<?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 12:42:58 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><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>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><media:content url="https://www.local10.com/resizer/v2/TGZKL6E5KFDQ5CWYXVOYE2JRCQ.jpeg?auth=0b54d3c2b1f1aa50d311799e832d454b4a486de6f5a114cb8010d66dc2620546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump administration’s $46 billion 'smart wall' races ahead on the US-Mexico border]]></title><link>https://www.local10.com/news/politics/2026/07/02/trump-administrations-46-billion-smart-wall-races-ahead-on-the-us-mexico-border/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/trump-administrations-46-billion-smart-wall-races-ahead-on-the-us-mexico-border/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — For decades, all that separated the U.S. from Mexico was barbed wire.]]></description><pubDate>Thu, 02 Jul 2026 11:48:18 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — For decades, all that separated the U.S. from Mexico was barbed wire.</p><p>Now, after a massive infusion of cash from Congress, President Donald Trump's administration is swiftly building what it has dubbed a “smart wall,” a combination of 30-foot-tall (9-meter-tall) steel fencing and an array of sophisticated technology like sensors, cameras and towers allowing Border Patrol to surveil the territory.</p><p>The wall is under heavy scrutiny for the billions of dollars being dedicated to it when border crossings are at their lowest in decades. Critics say the U.S. is militarizing the border as it increasingly deploys sophisticated surveillance technology to the area, impacting local communities.</p><p>“We are seeing a massive expansion of surveillance and surveillance technology across the borderlands,” said Ricky Garza, border policy counsel at the Southern Border Communities Coalition, an advocacy group. “The wall in all its forms is harmful to communities.”</p><p>Officials say the technology is complementary to the physical wall and frees up agents for other tasks.</p><p>“It’s a smart wall. It’s not just a barrier,” Customs and Border Protection Commissioner Rodney Scott said during recent congressional testimony. “It maximizes the use of our most valuable resource, which is our agents.”</p><p>Contracts for hundreds of miles of wall already inked</p><p>The wall has been a top priority for Trump, a Republican, since he first ran for president.</p><p>During the administration of President Joe Biden, a Democrat, the border emerged as a flashpoint, with thousands of people seeking to cross into the country each day. Those numbers started to taper off shortly before Trump returned to office last year and then slowed to a trickle, with his broader immigration crackdown serving as a deterrent for would-be migrants.</p><p>Flush with $46 billion to finish the wall after an infusion by Congress for immigration enforcement, CBP is inking tens of billions of dollars in contracts to build the wall and push along the president's signature project.</p><p>Homeland Security Secretary Markwayne Mullin said recently that a preliminary part of the wall will be finished by “this time next year.” Scott said his agency is putting up 6 miles (10 kilometers) of wall a week.</p><p>Hundreds of miles had already been built before Trump returned to office. As of mid-June 2026, CBP has erected another 74 miles (119 kilometers) and aims to build hundreds more. There is no wall planned for roughly 535 miles (861 kilometers) of the roughly 2,000-mile-long (3,200-kilometer-long) border, because rugged terrain already serves as a barrier. Ground sensors and towers will be used instead.</p><p>CBP is also going back to hundreds of miles of already built wall and adding more technology, lights and roads. Along the long stretches of river in Texas that mark the border with Mexico, they're deploying 12- to 15-foot-long (3.7- to 4.5-meter-long) cylinder-shaped buoys meant to keep migrants or smugglers from crossing the border.</p><p>More technology being deployed on the border</p><p>Technology is playing a greater role in the Trump administration’s effort to make illegal crossings along the border more difficult, part of a broader transformation of CBP in the years since Sept. 11, 2001, into an intelligence operation with a mass surveillance network whose reach extends far beyond the nation's frontiers, according to reporting by The Associated Press.</p><p>And critics say the border technology poses a threat.</p><p>The Southern Border Communities Coalition says surveillance technologies can push migrants into more dangerous routes to avoid being detected.</p><p>Garza, the group's policy counsel, warned that surveillance technology infringes on the privacy rights of border residents and that locals have found ground sensors used to detect smuggler or migrant traffic placed on their property without their consent.</p><p>Nayda Alvarez and her relatives own land along the Rio Grande roughly 125 miles (200 kilometers) inland from the Gulf of Mexico. She has found cameras placed on her family's land, and just last week she spotted a surveillance tower about a quarter of a mile (almost half a kilometer) down the river from her house.</p><p>“Are we expecting a war or something?” she said. "It doesn’t make me feel safer.”</p><p>Dave Maass, director of investigations for the Electronic Frontier Foundation, a nonprofit that focuses on civil liberties related to digital technology, said the technology has made the border area “a hostile environment” for locals and would-be migrants.</p><p>The foundation has published a guide on the various types of surveillance towers in use along the southern border designed to help local residents.</p><p>These can range from fixed towers with video, infrared and radar technologies that have a range of roughly 8 miles (13 kilometers) to remote video surveillance systems that have cameras and a spotlight fixed on top. Some are mounted on the backs of trucks so agents can drive them to different parts of the border.</p><p>Increasingly, these towers are autonomous. They can scan an area, analyze what they're seeing using artificial intelligence and alert Border Patrol agents to something suspicious. Proponents say this helps keep Border Patrol agents out in the field instead of sitting in front of computer screens watching for activity. But it also increases AI decision-making along the border when experts have warned about the technology’s potential for bias or other problems.</p><p>The big GOP tax cuts and spending bill passed by Congress last summer requires that CBP buys only the autonomous towers, and the department is deploying an additional 95.</p><p>Underground, buried fiberoptic cables can sense movement, capturing data that is also then analyzed by AI.</p><p>“We follow the contour of the land. We go through trees. We go down into the river banks. We can go absolutely everywhere,” said Magnus McEwen-King, CEO of Sintela, which has a contract with CBP to install the cables. He spoke at a recent border security expo in Phoenix, where some of the technology was on display.</p><p>CBP also uses ground sensors and trail cameras to detect smuggling routes.</p><p>Concerns over cost and future plans</p><p>The nonpartisan watchdog group Taxpayers for Common Sense has questioned both the huge amounts of money for the wall-building and whether taxpayers are getting their money's worth.</p><p>In 2011, under Democratic President Barack Obama, Homeland Security Secretary Janet Napolitano pulled the plug on a project to build a “virtual wall” of integrated technology like radars, sensors and cameras across the entire border after it ran over budget, faced technological glitches and was behind schedule.</p><p>Josh Sewell, director of research and policy at Taxpayers for Common Sense, said the organization would like to see more “robust evaluation” of the technologies being used to avoid similar scenarios. And he criticized the Trump administration for lack of oversight on how the money is being spent, a charge CBP has denied, citing “oversight mechanism.”</p><p>In the Big Bend area of southern Texas, opposition to the department's wall-building plans gathered strong bipartisan support especially in the most sensitive areas that run through a state and national park and a wildlife area.</p><p>CBP now says it is not planning to build a 30-foot-high (9-meter-high) bollard wall in those areas. Its recently announced plans include installing patrol roads and some barriers designed to stop cars and using detection technologies.</p><p>Clara Benson, who is one of the founders of the No Big Bend Wall coalition, says bright lights in the area designed to illuminate the border could pollute the skies in an area renowned for having some of the best views of the stars. Even without a 30-foot-tall (9-meter-tall) steel wall running through the land, there is concern about CBP's plans.</p><p>“There's still a lot of fear and dread that the plan is still going to be quite damaging,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NTMFPTXQKOOQKRLKR7E4XBTK2I.jpg?auth=68b633df70efcffed82765db1e78215cc1886dbde25294550afd267077f7d7f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Surveillance technology used by various law enforcement sit on a tower at the border wall, July 28, 2025, in Douglas, Ariz. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LA3IMS33M2WNL27MXVR4NS3QB4.jpg?auth=adc261376aa74d95a5f0051d5d0a27f0e209b98ea22e9f5fa557551ff097746d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Army soldiers look at the border wall next to a surveillance vehicle during the visit to the U.S. and Mexico border by Defense Secretary Pete Hegseth in Sunland Park, N.M., Feb. 3, 2025. (AP Photo/Andres Leighton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Leighton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QL6XPMZ3JE2BRV4J322C37RKXA.jpg?auth=6ce745641db34066a95f9202d491227e56155caaa65412c0fb09e2d0707b0301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Concertina wire lines the interior of a border wall separating Tijuana, Mexico, from the United States, June 4, 2025, in San Diego. (AP Photo/Gregory Bull, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GPE7XLZUCT4BQTI2MZTASM44WQ.jpg?auth=f470820d763f87684e96b7ea137902e656bc7dcf5bfe69fc1c66a594c3f14e1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Migrants walk past large buoys being used as a floating border barrier on the Rio Grande, Aug. 1, 2023, in Eagle Pass, Texas. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Fans pack Bayfront Park for U.S.-Bosnia World Cup watch party]]></title><link>https://www.local10.com/sports/local/2026/07/01/fans-pack-bayfront-park-for-us-bosnia-world-cup-watch-party/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/fans-pack-bayfront-park-for-us-bosnia-world-cup-watch-party/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Despite the muggy weather, the FIFA Fan Fest was well underway, with fans gathering to watch Wednesday’s World Cup games. ]]></description><pubDate>Thu, 02 Jul 2026 02:52:17 +0000</pubDate><content:encoded><![CDATA[<p>Despite the muggy weather, the FIFA Fan Fest was well underway, with fans gathering to watch Wednesday’s World Cup games. </p><p>Supporters of England, Belgium, Senegal, the United States and Bosnia were all represented, creating a melting pot of soccer fans.</p><p>The crowd was expected to keep growing as kickoff for the U.S.-Bosnia match approached. During previous matches, Bayfront Park reached capacity, and it remained to be seen whether that would happen again for Wednesday night’s game.</p><p>“At the end of the day, it is in our city, it is beautiful, and we are 100% percent supporting our country,” said U.S. fan Dylan Rodriguez.</p><p>“Honestly, it’s nice to see — bringing all these people together,“ said fan Caleb. ”At the end of the day, that’s what we want to see.” </p><p>Fans said the event has been a unifying experience, with friendships forming between people from around the world who share a passion for soccer — or futbal, depending on who you ask.</p><p>Families also packed the park, creating lasting memories while enjoying more than just the match. Along with watching the game, fans had access to food, drinks and a variety of activities throughout the festival.</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[Wilton Manors business group steps up support for LGBTQ+ community]]></title><link>https://www.local10.com/news/local/2026/07/01/wilton-manors-business-group-steps-up-support-for-lgbtq-community/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/wilton-manors-business-group-steps-up-support-for-lgbtq-community/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[As Pride Month came to a close, many community leaders pointed to corporations, saying a growing number have pulled their sponsorships from Pride events amid the current political climate.]]></description><pubDate>Wed, 01 Jul 2026 22:29:06 +0000</pubDate><content:encoded><![CDATA[<p>As Pride Month came to a close, many community leaders pointed to corporations, saying a growing number have pulled their sponsorships from Pride events amid the current political climate.</p><p>But members of one local business group are pointing the finger at themselves instead.</p><p>What started with one table has quickly grown into one of the newest Business Network International chapters in Wilton Manors.</p><p>“We are the fastest growing chapter in all of Florida,” said Jerry Windle, who helps lead the group.</p><p>The chapter is the only officially designated LGBTQ+ ally chapter in Florida, but most of its members are not part of the LGBTQ+ community.</p><p>Instead, they are allies, including contractors and hetero family-man Ted Knote.</p><p>“We have a great group here,” Knote said.</p><p>Chapter members said that in less than a year, they have generated nearly $2 million in referral business.</p><p>Windle said part of the idea behind growing the chapter came after seeing corporate sponsorships pull away from LGBTQ+ organizations amid the current political climate and anti-DEI legislation.</p><p>“It’s very easy to become reactive and say why and point the finger and blame, blame, blame,” Windle said.</p><p>“Despite what may happen politically — and we can like it, we can not like it — but rather than point fingers and say would’ve, could’ve, should’ve, it’s what can we do now?” he said.</p><p>The group’s efforts have gone beyond growing business.</p><p>They have also helped support organizations like the Pride Center, where the chapter meets. The center has struggled to continue its HIV prevention efforts after losing federal funding under the Trump administration.</p><p>Windle said the chapter has donated $20,000 to the Pride Center.</p><p>“We have strength when we create the gravitas to sit at the table and we create the table,” he said.</p><p>The business group meets once a week in Wilton Manors.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[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>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[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><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[Demonstrators decry overcrowding, overheating at Miramar ICE field office]]></title><link>https://www.local10.com/news/local/2026/07/01/demonstrators-decry-overcrowding-overheating-at-miramar-ice-field-office/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/demonstrators-decry-overcrowding-overheating-at-miramar-ice-field-office/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Protestors gathered outside the Miramar Immigration and Customs Enforcement field office on Wednesday after weeks of alarming reports about conditions inside the facility.]]></description><pubDate>Wed, 01 Jul 2026 17:22:53 +0000</pubDate><content:encoded><![CDATA[<p>Protestors gathered outside the Miramar Immigration and Customs Enforcement field office on Wednesday after weeks of alarming reports about conditions inside the facility.</p><p><a href="https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/">Leer en español</a></p><p>Immigrant rights and faith groups have decried conditions at the facility for years and organized Wednesday protests.</p><p>They said detainees are subject to overcrowding and overheating.</p><p>Protester Luis Rivera said he has a close family friend who had a required appointment at the office. He said he’s scared and worried.</p><p>“You have people -- your family, your friends -- (who) you love,” he said. “It’s hard.”</p><p>Arianne Betancourt said her father was detained at the facility for six months. She now works full time to make sure people have humane conditions when held in detention.</p><p>“They’re going to spread the cruelty,” she said.</p><p>Betancourt added, “I talk to people who tell me that before they got to ‘Alligator Alcatraz’ (in Collier County), they were able to walk and now they require a wheelchair and at these centers they don’t give wheelchairs, so these elders are bed-bound now.”</p><p>A Local 10 News crew saw a fire truck and ambulance go inside and get escorted out by authorities.</p><p>Rivera said he wants to protect his friend’s identity, but described him as a 20-year-old who came to the U.S. three years ago.</p><p>He said his friend is OK “for the moment, but he continued in the line, so I don’t know when he go inside (if) they’re going to remove (his) phone.”</p><p>Rivera said they live in Orlando, but he drove his friend to the Miramar office, because that’s where his appointment was.</p><p>Protesters said they plan to continue the weekly protests.</p><p>An ICE spokesperson released the following statement to Local 10 News:</p><blockquote><p>“The Miramar facility functions as a check-in location for individuals on a non-detained docket and serves as a processing site for daily operational arrests. The number of individuals temporarily held at the facility varies based on operational needs. After processing, individuals are transferred to local detention centers.</p><p>“Being in detention is a choice. We encourage all illegal aliens to take control of their departure with the CBP Home App. The United States is offering illegal aliens $2,600 and a free flight to self-deport now. We encourage every person here illegally to take advantage of this offer and reserve the chance to come back to the U.S. the right legal way to live the American dream. If not, you will be arrested and deported without a chance to return.</p><p>“ICE ensures that all individuals waiting to check in at the Miramar facility have access to restrooms and water. Restrooms and water fountains are available in the lobby, and individuals need only request access. Allegations that individuals in line do not have access to water or restrooms are totally false.”</p><p class="citation">ICE spokesperson</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[Shark attack on Alabama teen inspires the start of a national alert system]]></title><link>https://www.local10.com/news/florida/2026/07/02/shark-attack-on-alabama-teen-inspires-the-start-of-a-national-alert-system/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/02/shark-attack-on-alabama-teen-inspires-the-start-of-a-national-alert-system/</guid><dc:creator><![CDATA[By KIM CHANDLER, Associated Press]]></dc:creator><description><![CDATA[Lulu Gribbin was 15 when she survived a shark attack off the coast of Florida. She lost her left hand, part of her right leg and almost her life.]]></description><pubDate>Thu, 02 Jul 2026 11:19:34 +0000</pubDate><content:encoded><![CDATA[<p>Lulu Gribbin was 15 when she survived a shark attack off the coast of Florida. She lost her left hand, part of her right leg and almost her life.</p><p>What she didn’t know when she entered the water on that day in 2024 was that another woman had been bitten by a shark 90 minutes earlier and just 3 miles (4.8 kilometers) down the beach. Had she known about the earlier attack, there is no way she would have been swimming, she said.</p><p>Gribbin’s story has inspired new federal legislation to authorize emergency alerts to mobile phones to warn beachgoers when a shark has bitten someone in the area.</p><p>President Donald Trump last week signed “Lulu’s Law,” which requires the Federal Communications Commission to allow the emergency messages. The legislation, which Gribbin advocated for, authorizes the warnings by classifying a shark attack as an event for which an emergency alert can be issued. It is up to states to implement the warnings. Gribbin’s home state of Alabama approved such a warning system last year.</p><p>“It’s really just common-sense legislation. It says that whenever there has been a shark attack in a certain area where you are near, it will send an alert to your phone, exactly like how an Amber Alert system works when a child is abducted,” she said.</p><p>Gribbin said she hopes the alert system will help prevent attacks like hers. “I definitely see this law working in the future and I'm really excited to hopefully save lives,” she said.</p><p>A fight to survive</p><p>Gribbin was one of three people bitten by a shark on June 7, 2024, off the Florida Panhandle.</p><p>She was on a mother-daughter trip to the Florida Panhandle. Gribbin said she and her friend had been diving for sand dollars.</p><p>“All of the sudden my best friend yelled, ‘Shark!’ and so we all started swimming for our lives,” Gribbin recalled. She said she remembered that sharks are attracted to frantic splashing and yelled for everyone to be calm. Gribbin, who was closest to the shark, was bitten.</p><p>“The shark bit off my hand first, and I raised my arm out of the water, and there was just flesh and bone there,” Gribbin said. The shark then latched onto her leg. A man punched the shark off her and strangers on the beach rushed to help. She was flown by helicopter to a nearby hospital.</p><p>Doctors were able to save the teen's life but had to amputate part of her right leg.</p><p>Choosing positivity throughout her recovery</p><p>In the hospital, Gribbin made a deliberate decision to choose joy and to never give up.</p><p>She initially struggled knowing, “that I only have two regular limbs, and that my life would be completely different.”</p><p>“I would cry, and I would ask my mom, ‘Why is it happening to me?’ And on that day, we put a Bible verse on my bedside table that said, ‘With God, all things are possible.’ And then she told me that what you look like doesn’t define you, it’s who you are on the inside. And so, I think that stuck with me throughout my whole recovery the past two years.</p><p>It doesn’t matter what I look like, as long as I’m spreading positivity and inspiring others to stay strong and to never give up,” she said.</p><p>Gribbin was fitted with prosthetic limbs, quickly regained her ability to walk, returned to sports and got her driver’s license. She has gone back in the water and learned to surf, meeting Bethany Hamilton, a professional surfer who lost her arm in a shark attack.</p><p>U.S. Sen. Katie Britt, the Alabama Republican who sponsored the legislation, said the legislation happened because of the teen's “courage, perseverance, and advocacy to protect future beachgoers.”</p><p>“Because of her strength, lives will be changed. We should all be inspired by her,” Britt said.</p><p>Shark bites remain rare</p><p>While sharks are commonly found in the waters off the United States, shark bites are rare, said Gavin Naylor, director of the Florida Museum of Natural History’s shark research program.</p><p>There are between 60 to 80 known unprovoked bites worldwide each year, he said. It's extremely rare that two or more people are bit in close proximity. He said in a database of known shark bites, called the International Shark Attack File, there have only been a few instances of multiple bites in a single day.</p><p>When that happens, he said it’s likely because of environmental conditions such as sharks following schools of bait fish closer to the shore. Murky water conditions can also be a factor because they increase the chance that a shark will mistake a person for a fish or seal.</p><p>In the area where Gribbin was bitten, there are about 20 to 30 bull sharks 1,312 feet (400 meters) offshore at all time, Naylor said. Great white sharks have been spotted more frequently in the chilly waters of New England and Atlantic Canada, according to conservation groups. A smartphone app called Sharktivity also allows shark spotters to report their sightings.</p><p>The sightings might unnerve people, but Naylor said it's important to remember that shark attacks are rare.</p><p>“If sharks wanted to eat people, we’d have about 10,000 bites a day. The fact that we have so few is basically testament to the fact that the sharks are doing their level best to avoid people, not to target them,” Naylor said.</p><p>Gribbin said she would rather people have the opportunity to get information and make decisions about protecting themselves than to go into the water without knowing.</p><p>Another survivor praises the alert system</p><p>Braxton Rocha, who was bitten by a large tiger shark off the north shore of the Big Island of Hawaii, said he liked the idea of an alert system. He thinks it is information that people, particularly tourists to the island, will want to know.</p><p>Rocha was spearfishing in 2015 when he saw the large shark. “Looked like a bus or submarine. She was the biggest thing I’d seen in the ocean at that time,” Rocha said. He started making his way to shore. When he looked back to check where the shark was, the animal was right in front of him. He tried to push the shark away, but the animal was too big and powerful. It latched onto his leg. Rocha punched it in the nose and the shark let go and swam away.</p><p>“Everything happened so fast. It was almost like being struck by lightning. I was still kind of out of it. I looked down and see giant clouds of blood just bursting out of my leg,” he said.</p><p>It took nearly 100 staples to repair the gaping wound on his leg. But the experience did not dampen Rocha's enthusiasm for the ocean and wildlife. “I’ve always loved sharks,” Rocha said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OR6ZGVENIIFPQGHHIDPKL7JQGM.jpg?auth=864f3cd40951277430cd061e925eb1c38bd3cad0c1f40fcbdcdd81217c54d433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign warns beachgoers about sharks at Lecount Hollow Beach May 22, 2019 in Wellfleet, Mass. (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/2IW76A4TRSKZ5C6WVYEMOEPUUE.jpg?auth=53b6d89f011b994cb92752ebcdd137f38535043278916b27d5a50430abb91498&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo courtesy of the Gribbin family shows Lulu Gribbin, who lost her hand and part of her leg in a shark attack off the coast of Florida in 2024. (Courtesy of Gribbin family)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/M32762WQ23NJVQK4IJNUCMDHWY.jpg?auth=a20ab85643d869dcc1d0d253b5d1ef2ec4997dbc3d7f98cae033eef275bb2457&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sand and hammerhead sharks swim in a holding tank at the University of Hawaii's Institute of Marine Biology on Oahu's Coconut Island on Jan. 21, 2016. (AP Photo/Caleb Jones, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Caleb Jones</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6HSFSA6FUTVYPOW6K2MHNF27M.jpg?auth=84d56cfb657d10c9f83d20aaea6f3e4905759a34fd8589ccf3bc92f1f7f59548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mindi Moran, of Portland, Maine, watches a great white shark swims past while on shark watch with Dragonfly Sportfishing charters off the Massachusetts' coast of Cape Cod, Aug. 17, 2021. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[July 2: Early coastal showers start the day]]></title><link>https://www.local10.com/weather/2026/07/02/july-2-early-coastal-showers-start-the-day/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/02/july-2-early-coastal-showers-start-the-day/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Grab the rain gear and be ready for some early coastal showers to start your Thursday.]]></description><pubDate>Thu, 02 Jul 2026 10:53:50 +0000</pubDate><content:encoded><![CDATA[<p>Grab the rain gear and be ready for some early coastal showers to start your Thursday. High temperatures will be in the low 90s, but heat indices will reach 103-105 degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be strong-to-low end severe and could bring some flooding concerns. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump and Republicans return to communist attacks against Democrats ahead of the midterm elections]]></title><link>https://www.local10.com/news/politics/2026/07/02/trump-and-republicans-return-to-communist-attacks-against-democrats-ahead-of-the-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/trump-and-republicans-return-to-communist-attacks-against-democrats-ahead-of-the-midterm-elections/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump and his fellow Republicans are reviving a line of attack against Democrats heading into the midterm elections: They're communists.]]></description><pubDate>Thu, 02 Jul 2026 11:29:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump and his fellow Republicans are reviving a line of attack against Democrats heading into the midterm elections: They're communists.</p><p>In just the past week, Trump has issued dark warnings that members of the Democratic Party's ascendant left are communists who want to “completely destroy the traditional American way of life" and even engage in assassinations. Vice President JD Vance has similarly called out communism as a political shift that is “something we haven't seen in the U.S.” House Speaker Mike Johnson has decried “radical candidates” who are “self-described, self-identifying Marxists.”</p><p>The GOP's ideological focus conflates democratic socialism, which often centers on securing universal healthcare, higher taxes on the wealthy and stricter corporate regulation, with communism, under which private ownership is largely eliminated. It has been building since Zohran Mamdani, a democratic socialist, won the Democratic nomination for New York City mayor last year.</p><p>But it's kicked into a higher gear recently after democratic socialists won several New York City congressional primaries last week. The primary victory on Tuesday by another democratic socialist, Melat Kiros, for a Denver congressional seat suggested the trend may extend beyond Manhattan liberalism.</p><p>“The Democrats are making this easy for us,” Rep. Richard Hudson, the North Carolina Republican who leads the House GOP's strategy and fundraising arm, said in an interview. “They're nominating extreme liberals, leftists who are out of touch even with mainstream Democrats.”</p><p>Republicans are holding onto slim majorities</p><p>The messaging effort comes as Republicans scramble to hold onto threadbare congressional majorities in the November midterms. It risks overlooking public frustration, particularly among younger voters, with unfettered capitalism at a time of growing income inequality and rising costs.</p><p>But it also gives Republicans a much-needed opportunity to shift the conversation back to territory that is more comfortable for them after their party has spent much of the year on defense over the fallout from Trump's decision to launch a war against Iran, which contributed to widespread price spikes.</p><p>Ralph Reed, the longtime conservative activist who hosted Trump last week at a Faith and Freedom Coalition conference, acknowledged that Republicans are facing steep headwinds this year. But the recent string of wins by democratic socialists, he said, allows Republicans to present a contrast between “common sense and crazy.”</p><p>Democrats are uncertain over the party's direction</p><p>The renewed push could tug at tensions among Democrats who are largely united in their loathing of Trump but are divided over the party's direction. This year's primaries are shaping up as a referendum between centrists who are eager to course correct from what they see as progressive overreach earlier in the decade and a left-wing pushing for even more sweeping change.</p><p>“A lot of this anger has been boiling under the surface,” said Joseph Geevarghese, executive director of Our Revolution, which was founded by U.S. Sen. Bernie Sanders, a Vermont independent who caucuses with Democrats. “It’s coming to the fore in this moment in a very powerful way.”</p><p>But Rep. Josh Gottheimer, a centrist New Jersey Democrat, called the victories in Colorado and New York “aberrations.”</p><p>“We’ve got to fight like hell to keep our party from being hijacked by socialists,” he said. “Most of them are bomb throwers, not problem solvers.”</p><p>Nevada Attorney General Aaron Ford easily dispatched a more progressive rival earlier this year in his Democratic bid for governor in a state Trump carried in 2024. As he eyes a general election challenge to Republican Gov. Joe Lombardo, he insisted candidates like those who won in New York don't represent all Democrats.</p><p>He said the Democratic Socialists of America “is not the face of our party.”</p><p>Rep. Suzan DelBene, a Washington Democrat who chairs the House Democratic campaign committee, said in a statement that Republicans were “resorting to desperate attacks that aren’t actually about the pocketbook issues.”</p><p>Trump risks overreaching with communism argument</p><p>Trump and fellow Republicans risk missing the mark when the public's embrace of capitalism might not be as strong as it was decades ago.</p><p>About half of U.S. adults, 54%, have a positive view of capitalism, according to an August poll from Gallup, a slight decline from 61% in 2010. Democrats have driven some of the shift, but favorable opinions of capitalism have fallen among independents as well.</p><p>Only 42% of Democrats viewed capitalism favorably, while 66% had a positive view of socialism. The poll found that both younger and older Democrats have warmed slightly on socialism since 2010, but Democrats under age 50 are much less likely to view capitalism favorably. Democrats age 50 or older didn't shift meaningfully.</p><p>“Young voters, who I would argue are driving a lot of the electoral energy that we're seeing, came of age politically in a post-Soviet world,” Geevarghese said. “The attacks don't land in the same way when Donald Trump was politically of age.”</p><p>Hudson, who is running the House GOP campaign committee, acknowledged the communism line might not resonate in the same way with all voters, particularly younger people. That's why, he said, it's important for Republicans to tailor their message to the needs of individual districts.</p><p>“I've never run cookie-cutter campaigns where we just say one thing over and over everywhere,” he said.</p><p>Still, the argument was high on Trump's mind again on Wednesday as he visited the newly built Theodore Roosevelt Presidential Library in North Dakota. He called the former president a “ferocious opponent of a thing called communism.”</p><p>“It’s the biggest threat to our country, including World War I, World War II, Pearl Harbor, September 11,” he said. "It’s a bigger threat, potentially a bigger threat than that, because it’s like a cancer that spreads, and you better stop it fast.”</p><p>Beverly Gage, a history professor at Yale University who has written on the rise and fall of Sen. Joe McCarthy, said earlier eras of anti-communism politics took hold because there was a large and active Communist Party in the U.S. and the Soviet Union was the country's primary foe. But she said Trump's focus on the issue is notable given his ties to Roy Cohn, a onetime confidant of Trump who earlier worked for McCarthy.</p><p>“It's not very many steps to get from McCarthy to Roy Cohn to Donald Trump,” she said.</p><p>California Gov. Gavin Newsom, a potential Democratic presidential candidate, shrugged off Trump's communism focus as “bunk.” In an interview, he said the direction of the party isn't all that different from the dynamics he's navigated for decades in California politics.</p><p>“I governed in an environment where the DSA was otherwise known as progressives," he said. “This dialectic is so deeply familiar to me, and I don't over read any of it.”</p><p>___</p><p>This story has been corrected to show the spelling of the Washington congresswoman’s first name is Suzan, not Susan.</p><p>___</p><p>Associated Press writer Michelle L. Price in contributed to this report</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XIRS54FUL35XTCWAZ55GHXUGMM.jpg?auth=96d0a918cb700f310d22cd62a850529b5727b00cb9b8632f79a4bfb317856e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump leaves the stage after speaking at the Burning Hills Amphitheater during the Theodore Roosevelt Presidential Library opening ceremony Wednesday, July 1, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PEAMBIBSNXRSP3VU6SIDJUFYLE.jpg?auth=a87c1eb4a50e56adfd1a895e2bc8a2852049c4f135ee620d9d123440d4238c74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks through scaffolding on the North Portico as he leaves the White House to travel to Medora, N.D. for the opening of the Theodore Roosevelt Presidential Library, Wednesday, July 1, 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/ROOZPSVVCTLBLG635BMKUEGUCE.jpg?auth=4169fba2ac602e0d558edd16097b474f70db503f671c86ca9cc9248a8483fbeb&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 to speak at the Faith & Freedom Coalition's policy conference at the Washington Hilton, Friday, June 26, 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/WV5CUIECDDSF6OJG76GWXBMZWY.jpg?auth=ba502ead83041c0416b330e472536f605e8692e72392bf311b16aafc74600dee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Melat Kiros stands on stage as supporters cheer after she won the Democratic nomination during a primary election night watch party at The Broadway, Tuesday, June 30, 2026, in Denver. (AP Photo/Rebecca Slezak)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Slezak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FUUKLIMULQ6AFLIH5GE6ZUYH3M.jpg?auth=ec17aa6bc5227c156fcb950a5f7480a1ab35e746d8014715efe62efd19621a47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees celebrate after Democratic congressional candidate Melat Kiros won the Democratic nomination during a primary election night watch party at The Broadway, Tuesday, June 30, 2026, in Denver. (AP Photo/Rebecca Slezak)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Slezak</media:credit></media:content></item><item><title><![CDATA[Princess Kate returns to Wimbledon and greets tennis fans lining up in the Queue]]></title><link>https://www.local10.com/news/world/2026/07/02/kate-the-princess-of-wales-visits-wimbledon-tennis/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/kate-the-princess-of-wales-visits-wimbledon-tennis/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Kate, the Princess of Wales, met tennis fans lining up in Wimbledon's famous Queue on Thursday before attending a second-round match featuring British player Arthur Fery on one of the outer courts at the grass-court Grand Slam.]]></description><pubDate>Thu, 02 Jul 2026 11:24:20 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Kate, the Princess of Wales, met tennis fans lining up in Wimbledon's famous Queue on Thursday before attending a second-round match featuring British player Arthur Fery on one of the outer courts at the grass-court Grand Slam.</p><p>The princess, who early last year announced her cancer was in remission, is the patron of the All England Club.</p><p>“On arrival, Her Royal Highness visited The Queue, spending time meeting attendees who have queued since early this morning, alongside AELTC’s honorary stewards, who volunteer each year to manage The Queue and welcome guests as they arrive at the Championships,” Kensington Palace said in a statement.</p><p>Wimbledon leaves a small batch of tickets available for same-day purchase and fans begin lining up and camping out the evening before in Wimbledon Park to get them each day.</p><p>The palace said Kate — who also helped out in a Wimbledon ticket office — was to meet with children from Shine Camera Club, a local program that supports children from disadvantaged backgrounds.</p><p>Kate last year was at Centre Court on consecutive days to present the winners’ trophies to singles champions Iga Swiatek and Jannik Sinner.</p><p>A year ago, Kate offered consoling words to women's runner-up Amanda Anisimova after a 6-0, 6-0 loss to Swiatek.</p><p>In 2024, while recovering from cancer, Kate did not attend the women’s final but was on hand for Carlos Alcaraz’s win over Novak Djokovic.</p><p>Fery was playing Otto Virtanen of Finland on Court 18. She sat next to Tim Henman, the former Wimbledon semifinalist who is now an All England Club board member.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABES7XSC5PMVHRV2ZPSMIETHKI.jpg?auth=af460831784623537b5e4d73fd6d5616f2608889d582a0b31f60aa62e635f6b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales gestures during a visit on day four of the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (AP Photo/Andrew Matthews)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MJTTT3TPJCRDDFZ3OXLV2LRPZM.jpg?auth=8c5bbc3fd700f01037d6c05a921d4fd8d9618c2d3792cd6b30fd7a2ffd85e9ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales, watches the second round men's singles match between Otto Virtanen of Finland and Arthur Fery of Britain 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><media:content url="https://www.local10.com/resizer/v2/TYBJ34BQQ3QCIPEFAZCANUTE54.jpg?auth=123da8a060f413e5aac5d7167ed3b4d9131e998046ad1aa9b6bef01a755ed360&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales helps out in the ticket office during a visit on day four of the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (AP Photo/Andrew Matthews)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DASGT253NAUFGGBFI3IKXTAQAQ.jpg?auth=74f925c01e546a83e50cccdf3984fbe4517b9c3d29a84c5f1727b3db50541e8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales walks, during a visit on day four of the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (AP Photo/Andrew Matthews)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FYE7T3SIXLKPLUKPL2OOYTOSA.jpg?auth=349300a66d29e25f68759f0d6c0f7d6fb134ccc37eac2e12cc9147ef63d5e8bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales poses for a selfie with a fan, during a visit on day four of the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (AP Photo/Andrew Matthews)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content></item><item><title><![CDATA[A grim job outlook meets a scrappy workforce as administrative assistants harness AI]]></title><link>https://www.local10.com/business/2026/07/02/a-grim-job-outlook-meets-a-scrappy-workforce-as-administrative-assistants-harness-ai/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/a-grim-job-outlook-meets-a-scrappy-workforce-as-administrative-assistants-harness-ai/</guid><dc:creator><![CDATA[By CLAIRE SAVAGE, Associated Press]]></dc:creator><description><![CDATA[With their numbers already in decline, secretaries and administrative assistants face another growing threat: artificial intelligence tools like ChatGPT and Claude that can accomplish aspects of their workload with a tap.]]></description><pubDate>Thu, 02 Jul 2026 10:10:08 +0000</pubDate><content:encoded><![CDATA[<p>With their numbers already in decline, secretaries and administrative assistants face another growing threat: artificial intelligence tools like ChatGPT and Claude that can accomplish aspects of their workload with a tap.</p><p>Employment projection data offers a grim outlook for the women-dominated profession that may be particularly vulnerable to AI-induced job displacement compared to the broader workforce. But some admins are embracing the technology — and even using it as a tool to get ahead.</p><p>Deanna Danger, 43, has worked in an administrative role since 2003. She says adapting and staying ahead of the curve is a key part of her constantly-changing role, and AI is no exception.</p><p>“All you do is have to evolve,” she says.</p><p>Danger started using AI professionally in 2022, learning through experimentation and collaboration with fellow admins. Today, she no longer takes notes during meetings — she's set up Copilot and ChatGPT to do it for her. That has freed her to “actually participate in the meetings, and not just worry about making sure I typed everything out that was said,” says Danger, executive assistant to the chief information officer at Vanderbilt University. “Honestly, what used to take me hours I’m now done with in under five minutes.”</p><p>How — and to what extent — AI might reshape her profession remains to be seen, but jobs for administrative assistants and secretaries have been dwindling for decades. In 2004, about 3.5 million people worked in the role — nearly 97% of them women, according to Current Population Survey data. Twenty years later, that number slid to 2.1 million — despite overall workforce growth during the same period.</p><p>And except for medical secretaries and administrative assistants — a category projected to grow 4% by 2034 thanks to growth of the healthcare industry — economists at the U.S. Bureau of Labor Statistics predict a continued decline in the profession.</p><p>“The overall story in office and admin occupations from the projection standpoint for the last several cycles has been one of productivity-enhancing technologies, limiting demand for employment,” said Emily Rolen, lead economist for the division of employment projections at the BLS. Technological advances — word processing, speech-to-text transcription, scheduling tools and apps — each transformed the duties of administrative professionals and contributed to overall decline.</p><p>Clerical and administrative workers may be more exposed to AI-induced job displacement than other professionals because they “lack adaptive capacity due to limited savings, advanced age, scarce local opportunities, and/or narrow skill sets," according to a Brookings Institution report published in January. About 86% of these 6 million workers are women.</p><p>Indeed, more secretaries and administrative assistants are 55 and older compared to the workforce at large (34% vs. 23%), median pay is lower than that of all U.S. workers ($47,460 vs. $49,500), and a high school diploma is sufficient for many entry-level roles.</p><p>But what labor data doesn't capture — as noted by the Brookings report — is an individual’s ability to navigate a changing environment, including administrative assistants like Danger, who say they “are way more capable than people think.”</p><p>Danger hosts a biweekly virtual coffee chat for peers through the American Society of Administrative Professionals, a professional group that says it serves about 132,000 members. Participants in a May session shared their AI use cases: creating flyers, scouting out restaurants for executive events, coming up with captions for employer social media accounts, drafting standard operating procedure language, and more.</p><p>But despite the overall atmosphere of enthusiasm, some participants raised concerns, including data security and the lack of AI regulation. Others emphasized that AI cannot, and will not, replace the emotional intelligence and relationship building skills that are hallmarks of a successful admin.</p><p>Fiona Young, founder of Carve, a business focused on training executive assistants on AI, says she has seen “a massive shift in demand" for her services since 2023. Young, a former executive assistant herself, says she has delivered AI training to administrative professionals globally, including at Google, Amazon, Uber, Salesforce and LinkedIn. In her experience, employers want staff to be able to leverage AI — “not just loosely understanding it, but genuinely using it as an integral part of how people are working every day,” she says.</p><p>Oana Manolache takes an even stronger stance. The founder and CEO of Sequel.io, a platform that enables companies to host webinars on their own websites, wrote in a LinkedIn post last year: “I will fire anyone who doesn’t use AI.”</p><p>But even Manolache says AI could not replace her executive assistant, Stephanie Martinez.</p><p>Manolache says Martinez uses AI to “free herself” from tasks like note-taking and meeting prep to focus on the “human work” of building team connectivity, making judgment calls, understanding executives' relationships with stakeholders and communicating accordingly.</p><p>Maybe AI could supplant the “traditional” assistant, but “it doesn’t replace what an executive assistant does now as the role has evolved,” Manolache says.</p><p>Martinez works remotely from El Salvador through Viva Talent, which — in another example of the shifting landscape for the role — trains and matches assistants from Latin and South America to primarily U.S.-based tech companies.</p><p>“The people who truly want to succeed in this role have a massive opportunity," Manolache says. “This person has access to information across the entire organization.”</p><p>For instance, when the company aimed to drive more customer reviews on a software review platform, Martinez, who manages most invoices and billing, approached the problem innovatively. She leveraged AI to sift through all customer communications, pinpoint good candidates for reviews, and draft outreach emails. Without AI, “it would have taken her so long to do this,” Manolache says, adding that it also freed up Martinez to “think creatively.”</p><p>That freedom to strategically implement AI is just as important as education and training, since many assistants are interested in adopting AI but lack the bandwidth to incorporate it, says Melissa Peoples, an Austin, Texas-based executive assistant coach and former C-suite executive assistant.</p><p>Gender dynamics compound that challenge in an industry dominated by women who are often paired with male leaders, Peoples says.</p><p>“You see those that are early adopters, and are crushing it, and are partnered with really empowering executives, and can do all of these things," she says. "And then you see the other side of this, where literally assistants are being told, ‘You’re not smart enough to be in the room. Just bring me my coffee.’”</p><p>With effective AI training, Peoples says admins can “find their voice” and “have higher impact so they are protected against what is going to happen as agentic AI becomes more commonplace and more easily accessible.” ___</p><p>The Associated Press’ women in the workforce coverage receives financial support from Pivotal Ventures. 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/KYFFH77FDJMU32QK4ARZ5AYVVI.jpg?auth=0bac4bd24b5c94513c5f69ee46acad61c59e889d5a1824c6216af687fcf96dc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger types an AI prompt into her computer as she uses the technology to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TFSRLGIBVV4KFPVYBZDNYIKOPA.jpg?auth=ac467bf1b9e2b02abed94fbc3e3adddc92efcf684f6ee49b307cdd53713becd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger uses AI to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PX6TKUGNG64T7LDEZWZXY3KS5M.jpg?auth=3f5215a6e7a89caf1ff144ba4e990b33df356709e4b6390d729530d52a2e391f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger types an AI prompt into her computer as she uses the technology to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ACLOZ6YMB2VVY2JC2VTUJVPH6M.jpg?auth=0676f023fe2ad2a7b5143931a077117438eda37e580506de7284256f7ee01a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger types an AI prompt into her computer as she uses the technology to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETA33IBPBOBSGYBELKO7SHUBTI.jpg?auth=874c1ebcb1b17f1eabaffa5d4aebc70039af00f527fd9ddb10b8fc87123672c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Raytheon administrators Marianna Leonard, Holly Martineau, Lynn Ljunggren and Annemarie Downing workshop an AI exercise during "How To Use AI To Think and Influence at the Executive Level," an administrative training session, Wednesday, April 22, 2026, in Boston. (AP Photo/Sydney Roth)]]></media:description><media:credit role="author" scheme="urn:ebu">Sydney Roth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4O5AS67LPJL6YQNCDTYZOW6E34.jpg?auth=365c67dd4b253ca8836b3382b84dc7fe26c47ca828ff813e064c3d12e88c3e19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Administrators discuss their use of AI during "How To Use AI To Think and Influence at the Executive Level," an administrative training session, Wednesday, April 22, 2026, in Boston. (AP Photo/Sydney Roth)]]></media:description><media:credit role="author" scheme="urn:ebu">Sydney Roth</media:credit></media:content></item><item><title><![CDATA[Iran warns oil tankers to use approved routes in Strait of Hormuz or face a 'forceful response']]></title><link>https://www.local10.com/business/2026/07/02/iran-warns-oil-tankers-to-use-approved-routes-in-strait-of-hormuz-or-face-a-forceful-response/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/iran-warns-oil-tankers-to-use-approved-routes-in-strait-of-hormuz-or-face-a-forceful-response/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran’s joint military command warned Thursday that all oil tankers moving through the Strait of Hormuz must use its approved routes or face a “forceful response,” again ratcheting up tensions over a waterway crucial for international energy supplies.]]></description><pubDate>Thu, 02 Jul 2026 11:13:18 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran’s joint military command warned Thursday that all oil tankers moving through the Strait of Hormuz must use its approved routes or face a “forceful response,” again ratcheting up tensions over a waterway crucial for international energy supplies.</p><p>The strait, the narrow mouth of the Persian Gulf, has emerged as one of the top issues in negotiations to reach a permanent end to the Iran war. The statement from the Khatam al-Anbiya military command, reported by Iranian state television, comes after both U.S. and Iranian diplomats met with mediators on Wednesday in Qatar.</p><p>It wasn’t immediately clear what sparked the threat from Iran. However, the U.S. military's Central Command had put out a statement about having a meeting with officials from Mideast nations in Bahrain that said “leaders underscored their shared commitment to the free flow of commerce through the Strait of Hormuz.”</p><p>That appears to have been the phrase to anger Iran, which is preparing for the funeral that begins this weekend for the late Supreme Leader Ayatollah Ali Khamenei, who was killed in the war's first moments in February.</p><p>“Any failure to comply, deviation from the designated route, or disregard for the navigation protocols of the Islamic Republic of Iran in the Strait of Hormuz will be met with an immediate and forceful response from the armed forces, endangering the security of the violating vessels,” the Iranian statement said.</p><p>It also said the continued presence of U.S. fighter jets over the strait “causes insecurity in this waterway and threatens regional security.”</p><p>“Any attempt by the United States to interfere in security matters or any disruptive action in the Strait of Hormuz will be considered a threat to Iran’s national sovereignty and will be met with a rapid and decisive reaction,” the Iranian warning added.</p><p>Iran and the United States agreed as part of an interim deal to allow ships to pass without paying charges for 60 days. But Tehran insisted it must control the routes of the vessels and later charge fees for passage, upending decades of practice in the waterway.</p><p>The U.S. and many Gulf Arab states say they won’t agree to the charges. An effort by Oman and a United Nations agency to launch a new route near Oman’s shore sparked attacks across the Mideast last weekend, highlighting the tensions.</p><p>Despite the tensions, Wednesday's talks saw “positive progress,” Pakistani Foreign Ministry spokesperson Tahir Andrabi said. He told journalists that Pakistan hoped the next round of talks would be scheduled as soon as possible after Khamenei’s funeral.</p><p>___</p><p>Associated Press writer Munir Ahmed in Islamabad contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZCIUPWU7CZ434XMWTC4TYEBNE.jpg?auth=994ac71c128a8e60f87fee8a264b98ad07ce9a251cb81f54969ac2cb4802073a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Commercial vessels are seen in the Strait of Hormuz off Bandar Abbas, Iran, Tuesday, June 30, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[Russia waged a drone campaign in Europe and likely launched drones from shadow ships, report says]]></title><link>https://www.local10.com/news/world/2026/07/02/russia-waged-a-drone-campaign-in-europe-and-likely-launched-drones-from-shadow-ships-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/russia-waged-a-drone-campaign-in-europe-and-likely-launched-drones-from-shadow-ships-report-says/</guid><dc:creator><![CDATA[By EMMA BURROWS, Associated Press]]></dc:creator><description><![CDATA[Russia likely used shadow ships to launch drones over Europe that repeatedly disrupted civilian aviation, as it monitored military sites and tested the air defenses of NATO nations, according to a report published Thursday by the International Institute of Strategic Studies think tank.]]></description><pubDate>Thu, 02 Jul 2026 09:30:51 +0000</pubDate><content:encoded><![CDATA[<p>Russia likely used shadow ships to launch drones over Europe that repeatedly disrupted civilian aviation, as it monitored military sites and tested the air defenses of NATO nations, according to a report published Thursday by the International Institute of Strategic Studies think tank.</p><p>The report, which was shared before publication with The Associated Press, plotted 144 suspected drone sightings across Europe, including in NATO members Germany, France, Belgium, the Netherlands, the U.K., and Denmark, between 2024 and 2026.</p><p>Those sightings peaked in late 2025, forcing the temporary closure of several European airports, including in Germany, Spain and Denmark.</p><p>Danish Prime Minister Mette Frederiksen described the incidents in her country as the “ most serious attack on Danish critical infrastructure to date.”</p><p>The IISS said the Russian campaign was designed to fall below the threshold of triggering discussions for a collective NATO response and was a “strategic failure” for Europe that exposed how the continent’s air defenses are not fit to deal with the current threat.</p><p>Air Chief Marshal John Stringer, NATO's deputy supreme allied commander in Europe, told AP that it is up to each alliance member to decide how to respond to such threats — and many countries are taking them increasingly seriously.</p><p>Several senior European officials said it’s difficult to attribute the drone incursions to Russia, and Stringer did not blame Moscow. But he suggested the activity fits the pattern of behavior seen in a widespread campaign of disruption across Europe that Western officials have blamed on Russia since its invasion of Ukraine in 2022.</p><p>Of the handful of countries that have confirmed drone sightings, only Sweden has blamed Moscow directly — when a military drone flew toward a French aircraft carrier from a Russian spy ship.</p><p>President Vladimir Putin said in May that Russia is not waging a sabotage campaign against Europe.</p><p>European nations struggled to respond to drones, the IISS said</p><p>Drones are challenging to detect because they fly low and slow, and on radar can look like birds or planes. They can be launched inside, or near, national borders, bypassing missile defenses, which are designed to detect supersonic missiles fired from abroad. And even if a drone is shot down, it’s extremely difficult to identify where it came from or who sent it and why.</p><p>The incursions showed drone defenses in Europe need to rapidly be improved, the IISS said.</p><p>Creating a comprehensive picture of threats is often difficult because the responsibility for tackling drones is often split among various authorities, Lt. Gen. Jonny Lindfors, Sweden’s military representative to NATO, told AP. It’s also a “tough decision,” he said, to decide to shoot a drone down because it could cause civilian casualties.</p><p>In a June report, Denmark’s Defense Command said the armed forces “could have been in a stronger position” to respond to drone sightings and that there were shortcomings in equipment used to detect them. Following the incidents, Denmark and several other European countries said they would boost their drone defenses.</p><p>Countries that may have had a “benign” view of the danger a few years ago have now realized that counterdrone systems are a critical part of air defense, said Stringer.</p><p>Russia is launching drones from shadow ships, the IISS said</p><p>The IISS plotted the movement of Russian shadow fleet vessels — ships of uncertain ownership that help Moscow dodge sanctions — and concluded that it’s highly likely that Russia is using them as platforms for launching drones.</p><p>The report focused on sightings of drones across central and northwest Europe and did not examine incursions along NATO’s eastern flank, where multiple Russian and Ukrainian attack drones have entered European airspace.</p><p>On Dec. 2, the Vezhen, a shadow ship linked to the severing of a Baltic cable, sailed in circles off the coast of Ireland when Ukrainian President Volodymyr Zelenskyy arrived for his first official visit, the IISS said. Another ship was nearby, but its signal was off, it said.</p><p>At that time, four large military drones were spotted off the Dublin coast, flying for two hours above an Irish navy ship, the report said. The Irish Defense Forces did not reply to a request for comment.</p><p>The report cited other sightings that occurred when shadow fleet ships were nearby, several in Denmark.</p><p>— On Jan. 3, 2025, as the shadow fleet vessel Arctica sailed along the Danish coast, the IISS said up to 20 drones flew over the port of Koege, Denmark, before disappearing toward the sea.</p><p>— On Sept. 22, drone sightings led to the closure of Copenhagen Airport. The IISS found several shadow ships were in the area at the time, including the Arctica and the Boracay.</p><p>— Over the next several days, as the Boracay rounded Denmark and several other ships were in the area, more drones were reported over the country, including near military installations.</p><p>The IISS said suspicion for at least some of the sightings in September fell on the Boracay. The French military boarded the ship at the end of the month, and President Emmanuel Macron said he can't rule out that the vessel was involved in the drone flights over Denmark.</p><p>Denmark’s Defense Command confirmed that drones were identified in the country’s airspace in September and October 2025. It didn’t link them to Russia but noted that Moscow is carrying out hybrid attacks against the West, including those that are of a “character and scope far beyond what Russia carried out before the war in Ukraine.”</p><p>“It’s a reasonable assumption” that Russia is launching drones from shadow fleet ships, said Lindfors, though he noted it's often “almost impossible” to attribute them to one nation or actor.</p><p>Russia flew drones above military sites, the report said</p><p>The report also concluded that Russia likely tried to monitor military sites in the U.K., the Netherlands, Belgium, France and Germany and force NATO nations to scramble to defend against drones, and so reveal radar positions and gaps in defenses. Among the reports of drones over military installations cited by the IISS were:</p><p>— The U.S. Air Force in Europe said there were multiple sightings of drones in November 2024 over four American air bases in the U.K.</p><p>— German authorities recorded more than 1,000 suspicious drone sightings in 2025, including over defense companies and military bases where Ukrainian soldiers were training.</p><p>— Dutch and Belgian defense officials said drones were spotted in November and December 2025 over military bases in the Netherlands and Belgium. The IISS said the bases are believed to host American B61 nuclear bombs.</p><p>— Drone sightings were reported at the Ile Longue submarine base, which hosts France’s nuclear-powered ballistic missile submarines.</p><p>The U.S. Air Force in Europe said it couldn't provide more detail on the incidents in the U.K., the Netherlands and Belgium, nor confirm the presence of American nuclear weapons.</p><p>A British defense official, speaking on condition of anonymity to discuss sensitive military information, said a defense police investigation found no evidence to conclusively link the drone sightings in the U.K. to Russia. The Dutch Defense Ministry confirmed drones were seen over Volkel Air Base and said it took steps to defend military sites against drones.</p><p>The French army chief of staff headquarters said an investigation of the drones over Ile Longue is ongoing. It didn’t respond to questions about whether the military suspects the drones were launched from shadow fleet ships.</p><p>Requests for comment were also sent to defense ministries in Belgium, Denmark and Germany.</p><p>With so many incursions, “it would be naive to believe it’s just a coincidence,” said Lindfors, suggesting that such threats are the new normal.</p><p>___</p><p>Associated Press writers John Leicester, Lorne Cook and Mike Corder contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZKFORD3UA4PFQKWBLKNGNFAGT4.jpg?auth=41ff120341eb138ac076196ee55fab386a0c410b34c2a2b1c921f896fd048abe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The tanker Boracay that allegedly belongs to Russia's so-called shadow fleet, is seen Oct. 2, 2025, off Saint-Nazaire, France's Atlantic coast. (AP Photo/Mathieu Pattier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mathieu Pattier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHJHXMCMQVGF57SIHF6XAPROTU.jpg?auth=d86d91b014307aa45f05915a744bdc22946577179b25195f8f606dcab40444b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Soldiers stand on the deck on the tanker Boracay that allegedly belongs to Russia's so-called shadow fleet, Oct. 2, 2025, off Saint-Nazaire, France's Atlantic coast. (AP Photo/Mathieu Pattier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mathieu Pattier</media:credit></media:content></item><item><title><![CDATA[Couple caned for kissing on TikTok in Indonesia's conservative Aceh province]]></title><link>https://www.local10.com/news/world/2026/07/02/couple-caned-for-kissing-on-tiktok-in-indonesias-conservative-aceh-province/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/couple-caned-for-kissing-on-tiktok-in-indonesias-conservative-aceh-province/</guid><dc:creator><![CDATA[By REZA SAIFULLAH and EDNA TARIGAN, Associated Press]]></dc:creator><description><![CDATA[BANDA ACEH, Indonesia (AP) — A young couple in Indonesia’s conservative Aceh province were publicly caned on Thursday after an Islamic Shariah court convicted them of violating Islamic law by kissing during a TikTok livestream.]]></description><pubDate>Thu, 02 Jul 2026 09:24:05 +0000</pubDate><content:encoded><![CDATA[<p>BANDA ACEH, Indonesia (AP) — A young couple in Indonesia’s conservative Aceh province were publicly caned on Thursday after an Islamic Shariah court convicted them of violating Islamic law by kissing during a TikTok livestream.</p><p>Aceh’s Sharia court ordered the two people to be whipped with a rattan cane 21 times each for kissing without being married. At least a hundred people witnessed the caning, carried out by a group of people wearing robes and hoods on a stage in Bustanussalatin City Park in Banda Aceh.</p><p>The couple, a 22-year-old man and a 25-year-old woman, were arrested in April after a Feb. 27 livestream in which they kissed in a car in Banda Aceh went viral and prompted reports to local Sharia authorities.</p><p>Aceh is the only province in Muslim-majority Indonesia that enforces a version of Islamic law. Indonesia’s secular central government granted the province the right to implement religious law in 2006 as part of a peace deal to end a separatist war.</p><p>In 2015, Aceh expanded the law to apply to non-Muslims, who account for about 1% of the province’s population.</p><p>The law allows up to 100 lashes for morality offenses including adultery and gay sex. Caning is also allowed to punish people gambling and drinking, and for women who wear tight clothes or men who skip Friday prayers.</p><p>The couple caned Thursday were sentenced to 25 lashes each, but it was reduced to 21 strokes because they had already spent four months in prison.</p><p>The court also seized a cellphone and a USB flash drive containing the TikTok live video as evidence to be destroyed.</p><p>Four other people were publicly caned on Thursday for online gambling and adultery.</p><p>Amnesty International Indonesia said public caning in Aceh as a form of human rights violation because it is cruel, inhumane and degrading to human dignity, even though Indonesia has ratified a convention mandating the abolition of inhumane punishments.</p><p>“Such behavior might be considered inappropriate because social media is viewed by people of various age groups, including children. But is it a crime that warrants imprisonment or even caning? That would be excessive,” said Usman Hamid, the Executive Director of Amnesty International Indonesia on Thursday.</p><p>Aini Nadhirah, 22, a Banda Aceh resident who attended the caning, said the public concern over the punishment could provide a lesson for others.</p><p>“In my opinion, this caning is entirely justified because it serves as a warning to other Aceh residents to be more careful when using social media. It also raises awareness that such actions are unacceptable, thereby educating the public,” Nadhirah said.</p><p>___</p><p>Tarigan reported from Jakarta, Indonesia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKOXSN5UR6C5GS6LVGXILKV2FQ.jpg?auth=75dca5d79f1b1e9dcf8f4d316a74f4cc51c542f53430e1148015dde4336295af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People convicted of violating Islamic law, among them are an unmarried couple who were found gulty of kissing during a TikTok livestream, wait for their turn to be publicly caned in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/345OB5ZYMAKTEUGE7BMFLZBQBA.jpg?auth=987dd6194ed57693db0606d36794153b32cbfc10d663a77cde052fa0d280479e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A shariah law official holds a rattan cane before the public caning of a young couple after an Islamic Shariah court convicted them of violating Islamic law by kissing during a TikTok livestream, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBAEWEF7GULJQ2YGUYTLZU3SIA.jpg?auth=bf352eb4205eee631a98f7819ab4aeaf329093fa523f6df309a36c977a76bfb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man is publicly caned after he was convicted of violating Islamic law by kissing during a TikTok livestream, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZXVQY7HSSCYQLIMWG2RWHNUAFM.jpg?auth=68f7d881ac75ef0b3dd6c3691c39117200213e6e48d9eecee225fa90b40c0ec4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shariah law officials assist an unmarried woman, convicted of violating Islamic law by kissing during a TikTok livestream, to get up after being being publicly caned, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KEPENV4SML4SOR2IB37TJVYBWU.jpg?auth=0a712d607209c3bcfe7dece460e14c381ad5e0d956c34c0ce7187f9e2f2783f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shariah law officials escort a woman convicted of violating Islamic law by kissing a man, both unmarried, during a TikTok livestream after her public caning, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content></item><item><title><![CDATA[11-year-old boy driving pickup truck crashes into group of Thai monks, killing 9]]></title><link>https://www.local10.com/news/world/2026/07/02/11-year-old-boy-driving-pickup-truck-crashes-into-group-of-thai-monks-killing-8/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/11-year-old-boy-driving-pickup-truck-crashes-into-group-of-thai-monks-killing-8/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — An 11-year-old boy crashed a pickup truck into a group of monks on a pilgrimage walk in northeastern Thailand on Thursday, killing nine, officials said.]]></description><pubDate>Thu, 02 Jul 2026 11:38:44 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — An 11-year-old boy crashed a pickup truck into a group of monks on a pilgrimage walk in northeastern Thailand on Thursday, killing nine, officials said.</p><p>A total of 35 monks from Mukdahan province, about 600 kilometers (372 miles) northeast of the capital Bangkok, were on the pilgrimage. Five monks were killed at the site, while four others died at a hospital. Thirteen were hospitalized with three in critical condition, according to the provincial administration.</p><p>The group started the 260-kilometer (161-mile) walk to Ubon Ratchathani province about 30 minutes before the crash.</p><p>Security camera footage shared by a local rescue group, Ruam Jai Mukdahan Rescue Association, shows the monks walking in a single line on the side of a road before the truck crashes into them.</p><p>The boy is in custody and will be questioned when state child protection officers arrive, police said.</p><p>The cause of the accident is under investigation, but police said the monks described seeing the vehicle swerving before it slid off the road and crashed into the group.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BBKPJHGTX4WTYS3KGDHEQIVKP4.jpg?auth=335027fdf1c47b9d8a79a5c3bdeda3f58247d365942a82ae909e09a5e9c8d58c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photograph released by the Phu Manorom temple shows a group of Thai Buddhist monk posing for a picture at Phu Manorom temple in Mukdahan province, Thailand, Thursday, July 2, 2026 (Phu Manorom temple via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XM6P77RSJRBQTQHNTKHHSMMS4U.jpg?auth=97fa9498ac0edc5c78a185b287f2a55e34307455fd36e036150b912ebf664ec5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photograph released by the Phu Manorom temple shows a group of Thai Buddhist monk picking up their food in the morning at Phu Manorom temple in Mukdahan province, Thailand, Thursday, July 2, 2026 (Phu Manorom temple via AP)]]></media:description></media:content></item><item><title><![CDATA[Vatican cracks down on a traditionalist group by excommunicating its bishops]]></title><link>https://www.local10.com/news/2026/07/02/vatican-declares-ultraconservative-society-in-schism-excommunicates-bishops-and-warns-faithful/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/vatican-declares-ultraconservative-society-in-schism-excommunicates-bishops-and-warns-faithful/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[VATICAN CITY (AP) — The Vatican responded aggressively Thursday to a traditionalist group that consecrated bishops without the pope’s consent, declaring the Society of St. Pius X had formally broken with the Catholic Church. It also excommunicated its bishops and priests, and warned its faithful that they too face the harshest sanctions in the church.]]></description><pubDate>Thu, 02 Jul 2026 12:21:09 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — The Vatican responded aggressively Thursday to a traditionalist group that consecrated bishops without the pope’s consent, declaring the Society of St. Pius X had formally broken with the Catholic Church. It also excommunicated its bishops and priests, and warned its faithful that they too face the harshest sanctions in the church.</p><p>By declaring a schism and extending sanctions to potentially thousands of Catholics, the Vatican’s doctrine office went above and beyond the minimum sanctions foreseen by the church’s canon law to respond to the consecrations Wednesday of four new bishops.</p><p>The society, known by its acronym SSPX, celebrates the ancient Latin Mass and opposes the modernizing reforms of the Catholic Church, which it considers to be rife with heresies and errors. While a fringe movement on the Catholic right, the SSPX has been a thorn in the Vatican's side for five decades because it claims to be even more Catholic than the Holy See.</p><p>The harshness of the response suggested that after trying to negotiate with the SSPX, the Vatican under Pope Leo XIV has had enough.</p><p>During a ritual-filled, five-hour Mass on Wednesday at its seminary in Econe, Switzerland, the SSPX consecrated four new bishops in direct defiance of Leo, who had urged the group to hold off for the sake of church unity. An estimated 15,500 people and their children attended, a sign that the SSPX has plenty of supporters who came from around the world knowing full well they were defying Rome.</p><p>A decree targeting bishops and faithful</p><p>In a decree, the Vatican excommunicated the four new bishops and the two bishops who participated in the ceremony. It declared the consecrations a “schismatic act” and declared the society itself had created a schism, or intentional rupture with the Catholic Church.</p><p>The Vatican warned the faithful to stop going to the society’s Masses, declaring “those who adhere formally” to the society are considered themselves schismatic and excommunicated. It declared SSPX priests to be schismatic, and therefore excommunicated, and invalidated the sacraments of confession and marriage that they administer.</p><p>The Vatican has previously described “adherence” to the SSPX as including those faithful who share in the schism by placing their loyalties to the society above the pope, and those who participate exclusively in SSPX Masses. As a result, Thursday's decree could potentially involve the excommunications of thousands of rank-and-file SSPX faithful who attend SSPX Masses.</p><p>The sanctions, especially those targeting the priests, the faithful and the sacraments they can receive, were particularly harsh and reversed concessions the Vatican had granted the SSPX in recent years as part of its outreach to bring the group back under Rome's wing.</p><p>The actions were announced just as one of the new bishops, Pascal Schreiber of Switzerland, was celebrating his first Mass as a bishop in Econe.</p><p>A group formed in opposition of modernism</p><p>French Archbishop Marcel Lefebvre founded the SSPX in 1970 in opposition to the modernizing reforms of the Second Vatican Council. Among other things, the 1960s meetings known as Vatican II revolutionized the church’s relations with other Christians, Jews and people of other faiths and allowed Mass to be celebrated in the vernacular rather than Latin.</p><p>Lefebvre consecrated four bishops without papal consent in 1988. The Vatican promptly excommunicated Lefebvre and the four bishops and declared the consecrations a “schismatic act.”</p><p>Pope Benedict XVI in 2009 lifted the excommunications as part of his yearslong outreach to the group. But the SSPX today has no legal standing in the church and with Thursday’s decree is declared to be in schism.</p><p>The consecrations had posed a crisis for Leo because the American pope has stressed the need for church unity. He has reached out especially to the conservative and traditionalist wing of the church that was in many ways alienated during the Pope Francis pontificate.</p><p>The Vatican responded so aggressively in part because the group poses something of a threat by representing a parallel, ultra-Catholic, pre-Vatican II church that has grown in the decades since its original break from Rome. While representing a fraction of the 1.4-billion strong Catholic faithful, the SSPX now has six bishops, 751 priests, 264 seminarians training in five seminaries, 145 religious brothers, 88 oblates and 250 religious sisters representing 50 nationalities, according to SSPX statistics.</p><p>Traditionalists in communion with Rome respond</p><p>In a note accompanying the decree, the Vatican said it was willing, “like a caring mother,” to welcome any SSPX faithful back into the fold. But it didn't create any specific Vatican entity to receive them, decreeing only that Vatican ambassadors around the world would establish procedures for local bishops to follow. The Vatican was expected to explain the procedures later Thursday in a doctrinal statement.</p><p>While the SSPX is out of communion with Rome, plenty of other Catholic traditionalists who love the Latin Mass remain in communion with the Holy See. They had been watching carefully to see how Leo's Vatican would respond to the SSPX consecrations and were surprised by the harshness of Thursday's sanctions.</p><p>Luigi Casalini, of the blog Messa in Latino, meaning Latin Mass, said the excommunication of the bishops was correct because canon law provides for it.</p><p>But the extension of the excommunications to SSPX priests and faithful was “an act of unusual severity,” he said, while saying the invalidation of SSPX sacraments was problematic.</p><p>“Above all, we find it hard to believe that, to date, no Vatican body has been established to manage potential defectors,” as was the case after the 1988 excommunications, Casalini told The Associated Press.</p><p>The SSPX has accused the church of being rife with errors, such as modernism and liberalism, and that only it is upholding the true faith of Christ. It has justified the consecrations, citing a “state of necessity” to minister to its faithful. Only two of the original four bishops consecrated in 1988 are alive, and the SSPX has said they simply are too old to minister to all the SSPX faithful.</p><p>In his homily during the consecrations Wednesday, the Rev. Davide Pagliarani, the SSPX superior, insisted the consecrations served Leo and the church.</p><p>“We are accused of not respecting the pope,” Pagliarani said. “But it is precisely because we love the pope as the vicar of Christ, as the head of the church, that we don’t want to see the pope humiliated anymore, on the side of false shepherds representing false religions.”</p><p>One of the thousands of worshippers at Wednesday’s consecrations was Allison Isermann, a 24-year-old from St. Marys, Kansas, who grew up as a society member and strongly defended its teaching in opposition to Vatican II, specifically its openness to those of other faiths.</p><p>“It is actually very anti-Catholic and anti-charitable to affirm others and their beliefs when it is our duty and our mission to actually convert and sanctify the world and to restore all things in Christ,” she said.</p><p>___</p><p>Jamey Keaten contributed from Econe, Switzerland.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RVH44XOVJGKX34WFVKCVXXX4UY.jpg?auth=fae08fdce0b35a7234f5d1399c4b023dfa10e4c521821b5b1f21acfdbf674b88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishops, from left, Marc Hanappier, Michel Poinsinet de Sivry, Michael Goldade and Pascal Schreiber wearing their miters and holding their pastoral staffs, stand at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERFMX2JE3TLXRIUXIZZMDERYOA.jpg?auth=483c21c0ebb2c86de81b9ac9becfc67082baa473a1e960755e154407cb01c905&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishops, from left, Pascal Schreiber, Michael Goldade, Michel Poinsinet de Sivry and Marc Hanappier, wearing their miters and holding their pastoral staffs, pray at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXJ3HH4O2PNFC4SX6BIMMG5IUQ.jpg?auth=34b0e257cf882cf2ab7d32888e1ca71580d637bb45f16dc475e04d7996611e76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishops, from left, Pascal Schreiber, Michael Goldade, Michel Poinsinet de Sivry and Marc Hanappier hold their pastoral staffs at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFDAOGLVPCSKZIRPRSZ2CPR5TY.jpg?auth=5c75686efd5b61dafee45243819de8231a966169fec36d0daaef701b04c44478&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nuns attend a consecration ceremony for four new bishops in a tent set up outside the Society of St. Pius X seminary, in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U7SURP3VYR5OL3OHXGWVMLRDAQ.jpg?auth=1942927955ed4cf39ce50217bd7571d393e7d58db277eb02468acb6be7cfa6c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishop Michael Goldade delivers his blessing at the end of his consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content></item><item><title><![CDATA[Wall Street quietly mixed as chip companies continue to lose ground following Wednesday's sell-off]]></title><link>https://www.local10.com/business/2026/07/02/world-shares-are-mixed-with-south-koreas-kospi-down-nearly-8-on-a-sell-off-of-chip-shares/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/world-shares-are-mixed-with-south-koreas-kospi-down-nearly-8-on-a-sell-off-of-chip-shares/</guid><dc:creator><![CDATA[By CHAN HO-HIM and MATT OTT, Associated Press]]></dc:creator><description><![CDATA[Wall Street was mixed in light trading early Thursday as chip stocks fell further and oil prices dipped near their levels before the Iran war began.]]></description><pubDate>Thu, 02 Jul 2026 11:58:43 +0000</pubDate><content:encoded><![CDATA[<p>Wall Street was mixed in light trading early Thursday as chip stocks fell further and oil prices dipped near their levels before the Iran war began.</p><p>Futures for the S&P 500 were unchanged before the opening bell, while Dow Jones Industrial futures inched up 0.2%. Nasdaq futures were off 0.4%.</p><p>Most chipmakers were down modestly premarket after a big sell-off a day earlier that saw Micron lose more than 10%. Micron fell another 2.3% overnight while most other chipmakers were down less than 1% early Thursday.</p><p>In Asia, South Korea’s benchmark Kospi index sank 7.9% to 7,648.09. with chip-related shares trading lower. Memory chipmaker SK Hynix lost 14.6% and Samsung Electronics tumbled 9.1%.</p><p>Surging demand for artificial intelligence has pushed many AI and tech stocks higher in recent months, with markets in South Korea, Japan and Taiwan reaping big gains. So far this year, the Kospi and Nikkei 225 have gained about 77% and 33%, respectively.</p><p>However, concerns over a potential glut in supply given the massive investments made by Big Tech companies in the U.S. and elsewhere have been clouding investor sentiment.</p><p>“AI demand may continue to grow but at a slower pace than expected,” economists Megan Fisher and Vicky Redwood at Capital Economics wrote in a note on Thursday. “Firms and investors may be underestimating the barriers to AI adoption.”</p><p>While transformative technologies can be adopted widely, they may still fall short of generating financial returns soon enough in order to justify the massive scale of investments made by many firms, the economists said.</p><p>Coming later Thursday morning is more data on the U.S. labor market. The June jobs report comes out a day earlier due to the July 4 holiday and the weekly unemployment benefits report, which acts as a proxy for layoffs, is also scheduled for release.</p><p>Oil prices fell after negotiators from the U.S. and Iran met separately with mediators from Qatar and Pakistan on Wednesday, as traders eyed developments in talks on achieving a permanent end to the war in Iran.</p><p>Brent crude, the international standard, fell $1 to $70.57 per barrel, effectively the price it was in the days before the war started. Benchmark U.S. crude fell $1.08 to $67.50 per barrel. U.S. crude was below $67 a barrel in the days leading up to the U.S.'s and Israel's attacks on Iran.</p><p>Hopes have risen that crude supplies will improve markedly with the reopening of the Strait of Hormuz, the narrow waterway that’s key for the world’s oil transport, even though the number of ships crossing the strait is still limited.</p><p>In early European trading, Britain's FTSE 100 rose 0.5%, France's CAC 40 advanced 0.8% and Germany's DAX climbed 0.9%.</p><p>In Asia, Tokyo’s Nikkei 225 lost 2.5% to 68,733.15. Shares of chip equipment maker Tokyo Electron shed 7.4%.</p><p>Taiwan’s Taiex declined 0.6% as chipmaking giant TSMC, or Taiwan Semiconductor Manufacturing Co., fell 1.6%.</p><p>Hong Kong’s Hang Seng closed 0.8% higher at 23,055.03. Chinese electric vehicle maker BYD’s shares rose 8.1% after it reported its sales rose for a second straight month. The Shanghai Composite index fell 2% to 4,028.90.</p><p>Australia’s S&P/ASX 200 edged less than 0.1% higher to 8,724.50.</p><p>India's Sensex climbed 0.6%.</p><p>In currency trading, the U.S. dollar was at 161.36 Japanese yen, down from 162.58 yen, after the yen fell to a four-decade low against the dollar on Wednesday. The euro was trading at $1.1415, up from $1.1377.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZWXTLTI66SGNTKY5VKXSXWYH4Q.jpg?auth=24229e5c61de27b571f69242f4b04df1c6303d1a00ab2ee7bbf3411bcfd6f83c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options traders Serge Marinovich, left, and Phil Phil Fracassini work on the floor of the New York Stock Exchange, Friday, June 26, 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/Z3BSLPOQ6M6N5BU5VMRLY5NZAE.jpg?auth=1f1485556cb476caf81fe733508240e483383113673dbc117009c47d64e88fc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A currency trader watches monitors near a screen showing the Korea Composite Stock Price Index (KOSPI) at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, July 1, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Facing barbs and pressure from Trump, Europe's leaders close ranks]]></title><link>https://www.local10.com/news/2026/07/02/facing-barbs-and-pressure-from-trump-europes-leaders-close-ranks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/facing-barbs-and-pressure-from-trump-europes-leaders-close-ranks/</guid><dc:creator><![CDATA[By GIADA ZAMPANO and SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — U.S. President Donald Trump’s attacks on Italy’s premier have had an unintended consequence.]]></description><pubDate>Thu, 02 Jul 2026 10:36:14 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — U.S. President Donald Trump’s attacks on Italy’s premier have had an unintended consequence.</p><p>After Trump questioned Italy’s reliability as a wartime ally and claimed Giorgia Meloni had groveled for his attention, European leaders rallied to Meloni's side, thawing what had been a frosty relationship over her hard-right political roots.</p><p>It is the latest example of how the often divisive American president is helping to draw Europe closer together.</p><p>European leaders are finding more reasons to coordinate on defense, tariffs and foreign policy as they confront wars in Ukraine and Iran, a ballooning trade deficit with China, and threats from Russia. That leaves Trump, who has often preferred to negotiate with European countries individually, with less ability to do so, analysts say.</p><p>“Most of the mainstream leaders realize that Europe is getting squeezed between China and America, and so, if not now, then when?” said Sudha David-Wilp, vice president at the German Marshall Fund. “They need to act as a bloc in order to maintain Europe’s place in the world.”</p><p>This newfound European unity could be tested next week at a NATO summit in Turkey.</p><p>European leaders rally around Meloni</p><p>Meloni's spat with Trump has helped her strengthen ties with European leaders once wary of her party’s post-fascist roots.</p><p>A pivotal moment came in March when she wouldn't allow U.S. bombers headed to the Middle East to use a base in Sicily without parliamentary approval.</p><p>For years before then, France and Germany often kept Meloni outside the small-group talks that helped shape Europe’s response to major foreign policy crises. That persisted into 2026 amid disagreements over the Russian war on Ukraine, including Meloni’s rejection of a proposal by Britain and France to send European troops there following a possible ceasefire.</p><p>But Trump’s escalating attacks on Meloni — who called Trump's criticism of Pope Leo “unacceptable” — helped shift the dynamic, prompting European leaders to rally around her.</p><p>After all, they, too, have been on the receiving end of Trump's barbs.</p><p>Meloni was firmly in the fold at a late June meeting in Berlin with the leaders of Germany, France, Britain and Poland. And she met the next day with French President Emmanuel Macron in southern France — the first bilateral summit since the pandemic.</p><p>Europe's nationalist parties are adjusting</p><p>Even nationalist parties across the continent once aligned with Trump are recalibrating their stances because his trade policies and war with Iran are proving unpopular with voters.</p><p>In France, far-right leader Jordan Bardella recently blasted U.S. actions as “foreign interference” and described Trump as “erratic” and “extremely unsteady.” Bardella had previously welcomed Trump's brand of nationalism as a “wind of freedom.”</p><p>In Germany, leaders of the far-right Alternative for Germany party have criticized the U.S. military campaign against Iran. The co-leader of the party, Tino Chrupalla, said in March he was “extremely disappointed” with Trump, whom he had viewed as a politician who would avoid new conflicts.</p><p>The changing rhetoric comes as elections approach, putting more focus on domestic issues.</p><p>“This pushes everyone to consider a European horizon more than an international one,” said Lorenzo Castellani, a political analyst and professor at Rome’s LUISS University,</p><p>Beyond Europe’s biggest powers</p><p>These dynamics are playing out beyond the European Union, from the Arctic Ocean to the Balkans.</p><p>When Trump threatened to take Greenland by force, protests erupted in its capital, Nuuk, and in the Danish capital of Copenhagen. Leaders across the political spectrum bristled at the threatened infringement of European sovereignty and feared it could shatter the already stressed NATO military alliance.</p><p>In Albania, a luxury development being planned that is linked to Trump’s family business has become a major political issue, drawing protests in June.</p><p>The political risks of close alignment with Trump were perhaps most clearly illustrated in Hungary. Prime Minister Viktor Orbán — long regarded as Trump’s closest ally in the European Union — was voted out of office in April despite support from the U.S. president and prominent figures in the MAGA movement.</p><p>An analysis by the consultancy Maplecroft suggested that negative perceptions of the Trump administration may have weighed on Orbán politically.</p><p>Meloni’s balancing act</p><p>Though Meloni remains closely aligned with Trump on issues like immigration and security, she has long diverged from him on Ukraine. Her steadfast support for Kyiv made her more palatable for European leaders and has been a key factor in forging a more united European front toward the U.S.</p><p>During their public spat last month, Meloni said her friendship with Trump came with a heavy political cost.</p><p>In her response to his accusation that she had “begged” to be photographed with him while at the recent G7 summit in France, she wrote on social media: “As for my popularity, being your friend has certainly not helped it, nor does it depend on my relationship with you.”</p><p>A recent Pew Research Center survey found that Trump is deeply unpopular in Italy. According to the survey, 83% of Italians have no confidence in Trump’s ability to do the right thing regarding foreign affairs. His handling of a range of issues -- including Iran, tariffs, and U.S. immigration policies -- received a low level of support.</p><p>With a national election due by 2027 — and possibly as early as next spring — Meloni faces mounting political pressures, including fallout from the unpopular Iran war and her former ties to Trump.</p><p>Voters across Europe could hold their own politicians accountable for the actions of an American president beyond their control, said Castellani, the political analyst.</p><p>“At a certain point, when voters see the price of gasoline rising because of a war perceived as distant, they ask Meloni for the bill, not Trump.”</p><p>___</p><p>McNeil reported from Brussels. Associated Press Sylvie Corbet in Paris, Geir Moulson in Berlin, and Justin Spike in Budapest, Hungary, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V5KZWF4BYYMHAZPA4UYPZ22B34.jpg?auth=4c0b9d3bc99fd5936d6eef0236413413fea35e21705a001a6565472ff1aeef29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -President Donald Trump greets Italy's Prime Minister Giorgia Meloni during summit to support ending the more than two-year Israel-Hamas war in Gaza after a breakthrough ceasefire deal, Oct. 13, 2025, in Sharm El Sheikh, Egypt. (AP Photo/Evan Vucci, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RL7Q5FAZDDLZDYT7KWUBGEATPA.jpg?auth=d531aad439743c877a61432f9512dda42d8bd455558d477567d0f4725a4b2683&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks with Italian Prime Minister Giorgia Meloni at a working lunch with leaders of G7 and the Middle East in Evian-les-Bains, France, Tuesday, June 16, 2026. (Evelyn Hockstein/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evelyn Hockstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2ELTSKTH3QJWNHAVQANLLGPXE.jpg?auth=8fde9ac71db0fcd76d9b44da8c760ec1707ad9cd2fecfd9d427c995894172a66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italian Prime Minister Giorgia Meloni, left, attends a joint press conference with French President Emmanuel Macron, right, as part of a Franco-Italian summit in Antibes, southern France, Thursday, June 25, 2026. (Manon Cruz/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Manon Cruz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KDTPN2EDMZ4TWE6XBHDNVQ63XA.jpg?auth=9cdec9a871f748e168d472c917a9fdea00409983c0c231126ffe72800d1ea3ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, German Chancellor Friedrich Merz, Italian Prime Minister Giorgia Meloni and Britain's Prime Minister Keir Starmer attend a press conference at the E5 NATO Summit in Berlin, Germany, Wednesday, June 24, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OUMIJCWEY6A75LRM3ARRNPSRII.jpg?auth=8f6db6f0429e7c8b1b098d65d5cbb889c8bf8871cc74cd23096d770826c3898d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left to right, Poland's Prime Minister Donald Tusk, French President Emmanuel Macron, German Chancellor Friedrich Merz, Italian Prime Minister Giorgia Meloni and Britain's Prime Minister Keir Starmer attend a press conference at the E5 NATO Summit in Berlin, Germany, Wednesday, June 24, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E65MECPA7IVOZGL3IMFSVAHKVQ.jpg?auth=d3f9fd11c74ace4428b3a43b0e17541939ab62d1d76536d42575e26b28e6f23f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italian Prime Minister Giorgia Meloni attends a joint press conference with French President Emmanuel Macron as part of a Franco-Italian summit in Antibes, southern France, Thursday, June 25, 2026. (Manon Cruz/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Manon Cruz</media:credit></media:content></item><item><title><![CDATA[The Onion's new parody of Alex Jones' Infowars starts with $100,000 to Sandy Hook families]]></title><link>https://www.local10.com/entertainment/2026/07/02/the-onions-new-parody-of-alex-jones-infowars-starts-with-100000-to-sandy-hook-families/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/the-onions-new-parody-of-alex-jones-infowars-starts-with-100000-to-sandy-hook-families/</guid><dc:creator><![CDATA[By JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[The satirical news site The Onion isn’t waiting to take possession of Infowars to launch a parody of Alex Jones ’ conspiracy platform.]]></description><pubDate>Thu, 02 Jul 2026 04:03:24 +0000</pubDate><content:encoded><![CDATA[<p>The satirical news site The Onion isn’t waiting to take possession of Infowars to launch a parody of Alex Jones ’ conspiracy platform.</p><p>More than a year after first trying to buy Infowars, The Onion on Thursday will debut a send-up under its own website with plans to give some of the revenue to families of the victims in the Sandy Hook Elementary School shooting.</p><p>The families have still received no money from Jones since courts ordered him to pay more than $1 billion for falsely calling the 2012 shooting a hoax.</p><p>The Onion will start by sending the families $100,000 from merchandise sales that combine the conspiracy empire’s brand with the The Onion’s logo in rainbow colors, according to CEO Ben Collins, whose company is still in court trying to take control of Infowars.</p><p>“Don’t give comedy writers a grudge for 18 months,” Collins said.</p><p>The parody will include a series of shows and other content under Infowars branding that spoof Jones’ aggressive mashup of conspiracies linking major news events, dubious scientific claims, attacks on people suffering in tragedies and sales of supplements and survival gear.</p><p>Jones' claims that the 2012 shooting that killed 20 first graders and six adults at Sandy Hook Elementary School in Connecticut is a hoax have no truth, but Jones continued to amplify them. His followers started to harass victims' families, suggesting they were “crisis actors” and even making death threats.</p><p>Jones' Infowars empire had 10 million visitors a month and generated more than $50 million in annual revenues at its peak, according to the company. But the $1.4 billion judgements in defamation cases in Connecticut and Texas, where Jones is based, forced him into bankruptcy and broke Infowars apart.</p><p>“All he’s been left with is an iPhone and a fancy microphone," said Chris Mattei, an attorney for nine of the Sandy Hook families.</p><p>Jones has moved his show to a different website. An email sent to an address to request interviews went unanswered.</p><p>The families knew they could never stop Jones from getting his message out, and he has managed to avoid paying the judgement so far. But they could expose what he said and assure he can never profit again, Mattei said.</p><p>“Every dime Alex Jones makes from here until the end of eternity is going to be claimed by the families,” Mattei said.</p><p>The Onion stepped in when Collins saw Infowars' assets were going to be sold at auction.</p><p>Collins spoke to Sandy Hook families, who said they were briefly skeptical, but then saw how The Onion's staff could use the Infowars style and branding to take the moral high ground and make fun of the people who not only caused them so much pain but they felt also poisoned society.</p><p>Collins didn't want to give away too much of the new stuff before it goes live Thursday.</p><p>But the new Infowars will maintain The Onion's sharp satire sprinkled with shock value. Collins said there will be a section selling a penis flattening device, a fake “pro oxygen” supplement pill that the host claims can replace breathing, as well as an extended debate on how many Bozo the Clowns there are.</p><p>“It’s old-fashioned Infowars — using the tricks that they use to get people addicted to outrage and, I would say, addicted to anticipation, trying to find the thing that’s around the corner that’s going to save your life,” Collins said.</p><p>The Onion will keep chasing Jones' property. Collins thinks they will soon get control of the Austin, Texas, studio Infowars once used.</p><p>Some families can't wait for that day. Collins said that Robbie Parker, whose daughter died at Sandy Hook, plans to read his book about fighting Jones while dealing with so much grief in the place Jones once sat.</p><p>The families at first wanted Infowars shut down forever and Jones never heard from again. But they are now looking forward to seeing what The Onion has planned, attorney Mattei said.</p><p>“The idea that it could be turned to some social good. I think it’s even better,” Mattei said. “So, yeah, I think the families are both pleased and amused with what they’ve been able to achieve here.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NJ7RBUJ4PRG6CEYCXMAS6APOBM.jpg?auth=d8d18c793ce2021b74927ea29a0203e5a8633364906d23bc8afca6f3e5d28061&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A copy of the satirical outlet The Onion is seen Nov. 14, 2024, in Little Rock, Ark. (AP Photo/Jill Bleed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jill Bleed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DRB23B34R3MUUWMCPZNMJWKZQY.jpg?auth=79d2d7a3b668bf7ace1f5d938097b6889a962ad7249f9be3f93e471ce52105b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Right-wing conspiracy theorist Alex Jones speaks outside the federal courthouse after a bankruptcy hearing June 14, 2024, in Houston. (AP Photo/David J. Phillip, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IOAMB7F5UZ4EART7MHCH6M75RI.jpg?auth=1b71b3d030164ea4de514d8b0cf47fc42cce81e8fc3af6837d5d9e978e31a985&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Onion CEO Ben Collins, left, walks to vote with his girlfriend and Democratic candidate for Congress, Kat Abughazaleh, center, on Election Day at Chicago Park District Loyola field house in Chicago, Tuesday, March 17, 2026. (AP Photo/Nam Y. Huh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[The Knicks. The World Cup. Taylor Swift's rumored wedding. It's the Summer of New York]]></title><link>https://www.local10.com/entertainment/2026/07/02/the-knicks-the-world-cup-taylor-swifts-rumored-wedding-its-the-summer-of-new-york/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/the-knicks-the-world-cup-taylor-swifts-rumored-wedding-its-the-summer-of-new-york/</guid><dc:creator><![CDATA[By MATT SEDENSKY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It is a city bathed in the orange-and-blue afterglow of a Knicks championship, gushing with the joy of World Cup fans jamming its bars and its streets, enjoying a singular confetti-raining, fireworks-bursting, parade-rolling, smile-inducing moment that seems to make this place feel even more like the center of the universe it has always claimed to be.]]></description><pubDate>Thu, 02 Jul 2026 04:02:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It is a city bathed in the orange-and-blue afterglow of a Knicks championship, gushing with the joy of World Cup fans jamming its bars and its streets, enjoying a singular confetti-raining, fireworks-bursting, parade-rolling, smile-inducing moment that seems to make this place feel even more like the center of the universe it has always claimed to be.</p><p>So if a certain pop idol were to choose this island, at this moment, for her vows, could anywhere be more fitting?</p><p>“This city has always known how to celebrate big moments. But this summer, so many of them have collided at once,” says Rabbi Yael Buechler, 40, of the Riverside section of the Bronx, who is preparing a “Swiftie Shabbat” this weekend with friendship bracelet cookies and a bedazzled challah bread she says is inspired by her “Chuppah Era.” “When I look back on the summer of 2026, I won’t remember just one event. I’ll remember a season when New York felt united in celebration.”</p><p>New York is always a city whose seduction battles its struggles, where the thrill of finding a subway car with an open seat meets the realization that it’s empty because its lone passenger is hurling trash across it. The schlepping, the waiting on line, the $9 boxes of cereal and $32 burgers and microscopic apartments with titanic rents, the sidewalk mounds of trash, the gutted rat you nearly step onto in the street. All of it can congeal into too much, separating New Yorkers for a season from New Yorkers for life.</p><p>But then there are those days when the streets are a storybook, with all the eclectic, utopian splendor Richard Scarry could muster, where you step out of an impossibly tiny, immeasurably cute cheese shop to find an impromptu classical concert on a front stoop. Neighbors exchange knowing looks at whatever absurdity unfolds before them, parks unfurl like paintings, a kaleidoscope of humanity seems in sync, lights twinkle, dumplings are cheap, pizza is perfect, bagels are fresh from the oven, dreams are all fulfilled.</p><p>Optimism emerges for summer in the city</p><p>In the battle between the slog of metropolitan life and its many daily gifts, some felt the recent arrival of a thumb on the scale.</p><p>The city’s trademark cynicism faded a bit. And in a place where celebrity passersby and visiting monarchs typically get the same collective shrug, a certain exuberance appeared. The beaming young mayor, fresh off an announcement that a swath of New York’s tenants would see no rent hike, was even found jumping into a city pool in a suit and tie.</p><p>This town has known seasons of many stripes, from that autumn of grief after 9/11 to that spring of solitude and trepidation as COVID-19 first emerged. They always pass. The city moves forward. But however long this Summer of New York stretches and the city pulsates with positivity, locals are relishing it.</p><p>“It’s easy to feel alone in the big city, but we all feel a bit closer right now,” says Dallas Short, a 38-year-old publicist who lives in the Two Bridges neighborhood of Manhattan. “Anything seems possible and attainable right now.”</p><p>More than anything, the Knicks’ fantastic run fueled today’s New York temperament, with its underdogs-coming-out-swinging, constantly-rallying-from-behind, Jalen Brunson methodically delivering, OG Anunoby tipping in an impossible shot, and millions of onlookers unsure of what they just witnessed as they slid into a warm bath of delight.</p><p>Spike Lee, a sideline fixture for decades and quintessential New Yorker, captured the city's darker side with his film “Summer of Sam,” set in the city's long-remembered summer of 1977. This year, he oozed joy even before victory was sealed.</p><p>“This is truly Fun City,” he proclaimed in The New York Times, “born again!”</p><p>Then there were those soccer games</p><p>Before the thrill of that even wore away, the world’s soccer fans descended, turning Times Square into a Viking longship and points across the city into flag-waving, drum-beating celebrations. In a city whose most iconic statue is a testament to its openness to newcomers, teams from Cape Verde to Paraguay to Congo found local fans and international visitors found compatriots.</p><p>“There is electricity in the air,” says Steven Gottlieb, a real estate agent and born-and-bred New Yorker who lives in the Flatiron neighborhood of Manhattan. “Many of us have a love-hate relationship with New York City, but there’s a lot to love right now.”</p><p>Which brings us to none other than Taylor Swift.</p><p>After moving here over a decade ago, she penned “Welcome to New York,” which called the city a “true love” and portrayed it as an “ever-changing,” “drives you crazy,” “keeps you guessing” paramour.</p><p>Asked about her new home at the time, she told Rolling Stone, “In terms of being happy, I’ve never been closer.”</p><p>Swift was spotted courtside at Madison Square Garden in Game Four of the Knicks’ run. And if rumors prove to be true, she’ll return to the arena this week to celebrate a marriage to football player Travis Kelce. Should it come to pass, it would arrive on a week capped by all the revelry the city can serve up for the 250th anniversary of the country’s independence, in a fireworks-blasting, tall ships-sailing spectacle.</p><p>In this city scarred by terror, darkened by blackout and flooded by storm, no New Yorker would be so naïve as to think it all will last. The rents will rise. The kvetching will return. The smells and the crowds will again grow too much.</p><p>Let it be remembered, though: For a blissful moment in the summer of 2026, joy reigned here.</p><p>___</p><p>Matt Sedensky can be reached at msedensky@ap.org and https://x.com/sedensky</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DOI6OS2X6LCNGF5CAECRGJMUEM.jpg?auth=5769b421172d0a408ee059d13352c0cd9733fff61af17c1f93164dfcb87fbdf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans celebrate during the New York Knicks' NBA championship parade Thursday, June 18, 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/ETFD6TQ7EJEGREDDHEO2DNBLY4.jpg?auth=2ad5d78d1b79b8cced4eff0f71788116f4588c14c9b4750a3545aca1ba5ff2c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person uses an umbrella to shield themselves from the sun during a heat advisory in Central Park, May 19, 2026, in New York. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6M53KSJQ6HCRGTI32JGVDHELV4.jpg?auth=0aac7cbd14e89e206f0cac129a1300a13ac6634660f30b5ef126e932aa712eec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Swift and Travis Kelce watch the second half of Game 3 in the Eastern Conference finals NBA basketball playoffs series between the New York Knicks and the Cleveland Cavaliers in Cleveland, May 23, 2026. (AP Photo/Tim Phillis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Phillis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NK3JAX73IZUGGHQC6T7S3KAG24.jpg?auth=f846d49846eaadc704ff8d4fb643a9964ade66de718d1b149c72552a3992ed89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Karl-Anthony Towns, center, celebrates with teammates during the New York Knicks' NBA championship parade Thursday, June 18, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXKPAA43YEPPCYW5ODDJKX5QRA.jpg?auth=69a2c51b04c48d71f154868f253661094c75444d52386c70e6f0fda312630125&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters cheer during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[New Jersey is set to charge companies with workers on Medicaid. Other states may follow]]></title><link>https://www.local10.com/health/2026/07/02/new-jersey-is-set-to-charge-companies-with-workers-on-medicaid-other-states-may-follow/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/new-jersey-is-set-to-charge-companies-with-workers-on-medicaid-other-states-may-follow/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL, Associated Press]]></dc:creator><description><![CDATA[New Jersey is launching a new fee on companies whose workers have Medicaid health coverage instead of being covered by their employers. Other states are considering it, too.]]></description><pubDate>Thu, 02 Jul 2026 11:18:03 +0000</pubDate><content:encoded><![CDATA[<p>New Jersey is launching a new fee on companies whose workers have Medicaid health coverage instead of being covered by their employers. Other states are considering it, too.</p><p>Democratic lawmakers and governors see it as a way to help pay for the joint federal and state insurance program that covers low-income residents as federal policy changes are expected to make the program more expensive for states and may lead to a reduction in the number of people with coverage.</p><p>Proponents also say it's about fairness because employers benefit from having some lower-income workers with taxpayer-funded health coverage.</p><p>Business groups object. So do some liberal policy organizations.</p><p>New Jersey is putting the fee in place</p><p>New Jersey Gov. Mikie Sherrill signed a measure Tuesday night to charge employers that have at least 50 workers covered by Medicaid, and the state budget she approved earlier in the week counts on raising $145 million this year from the program.</p><p>Under the plan, companies will be billed for each employee and employees' dependent receiving Medicaid, the joint state-federal insurance program.</p><p>The fees per person would start at $325 a year for companies with 50 to 249 Medicaid beneficiaries and top out at $725 annually for employers with at least 500 recipients.</p><p>Federal Medicaid changes are prompting Democratic-led states to act</p><p>A bill passed this week in California doesn't impose a charge now, but it does direct the state administration to present lawmakers options for doing so next year.</p><p>Finishing the job would fall to the successor of Gov. Gavin Newsom, a Democrat who is leaving office in January. Democratic gubernatorial candidate Xavier Becerra has made an employer charge part of his election platform.</p><p>State Sen. John Laird, a Democrat who sponsored the California proposal, said the big tax and policy law President Donald Trump signed a year ago was a major factor in the need for action because it could prompt the state to spend more on Medicaid to plug holes left by federal changes.</p><p>The nonpartisan Congressional Budget Office expects more than 10 million people will be uninsured because of the law by 2034. It requires some beneficiaries to work, be in school or volunteer — and requires even more to document whether they meet the requirements. Most employees at the bigger companies would not be at risk of losing Medicaid coverage as long as they're working at least 20 hours a week.</p><p>Laird also said there's an equity issue involved.</p><p>“If you're a small business person in California, you are quite likely paying for health insurance for your employees. And through your taxes, you're paying for health insurance for some of the biggest employers in California,” he said. “And that's not fair.”</p><p>Legislation with similar intents passed one legislative chamber in both Colorado and Oregon this year, but neither made it to law. A measure was also introduced in Washington.</p><p>Connecticut Gov. Ned Lamont, a Democrat who is seeking a third term in November's election, has called for the same move there with the idea of making it a part of the state budget that would kick in two years from now.</p><p>Opposition comes from business and some liberal groups</p><p>It's no surprise that business organizations have criticized the approach, which would add to their expenses.</p><p>“The fact remains that many job-creators are still going to be penalized for something they have no control over,” Christopher Emigholz, the chief government affairs officer at the New Jersey Business and Industry Association, said in a statement. “If an employee declines an employer-provided health plan because they’d rather be on Medicaid, it is unfair to penalize the employer for that employee’s decision.”</p><p>Some left-leaning policy organizations also oppose the charges.</p><p>Gideon Lukens, who analyzes health policy at the left-leaning Center on Budget and Policy Priorities, said that while the idea may be well-intentioned, it could lead companies to employ fewer people from low-income household or single parents. He said companies could also consider the policy in decisions about whom to hire or lay off — and also on where to locate or how many workers to employ.</p><p>And, he said, it could make employees — or potential employees — less likely to enroll in Medicaid knowing it would make them less attractive to employers.</p><p>“Usually, when I see a tax on something it’s going to discourage whatever being taxed,” he said in an interview.</p><p>New Jersey's legislation tries to address some of the concerns. It would exempt temporary, seasonal and part-time employees. It would also bar employment decisions based on a workers’ Medicaid status.</p><p>The idea has come up before, though it's never stuck for long</p><p>Charging companies whose workers are covered by Medicaid isn't a new idea. At least two states have previously enacted it, and it's been proposed in Congress.</p><p>Massachusetts lawmakers in 2017 adopted a charge on employers up to $750 per nondisabled worker who was covered through Medicaid or a state-subsidized health exchange plan. The program began in 2018 was not renewed when it expired the next year.</p><p>An even earlier policy in Maryland, in 2006, immediately affected only Walmart. An industry group challenged it in court and won, stopping the fees. A federal judge found that it required the company to track and allocate employment benefits differently in Maryland than in other states in violation of a federal law that governs self-insured employee health plans.</p><p>The latest generation of proposals may avoid that legal pitfall by not referencing those health plans in the legislation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4NSTQEEHQJHGD26HBD7WFNAXOA.jpg?auth=1e8377b9b3dfa8f91313c9147acffeca658a6b7b3713ec132128dd085ba71fbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Jersey Governor-elect Mikie Sherrill talks to reporters during a news conference in Trenton, N.J., Nov. 5, 2025. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[AP Was There: Millions of mourners attended funeral of Iran's Ayatollah Ruhollah Khomeini]]></title><link>https://www.local10.com/news/world/2026/07/01/ap-was-there-millions-of-mourners-attended-funeral-of-irans-ayatollah-ruhollah-khomeini/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/ap-was-there-millions-of-mourners-attended-funeral-of-irans-ayatollah-ruhollah-khomeini/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[EDITOR’S NOTE: On June 6, 1989, millions of Iranians turned out in the streets to bury Ayatollah Ruhollah Khomeini, who led the 1979 Islamic Revolution. The situation quickly got out of control.]]></description><pubDate>Thu, 02 Jul 2026 03:30:30 +0000</pubDate><content:encoded><![CDATA[<p>EDITOR’S NOTE: On June 6, 1989, millions of Iranians turned out in the streets to bury Ayatollah Ruhollah Khomeini, who led the 1979 Islamic Revolution. The situation quickly got out of control.</p><p>Those in the crowd beat their chests rhythmically in the intense summer heat, the wails of women cutting through the noise. Mourners rushed the casket, causing the 86-year-old religious leader's white-wrapped body to tumble out into the crowd.</p><p>Initial reports said the chaos killed at least eight people and injured some 11,000 others. It was recognized by Guinness World Records as the largest percentage of a population to attend a funeral, drawing an estimated 10.2 million people — about one-sixth of Iran’s population at the time</p><p>Now, as Iran prepares to bury the late Supreme Leader Ayatollah Ali Khamenei, The Associated Press is making its story and historic photographs of Khomeini's funeral available. The story has been edited for typographical errors, but maintains the AP style of the day.</p><p>___</p><p>Mourners Block Funeral, Postpone Burial; Scores Crushed in the Chaos</p><p>By ALEX EFTY</p><p>TEHRAN, Iran (AP) — Millions of mourners beating on their heads and chests today blocked the funeral procession of Ayatollah Ruhollah Khomeini, and scores of people, including Khomeini’s son, were crushed in the chaos.</p><p>The unyielding crowds forced authorities to postpone the burial.</p><p>There was no immediate word on if or how many people were killed, injured or simply fainted because of the 91-degree heat. At least eight people were killed and hundreds hurt Monday during a similar huge show of mass grief.</p><p>Security forces fired in the air to disperse the crowds, but the grieving multitudes remained, the official Islamic Republic News Agency reported.</p><p>The Revolutionary Guards beat mourners on their hands to let go of Khomeini’s coffin.</p><p>Khomeini’s only son, Ahmad, 43, was knocked down in the dusty north Tehran square outside the Mosalla Mosque where Khomeini’s body had lay in state since Monday in an air-conditioned glass-encased bier.</p><p>Ahmad Khomeini’s white turban fell off as he was being hoisted above the crowds and passed from hand to hand to an ambulance at the edge of the square. He appeared pale and drowsy, but conscious.</p><p>The hearse carrying the body was stranded in a sea of mourners clad in black, unable to move forward because of the crowds, IRNA said.</p><p>Tehran television said it was “impossible” to break through the grieving multitudes to bury Khomeini before dusk. Islam forbids burying the dead after nightfall.</p><p>Khomeini died Saturday at age 86.</p><p>He was to be buried at the Baheshte Zahra cemetery, 22 miles south of Tehran, alongside victims of the Islamic revolution that catapulted him to power 10 years ago and thousands killed in the Iran-Iraq war.</p><p>The television said alternative arrangements for Khomeini’s burial would be announced later.</p><p>Shouts of “Allah Akbar!” God is Great, echoed across the city. The hearse had hardly covered a half mile of the journey two hours into the funeral procession.</p><p>Many of Tehran’s 6 million people turned out to bid Khomeini farewell. Millions more converged on the city from other regions, the official media reported.</p><p>The procession began at 7 a.m. when Khomeini’s devout militants, the Revolutionary Guards, carried his body down from the bier.</p><p>Five helicopters hovered overhead as a martial band played somber tunes.</p><p>Khomeini’s body was wrapped in the Islamic republic flag and laid on the ground in the open air as the white-bearded Ayatollah Mohammad-Reza Golpaygani prayed. Golapaygani, one of the four remaining senior ayatollahs in Iran, choked often and lifted his spectacles to wipe tears with a handkerchief.</p><p>After the 30-minute service, Khomeini’s body was placed in a wooden coffin that was covered with a white cloth, then carried by Revolutionary Guards from hand to hand into a white van.</p><p>Crowds cried hysterically. Readings from the Koran, Islam’s holy book, blared from the mosque’s minaret as the masses cried: “Farewell beloved imam!” and “Oh Khomeini, why have you left us?”</p><p>They pounded their heads and chests with clenched fists in a traditional Shiite Moslem expression of grief.</p><p>In the chaos, women, clad in head-to-toe black chadors, were rubbing shoulders with men, defying an Islamic ban on physical contact between a woman and a man other than her husband.</p><p>Firefighters sprayed the mourners with water to cool them off.</p><p>About 2 million frenzied mourners had kept a nightlong candle-lit vigil around the bier.</p><p>Some mourners scratched their faces until the blood ran and threw ashes over their clothes.</p><p>Khomeini died of a heart attack 11 days after intestinal surgery without resolving the problem of who would succeed him. He left a 29-page “political testament,” excerpts of which were read over Tehran radio on Monday.</p><p>The excerpts made no reference to how Iran should be governed after his death. But such proposals may have been in the sections that still have not been made public.</p><p>President Ali Khamenei, 49, was appointed caretaker leader Sunday. A presidential election and referendum on constitutional reforms, which are likely to increase the president’s executive power, are scheduled for Aug. 18.</p><p>Khamenei’s swift appointment was designed mainly to fill the vacuum amid political turmoil that has prevailed since Khomeini launched his resurgence of Islamic fundamentalism in February with a call for the death of British novelist Salman Rushdie.</p><p>In the absence of a single personality who can match Khomeini’s religious and political authority, it seemed likely that Iran would be ruled by a collective leadership.</p><p>Khamenei has endorsed the presidential candidacy of Parliament Speaker Hashemi Rafsanjani, 55, a political ally and the only declared candidate.</p><p>Former Iranian President Abolhassen Bani-Sadr said from exile in France that Khamenei’s appointment indicated “total failure” by the government.</p><p>“Imagine a church that cannot find a pope. It is exactly the same, like a dynasty that cannot find a king. … It will not last,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ITUMHCISNK6EFVKXLUPHWHAKM4.jpg?auth=101ec9d566d761e7641fc3d3903f4dbc77cd55c40b5fefa3d9bae74bd29c16be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Iranian mourner goes into a frenzy just after the body of the Ayatollah Khomeini was removed from Beheshte Zahra Cemetery in Tehran, June 6, 1989. The burial was delayed when thousands of mourners crowded the imam's body in an effort to touch their leader. (AP Photo/Greg English, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg English</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/53QLF4FT4B44AXJM6SBQ6EEBEY.jpg?auth=26b3221edcb8465d136ce64b4528297cb5a0fb84b8a01531e0ddfced626e3213&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mourners crowd around the grave of the late Ayatollah Khomeini at the cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, June 11, 1989. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heribert Proepper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6QSBGEBKDWRZFMOOW45PIIUATU.jpg?auth=edba0f1ca38ffd1b7246dbbc4c8279bb3fe76e06b2ab50246b886cbe3d733d33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mourners crowd around some containers set around the the grave site of the late Ayatollah Khomeini at the cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, Sunday June 8, 1989. . (AP Photo/Dusan Vranic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">DUSAN VRANIC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U7HX4R74Y2BVTC7NZKM2XBSNJ4.jpg?auth=a5d419db2182ee252b75e5aefd32a2b73c2c4707391d75f20809fe0388045d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Thousands of mourners crowd around the grave of the late Ayatollah Khomeini at the cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, June 11, 1989. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heribert Proepper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSEXF22NTEWNW4I5XWHOH5CQIE.jpg?auth=161d5837aba7d3cd7af9c63315e96ee980e99dbfec7d11c0122922fd668acc00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mourners crowd around a huge banner with a picture of the late Ayatollah Khomeini at a cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, June 11, 1989. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heribert Proepper</media:credit></media:content></item><item><title><![CDATA[Why are World Cup refs giving red cards to players covering their mouths when confronting opponents?]]></title><link>https://www.local10.com/news/florida/2026/07/01/why-are-world-cup-refs-giving-red-cards-to-players-covering-their-mouths-when-confronting-opponents/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/01/why-are-world-cup-refs-giving-red-cards-to-players-covering-their-mouths-when-confronting-opponents/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[World Cup players were warned before the tournament about a new rule that would result in an immediate red card for anyone covering their mouth when verbally confronting another player.]]></description><pubDate>Wed, 01 Jul 2026 16:29:47 +0000</pubDate><content:encoded><![CDATA[<p>World Cup players were warned before the tournament about a new rule that would result in an immediate red card for anyone covering their mouth when verbally confronting another player.</p><p>Officials are actively enforcing that rule change.</p><p>The latest incident came on Tuesday night when Ecuador defender Piero Hincapié was sent off in second-half stoppage time of his team’s 2-0 loss to Mexico in the round of 32. The red card didn’t impact the outcome of the match, which ended moments later.</p><p>Hincapié’s red card came after an exchange with Mexico forward Santi Giménez.</p><p>Why did FIFA establish the new rule?</p><p>FIFA established the new rule to prevent players from hiding abusive, discriminatory or offensive language while on the field.</p><p>Nicknamed the “Prestianni Law,” rules for red cards to players at the World Cup were added because of a controversy in international soccer this year.</p><p>FIFA president Gianni Infantino pushed for changes after Benfica winger Gianluca Prestianni tried to hide verbal insults toward Real Madrid forward Vinícius Júnior in a Champions League match. Soccer’s rule-making panel, the International Football Association Board, agreed that players can be penalized with a red card if they cover their mouths when verbally confronting another player.</p><p>The rule is not mandatory within the Laws of the Game but gives tournament organizers like FIFA the option to use it at their discretion.</p><p>The rule change was unanimously approved by IFAB, which includes officials from FIFA and the four British soccer federations, at a special meeting ahead of the FIFA Congress. FIFA’s proposal followed Vinícius, backed by Real Madrid teammate Kylian Mbappé, accusing Prestianni of making a racially charged insult while raising his jersey to cover his mouth during the game in February.</p><p>Is Piero Hincapié the only player who has received a red card at the World Cup?</p><p>No. Paraguay midfielder Miguel Almirón was the first player to be punished under the new rule when he was sent off in a group match against Turkey for covering his mouth during a confrontation with defender Mert Mulder.</p><p>Paraguay won 1-0, but Almiron missed Paraguay’s final group game against Australia. FIFA said that decision was not subject to appeal.</p><p>What does it mean when a player receives a red card at the World Cup?</p><p>If a player is shown a red card by an official, he is ejected from the match and must serve a one-game suspension in the following match.</p><p>The team is forced to play the remainder of the match with 10 players — putting them at a huge disadvantage — but is allowed to start the following match at full strength with 11 players, just not the suspended player. ___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q3PA7UWM3WON57I5PBCJPEM3CA.jpg?auth=4fcdbd93a6ec27619f3cfe2031a2a0382ae94b0e92548ce68660ef35242d9503&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia speaks to Ecuador's Piero Hincapie (3) before sending him from the field during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUT7SCLVAWFZYWOWL4ZKKCJA24.jpg?auth=bc1cc2422547db822e64abeb0478f34ba55539b86538bd9d96497296a1c97575&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia shows a red card to Ecuador's Piero Hincapie (3) during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFV4MXD435I2PY3C77QHJHRRC4.jpg?auth=fcc1dd7783651615de9b5bfa7dba95bba55537bc562364cdb982047364dd1486&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic, of Slovenia, talks to Ecuador's Piero Hincapie (3) during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGHR343SCPJQYOHSOIKWOXEK4Q.jpg?auth=77f901767a4863f87555896962c371f01f62cc67c12745195acca3c5f750bccd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia speaks to Ecuador's Piero Hincapie (3) before sending him from the field during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 16 qualifications]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:16:15 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/">Leer en español</a></p><p>After 16 single direct-knockout matches, the winning teams will advance to the tournament’s Round of 16, which begins on the Fourth of July. </p><p><b>Here is the list of the teams that have advanced to the Round of 16:</b></p><ol><li><b>Canada</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up, qualified after a 1-0 <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">victory on June 28</a> against Canada. The team’s Round of 16 match is at 1 p.m. on July 4 against Morocco. </li><li><b>Brazil</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner, qualified after a 2-0 <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">victory on June 29</a> against Japan. The team’s Round of 16 match is at 4 p.m. on July 5 against Norway. </li><li><b>Paraguay</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, qualified after a 1-1 draw that ended with <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 4-3 victory on penalties</a> against Germany on June 29. The team’s Round of 16 match is at 5 p.m. at Philadelphia Stadium. </li><li><b>Morocco</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up, qualified after a <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw that ended with a 3-2 victory on penalties</a> against the Netherlands on June 30. The team’s Round of 16 match is at 1 p.m. on July 4 against Canada. </li><li><b>France</b>, the<b> </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> winner, qualified after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">a 3-0 victory again Sweden</a> on July 1. The team’s Round of 16 match is at 5 p.m. on July 4 against Paraguay. </li><li><b>Norway</b>,<b> </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up, qualified after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">a 2-1 victory against the Ivory Coast</a> on July 1. The team’s Round of 16 match is at 4 p.m. on July 5 against Brazil. </li><li><b>Mexico</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> winner, qualified after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">a 2-0 victory against Ecuador</a> on July 1. The team’s Round of 16 match is at 8 p.m. on July 5 against England.</li><li><b>England</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/">a 2-1 victory against Congo</a> on July 1. The team’s Round of 16 match is at 8 p.m. on July 5 against Mexico.</li><li><b>Belgium</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/">a 3-2 victory against Senegal </a>on July 1. The team’s Round of 16 match is at 8 p.m. on July 6 against the United States. </li><li><b>The U.S.</b>, the<b> </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/">a 2-0 victory against Bosnia and Herzegovina</a> on July 1. The team’s Round of 16 match is at 8 p.m. on July 6 against Belgium. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/"><b>Round of 32 teams</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b> </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4</b></p><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b></p><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico vs. England<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><ul><li>U.S. vs. Belgium at 8 p.m. at the Seattle Stadium. </li></ul><p><b>July 7</b>: There are two matches at noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7THT7APW7OX32VOVLH2CFGZW64.jpg?auth=44df579154ec811afa1876d74babac761359c102b2aacf1a08d1a975d8e8bb51&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 after scoring his side's second goal 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/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Belgium comes back from two goals down to beat Senegal 3-2 in extra time at World Cup]]></title><link>https://www.local10.com/sports/2026/07/01/belgium-comes-back-from-two-goals-down-to-beat-senegal-3-2-in-extra-time-at-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/belgium-comes-back-from-two-goals-down-to-beat-senegal-3-2-in-extra-time-at-world-cup/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Belgium overturned a two-goal deficit and scored from the penalty spot deep into extra time to beat Senegal 3-2 on Wednesday in the biggest comeback of the World Cup so far.]]></description><pubDate>Thu, 02 Jul 2026 02:36:53 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Belgium overturned a two-goal deficit and scored from the penalty spot deep into extra time to beat Senegal 3-2 on Wednesday in the biggest comeback of the World Cup so far.</p><p>Senegal held a 2-0 lead with just 5 minutes of regulation time remaining but late goals by Romelu Lukaku and Youri Tielemans pushed the round of 32 match into extra time.</p><p>Tielemans completed Belgium’s comeback by converting a penalty in the 125th minute of the game – the latest goal in World Cup history.</p><p>“Being part of this comeback is a proud moment because I scored the last two goals to give the team the win today. I’m very proud of that to be able to help the team to score goals and bring us over the line,” Tielemans said.</p><p>He was fouled with only seconds to go and with a penalty shootout looming, and the referee awarded the spot kick after a video review, ignoring protests from the Senegal team.</p><p>“I do not want to interpret the decision. We all have different interpretations when it comes to awarding a penalty,” Senegal coach Pape Thiaw said. “I’d rather not comment, not interpreting the referee’s decision.”</p><p>The win for Belgium marked the second time in the last 11 World Cups that a team trailed by two or more goals in the knockout round and advanced. Belgium also did so in a 3-2 victory over Japan in the round of 16 at the 2018 tournament.</p><p>“Senegal deserved to win,” Belgium coach Rudi Garcia said. ”But, I am happy it was us.”</p><p>Many of the key players from the Belgium team that finished in third place in Russia in 2018 were instrumental to Wednesday’s victory. Lukaku, who leads his nation in goals scored, came off the bench to get Belgium back into the match by scoring in the 86th minute, setting the scene for Tielemans to force extra time.</p><p>“It is a cruel loss, as we were good in the game,” Thiaw said. ”We had the advantage. We were leading 2-0. However a football match is not an 85-minute one. Belgium came back, and we were not able to deal with that ... We must congratulate Belgium as they progress.”</p><p>Belgium is back in the round of 16 for the third time in four tournaments. The team reached the quarterfinals in 2014 and the semifinals in 2018 but failed to get out of the group stage four years ago in Qatar.</p><p>The Belgians will next face the United States on Monday in Seattle.</p><p>Senegal long appeared to be heading toward the round of 16. Habib Diarra scored in the first half and Ismaïla Sarr made it 2-0 at the start of the second. It was his fourth goal of the World Cup, and one of the most beautiful of the tournament. Sarr made a perfect first touch off his chest on a long ball from Moussa Niakhaté and then sent his shot past Belgium goalkeeper Thibaut Courtois.</p><p>Courtois, who was playing in his fourth World Cup, then made three key saves to keep Senegal from increasing its lead.</p><p>Senegal defender Krépin Diatta said Belgium should not have been allowed to get back into the game.</p><p>“It shouldn’t have happened. You have to defend your box and you have to be the boss of your box,” he said. ”We suffered, but we have to go on. It’s a pity.”</p><p>Lukaku said Belgium showed character with its late comeback.</p><p>“This Senegal side is one of the best teams in the tournament,” he said. “Technically, physically and tactically, it was really tough. But when we stepped up the intensity of our pressing, when we were there for the second ball, our team spirit shone through and we won the match.”</p><p>Senegal headed to the World Cup as the second-highest ranking team in Africa, behind Morocco. It won a chaotic Africa Cup of Nations final on Jan. 18 against Morocco, but the result was overturned by the governing body of African soccer because Thiaw had temporarily pulled his players off the pitch.</p><p>Senegal advanced to the World Cup knockout phase as one of the best third-place finishers after losing to France and Norway and beating Iraq.</p><p>“It’s the best African nation. It’s as simple as that,” Garcia said. ”They showed that even against France, they dominated in the first half. They came out of a difficult group. I would have preferred not to play against them.”</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/T6ZXAJ7UEYZOVKTZTFB3B2BGSY.jpg?auth=0134c1e7d52f2a079d72d8c95d557e5bc5014cc508a446dac2d72f3cbfa2116b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Youri Tielemans (8) celebrates after scoring during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 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/LKZVIKFTCNPW4UGY46NRJSDPIM.jpg?auth=bdbef14d38e8b5904a976f2c6e02cebdf9c426f89fae523d67978baac7724734&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Romelu Lukaku (9) celebrates scoring their first goal during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCRDZ4C4XHM5BSVIH7TXSIBRZM.jpg?auth=6925b411a84d9ba66410e5f94cb2399ad2bcdfd342860e791d910deda6b0dde8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senegal's Ismaila Sarr (18) scores their second goal during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4WFGCHQZD2NP2AB7EOTFQM5VA.jpg?auth=130e8137a22b9fd3a00ca5cd6afa67e5d40dacf9ca1614faf4eff01ecf30db99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senegal's Ismaila Sarr (18) is congratulated after scoring his side's 2nd goal during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TS5NMH4SYKFCUD4KYFO5FIGIS4.jpg?auth=62a8457196124e7160c25238222dff21e33de9e15cbf52706be487c059c01367&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senegal's Habib Diarra (21) scores their first goal past Belgium goalkeeper Thibaut Courtois, left, and Belgium's Brandon Mechele, right, during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Harry Kane sends England into the round of 16 of the World Cup after 2-1 win against Congo]]></title><link>https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — England handled the pressure and is now headed to Mexico City.]]></description><pubDate>Wed, 01 Jul 2026 20:35:13 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — England handled the pressure and is now headed to Mexico City.</p><p>Harry Kane ensured England avoided an early exit from the inaugural 48-team World Cup by scoring two second-half goals in a come-from-behind 2-1 win over Congo in the round of 32 on Wednesday.</p><p>The late victory, England’s second ever at the World Cup after conceding the first goal, earned the 1966 champions a spot in the round of 16 and a match against co-host Mexico.</p><p>“It was just about pounding the rock, keep pounding the rock and our moment would come,” Kane said after scoring his fourth and fifth goals of the tournament. “We spoke about people having hero moments. It can be anyone in the team … Whoever it is, we have hero moments, and for me it was the day.”</p><p>That team’s next match will be played at the Azteca Stadium, the site of Argentina great Diego Maradona’s infamous “Hand of God” goal that eliminated England from the 1986 World Cup quarterfinals.</p><p>Getting there didn’t come easy against a Congo team that nearly pulled off one of the biggest upsets in World Cup history.</p><p>England’s only other World Cup victory after trailing 1-0 came in the 1966 final against West Germany at Wembley Stadium.</p><p>“That’s a good sign. It just shows you the level of determination and the level of belief and also the level of focus,” England coach Thomas Tuchel said. “I didn’t feel the weight on their shoulders and I found that we played it with the exactly right attitude and we trusted our spirit.</p><p>“The goalkeeper kept on saving incredible saves ... but this team today did not accept a defeat as an outcome.”</p><p>Kane made sure the early deficit wasn’t a problem Wednesday at Mercedes-Benz Stadium by extending his record as his country’s leading scorer in tournament history to 13. He has a record 84 goals for the national team in total.</p><p>His first goal came in the 75th minute. Substitute Anthony Gordon lifted a cross from the left and despite Congo goalkeeper Lionel Mpasi getting a hand to Kane’s header, he didn’t stop it from nestling into the bottom corner.</p><p>Eleven minutes later, Kane sent his shot into the top corner to put the thoughts of an upset to rest.</p><p>“When you get to the knockouts, the pressure and the risks are so much higher. But from an attacking point of view, that was easily our best game of the tournament,” Kane said. “Sometimes you just have to grind wins out and we did exactly that today. I told the boys to enjoy it. We’re through, and we go again in four days.”</p><p>Brian Cipenga had put Congo in the lead in the seventh minute after collecting a cross on the left of the box and shooting low past England goalkeeper Jordan Pickford at the near post.</p><p>Mpasi did his best to keep that 1-0 lead alive. He denied Jude Bellingham on three occasions — blocking two close-range headers before halftime and then clawing away another deflected effort after the break.</p><p>Kane nearly made a breakthrough late in the first half, but Mpasi blocked a powerful shot at the near post. And the keeper was also caught up in a collision with Kane in the box. England thought it should have been awarded a penalty, but referee Adham Makhadmeh waved away appeals.</p><p>Congo had a chance to double its lead when Yoane Wissa hit the post in the first half.</p><p>“We’re disappointed because we really believed we could do it,” Congo coach Sébastien Desabre said. “We played well. Towards the end of the match, we conceded two chances and one of the world’s best players scored two goals against us. It’s a shame.”</p><p>England’s only major soccer title came in that 1966 tournament at home. But the team has been getting closer to another in recent years, reaching back-to-back European Championship finals and the semifinals of the 2018 World Cup in Russia.</p><p>Tuchel has been hired to end that winless run. As a German, his appointment was a controversial choice given England’s long-standing rivalry with his country. So anything other than a deep run in this year’s tournament would likely reignite questions over the wisdom of that decision.</p><p>Despite winning Group L with two wins and a draw at this year’s World Cup, there has been a mixed response to England’s performances.</p><p>And in a tournament that has seen traditional powers like Germany and the Netherlands eliminated early, the fear was that England could follow that trend against a Congo team that already held Portugal to a 1-1 draw in the group stage.</p><p>The 46th-ranked Congo team had already made history with its first goal, point and win at a World Cup, 52 years after its only previous appearance when competing as Zaire at the 1974 tournament in West Germany.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7O2BWXJI2HRHWKT4KU5P7K5EQ.jpg?auth=d93c0f70545480fec517e27ab3103f6a4161c042c0d5ad0d688c315ab8efb310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) celebrates after scoring his side's first goal next to his teammate Jude Bellingham (10) and Anthony Gordon (18) during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOGZL5HUHZ2JXIRGT7V6MGV5E4.jpg?auth=9ee9712440f609a51eb0a8cac7656cfdc61643b201df5c52d56e9cdc92370b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates with teammates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/URDLFEZHGKWVIAMUADMCQ62VG4.jpg?auth=f2af58a49fb0f3c269cf0b5efd76a5156c8b7b6a55cb5a02c63ede5f234ccf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GXJSX27RVKMIPAGQMV2MIF5ZLQ.jpg?auth=c5e253cfc629a20d1df6a4284adc7dfdf1f27471bb3d7254d7bf5d37daff180e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England goalkeeper Jordan Pickford lies on the pitch after Congo's Brian Cipenga scored his side's first goal during the World Cup round of 32 soccer match in Atlanta, Wednesday, July 1, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HVN5E2YSIXUUJFMZB4SQ3LMY3A.jpg?auth=c93560681e09d2ca8cf2b6b71529c9e74b10c71dfaeb0e547845a518e1c7eb76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) scores his side's first goal against Congo during the World Cup round of 32 soccer match in Atlanta, Wednesday, July 1, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 eliminations]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:17:48 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p>After 16 single direct-knockout matches, the winning teams will advance to the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">tournament’s Round of 16</a>, which begins on the Fourth of July. </p><p>Here is the list of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">the Round of 32</a> teams eliminated:</p><ol><li><b>South Africa</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points, was eliminated on June 28 after <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">Canada won 1-0</a>. </li><li><b>Japan</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">Brazil won 2-1</a>. </li><li><b>Germany</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> winner with 6 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 1-1 draw ended with a 4-3 defeat on penalties</a> against Paraguay. </li><li><b>The Netherlands, </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> winner with 7 points, was eliminated on June 29 after a <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw ended with a 3-2 defeat on penalties</a> against Morocco. </li><li><b>Ivory Coast, </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">Norway won 2-1</a>. </li><li><b>Ecuador</b>, the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points, was eliminated on June 30 after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">Mexico won 2-0</a>. </li><li><b>Sweden</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">France won 3-0</a>.</li><li><b>Congo</b>,<b> </b>the third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points, was eliminated on July 1 after <a href="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/">England won 2-1</a>. </li><li><b>Senegal</b>, the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points, was eliminated on July 1 after<a href="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/"> Belgium won 3-2</a>. </li><li><b>Bosnia and Herzegovina</b>,<b> </b>the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points, was eliminated on July 1 after <a href="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/">the U.S. won 2-0</a>.</li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/"><b>Round of 32 teams</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4</b></p><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b></p><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/URDLFEZHGKWVIAMUADMCQ62VG4.jpg?auth=f2af58a49fb0f3c269cf0b5efd76a5156c8b7b6a55cb5a02c63ede5f234ccf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content></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>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>“Recycling does not work. We cannot reasonably keep up with the plastic that’s produced now and will be in the future,” said Catherine Uden, senior field representative for Oceana South Florida.</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[Chris Johnson seeking revival of Ice Bucket Challenge as he continues his fight against ALS]]></title><link>https://www.local10.com/health/2026/07/01/chris-johnson-seeking-revival-of-ice-bucket-challenge-as-he-continues-his-fight-against-als/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/01/chris-johnson-seeking-revival-of-ice-bucket-challenge-as-he-continues-his-fight-against-als/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Former NFL star Chris Johnson is bringing back the Ice Bucket Challenge to raise awareness of ALS as he fights the fatal nervous system disease.]]></description><pubDate>Thu, 02 Jul 2026 02:44:19 +0000</pubDate><content:encoded><![CDATA[<p>Former NFL star Chris Johnson is bringing back the Ice Bucket Challenge to raise awareness of ALS as he fights the fatal nervous system disease.</p><p>The Ice Bucket Challenge gained popularity in the summer of 2014 as a way to raise ALS awareness. People took a video or photo as they got a bucket of ice water dumped on them, and they’d challenge friends or relatives to do the same.</p><p>According to the ALS Therapy Development Institute, the drive helped raise an estimated $135 million in the United States and $220 million worldwide in the fight against ALS.</p><p>Johnson attempted to boost the cause once more in an Instagram post Wednesday, two days after announcing on “Good Morning America” that he’s dealing with ALS.</p><p>Johnson said he was inspired after watching former Utah men’s basketball player Hunter Mecum post an Instagram video in which he dumped ice water on his head to honor the 40-year-old former running back.</p><p>“The support you’ve shown me over the last few days has meant more than I can put into words,” Johnson said in his post. “Seeing this video reminded me of something powerful. Years ago, the ALS Ice Bucket Challenge united millions of people around one cause and helped change the fighting against this disease. Today, I’m asking you to help me do it again.”</p><p>Johnson challenged former All-Pro running back Marshawn Lynch and former Tennessee Titans teammates LenDale White and Adam “Pacman” Jones to participate. Johnson later added Instagram Story posts showing White and others getting doused with water.</p><p>In his “Good Morning America” interview, Johnson said he was diagnosed with ALS last year.</p><p>The 2008 first-round draft pick from East Carolina rushed for 9,651 yards during a 10-year career that included stints with the Titans (2008-13), New York Jets (2014) and Arizona Cardinals (2015-17). He rushed for 2,006 yards and was The Associated Press offensive player of the year in 2009.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCADYTN7J7FN4ZLSWI6S2LQENA.jpg?auth=ce1d19b9a36fdc085264eb87663a80ee8cbc06b9adfa5ae473715ea869daa8b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Tennessee Titans running back Chris Johnson visits the field during the second half of an NFL football game against the New York Jets, Sept. 15, 2024, in Nashville, Tenn. (AP Photo/George Walker IV, file)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 teams]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.</p><p>The World Cup’s daily group-stage matches ended on June 27 after 16 teams were eliminated. </p><p>The 48 qualifying teams started the tournament with matches within 12 groups of four on June 11. </p><p>As the tournament continues, the single direct-knockout matches to advance into the Round of 16 are set to end on July 3.</p><h3><b>The list of 32 </b></h3><p><b>Here is the list of the teams in order of group-stage placement, points earned, and FIFA ranking: </b></p><ol><li><b>Argentina</b> (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points. The match is at 6 p.m. on July 3 against Cape Verde.</li><li><b>France</b> (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Mexico</b> (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Spain</b> (3) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points. The match is at 3 p.m. on July 2 against Austria. </li><li><b>England</b> (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Brazil</b> (6) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>The Netherlands</b> (8) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 29. </li><li><b>Belgium</b> (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Colombia</b> (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points. The match is at 9:30 p.m. on July 3 against Ghana. </li><li><b>Switzerland</b> (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points. The match is at 11 p.m. on July 2 against Algeria. </li><li><b>Germany</b> (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points. The team was<a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"> eliminated</a> on June 29.</li><li><b>United States </b>(15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Morocco</b> (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Ivory Coast</b> (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 30. </li><li><b>Norway</b> (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Portugal</b> (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. The match is at 7 p.m. on July 2 against Croatia. </li><li><b>Japan</b> (18) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 29. </li><li><b>Egypt</b> (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points. The match is at 3 p.m. on July 3 against Australia. </li><li><b>Australia</b> (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. The match is at 3 p.m. on July 3 against Egypt. </li><li><b>Canada</b> (32) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up with 4 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>South Africa</b> (54) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 28. </li><li><b>Cape Verde</b> (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. The match is at 6 p.m. on July 3 against Argentina. </li><li><b>Austria</b> (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points. The match is at 7 p.m. on July 2 against Spain. </li><li><b>Croatia</b> (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. The match is at 7 p.m. on July 2 against Portugal. </li><li><b>Senegal</b> (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points. The team was<a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"> eliminated</a> on July 1.</li><li><b>Algeria</b> (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. Game day: July 2</li><li><b>Ecuador</b> (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 30. </li><li><b>Paraguay</b> (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Sweden</b> (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 30. </li><li><b>Congo</b> (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. The team was<a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"> eliminated</a> on July 1.</li><li><b>Bosnia and Herzegovina</b> (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. The team was<a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"> eliminated</a> on July 1.</li><li><b>Ghana</b> (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points. The match is at 9:30 p.m. on July 3 against Colombia. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3> </h3>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZDFFLPTVWB4KDL6ONPSJD3KG4.jpg?auth=b9dea1717dd0acdac46cd692f9feebdfbe1186ea8f3b128fdd9f934620d2f4cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) makes a save from Germany's Kai Havertz (7) during a penalty shootout during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: A week after quakes, reports of hurdles abound ]]></title><link>https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/</guid><dc:creator><![CDATA[Andrea Torres, Jenise Fernandez, Terrell Forney]]></dc:creator><description><![CDATA[A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the Global Empowerment Mission had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. ]]></description><pubDate>Thu, 02 Jul 2026 01:30:41 +0000</pubDate><content:encoded><![CDATA[<p>On Wednesday, Delcy Rodríguez called for a week of mourning, as search-and-rescue teams were still digging down to free survivors that they had found under the rubble in northern Venezuela. </p><p>Rodríguez, the interim president of Venezuela since Nicolás Maduro’s capture, faced accusations that her administration and supporters were hindering the disaster relief effort instead of contributing to it. </p><p>“If in fact we are having impediments being put in the way of getting the help to the people of Venezuela, then we need to exert as much pressure as possible,” U.S. Rep. Carlos A. Giménez said on Wednesday in Doral. </p><p>César Rodríguez, a pilot with W Aviation in Fort Lauderdale, reported having to wait for operating permits from the Venezuelan National Institute of Civil Aviation, or INAC, to be allowed to land with aid. </p><p>“We still have two planes with cargo,“ César Rodríguez said in a public update on Tuesday <a href="https://www.instagram.com/reel/DaOSEIypMkx/?igsh=MWhlOGdyNzI2b2I5Ng==" target="_self" rel="" title="https://www.instagram.com/reel/DaOSEIypMkx/?igsh=MWhlOGdyNzI2b2I5Ng==">on Instagram</a>. </p><p>In Venezuela, Francisco Lermanda, a member of the search-and-rescue team Topos Chile, reported that they had found a 14-year-old boy who was trapped and at risk of a deadly blood clot, so they used a phone to call their team’s physicians for guidance. </p><p>“A soldier took away our phone because he said it could be espionage,” <a href="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==" target="_self" rel="" title="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==">Lermanda told Venezuelan Diario La Grey</a> about how the armed Venezuelan military disrupted their effort to save the teen. </p><p>Lermanda warned that he had experienced how the Venezuelan government was militarizing and politicizing the response to the earthquakes — and this concerned him. </p><p>“It is very difficult to cope with this situation,” <a href="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==" target="_self" rel="" title="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==">Lermanda told Diario La Grey</a>. </p><p>The world-famous leader of the Brigada Internacional de Rescate Topos Azteca, Héctor “El Chino” Méndez, has been active since the 1985 Mexico City earthquake. </p><p>“I am not a politician; I am a rescuer,” Méndez told reporters in Spanish while working in Venezuela. He later added, “I’m 80 years old, and you’re not going to come to me to tell me what to say.” </p><p>A spokesperson for the Mexican Topos Tlaltelolco Rescue Brigade later released <a href="https://x.com/topos/status/2071383805978435660/photo/1" target="_self" rel="" title="https://x.com/topos/status/2071383805978435660/photo/1">a statement</a> asking the public to keep the focus on the victims and on the rescue efforts.</p><p>Sebastian Eduardo Martinez Borrego, also known as “Boikido,” was among the Venezuelan English-Spanish translators who reported they were harassed over their work with foreigners. </p><p> “I fear for my life, I am being pursued and harassed by state repressive agencies,” Martinez Borrego wrote <a href="https://www.instagram.com/p/DaLijM0xBUG/?igsh=MThnOG0ycmFlZnl2cw==" target="_self" rel="" title="https://www.instagram.com/p/DaLijM0xBUG/?igsh=MThnOG0ycmFlZnl2cw==">on Instagram</a>, as he blamed Venezuela’s General Directorate of Military Counterintelligence, or <a href="https://ve.usembassy.gov/treasury-sanctions-officials-of-venezuelas-military-counterintelligence-agency/" target="_self" rel="" title="https://ve.usembassy.gov/treasury-sanctions-officials-of-venezuelas-military-counterintelligence-agency/">DGCIM</a>.</p><p>Before many of the foreign rescue teams arrived, the civilian volunteers who had rushed to rescue survivors with nothing but their bare hands and tools suddenly faced a new obstacle on June 26: The government required a new permit for access. </p><p>Despite the urgency, the volunteers had to stand in line to apply before officials in uniform, who sat behind desks in Caracas to process permits, as the Venezuelan military restricted access to La Guaira. </p><p>Venezuelan officials allowed foreign journalists into the area with a list of limitations and requirements. The Venezuelan National Press Workers Union, or SNTP, was documenting the limits to on-the-ground reporting. </p><p>Journalists with <a href="https://runrun.es/" target="_self" rel="" title="https://runrun.es/">Runrun.es</a> reported that the Venezuelan military didn’t give them access to the devastation at <a href="https://eldiario.com/2026/06/30/carayaca-desabastecimiento/" target="_self" rel="" title="https://eldiario.com/2026/06/30/carayaca-desabastecimiento/">Carayaca</a>, a city in the state of Vargas, just west of La Guaira. </p><p>“The country needs verified and timely information, especially the families of the victims,” a spokesperson for SNTP wrote in Spanish on June 29 <a href="https://x.com/sntpvenezuela/status/2071679911593472399" target="_self" rel="" title="https://x.com/sntpvenezuela/status/2071679911593472399">on X</a>. </p><p>On Tuesday, Diosdado Cabello, a former Venezuelan military officer who serves as the minister of justice, <a href="https://www.cicpc.gob.ve/" target="_self" rel="" title="https://www.cicpc.gob.ve/">announced</a> the arrests of law enforcement personnel who were accused of looting in La Guaira. </p><p>Cabello, who is <a href="https://www.state.gov/diosdado-cabello-rondon" target="_self" rel="" title="https://www.state.gov/diosdado-cabello-rondon">wanted in the U.S. </a>for narcotrafficking, identified the four suspects as Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez. </p><p>A witness recorded and shared a <a href="https://www.facebook.com/watch/?v=1940694919968502" target="_self" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> that went viral. It showed Aguilar Reyes, his identification, and a woman in tears who confronted him, took a bag he was holding full of U.S. dollars, and ripped the bills into pieces over the rubble near a collapsed building. </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>Delcy Rodríguez’s brother Jorge Rodríguez, the president of the National Assembly, announced on Wednesday that the death toll had increased to 2,295. </p><p>The U.S. Geological Survey estimates fatalities in the tens of thousands, and the United Nations announced the procurement of 10,000 body bags. </p><p>“I would like more presence of public entities, who really are those responsible for this, but in the end, we’re used to making do with almost nothing,” Mijaed Diaz, a veterinarian who was searching for body bags for four bodies in La Guaira, <a href="https://www.reuters.com/world/americas/after-venezuela-quakes-citizens-lead-rescues-amid-military-theft-accusations-2026-07-01/" target="_self" rel="" title="https://www.reuters.com/world/americas/after-venezuela-quakes-citizens-lead-rescues-amid-military-theft-accusations-2026-07-01/">told Reuters</a>. </p><p>With the support of the U.S. State Department, North Carolina-based nonprofit <a href="https://www.samaritanspurse.org/" target="_self" rel="" title="https://www.samaritanspurse.org/">Samaritan’s Purse</a> opened a temporary <a href="https://x.com/Franklin_Graham/status/2072058550667432065/photo/2" target="_self" rel="" title="https://x.com/Franklin_Graham/status/2072058550667432065/photo/2">56-bed field hospital</a> near Paseo La Guaira, north of Caracas.</p><p>A spokesperson for the U.S. Southern Command <a href="https://www.southcom.mil/News/PressReleases/Article/4531552/release-update-on-southcom-support-to-venezuela-earthquake-relief-july-1/" target="_self" rel="" title="https://www.southcom.mil/News/PressReleases/Article/4531552/release-update-on-southcom-support-to-venezuela-earthquake-relief-july-1/">announced </a>some changes on Wednesday afternoon, as U.S. Marine Corps Maj. Gen. Kevin J. Jarrard continued to lead in Venezuela. </p><p>Joint Task Force-Bravo, under Col. David Webb’s command since <a href="https://www.jtfb.southcom.mil/Media/News/Display/Article/4522147/joint-task-force-bravo-welcomes-new-command-team/" target="_self" rel="" title="https://www.jtfb.southcom.mil/Media/News/Display/Article/4522147/joint-task-force-bravo-welcomes-new-command-team/">June 18</a>, moved “advanced elements” from the Simón Bolívar International Airport to the Port of La Guaira, where the <a href="https://x.com/Southcom/status/2072369477707010544/photo/4" target="_self" rel="" title="https://x.com/Southcom/status/2072369477707010544/photo/4">USS Fort Lauderdale</a> had a medical support platform.</p><p>A U.S. Army medical unit, a military ambulance, and marine logisticians, who had a water purification system, a tram, a mobile potable water container, and a tow truck/wrecker, were on the ground, according to SOUTHCOM.</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>]]></content:encoded></item><item><title><![CDATA[Suspect turns herself in after shooting another woman in Miami Gardens, cops say]]></title><link>https://www.local10.com/espanol/2026/07/01/suspect-turns-herself-in-after-shooting-another-woman-in-miami-gardens-cops-say/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/suspect-turns-herself-in-after-shooting-another-woman-in-miami-gardens-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[A Miami Gardens woman is facing multiple felony charges after investigators said she shot another woman earlier this year. ]]></description><pubDate>Wed, 01 Jul 2026 14:57:04 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Gardens woman is facing multiple felony charges after investigators said she allegedly shot another woman earlier this year. </p><p><a href="https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/">Leer en español</a></p><p>Authorities said Milagros De La Caridad Navarro, 35, was arrested Tuesday by the Miami Gardens Police Department after surrendering herself in connection with the Feb. 22 shooting.</p><p>According to an arrest report, officers responded to the 100 block of Northwest 202nd Terrace just after 1 a.m. on that day after receiving reports about a shooting. </p><p>Miami Gardens police said they were notified about 30 minutes later that a gunshot victim had arrived at HCA Florida Aventura Hospital. </p><p>The report states the driver who took the victim to the hospital told officers she was unfamiliar with the area because she was visiting from Georgia. </p><p>The driver said she heard multiple gunshots while driving before realizing her mother-in-law had been struck and then took her to the nearest hospital, according to the report. </p><p>The driver told investigators she did not know who was responsible for the shooting, the report states. </p><p>Investigators said they later interviewed the victim after her breathing tube was removed. </p><p>According to the report, the victim had difficulty speaking and recalling the events, but remembered leaving Hollywood Beach with another woman, returning home to shower and cook, and later leaving a home where a woman identified as “Caridad” had been present. </p><p>The report states that the victim told detectives her next memory was waking up in the hospital. </p><p>Police said the investigation included witness interviews, photo lineups and surveillance video.</p><p>According to the report, a witness identified Navarro during a photo lineup conducted on March 3. Another witness later identified Navarro in a separate lineup after telling investigators she had left her home in Navarro’s care while she was away, the report states. </p><p>Detectives also obtained surveillance video from a neighbor that, according to the arrest report, showed Navarro “shooting multiple shots in the direction of the victim.”</p><p>Investigators said a separate witness later told investigators that she saw Navarro pulling a handgun from a black fanny pack before the group got into a vehicle. They said that witness claimed she did not see the gun being fired, but saw Navarro holding the gun in her right hand as they drove away.</p><p>Jail records show Navarro is facing two counts of aggravated assault with a deadly weapon and one count of aggravated battery with a weapon causing great bodily harm.</p><p>As of Wednesday, Navarro was being held without bond at the Turner Guilford Knight Correctional Center. </p><p>A motive for the shooting remains unclear at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[U.S. beats Bosnia-Herzegovina 2-0 to advance to round of 16 and keep its World Cup dreams alive]]></title><link>https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Malik Tillman stepped up for a free kick with a bloody sock and a new right boot after being stepped on by an opponent as the United States scrambled to protect a one-goal lead, down a man in a World Cup knockout round.]]></description><pubDate>Thu, 02 Jul 2026 05:28:00 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Malik Tillman stepped up for a free kick with a bloody sock and a new right boot after being stepped on by an opponent as the United States scrambled to protect a one-goal lead, down a man in a World Cup knockout round.</p><p>Tillman delivered the goal of his life, and one of the biggest ever by a U.S. man at the World Cup, sending this American soccer fairytale into the round of 16.</p><p>“I’ve been dreaming about this game," Tillman said after scoring the final goal in a 2-0 win over Bosnia-Herzegovina on Wednesday night. “I’ve been dreaming about maybe taking a free kick and scoring a free kick. I’ve practiced this in training and I think today I showed what I can do.”</p><p>The round of 32 win set up a Monday matchup in Seattle against Belgium as the U.S. hopes to make a deep run on home soil. The Red Devils beat the Americans 2-1 in extra time at 2014's round of 16.</p><p>“It’s about to keep dreaming,” said U.S. coach Mauricio Pochettino, who belted out “Take Me Home, Country Roads” as it played over the public-address system after 10 minutes of stoppage time. “In football all is possible if you believe.”</p><p>Folarin Balogun put the Americans ahead in the 45th minute with his third goal of the World Cup, then was sent off in the 64th for a red card.</p><p>Star Christian Pulisic had a goal disallowed for offside in the 78th, and Tillman helped seal the win when he curled in a free kick that got over the wall and on target from just outside the box in the 82nd. The ball went off diving goalkeeper Nikola Vasilj’s right hand and in despite the pain in Tillman's bloody right foot from being stepped on.</p><p>Balogun dominated the first half and scored in the 45th minute. The Americans had to scramble after his foul for awkwardly stepping on Tarik Muharemovic and preserved the shutout despite playing short-handed for more than 30 minutes.</p><p>“It felt so comfortable, even down to 10 men,” captain Tim Ream said. “That’s the way you want to feel. You don’t want to have that panic set in. You want have that calm and focus and we had that.”</p><p>Pochettino became the first U.S. coach with three World Cup victories, and the Americans gained just their second World Cup knockout round win. They made it to the semifinals in the first tournament in 1930 by winning their group and won a round of 16 matchup against Mexico in 2002.</p><p>Balogun leads the U.S. with three goals, but will miss the Belgium match because of an automatic suspension for the red card, assessed by Brazilian referee Raphael Claus after a video review. Balogun stepped on an ankle of Tarik Muharemovic, apparently not intentionally.</p><p>“Obviously the ref made a decision that he made, but I think it’s questionable,” midfielder Weston McKennie said. “I think there’s been many other plays like that throughout the tournament on other players that a card wasn’t given at all. It’s disappointing.”</p><p>Balogun matched Landon Donovan in 2010 for the second-most goals by an American in a World Cup, behind only Bert Patenaude’s four in 1930.</p><p>“Of course he’s a great player," Tillman said. "We have great players who can replace him, and give the best they can, and hopefully score some nice goals as well.”</p><p>The win snapped a 10-game losing streak for the U.S. against European teams dating to a tie against England in the 2022 World Cup. The Americans had lost seven games and tied six against European nations in World Cup play since beating Portugal in their 2002 opener.</p><p>The U.S. had started fast in the group stage matches by scoring in the first 15 minutes of all three games but it was Bosnia that had the better chances early. Matt Freese needed to make two saves early to stop Ermedin Demirovic following a deceptive goal kick that caught the U.S. defense napping and then again on the ensuing corner kick that Kerim Alajbegovic almost scored on directly.</p><p>Balogun took over from there. He had an apparent 31st-minute goal called off for offside and was knocked down in the box on two other opportunities before finally delivering. Ream intercepted a Bosnia goal kick at midfield and passed to Tyler Adams, who flicked to Tillman. The ball, with the help of an errant Bosnian clearance attempt and a deflection, found Balogun in the box. Balogun slid the left-footed shot past Vasilj.</p><p>Balogun punctuated the goal with his version of the LeBron James Silencer celebration, drawing a positive reaction from King James himself.</p><p>Balogun nearly scored again in first-half stoppage time but his shot from in close deflected off the crossbar and out of play.</p><p>Bosnia’s second World Cup trip was a success with a draw against Canada in the opener and a win over Qatar that helped the team advance to the knockout round for the first time. But it ended in disappointment.</p><p>“We had our moments after the red card,” Vasilj said. “You could feel that there was something. The only thing that was missing was a goal. And then in the worst moment, out of nothing, I would say, a free kick and we conceded a second goal. After that it was really difficult.”</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/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/4YEINZDNW2D3EFVPC4DNB3UHZQ.jpg?auth=2ba654d1ae0109aca5c0fb724938d9d3674642b78b08cb7fc66309a2e8852e1b&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 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/7ALVRPBLAEVRXAAAZFYEBB6V54.jpg?auth=beaf0d06254cc3db5ee03b9157faf4b20000ba51576109f3eb6aa641036e1fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Raphael Claus of Brazil shows a red card to United States' Folarin Balogun, right, 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><media:content url="https://www.local10.com/resizer/v2/ZZLL3APODLPFT63IUJ2QQABSE4.jpg?auth=a90477e0e092db6f8f0f6b3e66d7e474e229aeed5b93c67de2f88a7d5b94a39b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) reacts after scoring his team's first goal 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><media:content url="https://www.local10.com/resizer/v2/PHFT2KIHZ5ECDH66G4IW7YQM4Y.jpg?auth=947a45945b03a678dcf9e33847b8dd42c22cba9c56e6971feaa3607829433d4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) scores their first goal against Bosnia goalkeeper Nikola Vasilj (1) 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/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Auditoría: Puerto Rico no ha recibido millones de dólares casi 10 años después de huracán María]]></title><link>https://www.local10.com/espanol/2026/07/01/auditoria-puerto-rico-no-ha-recibido-millones-de-dolares-casi-10-anos-despues-de-huracan-maria/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/auditoria-puerto-rico-no-ha-recibido-millones-de-dolares-casi-10-anos-despues-de-huracan-maria/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN (AP) — Una auditoría federal publicada el miércoles determinó que apenas el 25% de unos 14.000 millones de dólares en fondos federales comprometidos para la red eléctrica de Puerto Rico después del paso del huracán María hace casi una década ha llegado a la isla.]]></description><pubDate>Thu, 02 Jul 2026 01:35:49 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN (AP) — Una auditoría federal publicada el miércoles determinó que apenas el 25% de unos 14.000 millones de dólares en fondos federales comprometidos para la red eléctrica de Puerto Rico después del paso del huracán María hace casi una década ha llegado a la isla.</p><p>De los 11.000 millones de dólares comprometidos tan sólo por la Agencia Federal para el Manejo de Emergencias (FEMA, por sus siglas en inglés), se han desembolsado unos 2.700 millones de dólares, en su mayoría para cosas como equipos, materiales y costos de diseño arquitectónico y de ingeniería, según la Oficina de Rendición de Cuentas del Gobierno (GAO, por sus siglas en inglés).</p><p>El gobierno estadounidense está legalmente obligado a desembolsar ese dinero para el propósito especificado.</p><p>El informe de 86 páginas se basa en una auditoría realizada de agosto de 2024 a junio de 2026. Fue publicado por legisladores demócratas de Estados Unidos.</p><p>"La gente de Puerto Rico ha esperado nueve años a que su gobierno cumpla su palabra", indicó el representante demócrata Jared Hoffman, de California, en un comunicado. "Vieron cómo se asignaban miles de millones y casi nada de eso llegó”.</p><p>El huracán María azotó Puerto Rico en septiembre de 2017 como una tormenta de categoría 4, dejando sin electricidad a algunos vecindarios durante casi un año, el apagón más prolongado en la historia de Estados Unidos. Se estima que 2.975 personas murieron en las secuelas de la tormenta.</p><p>Dos semanas antes de que María tocara tierra, el huracán Irma rozó la esquina noreste de la isla como una tormenta de categoría 5, también afectando el suministro de electricidad.</p><p>Múltiples problemas retrasan el avance</p><p>Los apagones crónicos llevaron a la gobernadora de Puerto Rico a declarar estado de emergencia en abril de 2025, pero las interrupciones persisten, y aproximadamente la mitad de esos incidentes se atribuyen a la vegetación que invade las líneas de transmisión y distribución.</p><p>Según el informe, hasta febrero sólo se habían despejado 640 kilómetros (400 millas) con fondos federales de los 26.000 kilómetros (16.000 millas) planificados. En total, se despejaron casi 4.500 kilómetros (2.800 millas) de líneas en el año fiscal 2025, de acuerdo con Luma Energy, una empresa privada que supervisa la transmisión y distribución de electricidad en Puerto Rico. Actualmente enfrenta una demanda del gobierno de la isla que busca rescindir su contrato. La empresa ha presentado una contrademanda.</p><p>El informe señaló que la rotación de personal; los procesos de revisión de proyectos, que describió como “engorrosos”; y la situación financiera de la Autoridad de Energía Eléctrica de Puerto Rico —que aún pasa apuros para reestructurar más de 10.000 millones de dólares de deuda— están impidiendo el avance.</p><p>Una medida que retrasó aún más la liberación de fondos ocurrió cuando la entonces secretaria de Seguridad Nacional, Kristi Noem, implementó una política en junio de 2025 para que los gastos del Departamento de Seguridad Nacional (DHS, por sus siglas en inglés) superiores a 100.000 dólares fueran aprobados personalmente por esa oficina. La norma fue revocada en abril por el nuevo secretario de Seguridad Nacional, Markwayne Mullin.</p><p>Muchos fondos asignados, pero pocos desembolsados</p><p>Hasta diciembre de 2025, se completaron nueve grandes proyectos financiados por la FEMA, la mayoría relacionados con la generación; otros 133 proyectos se encuentran en distintas etapas.</p><p>La agencia también ha comprometido alrededor de 1.300 millones de dólares para 24 proyectos prioritarios de generación, siete de los cuales se han completado.</p><p>El informe indicó que los trabajos de reparación a menudo implican apagones programados y que encontrar piezas de reemplazo puede tomar hasta dos años.</p><p>De los 2.900 millones de dólares asignados por el Departamento de Vivienda y Desarrollo Urbano para modernizar y reparar la red, hasta febrero sólo se habían desembolsado unos 589 millones de dólares.</p><p>Mientras tanto, de los 1.000 millones de dólares comprometidos por el Departamento de Energía, se han desembolsado alrededor de 255 millones de dólares, determinó el informe.</p><p>Unos 365 millones de dólares asignados originalmente para proyectos de energía solar desde entonces se han redirigido a la red eléctrica, para “arreglos prácticos y reparaciones de emergencia”, según funcionarios del departamento entrevistados por los auditores.</p><p>El Departamento de Energía también canceló hasta 350 millones de dólares en subvenciones en el marco de un programa de energía solar, señaló el informe.</p><p>Sí desembolsó los 1,2 millones de dólares previstos para centros destinados a proporcionar electricidad a comunidades vulnerables en Puerto Rico durante desastres.</p><p>DHS dice que Puerto Rico es el responsable “en última instancia”</p><p>La GAO instó a la FEMA a actualizar sus directrices para reflejar flexibilidades y al Departamento de Energía a aclarar funciones y responsabilidades, y a crear un plan de colaboración.</p><p>“Dada la complejidad del financiamiento, los numerosos actores involucrados y los diversos planes para la recuperación de la red, una coordinación amplia entre Puerto Rico y las entidades federales es vital”, señala el informe.</p><p>El Departamento de Energía y el DHS coincidieron con las recomendaciones, aunque este último señaló que “el gobierno de Puerto Rico es en última instancia responsable de desarrollar una solución integral y reconstruir la red eléctrica”.</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/ZVA77PZRNJGOWCSZ2W7D2POADQ.jpg?auth=b4e8df9fd1fa313a96652b8c6cdc2b05b46dc91df1973ce17c43dc351b7a77c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Trabajadores de la Autoridad de Energía Eléctrica de Puerto Rico reparan líneas de distribución dañadas por el huracán María en la comunidad de La Cantera, en San Juan, Puerto Rico, el 19 de octubre de 2017. (AP Foto/Carlos Giusti/Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Carlos Giusti</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Doral-based nonprofit dispatches over $1 million in aid from community ]]></title><link>https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/</guid><dc:creator><![CDATA[Gabrielle Arzola, Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the Global Empowerment Mission had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. ]]></description><pubDate>Wed, 01 Jul 2026 19:04:04 +0000</pubDate><content:encoded><![CDATA[<p>A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. </p><p><a href="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/" target="_blank" rel="noreferrer" title="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/">Leer en español</a></p><p>A team of community donors, volunteers, and GEM’s staff moved some 235,000 pounds of donations in a logistics-heavy operation. </p><p>The team had some 50 tons of aid at a warehouse in Doral and another 50 tons at a warehouse in Valencia, which is operating as a distribution center.</p><p>“It’s the worst disaster that we have ever experienced,” said Doral Councilman Rafael Pineyro, a GEM volunteer who was born in Caracas.</p><p>GEM had the support of the U.S. State Department, the agency President Donald Trump tasked with running the U.S. response in Venezuela. U.S. Rep. Carlos A. Giménez stopped by the warehouse in Doral. </p><p>“It’s not about politics, it’s about getting help to the people in need,” Giménez said. </p><p>The U.S. Southern Command has deployed every branch of the military.</p><p>The State Department also activated the Florida Task Forces from Miami and Miami-Dade County. They joined two other highly-trained search-and-rescue teams from Fairfax, Virginia, and California. </p><p>Hassel Mendoza, a Venezuelan engineer who lives in Tampa, traveled to La Guaira to search for his mother, sister, nephew, and brother-in-law in the ruins of a collapsed nine-story apartment building. </p><p>“We lost a lot of time trying to figure out new tools to use for a specific activity, like to cut steel,” <a href="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl" target="_self" rel="" title="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl">Mendoza told CNN</a>, adding that the government teams and volunteers didn’t have equipment such as drills or sensors. </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>On Tuesday, Diosdado Cabello, a former Venezuelan military officer who serves as the minister of justice, <a href="https://www.cicpc.gob.ve/" target="_self" rel="" title="https://www.cicpc.gob.ve/">announced</a> the arrests of law enforcement personnel who were accused of looting in La Guaira. </p><p>Cabello, who is <a href="https://www.state.gov/diosdado-cabello-rondon" target="_self" rel="" title="https://www.state.gov/diosdado-cabello-rondon">wanted in the U.S. </a>for narcotrafficking, identified the four suspects as Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez. </p><p>A witness recorded and shared a <a href="https://www.facebook.com/watch/?v=1940694919968502" target="_self" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> that went viral. It showed Aguilar Reyes, his identification, and a woman in tears who confronted him, took a bag he was holding full of U.S. dollars, and ripped the bills into pieces over the rubble near a collapsed building. </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>“I know that many Venezuelans are feeling pain and frustration; I deeply share those sentiments,” <a href="https://www.facebook.com/reel/1037629792290152" target="_self" rel="" title="https://www.facebook.com/reel/1037629792290152">said Delcy Rodríguez</a>, Venezuela’s interim president since the U.S. military captured Nicolás Maduro. </p><p>Rodríguez’s brother Jorge Rodríguez, the president of the National Assembly, announced on Wednesday that the death toll had increased to 2,295. </p><p>The U.S. Geological Survey estimates fatalities in the tens of thousands, and the United Nations announced the procurement of 10,000 body bags.</p><p>GEM staff and partners asked the public for <a href="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402" target="_self" rel="" title="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402">online cash donations</a> and to <a href="https://www.globalempowermentmission.org/volunteer/#events" target="_self" rel="" title="https://www.globalempowermentmission.org/volunteer/#events">signup online for a shift to volunteer. </a> The high-priority needs included hygiene products, non-perishable foods, and first-aid items. </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><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>]]></content:encoded></item><item><title><![CDATA[A major Russian attack kills 20 in Kyiv as Ukrainian strikes batter Moscow's oil sector]]></title><link>https://www.local10.com/news/world/2026/07/02/a-major-russian-attack-kills-18-in-kyiv-as-ukrainian-strikes-batter-moscows-oil-sector/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/a-major-russian-attack-kills-18-in-kyiv-as-ukrainian-strikes-batter-moscows-oil-sector/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia hammered Kyiv in an 11-hour drone and missile attack overnight into Thursday morning, killing at least 20 civilians in the city and injuring scores more in what Moscow said was retaliation for Ukrainian strikes on Russian oil facilities.]]></description><pubDate>Thu, 02 Jul 2026 12:12:42 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia hammered Kyiv in an 11-hour drone and missile attack overnight into Thursday morning, killing at least 20 civilians in the city and injuring scores more in what Moscow said was retaliation for Ukrainian strikes on Russian oil facilities.</p><p>Loud explosions shook the Ukrainian capital for hours during the night, with many people sheltering in subway stations after authorities issued air raid warnings. Emergency crews were still digging through the rubble of collapsed and charred apartment buildings in search of victims as dawn broke.</p><p>Russia’s Defense Ministry said in a statement that the deadly bombardment was in response to Ukraine’s long-range strikes that have caused severe fuel shortages and put pressure on President Vladimir Putin.</p><p>Ukraine's increasingly frequent and large-scale attacks — described by Zelenskyy as a 40-day blitz — have especially targeted oil refineries, causing a fuel crisis that has frustrated Russians, more than four years after Moscow's full-scale invasion of its neighbor.</p><p>Ukrainian officials say they are trying to force Putin to the negotiating table, but so far Moscow's response has been to hit back.</p><p>Diplomatic efforts to end the war, most recently by the Trump administration, haven’t produced results. Putin thinks that time is on his side, that Western support will peter out and that Ukraine’s resistance will eventually collapse under pressure from strategic bombing, Western analysts say.</p><p>Ukraine's top diplomat says it</p><p>was a 'night of horror’ in Kyiv</p><p>The attack killed 20 people in Kyiv, according to Kyiv city administration head Tymur Tkachenko. More than 90 others were injured, according to Kyiv Mayor Vitali Klitschko.</p><p>Foreign Minister Andrii Sybiha said it was a “night of horror” in the capital.</p><p>Damage was recorded in 30 locations across the city, mainly residential buildings and civilian infrastructure, according to Tymur Tkachenko, head of the Kyiv City Military Administration. Some 20 residential buildings were damaged, Interior Minister Ihor Klymenko said.</p><p>Flashes from exploding drones and missiles lit up the night, and loud booms echoed through Kyiv. Tracers from air defense fire streaked through the air as a huge pall of black smoke rose into the sky.</p><p>Kyiv resident Serhii Budko said three or four ballistic missiles hit his district of the city. “We were inside the shelter and felt the shelter shaking — the ceiling and floor, everything,” the 24-year-old told The Associated Press.</p><p>In Kyiv's Desnianskyi district, people were trapped inside a damaged nine-story residential building, and in the Darnytskyi district six levels of a nine-story building collapsed.</p><p>Russia’s General Staff chief Gen. Valery Gerasimov reported the results of the “massive retaliatory strike” to Putin, Kremlin spokesperson Dmitry Peskov said.</p><p>The bombardment was “exclusively against military or military-linked targets,” Peskov said.</p><p>Russia's aerial attacks on Ukraine have repeatedly hit civilian areas. More than 16,000 Ukrainian civilians have been killed in the war, according to the United Nations.</p><p>Sybiha said in April that domestic production meets up to 75% of Ukraine’s military needs and accounts for up to 95% of long-range strikes against Russia. The location of the factories making those weapons is secret.</p><p>Elsewhere, in Ukraine’s central Dnipropetrovsk region a Russian guided bomb strike killed a 7-year-old girl and wounded four other people, including an 11-year-old girl, all members of the same family, regional head Oleksandr Hanzha said.</p><p>Ukrainian officials urge countries to provide more air defenses</p><p>The attack used “high-precision long-range weapons” and drones on “military industry facilities and fuel and energy complexes in Kyiv and the Kyiv region, as well as military airfield infrastructure in four other regions of Ukraine,” the Russian Defense Ministry’s statement said.</p><p>It published a list of targets it said the barrage hit, mostly plants manufacturing and assembling Ukrainian drones, missiles and components.</p><p>Russia fired 74 missiles, 24 of them ballistic, and 496 drones of various types in the attack, Ukraine’s air force said.</p><p>Ukraine's air defenses have improved throughout the war, especially in countering Russian drones. But ballistic missiles are harder to stop, and Ukrainian officials have repeatedly pleaded with partner countries to supply more Patriot missile systems that offer the best protection.</p><p>Sybiha urged countries not to delay decisions on supplying air defense systems and missiles.</p><p>He rejected any Russian attempts to justify the strikes as retaliation for Ukraine’s long-range attacks, saying Ukraine was exercising its right to self-defense under Article 51 of the U.N. Charter while Russia remained the aggressor.</p><p>Sybiha said on X that the death toll may rise as rescue teams continue their work.</p><p>Ukraine attacks another Russian oil refinery</p><p>Ukrainian forces struck one of Russia’s largest oil refineries overnight in the Nizhny Novgorod region east of Moscow, starting a fire, Ukraine's General Staff said.</p><p>Also, Ukrainian forces struck a railway bridge over the Siverskyi Donets River in the Russian-occupied Luhansk region, it said. The bridge was used by Russian forces to transport personnel, weapons and military supplies, according to the General Staff.</p><p>Ukraine's recent success with drone strikes that keep Russian troops pinned down on the front line, disrupt Russian supply lines in the rear and damage oil facilities have brought a significant change in the war, Western analysts say.</p><p>“Russia’s spring-summer 2026 offensive has failed to achieve operationally significant gains thus far, and Russian forces’ rate of advance in June 2026 (was) a fraction of the rate of advance that Russian forces achieved in June 2025,” the Institute for the Study of War, a Washington-based think tank, said in an assessment late Wednesday.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L56YLXMRIUBOHY2PPD72VXVINM.jpg?auth=61b0d918e3499a850f125cd5c60b4b6f253deb77cffbfe4159a4274679118b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman looks at an apartment building burning after a Russian missile attack in Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GO3RUCCQDX73OQ3FM46CJC6ISQ.jpg?auth=2d1479040ffbcfde7f2a54f70548d203f77ff4b6c3c35f55a4dd66ed45d0d5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A residential apartment building is seen damaged after a Russian strike on Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HEUO3UG62HAYOROIOX5KB5RVEU.jpg?auth=a6261b2921f39ac9dd5f254ef0e87935845caa7074732dec47ed6bd0483cfd86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a burning apartment building after a Russian missile attack in Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXUONJDA7QWEII4WZXTV2WEFJE.jpg?auth=0e907a1c756f5aba5e431d5930c278441d104de34b188748f3f450cb0ca52fd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look at the site of a Russian missile strike that hit a residential building in Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VUUA4IJ7HCDEWHS2NHH4P5X64I.jpg?auth=0b3e35d47467afcfc07c99697f40a1aa7c6b3c532e858c3d1a238a9caca61248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises over the city center after a Russian attack on Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[China's Inner Mongolia bets on solar and wind but coal stays close]]></title><link>https://www.local10.com/business/2026/07/01/chinas-inner-mongolia-bets-on-solar-and-wind-but-coal-stays-close/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/chinas-inner-mongolia-bets-on-solar-and-wind-but-coal-stays-close/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ORDOS, China (AP) — Seen from the air, the arrays of more than 3 million solar panels shimmering in the desert sun at the Dalad Banner solar farm are arranged in the shape of a galloping horse – a symbol of Inner Mongolia’s nomadic heritage. A short drive away stands one of the region's many coal-fired power plants, one which sends electricity 700 kilometers (435 miles) to China’s capital Beijing.]]></description><pubDate>Thu, 02 Jul 2026 01:06:38 +0000</pubDate><content:encoded><![CDATA[<p>ORDOS, China (AP) — Seen from the air, the arrays of more than 3 million solar panels shimmering in the desert sun at the Dalad Banner solar farm are arranged in the shape of a galloping horse – a symbol of Inner Mongolia’s nomadic heritage. A short drive away stands one of the region's many coal-fired power plants, one which sends electricity 700 kilometers (435 miles) to China’s capital Beijing.</p><p>The proximity of the projects embodies what experts describe as an “all-of-the-above" energy approach for Inner Mongolia, which has become China's largest base of both renewable energy and coal production. Its energy transition mirrors China as a whole: Wind and solar capacity are expanding quickly while coal remains indispensable.</p><p>China has been installing wind and solar power faster than any other country. Yet coal-fired plants still supplied around 51% of China’s electricity in 2025, according to the latest data from the National Energy Administration.</p><p>“While China as a whole is transitioning away from coal, Inner Mongolia is most certainly the most paradoxical part of the story. In Inner Mongolia’s case, more renewables often means more coal capacity as well,” said David Fishman, an energy consultant at The Lantau Group, who has visited Inner Mongolia's coal plants and the solar farms.</p><p>Inner Mongolia wants wind and solar power to increasingly replace electricity traditionally supplied by coal, while also meeting the country’s growing demand for power. But officials said both renewables and coal will continue to rise for now, with coal needed to supplement when weather causes interruptions in wind or solar power.</p><p>“Many people see there is a conflict or a competitive relationship between traditional energy and renewable energy,” said Gu Qing, an official of Inner Mongolia’s energy administration, standing at the edge of the Dalad Banner solar farm.</p><p>“As more renewable energy capacity is added, coal-fired power will also continue to grow, although the pace will gradually slow,” Gu said.</p><p>The Dalad Banner solar farm, which Associated Press reporters visited on a recent government-organized tour, currently generates around 2 billion kilowatt-hours of electricity annually. It is part of a broader clean energy program started in 2018 in northern China’s Kubuqi Desert.</p><p>Inner Mongolia is crucial to China's power transmission plan</p><p>Inner Mongolia is one of the most crucial nodes in China’s “West-to-East Power Transmission Project," which transmits electricity from the country's resource-rich northwest to its industrialized east. In 2025, 40% of Inner Mongolia’s electricity generation, about 350 billion kilowatt-hours, was sent to other parts of China. The amount is enough to power 120 million households for a year.</p><p>Solar and wind installed capacity has more than doubled in the past five years in Inner Mongolia, but coal still dominates electricity generation. Coal-fired plants produced around 590 billion kilowatt-hours in 2025 in Inner Mongolia, while solar and wind generated about 277 billion kilowatt-hours combined.</p><p>Coal power capacity in Inner Mongolia has continued to expand over the past five years.</p><p>“Because wind and solar are intermittent…we cannot do without the support of coal-fired power,” said Huang Zhiqiang, vice governor of Inner Mongolia, during a recent news briefing.</p><p>“What is changing is that coal power units are turning from supply-guarantee units to serving as a supporting and regulating role,” he said.</p><p>Inner Mongolia mined around 1.2 billion tons of coal in recent years, accounting for one quarter of China’s total coal production. Over 60% was transported to other provinces. Ordos, the city administering the Dalad Banner, is also one of the country's five largest coal-producing centers designated by the central government.</p><p>Managing the energy transition</p><p>Officials said renewable energy is beginning to replace existing demand conventionally provided by coal. The transition requires that coal plants ramp down when renewable output is abundant and ramp up when it is not. Huang said Inner Mongolia refurbished all coal power units so they can ramp down to operate at 15% of their capacity so less coal is burned.</p><p>But Fishman, the energy consultant, said ramping units down to 15% is “an aspirational or best-unit capability rather than something that applies across the whole fleet in day-to-day operations,” because it will cause stress both technically and financially.</p><p>Similarly, Anika Patel, China section editor at the climate change research organization Carbon Brief, said: “Just because a plant can operate flexibly doesn’t mean that it is operating flexibly."</p><p>She said that it's challenging to relegate coal to a supporting role because of Chinese economic and political incentives around its use. Patel said China’s long-term power contracts reduce flexibility for power grids to purchase renewable electricity, while lengthy interprovincial trading arrangements make it harder to include solar and wind.</p><p>Supporting artificial intelligence, electric vehicles and manufacturing</p><p>The government said Inner Mongolia is not only building more wind and solar projects to meet the rising electricity demand from AI computing, electric vehicle charging and manufacturing. It is also investing in energy storage, transmission infrastructure and other ways to make the grid efficient.</p><p>Gu said Inner Mongolia will encourage factories to adjust production to better match patterns of wind and solar generation so renewable energy can be used more efficiently.</p><p>For over a decade since the early 2010s, China experienced a rapid solar and wind energy expansion that was largely driven by government targets and investment incentives, leading to issues such as overcapacity.</p><p>Power generation is only one part of Inner Mongolia’s coal strategy. The region is also a big hub of coal chemical industry, in which coal is converted to chemicals or fuels to produce other products. The processes emit more carbon dioxide than using coal to generate electricity. Huang said Inner Mongolia will deploy carbon-capture technologies to curb emissions.</p><p>He said Inner Mongolia has been expanding capacity of coal-to-oil, coal-to-gas and coal chemical industries. The Iran conflict and the close of the Strait of Hormuz exposed the vulnerability of countries that rely on imported oil and liquefied natural gas.</p><p>“At the industrial level, this can help offset and ease China’s reliance on imported oil and gas, reducing dependence on overseas supplies,” Huang said.</p><p>___</p><p>Video producer Olivia Zhang contributed to this report.</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/RCK6XAVEF2AB3IMSHS3T2WTO7A.jpg?auth=8d64ece1b00604eac2faa36dcd8de740a90bdd2326b0fdaaf0c385b61a3e61c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers walk by solar panels in the Envision Ordos Modern Energy Equipment Industrial Park in Ordos in northern China's Inner Mongolia province on Friday, June 12, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X2JUQGMKJDU3PQLHTZXSKZ3TSU.jpg?auth=66672a2913ec3f192c3b2f3b9e667132cdcd10da2995d190e465443ac66118a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers assemble charging stations at the Mengma Intelligent Transportation Equipment Manufacturing Base in Hohot in northern China's Inner Mongolia province on Thursday, June 11, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQPCPB7UKAYHWNEKKMG362KSKE.jpg?auth=06639add25674c2a9a99642409f970afd28a7c36de17e7fccbe305cd9945aa85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solar panels operate at the Dalad Banner Photovoltaic Top Runner Base in northern China's Inner Mongolia province on Friday, June 12, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJVGCLVJFYBAQR6ATAG6ETG34I.jpg?auth=7da8f18de80de63a5ad1964771ae5dc407e5c1dbe44698006f73880b8120c02d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mining facility is visible in the Huaneng Yimin open-pit coal mine in Hulunbuir in northern China's Inner Mongolia province China, Sept. 15, 2025. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JC2HHMDOJY6POZUS2GQOX2HSA.jpg?auth=c05db4694df2c3af9147c64cf0a015b63ec59fe4bffa360d89c93b2bc33f541a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tractor is visible on a field near power plants near Ordos in northern China's Inner Mongolia province on Thursday, June 11, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5LT7LFQNUPPSP3UKPRILBIYJ3I.jpg?auth=5bb9e266ea2a5500daead3b7ecfe7e8f69923c0fbcfa7afaee9b033855c545df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wind turbines operate along a high speed railway line near Zhangjiakou in northern China's Hebei province on Wednesday, June 10, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EGXCAYUNRNZ2IGSGUKY2KSLDWA.jpg?auth=2f2c63e9f1f00c57114b856a6bc33b4a94aaf7c08b817bf5f459e8a8af6ec709&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solar panels operate at the Dalad Banner Photovoltaic Top Runner Base in northern China's Inner Mongolia province on Friday, June 12, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57EYRU3CSDQGCQUGL2G2FEIB64.jpg?auth=08c915faa3df362d9c2e3d9be5bf531acc70728f5d1ef14b80b2a61150409797&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A power plant opereates near Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PF4PJLKGCYGVYHVQP3SYAWGGI.jpg?auth=f78d8b373ce7f04ec5d925298410312ca4e32c1f4b5288304b81e6c9d807e060&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers labor on wind turbines at the Mingyang North Smart Energy factory in Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGHTGEYDWXMLOSFXCMJD4VQC3U.jpg?auth=e56a6344548547ac701323e3a69939b6f7d43c67b49d33a11f4ba7c6a0a37b49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wind turbine equipment sits at Mingyang North Smart Energy factory in Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CWTCUI7LOAIT6QD5PYEQ6ZEJDQ.jpg?auth=e5155092214ca294dba00d001158fb3d861fead7b7ae7a579f19ef997be3b434&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wind turbine blades are stress tested at the Mingyang North Smart Energy factory in Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Some ransom notes sent in Nancy Guthrie case still being investigated as legitimate, FBI says]]></title><link>https://www.local10.com/news/2026/07/02/some-ransom-notes-sent-in-nancy-guthrie-case-still-being-investigated-as-legitimate-fbi-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/some-ransom-notes-sent-in-nancy-guthrie-case-still-being-investigated-as-legitimate-fbi-says/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The FBI has discounted some of the ransom notes that surfaced after the disappearance of Nancy Guthrie as nothing more than extortion attempts, but the agency said Wednesday it's still evaluating others that might be legitimate.]]></description><pubDate>Thu, 02 Jul 2026 09:53:06 +0000</pubDate><content:encoded><![CDATA[<p>The FBI has discounted some of the ransom notes that surfaced after the disappearance of Nancy Guthrie as nothing more than extortion attempts, but the agency said Wednesday it's still evaluating others that might be legitimate.</p><p>The FBI did not specify how many ransom notes have been received, other than saying “several.”</p><p>“This case continues to be investigated as a kidnapping for ransom case,” the FBI said in a statement.</p><p>The Pima County Sheriff's Department is also investigating the case. The department declined to comment on the notes Wednesday but said it's taking every tip in the investigation seriously.</p><p>Tucson TV station KOLD has said it received two notes, one demanding millions in Bitcoin in exchange for Guthrie’s return and another that said she had died. TMZ also received a note.</p><p>Guthrie is the mother of longtime “Today” show host Savannah Guthrie. Authorities believe she was kidnapped, abducted or otherwise taken against her will on Feb. 1. They found blood near the front doorstep of her home just outside Tucson, and the FBI later released surveillance videos showing a masked man on the porch that night.</p><p>Volunteers and search teams scoured the nearby desert terrain filled with cactuses, bushes and boulders in the weeks after she vanished. A volunteer group recently conducted a search for her body near the Arizona-Mexico border.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JD2PS2DG5VY7DV4QFOFFLXU2NU.jpg?auth=abe5836b25b0ac395ce308334b0b03651b534d55ce10f2f2828975bd77e825d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A banner with notes from hundreds of well-wishers for Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, is displayed outside of KVOA Newsroom on March 6, 2026, in Tucson, Ariz. (AP Photo/Rebecca Noble, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VSTVME65P2YWPA77STJAKZSRYA.jpg?auth=013ba6d1b3df6fd8488c55a3ae9c7b8da32ecdaab3b4c55d77749875c9fcd2f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An aerial view of the home of Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, in Tucson, Ariz., on Friday, March 6, 2026,. (AP Photo/Rebecca Noble,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content></item><item><title><![CDATA[Federal audit finds Puerto Rico awaiting billions of dollars nearly a decade after deadly hurricane]]></title><link>https://www.local10.com/business/2026/07/01/federal-audit-finds-puerto-rico-awaiting-billions-of-dollars-nearly-a-decade-after-deadly-hurricane/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/federal-audit-finds-puerto-rico-awaiting-billions-of-dollars-nearly-a-decade-after-deadly-hurricane/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — A federal audit released Wednesday found that only 25% of some $14 billion in federal funds obligated for Puerto Rico’s power grid after Hurricane Maria razed it almost a decade ago has reached the U.S. territory.]]></description><pubDate>Thu, 02 Jul 2026 00:24:42 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — A federal audit released Wednesday found that only 25% of some $14 billion in federal funds obligated for Puerto Rico’s power grid after Hurricane Maria razed it almost a decade ago has reached the U.S. territory.</p><p>Of the $11 billion obligated by the U.S. Federal Emergency Management Agency alone, some $2.7 billion has been disbursed, mostly for things like equipment, materials and architecture and engineering design costs, according to the U.S. Government Accountability Office.</p><p>Obligated funds means the government is legally bound to disburse that money for a specific purpose.</p><p>The 86-page report is based on an audit from August 2024 to June 2026. It was released by U.S. Democratic lawmakers.</p><p>“The people of Puerto Rico have waited nine years for their government to keep its word,” Rep. Jared Hoffman, a California Democrat, said in a statement. “They watched billions get appropriated and almost none of it arrive.”</p><p>Hurricane Maria struck Puerto Rico in September 2017 as a powerful Category 4 storm, knocking out power in some neighborhoods for almost a year – the longest outage in U.S. history. An estimated 2,975 people died in the storm’s sweltering aftermath.</p><p>Two weeks before Maria hit, Hurricane Irma swiped past the island’s northeast corner as a Category 5 storm, also knocking out power.</p><p>The grid was further destabilized by a series of strong earthquakes that struck southern Puerto Rico in late 2019 and early 2020.</p><p>Multiple issues delay progress</p><p>Chronic blackouts prompted Puerto Rico's governor to declare a state of emergency in April 2025, but outages persist, with about half of those incidents blamed on vegetation overrunning transmission and distribution lines.</p><p>As of February, only 400 miles (640 kilometers) had been cleared using federal funds out of 16,000 planned miles (26,000 kilometers), according to the report. Overall, nearly 2,800 miles (4,500 kilometers) of lines were cleared in fiscal year 2025, according to Luma Energy, a private company overseeing the transmission and distribution of power in Puerto Rico. It currently is facing a lawsuit by the island’s government seeking to terminate its contract; the company has since counter sued.</p><p>The report noted that staff turnover; project review processes it described as “onerous;” and the financial state of Puerto Rico’s Electric Power Authority – which is still struggling to restructure more than $10 billion in debt – are preventing progress.</p><p>One move that further delayed the release of funds was when former Homeland Security Secretary Kristi Noem implemented a policy in June 2025 that DHS expenditures over $100,000 be personally approved by that office. The rule was rescinded in April by new Homeland Security Secretary Markwayne Mullin.</p><p>Many funds allotted but few disbursed</p><p>As of December 2025, nine large FEMA-funded projects were completed, most of them related to generation; 133 projects remain at different stages.</p><p>The agency also has obligated about $1.3 billion to 24 critical generation projects, seven of which have been completed.</p><p>The report noted that repair work often means planned outages and finding replacement parts can take up to two years.</p><p>Of the $2.9 billion allotted by the U.S. Department of Housing and Urban Development to modernize and repair the grid, only about $589 million had been disbursed as of February.</p><p>Meanwhile, of the $1 billion obligated by the U.S. Department of Energy, about $255 million has been disbursed, the report found.</p><p>Some $365 million originally allotted for solar energy projects have since been redirected to the power grid, for “practical fixes and emergency repairs” according to department officials interviewed by auditors.</p><p>The Department of Energy also canceled up to $350 million in grants under a solar access program, the report noted.</p><p>It did disburse all $1.2 million slated for hubs aimed at providing vulnerable communities in Puerto Rico with electricity during disasters.</p><p>DHS says Puerto Rico ‘ultimately responsible’</p><p>The Government Accountability Office called on FEMA to update guidance to reflect flexibilities and on the Department of Energy to clarify roles and responsibilities, and create a collaboration plan.</p><p>“Given the complexity of funding, the numerous players involved, and the various plans for grid recovery, extensive coordination across Puerto Rico and federal entities is vital,” the report states.</p><p>The Department of Energy and the U.S. Department of Homeland Security concurred with the recommendations, although the latter noted that “the government of Puerto Rico is ultimately responsible for developing a comprehensive solution and rebuilding the electrical grid.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F36IND7MW3365WXFKKOMWJSPQI.jpg?auth=8bcb7e94df55ef6c2647e0dc12bf04ba6d09951c4ba9f2a3ddc335c3b8d09fa0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Puerto Rico Electric Power Authority workers repair distribution lines damaged by Hurricane Maria in the Cantera community of San Juan, Puerto Rico, Oct. 19, 2017. (AP Photo/Carlos Giusti, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carlos Giusti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MSTV26NER54SLC52ATNWHHW3IE.jpg?auth=ff09273ea914072cf3a3d7d8b3232635ba4f3fe9b59b04efacb21a8b1f6d2007&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A utility pole with loose cables towers over the home of Jetsabel Osorio in Loiza, Puerto Rico, Thursday, Sept. 15, 2022. (AP Photo/Alejandro Granadillo,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alejandro Granadillo</media:credit></media:content></item><item><title><![CDATA[The divided Supreme Court's birthright citizenship decision exposes sharp rifts among justices]]></title><link>https://www.local10.com/news/politics/2026/06/30/the-divided-supreme-courts-birthright-citizenship-decision-exposes-sharp-rifts-among-justices/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/the-divided-supreme-courts-birthright-citizenship-decision-exposes-sharp-rifts-among-justices/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. Supreme Court's divided ruling that children born in the U.S. are citizens under the Fourteenth Amendment — even if their parents are in the country unlawfully or only temporarily — exposed deep fissures in the justices' views on the issue and toward each other.]]></description><pubDate>Tue, 30 Jun 2026 20:56:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Supreme Court’s divided ruling that children born in the U.S. are citizens under the Fourteenth Amendment — even if their parents are in the country unlawfully or only temporarily — exposed deep fissures in the justices’ views on the issue and toward each other.</p><p>The court’s two Black justices notably had very different views on U.S. citizenship in the context of Reconstruction after the Civil War.</p><p>Tuesday’s decision rejects an order President Donald Trump issued at the start of his second term, declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>The majority, composed of Chief Justice Roberts and Justices Sonia Sotomayor, Elena Kagan, Amy Coney Barrett, and Ketanji Brown Jackson, determined that birth on U.S. soil plus being subject to U.S. law is enough for citizenship.</p><p>Several dissenters, including Justices Clarence Thomas and Samuel Alito, say birth alone is not enough — the child’s parents must have a deeper political allegiance or relationship to the U.S.</p><p>Jackson’s direct disagreement with Thomas’ dissent highlights a major rift between the legal minds. Here are the justices in their own words:</p><p>Chief Justice John Roberts</p><p>Much of Roberts’ opinion was a history lesson on English common law, in which he concluded that birthright citizenship has always depended primarily on birthplace — not on parents’ immigration status or domicile.</p><p>“Citizenship, then and now, was the right to have rights — to freely participate in our political community. The Framers of the Fourteenth Amendment extended that promise to ‘every free-born person in this land,’” Chief Justice John Roberts wrote for the court, citing congressional debate over the amendment, “We keep that promise today.”</p><p>“We break no new ground today,” Roberts said on the bench as he read the court’s majority opinion.</p><p>Justice Clarence Thomas</p><p>Thomas, who wrote the main dissent, disagreed with the majority’s opinion and argued that American-born children are not automatically American citizens.</p><p>The basis of his argument, among other things, is that the court ignored evidence from Reconstruction debates that suggested citizenship depended on a deeper relationship to the country. After the Civil War, the U.S. underwent a series of political and constitutional battles over how to define the civil rights and citizenship status of formerly enslaved Black Americans.</p><p>“The Citizenship Clause was enacted for people who were born in this country and called it home. It was enacted for freed slaves such as Dred Scott, who had ‘a domicile’ here and therefore were entitled to sue as citizens,” Thomas wrote in his dissent, concluding that Reconstruction was a targeted remedy for freed slaves to restore citizenship to a wrongfully excluded group.</p><p>“In my view, the Citizenship Order is not facially unconstitutional,” Thomas wrote, referring to Trump’s executive order. “The Order is consistent with the original meaning of the Citizenship Clause, at least insofar as it applies to children born to parents, here lawfully or unlawfully, who are not domiciled in the United States.”</p><p>Justice Ketanji Brown Jackson</p><p>Justice Ketanji Brown Jackson agreed with the opinion in full, but wrote to respond to Clarence Thomas’ dissent, arguing that Thomas fundamentally misunderstands what the Reconstruction Amendments — the Thirteenth, Fourteenth, and Fifteenth Amendments — are trying to accomplish.</p><p>“Despite his longstanding endorsement of a ‘colorblind’ Constitution, Justice Thomas, now surprisingly suggests that the Citizenship Clause was a race-conscious remedial measure, relating only to ‘freed slaves such as Dred Scott’ — but that narrow vision of the Fourteenth Amendment bears little relationship to the history of its ratification.”</p><p>“The Reconstruction Amendments were an anti-caste, anti-subordination reset for the Nation, not a mere spot treatment for the dark stain of slavery.”</p><p>“The Court’s conception of a color-blind Constitution and the Government’s (and principal dissent’s) cramped, group-specific reading of the Citizenship Clause are two sides of the same coin, stemming from a basic misunderstanding of the relevant history.”</p>]]></content:encoded></item><item><title><![CDATA[UPS never required detailed inspection of part that failed before engine flew off plane that crashed]]></title><link>https://www.local10.com/business/2026/07/01/ups-never-required-detailed-inspection-of-part-that-failed-before-engine-flew-off-plane-that-crashed/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/ups-never-required-detailed-inspection-of-part-that-failed-before-engine-flew-off-plane-that-crashed/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[UPS never required the detailed inspections needed to spot the problem that led to an engine to fly off one of its planes before it crashed even after Boeing recommended it years earlier, according to new documents posted Wednesday by crash investigators.]]></description><pubDate>Thu, 02 Jul 2026 05:38:05 +0000</pubDate><content:encoded><![CDATA[<p>UPS never required the detailed inspections needed to spot the problem that led to an engine to fly off one of its planes before it crashed even after Boeing recommended it years earlier, according to new documents posted Wednesday by crash investigators.</p><p>But UPS said in its own submission to the National Transportation Safety Board that the reason it never required those enhanced bearing inspections inside the pylons that hold the engines to the wings of its MD--11 freighters is because Boeing said incorrectly that the failure of those bearings wouldn't jeopardize the safety of flight. And the enhanced inspections were never required.</p><p>The plane crashed last fall while accelerating down the runway at Louisville’s Muhammad Ali International Airport, killing killed all three pilots and 12 people on the ground. Twenty-three more were injured.</p><p>The failures that kept mechanics from taking a close look at the key parts securing the engines to the wings were highlighted at two days of investigative hearings on the crash in May, but the documents released Wednesday provide additional details.</p><p>The NTSB might not publish its final report on the cause of the fiery crash that happened as the UPS plane was trying to take off in Louisville, Kentucky, last November until late this year or possibly early next year. But UPS said it's clear “once the pylon separated from the aircraft, the crash was inevitable.”</p><p>Boeing and Federal Aviation Administration officials acknowledged during the hearings that they misunderstood the risks related to the potential failure of a steel bearing and metal sheath in the engine mount before the crash, not realizing that it could lead to the lugs that secure engines to an MD-11’s wings breaking. The bearings are tucked deep inside near the pylons, so problems are hard to spot without removing each engine for detailed inspections.</p><p>Aviation safety expert Jeff Guzzetti said the actions of Boeing, UPS, FAA and the maintenance company STE San Antonio Aerospace all contributed to this crash.</p><p>“There’s just lots of subtleties and semantics that these four entities are using. But in the end, this got missed and to some degree, all four have some role to play in that,” said Guzzetti, who used to investigate crashes for both the NTSB and FAA. “Safety is a shared responsibility, and I think the NTSB’s task now is to apportion that responsibility.”</p><p>Failure of key part securing the engine never identified</p><p>Chris Hentz, who is Vice President of STE San Antonio Aerospace, said UPS only required its mechanics to check for corrosion and not for signs of bearing failure. But Hentz and UPS both pointed out that even as Boeing said “changes to the inspection requirement of the spherical bearing were warranted” the planemaker said in the same letter that the existing inspection requirements were sufficient.</p><p>Hentz said in his letter that Boeing “stated that while the MD-11 inspection intervals and requirements for an inspection of the aft bulkhead were sufficient, changes to the inspection requirements of the spherical bearing were warranted to ensure that the migration of the outer race would be reliably detected and identified during inspection.”</p><p>UPS said that even though Boeing developed an enhanced inspection procedure that it added to the MD-11 maintenance manual, the planemaker never added that procedure to its federally approved maintenance schedule that would have required it.</p><p>“Relying on Boeing’s representations that the issue was not safety-of-flight and that existing MPD inspections were sufficient, UPS determined that no additional changes to its maintenance program were necessary beyond what was already being performed.” the package delivery giant said.</p><p>Past problems didn't trigger alarm</p><p>At one point, Boeing even successfully petitioned the FAA to extend the schedule for required inspections from once every 19,900 cycles of takeoffs and landings, to once every 29,260, so that airlines could complete more of the major maintenance tasks simultaneously, with less down time.</p><p>The planemaker sought the change even after receiving reports about seven of the flaws in the bearings well before the planes had reached their original inspection limits. In the years after the schedule was relaxed, three more instances were discovered before the crash.</p><p>The UPS plane that crashed after losing its engine had flown 21,043 cycles, so it should have been thoroughly inspected under the original schedule. There has been only one other crash, decades earlier, involving a similar plane model losing an engine, but that one was blamed on improper maintenance and not the same flaw.</p><p>FedEx and other operators of these MD-11s reported at least 10 other instances of failures of these bearings or the parts that hold them in place over the years before the UPS crash. But it's not clear what these other operators might have been doing differently in their maintenance.</p><p>FedEx resumed flying its MD-11s in May after the FAA approved Boeing’s plan to ensure their safety. The engine mounts were closely inspected following the November crash, and going forward the spherical bearings will be replaced regularly, after every 4,000 cycles of takeoffs and landings. UPS decided to retire all of its MD-11s early after this crash.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SNSBKUB2HEEXJMSDVUJ2KATGGE.jpg?auth=57433f0f2d8d886e2271752629094e79e873b2d674cba1f085710bbcc668e67a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo provided by the National Transportation Safety Board shows UPS plane crash scene on Nov. 6, 2025 in Louisville, Ky. (NTSB via AP,File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SZT3A2LOGFGDVOCQJ26PO5J5XI.jpg?auth=9948a22b469cb2dbf3f0b9bfd821fe5200a449ca8cb3654c40a88cbc115d9498&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Plumes of smoke rise from the area of a UPS cargo plane crash at Louisville Muhammad Ali International Airport, Nov. 4, 2025, in Louisville, Ky. (AP Photo/Jon Cherry, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Cherry</media:credit></media:content></item><item><title><![CDATA[North Miami Beach mayor held in contempt of Congress]]></title><link>https://www.local10.com/news/politics/2026/07/01/north-miami-beach-mayor-held-in-contempt-of-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/north-miami-beach-mayor-held-in-contempt-of-congress/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[North Miami Beach Mayor Michael Joseph is being held in contempt of Congress, Local 10 News learned on Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 22:54:02 +0000</pubDate><content:encoded><![CDATA[<p>North Miami Beach Mayor Michael Joseph is being held in contempt of Congress, Local 10 News learned on Wednesday.</p><p><a href="https://www.congress.gov/committee-report/119th-congress/house-report/693?__cf_chl_f_tk=ufE8s9.5Z29pIMpQamil7lu.qJxphaLuKOJUWRrmcM0-1782927385-1.0.1.1-iwSD2b6c9Ks7PZId.wqw.vhMpkDpXIwLR8Pwx4eCQ40" target="_self" rel="" title="https://www.congress.gov/committee-report/119th-congress/house-report/693?__cf_chl_f_tk=ufE8s9.5Z29pIMpQamil7lu.qJxphaLuKOJUWRrmcM0-1782927385-1.0.1.1-iwSD2b6c9Ks7PZId.wqw.vhMpkDpXIwLR8Pwx4eCQ40">The decision</a> by the U.S. House Committee on Ethics, dated June 10, came after the panel, while investigating then-U.S. Rep. Sheila Cherfilus-McCormick, D-Florida, had “sought documents and testimony“ from Joseph, who failed to hand over any papers or appear before the committee despite being issued ”multiple subpoenas."</p><p>According to the report, a subcommittee said Joseph’s actions were “egregious and warrants referral to the U.S. Department of Justice.”</p><p>The ethics panel made <a href="https://ethics.house.gov/wp-content/uploads/2026/01/Statement-of-Alleged-Violations.pdf" target="_self" rel="" title="https://ethics.house.gov/wp-content/uploads/2026/01/Statement-of-Alleged-Violations.pdf">allegations of illegal campaign donations</a> to Cherfilus-McCormick, who resigned in April under the threat of possible expulsion, through a political committee chaired by Joseph.</p><p>If convicted of the federal contempt charge, a misdemeanor, Joseph could spend up to a year in jail and receive a fine of up to $100,000.</p><p>Joseph has also faced separate questions over his conduct as mayor. He <a href="https://www.local10.com/news/local/2026/03/26/north-miami-beach-mayor-faces-possible-reprimand-after-report-alleges-misconduct/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/26/north-miami-beach-mayor-faces-possible-reprimand-after-report-alleges-misconduct/">narrowly avoided being censured</a> by city commissioners after a city investigation concluded he placed North Miami Beach in “substantial legal, financial and ethical risk.”</p><p><a href="https://www.local10.com/news/local/2026/02/17/new-report-alleges-misconduct-by-north-miami-beach-mayor-michael-joseph/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/new-report-alleges-misconduct-by-north-miami-beach-mayor-michael-joseph/">The allegations suggested</a> that Joseph asked an employee to alter official government records, a potential violation of state public records laws and city employees raised questions about some of Joseph’s travel expenses to Japan “including an upgrade to First Class resulting in a charge in excess of $3,000 to the City,” an investigation report stated.</p><p>The mayor, at the time, called the report “inaccurate.”</p><p>Local 10 News contacted Joseph and a city spokesperson seeking comment on Wednesday night. As of publication of this article, we hadn’t received a response.</p><p>Cherfilus-McCormick, who resigned in April before the House Ethics Committee started proceedings that could have led to her expulsion. She is facing federal charges after being accused of stealing <a href="https://www.local10.com/news/local/2025/11/19/rep-sheila-cherfilus-mccormick-charged-with-stealing-5-million-in-fema-funds/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/19/rep-sheila-cherfilus-mccormick-charged-with-stealing-5-million-in-fema-funds/">$5 million in federal disaster aid funds</a>.</p><p>Meanwhile, Cherfilus-McCormick, <a href="https://www.local10.com/news/politics/2026/06/17/candidates-clash-over-representation-at-district-20-political-forum/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/17/candidates-clash-over-representation-at-district-20-political-forum/">who is seeking her old seat back</a>, has pleaded not guilty in her criminal case and denied any wrongdoing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WIZMB4EAPRAJTOE3GZES4H3A3A.png?auth=0251cf51f5f11e50422f628c6dcb7c53344ce9f19c4bc1c30945270e78fc5b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[File photo of North Miami Beach Mayor Michael Joseph.]]></media:description></media:content></item><item><title><![CDATA[DeSantis recommends Muslim group CAIR be labeled a ‘terrorist’ organization]]></title><link>https://www.local10.com/news/politics/2026/07/01/desantis-recommends-muslim-group-cair-be-labeled-a-terrorist-organization/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/desantis-recommends-muslim-group-cair-be-labeled-a-terrorist-organization/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[On its website, the Council on American-Islamic Relations describes itself as “America’s largest Muslim civil liberties organization” and a “grassroots civil rights and advocacy group.”]]></description><pubDate>Wed, 01 Jul 2026 20:12:30 +0000</pubDate><content:encoded><![CDATA[<p>On its website, the <a href="https://www.cair.com/about_cair/about-us/" rel="">Council on American-Islamic Relations</a> describes itself as “America’s largest Muslim civil liberties organization” and a “grassroots civil rights and advocacy group.”</p><p><a href="https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/">Leer en español</a></p><p>Florida Gov. Ron DeSantis on Tuesday announced his intent to recommend CAIR be formally designated on a state list as a terrorist organization.</p><p>“We have to draw a very strong line in the sand here,” DeSantis said.</p><p><a href="https://www.local10.com/news/politics/2026/04/07/council-on-american-islamic-relations-reacts-to-new-desantis-bill-today-is-a-dark-day/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/04/07/council-on-american-islamic-relations-reacts-to-new-desantis-bill-today-is-a-dark-day/">Signed in April</a>, the governor’s office says HB 1471 allows the state to designate terrorist organizations, announcing an “intent to designate” list that includes CAIR, which DeSantis said would prevent “foreign and extremist influence from taking root in the state.”</p><p>“This is, I think, what the people of Florida expected when I signed this law, which took effect today,” DeSantis said.</p><p>Back in April, representatives for CAIR Florida told Local 10 News they opposed the law.</p><p>“Today is a dark day for the Florida Constitution and the United States Constitution,” Wilfredo Ruiz, the communications director for CAIR Florida, said at the time.</p><p>Omar Saleh, an attorney for CAIR Florida, said in April that “people don’t become a security risk just because you don’t like them and you don’t agree with them.”</p><p>The governor said organizations designated under Florida law may also be subject to dissolution as provided by statute.</p><p>DeSantis said upon confirmation by the Florida Cabinet, individuals who “knowingly” provide material support or resources to organizations designated under the new statutory authority as terrorist organizations could face criminal penalties.</p><p>State and local governments will be prohibited from providing the groups taxpayer funding and contracts.</p><p>Public schools and colleges will also be prohibited from using public resources to support or promote the organizations.</p><p>“It will impact Florida’s K-12 school choice scholarship,” DeSantis said. “I am not sending scholarships to schools that are in cahoots with groups like CAIR. That is not going to happen.”</p><p>“Florida is not the free state that it says it is, especially when you look at laws like this,” Saleh said in April. “It’s baloney.”</p><p>In December, DeSantis signed <a href="https://x.com/govrondesantis/status/1998156452377293228?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g" rel="">an executive order</a> that resulted in litigation. </p><p>“It is being challenged under the First Amendment right now,” legal analyst Bill Barner said. “CAIR had a district court block the executive order, now the governor is taking to Federal Circuit of Appeals.”</p><p>Barner, a criminal defense attorney and ex-prosecutor who teaches at Nova Southeastern University, said, the district judge found that the governor “shouldn’t have the power to be able to do that and also suspects that this was politically motivated ― that it’s political theater."</p><p>Court records show a bench trial has been scheduled to start this upcoming January.</p><p>Barner said DeSantis “has announced that he plans on using the litigation, the discovery process behind the litigation, to try to find proof of what they’re alleging ― that there are ties with Hamas.”</p><p>An attorney from the Southern Poverty Law Center, which is representing CAIR, said in a statement to Local 10 News that it, the American Civil Liberties Union and other groups “look forward to responding in court.”</p><p>“Regardless of what Gov. DeSantis thinks, the U.S. Constitution is supreme across our nation, including in Florida,” Scott McCoy, the SPLC’s deputy legal director, said. “Gov. DeSantis is seeking to unilaterally silence a leading American civil rights nonprofit and punish those who support it.“ </p><p><b>Court filings:</b></p><p> <iframe class="scribd_iframe_embed" title="CAIR filings" src="https://www.scribd.com/embeds/1057205479/content?start_page=1&view_mode=scroll&access_key=key-jWtkUbuZzGbwXkBwOrbR" tabindex="0" data-auto-height="true" data-aspect-ratio="1.293791574279379" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View CAIR filings on Scribd" href="https://www.scribd.com/document/1057205479/CAIR-filings#from_embed" style="color: #098642; text-decoration: underline;"> CAIR filings </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p><p> <iframe class="scribd_iframe_embed" title="Cair vs Desantis - March Order" src="https://www.scribd.com/embeds/1057229846/content?start_page=1&view_mode=scroll&access_key=key-HNUdQD8wwKD7IZ1F6SXN" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View Cair vs Desantis - March Order on Scribd" href="https://www.scribd.com/document/1057229846/Cair-vs-Desantis-March-Order#from_embed" style="color: #098642; text-decoration: underline;"> Cair vs Desantis - March Order </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Cops accuse 6 in South Florida child prostitution sting]]></title><link>https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[The Miami-Dade State Attorney’s Office, as well as state officials, have said since last month that they would be cracking down on human trafficking during the FIFA World Cup festivities and according to the reports that the arrests made in Miami on Tuesday night were examples of that.]]></description><pubDate>Wed, 01 Jul 2026 23:06:28 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade State Attorney’s Office, as well as state officials, have said since last month that they would be cracking down on human trafficking during the FIFA World Cup festivities and according to arrest reports, six arrests made in Miami on Tuesday night were examples of that.</p><p>Authorities took six men into custody.</p><p>Investigators said they posted an ad online depicting underage girls and a phone number, and on Tuesday, the men called. </p><p>According to the arrest reports, in each case the men agreed to pay money for sex with what he believed to be one or two girls aged 14 and 15.</p><p>In one case, a man allegedly said he’d pay $200 for a “quick visit” with both, but after arriving at the rendezvous point, the men instead were met by cops. </p><p>State Attorney Katherine Fernandez Rundle said her office will be cracking down on sex crimes and other illicit activity that pick up during big events like the World Cup. According to the arrest reports, four of the six men have addresses in Miami-Dade; the other two are from Broward.</p><p>They identified the suspects as:</p><ul><li>John Alcin, 30, of northwest Miami-Dade</li><li>Henry Castillo Martinez, 20, of Miami</li><li>Jaasar Rocha Rivas, 23, of Miami</li><li>Melvin Phillip Putney, 47, of Miami Beach</li><li>Deyvi Richard Silva, 36, of Fort Lauderdale</li><li>Ibrahim Vazquez Cobas, 54, of Miramar</li></ul><p>The arrests come on the heels of a <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/">sting in Homestead</a> in which 12 men were arrested in mid-June.</p><p>The men all face charges including human trafficking and traveling to meet a minor for sex.</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[Heat officially sign second-round pick Ryan Conwell]]></title><link>https://www.local10.com/sports/local/2026/07/01/heat-officially-sign-second-round-pick-ryan-conwell/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/heat-officially-sign-second-round-pick-ryan-conwell/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[The Miami Heat announced Wednesday they have signed guard Ryan Conwell.]]></description><pubDate>Wed, 01 Jul 2026 23:05:30 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat announced Wednesday they have signed guard Ryan Conwell.</p><p>Conwell was acquired by Miami in a draft-night trade after being selected in the second round, 37th overall, in the 2026 NBA Draft.</p><p>The former Louisville guard started all 34 games as a senior last season, averaging a team-high 18.8 points, 4.8 rebounds, 2.7 assists, 1.1 steals and 30.9 minutes per game. He shot 40.8% from the field, 34.5% from 3-point range and 83.2% from the free-throw line.</p><p>Conwell earned All-ACC Second Team honors and was named to the NABC All-District Second Team. He scored 638 points last season, a single-season career best, and finished his college career with 1,991 points.</p><p>He also made 124 free throws and 112 3-pointers last season, ranking among the top 15 nationally in made 3-pointers. Conwell had 15 games with at least 20 points, including two 30-point performances.</p><p>He led the Cardinals in points, steals, defensive rebounds, field goals made, 3-pointers made, free throws made and minutes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T74WKL3I7FG57CQSZGE4MZQJYE.jpeg?auth=014054e0d66a5f2d25010fac94bde64a7e4d7cddb1c1941b7c69076da4c3cffc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Heat President Pat Riley speaks on April 27, 2026.]]></media:description></media:content></item><item><title><![CDATA[La tormenta tropical Douglas en el océano Pacífico pero no representa amenaza para tierra firme]]></title><link>https://www.local10.com/espanol/2026/07/01/se-forma-la-tormenta-tropical-douglas-en-el-oceano-pacifico-no-representa-amenaza-para-tierra-firme/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/se-forma-la-tormenta-tropical-douglas-en-el-oceano-pacifico-no-representa-amenaza-para-tierra-firme/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — La tormenta tropical Douglas se formó el miércoles en el océano Pacífico, informaron los meteorólogos estadounidenses.]]></description><pubDate>Thu, 02 Jul 2026 07:09:06 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — La tormenta tropical Douglas se formó el miércoles en el océano Pacífico, informaron los meteorólogos estadounidenses.</p><p>La tormenta estaba en el mar y no representaba ninguna amenaza para tierra firme, informó el Centro Nacional de Huracanes en Miami. Douglas se encontraba unos 1.925 kilómetros (1.195 millas) al oeste-suroeste del extremo sur de la península de Baja California, México.</p><p>Sus vientos máximos sostenidos eran de alrededor de 65 km/h (40 mph) con ráfagas más fuertes. La tormenta se desplazaba hacia el norte a 11 km/h (7 mph), informó el centro, y agregó que se esperaba un giro gradual hacia el noroeste a finales de esta semana.</p><p>Los vientos con fuerza de tormenta tropical se extendían hasta 150 kilómetros (90 millas) desde el centro. Se esperaba que Douglas se debilitara de manera progresiva a partir del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IMDH6RM5XOZOIVVOAV2KMHI2IY.jpg?auth=22d15c88c184cd24aec616d2534c6a250fd43b61599b6b8375b4661ce13cecde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital, proporcionada por la Oficina Nacional de Administración Oceánica y Atmosférica de EEUU (NOAA, por sus siglas en inglés), muestra la tormenta tropical Douglas, que se formó el miércoles 1 de julio de 2026 en el océano Pacífico. (NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[Another blockbuster: Jaylen Brown getting traded by Celtics to 76ers for Paul George, draft picks]]></title><link>https://www.local10.com/sports/2026/07/01/another-blockbuster-jaylen-brown-getting-traded-by-celtics-to-76ers-for-paul-george-draft-picks/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/another-blockbuster-jaylen-brown-getting-traded-by-celtics-to-76ers-for-paul-george-draft-picks/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Jaylen Brown's time in Boston has come to a surprising end, with the Celtics deciding to trade him to one of their most storied rivals.]]></description><pubDate>Thu, 02 Jul 2026 03:06:03 +0000</pubDate><content:encoded><![CDATA[<p>Jaylen Brown's time in Boston has come to a surprising end, with the Celtics deciding to trade him to one of their most storied rivals.</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 Philadelphia 76ers, 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>ESPN first reported the trade agreement, and the terms were later confirmed by The Boston Globe.</p><p>Add this move to the list of blockbuster moves across the NBA so far this offseason. LeBron James is leaving the Los Angeles Lakers as a free agent, and now this trade joins a long list of moves that involve All-Star-caliber players — like Giannis Antetokounmpo going from Milwaukee to Miami, Kawhi Leonard and Brandon Ingram headlining a swap between the Toronto Raptors and Los Angeles Clippers, and Ja Morant getting traded to Portland by Memphis.</p><p>Now, this.</p><p>“Welcome to Philly, JB!” Pennsylvania Gov. Josh Shapiro posted on social media. “Sixers get way better and, as a bonus, the Celtics got worse!"</p><p>It's a move that breaks up what has been one of the league’s most successful 1-2 punches in Brown and Jayson Tatum, who helped carry the Celtics to the 2024 NBA title.</p><p>Tatum missed most of this past season while recovering from an Achilles 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 Antetokounmpo was on the market.</p><p>“Nobody has won more combined regular-season and playoff games since I entered the league 10 years ago,” Brown posted on social media over the weekend. He’s right: The Celtics have won 523 games with Brown in the lineup, including playoff contests, which is six more than Denver has won with Nikola Jokic over that span.</p><p>Brown now gets to be part of a squad in Philadelphia alongside guard Tyrese Maxey and center Joel Embiid — someone who Brown recently called a flopper on a livestream.</p><p>“Joel Embiid is a great player, one of the best bigs in (expletive) basketball history,” Brown said. “Flops. He know it. This ain’t breaking news.”</p><p>Brown, Maxey (the league's No. 5 scorer this past season) and Embiid (a two-time NBA scoring champion) could become a positively frightening trio in Philadelphia, and the Celtics deciding to play a role in creating such a triumvirate only adds to the intrigue surrounding why they wanted to trade Brown in the first place.</p><p>The trade ends a tremendously disappointing two-year stint for George, who was traded with two years left on a four-year, $212 million free-agent contract. The 36-year-old George never approached his nine-time All-Star form in Philadelphia and his tenure was marred by a 25-game suspension last season for flunking a drug test.</p><p>He averaged just 16.7 points in his two seasons in Philadelphia after topping the 20-point mark in nine straight seasons with Indiana, Oklahoma City and the Los Angeles Clippers.</p><p>Brown is the latest big name brought in to team with All-Stars and franchise cornerstones Embiid and Maxey. Brown can try and lead the Sixers to their first title since 1983; a feat a steady string of stars from Ben Simmons to James Harden to George failed to do when paired with Embiid and Maxey to make a Big Three.</p><p>George cited mental health reasons as to why he failed a drug test and was suspended in late January for violating the terms of the NBA’s anti-drug program. His first year in Philly was marred by knee and adductor injuries that resulted in the forward having one of the worst years of his NBA career.</p><p>George averaged 16.2 points in just 41 games, easily his lowest scoring average in a full season since he averaged 12.1 points for Indiana in his second NBA season. He then had surgery in July on his left knee after he was injured during a workout and missed the first 12 games of this past season.</p><p>This was the first blockbuster pulled off under new team president Mike Gansey, who replaced the fired Daryl Morey.</p><p>Morey was fired after the Sixers failed to advance out of the second round of the Eastern Conference playoffs in his tenure and they were swept by the eventual NBA champion Knicks in the second round last season — but only after erasing a 3-1 deficit to oust Boston in Round 1.</p><p>“Philadelphia is a good basketball team," Brown said after the Game 7 loss to the 76ers, surely not knowing at that time that he would be joining them a couple months later.</p><p>His job now will be to make that good basketball team even better.</p><p>___</p><p>AP Sports Writer Dan Gelston in Philadelphia contributed.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><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><media:content url="https://www.local10.com/resizer/v2/NDMXCUEYX73GUZJQBJREYABSRM.jpg?auth=0c5466ff8423e028618e773811706a085b50a5e767dda05e9a7dfa0c7ee59f5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia 76ers forward Paul George (8) drives to the basket against Boston Celtics guard Jaylen Brown (7) during the second 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[Former NBA star Malik Beasley pleads not guilty to gambling charges]]></title><link>https://www.local10.com/sports/2026/07/01/former-nba-star-malik-beasley-pleads-not-guilty-to-gambling-charges/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/former-nba-star-malik-beasley-pleads-not-guilty-to-gambling-charges/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Malik Beasley’s lawyer said the indicted former NBA star “wants to move on with his life” after pleading not guilty Wednesday to charges that he altered his play in certain games in 2024 to enrich sports bettors and ease his own debts.]]></description><pubDate>Wed, 01 Jul 2026 22:39:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Malik Beasley’s lawyer said the indicted former NBA star “wants to move on with his life” after pleading not guilty Wednesday to charges that he altered his play in certain games in 2024 to enrich sports bettors and ease his own debts.</p><p>Beasley, the latest big name caught up in a sweeping federal gambling investigation, said little at his arraignment in Brooklyn federal court. He answered a judge's questions with “yes, your honor” but let his lawyer, Jason Goldman, enter his plea on his behalf.</p><p>Afterward, the 6-foot-4 (1.92 meter) shooting guard stood quietly as Goldman spoke to reporters outside the courthouse, demurring when one asked if he had anything to say to his fans. Beasley, who played for six NBA teams in nine years, missed the most recent season because he was under investigation. Instead, he played for a Puerto Rican team co-owned by the rapper Bad Bunny.</p><p>“He looks forward to fighting. He’s fought every day,” Goldman said. “He’s presumed innocent and that has to mean something still, obviously."</p><p>Beasley, 29, and sports agent Paolo Zamorano, who also pleaded not guilty on Wednesday, were among six people charged in an indictment unsealed this week.</p><p>They are the newest defendants in a gambling sweep that has netted more than three dozen arrests, including former Miami Heat star Terry Rozier, who was accused of conspiring with friends to help them win bets, and Basketball Hall of Famer Chauncey Billups, who was accused of conspiring to fix high-stakes poker games.</p><p>Zamorano, 39, formerly represented another co-defendant, ex-NBA player Ed Davis, who had loaned money to Beasley and is accused of acting as his “gatekeeper" in the alleged scheme.</p><p>“We look forward to our day in court," Zamorano’s lawyer, Kenneth Breen, told reporters.</p><p>Beasley and Zamorano were both released on bond. They're due back in court for a status conference on Aug. 6.</p><p>Beasley is accused of fixing or trying to fix his performance in at least four games while playing for the Milwaukee Bucks in 2024 by under or overperforming bookmakers' expectations. In exchange, the indictment said, the bettors bribed Beasley and his debts to Davis were reduced or eliminated.</p><p>“Only way you can beat Vegas is sports betting,” Davis told Beasley in a Jan. 26, 2024, text message, according to the indictment. “Everything else they got the edge.”</p><p>In one example, according to the indictment, Beasley told Davis that he would try to outperform the 3.5 line that sportsbooks had set for his rebound total in Milwaukee’s game against the Los Angeles Clippers on March 10, 2024.</p><p>With a second left, and the Bucks up by seven points, Beasley challenged a Clippers shot and dashed past four players to grab his fourth rebound and securing a win for the bettors as the horn sounded.</p><p>One bettor made a $3,252 profit on a $2,838 wager, the indictment said, and another made a $2,107 profit on wagers totaling $2,400. Other bettors missed out and lost money, mistakenly placing wagers on Beasley to underperform the rebound total because of an apparent miscommunication, the indictment said.</p><p>“What’s funny is after he got it he had a big sigh of relief,” a co-conspirator said in a text message, according to the indictment.</p><p>Beasley borrowed money from Davis, a former teammate, after racking up millions of dollars in gambling losses. His widely reported financial problems include disputes with a Detroit landlord, a Milwaukee barber and a Minnesota dentist. A 2025 lawsuit from a sports marketing agency resulted in a $1 million default judgment against him.</p><p>“There’s a bigger conversation here about the industry, about individuals and institutions that are profiting billions and billions of dollars and fueling the addiction,” Goldman said.</p><p>Beasley has been aware of the investigation for about a year, Assistant U.S. Attorney Benjamin Weintraub said.</p><p>He last played in the NBA for the Detroit Pistons on a one-year, $6 million contract in the 2024-2025 season. He averaged 16 points per game and scored 20 in his last game, a playoff loss to the New York Knicks. He is one of five players in NBA history with more than 300 three-pointers in a season.</p><p>Beasley's release was secured by his parents, actors Michael and Deena Beasley, who joined the arraignment by phone from their home in Georgia. Stone-faced for most of the hourlong proceeding, Beasley laughed at his mother's answer to Magistrate Judge Taryn Merkl's question about how often they talk to each other.</p><p>“I probably call him every day. He might not answer every day,” Deena Beasley said, prompting chuckles in the courtroom. “If I call him six times a week, he'll answer five times.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QBRT2NPDKMKMKM2JEMWZASXKKI.jpg?auth=c542e26f04fd1932f08c3e41bd0b6bcc85a7e6e95888b23adb36b839d4a79b89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA player Malik Beasley arrives outside of Brooklyn federal court, Wednesday, July 1, 2026, in New York. (AP Photo/Heather Khalifa) CORRECTION: name of the photographer corrected to Heather Khalifa instead of Yuki Iwamura]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SYHLKCJWLOOASK7C2WGTWBIONU.jpg?auth=b9ce066b7177aaf7922bb447dcf3f33b37c4abf0aa0144d91222eb0ada1107c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA player Malik Beasley, center, exits Brooklyn federal court, Wednesday, July 1, 2026, in New York. (AP Photo/Heather Khalifa) CORRECTION: name of the photographer corrected to Heather Khalifa instead of Yuki Iwamura]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKKPOBBTCBN4FZZGVDDAFOZG5I.jpg?auth=d4e75a56148e00ee3dc067ffdba3940ab550da321afb2d3efbdbb3d3101eda6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA player Malik Beasley, center, exits Brooklyn federal court, Wednesday, July 1, 2026, in New York. (AP Photo/Heather Khalifa) CORRECTION: name of the photographer corrected to Heather Khalifa instead of Yuki Iwamura]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G4JD263QWQPPZWLTKCL2DX7724.jpg?auth=4b87e5102387674e7a38140ea5f15b2c4eacf3c0fd75ed1f18c8950614b1b6e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA player Malik Beasley arrives outside of Brooklyn federal court, Wednesday, July 1, 2026, in New York. (AP Photo/Heather Khalifa) CORRECTION: name of the photographer corrected to Heather Khalifa instead of Yuki Iwamura]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3XTT5YYU2AB53RR5BT265JTCA.jpg?auth=ee61c688462e27a7a56a474846066d7d3a9f52491ba5c09d379186b186af253c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA player Malik Beasley, center, exits Brooklyn federal court, Wednesday, July 1, 2026, in New York. (AP Photo/Heather Khalifa) CORRECTION: name of the photographer corrected to Heather Khalifa instead of Yuki Iwamura]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[July 1: Chance for afternoon showers and storms]]></title><link>https://www.local10.com/weather/2026/07/01/july-1-chance-for-afternoon-showers-and-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/01/july-1-chance-for-afternoon-showers-and-storms/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A stray shower or two is not completely out of the question for South Florida Wednesday night. Otherwise, Miami-Dade and Broward counties can expect partly cloudy skies and light winds on this first night of July 2026 with low temperatures forecast in the upper 70s.]]></description><pubDate>Wed, 01 Jul 2026 22:34:28 +0000</pubDate><content:encoded><![CDATA[<p>A stray shower or two is not completely out of the question for South Florida Wednesday night. Otherwise, Miami-Dade and Broward counties can expect partly cloudy skies and light winds on this first night of July 2026 with low temperatures forecast in the upper 70s.</p><p>Thursday will feature a sun/cloud mix with the chance for “here/there” showers along the east coast in the morning. As temperatures make a run for the low 90s, showers and storms are expected to develop during the afternoon.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[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><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><media:content url="https://www.local10.com/resizer/v2/HKMDC4PPNZGNRILPYANGYNHDVI.PNG?auth=8119da2e7d89a19ed4807c4bcc3213c6cd35e769fe178153ea8cbeedf9374f9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Bodycam video shows arrest of softball player accused of hitting opponent with bat in Aventura]]></title><link>https://www.local10.com/news/local/2026/07/01/bodycam-video-shows-arrest-of-man-accused-of-hitting-softball-player-with-bat-in-aventura/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/bodycam-video-shows-arrest-of-man-accused-of-hitting-softball-player-with-bat-in-aventura/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Aventura police released new body-worn camera video showing the moments after officers responded to a softball game where they said a man attacked another player with a metal bat last month. ]]></description><pubDate>Wed, 01 Jul 2026 22:08:25 +0000</pubDate><content:encoded><![CDATA[<p>Aventura police released new body-worn camera video showing the moments after officers responded to a softball game where they said a man <a href="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/">attacked another player with a metal bat on Father’s Day. </a></p><p>The incident happened on June 21 during a softball league game at Waterways Park, located at 3310 NE 213th St., according to police.</p><p>Authorities said a verbal argument between teams escalated into a physical altercation, with multiple players pushing and shoving. </p><p>Police said Roberto Araujo, 41, of Allapattah, grabbed a metal bat and hit another player, William Rodriguez, in the back of the head.</p><p>Newly released body camera video shows Aventura officers arriving at the field and speaking with Rodriguez after the alleged attack.</p><p>“I was assaulted,” Rodriguez could be heard telling officers.</p><p>Rodriguez described the moments leading up to the incident, telling police the teams were involved in an exchange before he fell to the ground and was hit.</p><p>“I think he tripped over my feet. We both fell down and he just came around and swinged me in the head with the bat,” Rodriguez said.</p><p>Rodriguez’s aunt, who witnessed the incident, previously told Local 10 News that she saw Araujo swing the bat while her nephew was on the ground.</p><p>“Willie was on the ground, so he just swung as if he was hitting,” she said.</p><p>The aunt was also able to provide police with the suspect’s tag number, which helped investigators locate Araujo.</p><p>The new video shows officers later taking Araujo into custody.</p><p>“Hey bro, listen, just stand up right now. Turn around, put your hands behind your back,” an officer said.</p><p>“For what?” Araujo responded.</p><p>Police said Araujo initially fled the scene after the alleged attack.</p><p>Rodriguez told officers the teams had a history of aggression in the league before Araujo realized he was going to jail.</p><p>“I’m being detained or I’m being arrested?” Araujo asked the officer in the video.</p><p>The incident led to Araujo’s arrest on a charge of aggravated battery with a deadly weapon.</p><p>Rodriguez’s aunt said she believes the charge is justified.</p><p>“I think he deserves to be in jail because he almost killed someone,” she said.</p><p>Araujo has since been released from jail, but he is still facing the felony charge.</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[Entran en vigor más de 130 nuevas leyes en Florida. Aquí un vistazo a 16 de ellas.]]></title><link>https://www.local10.com/espanol/2026/07/01/entran-en-vigor-mas-de-130-nuevas-leyes-en-florida-aqui-un-vistazo-a-16-de-ellas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/entran-en-vigor-mas-de-130-nuevas-leyes-en-florida-aqui-un-vistazo-a-16-de-ellas/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El gobernador de Florida, Ron DeSantis, ha promulgado alrededor de 220 proyectos de ley este año, y más de la mitad entró en vigor el miércoles.]]></description><pubDate>Wed, 01 Jul 2026 22:10:52 +0000</pubDate><content:encoded><![CDATA[<p>El gobernador de Florida, Ron DeSantis, ha promulgado cerca de 220 leyes este año, y más de la mitad entraron en vigor el miércoles.</p><p>La lista de más de 130 nuevas leyes de Florida incluye legislación para cambiar el nombre de un aeropuerto y una autopista en honor al presidente Donald Trump.</p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/919" rel="" title="https://www.flsenate.gov/Session/Bill/2026/919"><b>de Aeropuertos de Servicio Comercial</b></a> cambia el nombre del Aeropuerto Internacional de Palm Beach a Aeropuerto Internacional Presidente Donald J. Trump.</p><figure><img src="https://www.local10.com/resizer/v2/3BJKCBYT24YBT4JTPYZ3VKWWGA.jpg?auth=3f3f062b77ee7253bf80f766b355a215ec3a9f67749b35205b3d53e9969ec350&smart=true&width=1200&height=900" alt="President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)" height="900" width="1200"/><figcaption>President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)</figcaption></figure><p><a href="https://www.flsenate.gov/Session/Bill/2026/919" rel="" title="https://www.flsenate.gov/Session/Bill/2026/919"></a></p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/628" rel="" title="https://www.flsenate.gov/Session/Bill/2026/628"><b>de Designación de Vías de Transporte</b></a> define la nueva Autopista Presidente Donald J. Trump como la Carretera Estatal 870, desde la Carretera Estatal A1A o South Ocean Boulevard en el Condado de Palm Beach, continuando hacia el oeste a través de los condados de Hendry y Lee, y Commercial Boulevard en el Condado de Broward. También designa una parte de la Carretera Estatal 985, o Southwest 107th Avenue, en el Condado de Miami-Dade como la Avenida Conmemorativa Charlie Kirk.</p><p><b>MÁS LEYES NUEVAS</b></p><p>La lista también incluía legislación relacionada con organizaciones terroristas, el medio ambiente, las nuevas tecnologías, la educación y la seguridad.</p><h3><b>Terrorismo</b></h3><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/905" rel="" title="https://www.flsenate.gov/Session/Bill/2026/905"><b>de Influencia Extranjera</b></a><b> </b>limita los vínculos con “países extranjeros que suscitan preocupación”, amplía las sanciones penales relacionadas con “organizaciones terroristas extranjeras” y prohíbe los acuerdos de adopción preestablecidos o los contratos de gestación subrogada que involucren a “países que suscitan preocupación”.</p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/1471" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1471"><b>sobre sistemas jurídicos y organizaciones terroristas</b></a> permite al jefe de seguridad nacional del Departamento de Aplicación de la Ley de Florida designar a las “organizaciones terroristas”.</p><h3><b>Seguridad pública</b></h3><figure><img src="https://www.local10.com/resizer/v2/CXNX74HOMZGGLGEZVZ32RVIXPA.jpg?auth=42af682475f290ec63b2321cca5bc2b6d087e9de50861c5351f4d4c303d32c0e&smart=true&width=1200&height=900" alt="Five-year-old Melissa "Missy" Mogle died on May 19, 2025,  in Tallahassee. Her mother, Chloe Spencer, and stepfather, Daniel Spencer,  who was free on bond for another case, faced charges for her abuse and murder." height="900" width="1200"/><figcaption>Five-year-old Melissa "Missy" Mogle died on May 19, 2025,  in Tallahassee. Her mother, Chloe Spencer, and stepfather, Daniel Spencer,  who was free on bond for another case, faced charges for her abuse and murder.</figcaption></figure><p>La nueva ley <a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/445" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/445"><b>de Delitos Peligrosos</b></a><a href="https://www.myfloridalegal.com/newsrelease/attorney-general-james-uthmeier-proposes-missys-law-after-brutal-murder-tallahassee" rel="" title="https://www.myfloridalegal.com/newsrelease/attorney-general-james-uthmeier-proposes-missys-law-after-brutal-murder-tallahassee"> , más conocida como la Ley de Missy en honor a Missy Mogle</a> , la niña de 5 años víctima de asesinato , incluye “cualquier violación relacionada con la pornografía infantil o la explotación infantil” y exige la detención preventiva independientemente de la declaración del acusado.</p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/1159" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1159"><b>sobre delitos sexuales</b></a> revisa las penas mínimas obligatorias para los delincuentes sexuales condenados y aumenta las sanciones por solicitar, poseer, controlar o ver y crear intencionadamente material de abuso sexual infantil a sabiendas.<a href="https://www.flsenate.gov/Session/Bill/2026/1159" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1159"></a></p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/35" rel="" title="https://www.flsenate.gov/Session/Bill/2026/35"><b>de Designación de Infractores Habituales de Tráfico</b></a> , más conocida como la Ley de Isaías, crea una nueva categoría para los conductores que acumulan tres o más condenas por conducir sin una licencia válida en un plazo de cinco años.</p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/35" rel="" title="https://www.flsenate.gov/Session/Bill/2026/35"><b>sobre violencia doméstica y órdenes de protección</b></a> reclasifica las penas por cometer un delito de violencia doméstica si una persona tiene una condena previa por violencia doméstica.</p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/428" rel="" title="https://www.flsenate.gov/Session/Bill/2026/428"><b>de prevención de ahogamientos</b></a> amplía el programa de vales para clases de natación y ordena al Departamento de Salud de Florida que desarrolle materiales educativos.<a href="https://www.flsenate.gov/Session/Bill/2026/428" rel="" title="https://www.flsenate.gov/Session/Bill/2026/428"></a></p><h3><b>Educación</b></h3><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/824" rel="" title="https://www.flsenate.gov/Session/Bill/2026/824"><b>sobre bienes inmuebles sin urbanizar de los distritos escolares</b></a> exige un inventario anual de propiedades sin urbanizar o baldías para el Departamento de Educación de Florida. Si no se llega a un acuerdo antes del 1 de julio de 2027, la ley obliga a los distritos a ofrecer dichas propiedades a las escuelas autónomas.<a href="https://www.flsenate.gov/Session/Bill/2026/824" rel="" title="https://www.flsenate.gov/Session/Bill/2026/824"></a></p><p>La nueva ley <a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178"><b>de Atletismo en las Escuelas Públicas K-12</b></a> permite a los entrenadores deportivos de las escuelas secundarias realizar contribuciones personales de hasta 15.000 dólares anuales para ayudar a sufragar los gastos de transporte, alimentación y recuperación de sus jugadores.<a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178"></a></p><h3><b>Ambiente</b></h3><p>La nueva ley sobre <a href="https://www.flsenate.gov/Session/Bill/2026/1217" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1217"><b>políticas gubernamentales prohibidas que regulan las emisiones de gases de efecto invernadero</b></a> prohíbe las políticas de emisiones de gases de efecto invernadero de “cero neto”.<a href="https://www.flsenate.gov/Session/Bill/2026/1217" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1217"></a></p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/1019" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1019"><b>sobre sustancias perfluoroalquiladas y polifluoroalquiladas</b></a> ordena al Departamento de Protección Ambiental de Florida que regule la espuma formadora de película acuosa, o AFFF, que se utiliza para la extinción de incendios.<a href="https://www.flsenate.gov/Session/Bill/2026/1019" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1019"></a></p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/302" rel="" title="https://www.flsenate.gov/Session/Bill/2026/302"><b>de resiliencia costera</b></a><b> </b>prohíbe las operaciones de cruceros y el dragado o relleno dentro de la Reserva Acuática Terra Ceia, cerca del condado de Manatee, y ordena al Departamento de Protección Ambiental (DEP) que emita nuevos procesos de permisos antes del 1 de enero.</p><h3><b>Nueva tecnología</b></h3><p>La nueva ley <a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/1093" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/1093"><b>de vertipuertos</b></a> permite al Departamento de Transporte de Florida financiar el 100% del costo de los proyectos en vertipuertos públicos que no cuenten con fondos federales y el 80% cuando sí los haya.</p><p>La nueva ley <a href="https://www.flsenate.gov/Session/Bill/2026/484" rel="" title="https://www.flsenate.gov/Session/Bill/2026/484"><b>de centros de datos</b></a><b> </b>otorga a los gobiernos locales un mayor control sobre la planificación y el desarrollo urbanístico de los centros de datos a gran escala, y prohíbe que se trasladen los costes de los servicios públicos a los residentes o a las pequeñas empresas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKNVC5WO6BF2PA654PZ77FRWYY.jpg?auth=1edc99aa08062df4edf89c8435806ee0618dcd4d1d925ce9f7b37d726e6d9943&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[More than 130 new Florida laws go into effect. Here is a look at 16: ]]></title><link>https://www.local10.com/news/2026/07/01/more-than-130-new-florida-laws-go-into-effect-today-here-is-a-look-at-16/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/more-than-130-new-florida-laws-go-into-effect-today-here-is-a-look-at-16/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Florida Gov. Ron DeSantis has signed about 220 bills into law this year, and more than half went into effect on Wednesday. ]]></description><pubDate>Wed, 01 Jul 2026 17:42:58 +0000</pubDate><content:encoded><![CDATA[<p>Florida Gov. Ron DeSantis has signed about 220 bills into law this year, and more than half went into effect on Wednesday. </p><p><a href="https://www.local10.com/espanol/2026/07/01/entran-en-vigor-mas-de-130-nuevas-leyes-en-florida-aqui-un-vistazo-a-16-de-ellas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/entran-en-vigor-mas-de-130-nuevas-leyes-en-florida-aqui-un-vistazo-a-16-de-ellas/">Leer en españo</a>l</p><p>The list of more than 130 new Florida laws includes legislation to rename an airport and a highway after President Donald Trump. </p><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/919" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/919"><b>Commercial Service Airports</b></a><b> </b>law<b> </b>renames the Palm Beach International Airport to the President Donald J. Trump International Airport.</p><figure><img src="https://www.local10.com/resizer/v2/3BJKCBYT24YBT4JTPYZ3VKWWGA.jpg?auth=3f3f062b77ee7253bf80f766b355a215ec3a9f67749b35205b3d53e9969ec350&smart=true&width=1200&height=900" alt="President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)" height="900" width="1200"/><figcaption>President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)</figcaption></figure><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/628" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/628"><b>Transportation Facility Designations</b></a> law defined the new President Donald J. Trump Highway as State Road 870, from State Road A1A or South Ocean Boulevard in Palm Beach County, continuing westward through Hendry and Lee counties, and Commercial Boulevard in Broward County. It also designates a portion of State Road 985, or Southwest 107th Avenue, in Miami-Dade County as the Charlie Kirk Memorial Avenue.</p><p><b>MORE NEW LAWS</b></p><p>The list also included legislation related to terrorist organizations, the environment, new technology, education, and safety. </p><h3><b>Terrorism </b></h3><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/905" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/905"><b>Foreign Influence</b></a><b> </b>law limits ties with “foreign countries of concern,” expands criminal penalties related to “foreign terrorist organizations,” and bans pre-planned adoption agreements or surrogate contracts involving “countries of concern.” </p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/1471" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1471"><b>Systems of Law and Terrorist Organizations</b></a> law allows the Florida Department of Law Enforcement’s chief of domestic security to designate “terrorist organizations.” </p><h3><b>Public safety </b></h3><figure><img src="https://www.local10.com/resizer/v2/CXNX74HOMZGGLGEZVZ32RVIXPA.jpg?auth=42af682475f290ec63b2321cca5bc2b6d087e9de50861c5351f4d4c303d32c0e&smart=true&width=1200&height=900" alt="Five-year-old Melissa "Missy" Mogle died on May 19, 2025,  in Tallahassee. Her mother, Chloe Spencer, and stepfather, Daniel Spencer,  who was free on bond for another case, faced charges for her abuse and murder." height="900" width="1200"/><figcaption>Five-year-old Melissa "Missy" Mogle died on May 19, 2025,  in Tallahassee. Her mother, Chloe Spencer, and stepfather, Daniel Spencer,  who was free on bond for another case, faced charges for her abuse and murder.</figcaption></figure><p>The new <a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/445" target="_self" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/445"><b>Dangerous Crimes</b></a> law, better known as Missy’s Law after 5-year-old murder victim <a href="https://www.myfloridalegal.com/newsrelease/attorney-general-james-uthmeier-proposes-missys-law-after-brutal-murder-tallahassee" target="_self" rel="" title="https://www.myfloridalegal.com/newsrelease/attorney-general-james-uthmeier-proposes-missys-law-after-brutal-murder-tallahassee">Missy Mogle</a>, includes “any violation related to computer pornography or child exploitation” and requires pre-trial detention regardless of the defendant’s plea. </p><p>The new<a href="https://www.flsenate.gov/Session/Bill/2026/1159" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1159"> <b>Sexual Offenses</b></a> law revises mandatory minimum sentences for convicted sex offenders, and increases penalties for knowingly soliciting, possessing, controlling, or intentionally viewing and creating child sexual abuse material.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/35" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/35"><b>Habitual Traffic Offender Designation</b></a> law, better known as Isaiah’s Law, creates a new designation for drivers who get three or more convictions of driving without a valid license within five years.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/35" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/35"><b>Domestic Violence and Protective Injunctions</b></a> law reclassifies penalties for committing a domestic violence offense if a person has a prior conviction for domestic violence.</p><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/428" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/428"><b>Drowning Prevention</b></a><b> </b>law expands the Swimming Lesson Voucher Program and directs the Florida Department of Health to develop educational materials.</p><h3><b>Education</b></h3><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/824" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/824"><b>School District Unimproved Real Property</b></a><b> </b>law<b> </b>requires an annual inventory of “unimproved” or vacant property for the Florida Department of Education. Without an agreement by July 1, 2027, the law requires districts to offer such properties to charter schools.</p><p>The new<b> </b><a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178" target="_self" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178"><b>Athletics in Public K-12</b></a><b> </b>law allows athletic coaches in high schools to make personal contributions of up to $15,000 annually to help support their players’ transportation, food, and recovery. </p><h3><b>Environment</b></h3><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/1217" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1217"><b>Prohibited Governmental Policies Regulating Greenhouse Gas Emissions</b></a><b> </b>law<b> </b>bans “net-zero” greenhouse gas emission policies.</p><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/1019" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1019"><b>Perfluoroalkyl and Polyfluoroalkyl Substances</b></a><b> </b>law directs the Florida Department of Environmental Protection to regulate Aqueous Film-Forming Foam, or AFFF, which is used for fire suppression.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/302" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/302"><b>Coastal Resiliency</b></a><b> </b>law bans cruise ship operations and dredging or filling within the Terra Ceia Aquatic Preserve near Manatee County, and it directs DEP to issue new permitting processes by Jan. 1. </p><h3><b>New tech</b></h3><p>The new <a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/1093" target="_self" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/1093"><b>Vertiports</b></a> law allows the Florida Department of Transportation to fund 100% of the cost of projects at public vertiports that don’t have federal funds and 80% when federal funds are available.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/484" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/484"><b>Data Centers</b></a><b> </b>law empowers local governments with more control over the planning and land development of large-scale data centers, and it prohibits passing on the utility costs to residents or small businesses. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKNVC5WO6BF2PA654PZ77FRWYY.jpg?auth=1edc99aa08062df4edf89c8435806ee0618dcd4d1d925ce9f7b37d726e6d9943&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward deputies arrest disbarred lawyer accused of defrauding clients ]]></title><link>https://www.local10.com/news/local/2026/07/01/broward-deputies-arrest-disbarred-lawyer-accused-of-defrauding-clients/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/broward-deputies-arrest-disbarred-lawyer-accused-of-defrauding-clients/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Todd J. Herman hadn’t been eligible to practice law in Florida for about nine months when he was arrested for crimes that he had allegedly committed while working as a personal injury attorney in Broward County. ]]></description><pubDate>Wed, 01 Jul 2026 21:49:18 +0000</pubDate><content:encoded><![CDATA[<p>Todd J. Herman hadn’t been eligible to practice law in Florida for about nine months when deputies arrested him in Broward County. </p><p>Herman, 42, misappropriated more than $100,000 from 2022 to 2025, according to a Broward Sheriff’s Office detective’s request for an arrest warrant. </p><p>Herman was admitted to the Florida Bar in 2010. He was a personal injury attorney based in Fort Lauderdale when a few of his clients accused him of withholding settlement funds in civil court in Miami-Dade and Broward counties, according to court records. </p><p>The Florida Bar temporarily suspended Herman <a href="https://www.floridabar.org/public/acap/disc-docs/?icn=202450062&amp;member=87252" target="_self" rel="" title="https://www.floridabar.org/public/acap/disc-docs/?icn=202450062&amp;member=87252">on Oct. 6, 2023</a>, and <a href="https://www.floridabar.org/public/acap/disc-docs/?icn=202450605&amp;member=87252" target="_self" rel="" title="https://www.floridabar.org/public/acap/disc-docs/?icn=202450605&amp;member=87252">on July 29, 2024</a>, before disbarring him <a href="https://www.floridabar.org/public/acap/disc-docs/?icn=202350232&amp;member=87252" target="_self" rel="" title="https://www.floridabar.org/public/acap/disc-docs/?icn=202350232&amp;member=87252">on Sept. 25, 2025</a>, records show. </p><p>A judge signed the warrant for Herman’s arrest on Thursday. After deputies arrested him, corrections booked him on Tuesday at the Broward County Main Jail in Fort Lauderdale, records show.</p><p>Herman appeared in bond court on Wednesday morning. He faced charges of obtaining property by fraud, money laundering, financial structure violation, and the misapplication of an insurance premium. His bond was $200,000. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3IQIJFOHO5BSBHNZXTQJKLOVVU.jpg?auth=0318085af3ed69ddad74e27c127e54c3ad04fcf386a78d6dc07c50a44aee4fa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Todd J. Herman on Tuesday at the Broward County Main Jail in Fort Lauderdale and he appeared in court on Wednesday morning.]]></media:description></media:content></item><item><title><![CDATA[Ohio judge to make ruling next week in lawsuit against NCAA regarding age-eligibility rule]]></title><link>https://www.local10.com/sports/2026/07/01/ohio-judge-to-make-ruling-next-week-in-lawsuit-against-ncaa-regarding-age-eligibility-rule/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/ohio-judge-to-make-ruling-next-week-in-lawsuit-against-ncaa-regarding-age-eligibility-rule/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CINCINNATI (AP) — An Ohio judge will make a ruling next week on a preliminary injunction request from 24 men's and women's college basketball players suing the NCAA, claiming the new age-based model unfairly shuts them out of further competition.]]></description><pubDate>Wed, 01 Jul 2026 21:54:40 +0000</pubDate><content:encoded><![CDATA[<p>CINCINNATI (AP) — An Ohio judge will make a ruling next week on a preliminary injunction request from 24 men's and women's college basketball players suing the NCAA, claiming the new age-based model unfairly shuts them out of further competition.</p><p>Judge Christopher Wagner, who previously denied a temporary restraining order hours after the lawsuit was filed, said Wednesday during a hearing that his written order will be made on July 9.</p><p>The lawsuit was filed shortly after the NCAA Division I Cabinet approved a monumental change in eligibility rules last month.</p><p>“When each plaintiff completed their fourth season of competition during the 2025-26 academic year, they had every reason to know it was the end of the line and time to make way for the next generation of college athletes,” the NCAA wrote in a filing.</p><p>The plaintiffs are seeking to be eligible to play a fifth year during the upcoming season, representing athletes who graduated from high school in 2022 and began their college sports careers that fall and never redshirted.</p><p>“Each plaintiff was harmed each time he or she competed in a basketball game against a fifth or sixth-year player without being offered the same opportunity to compete in a fifth season themselves,” attorney Ryan Downton wrote in a filing.</p><p>The NCAA now allows athletes five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.</p><p>The move will all but eliminate waivers or redshirt years for extended eligibility except for religious missions, pregnancy or active-duty military service. Extensions will no longer be considered for athletes who are injured.</p><p>Athletes whose eligibility expired by spring 2026 under the traditional model — four years of competition over five years — will not be allowed a fifth year of competition under the new rules that go into effect this fall.</p><p>Similar lawsuits are being filed in other states.</p><p>The Division I Cabinet has said in a statement posted on X that it was aware of legal action challenging its decision and that “we do not intend to change course.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6OY4RG6DFOXL6ZILPS6TNYXOQY.jpg?auth=9a0b4ea24e6f8e7b06014dbc380f76f027e2a735610d87ef80488ad4fd20edec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo taken with a fisheye lens shows the NCAA logo displayed at mid-court before Albany's practice for a second-round game of the NCAA college basketball tournament March 21, 2013, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Niegan fianza a sospechoso acusado de apuñalar mortalmente a dos hombres en Lauderhill]]></title><link>https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/</guid><dc:creator><![CDATA[Jeff  Derderian , Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Un hombre de 26 años permanece detenido sin derecho a fianza después de que los fiscales informaran que apuñaló mortalmente a dos hombres durante un ataque ocurrido el martes por la mañana en un complejo de apartamentos de Lauderhill.]]></description><pubDate>Wed, 01 Jul 2026 16:43:45 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 26 años permanece detenido sin derecho a fianza después de que los fiscales informaran que apuñaló mortalmente a dos hombres <a href="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/">durante un ataque en un complejo de apartamentos de Lauderhill y agredió a una tercera persona el martes por la mañana</a>.</p><p>Gregory DaSilva compareció este miércoles por la mañana ante un tribunal de fianzas de Broward, donde un juez ordenó que permanezca detenido sin derecho a fianza por dos cargos de asesinato premeditado.</p><p>Los registros de la cárcel muestran que también enfrenta un cargo de agresión agravada con un arma mortal.</p><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 informaron que inicialmente un agente fue abordado por un hombre que denunció que una persona armada con un cuchillo había intentado atacarlo.</p><p>Luego, los agentes localizaron a un sospechoso que coincidía con la descripción, pero la Policía indicó que este huyó hacia un vecindario residencial cercano.</p><p>Mientras los agentes registraban el área, 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 informó 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, un hombre de unos 20 años, estaba leyendo una Biblia momentos antes de ser atacado. También dijeron que la segunda víctima utilizaba una silla de ruedas y no pudo escapar.</p><p>“Cuando entré, tenía sangre por todo el estómago, las orejas y la nariz”, dijo un vecino.</p><p>Las autoridades no han identificado un motivo para los homicidios y los investigadores no han informado si DaSilva conocía a alguna de las víctimas.</p><p>Tras el ataque, agentes de Policía y de varias agencias, incluida la Oficina del Sheriff de Broward y el Departamento de Policía de Sunrise, participaron en la búsqueda. Una unidad K-9 finalmente localizó a DaSilva, quien fue arrestado sin que se registraran más incidentes, informaron las autoridades.</p><p>La violencia provocó el cierre preventivo del Broward County Boys &amp; Girls Club, ubicado frente al complejo de apartamentos, donde había más de 200 niños en ese momento, según la Policía.</p><p>“Lo primero y más importante es asegurarnos de que los niños estén a salvo, cerrar todas las puertas, garantizar que nadie pueda entrar o salir y verificar que todos los niños estén presentes”, dijo Chris Gentile, director ejecutivo del Broward County Boys &amp; Girls Club.</p><p>Además de ordenar que DaSilva permanezca detenido sin derecho a fianza por los cargos de asesinato, el juez fijó una fianza de $15,000 USD por el cargo de agresión agravada.</p><p>El juez también ordenó que DaSilva no tenga contacto con la víctima sobreviviente, le prohibió poseer armas y ordenó que se le practique una evaluación de salud mental.</p><p>Las autoridades informaron que la investigación continúa y exhortaron a cualquier persona con información a llamar a Broward Crime Stoppers al 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Massachusetts man assaults woman, 62, at Aventura bus stop for refusing sex, cops say]]></title><link>https://www.local10.com/news/local/2026/07/01/massachusetts-man-assaults-woman-62-at-aventura-bus-stop-for-refusing-sex-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/massachusetts-man-assaults-woman-62-at-aventura-bus-stop-for-refusing-sex-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Massachusetts man has been arrested months after police said he punched a 62-year-old woman in the face at an Aventura bus depot earlier this year. ]]></description><pubDate>Wed, 01 Jul 2026 20:41:12 +0000</pubDate><content:encoded><![CDATA[<p>A man from the Boston area has been arrested months after police said he punched a 62-year-old woman in the face at an Aventura bus depot earlier this year. </p><p><a href="https://www.local10.com/espanol/2026/07/01/acusan-a-hombre-de-massachusetts-de-agredir-a-mujer-de-62-anos-en-parada-de-autobus-de-aventura-por-negarse-a-tener-relaciones-sexuales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/acusan-a-hombre-de-massachusetts-de-agredir-a-mujer-de-62-anos-en-parada-de-autobus-de-aventura-por-negarse-a-tener-relaciones-sexuales/">Leer en español</a></p><p>According to an arrest report, the Aventura Police Department arrested Wetsmy Louicius, 25, of Lynn, Massachusetts, on a charge of aggravated battery.</p><p>Police said the attack happened on Feb. 4 at the Aventura Mall Transit Bus Depot, located at 19501 Biscayne Blvd.</p><p>According to the report, officers arrived to find the victim sitting on a bus bench surrounded by Aventura Mall security personnel, holding paper towels to her face as they observed “a significant amount of blood on the ground.” </p><p>The report states she was taken by Miami-Dade Fire Rescue medics to HCA Florida Aventura Hospital as a trauma alert.</p><p>Medical staff later determined the woman had multiple facial fractures and were concerned about her airway, according to the report.</p><p>Police said the victim told hospital staff on Feb. 6 that she was waiting for a bus when Louicius, who was sitting next to her, asked if she wanted to have sex. They said after she replied “no,” he “punched her in the face without warning,” according to the report. </p><p>Investigators reviewed surveillance video from the bus depot, which they said showed Louicius sitting beside the woman before she stood near the curb to look for an approaching bus. </p><p>Police said the video shows Louicius punching her, which caused her to fall off the curb into the roadway before fleeing on foot.</p><p>Detectives said they tracked Louicius using surveillance footage from nearby businesses, including a Citibank branch, a Total Wine store and a Marathon gas station, where they obtained a clear image of his face.</p><p>Authorities said detectives with the New Jersey Transit Police Department also identified Louicius from surveillance images and advised Aventura detectives that the Boston Police Department also had probable cause to arrest him in “similar” incidents.</p><p>Investigators said Louicius has also been linked to other alleged attacks. According to <a href="https://www.wcvb.com/article/suspect-who-attacked-3-women-back-bay-station-arrested/42310213" target="_self" rel="" title="https://www.wcvb.com/article/suspect-who-attacked-3-women-back-bay-station-arrested/42310213">WCVB in Boston</a>, he was arrested in December 2022 after Boston police accused him of assaulting three women near the Back Bay MBTA station.</p><p>As of Tuesday, he was being held at the Turner Guilford Knight Correctional Center after being transferred from Broward County, where his bond was 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><media:content url="https://www.local10.com/resizer/v2/Y662TW3OTZFWFN2K4KJOH7ROYA.jpg?auth=6e55d74435fb5f0389b389597986d09e26330c0c7358f336aafc93ccfb9b4a64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[No bond for suspect accused of fatally stabbing 2 men in Lauderhill]]></title><link>https://www.local10.com/news/local/2026/07/01/no-bond-for-suspect-accused-of-fatally-stabbing-2-men-in-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/no-bond-for-suspect-accused-of-fatally-stabbing-2-men-in-lauderhill/</guid><dc:creator><![CDATA[Jeff  Derderian , Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[A 26-year-old man is being held without bond after prosecutors say he fatally stabbed two men during an attack at a Lauderhill apartment complex Tuesday morning.]]></description><pubDate>Wed, 01 Jul 2026 16:26:58 +0000</pubDate><content:encoded><![CDATA[<p>A 26-year-old man is being held without bond after prosecutors say he fatally stabbed two men during an <a href="https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/">attack at a Lauderhill apartment complex, and assaulted a third person Tuesday morning.</a></p><p><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/">Leer en español</a></p><p>Gregory DaSilva appeared in Broward bond court Wednesday morning, where a judge ordered him held without bond on two counts of premeditated murder. </p><p>Jail records show he is also facing one count of aggravated assault with a deadly weapon.</p><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, a man in his 20s, had been reading a Bible moments before he was attacked. Neighbors also said the second victim used a wheelchair and was unable to escape.</p><p>“When I came inside, (he) got blood all over his stomach, ears and nose,” one neighbor said.</p><p>A man named Nelson, who lives nearby, described his neighbor who was allegedly attacked in the wheelchair as a “good man” who “doesn’t give trouble” to anybody. </p><p>Authorities have not identified a motive for the killings, and investigators have not said whether DaSilva knew either victim.</p><p>Following the attack, police officers and deputies from multiple agencies, including the Broward Sheriff’s Office and Sunrise Police Department, joined the search. A K-9 unit eventually located DaSilva, who was taken into custody without further incident, authorities said.</p><p>The violence prompted a lockdown at the Broward County Boys &amp; Girls Club located across the street from the apartment complex, where more than 200 children were inside at the time, according to police. </p><p>“The first and foremost thing is to make sure the kids are safe and that we lock down all the doors, make sure no one can get in or out, and we are accounting for all the kids,” said Chris Gentile, CEO of the Broward County Boys &amp; Girls Club. </p><p>In addition to ordering DaSilva held without bond on the murder charges, the judge imposed a $15,000 bond on the aggravated assault charge. </p><p>The judge also ordered that DaSilva have no contact with the surviving victim, prohibited him from possessing any weapons, and ordered a mental health screening.</p><p>Authorities said the investigation is ongoing, and anyone with information is urged to call Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Panthers lose fan favorite Sergei Bobrovsky to Maple Leafs ]]></title><link>https://www.local10.com/sports/local/2026/07/01/panthers-lose-fan-favorite-sergei-bobrovsky-to-maple-leafs-reports-say/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/panthers-lose-fan-favorite-sergei-bobrovsky-to-maple-leafs-reports-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Florida Panthers are reportedly losing a fan favorite in net. ]]></description><pubDate>Wed, 01 Jul 2026 18:53:42 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers are losing a fan favorite in net. </p><p><a href="https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/">Leer en español</a></p><p>Veteran goaltender Sergei Bobrovsky has signed with the Toronto Maple Leafs, the team confirmed. </p><p>Bobrovsky agreed to a three-year, $21 million contract with Toronto, ESPN’s <a href="https://x.com/KevinWeekes/status/2072379990901985623" target="_self" rel="" title="https://x.com/KevinWeekes/status/2072379990901985623">Kevin Weekes</a> and SportsNet’s <a href="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/" target="_self" rel="" title="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/">Elliotte Friedman</a> confirmed Wednesday. </p><p>Bobrovsky spent seven seasons with the Panthers, helping the franchise win back-to-back Stanley Cups while becoming one of the most beloved players in team history. </p><p>“A sincere thank you to Sergei Bobrovsky for everything that he’s done for the organization,” said Panthers general manager Bill Zito. “Not just on the ice, but his contribution in the community, but there’s a lot of things that he did that aren’t public. A thank you to Bob.” </p><p>The two-time Vezina Trophy winner also helped Florida eliminate Toronto in the playoffs twice over the last four seasons.</p><p>The move comes after a difficult 2025-26 season for Bobrovsky, who finished with a .877 save percentage, the worst mark of his Panthers career.</p><p>Toronto added the 37-year-old after trading goalie Joseph Woll to the Philadelphia Flyers. </p><p>Bobrovsky’s reported departure comes shortly after the Panthers announced an eight-year contract extension for forward <a href="https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/">Eetu Luostarinen and the signing of veteran defenseman Radko Gudas</a>, who played for the Panthers from 2020-2023. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X43YF4OCZBUEWFX5LYURFYP7SE.jpg?auth=13e4acfabdaac04461e928520f13d172ea343d9a8217518cb8b5daab81e5cf15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Panthers goaltender Sergei Bobrovsky lifts the Stanley Cup after defeating the Edmonton Oilers in Game 6 of the NHL hockey Stanley Cup Final June 17, 2025, in Sunrise, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Challengers score victories in lawsuit against Arkansas' restrictions on citizen ballot initiatives]]></title><link>https://www.local10.com/news/politics/2026/07/01/challengers-score-victories-in-lawsuit-against-arkansas-restrictions-on-citizen-ballot-initiatives/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/challengers-score-victories-in-lawsuit-against-arkansas-restrictions-on-citizen-ballot-initiatives/</guid><dc:creator><![CDATA[By MARC LEVY, Associated Press]]></dc:creator><description><![CDATA[A federal judge in Arkansas has thrown out a handful of state laws that put extra restrictions on citizen efforts to gather signatures for ballot initiatives, agreeing with challengers that they violated the constitutional free speech rights of voters.]]></description><pubDate>Wed, 01 Jul 2026 22:27:13 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge in Arkansas has thrown out a handful of state laws that put extra restrictions on citizen efforts to gather signatures for ballot initiatives, agreeing with challengers that they violated the constitutional free speech rights of voters.</p><p>The decision handed several victories to the League of Women Voters of Arkansas and other plaintiffs, which sued last year amid efforts in various states to make it harder for regular citizens to make laws or amend their states’ constitution through ballot initiatives.</p><p>One such measure required someone signing a petition to show photo ID. That and other additional ballot-initiative restrictions were imposed by Arkansas’ GOP-controlled state government after election officials cited a legal technicality to reject petitions submitted by abortion rights supporters in a 2024 effort to legalize abortion in the conservative state.</p><p>One of the plaintiffs, Protect AR Rights, called the decision an “important victory for the people of Arkansas and their constitutional right to direct democracy."</p><p>The decision, issued Tuesday by U.S. District Judge Timothy Brooks, also rejected some challenges by the league and its fellow plaintiffs, while Brooks sent three other disputes to trial.</p><p>The defendant, Arkansas Secretary of State Cole Jester, a Republican who had defended the laws in court, said in a statement that his office plans to appeal Brooks' decision and “will fight tirelessly for common sense safeguards like voter ID.”</p><p>Among the laws Brooks struck down are 2025 measures requiring canvassers to verify a petition signers' identity through a photo ID and to read the ballot question aloud or require a petition signer to read the entire ballot question before signing it. The ballot questions are often hundreds of words long.</p><p>Requiring a petition signer to possess and present a photo ID “before engaging in core political speech” plainly violates free speech laws, Brooks wrote, and noted that the Arkansas secretary of state's office reviews every signature to confirm that the petition signer is a registered voter.</p><p>The ID requirement regulates what a registered voter “must do before signing a petition and what a canvasser must do before allowing them to,” Brooks wrote. “This impedes supporters of a measure from expressing their views by signing a petition.”</p><p>State officials had contended that requiring a reading of the ballot question before anyone can sign a petition was necessary to prevent a canvasser from misrepresenting the ballot question.</p><p>But Brooks wrote that the state had refused to prosecute reported cases of such canvasser misconduct, and that it should enforce its existing laws before it chose a more restrictive alternative of “imposing burdensome speech codes on good and bad actors alike.”</p><p>Twenty-three states and Washington, D.C., allow citizen-initiated ballot measures, according to the nonprofit Ballot Initiative Strategy Center.</p><p>In March, the center reported that it had found a “sharp escalation” by lawmakers in both the number and severity of anti-democratic attacks on the ballot measure process over the past several election cycles.</p><p>Sponsors of such efforts, it wrote, framed them as steps to improve election integrity, administrative efficiency or voter protection.</p><p>One of the most common methods is making it harder for initiatives to qualify for the ballot by placing restrictions on where, when and how signatures are collected, it wrote.</p><p>It singled out efforts in Arizona, Arkansas, Idaho, Missouri, North Dakota, Ohio and Oklahoma.</p><p>Another common method of restricting ballot initiatives, it said, is requiring a larger majority of voters, rather than a simple majority, to approve a referendum, thus making it harder to pass. It cited efforts in Arizona, Florida, Missouri, North Dakota and Ohio.</p><p>___</p><p>Follow Marc Levy at http://twitter.com/timelywriter</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UEQLZHMK73GVCRALGSJCPTR2KI.jpg?auth=280cdda412d3b73773cacd41a0ef1311e90068cafa2ca1d37ac083e99bc9d5ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boxes containing signatures supporting a proposed ballot measure to scale back Arkansas' abortion ban are delivered to a room in the state Capitol, July 5, 2024, in Little Rock, Ark. (AP Photo/Andrew DeMillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew DeMillo</media:credit></media:content></item><item><title><![CDATA[Acusan a hombre de Massachusetts de agredir a mujer de 62 años en parada de autobús de Aventura por negarse a tener relaciones sexuales]]></title><link>https://www.local10.com/espanol/2026/07/01/acusan-a-hombre-de-massachusetts-de-agredir-a-mujer-de-62-anos-en-parada-de-autobus-de-aventura-por-negarse-a-tener-relaciones-sexuales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/acusan-a-hombre-de-massachusetts-de-agredir-a-mujer-de-62-anos-en-parada-de-autobus-de-aventura-por-negarse-a-tener-relaciones-sexuales/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Massachusetts fue arrestado meses después de que la Policía informara que golpeó en el rostro a una mujer de 62 años en una terminal de autobuses de Aventura a principios de este año.]]></description><pubDate>Wed, 01 Jul 2026 21:00:41 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del área de Boston fue arrestado meses después de que la Policía informara que golpeó en el rostro a una mujer de 62 años en una terminal de autobuses de Aventura a principios de este año.</p><p>Según el informe de arresto, el Departamento de Policía de Aventura arrestó a Wetsmy Louicius, de 25 años y residente de Lynn, Massachusetts, por un cargo de agresión agravada.</p><p>La Policía informó que el ataque ocurrió el 4 de febrero en la terminal de autobuses del Aventura Mall, ubicada en el 19501 de Biscayne Blvd.</p><p>Según el informe, los agentes llegaron al lugar y encontraron a la víctima sentada en una banca de la terminal, rodeada por personal de seguridad de Aventura Mall, sosteniendo toallas de papel sobre el rostro mientras observaban “una cantidad considerable de sangre en el suelo”.</p><p>El informe indica que paramédicos de Miami-Dade Fire Rescue la trasladaron al Hospital HCA Florida Aventura como paciente de trauma.</p><p>Posteriormente, el personal médico determinó que la mujer presentaba múltiples fracturas faciales y estaba preocupado por el estado de sus vías respiratorias, según el informe.</p><p>La Policía informó que la víctima les dijo a miembros del personal del hospital el 6 de febrero que estaba esperando un autobús cuando Louicius, quien estaba sentado a su lado, le preguntó si quería tener relaciones sexuales. Indicaron que, después de que ella respondió “no”, él “la golpeó en el rostro sin previo aviso”, según el informe.</p><p>Los investigadores revisaron videos de vigilancia de la terminal de autobuses, los cuales, según informaron, muestran a Louicius sentado junto a la mujer antes de que ella se pusiera de pie cerca de la acera para buscar el autobús que se aproximaba.</p><p>La Policía informó que el video muestra a Louicius golpeándola, lo que provocó que cayera de la acera hacia la vía antes de huir a pie.</p><p>Los detectives dijeron que rastrearon a Louicius mediante videos de vigilancia de negocios cercanos, incluidos una sucursal de Citibank, una tienda Total Wine y una gasolinera Marathon, donde obtuvieron una imagen clara de su rostro.</p><p>Las autoridades informaron que detectives del Departamento de Policía de Tránsito de Nueva Jersey también identificaron a Louicius a partir de las imágenes de vigilancia y notificaron a los detectives de Aventura que el Departamento de Policía de Boston también tenía causa probable para arrestarlo por incidentes “similares”.</p><p>Los investigadores informaron que Louicius también ha sido vinculado a otros presuntos ataques. Según <a href="https://www.wcvb.com/article/suspect-who-attacked-3-women-back-bay-station-arrested/42310213" target="_blank" rel="noreferrer" title="https://www.wcvb.com/article/suspect-who-attacked-3-women-back-bay-station-arrested/42310213">WCVB, de Boston</a>, fue arrestado en diciembre de 2022 después de que la Policía de Boston lo acusara de agredir a tres mujeres cerca de la estación Back Bay de la MBTA.</p><p>Hasta el martes, permanecía detenido en el Centro Correccional Turner Guilford Knight tras ser trasladado desde el condado Broward, donde su fianza figuraba como “pendiente de fijación”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y662TW3OTZFWFN2K4KJOH7ROYA.jpg?auth=6e55d74435fb5f0389b389597986d09e26330c0c7358f336aafc93ccfb9b4a64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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><media:content url="https://www.local10.com/resizer/v2/NEARE6OJZZGR7GHVEMTT2QXN5A.jpeg?auth=e846c5cc331a06aa4551966e54140eddea3617f76820f9c183dd10d4b9fe5507&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Los Topos, la legendaria brigada de rescate de México, va a Venezuela; hay más de 2.200 fallecidos]]></title><link>https://www.local10.com/espanol/2026/07/01/los-topos-la-legendaria-brigada-de-rescate-de-mexico-va-a-venezuela-hay-mas-de-2200-fallecidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/los-topos-la-legendaria-brigada-de-rescate-de-mexico-va-a-venezuela-hay-mas-de-2200-fallecidos/</guid><dc:creator><![CDATA[Por FERNANDA PESCE y JUAN ARRÁEZ, Associated Press]]></dc:creator><description><![CDATA[Un hombre vestido de pies a cabeza con un llamativo color naranja apila con cuidado una docena de cajas de cartón en un carrito de equipaje en el aeropuerto internacional de Ciudad de México. No es un viajero común. Y estas no son cajas comunes.]]></description><pubDate>Wed, 01 Jul 2026 20:07:03 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre vestido de pies a cabeza con un llamativo color naranja apila con cuidado una docena de cajas de cartón en un carrito de equipaje en el aeropuerto internacional de Ciudad de México. No es un viajero común. Y estas no son cajas comunes.</p><p>Contienen bolsas para cadáveres.</p><p>El hombre es Germán Bello, un voluntario de 39 años de la Brigada Internacional de Rescate Topos Azteca, una de las organizaciones civiles de búsqueda y rescate más conocidas de México. Fundada tras el devastador terremoto de 1985 en Ciudad de México, la brigada sin fines de lucro opera de manera independiente y se ha ganado una reputación internacional por desplegarse ante grandes desastres dentro y fuera del país.</p><p>La noche del martes, Bello se dirigía a uno de los desastres naturales más mortíferos de Venezuela en la historia moderna. Casi una semana después de que dos potentes terremotos devastaran la costa caribeña del país, las autoridades informaron el miércoles que más de 2.200 personas han muerto y más de 11.000 han resultado heridas.</p><p>Las esperanzas de encontrar sobrevivientes se desvanecen</p><p>Los equipos internacionales de rescate continúan buscando en edificios de apartamentos y viviendas derrumbadas en La Guaira, el estado más afectado, aun cuando las esperanzas de hallar más sobrevivientes se desvanecen y la misión se desplaza cada vez más hacia la recuperación de cuerpos.</p><p>Bello no sabe cuándo regresará a casa. Además del equipo de rescate, lleva bolsas para cadáveres y otros implementos que podrían utilizarse para recuperar a quienes murieron en los terremotos.</p><p>Ingeniero electricista y dueño de un pequeño taller de reparación de autos, Bello es conocido dentro de la brigada como “La Secre” —abreviatura de secretario— porque funge como la mano derecha del fundador del grupo, el veterano rescatista Héctor “El Chino” Méndez.</p><p>Méndez, de 80 años, ayudó a organizar los esfuerzos espontáneos de rescate civil tras el terremoto de 1985 en Ciudad de México y ha encabezado misiones de los Topos en todo el mundo durante cuatro décadas. Ya está en La Guaira, ayudando a buscar a los pocos sobrevivientes que aún podrían estar atrapados bajo edificios colapsados.</p><p>“Los más difícil es decirle a alguien que ha fallecido su familiar”, afirma Bello.</p><p>Rescatistas de su equipo señalan que deben mantener a raya sus emociones una vez que llegan a la zona del desastre, donde mantenerse concentrados puede significar la diferencia entre la vida y la muerte.</p><p>La voluntaria Merry Valencia, que ha pasado 14 años en la brigada, recitó parte del código de conducta del grupo: “No hay hambre, no hay calor, no hay sueño. No hay miedo”.</p><p>Una vez que evalúan la estabilidad de las estructuras colapsadas, los rescatistas se dividen en pequeños equipos asignados a distintas secciones de los escombros. Se arrastran por aberturas estrechas y huecos dentro de edificios derrumbados, una práctica que les valió el apodo de “Topos”. A menudo usan cámaras térmicas y otros equipos especializados para buscar señales de vida.</p><p>Armados con palas, martillos y otras herramientas, retiran lentamente los escombros, centímetro a centímetro, tratando de evitar provocar nuevos derrumbes.</p><p>Un llamado al silencio se propaga rápidamente</p><p>“¡Somos rescatistas mexicanos, si hay alguien vivo, hagan ruido, o griten. ¡Ahora!”, gritó el sábado un rescatista del Ejército mexicano mientras buscaba entre las ruinas de un edificio colapsado en La Guaira.</p><p>Momentos después, levantó un puño cerrado en el aire.</p><p>El gesto indica una orden de silencio total, una técnica de búsqueda que surgió durante el terremoto de 1985 en Ciudad de México y que más tarde fue formalizada por los Topos. Hoy, equipos de rescate en todo el mundo utilizan versiones del protocolo.</p><p>La señal se extiende al instante por la zona del desastre. Rescatistas, soldados, voluntarios y periodistas tienen que dejar de hablar. Durante varios segundos, lo único que se oye es el silencio.</p><p>Luego, los rescatistas esperan con atención cualquier indicio de vida, usando micrófonos sensibles, cámaras telescópicas o simplemente pegando el oído a los escombros, con la esperanza de detectar una voz, un golpe o el más leve movimiento.</p><p>El equipo puede llevar un rayo de esperanza</p><p>De vuelta en el aeropuerto de Ciudad de México, un joven con gafas se acerca a Bello tras enterarse de que se dirige a Venezuela. Le pregunta si él y su colega forman parte de la misión de rescate.</p><p>Cuando Bello responde que sí, el hombre rompe en llanto.</p><p>“Gracias por venir, mi familia está en Caracas”, dice el ingeniero venezolano Diego Bejarano</p><p>Bello lo abraza con fuerza. Es probable que sea el primero de muchos abrazos en los días por venir, mientras se suma a otros equipos internacionales de rescate en la zona del desastre en Venezuela.</p><p>Después de que Bejarano se aleja, Bello se seca las lágrimas de los ojos y explica por qué sigue ofreciéndose como voluntario para misiones como esta.</p><p>“Esa es mi recompensa: poder darle un rayito de esperanza a alguien”.</p><p>___</p><p>Arráez informó desde La Guaira, Venezuela.</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/4UADT3EALZXJAJYMOKNHX6B4CA.jpg?auth=d13cb3db6ba0784a9553bde704f245fa96075f7df0c6fdb3ee56fec5707f570e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[German Bello, derecha, voluntario de la brigada mexicana de búsqueda y rescate Topos Azteca, abraza a un venezolano que se acercó al equipo para agradecerles mientras salían para Venezuela desde el Aeropuerto de Ciudad de México, el martes 30 de junio de 2026. (AP Foto/Fernanda Pesce)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernanda Pesce</media:credit></media:content></item><item><title><![CDATA[Fiscal general de Guatemala dice que polémica exfiscal "formó un gobierno paralelo" en su gestión]]></title><link>https://www.local10.com/espanol/2026/07/01/fiscal-general-de-guatemala-dice-que-polemica-exfiscal-formo-un-gobierno-paralelo-en-su-gestion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/fiscal-general-de-guatemala-dice-que-polemica-exfiscal-formo-un-gobierno-paralelo-en-su-gestion/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D., Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE GUATEMALA (AP) — El nuevo fiscal general de Guatemala, Gabriel García Luna, afirmó el miércoles que está impulsando cambios en el Ministerio Público en un esfuerzo por tomar distancia de su antecesora, la sancionada exfiscal Consuelo Porras, quien —según dijo— formó una entidad paralela que despidió a cientos de fiscales afectando la labor de investigar los delitos en el país.]]></description><pubDate>Thu, 02 Jul 2026 00:49:38 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE GUATEMALA (AP) — El nuevo fiscal general de Guatemala, Gabriel García Luna, afirmó el miércoles que está impulsando cambios en el Ministerio Público en un esfuerzo por tomar distancia de su antecesora, la sancionada exfiscal Consuelo Porras, quien —según dijo— formó una entidad paralela que despidió a cientos de fiscales afectando la labor de investigar los delitos en el país.</p><p>“Aquí (la exfiscal) formó un gobierno paralelo que destruyó la carrera fiscal, principalmente al haber destituido a un promedio de entre 800 y 1.000 trabajadores durante su gestión” de ocho años, aseguró García Luna en una entrevista con The Associated Press.</p><p>El nuevo jefe del Ministerio Público asumió el cargo hace 40 días y ya ordenó desarticular la red de personal administrativo y fiscal de confianza de la exfiscal Porras denunciada por criminalizar y perseguir a exoperadores de justicia.</p><p>“Todos tienen un concepto de un Ministerio Público que se puede usar de una forma y eso ya no podemos tenerlo, no es un ente político, ni un arma política de nadie y yo no pienso volver a hacer cosas que se hicieron en anteriores administraciones”, señaló el García Luna, sentado en un lujoso y vacío escritorio de madera, herencia de su antecesora, en su nueva oficina.</p><p>García Luna, de 49 años, es doctor en derecho y comenzó su carrera dentro del sistema de justicia a los 17 años en un cargo menor en un juzgado, hasta llegar a ser juez y magistrado de Sala de Apelaciones. Llegó con el desafío de cambiar el rumbo de una fiscalía general que con Porras al frente (2018-2026) fue señalada de perseguir y criminalizar a decenas de operadores de justicia, activistas y periodistas que buscaron el exilio.</p><p>Porras también intentó detener la toma de posesión del presidente Bernardo Arévalo al buscar que el partido que lo llevó al gobierno fuera cancelado por un juez y que se desconociera su presidencia alegando un presunto fraude que no fue comprobado.</p><p>El nuevo fiscal apuesta a un cambio radical de una fiscalía “represora y de venganza” a opositores políticos a otra nueva con el relanzamiento de la carrera fiscal. Estados Unidos y la Unión Europea, que sancionaron a Porras y a varios de sus fiscales por obstaculizar la lucha anticorrupción y socavar la democracia, han ofrecido apoyo a ese proyecto y al combate al crimen transnacional organizado.</p><p>Porras fue nombrada por el entonces gobernante Jimmy Morales (2016-2020) y reelecta por Alejandro Giammattei (2020-2024), y aunque se presentaron varias denuncias contra es dos exmandatarios, Porras optó por desestimar, no investigar o no accionar judicialmente contra quienes la eligieron.</p><p>La exfiscal siempre negó asimismo las acusaciones en su contra, señalando que “afectan el derecho al honor, la dignidad, reputación y presunción de inocencia”.</p><p>En mes y medio, el fiscal García Luna ha destituido a una treintena de allegados a Porras, que habrían cometido faltas como destituir a fiscales que llevaban investigaciones importantes para bloquear procesos y por ordenar traslados injustificados para entorpecer investigaciones, entre otras razones.</p><p>“Estamos investigando si sus acciones tienen alguna responsabilidad judicial”, dijo.</p><p>El miércoles, el fiscal general firmó la destitución de otro grupo de exfiscales y personal, entre ellos el de Gilberto de Jesús Porres de Paz, exfiscal de Sección Adjunto de la Fiscalía contra la Corrupción y esposo de la exfiscal Porras, debido a que según dijo “su trabajo no representaba las políticas de la nueva fiscalía”.</p><p>Muchos exoperadores de justicia, como el exfiscal Juan Francisco Sandoval, quien vive exiliado tras denunciar persecución por parte de Porras por su trabajo en casos de corrupción de alto impacto, consideran que los colaboradores de la polémica exfiscal cesados deben ser objeto de una investigación imparcial e independiente.</p><p>García Luna dijo que no descarta tomar acciones penales contra Porras, quien enfrenta varias denuncias, una de ellas por presunta trata de personas en un caso de adopciones irregulares.</p><p>El nuevo fiscal también creó una comisión que revisa los expedientes de quienes han denunciado criminalización, y aseguró que colabora con la Comisión Interamericana de Derechos Humanos de la OEA que ha fijado para el 4 de agosto una audiencia para conocerlos.</p><p>García Luna señaló, además, que se revisan los casos en los que la fiscalía, bajo el mandato de Porras, benefició o permitió liberar a presuntos corruptos, narcotraficantes y acusados de otros delitos, con el fin de retomarlos e interponer las acciones judiciales que permita la ley para que no haya impunidad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/672DTS37XWXWJWEP4R7E7BRJMI.jpg?auth=3ecff15cbaa0f6dd1fe340c042b89ee17c309e797123dce17253b03eb7b50c2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El fiscal general de Guatemala, Gabriel García Luna, habla durante una conferencia de prensa en Ciudad de Guatemala, el 17 de mayo de 2026. (Foto AP/Moisés Castillo, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[CDC urges people to prevent mosquito bites as West Nile virus season hits a strong, early start]]></title><link>https://www.local10.com/health/2026/07/01/cdc-urges-people-to-prevent-mosquito-bites-as-west-nile-virus-season-hits-a-strong-early-start/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/01/cdc-urges-people-to-prevent-mosquito-bites-as-west-nile-virus-season-hits-a-strong-early-start/</guid><dc:creator><![CDATA[By DEVI SHASTRI, Associated Press]]></dc:creator><description><![CDATA[Health officials are encouraging people to use bug spray and mosquito-control efforts as West Nile virus season is off to its earliest and worst start in over two decades.]]></description><pubDate>Wed, 01 Jul 2026 20:29:40 +0000</pubDate><content:encoded><![CDATA[<p>Health officials are encouraging people to use bug spray and mosquito-control efforts as West Nile virus season is off to its earliest and worst start in over two decades.</p><p>The Centers for Disease Control and Prevention said Wednesday that it had confirmed at least 48 cases — 38 of them severe — as of June 30. Since 2004, the average number of cases reported to the CDC by the end of June is around 10. Federal health officials said 23 states have reported finding West Nile virus, the most in 10 years.</p><p>“These findings serve as an important reminder that mosquito season is well underway,” said Dr. Erin Staples, a CDC expert on insect-borne diseases. “As families gather outdoors to celebrate Independence Day, we encourage everyone to enjoy their holiday while taking simple steps to protect themselves and their loved ones from mosquito bites.”</p><p>Most of the cases have been in Arizona. Of the state's 32 total cases, 29 are in Maricopa County. The county, which includes Phoenix, has also recorded four deaths from the virus so far this year.</p><p>Officials there asked people to wear bug spray containing DEET, patch up broken window screens and get rid of standing water, where mosquitoes often breed.</p><p>“Even an overturned bottle cap can hold enough water for mosquitoes to breed,” said Melissa Kretschmer, a county health department official. “It’s important that we remove these breeding sources that can form after rain or watering plants.”</p><p>The CDC also recommends people wear long, loose-fitting clothes when outside to make it harder for mosquitoes to bite them. Experts also suggest people avoid being outdoors around dusk and dawn, when the mosquitoes that carry the virus are most active.</p><p>West Nile virus was first reported in the United States in 1999 in New York, and then gradually spread across the country. It peaked in 2003, when nearly 10,000 cases were reported.</p><p>Scientists say many people — perhaps tens of thousands each year — are infected but don’t know it because they have no symptoms, or only mild ones such as headaches, body aches, joint pain, vomiting, diarrhea and rashes.</p><p>In severe cases, damage to the central nervous system causes potentially deadly inflammation of the brain or spinal cord. Adults older than 60 and people with underlying medical conditions or weakened immune systems face the highest risk of such complications.</p><p>In the last decade, health officials have fielded reports of 2,000 cases annually on average, including 1,200 life-threatening neurological illnesses and about 100 deaths.</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/RKMEZLDVB7FEN4QL4EF52ZSK24.jpg?auth=2a8a2bc47ba81cb845ace77a7804dab3d25fdbf5eca5833d6c5275b973f4282a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A municipal biologist examines a mosquito in Salt Lake City, Aug. 26, 2019. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content></item><item><title><![CDATA[Sweeping review of grand jury presentations underway in Chicago following misconduct revelations]]></title><link>https://www.local10.com/news/politics/2026/07/01/sweeping-review-of-grand-jury-presentations-underway-in-chicago-following-misconduct-revelations/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/sweeping-review-of-grand-jury-presentations-underway-in-chicago-following-misconduct-revelations/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Justice Department officials are conducting 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, the top federal prosecutor for Chicago said on Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 21:23:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Justice Department officials are conducting 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, the top federal prosecutor for Chicago said on Wednesday.</p><p>Andrew Boutros, the U.S attorney for the Northern District of Illinois, said the massive review will include all pending grand jury proceedings in his district as well as other presentations by prosecutors going back almost 20 years. It was sparked by revelations of grand jury misconduct that forced prosecutors to abandon a closely watched case against four activists who protested outside a federal building during last year’s immigration crackdown in the city.</p><p>“It’s going to be a massive review, a comprehensive review and it is underway,” said Boutros, who was in Washington for an unrelated news conference. Boutros said the process is meant to ensure that his prosecutors have “acted ethically” and to provide “assurances and confidence" that other pending cases have not been tainted by similar issues.</p><p>The Justice Department dropped charges against the activists in May after a judge scrutinized allegations of misconduct, which included a prosecutor meeting with a grand juror outside proceedings and other jurors who disagreed with the case being dismissed from participating.</p><p>When the case was dismissed, Boutros told a judge that the conduct was upsetting, adding that: “No one acted with the intent to mislead, your honor.”</p><p>The judge overseeing the case took the extraordinary step last month of releasing the transcripts of the presentation made by prosecutors, who were seeking to secure an indictment against the activists in the most high-profile cases to come out of the crackdown that rippled across the nation’s third-largest city and its suburbs last year.</p><p>The transcripts showed that one of the grand jurors called the case a “crock of (expletive)." The grand juror was subsequently excused from the proceedings.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPI64WOL3IYVY3IMAP75DBS6I4.jpg?auth=17c8f55d51a08a71adcc4a6577e45b9c81f9a5393908f4cf4f6a194890abb04a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[DeSantis recomienda que grupo musulmán CAIR sea catalogado como “organización terrorista”]]></title><link>https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[En su sitio web, el Consejo de Relaciones Islámico-Estadounidenses (CAIR) se describe como “la mayor organización musulmana de libertades civiles de Estados Unidos” y como un “grupo de base dedicado a la defensa y promoción de los derechos civiles”.]]></description><pubDate>Wed, 01 Jul 2026 20:17:09 +0000</pubDate><content:encoded><![CDATA[<p>En su sitio web, el <a href="https://www.cair.com/about_cair/about-us/" target="_blank" rel="noreferrer" title="https://www.cair.com/about_cair/about-us/">Consejo de Relaciones Islámico-Estadounidenses (CAIR)</a> se describe como “la mayor organización musulmana de libertades civiles de Estados Unidos” y como un “grupo de base dedicado a la defensa y promoción de los derechos civiles”.</p><p>El gobernador de Florida, Ron DeSantis, anunció el martes su intención de recomendar que CAIR sea designado formalmente en una lista estatal como organización terrorista.</p><p>“Tenemos que trazar una línea muy firme aquí”, dijo DeSantis.</p><p>La oficina del gobernador informó que la HB 1471, <a href="https://www.local10.com/espanol/2026/04/07/council-on-american-islamic-relations-cair-reacciona-a-nueva-ley-de-desantis-hoy-es-un-dia-oscuro/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/council-on-american-islamic-relations-cair-reacciona-a-nueva-ley-de-desantis-hoy-es-un-dia-oscuro/">firmada en abril</a>, permite al estado designar organizaciones terroristas, al anunciar una lista de “intención de designar” que incluye a CAIR, lo que, según DeSantis, evitará que “la influencia extranjera y extremista eche raíces en el estado”.</p><p>“Creo que esto es lo que la gente de Florida esperaba cuando firmé esta ley, que entró en vigor hoy”, dijo DeSantis.</p><p>En abril, representantes de CAIR Florida dijeron a Local 10 News que se oponían a la ley.</p><p>“Hoy es un día oscuro para la Constitución de Florida y la Constitución de Estados Unidos”, dijo en ese momento Wilfredo Ruiz, director de comunicaciones de CAIR Florida.</p><p>Omar Saleh, abogado de CAIR Florida, dijo en abril que “las personas no se convierten en un riesgo para la seguridad solo porque a uno no le agraden o no esté de acuerdo con ellas”.</p><p>El gobernador dijo que las organizaciones designadas bajo la ley de Florida también podrían estar sujetas a disolución según lo establecido por la legislación.</p><p>DeSantis dijo que, tras la confirmación por parte del Gabinete de Florida, las personas que “a sabiendas” proporcionen apoyo material o recursos a organizaciones designadas como terroristas bajo la nueva autoridad legal podrían enfrentar sanciones penales.</p><p>Los gobiernos estatales y locales tendrán prohibido proporcionar fondos públicos y contratos a esos grupos.</p><p>Las escuelas públicas y las universidades también tendrán prohibido utilizar recursos públicos para apoyar o promover a esas organizaciones.</p><p>“Esto afectará el programa de becas de libre elección escolar K-12 de Florida”, dijo DeSantis. “No voy a enviar becas a escuelas que estén asociadas con grupos como CAIR. Eso no va a suceder”.</p><p>“Florida no es el estado libre que dice ser, especialmente cuando se observan leyes como esta”, dijo Saleh en abril. “Es una tontería”.</p><p>En diciembre, DeSantis firmó una <a href="https://x.com/govrondesantis/status/1998156452377293228?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g" target="_blank" rel="noreferrer" title="https://x.com/govrondesantis/status/1998156452377293228?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g">orden ejecutiva</a> que dio lugar a un litigio.</p><p>Los registros judiciales muestran que un juicio sin jurado está programado para comenzar en enero próximo.</p><p><b>Documentos judiciales:</b></p><p> <iframe class="scribd_iframe_embed" title="CAIR filings" src="https://www.scribd.com/embeds/1057205479/content?start_page=1&view_mode=scroll&access_key=key-jWtkUbuZzGbwXkBwOrbR" tabindex="0" data-auto-height="true" data-aspect-ratio="1.293791574279379" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View CAIR filings on Scribd" href="https://www.scribd.com/document/1057205479/CAIR-filings#from_embed" style="color: #098642; text-decoration: underline;"> CAIR filings </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHXDCPUWIBAGRBSJFEWO4AV4ZU.jpg?auth=d31d0d831ffc10d700e6c587b4f28bfc3d685a9250d2475db6e1f104f6de5d20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Gov. Ron DeSantis speaks during a news conference, Aug. 12, 2025, in Tampa, Fla. (AP Photo/Chris O'Meara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[Alibaba to pay $600M to settle allegations it allowed illegal drug and equipment sales]]></title><link>https://www.local10.com/business/2026/07/01/alibaba-to-pay-us-600m-to-settle-allegations-it-allowed-illegal-drug-and-equipment-sales/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/alibaba-to-pay-us-600m-to-settle-allegations-it-allowed-illegal-drug-and-equipment-sales/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Chinese tech giant Alibaba will pay $600 million to resolve a dispute with the U.S. government over allegations that the Hangzhou-based firm sold and imported illegal pharmaceuticals, controlled substances, regulated chemicals, and pill-making equipment into the U.S.]]></description><pubDate>Wed, 01 Jul 2026 21:15:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Chinese tech giant Alibaba will pay $600 million to resolve a dispute with the U.S. government over allegations that the Hangzhou-based firm sold and imported illegal pharmaceuticals, controlled substances, regulated chemicals, and pill-making equipment into the U.S.</p><p>Alibaba operates some of the world's largest e-commerce platforms, including Alibaba.com and AliExpress.com.</p><p>The U.S. alleges that Alibaba’s U.S.-based payment processor, AUS Merchant Services, violated federal law by failing to prevent merchants from selling and importing illegal products into the U.S. through Alibaba.com and AliExpress.com.</p><p>Alibaba acknowledges in an agreement with the Justice Department that between January 2016 and December 2024, it failed to stop roughly 80,000 product sales involving unlawful imports that violated the Federal Food, Drug, and Cosmetic Act and other federal laws.</p><p>A news release on the settlement resolution says that Alibaba employees raised concerns that the company’s compliance controls were inadequate and failed to prevent the sale of illegal products — and, in some instances, merchants used Alibaba’s messaging service to direct buyers to third-party messaging platforms to facilitate illegal sales.</p><p>In a statement, Alibaba said the firm and the U.S. government reached a mutually satisfactory resolution to bring stricter compliance to the sale of products in the U.S. by third-party merchants on its e-commerce platforms.</p><p>Law enforcement officers across the FDA, FDIC, IRS-CI, and other agencies conducted more than 40 undercover purchases of pharmaceuticals and equipment that were illegal to import into the U.S., according to the news release. A non-prosecution agreement was crafted between Alibaba and the Justice Department.</p><p>IRS Criminal Investigations' Chief Jarod Koopman said the resolution "underscores IRS Criminal Investigation’s commitment to following the money and ensuring that companies operating in the United States comply fully with federal law.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFBYB5E4DOMPM3ITJML3JZCAVU.jpg?auth=9ea12bbeeee7a40634afb7acbe2712cf28887180bea8bc2735ca9861b48c5650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo of Chinese technology firm Alibaba is seen at its office in Beijing, Aug. 10, 2021. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></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]]></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[Crypto, real estate, watches: How Trump made over $1 billion last year]]></title><link>https://www.local10.com/business/2026/07/01/crypto-real-estate-watches-how-trump-made-over-1-billion-last-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/crypto-real-estate-watches-how-trump-made-over-1-billion-last-year/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The real estate mogul has become the billion-dollar crypto man.]]></description><pubDate>Wed, 01 Jul 2026 20:01:49 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The real estate mogul has become the billion-dollar crypto man.</p><p>President Donald Trump's latest financial disclosure report showed he took in about $1.2 billion last year from various crypto holdings, overshadowing a real estate business that brought him fame and helped propel him to the nation's top office.</p><p>Whereas it took decades for Trump to amass his various properties, the rise of crypto in his portfolio was done in just over a year, a stunning development sped along by his own friendly policies toward the industry and help from billionaires and other actors with important business before the presidency.</p><p>Running over 900 pages, the mandatory annual report showed Trump struck several other new veins of wealth last year, raising questions about whether he is profiting from his high office.</p><p>He took in tens of millions from new property holdings in foreign countries eager to please a man with power over where to deploy the U.S. military and how much to charge in tariffs. And he got tens of million more suing media companies worried they could lose their broadcast licenses or not get deals approved by his regulators.</p><p>Ever the salesman, Trump even made big money off the smallest of things, pulling in millions by slapping his name on Bibles, guitars and watches — the latter alone bringing in $4.7 million.</p><p>Hail the new crypto king</p><p>Trump got more than $500 million from his World Liberty Financial business selling “governance tokens" and “stablecoins” and other crypto assets. Another crypto business, CIC Digital LLC, took in more than $600 million from sales of souvenir-type “meme” coins stamped with his face.</p><p>Both the tokens and the meme coins have plunged in value since his sales, partly because they are so difficult to value. Governance tokens, for instance, confer to holders only the power to vote on certain management policies at a company, not equity stakes, and so typical valuation measures don't apply.</p><p>Buyers pounced on Trump crypto anyway, including a Chinese billionaire who spent $75 million on the tokens and $200 million on the souvenir coins. In February 2025, a federal lawsuit charging the billionaire, Justin Sun, with duping investors was paused before being settled for a $10 million fine.</p><p>Sun has denied his spending on Trump businesses had anything to do with his federal case, while World Liberty has dismissed the notion of a conflict of interest.</p><p>Separately, a company linked to the United Arab Emirates government bought a stake in World Liberty for $500 million shortly before Trump's inauguration. The disclosure says nothing about the deal explicitly, but notes Trump received his share of a “capital contribution” amounting to nearly $200 million.</p><p>Subsequently, the UAE got access to advanced U.S. chips that it had been previously banned from importing because of national security concerns.</p><p>The White House has repeatedly said that Trump has acted only in the public interest, never gets involved in a family business run by his two oldest sons and has zero conflicts of interest.</p><p>His real estate business is booming, too</p><p>Trump took in tens of millions in fees from a flurry of new hotel, resort and condo deals overseas, amounting to the biggest property expansion ever in the century since the family business was founded.</p><p>Many of those countries were negotiating with the U.S. over tariffs, military aid and other important matters while the family business was striking the deals.</p><p>A property in the UAE generated $10.4 million for the Trump business last year. One in Saudi Arabia being built by a real estate developer close to the ruling family sent the president’s company $9 million. And one in Bucharest, Romania, and another in Qatar sent him $5 million each.</p><p>Trump's Winter White House is hot</p><p>A big winner last year was Trump's Mar-a-Lago club in Florida, generating $77 million as heads of state and business people flocked to what Trump has dubbed his Winter White House. That's up 50% from a year earlier when Trump was just another citizen.</p><p>His golf club in Bedminster, New Jersey, also is doing well from the glow of the presidency. Trump got $38 million from his so-called Summer White House, up nearly 20%.</p><p>In total his 16 golf courses and clubs around the world brought in more than $470 million in fees and licensing income.</p><p>The president's MAGA book sold more than the Bible</p><p>Trump took in millions last year from selling Trump books and various other Trump-branded goods in another unprecedented move for the presidency.</p><p>Trump Bibles made $208,486, but the word of God didn't sell as well as a trio of other literary offerings. His “Save America” book took in $1,893,965, “Letters to Trump” generated $590,730, and “A MAGA Journey,” $552,685.</p><p>His brand of guitars generated $35,920. Trump sneakers and fragrances took in $67,634.</p><p>Trump sued a lot, and made a lot of money</p><p>It's anyone's guess why exactly various media companies decided to settle Trump lawsuits alleging fraud and defamation, but settle they did — and paid up.</p><p>Lawsuits against ABC, CBS, Meta, and others took in more than $80 million, much of which went to Trump's planned Miami library.</p><p>Where Trump hasn't prevailed so far is with E. Jean Carroll, the advice columnist who won millions accusing Trump of sexual abuse and defamation. The disclosure says Trump owes her $50 million, pending appeal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VUCZLW3736C7M2AQAMBKL7T2SQ.jpg?auth=e2bb6e6d40e501d11f9d7d3db770590f28055ba809105fde97478d45bd9c7d88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Donald Trump holds a Playboy magazine and gold Trump sneakers at Sneaker Con Philadelphia, an event popular among sneaker collectors, in Philadelphia, Feb. 17, 2024. (AP Photo/Manuel Balce Ceneta, File)]]></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/QNUAA74OH7MYO6SJDRWQ4MW6ZY.jpg?auth=3e2d9cece4c3fa99d7445bf3536bad6791967bfaa7acda21f76f51b1fc9174f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The front cover of Republican presidential nominee former President Donald Trump's "God Bless the USA" Bible in Washington, Oct. 8, 2024. (AP Photo/Ben Curtis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content></item><item><title><![CDATA[Taylor Swift and Travis Kelce to host their wedding Friday at Madison Square Garden, AP source says]]></title><link>https://www.local10.com/entertainment/2026/07/01/taylor-swift-and-travis-kelce-to-host-their-wedding-friday-at-madison-square-garden-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/taylor-swift-and-travis-kelce-to-host-their-wedding-friday-at-madison-square-garden-ap-source-says/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Taylor Swift and Travis Kelce will have their wedding at Madison Square Garden on Friday night, according to a law enforcement official briefed on the security plans.]]></description><pubDate>Wed, 01 Jul 2026 22:27:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Taylor Swift and Travis Kelce will have their wedding at Madison Square Garden on Friday night, according to a law enforcement official briefed on the security plans.</p><p>The festivities will kick off with a smaller rehearsal dinner planned for Thursday night, the official said. The person spoke to The Associated Press on the condition of anonymity because they were not authorized to publicly discuss the events.</p><p>Speculation about the superstar singer and football player’s nuptials has built to a frenzy in recent days, following weeks of unconfirmed reports that it would take place over July Fourth weekend at one of New York’s iconic landmarks.</p><p>In recent days, crews have been unloading equipment from trucks outside the Manhattan arena. A large carpet was briefly unveiled outside one entrance and then promptly removed.</p><p>Still, nothing has been publicly confirmed by the couple, despite multiple requests from the AP to Swift’s representative for comment, including on Wednesday.</p><p>While city officials have made coy references to an upcoming wedding at Madison Square Garden, they have offered few details about the plan, including potential impacts to nearby businesses or local transit.</p><p>“We are fully prepared,” Mayor Zohran Mamdani said at a news conference on Wednesday. “There isn’t anything to share beyond that.”</p><p>In a separate social media post, he offered New Yorkers tips for staying cool during the heat wave, “especially if you’re (hypothetically) having your wedding at MSG this weekend.”</p><p>Swift and Kelce first announced their engagement on Instagram last August, fueling widespread speculation among the Swiftie fan base about possible venue locations.</p><p>Following initial reports last month that the event would be held at Madison Square Garden, some theorized that the choice could be an elaborate smoke screen to divert attention from the couple’s real wedding plans.</p><p>The arena, which seats up to 19,500 people, is located above Penn Station, the busiest rail hub in the U.S., in the heart of Midtown, Manhattan.</p><p>It has on occasion hosted weddings in the past, including funk singer Sly Stone’s marriage to actor Kathy Silva in 1974 and a mass ceremony officiated by the Rev. Sun Myung Moon in 1982.</p><p>The arena has guarded entrances, a secure garage and a lack of windows, allowing Kelce, Swift and celebrity guests to stay out of sight of photographers or camera-equipped drones.</p><p>On Wednesday, New York Police Commissioner Jessica Tisch outlined a slew of challenges facing the city this weekend, including huge Independence Day celebrations, a World Cup match and a searing heat wave.</p><p>“I would be remiss not to mention an event that we are tracking at Madison Square Garden on Friday night,” Tisch added. “The NYPD will, of course, have a detail in place, but I am not going to go into more specifics on that at this time.”</p>]]></content:encoded><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/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/3KF56MIUT2AGAPRQUUMD7Q2TOQ.jpg?auth=a9be099fcfd4adb221e97aff2c77deb89a432467109896c116242d293eeaf860&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck is unloaded 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/WCANFDXOGB5DBKPFSCKCP2CQJM.jpg?auth=5c90210b3ca3d2fcee5af94165c3444193be81e703f44815d4c4e7c8063fe1a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trucks are moved into position to block photographer's view of the loading dock at 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/WX5VANUWZQGMEWLGRDFPZNPQRQ.jpg?auth=d5e39883a7e1c7ba2864993e2106bae5c391b6df0d9237c80de90428bf32822a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers stand in the loading dock at 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></item><item><title><![CDATA[Is hiring picking up in the US? Thursday's report will help illustrate trends]]></title><link>https://www.local10.com/business/2026/07/02/is-hiring-picking-up-in-the-us-thursdays-report-will-help-illustrate-trends/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/is-hiring-picking-up-in-the-us-thursdays-report-will-help-illustrate-trends/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Is the U.S. economy emerging from a period of sluggish hiring to something more dynamic? Thursday's report from the Labor Department on June job changes will provide some important clues.]]></description><pubDate>Thu, 02 Jul 2026 10:03:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Is the U.S. economy emerging from a period of sluggish hiring to something more dynamic? Thursday's report from the Labor Department on June job changes will provide some important clues.</p><p>The report could show that 100,000 new jobs were added last month, according to a survey of economists by data provider FactSet. If so, it would be the fourth straight month of solid hiring, after a string of weak months late last year through February, when employers actually shed jobs. The unemployment rate is forecast to have stayed a low 4.3% in June.</p><p>Yet some economists expect a stronger figure as companies have adjusted to a series of challenges — higher tariffs, the Iran war, widespread AI investment — and are increasingly confident that the economy will keep growing. In the three months from March through May, employers added an average of 188,000 jobs a month, a significant pickup from an average loss of 4,000 in the preceding three months from December through February.</p><p>“Even though it’s still kind of a challenging market ... the understanding of where things are headed, it has calmed down a bit,” said Nicole Bachaud, labor economist at ZipRecruiter. “And so businesses are able to now execute on hiring plans.”</p><p>Still, inflation is at a three-year high of 4.2%, lifted by spiking gas prices, and that has eroded Americans' incomes. Inflation-adjusted after-tax incomes were flat in May from a year earlier, which could discourage some consumers from spending.</p><p>But a healthy labor market that can continue to generate jobs should enable many consumers, particularly upper-income ones, to remain resilient and spend more, boosting the economy.</p><p>The inflation-fighters at the Federal Reserve, however, are under increasing pressure to raise rates to slow the economy and combat inflationary pressures. Now that gas prices are headed lower with the peace agreement between the United States and Iran, inflation should start to cool and many Fed officials will want to see how much closer it can get to the Fed's 2% target before raising rates.</p><p>Still, other officials say that solid job growth is a sign that the Fed's key rate — currently about 3.6% — may not be restraining the economy or cooling inflation pressures.</p><p>Historically, average job gains of 188,000 a month wouldn't be seen as that strong. Yet as more Americans retire and new immigration has dropped sharply, the U.S. workforce is barely growing. In that case, hiring at about 100,000 new jobs a month may be enough to keep the unemployment rate unchanged — or even lower it.</p><p>There are some wild cards that could affect the June data. In May, employers added 172,000 jobs, with 70,000 of those new positions at restaurants, bars, and hotels. And local governments added 55,000 jobs. Both gains, particularly in local government, were higher than normal and economists think it's unlikely they'll be repeated.</p><p>Some analysts speculate the May job gains at restaurants and hotels reflected additional hiring in preparation for the World Cup, which began June 11th. If so, the large gain would be unlikely to happen again. Yet many economists say that while the World Cup may have sparked more hiring in the cities hosting the event, it hasn't been large enough to affect the national data.</p><p>The ongoing adoption of artificial intelligence has led to widespread worries that it will replace many workers and reduce employment. Yet so far there haven't been widespread layoffs stemming from AI adoption, and economists argue that it could make many workers more efficient at their jobs instead.</p><p>Bachaud said AI adoption could have encouraged a trend she's noticed on their website: Companies are increasingly posting jobs seeking more senior, experienced workers, while job hunters are instead gravitating toward entry-level jobs.</p><p>With far fewer people quitting their jobs than just after the pandemic, Bachaud said, companies are having more trouble recruiting experienced workers from other businesses. At the same time, that's left less-experienced workers struggling to break into the job market.</p><p>That gap “just shows the mismatch between what employers are looking for and what current job seekers have to offer,” she said. It has likely contributed to the frustration many job seekers feel even as the unemployment rate remains low.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5KRZNWPUQUHZWC6BJ4DR5MWFZA.jpg?auth=6c2c647320a631c639c2b7288d45ef80ddf5082f63c965ea50a84e2df9f29a5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hiring sign for sales professionals is displayed at a store, in Vernon Hills, Ill., Wednesday, April 15, 2026. (AP Photo/Nam Y. Huh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3MKIXJIPYRUT6B6BZNVEYDKU5Y.jpg?auth=8c3c6577aaf234d7b2955363da7e61b7144d04eae9d64b7b9173edfe2d7143c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A job seeker waits to talk to a recruiter at a job fair Aug. 28, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Staying home: Eetu Luostarinen agrees to 8-year extension with Panthers]]></title><link>https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Florida Panthers are keeping another key member of their championship core in South Florida.]]></description><pubDate>Wed, 01 Jul 2026 16:59:52 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers are keeping another key member of their championship core in South Florida.</p><p><a href="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/" target="_blank" rel="" title="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/">Leer en español</a></p><p>The team announced Tuesday that center Eetu Luostarinen has agreed to an eight-year contract extension that will begin with the 2027-28 season. Financial terms were not immediately disclosed. </p><p>“Eetu has been a key piece of our two Stanley Cup championships, and we’re thrilled he’ll continue his career with the Panthers,” President of Hockey Operations and General Manager Bill Zito said in a statement. “His commitment to playing a strong two-way game and contributing on the penalty kill has been critical to our success.”</p><p>Luostarinen, 27, appeared in 73 games during the 2025-26 season, recording 11 goals and 22 assists for 33 points — the second-highest point total of his NHL career. </p><p>He led Florida’s forwards in shorthanded ice time with nearly 140 minutes, blocked 57 shots and averaged a career-best 16:34 of ice time per game. He also ranked fifth on the team with 121 hits.</p><p>Since joining the Panthers in 2020, Luostarinen has become one of the club’s most reliable defensive forwards. Over 447 career NHL games with Florida and the Carolina Hurricanes, he has totaled 61 goals and 101 assists for 162 points.</p><p>His impact has also carried into the postseason. Luostarinen has recorded 34 points in 73 playoff games with the Panthers and played a significant role in both of the franchise’s Stanley Cup-winning runs. </p><p>During Florida’s 2025 championship run, he set career highs with five goals, 14 assists and 19 points in 23 playoff games. He also owns the franchise record for most points in a road playoff game after tallying a goal and three assists against Tampa Bay in Game 5 of the opening round on April 30, 2025.</p><p>Internationally, the Finland native won a bronze medal at the 2026 Winter Olympics, collecting four assists in six games. He also captured gold at the 2019 IIHF World Championship and represented Finland at the 2025 4 Nations Face-Off.</p><p><b>Gudas, Petrovic return </b></p><p>The Panthers are bringing back two familiar faces on the blue line, agreeing to a six-year contract with veteran defenseman Radko Gudas and a two-year-deal with Alexander Petrovic, according to <a href="https://thehockeynews.com/nhl/florida-panthers/latest-news/panthers-sign-radko-gudas-to-long-term-nhl-contract-extension" target="_self" rel="" title="https://thehockeynews.com/nhl/florida-panthers/latest-news/panthers-sign-radko-gudas-to-long-term-nhl-contract-extension">multiple reports</a>. </p><p>Gudas’ deal is worth $9 million, carrying an average annual value of $1.5 million. </p><p>Gudas, 36, returns to Florida after serving as captain of the Anaheim Ducks for the past two seasons. The Panthers acquired his negotiating rights earlier this week in a trade that sent the rights to forward A.J. Greer to Anaheim, allowing the two sides to reach an agreement before free agency opened.</p><p>Petrovic, 34, played in 54 regular-season games with the Dallas Stars during the 2025-26 season, totaling two goals and eight assists for 10 points. He also ranked second among the team’s defensemen with 88 hits.</p><p>The exact terms of his deal were not disclosed. </p><p>“Alex is a stalwart shutdown defenseman who brings size and depth to our blueline,” said Zito. “We are excited to welcome him back to our organization.”</p><p>The 6-foot-5, 215-pound Edmonton, Alberta, native has appeared in 323 NHL games over 10 seasons with the Panthers, Edmonton Oilers and Stars. Across his career, he has recorded seven goals, 53 assists and 60 points, while adding 411 penalty minutes, 731 hits and 384 blocked shots.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CFYFD2SHWFB7HCCKHVUNAOI57E.jpg?auth=91536067207f0598f52d4861ea52e4b737cd40a56e130d4f7b0300764acc2a60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida Panthers center Eetu Luostarinen (27) passes the puck during the third period of an NHL hockey game against the Philadelphia Flyers Thursday, Oct. 9, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Sightings of humpback whales surge in Rio de Janeiro, fueling demand for whale-watching trips]]></title><link>https://www.local10.com/news/weird-news/2026/07/01/sightings-of-humpback-whales-surge-in-rio-de-janeiro-fueling-demand-for-whale-watching-trips/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/01/sightings-of-humpback-whales-surge-in-rio-de-janeiro-fueling-demand-for-whale-watching-trips/</guid><dc:creator><![CDATA[By DIARLEI RODRIGUES and ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — Sightings of humpback whales off Rio de Janeiro’s coast are surging as they recover from decimation due to commercial whaling, prompting an acceleration in the demand for whale-watching excursions to spot the huge marine creatures during their annual migration.]]></description><pubDate>Thu, 02 Jul 2026 11:01:30 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — Sightings of humpback whales off Rio de Janeiro’s coast are surging as they recover from decimation due to commercial whaling, prompting an acceleration in the demand for whale-watching excursions to spot the huge marine creatures during their annual migration.</p><p>The species' population has jumped from around 2,000 to around 35,000 in approximately 40 years, close to their population before whaling, said Enrico Marcovaldi, co-founder of the Humpback Whale Project. That means they are increasingly being spotted in Rio’s postcard Guanabara Bay.</p><p>“It’s wonderful. It shows that the whales are making a recovery, are healthy and thriving, and hopefully they’ll continue to do so,” said Marcovaldi.</p><p>In 1982, the International Whaling Commission decided that there should be a pause in commercial whaling on all whale species and populations from the 1985/1986 season onward.</p><p>Louise Raulais, who runs the Rio Ocean Club with her partner Theo Andrade, is among those who see the tourism opportunities in the whales' resurgence.</p><p>This year, the company began offering sailboat trips for between five and 10 people to observe the whales. Raulais said they always have a biologist onboard to share information, which can stimulate a desire to protect the whales and the ocean.</p><p>“These animals are so iconic and charismatic that they have the power to transform people, to change the way they see the world,” said Raulais.</p><p>Humpback whales are known for roaming long distances across major oceans in predictable patterns, typically following migration routes learned from their mothers. They feed on krill and small fish in the warmer months and breed in tropical waters over winter.</p><p>Between June and November, thousands of humpback whales migrate through Brazilian waters, traveling roughly 2,500 miles (4,000 kilometers) from their feeding grounds in the Southern Ocean to breeding and calving grounds off northeastern Brazil.</p><p>Most gather around the Abrolhos Bank, a coral reef region spanning the coasts of Bahia and Espirito Santo that is one of the South Atlantic’s most biodiverse marine environments.</p><p>The Humpback Whale Project set up a scientific expedition, scheduled to run from June 26 to July 9, to study the humpback whales’ behavior, size and health, as well as identify their travel route, key gathering areas, and to measure how far offshore the whales pass.</p><p>“They’re exploring this area," said Pedro Fróes, a biologist for the Humpback Whale Project who is part of the expedition. "They want to find out whether, in the future, it could become a place for them to rest, to mate, or to give birth to a calf,” Fróes said.</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/FJTHOJWAKWAGDN52DSOKNPEIY4.jpg?auth=49d184efe4e661f2e6662eab4250ee5afe7715e434e6750a46d1941bc58ca54b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale breaches off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7M7UQKJOVFEVH7PSWCOKRKEXI.jpg?auth=efc05f5f943dc3d9abee1cb6aa68442eed646b7d459a2d16a4bd3e453a0e73e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale surfaces off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VT5PTGKVKUPRB3FT7IGY64OCIE.jpg?auth=0d2554e71e8452d0cc75a57dc8e87f5be8d4c2b4f53f96bd4f41c8f1bd6d6219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale dives off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFMSYVDMCM2RHWD7FAAWI4NDKI.jpg?auth=a23f67be5219e69a1c2398abdfbbd9a48a03a4dfda871df9b3ab8cce9c6f3139&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale breaches off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULRTNZFEFNY4AXX4TYLUAW6IYU.jpg?auth=5a05e36c9d8d9770a855263658b8536e15223f7cf719e96cb1d81920960c66b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humpback whales surface near a Humpback Whale Project boat during monitoring off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content></item><item><title><![CDATA[NYC police are bracing for July 4, World Cup action, searing heat and a pop star's wedding]]></title><link>https://www.local10.com/news/national/2026/07/01/nyc-police-are-bracing-for-july-4-world-cup-action-searing-heat-and-maybe-a-pop-stars-wedding/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/nyc-police-are-bracing-for-july-4-world-cup-action-searing-heat-and-maybe-a-pop-stars-wedding/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The New York Police Department will deploy thousands of officers to handle security for a slew of huge Independence Day celebrations and a World Cup match that will make the July 4 weekend especially challenging, even for one of the world's largest police forces.]]></description><pubDate>Wed, 01 Jul 2026 20:51:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The New York Police Department will deploy thousands of officers to handle security for a slew of huge Independence Day celebrations and a World Cup match that will make the July 4 weekend especially challenging, even for one of the world's largest police forces.</p><p>Police Commissioner Jessica Tisch said Wednesday that there are no known specific or credible threats to this year’s celebrations, which will include parades of sailing ships and naval vessels on the Hudson and East rivers, jet flyovers and a massive fireworks show — all happening during a heat wave that could also tax emergency medical personnel.</p><p>Plus, police will be dealing with another event that will bring a lot of attention to the city — the wedding of pop star Taylor Swift and football player Travis Kelce.</p><p>“In a briefing about major events happening this weekend in New York City, I would be remiss not to mention an event that we are tracking at Madison Square Garden on Friday night," Tisch said in a winking reference to the nuptials. "The NYPD will, of course, have a detail in place, but I am not going to go into more specifics on that at this time."</p><p>A law enforcement official briefed on security plans told The Associated Press that the celebrity wedding will be held Friday, with a smaller rehearsal dinner Thursday night. The official spoke on condition of anonymity because they weren’t authorized to discuss the events publicly.</p><p>Uniformed officers, K-9 units and heavy weapons teams will be out in force along the city's waterfronts for the Sail 250 festivities, which will bring around 100 vessels and about 27,000 sailors, crew members and dignitaries to the city for events Friday, Saturday and beyond.</p><p>Attendees will be required to go through security checkpoints as they head to waterfront viewing areas Saturday, officials said.</p><p>In the evening, the Macy’s Fourth of July fireworks show will draw thousands of eyes upward as 85,000 shells are launched from six barges and a laser show beams up from the Brooklyn Bridge.</p><p>Also in the sky: the police department's aviation unit and drone teams, which will be monitoring the city and looking out for illegal drones hovering in the restricted flight area around the show.</p><p>“The message is clear: If there is any illegal drone activity that violates our temporary flight restrictions, your drone will be seized," Tisch said.</p><p>The department will also deploy counterterrorism resources, explosive detection K-9s, bomb squad personnel and heavy weapons teams, along with plain clothes officers and a harbor unit for the waterways.</p><p>Meanwhile, the city will again have special security restrictions in place at its busiest rail hub, Penn Station, on Sunday to accommodate thousands of fans headed across the Hudson to see Brazil take on Norway in the World Cup. Only people with a ticket to the match will be allowed into some parts of the station.</p><p>Police have already been setting up crowd-control barriers and hanging “no parking” signs near Madison Square Garden, which sits atop Penn Station, in anticipation of crowds of Swift fans and other gawkers hoping to catch a glimpse of wedding-related events.</p><p>___</p><p>Associated Press reporter Jake Offenhartz contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DXU3QJJ7ORZNBNLKQKHLW4OKLI.jpg?auth=7d738fc75cacb0b9d6581167dead1117d764e32c8e8860e0269f8b3ba631dc4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security personnel meet 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/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/VFEMBN42GNCMB45BEP5MQUJ6GQ.jpg?auth=744488d31e7ab4e0b10dc31ad763f0b59ea8b8169410b888b0d5ed8868766d4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fork lifts work 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></item><item><title><![CDATA[New autopsy of a baby killed by police in Mississippi deepens outrage]]></title><link>https://www.local10.com/news/national/2026/07/01/new-autopsy-of-a-baby-killed-by-police-in-mississippi-deepens-outrage/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/new-autopsy-of-a-baby-killed-by-police-in-mississippi-deepens-outrage/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT, Associated Press]]></dc:creator><description><![CDATA[A Mississippi family whose 1-year-old child was killed when police fired into a moving car offered evidence Wednesday that they say challenges the officers' account of being in danger when one opened fire.]]></description><pubDate>Wed, 01 Jul 2026 22:14:13 +0000</pubDate><content:encoded><![CDATA[<p>A Mississippi family whose 1-year-old child was killed when police fired into a moving car offered evidence Wednesday that they say challenges the officers' account of being in danger when one opened fire.</p><p>A preliminary autopsy requested by the family of Kohen Wiley suggested the baby was shot from the side of the car, not the front, civil rights attorney Ben Crump said, disputing officers' claims that the car was heading toward them. Kohen's mother, who was holding her baby in the passenger seat, says her friend was driving away from the officers.</p><p>Kohen and his mother are Black, and the June 14 shooting has sparked protests and outrage in the small town of Senatobia. Residents point to a string of troubling encounters with police in recent years. Crump said the child was killed after police were called to a Walmart parking lot about diapers that may have been shoplifted.</p><p>“We’re going to try to continue to demand transparency,” Crump said. He spoke from the pulpit of Senatobia Church of Christ, surrounded by more than a dozen people including the baby's grandparents, some of them holding “Justice for Baby Kohen” signs.</p><p>However, Crump repeatedly emphasized that the pathologist did not have access to complete information. He said the family won't rest until authorities release the police body camera and dashcam video, as well as Walmart surveillance video.</p><p>A spokesperson for the Mississippi Bureau of Investigation, which is in charge of the ongoing inquiry, declined to comment Wednesday. Tate County Coroner Ernie Lentz said in an email the official autopsy report is not complete. An email was sent to Senatobia Police Chief Harold Vanderford seeking comment.</p><p>An email was also sent to a Walmart spokesperson seeking comment.</p><p>On display at the church were photos and diagrams of Kohen’s body and a photo of the car. The passenger window was shattered and an apparent bullet hole pierced the windshield on the passenger side. The other woman in the car was badly wounded, authorities said.</p><p>The broken passenger-side window indicates a bullet was fired into that side the car, Crump said.</p><p>The preliminary findings, Crump said, show the bullet entered the baby’s torso on his right side and exited on his left. Crump said that assessment is supported by the clusters of cuts on the right side of his chest and abdomen that would have been caused by the broken tempered glass.</p><p>“That’s very important as we try to solve a puzzle,” he explained, adding: “The reason that we’re having to try to solve the puzzle is because they won’t release the video.”</p><p>In an initial account of the shooting, state investigators said: “Officers attempted to stop the vehicle, but the driver drove in the direction of the officers, almost striking one. An officer then discharged their weapon and the vehicle fled the scene.”</p><p>Investigators will try to figure out the vehicle’s position, how everyone was sitting inside, and where the officers were standing, said policing expert Ian Adams, who teaches criminal justice at the University of South Carolina. They will need to look at damage to the car as well as bullet wounds, because people can move around.</p><p>“We need to know a lot more before drawing firm conclusions based on bullet wounds alone,” Adams said.</p><p>The killing has drawn comparisons to other instances where Black people lost their life over accusations of petty criminal offenses, such as the murder of George Floyd. Kohen’s mom says she thought her friend had paid for the diapers.</p><p>Crump, who rose to prominence representing the families of Floyd and other Black people killed by police, emphasized that the officers' own report says they saw two women and a child get into the car. He questioned why the officer would shoot, knowing there was a kid inside.</p><p>“They want us to believe that it was a life-or-death situation,” he added. “They told us that, but they have not showed us that.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BONOQG2PA463YACWY36Q37UYYY.jpg?auth=994b71b0759946e0ce1074f3529fc193dfa01b4675c7cf45927d087b08a337ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Veronica Roberson in June 2026 shows her grandson, Kohen Wiley, of Senatobia, Miss. (Veronica Roberson via AP) CORRECTION: Corrects to grandson sted of granddaughter]]></media:description><media:credit role="author" scheme="urn:ebu">Veronica Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFUYQK3UU3UCKFWOFDV4G7BMYU.jpg?auth=935d7ae3af1dbeef37836d91d722b60776fe89eea7df6b874be60db10c661d9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Marquell Bridges, a group of mourners attend a makeshift memorial for 1-year old Kohen Wiley, outside the Walmart where the boy was shot by police in Senatobia, Miss., on Wednesday, June 17, 2026. (Courtesy Marquell Bridges via AP)]]></media:description></media:content></item><item><title><![CDATA[California to institute Bruce Lee Day, a first for a Chinese American in the state's history]]></title><link>https://www.local10.com/entertainment/2026/07/01/california-to-institute-bruce-lee-day-a-first-for-a-chinese-american-in-the-states-history/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/california-to-institute-bruce-lee-day-a-first-for-a-chinese-american-in-the-states-history/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Martial arts icon Bruce Lee, who was born in San Francisco, will become the first Chinese American in California history with an annual namesake day.]]></description><pubDate>Wed, 01 Jul 2026 22:24:25 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Martial arts icon Bruce Lee, who was born in San Francisco, will become the first Chinese American in California history with an annual namesake day.</p><p>Gov. Gavin Newsom signed a law Tuesday afternoon officially designating May 17 as Bruce Lee Day, according to the office of state Assemblymember Matt Haney, who represents San Francisco.</p><p>An 18-year-old Lee returned to San Francisco on May 17, 1959, after spending his childhood in Hong Kong.</p><p>Lee's daughter, Shannon, who is CEO of the Bruce Lee Foundation, said the honor is a testament to her father's enduring legacy as a bridge between cultures.</p><p>“From young people who found confidence and possibility in his philosophy, to families who finally saw themselves represented on screen, to athletes who still draw on his teachings of discipline and inner strength, his reach is profound," Shannon Lee said in a statement.</p><p>Haney called Lee the epitome of the best of California.</p><p>“At a time when Asian Americans were too often absent from or stereotyped on screen, Bruce Lee helped generations see themselves represented with strength and dignity,” he said in a statement.</p><p>The foundation and various Asian American organizations hope Lee will be celebrated every year with voluntary commemorative activities around the state such as cultural exhibits, public events and classroom lessons.</p><p>Born in 1940 to Chinese parents who were touring with an opera, Lee was allowed to have birthright citizenship. A few months later, the family returned to Hong Kong where Lee became a child actor and began learning Chinese kung fu. He moved back to the U.S. in 1959 and enrolled in the University of Washington in Seattle two years later. He dropped out and threw himself into practicing and teaching martial arts.</p><p>In the ‘60s, Lee found work in Hollywood, most notably as Kato in the TV series “The Green Hornet,” but studios wanted him to play racist stereotypes and paid him less than his white counterparts.</p><p>He pivoted back to Hong Kong and soon became a megastar of martial arts flicks, including “The Big Boss” and “Fist of Fury.” Lee died in 1973 at 32 after an allergic reaction to pain medication.</p><p>Lee's name and likeness remain popular. Fans gather on his birthday. A treatment for a proposed TV action series he wrote inspired the HBO Max show “Warrior.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZO4HBD52IC2HO5K7YJUOG3BEI.jpg?auth=2824f17394b995da77cac4a5672fc8081175d14ac0b5cea778869e5c820681b9&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 past a mural showing Bruce Lee and a dragon in San Francisco, Dec. 30, 2020. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZ7PUQ437YS7Q32C6K74AWVHWQ.jpg?auth=93a2d7e747fd148c2dbad9176a6f69af63507658f870f8156b6f7646beb3fea1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A cardboard cutout of martial artist Bruce Lee is displayed at Oracle Park before a baseball game between the San Francisco Giants and the San Diego Padres in San Francisco, July 30, 2020. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Panthers pierden al favorito de la afición Sergei Bobrovsky, quien se va a los Maple Leafs, según reportes]]></title><link>https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Según reportes, los Florida Panthers perderán a uno de los favoritos de la afición bajo los tres palos.]]></description><pubDate>Wed, 01 Jul 2026 19:19:32 +0000</pubDate><content:encoded><![CDATA[<p>Según reportes, los Florida Panthers perderán a uno de los favoritos de la afición bajo los tres palos.</p><p>El veterano portero Sergei Bobrovsky firmó con los Toronto Maple Leafs, según múltiples reportes.</p><p>Bobrovsky acordó un contrato de tres años y $21 millones USD con Toronto, confirmaron el miércoles <a href="https://x.com/KevinWeekes/status/2072379990901985623" target="_blank" rel="noreferrer" title="https://x.com/KevinWeekes/status/2072379990901985623">Kevin Weekes</a>, de ESPN, y <a href="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/" target="_blank" rel="noreferrer" title="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/">Elliotte Friedman</a>, de SportsNet.</p><p>Bobrovsky pasó siete temporadas con los Panthers, ayudando a la franquicia a ganar dos Copas Stanley consecutivas mientras se convertía en uno de los jugadores más queridos en la historia del equipo.</p><p>El dos veces ganador del Trofeo Vezina también ayudó a Florida a eliminar a Toronto de los playoffs en dos ocasiones durante las últimas cuatro temporadas.</p><p>El movimiento se produce después de una difícil temporada 2025-26 para Bobrovsky, quien terminó con un porcentaje de atajadas de .877, la peor marca de su carrera con los Panthers.</p><p>Según reportes, Toronto incorporó al portero de 37 años después de traspasar al guardameta Joseph Woll a los Philadelphia Flyers.</p><p>La salida de Bobrovsky, según los reportes, ocurre poco después de que los Panthers anunciaran una extensión de contrato por ocho años para el delantero <a href="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/">Eetu Luostarinen y la firma del veterano defensor Radko Gudas</a>, quien jugó para los Panthers entre 2020 y 2023.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X43YF4OCZBUEWFX5LYURFYP7SE.jpg?auth=13e4acfabdaac04461e928520f13d172ea343d9a8217518cb8b5daab81e5cf15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Panthers goaltender Sergei Bobrovsky lifts the Stanley Cup after defeating the Edmonton Oilers in Game 6 of the NHL hockey Stanley Cup Final June 17, 2025, in Sunrise, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Noreste de EEUU padece calor extraordinario días antes del 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/01/eeuu-emite-advertencias-a-la-ciudadania-debido-a-calor-extremo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/eeuu-emite-advertencias-a-la-ciudadania-debido-a-calor-extremo/</guid><dc:creator><![CDATA[Por ED WHITE y ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Nueva York, Boston y Filadelfia emitieron el miércoles alertas por calor extremo para los próximos días, mientras las altas temperaturas agobian la zona poco antes de las celebraciones del 4 de Julio en una región orgullosa de su papel como centro histórico de la independencia de Estados Unidos.]]></description><pubDate>Thu, 02 Jul 2026 04:02:59 +0000</pubDate><content:encoded><![CDATA[<p>Nueva York, Boston y Filadelfia emitieron el miércoles alertas por calor extremo para los próximos días, mientras las altas temperaturas agobian la zona poco antes de las celebraciones del 4 de Julio en una región orgullosa de su papel como centro histórico de la independencia de Estados Unidos.</p><p>Se pronostican temperaturas de más de 30 grados Celsius (90 Fahrenheit) para el noreste; Filadelfia y Boston podrían superar los 37 ºC (100 °F) el jueves. Si se suma la humedad, la sensación térmica real será aún mayor en algunos momentos, informó el Servicio Meteorológico Nacional.</p><p>Una cúpula de calor —sistemas de alta presión sobre una región que atrapan el calor y la humedad— ha estado sofocando partes del territorio estadounidense desde la región centro-norte hasta la costa este. Esto añadirá mucha incomodidad en medio de desfiles por el 250º aniversario, flotillas de barcos, conciertos al aire libre y, en Boston, una popular lectura pública de la Declaración de Independencia desde un balcón histórico el sábado.</p><p>El alcalde de Nueva York, Zohran Mamdani, aconsejó a los residentes mantenerse frescos en interiores y evitar “temperaturas extraordinarias”.</p><p>“Que se llegue a tres dígitos a lo largo de estos próximos días es motivo de enorme preocupación, dado que con demasiada frecuencia el calor es algo que se subestima”, declaró Mamdani.</p><p>En Hamptonburgh, Nueva York, falló el aire acondicionado en un autobús que transportaba a cadetes del Junior ROTC —un programa en secundarias para el desarrollo del carácter—, lo que provocó múltiples enfermedades relacionadas con el calor, informaron las autoridades del condado de Orange. Algunos cadetes fueron llevados a hospitales como medida de precaución.</p><p>El concreto y el acero agravan el calor</p><p>La humedad no es inusual en el noreste. Pero el doctor Alexander Azan, de NYU Langone Health en Nueva York, señaló que las altas temperaturas del aire y la humedad son una combinación peligrosa.</p><p>“Su cuerpo no tiene ese nivel de aclimatación para responder adecuadamente al calor, y por eso el estrés térmico en forma de lo que llamamos agotamiento por calor, y en casos más graves, golpe de calor, puede ocurrir a temperaturas mucho más bajas de las que vemos en personas que viven en el sur”, explicó Azan.</p><p>Las ciudades, en particular, corren un mayor riesgo, según expertos.</p><p>“La concentración de concreto, asfalto, acero, todos esos materiales ayudan a retener el calor", señaló Vijay Limaye, científico climático del Natural Resources Defense Council, un organismo ambientalista sin fines de lucro. "La cifra en su teléfono puede que en realidad no refleje el verdadero perfil de temperatura al que va a usted a salir”.</p><p>La ciudad de Nueva York informó que más de 200 equipos de empleados del gobierno y voluntarios buscarán a personas sin hogar y las animarán a entrar en interiores. Habrá cientos de centros de enfriamiento, desde el centro de convenciones Javits Center hasta furgonetas y espacios al aire libre con ventiladores nebulizadores.</p><p>Aprovechando el clima</p><p>El teléfono parecía que no dejaba de sonar en Acme Ice Co. en Cambridge, Massachusetts, que entrega hielo a bares y restaurantes en el área de Boston. El propietario, Marc Savenor, dijo que esta racha de clima caluroso de esta semana es un “sueño de un hombre del hielo”.</p><p>“¿Qué podría pedir un hombre del hielo? ... He contratado a un par de conductores extra. He puesto en actividad un par de camiones extra. Puse hielo en diferentes congeladores para no quedarme sin él”, explicó Savenor. “Después de que mi hielo se agota aquí, vamos a recoger otra carga, la traemos de vuelta y la entregamos en todas partes”.</p><p>El Museo del Perro del American Kennel Club en Nueva York está permitiendo que los visitantes lleven a sus perros para refrescarse, hasta el domingo. El director ejecutivo, Christopher Bromson, comentó que se le ocurrió la idea al ver a su propio terranova tumbado en el piso fresco del museo.</p><p>“Pensé que todos los perros deberían tener acceso a esto”, comentó Bromson.</p><p>En Washington, D.C., donde la temperatura máxima fue de 35° C (95 F), niños sedientos tomaban botellas frías de agua de la Policía de Parques mientras esperaban en la fila para subirse a la rueda de la fortuna en el National Mall.</p><p>Mientras tanto, en la región centro-norte persistían los riesgos por el calor. Taylor Harnist, cuyo negocio en Cincinnati instala y repara aires acondicionados, contó que intentaba mantener cómodos a sus empleados con descansos, agua y bebidas con electrolitos.</p><p>“Cuando te toca un trabajo en un ático con este calor, los hacemos, pero es extenuante", declaró Harnist. "Hace tanto calor que los áticos alcanzan temperaturas de 145 grados (°F)”, lo cual equivale a 62 ºC.</p><p>Jeff Schlegelmilch, profesor asociado de la Escuela del Clima de la Universidad de Columbia, afirmó que el calor es una de las cosas más fáciles de atribuir al cambio climático.</p><p>“Hemos visto un aumento continuo de veranos más largos, temperaturas más altas, temperaturas más altas en una fecha más anticipada, más evaporación de la humedad, mayor humedad... efectos de ese tipo”, indicó Schlegelmilch.</p><p>___</p><p>Contribuyeron a este despacho los corresponsales Jennifer Peltz en Nueva York, Rodrique Ngowi en Cambridge, Massachusetts, y Scott Bauer en Madison, Wisconsin.</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/SV4YH7EFEAAYMDWYKGB4AZTERU.jpg?auth=e22ad8c32ddd90e18756306e93539e7cc65923b6cb66d7976302cbc5291de25b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer y su nieta se refrescan con un pequeño ventilador portátil, el 1 de julio de 2026, en el National Mall de Washington. (AP Foto/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Much more than a piece of furniture, the president's Resolute Desk has echoed through history]]></title><link>https://www.local10.com/news/national/2026/07/01/much-more-than-a-piece-of-furniture-the-presidents-resolute-desk-has-echoed-through-history/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/much-more-than-a-piece-of-furniture-the-presidents-resolute-desk-has-echoed-through-history/</guid><dc:creator><![CDATA[By JACK AURESTO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Franklin D. Roosevelt toiled over paperwork there during the World War II's darkest days. George W. Bush sat behind it to address the nation on 9/11. Beneath it, John F. Kennedy Jr. once crawled and peeked out from behind its front panel while his father worked above, an image so etched into American history that President Joe Biden recreated it with his grandson.]]></description><pubDate>Wed, 01 Jul 2026 19:11:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Franklin D. Roosevelt toiled over paperwork there during the World War II's darkest days. George W. Bush sat behind it to address the nation on 9/11. Beneath it, John F. Kennedy Jr. once crawled and peeked out from behind its front panel while his father worked above, an image so etched into American history that President Joe Biden recreated it with his grandson.</p><p>The Resolute Desk is one of the most recognizable pieces of furniture in the White House — and probably in the entire nation. As the president’s desk, it’s been at the center of American history for nearly 150 years.</p><p>That famous front panel has its own story. Many accounts claim it was added during FDR’s presidency to conceal his wheelchair and leg braces, but some historians dispute that. They argue Roosevelt used the desk in his private study, away from the public eye, and that the panel itself was not installed until after his death.</p><p>The desk’s origins extend far beyond the Oval Office. In fact, it's not American; it’s British.</p><p>The desk is crafted of timbers from the HMS Resolute, a British naval vessel that set off for the Arctic in the early 1850s in search of Sir John Franklin, who disappeared while seeking the Northwest Passage. During that mission, the Resolute became trapped in ice and was abandoned by its crew. Years later, it was discovered drifting through Arctic waters by an American whaling vessel.</p><p>The United States repaired it and returned it to Queen Victoria. The vessel resumed service for many years before eventually being retired.</p><p>Once decommissioned, Queen Victoria expressed her gratitiude to the United States by ordering the timbers of Resolute to be transformed into several pieces of furniture. One of them was a large desk that she presented to President Rutherford B. Hayes in 1880.</p><p>The desk spent much of its early White House history out of public view until 1961, when first lady Jacqueline Kennedy moved it into the Oval Office.</p><p>Every president since Jimmy Carter has used the Resolute desk in the Oval Office, with the exception of President George H.W. Bush, who instead placed it in the Treaty Room. The desk has also become the place where recent presidents leave a letter for their successor on Inauguration Day.</p><p>The Resolute Desk stands not only as a symbol of the American presidency, but also as a reminder of the enduring friendship between the United States and Britain.</p><p>___</p><p>Part of a recurring series, “American Objects,” marking the 250th anniversary of the United States. For more American objects, click here. For more stories on the anniversary, click here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UCFEQALZGI2CMCU2SNOYM4PWLI.jpg?auth=20a9eba9dee3515a8bc0a4dd50a5879b8efb0e59beb41675451b4d4b58ace161&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President John F. Kennedy gestures from behind a richly carved desk, made from the timbers of a British sailing ship, as he talks, Feb. 6, 1961 in his White House office in Washington with Mongi Slim, right, Tunisian Ambassador to the U.S., and G. Mennen Williams, Assistant Secretary of State for African Affairs. (AP Photo/HB, File)]]></media:description><media:credit role="author" scheme="urn:ebu">HB</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVFALCQRVLROQ3BHJCN2GBLO7I.jpg?auth=c5150c5db7d17240066e01ece130a643673498f34906ab1fedd48cacde9bd830&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A view of the Resolute desk in President John F. Kennedy's Oval Office at the White House in Washington, Feb. 5, 1961. (AP Photo/Bob Schutz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">BOB SCHUTZ</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTDG5TQL4FUS6KHGBBISOCX2MI.jpg?auth=203dd2dec79fb3cf5160a2b3bbf7242aea8495dafe7e441b9fd1ed5e4de2af13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The private study of President Franklin D. Roosevelt at the White House on the second floor is shown on May 10, 1933. (AP Photo/File)]]></media:description></media:content></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>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[AOL's owner, Bending Spoons, hits Wall Street with $1.7 billion IPO]]></title><link>https://www.local10.com/business/2026/07/01/aols-owner-bending-spoons-hits-wall-street-with-17-billion-ipo/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/aols-owner-bending-spoons-hits-wall-street-with-17-billion-ipo/</guid><dc:creator><![CDATA[By DAMIAN J. TROISE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The owner of AOL and other tech businesses hit Wall Street with a $1.7 billion initial public offering Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 20:25:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The owner of AOL and other tech businesses hit Wall Street with a $1.7 billion initial public offering Wednesday.</p><p>Bending Spoons priced 58 million shares at $29 apiece. The company is getting $1 billion in proceeds, while the rest is going to shareholders. The stock surged 39.7% in its first day of trading under the symbol “BSP” on the Nasdaq, giving it a market value of $25.2 billion.</p><p>Among the company's well-known holdings are the event creation and ticketing company Eventbrite, and the video hosting service Vimeo. AOL, formerly America Online, is a more recent acquisition for the company. The email and search engine service dates back to the dawn of the internet age.</p><p>AOL itself went public in 1992 and was a vanguard of technology and communication. It reached a market value of $164 billion in 2000 shortly before merging with Time Warner. It then crashed along with the rest of the industry following the bursting of the dot-com bubble. It has been bought and sold several times over the last two decades.</p><p>Bending Spoons' key focus is acquiring troubled tech companies and overhauling them. The company takes its name from the fictional concept of bending spoons with the mind, as portrayed in the dystopian AI-focused “The Matrix” films. The company's founders say the name is meant to evoke focus and dedication, as well as some humor.</p><p>“We were about to attempt to create a world-class company with $40,000, a team of five, and a track record that read 0 for 1," the company wrote in its prospectus. “A touch of irony seemed appropriate.”</p><p>The Italy-based company was founded by three friends in 2013 following the failure of their first attempt at building a technology startup. It has since grown by buying more than 50 companies.</p><p>The acquired companies are reorganized, and AI technology is often a key tool in the redesign. The focus remains on subscription-based revenue from the portfolio of businesses.</p><p>The company said it had net income of $27.5 million on revenue of $601 million during the first three months of 2026. It had more than 500 million monthly active users and 9 million monthly paying customers as of March.</p><p>The company has debt of just under $4.4 billion. It plans to use proceeds from the offering to invest in new acquisitions.</p><p>The Bending Spoons offering comes amid a resurgence in the IPO market this year, highlighted by the record-setting market debut of SpaceX last month.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBTZARQKENOLOALL6BLC5PFRZI.jpg?auth=fa9271d01e8626242b3f9d33df94223e29b0ac1f4019bdb5e697025b40417a72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - AOL's home page is shown on a computer screen, Aug. 4, 2006, in New York. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content></item><item><title><![CDATA[Se queda en casa: Eetu Luostarinen acuerda extensión de contrato por ocho años con Panthers]]></title><link>https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Florida Panthers mantendrán en el sur de Florida a otro integrante clave del núcleo de su equipo campeón.]]></description><pubDate>Wed, 01 Jul 2026 18:02:46 +0000</pubDate><content:encoded><![CDATA[<p>Los Florida Panthers mantendrán en el sur de Florida a otro integrante clave del núcleo de su equipo campeón.</p><p>El equipo anunció el martes que el centro Eetu Luostarinen acordó una extensión de contrato por ocho años que comenzará en la temporada 2027-28.</p><p>“Eetu ha sido una pieza clave en nuestros dos campeonatos de la Copa Stanley y estamos encantados de que continúe su carrera con los Panthers”, dijo en un comunicado Bill Zito, presidente de Operaciones de Hockey y gerente general. “Su compromiso con un sólido juego en ambos extremos de la pista y su aporte en situaciones de inferioridad numérica han sido fundamentales para nuestro éxito”.</p><p>Luostarinen, de 27 años, disputó 73 partidos durante la temporada 2025-26, en los que registró 11 goles y 22 asistencias para un total de 33 puntos, la segunda cifra más alta de su carrera en la NHL.</p><p>Lideró a los delanteros de Florida en tiempo sobre el hielo en situaciones de inferioridad numérica con casi 140 minutos, bloqueó 57 disparos y promedió 16:34 minutos por partido, la mejor marca de su carrera. También ocupó el quinto lugar del equipo con 121 golpes.</p><p>Desde que se unió a los Panthers en 2020, Luostarinen se ha convertido en uno de los delanteros defensivos más confiables del club. En 447 partidos de temporada regular de la NHL con los Panthers y los Carolina Hurricanes, suma 61 goles y 101 asistencias para un total de 162 puntos.</p><p>Su impacto también se ha extendido a los playoffs. Luostarinen ha registrado 34 puntos en 73 partidos de postemporada con los Panthers y desempeñó un papel importante en las dos conquistas de la Copa Stanley de la franquicia.</p><p>Durante la conquista de la Copa Stanley por parte de Florida en 2025, estableció marcas personales con cinco goles, 14 asistencias y 19 puntos en 23 partidos de playoffs. También posee el récord de la franquicia de más puntos en un partido de playoffs como visitante tras registrar un gol y tres asistencias contra Tampa Bay en el quinto partido de la primera ronda el 30 de abril de 2025.</p><p>A nivel internacional, el finlandés ganó una medalla de bronce en los Juegos Olímpicos de Invierno de 2026, donde sumó cuatro asistencias en seis partidos. También conquistó la medalla de oro en el Campeonato Mundial de la IIHF de 2019 y representó a Finlandia en el torneo 4 Nations Face-Off de 2025.</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/CFYFD2SHWFB7HCCKHVUNAOI57E.jpg?auth=91536067207f0598f52d4861ea52e4b737cd40a56e130d4f7b0300764acc2a60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida Panthers center Eetu Luostarinen (27) passes the puck during the third period of an NHL hockey game against the Philadelphia Flyers Thursday, Oct. 9, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[MIA honors military service members, unveils new sculpture ahead of Independence Day]]></title><link>https://www.local10.com/news/local/2026/07/01/mia-honors-military-service-members-unveils-new-sculpture-ahead-of-independence-day/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/mia-honors-military-service-members-unveils-new-sculpture-ahead-of-independence-day/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Miami International Airport marked the upcoming Independence Day holiday Wednesday with a patriotic ceremony honoring military service members and celebrating the nation’s 250th anniversary.]]></description><pubDate>Wed, 01 Jul 2026 17:12:17 +0000</pubDate><content:encoded><![CDATA[<p>Miami International Airport marked the upcoming Independence Day holiday Wednesday with a patriotic ceremony honoring military service members and celebrating the nation’s 250th anniversary.</p><p><a href="https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/">Leer en español</a></p><p>The event began with 70 service members raising 70 American flags across the airport, symbolizing freedom and commemorating 250 years of American pride, sacrifice and resilience.</p><p>Miami-Dade Mayor Daniella Levine Cava said the display serves as a visible tribute for the millions of travelers who pass through the airport.</p><p>“I am so proud that during this month of our America semi-quincentennial, all 70 flagpoles, all 70 here at MIA, will have our nation’s flag flying proudly for all of our visitors to see,” Levine Cava said.</p><p>As part of the celebration, airport officials also unveiled the “Renaissance of Towers,” a 20-foot-tall, three-ton stainless steel sculpture installed at MIA’s Central Boulevard entrance.</p><p>The new monument is intended to serve as a landmark welcoming travelers while commemorating the nation’s milestone anniversary and honoring those who have served in the U.S. Armed Forces.</p><p>The ceremony comes just days before Independence Day, as airports across the country prepare for one of the busiest travel periods of the year.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[MIA rinde homenaje a miembros del servicio militar e inaugura nueva escultura antes del Día de la Independencia]]></title><link>https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[El Aeropuerto Internacional de Miami conmemoró este miércoles la próxima celebración del Día de la Independencia con una ceremonia patriótica en honor a los miembros del servicio militar y para celebrar el 250.º aniversario de la nación.]]></description><pubDate>Wed, 01 Jul 2026 17:57:05 +0000</pubDate><content:encoded><![CDATA[<p>El Aeropuerto Internacional de Miami conmemoró este miércoles la próxima celebración del Día de la Independencia con una ceremonia patriótica en honor a los miembros del servicio militar y para celebrar el 250.º aniversario de la nación.</p><p>El evento comenzó con 70 miembros del servicio militar izando 70 banderas estadounidenses en todo el aeropuerto, como símbolo de la libertad y en conmemoración de 250 años de orgullo, sacrificio y resiliencia de Estados Unidos.</p><p>La alcaldesa del condado Miami-Dade, Daniella Levine Cava, dijo que la exhibición sirve como un homenaje visible para los millones de viajeros que pasan por el aeropuerto.</p><p>“Me siento muy orgullosa de que durante este mes de nuestro semiquincentenario de Estados Unidos, los 70 mástiles, los 70 aquí en el MIA, tendrán ondeando con orgullo la bandera de nuestra nación para que todos nuestros visitantes la vean”, dijo Levine Cava.</p><p>Como parte de la celebración, funcionarios del aeropuerto también inauguraron “Renaissance of Towers”, una escultura de acero inoxidable de 20 pies de altura y tres toneladas instalada en la entrada de Central Boulevard del MIA.</p><p>El nuevo monumento está destinado a servir como un punto de referencia para dar la bienvenida a los viajeros, al tiempo que conmemora el aniversario histórico de la nación y rinde homenaje a quienes han servido en las Fuerzas Armadas de Estados Unidos.</p><p>La ceremonia se realiza apenas unos días antes del Día de la Independencia, mientras los aeropuertos de todo el país se preparan para uno de los períodos de mayor actividad de viajes del año.</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[Call about man masturbating in Nissan Altima spurs AR-15, cocaine discovery in Miami Springs: Police]]></title><link>https://www.local10.com/news/local/2026/07/01/call-about-man-masturbating-in-nissan-altima-spurs-ar-15-cocaine-discovery-in-miami-springs-police/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/call-about-man-masturbating-in-nissan-altima-spurs-ar-15-cocaine-discovery-in-miami-springs-police/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A South Florida man with a gun in his pocket had his hand elsewhere on Tuesday, according to police. Authorities said a call about the 30-year-old publicly masturbating in a Nissan Altima outside of a Miami Springs hotel led officers to discover cocaine and a second weapon.]]></description><pubDate>Wed, 01 Jul 2026 17:41:12 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man with a gun in his pocket had his hand elsewhere on Tuesday, according to police. Authorities said a call about the 30-year-old publicly masturbating in a Nissan Altima outside of a Miami Springs hotel led officers to discover cocaine and a second weapon.</p><p><a href="https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/">Leer en español</a></p><p>Authorities said it all happened just before 2:30 p.m. outside of the Red Roof Plus at 3401 NW Le Jeune Road.</p><p>Miami Springs police said a woman saw Kenton Torrell Williams “watching porn on his cellphone while having his penis exposed and masturbating” while in the burgundy sedan; she told him she was going to tell the front desk.</p><p>Police said she came back 30 minutes later and saw Williams, of Miami Gardens, still at it.</p><p>According to an arrest report, she then told him “she was going to call the police on him.”</p><p>That apparently did not deter Williams, according to police.</p><p>The report states that Williams got out of his car when an officer arrived and the officer saw him “with his pants below his groin area, exposing his underwear and with a black sock wrapped around his penis.”</p><p>As the officer handcuffed him, Williams said “I have a gun in my pocket,” leading the officer to find a small pistol, according to the report.</p><p>Police said after the officer asked if there were any more guns, Williams replied, “There is a rifle in the passenger seat but everything is clean, you can look anywhere you want.”</p><p>Everything was not clean, police said. Besides the AR-15, they said the officer found “a purple Crown Royal bottle bag containing a small clear Ziploc baggie” of powder cocaine. They said they also found a scale “and packaging materials consistent with the sale of narcotics.”</p><p>“I asked (Williams) why was he masturbating inside of his vehicle, to which he responded, ‘everybody has their kinks and I was molested as a child,’” the arresting officer wrote in the report. “I then questioned (him) on the narcotics located in his vehicle to which he responded, ‘I don’t sell drugs; I’m an addict.’”</p><p>Police arrested Williams on charges of armed drug possession, possession of drug paraphernalia and indecent exposure.</p><p>As of Wednesday, he was being held in the Turner Guilford Knight Correctional Center on an $8,500 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VDMGYLWF5BUPBPQDBHMAVCUJI.png?auth=708d5311653e24da6068f451a20889be02d9c5f7a3bba7a188a4be4fc6c538ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Kenton Williams]]></media:description></media:content></item><item><title><![CDATA[Policía: Llamada por hombre masturbándose en un Nissan Altima lleva al hallazgo de un AR-15 y cocaína en Miami Springs]]></title><link>https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre del sur de Florida que llevaba un arma en el bolsillo tenía la mano ocupada en otra cosa el martes, según la Policía. Las autoridades informaron que una llamada sobre un hombre de 30 años que se estaba masturbando públicamente dentro de un Nissan Altima frente a un hotel de Miami Springs llevó a los agentes a descubrir cocaína y una segunda arma.]]></description><pubDate>Wed, 01 Jul 2026 17:54:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida que llevaba un arma en el bolsillo tenía la mano ocupada en otra cosa el martes, según la Policía. Las autoridades informaron que una llamada sobre un hombre de 30 años que se estaba masturbando públicamente dentro de un Nissan Altima frente a un hotel de Miami Springs llevó a los agentes a descubrir cocaína y una segunda arma.</p><p>Las autoridades informaron que todo ocurrió poco antes de las 2:30 p.m. frente al hotel Red Roof Plus, ubicado en el 3401 de Northwest Le Jeune Road.</p><p>La Policía de Miami Springs informó que una mujer vio a Kenton Torrell Williams “viendo pornografía en su teléfono celular mientras tenía el pene expuesto y se estaba masturbando” dentro del sedán color vino, y le dijo que iba a informar al personal de la recepción.</p><p>La Policía indicó que ella regresó 30 minutos después y vio que Williams, residente de Miami Gardens, seguía haciendo lo mismo.</p><p>Según el informe de arresto, entonces le dijo que “iba a llamar a la Policía”.</p><p>Al parecer, eso no disuadió a Williams, según la Policía.</p><p>El informe indica que Williams salió de su vehículo cuando llegó un agente, quien lo vio “con los pantalones por debajo de la entrepierna, dejando expuesta su ropa interior y con un calcetín negro envuelto alrededor del pene”.</p><p>Mientras el agente le colocaba las esposas, Williams dijo: “Tengo un arma en el bolsillo”, lo que llevó al agente a encontrar una pistola pequeña, según el informe.</p><p>La Policía informó que, después de que el agente le preguntó si había más armas, Williams respondió: “Hay un rifle en el asiento del pasajero, pero todo está limpio, puede revisar donde quiera”.</p><p>Pero no todo estaba limpio, informó la Policía. Además del rifle AR-15, el agente encontró “una bolsa morada de Crown Royal que contenía una pequeña bolsa transparente tipo Ziploc” con cocaína en polvo. También encontró una balanza “y materiales de empaque compatibles con la venta de narcóticos”.</p><p>“Le pregunté a Williams por qué se estaba masturbando dentro de su vehículo, a lo que respondió: “Todo el mundo tiene sus fetiches y fui víctima de abuso sexual cuando era niño””, escribió el agente que realizó el arresto en el informe. “Luego le pregunté sobre los narcóticos encontrados en su vehículo, a lo que respondió: “No vendo drogas; soy adicto””.</p><p>La Policía arrestó a Williams por cargos de posesión de drogas estando armado, posesión de parafernalia de drogas y exhibición indecente.</p><p>Hasta el miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $8,500 USD.</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/2VDMGYLWF5BUPBPQDBHMAVCUJI.png?auth=708d5311653e24da6068f451a20889be02d9c5f7a3bba7a188a4be4fc6c538ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Kenton Williams]]></media:description></media:content></item><item><title><![CDATA[Nats' Cade Cavalli apologizes for telling Willson Contreras to 'sit down, boy']]></title><link>https://www.local10.com/sports/2026/07/01/nats-cade-cavalli-apologizes-for-telling-willson-contreras-to-sit-down-boy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/nats-cade-cavalli-apologizes-for-telling-willson-contreras-to-sit-down-boy/</guid><dc:creator><![CDATA[By KEN POWTAK, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Washington Nationals pitcher Cade Cavalli apologized Wednesday for shouting “sit down, boy!” at Boston Red Sox first baseman Willson Contreras while instigating a benches’ clearing scrum a night earlier.]]></description><pubDate>Wed, 01 Jul 2026 21:35:47 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Washington Nationals pitcher Cade Cavalli apologized Wednesday for shouting “sit down, boy!” at Boston Red Sox first baseman Willson Contreras while instigating a benches’ clearing scrum a night earlier.</p><p>“I’m extremely torn up about the way that things were perceived,” Cavalli said before the Nationals beat the Red Sox 10-2. “Obviously, there was no ill intention behind that.”</p><p>Cavalli shouted at Contreras after striking him out looking with a full-count pitch in the fourth inning of the Nationals’ 8-1 victory over the Red Sox.</p><p>The term “boy” has a racist history in the United States. Contreras, who is Venezuelan, demurred when asked after the game if he felt there was a racial component to Cavalli’s word choice.</p><p>“My teammates know me, my family knows me, this organization knows me,” Cavalli said. “I couldn’t sleep because of it. It hurt my heart, knowing that, if there’s a 13-year-old Black kid in D.C. that sees that — that looked up to me and thinks that he perceived it in a way that wasn’t intended the way that it came out, and then he’s not looking up to me anymore — that hurts my heart.”</p><p>When asked, he said he understands the meaning behind the word used.</p><p>“There’s a history behind that word, and that’s just something that as a competitor, like in football or basketball, playing wiffle ball with my brother, you don’t understand it,” Cavalli said. “And then it gets perceived in a way that was not my intention, and then you learn from that. It’ll never happen again.”</p><p>The 27-year-old right-hander said he didn’t realize the public outcry on social media until he got back to his hotel room.</p><p>“I looked at my phone, and I saw what people were saying about me. Saw how torn up my wife was. It hurt my heart,” he said. “I couldn’t believe it. I really couldn’t. Because I know that people know me, and they know my character, and that’s not me. So, it was hard. I truly didn’t sleep last night.”</p><p>Contreras was walking back to the dugout after striking out and yelled back at Cavalli: “Are you talking to me?” A few words were exchanged, and he charged the mound. He was stopped before he got to the pitcher. He tried to throw his helmet over a group of players at the righty.</p><p>Things settled down quickly after that, though the brief dustup ended with Contreras, Boston interim manager Chad Tracy, Red Sox outfielder Nate Eaton and Washington pitcher Miles Mikolas being ejected.</p><p>Cavalli said he hadn’t apologized to Contreras yet, but he hopes he hears his explanation.</p><p>“I have not reached out to him. I know that we’re both competitors, I hope that he hears this and he understands that was not what was intended at all,” Cavalli said. “I think he knows that. But if I see him, I want to make sure that he knows that.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C5QYJJW65ESSCS5ZV2U3BCFWJ4.jpg?auth=93dada7b61ea6bb381ad6cc3c377efd4cc5238c9657cb5fac6d1fe4525b12c7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals' Cade Cavalli, front right, is held back as tempers flare during the fourth inning of a baseball game against the Boston Red Sox, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPWXNNIKZTO43OSIBJF4CFCOOU.jpg?auth=dc864c55b15ae13ab3b0363de2853c28472fdab1663c887d4ad5febccc633485&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals starting pitcher Cade Cavalli delivers during the first inning of a baseball game against the Boston Red Sox, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXWGLMGR7FKB4RDVYF6QKFQJAQ.jpg?auth=6cbfc810bfea4de196c64e8459a306dccc285b191db328705f870f9ebad78499&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras (40) is held back as tempers flare during the fourth inning of a baseball game against the Washington Nationals, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></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>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.</p><p>Grupos defensores de los derechos de los inmigrantes y organizaciones religiosas han denunciado durante años las condiciones en la instalación y organizan protestas todos los miércoles.</p><p>Aseguran que los detenidos están sometidos a hacinamiento y calor extremo.</p><p>El manifestante Luis Rivera dijo que un amigo cercano de su familia tenía una cita obligatoria en la oficina. Afirmó que siente miedo y preocupación.</p><p>“Hay personas, tu familia y tus amigos a quienes quieres. Es difícil”, dijo.</p><p>Arianne Betancourt dijo que su padre estuvo detenido en la instalación durante seis meses. Ahora trabaja a tiempo completo para garantizar que las personas detenidas sean tratadas en condiciones humanas.</p><p>“Van a extender la crueldad”, dijo.</p><p>Betancourt agregó: “Hablo con personas que me dicen que antes de llegar a “Alcatraz de los Caimanes” (en el condado Collier), podían caminar y ahora necesitan una silla de ruedas, y en estos centros no les proporcionan sillas de ruedas, por lo que estos adultos mayores ahora permanecen postrados en cama”.</p><p>Un equipo de Local 10 News vio un camión de bomberos y una ambulancia entrar a la instalación y luego salir escoltados 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 siguió en la fila, así que no sé si cuando entre le van a quitar el teléfono”.</p><p>Rivera dijo que viven en Orlando, pero que llevó a su amigo en automóvil hasta la oficina de Miramar porque allí tenía su cita.</p><p>Los manifestantes dijeron que planean continuar con las protestas semanales.</p><p>Local 10 News se comunicó con ICE para solicitar comentarios.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[From Chocolate Avenue to the World Cup, how Hershey, Pennsylvania, shaped Christian Pulisic]]></title><link>https://www.local10.com/sports/2026/07/01/from-chocolate-avenue-to-the-world-cup-how-hershey-pennsylvania-shaped-christian-pulisic/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/from-chocolate-avenue-to-the-world-cup-how-hershey-pennsylvania-shaped-christian-pulisic/</guid><dc:creator><![CDATA[By LUIS ANDRES HENAO, Associated Press]]></dc:creator><description><![CDATA[HERSHEY, Pa. (AP) — Hershey may be known as the “Sweetest Place on Earth,” thanks to its chocolate-drenched origins, but the Pennsylvania community is also home to Christian Pulisic — the most accomplished and famous player on a U.S. national team that's dreaming big as it co-hosts the World Cup.]]></description><pubDate>Thu, 02 Jul 2026 02:26:19 +0000</pubDate><content:encoded><![CDATA[<p>HERSHEY, Pa. (AP) — Hershey may be known as the “Sweetest Place on Earth,” thanks to its chocolate-drenched origins, but the Pennsylvania community is also home to Christian Pulisic — the most accomplished and famous player on a U.S. national team that's dreaming big as it co-hosts the World Cup.</p><p>The team advanced on Wednesday, defeating Bosnia-Herzegovina to set up a round of 16 match against Belgium on Monday.</p><p>“Hershey to me is everything -- it’s where my family is from, it’s where I grew up,” Pulisic recently said on his Instagram account as he promoted limited-edition Pulisic’s Milk Chocolate Bars by the Hershey Company that feature custom wrappers with his signature. “It’s where I learned how to play. It’s just home.”</p><p>Pulisic grew up in this south-central Pennsylvania community surrounded by farms and rolling countryside, where even the streetlights along Chocolate Avenue are shaped like Hershey’s Kisses. The community was founded in 1903 by Milton S. Hershey, the American businessman and philanthropist who also built homes for workers, a hotel and a theme park that Pulisic often visited with family.</p><p>More than 120 years later, the Hershey Company is still the economic engine of Chocolatetown, USA. But the “Man Behind the Chocolate Bar” now shares the hometown hero honor with the soccer player nicknamed “Captain America.”</p><p>Pulisic inspires young soccer players in Hershey</p><p>Pulisic’s hometown roots run deep, and during the World Cup, his community has rallied around him as the U.S. plays some of its most exciting soccer ever.</p><p>“It’s pretty amazing that he came from Hershey and played for my club,” said Hershey High School rising freshman Cecelia Stefanelli who, on a recent afternoon, kicked a ball to score a goal on her father at a field where Pulisic played.</p><p>The Americans won their first World Cup elimination game in 24 years on Wednesday evening, defeating Bosnia-Herzegovina 2-0 in the round of 32 despite playing a man down for more than 35 minutes. They had a healthy Pulisic in action after the star missed the second group-stage game with a calf injury and played only 33 minutes as a sub in the final group match against Turkey.</p><p>“I’d love if USA won the World Cup; it’d make me happy,” said Stefanelli, a center back who also plays for the Pennsylvania Classics soccer club. Pulisic often credits the structure and coaches at PA Classics, where he played for eight years, with helping develop his skills. In 2021, he returned to the club for a ribbon-cutting ceremony for new fields that he financed and helped design. It's now known as the Pulisic Stomping Grounds.</p><p>The club is located in Lancaster County, surrounded by chicken and dairy farms that give off a pungent odor of fermenting feed and manure.</p><p>On a recent day, Liam Gustafson and Moussa Oumarou juggled a soccer ball and passed it back and forth as they warmed up for training in front of a huge collage of photos of Pulisic that trace from his childhood training to starring for the U.S. at the World Cup.</p><p>“It’s really special to see someone from around here, where we live, playing in the World Cup,” said Gustafson, a 17-year-old forward who dreams of playing pro soccer and calls Pulisic his role model. “It’s really inspiring to see someone who paved the way, so that we can do that someday.”</p><p>Pulisic's path to USMNT stardom ran through Hershey</p><p>The road to soccer was paved early as Pulisic followed in the footsteps of his parents. He was born in Hershey on Sept. 18, 1998, to Kelley and Mark Pulisic, both former collegiate soccer players at George Mason University. His father went on to play pro indoor soccer for the Harrisburg Heat. The family moved to England for a year while Pulisic’s mother completed a Fulbright Program teacher exchange and their 7-year-old rising star played for the Brackley Town youth team.</p><p>“Mark and Kelley could write a playbook on how to raise a humble, smart, kind superstar, while maintaining family relationships,” said Tara Seymour, a family friend and retired health and physical education teacher at Hershey Middle School. She met the family at a soccer camp and became close friends with Pulisic’s mother.</p><p>“She just quietly said to me one time, ‘We have never seen anything like this.’ This is a kid who could juggle the soccer ball hundreds of times when he was in elementary school,” Seymour said. Pulisic, she said, would practice in his backyard for hours, trying to emulate the moves of pros he saw on TV.</p><p>“He has an intensity that couldn’t be taught,” she recalled. “I think he had the opportunity to go pro earlier or go to Europe earlier and they held back just to make sure emotionally and maturity-wise he was ready.”</p><p>When the family returned to Hershey, Pulisic joined PA Classics at the age of 10. The club's president and co-founder Doug Harris said Pulisic's talent allowed him to play with older age groups, and he was often the smallest player on the field.</p><p>“I think if you were to pull kids in the world who want to achieve the level of Christian Pulisic, you’d have millions that would step up, raise their hand. They’re all gifted; they all can play,” Harris said. “But there’s something fundamental about what Christian has been able to do and I’d credit Mark and Kelley Pulisic with a lot of that.”</p><p>Looking forward to the future of American soccer</p><p>The Americans' only World Cup knockout win came on June 17, 2002, when they defeated Mexico 2-0 in the round of 16 in South Korea. Pulisic has said the team's approach won't change in this round and the mood remains light despite the high stakes.</p><p>“It’s just special to be here,” he said. “You just don’t want it to end.”</p><p>Ahead of the game against Bosnia-Herzegovina, PA Classics coaches Brittney Jakobson and Nick Jakobson took their children, Declan and Camden, to kick a ball at Pulisic’s former club. The Americans, they said, have a shot at winning the tournament. But their legacy goes beyond the trophy.</p><p>“Their goal is to inspire a generation and it’s really fun to see that happening in real time … to hear people going out and watching the games, to see people buying the jerseys,” Brittney Jakobson said.</p><p>“Pulisic, obviously, in the short term is a great kind of figure to follow,” said Nick Jakobson. “But he does very much encourage that it’s not just about him. It’s not about just these four years. It’s about the next eight, 12, 16. It’s forward-thinking, and they’re laying a good foundation for what we can build on.”</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/SWER4BAB6VEPEVKMWHH7ZNFT4U.jpg?auth=a4d7d0875ec97ca2b394947d7ffbfd5e5d91ba598ca4f38fda6e5ac4841e1219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pennsylvania Classic co-founder and president, Doug Harris, looks at a banner of U.S. national team soccer player, Christian Pulisic, who was born in nearby Hershey, and honed his skills at the club in Manheim, Pa., on Monday, June 29, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECLRPDAU5T5DSRYQBLKK47MWBE.jpg?auth=7986b793ce3634561a8ae6a471676f6b33bf3e18c2de7ca7d8574751156576cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pennsylvania Classic players Moussa Oumarou, left, and Liam Gustafson, right, juggle the ball before training at the club were U.S. national team soccer player, Christian Pulisic, honed his skills in Manheim, Pa., on Monday, June 29, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7EZT3JMHASNJVOMFFEEFDR4R2E.jpg?auth=547cd4c5161ebfead5c384e76d4e756028bd79e3fa8acbd4275bc74703f1bbe5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A billboard featuring U.S. soccer player Christian Pulisic is pictured on the side of the Hotel Figueroa, Monday, June 29, 2026, in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZGQDNINWBKOWLRCGSYJU6FN5DM.jpg?auth=9337780347d39e9154283116595be6d7d3fe2bc6f7cce234a6baebeea788ed7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cecelia Stefanelli, a rising freshman at Hershey High School, kicks a ball to score a goal against father, Justin Stefanelli, at a field where U.S. soccer national team star, Christian Pulisic, played when he was in school, in Hershey, Pa., on Tuesday, June 30, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TQIMVLSAWYJDM5RK2MAJPO6S7Q.jpg?auth=a79fe8447d336bdcaf0c6ecf7ca978585753ab040bc0dfc1a5a08748579b1d85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pennsylvania Classic coaches, Brittney Jakobson, left, and Nick Jakobson, right, look at a banner of U.S. national team soccer player Christian Pulisic with their children, Declan Jakobson, who wears an Argentina jersey, and Camden Jakobson, wearing a Portugal jersey, at the club were Pulisic honed his skills in Manheim, Pa., on Monday, June 29, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content></item><item><title><![CDATA[Video de cámara corporal muestra las secuelas de balacera en Liberty City que dejó dos hermanos muertos]]></title><link>https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[El video de la cámara corporal de la Policía de Miami divulgado en relación con una balacera mortal que dejó dos personas muertas en Liberty City muestra a agentes y paramédicos entrando apresuradamente a un edificio de apartamentos e intentando desesperadamente salvar a una de las víctimas momentos después de que se desataran los disparos.]]></description><pubDate>Wed, 01 Jul 2026 17:42:58 +0000</pubDate><content:encoded><![CDATA[<p>El video de la cámara corporal de la Policía de Miami divulgado en relación con <a href="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/">una balacera mortal que dejó dos personas muertas en Liberty City</a> muestra a agentes y paramédicos entrando apresuradamente a un edificio de apartamentos e intentando desesperadamente salvar a una de las víctimas apenas momentos después de que se desataran los disparos.</p><p>Un video de vigilancia obtenido recientemente de una cámara ubicada en el exterior del complejo de apartamentos también capta una rápida ráfaga de disparos antes de que los residentes comenzaran a reaccionar a la violencia.</p><p>Un vecino llamó al 911 y les dijo a los operadores que tenía demasiado miedo de salir de su vivienda después de escuchar los disparos.</p><p>La Policía informó que la balacera ocurrió el 2 de mayo en un edificio de apartamentos cerca de Northwest 17th Avenue y 54th Street.</p><p>Según los investigadores, Antwan Carter, de 31 años, discutía con su novia durante un incidente de violencia doméstica cuando los dos hermanos de ella, Jahiem y Gianni Pierre, llegaron al apartamento para protegerla.</p><p>La Policía informó que, después de que la pelea se tornó física, Carter tomó un arma de su vehículo, regresó al apartamento y abrió fuego, matando a ambos hermanos.</p><p>Posteriormente, los detectives arrestaron a Carter después de que, según informaron, confesara el doble homicidio.</p><p>Carter permanece detenido en el Centro de Detención Metrowest, donde enfrenta dos cargos de asesinato en primer grado. Permanece detenido sin derecho a fianza y tiene previsto regresar a la corte a principios de agosto.</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[Bodycam video shows aftermath of Liberty City shooting that killed 2 brothers]]></title><link>https://www.local10.com/espanol/2026/07/01/bodycam-video-shows-aftermath-of-liberty-city-shooting-that-killed-2-brothers/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/bodycam-video-shows-aftermath-of-liberty-city-shooting-that-killed-2-brothers/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Miami police body camera video released in connection with a deadly double shooting in Liberty City shows officers and paramedics rushing into an apartment building and desperately trying to save one of the victims moments after gunfire erupted.]]></description><pubDate>Wed, 01 Jul 2026 16:57:31 +0000</pubDate><content:encoded><![CDATA[<p>Miami police body camera video released in connection with a <a href="https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/">deadly double shooting in Liberty City</a> shows officers and paramedics rushing into an apartment building and desperately trying to save one of the victims just moments after gunfire erupted.</p><p><a href="https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/">Leer en español</a></p><p>Newly obtained surveillance video from a camera outside the apartment complex also captures a rapid burst of gunfire before residents begin reacting to the violence. </p><p>One neighbor called 911, telling dispatchers they were too afraid to leave their home after hearing the shots.</p><p>Police said the shooting happened on May 2 at an apartment building near Northwest 17th Avenue and 54th Street.</p><p>According to investigators, 31-year-old Antwan Carter had been arguing with his girlfriend during a domestic violence incident when her two brothers, Jahiem and Gianni Pierre, came to the apartment to protect her.</p><p>Police said that after a fight turned physical, Carter retrieved a gun from his car, returned to the apartment and opened fire, killing both brothers.</p><p>Detectives later arrested Carter after they said he confessed to the double murder. </p><p>Carter remains jailed at the Metrowest Detention Center on two counts of first-degree murder. He is being held without bond and is scheduled to return to court in early August.</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[Pareja escala el Empire State Building en Nueva York; hombre aparentemente le propone matrimonio tras colocar una bandera en la cima]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una pareja escaló hasta la cima del emblemático Empire State Building en la ciudad de Nueva York el miércoles, donde desplegó una bandera en lo alto del rascacielos.]]></description><pubDate>Wed, 01 Jul 2026 17:30:44 +0000</pubDate><content:encoded><![CDATA[<p>Una pareja escaló hasta la cima del emblemático Empire State Building de la ciudad de Nueva York el miércoles y desplegó una bandera en lo alto del rascacielos.</p><p>La bandera decía: “Cuando el poder del amor vence al amor por el poder, el mundo conoce la paz”.</p><p>El incidente ocurrió alrededor del mediodía del miércoles y medios locales informaron que posteriormente fue desalojado el mirador.</p><p>Según varios medios de comunicación, ambos comenzaron a descender desde la cima del edificio alrededor de las 12:35 p.m. y, en un momento, el hombre aparentemente le propuso matrimonio a la mujer, quien luego se quitó la máscara y lo besó.</p><p>Con una altura de 1,454 pies, el Empire State Building es el octavo edificio más alto de la ciudad de Nueva York. El edificio más alto es el One World Trade Center, que mide 1,776 pies de altura.</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[Extraordinary heat in US Northeast arrives to clash with Fourth of July revelry]]></title><link>https://www.local10.com/news/national/2026/07/01/extraordinary-heat-in-us-northeast-arrives-to-clash-with-fourth-of-july-revelry/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/extraordinary-heat-in-us-northeast-arrives-to-clash-with-fourth-of-july-revelry/</guid><dc:creator><![CDATA[By ED WHITE and ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Multiday warnings of extreme heat landed in New York, Boston and Philadelphia on Wednesday as sultry weather pushed east just ahead of Fourth of July celebrations in a region that revels in its role as a historic hub of U.S. independence.]]></description><pubDate>Wed, 01 Jul 2026 22:50:56 +0000</pubDate><content:encoded><![CDATA[<p>Multiday warnings of extreme heat landed in New York, Boston and Philadelphia on Wednesday as sultry weather pushed east just ahead of Fourth of July celebrations in a region that revels in its role as a historic hub of U.S. independence.</p><p>Temperatures in the high 90s Fahrenheit (30 degrees Celsius) were forecast for the Northeast; Philadelphia and Boston could top 100 by Thursday. Throw in humidity, and the real-feel heat index will be even higher at times, the National Weather Service said.</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. It will add much discomfort amid 250th anniversary parades, ship flotillas, outdoor concerts and, in Boston, a popular public reading of the Declaration of Independence from a historic balcony Saturday.</p><p>New York Mayor Zohran Mamdani advised residents to stay cool inside and avoid “extraordinary temperatures.”</p><p>“To be breaking into triple digits over the course of these many next days — it is of immense concern given that too often the heat is something that is underestimated,” Mamdani said.</p><p>In Hamptonburgh, New York, air conditioning failed on a bus carrying Junior ROTC cadets, resulting in multiple heat-related illnesses, Orange County authorities said. Some cadets were taken to hospitals as a precaution.</p><p>Concrete and steel aggravate hot weather</p><p>Humidity is not uncommon in the Northeast. But Dr. Alexander Azan of NYU Langone Health in New York said high air temperatures and humidity are a dangerous combination.</p><p>“Their body doesn’t have that level of acclimatization to respond appropriately to the heat, and so heat stress in the form of what we call heat exhaustion, and in more severe cases, heat stroke, can occur at much lower temperatures than we see in people who live in the South,” Azan said.</p><p>Experts say cities in particular are at greater risk.</p><p>“The concentration of concrete, asphalt, steel, all of those materials help to retain heat,” said Vijay Limaye, a climate scientist at the Natural Resources Defense Council. “The number on your phone may actually not reflect the true temperature profile that you’re going out into.”</p><p>New York City said more than 200 teams of government workers and volunteers will check on homeless people and encourage them to get inside. There will be hundreds of cooling centers, from the Javits Center convention hall to vans to outdoor spots with misting fans.</p><p>Cashing in on the weather</p><p>The phone seemed like it wouldn't stop ringing at Acme Ice Co. in Cambridge, Massachusetts, which delivers ice to bars and restaurants in the Boston area. The owner, Marc Savenor, said this week's stretch of hot weather is an “ice man's dream.”</p><p>“What could an ice man ask for? ... I’ve hired a couple extra drivers. I’ve put on an extra couple trucks. I put ice in different freezers so I don’t run out,” Savenor said. “After my ice is depleted here, we go pick up another load, bring it back, and we deliver it everywhere.”</p><p>The American Kennel Club’s Museum of the Dog in New York is allowing visitors to bring their dogs to cool off, through Sunday. Executive Director Christopher Bromson said he got the idea from seeing his own Newfoundland sprawled on the museum’s cool floor.</p><p>“I thought every dog should have access to this,” he said.</p><p>In Washington, D.C., where the high temperature was 95 F (35 C), thirsty children reached for cold water from U.S. Park Police as they waited in line for the Ferris wheel on the National Mall.</p><p>In the Midwest, meanwhile, heat risks remained. Taylor Harnist, whose Cincinnati business installs and repairs air conditioners, said he was trying to keep his employees comfortable with breaks, water and electrolyte drinks.</p><p>“You get an attic job when it’s this hot, we do them but it’s strenuous,” Harnist said. “It’s so hot the attics will reach temperatures of 145 degrees.”</p><p>Jeff Schlegelmilch, associate professor at Columbia University Climate School, said heat is one of the easiest things to attribute to climate change.</p><p>“We have seen a continued increase in longer summers, hotter temperatures, hotter temperatures earlier on, more evaporation of moisture, higher humidity — effects like that,” he said.</p><p>___</p><p>Associated Press reporters Jennifer Peltz in New York, Rodrique Ngowi in Cambridge, Massachusetts, and Scott Bauer in Madison, Wisconsin, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z4SPOJ325FHS67V73R2IW4AR6A.jpg?auth=9269545d881edbfad54ac4236eee0eb2d5bc433620e3705b89f41adee9452371&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children reach for cold bottles of water from U.S. National Park Police Officer R. Douglass as they wait in line for the ferris wheel at the Great American State Fair on the National Mall, Wednesday, July 1, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOJ5V3UDBJGWUCBK3AS74ZZ3ZE.jpg?auth=21c83d2c042009eaaafffb1ec63184fb925f70e8926106b0b0deb35bdd4911dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cross 15th Street Northwest as a National Guard Humvee blocks the roadway, Wednesday, July 1, 2026, in Washington. (AP Photo/Tom Brenner)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PF3S6KZ6D46SSMVKZX2APCOT7Q.jpg?auth=4d6a5d73752a048e2074f954293bacbb68bf2b7530e64d902bd6c124e1740483&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors wait to enter the Washington Monument, Wednesday, July 1, 2026, in Washington. (AP Photo/Tom Brenner)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOLXMMZDWLTIY2DJXEG4DLATXY.jpg?auth=7136fcf594e3026670db20c94feeac1765729cbb07296dc6a46dcfc5f817b8b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stephanie McCallister holds a cold bottle of water to her husband Don McCallister's neck as they wait in line for the ferris wheel at the Great American State Fair on the National Mall, Wednesday, July 1, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[Twin brothers just won’t stop dumping sewage on property near Everglades, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/01/twin-brothers-just-wont-stop-dumping-sewage-on-property-near-everglades-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/twin-brothers-just-wont-stop-dumping-sewage-on-property-near-everglades-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Deputies say a pair of twin brothers completed a pre-trial diversion program after they were caught allowing recreational vehicles to dump raw sewage on their property near the Everglades in 2023. But, according to arrest reports, it doesn’t seem like Juan Gonzalez-Osorio and Justo Gonzalez-Osorio learned much from it.]]></description><pubDate>Wed, 01 Jul 2026 15:20:42 +0000</pubDate><content:encoded><![CDATA[<p>Deputies say a pair of twin brothers completed a pre-trial diversion program after they were caught allowing recreational vehicles to dump raw sewage on their property near the Everglades in 2023. But, according to arrest reports, it doesn’t seem like Juan Gonzalez-Osorio and Justo Gonzalez-Osorio learned much from it.</p><p><a href="https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/">Leer en español</a></p><p>Authorities said they were tipped off that there were still RVs on their property, located at 15600 SW 212th Ave. in Miami-Dade County’s rural Redland area, and aerial surveillance on Jan. 20 showed it “was in substantially the same condition” as it was three years ago. Miami-Dade Sheriff’s Office deputies executed a search warrant on the property two days later.</p><p>MDSO deputies went back to the property, which directly abuts the Everglades, on Tuesday to take the 47-year-old twins into custody on felony charges of willful disregard for the environment and willful disregard of water pollution laws.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d19534.679165729933!2d-80.54525326554662!3d25.622666672923263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9e948e29a4bf1%3A0xb75740516883cff3!2s15600%20SW%20212th%20Ave%2C%20Miami%2C%20FL%2033187!5e1!3m2!1sen!2sus!4v1782918393684!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>According to arrest documents, their January search, “revealed multiple modular structures and RVs” connected to unapproved sewage treatment and disposal systems, “some of which contained overflow pipes and/or pumps to allow the liquid effluent to be piped into the surrounding wetlands.”</p><p>“There were pipes from two of the RVs that went directly into the wetlands without any storage, including one on the western portion of the premises that was leaking and pooling within the premises and was also being piped directly into the neighboring wetlands,” it states.</p><p>Deputies said they also found a pond on the property filled with algae overgrowth and “dead animals,” saying that “testing of the pond revealed very high levels of bacteria, and tested positive for E. coli.”</p><p>But, according to MDSO, that’s not all deputies found.</p><p>They said that investigators found four mares “in a small corral without access to water” or shelter and a pig “in an elevated crate without access to food or water” or the ability to exercise.</p><p>Because of that, Juan Gonzalez-Osorio is facing five additional counts of animal abandonment.</p><p>Records show they were being held in the Turner Guilford Knight Correctional Center with bonds of $5,000 as of Wednesday. Juan Gonzalez-Osorio faces an additional $500 bond on the animal abandonment charge.</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/LHP3BH35XNEC5FQT73YQBRWHDE.png?auth=4e40bdd025c2c9b9c4f0052ba5642c3b5c3f809aec390cc0f04fc3c413ae3925&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Gonzalez-Osorio and Justo Gonzalez-Osorio]]></media:description></media:content></item><item><title><![CDATA[Ex-CIA Director John Brennan seeks court order requiring records from investigations be preserved]]></title><link>https://www.local10.com/news/politics/2026/07/01/ex-cia-director-john-brennan-seeks-court-order-requiring-records-from-investigations-be-preserved/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/ex-cia-director-john-brennan-seeks-court-order-requiring-records-from-investigations-be-preserved/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Former CIA Director John Brennan sued the Trump administration Wednesday, demanding a court order that would require officials to preserve records from investigations that he says are targeting him for “what amounts to phantom criminal conduct.”]]></description><pubDate>Wed, 01 Jul 2026 22:01:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former CIA Director John Brennan sued the Trump administration Wednesday, demanding a court order that would require officials to preserve records from investigations that he says are targeting him for “what amounts to phantom criminal conduct.”</p><p>The lawsuit says the records would shed light on the motivations of government officials who are investigating Brennan and would form the basis of defense efforts to dismiss any eventual indictment on grounds that the case constitutes a vindictive prosecution.</p><p>Such an argument, his lawyers said, would be supported by the more than 100 verbal or written statements that President Donald Trump has made since 2017 lambasting Brennan and by the Republican president's directives to his Justice Department to initiate investigations of Brennan “without regard to factual or legal justification.”</p><p>“To fully consider those motions, the reviewing judge would need to scrutinize the motivations of the Justice Department officials who directed, oversaw, or undertook those actions to determine whether they violated Director Brennan’s rights, and specifically whether they were motivated by a desire to vindictively prosecute him as an act of retribution,” Brennan's lawyers wrote in the lawsuit filed in federal court in Washington.</p><p>Without an order, the lawsuit contends, the records are at risk of being lost or intentionally deleted.</p><p>The lawsuit amounts to a preemptive strike of sorts on months-long investigations into Brennan and other perceived adversaries of the president, and represents another effort by Brennan's legal team to sound the alarm on inquiries they believe are part of a pattern of politically motivated probes driven by the White House. It asserts that Brennan is being targeted in a vindictive and selective manner arising from Trump's "obsession with punishing him for his lawful conduct as CIA Director and for his constitutionally protected criticism of the President and the President’s policies.</p><p>“That is the reason he is being singled out for investigation of concocted theories of criminal activity, and that will be the dominant reason for any criminal charges resulting from that investigation. That is also why Director Brennan will have an extremely strong basis to challenge those charges as the product of vindictive and selective prosecution,” the lawsuit says.</p><p>Investigators based in Florida are examining whether Brennan made a false statement to Congress in 2023 related to an assessment by intelligence agencies documenting Russian interference in the 2016 presidential election, when Trump defeated Democrat Hillary Clinton. The other investigation aims to determine whether former law enforcement and intelligence officials conspired over the last decade to undermine Trump, including during the course of the Russian interference investigation.</p><p>Brennan has denied any wrongdoing.</p><p>The complaint seeks a court order requiring the preservation of all government records relevant to the investigations, including emails, calendar entries and communications — whether public or private — from Trump or other White House officials about the inquiries and efforts to advance them.</p><p>“Given these strong indicia of vindictiveness, Director Brennan expects that he will forcefully challenge any eventual indictment as the product of an unconstitutionally vindictive and selective prosecution,” the lawsuit says, adding that the judge presiding over any criminal case would look to those records for a glimpse of the government's motives.</p><p>The lawsuit says there's a “very real risk” that the requested communications will not be available by the time any indictment is brought, either because of technology changes that make deletion of records more routine or automatic or because of a Trump administration habit of “failing to observe their legal obligation to maintain such records.”</p><p>“Given the government’s questionable recent history with respect to its record preservation and other legal obligations, however, Director Brennan has a well-founded concern that those records and communications will not be preserved until such time as the court can review them for evidence of unconstitutional vindictiveness,” Brennan's lawyers wrote.</p><p>The lawsuit names as defendants Trump and other top officials from his administration, including acting Attorney General Todd Blanche, FBI Director Kash Patel, White House chief of staff Susie Wiles and CIA Director John Ratcliffe.</p><p>Other defendants include Jason Reding Quiñones, the U.S. attorney for the Southern District of Florida, and Joe diGenova, a Reagan administration prosecutor who returned to the Justice Department in April to serve as a special counselor to the attorney general and help oversee the investigations.</p><p>Brennan's lawyer, Ken Wainstein, wrote in December to the chief judge of the federal court in Florida asking that the Justice Department be prevented from steering investigations related to Brennan to a “favored” Trump administration judge, Aileen Cannon, who in 2024 dismissed the classified documents prosecution against Trump.</p><p>Asked about Brennan's lawsuit, Justice Department spokeswoman Emily Covington said in a statement, “While we cannot comment on the existence, or lack thereof, of an investigation, it is certainly rich that John Brennan is accusing anyone of a ‘retribution campaign.’”</p><p>____</p><p>Associated Press writer Alanna Durkin Richer in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VDMKPF4IUTVVFPCQVUIRKFY36U.jpg?auth=078462dd49376a2d1e760510a4d8c123472872183c0f3e5e2464ff834422b714&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this June 16, 2016 file photo, former CIA Director John Brennan testifies on Capitol Hill in Washington. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[16 children rescued from Ohio home were 'almost feral,' authorities say]]></title><link>https://www.local10.com/news/2026/07/01/16-children-rescued-from-ohio-home-were-almost-feral-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/16-children-rescued-from-ohio-home-were-almost-feral-authorities-say/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[HAMDEN, Ohio (AP) — Sixteen children from the same family who were rescued from a dilapidated home in rural Ohio were living in wretched conditions with human waste all around, confined to just one room over much of the past four years, authorities said Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 22:28:45 +0000</pubDate><content:encoded><![CDATA[<p>HAMDEN, Ohio (AP) — Sixteen children from the same family who were rescued from a dilapidated home in rural Ohio were living in wretched conditions with human waste all around, confined to just one room over much of the past four years, authorities said Wednesday.</p><p>Some of the children discovered Tuesday were unable to speak and one — an 18-year-old who was developmentally disabled — could not even write her name, investigators said.</p><p>“Most of our livestock was kept in better conditions than the children,” said Vinton County Sheriff Ryan Cain. “Just a disgusting scene.”</p><p>The children's parents and two grandparents were charged with felony child endangerment, a prosecutor said.</p><p>Authorities found the children while carrying out a search warrant in an unrelated investigation, Ohio Attorney General Andy Wilson said Wednesday at a news conference.</p><p>Officials said it seemed as if no one outside the family knew about the children, who weren't enrolled in school.</p><p>“We didn’t know there were going to be 16 kids there,” said Wilson, who was nearly at a loss for words in describing what officials found in the tiny village of Hamden that sits in one of Ohio's poorest counties.</p><p>“It’s the type of thing that we’re not used to seeing here in America,” he said.</p><p>Rescued children looked like ‘feral animals’</p><p>The sheriff said it appears 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). He didn’t disclose how the kids were kept inside the home, but said authorities didn’t find any cages in the house.</p><p>The children ranged in age from 1 1/2 years to 18 years old and included both boys and girls, officials said. Seven were transported to hospitals in Columbus and two were flown by helicopter. One was in critical condition on Tuesday while some of the others were admitted for care, Wilson said.</p><p>“They looked like almost feral animals,” Wilson said. “It was terrible.”</p><p>The children were in temporary custody of the Ohio Department of Jobs and Family Services.</p><p>Vinton County prosecuting attorney William Archer said the four adults were charged with second-degree felony child endangering because it involves “serious physical harm.”</p><p>Gary Siders Jr., Gary Siders Sr., Christina Siders and Elizabeth Siders appeared in court Wednesday where a judge entered not guilty pleas on their behalf and set bond at $300,000 for each. They have not yet been assigned lawyers.</p><p>Steve Irwin, a spokesperson for the attorney general's office, would not say whether all of the children are siblings or how they were related.</p><p>Neighbor saw ‘no kids at all’</p><p>The house where the children were found sits on a road tucked away alongside a steep railroad embankment, where tracks carry rumbling trains through Hamden. The closest neighbors are separated by trees and thick brush, but the house is easily visible from the road.</p><p>An open door revealed bits of trash inside while a wooden deck and the backyard were filled with discarded tires, a high chair and other debris.</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 setting up medical and government records.</p><p>“These folks were pretty good at hiding these kids,” Wilson said.</p><p>Investigators were reviewing whether the family was reported to any children’s services agencies in the past.</p><p>Neighbor Joseph Stewart, 60, said he saw “no kids at all” since the family moved in three houses down and that he could clearly see the house and yard when passing by.</p><p>“It’s a sad situation,” he said. Stewart has lived on the street for six years and called it “a quiet neighborhood.”</p><p>On Wednesday, the home's doors and windows stood open to the sweltering heat. A tangle of discarded children’s items -- two busted bicycles, a plastic play table, a beach pail and two infant carriers -- stood in a pile in the yard.</p><p>Hamden has a population of less than 1,000 people and is about 60 miles (97 kilometers) southeast of Columbus.</p><p>The discovery of the children is reminiscent of past horrific cases of family abuse.</p><p>In 2019, David and Louise Turpin pleaded guilty to torture and years of abuse that included shackling some of their 13 children at their home in California, starving them and providing only a minimal education.</p><p>They were sentenced to life in prison with the possibility of parole after 25 years. The couple were arrested in 2018 after their 17-year-old daughter escaped from the home and called 911.</p><p>___</p><p>Seewer reported from Toledo, Ohio. Associated Press writers Rebecca Boone in Boise, Idaho, and Julie Watson in San Diego contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C4PEMDMWNSRJII4LGV3ZJOHWOI.jpg?auth=f9f2823baf7d7bd167bcba0a4cf9d971e8fd10476672046d028f374784d0c20d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police tape and debris are seen at 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/6YMCDXJFFQNCPSYR4DWYB6WHJE.jpg?auth=5deca8e8c5ef720407e078708332b3e3dd2ac74bf066bab3869c3d870ef552ac&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/72WS3XRDDMPYVGOOAJ2ZKJPEZQ.jpg?auth=20a28c64cfd5d42cb7af8634eca3abe9676486791481c402d6313dae6b46e5e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Debris is seen inside 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/SZVZLB57BJMD25YHBEQH6TOP6I.jpg?auth=4e0768a318afbcd611a62e5699a1cc2b31ee7605d1c2cd08af26639020b092e2&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/YV2KAQSDW7KNAIGRRGBJOXTAOE.jpg?auth=6699b98f0babe399e28c10761bde8da76b4074e66ee47cd3ca2e89c0d768de43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of undated booking photos provided by Southeastern Ohio Regional Jail on Wednesday, July 1, 2026, shows, clockwise starting at top left, Gary Siders Sr., Christine Siders, Elizabeth Siders and Gary Siders Jr. (Southeastern Ohio Regional Jail via AP)]]></media:description></media:content></item><item><title><![CDATA[Climber couple arrested after scaling Empire State Building antenna for apparent marriage proposal]]></title><link>https://www.local10.com/news/national/2026/07/01/climber-couple-arrested-after-scaling-empire-state-building-antenna-for-apparent-marriage-proposal/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/climber-couple-arrested-after-scaling-empire-state-building-antenna-for-apparent-marriage-proposal/</guid><dc:creator><![CDATA[By JENNIFER PELTZ and ROBERT BUMSTED, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A daredevil couple scaled the Empire State Building's antenna Wednesday and unfurled a banner about “the power of love” and peace, apparently as part of an audacious, high-altitude marriage proposal — soon followed by their arrest.]]></description><pubDate>Thu, 02 Jul 2026 11:01:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A daredevil couple scaled the Empire State Building's antenna Wednesday and unfurled a banner about “the power of love” and peace, apparently as part of an audacious, high-altitude marriage proposal — soon followed by their arrest.</p><p>The Russian climbers, who go by Angela Nikolau and Ivan Beerkus, were the subject of the 2024 Netflix documentary “ Skywalkers: A Love Story ” about their “rooftopping” exploits and budding romance.</p><p>Dressed in black and wearing masks but not tethers, the two balanced on a narrow ledge and appeared to kiss atop the New York skyscraper's antenna, news helicopter video showed. The banner, reading “when the power of love beats the love of power the world knows peace,” waved from the structure, which rises 1,454 feet (443 meters) above midtown Manhattan.</p><p>After lingering for a time, the two collected the banner and began to climb down, picking their way along the latticework of metal to a wider ledge, where one seemed to set up a piece of photography equipment and got down on one knee. After the two kissed again and hugged, the other person took selfies with an outstretched left hand, as if examining a ring.</p><p>Police Emergency Services Unit officers started ascending a ladder in the spindly structure to intercept them. Police body camera video showed an officer calling out a greeting and explaining, “Well, you can't be up here.”</p><p>An off-camera voice replied with what sounded like, “We are engaged.”</p><p>A few seconds later, officers reached a landing within the antenna and met the couple, who were coming down a ladder and calmly spoke with police, the video showed.</p><p>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>The two climbers — whom police identified by their formal names, Angelina Nikolau and Ivan Kuznetsov — were awaiting arraignment on burglary, reckless endangerment and other charges. It wasn't immediately clear whether they had attorneys who could speak to the allegations. An assistant to Nikolau said early Thursday that the couple was unavailable for the time being.</p><p>“Skywalkers: A Love Story” follows Beerkus and Nikolau as they make often unauthorized ascents of tall structures, sometimes posing as construction workers to sneak in.</p><p>It wasn’t clear how the pair gained access to the Empire State Building's antenna, which rises well above public areas of the 102-story building. Building management said in a statement that the episode was “unauthorized” and didn’t endanger anyone in the skyscraper.</p><p>The management didn’t answer questions about how the two reached the antenna and what interactions, if any, they had with security workers. Empire State Building visitors are screened and told not to bring large packages, sports equipment, costumes or masks, among other items.</p><p>Tourist Julie Morris told local TV stations that she was on one of the building's observation decks when she saw two people pass through some mesh gates into an off-limits area. She said she assumed the pair, who weren't masked, worked there.</p><p>As the stunt unfolded, onlookers gaped from the sidewalks near the Art Deco office tower.</p><p>“It's crazy — it's like being in the movies,” said Jonathan Roman, a tourist visiting from the Scottish city of Glasgow. He and his 15-year-old son had observation platform tickets but arrived to find the building blocked off because of the antenna activity.</p><p>Still, the spectacle was “probably more exciting than going up to the viewing platform for the second time,” Roman reasoned.</p><p>Daredevils have previously 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><p>___</p><p>This story has been corrected to show that the incident happened Wednesday, not Tuesday.</p>]]></content:encoded><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[Heat lose Norman Powell as guard agrees to deal with Bulls, report says ]]></title><link>https://www.local10.com/sports/local/2026/07/01/heat-lose-norman-powell-as-guard-agrees-to-deal-with-bulls-report-says/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/heat-lose-norman-powell-as-guard-agrees-to-deal-with-bulls-report-says/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat continued to reshape their roster Wednesday, but they’ll be moving forward without one of last season’s top scorers.]]></description><pubDate>Wed, 01 Jul 2026 15:31:08 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat continued to reshape their roster Wednesday, but they’ll be moving forward without their leading scorer last season. </p><p><a href="https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/">Leer en español</a></p><p>Free agent guard Norman Powell has agreed to a two-year, $45 million contract with the Chicago Bulls, according to ESPN’s <a href="https://x.com/ShamsCharania/status/2072311773592506453" target="_self" rel="" title="https://x.com/ShamsCharania/status/2072311773592506453">Shams Charania</a>. </p><p>Powell, 33, earned his first career NBA All-Star selection with Miami last season after averaging 21.7 points, 3.5 rebounds and 2.5 assists per game. </p><p>Over the past two seasons, he averaged nearly 22 points per contest.</p><p>The move comes after Miami decided to lock up another key piece of their roster.</p><p>Charania also <a href="https://x.com/ShamsCharania/status/2071636097675719043" target="_self" rel="" title="https://x.com/ShamsCharania/status/2071636097675719043">reported on Monday</a> that forward Andrew Wiggins plans to remain in Miami by opting into the final year of his current contract for the 2026-27 season before signing a two-year, $64 million extension. </p><p>The new agreement would keep Wiggins, 31, with the Heat through the 2028-29 season.</p><p>According to NBA insider Chris Haynes, the Heat are alos adding free agent swingman <a href="https://www.local10.com/sports/local/2026/06/30/miami-heat-to-sign-tim-hardaway-jr-per-report/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/miami-heat-to-sign-tim-hardaway-jr-per-report/">Tim Hardaway Jr.</a> to their roster. </p><p>Hardaway Jr. is the son of former Heat star shooter Tim Hardaway.</p><p>Last season with Denver, Hardaway averaged 13.5 points, 2.6 rebounds and 1.4 assists while shooting 44.7% from the field and 40.7% from downtown.</p><p>Miami is also bringing back forward Simone Fontecchio on a one-year contract, according to Charania. The veteran shooter averaged 8.5 points per game while making 37.5% of his 3-point attempts last season.</p><p>In addition, the Heat announced last week that they have exercised their team option on guard <a href="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/">Pelle Larsson</a>. </p><p>Larsson, 35, appeared in 70 games during his second NBA season, averaging 11.4 points, 3.5 rebounds and 3.4 assists in 26.4 minutes per game while shooting 49.6% from the field and 79.7% from the free-throw line.</p><p>The moves come after Miami acquired superstar <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">Giannis Antetokounmpo</a> from the Milwaukee Bucks in a blockbuster trade that sent Tyler Herro, Kel’el Ware, Jaime Jaquez Jr. and multiple draft picks to Milwaukee.</p><p><i>Local 10 digital journalist David DWork contributed to this story. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZDNWZD43ERXOVMUTTJQQ4WXOE.jpg?auth=439c87b14b92c2f6d1a40c79dabcf74d302a46eee756ea383741cb31136869e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat guard Norman Powell (24) drives to the basket against Charlotte Hornets forward Miles Bridges during the second half of an NBA play-in tournament basketball game in Charlotte, N.C., April 14, 2026. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</media:credit></media:content></item></channel></rss>