<?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, 18 Jun 2026 15:57:15 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Candidates clash over representation at District 20 political forum]]></title><link>https://www.local10.com/news/politics/2026/06/17/candidates-clash-over-representation-at-district-20-political-forum/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/17/candidates-clash-over-representation-at-district-20-political-forum/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Candidates for Congressional District 20 debated issues ranging from voting rights to property insurance affordability on Wednesday night. ]]></description><pubDate>Thu, 18 Jun 2026 03:14:02 +0000</pubDate><content:encoded><![CDATA[<p>Candidates for Congressional District 20 debated issues ranging from voting rights to property insurance affordability on Wednesday night. </p><p><a href="https://www.local10.com/espanol/2026/06/18/candidatos-chocan-por-representacion-en-foro-politico-del-distrito-20/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/candidatos-chocan-por-representacion-en-foro-politico-del-distrito-20/">Leer en español</a></p><p>The forum was hosted by the Urban League of Broward, while questions about representation in the majority-Black district remained front and center.</p><p>“There is an attack on Black people in this country and we have to stand up against that and we have to speak out against that,” Democratic congressional candidate Elijah Manley said.</p><p>The forum took place in Congressional District 20, where roughly half of the constituents are Black. The seat was formerly held by Rep. Sheila Cherfilus-McCormick, a Democrat, who is seeking the seat after resigning under the cloud of an ethics investigation and criminal indictment.</p><p>“This is a Black access district, and if we erase the remedy, we erase the past, and that would lead us into a future that would destroy us,” Cherfilus-McCormick said. “So everybody must talk about what is wrong at this time, having someone come into our district forum shopping.”</p><p>The comment appeared to be aimed at Democratic Rep. Debbie Wasserman Schultz, whose district was eliminated under a new redistricting map. Wasserman Schultz is now running in District 20 against five other candidates who are Black.</p><p>“I think my record speaks for itself,” Wasserman Schultz said. “I’ve been a strong fighter over my entire career to stand up and be a voice for consumers and to push back on businesses and industries who take advantage of consumers.”</p><p>Wasserman Schultz said she has fought for minorities, jobs and immigrants during her time in Washington, but candidates throughout the evening continued to emphasize the importance of minority representation.</p><p>“When everyone has a seat at the table, we’re better for it. We’re stronger for it,” Democratic candidate Dale Holness said.</p><p>The discussion also touched on climate change, healthcare and voting rights.</p><p>“We need regulations -- strict regulations -- cut the red tape, promote small local businesses, and that way we can empower our own insurance company locally,” Republican candidate Rod Joseph said.</p><p>Cherfilus-McCormick’s ethics investigation also came up during the forum.</p><p>One Democratic candidate was notably absent from the event: Luther Campbell. The rapper-turned-political candidate later posted a message on Facebook explaining why he did not attend.</p><p>“I love a good fight, but I never confirmed an event,” Campbell wrote. “Nobody on my team confirmed an event.”</p><p>A spokesperson for WDFL-TV, which organized and produced the forum in partnership with the Urban League of Broward County, disputed Campbell’s claims to Local 10 News and provided a copy of an email from a man named Kevin Harris, who said he was “helping to support the Luther Campbell for Congress campaign” and confirmed that Campbell would be participating in the forum.</p><p>The email was dated April 28.</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[California billionaire tax proposal is slated to qualify for the November ballot]]></title><link>https://www.local10.com/news/national/2026/06/18/california-billionaire-tax-proposal-is-slated-to-qualify-for-the-november-ballot/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/california-billionaire-tax-proposal-is-slated-to-qualify-for-the-november-ballot/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — A proposal to temporarily increase taxes on billionaires in California to counter federal cuts to healthcare for low-income people has sufficient public support to qualify for the November ballot, the state’s top elections official said.]]></description><pubDate>Thu, 18 Jun 2026 15:50:18 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — A proposal to temporarily increase taxes on billionaires in California to counter federal cuts to healthcare for low-income people has sufficient public support to qualify for the November ballot, the state’s top elections official said.</p><p>Secretary of State Shirley Weber, a Democrat, said Wednesday night that petitioners have collected more than the roughly 875,000 signatures needed to place the proposed tax before voters. It will qualify June 25 unless proponents pull the measure.</p><p>The proposal, backed by the Service Employees International Union Healthcare Workers West, would impose a one-time, 5% tax on individuals whose net worth exceeds $1 billion and who were living in the state as of Jan. 1, 2026. The goal is to generate $100 billion in revenue, mainly to fund the state’s Medicaid system with some money going to food assistance and education programs.</p><p>States have been debating how to respond to the major tax breaks and spending cuts legislation President Donald Trump signed last year. The proposal has already divided Democrats and major labor unions and triggered an expensive campaign to defeat it. The proposed tax is backed by prominent progressives including Vermont Sen. Bernie Sanders.</p><p>The measure has faced staunch pushback from Silicon Valley tech moguls as well as Democratic Gov. Gavin Newsom and prominent players in Sacramento. They include the California Medical Association and California School Boards Association, which helped launch a committee this week to oppose it. Newsom also opposed a ballot measure in 2022 to increase taxes on the wealthy, which would have funded programs that help people buy electric cars or install more chargers. Voters rejected it.</p><p>Critics say the measure would decrease state revenue over time by pushing the ultrawealthy to leave, taking the money they would contribute in income taxes with them. That would deal a huge blow to a state that relies on its top 1% of earners for nearly half of its personal income tax revenue.</p><p>The nonpartisan Legislative Analyst’s Office estimates that the proposal would generate tens of billions of dollars in the first few years, but that income tax revenues could subsequently decline by hundreds of millions of dollars annually.</p><p>Since the proposal was announced in October, Google co-founder Sergey Brin has donated $82 million to a political committee called “Building a Better California” that backs a variety of initiatives designed to blunt the billionaire tax proposal. It has raised more than $118 million, counting Brin’s contributions, from fewer than a dozen donors.</p><p>State lawmakers passed budget bills this week that aim to raise revenue in other ways, including by extending a tax on healthcare providers. Newsom and legislative leaders agree to this approach, Senate President pro Tempore Monique Limón said.</p><p>“The budget, as approved by the Legislature and now being negotiated with the Governor, does not include the billionaire’s tax,” the Democrat said in a statement. “Instead, it reflects additional revenues to address our long-term structural deficit.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WMTR2PGYP6675AJIRGU3JOXOAA.jpg?auth=2bdf954f2d916178ac248e4f6aef853b3e12affa6f0d26f29e4fee10e1ccaa78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A large banner is seen at a campaign event for a proposed "billionaires tax" in Los Angeles on Feb. 18, 2026. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Inside the colorful, compelling and controversial jersey designs at the World Cup]]></title><link>https://www.local10.com/sports/2026/06/18/inside-the-colorful-compelling-and-controversial-jersey-designs-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/inside-the-colorful-compelling-and-controversial-jersey-designs-at-the-world-cup/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[There will be blood, sweat and tears on players’ soccer jerseys at the World Cup — and plenty of deeper cultural and historical meaning, too.]]></description><pubDate>Thu, 18 Jun 2026 15:43:38 +0000</pubDate><content:encoded><![CDATA[<p>There will be blood, sweat and tears on players’ soccer jerseys at the World Cup — and plenty of deeper cultural and historical meaning, too.</p><p>Here, The Associated Press runs you through some of the more compelling — and controversial — backstories from the kit designs on show in soccer’s biggest event, currently taking place in the United States, Canada and Mexico.</p><p>Cape Verde's flight paths</p><p>For its World Cup debut, the smallest nation by population at the tournament is paying homage to the roughly 525,000 inhabitants who live on 10 volcanic islands off the coast of Africa. A geometric, triangular print across its blue (home) and white (away) jerseys represents the network of flight paths that connect the islands. The idea is that the people of Cape Verde are united behind the players at the World Cup — and that togetherness showed as the team held firm to seal an unlikely 0-0 draw with heavily favored Spain in their first match.</p><p>Belgium's surrealism</p><p>“This is not a jersey,” reads a message on the collar of Belgium's multicolor away shirt. No, the Belgians aren't losing their minds. It's just a nod to the European nation's surrealist heritage — and notably the work of its master in this artistic movement from the early 20th century. Throughout his career, Belgian artist René Magritte questioned the enigmatic relationship of mind and eye, reality and language, writing under “The Treachery of Images” — his iconic painting of a pipe — the words: “Ceci n’est pas une pipe (This is not a pipe).” The light-blue jersey features pink patterns and black detailing, incorporating soccer-inspired motifs such as pitch lines and a ball. “True to the surrealism theme, the kit sparks the imagination and invites conversation,” the Belgian federation says.</p><p>Haiti's battle scene</p><p>The original jersey submitted by this Caribbean nation — another World Cup debutant — included a depiction of the final battle of the Haitian War of Independence in 1803 on its front. In the words of Colombian sportswear manufacturer Saeta, it was a “tribute to the men and women who contribute every day to Haiti’s future.” It didn't go down too well with FIFA, which rejected the image during its approval process, deeming it too political. So an updated blue soccer kit was needed, one that no longer includes the battle artwork.</p><p>Argentina's swirling paint technique</p><p>The defending World Cup champion is mixing sporting heritage with artistic expression in its jerseys. The home kit — worn by Lionel Messi for his hat trick against Algeria on Tuesday — features three shades of blue on its stripes, an homage to the South American nation's World Cup-winning uniforms from 1978, 1986 and 2022. As for its dark blue away jersey, that's inspired by a traditional painting technique from capital city Buenos Aires — filete porteño — that's used for ornamental design, combining brilliant, swirling colors with specific lettering styles.</p><p>France's American connection</p><p>France arrived for the World Cup with an away kit that honors a gift the nation famously gave to the United States: the Statue of Liberty. The jersey has a green hue that resembles the oxidized color of the iconic sculpture designed by a Frenchman — Frédéric-Auguste Bartholdi — and given to the United States in 1886 as a symbol of French-American friendship. On the jersey is a logo in copper — the original color of the statue — with the words “Nos différences nous unissent” (Our differences unite us).</p><p>Iran's endangered Asiatic cheetah</p><p>The most striking imagery on Iran's home (white) and away (red) kits is an Asiatic cheetah low across the front. There also are cheetah spots on the sleeves up to the shoulder. The Asiatic cheetah, an equally fast cousin of the African cat, is one of the world’s critically endangered species — one that Iran has long tried to save. There were as many as 400 in the 1990s but the numbers have dwindled to less than an estimated 70 remaining in Iran.</p><p>Norway's runic font</p><p>Norway's kit might be the sharpest at the World Cup — literally. The font used for the names and numbers of players is inspired by runic writing — characters in several Germanic alphabets used in northern Europe from ancient times until the adoption of the Latin alphabet. The writing is pointy, geometric and easily visible, representing the Norwegian team's desire to embrace its centuries-old history. Flanking the large blue cross across the chest are Viking art patterns in an Urnes style.</p><p>Colombia's yellow butterflies</p><p>Look closely at Colombia's typically vibrant yellow jersey and you'll notice a burst of butterfly patterns. That's an homage to the classic novel by the nation's Nobel Prize-winning author, Gabriel Garcia Marquez, “One Hundred Years of Solitude,” and the stories that made him literature’s best-known practitioner of magical realism — the blending of the everyday with fantastical elements such as a man trailed by a cloud of yellow butterflies.</p><p>Mexico's Aztec calendar</p><p>Mexico's home jersey brings back the Aztec calendar design that was popular in the 1990s. In the run-up to the World Cup, the team visited the National Museum of Anthropology in Mexico City and posed for a photo with the uniforms in front of the Aztec “Piedra de Sol” or Stone of the Sun, best known as the Aztec calendar.</p><p>Saudi Arabia's architecture</p><p>Dotted across Saudi Arabia's dark green home jersey are symmetrical lavender squares or diamond shapes, a tribute to doorway decoration — namely geometric, triangular architecture — commonly seen in homes in the kingdom. Wild lavender flowers fill Saudi's desert landscapes in springtime, so purple is a celebrated color in the nation and regarded as a symbol of generosity.</p><p>Brazil's Amazonian frogs</p><p>What might immediately jump out when looking at Brazil's navy blue-and-black away jersey made by Nike is a yellow “Jumpman” logo synonymous with Michael Jordan-promoted sportswear. However, more closely linked to Brazilian culture is the color of the kit, inspired by the skin of the poison dart frog found in the Amazon. It's a nod to the danger posed by Brazil, the record five-time world champion.</p><p>___</p><p>Associated Press writer Luis Andres Henao contributed to this report.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HSKJW7Z3QTV44SJHWAAJ6XO2QY.jpg?auth=ce4310c8b10010eeb0e87f6782999bbd5f951bb9c36ee0f8e95a877a61323388&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates after scoring the opening goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYNQ7SREMMR5NCTZ3KPBJ5K3SU.jpg?auth=963d4c00da4acdfea638866c4d6b168435003f773e6533ad66671e0dc581f10f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9), center, celebrates with teammates after scoring his side's second goal during the World Cup Group I soccer match between Iraq and Norway in Foxborough, Mass., near Boston, Tuesday, June 16, 2026. (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/VD7MHKEMLAL4UW64VDM2HW34FY.jpg?auth=87985dfa46ea50dac5ce925867336cd73a252d4c69c6742a46df03b78a0cb51f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haiti supporters react ahead of the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 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/XEUEVVO5GMAPA3MH7JWWRSXMCY.jpg?auth=f463b4461ba29119b8bf97a55a1500ba5f1a3bc4cdb385f466667cf291e52549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Mehdi Ghayedi (10) battles for the ball with New Zealand's Callan Elliot (24) during the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5LZYV6YH5T2XDOTPW6F667YXQQ.jpg?auth=ae64573907a4534411618aacfa2b81710d7f18f20c85d81595377a586baf87e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Julian Quinones celebrates after scoring the opening goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Man swinging knife at people on Ocean Drive says he was ‘just trying to get girls’ numbers’: Cops]]></title><link>https://www.local10.com/news/local/2026/06/18/man-swinging-knife-at-people-on-ocean-drive-says-he-was-just-trying-to-get-girls-numbers-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/man-swinging-knife-at-people-on-ocean-drive-says-he-was-just-trying-to-get-girls-numbers-cops/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami Beach police say a 25-year-old man caused a scare on Ocean Drive on Tuesday night, swinging a knife and “harassing patrons” in the popular tourist area on South Beach.]]></description><pubDate>Thu, 18 Jun 2026 15:41:47 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach police say a 25-year-old man caused a scare on Ocean Drive on Tuesday night, swinging a knife and “harassing patrons” in the popular tourist area on South Beach.</p><p>Authorities said it happened just after 11:45 p.m. near Ninth Street. An arrest report from the Miami Beach Police Department states that a worker at Mango’s nightclub reported that a man, later identified as Juan Luis Rivera Jr., was exhibiting the threatening behaviors.</p><p>Police said they were able to track down two victims, who said Rivera approached them, lifted his jacket to show a pocketknife in his waistband and was “mumbling incoherently.”</p><p>According to the report, Rivera then followed the victims and was eventually “flanking” them, asking them, “Why y’all walking so fast?” while holding the knife in his hand.</p><p>Authorities said after noticing police officers in the area, Rivera took off. They said two witnesses later flagged down two police officers and pointed out Rivera, who was walking nearby.</p><p>Police said they detained him and found the folding knife. The report states that Rivera told the officers, “I didn’t do anything. I was just trying to get girls’ numbers.”</p><p>Police arrested Rivera, who has an address in Miami’s Overtown neighborhood, on a charge of aggravated assault with a deadly weapon just after midnight on Wednesday.</p><p>As of Thursday morning, he was being held in the Turner Guilford Knight Correctional Center on a $5,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWXEM52RFREOBCBMYNX6RWYJ4I.jpg?auth=ebe85feffd553797b9d7aa93eb8e095ad7cfd65c0cc0e499c792cd3799d1362c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Rivera]]></media:description></media:content></item><item><title><![CDATA[18-year-old found safe in Florida Keys after disappearing while biking from Jacksonville, deputies say ]]></title><link>https://www.local10.com/news/local/2026/06/18/18-year-old-found-safe-in-florida-keys-after-disappearing-while-biking-from-jacksonville-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/18-year-old-found-safe-in-florida-keys-after-disappearing-while-biking-from-jacksonville-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[An 18-year-old man who authorities said vanished as he was biking from Jacksonville to the Florida Keys was found safe Thursday morning in Monroe County, authorities confirmed.]]></description><pubDate>Thu, 18 Jun 2026 15:34:32 +0000</pubDate><content:encoded><![CDATA[<p>An 18-year-old man who authorities said vanished as he was <a href="https://www.local10.com/news/local/2026/06/17/teen-biking-from-jacksonville-to-florida-keys-has-vanished-mid-trip-authorities-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/teen-biking-from-jacksonville-to-florida-keys-has-vanished-mid-trip-authorities-say/">biking from Jacksonville to the Florida Keys </a>was found safe Thursday morning in Monroe County, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/18/encuentran-a-joven-de-18-anos-sana-y-salva-en-los-cayos-de-florida-tras-desaparecer-mientras-iba-en-bicicleta-desde-jacksonville/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/encuentran-a-joven-de-18-anos-sana-y-salva-en-los-cayos-de-florida-tras-desaparecer-mientras-iba-en-bicicleta-desde-jacksonville/">Leer en español</a></p><p>According to the St. Lucie County Sheriff’s Office, Jasper Frohock was found by deputies with the Monroe County Sheriff’s Office. </p><p>Deputies did not immediately confirm where in the Keys Frohock was located at. </p><p>Investigators said Frohock was reported missing on Monday after last being seen in the 1900 block of Crestview Drive in Fort Pierce.</p><p>“Throughout his journey, he was traveling several miles each day by bicycle and camping overnight in a tent, often staying at local parks,” an SLCSO news release states.</p><p>It’s unclear why Frohock’s loved ones were unable to get in contact with him.</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/TPGPGBFRVZCYNKYU2ZQMMAICCU.jpg?auth=afbe8444cc4dd3de1d33183dc95f0e9ba5795c0c244493916d5f596876807f34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jasper Frohock]]></media:description></media:content></item><item><title><![CDATA[Partido Comunista de Cuba aprueba plan económico de emergencia tras presiones de EEUU]]></title><link>https://www.local10.com/espanol/2026/06/18/partido-comunista-de-cuba-aprueba-plan-economico-de-emergencia-tras-presiones-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/partido-comunista-de-cuba-aprueba-plan-economico-de-emergencia-tras-presiones-de-eeuu/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Luego de una jornada de debates a puertas cerradas, el Partido Comunista de Cuba (PCC) aprobó un programa de emergencia con inusitadas medidas de libre mercado y apertura económica.]]></description><pubDate>Thu, 18 Jun 2026 15:40:55 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Luego de una jornada de debates a puertas cerradas, el Partido Comunista de Cuba (PCC) aprobó un programa de emergencia con inusitadas medidas de libre mercado y apertura económica.</p><p>El documento —que no ha sido difundido públicamente— será enviado el jueves a la Asamblea Nacional del Poder Popular, el Parlamento cubano, y contempla mayor espacio para la iniciativa privada, incremento de la autonomía de los municipios y las empresas estatales y reglas beneficiosas para atraer inversión extranjera. La víspera se informó que el expresidente Raúl Castro aprobaba las medidas.</p><p>“La realidad nos impone cambios urgentes y necesarios. Y cuando la vida del pueblo se vuelve tan dura, el primer deber del Partido Comunista y del gobierno revolucionario no es explicar mejor la crisis, sino cambiar lo que haya que cambiar”, expresó el presidente Miguel Díaz-Canel en el discurso de cierre de la sesión del PCC en la noche del miércoles y que fue publicado el jueves.</p><p>Cuba se encuentra bajo un cerco energético y financiero de Estados Unidos que ha agravado la crisis que padece desde hace cinco años y ha tenido un fuerte impacto en la vida diaria,  con apagones de hasta 20 horas por día y limitaciones en los servicios de salud, el transporte, la industria y la educación.</p><p>En las últimas jornadas se registraron manifestaciones barriales con golpes de cacerolas a medida que la luz se cortaba, constató The Associated Press.</p><p>Díaz-Canel dijo que para el plan de emergencia y el documento elaborado por el PCC se tuvieron en cuenta experiencias como las de China y Vietnam, países socialistas con economías de mercado.</p><p>El documento será entregado a los parlamentarios para su debate en una sesión especialmente convocada de manera tan sorpresiva como el llamado al plenario del PCC.</p><p>La semana pasada, y sin ofrecer plazos, Díaz-Canel había informado que las reformas contemplarían la ampliación de autorizaciones para la creación de empresas privadas —recién permitidas este lustro—, que se admitirá a cubanos residentes en la isla y el exterior como inversores en el sector del turismo y una mayor libertad a las empresas estatales que incluye su asociación con privados.</p><p>También anticipó modificaciones en el mercado cambiario y la posibilidad de que negocios privados puedan importar y exportar sin intermediación estatal –como se hace actualmente--.</p><p>El presidente estadounidense Donald Trump y su secretario de Estado, Marco Rubio, han dicho que buscan un cambio de gobierno y modelo económico en la isla. Cuba respondió que podría encarar aperturas económicas, pero que no discutirá su modelo político y social.</p><p>El PCC, cuyo primer secretario es Díaz-Canel y el único con reconocimiento legal, no es un partido electoral –no se presenta a comicios--, sino que por la Constitución orienta a los otros poderes, incluido el Legislativo, sobre la dirección del país.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AP6H3CVRFH24AUIHVA2NIQOKSY.jpg?auth=6d1a2326b60894e50a80f427e57f48eca18e8382d9002d7711d190090587f3ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un montón de basura arde en La Habana, Cuba, el miércoles 17 de junio de 2026. (AP Foto/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Encuentran a joven de 18 años sana y salva en los Cayos de Florida tras desaparecer mientras iba en bicicleta desde Jacksonville]]></title><link>https://www.local10.com/espanol/2026/06/18/encuentran-a-joven-de-18-anos-sana-y-salva-en-los-cayos-de-florida-tras-desaparecer-mientras-iba-en-bicicleta-desde-jacksonville/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/encuentran-a-joven-de-18-anos-sana-y-salva-en-los-cayos-de-florida-tras-desaparecer-mientras-iba-en-bicicleta-desde-jacksonville/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un joven de 18 años que, según las autoridades, desapareció mientras recorría en bicicleta la ruta entre Jacksonville y los Cayos de Florida fue encontrado sano y salvo la mañana del jueves en el condado Monroe, confirmaron las autoridades.]]></description><pubDate>Thu, 18 Jun 2026 15:40:21 +0000</pubDate><content:encoded><![CDATA[<p>Un joven de 18 años que, según las autoridades, desapareció mientras <a href="https://www.local10.com/espanol/2026/06/17/desaparece-adolescente-que-viajaba-en-bicicleta-de-jacksonville-a-los-cayos-de-florida-dicen-autoridades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/desaparece-adolescente-que-viajaba-en-bicicleta-de-jacksonville-a-los-cayos-de-florida-dicen-autoridades/">recorría en bicicleta la ruta entre Jacksonville y los Cayos de Florida</a> fue encontrado sano y salvo la mañana del jueves en el condado Monroe, confirmaron las autoridades.</p><p>Según la Oficina del Sheriff del Condado St. Lucie, Jasper Frohock fue localizado por agentes de la Oficina del Sheriff del Condado Monroe.</p><p>Los agentes no confirmaron de inmediato en qué lugar de los Cayos fue encontrado Frohock.</p><p>Los investigadores informaron que Frohock fue reportado como desaparecido el lunes después de haber sido visto por última vez en la cuadra 1900 de Crestview Drive, en Fort Pierce.</p><p>“A lo largo de su recorrido, viajaba varias millas cada día en bicicleta y pasaba la noche acampando en una tienda de campaña, con frecuencia hospedándose en parques locales”, indica un comunicado de la Oficina del Sheriff del Condado St. Lucie.</p><p>No está claro por qué sus familiares y seres queridos no pudieron comunicarse con él.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPGPGBFRVZCYNKYU2ZQMMAICCU.jpg?auth=afbe8444cc4dd3de1d33183dc95f0e9ba5795c0c244493916d5f596876807f34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jasper Frohock]]></media:description></media:content></item><item><title><![CDATA[Ebola cases increase almost 40% in a week as death toll passes 200]]></title><link>https://www.local10.com/health/2026/06/18/ebola-cases-increase-almost-40-in-a-week-as-death-toll-passes-200/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/18/ebola-cases-increase-almost-40-in-a-week-as-death-toll-passes-200/</guid><dc:creator><![CDATA[By WILSON MCMAKIN, Associated Press]]></dc:creator><description><![CDATA[DAKAR, Senegal (AP) — The Ebola outbreak in Congo and Uganda has claimed more than 200 lives in its first month and is the worst known outbreak at this stage, with up to 35,000 suspected potential contacts, Africa’s Centres for Disease Control and Prevention said on Thursday.]]></description><pubDate>Thu, 18 Jun 2026 15:35:42 +0000</pubDate><content:encoded><![CDATA[<p>DAKAR, Senegal (AP) — The Ebola outbreak in Congo and Uganda has claimed more than 200 lives in its first month and is the worst known outbreak at this stage, with up to 35,000 suspected potential contacts, Africa’s Centres for Disease Control and Prevention said on Thursday.</p><p>With 894 confirmed cases so far, the current outbreak is three times worse than a previous outbreak in Uganda in 2000, which had 281 cases at the same point, said Dr. Wessam Mankoula, a medical epidemiologist at Africa CDC.</p><p>The latest number of cases is believed to be higher because the outbreak was confirmed on May 15, weeks after it was suspected to have begun. The number of cases has increased 38% since last week and is now in 32 health zones across eastern Congo, said Mankoula.</p><p>The outbreak is caused by the rare Bundibugyo virus, which has no approved vaccines or treatments and was not tested for in the early days. The more common Zaire virus, for which there is a vaccine, was responsible for most of Congo’s past 16 outbreaks of the disease.</p><p>So far 74 patients have recovered from the disease across eastern Congo and Uganda. Experimental treatments like monoclonal antibodies are being developed for Bundibugyo.</p><p>The outbreak is concentrated in Congo’s eastern province of Ituri, which accounts for more than 90% of the cases. Cases have also been recorded in the North Kivu and South Kivu provinces and have spread across the border to Uganda, where 19 confirmed cases have been reported and two people have died.</p><p>Contact tracing remains an issue due to the area's remoteness and ongoing insecurity in Ituri province, Dr. Mankoula said.</p><p>“For those 800 confirmed cases, we should have between 17,000 to 35,000 contacts that should be in our contact list,” said Mankoula. Currently only around 4,000 contacts have been tracked and are being evaluated, less than 15%.</p><p>“We are still far from controlling the situation of this outbreak,” said Mankoula.</p><p>Nearly a million people have been displaced by years of conflict in Ituri, according to the U.N. humanitarian office, making contact tracing difficult as people flee attacks or move frequently in the vast province with dense forests, poor roads and remote villages that can take days to reach.</p><p>Tracing is also difficult among the thousands of miners who regularly move among remote sites in the mineral-rich region.</p><p>Of the over $900 million pledged to fight the outbreak, only $90 million has been released to help fight the outbreak, further complicating the ongoing crisis, according to Mankoula.</p><p>Africa CDC estimates it needs 540 personnel to fight the outbreak and so far they only have 84.</p><p>“We’re keeping our fingers crossed those new pledges will be fast tracked, and we’ll be following up with different member states and different partners about their commitment to turn those pledges into actual money released to their affected countries or partners,” said Mankoula.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GZPF6IFA26Y7ESTYK3TZMEDT7U.jpg?auth=2ce8888fce86df928b680743e8617c780510f2754b43b6632f2cb8c8026d4b28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker disinfects the area around a treatment center under construction at the General Hospital in Bunia, Congo, Monday, June 15, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQCCFDHMEWMJAVEY476P3J2XEI.jpg?auth=ee3b0e329383aa297563f2f5f9e27f49845d11ed286c0e76c17701955623c855&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A paramedic stands by a suspected Ebola patient lying in an ambulance at a treatment center in Bunia, Congo, Monday, June 15, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NCFJSH6ZEQ6ULVKDSSRB2UOWE.jpg?auth=6d6c17651b88107115e999fb2c276ab9c307bf2687ed7db73d5abbb0eda568a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A paramedic transports a suspected Ebola case to a treatment center in Bunia, Congo, Monday, June 15, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUXPZP7LRO4HRRA2OG6CNAHPPQ.jpg?auth=ff5af0a07b82b088a30708cf0325a4a01a1ca38d48a02baebb0ceec34cb4f394&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two girls sit at the isolation center in Bunia, Congo, Monday, June 15, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBV26TXBO2M6WSTISQFGBNYSLE.jpg?auth=f4652381fc8cae2a3fcd31ae83a4ffdf357afba8b26d96187540eb0a21ededcd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Marie-Roseline Darnycka Belizaire, left, Regional Emergency Director for Africa at the World Health Organization (WHO), talks with one of her colleagues in an office in Bunia, Congo, Monday, June 15, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Vance says US allows more than dozen ships through to Iranian ports, lifting blockade under deal]]></title><link>https://www.local10.com/news/politics/2026/06/18/vance-says-us-allows-more-than-dozen-ships-through-to-iranian-ports-lifting-blockade-under-deal/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/vance-says-us-allows-more-than-dozen-ships-through-to-iranian-ports-lifting-blockade-under-deal/</guid><dc:creator><![CDATA[By WILL WEISSERT and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Vice President JD Vance says the U.S. Navy has allowed more than a dozen ships through to Iranian ports, lifting a blockade as part of an agreement to end the war.]]></description><pubDate>Thu, 18 Jun 2026 15:49:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Vice President JD Vance says the U.S. Navy has allowed more than a dozen ships through to Iranian ports, lifting a blockade as part of an agreement to end the war.</p><p>Vance made the announcement Thursday at a White House press briefing, where he said more oil is now flowing through the Strait of Hormuz. The Republican vice president says more than 12.5 million barrels went through the shipping channel Wednesday night.</p><p>“So we’re also honoring our end of the early part of the agreement on the military side,” Vance said.</p><p>Vance cited it as an immediate benefit of the deal as he downplayed criticism that the agreement tilts in favor of Iran.</p><p>On Tuesday, two oil tankers left Iran and crossed the U.S. military blockade without being stopped. A merchant shipping tracking website said the ships were carrying a combined total of 3.8 million barrels of Iranian crude oil.</p><p>The agreement calls for a permanent end to hostilities and starts a 60-day negotiating clock to reach a final deal on the future of Iran’s nuclear program, though Trump left the door open to resume attacks. It appears to offer Iran several benefits up front while extracting little in return.</p><p>It states that Iran’s stockpile of highly enriched uranium, which is believed to be buried under rubble, must at minimum be diluted under international supervision. It also states that Iran shall not procure or develop nuclear weapons — a commitment it has made previously. But beyond stating that the U.S. and Iran will negotiate over Iran’s nuclear program, other commitments still need to be worked out.</p><p>Much of the agreement would restore the status quo before the war, including ending hostilities, restarting talks between the U.S. and Iran over Tehran’s nuclear program, and reopening the Strait of Hormuz, the crucial passage for the world’s oil and natural gas whose closure created a historic energy crisis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F4QYKXT5R6ZOPCS3CTE7WILOKY.jpg?auth=b265733d7cf2c5a5db7a5975f65a5855177ff9399f31368e66e2cbbe9e23609e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks to reporters in the James Brady Press Briefing Room at the White House, Thursday, June 18, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Federal regulators back Trump's plan to speed power to energy-hungry AI data centers]]></title><link>https://www.local10.com/news/politics/2026/06/18/federal-regulators-back-trumps-plan-to-speed-power-to-energy-hungry-ai-data-centers/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/federal-regulators-back-trumps-plan-to-speed-power-to-energy-hungry-ai-data-centers/</guid><dc:creator><![CDATA[By MATTHEW DALY and MARC LEVY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal regulators on Thursday agreed to let large energy users connect more quickly to the nation’s inefficient and electric transmission system to accommodate surging demand from power-hungry artificial intelligence data centers.]]></description><pubDate>Thu, 18 Jun 2026 15:49:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal regulators on Thursday agreed to let large energy users connect more quickly to the nation’s inefficient and electric transmission system to accommodate surging demand from power-hungry artificial intelligence data centers.</p><p>Energy Secretary Chris Wright had urged the Federal Energy Regulatory Commission to act in an effort to help the United States better compete with China for superiority in the fast-growing AI sector. Tech companies and data center developers have welcomed the chances for faster connections to the country's power supply.</p><p>But utilities, states and regional grid operators worried that the Republican administration’s plan would remove their authority to manage the process. Clean energy advocates want the agency to advance, rather than undermine, state-level efforts to require the use of renewable energies.</p><p>The commission's actions come as a backlash grows against data centers over fears about rising electricity prices and concerns about the massive amounts of energy and water they use, polluting communities across the country and straining water resources and the electric grid.</p><p>Unanimous vote and affordability</p><p>FERC members voted unanimously to direct that AI data centers and other large power users are “able to connect to the transmission system in a timely and orderly manner.”</p><p>Laura Swett, an appointee of President Donald Trump who chairs the commission, called the vote historic action to push the country’s electricity market into the future while also protecting ratepayers from shouldering the costs of connecting big power users to the grid.</p><p>“I know that Americans across the country are concerned about affordability, and so are we,” Swett said, referring the five-member commission.</p><p>“Many Americans are increasingly concerned about the interconnection of large (power) loads, and data centers will increase their bills in that stress," Swett said. "As chairman, I am taking extremely seriously the mission that Congress has entrusted us to ensure that rates are reasonable and that Americans pay their fair share or less.”</p><p>Data centers would pay the full cost of any grid upgrades needed for their connection, under the commission order. But that order can do little to address the tightening energy supplies that are driving up electricity bills in some areas and raising warnings of blackouts as the construction of data centers outpaces the speed of new power plants coming online to serve them.</p><p>The vote comes eight months after Wright asked the independent agency to take more control over ensuring that the vast network of massive computing warehouses needed to power AI are connected quickly to high-voltage transmission lines.</p><p>A search for power</p><p>Tech giants are scrambling to find enough power for their data centers and report that, in some places, it will take years to connect to the electric grid.</p><p>Besides power bottlenecks, the tech industry is running into widespread opposition from communities Residents do not want to live next to or near a data center, citing fears about rising electricity prices, pollution and water consumption. There have been protests over losing open space, farmland or rural character.</p><p>More than 4,000 data centers now operate in the U.S., according to one estimate, with an additional 3,000 planned or under construction, including some that consume more energy than a small city. Such facilities have ballooned in size to accommodate the demands of AI.</p><p>Trump has tried to deflect public concerns about AI, seeing the fast-evolving technology as crucial for the U.S. to attract foreign investment and maintain its economic and military prowess. Trump signed an executive order this month that establishes a framework for the federal government to vet the national security risks of the most advanced AI systems for up to a month before their public release.</p><p>In December, FERC took an earlier step to help data center operators get electricity quickly, voting to allow tech companies to effectively plug a data center directly into a power plant.</p><p>Power demands from data centers</p><p>Companies such as xAI, Google, Microsoft, Meta, Oracle, OpenAI and Amazon have signed Trump’s Ratepayer Protection Pledge, in which they agreed to build or buy new sources of power generation for their data centers and cover the expense of infrastructure upgrades.</p><p>They also committed to making backup generation available to prevent blackouts in times of emergency, and to hire locally for their data center build out.</p><p>Data from the Electric Power Research Institute shows that data centers now account for about 5% of U.S. electricity demand, but could triple by 2035. In Virginia, data centers account more than 25% of overall demand and could rise to more than 40% by 2030.</p><p>Tech companies have continued to raise their spending on data centers, but there is evidence that construction is lagging.</p><p>A J.P. Morgan report last month said that, based on satellite images, over 60% of data center capacity planned for completion in 2027 hasn’t begun construction, and another 7% is delayed. It said the culprits are typically related to permitting and delays in getting gas turbines, transformers and skilled labor.</p><p>___</p><p>Levy reported from Harrisburg, Pa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VW6AMKBI4ULGM6PDWFH7SHL6I.jpg?auth=193db524690b1aa4359d9aa895c6d501a8653a8409a0fdfd08dcc07bd528994a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans, part of a cooling system, are visible on the roof of a data center April 27, 2026, in Hillsboro, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQKZM5BWVJJKC4SP3LGTGRNIWE.jpg?auth=cacc9fb08184e7c1ab166bf7a682b3ef2d5faa4bd8d98f1b57731228390d7f05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Meta's Stanton Springs Data Center is visible Jan. 13, 2026, in Newton County, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PVDC6OQGOO4SLPYLDEMDEWC5Q.jpg?auth=749cecfbe9dbe8f7b06099cc22abfa10bc3eac4264e3cd0ab01de109dff9b0c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Amazon Web Services data center is visible at night Aug. 22, 2024, in Boardman, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QLTJCRAFWBIKCAFVVUII226QQU.jpg?auth=629c4da3ae5b59f68968314c86343cab79fe9a54efaf6ade624c2b30b85a4bcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The xAI data center is seen, May 7, 2025, in Memphis, 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[Fort Lauderdale couple accused of killing cat through ‘involuntary heat exposure’ ]]></title><link>https://www.local10.com/news/local/2026/06/18/fort-lauderdale-couple-accused-of-killing-cat-through-involuntary-heat-exposure/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/fort-lauderdale-couple-accused-of-killing-cat-through-involuntary-heat-exposure/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Fort Lauderdale couple is accused of killing their pet cat through “involuntary heat exposure,” their arrest affidavits stated.]]></description><pubDate>Thu, 18 Jun 2026 14:49:29 +0000</pubDate><content:encoded><![CDATA[<p>A Fort Lauderdale couple is accused of killing their pet cat through “involuntary heat exposure,” their arrest affidavits stated.</p><p><a href="https://www.local10.com/espanol/2026/06/18/acusan-a-pareja-de-fort-lauderdale-de-matar-a-gato-por-exposicion-involuntaria-al-calor/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/acusan-a-pareja-de-fort-lauderdale-de-matar-a-gato-por-exposicion-involuntaria-al-calor/">Leer en español</a></p><p>Records show Jennifer Armenti, 36, was arrested Wednesday by Miramar police while her boyfriend, Brett Anthony Bellera, 25, was charged in the case earlier this month as he was already being held in the Joseph V. Conte facility on other charges.</p><p>Both are now charged with aggravated cruelty to animals.</p><p>According to their arrest affidavits, a friend of the couple notified Broward County Animal Care on Dec. 15, 2024, that the couple’s cat named Reaper had been found dead.</p><p>Police said Armenti claimed that she woke up and found Reaper dead on the bathroom floor.</p><p>When Animal Care employees showed up, they said they found Reaper’s body on the back patio inside a plastic laundry basket and a large amount of blood pooling on the bottom of the basket.</p><p>Bellera claimed the cat may have ingested cleaning products, his arrest affidavit stated.</p><p>According to the affidavits, the cat’s body was sent to the American Society for Prevention of Cruelty to Animals where a forensic necropsy was performed and revealed that Reaper had died from “involuntary heat exposure” through either microwave radiation, being submerged in hot water or exposure to hot water vapor.</p><p>Police said the analysis by a veterinarian indicated that the cat did not die immediately, but suffered severe pain and suffering prior to his death.</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/FZVS2GYFSVGG5K4KZY7ST75LFI.jpg?auth=4fe8bd8a3c18f2e00cc945108162b854cf61c49ba8ae6e67c44ede04d9d9de9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a pareja de Fort Lauderdale de matar a gato por “exposición involuntaria al calor”]]></title><link>https://www.local10.com/espanol/2026/06/18/acusan-a-pareja-de-fort-lauderdale-de-matar-a-gato-por-exposicion-involuntaria-al-calor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/acusan-a-pareja-de-fort-lauderdale-de-matar-a-gato-por-exposicion-involuntaria-al-calor/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una pareja de Fort Lauderdale está acusada de causar la muerte de su gato mascota por “exposición involuntaria al calor”, según indican sus declaraciones juradas de arresto.]]></description><pubDate>Thu, 18 Jun 2026 14:58:02 +0000</pubDate><content:encoded><![CDATA[<p>Una pareja de Fort Lauderdale está acusada de causar la muerte de su gato mascota por “exposición involuntaria al calor”, según indican sus declaraciones juradas de arresto.</p><p>Los registros muestran que Jennifer Armenti, de 36 años, fue arrestada el miércoles por la policía de Miramar, mientras que su novio, Brett Anthony Bellera, de 25 años, fue acusado en el caso a principios de este mes, ya que se encontraba detenido en el centro Joseph V. Conte por otros cargos.</p><p>Ambos enfrentan ahora cargos de crueldad agravada contra animales.</p><p>Según las declaraciones juradas de arresto, un amigo de la pareja notificó a Broward County Animal Care el 15 de diciembre de 2024 que el gato de la pareja, llamado Reaper, había sido encontrado muerto.</p><p>La policía indicó que Armenti afirmó que despertó y encontró a Reaper muerto en el piso del baño.</p><p>Cuando empleados de Animal Care llegaron al lugar, encontraron el cuerpo de Reaper en el patio trasero dentro de una cesta plástica para ropa y una gran cantidad de sangre acumulada en el fondo de la cesta.</p><p>Bellera afirmó que el gato podría haber ingerido productos de limpieza, según su declaración jurada de arresto.</p><p>De acuerdo con los documentos, el cuerpo del gato fue enviado a la Sociedad Estadounidense para la Prevención de la Crueldad contra los Animales (ASPCA), donde se realizó una necropsia forense que reveló que Reaper murió por “exposición involuntaria al calor”, ya fuera por radiación de microondas, inmersión en agua caliente o exposición al vapor de agua caliente.</p><p>La policía indicó que el análisis realizado por un veterinario determinó que el gato no murió de inmediato, sino que sufrió dolor intenso y severo sufrimiento antes de morir.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZVS2GYFSVGG5K4KZY7ST75LFI.jpg?auth=4fe8bd8a3c18f2e00cc945108162b854cf61c49ba8ae6e67c44ede04d9d9de9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Defensa concluye su caso en juicio por homicidio de embarcación contra George Pino, quien no testifica]]></title><link>https://www.local10.com/espanol/2026/06/17/defensa-llamara-a-testigos-finales-en-juicio-por-homicidio-de-embarcacion-contra-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/17/defensa-llamara-a-testigos-finales-en-juicio-por-homicidio-de-embarcacion-contra-george-pino/</guid><dc:creator><![CDATA[Amanda Batchelor, Christina Vazquez, Chris Gothner]]></dc:creator><description><![CDATA[La defensa llamará a sus testigos finales el miércoles en el juicio por homicidio de embarcación contra George Pino, un día después de que la esposa de Pino y un par de pasajeros a bordo de la embarcación ese día testificaron.]]></description><pubDate>Wed, 17 Jun 2026 13:18:18 +0000</pubDate><content:encoded><![CDATA[<p>La defensa llamará a sus testigos finales el miércoles en el juicio por homicidio de embarcación contra George Pino, un día después de que <a href="https://www.local10.com/espanol/2026/06/16/en-vivo-se-reanuda-juicio-por-homicidio-nautico-contra-magnate-inmobiliario-del-sur-de-florida-george-pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/16/en-vivo-se-reanuda-juicio-por-homicidio-nautico-contra-magnate-inmobiliario-del-sur-de-florida-george-pino/">la esposa de Pino y un par de pasajeros a bordo</a> de la embarcación ese día testificaron.</p><p>Pino, de 55 años, está acusado de homicidio involuntario y homicidio de embarcación.</p><p>Los fiscales acusan a Pino, entonces de 52 años, de ser imprudente cuando perdió el control de una embarcación Robalo de 29 pies en las primeras horas de la noche del 4 de septiembre de 2022 y la estrelló contra un marcador de canal cerca de Boca Chita Key, matando a Lucy Fernandez, de 17 años. Otras dos jóvenes resultaron gravemente heridas, incluida Katerina Puig, de 17 años, quien quedó permanentemente discapacitada.</p><p>La esposa de Pino, Cecilia Pino, dijo a los jurados el martes sobre los momentos caóticos después del choque y señaló que después ella “solo pensaba en las chicas”.</p><p>Claudia Portocarrero, quien estaba en la embarcación celebrando el cumpleaños 18 de la hija de los Pino, dijo que ella y sus amigas estaban cantando y levantando las manos antes del choque.</p><p>La defensa afirma que algo pudo haber obstruido la vista de George Pino del marcador de canal, pero el estado sostiene que ninguna de las jóvenes estaba de pie ni levantando las manos de una manera que hubiera obstruido la vista de Pino.</p><p>“Solo recuerdo abrir los ojos después del impacto y ver como mucho blanco”, dijo Portocarrero. “Y lo primero que vi cuando abrí los ojos fue a George, y pensé que estaba muerto. Solo vi mucha sangre brotando y luego mis amigas me decían que tenía que salir de la embarcación, , para cuando iba a bajarme de la embarcación estaba como casi volteada, inclinada, así que en lugar de saltar desde la embarcación, prácticamente como que entré al agua porque estaba muy inclinada”.</p><p>Portocarrero dijo que ayudó a una de sus amigas a mantener a Puig a flote en el agua antes de que llegara una embarcación de rescate.</p><p>Tanto ella como otro pasajero que testificó el martes dijeron que, aunque cada uno había tomado un par de bebidas alcohólicas, no vieron a Pino bebiendo y señalaron que la velocidad de la embarcación no se sentía excesiva en el momento del choque.</p><p>Un testigo que estaba en otra embarcación dijo al jurado que su amigo le gritó a Pino que revisara debajo de la embarcación y Pino “inmediatamente” se metió debajo y luego sacó a Fernandez antes de entregársela al testigo que se había lanzado al agua.</p><p>El testigo dijo que luego ayudó a colocarla en otra embarcación que llegó.</p><p>El equipo de defensa de Pino afirma que el choque fue un horrible accidente y no el resultado de negligencia.</p>]]></content:encoded></item><item><title><![CDATA[Hillsborough jail deputy faces additional child molestation charges out of Hialeah Gardens]]></title><link>https://www.local10.com/news/local/2026/06/18/hillsborough-jail-deputy-faces-additional-child-molestation-charges-out-of-hialeah-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/hillsborough-jail-deputy-faces-additional-child-molestation-charges-out-of-hialeah-gardens/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Hillsborough County Sheriff’s Office corrections deputy accused of molesting a girl in Hialeah is now also accused of molesting the same victim in Hialeah Gardens, according to documents obtained by Local 10 News on Thursday.]]></description><pubDate>Thu, 18 Jun 2026 14:27:14 +0000</pubDate><content:encoded><![CDATA[<p>A Hillsborough County Sheriff’s Office corrections deputy <a href="https://www.local10.com/news/local/2026/06/17/hillsborough-jail-deputy-arrested-by-hialeah-police-accused-of-child-molestation/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/hillsborough-jail-deputy-arrested-by-hialeah-police-accused-of-child-molestation/">accused of molesting a girl in Hialeah</a> is now also accused of molesting the same victim in Hialeah Gardens, according to documents obtained by Local 10 News on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/06/18/acusan-a-agente-carcelario-de-hillsborough-de-cargos-adicionales-por-abuso-sexual-infantil-en-hialeah-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/acusan-a-agente-carcelario-de-hillsborough-de-cargos-adicionales-por-abuso-sexual-infantil-en-hialeah-gardens/">Leer en español</a></p><p>Manuel De Jesus Chaveco Delgado, 42, was booked into the Turner Guilford Knight Correctional Center early Wednesday morning. An arrest report indicates that the Hialeah Gardens Police Department filed charges later that afternoon.</p><p>The Hialeah Gardens allegations stem from a period when the girl was between 11 to 13 years old, according to the report. The Hialeah allegations cover a period when she was 13 to 15.</p><p>Like in the Hialeah case, the girl, whom Chaveco Delgado knows, told investigators of occasions where he inappropriately touched her, according to the HGPD report.</p><p>In the Hialeah case, he’s also accused of showing her “a photo of a penis” on his phone at one point.</p><p>On top of four charges in the Hialeah case, Chaveco Delgado now faces an additional two felony child molestation charges.</p><p>But even more may be coming, the report indicates. Detectives wrote, “The victim stated that more incidents happened in other jurisdictions and that they were going to file police reports with the other agencies.”</p><p>Local 10 News contacted HCSO seeking comment on Wednesday. It’s not clear when he began working for the agency.</p><p>The agency put out a <a href="https://teamhcso.com/News/PressRelease/2b3e82d2-ce51-4a7f-81b8-d963ef760588/en-US" rel="" title="https://teamhcso.com/News/PressRelease/2b3e82d2-ce51-4a7f-81b8-d963ef760588/en-US">brief news release</a> on Wednesday acknowledging Chaveco Delgado’s employment, arrest and charges but providing no additional details about his employment or status with HCSO.</p><p>As of Thursday, Chaveco Delgado remained at TGK with a bond listed in jail records 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/GD6YIPW4LJDU5EB7NM2RVD6NTQ.jpg?auth=f907d7e481e8a7948a9a1f36810bd5879e2c3317d201b1eb0f9f35b1a8593d6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manuel De Jesus Chaveco Delgado]]></media:description></media:content></item><item><title><![CDATA[Acusan a agente carcelario de Hillsborough de cargos adicionales por abuso sexual infantil en Hialeah Gardens]]></title><link>https://www.local10.com/espanol/2026/06/18/acusan-a-agente-carcelario-de-hillsborough-de-cargos-adicionales-por-abuso-sexual-infantil-en-hialeah-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/acusan-a-agente-carcelario-de-hillsborough-de-cargos-adicionales-por-abuso-sexual-infantil-en-hialeah-gardens/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un agente de correcciones de la Oficina del Sheriff del Condado Hillsborough acusado de abusar sexualmente de una menor en Hialeah ahora también está acusado de abusar de la misma víctima en Hialeah Gardens, según documentos obtenidos por Local 10 News el jueves.]]></description><pubDate>Thu, 18 Jun 2026 14:37:08 +0000</pubDate><content:encoded><![CDATA[<p>Según documentos obtenidos por Local 10 News el jueves, un agente penitenciario de la Oficina del Sheriff del Condado de Hillsborough, <a href="https://www.local10.com/espanol/2026/06/17/arrestan-a-agente-carcelario-de-hillsborough-acusado-de-abuso-sexual-infantil/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/17/arrestan-a-agente-carcelario-de-hillsborough-acusado-de-abuso-sexual-infantil/">acusado de abusar sexualmente de una niña en Hialeah, ahora también está acusado de abusar sexualmente de la misma víctima en Hialeah Gardens.</a></p><p>Manuel De Jesus Chaveco Delgado, de 42 años, ingresó en el Centro Correccional Turner Guilford Knight la madrugada del miércoles. Según el informe policial, el Departamento de Policía de Hialeah Gardens presentó cargos esa misma tarde.</p><p>Según el informe, las acusaciones en Hialeah Gardens se remontan a un período en el que la niña tenía entre 11 y 13 años. Las acusaciones en Hialeah abarcan el período en el que tenía entre 13 y 15 años.</p><p>Al igual que en el caso de Hialeah, la niña, a quien Chaveco Delgado conoce, declaró a los investigadores que él la tocó de forma inapropiada en varias ocasiones, según el informe del Departamento de Policía de Hutchinson-Gilford.</p><p>En el caso de Hialeah, también se le acusa de haberle mostrado en su teléfono “una foto de un pene” en un momento dado.</p><p>Además de los cuatro cargos en el caso de Hialeah, Chaveco Delgado ahora enfrenta dos cargos adicionales por delitos graves de abuso sexual de menores.</p><p>Pero, según el informe, podrían producirse más incidentes. Los detectives escribieron: «La víctima declaró que se habían producido más incidentes en otras jurisdicciones y que iban a presentar denuncias ante las demás agencias policiales».</p><p>El canal Local 10 News contactó a la Oficina del Sheriff del Condado de Harris (HCSO) el miércoles para solicitar comentarios. No está claro cuándo comenzó a trabajar para la agencia.</p><p>La agencia emitió un <a href="https://teamhcso.com/News/PressRelease/2b3e82d2-ce51-4a7f-81b8-d963ef760588/en-US" rel="" title="https://teamhcso.com/News/PressRelease/2b3e82d2-ce51-4a7f-81b8-d963ef760588/en-US">breve comunicado de prensa</a> el miércoles reconociendo el empleo, el arresto y los cargos contra Chaveco Delgado, pero sin proporcionar detalles adicionales sobre su empleo o su situación dentro de la Oficina del Sheriff del Condado de Harris (HCSO).</p><p>Hasta el jueves, Chaveco Delgado permanecía en TGK con una fianza que, según los registros penitenciarios, estaba “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GD6YIPW4LJDU5EB7NM2RVD6NTQ.jpg?auth=f907d7e481e8a7948a9a1f36810bd5879e2c3317d201b1eb0f9f35b1a8593d6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manuel De Jesus Chaveco Delgado]]></media:description></media:content></item><item><title><![CDATA[Tropical storm remnants pound Gulf states with heavy rain after tornadoes hit the Midwest]]></title><link>https://www.local10.com/news/national/2026/06/18/tropical-storm-remnants-pound-gulf-states-with-heavy-rain-after-tornadoes-hit-the-midwest/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/tropical-storm-remnants-pound-gulf-states-with-heavy-rain-after-tornadoes-hit-the-midwest/</guid><dc:creator><![CDATA[By DAVE COLLINS, DAVID FISCHER and STEPHEN SMITH, Associated Press]]></dc:creator><description><![CDATA[The remnants of Tropical Storm Arthur battered parts of the southeastern United States with heavy rain on Thursday, sparking flash flood and tornado warnings along the Gulf Coast.]]></description><pubDate>Thu, 18 Jun 2026 14:31:51 +0000</pubDate><content:encoded><![CDATA[<p>The remnants of Tropical Storm Arthur battered parts of the southeastern United States with heavy rain on Thursday, sparking flash flood and tornado warnings along the Gulf Coast.</p><p>The Midwest, meanwhile, was recovering from a strong line of storms that tore through parts of Illinois, Indiana and northern Kentucky on Wednesday, bringing possible tornadoes, damaging homes, and downing trees and power lines in the region.</p><p>Arthur, the first tropical storm of the season in the Atlantic basin, was downgraded to a low pressure area along the upper Texas coast Wednesday night. It will continue to weaken as it moves inland into parts of Louisiana, Mississippi, Alabama, Georgia and the Florida Panhandle, while still dumping heavy rain, according to the National Hurricane Center in Miami.</p><p>The National Weather Service said rain was falling on southern Louisiana and Mississippi at a rate of 3 inches (8 centimeters) per hour in some places Thursday morning. TV reports and social media posts showed flooded streets in many areas. Several tornado warnings were posted Thursday morning for southern Louisiana and Mississippi. Tens of thousands of homes and businesses were without power.</p><p>Arthur's remnants were expected to bring 4 to 8 inches (10 to 20 centimeters) or more of rain to the Gulf states over the course of Thursday and Friday, the weather service said. Parts of Texas saw flash flooding on Wednesday. The region also was hit with heavy rain earlier in the week.</p><p>“The main threat from Arthur is going to be a prolonged, multiday, heavy rainfall event that could produce dangerous to life-threatening flash flooding,” National Hurricane Center director Michael Brennan said.</p><p>Ahead of the storm, New Orleans Mayor Helena Moreno said police were preparing boats and setting up barricades in known flood areas. Collection points for residents to fill sandbags also sprung up around Louisiana.</p><p>“We both decided we got so much rain yesterday at our house that it was probably a good idea just to pick up a few bags,” said Luke Barwick, who filled sandbags at a collection center in Covington, Louisiana, on Wednesday.</p><p>In the Midwest, there were numerous reports of damage from tornadoes and strong winds, but no immediate reports of deaths or life-threatening injuries. More than 130,000 homes and businesses were without power Thursday morning in Illinois, Indiana, Kentucky and Ohio, according to poweroutage.us.</p><p>A tornado was reported near Effingham, Illinois, about 90 miles (145 kilometers) southeast of Springfield, shortly Wednesday evening. Several people suffered minor injuries, officials said.</p><p>“A tornado caused significant damage in areas north of the City of Effingham, impacting homes, roadways, utilities, and other property throughout portions of Effingham County,” Effingham Fire Chief Brant Yochum said in a statement.</p><p>Yochum said firefighters responded to damaged homes, collapsed structures, car crashes, downed power lines, gas leaks and blocked roads.</p><p>An automobile museum and auto parts complex in Effingham reported on Facebook that it sustained “catastrophic” damage, but that no one was injured.</p><p>The National Weather Service reported that a tractor trailer flipped over on Interstate 57 north of Effingham, injuring the driver.</p><p>Damage from strong winds and a possible tornado were also reported in Florence, Kentucky, near Cincinnati, with local news video and photos showing roofs and siding ripped off buildings, as well as downed trees and power lines.</p><p>Possible tornadoes also were reported in southwestern Wisconsin and in Alabama on Wednesday. The weather service said it received numerous reports of wind damage across a wide swath, from Iowa and Missouri to Ohio and West Virginia.</p><p>The strong storms were expected to move through the central Appalachians to New England on Thursday, the weather service said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LMSIJX3D4RLNS6TZGHJHM2C4JQ.jpg?auth=0cd9ad812306d410abee76e30a12dfe2b5a872c2b853b2b38e2a8f27cb39d1ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Roof and sign damage are seen at Big Red Appliances & Mattresses in Florence, Ky, Thursday, June 18, 2026, after severe weather moved through the region. (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/XNIDMQ2FHEWRLQRTUO2BTEFCWM.jpg?auth=0f42b087ada7ad7c1721a40a1ade2d37e89adb57df7e7eb9610915f5b26cb794&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damage from a collapsed roof is seen at Big Red Appliances & Mattresses in Florence, Ky, Thursday, June 18, 2026, after severe weather moved through the region. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 18 schedule for Day 8 of group matches   ]]></title><link>https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Thursday, as group-stage matches continue.]]></description><pubDate>Thu, 18 Jun 2026 14:19:43 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four games on Thursday, as group-stage matches continue.</p><p><a href="https://www.local10.com/espanol/2026/06/18/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-18-de-junio-para-el-octavo-dia-de-partidos-de-la-fase-de-grupos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-18-de-junio-para-el-octavo-dia-de-partidos-de-la-fase-de-grupos/">Leer en español</a></p><p>The Czech Republic vs. South Africa, a <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> match, is at noon. </p><p>Switzerland vs. Bosnia, a <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> match, is at 3 p.m. </p><p>Canada vs. Qatar, a <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> match, is at 6 p.m. </p><p>Mexico vs. South Korea, a <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> match, is at 9 p.m.</p><p><b>Miami watch parties</b>: <a href="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/">The fan festival</a> opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><h3><b>Groups’ stage progress </b></h3><p><b>Group K</b>: <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/">Colombia gets 3 points </a></p><p><b>Group J</b>: <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/">Austria and Argentina each get 3 points</a></p><p><b>Group I</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/">France and Norway each get 3 points </a></p><p><b>Group H: </b><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/">Every team sits at 1 point</a></p><p><b>Group G:</b><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/"><b> </b>Every team sits at 1 point</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">Sweden gets 3 points</a></p><p><b>Group E</b>: <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/">Germany and Ivory Coast each get 3 points </a></p><p><b>Group D</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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</a></p><p><b>Group B: </b><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/">Qatar and Switzerland each get 1 point</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico and South Korea each get 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 p.m. 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>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 p.m. 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>, Germany vs. Ivory Coast, game is at 4 p.m. 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>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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>, Tunisia vs. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, game is at 3 p.m. 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>, Uruguay vs. Cape Verde, game is at 6 p.m. 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>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 p.m. 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>, France vs. Iraq, game is at 5 p.m. 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>, Norway vs. Senegal, game is at 8 p.m. 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>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 p.m. 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>, England vs. Ghana, game is at 4 p.m. 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>, Panama vs. Croatia, game is at 7 p.m. 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>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: 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>, Switzerland vs. Canada, game is at 3 p.m. 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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. 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>, South Africa vs. South Korea, game is at 9 p.m. 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>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: 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>, Curaçao vs. Ivory Coast, game is at 4 p.m. 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>, Ecuador vs. Germany, game is at 4 p.m. 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>, Tunisia vs. Netherlands, game is at 7 p.m. 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>, Japan vs. Sweden, game is at 7 p.m. 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>, Turkey vs. U.S., game is at 10 p.m. 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>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: 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>, Norway vs. France, game is at 3 p.m. 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>, Senegal vs. Iraq, game is at 3 p.m. 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>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. 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>, Uruguay vs. Spain, game is at 8 p.m. 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>, New Zealand vs. Belgium, game is at 11 p.m. 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>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: 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>, Panama vs. England, game is at 5 p.m. 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>, Croatia vs. Ghana, game is at 5 p.m. 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>, Colombia vs. Portugal, game is at 7:30 p.m. 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>, Congo vs. Uzbekistan, game is at 7:30 p.m. 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>, Algeria vs. Austria, game is at 10 p.m. 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>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</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 7:30 p.m. on June 27. Parking is free. Broward County is offering <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> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</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><p><b>FIFA</b></p><ul><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Standing tables </a></li><li><a href="https://inside.fifa.com/fifa-world-ranking/men" target="_self" rel="" title="https://inside.fifa.com/fifa-world-ranking/men">Latest men’s world ranking </a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Copa Mundial de la FIFA 2026: Este es el calendario del 18 de junio para el octavo día de partidos de la fase de grupos]]></title><link>https://www.local10.com/espanol/2026/06/18/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-18-de-junio-para-el-octavo-dia-de-partidos-de-la-fase-de-grupos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-18-de-junio-para-el-octavo-dia-de-partidos-de-la-fase-de-grupos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Thursday, as group-stage matches continue.]]></description><pubDate>Thu, 18 Jun 2026 14:29:12 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados al Mundial de la FIFA 2026 podrán disfrutar de cuatro partidos el jueves, ya que continúan los encuentros de la fase de grupos.</p><p>El partido entre la República Checa y Sudáfrica, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , se disputará al mediodía.</p><p>Suiza contra Bosnia, partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">del Grupo B</a> , se juega a las 15:00.</p><p>El partido entre Canadá y Qatar, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a> , se jugará a las 18:00.</p><p>México contra Corea del Sur, partido del <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , se juega a las 9 pm</p><p><b>Eventos para ver el partido en Miami</b> : <a href="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/">El festival para fans</a> se celebra de 11:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Progreso de la etapa de los grupos</b></h3><p><b>Grupo K</b> : <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia consigue 3 puntos.</a></p><p><b>Grupo J</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Austria y Argentina obtienen 3 puntos cada una.</a></p><p><b>Grupo I</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Francia y Noruega obtienen 3 puntos cada una.</a></p><p><b>Grupo H: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Cada equipo tiene 1 punto</a></p><p><b>Grupo G: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Todos los equipos tienen 1 punto.</a></p><p><b>Grupo F</b> : <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">Suecia consigue 3 puntos</a></p><p><b>Grupo E</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Alemania y Costa de Marfil obtienen 3 puntos cada una.</a></p><p><b>Grupo D</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Australia y Estados Unidos obtienen 3 puntos cada uno.</a></p><p><b>Grupo C</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Brasil y Marruecos obtienen 1 punto cada uno; Escocia obtiene 3 puntos.</a></p><p><b>Grupo B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Catar y Suiza obtienen 1 punto cada uno.</a></p><p><b>Grupo A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">México y Corea del Sur obtienen 3 puntos cada uno.</a></p><h3><b>Calendario del torneo</b></h3><p><b>19 de junio</b> : Hay cuatro partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , EE. UU. vs. Australia, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a> , Escocia vs. Marruecos, partido a las 18:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a> , Brasil vs. Haití, partido a las 20:30 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Turquía vs. Paraguay, partido a las 23:00 h.</p><p><b>Fiestas para ver el evento en Miami</b> : El festival para fans se celebra desde las 14:00 hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>20 de junio</b> : Hay tres partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Países Bajos vs. Suecia, partido a la 1 pm. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Alemania vs. Costa de Marfil, partido a las 4 pm. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Ecuador vs. Curazao, partido a las 8 pm.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta las 11 de la noche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para aficionados en Miami Beach:</b> Las puertas se abren a las 18:00 horas del 20 de junio en The Bandshell, en 7275 Collins Ave., para un evento para aficionados uruguayos organizado conjuntamente por el Consulado General de Uruguay.</p><p><b>21 de junio</b> : Hay cinco partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Túnez vs. Japón, el partido es a medianoche. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , España vs. Arabia Saudí, el partido es al mediodía. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Bélgica vs. Irán, el partido es a las 15:00. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Uruguay vs. Cabo Verde, el partido es a las 18:00. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Nueva Zelanda vs. Egipto, el partido es a las 21:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 11:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>22 de junio</b> : Hay cuatro partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Argentina vs. Austria, partido a la 1 pm. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Francia vs. Irak, partido a las 5 pm. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Noruega vs. Senegal, partido a las 8 pm. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Jordania vs. Argelia, partido a las 11 pm.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre sus puertas de 12:00 a 20:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 11 de la mañana del 22 de junio en The Bandshell, en 7275 Collins Ave., para el partido entre Argentina y Austria que comienza a la 1 de la tarde.</p><p><b>23 de junio</b> : Hay cuatro partidos: <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Portugal vs. Uzbekistán, partido a la 1 pm. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Inglaterra vs. Ghana, partido a las 4 pm. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Panamá vs. Croacia, partido a las 7 pm. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Colombia vs. Congo, partido a las 10 pm.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la 1 de la madrugada en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>24 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a> , Suiza vs. Canadá, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a> , Bosnia vs. Qatar, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a> , Marruecos vs. Haití, partido a las 18:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a> , Escocia vs. Brasil, partido a las 18:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , Sudáfrica vs. Corea del Sur, partido a las 21:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , República Checa vs. México, partido a las 21:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 4 pm del 24 de junio en The Bandshell, en 7275 Collins Ave., para el partido entre Escocia y Brasil que comienza a las 6 pm.</p><p><b>25 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Curazao vs. Costa de Marfil, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Ecuador vs. Alemania, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Túnez vs. Países Bajos, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Japón vs. Suecia, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Turquía vs. Estados Unidos, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Paraguay vs. Australia, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 15:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>26 de junio</b> : Hay seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Noruega vs. Francia, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Senegal vs. Irak, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Cabo Verde vs. Arabia Saudita, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Uruguay vs. España, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Nueva Zelanda vs. Bélgica, partido a las 23:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Egipto vs. Irán, partido a las 23:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>27 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Panamá vs. Inglaterra, partido a las 17:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Croacia vs. Ghana, partido a las 17:00 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Colombia vs. Portugal, partido a las 19:30 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Congo vs. Uzbekistán, partido a las 19:30 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Argelia vs. Austria, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Jordania vs. Argentina, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 16:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 19:30 h del 27 de junio. El estacionamiento es gratuito. El condado de Broward ofrece <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">transporte gratuito en autobús exprés</a> desde el estadio hasta el Miami Stadium, también conocido como Hard Rock, en Miami Gardens, para los poseedores de entradas para la Copa Mundial de la FIFA.</p><h3><b>Comienza la ronda de 32.</b></h3><p><b>28 de junio</b> : Hay un partido a las 15:00.</p><p><b>Fiesta para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>29 de junio</b> : Hay tres partidos a la 1 pm, 4:30 pm y 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>30 de junio</b> : Hay tres partidos a la 1 pm, a las 5 pm y a las 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>1 de julio</b> : Hay tres partidos a las 12:00, a las 16:00 y a las 21:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b> : Hay tres partidos a las 15:00, 19:00 y 23:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b> : Hay tres partidos a las 14:00, 18:00 y 21:30.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio:</b> Hay dos partidos a la 1 pm y a las 5 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b> : Hay dos partidos a las 16:00 y a las 20:00.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver el partido a las 17:00 horas del 11 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada . El aparcamiento es gratuito.</a></p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Información clave para los aficionados que asistan a los partidos en el Estadio de Miami.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Un guardia de seguridad fue acusado de robar un uniforme de árbitro de la FIFA de un hotel en Miami Beach.</a></li></ul><h3><b>Seguimiento de los grupos de la Copa Mundial de la FIFA</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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo 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/">Grupo L</a></li></ul><p><b>FIFA</b></p><ul><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Mesas altas</a></li><li><a href="https://inside.fifa.com/fifa-world-ranking/men" target="_self" rel="" title="https://inside.fifa.com/fifa-world-ranking/men">Última clasificación mundial masculina</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Flash flooding hits the New Orleans metro as Arthur moves inland]]></title><link>https://www.local10.com/weather/hurricane/2026/06/18/flash-flooding-hits-the-new-orleans-metro-as-arthur-moves-inland/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/18/flash-flooding-hits-the-new-orleans-metro-as-arthur-moves-inland/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Short-lived Tropical Storm Arthur – which formed late Wednesday morning along the middle Texas coast – moved inland near Galveston by Wednesday afternoon and lost its tropical designation by Wednesday evening as its circulation quickly unraveled.]]></description><pubDate>Thu, 18 Jun 2026 14:08:50 +0000</pubDate><content:encoded><![CDATA[<p>Short-lived Tropical Storm Arthur – which formed late Wednesday morning along the middle Texas coast – moved inland near Galveston by Wednesday afternoon and lost its tropical designation by Wednesday evening as its circulation quickly unraveled.</p><p><a href="https://www.local10.com/espanol/2026/06/18/inundaciones-repentinas-golpean-area-metropolitana-de-nueva-orleans-mientras-arthur-avanza-tierra-adentro/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/inundaciones-repentinas-golpean-area-metropolitana-de-nueva-orleans-mientras-arthur-avanza-tierra-adentro/">Leer en español</a></p><p>Nevertheless, intense tropical rainfall well east of Arthur’s remnant circulation spread over parts of southeastern Louisiana overnight into the pre-dawn hours Thursday, causing significant, widespread flash flooding across parts of the New Orleans metro and River Parishes of southeastern Louisiana by daybreak.</p><p>Radar indicates rainfall rates exceeding 3 inches an hour in the New Orleans metro at points early Thursday, with official 6-hourly <a href="https://www.weather.gov/wrh/timeseries?site=KMSY&amp;hours=72" rel="">rainfall totals at New Orleans International Airport nearing 8 inches</a> by 7 AM local time.</p><p>According to radar and storm reports, Lafourche, Jefferson, and Orleans Parishes south of Lake Pontchartrain in southeast Louisiana have seen the worst flooding so far, especially around places like Houma, Thibodaux, St. Rose, Kenner, Metairie, and parts of New Orleans. Flooding was also reported north of Lake Pontchartrain around Slidell.</p><figure><img src="https://www.local10.com/resizer/v2/YKCM23LFVZGKPAQIOPFCYZ2XS4.png?auth=44010fb87aa6d01316ae29215236de24bb35e8211b961bb573de29cbf3ea629b&smart=true&width=1200&height=900" alt="FLASH unit streamflow from the Multiple Radar Multiple Sensor (MRMS) through 8:30 AM ET Thursday. This radar-derived hydrologic model shows the river response to intense rainfall, with higher values (reds, magentas, blues, and whites) indicating the likelihood of ongoing flash flooding. Credit: NOAA/NSSL." height="900" width="1200"/><figcaption>FLASH unit streamflow from the Multiple Radar Multiple Sensor (MRMS) through 8:30 AM ET Thursday. This radar-derived hydrologic model shows the river response to intense rainfall, with higher values (reds, magentas, blues, and whites) indicating the likelihood of ongoing flash flooding. Credit: NOAA/NSSL.</figcaption></figure><p>Additionally, another pocket of extreme rainfall was observed southeast of Alexandria in south-central Louisiana. A reporting station in Plaucheville, Louisiana, had <a href="https://www.weather.gov/wrh/timeseries?site=F0338&amp;hours=72" rel="">reported an incredible 10 inches of rain in a 3-hour period</a> from around 5 AM to 8 AM local time Thursday.</p><h3><b>More flooding ahead today for the central Gulf Coast</b></h3><p>As Arthur’s remnants spread farther inland today, the flood threat will extend along the central Gulf Coast into central Georgia.</p><figure><img src="https://www.local10.com/resizer/v2/TVW4NVJFAJEC5FZB6E72IBIEUA.PNG?auth=ea66a088160b7e8811e43e422209d49f3cec506faf8e7cefe97e89bc1424a971&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The National Weather Service issued a rare high risk of excessive flooding (flood threat level 4 out of 4) for parts of southern Mississippi, South Alabama, and the western Florida panhandle. A high risk of excessive rainfall indicates the possibility of extreme impacts from flash flooding. While only issued on about 4 percent of days, so-called “high-risk days” account for about a third of all flood deaths and a remarkable 80 percent of flood-related damages.</p><p>Places in the high-risk flood zone today include McComb, Gulfport, Biloxi, and Pascagoula, Mississippi, as well as Mobile, Alabama, and Pensacola, Florida.</p><p>Those living in these areas especially will want to monitor flash flood warnings issued by local National Weather Service offices today through local media outlets or your preferred weather app.</p><p>The flood threat will persist across parts of the southeast in the wake of Arthur’s remnants through early Saturday, as abundant tropical air ahead of an approaching cold front will mean the possibility of continued heavy rainfall, especially from eastern Mississippi to southern Alabama.</p><p>Additionally, isolated severe storms and a few tornadoes may accompany the weather along the Gulf Coast today.</p><h3><b>Slight chance Arthur re-develops off the U.S. East Coast this weekend</b></h3><p>As we mentioned in yesterday’s newsletter, as Arthur’s remnants emerge off the Carolinas Friday into Saturday, it could try to briefly re-develop as it accelerates eastward over the western Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/2WJORZAKOVBATMGVNVMIOCLNGY.PNG?auth=5b12d043b5ea990bc110a1b4b2cedcb718c7217b00d980d1c1d39fa54fb2a972&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>As of Thursday morning, NHC puts those odds at only 10 percent. If development happens, it’ll likely be associated with non-tropical processes, as the system will be mixed up with an approaching cold front. Regardless, the low pressure will be swept quickly out to sea, so a second act of Arthur poses no direct threat to land.</p><p>The Atlantic will settle down otherwise, with no development expected elsewhere through the latter part of next week.</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/FFU4R3DMVZAKVBRDB23PXJZNMM.png?auth=288cd83422a30a422f4e7a9c8d75cc91f6a71e483fc52e9126410813b72ef574&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning “sandwich” satellite (combined enhanced and visible satellite) centered over the Deep South showing intense rainfall over parts of southern Louisiana and Mississippi. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Man who admitted setting cross on fire in Chicago park is charged with a hate crime]]></title><link>https://www.local10.com/news/national/2026/06/18/man-who-admitted-setting-cross-on-fire-in-chicago-park-is-charged-with-a-hate-crime/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/man-who-admitted-setting-cross-on-fire-in-chicago-park-is-charged-with-a-hate-crime/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[A 21-year-old man has been charged with a hate crime, arson and other offenses for a cross that was set on fire in a Chicago park, police said.]]></description><pubDate>Thu, 18 Jun 2026 14:25:40 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man has been charged with a hate crime, arson and other offenses for a cross that was set on fire in a Chicago park, police said.</p><p>Merlin Lu admitted to a TV station this week that he was responsible for the cross burning in Grant Park on June 9. But he insisted that he was protesting President Donald Trump and was not using the cross as a historical symbol of hate and intimidation against Black people.</p><p>Lu has been charged with four felonies and four misdemeanors, including a hate crime and burning a cross to intimidate, police said in a statement released Wednesday night.</p><p>“I understand why it was interpreted that way, and I apologize for that, but no, the intent was not there,” Lu told WMAQ-TV before his arrest.</p><p>It was not immediately known Thursday if Lu has an attorney who could speak on his behalf. He was scheduled to appear in court for a detention hearing.</p><p>“I did know about this historical relevance beforehand. But I didn’t know the severity, how racially motivated it may seem from what I did,” Lu told the TV station. “Cause my protest has nothing to do with race, nothing to do with gender.”</p><p>Lu said he was protesting the “ruling class” and Christian nationalists who support Trump.</p><p>Someone put a large, multicolored, glass fiber heart with the word, “resilient,” in the place where the burning cross stood in the park.</p><p>Lu's LinkedIn page says he has attended college in Indiana and Chicago and was studying chemistry.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2GQKMDSEOKXB4IVAXCPB3GYJ4.jpg?auth=a4aa4c323f699056dec99e06feaeb7f7cad726eb7c073d61b4795d900d70f650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This framegrab from a video taken by motorist Keinika Carlton shows a wooden cross engulfed in bright orange flames as it leans against a tree in Grant Park in Chicago on Tuesday, July 9, 2026. (Keinika Carlton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Keinika Carlton</media:credit></media:content></item><item><title><![CDATA[Inundaciones repentinas golpean área metropolitana de Nueva Orleans mientras Arthur avanza tierra adentro]]></title><link>https://www.local10.com/espanol/2026/06/18/inundaciones-repentinas-golpean-area-metropolitana-de-nueva-orleans-mientras-arthur-avanza-tierra-adentro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/inundaciones-repentinas-golpean-area-metropolitana-de-nueva-orleans-mientras-arthur-avanza-tierra-adentro/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Thu, 18 Jun 2026 14:25:03 +0000</pubDate><content:encoded><![CDATA[<p>La tormenta tropical Arthur, de corta duración, que se formó a última hora de la mañana del miércoles frente a la costa central de Texas, avanzó tierra adentro cerca de Galveston durante la tarde del miércoles y perdió su clasificación tropical para la noche del mismo día, ya que su circulación se desorganizó rápidamente.</p><p>Sin embargo, intensas lluvias tropicales muy al este de la circulación remanente de Arthur se extendieron sobre partes del sureste de Luisiana durante la noche y las horas previas al amanecer del jueves, provocando inundaciones repentinas significativas y generalizadas en partes del área metropolitana de Nueva Orleans y las parroquias ribereñas del sureste de Luisiana al amanecer.</p><p>Los radares indican tasas de lluvia superiores a 3 pulgadas por hora en algunos sectores del área metropolitana de Nueva Orleans durante las primeras horas del jueves, con <a href="https://www.weather.gov/wrh/timeseries?site=KMSY&amp;hours=72" target="_blank" rel="noreferrer" title="https://www.weather.gov/wrh/timeseries?site=KMSY&amp;hours=72">acumulados oficiales de lluvia en seis horas en el Aeropuerto Internacional de Nueva Orleans acercándose a las 8 pulgadas</a> para las 7 a.m., hora local.</p><p>Según los radares y los reportes de tormentas, las parroquias de Lafourche, Jefferson y Orleans, al sur del lago Pontchartrain en el sureste de Luisiana, han registrado las peores inundaciones hasta ahora, especialmente en áreas como Houma, Thibodaux, St. Rose, Kenner, Metairie y partes de Nueva Orleans. También se reportaron inundaciones al norte del lago Pontchartrain, en los alrededores de Slidell.</p><figure><img src="https://www.local10.com/resizer/v2/YKCM23LFVZGKPAQIOPFCYZ2XS4.png?auth=44010fb87aa6d01316ae29215236de24bb35e8211b961bb573de29cbf3ea629b&smart=true&width=1200&height=900" alt="FLASH unit streamflow from the Multiple Radar Multiple Sensor (MRMS) through 8:30 AM ET Thursday. This radar-derived hydrologic model shows the river response to intense rainfall, with higher values (reds, magentas, blues, and whites) indicating the likelihood of ongoing flash flooding. Credit: NOAA/NSSL." height="900" width="1200"/><figcaption>FLASH unit streamflow from the Multiple Radar Multiple Sensor (MRMS) through 8:30 AM ET Thursday. This radar-derived hydrologic model shows the river response to intense rainfall, with higher values (reds, magentas, blues, and whites) indicating the likelihood of ongoing flash flooding. Credit: NOAA/NSSL.</figcaption></figure><p>Además, se observó otra zona de lluvias extremas al sureste de Alexandria, en el centro-sur de Luisiana. Una estación de monitoreo en Plaucheville, Luisiana, reportó unas <a href="https://www.weather.gov/wrh/timeseries?site=F0338&amp;hours=72" target="_blank" rel="noreferrer" title="https://www.weather.gov/wrh/timeseries?site=F0338&amp;hours=72">impresionantes 10 pulgadas de lluvia en un período de 3 horas</a>, aproximadamente entre las 5 a.m. y las 8 a.m., hora local del jueves.</p><h3>Más inundaciones en camino hoy para la costa central del Golfo</h3><p>A medida que los remanentes de Arthur continúan avanzando tierra adentro hoy, la amenaza de inundaciones se extenderá a lo largo de la costa central del Golfo y hasta el centro de Georgia.</p><figure><img src="https://www.local10.com/resizer/v2/TVW4NVJFAJEC5FZB6E72IBIEUA.PNG?auth=ea66a088160b7e8811e43e422209d49f3cec506faf8e7cefe97e89bc1424a971&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El Servicio Nacional de Meteorología emitió una rara alerta de alto riesgo de inundaciones excesivas (nivel 4 de 4) para partes del sur de Mississippi, el sur de Alabama y el oeste del Panhandle de Florida. Una alerta de alto riesgo de lluvias excesivas indica la posibilidad de impactos extremos por inundaciones repentinas. Aunque solo se emite en aproximadamente el 4 por ciento de los días, los llamados “días de alto riesgo” representan cerca de un tercio de todas las muertes por inundaciones y un notable 80 por ciento de los daños relacionados con inundaciones.</p><p>Entre los lugares incluidos en la zona de alto riesgo de inundaciones hoy se encuentran McComb, Gulfport, Biloxi y Pascagoula, en Mississippi, así como Mobile, Alabama, y Pensacola, Florida.</p><p>Quienes viven en estas áreas, especialmente, deben mantenerse atentos a las advertencias de inundaciones repentinas emitidas por las oficinas locales del Servicio Nacional de Meteorología a través de los medios de comunicación locales o su aplicación meteorológica de preferencia.</p><p>La amenaza de inundaciones persistirá en partes del sureste tras el paso de los remanentes de Arthur hasta las primeras horas del sábado, ya que la abundante humedad tropical delante de un frente frío que se aproxima mantendrá la posibilidad de lluvias intensas, especialmente desde el este de Mississippi hasta el sur de Alabama.</p><p>Además, tormentas severas aisladas y algunos tornados podrían acompañar estas condiciones meteorológicas a lo largo de la costa del Golfo hoy.</p><h3>Leve posibilidad de que Arthur se reorganice frente a la costa este de Estados Unidos este fin de semana</h3><p>Como mencionamos en nuestro boletín de ayer, cuando los remanentes de Arthur emerjan frente a las Carolinas entre el viernes y el sábado, podrían intentar reorganizarse brevemente mientras aceleran su desplazamiento hacia el este sobre el Atlántico occidental.</p><figure><img src="https://www.local10.com/resizer/v2/2WJORZAKOVBATMGVNVMIOCLNGY.PNG?auth=5b12d043b5ea990bc110a1b4b2cedcb718c7217b00d980d1c1d39fa54fb2a972&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Hasta la mañana del jueves, el Centro Nacional de Huracanes (NHC) estimaba esas probabilidades en apenas un 10 por ciento. Si el desarrollo ocurre, probablemente estará asociado con procesos no tropicales, ya que el sistema estará interactuando con un frente frío que se aproxima. En cualquier caso, la baja presión será arrastrada rápidamente mar adentro, por lo que una segunda etapa de Arthur no representa una amenaza directa para tierra firme.</p><p>Por lo demás, el Atlántico permanecerá tranquilo, sin desarrollo ciclónico previsto en otras áreas hasta la segunda mitad de la próxima semana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FFU4R3DMVZAKVBRDB23PXJZNMM.png?auth=288cd83422a30a422f4e7a9c8d75cc91f6a71e483fc52e9126410813b72ef574&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning “sandwich” satellite (combined enhanced and visible satellite) centered over the Deep South showing intense rainfall over parts of southern Louisiana and Mississippi. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group K: Colombia gets 3 points ]]></title><link>https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group K competing to move forward to the FIFA World Cup 2026 Round of 32 are Portugal (6), the Democratic Republic of Congo (46), Uzbekistan (60), and Colombia (13).]]></description><pubDate>Fri, 05 Dec 2025 19:43:07 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group K competing to move forward to the FIFA World Cup 2026 Round of 32 are Portugal (6), the Democratic Republic of Congo (46), Uzbekistan (60), and Colombia (13).</p><h3><b>Group stage matches</b></h3><p><a href="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/"><b>JUNE 17</b></a><b>: DAY 1</b></p><p><b>Colombia gets 3 points after 3-1 victory against Uzbekistan</b></p><figure><img src="https://www.local10.com/resizer/v2/VJZXWMHGUDVUHRJMAADSKB3KDA.jpg?auth=8710c2ee7f3eb5c3e124acaadf5e576aa6f7caca7aa4a3f3efaf593e2e6b9d60&smart=true&width=1200&height=900" alt="Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)" height="900" width="1200"/><figcaption>Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/">Luis Díaz sparks Colombia to a 3-1 win over Uzbekistan in its World Cup opener</a></li></ul><p><b>Portugal and Congo each get 1 point after 1-1 draw </b></p><figure><img src="https://www.local10.com/resizer/v2/C66NNEQBIGWRCYH5E26VB2EBQU.jpg?auth=fea4e13654b24a86928a9f0c58cfc23848d89130bcc05108c010baa1e1200aff&smart=true&width=1200&height=900" alt="Portugal's Cristiano Ronaldo, left, and Congo's Axel Tuanzebe react during the World Cup Group K soccer match between Portugal and Congo in Houston, Wednesday, June 17, 2026. (AP Photo/Karen Warren)" height="900" width="1200"/><figcaption>Portugal's Cristiano Ronaldo, left, and Congo's Axel Tuanzebe react during the World Cup Group K soccer match between Portugal and Congo in Houston, Wednesday, June 17, 2026. (AP Photo/Karen Warren)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/17/cristiano-ronaldo-and-portugal-held-to-a-1-1-draw-by-congo-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/cristiano-ronaldo-and-portugal-held-to-a-1-1-draw-by-congo-at-the-world-cup/">Cristiano Ronaldo and Portugal held to a 1-1 draw by Congo at the World Cup</a></li><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/news/2026/06/16/world-cup-what-to-know-ronaldo-looks-to-make-history-by-scoring-in-6th-world-cup/" target="_self" rel="" title="https://www.local10.com/news/2026/06/16/world-cup-what-to-know-ronaldo-looks-to-make-history-by-scoring-in-6th-world-cup/">Ronaldo looks to make history by scoring in 6th World Cup </a></li></ul><p><b>The next matches</b></p><p><b>JUNE 23: </b>DAY 2</p><p>Portugal vs. Uzbekistan is at 1 p.m. </p><p>Colombia vs. Congo is at 10 p.m. </p><p><b>JUNE 27: </b>DAY 3</p><p>Congo vs. Uzbekistan is at 7:30 p.m. </p><h3><b>Track the groups’ progress</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/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/ACG2GAHVM5HGPGYCWWEGS2DVJI.jpg?auth=3547135d7f090d4c6c878c01a52735dd47071e1c162bfdf01d5894c3ae1e6205&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Candidatos chocan por representación en foro político del Distrito 20]]></title><link>https://www.local10.com/espanol/2026/06/18/candidatos-chocan-por-representacion-en-foro-politico-del-distrito-20/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/candidatos-chocan-por-representacion-en-foro-politico-del-distrito-20/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Los candidatos al Distrito Congresional 20 debatieron temas que abarcaron desde los derechos al voto hasta la asequibilidad del seguro de propiedad durante la noche del miércoles.]]></description><pubDate>Thu, 18 Jun 2026 14:12:37 +0000</pubDate><content:encoded><![CDATA[<p>Los candidatos al Distrito Congresional 20 debatieron temas que abarcaron desde los derechos al voto hasta la asequibilidad del seguro de propiedad durante la noche del miércoles.</p><p>El foro fue organizado por la Urban League of Broward, mientras las preguntas sobre la representación en el distrito de mayoría negra continuaron ocupando un lugar central.</p><p>“Existe un ataque contra las personas negras en este país y tenemos que levantarnos contra eso y tenemos que alzar la voz contra eso”, dijo Elijah Manley, candidato demócrata al Congreso.</p><p>El foro se llevó a cabo en el Distrito Congresional 20, donde aproximadamente la mitad de los electores son negros. El escaño está actualmente ocupado por la representante Sheila Cherfilus-McCormick, demócrata que busca la reelección.</p><p>“Este es un distrito de acceso para la comunidad negra, y si eliminamos el remedio, eliminamos el pasado, y eso nos llevaría a un futuro que nos destruiría”, dijo Cherfilus-McCormick. “Por eso todos deben hablar sobre lo que está mal en este momento, al permitir que alguien venga a nuestro distrito buscando una oportunidad política”.</p><p>El comentario pareció estar dirigido a la representante demócrata Debbie Wasserman Schultz, cuyo distrito fue eliminado bajo un nuevo mapa de redistribución electoral. Wasserman Schultz ahora compite en el Distrito 20 contra otros cinco candidatos que son negros.</p><p>“Creo que mi historial habla por sí solo”, dijo Wasserman Schultz. “He sido una firme defensora durante toda mi carrera para alzar la voz por los consumidores y enfrentar a las empresas e industrias que se aprovechan de ellos”.</p><p>Wasserman Schultz afirmó que ha luchado por las minorías, el empleo y los inmigrantes durante su tiempo en Washington, pero los candidatos continuaron enfatizando durante toda la noche la importancia de la representación de las minorías.</p><p>“Cuando todos tienen un asiento en la mesa, todos nos beneficiamos. Somos más fuertes por ello”, dijo el candidato demócrata Dale Holness.</p><p>La discusión también abordó el cambio climático, la atención médica y los derechos al voto.</p><p>“Necesitamos regulaciones, regulaciones estrictas, eliminar la burocracia, promover las pequeñas empresas locales y de esa manera podemos fortalecer nuestra propia compañía de seguros a nivel local”, dijo Rod Joseph, candidato republicano.</p><p>La investigación ética contra Cherfilus-McCormick también surgió durante el foro.</p><p>Un candidato demócrata estuvo notablemente ausente del evento: Luther Campbell. El rapero convertido en candidato político publicó posteriormente un mensaje en Facebook explicando por qué no asistió.</p><p>“Me encanta una buena pelea, pero nunca confirmé un evento”, escribió Campbell. “Nadie de mi equipo confirmó un evento”.</p>]]></content:encoded></item><item><title><![CDATA[Mother speaks out after daughter, 5, attacked at Sunny Isles Beach park]]></title><link>https://www.local10.com/news/local/2026/06/17/mother-speaks-out-after-daughter-violently-attacked-at-sunny-isles-beach-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/mother-speaks-out-after-daughter-violently-attacked-at-sunny-isles-beach-park/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A mother is speaking out after her 5-year-old daughter was attacked at a Sunny Isles Beach park earlier this month -- and it was all caught on camera.]]></description><pubDate>Wed, 17 Jun 2026 22:05:47 +0000</pubDate><content:encoded><![CDATA[<p>A mother is speaking out after her 5-year-old daughter was attacked at a Sunny Isles Beach park earlier this month -- and it was all caught on camera.</p><p><a href="https://www.local10.com/espanol/2026/06/18/madre-habla-tras-ataque-a-su-hija-de-5-anos-en-parque-de-sunny-isles-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/madre-habla-tras-ataque-a-su-hija-de-5-anos-en-parque-de-sunny-isles-beach/">Leer en español</a></p><p>The video shows a woman in blue sitting in a park before police say she violently pushed down the young child.</p><p>“She hit my child with such a force and with anger and hatred in her eyes,” the mother said after being shown the footage.</p><p>The attack happened June 8 at 172nd Street and Collins Avenue in Sunny Isles Beach. The little girl was being watched by her grandmother at the time.</p><p>“My 5-year-old, she fell to the ground, she rolled on the floor, and she had severe bruises all over her body after the fall,” the mother said.</p><p>She described the moment in disbelief, saying the suspect was simply sitting near her child gathering toys before the assault.</p><p>The aftermath has taken an emotional toll on the child, the mother said.</p><p>“She’s asking me about that lady, why she was so evil, what I did wrong, and it’s like every time I have that emotional conversation with my child since then,” the mother said.</p><p>Sunny Isles Beach police launched an investigation after a witness told them the child was thrown to the ground. Officers caught up with the suspect, Natalia Hordiienko, on Saturday and arrested her on a charge of child abuse without great bodily harm.</p><p>It remains unclear what prompted the attack. The mother told Local 10 News she is speaking out because she doesn’t want this to happen to any other child, and she’s grateful to police for conducting a thorough investigation and making an arrest.</p><p>“She deserves the absolute maximum penalty possible allowed by law,” the mother said.</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[Madre habla tras ataque a su hija de 5 años en parque de Sunny Isles Beach]]></title><link>https://www.local10.com/espanol/2026/06/18/madre-habla-tras-ataque-a-su-hija-de-5-anos-en-parque-de-sunny-isles-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/madre-habla-tras-ataque-a-su-hija-de-5-anos-en-parque-de-sunny-isles-beach/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Una madre está hablando públicamente después de que su hija de 5 años fuera atacada en un parque de Sunny Isles Beach a principios de este mes, y todo quedó captado en video.]]></description><pubDate>Thu, 18 Jun 2026 14:08:05 +0000</pubDate><content:encoded><![CDATA[<p>Una madre está hablando públicamente después de que su hija de 5 años fuera atacada en un parque de Sunny Isles Beach a principios de este mes, y todo quedó captado en video.</p><p>El video muestra a una mujer vestida de azul sentada en un parque antes de que, según la policía, empujara violentamente al suelo a la menor.</p><p>“Golpeó a mi hija con tanta fuerza y con ira y odio en sus ojos”, dijo la madre después de ver las imágenes.</p><p>El ataque ocurrió el 8 de junio en la intersección de la calle 172 y Collins Avenue en Sunny Isles Beach. La niña estaba bajo el cuidado de su abuela en ese momento.</p><p>“Mi hija de 5 años cayó al suelo, rodó por el piso y sufrió hematomas severos por todo el cuerpo después de la caída”, dijo la madre.</p><p>La mujer describió el momento con incredulidad y señaló que la sospechosa simplemente estaba sentada cerca de su hija recogiendo juguetes antes de la agresión.</p><p>La madre indicó que las secuelas han tenido un fuerte impacto emocional en la menor.</p><p>“Me pregunta sobre esa mujer, por qué era tan mala, qué hice mal, y es como si cada vez tuviera esa conversación emocional con mi hija desde entonces”, dijo la madre.</p><p>La policía de Sunny Isles Beach inició una investigación después de que un testigo les informara que la menor había sido arrojada al suelo. Los agentes localizaron a la sospechosa, Natalia Hordiienko, el sábado y la arrestaron por un cargo de abuso infantil sin causar lesiones corporales graves.</p><p>Aún no está claro qué provocó el ataque. La madre dijo a Local 10 News que decidió hablar públicamente porque no quiere que esto le ocurra a ningún otro niño y agradeció a la policía por realizar una investigación exhaustiva y efectuar un arresto.</p><p>“Ella merece la pena máxima absoluta permitida por la ley”, dijo la madre.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court sides with a Texas man who says it’s not a crime for marijuana users to have guns]]></title><link>https://www.local10.com/news/2026/06/18/supreme-court-sides-with-a-texas-man-who-says-its-not-a-crime-for-marijuana-users-to-have-guns/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/18/supreme-court-sides-with-a-texas-man-who-says-its-not-a-crime-for-marijuana-users-to-have-guns/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court ruled Thursday against a broad federal ban on gun ownership by marijuana users, the latest in a line of firearm cases from a court that has expanded gun rights.]]></description><pubDate>Thu, 18 Jun 2026 15:35:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court ruled Thursday against a broad federal ban on gun ownership by marijuana users, the latest in a line of firearm cases from a court that has expanded gun rights.</p><p>The justices decided unanimously in favor of Ali Danial Hemani, a Texas man who argued that a law barring guns from anyone who uses illegal drugs violates the Second Amendment.</p><p>Justice Neil Gorsuch wrote that his opinion narrowly limits the government's power to take guns away from drug users who are not considered dangerous. Hemani was not charged with any other crimes or accused of using the weapon under the influence.</p><p>The decision is a loss for President Donald Trump’s Republican administration, which had defended the 1968 law despite arguing against other gun restrictions. The measure was also used in a case against Hunter Biden, who was convicted in Wilmington, Delaware, of buying a gun while addicted to cocaine in 2018. He was later pardoned by his father, then-President Joe Biden, a Democrat.</p><p>Someone addicted to a drug could potentially still be prosecuted after Thursday's decision.</p><p>“We do not address efforts to ban addicts, or those presently intoxicated, from possessing a firearm,” Gorsuch wrote. Prosecutors could charge a marijuana user if they had evidence the person was dangerous, he said.</p><p>But there are millions of people who now use marijuana, which is broadly legal in about half the states and has gained widespread use for health purposes.</p><p>“Whatever one thinks of these developments, the federal government has not just tolerated them; it helped fuel them,” Gorsuch wrote. “All of which leaves it awkwardly positioned to suggest that the millions of Americans who now regularly use marijuana are categorically and unusually dangerous.”</p><p>Recreational use remains illegal on a federal level even after the Trump administration reclassified medical marijuana as a less-dangerous drug in April.</p><p>The case made for some unusual political alliances.</p><p>The American Civil Liberties Union and the National Rifle Association supported Hemani’s case, as did cannabis legalization groups such as NORML. On the other side were gun safety groups including Everytown that usually oppose the administration on Second Amendment issues.</p><p>The ACLU applauded the ruling, saying that nearly half of Americans have reported using marijuana at some point in their lives.</p><p>“The court has sent a strong message that the government cannot criminalize the conduct of large numbers of people by making categorical and unfounded assumptions about whether they are dangerous,” said Cecillia Wang, legal director at the ACLU.</p><p>It is rare to see standalone criminal charges filed against people accused solely of owning guns and using drugs. The charge is more often filed against people also accused of other crimes.</p><p>The opinion is the latest in a series of firearm cases to reach the Supreme Court since its landmark ruling expanding gun rights in 2022 led to a wave of challenges around the country.</p><p>Since then, the high court has upheld a law aimed at protecting victims of domestic violence and strict regulations on ghost gun kits but has struck down a ban on bump stocks, an accessory that enables rapid fire. The justices are also considering a second firearm case this term over strict regulations on carrying guns in Hawaii.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XS6YS33ZB6LEPFVDUAH6B3R2PE.jpg?auth=aa9c95cd0de11bb0c3ecbff8991dc5e1434ece3e9e5e3ae35584712ca43fa336&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marijuana clones are shown for sale at Tropicanna Dispensary and Weed Delivery in Santa Ana, Calif., April 23, 2026.(AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQ4NNQURBMR5NHVVD3P3VHZBP4.jpg?auth=fa2e7999a520f86b64a09e4643b5ff37ad25f2b248c600475b5dd146105712cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Luis Díaz sparks Colombia to a 3-1 win over Uzbekistan in its World Cup opener]]></title><link>https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/</guid><dc:creator><![CDATA[By CARLOS RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Colombia arrived at the World Cup with dreams of redemption after missing out on Qatar in 2022. Although it was tense at times, the Cafeteros got off to a strong start.]]></description><pubDate>Thu, 18 Jun 2026 05:28:36 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Colombia arrived at the World Cup with dreams of redemption after missing out on Qatar in 2022. Although it was tense at times, the Cafeteros got off to a strong start.</p><p>Luis Díaz had a goal and an assist in his debut on soccer’s biggest stage, sparking Colombia to a 3-1 win over Uzbekistan on Wednesday night.</p><p>“That’s what we came here to do. It’s very important to win this first game. We controlled the first half, but they played better in the second,” said Díaz, who plays for Bayern Munich. “We must improve.”</p><p>Daniel Muñoz, also playing in his first World Cup, opened the scoring in the 40th minute after a pass from Díaz, who scored the tiebreaking goal in the 65th when his strike from close range deflected off the hands of diving goalkeeper Utkir Yusupov and trickled across the line.</p><p>“We knew that it was going to be a tough match,” Colombia coach Nestor Lorenzo said.</p><p>Fayzullaev Abbosbek scored in the 60th minute for Uzbekistan, which made its World Cup debut in front of a heavily pro-Colombia crowd of 80,824 at Estadio Azteca.</p><p>“It is a wonderful joy, but emotionally, I think it weighed on some of the players who suffered physically,” Lorenzo said. “It has to do with the emotional burden generated by the opening match and the setting in which we played — especially since we were expected to take the initiative and were under pressure to win.”</p><p>With the White Wolves’ defeat, three of the four debuting teams at this year’s World Cup lost their first match. Cape Verde played Spain to a draw, while Curaçao and Jordan lost.</p><p>“For a small team like ours, to lose 3-1 is too much,” said Uzbekistan coach Fabio Cannavaro, an Italian who took over the team in October 2025. “We have good quality for an Asian team, but we need to grow. It was a good experience.”</p><p>Jaminton Campaz added a goal in second-half stoppage time for the Colombians, who are ranked 13th in the world and were heavy favorites over 50th-ranked Uzbekistan. Colombia’s best World Cup finish was a run to the quarterfinals in Brazil in 2014.</p><p>“We needed to hit the ground running. Now we can enjoy the rest of the night,” midfielder Gustavo Puerta said.</p><p>Colombia moved atop Group K, ahead of Portugal and Congo, who played to a surprising 1-1 draw earlier Wednesday.</p><p>The Colombians will face Congo next Thursday at Guadalajara, Mexico, while Uzbekistan will take on Cristiano Ronaldo and Portugal at Houston.</p><p>“We are going to play against a tough team that played great against one of the best teams in the world. It is going to be hard,” Lorenzo said.</p><p>Colombia finished third in South American qualifying behind Argentina and Ecuador. Uzbekistan was second in its Asian qualifying group behind Iran.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SNSQMIIBR7CSCY4KNB62LZ7TPE.jpg?auth=ebf449ee34ba5d920b0d93204666b808647c7f643800276e70f188dea1409567&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O2TKJ7Y4FGCBJBHVXWWRZKOINA.jpg?auth=1044baa3d89d437d0f7c429dcf212bee6e41e4b93e9effe52ec7545bcc04d459&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) controls the ball against Uzbekistan's Abdukodir Khusanov (2) during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 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/K4WU36WEPKUZXZ4LEXBLVXYWKI.jpg?auth=456b063d1edcfa3a662870df8b453c3f7131ee5911727d39ac194d28000c84b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7), top, celebrates with his teammates after scoring his side's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GCZDTV2BDF5DQ7ZZDC5ALARNIU.jpg?auth=d00fe47c1c1690fd2f6638524ce94b74171e09205e7304fd80dd613e9f2bdee2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) celebrates after scoring their second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashtin Barker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VJZXWMHGUDVUHRJMAADSKB3KDA.jpg?auth=8710c2ee7f3eb5c3e124acaadf5e576aa6f7caca7aa4a3f3efaf593e2e6b9d60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashtin Barker</media:credit></media:content></item><item><title><![CDATA[Miami Beach police officer critically injured in crash, officials say]]></title><link>https://www.local10.com/traffic/2026/06/17/miami-beach-police-officer-critically-injured-in-crash-officials-say/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/06/17/miami-beach-police-officer-critically-injured-in-crash-officials-say/</guid><dc:creator><![CDATA[Pablo Hernandez, Trent Kelly]]></dc:creator><description><![CDATA[A Miami Beach police officer was critically injured after a crash Wednesday evening, officials said.]]></description><pubDate>Thu, 18 Jun 2026 02:34:42 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Beach police officer was critically injured after a crash Wednesday evening, officials said.</p><p><a href="https://www.local10.com/espanol/2026/06/18/reportan-a-agente-de-policia-de-miami-beach-gravemente-herido-en-accidente-automovilistico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/reportan-a-agente-de-policia-de-miami-beach-gravemente-herido-en-accidente-automovilistico/">Leer en español</a></p><p>The crash happened near Ninth Street and Meridian Avenue as the officer was responding to a separate traffic crash.</p><p>Cellphone video captured the aftermath of the crash involving the officer as Miami Beach police and fire rescue crews flooded the scene.</p><p>Another view showed what appears to be a damaged police ATV in the middle of the road.</p><p>The officer was transported by Miami Beach Fire Rescue to Jackson Memorial Hospital’s Ryder Trauma Center in critical condition.</p><p>Police shut down the scene for hours as detectives worked to piece together what happened. </p><p>The crash remains under investigation and investigators have not said whether any other vehicles were involved.</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[Reportan a agente de policía de Miami Beach gravemente herido en accidente automovilístico]]></title><link>https://www.local10.com/espanol/2026/06/18/reportan-a-agente-de-policia-de-miami-beach-gravemente-herido-en-accidente-automovilistico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/reportan-a-agente-de-policia-de-miami-beach-gravemente-herido-en-accidente-automovilistico/</guid><dc:creator><![CDATA[Pablo Hernandez, Trent Kelly]]></dc:creator><description><![CDATA[Reportan a agente de policía de Miami Beach gravemente herido en accidente de tránsito]]></description><pubDate>Thu, 18 Jun 2026 14:01:35 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la policía de Miami Beach resultó gravemente herido tras un accidente el miércoles por la noche, informaron las autoridades.</p><p>El accidente ocurrió cerca de Ninth Street y Meridian Avenue mientras el agente respondía a otro accidente de tránsito.</p><p>Un video grabado con teléfono celular captó las secuelas del accidente que involucró al agente mientras unidades de la policía de Miami Beach y equipos de rescate de bomberos acudían en gran número al lugar.</p><p>Otra toma mostró lo que parece ser un vehículo todoterreno (ATV) policial dañado en medio de la vía.</p><p>El agente fue trasladado por Miami Beach Fire Rescue al Ryder Trauma Center del Jackson Memorial Hospital en estado crítico.</p><p>La policía cerró la zona durante horas mientras los detectives trabajaban para reconstruir lo ocurrido.</p><p>El accidente continúa bajo investigación y los investigadores no han informado si otros vehículos estuvieron involucrados.</p>]]></content:encoded></item><item><title><![CDATA[Dos incendios forestales queman 13,900 acres en el oeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/17/dos-incendios-forestales-queman-13900-acres-en-el-oeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/17/dos-incendios-forestales-queman-13900-acres-en-el-oeste-de-miami-dade/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[Dos incendios forestales activos habían quemado 8,000 acres el miércoles en el oeste del condado Miami-Dade, según el Servicio Forestal de Florida.]]></description><pubDate>Wed, 17 Jun 2026 20:08:48 +0000</pubDate><content:encoded><![CDATA[<p>Dos incendios forestales activos habían quemado 13,900 acres hasta la tarde del miércoles en el oeste del condado Miami-Dade, <a href="https://ffs.firesponse.com/public/summary" target="_blank" rel="noreferrer" title="https://ffs.firesponse.com/public/summary">según</a> el Servicio Forestal de Florida.</p><p>El incendio forestal más grande, que comenzó el lunes, estaba contenido en un 30% y había quemado 13,400 acres. El incendio más pequeño, que comenzó el martes, estaba contenido en un 25% y había quemado 500 acres.</p><p>Carolina Herrera dijo que vive con una condición autoinmune que aumentó su sensibilidad al humo. Estaba paseando a su perro en su comunidad cerca de la autopista Turnpike en Miami-Dade.</p><p>“Mis ojos han estado más irritados de lo normal”, dijo Herrera.</p><p>Miami-Dade Fire Rescue desplegó alrededor de siete docenas de unidades en el área de la avenida 137 del noroeste y la calle 25, <a href="https://www.miamidade.gov/firecalls/calls.html" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/firecalls/calls.html">según</a> el registro de llamadas activas.</p><p>Conductores reportaron que el humo afectó la visibilidad temprano el miércoles por la mañana a lo largo de la autopista Florida Turnpike cerca de Hialeah. Agentes cerraron temporalmente Krome Avenue en la milla 23.</p><p><b>Enlace útil:</b> <a href="https://fl511.com/" target="_blank" rel="noreferrer" title="https://fl511.com/">Posibles cierres temporales de carreteras</a></p><p>La contaminación afectó la calidad del aire en el sur de Florida, por lo que se desaconsejaron las actividades al aire libre, <a href="https://www.airnow.gov/?reportingArea=Miami&amp;stateCode=FL" target="_blank" rel="noreferrer" title="https://www.airnow.gov/?reportingArea=Miami&amp;stateCode=FL">según</a> la Agencia de Protección Ambiental de Estados Unidos.</p><p>El personal de MDFR advirtió que el humo se disipará a medida que aumenten las temperaturas y sugirió a los residentes “limitar el tiempo al aire libre, mantener puertas y ventanas cerradas y configurar los sistemas de aire acondicionado para recircular el aire interior.</p><p><b>Enlace útil:</b> <a href="https://fire.airnow.gov/#10.02/25.8466/-80.3642" target="_blank" rel="noreferrer" title="https://fire.airnow.gov/#10.02/25.8466/-80.3642">Mapa para verificar la calidad del aire en su área</a></p><p><b>Publicaciones relacionadas en redes sociales</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">MDFR continues to work alongside the <a href="https://x.com/FLForestService?ref_src=twsrc%5Etfw">@FlForestService</a> to battle the two brush fires in western Miami-Dade County.<br><br>MDFR has deployed multiple resources to support firefighting efforts, including water tender trucks to provide steady water supply, and fire engines working to… <a href="https://t.co/zy1dASlLYN">pic.twitter.com/zy1dASlLYN</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2067328983562137759?ref_src=twsrc%5Etfw">June 17, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[4 displaced after tiki hut, home catch fire in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/06/18/4-displaced-after-tiki-hut-home-catch-fire-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/4-displaced-after-tiki-hut-home-catch-fire-in-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Four people have been displaced from their home after a tiki hut and home caught fire Thursday morning in Fort Lauderdale, first responders confirmed.]]></description><pubDate>Thu, 18 Jun 2026 10:56:34 +0000</pubDate><content:encoded><![CDATA[<p>Four people have been displaced from their home after a tiki hut and home caught fire Thursday morning in Fort Lauderdale, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/18/cuatro-personas-desplazadas-tras-incendio-que-consume-casa-y-choza-tiki-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/cuatro-personas-desplazadas-tras-incendio-que-consume-casa-y-choza-tiki-en-fort-lauderdale/">Leer en español</a></p><p>According to Fort Lauderdale Fire Rescue officials, the fire was reported at about 5:20 a.m. in the 1800 block of Southwest 23<sup>rd</sup> Avenue.</p><p>FLFR officials said firefighters arrived at the scene about six minutes later and found flames coming from a tiki hut that was behind a rental property, as well as a neighboring home.</p><p>Firefighters said four adults who live at the home were able to safely evacuate with their three dogs. </p><p>No injuries were reported.</p><p>The cause of the fire is under investigation and it’s unclear whether the fire originated in the home or tiki hut, authorities said.</p><p>The American Red Cross will assist the displaced residents. </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/TXU4SOYDCJGEVM2F2SXBZN4AB4.jpeg?auth=2104947ba22ee8fbb3f892ee0da7388cc0f3796f9d67a6ccb8751308b04b83ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cuatro personas desplazadas tras incendio que consume casa y choza tiki en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/06/18/cuatro-personas-desplazadas-tras-incendio-que-consume-casa-y-choza-tiki-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/cuatro-personas-desplazadas-tras-incendio-que-consume-casa-y-choza-tiki-en-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Cuatro personas han sido desplazadas de su hogar después de que una choza tiki y una casa se incendiaron la mañana del jueves en Fort Lauderdale, confirmaron los equipos de emergencia.]]></description><pubDate>Thu, 18 Jun 2026 13:52:46 +0000</pubDate><content:encoded><![CDATA[<p>Cuatro personas han sido desplazadas de su hogar después de que una choza tiki y una casa se incendiaron la mañana del jueves en Fort Lauderdale, confirmaron los equipos de emergencia a Local 10 News.</p><p>Según funcionarios de Fort Lauderdale Fire Rescue, el incendio fue reportado alrededor de las 5:20 a.m. en la cuadra 1800 de Southwest 23rd Avenue.</p><p>Los funcionarios indicaron que los bomberos llegaron al lugar unos seis minutos después y encontraron llamas provenientes de una choza tiki ubicada detrás de una propiedad en alquiler, así como de una vivienda vecina.</p><p>Los bomberos señalaron que cuatro adultos que viven en la casa lograron evacuar de manera segura junto con sus tres perros.</p><p>No se reportaron heridos.</p><p>La causa del incendio está bajo investigación y no está claro si se originó en la vivienda o en la choza tiki, dijeron las autoridades.</p><p>La Cruz Roja Americana asistirá a los residentes desplazados.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TXU4SOYDCJGEVM2F2SXBZN4AB4.jpeg?auth=2104947ba22ee8fbb3f892ee0da7388cc0f3796f9d67a6ccb8751308b04b83ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade commission votes to file eminent domain to acquire just under 10 acres on Fisher Island ]]></title><link>https://www.local10.com/news/local/2026/06/16/miami-dade-commission-votes-to-file-eminent-domain-to-acquire-just-under-10-acres-on-fisher-island/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/16/miami-dade-commission-votes-to-file-eminent-domain-to-acquire-just-under-10-acres-on-fisher-island/</guid><dc:creator><![CDATA[Christina Vazquez, Amanda Batchelor]]></dc:creator><description><![CDATA[Miami-Dade County commissioners on Tuesday voted 12-1 to pursue eminent domain to acquire just under 10 acres of land on Fisher Island.]]></description><pubDate>Tue, 16 Jun 2026 17:52:10 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County commissioners on Tuesday voted 12-1 to pursue eminent domain to acquire just under 10 acres of land on Fisher Island.</p><p><a href="https://www.local10.com/espanol/2026/06/16/aprueba-comision-de-miami-dade-presentar-expropiacion-para-adquirir-casi-10-acres-en-fisher-island/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/16/aprueba-comision-de-miami-dade-presentar-expropiacion-para-adquirir-casi-10-acres-en-fisher-island/">Leer en español</a></p><p>The land holds the fuel facility that supplies PortMiami. </p><p>Commissioner Raquel Regalado was the only dissenting vote. </p><p>Ahead of the vote, she expressed concern that with eminent domain, they would be inheriting a “dinosaur,” due to the aging facility. </p><p>Commissioner Oliver Gilbert, on the other hand, said he believes it will be less costly to upgrade the existing site than it would be to build a new one. </p><p>“Last fall, the board of county commission authorized the administration to enter into negotiations for this property and should those negotiations not be successful to enter into eminent domain proceedings,” Miami-Dade Deputy Mayor Roy Coley told Local 10 News after the vote. “Since that time, and the mayor has determined the negotiations to not be successful, it has been identified that the legal description of the property could be reduced to a slightly smaller footprint than our original resolution. And so, it’s really a cleanup item that reauthorizes what’s already been authorized with a more accurate legal description.”</p><p>The fuel bunker on the exclusive Fisher Island has been the subject of several lawsuits and a high-profile dispute over its future.</p><p>Miami-Dade County Mayor Daniella Levine Cava said the county’s goal is to ensure a reliable fuel supply for PortMiami’s operations.</p><p>As for the next steps in the related federal case, Coley said the county will now pursue eminent domain and Florida law “requires negotiations.”</p><p>“There’s a 30-day statutory negotiation period where we hope we can sit down with the new property owners, the developers, and negotiate out a final deal that the mayor can support,” he said. </p><p>Coley said he wouldn’t be able to say whether the plaintiffs who have filed suit will have a seat at the negotiating table.</p><p>“Well, Fisher Island has sued us, as you know, and they’ve also sued the developers,” he said. “And so, any negotiations would be confidential in nature, just like all the negotiations up to now that we’re talking about are confidential by requirement. So whether or not everyone’s willing to sit down at the table together, we’ll find out after we file our eminent domain.” </p><p>Roberto Perez, the CEO of HRP Group, released the following statement to Local 10 News on behalf of HRP Fisher Island, LLC:</p><p>“Today’s action to pursue the seizure of private property is the direct and entirely avoidable consequence of Miami-Dade County’s decades-long failure to plan. The County knew this property existed and were approached repeatedly by the former owner before it ever went to market and during the public sale. They proactively passed on the opportunity to purchase it again and again. </p><p>“The former owner provided extensive notice to the County and Port that the property would ultimately be sold to a developer given the highest and best use of the land in one of the country’s most expensive zip codes and provided alternatives for fuel supply location and financing. Moreover, the property was marketed to real estate developers in the public sale. </p><p>“HRP ultimately acquired the property through a fully transparent, publicly advertised process and made our intentions to build a world-class residential development clear from day one. </p><p>“When the County first threatened eminent domain - just weeks before the closing of our two years of development efforts to unlock the value of a $2.5 billion project - we came to the table and spent eight months participating in a confidential mediation process requested by the County. According to the County’s own public statements, that process resulted in a mediated resolution that would have allowed the County to secure the property immediately at no cost or risk to the taxpayers.</p><p>“HRP will aggressively fight this unconstitutional seizure of our property and we will build One Fisher Island. The only question now is how much of the public’s time and money the Mayor is willing to waste to obscure the numerous poor decisions her administration and the County have made for decades.”</p><p> <iframe class="scribd_iframe_embed" title="Fisher Island Vs. Miami-Dade County" src="https://www.scribd.com/embeds/1051794577/content?start_page=1&view_mode=scroll&access_key=key-kL3fUv6jWp4J7TIJZ8oS" 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 Fisher Island Vs. Miami-Dade County on Scribd" href="https://www.scribd.com/document/1051794577/Fisher-Island-Vs-Miami-Dade-County#from_embed" style="color: #098642; text-decoration: underline;"></p><p> <iframe class="scribd_iframe_embed" title="1978 Declaration of Use" src="https://www.scribd.com/embeds/1052543987/content?start_page=1&view_mode=scroll&access_key=key-o3UlzLTCe7Iffe3EMNpG" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7546063651591289" 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=</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PFOICNJHYBE4BDUF4OGGFAC5XQ.jpeg?auth=1b2aa10929a1c6c44ba6477a620035e6c24a0bbd4879ad1331d4580100989998&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MFR: 4 boats damaged in fire at Miami marina]]></title><link>https://www.local10.com/news/local/2026/06/18/mfr-4-boats-damaged-in-fire-at-miami-marina/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/mfr-4-boats-damaged-in-fire-at-miami-marina/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Four boats were damaged Thursday in an early morning fire at a marina in Miami, first responders confirmed to Local 10 News.]]></description><pubDate>Thu, 18 Jun 2026 11:09:13 +0000</pubDate><content:encoded><![CDATA[<p>Four boats were damaged Thursday in an early morning fire at a marina in Miami, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/18/mfr-cuatro-embarcaciones-danadas-en-incendio-en-marina-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/mfr-cuatro-embarcaciones-danadas-en-incendio-en-marina-de-miami/">Leer en español</a></p><p>According to Miami Fire Rescue Lt. Pete Sanchez, the fire was reported at 1:55 a.m. at Austral Marina, located at 2190 NW North River Drive.</p><p>Sanchez said firefighters arrived at the scene and found two docked boats, each measuring more than 30 feet in length, fully engulfed in flames and threatening nearby boats.</p><p>More fire rescue units were called to the scene and firefighters used multiple hose lines and conducted a “foam suppression operation from land in coordination with the Miami Fire Boat operating on the water,” Sanchez said. </p><p>According to Sanchez, the fire was under control without an hour and all boats were confirmed to be unoccupied.</p><p>Sanchez confirmed four boats were damaged in the fire, including two with severe fire damage and four with heat-related damage, including a 60-foot yacht. </p><p>All affected boat owners were notified about the blaze and they all responded to the scene where they spoke with the incident commander, Sanchez said.</p><p>The Miami Fire Investigation Unit is investigating the origin and cause of the fire. </p><p>Sanchez said the Coast Guard will “assess any potential environmental impact from fuel or other hazardous materials that may have entered the water.”</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[MFR: Cuatro embarcaciones dañadas en incendio en marina de Miami]]></title><link>https://www.local10.com/espanol/2026/06/18/mfr-cuatro-embarcaciones-danadas-en-incendio-en-marina-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/mfr-cuatro-embarcaciones-danadas-en-incendio-en-marina-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Cuatro embarcaciones resultaron dañadas este jueves en un incendio ocurrido en la madrugada en una marina en Miami, confirmaron los equipos de emergencia a Local 10 News.]]></description><pubDate>Thu, 18 Jun 2026 13:48:26 +0000</pubDate><content:encoded><![CDATA[<p>Cuatro embarcaciones resultaron dañadas este jueves en un incendio ocurrido en la madrugada en una marina en Miami, confirmaron los equipos de emergencia a Local 10 News.</p><p>Según el teniente de Miami Fire Rescue, Pete Sanchez, el incendio fue reportado a la 1:55 a.m. en Austral Marina, ubicada en 2190 NW North River Drive.</p><p>Sanchez dijo que los bomberos llegaron al lugar y encontraron dos embarcaciones atracadas, cada una de más de 30 pies de largo, completamente envueltas en llamas y amenazando a otras embarcaciones cercanas.</p><p>Se solicitaron más unidades de rescate de bomberos al lugar y los bomberos utilizaron múltiples líneas de mangueras y realizaron una “operación de supresión con espuma desde tierra en coordinación con el barco de bomberos de Miami operando en el agua”, dijo Sanchez.</p><p>Según Sanchez, el incendio fue controlado en menos de una hora y se confirmó que todas las embarcaciones estaban desocupadas.</p><p>Sanchez confirmó que cuatro embarcaciones resultaron dañadas en el incendio, incluyendo dos con daños severos por fuego y otras con daños por calor, incluyendo un yate de 60 pies.</p><p>Todos los propietarios de las embarcaciones afectadas fueron notificados sobre el incendio y acudieron al lugar, donde hablaron con el comandante del incidente, dijo Sanchez.</p><p>La Unidad de Investigaciones de Incendios de Miami está investigando el origen y la causa del incendio.</p><p>Sanchez dijo que la Guardia Costera “evaluará cualquier posible impacto ambiental por combustible u otros materiales peligrosos que puedan haber ingresado al agua”.</p>]]></content:encoded></item><item><title><![CDATA[‘Grappler’ technique helps Hollywood police nab alleged car thief wanted on multiple warrants ]]></title><link>https://www.local10.com/news/local/2026/06/18/grappler-technique-helps-hollywood-police-nab-alleged-car-thief-wanted-on-multiple-warrants/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/grappler-technique-helps-hollywood-police-nab-alleged-car-thief-wanted-on-multiple-warrants/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A “grappler deployment” helped a Hollywood police officer nab a man who was driving a stolen Mercedes-Benz last week, authorities said.]]></description><pubDate>Thu, 18 Jun 2026 12:32:18 +0000</pubDate><content:encoded><![CDATA[<p>A “grappler deployment” helped a Hollywood police officer nab a man who was driving a stolen Mercedes-Benz last week, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/18/tecnica-grappler-ayuda-a-policia-de-hollywood-a-capturar-a-presunto-ladron-de-autos-buscado-por-multiples-ordenes-de-arresto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/tecnica-grappler-ayuda-a-policia-de-hollywood-a-capturar-a-presunto-ladron-de-autos-buscado-por-multiples-ordenes-de-arresto/">Leer en español</a></p><p>According to an arrest report obtained Thursday by Local 10 News, Reuel Claude Sculley, 28, of Miramar, who was wanted on multiple warrants in Broward and Miami-Dade counties, was arrested last Friday, June 12, in Hollywood.</p><p>Hollywood police said an officer stopped Sculley at about 3:45 a.m. in the area of North State Road 7 and Lucky Street after using a grappler, which is a tool that deploys a tethered net from the front of the police car to entangle the rear tire of a fleeing suspect.</p><p>According to the report, Sculley was then taken into custody on multiple charges, including grand theft of a motor vehicle, possession of a vehicle with altered numbers and driving with a suspended or revoked license.</p><p>The report states that Sculley also had an active warrant in Broward County for resisting/obstructing without violence, and two warrants in Miami-Dade County for numerous charges, including burglary, grand theft of a vehicle, providing a false name after arrest, resisting an officer without violence, interference with or disruption of an educational institution, criminal mischief and driving without a valid license. </p><p>As of Thursday morning, he was being held at the North Broward Bureau without bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Técnica “Grappler” ayuda a policía de Hollywood a capturar a presunto ladrón de autos buscado por múltiples órdenes de arresto]]></title><link>https://www.local10.com/espanol/2026/06/18/tecnica-grappler-ayuda-a-policia-de-hollywood-a-capturar-a-presunto-ladron-de-autos-buscado-por-multiples-ordenes-de-arresto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/tecnica-grappler-ayuda-a-policia-de-hollywood-a-capturar-a-presunto-ladron-de-autos-buscado-por-multiples-ordenes-de-arresto/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un “despliegue de grappler” ayudó a un agente de la policía de Hollywood a capturar a un hombre que conducía un Mercedes-Benz robado la semana pasada, dijeron las autoridades.]]></description><pubDate>Thu, 18 Jun 2026 13:44:17 +0000</pubDate><content:encoded><![CDATA[<p>Un “despliegue de grappler” ayudó a un agente de la policía de Hollywood a capturar a un hombre que conducía un Mercedes-Benz robado la semana pasada, dijeron las autoridades.</p><p>Según un informe de arresto obtenido el jueves por Local 10 News, Reuel Claude Sculley, de 28 años y residente de Miramar, quien era buscado por múltiples órdenes de arresto en los condados Broward y Miami-Dade, fue arrestado el viernes 12 de junio en Hollywood.</p><p>La policía de Hollywood dijo que un agente detuvo a Sculley alrededor de las 3:45 a.m. en el área de North State Road 7 y Lucky Street después de usar un grappler, que es una herramienta que despliega una red sujeta desde la parte frontal del vehículo policial para enredar la llanta trasera de un sospechoso que huye.</p><p>Según el informe, Sculley fue detenido bajo múltiples cargos, incluyendo hurto mayor de un vehículo, posesión de un vehículo con números alterados y conducir con una licencia suspendida o revocada.</p><p>El informe indica que Sculley también tenía una orden activa en el condado Broward por resistirse/obstruir sin violencia, y dos órdenes en el condado Miami-Dade por numerosos cargos, incluyendo allanamiento, hurto mayor de un vehículo, proporcionar un nombre falso tras el arresto, resistirse a un agente sin violencia, interferencia o alteración de una institución educativa, daño criminal y conducir sin una licencia válida.</p><p>Hasta la mañana del jueves, permanecía detenido en el North Broward Bureau sin derecho a fianza.</p>]]></content:encoded></item><item><title><![CDATA[June 18: Heat Advisory for fourth day in a row with temps in the mid-90s]]></title><link>https://www.local10.com/weather/2026/06/18/june-18-heat-advisory-for-fourth-day-in-a-row-with-temps-in-the-mid-90s/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/18/june-18-heat-advisory-for-fourth-day-in-a-row-with-temps-in-the-mid-90s/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[This is the fourth day in a row with a Heat Advisory in South Florida. Temperatures will be in the middle 90s, but when you factor in the excessive humidity the heat index will peak at 105°-110° this afternoon.]]></description><pubDate>Thu, 18 Jun 2026 13:40:57 +0000</pubDate><content:encoded><![CDATA[<p>This is the fourth day in a row with a Heat Advisory in South Florida. Temperatures will be in the middle 90s, but when you factor in the excessive humidity the heat index will peak at 105°-110° this afternoon. The chance of rain today is very low so almost all of us will stay dry.</p><p>The heat wave is showing no signs of stopping with well above average temperatures and humidity well into next week. What could help is an increasing chance for thunderstorms Friday and especially this weekend. It doesn’t look like a washout for Father’s Day weekend, but expect scattered thunderstorms to develop each afternoon. They will be hit or miss.</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[Los 100 días de Kast en Chile: el foco en la economía desplaza la lucha contra el delito]]></title><link>https://www.local10.com/espanol/2026/06/18/los-100-dias-de-kast-en-chile-el-foco-en-la-economia-desplaza-la-lucha-contra-el-delito/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/los-100-dias-de-kast-en-chile-el-foco-en-la-economia-desplaza-la-lucha-contra-el-delito/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — Aunque llegó al gobierno con un discurso que prometía tolerancia cero con el crimen organizado y la inmigración irregular, en sus primeros 100 días de gestión el presidente chileno José Antonio Kast giró su foco hacia el reordenamiento económico.]]></description><pubDate>Thu, 18 Jun 2026 13:12:19 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — Aunque llegó al gobierno con un discurso que prometía tolerancia cero con el crimen organizado y la inmigración irregular, en sus primeros 100 días de gestión el presidente chileno José Antonio Kast giró su foco hacia el reordenamiento económico.</p><p>Kast impulsó un recorte del gasto público que generó cuestionamientos al tiempo que controversias en el área de seguridad precipitaron la caída en mayo de la entonces ministra Trinidad Steinert.</p><p>Esos factores combinados llevaron a un desplome de la aprobación presidencial desde el 47,5% con la que Kast debutó en marzo hasta el 31% a inicios de junio, según la firma Pulso Ciudadano.</p><p>“Kast ganó las elecciones presentando mensajes simplistas sobre seguridad, vinculados a la migración y la economía", pero ya en el poder no ha cumplido sus promesas, comentó a The Associated Press, Catalina Calderón, analista política del Women’s Equality Center.</p><p>Aquí un vistazo a la gestión de Kast.</p><p>Seguridad</p><p>Poco se ha avanzado en el combate a la delincuencia y una serie de errores del Ministerio de Seguridad, entre ellos haber admitido que carecía de un plan para combatir el crimen organizado, llevó a la caída de Steinert.</p><p>El nuevo ministro Martín Arrau tampoco ha presentado una hoja de ruta y reconoció que la Política Nacional de Seguridad promulgada durante la administración del progresista Gabriel Boric (2022-2026) sigue vigente.</p><p>Hasta la fecha la cartera no ha enviado al Congreso los proyectos de ley anunciados para fortalecer la seguridad.</p><p>Además, se produjo un "estancamiento de medidas críticas como el aumento de penas para miembros de organizaciones criminales y el reforzamiento de la tipificación del delito de pertenencia a una entidad criminal”, detalló un informe sobre el cumplimiento del programa de gobierno publicado en junio.</p><p>El estudio elaborado por una docena de centros progresistas —entre ellos el alemán Friedrich-Ebert-Stiftung— analiza regularmente el cumplimiento de las promesas de cada administración.</p><p>Inmigración</p><p>Otra de las principales banderas de Kast en la campaña fue el combate a la inmigración irregular que muchos en Chile vinculan con el aumento de la delincuencia.</p><p>El entonces candidato había prometido convertirla en un delito, construir zanjas y barreras físicas en las fronteras e impulsar expulsiones masivas. Sin embargo, se ha encontrado con trabas legales y administrativas.</p><p>“Muchas de las cosas que se prometieron eran de dudosa aplicación”, dijo a AP el analista político Gilberto Aranda. “El Ejecutivo no cuenta ni con los instrumentos ni las herramientas jurídicas para expulsiones exprés".</p><p>Ello porque en la actualidad los extranjeros se encuentran en una situación irregular, pero no delictiva. Asimismo, el proceso de expulsión depende de la cooperación entre los países involucrados, lo que dificulta las deportaciones a naciones como Venezuela, cuyas relaciones diplomáticas con Chile están congeladas.</p><p>“Lamentablemente muchos de los que cometen delitos son extranjeros y el gobierno debería tener un mayor control sobre ellos”, dijo la comerciante Ana María Torres, de 47 años. “Pero lo que vemos hasta ahora es que todo sigue igual”.</p><p>Kast incluso anunció una "cuenta regresiva" para la deportación de los cerca de 300.000 inmigrantes sin papeles — en gran parte venezolanos— que viven en el país, pero luego reconoció que era una "metáfora”.</p><p>“Si alguien creyó que en un día vamos a expulsar a 300.000, creo que entendió mal el mensaje”, dijo hace algunas semanas.</p><p>En términos concretos el gobierno comenzó la construcción de una zanja simbólica en la frontera norte del país y encabezó recientemente una reunión regional donde firmó, junto a otros cuatro países, un compromiso para incrementar los esfuerzos conjuntos en el combate al crimen organizado y el monitoreo de pasos fronterizos no habilitados.</p><p>Economía</p><p>El tercer pilar del gobierno de Kast es el que hasta ahora ha mostrado avances más concretos.</p><p>El buque insignia de su administración es el proyecto de Reconstrucción Nacional y Desarrollo Económico y Social que prevé un paquete de reformas tributarias, laborales y habitacionales que se encuentra en discusión en el Congreso.</p><p>Kast anunció que seguirá adelante con medidas con las que espera “ordenar las finanzas públicas”, pero reconoció que algunas de ellas podrían generar molestias. Eso incluye una reducción de cerca del 3% del presupuesto ministerial, sobre todo en las carteras de Salud, Educación, Vivienda y Trabajo.</p><p>La medida generó una ola de críticas y llevó a miles de personas a las calles en los últimos meses.</p><p>“Nos quieren callar, pero nosotros no vamos a parar”, dijo la estudiante de Pedagogía, Magdalena Correa. “Nos están quitando recursos y derechos y tenemos que contraatacar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5SD5IB5HDWCAWF6DUXRDTEX3CE.jpg?auth=3134429a23e999568f004e382d60db7b6833017c58acb6ba08d00138170bb279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente chileno José Antonio Kast llega a una conferencia de prensa en una base militar cerca del cruce fronterizo de Chacalluta, en Arica, Chile, el 16 de marzo de 2026, después de firmar un decreto para disuadir la migración irregular a lo largo de la frontera norte con Perú y Bolivia. (AP Foto/Esteban Félix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[The European Union has quietly sought to reopen communication with Russia]]></title><link>https://www.local10.com/news/2026/06/18/the-european-union-has-quietly-sought-to-reopen-communication-with-russia/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/18/the-european-union-has-quietly-sought-to-reopen-communication-with-russia/</guid><dc:creator><![CDATA[By LORNE COOK and MIKE CORDER, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — The European Union has reached out to Moscow in a tentative bid to open a line of communication so the continent is not sidelined in any potential talks to end Russia’s grinding war in Ukraine, officials said Thursday.]]></description><pubDate>Thu, 18 Jun 2026 13:10:48 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — The European Union has reached out to Moscow in a tentative bid to open a line of communication so the continent is not sidelined in any potential talks to end Russia’s grinding war in Ukraine, officials said Thursday.</p><p>The news emerged as Ukraine launched one of its biggest drone attacks since Russia’s all-out invasion of its neighbor more than four years ago, Russian officials said Thursday. A major Moscow oil refinery was hit for a second time in a week and commercial flights at Moscow airports were disrupted.</p><p>Against the backdrop of conflict, the EU has been quietly seeking to reopen communications with Moscow even as it doubles down on its support for Kyiv. Russian President Vladimir Putin, meanwhile, has tried to cut out Europe and Kyiv and negotiate Ukraine’s future with Washington.</p><p>“⁠In the past few weeks, brief contacts were made at diplomatic level to open communication channels but nothing was discussed on substance,” an EU official with knowledge of the approach said on condition of anonymity to discuss the sensitive move. A second official, also speaking on condition of anonymity because they were not authorized to speak to the media on the matter, confirmed the Russia outreach is taking place but declined to comment further.</p><p>“In any future scenario, the EU has specific interests that will need to be defended, therefore it is important to have established diplomatic channels with Russia. The EU is not a mediator. It supports Ukraine in its efforts to achieve a just and lasting peace,” the first official added.</p><p>The Kremlin did not immediately respond to a request for comment. Putin has repeatedly said Europe cannot play any kind of mediation role in settling the conflict but has not ruled out speaking to the EU.</p><p>“We have never refused contacts with representatives of the European Union in any format,” he said earlier this month. “We are not rejecting contacts. If they want to talk, they know how to reach us. They can pick up the phone and call. If they want to come, they are welcome to do so. It is not Russia that is refusing engagement.”</p><p>According to the officials, European Council President Antonio Costa “has been coordinating closely with European leaders on possible engagement with Russia and the issues to be discussed when the right moment comes.”</p><p>News of the moves came as EU leaders were heading to Brussels for their summer summit, where Ukraine will be high on the agenda. President Volodymyr Zelenskyy is expected to address the 27 leaders, who are seeking closer ties with Kyiv.</p><p>On Monday, Ukraine officially opened negotiations to join the EU, launching a process that will require its government to commit to years of political reforms even as it fights the Russian invasion.</p><p>It also closely follows this week's meeting of the world's seven leading industrialized nations in the French spa town of Evian-Les-Bains, where Europeans managed to get Trump to join G7 leaders in offering “unwavering support for Ukraine.”</p><p>Zelenskyy said his country won key pledges of further support from world leaders attending the G7 summit in France, including the United States.</p><p>___</p><p>Corder reported from The Hague, Netherlands.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/52P3DDGCUJY3PVR5EPZ4QHLTZU.jpg?auth=5940723c3bd4c1dd4ac8d41bb629165ec2f868973b5dc8f9e525d315919265f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian President Volodymyr Zelenskyy meets with European Commission President Ursula von der Leyen and European Council President Antonio Costa at the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MRYTQMTFFYURM3ZW2IOUL2ELWY.jpg?auth=d68ee3a491b453882efc43e642cd60a2bc7d84a2713ec01d9987a2f87be4e5e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin speaks with Sergei Menyailo, the North Ossetia-Alania Republic Head, during their meeting at the Kremlin in Moscow, Tuesday, June 16, 2026. (Vyacheslav Prokofyev, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Vyacheslav Prokofyev</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOJI2DHXQTYCJK2TQJDNNS7LVU.jpg?auth=dd73c2d03363da2ffca3519d0b9d1e98a3bcc5f459a7ff08663f0759556b43a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian President Volodymyr Zelenskyy attends the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content></item><item><title><![CDATA[U.S. filings for unemployment benefits fall to 226,000 last week as layoffs remain historically low]]></title><link>https://www.local10.com/business/2026/06/18/us-filings-for-unemployment-benefits-fall-to-226000-last-week-as-layoffs-remain-historically-low/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/18/us-filings-for-unemployment-benefits-fall-to-226000-last-week-as-layoffs-remain-historically-low/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The number of Americans applying for jobless aid fell modestly last week as layoffs remained in the same historically low range of recent years.]]></description><pubDate>Thu, 18 Jun 2026 12:51:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The number of Americans applying for jobless aid fell modestly last week as layoffs remained in the same historically low range of recent years.</p><p>U.S. applications for unemployment benefits in the week ending June 13 dropped by 4,000 to 226,000, the Labor Department reported Thursday. That’s in line with the 225,000 new applications forecast by analysts surveyed by the data firm FactSet.</p><p>Weekly filings for unemployment benefits are considered representative of U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>Despite concerns that the conflict in the Middle East would further squeeze a flagging labor market, hiring has picked up in recent months following a miserable 2025 that saw fewer than 200,000 job gains. For comparison, about 1.5 million jobs were added in 2024.</p><p>U.S. employers delivered a surprising 172,000 new jobs in May and the economy is averaging 188,000 job gains in the three months since the Iran war began in late February. That’s the best three months of hiring since early 2024. The unemployment rate remains historically low at 4.3%.</p><p>Job openings also rose in April as employers posted 7.6 million vacancies, up from 6.9 million in March and the most since May 2024.</p><p>The government reported last week that rising gas prices — triggered by the closure of the Strait of Hormuz off Iran’s southern border — pushed U.S. consumer inflation in May to 4.2%, its highest level in three years. Despite recent declines, prices for oil and gas remain elevated, which can squeeze consumers’ budgets and make businesses think twice about hiring.</p><p>Earlier this week, Iran and the U.S. agreed to a deal to end the war and allow Iran to reopen the Strait of Hormuz and sell its oil without restrictions.</p><p>With inflation still well above the Federal Reserve’s 2% target, officials at the U.S. central bank left the benchmark interest rate where it was on Wednesday. It was the first meeting with new Fed Chair Kevin Warsh, who replaced Jerome Powell after his eight-year run as the U.S. central bank’s leader.</p><p>Lower interest rates can boost the economy and hiring, but also tend to stoke inflation, leading a number of Fed policymakers to say they are actually willing to consider at least one interest rate hike this year. That could potentially help bring inflation down, but higher borrowing costs generally make businesses more reluctant to hire.</p><p>Optimism over artificial intelligence has also injected a degree of uncertainty about the job market due to the investment required to develop it and because the powerful technology could alter or even replace some jobs.</p><p>Among the companies that have cut jobs recently are Verizon, UPS, Amazon, Disney, Starbucks and Walmart.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s tariffs, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>The Labor Department’s report Thursday showed that the four-week moving average of jobless claims, which evens out some of the weekly volatility, rose by 4,000 to 223,250.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending June 6 rose by 24,000 to 1.81 million, slightly more than analysts predicted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6HZOADTXXOB6HVFNIYOFEMNLLY.jpg?auth=6a8e0a83acbc7157207624ac8e71b59a48ea407c76d94638d02478bd4a720f24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hiring sign is seen outside of a company in Wheeling, Ill., Monday, June 8, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Residents return to war-ravaged southern Lebanon with hope and sorrow after the US-Iran deal]]></title><link>https://www.local10.com/news/world/2026/06/18/netanyahu-vows-that-israeli-forces-will-stay-in-southern-lebanon-as-long-as-israel-requires-it/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/netanyahu-vows-that-israeli-forces-will-stay-in-southern-lebanon-as-long-as-israel-requires-it/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB and MALAK HARB, Associated Press]]></dc:creator><description><![CDATA[TYRE, Lebanon (AP) — Adnan Kaour returned on Thursday to check on his home in southern Lebanon 's coastal city of Tyre — once known as an idyllic summer getaway spot — just a week after Israel issued warnings for all of its residents to evacuate.]]></description><pubDate>Thu, 18 Jun 2026 15:46:49 +0000</pubDate><content:encoded><![CDATA[<p>TYRE, Lebanon (AP) — Adnan Kaour returned on Thursday to check on his home in southern Lebanon 's coastal city of Tyre — once known as an idyllic summer getaway spot — just a week after Israel issued warnings for all of its residents to evacuate.</p><p>The warnings were followed by sweeping airstrikes on the city, which Israel said targeted the Lebanese Hezbollah militant group.</p><p>What Kaour found back in Tyre, shattered his hopes — his dream family apartment overlooking the shimmering Mediterranean Sea was a heap of rubble and shattered glass.</p><p>His return coincided with the announcement of an agreement between the United States and Iran to end the war in the Middle East. The deal also calls for an end to the war in Lebanon, where Israel has been fighting Hezbollah, but it's unclear what that means in practice.</p><p>Israel and Hezbollah are not parties to the agreement. Iran insists Israel must withdraw from the large swath of southern Lebanon it is occupying, but the wording of the interim deal doesn’t explicitly require that and only ensures Lebanon’s “territorial integrity.”</p><p>Later Thursday, Israeli Prime Minister Benjamin Netanyahu said that Israel’s military will stay in southern Lebanon as long as "Israel’s security needs require it.” The remarks were his first comment since the U.S.-Iran deal was signed.</p><p>For its part, Hezbollah has said that it's committed to resisting Israel. Fighting between the two sides, which was still underway on Wednesday in villages and towns of southern Lebanon, could derail the deal.</p><p>Many hope the US-Iran deal signals better times</p><p>For residents in the south of crisis-battered Lebanon, hopes of better times are mixed with skepticism —there had been too many ceasefire announcements that had failed to halt the fighting.</p><p>Kaour lives in Germany, but spends most of the summer in Tyre. Last month, when an Israeli strike hit their street without warning, he was a abroad with his family.</p><p>When he returned, he saw his building, with a popular sweets shop and an electronics store on the ground floor, was still standing, unlike surrounding structures — buildings that were all leveled to the ground.</p><p>But the walls and the windows of his apartment had been blasted out. He was relieved his family had not been there, he said. They all survived.</p><p>“I’m hopeful for peace, and God willing this is the end of the war, and everyone can go back to their homes," he said. “We are living abroad, but our minds are here in our country.”</p><p>Outside, the street filled quickly with people trying to clear the rubble.</p><p>Kaour's neighbor one floor above, Samih Haidar had also just returned and found his door bolted by wooden boards.</p><p>He tried to kick them down, but failed, then anxiously waited as two men who had been clearing rubble on another floor came and unscrewed the bolts.</p><p>Through a gap, Haidar climbed in. He didn't know what to expect — he had rented the apartment out to a family displaced from another area in the south, people who were close to a trusted friend of his.</p><p>Then his anxiety turned into shock: broken furniture, shattered glass, rubble and a burned out kitchen. Neighbors told him the kitchen caught fire after the strike. He slowly walked through each room, quietly filming with his phone. He doesn't know what became of the family — displaced from Tyre like scores of others, he presumed.</p><p>He wants to hope, he said.</p><p>“We want things to work out and live in safety, so there can be stability for us and everyone else,” Haidar said.</p><p>Morning strikes pierce a tenuous ceasefire</p><p>Lebanon's state-run National News Agency reported several Israeli drone strikes on Thursday morning in the country's south, including one on a car in the town of Kfar Tebnit that killed one person and critically wounded another.</p><p>Israel did not comment on the strikes.</p><p>To the north, some 80 kilometers (50 miles) away, displaced families huddled along the waterfront in Beirut, Lebanon's capital. Most of them have sleeping in tents for months, living day-to-day in limbo. For others, it's a bench or a mattress on the ground.</p><p>Many said they're not convinced that the U.S.-Iran deal will hold or that they will be able to return to their homes — if they still have homes to return to. In the border area close to Israel, many Lebanese villages have been almost completely demolished.</p><p>“I haven’t felt relieved at all,” said Mohammed Ashmar, displaced from the border village of Deir Seryan, holding a cup of coffee and sitting near his tent on the waterfront. “Until I get back to my home ... I won’t be convinced of anything.”</p><p>The Israel-Hezbollah war has displaced more than 1 million people in Lebanon, and killed nearly 3,900, according to Lebanese officials. About 30 Israeli soldiers and a defense contractor have been killed in or near southern Lebanon, and two civilians have been killed in northern Israel, according to Netanyahu’s office.</p><p>In his remarks Thursday, Netanyahu reiterated that Israel’s military will stay in southern Lebanon, where it has occupied up to 10 kilometers (6 miles) from the border. Israel must “maintain a security zone in southern Lebanon, and it requires that we must not leave there as long as Israel’s security needs require it,” he said.</p><p>Speaking during a visit by foreign dignitaries on Thursday, Lebanon’s Social Affairs Minister Haneen Sayed said the country faces urgent humanitarian needs but also the daunting task of planning for the return of displaced families and reconstruction of the destroyed areas.</p><p>“The Lebanese people deserve peace," she said. "They deserve to return safely to their homes, rebuild their communities, and look to the future with confidence and hope."</p><p>___</p><p>Associated Press journalists Fadi Tawil in Beirut and Melanie Lidman in Tel Aviv, Israel, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VD5THRIGDPLUYSOUXZNK2LJU5Y.jpg?auth=24c0d23cfa17b0e2603e89723a11fe4a106e149058245380c5908d1dfb805fbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident Samih Haidar reacts as he inspects his burned apartment damaged in Israeli strikes in the southern port city of Tyre, Lebanon, Thursday, June 18, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3PAQMMCLO2WVFNHZLH32RYEZ7Y.jpg?auth=ad240df573993b7b39b8a6fd3f84cdb70361cb55cf20d437ef9cc34272b64f2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident Adnan Kaour stands amid debris outside his apartment building, which was damaged in Israeli strikes in the southern port city of Tyre, Lebanon, Thursday, June 18, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3OJNXSENFYTVCCTFTCRLZ42ZPQ.jpg?auth=c6ee0039fd39fae25c90ee9734f2695292184dfa3a425922c293bf726fbba37f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A portrait of former Hezbollah leader Hassan Nasrallah hangs on a wall inside a burned apartment damaged in Israeli strikes in the southern port city of Tyre, Lebanon, Thursday, June 18, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ILRI2DP7P6NSLEUUJYDKW6R7PA.jpg?auth=d1fdb79c3e8963a12fd7f3e87a9894a2594a328ece90fcbc0154dbb3cd7160ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident Adnan Kaour inspects his apartment after it was damaged in Israeli strikes in the southern port city of Tyre, Lebanon, Thursday, June 18, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJRFTPB4U75HUDLD7FXDTFCRAM.jpg?auth=4657c700fa48e1f2e41633cab91d23aa13547e42805d615ab9fd8b9a41e9a90e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents inspect debris inside a building damaged in Israeli strikes as they return to check their apartments in the southern port city of Tyre, Lebanon, Thursday, June 18, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item><item><title><![CDATA[US gas prices fall below $4 for 1st time since March, but still 25% higher than last year]]></title><link>https://www.local10.com/business/2026/06/18/us-gas-prices-dip-below-4-for-the-first-time-since-march/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/18/us-gas-prices-dip-below-4-for-the-first-time-since-march/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. gas prices fell below $4 a gallon on average Thursday, but just barely.]]></description><pubDate>Thu, 18 Jun 2026 12:31:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. gas prices fell below $4 a gallon on average Thursday, but just barely.</p><p>It is the first time since March that the average cost for a regular gallon has been that low. Prices fell overnight after President Donald Trump signed an agreement with Iran that calls for Tehran to dilute its stockpile of highly enriched uranium and waives U.S.-backed sanctions on the country.</p><p>Gas prices are at $3.999 on average in the U.S., according to motor club AAA. The drop below $4 follows a 15% decline in the price of U.S. crude this month.</p><p>But fluctuations in gas prices remain across the country. In California, gas prices are averaging $5.64 per gallon, while in South Carolina it’s $3.58 per gallon.</p><p>The agreement between the U.S. and Iran calls for a permanent end to hostilities and starts a 60-day negotiating clock to reach a final deal on the future of Iran’s nuclear program, though Trump left the door open to resume attacks. It appears to offer Iran several benefits up front while extracting little in return.</p><p>Oil prices fell Monday to about $80 for a barrel of U.S. benchmark crude. That compares to $67 per barrel before the war and the price of over $120 a barrel reached earlier in the conflict.</p><p>Even as gas prices start to decline, it is anticipated to take weeks or months for oil to start flowing through the Strait of Hormuz again.</p><p>Before the war, the strait carried a fifth of the world’s crude oil. Now, it will take time for hundreds of ships trapped in the Persian Gulf to exit through the narrow strait. And Gulf oil producers that throttled back production will need time to get the oil moving again. Analysts also say ship captains may take their time to decide if passage is safe and that the threat of attack from Iran has truly receded.</p><p>In addition, refineries typically pay for crude oil a month or more in advance, so even after oil prices drop, they won’t immediately be processing cheaper products.</p><p>Fighting over the Strait of Hormuz disrupted not only supplies of crude and refined fuel but also the supply chains for fertilizer, food and even footwear. Businesses expect higher costs to linger, which means their customers might need to prepare for that too.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T72D5YUW6SRXZ42L676B7JY33U.jpg?auth=96be7df81f0907ea8ec42b601bce7832b9a87033c67ce9e6ae70b889703aab1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A customer readies to pump gas at this Ridgeland, Miss., Costco, Tuesday, May 24, 2022. s. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IK6KNSNPACCPBSVKFUDXBJNKOI.jpg?auth=f91f7b667999fdc1c231dfe2e012a912b14925f22dc87874f212ece36cdcc01b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customer checks gas price before she fills up her vehicle's tank at a gas station in Lincolnshire, Ill., Monday, June 8, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Red, white and blue: A strategy for survival as Native Americans navigate 250 years of history]]></title><link>https://www.local10.com/news/national/2026/06/18/red-white-and-blue-a-strategy-for-survival-as-native-americans-navigate-250-years-of-history/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/red-white-and-blue-a-strategy-for-survival-as-native-americans-navigate-250-years-of-history/</guid><dc:creator><![CDATA[By SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description><![CDATA[SANTA FE, N.M. (AP) — Swiftly marching toward westward expansion, the United States in the 1800s brought with it a tidal wave of displacement and cultural suppression for Native Americans.]]></description><pubDate>Thu, 18 Jun 2026 13:02:35 +0000</pubDate><content:encoded><![CDATA[<p>SANTA FE, N.M. (AP) — Swiftly marching toward westward expansion, the United States in the 1800s brought with it a tidal wave of displacement and cultural suppression for Native Americans.</p><p>A century of broken treaties already had spawned distrust of the federal government, and widespread forced assimilation was accelerating. With shifting cultural and social circumstances came declining populations. Survival was hanging in the balance.</p><p>Renowned for their masterful beadwork, Lakota women had a strategy.</p><p>Incorporating symbols of American patriotism into their work was more than a simple embrace of the stars and stripes. It was an act of quiet resistance that provided an avenue for conserving their values as U.S. policies unraveled their communities.</p><p>So with America's 250th birthday come mixed emotions rooted in pain, pride and even patriotism. Museum displays of elaborate beadwork are providing a window into that past, while paintings by contemporary Native artists offer critiques on more modern political struggles.</p><p>It's a milestone marking resilience — and a fresh opportunity to look at the nation's history through an unexpected, and perhaps less varnished, lens.</p><p>Native Americans and the US have a unique relationship</p><p>Curators and tribal scholars say the Native experience cannot be overlooked or minimized when talking about the complex tapestry that is America.</p><p>“The United States could not exist without Native history having been here first,” said Aaron Carapella, who is of Cherokee descent and creates maps of Indigenous territories. “There’s so many influences that Native people embedded into the fabric of what we call America.”</p><p>A student of history, Carapella finds it unlikely that most of the Founding Fathers would have expected tribes to persist as sovereign entities. Rather, they thought tribes would be absorbed into American society.</p><p>Implementation of laws like the 1830 Indian Removal Act signed by President Andrew Jackson and the 1887 Dawes Act enacted by President Grover Cleveland led to forced relocations through brutal journeys like the Trail of Tears. Land grabs resulted when millions of acres of tribal landholdings were broken up.</p><p>Bounties in Minnesota and the Southwest along with militias in California further eroded tribal territories. Then came the boarding schools, where Native children were sent in an effort to erase their connections to culture, language and religion.</p><p>It's not ancient history. Tribal leaders say their people are still living with the effects of those policies.</p><p>Today, there are 575 tribes with inherent sovereignty recognized by the U.S, with the Lumbee Tribe of North Carolina joining the list in December. The government-to-government relationships are unlike arrangements many other countries have with Indigenous populations.</p><p>N. Bruce Duthu, chair of Native American and Indigenous Studies at Dartmouth College and a member of the United Houma Nation, has taught and lectured around the globe. He said it’s hard for Indigenous leaders in Bolivia and elsewhere to believe that tribes in the U.S. have been able to build power over the last half-century. It’s an ongoing fight, but Duthu points to successful efforts to influence environmental policies and pass major legislation to hold non-tribal citizens accountable for crimes committed in Indian Country.</p><p>“The U.S. is routinely at the top of the heap in terms of a country that, despite all the flaws, at least now in the last 50 years or so, seems to have gotten it right,” he said.</p><p>There's a deep history of influence</p><p>Native influences span from the notions of democracy shared with the Founding Fathers to the warrior ethos exhibited by the fierceness with which tribal nations fought to protect their land — from other tribes, foreign nations and the federal government.</p><p>It's not unlike the patriotism many Americans feel today. And for some Native Americans, it's a fundamental part of who they are; they have one of the highest per-capita rates of military service in the country.</p><p>At the center of the “Stars, Stripes and First Americans” exhibit at New Mexico’s Museum of Indian Arts and Culture is a painting by Kee Yazzie titled Diné Code Talker. The brushstrokes pay homage to the Navajo Code Talkers, who used their language to create an unbreakable code that played a critical role in U.S. victories during World War II.</p><p>Danyelle Means, the museum's executive director and a member of the Oglala Lakota Nation, said other tribes also had code talkers. That included the Choctaw Nation and Comanche, Kiowa, Hopi, Muscogee, Sioux and Seminole recruits.</p><p>“Veterans are a huge part of celebration and ceremony within Native communities and are often revered and have their own societies within these communities,” Means said. “So it is something — that aspect of the U.S. and being a warrior for this country — that is very deep-seated in so many Native communities.”</p><p>Influence has permeated art and culture</p><p>The Smithsonian’s National Museum of the American Indian in Washington, D.C., is commemorating the 250th with an installation of two dresses that highlight heritage and Native American servicewomen.</p><p>Made a century apart, one is a Lakota beaded dress likely made for a July Fourth celebration and the other is a modern jingle dress worn by members of the Native American Women Warriors that includes a patch honoring Lori Piestewa, who is believed to be the first Native woman killed in combat on foreign soil. The Hopi soldier died from injuries following an ambush in Iraq in 2003.</p><p>Those military operations came after the Sept. 11, 2001, attacks. Navajo artist Pauline Thomas called it a scary time, knowing that more Native soldiers would be heading off to war. The 73-year-old created a weaving following 9/11 that is now part of the exhibition in New Mexico.</p><p>For Thomas, her weavings mark moments in time, but they're also a way for Navajo customs to live on. Her 12-year-old granddaughter already is winning blue ribbons for her weavings.</p><p>“I think it’s very, very important,” Thomas said from her hometown of Naschitti on the Navajo Nation. “I don’t want my people to lose their culture. I want them to learn more about their ancestors, where they came from.”</p><p>The way forward has many paths</p><p>Jami Powell, curator of Indigenous art at Dartmouth College's Hood Museum of Art, uses the phrase “colonial entanglements” to describe the complexity of U.S.-tribal relations. She tells her students that things aren't always black and white.</p><p>“And it is OK to have feelings of ambivalence around these issues and the difficult histories that led to this current moment,” said Powell, a citizen of the Osage Nation.</p><p>The Hood Museum is displaying the work of Native artists as part of its 250th commemoration. Both subversive and pointed, the pieces broaden the conversation and get visitors thinking about the next two centuries, Powell said.</p><p>Ensuring Native youth have a voice in that future is a driving force for Tracy Canard Goodluck, executive director of the Center for Native American Youth.</p><p>A member of the Oneida Nation of Wisconsin and of Mvskoke Creek heritage, Goodluck said the power of those voices rang loud and clear in essays submitted for a recent competition focused on the 250th. They touched on sovereignty, self-determination and maintaining a connection with land and culture.</p><p>“They know who they are, where they come from, their identity, their culture, their history,” Goodluck says, “and we need to create pathways for them to be able to share that with everyone.”</p><p>___</p><p>This story is published through the Global Indigenous Reporting Network at The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JLLIQESJLJZO3SCJKYZMTMSZFM.jpg?auth=b306676883b33f798e3b1f09086afd6ec57c3d80d31122607e9812a133ef1c6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A painting by Navajo artist Kee Yazzie is displayed as part of the "Stars, Stripes and First Americans" exhibition at the Museum of Indian Arts and Culture in Santa Fe, N.M., on Monday, May 11, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LYNPLW3ANTRX76J35MA6LWS2ZQ.jpg?auth=e172905da4e57bf1fec5bb3b3cece0f068566ea3a478b0ad260ee75e683b3731&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Decades-old moccasins from Taos Pueblo that feature red, white and blue beads are prepared for display as part of the "Stars, Stripes and First Americans" exhibition at the Museum of Indian Arts and Culture in Santa Fe, N.M., on Monday, May 11, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SZ3RUQJWL34M77YP62MUVFMHFU.jpg?auth=47931bc8eb96d23ec620b0460a8603cd62ac20b088dd72925c0dfb1a992e5c4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Museum executive director Danyelle Means, left, and head of curatorial affairs Elisa Phelps discuss a weaving by Navajo artist Pauline Thomas as it's prepared for display at the Museum of Indian Arts and Culture in Santa Fe, N.M., on Monday, May 11, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content></item><item><title><![CDATA[US Open off to a slow and foggy start at Shinnecock Hills]]></title><link>https://www.local10.com/sports/2026/06/18/us-open-off-to-a-slow-and-foggy-start-at-shinnecock-hills/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/us-open-off-to-a-slow-and-foggy-start-at-shinnecock-hills/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — For all the concern at the U.S. Open about wind and Shinnecock Hills drying out, another weather issue popped up Thursday morning. Thirty minutes after it began, play was stopped by fog.]]></description><pubDate>Thu, 18 Jun 2026 13:39:48 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — For all the concern at the U.S. Open about wind and Shinnecock Hills drying out, another weather issue popped up Thursday morning. Thirty minutes after it began, play was stopped by fog.</p><p>Fourteen players managed to post scores — no birdies among them — before the horn sounded to stop because of low visibility. They were kept on the course for 15 minutes, and when it didn't get any better, they were brought back in.</p><p>The first round finally resumed after a two-hour delay. It was the first time the opening round of the U.S. Open was delayed by fog since 2021 at Torrey Pines in San Diego, which is notorious for its “June Gloom.” That one lasted 90 minutes and the first round was not complete until the next morning. That will be the case again at Shinnecock Hills.</p><p>The problem was evident at the start. James Nicholas was to hit the opening tee shot, and he walked over to the starter to ask if they were still on time.</p><p>“I just wanted to make sure,” Nicholas said. “I can't see the fairway.”</p><p>The fairways are wide enough — an average width of 48 yards this year — that no one had any trouble finding their golf balls. But when the par-3 11th green and some landing areas were hard to see, officials had no choice.</p><p>Scottie Scheffler, the world's No. 1 player who is trying to complete the career Grand Slam with a U.S. Open title, and Rory McIlroy were among those on the range ahead of their morning tee times.</p><p>The USGA prepared the course for the anticipation of strong wind, with gusts potentially approaching 40 mph. The wind Thursday morning wasn't strong enough to move the fog.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QQG2CJHCHBF3WBAYC5QGJL53TY.jpg?auth=dfdbdaf40c5a9f3013cabc93b5f57a3f02230fbd44f5a09d5095bd9ac1262fd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chase Kyes lines up a putt on the first hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WKGOPQ3CUNNWLYTQ7UHJFUD3G4.jpg?auth=13c331939468503407f368657ce71b3400bda0ea39fa533d852acafcebd02fc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Jordan off the green after play was suspended during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PHNC6Y2OKE4EMVLH6ORSUNQFAQ.jpg?auth=99bdca1a3f6c35908229f33aca60c3e4bed4c0864b57fe5083e08f96ffb17a10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign on the third hole shows play was suspended during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D5NZJPE2A52BQYLE6KIMMVTP6E.jpg?auth=f3b0c8503fb7d2e6106b30b59d543d3a7ebe463ad4fe08994b0e6a95339e0ff9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jackson Suber hits from the fairway on the first hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Legislation overhauling college sports faces a major test in the Senate]]></title><link>https://www.local10.com/news/politics/2026/06/18/legislation-overhauling-college-sports-faces-a-major-test-in-the-senate/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/legislation-overhauling-college-sports-faces-a-major-test-in-the-senate/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A bill that top lawmakers and athletic leaders have described as the best chance to stabilize college sports faces a key test in the Senate on Thursday as sponsors roll out a revised version after weeks of input from schools, conferences and athletes.]]></description><pubDate>Thu, 18 Jun 2026 12:03:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A bill that top lawmakers and athletic leaders have described as the best chance to stabilize college sports faces a key test in the Senate on Thursday as sponsors roll out a revised version after weeks of input from schools, conferences and athletes.</p><p>The bipartisan Protect College Sports Act aims to regulate payments to players, limit them to one free transfer over their careers and create a rule to restrict coaches from changing jobs during a season. The Senate Commerce Committee will debate the latest version of the bill on Thursday before potentially voting on whether to send it to the full Senate for consideration.</p><p>The legislation is the product of months of negotiations between Republican Sen. Ted Cruz of Texas and Democratic Sen. Maria Cantwell of Washington, the top lawmakers on the Senate Commerce Committee, and comes when lawmakers in both chambers of Congress are grappling with whether it's time for them to intervene in college sports.</p><p>The Senate bill has won backing from several athletic conferences as well as the NFL and its players' union and the United States Olympic & Paralympic Committee. But the two most powerful conferences in college sports — the Southeastern Conference, based in Birmingham, Alabama, and the Big Ten Conference, based in Rosemont, Illinois — have not endorsed it.</p><p>The Olympic committee’s support comes as the revised bill is expected to add further protections for women’s and Olympic sports.</p><p>Sarah Hirshland, CEO of the Olympic and Paralympic committee, told Cruz and Cantwell in a letter this week that she looks forward to Thursday's action by the Senate panel and encouraged it to advance the bill without delay.</p><p>Support for the bill does not fall neatly along party lines, reflecting the national reach of SEC and Big Ten schools and broader divisions in Congress. While President Donald Trump has backed the bill, some fellow Republicans oppose it.</p><p>Alabama Sen. Tommy Tuberville, a Republican and former Auburn football coach, has opposed the measure, saying, “If we get involved in it, if you look at everything else we do, it doesn’t work.” He has introduced his own bill.</p><p>Senate Democrats have been especially quiet on the issue. On the eve of the committee action, some Democrats on the Senate Commerce Committee were still on the fence about the bill. Further changes are still possible, with lawmakers expected to consider amendments during the hearing.</p><p>“I have not made up my mind,” Illinois Sen. Tammy Duckworth said.</p><p>Democratic Sen. Gary Peters of Michigan said he is also “still up in the air” on the bill. Michigan is home to two prominent Big Ten schools — the University of Michigan and Michigan State University — and Peters said he has been in contact with the conference.</p><p>“We still are trying to get some changes that the Big Ten would like to see,” Peters told The Associated Press.</p><p>___</p><p>Follow the AP's coverage of college sports at https://apnews.com/hub/college-sports.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I3RYETBNKMQD4M77ED2L457LVE.jpg?auth=ae3934063be128dc860e71c8eb2edf364bd1ccbde3701ed16403aa3113289613&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz R-Texas, Chairman of the Senate Committee on Commerce, Science, and Transportation, speaks during a hearing to examine college sports, supporting student athletes, and fair competition on Capitol Hill, Wednesday, June 3, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FNIOPOQOIWAD3I2MCO5ITE7GOE.jpg?auth=66636902a73739c6349351378f4a4097edd6b696637797a3e4c0bc8c029d6ea0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former University of Alabama football coach Nick Saban testifies before Senate Committee on Commerce, Science, and Transportation hearing to examine college sports, supporting student athletes, and fair competition on Capitol Hill, Wednesday, June 3, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNIO53HH3RYZWWO5XCMYFXFSNY.jpg?auth=ba157ebc93cd2b1bf033bf7d1ccb21a532b56baaf957e60fa916edd2ec15049f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southeastern Conference Commissioner Greg Sankey speaks to reporters during the conference's spring meetings, May 30, 2023, in Destin, Fla. (AP Photo/Ralph Russo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ralph Russo</media:credit></media:content></item><item><title><![CDATA[FIFA hydration breaks have sparked criticism from different groups. But what do they actually do?]]></title><link>https://www.local10.com/health/2026/06/18/fifa-hydration-breaks-have-sparked-criticism-from-different-groups-but-what-do-they-actually-do/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/18/fifa-hydration-breaks-have-sparked-criticism-from-different-groups-but-what-do-they-actually-do/</guid><dc:creator><![CDATA[By DORANY PINEDA and JENNIFER MCDERMOTT, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — For the first time in World Cup history, FIFA is mandating all soccer players take hydration breaks to protect them from the threats of extreme heat. But the new rule has sparked criticism from two very different groups.]]></description><pubDate>Thu, 18 Jun 2026 04:10:54 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — For the first time in World Cup history, FIFA is mandating all soccer players take hydration breaks to protect them from the threats of extreme heat. But the new rule has sparked criticism from two very different groups.</p><p>Some experts have warned that this summer’s World Cup — co-hosted by the U.S., Mexico and Canada — could be the hottest in the tournament’s history. In response to concerns about extreme heat, FIFA implemented three-minute hydration breaks midway through each half regardless of temperatures. But some critics say they’re interrupting the game’s flow and give coaches a chance to shift momentum in their team’s favor, while some scientists have said the breaks are too short to make a significant impact on cooling and rehydration when conditions are sizzling.</p><p>“When we look at the three minute hydration breaks, we’re really looking at this as a way to mitigate anything that could potentially lead to an incident or an emergency,” said Joshua L. DeVincenzo, assistant director of applied research services at Columbia University’s National Center for Disaster Preparedness.</p><p>Here’s a look at the heat risks players face and what the hydration breaks can do:</p><p>FIFA’s mandatory breaks, regardless of temperatures</p><p>This World Cup is the first to implement mandatory three-minute cooling breaks midway through each half, regardless of temperatures or whether stadiums are enclosed and/or air conditioned.</p><p>The governing body said it was to “ensure equal conditions for all teams, in all matches,” and the rules draw upon the experiences of past tournaments, including the FIFA Club World Cup in the U.S. last summer where temperatures soared into the 90s F (mid-30s C) and above in many areas.</p><p>Some coaches said the breaks make sense when temperatures are extreme, but they questioned whether they were necessary at every match.</p><p>Even highly-trained, elite athletes can get heat stress</p><p>Athletes pushing themselves physically in hot and humid conditions risk getting what’s called exertional heat illness. It happens when the body’s temperature gets too hot and is accompanied by significant strain on the heart, nerves, muscles and central nervous systems.</p><p>Common symptoms include muscle cramps, extreme fatigue, impaired performance, headache, irritability, nausea, dizziness, cramping and dehydration.</p><p>When internal body temperature exceeds 105 F (40.5 C), athletes might feel confused, aggressive or lose consciousness, said Yuri Hosokawa, associate professor at the Faculty of Sport Sciences in Japan’s Waseda University, in an email, “all of which are characteristic signs of exertional heat stroke and require immediate medical attention.” She co-signed a letter to FIFA in May urging stricter heat guidelines for player safety, including that cooling breaks be at least six minutes.</p><p>Exertional heat stroke while playing a sport is among the leading causes of death in athletes.</p><p>Dehydration also exacerbates the risk. Athletes in the heat can sweat 1 to 2 liters (50 to 67 ounces) an hour, and most drink less liquids than they expel. Losing as little as 2% of one’s body weight to dehydration can impair physical performance.</p><p>Ryan Calsbeek, professor of biological sciences at Dartmouth College, said the human body performs better when it’s warmer, but there’s a critical threshold above which that improvement in performance not only stops, but precipitously drops off.</p><p>“Your body starts to really fall apart, you lose the ability to cool off fast enough,” he said. “And the physiological mechanisms just break down.” That happens when the wet bulb globe temperature, which includes temperature, humidity, cloud cover and wind, reads above about 95 F (35 C), though some people will be more heat tolerant than others.</p><p>The increased confusion from extreme heat could impact an athlete’s ability to make strategic decisions, he said.</p><p>“It’s these marginal differences in performance that I think can determine the outcome of a match,” Calsbeek said. “If you have individuals that do better in extreme conditions, whether it’s extreme heat or high altitude or whatever the case may be, those small differences could play a critical, pivotal role in determining the outcome.”</p><p>Hydration breaks should be longer, some experts say</p><p>The three-minute mandatory hydration breaks are meant to protect players, and referees, from extreme heat illness and help them maintain their physical performance.</p><p>In that time, players can cool off and replenish lost water and salt from sweating, but how effective it is depends on how aggressive the cooling methods are.</p><p>That could mean putting wet, cold towels on the exposed parts of a player’s body, such as the neck, head, back and arms. If done well, that could reduce their body temperature by about 0.22 F (0.12 C) per minute, said Douglas Casa, CEO of the University of Connecticut’s Korey Stringer Institute who also co-signed the letter to FIFA.</p><p>“Some people can tolerate a little more fluids comfortably and then do intense exercise. Some people can’t because it sloshes around in their stomach and they don’t feel super comfortable, so they might not drink as much in such a short period of time,” he added.</p><p>The time, he said, dictates the volume of impact, whether from fluid or cooling, and “that’s why we’re suggesting doing something like five or six minutes, because it just makes such a big impact when you’re dealing with a change of that magnitude.”</p><p>But how much time a player needs to recover also varies. “Depending on your body, you might need more or less time. But those kinds of breaks are crucial so that your body isn’t just being forced to keep trying to play catch up... to keep trying to cool you down without any kind of rest or a break,” said Bharat Venkat, director of the Heat Lab at the University of California, Los Angeles.</p><p>As our planet gets hotter, mandating hydration breaks and changing where, when and how sports are played will be necessary.</p><p>“No matter what sport you play, there’s going to be adjustments that have to be made in the face of climate change,” he said.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4WXRM5OPIGACAJH447GPPSM3X4.jpg?auth=2355c6e75a395c33b273c4c85d9876ba72cd284c7e8f9f04bfd9974977d5c767&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) cools off during a hydration break of the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 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/ZBJHUG3NCMKCG5SQYG56ODSKLE.jpg?auth=b90a6eb99ea981f205be37a4a38d19d4fc7c3e47af4957dc533e4ff73b1e4739&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signage for a hydration break is displayed during the World Cup Group F soccer match between the Netherlands and Japan in Arlington, Texas, near Dallas, Sunday, June 14, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMKMW5AFQ2E6UQ7V32FCOE3FXI.jpg?auth=35618d7eef57980a69d88b94f1a4fcf162e0824950b4f6c39211c96cf255e4df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Bernardo Silva takes a bottle of water during a hydration break during the World Cup Group K soccer match between Portugal and Congo in Houston, Wednesday, June 17, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKMXEZLGMVNCEZ5JH4EWRHQZYE.jpg?auth=806abe3971a3b3aea36c2d1f82ebfc8bd0ca8ef4ebda5686a4fec4811b4f7068&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referees takes a hydration break during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 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/433XH4EPHIO5CYUPEGLEQIOLVI.jpg?auth=db19796289d5d6235710b66a82fb9405e8c29c97216caeaa675c751f6fd0e03b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain head coach Luis de la Fuente talks with players during a hydration break in the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Jacob Kupferman)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacob Kupferman</media:credit></media:content></item><item><title><![CDATA[Suspect in killing of a Russian artist critical of Putin has been arrested in Poland]]></title><link>https://www.local10.com/news/world/2026/06/18/suspect-in-killing-of-a-russian-artist-critical-of-putin-has-been-arrested-in-poland/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/suspect-in-killing-of-a-russian-artist-critical-of-putin-has-been-arrested-in-poland/</guid><dc:creator><![CDATA[By VANESSA GERA, Associated Press]]></dc:creator><description><![CDATA[WARSAW, Poland (AP) — Polish authorities have arrested a man suspected of fatally shooting a Russian activist critical of President Vladimir Putin and Chechen leader Ramzan Kadyrov, and are investigating whether Russia is behind it, senior officials said Thursday.]]></description><pubDate>Thu, 18 Jun 2026 15:44:49 +0000</pubDate><content:encoded><![CDATA[<p>WARSAW, Poland (AP) — Polish authorities have arrested a man suspected of fatally shooting a Russian activist critical of President Vladimir Putin and Chechen leader Ramzan Kadyrov, and are investigating whether Russia is behind it, senior officials said Thursday.</p><p>The killing is the latest act which Polish authorities believe could be part of a campaign of Russian sabotage aimed at sowing fear and demoralizing Ukraine's closest allies. Poland, a NATO and European Union member, has in recent years become a place of refuge for political dissidents from Russia and Belarus, as well as Ukrainian war refugees.</p><p>“Early this morning, police apprehended a suspect in the murder of a Russian man — a murder that shocked all of Poland,” Interior Minister Marcin Kierwiński told a news conference in Warsaw.</p><p>He said the suspect is a 36-year-old man who carried a passport belonging to the ex-Soviet republic of Georgia with links to organized crime and crimes committed in Poland dating to 2022. The arrest took place in a hostel housing foreigners in Piastów, near Warsaw, he said.</p><p>Robert Kuzovkov, a 44-year-old known by the pseudonym Semyon Skrepetsky, was killed on Monday morning near his home in the eastern Polish city of Biala Podlaska, near the border with Belarus. Prosecutors said the perpetrator fired two shots at him, then shot him three more times at close range before fleeing.</p><p>Kuzovkov, who died of gunshot wounds to the head, chest and back, had painted unflattering caricatures of Putin, Kadyrov and other high-ranking Russian officials. One depicts Putin being cradled in the arms of the Soviet dictator Josef Stalin. He had refused offers of protection by Polish authorities.</p><p>Polish officials said Russia was under suspicion due to the profile of the victim and the way he was killed, though they stressed that they are still investigating.</p><p>“We are treating this case very, very seriously because, frankly, there is reason to suspect that there may have been people who commissioned this potential assassin,” Prime Minister Donald Tusk said in Brussels, where he arrived for a summit on Thursday.</p><p>“I do not need to convince anyone that this concern involves the possibility of state-sponsored terrorism. This would not be the first such case in Europe, as Europe has seen incidents of this kind before. However, in Poland it would be the first case of a politically motivated assassination carried out on behalf of a foreign state.”</p><p>Since it invaded Ukraine in 2022, Russia has been accused of trying to assassinate its opponents abroad, including targeting exiled activists in France and Lithuania.</p><p>Officials in Germany have also broken up plots targeting the head of a German weapons supplier to Ukraine and a Ukrainian military official.</p><p>Polish authorities arrested a man in 2024 in what they said was a plot to assassinate Ukrainian President Volodymyr Zelenskyy. That same year, a Russian helicopter pilot who defected was killed in Spain, with Russian operatives as the prime suspects.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KW6OPO2KQILNDJH7WTUXHIANSM.jpg?auth=bbc324c233b008a42fe2facaf6e56921bc262402cc60c80ec9618dc3f4a5e576&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man identified by Polish media as Robert Kuzovkov and by prosecutors as Robert K., in accordance with Polish privacy law, who they said was an artist who used the pseudonym Semyon Skrepetsky, poses for a photo with one of his paintings near the Russian Embassy in Berlin, Germany, on Friday, June 12, 2026, four days before Polish authorities said he was shot and killed in Biala Podlaska, Poland. (Vasily Krestyaninov/SOTA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Vasily Krestyaninov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7JZYKJ7GVO2D5Y6ACNVRZGGRQQ.jpg?auth=3af17b883e734bb827ccfe725f8cd5f25aa1f278d7daada819acbd0065f9987f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer, not pictured, and Poland's Prime Minister Donald Tusk attend a bilateral meeting as the countries formalise a UK-Poland security agreement, at RAF Northolt, near Uxbridge, England, Wednesday May 27, 2026. (Jack Taylor/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Taylor</media:credit></media:content></item><item><title><![CDATA[WhatsApp feud leads man to fire warning shot that hits Miami-Dade bus, injuring passenger, cops say]]></title><link>https://www.local10.com/news/local/2026/06/17/whatsapp-feud-leads-man-to-fire-warning-shot-that-hits-miami-dade-bus-injuring-passenger-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/whatsapp-feud-leads-man-to-fire-warning-shot-that-hits-miami-dade-bus-injuring-passenger-cops-say/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Miami-Dade deputies took a man into custody this week after he fired warning shots from his apartment balcony, with one of the bullets hitting a bus and causing glass injuries to a passenger, according to investigators.]]></description><pubDate>Wed, 17 Jun 2026 21:38:42 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade deputies took a man into custody this week after he fired warning shots from his apartment balcony, with one of the bullets hitting a bus and causing glass injuries to a passenger, according to investigators.</p><p><a href="https://www.local10.com/espanol/2026/06/17/policia-disputa-por-whatsapp-lleva-a-hombre-a-disparar-tiro-de-advertencia-que-impacta-autobus-de-miami-dade-y-hiere-a-pasajero/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/policia-disputa-por-whatsapp-lleva-a-hombre-a-disparar-tiro-de-advertencia-que-impacta-autobus-de-miami-dade-y-hiere-a-pasajero/">Leer en español</a></p><p>The incident occurred around 2:15 p.m. on Tuesday near 24302 SW 107th Ave.</p><p>Investigators said 24-year-old Elio Jesus Rodriguez Garcia was at his home when a man he had been arguing with through WhatsApp messages appeared at the front gate of his apartment complex. </p><p>Rodriguez Garcia heard the man yelling from outside and exited through the back of his apartment to see what was happening.</p><p>After seeing the man, Rodriguez Garcia went back inside, armed himself with a rifle and returned to his rear balcony, where the two continued arguing.</p><p>During the confrontation, Rodriguez Garcia fired two warning shots, investigators said. </p><p>One of the shots traveled across U.S. 1 and struck the passenger side of a Miami-Dade Transit bus as it was traveling north near Southwest 132nd Avenue and the Busway, authorities said.</p><p>The bus was carrying passengers at the time, deputies confirmed. </p><p>According to the arrest form, the bullet entered the bus, shattered a side window and caused minor glass injuries to the right side of a passenger’s head and face.</p><p>Deputies said a woman was seated on the driver’s side of the bus, a few feet from where the bullet entered. The bullet was recovered intact from inside the bus and appeared to be a rifle round, authorities said. </p><p>The woman was treated at the scene by Miami-Dade Fire Rescue personnel.</p><p>As deputies responded to the report of an occupied bus being struck by gunfire, dispatchers also received a separate call about a man firing a weapon at Pine Grove Apartments, authorities said.</p><p>Deputies said they responded to the second scene and took Rodriguez Garcia into custody without incident.</p><p>According to the arrest form, deputies recovered a spent .300 Blackout casing behind Rodriguez Garcia’s apartment. From the rear of the apartment, investigators said they could see across heavily-congested U.S. 1 to the Miami-Dade Transit bus that had been struck.</p><p>Rodriguez Garcia was transported to MDSO’s South District station for an interview. Investigators said he was advised of his Miranda rights and he agreed to speak without an attorney present.</p><p>He was later arrested and transported to the Turner Guilford Knight Correctional Center.</p><p>He faces multiple charges, including four counts of attempted manslaughter with a deadly weapon and unlawfully discharging a firearm in a public place or residential property. </p><p>Rodriguez Garcia remains jailed on an immigration hold, according to online jail records, however his arrest report states that he is a U.S. citizen who was born in Florida.</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/73OHCA4J4FDRJP5IALKL4UBOIA.png?auth=143430f5e80e719d69886b9ffb565bebeb22640ab8d8e6327ce15aaf552dc0b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Cuba humanitarian aid deal puts Catholic Church in control as regime teeters]]></title><link>https://www.local10.com/news/world/2026/06/17/cuba-humanitarian-aid-deal-puts-catholic-church-in-control-as-regime-teeters/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/17/cuba-humanitarian-aid-deal-puts-catholic-church-in-control-as-regime-teeters/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[The need for food, medicine and other basic essentials across Cuba is the most dire it has ever been -- and it’s one reason why a crucial meeting took place Wednesday on the island between Cuban religious organizations and U.S. diplomat Mike Hammer, aimed at getting supplies to the people.]]></description><pubDate>Wed, 17 Jun 2026 22:56:31 +0000</pubDate><content:encoded><![CDATA[<p>The need for food, medicine and other basic essentials across Cuba is the most dire it has ever been -- and it’s one reason why a crucial meeting took place Wednesday on the island between Cuban religious organizations and U.S. diplomat Mike Hammer, aimed at getting supplies to the people.</p><p>The agreement calls for at least $60 million in humanitarian aid, provided by the Trump administration, to be controlled by the Cuban Catholic Church. Another $40 million would be handled by trusted non-governmental organizations, though still under challenging conditions.</p><p>But getting that aid where it needs to go is easier said than done.</p><p>“I spoke to the Archbishop of Santiago de Cuba not too long ago and he says the logistics of it is -- they have no gasoline to deliver some of the humanitarian aid. Even in the region of Santiago de Cuba, it is very difficult,” said Local 10 News Cuba analyst Andy Gomez.</p><p>Gomez believes Cuba is on the brink of a historic change.</p><p>“At this instance, the situations are so bad that they’re gonna need help from the outside,” he said.</p><p>There is some talk of the U.S. military stepping in to help fill the gap in delivering foreign aid, but that scenario is unlikely to have the blessing of the Cuban regime.</p><p>“By allowing the U.S. military to go in, then you’re gonna have 8.3 million Cubans demanding much more and that is the fall of the regime -- and they know that. And that’s what Cuba does not want,” Gomez said.</p><p>Meanwhile, a meeting is set for Thursday with Cuba’s National Assembly, economists and President Miguel Diaz-Canel, billed as a meeting to evaluate proposals for economic and social transformations. Gomez isn’t buying the framing.</p><p>“I think it’s basically saying behind closed doors -- uh oh, where do we go with this?” he said. </p><p>When asked if it amounts to a crisis meeting, Gomez didn’t hesitate. </p><p>“I think it’s a crisis meeting,” he said.</p><p>Gomez questions what economic reforms Cuba could realistically introduce in that meeting besides approving new laws to attract foreign investment. Multiple analysts agree that Raul Castro, Diaz-Canel and the rest of the regime know their power is on the verge of collapse.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade school board unanimously votes to close multiple schools, redraw boundaries]]></title><link>https://www.local10.com/news/local/2026/06/17/miami-dade-school-board-unanimously-votes-to-close-multiple-schools-redraw-boundaries/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/miami-dade-school-board-unanimously-votes-to-close-multiple-schools-redraw-boundaries/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Miami-Dade Public School Board members voted unanimously to move forward with a major overhaul that includes the closure of multiple schools and the establishment of new school boundaries.]]></description><pubDate>Wed, 17 Jun 2026 21:48:51 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Public School Board members voted unanimously Wednesday to move forward with a major overhaul that includes the closure of multiple schools and the establishment of new school boundaries.</p><p><a href="https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/">Leer en español</a></p><p>The vote comes as the district faces a new reality -- for the first time in generations, there are more school seats than actual students. District leaders cited declining enrollment and changing demographics as reasons they had no choice but to re-evaluate how some school buildings are being utilized.</p><p>“It is never an easy decision to consolidate schools, but when done properly it benefits our students,” said school board member Robert Alonzo, who represents District 4.</p><p>Nine schools are set to be closed and/or repurposed, including Miami Springs Middle School, Richmond Heights Middle and Lorna Smith Elementary, among others.</p><p>“We’re not seeing those numbers coming in. We have also seen a decline in birth rate. We are just not seeing that many students within our communities,” Alonzo said.</p><p>Parents and community activists who spoke out at Wednesday’s school board meeting say changes in immigration policy are partially to blame for the drop in enrollment.</p><p>“I also want to urge the board to recognize how concerns around immigration enforcement have impacted school enrollment in our district,” said community activist Luna Plaza.</p><p>Others warned the closures carry consequences beyond just numbers.</p><p>“School closures affect far more than enrollment numbers -- they affect families, local businesses, property values and the overall stability of our communities,” said community activist Cassie Creed.</p><p>There were also those who pushed back on the closures themselves, saying those schools make up the fabric of their community. But district leaders say the changes will benefit students, and they pledged not to leave any community without the resources it needs.</p><p>“We are never going to leave a community that is going to be underserved or not having the resources that they are going to need -- our goal is to provide the best education that they can receive,” Alonzo said.</p><p>Students from closed schools will join others that continue to operate as the district consolidates buildings and facilities, with leaders saying the move is necessary to maintain quality.</p><p>“It’s something that we have to do in order to continue to provide our students with the best services out there and the best facilities,” Alonzo said.</p><p>As for what happens to the now-vacant properties, the district says that will vary on a case-by-case basis.</p><p><b>Below is a list of the closures:</b> </p><p><b>North Region:</b></p><p> • Parkway Elementary</p><p> • Rainbow Park Elementary</p><p><b>Central Region: </b></p><p> • Lenora B. Smith Elementary</p><p> • Miami Springs Middle</p><p> • Phillis Wheatley Elementary</p><p><b>South Region:</b></p><p> • Mandarin Lakes K-8 Academy</p><p> • Pine Villa Elementary</p><p> • Richmond Heights Middle </p><p> • Robert Russa Moton Elementary</p><p><b>Below are the combinations: </b></p><p><b>Central Region:</b></p><p> • Georgia Jones-Ayers Middle School and Lenora B. Smith Elementary School will combine to become a K-8 Center.</p><p> • Miami Springs Middle School and Miami Springs Senior High School will combine to become a 6-12 School.</p><p><b>South Region:</b></p><p> • Arthur &amp; Polly Mays Conservatory of the Arts and Pine Villa Elementary School will combine to become a K-12 School.</p><p> • Richmond Heights Middle and BioTech 9-12 will combine to become a 6-12 School.</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[FDA panel considers a first-of-its-kind flu vaccine using mRNA technology]]></title><link>https://www.local10.com/health/2026/06/18/fda-panel-considers-a-first-of-its-kind-flu-vaccine-using-mrna-technology/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/18/fda-panel-considers-a-first-of-its-kind-flu-vaccine-using-mrna-technology/</guid><dc:creator><![CDATA[By LAURAN NEERGAARD and MATTHEW PERRONE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. health advisers are debating a new kind of flu vaccine Thursday, the first made with the same mRNA technology that was key to ending the COVID-19 pandemic.]]></description><pubDate>Thu, 18 Jun 2026 11:10:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. health advisers are debating a new kind of flu vaccine Thursday, the first made with the same mRNA technology that was key to ending the COVID-19 pandemic.</p><p>Moderna is seeking Food and Drug Administration approval of its new shot, dubbed mFlusiva, as an option for people 50 and older. The FDA advisory committee meeting is a step toward a final decision ahead of the winter flu season.</p><p>Tens of thousands of Americans die from influenza every year, and older adults are among the most vulnerable. There are various types of flu vaccines already available in the U.S., including three specifically recommended for people 65 and older. But vaccines made with the Nobel Prize-winning mRNA technology are faster to manufacture than other types — something experts say might help if the shape-shifting flu virus mutates in a way that requires suddenly brewing new doses to match.</p><p>In a study of 40,000 people age 50 and older, Moderna’s mRNA vaccine reduced flu cases by about 27% compared to those given another routinely used vaccine brand. Ahead of the meeting, FDA published a favorable review of that data and reported no safety concerns.</p><p>Moderna is seeking full approval for the vaccine’s use in the 50- to 64-year-old population — along with authorization for use in those 65 and older while it conducts additional testing.</p><p>Earlier this year, Moderna’s data was at the center of a highly unusual public dispute as a then-top FDA official blocked the company’s application for its first-of-its-kind shot.</p><p>The embattled vaccine chief at the time, Dr. Vinay Prasad, said the company should have compared its shot to a high-dose flu vaccine recommended for seniors rather than a standard-dose brand. It was a sign of FDA’s heightened vaccine scrutiny under Health Secretary Robert F. Kennedy Jr.</p><p>Moderna challenged that decision, noting that FDA staff had approved that main study’s design and citing a separate, smaller study comparing the mRNA shot with a high-dose vaccine for seniors. Days after the spat, the FDA accepted Moderna’s application.</p><p>The expert panel also will assess that smaller study, which found Moderna’s shot generated flu-fighting antibodies similarly to a high-dose senior shot. The FDA’s initial review noted the new vaccine lacks data on very frail older adults and those with weak immune systems.</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/PQ2WMBHOZUXALX4K7BJRRZFXNI.jpg?auth=247d13d20c022e94ba1fa127a5bf18dbfd5c335a97db68946ef1a9487a8d070f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign marks an entrance to a Moderna building in Cambridge, Mass., May 18, 2020. (AP Photo/Bill Sikes, File)prnto]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Sikes</media:credit></media:content></item><item><title><![CDATA[Bank of England holds main interest rate at 3.75% as Iran war inflation pressures ease]]></title><link>https://www.local10.com/business/2026/06/18/bank-of-england-holds-main-interest-rate-at-375-as-inflation-pressures-eases/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/18/bank-of-england-holds-main-interest-rate-at-375-as-inflation-pressures-eases/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The Bank of England has held its main interest rate at 3.7% as the inflation pressures on the British economy have become more benign after the U.S. and Iran signed a deal to sign deal to end their war.]]></description><pubDate>Thu, 18 Jun 2026 11:24:12 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The Bank of England has held its main interest rate at 3.7% as the inflation pressures on the British economy have become more benign after the U.S. and Iran signed a deal to sign deal to end their war.</p><p>Thursday’s decision was widely anticipated after figures showed inflation did not rise as had been expected in May, holding steady instead at 2.8%.</p><p>Though that remains above the bank’s target of 2%, it raised hopes that the upward pressure on prices emanating from the spike in oil and gas prices after the start of the Iran war on Feb. 28 may have been less than anticipated.</p><p>Economists think rate-setters will opt against hiking rates over coming months, but only if the recent fall in energy prices is sustained. The pressure on central banks since the outbreak of hostilities in the Persian Gulf has been to raise rates. The European Central Bank hiked last week while on Wednesday, half of the policymakers at the U.S. Federal Reserve said that they could support a rate hike later this year.</p><p>Andrew Bailey, the Bank of England governor, said the recent decline in oil prices has been “encouraging” while noting they are still higher than before the war, a steer to markets that higher U.K. borrowing costs are possible.</p><p>“Whatever happens in the future, the higher energy prices of the past four months mean there’s already some inflationary pressure in the pipeline,” he said. “The Bank’s job is to make sure that doesn’t turn into sustained inflation above our 2% target.”</p><p>Two of the nine members of the Monetary Policy Committee remain concerned enough about those pipeline pressures that they voted for a quarter-point increase.</p><p>Because of the recent pullback in oil and gas prices, the bank has trimmed its forecast for inflation in the final quarter of the year to 3.25%. The hope is that inflation then starts to drop next year, freeing up the bank to cut rates, allowing mortgage lenders to offer cheaper home loans.</p><p>“If energy prices continue to moderate then the debate could once again turn again to rate cuts, but that might have to wait until next year,” said Luke Bartholomew, deputy chief economist at asset management firm Aberdeen.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2G5DCGVF2IMNU6PCNQKBXKJRM.jpg?auth=323f0e647a5401bb1b334e4642a78ad02b0fa22a4997c780a94bf76df6358b7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Pedestrians walk past the Bank of England in London, April 30, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Ivory Coast's Elye Wahi denied entry to Canada at World Cup amid betting probe]]></title><link>https://www.local10.com/sports/2026/06/18/ivory-coasts-elye-wahi-denied-entry-to-canada-at-world-cup-amid-betting-probe/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/ivory-coasts-elye-wahi-denied-entry-to-canada-at-world-cup-amid-betting-probe/</guid><dc:creator><![CDATA[By SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[Ivory Coast striker Elye Wahi, who is under investigation for alleged betting-related offences, has not been authorized to travel to Canada for his team's next World Cup match against Germany, the Ivorian soccer federation said on Thursday.]]></description><pubDate>Thu, 18 Jun 2026 14:52:57 +0000</pubDate><content:encoded><![CDATA[<p>Ivory Coast striker Elye Wahi, who is under investigation for alleged betting-related offences, has not been authorized to travel to Canada for his team's next World Cup match against Germany, the Ivorian soccer federation said on Thursday.</p><p>Ivory Coast faces Germany on Saturday in Toronto.</p><p>The federation said Wahi, who is under investigation in France, will not be able to travel with the squad because “the necessary administrative authorizations for his entry into Canadian territory could not be obtained at this stage.”</p><p>Wahi started in attack for Ivory Coast when it beat Ecuador 1-0 in its opening game in Philadelphia on Monday. He will remain in the United States pending the team’s return, the federation said.</p><p>The French soccer league said on Wednesday that an “unusual amount of bets” were placed internationally on Wahi receiving a yellow card during a Ligue 1 game with Nice in May. The French league was alerted by partners monitoring betting markets about suspicious betting activity at international level concerning Nice’s home game against Metz on May 17, which ended 0-0, and in which Wahi was shown a yellow card.</p><p>The French league (LFP) said it passed this information to relevant police and gambling authorities, as well as the French Football Federation.</p><p>Asked whether Wahi was questioned by police, the Marseille prosecutor's office told the Associated Press that “a 23-year-old professional football player, competing in France’s Ligue 1 championship, was arrested on May 29, 2026, as part of their investigation."</p><p>The office added “the investigation concerns alleged offenses of organized fraud, organized sports corruption, receiving stolen goods, and money laundering.” The player was questioned while in police custody and was released without being detained. The office added the investigation was ongoing.</p><p>Wahi’s representatives did not immediately respond to requests for comment.</p><p>The Ivory Coast Football Federation (FIF) said it has not been officially notified “of any judicial or administrative proceedings” concerning Wahi.</p><p>“During this particularly delicate period, the FIF offers its full support to the player and reaffirms its confidence in him,” it said. “Elye Wahi remains an important member of the Ivory Coast national team.”</p><p>May 17 was the last round of the Ligue 1 season. Less than two weeks later, Wahi helped struggling Nice stay in Ligue 1 when he scored twice in a 4-1 win over Saint-Etienne in the second leg of their promotion-relegation playoff.</p><p>The 23-year-old Wahi had joined Nice on loan from German club Eintracht Frankfurt in January and scored nine goals in 18 games overall, helping Nice reach the French Cup final.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JHNVGONLWQCD54OD7PWX2IHSHA.jpg?auth=2484945a99be115b9f8d1bb89ddb21a55f204760fb6262adad4de87e0158da47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivory Coast's Elye Wahi, right, and teammate Nicolas Pepe react after missing a chance to score against Ecuador during a World Cup Group E soccer match in Philadelphia, Sunday, June 14, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YBLLTCZAJFP4D57YP6NNE7I44E.jpg?auth=148819d218d6a57224373f44108a3e93cd5719cf105eabf636ee59830de1122b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivory Coast's Elye Wahi (12) and Ecuador's Willian Pacho (6) jump to head the ball during the World Cup Group E soccer match between Ivory Coast and Ecuador in Philadelphia, Sunday, June 14, 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/C65MFLDPDIHYYQEA3ZAMLWOPZY.jpg?auth=12fc7f70300b339a6f8db54747fb7243edc3d789838e37a46458d1df7542f795&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ecuador goalkeeper Hernan Galindez, right, makes a save against Ivory Coast's Elye Wahi (12) during the World Cup Group E soccer match between Ivory Coast and Ecuador in Philadelphia, Sunday, June 14, 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/LHNY2NEPJW6U7MKOGX5EKFD2CM.jpg?auth=d974c31221a9d0bf07e52a65c9fd7e8d9c710ca5280ba803f7144e55cc637403&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivory Coast's Elye Wahi, center, shoots against Ecuador goalkeeper Hernan Galindez during the World Cup Group E soccer match between Ivory Coast and Ecuador in Philadelphia, Sunday, June 14, 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/ZDVTFUN3NMLK4YHWDSG6G6BHNI.jpg?auth=84deb8f98efb087696b615bf3962b102392a52c4c94d8763f3f576944b89f17b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivory Coast's Elye Wahi, right, reacts after missing a chance to score against Ecuador during a World Cup Group E soccer match in Philadelphia, Sunday, June 14, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[June 18: Heat Advisory issued with highs in the mid-90s]]></title><link>https://www.local10.com/weather/2026/06/18/june-18-heat-advisory-issued-with-highs-in-the-mid-90s/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/18/june-18-heat-advisory-issued-with-highs-in-the-mid-90s/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[A Heat Advisory has been issued again this morning and is in effect from 12 PM until 7 PM today.]]></description><pubDate>Thu, 18 Jun 2026 10:38:27 +0000</pubDate><content:encoded><![CDATA[<p>A Heat Advisory has been issued again this morning and is in effect from 12 PM until 7 PM today. Max heat indices are expected around <b>105-110 degrees</b>, but isolated areas could experience slightly higher values. High temperatures will be in the mid 90s. Afternoon storms are expected again with the development of the sea breeze. These showers will be isolated. A shift in the wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of the metro/coastal areas. 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[Church of England apologizes for role in forced adoptions as recent as the mid-1970s]]></title><link>https://www.local10.com/news/2026/06/18/church-of-england-apologizes-for-role-in-forced-adoptions-as-recent-as-the-mid-1970s/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/18/church-of-england-apologizes-for-role-in-forced-adoptions-as-recent-as-the-mid-1970s/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The Church of England apologized Thursday for its role in forced adoptions as recent as the mid-1970s, acknowledging the painful experiences of many unmarried women at so-called mother and baby homes in the U.K. that were affiliated with the church.]]></description><pubDate>Thu, 18 Jun 2026 10:33:37 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The Church of England apologized Thursday for its role in forced adoptions as recent as the mid-1970s, acknowledging the painful experiences of many unmarried women at so-called mother and baby homes in the U.K. that were affiliated with the church.</p><p>Archbishop of Canterbury Sarah Mullally, the first woman to lead the church and the person seen as the spiritual leader of the worldwide Anglican Communion, issued the apology as the church released a report on conditions at the homes from 1949 to 1976.</p><p>Many women and girls were forced to do menial labor as a form of “correction’’ for having children out of wedlock, and their babies were sometimes described as commodities available to meet the demand for adoption, the report found.</p><p>“We are profoundly sorry for the pain, trauma and stigma experienced — and still carried — by many people because of historical adoption practices in homes affiliated to the Church of England,’’ Mullally said. “We have heard firsthand the accounts of mothers who were separated from their babies in circumstances where they had very few meaningful choices.”</p><p>During the period covered by the report, about 185,000 children born to unmarried mothers were put up for adoption in England and Wales. It was a time when a “culture of shame, stigma and secrecy” surrounded unmarried mothers and their children, even as attitudes about sex and marriage were beginning to change, the report said.</p><p>While church policies emphasized that unmarried women had the right to keep their children and the children had a right to remain with their mothers, staff often ignored this guidance and worked closely with adoption agencies, researchers found.</p><p>The guidance “sat alongside language which expressed dehumanizing and dismissive attitudes, falling short of what would be expected towards anyone in the church’s care, not least people who were rendered especially vulnerable by their circumstances,” the report said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BMTG4XLLWLATDVOLMRCEPOJUSE.jpg?auth=40ed7177754573aaba92f6903e7dd2a9bebad5a298e9f6552089ab5dd1533eed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sarah Mullally speaks to the public after the Enthronement Ceremony installing her as archbishop of Canterbury in Canterbury, England, March 25, 2026, the first woman ever to lead the Church of England. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Gunmen attack airport in Niger's capital as explosions, gunfire heard]]></title><link>https://www.local10.com/news/world/2026/06/18/gunmen-attack-airport-in-nigers-capital-as-explosions-gunfire-heard/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/gunmen-attack-airport-in-nigers-capital-as-explosions-gunfire-heard/</guid><dc:creator><![CDATA[By WILSON MCMAKIN, Associated Press]]></dc:creator><description><![CDATA[DAKAR, Senegal (AP) — Gunmen attacked the main airport in Niger’s capital of Niamey early Thursday morning, leading to an exchange of fire and explosions, witnesses and a security official said.]]></description><pubDate>Thu, 18 Jun 2026 15:48:12 +0000</pubDate><content:encoded><![CDATA[<p>DAKAR, Senegal (AP) — Gunmen attacked the main airport in Niger’s capital of Niamey early Thursday morning, leading to an exchange of fire and explosions, witnesses and a security official said.</p><p>Security forces were deployed to repel the attack after the gunmen breached the airport security, said the official, who was not authorized to speak publicly about the situation. It was not immediately clear who the attackers were.</p><p>Several hours after the attack, Niger's National Civil Aviation Agency said that activities at the airport were continuing as normal. The Nigerien government did not immediately release any statement about the events.</p><p>An Associated Press journalist said soldiers were searching people on the road to the airport in the aftermath of the gunfire.</p><p>It was the second attack at Diori Hamani International Airport in Niamey this year, after the Islamic State group claimed responsibility for a similar attack in January that targeted Niger's drone assets.</p><p>Niger, led by a military junta since a 2023 coup, has struggled to contain deadly jihadi violence that has battered parts of Africa’s Sahel region, including neighbors Burkina Faso and Mali that are also run by military juntas.</p><p>The airport is a strategic hub that hosts a Nigerien air force base as well as the headquarters of the Niger-Burkina Faso-Mali joint military force.</p><p>The military has beefed up the airport security following the January attack, but jihadis in Niger and the wider region continue to pose serious threats, analysts say.</p><p>"The symbolism of the airport as headquarters for AES will drive intent by militants to target it,” said Beverly Ochieng, a senior security analyst at Control Risks, referring to the regional Alliance of Sahel States.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HPJKZJXFQJW2KMSS2Q5DKJX6U4.jpg?auth=37f5b585d62671d66470e8467ba33975297e446e7ad25281bd6dcd83c891397a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Motorcyclists ride by the entrance of the airport in Niamey, Niger, Aug. 8, 2023. (AP Photo/Sam Mednick, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Mednick</media:credit></media:content></item><item><title><![CDATA[Qantas plans a 22-hour London-Sydney nonstop flight, set for October next year]]></title><link>https://www.local10.com/news/world/2026/06/18/qantas-plans-a-22-hour-london-sydney-nonstop-flight-set-for-october-next-year/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/qantas-plans-a-22-hour-london-sydney-nonstop-flight-set-for-october-next-year/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Qantas Airways plans to launch the world’s longest direct flight next year, a service of up to 22 hours nonstop between London and Sydney.]]></description><pubDate>Thu, 18 Jun 2026 08:44:35 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Qantas Airways plans to launch the world’s longest direct flight next year, a service of up to 22 hours nonstop between London and Sydney.</p><p>The Sydney-based airline on Thursday unveiled the first of its specially-modified Airbus A350-1000 jets that will regularly make the 17,015-kilometer (10,573-mile) journey from October next year. The flights between cities on opposite sides of the world are expected to take between 19 and 22 hours.</p><p>The current longest regularly scheduled direct flight is Singapore Airlines’ route between its city-state base and New York City. The distance of 15,349 kilometers (9,537 miles) is flown in under 19 hours.</p><p>A significant difference in passenger comfort between the airlines is that Singapore’s Flight SQ24 doesn’t fly economy passengers.</p><p>While a standard Airbus A350-1000 can carry up to 480 passengers, Qantas ’ customized version A350-1000ULR will carry only 238, with 140 of those in what is colloquially termed “cattle class” on flights between London and Sydney.</p><p>The farthest an economy passenger can currently fly on a direct flight in the world is with Qantas between London and Perth on Australia’s west coast. That’s a distance of 14,499 kilometers (9,009 miles) flown 16 and 18 hours. Sydney is on Australia’s east coast.</p><p>Sharon Petersen, chief executive officer of AirlineRatings, an Australia-based website that ranks airlines around the world on their products and safety, said Qantas economy seats between London and Sydney would have more leg room than most long haul airlines.</p><p>Economy passengers would also have access to a so-called Wellbeing Zone between economy and premium economy cabins where they could stretch their limbs and help themselves to drinks and snacks.</p><p>Qantas has said passengers will pay more for direct flights when tickets go on sale in February than they do for flights that make a stop in Singapore. Qantas says the direct flights will save up to four hours of travel time.</p><p>Petersen said flying business class direct was a great option for passengers who could potentially sleep for eight hours without the interruption of disembarking at Singapore.</p><p>But she would prefer to break up the journey than fly 22 hours in economy.</p><p>“The reason for that is 22 hours is really daunting. If you get sat next to someone who’s smelly, is perhaps really unwell and coughing, perhaps there’s a baby sitting next to you that’s having an uncomfortable flight or an oversized passenger who really needs two seats,” Petersen said.</p><p>She regards two shorter flights as a safer option in economy.</p><p>“If you’ve got it wrong on one flight, you might be okay on the next. You get a break,” she said.</p><p>Petersen said the smaller passenger configuration of Qantas’ A350-1000ULR was to enhance comfort and to compensate for an additional tank carrying 20,000 liters (5,283 gallons) of fuel.</p><p>Such long haul flights rely on premium passengers to make profits, she said.</p><p>“Because the flight is so long, they can’t rely on cargo because of the weight. So it really is a passenger-heavy aircraft and a premium passenger-heavy aircraft at that to get the profit margin,” Petersen said.</p><p>Once the Sydney-London direct route was established, Qantas said its next ultralong-haul direct service will be Sydney-New York, a shorter distance of 16,013 kilometers (9,950 miles).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4PUWUE5JFGX5XBPUAIORXM5K44.jpg?auth=0a2a6e5a91bbda6a793e103181882366a0d35e3c045fc19c08a5de1c5143c06b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Qantas plane prepares to land at Sydney Airport in Sydney, Australia, Feb. 21, 2013. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SNK4OW3R7N3APOUE7ED4G7Z6R4.jpg?auth=25df0ce30f96747f08e5262e076b33419b29652b5def2bcac1c96ee8a17fb4a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Qantas plane flies over Sydney, on Jan. 3, 2012. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content></item><item><title><![CDATA[Sobrevivieron al conflicto colombiano. Hoy votan por proyectos opuestos de Cepeda y De la Espriella]]></title><link>https://www.local10.com/espanol/2026/06/18/sobrevivieron-al-conflicto-colombiano-hoy-votan-por-proyectos-opuestos-de-cepeda-y-de-la-espriella/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/sobrevivieron-al-conflicto-colombiano-hoy-votan-por-proyectos-opuestos-de-cepeda-y-de-la-espriella/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Blanca Monroy y Sigifredo López tienen en común la marca del cruento conflicto armado colombiano, pero la política los separa. Monroy votará en el balotaje por el candidato progresista Iván Cepeda y López por el conservador Abelardo de la Espriella.]]></description><pubDate>Thu, 18 Jun 2026 12:28:27 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Blanca Monroy y Sigifredo López tienen en común la marca del cruento conflicto armado colombiano, pero la política los separa. Monroy votará en el balotaje por el candidato progresista Iván Cepeda y López por el conservador Abelardo de la Espriella.</p><p>Monroy lleva tatuada en un brazo una balanza, la misma que tenía su hijo de 19 años y que fue usada para identificar su cuerpo tras ser víctima de una ejecución extrajudicial. López asegura que conoció el “inframundo” al ser secuestrado por la guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC).</p><p>Ambos elegirán en el balotaje entre dos propuestas diferentes sobre cómo abordar el conflicto armado, pero con un temor común: volver a un pasado de mayor violencia.</p><p>Cepeda, quien ha servido de facilitador en varias negociaciones de paz, defiende el diálogo y consideraría continuar las negociaciones que inició el actual presidente Gustavo Petro, su padrino político, intentando disminuir la violencia que persiste en el país pese a que hace una década las FARC abandonaron las armas tras un histórico acuerdo de paz con el Estado.</p><p>De la Espriella, en tanto, ha dicho que acabará las negociaciones de paz e incrementará las operaciones militares. “Los voy a acabar como unas cucarachas”, dijo a The Associated Press recientemente el candidato, simpatizante de los presidentes Donald Trump y Nayib Bukele.</p><p>Para Yann Basset, profesor de Ciencia Política de la Universidad del Rosario, aunque hay una mayoría de colombianos inclinados a buscar el diálogo, el país suele oscilar entre las políticas que lo priorizan y las de mano dura. A su juicio, la política de Petro “fracasó” y generó “indignación en la opinión pública”.</p><p>La Fundación Ideas para la Paz, un centro de investigación sobre el conflicto, calcula que el año pasado el país tenía 27.000 armados ilegales dentro de ocho estructuras que en su mayoría se han fortalecido pese a la política de paz de Petro y que aumentaron sus filas en 5.000 integrantes con respecto al año previo.</p><p>Miedo por los “falsos positivos”</p><p>La vida cambió para Monroy en marzo de 2008 cuando su hijo Julián Oviedo Monroy desapareció en Soacha, una localidad al sur de Bogotá. Salió a encontrarse con una persona que le había ofrecido trabajo y fue asesinado en Ocaña, en el noreste del país.</p><p>Su hijo es uno de los 6.402 “falsos positivos”, como son conocidas las víctimas de ejecuciones extrajudiciales que militares presentaron como guerrilleros muertos en combate. La mayoría de los casos ocurrieron durante el mandato de Álvaro Uribe (2002-2010), quien niega haberlos ordenado.</p><p>Por su asesinato y los de otros reconocieron su responsabilidad al menos 10 exmiembros de la fuerza pública y un civil ante el Tribunal de Paz de Colombia, creado tras la firma del acuerdo con las FARC.</p><p>“Ellos (exmilitares) me decían: ‘doña Blanquita, nosotros nos ofrecimos voluntariamente para matar a su hijo’”, relató a AP Monroy, quien decidió perdonarlos.</p><p>Ahora, cuando el país decide de qué manera enfrentar a los ilegales, dice que Cepeda debe actuar contra ellos sin exterminarlos.</p><p>“Tiene que tener mano dura, pero no como dice este señor (De la Espriella)... que porque este es un guerrillero y es lo peor, lo vamos a coger, lo vamos a matar. Así no se va a hacer una paz”, dijo desde el centro de Bogotá.</p><p>Así como Monroy, otras madres de los “falsos positivos” han apoyado activamente la campaña presidencial de Cepeda.</p><p>Filósofo, exmiembro de las Juventudes Comunistas y actual congresista, Cepeda encauzó su vida en la defensa de las víctimas del Estado tras el asesinato en 1984 de su padre Manuel Cepeda Vargas que era legislador de la Unión Patriótica, un partido constituido en 1985 tras un infructuoso diálogo de paz entre el gobierno y las FARC.</p><p>Monroy teme que De la Espriella implemente una política que termine por afectar de nuevo a los civiles. “Dios quiera y ponga su mano y este señor… no suba (al poder), porque los ‘falsos positivos’ van a volver a ser una realidad”.</p><p>Miedo a los grupos armados</p><p>López fue secuestrado en 2002 con sus 11 colegas diputados de la Asamblea del Valle del Cauca, en el suroeste de Colombia. Tras casi siete años de cautiverio fue el único que sobrevivió.</p><p>“Lo más duro para mí fue cuando supe del asesinato de mis compañeros; (entré) en una depresión que me duró mucho tiempo. Estaba como perdiendo la razón”, recordó López, quien aún tiene secuelas psicológicas y sufre de artrosis como consecuencia de las inclemencias de la selva. “Eso es realmente el inframundo. Lo más parecido al infierno”.</p><p>El exdiputado es una de las 21.000 víctimas de secuestros cometidos por las FARC durante el conflicto armado de cinco décadas. La última cúpula de la guerrilla recibió una sanción por esos delitos, que no implicó cárcel, a cambio de contar lo que sabía y reconocer su responsabilidad.</p><p>Desde Cali, la misma ciudad donde fue secuestrado, López advirtió que la inseguridad se está agravando y sostuvo que la política de paz de Petro “fracasó” y que los armados ilegales se expanden en el territorio.</p><p>“Colombia está siendo secuestrada... no solamente el secuestro tradicional que conocimos y que vivimos personas como yo y miles más, sino que tienen secuestradas a las personas porque en su territorio, por ejemplo, hoy no pueden votar libremente”, aseguró a la AP López, quien tiene un esquema de protección por amenazas a su vida.</p><p>Contó que ha tenido su “corazón a la izquierda”, pero decidió apoyar a De la Espriella porque promete devolverle la seguridad a la ciudadanía y “entendió que la paz total no se logra negociando con los criminales, sino ejerciendo la fuerza legítima del Estado”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EKYAEEAD723C6SUMTNOQPJPPVE.jpg?auth=0a3d4351d7bef753d5ff49287864f502504fa6ce660eac748223f713e165856d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Blanca Nubia Monroy posa con una foto de su hijo, Julián Oviedo, que desapareció en 2008 y cuyo cuerpo fue encontrado meses más tarde en una tumba clandestina, en Bogotá, Colombia, el 1 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGJMCXSID7YDGXLHN6XFCZPD5M.jpg?auth=09caa6bd61f39545623cf0b05a8e8ebfb505cd8a88288abdd9ffeb765ee0f11a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Blanca Nubia Monroy muestra un tatuaje con el nombre de su hijo, Julián Oviedo, que desapareció en 2008 y cuyo cuerpo fue encontrado meses más tarde en una tumba clandestina, en Bogotá, Colombia, el 1 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GNOWQIGYEYVYI7GTH6AGU266OM.jpg?auth=704d5e9d24710cc33935f50944d9c490c6819b92873c432bd86f501b53de5aa7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El rehén liberado Sigifredo López se reúne con su familia tras su liberación por parte de las FARC, en Cali, Colombia, el 5 de febrero de 2009. López fue secuestrado en 2002 junto a 11 legisladores más y fue el único sobreviviente del grupo luego de que los demás murieron durante el cautiverio. (AP Foto/Christian Escobar Mora, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Christian Escobar Mora</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CGCH5NOVBKK2GKYYHDIXMOKTZY.jpg?auth=56afe036f2e07f467be7e6669ec5323e429a2a509120193a6dbd4814d2e79afb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una patrulla policial pasa por delante de la sede de la campaña del candidato presidencial Iván Cepeda, de la coalición gobernante Pacto Histórico, en Bogotá, Colombia, el 16 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EAIIR45SO4UYWH44KEBUPZ2Y44.jpg?auth=8ec331012f5258bd28be68e69a08a9142171661c1504008bc6af385168ed7870&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta combinación de fotos muestra a los candidatos a la presidencia de Colombia Abelardo de la Espriella (izquierda) el 6 de mayo de 2026, e Iván Cepeda, el 26 de febrero de 2026, en campaña antes de los comicios. (AP Foto)]]></media:description></media:content></item><item><title><![CDATA[Ukrainian drones set a Moscow refinery ablaze in a major attack on the Russian capital]]></title><link>https://www.local10.com/news/2026/06/18/ukrainian-drones-set-a-moscow-refinery-ablaze-in-a-major-attack-on-the-russian-capital/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/18/ukrainian-drones-set-a-moscow-refinery-ablaze-in-a-major-attack-on-the-russian-capital/</guid><dc:creator><![CDATA[By BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[Ukraine struck a major Moscow oil refinery Thursday for a second time in a week, sending huge plumes of black smoke over the capital and disrupting hundreds of flights at its airports in one of its biggest drone attacks since Russia’s full-scale invasion over four years ago, officials said.]]></description><pubDate>Thu, 18 Jun 2026 15:21:38 +0000</pubDate><content:encoded><![CDATA[<p>Ukraine struck a major Moscow oil refinery Thursday for a second time in a week, sending huge plumes of black smoke over the capital and disrupting hundreds of flights at its airports in one of its biggest drone attacks since Russia’s full-scale invasion over four years ago, officials said.</p><p>Ukraine has repeatedly targeted Russian oil facilities, aiming to cut Moscow’s revenue for the war and make Russians feel the consequences of the invasion. Some areas have reported fuel shortages.</p><p>The attack by dozens of drones came hours after Ukrainian President Volodymyr Zelenskyy said he had held “an important coordination call” with the presidents of the United States and France and had won key pledges of further support from this week's G7 summit.</p><p>“If Ukraine is going to burn, your Moscow will burn too," Zelenskyy said, adding that the attack was part of Kyiv's effort to bring Russian President Vladimir Putin to the negotiating table. "It is time to end the aggression, time to end this war.”</p><p>Ukrainian drone attack embarrasses Putin again</p><p>The Moscow attack was the latest embarrassment for Putin. Ukrainian drones attacked his hometown of St. Petersburg earlier this month as he welcomed foreign VIPs to his showcase economic forum in the city.</p><p>Putin on Thursday was in Kazan, some 700 kilometers (430 miles) east of Moscow, hosting leaders of the Association of Southeast Asian Nations as Russia seeks to bolster business and other ties with the regional bloc.</p><p>Russia’s state-controlled TV channels only briefly mentioned the attack on Moscow. Pro-Kremlin newspapers reported it, with some praising the performance of air defenses while noting that the strike highlighted the need to further strengthen the defensive shield around the capital.</p><p>Ukraine seeks more help from NATO, EU countries</p><p>“Russia is on the back foot: militarily, economically and politically,” ‪EU foreign policy chief Kaja Kallas‬ said on X after meeting Thursday with Ukrainian Defense Minister Mykhailo Fedorov. “Now is the time to provide Ukraine with even greater support and to exert even more pressure on Russia to end the war.”</p><p>Zelenskyy held talks Thursday in Brussels with NATO and European Union leaders, and the German and Ukrainian defense ministers signed an agreement to jointly develop an air defense system to counter ballistic missiles. Zelenskyy described it as the start of an “anti-ballistic missile coalition” and invited others to join.</p><p>Russia has relentlessly struck Ukraine with those types of missiles, which air defenses struggle to counter.</p><p>Fires rage at Moscow refinery</p><p>Thick, black smoke and occasional flames spewed from the Moscow Oil Refinery amid its red-and-white smokestacks on the southeastern edge of the city, about 15 kilometers (9 miles) from the Kremlin. Sooty, black rain fell on cars, according to local video.</p><p>“One of the most popular questions asked by Muscovites this morning is ‘What is going on?’" Ukrainian Foreign Minister Andrii Sybiha said in a post on X. "I can answer. Your country started a war of aggression against ours. For years, it has been killing our people. Now that you know what’s going on, ask Putin when he is planning to end it.”</p><p>The refinery is one of Russia’s biggest, according to its website, producing more than a third of the Moscow region's fuel. It was last attacked by Ukraine on Tuesday, but officials said that fire was swiftly put out.</p><p>Thursday's fire at the refinery was “largely contained,” Moscow Mayor Sergei Sobyanin said hours afterward, adding that remaining hotspots were being extinguished.</p><p>As Ukraine pressed its strikes on Russia's energy infrastructure, fuel supplies appeared to be under strain. Gas station chains in multiple regions have introduced restrictions on what drivers could buy. Russian independent news outlet Agentstvo reported that one out of every four gas stations has introduced some kind of restrictions.</p><p>Authorities in the capital said in a statement hours after the attack that “supplies of oil products to Moscow and the work of all gas stations in the city continue as normal.”</p><p>The attack also temporarily halted flights from four Moscow airports, transport and aviation authorities said. The Russian business daily Kommersant counted more than 500 delayed or canceled flights at the airports, based on their online flight information.</p><p>In the greater Moscow region, a drone hit a residential building in the town of Zhukovsky, according to Gov. Andrei Vorobyov. Buildings elsewhere were damaged by drone debris, injuring 17 people, including two children, he added.</p><p>Russia says it downed over 500 Ukrainian drones</p><p>The Russian Defense Ministry said its air defenses overnight shot down 555 Ukrainian drones over multiple regions, with almost 200 intercepted as they approached Moscow. That was roughly double the number of drones that Russia launched at Ukraine overnight, according to the Ukrainian air force.</p><p>“If Putin does not want to end this war and wants to continue it, we will not sit quietly — we will respond,” Zelenskyy said in a voice message to a group chat with journalists.</p><p>The Ukrainian president has accepted an unconditional ceasefire demanded by U.S. President Donald Trump, but Putin has refused, and U.S.-led peace efforts have petered out.</p><p>Ukraine disrupts Russian supply lines</p><p>Along with pledges of more diplomatic and military help at the G7 summit, Ukraine recently has gained momentum on the battlefield against Russia’s bigger army, thanks to its high-tech drones, Western officials and analysts say.</p><p>Longer-range drones are choking Russian supply lines in occupied regions of Ukraine, in addition to disrupting oil production.</p><p>French President Emmanuel Macron said the G7 summit was “very important for Ukraine” because its supporters — crucially including the United States — vowed to help it, although he provided no details. The U.S. under Trump has cut back assistance to Ukraine, leaving the Europeans as the biggest suppliers of military and financial aid. Trump and Zelenskyy have had an at times strained relationship.</p><p>“America is with us on Ukraine, that is very important,” Macron told reporters as he and Trump left the Palace of Versailles near Paris.</p><p>In other developments Thursday, Russia struck the city of Sumy in northeastern Ukraine with two powerful glide bombs that killed a 64-year-old man who was fishing in a river, said Oleh Hryhorov, head of the regional military administration.</p><p>Another Russian strike on the central city of Dnipro killed one man and wounded nine other people, said Oleksandr Hanzha, head of the Dnipropetrovsk regional military administration.</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/4367JLPT4DACFSM3ABTMVVBLUM.jpg?auth=063d5869aa90d814d28df0d38160f35be144ca8b94046f4a859999b9fa4aade3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Moscow Region Governor Andrei Vorobyev's official telegram channel shows smoke rising from a damaged building after a Ukrainian drone attack outside Moscow on Thursday, June 18, 2026. (Moscow Region Governor Andrei Vorobyev's official telegram channel via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZZCHZ34F3453LFK2MXCIPA43VQ.jpg?auth=9bf6318bce76f6a5009f6c22a2ee64fed49eddafc0d4edee31b82d4d2ed29492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by Moscow Region Governor Andrei Vorobyev's official telegram channel shows the damage in a country side after a Ukrainian drone attack outside Moscow on Thursday, June 18, 2026. (Moscow Region Governor Andrei Vorobyev's official telegram channel via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/FQYVU5QDQJI23IIQ5BZX6BSPXI.jpg?auth=9de190f5ebbc7900bc8cc93e7df1c70150ba18d42ff7fd9862f0f864b5e6ee59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Moscow Region Governor Andrei Vorobyev's official telegram channel shows firefighters extinguish a burning car after a Ukrainian drone attack outside Moscow on Thursday, June 18, 2026. (Moscow Region Governor Andrei Vorobyev's official telegram channel via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XCJEPTM7IDRFNR2BSFWMGYWRN4.jpg?auth=210e5736ad9c9ed78dbebbfa734bc8a1e2f71974c8923d1de85ed00f005a7e5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, European Council President Antonio Costa, Ukraine's President Volodymyr Zelenskyy and European Commission President Ursula von der Leyen talk to journalists as they arrive for the EU summit in Brussels, Thursday, June 18, 2026. (AP Photo/Marius Burgelman)]]></media:description><media:credit role="author" scheme="urn:ebu">Marius Burgelman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/36GZ7E5YIOV2BJ7ZBOY67G5F5U.jpg?auth=a6b666a2e8d9b2f0215a2da6d56c4be2ba34bb271d77b22d84c7e99b0a3d2b05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin attends the Russia-ASEAN summit in Kazan, Russia, Thursday, June 18, 2026. (Sergei Bobylev/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sergei Bobylev</media:credit></media:content></item><item><title><![CDATA[Two sides of a political chasm share one fear in Colombia’s presidential race: A return to the past]]></title><link>https://www.local10.com/news/world/2026/06/18/two-sides-of-a-political-chasm-share-one-fear-in-colombias-presidential-race-a-return-to-the-past/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/two-sides-of-a-political-chasm-share-one-fear-in-colombias-presidential-race-a-return-to-the-past/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ, Colombia (AP) — The memories of Colombia’s six decades of armed conflict are still like open wounds etched on its victims’ bodies and minds.]]></description><pubDate>Thu, 18 Jun 2026 14:32:36 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ, Colombia (AP) — The memories of Colombia’s six decades of armed conflict are still like open wounds etched on its victims’ bodies and minds.</p><p>For Blanca Nubia Monroy, it’s a black-and-white scale of justice tattooed on her forearm, identical to the one used to identify her 19-year-old son's body after he was kidnapped and killed by Colombian soldiers in 2008.</p><p>For Sigifredo López, it's flashbacks from the seven years he was held captive by guerrillas in the South American country's dense jungles and the trauma of surviving after his companions were massacred in 2007.</p><p>Both have radically different views of who should win Colombia’s presidency on Sunday, with Monroy throwing her support behind peace activist Iván Cepeda and López backing Trump-endorsed Abelardo de la Espriella, who has promised a scourge on crime.</p><p>But their fear is the same: Returning to a more violent past.</p><p>“It all takes a toll, both physically and emotionally,” said López. “Emotionally, there’s the fear that still simmers deep down, something you don’t openly express, the fear that everything we’ve already lived through could happen again.”</p><p>Polarization ‘brewing for decades’</p><p>In Colombia’s most polarized presidential election in years, voters will choose between de la Espriella and Cepeda – two candidates with sharply different visions for how to find peace in a country long marked by war.</p><p>The armed struggle between Marxist guerrillas, Colombian military forces and right-wing paramilitaries has resulted in more than 10 million people — one in five Colombians — becoming victims of conflict, according to a government registry documenting killings, kidnappings, forced displacement and more.</p><p>The trauma of war and the fight for peace are embedded in Colombian politics. Despite a 2016 peace pact with Revolutionary Armed Forces of Colombia (FARC) guerrillas, conflict rages in many parts of the Andean nation, becoming a defining theme in Sunday's vote.</p><p>Polarization within Colombian society over how to handle violence has “been brewing for decades,” said Elizabeth Dickinson, Bogotá-based deputy Latin America director of International Crisis Group.</p><p>“Increasingly on both sides, there's an us and a them. That's very dangerous in a country like Colombia with a long history of political violence. ... The spark could light at any moment."</p><p>On one side is Cepeda, who has pledged to continue Colombian President Gustavo Petro’s “total peace” agenda of negotiating peace pacts with a range of criminal groups, from drug mafias to insurgent fighters. That strategy sought to rewire how Colombia deals with conflict, but has largely failed, stoking a rebuke as armed groups have taken advantage of ceasefires to grow in strength.</p><p>On the other is de la Espriella, a lawyer who has promised an all-out offensive on crime, echoing El Salvador President Nayib Bukele’s war on gangs. While Bukele’s crackdown has drawn attention across the region for sharply cutting homicide rates, it also fueled allegations of human rights abuses.</p><p>Fears of state violence</p><p>The 67-year-old Monroy is reminded of the civilian toll from past military offensives every time she thinks of her son, Julián Oviedo Monroy, or looks at the tattoo on her arm.</p><p>Her son, who had dreamed of joining Colombia’s military to lift his family out of poverty, disappeared in 2008 along with other poor young men on the fringes of Bogotá. Months later, his body was unearthed in a clandestine grave in the conflict-torn northeast. His body was identified by his tattoo.</p><p>“It’s like still having him here,” she said, looking down at the tattoo she got as an homage to her son and his photo that she keeps in her wallet.</p><p>Monroy's son became one of 6,402 victims in one of the worst atrocities of Colombia’s conflict. Colombian military officers carried out extrajudicial executions against civilians in a scandal known as “false positives” carried out largely between 2002–2008 under ex-President Álvaro Uribe. Officials then falsely said the murdered civilians were enemy combatants killed in the war with FARC rebels.</p><p>Around a dozen high-ranking security officers later acknowledged they killed Monroy's son and asked for forgiveness in a peace tribunal established after the 2016 peace pact to unearth the ugly truths of the war — a court that de la Espriella has promised to dismantle.</p><p>Monroy criticized the mounting violence under incumbent president Petro, saying Cepeda would have to come down with a heavier hand on criminal groups.</p><p>But what outweighed her criticism was fear of the military campaign promised by de la Espriella, who has vowed to wipe out “anyone who I’ve declared a military target like cockroaches, like rats.”</p><p>“God willing, this man doesn’t come to power, because ‘false positives’ will become a reality again,” she said of de la Espriella.</p><p>‘Colombia is being kidnapped’</p><p>For López, 62, the fear is returning to the “hell” he lived in for seven years from 2002-2009 when he was kidnapped by FARC guerrillas and held captive in the jungles they controlled.</p><p>López was working as a local assemblyman in western Colombia at a time when the rebels had declared politicians military targets. They kidnapped him and 11 other lawmakers.</p><p>López was being held in solitary confinement in 2007 when his companions were massacred by rebels. He heard the gunshots echo over the rebel camp, a memory that haunts him. The case turned López into a symbol — a survivor of the FARC's kidnapping of over 21,000 people over five decades of conflict.</p><p>Now in Cali, the city where he was kidnapped, he lives with a state-appointed security detail because of threats against his life. He's watched with fear over the past four years as violence has mounted. Because of that, López, a self-declared leftist, said de la Espriella has his support.</p><p>“Colombia is being kidnapped,” López said. “I’m with Abelardo because his priority is to restore safety to Colombians. He understands ‘total peace’ isn’t won by negotiating with criminals, but by exercising the legitimate force of the state.”</p><p>Under current president Petro, armed groups have used weapons like drones to wage war, bombings have racked up a civilian toll and one presidential candidate was assassinated in June 2025. In May, the International Red Cross said the impact of armed conflict on civilians in Colombia over the past year had reached the worst point in a decade.</p><p>This week, the country's largest guerrilla group, the National Liberation Army (ELN), announced a temporary ceasefire in order to not interfere in Colombia's elections. Other criminal groups made no such promises.</p><p>With the wave of violence, López said, “victims are being revictimized."</p><p>Just as Monroy fears what could come from a sharp swerve to the right, López worries about what could happen if Colombia continues on its current path.</p><p>“My fear is for the new generation, that the same thing that happened to me could happen to them if the country keeps being handed over to guerrillas and organized crime,” López 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/6HO5DAIE2YTYRRZO6VFIL3N5MM.jpg?auth=831dacfa57fd5d37fdae30e9c0ebff549048dec4b0c22ece13e2c5f063e1680f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Blanca Nubia Monroy poses with a photograph of her son, Julian Oviedo, who disappeared in 2008 and whose body was found months later in a clandestine grave, in Bogota, Colombia, , June 1, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XM4UWQHQZDFPPEOHAOT5S7UTKU.jpg?auth=b0a9c9ebffcde47f0e89bbf8e7175ea0565b3f54c159b2aafaf05c1ea116f60f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Blanca Nubia Monroy shows a tattoo with the name of her son, Julian Oviedo, who disappeared in 2008 and whose body was found months later in a clandestine grave, in Bogota, Colombia, Monday, June 1, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6H2MAEUH4P6DW75BBRKOZXDLLA.jpg?auth=477d43502f9b7e184df634229c54cd0c0830c031ae8b44709a4ab45080b9e3b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Freed hostage Sigifredo Lopez reunites with his family after his release from the Revolutionary Armed Forces of Colombia, or FARC, in Cali, Colombia, Feb. 5, 2009. Lopez was kidnapped in 2002 along with 11 fellow lawmakers and was the sole survivor after the others were killed in captivity. (AP Photo/Christian Escobar Mora, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christian Escobar Mora</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SO42DPGWFG7KTVRJPD2J7CAZMU.jpg?auth=3d05f669fdbbb491dcfc8afdfe4001e45c6398360140bc54bdff1118b615cc56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police patrol past the headquarters of presidential candidate Ivan Cepeda, of the ruling Historic Pact coalition, in Bogota, Colombia, Tuesday, June 16, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O6TVKYNUSRUFLI62IX2LF3NDEQ.jpg?auth=7d36da231896faaacb79caf5abc94678fb7460dea644af634a6e67b0362ae428&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of photos shows presidential candidates Abelardo de la Espriella, left, on May 6, 2026, and Iván Cepeda, on Feb. 26, 2026, on the campaign trail ahead of elections in Colombia. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Pentagon chief lashes out at NATO allies and announces a review of US forces in Europe]]></title><link>https://www.local10.com/news/world/2026/06/18/pentagon-chief-lashes-out-at-nato-allies-and-announces-a-review-of-us-forces-in-europe/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/pentagon-chief-lashes-out-at-nato-allies-and-announces-a-review-of-us-forces-in-europe/</guid><dc:creator><![CDATA[By LORNE COOK, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — U.S. Defense Secretary Pete Hegseth lashed out at NATO allies on Thursday, announcing a six-month Pentagon review of American forces in Europe whose outcome will depend on how fast the Europeans take responsibility for their own security.]]></description><pubDate>Thu, 18 Jun 2026 11:45:51 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — U.S. Defense Secretary Pete Hegseth lashed out at NATO allies on Thursday, announcing a six-month Pentagon review of American forces in Europe whose outcome will depend on how fast the Europeans take responsibility for their own security.</p><p>The threat of a review was yet another surprise for European allies and Canada as they learn to deal with an increasingly unpredictable ally. U.S. officials and senior military officers had promised to coordinate closely with the Europeans as America draws down.</p><p>Just weeks ago, the Trump administration said that it would no longer provide as much military support should any NATO member come under attack, leaving them scrambling to find equipment to plug any gaps.</p><p>In recent months, U.S. President Donald Trump and the Pentagon have sent conflicting signals about whether America is reducing or increasing its military footprint in Europe, as well as threatening to annex Greenland, a semiautonomous island that is part of ally Denmark.</p><p>“This will be a real review. It will be designed to ensure that NATO is moving fast and irreversibly toward Europe leading, stepping up to take primary responsibility for the defense of Europe,” Hegseth told his NATO counterparts. “It’s a review that some countries will fail and others will pass with flying colors.”</p><p>A public dressing down over base use, gender and migration</p><p>In a fiery speech at NATO headquarters in Brussels, Hegseth also lambasted European allies for failing to provide U.S. forces access to bases in Europe to launch attacks on Iran, calling it “shameful.”</p><p>“These allies, they put America’s sons and daughters, our sons and daughters, at risk by denying them the predictable access, basing and overflight that never should have been in question at all,” he said. The review would also assess whether the U.S. has full access and overflight “when we need it.”</p><p>While defense ministers and military officers sat in silence, Hegseth railed against migration and gender equality policies in Europe, in remarks reminiscent to those of Vice President JD Vance in February last year that angered many Europeans.</p><p>“Instead of tanks and fighters and air defenses, the focus has been on gender equity and climate change and defense austerity. Europe’s borders flew wide open, welfare states expanded, defense budgets cratered, along with Europe’s belief in itself and its civilization,” Hegseth said.</p><p>Hegseth's comments largely mischaracterized European policies today. On defense, European allies and Canada have launched an unprecedented effort to boost defense spending and expand their armed forces. NATO Secretary-General Mark Rutte noted on Thursday that they spent $90 billion more on defense last year, a 20% increase over 2024. And while Europe accepted large numbers of migrants and asylum seekers more than a decade ago, most countries have tightened their borders since.</p><p>It does not augur well for a summit of NATO leaders in Turkey on July 7-8.</p><p>A rare and short visit to NATO</p><p>It was a rare visit to NATO by Hegseth, his first this year after skipping a meeting in February. The Pentagon chief did not stay long on Thursday either, leaving well before this gathering was over and hours before Ukrainian President Volodymyr Zelenskyy was due to press allies for more weapons for his country.</p><p>Speaking to reporters at Brussels airport before flying home, Hegseth said, “It was great to hear country after country say, ‘We’re going to meet our target. We’re going to meet our target.’ There are still a few outliers, and we will be clear with them as we do this review.”</p><p>NATO’s supreme allied commander, an American, is working on backup plans to defend Europe after the U.S. signaled on June 3 that it would no longer supply an aircraft carrier and support ships, aerial refueling planes and dozens of fighter jets, among other military assets, in a crisis.</p><p>The Trump administration insists that it needs to be able to plan for two simultaneous conflicts and wants more military resources at hand should it clash with China in the Indo-Pacific region.</p><p>Under NATO’s collective security guarantee – Article 5 of its founding treaty – the 32 allies pledge that an attack on one of them will be considered an attack on all. It does not oblige them to provide military support, although many likely would.</p><p>In essence, the United States is scaling back how it might help should an ally trigger Article 5.</p><p>US nuclear weapons will stay</p><p>The U.S. has by far NATO’s biggest armed forces. It does not intend to withdraw its nuclear weapons in Europe, which are key to NATO’s deterrence. To underscore that point, NATO’s Nuclear Planning Group issued its first statement in 19 years after Thursday’s meeting.</p><p>In the statement, it “recalled that the strategic nuclear forces of the Alliance remain the supreme guarantee of Allied security and underpin NATO’s extended deterrence architecture.”</p><p>The ministers “agreed to continue enhancing NATO’s nuclear deterrence mission by modernizing NATO’s nuclear capabilities, strengthening its nuclear planning capacity, and adapting to achieve its security interests.”</p><p>Rutte played down the impact of the U.S. decision, saying that the NATO Force Model – the system for organizing what forces member countries will provide commanders in times of peace, crisis or conflict – is just “a planning tool,” and not a reflection of what would actually happen.</p><p>“If war breaks out, we will all max out what we need to do to make sure we can fight the war,” Rutte told reporters. “In the planning phase, it is important to know what we can count on. What is in theory there.”</p><p>He said that some European countries “are already backfilling a lot of those resources, in other cases, we are nearly there, and there is still areas where we need more work to do. So we are in a good place.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TEZDXEZ3RCWN4DOJMTTHCZHRRE.jpg?auth=e2669429fb15ada9408770d3e18c2a0868a9ec30577d480368d8f92102b96d37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States Defense Secretary Pete Hegseth, right, speaks during a meeting of the North Atlantic Council in defense ministers format at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3UE4ESN3GHED6EYBQO6QRB2EE4.jpg?auth=f682e3feea50bbdc945deeb16deceb4368191d39bfc4966a7ddfa790c79c6cb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO's Supreme Allied Commander Europe General Alexus Grynkewich, front right, and Chair of the NATO Military Committee Admiral Giuseppe Cavo Dragone, front left, listen to a speech by United States Defense Secretary Pete Hegseth during a meeting of the North Atlantic Council in defense ministers format at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BIS77LOWF2ES3GX2JH2RCVQ5UQ.jpg?auth=aebe5d1088df213c1ffddb0695ea6163fb481f7d27e7167f2e6f37224ea1dc17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Defense Minister Boris Pistorius, center right, speaks with Norway's Defense Minister Tore Sandvik, center left, prior to a meeting of the North Atlantic Council in defense ministers format at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AYY4J4DVU2QEY7YKH7I2R7TFNE.jpg?auth=e590c30eebb440c76e7944a0768ef4e6fa34e8ae116659c65472821cee3f4027&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Defense Minister Guido Crosetto, fourth right, greets United States Defense Secretary Pete Hegseth, front second left, during a group photo of NATO defense ministers at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UIOWW4QFX6UYFWFHTY2BQCNXV4.jpg?auth=b572dbb59d5d71dd5b3b1db4ea86b774317a9906126e9fddb433f5024e0bb584&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States Defense Secretary Pete Hegseth speaks during a press statement on arrival for a meeting of NATO defense ministers at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[Colombia's Luis Díaz stars in World Cup debut, less than 3 years after his parents' kidnapping]]></title><link>https://www.local10.com/sports/2026/06/18/colombias-luis-diaz-stars-in-world-cup-debut-less-than-3-years-after-his-parents-kidnapping/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/colombias-luis-diaz-stars-in-world-cup-debut-less-than-3-years-after-his-parents-kidnapping/</guid><dc:creator><![CDATA[By JACK LITTLE, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — After contributing a goal and an assist in his World Cup debut, Colombia's Luis Díaz walked to the sidelines to look for his father. They spotted each other, fulfilling a dream that was years in the making.]]></description><pubDate>Thu, 18 Jun 2026 05:52:36 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — After contributing a goal and an assist in his World Cup debut, Colombia's Luis Díaz walked to the sidelines to look for his father. They spotted each other, fulfilling a dream that was years in the making.</p><p>“A lot of things came to me from the past,” Díaz said after Colombia beat Uzbekistan 3-1 on Wednesday night. “I worked for this. I fought to be here at this moment.”</p><p>First, Colombia failed to qualify for the 2022 World Cup. Then his parents were kidnapped.</p><p>In late 2023, Luis Manuel “Mane” Díaz and his wife, Cilenis Marulanda, were captured by armed guerillas at the Colombia-Venezuela border. Marulanda was quickly rescued, but Mane Díaz was not.</p><p>Luis Díaz, playing for Liverpool at the time, missed two games to return home to Barrancas and advocate for his father’s freedom. Upon his return to the club, he scored and revealed an undershirt with the words “Freedom for Papa” printed in Spanish.</p><p>The gesture garnered international support and increased pressure on the Colombian government to act. Mane was released after being held for 12 days, and father and son had an emotional embrace when they reunited.</p><p>This week, Díaz’s father posted a viral video of himself praying over his son’s jersey ahead of his first World Cup game.</p><p>Díaz, who now plays for Bayern Munich, scored the go-ahead goal shortly after Uzbekistan equalized to lift Colombia to its first World Cup victory since 2018 while his father watched from the stands.</p><p>“I think there was always something that kept us from being at ease,” Díaz said. “I think that today, I am at my best.”</p><p>___</p><p>Jack Little is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GCZDTV2BDF5DQ7ZZDC5ALARNIU.jpg?auth=d00fe47c1c1690fd2f6638524ce94b74171e09205e7304fd80dd613e9f2bdee2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) celebrates after scoring their second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashtin Barker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NRQGUAM3IJRCLKQ7QTEQORCRG4.jpg?auth=2533aa9f5c5ce1deb2bcfa348cf835947b85b42e0938785a664bcdf6bbc3c8c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) celebrates with Daniel Munoz (2) after scoring their second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashtin Barker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GHA6I4EMSBEFPDYDS7HELODYA.jpg?auth=81a2888a08bfa1adc002b622e93c3bf99bf310151d620feb924dcd414f58af28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) covers his face as he celebrates with teammates after scoring their second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashtin Barker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTOOQYO4K7X4DN6DYA7SECT24A.jpg?auth=70325800dd4c4402a5eb8088565ad34b7a594f4bda6cd6e0087241ee2808225f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz (7) celebrates after scoring his side's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content></item><item><title><![CDATA[Incendio forestal en el este de Washington fuerza evacuaciones y destruye viviendas]]></title><link>https://www.local10.com/espanol/2026/06/18/incendio-forestal-en-el-este-de-washington-fuerza-evacuaciones-y-destruye-viviendas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/incendio-forestal-en-el-este-de-washington-fuerza-evacuaciones-y-destruye-viviendas/</guid><dc:creator><![CDATA[Por MARTHA BELLISLE, Associated Press]]></dc:creator><description><![CDATA[Los fuertes vientos empujaron un incendio forestal hacia un vecindario del este de Spokane, en el estado de Washington, lo que obligó a evacuar a unas 1.500 personas y destruyó al menos 15 viviendas, informaron las autoridades el miércoles.]]></description><pubDate>Thu, 18 Jun 2026 05:43:22 +0000</pubDate><content:encoded><![CDATA[<p>Los fuertes vientos empujaron un incendio forestal hacia un vecindario del este de Spokane, en el estado de Washington, lo que obligó a evacuar a unas 1.500 personas y destruyó al menos 15 viviendas, informaron las autoridades el miércoles.</p><p>La policía del condado de Spokane anunció el miércoles que su unidad forense encontró lo que parecían ser restos humanos dentro de una vivienda destruida por el fuego. Un familiar había solicitado una visita de control a la casa porque uno de los residentes se había negado a evacuar y no se le podía localizar, señalaron las autoridades en un comunicado. Estaban trabajando para confirmar si los restos pertenecían a una persona y, de ser así, identificar quién era y cómo murió.</p><p>Las autoridades no han reportado heridos.</p><p>Muchos residentes en vecindarios con una elevada densidad de población tuvieron que huir sin previo aviso —a veces después de que un agente tocara a su puerta—, dejando atrás sus pertenencias y, en algunos casos, medicamentos esenciales, dijo el jefe de la policía del condado de Spokane, John Nowels, en una conferencia de prensa.</p><p>Un agente escoltó el miércoles a los vecinos hasta sus casas, una por una, para que pudieran acceder a esos artículos esenciales, pero luego debían abandonarlas de nuevo, indicó Nowels.</p><p>La orden de evacuación para los 1.500 residentes seguía vigente el miércoles, informó Chandra Fox, subdirectora de la Oficina de Manejo de Emergencias del condado de Spokane.</p><p>“Nuestra preocupación es la intensificación de los vientos el miércoles por la tarde”, expresó Fox.</p><p>El portavoz del cuerpo de bomberos, Robert Gray, explicó que el incendio comenzó poco después del mediodía del martes y avanzó rápidamente por una colina. Luego los vientos cambiaron, lo que dirigió las llamas hacia un vecindario, agregó. Spokane está a unos 450 kilómetros (280 millas) al este de Seattle, cerca de la frontera con Idaho.</p><p>John Leavell, jefe de batallón del Departamento de Bomberos de Spokane Valley, fue una de las primeras personas en detectar el fuego. Contó que conducía cerca de la Interestatal 90 cuando vio una columna de humo.</p><p>“Cuando me acerqué, pensé que esto iba a ser grave, se propagaba rápido", relató. "Parecían olas de fuego subiendo la colina”.</p><p>Dijo que se detuvo en un camino de acceso y encontró una casa completamente envuelta en llamas, por lo que se comunicó con agencias de la zona y con el departamento de bomberos local y asumió el mando mientras su equipo empezaba a levantar líneas de contención. Leavell apuntó que no sabía si el incendio comenzó en la vivienda o si la consumió rápidamente. La causa del incendio sigue bajo investigación.</p><p>Brigadas de bomberos de Washington e Idaho combatieron el incendio por tierra y aire, pero este creció rápidamente hasta 225 acres (0,35 millas cuadradas). Estaba contenido en un 10% el miércoles por la mañana, según el Centro Nacional Interagencial de Incendios. Avista cortó el suministro eléctrico en la zona a medida que avanzaba el fuego por la seguridad de los bomberos. En algunas zonas, el servicio seguía suspendido el miércoles.</p><p>__</p><p>Bellisle informó desde Seattle. Las periodistas de The Associated Press Rebecca Boone en Boise, Idaho, y Hannah Schoenbaum en Salt Lake City contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QEAWSBDJFADJR2JZYVQYQSUEAQ.jpg?auth=ae992733a797b170b1f6b010f0b5904454bef2533dc13c147f2bfad0be090a9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen, proporcionada por Scott Crawford, se muestra una nube de humo causada por el incendio Upriver, el 16 de junio de 2026, cerca de Spokane, Washington. (Scott Crawford vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Crawford</media:credit></media:content></item><item><title><![CDATA[World Cup squads showcase faith and unity amid deep social divisions at home]]></title><link>https://www.local10.com/sports/2026/06/18/world-cup-squads-showcase-faith-and-unity-amid-deep-social-divisions-at-home/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/world-cup-squads-showcase-faith-and-unity-amid-deep-social-divisions-at-home/</guid><dc:creator><![CDATA[By DAVID CRARY, Associated Press]]></dc:creator><description><![CDATA[While many of the World Cup’s competing nations are wracked by social divisions, some of their teams offer strikingly positive examples of how players from different backgrounds and religious faiths can cooperate closely in pursuit of a common goal.]]></description><pubDate>Thu, 18 Jun 2026 04:40:22 +0000</pubDate><content:encoded><![CDATA[<p>While many of the World Cup’s competing nations are wracked by social divisions, some of their teams offer strikingly positive examples of how players from different backgrounds and religious faiths can cooperate closely in pursuit of a common goal.</p><p>The phenomenon is particularly notable among Western European teams, which for most of soccer’s history were overwhelmingly white and Christian. As those societies have increasingly diversified, so have the national team rosters — featuring Christian and Muslim players who are open about their faith.</p><p>England’s national squad, for the first time, includes a Muslim player. France’s roster has multiple players from Protestant, Catholic and Muslim backgrounds. Spain’s emerging superstar, 18-year-old Lamine Yamal, is a practicing Muslim. So is Sweden’s Yasin Ayari, who prostrated himself on the field to thank God after the first of his two goals in a victory Sunday over Tunisia — his father’s homeland.</p><p>All four of those nations — like several others in Europe — have experienced political polarization related to the arrival of large numbers of Muslim immigrants. Does the diversity of the World Cup teams send a potentially helpful message?</p><p>“Absolutely,” said Eboo Patel, who — as president of Interfaith America — advocates for religious pluralism and cooperation. “It is symbolic yet also substantive.”</p><p>He evoked the images of Christian players crossing themselves, and Muslim players cupping their hands in prayer. Their message, Patel said, is, “My identity really matters to me and it makes me a better soccer player.”</p><p>“They score, they each say their respective prayers, and then they’re hugging each other,” he added. “You’re cooperating to build a community and a team. … It’s not a contrived television ad or a condescending afterschool special. It’s the way you build an excellent soccer team.”</p><p>These are some of the World Cup players whose openness about their faith has drawn attention:</p><p>Mohamed Salah (Egypt)</p><p>By far the best known of Egypt’s players, Salah is a Sunni Muslim who practices his faith openly, on and off the field. After scoring goals, he often prostrates himself to give thanks to God. His positive impact has been tangible: After he joined Liverpool in the Premier League, researchers reported that anti-Muslim tweets by fans dropped by half.</p><p>Luka Modrić (Croatia)</p><p>Playing in his fifth World Cup, Modrić, 40, is set to surpass 200 international appearances during the tournament. A Catholic, Modrić has often worn shin guards depicting Jesus and the Virgin Mary. A few days before he and his teammates traveled to the United States, they gathered to celebrate Mass at a chapel in the Croatian town of Icici.</p><p>Djed Spence (England)</p><p>Although the Football Association has not kept records of players' religions, the BBC — among other news outlets — has identified Spence as the first Muslim to play for the senior England team. A fullback with Tottenham, Spence played six times for England’s under-21 squad. “It’s good to make history and hopefully inspire young kids around the world that they can make it as well,” Spence told the BBC. “They can do what I am doing.”</p><p>Lamine Yamal (Spain)</p><p>Yamal, a Muslim whose father is Moroccan, attracted headlines worldwide when he waved the Palestinian flag during Barcelona’s celebrations after it won the Spanish league in May. Barcelona coach Hansi Flick questioned the decision at the time; Israel’s defense minister, Israel Katz, later criticized Yamal by saying he was inciting “hate.”</p><p>Marc Guéhi (England)</p><p>The son of a Christian minister in London, Guéhi, 25, is playing his first season with Manchester City and was selected to be one of England’s defenders for the World Cup. While captain at his previous club Crystal Palace, Guéhi defied the Football Association’s rules by writing religious messages on his uniform during a Premier League campaign celebrating LGBTQ+ inclusion. Guéhi avoided punishment, though the FA prohibits players from displaying religious messages.</p><p>Aimar Sher (Iraq)</p><p>Religious minorities have long faced persecution in Iraq. Yet this year’s World Cup team includes Kurds, Sunni Muslims, Shiite Muslims, and several Christians — notable since Iraq’s Christian population is estimated to have fallen from 1.5 million in 2003 to about 150,000 now. One of those Christians, midfielder Aimar Sher, has eagerly shared his faith, posting photos on social media of him wearing an “I Belong to Jesus” T-shirt.</p><p>Christian Pulisic (US)</p><p>U.S. forward Pulisic has spoken openly about his Christian faith and often wears a cross necklace given by his mother. He has led team Bible studies; his Instagram posts have included photos of the Bible, showing passages he has underlined. Several of Pulisic’s teammates also are open about their Christian faith, including Weston McKennie and goalkeeper Matt Freese. McKennie’s Instagram bio contains just four words: “All glory to God.”</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><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LEIDHH3627AEH3H23Z6LINFOZM.jpg?auth=0a4abb1b77f527a1f43ad293b41693224c667d1006e44dd6981aec200151d1bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sweden's Yasin Ayari (18) celebrates after scoring their opening goal during the World Cup Group F soccer match between Sweden and Tunisia in Guadalupe, near Monterrey, Mexico, Sunday, June 14, 2026. (AP Photo/Dolores Ochoa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SQSN2GTDFAFIAXFKFI25JXXDWQ.jpg?auth=6b2fe83910ffb6b61993b468ea3bed0adc1d31f5cff3f0282c6462250237d77b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Egypt's Mohamed Salah gestures as he speaks to his teammates during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DENTWIVPOV5KPKF2BDKHW4KNGA.jpg?auth=622436250c097aefd1032f6de70eb0a2571ea5cdf9717add7f150191b2c200ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Croatia's Luka Modric lines up before the international friendly soccer match between Croatia and Slovenia in Varazdin, Croatia, June 7, 2026, (AP Photo/Darko Bandic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TMW2RRM7XIAJR3PDZU2AY2KNFQ.jpg?auth=e81f4f35996a685f89aea3338c1479dc436250b118ccc991e0845bd2fe4aa011&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Qatar's Issa Laye prays after the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., June 13, 2026. (AP Photo/Eugene Hoshiko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMUTAPDKIQC6JG5NLRTOQW7GNM.jpg?auth=fa1133d4cf67e7941f3e32e1b369700a5bbcbb9f1a2230ae006b478786fe8456&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FC Barcelona player Lamine Yamal holds a Palestinian flag as he celebrates with his team atop a bus after winning the Spanish La Liga title in Barcelona, Spain, May 11, 2026. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[With a sledgehammer and a shovel, volunteers raced to save passengers in Texas plane crash]]></title><link>https://www.local10.com/news/national/2026/06/18/with-a-sledgehammer-and-a-shovel-volunteers-raced-to-save-passengers-in-texas-plane-crash/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/with-a-sledgehammer-and-a-shovel-volunteers-raced-to-save-passengers-in-texas-plane-crash/</guid><dc:creator><![CDATA[By GENE JOHNSON, AMY TAXIN and HALLIE GOLDEN, Associated Press]]></dc:creator><description><![CDATA[The business jet barreled cockeyed down the dark highway, knocking down one light pole after another, an orange glow of sparks trailing it.]]></description><pubDate>Thu, 18 Jun 2026 04:32:44 +0000</pubDate><content:encoded><![CDATA[<p>The business jet barreled cockeyed down the dark highway, knocking down one light pole after another, an orange glow of sparks trailing it.</p><p>From a distance, Ivan Franco thought it must be a car. But as he approached in his tow truck, he saw it was a plane — broken in half, its fuselage resting on its side, bright fire beginning to rise above. He stopped and rifled through the rescue kit his company keeps in the truck, grabbing a sledgehammer as well as three fire extinguishers, which he handed off to police officers.</p><p>“At that moment, you don’t think much about what to do, because I knew the plane could explode since it was on fire,” Franco told The Associated Press in Spanish. “My idea was to try to break the windows because the pilots hadn’t come out yet.”</p><p>Franco was one of several motorists who happened across the crash in Laredo, Texas, late Tuesday night and rushed to help — putting their own lives in danger to help those on board escape as smoke filled the cabin.</p><p>Passersby helped save lives</p><p>Police were also on the scene quickly, and their teamwork with the good Samaritans undoubtedly saved lives, officials said.</p><p>“The officers and the good Samaritans that went to the scene, our firefighters that responded — I do also want to commend each and every one of them,” Laredo Police Chief Mike Rodriguez said during a news conference Wednesday. He said he asked his staff to track down all the civilians who helped.</p><p>The Cessna Citation Latitude twin jet departed Tuesday evening from the Mexican resort city of San José del Cabo and was bound for Austin, Texas, the FAA said in a statement. The plane was operated by NetJets, a company owned by Warren Buffett’s Berkshire Hathaway that lets people buy part ownership in private jets. NetJets said in a statement that it was cooperating with authorities.</p><p>The crash occurred after its pilots reported mechanical problems while requesting an emergency landing at a nearby airport. The fuselage came to rest across a concrete barrier, while its tail broke off and fell to a lower section of roadway.</p><p>One person was killed: Joshua Baer, a leader in Texas’ technology and startup sectors. Three teenage passengers and two pilots survived, as did a person in a truck struck by the plane as it crashed. Authorities have not released more detail about the passengers' connections to one another.</p><p>Investigators combed through wreckage Wednesday for clues to the cause.</p><p>It was the third significant aviation accident in as many days in the U.S. A B-52 crashed Monday during a test flight at Edwards Air Force Base in California and killed all eight people aboard, while on Sunday, 12 people were killed when a plane on a skydiving outing in Missouri crashed.</p><p>‘It looked like part of a movie’</p><p>Among the motorists who stopped in Laredo was Zayra Garza, an esthetician who was driving her co-workers home when she saw the wreckage. She recorded video as her husband ran to help.</p><p>“It looked like part of a movie. I was in shock,” Garza said. Most worrisome was the fire: “I was concerned that it could have just exploded at any time.”</p><p>Garza saw people leave their cars to try to smash the cockpit glass. Her video shows the aircraft's door popping open slightly from inside as a voice cries “Help! Help! Help!” The rescuers strain to lift the door farther open as the three teenagers dart out, followed quickly by one pilot and then by another.</p><p>Franco, a 23-year-old from Laredo, frantically swung the sledgehammer through heavy smoke. Others struck at the window with a shovel and tools from their own vehicles.</p><p>Cockpit windows are designed not to shatter</p><p>They accomplished little more than spiderwebbing the cockpit window with small cracks: Airplane windshields have multiple layers of glass and are designed to remain structurally sound even if the outer layer shatters. The windows must be able to withstand a bird strike at cruising speed and hold up to extreme pressure differences at high altitudes.</p><p>“They are basically bulletproof,” said retired airline pilot John Cox, who is CEO of Safety Operating Systems.</p><p>Police officers tried to remove the final person inside — Baer — as the smoke grew thicker. Officers doubled over coughing after turning away from the smoke.</p><p>Eventually firefighters with oxygen masks were able to get inside.</p><p>Firefighters also removed a dog from the plane that was suffering from smoke inhalation. The dog was turned over to animal control and was expected to survive, said Jose Baeza, an investigator with the Laredo Police Department.</p><p>Five officers were treated for smoke inhalation; the five people who survived the crash were also released from a hospital.</p><p>As the plane crashed on the northbound lanes of the highway, its wing hit a truck traveling southbound. The driver of that vehicle also survived, Baeza said.</p><p>There has been an outpouring of support on social media for those who stopped to help, heralding their bravery and selflessness.</p><p>Laredo Mayor Victor Treviño called it “nothing short of a miracle that this tragedy did not become a mass fatality event,” thanks in part to the late hour when the crash occurred and the quick action of first responders.</p><p>Franco said that as he tried to help, all he could think of was getting people out of the plane. But to do it, he had to conquer another feeling.</p><p>“You’re in constant fear," he said. "You don’t know what situation you’re in.”</p><p>___</p><p>Johnson and Golden reported from Seattle. Taxin reported from Santa Ana, California. AP journalists Josh Funk in Omaha, Nebraska; Dave Collins in Hartford, Connecticut; Jeffrey Collins in Columbia, South Carolina; and Russ Bynum in Savannah, Georgia, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YVMHKR2HKAPHH3UYU3S4N4MY2Y.jpg?auth=dda816fcef206c0e836e4e78b54005b261d1b4210c581d6d7a5783389aa86d93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attempt to pull passengers out of a plane after it crashed on a highway Tuesday, June 16, 2026, in Laredo, Texas. (Zayra Garza via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zayra Garza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4AEQMEI2TEFNG2B2TGOZ4CDBU.jpg?auth=b7174b15c8a0392b5121b9f99b4862f0bf16e083210bba1dda051d2bca369689&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A passenger, top, jumps out of a plane after it crashed on a highway as other people help Tuesday, June 16, 2026, in Laredo, Texas. (Zayra Garza via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zayra Garza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6ETTTBOP4CHHZ3LOXGM7QTQUI.jpg?auth=9965afd1f67b1d8006030ec4f3851b51375df286d47674fe6d91e229d5fdc554&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attempt to pull passengers out of a plane after it crashed on a highway Tuesday, June 16, 2026, in Laredo, Texas. (Zayra Garza via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zayra Garza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FVADBBYHQKUMHPN7BQALGWOIU.jpg?auth=dab8b782bc05d7f6c0f8786480a3ffd9eca7415575a825bd59c0b3aae35f86a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the location of a plane crash in Laredo, Texas. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Families of kids with disabilities warn Education Department changes could break a flawed system]]></title><link>https://www.local10.com/health/2026/06/18/families-of-kids-with-disabilities-warn-education-department-changes-could-break-a-flawed-system/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/18/families-of-kids-with-disabilities-warn-education-department-changes-could-break-a-flawed-system/</guid><dc:creator><![CDATA[By HEATHER HOLLINGSWORTH, ANNIE MA and MORIAH BALINGIT, Associated Press]]></dc:creator><description><![CDATA[For months, and sometimes longer, parents of kids with disabilities say they have waited for the Education Department to make progress on their complaints of bullying or other discrimination.]]></description><pubDate>Thu, 18 Jun 2026 04:10:18 +0000</pubDate><content:encoded><![CDATA[<p>For months, and sometimes longer, parents of kids with disabilities say they have waited for the Education Department to make progress on their complaints of bullying or other discrimination.</p><p>Now that the department is offloading civil rights enforcement and special education, some parents and advocates warn a process that has largely been stalled since President Donald Trump took office will see only more chaos and roadblocks.</p><p>“It’s to the point I don’t even check in anymore with the attorney,” said Nicole May, an Ohio mother. May filed a complaint in spring 2024 with the department’s Office for Civil Rights, alleging her teenage daughter was bullied over her hearing aids and was getting in trouble in class because she couldn’t hear her teachers. More than two years later, the case lacks a resolution.</p><p>Under the changes announced Tuesday, the Department of Justice will take over civil rights enforcement in schools, and the Department of Health and Human Services will oversee special education. The moves help fulfill Trump’s campaign promise to dismantle the Education Department. Linda McMahon, the education secretary, pitched the changes as a way to get more help to families of kids with disabilities.</p><p>Advocates said special education doesn’t belong in a health department, which usually treats disabilities as conditions to manage, instead of differences in how children learn. The top Republican on the Senate education committee agreed, saying he’d pursue legislation to keep special education out of Health and Human Services.</p><p>Some families already are taking discrimination cases elsewhere</p><p>For many, though, the response to the announcement was a sigh of resignation.</p><p>The Education Department’s civil rights office had long been the last resort for parents who believe their child is facing discrimination at school, with a mandate to review all complaints. Under Trump, the backlog of cases has ballooned, and resolutions have dwindled. Increasingly, attorneys say they are turning elsewhere to try to obtain justice for children.</p><p>The reaction is a marked change from a year ago, when parents and attorneys were in a panic as Education Department staff and attorneys were slashed.</p><p>The Office of Special Education and Rehabilitative Services has shrunk by roughly a third since 2024, and the Office for Civil Rights is roughly 40% smaller. Meanwhile, in the Department of Justice, the Education Opportunities Section has shrunk by half, according to estimates provided by Justice Connection, a network of department alumni.</p><p>“I think a lot of people are mad, but they are like, ‘What are we going to do?’” said Emily Harvey, the co-legal director at Disability Justice, formerly Disability Law Colorado, who has watched her cases languish.</p><p>When Trump took office, she had a federal complaint pending, alleging some Colorado schools were illegally rejecting enrollment from kids outside their neighborhood boundaries because they had disabilities. Harvey also has a case pending at the Department of Justice, alleging a district south of Denver restrained and secluded disabled students hundreds of times, even though the practice is supposed to be reserved for emergencies.</p><p>“I feel like they’re probably collecting dust on a virtual shelf somewhere,” Harvey said.</p><p>In response to the federal backlog, she helped to push for a new state law that expands the types of civil rights cases Colorado education officials can pursue.</p><p>States across the U.S. already investigate various special education complaints, including when parents allege schools aren’t following a child’s individualized education program. But the Colorado legislation, signed into law in May, allows the state to pursue the types of cases typically handled at the federal level, such as those involving allegations of discrimination and harassment.</p><p>Harvey said she didn’t think the federal civil rights office was ever perfect. “But I think it’s become even less help for people who are trying to resolve issues,” said Harvey, who worked as an Education Department civil rights attorney in 2020 and 2021.</p><p>Boston-area special education advocate Craig Haller said he’s heard nothing on a complaint he filed early last year with the Education Department’s Office for Civil Rights. Ever since the Trump administration started dismantling the department, he has leaned more on Massachusetts’s state system for resolving special education matters.</p><p>He recently used that system to help a student whose high school didn’t take into account his special education plan when it suspended him.</p><p>“I got it fixed for my client,” Haller said. But without the federal Office for Civil Rights, “I can’t get it fixed systematically.”</p><p>Department workers say the dismantling has made their jobs harder</p><p>While only Congress can close the Education Department, McMahon, a billionaire and former CEO of World Wrestling Entertainment, has signed 10 additional agreements to give department functions to other federal agencies.</p><p>So far, those agreements have not reduced the number of employees working on specific programs. But the union that represents department workers says staff have run into issues with equipment and access at their new postings.</p><p>“It’s hard to describe how inefficient the implementation of the (agreements) has been,” said Rachel Gittleman, the union’s president.</p><p>Taken together, the fracturing of programs, enforcement and oversight for disabled students across multiple agencies raised questions of what would fall through the cracks, special education advocates said.</p><p>Robyn Linscott, who directs education and family policy at The Arc of the United States, a major disability rights group, recalled attending a three-hour listening session the Education Department hosted in January. Families, educators and advocates described barriers to accessing proper support and services. Although they acknowledged breaks in the system, not a single parent advocated for moving oversight of special education to Health and Human Services.</p><p>Still, she isn’t surprised the Trump administration moved the program anyway.</p><p>“It has only been 24 hours, but I think we anticipated this move for over a year,” she said on Wednesday.</p><p>In Congress, senators from both sides of the aisle said they would try to stop the move to put special education in Health and Human Services.</p><p>Republican Sen. Bill Cassidy of Louisiana said he would “publicly commit” to working with his Democratic colleague, Sen. Tim Kaine of Virginia, on legislative action that would push the administration to change course. Cassidy, who lost a primary election this spring and has less than six months left in his Senate term, has personal knowledge of the education challenges faced by kids with disabilities: His wife co-founded a network of charter schools for students with dyslexia.</p><p>If special education is moved, he said Wednesday, it should go to the Labor Department. That agency, he said, is better positioned to support people with disabilities as they learn and work.</p><p>Ultimately, what matters to parents is whether they can get the services their children need, said Rob Harris, an IEP advocate in Colorado. Families spend an inordinate amount of time navigating systems that should be working together to serve children, but often aren’t. Harris has navigated those systems himself: His 19-year-old daughter is blind.</p><p>“Families don’t experience the government through organizational charts,” Harris said. “We experience it through the services our children receive.”</p><p>____</p><p>Associated Press writers Bianca Vázquez Toness and Alanna Durkin Richer contributed to this report.</p><p>____</p><p>The Associated Press’ education 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/XSE7DWO7E7FZUUCGMOZMIGRWG4.jpg?auth=81d2dfc9149ff9d8546bb2c446c9768caef3cff04cfb7aedfc95fae4280c952a&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 Education building is seen in Washington, Nov. 18, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7UMXS626QQZK2PR2E5Y4ZJ6CIQ.jpg?auth=0b2c43d51b355b68a67d5eb6641bfcdfb14ace94eb552a4c2109fdba1cbd8bc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Secretary of Education Linda McMahon speaks to reporters at the White House in Washington, March 20, 2025. (AP Photo/Ben Curtis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content></item><item><title><![CDATA[New York Knicks revel in their NBA victory parade as joyous fans and celebs fill the streets]]></title><link>https://www.local10.com/sports/2026/06/18/new-york-knicks-parade-brings-generations-of-fans-into-the-streets/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/new-york-knicks-parade-brings-generations-of-fans-into-the-streets/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE and JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — New York is celebrating the Knicks in classic style Thursday, throwing a ticker-tape parade for the team that brought home the NBA championship longed for by generations of fans, who filled the streets to witness the spectacle.]]></description><pubDate>Thu, 18 Jun 2026 15:42:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York is celebrating the Knicks in classic style Thursday, throwing a ticker-tape parade for the team that brought home the NBA championship longed for by generations of fans, who filled the streets to witness the spectacle.</p><p>The Knicks' victory — after a 53-year drought — has electrified New Yorkers. Confetti in the Knicks’ blue and orange colors swirled through the air as the parade rolled up the skyscraper-flanked “Canyon of Heroes” in Manhattan. Police said all the viewing areas filled up more than three hours before the procession began at 10:30 a.m.</p><p>"In the words of Jalen, I have no words," said Sandra Brunson, the mother of NBA Finals MVP and Knicks captain Jalen Brunson. “It was all worth it.”</p><p>Karl-Anthony Towns hoisted the Eastern Conference championship trophy and a cigar in his mouth on top of a parade bus, alongside a dancing Mayor Zohran Mamdani — a huge Knicks fan. On a nearby float with other alumni, Carmelo Anthony had a victory cigar of his own.</p><p>“New Yorkers are, as they say, ‘lit’ right now,” Anthony said. “The whole city won.”</p><p>On one float with Brunson, film director Spike Lee, perhaps the team's most iconic fan, was also soaking it in.</p><p>“I’ve never been to a parade — ever — and I’m glad it’s this one,” Lee said.</p><p>Fans were wedged around the famed “Charging Bull” statue, holding their phones out as far as their arms could reach as the floats passed by.</p><p>OG Anunoby, who scored the go-ahead basket in Game 4 on a tip-in with 1.2 seconds left, left his float to interact with fans, holding the NBA Cup in-season championship trophy in one hand and a bottle of Patron tequila in the other.</p><p>The parade will end at City Hall, where players are expected to get keys to the city.</p><p>Knicks fans turn out in force</p><p>People streamed into the area on crammed subways, looking to get as close as they could or find any elevated spot to catch a glimpse.</p><p>Several blocks from the parade route, fans stood shoulder to shoulder — sometimes on each other’s shoulders — or climbed traffic lights, sanitation trucks or Knicks-colored buckets they’d brought from home. Far away on the Brooklyn Bridge, people gathered just to hear the loudspeakers.</p><p>“I had to be here today,” said Shareefa Wallace, 34, who got up at 3 a.m. to make her way from suburban Long Island. She grew up in the city going to Knicks games, and she sported the souvenir jersey of one of the legends from that era, Patrick Ewing.</p><p>‘The New York vibe’</p><p>Nearby bars and delis filled with fans, some wishing they’d arrived at dawn. But many seemed at peace with the fact that they would only experience the parade from a distance.</p><p>“We’re fine with the fray, we just want to be with the New York energy and the New York vibe,” said Jean Strong, who came to the parade from Harlem with his nephew and sister.</p><p>Terrell Emerson, a chef who grew up in Queens before leaving New York, said he drove from Maryland with his daughter Madison – named in honor of the Knicks' home arena, Madison Square Garden.</p><p>Madison, beaming, held a handwritten sign announcing she’d skipped her fifth-grade graduation to be there.</p><p>Stars and Knicks legends</p><p>Knicks legend Walt “Clyde” Frazier — a member of the ’70s champion teams — was riding along in style in a convertible, wearing his NBA title rings. Knicks play-by-play announcer Mike Breen was set to emcee the City Hall ceremony. Ben Stiller captured photos and videos from a parade vehicle.</p><p>Alicia Keys, the singer who collaborated with Jay-Z on the New York-loving 2009 hit “Empire State of Mind,” has been tapped to perform.</p><p>“How could I not?” Keys said Wednesday in a social media video that featured her on the phone with Knicks forward OG Anunoby.</p><p>A parade decades in the making</p><p>The mere fact that the parade is happening is historic in itself. Although the Knicks won the championship twice in the 1970s, the city didn’t host a parade for them either time. Then-Mayor John Lindsay had cut down on ticker-tape extravaganzas for financial and other reasons, and he instead honored the Knicks at a 1970 reception at the mayoral mansion and a jam-packed 1973 ceremony outside City Hall.</p><p>This time, the city is going all out. A police officer could be seen holding a sign reading, “This is really happening.”</p><p>And a massive security operation</p><p>Police plan to deploy 10,000 officers to secure the event, which follows ebullient but sometimes chaotic street celebrations and some violence during the Knicks' run to victory over the San Antonio Spurs.</p><p>At one point before the parade, a small group of people were crushed against a barrier near Fulton Street, a key subway hub, pinned between a swelling crowd and a group of police officers shoving the barrier to keep fans penned in.</p><p>Some 650 sanitation workers have been assigned to clean up what could be tens of thousands of pounds (kilograms) of debris, if recent history is any guide.</p><p>Why does New York throw ticker-tape parades?</p><p>Ticker-tape parades derive their name from the narrow strips of paper used by telegraph-era “stock ticker” machines. New York brokerage firm workers took to tossing the paper out their office windows during parades in the late 19th century, adding a swirling aerial spectacle to the festivities.</p><p>Over the years, especially up to the mid-1960s, the city rolled out ticker-tape parades to honor visiting foreign leaders, mark historic anniversaries and hail feats in aviation, war, sports, music, space travel and more.</p><p>The Knicks' parade will be the 210th, and it comes after a ticker-tape bash for the WNBA's New York Liberty in 2024.</p><p>___</p><p>Associated Press writers Jennifer Peltz, Julie Walker and Stephen Whyno in New York and AP Basketball Writer Brian Mahoney in Southampton, New York, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LKKJKWOK3IGG64GBEZWOWWYSN4.jpg?auth=3b670e74da8ed620874416ff6e08c10ebe629eff85e1fc456145089bb0bef93f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jalen Brunson, upper right, of the NBA Champion New York Knicks carries the trophy for fans during the ticker-tape parade on Broadway, in New York's "Canyon of Heroes," Thursday, June 18, 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/K22SIWNQVJWVFDWWS5J3EUDK7A.jpg?auth=ca89f42944329e1234dcef2b646f7c5cdec8e83b56160f152e8eda7a95852193&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crowds fill the sidewalks during the NBA Champion New York Knicks ticker-tape parade on Broadway, in New York's "Canyon of Heroes," Thursday, June 18, 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/KDU7PRN4VWVD5ESPK7O5PEEPKI.jpg?auth=166c5ff0e4f6ca2715fc4024b3745936a145f3c6ae0878f4a18c1f23506deaa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson, center, watches 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/2IUOBSXXMSXPCEBSBLW36JKV24.jpg?auth=4b561c7a5f4d1438d6358ac7f9327c16773a2b19359b628d958d4a70dcf57c7b&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 holds up a trophy 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/HCXPEKTKKPPFBNXF3H6GU3FRHU.jpg?auth=1ea629b109a6f3a23ff7623a0f36c53d1dcabe3f97ac0698f04ee9e013f195e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mayor Zohran Mamdani motions during the New York Knicks' NBA championship parade Thursday, June 18, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Mamdani tests his political clout in New York's primary as he looks to reshape the Democratic Party]]></title><link>https://www.local10.com/news/politics/2026/06/18/mamdani-tests-his-political-clout-in-new-yorks-primary-as-he-looks-to-reshape-the-democratic-party/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/mamdani-tests-his-political-clout-in-new-yorks-primary-as-he-looks-to-reshape-the-democratic-party/</guid><dc:creator><![CDATA[By STEVE PEOPLES, ANTHONY IZAGUIRRE and MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Not long ago, New York City Mayor Zohran Mamdani was demonized by leaders of both political parties. Today, just six months after taking office, the 34-year-old democratic socialist's political strength is surging.]]></description><pubDate>Thu, 18 Jun 2026 05:10:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Not long ago, New York City Mayor Zohran Mamdani was demonized by leaders of both political parties. Today, just six months after taking office, the 34-year-old democratic socialist's political strength is surging.</p><p>Always a darling of the far left, he has earned praise from both President Donald Trump and former Democratic critics like New York Gov. Kathy Hochul. He has emerged as the face of the region's sports renaissance. And days before New York's primary elections, Mamdani is testing the limits of his newfound political muscle in a bid to reshape the Democratic Party — in his state capital and in Washington — even if it means challenging his own party's leadership.</p><p>Mamdani will join Sen. Bernie Sanders, I-Vt. at a get-out-the-vote rally in Brooklyn on Thursday. The event is designed to elevate a slate of candidates aligned with Mamdani's values, including two running against Democratic incumbents in Tuesday's primary.</p><p>“He’s seeing that opportunity — that we can radically change the Democratic Party,” said Faiz Shakir, a senior adviser to Sanders and a friend of Mamdani's. “Like Bernie, he's not saying I'm doing this out of spite against you, dear leadership. He's saying, I am supporting these candidates who have a better vision, and I am prepared to lose if it has to be the case.”</p><p>The Mamdani slate</p><p>Establishment Democrats are not pleased with the mayor's decisions.</p><p>Mamdani endorsed political organizer Darializa Avila Chevalier over Rep. Adriano Espaillat, the chairman of the Congressional Hispanic Caucus, in New York's 13th District, which includes parts of upper Manhattan and the Bronx.</p><p>He is also backing former New York City Comptroller Brad Lander, who is running against incumbent Rep. Dan Goldman in New York's 10th District. And in New York's 7th, he's supporting democratic socialist state Assembly Member Claire Valdez against outgoing Rep. Nydia Velazquez’s handpicked successor.</p><p>The Mamdani slate, in addition to several state Assembly candidates, will be featured at Thursday's rally.</p><p>Valdez says the election is about advancing the political movement Mamdani ignited on his way to City Hall.</p><p>“Right now there’s really mass dissatisfaction with the way the party leadership has been operating and not standing up strongly enough to Trump,” she told The Associated Press, contrasting the malaise to the way the mayor energized voters last year.</p><p>She said she hopes to “bring a partner to Zohran to Washington.”</p><p>Valdez's primary opponent, Brooklyn Borough President Antonio Reynoso, said he feels like the underdog in the race, even though he was endorsed by the outgoing incumbent. He said Mamdani “has a celebrity status that we haven’t seen the likes of since I’ve been alive.”</p><p>“He’s going to be our champion for the foreseeable future and he’s doing a great job, and when he says that he’s endorsing someone, it matters,” Reynoso said in an interview. “I believe that this community has seen me work, they know I’m a progressive champion, and in any other circumstance I would be a favorite to win this race, but I’m not because he has tipped the scale.”</p><p>The candidates are largely aligned on the biggest issues, although there are modest differences.</p><p>Israel’s war with Gaza has featured heavily among the Mamdani slate, with Lander, Valdez and Avila Chevalier casting their Democratic opponents as too soft on Israel. They're echoing the mayor’s steadfast criticism of the country’s leaders and harnessing what they believe could be a driving force in this year’s elections.</p><p>The mayor’s candidates have also sought to replicate much of the platform that sent him to City Hall, focusing on the city’s high cost of living and framing themselves as fresh faces not beholden to powerful business interests.</p><p>The view from Washington</p><p>On Capitol Hill, Democrats are pleasantly surprised that Mamdani has become less of a political liability for the party in swing district seats than they once feared.</p><p>But Mamdani’s endorsements have aggravated intraparty fissures, especially among moderates who worry that Mamdani's far-left brand may eventually tarnish the entire party.</p><p>And House Minority Leader Hakeem Jeffries, a fellow New Yorker, has tried to push back against the Mamdani-backed democratic socialist challengers, endorsing and campaigning for the embattled incumbents in a proxy fight with the mayor.</p><p>But Jeffries and Mamdani have opted to wrestle only in primaries rather than bicker publicly and feed into GOP narratives of Democratic disarray.</p><p>“Democrats must understand, and both the leader and Mamdani appreciate this, how to yell in areas where we agree and whisper in areas where we diverge,” said Antjuan Seawright, a Democratic strategist who works with House Democrats.</p><p>For now, Jeffries' allies acknowledge that Mamdani has energized Democratic voters and may be able to reach some Americans who have checked out of the political process. They also prefer that Mamdani is hyper-focused on New York City’s governance rather than traveling across the country nationally.</p><p>Republicans, however, have plans to elevate Mamdani's profile whether Washington Democrats want them to or not.</p><p>The GOP hasn't made Mamdani a central feature of its broader national messaging as it once threatened, but Republican operatives have sought to link Mamdani to Democratic House candidates in swing districts across California, Colorado and Wisconsin. They also believe the specter of the New York City mayor will loom large in pivotal House races in New York and New Jersey.</p><p>The Republican bet is that vulnerable Democrats cannot afford to break with Mamdani too cleanly for fear of alienating progressive voters, even as they cast him as a radical.</p><p>“Zohran Mamdani’s socialist brand is as toxic as it comes,” said Mike Marinella, a spokesperson for the National Republican Congressional Committee, House Republicans’ campaign arm. “And during a time when Democrats don’t have a leader or a message, he’s exactly the kind of bogeyman we can use against Democrats to truly show who is leading their party and the crazy policies they all support.”</p><p>Meanwhile, Sanders' adviser Shakir encouraged the Republicans to try. He noted that Sanders mentions Mamdani in almost every speech as he tours the nation rallying voters ahead of the midterms.</p><p>“The crowd just goes nuts,” Shakir said. “He certainly is not a political liability.”</p><p>___</p><p>Brown reported in Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJNOWAQQMA752HATF2DOZ37ROI.jpg?auth=0c952528c02233f969778223b3fc72c97f22f06377a70ffa1f36d57c79fa4cd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani arrives to take part in the National Puerto Rican Day Parade, Sunday, June 14, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U3YKEC7ZNBELRF22XD7S5L7G64.jpg?auth=d0e4ce2c366bb4df530f1b5cf2c90a94276cfa9f215e2cb6f7596bebd8196964&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bernie Sanders speaks at an event with Graham Platner, Democratic candidate for U.S. Senate, in Orono, Maine, Sunday, May 24, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C52B6JTFM6PT4ACOIGU6PDFFFA.jpg?auth=622849332aa7e4b28491dd44b2fbabdacf11265b2bcf25c462aef59758db094c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Adriano Espaillat, D-N.Y., speaks to reporters outside the Delaney Hall detention center, Wednesday, May 27, 2026, in Newark, N.J. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LP3RDGHKEZWFGRLF2UM3HP3O4E.jpg?auth=298d8b6f52d4beeb2e781ac306ef776f3538273c5e51546ada92a4d1d1b227c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democrat Brad Lander approaches microphones outside a federal court in New York on Thursday, June 11, 2026, after a judge exonerated him on a misdemeanor obstruction charge stemming from an immigration protest last September. (AP Photo/Larry Neumeister)]]></media:description><media:credit role="author" scheme="urn:ebu">Larry Neumeister</media:credit></media:content></item><item><title><![CDATA[Springsteen, Bono and Stevie Wonder will help the Obamas open their presidential museum]]></title><link>https://www.local10.com/entertainment/2026/06/18/springsteen-bono-and-stevie-wonder-will-help-the-obamas-open-their-presidential-museum/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/18/springsteen-bono-and-stevie-wonder-will-help-the-obamas-open-their-presidential-museum/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[Former President Barack Obama is getting a little help from his friends in celebrating the opening of his presidential museum in Chicago.]]></description><pubDate>Thu, 18 Jun 2026 15:22:53 +0000</pubDate><content:encoded><![CDATA[<p>Former President Barack Obama is getting a little help from his friends in celebrating the opening of his presidential museum in Chicago.</p><p>The guestlist for Thursday’s dedication ceremony includes Bruce Springsteen, Stevie Wonder, Christina Aguilera and Bono, along with former Presidents Joe Biden, George W. Bush and Bill Clinton.</p><p>Obama and former first lady Michelle Obama are expected to give remarks. The invite-only celebration will be livestreamed and kicks off a weekend of events centered around the Obama Presidential Center, which opens to the general public on Juneteenth.</p><p>President Donald Trump is not among the announced guests. He called the $850 million center a “total disaster” in a social media post in February.</p><p>Guests who arrived Thursday under cloudy skies included a mix of actors and other entertainers, past and present politicians, local power brokers and other national figures. Those in the audience included civil rights leaders Andrew Young and Al Sharpton, actor Mark Hamill and Chicago Cubs Chairman Tom Ricketts.</p><p>Other celebrities slated to perform on Thursday include Common, Eddie Vedder, Marc Anthony and The Roots, which was serving as the house band.</p><p>The Thursday celebration “will reflect a spirit of inspiration and joy, with a big boost from the performers who are sharing their talent with us,” said Valerie Jarrett, the Obama Foundation’s chief executive and former Obama top adviser. “We hope to inspire people everywhere to believe in their power to bring change home.”</p><p>General admission tickets for the center are sold out through the end of October. But tens of thousands of people have already been offered a sneak peek of the nearly 20-acre campus on Chicago's South Side in Jackson Park.</p><p>The center, located near where Obama lived and began his political career, is expected to attract more than 1 million visitors annually. It is adjacent to the Griffin Museum of Science and Industry in the lakefront park, and not far from the University of Chicago.</p><p>The campus includes a towering museum that covers the political and personal realms of the nation’s first Black president and first lady, while public spaces include a branch of the Chicago Public Library, a playground and athletic center, basketball courts and a picnic area with grills.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UARFSUEBRJJCOMSLLDGUFLRIHM.jpg?auth=44740e26e45b7a4a7ffe7d76422cb4b7bfd2aba468dd4b3d97416bcc36dba398&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A statue of former President Barack Obama and former first lady Michelle Obama is seen at the Obama Presidential Center ahead of the dedicated ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Jon Cherry)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Cherry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYZWC7EKZG52HNXTBZW6RNTXXA.jpg?auth=aa058404a0cf30e955eed39487851d5d127357f89af6771deae9973894f345b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. James Clyburn, D-S.C., right, shakes hands with Andrew Young, center, ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VKJTSRKOGVK7QSVY2AWLTGERSA.jpg?auth=2388a09218c6e2cb9f7791146de807503c69dd2b643fa10dbb049cf320926953&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Rev. Al Sharpton mingles ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2RRFXC2HAHONDWHUJYYZCF3AE.jpg?auth=40396bc68011522e2c66f20a613e982f59d0f5b2b8c79a76e5bdf171d39453dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs Chairman Tom Ricketts mingles ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3LZ3OB3DPUULV7FTNVTTSY254.jpg?auth=d540eeb32e85072d0257dcc6ec481cab154cbe0e006c2010b733689229de10e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Obama Presidential Center Museum is seen ahead of the dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IKCN34LKRLPXZRMYHK4VG7IW4A.jpg?auth=e9ae0c0f40e413a542d34a74ac7275dc4bccf1dd8ebbe3caa9e4333352d9500c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Mark Hamill mingles ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[A city's push for facial recognition on public buses ignites debate over security and privacy]]></title><link>https://www.local10.com/tech/2026/06/18/a-citys-push-for-facial-recognition-on-public-buses-ignites-debate-over-security-and-privacy/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/18/a-citys-push-for-facial-recognition-on-public-buses-ignites-debate-over-security-and-privacy/</guid><dc:creator><![CDATA[By JEFF McMURRAY, Associated Press]]></dc:creator><description><![CDATA[Officials in Kansas City, Missouri, are preparing to equip cameras on some public buses with facial recognition software capable of identifying passengers who appear on a list of banned riders or missing persons.]]></description><pubDate>Thu, 18 Jun 2026 15:20:45 +0000</pubDate><content:encoded><![CDATA[<p>Officials in Kansas City, Missouri, are preparing to equip cameras on some public buses with facial recognition software capable of identifying passengers who appear on a list of banned riders or missing persons.</p><p>Supporters and opponents alike view the effort as a major litmus test for tapping the AI-powered software on a U.S. public transportation system, positioning Kansas City as the latest epicenter of a fierce debate over whether the safety benefits of artificial intelligence are worth the privacy costs.</p><p>“The idea of running face recognition on a camera that is pointed on live spaces in public is a line that until recently has never really been crossed in the last 25 years,” said Jay Stanley, senior policy analyst for the Project on Speech, Privacy and Technology at the American Civil Liberties Union.</p><p>The state of Missouri declined to help fund the project as expected due to concerns with the facial recognition component. Still, the city is pushing ahead with local and federal money, said Tyler Means, chief mobility and strategy officer at the Kansas City Transportation Authority.</p><p>“Privacy is always a tricky thing,” Means said. “We’ve always had cameras on our buses. It’s just new technology. I think in time it’ll smooth over and people will realize, ‘Well, it didn’t really feel any different.’”</p><p>Cameras that recognize a face</p><p>SafeSpace Global, the Knoxville, Tennessee-based company partnering with Kansas City to run the cameras, started using live facial recognition years ago to alert nursing homes when residents left the building, then brought the technology to correctional institutions and schools. Kansas City’s buses represent the company’s inaugural venture in transportation.</p><p>Images captured by cameras aboard the buses would immediately be checked against any active alerts, generated when a missing person, banned rider or someone on a law enforcement watch list designated by the transportation authority is identified.</p><p>If no match or safety issue is detected, the facial data won't be retained. After the buses return to the depot, the transportation authority would archive the regular video footage on a local server for up to five years.</p><p>“It’s not sitting there filming all the time,” SafeSpace Global CEO Scott Boruff said. “It just captures the face and goes away.”</p><p>But Stanley with the ACLU warned that it's nearly impossible to limit the scope of a surveillance project when artificial intelligence is involved.</p><p>“It may be used for a very narrow watch list today, but there are very good reasons to think it’ll expand over time,” he said.</p><p>Backers of the effort point out that security cameras are already found nearly everywhere — even on Kansas City's buses — and some law enforcement agencies have used facial recognition software to identify suspects spotted on video.</p><p>Cameras with other types of AI-powered software have been installed on public buses and school buses in other cities to read the license plates of nearby vehicles and ticket the ones spotted committing infractions such as illegally parking in a bus lane. Privacy advocates are concerned about those devices as well, but they're particularly alarmed by cameras that could actively record faces even when no crime is committed.</p><p>“City residents should not be guinea pigs for transit systems to test Silicon Valley’s latest unproven, biased surveillance tech,” said Will Owen, communications director for the Surveillance Technology Oversight Project.</p><p>Lessons from elsewhere</p><p>Shortly after the 9/11 terrorist attacks, police in Tampa, Florida, used facial recognition cameras in the Ybor City neighborhood to search for crime suspects, but there was immediate opposition and the program was soon abandoned, Stanley said.</p><p>More recently, New Orleans police secretly relied on facial recognition surveillance cameras run by a private company despite a city ordinance prohibiting the technology, The Washington Post reported last year. Although the program was believed to have been paused, Stanley wrote a report for the ACLU last month that found it was still operating in some capacity, citing emails an activist obtained through an open records request.</p><p>Detroit partnered with some gas stations and liquor stores in 2016 to install high-definition cameras that relayed live feeds of violent crimes directly to the police department. But after a New York Times investigation found footage was paired with facial recognition software to make arrests, some of the accused filed successful lawsuits claiming they were wrongly targeted due to faulty technology that misidentified Black suspects.</p><p>James Craig, the police chief at the time, said officials felt the backlash and changed the rules over how facial recognition could be used without scrapping the program entirely. But he still advocates for the technology, provided it’s used correctly, and says it would be a shame for cities to abandon one of their best tools for securing the streets.</p><p>“If the police department or the city doesn’t have the insights to build in strong policies, transparent policies and accountability, the knee jerk reaction is, ‘Well, let’s just ban it,’” Craig said.</p><p>KC delays rollout, eyes ‘bigger’ plan</p><p>The cameras were expected to be installed on Kansas City's buses this spring, but organizers halted the effort just before launch, derailing hopes that they  would be up and running in time for the World Cup matches the city began hosting this week.</p><p>The delay was partly technical — a need to upgrade Wi-Fi routers to support both the cameras and a new fare collection system on the buses — and partly financial due to state government funding falling through, illustrating the headwinds U.S. cities often encounter when seeking to deploy facial recognition.</p><p>Despite the delays, Means said he's confident the program will launch this year and “a little bit bigger” than initially planned, with potentially as many as 30 buses instead of the nine that had been planned under the pilot.</p><p>Boruff, the SafeSpace Global CEO, said the company is ready to start installing the Kansas City cameras as soon as the money comes through, although it'll likely take three to four months to configure the software for the city's specific needs.</p><p>Ryana Parks-Shaw, a City Council member serving as mayor pro tem, said she's not disappointed that the rollout has been delayed.</p><p>“I think they need to take their time and do it right,” Parks-Shaw said. “I believe that any use of this kind of technology must be approached carefully, transparently and with clear guardrails.”</p><p>As for securing buses during the World Cup without the facial recognition cameras, Means said the reconfigured plan includes up to 40 more officers patrolling stops and transit centers.</p><p>“We're kind of going old school to address what we hoped the technology would do,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GURHUUM5IXHGFLUTJ7YPIXNN64.jpg?auth=e96663a565d41af82d9321516eb51647af838457655abf3734acf4e458738ad0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait for the bus at a transit center Friday, June 5, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZNJNUEPXWKWWHRAE2PBGO3FFM.jpg?auth=f76088ab65e2ec5b50d599cc0c01d72b34dd15d7ba34c5039b2bace718f1caf6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bus waits for passengers at a transit center Friday, June 5, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F64LRMG2AGG537NKFQFN5TBR2Y.jpg?auth=8c93dc1626274ed9932930eee6889ef4cd33166e378de8c4504d2047e5219b9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buses wait for passengers at a transit center Friday, June 5, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[How many Americans can afford high-quality healthcare? A new poll finds the number has fallen]]></title><link>https://www.local10.com/news/politics/2026/06/18/how-many-americans-can-afford-high-quality-healthcare-a-new-poll-finds-the-number-has-fallen/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/how-many-americans-can-afford-high-quality-healthcare-a-new-poll-finds-the-number-has-fallen/</guid><dc:creator><![CDATA[By ALI SWENSON and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Twannetta Weaver felt like she made the responsible choice when she enrolled in a high-deductible health insurance plan through her employer, an option that avoided high premiums and allowed her to save for retirement.]]></description><pubDate>Thu, 18 Jun 2026 04:03:48 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Twannetta Weaver felt like she made the responsible choice when she enrolled in a high-deductible health insurance plan through her employer, an option that avoided high premiums and allowed her to save for retirement.</p><p>Then, in 2025, she slipped a disk in her back, requiring medication and physical therapy. Suddenly, the medical bills were so overwhelming that Weaver, an adult learner working toward a leadership degree on the side, had to delay graduation by a year.</p><p>“I had to start calculating, am I going to be able to afford to pay my tuition, as well as my books, as well as my living expenses, and continue to care for my family?” the 43-year-old in Sanford, Florida, said in an interview. “It makes you feel powerless as a consumer.”</p><p>Weaver’s experience is familiar to a growing number of Americans, according to new data from the West Health-Gallup Affordability Index, which shows only about half of U.S. adults could afford their healthcare and had access to quality care last year. Concerns about affording healthcare in the year ahead were at a record high since tracking began in 2021, signaling that many were feeling anxious about rising healthcare costs as 2025 ended.</p><p>The new findings published Thursday draw on a survey conducted from October to December 2025 — before major recent changes to health policy, like Congress’ Medicaid cuts or its decision not to extend Affordable Care Act subsidies, took effect. It demonstrates how the country's fraught healthcare system is increasingly straining Americans at a time when inflation is driving high costs and affordability concerns are top of mind as midterm elections approach.</p><p>Americans are worried they won’t be able to pay for care</p><p>The index used the responses from multiple questions to place Americans into three categories depending on their access to quality care and ability to pay for care and medicine. In the new data, 49% of U.S. adults were considered “cost secure,” meaning that they had access both to high-quality, affordable care and they had recently been able to afford the care and medicine they needed. In 2021, when the measurement began, 56% of U.S. adults were “cost secure.” That rose to 61% in 2022 but has been falling ever since.</p><p>In the survey, about three-quarters of U.S. adults said healthcare costs were a “major” or “minor” financial burden for them and their family. Only about 3 in 10 said they’re not a burden.</p><p>Meanwhile, about half of respondents were “extremely concerned” or “concerned” that their household would be unable to pay for needed healthcare services in 2026, up from 42% who said that in 2022.</p><p>Inger Perez, 59, from Encino, Texas, is one of those worried Americans. She has a family history of diabetes, high blood pressure and cancer. She said she did blood work recently, and while she wants to know the results, she’s bracing herself for what they could show.</p><p>“I literally was crying last night because I’m nervous about what I’m going to find out and how much care that is and how much money that is,” she said in an interview. “I’m terrified that I’ll start a plan of treatment but won’t be able to afford to keep up with it.”</p><p>More than half of survey respondents said the cost of healthcare contributes “a lot” or “some” to stress to their daily lives. That’s compared to about 3 in 10 who said these costs contribute “very little stress” and about 2 in 10 who said they contribute “no stress at all.”</p><p>Perez said she is also frustrated by the quality of the care she receives, in part because she lives in a rural area about an hour from a doctor’s office. To fit her budget, she had to choose a lower-cost Affordable Care Act marketplace plan with a limited network of covered providers, creating another obstacle to finding good care.</p><p>Healthcare affordability is declining across demographics</p><p>Younger adults, older adults and women were among several groups of Americans that saw drops in healthcare affordability and access in 2025, according to the findings.</p><p>Among Americans under 30, only about one-third were categorized as “cost secure,” down from 46% in 2021. Women were already less likely to be “cost secure” than men, but the gap widened last year. About 57% of men were “cost secure” in the 2025 survey — down from a high of 67% in 2022 — compared to 42% of women.</p><p>Older Americans, most of whom are covered by the government's Medicare health insurance program, are generally more likely to be “cost secure.” However, this group saw meaningful decreases as well, falling from 73% in 2021 to 61% in 2025.</p><p>Patients make sacrifices to pay the bills</p><p>Several survey respondents who talked to The Associated Press discussed things they have had to give up to pay their health bills.</p><p>About 2 in 10 U.S. adults in the 2025 poll said there had been a time in the prior three months when they or a member of their household was unable to pay for medicine or drugs that a doctor had prescribed because of costs. About 3 in 10 said they or someone in their household did not seek treatment for a health problem because of the expense.</p><p>One dad in Arizona, 55-year-old Xavier Chapa, said his 50-year-old wife has been fighting her insurance company over a preventive colonoscopy that her doctor had recommended.</p><p>He said the company verbally assured her it would be covered, but didn’t honor that after the procedure was completed.</p><p>The looming $3,000 bill means they've had to cut back their 8-year-old son’s summer camp schedule from full-day to half-day programs, along with trimming their budget elsewhere.</p><p>“It’s a lot to deal with,” said Chapa, who moved back to the U.S. from Europe three years ago. “What point does it serve if you're living in this country and having to pay such a high price and you can't get some of the basic things?"</p><p>___</p><p>Swenson reported from New York.</p><p>___</p><p>The West Health-Gallup Center poll of 5,660 adults was conducted Oct. 27-Dec. 22, 2025 using a sample drawn from Gallup's probability-based Gallup Panel. The margin of sampling error for adults overall is plus or minus 2.1 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CFLRFAJ3UBMWP5IBOVNPRL5UXQ.jpg?auth=111d739e3b484b346944f59a4cfcdc4e01c0a5343c7a5cf71d83a101a978a96d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the U.S. Affordable Care Act health insurance website healthcare.gov are seen on a computer screen in New York, Aug. 19, 2025. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content></item><item><title><![CDATA[An ancient oak tree said to have sheltered legendary Robin Hood has died]]></title><link>https://www.local10.com/news/weird-news/2026/06/18/an-ancient-oak-tree-said-to-have-sheltered-legendary-robin-hood-has-died/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/18/an-ancient-oak-tree-said-to-have-sheltered-legendary-robin-hood-has-died/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — A massive ancient oak tree linked to the legend of Robin Hood may have been loved to death.]]></description><pubDate>Thu, 18 Jun 2026 11:40:16 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A massive ancient oak tree linked to the legend of Robin Hood may have been loved to death.</p><p>The 1,200-year-old Major Oak in Sherwood Forest is believed to have died after it didn’t sprout leaves this spring, the Royal Society for the Protection of Birds said Thursday.</p><p>Visitors over the past two centuries who viewed the tree's gnarled limbs and sprawling canopy in Nottingham compressed the soil, making it difficult for rain to reach its roots, the conservation group said.</p><p>The forest has been under threat for years and the tree had been rumored to have died in the past — only to have the group confirm it was still alive.</p><p>That is no longer the case.</p><p>“The tree’s failure to produce leaves this year is heartbreaking for everyone,” Hollie Drake of the RSPB said in a statement announcing the death.</p><p>The tree is said to have sheltered Robin Hood, the legendary 13th-century bandit who stole from the rich and gave to the poor and took refuge in the forest when being pursued by the sheriff of Nottingham.</p><p>It got its name after being mentioned in a book on oaks by Major Hayman Rooke in 1790 that led to the first wave of fans who flocked to the forest.</p><p>It's impossible to say what killed the tree, but the footprints of millions contributed to its downfall, along with intervention to shore up its massive limbs using cables and poles. Climate change that has brought heat waves and drought was also blamed.</p><p>Tree experts found the root system strangled and starved.</p><p>“Ancient trees like the Major Oak are the ‘conservation white rhinos of the U.K.’ but their decline is far less visible,” said Ed Pyne, of the Woodland Trust. “Saving them is vital to the health of the world we live in and yet most disappear quietly, without the recognition or care given to the Major Oak.”</p><p>In addition to its place in folklore, the forest is known for Sherwood oaks that floated the ships of Vice Admiral Horatio Nelson’s Royal Navy in the late 18th and early 19th centuries and as timbers in the roof of St. Paul’s Cathedral in London.</p><p>The Major Oak was spared from the saw and has been protected by a fence since the 1970s.</p><p>“The Major Oak will continue to stand at the heart of Sherwood as a natural monument for visitors to come and see, living on in the legend of Robin Hood and continuing to provide as much support to the forest’s ecosystem in death as in life,” Drake said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S276G3WWBTBGT7XRIN3E7T4YIY.jpg?auth=1da3b1aa2c51bde014f8bd7f2a7cd953b185a5650d3927ce0b438787d9a781f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A 1,200-year-old Major Oak tree, where Robin Hood allegedly used as a hide out, stands in Sherwood Forest near Nottinghamshire, England, on Oct. 19, 2007. (AP Photo/Simon Dawson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">SIMON DAWSON</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJEQOUWGJG62GJ6KW7TX6YJFHU.jpg?auth=62daeaa22fc9e2aaa369cb618033ac3389085f13532b7af528ee543c116365ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A 1,200-year-old Major Oak tree, where Robin Hood allegedly used as a hide out, stands in Sherwood Forest near Nottinghamshire, England, on Oct. 19, 2007. (AP Photo/Simon Dawson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">SIMON DAWSON</media:credit></media:content></item><item><title><![CDATA[Vance, skeptical of foreign wars, becomes the face of Trump's tentative deal to end war with Iran]]></title><link>https://www.local10.com/news/politics/2026/06/18/vance-skeptical-of-foreign-wars-becomes-the-face-of-trumps-tentative-deal-to-end-war-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/vance-skeptical-of-foreign-wars-becomes-the-face-of-trumps-tentative-deal-to-end-war-with-iran/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — JD Vance was supposed to be spending the week promoting his new book, the kind of event a potential presidential candidate like the vice president typically uses to speak to a wide audience about his life and values ahead of a campaign.]]></description><pubDate>Thu, 18 Jun 2026 13:15:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — JD Vance was supposed to be spending the week promoting his new book, the kind of event a potential presidential candidate like the vice president typically uses to speak to a wide audience about his life and values ahead of a campaign.</p><p>Instead, the rollout of Vance’s second book, “Communion: Finding My Way Back to Faith,” has been largely crowded out by something else he’s put his name on: the tentative deal to end the Iran war.</p><p>The Republican vice president has embraced the role of chief defender of the agreement he and President Donald Trump signed with Tehran, giving a series of interviews touting the memorandum of understanding as a success and releasing a video championing it.</p><p>It’s a striking emergence for a politician who was known for his skepticism of foreign military interventions and who seemed reluctant to speak on the conflict when Trump launched it in late February.</p><p>The vice president is poised to yoke himself further to the conflict’s outcome on Friday, when he’s expected to travel to Switzerland to kick off a new phase of negotiations with Iran. He was originally expected to attend a formal signing ceremony for the deal, but Trump formally signed it on Wednesday instead.</p><p>Vance becoming a hype man for the agreement seems to be an all-in gamble that, should he decide to seek the White House in 2028, voters will reward him for being the face of ending an unpopular conflict.</p><p>It’s also setting Vance up as the presumptive fall guy should the deal with Iran falter.</p><p>Trump joked about such a possibility on Wednesday.</p><p>“If it works out, I’m going to take the credit. If it doesn’t work out, I’m blaming JD,” Trump said.</p><p>Officials release text of the deal after backlash</p><p>The White House in a statement called Vance the president's “right-hand man and an invaluable member of the President’s talented national security team.”</p><p>"That’s why the Vice President was trusted to lead these negotiations alongside Special Envoy Steve Witkoff and Jared Kushner," White House spokeswoman Olivia Wales said. "What President Trump and his team achieved on the battlefield and at the negotiating table is nothing short of remarkable and will strengthen American security for years to come.”</p><p>But backlash, including from conservatives, began growing this week after the U.S. digitally signed the memorandum of understanding with Iran on Sunday.</p><p>Luke Schroeder, a spokesman for the vice president, said in a statement: “It’s unfortunate that some Republicans are attempting to undermine the President’s efforts to achieve peace in the Middle East and ensure Iran never has a nuclear weapon.”</p><p>Officials gave shifting answers about when they would release the text, but leaked copies of a draft were quickly met with anger and skepticism from Democratic and Republican U.S. lawmakers, as well as Israel and pro-Israel advocates. Their criticisms included concerns that the deal, meant to open a two-month negotiating period, seemed to offer Iran wins up front while guaranteeing little in return, and that Trump’s stated reason for launching the conflict, to prevent Iran from obtaining a nuclear weapon, remains unresolved.</p><p>Vance has reiterated that Iran must meet its obligations.</p><p>“If they don’t behave properly, they don’t get any of the benefits of this bargain,” he said Tuesday on Fox News Channel’s “Fox & Friends."</p><p>In response to the backlash and mounting questions, the U.S. on Wednesday provided the text of the agreement to journalists.</p><p>The agreement states that Iran's stockpile of highly enriched uranium, which is believed to be buried under rubble, must at minimum be diluted under international supervision. It also states that Iran shall not procure or develop nuclear weapons — a commitment it has made previously. But beyond stating that the U.S. and Iran will negotiate over Iran's nuclear program, other commitments still need to be worked out.</p><p>Criticism on the right persisted after the text was released.</p><p>Conservative radio host Erick Erickson, a hawk who has defended the war, said Wednesday: “This is an American surrender.”</p><p>Texas Republican Sen. Ted Cruz, a potential 2028 presidential candidate, criticized the agreement and said to reporters, “I think the president, unfortunately, is receiving bad advice.”</p><p>Trump's ‘Operation Epic Fury’ has angered wings of his movement</p><p>The conflict, which has stretched into its fourth month, has cleaved Trump’s broad Make America Great Again coalition and angered both those who favored a harder line against Iran and those drawn to Trump’s “America First” foreign policy underscored by a message of “no new wars.”</p><p>Critics, including Republicans, have already started pointing fingers in Vance's direction, questioning whether the deal resembles the 2015 nuclear agreement struck by Democratic President Barack Obama and whether this new agreement achieves Trump’s stated objectives for launching the war.</p><p>Republican Sen. Lindsey Graham of South Carolina, a Trump ally and Iran hawk, had been skeptical of the agreement and referred to Vance on social media as “the architect of the deal."</p><p>After the agreement was released, Graham issued a tepid statement of support, saying, “Whether or not the United States can reach an acceptable, verifiable deal with Iran regarding its nuclear program and other issues is yet to be determined, but I see little downside to trying.”</p><p>Ben Domenech, The Daily Wire’s opinion editor, said on Fox News that everything he was hearing about the deal “seems bad” and appeared to cast blame on Vance by alluding to his first book, “Hillbilly Elegy."</p><p>“Are we going to backslide into being some kind of ‘hillbilly Obama’ kind of GOP?” Domenech said.</p><p>GOP allies say Vance can navigate the politics</p><p>The Trump administration has not offered formal briefings to Congress on the details of the memorandum, but Vance has quietly started doing outreach to some Republican senators on Capitol Hill.</p><p>Sen. Bernie Moreno, R-Ohio, a close ally of Vance's, said the vice president would be able to assuage even critics within his own party who are skeptical of the deal because “JD is just the president’s messenger, and the president’s going to prove them all wrong.”</p><p>Sen. Kevin Cramer, R-N.D., said the deal “certainly adds to the national security and geopolitical chops” of Vance, who spent two years as a U.S. senator for Ohio before ascending to the vice presidency.</p><p>But Cramer acknowledged the risks if the agreement goes awry.</p><p>“I guess the nice thing is, if you’re not the No. 1 person, you can take credit and avoid risk, avoid the criticism, but probably not so easily,” Cramer said.</p><p>Vance argues Iran is not a quagmire like the Iraq war</p><p>In interviews this week, Vance has sought to speak directly to the skeptics in his party, a preview of the difficult explanations he may be pressed to make as a candidate on the war.</p><p>On Megyn Kelly's show, the vice president said the critics “believe Iranian propaganda” about the deal. But he acknowledged some of the frustrations on the hawkish right while trying to reassure the anti-interventionists that the Iran conflict isn't the war in Iraq, where he served as a Marine.</p><p>“We were never going to get the quagmire that a lot of people were worrying about because Donald Trump is just not George W. Bush,” he said.</p><p>Democrats have stressed that even as Vance becomes the face of the Iran deal, the fate of any administration official who harbors presidential aspirations — particularly hawkish Secretary of State Marco Rubio, who has largely been quiet in the agreement's final phases — will be tied to its outcome.</p><p>“I think any member of this administration is going to rise or fall on the basis of the Iran war and the handling of the economy, and I don’t think there are exceptions,” said Sen. Brian Schatz, D-Hawaii.</p><p>___</p><p>Associated Press writer Will Weissert contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TU2QP55JE73LXLHCQEATEJHIFU.jpg?auth=984fe46d60064e3b7797f9e4a20141664314628949c46dc6063125a0158a6323&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks in Bethpage, N.Y., Wednesday, June 17, 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/WJFYAH5GGCILA7ILI7VQCNTNUQ.jpg?auth=2213ad256e5e2d81dfed4646cbf27e40d356ca44b77f5c1d7eb6d0bb6f283f49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks in Bethpage, N.Y., Wednesday, June 17, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[A special election in the UK could hasten the rise of Andy Burnham and the end for Keir Starmer]]></title><link>https://www.local10.com/news/world/2026/06/18/a-special-election-in-the-uk-could-hasten-the-rise-of-andy-burnham-and-the-end-for-keir-starmer/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/a-special-election-in-the-uk-could-hasten-the-rise-of-andy-burnham-and-the-end-for-keir-starmer/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Keir Starmer isn’t on the ballot, but the U.K. prime minister’s future is on the line in a special election on Thursday.]]></description><pubDate>Thu, 18 Jun 2026 11:59:57 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Keir Starmer isn’t on the ballot, but the U.K. prime minister’s future is on the line in a special election on Thursday.</p><p>Voters in the Makerfield district of northwest England are electing a new lawmaker, and the leading contender is Andy Burnham of the governing Labour Party, the current mayor of Greater Manchester and oddsmakers’ favorite to be the next prime minister.</p><p>If Burnham defeats a candidate from the anti-immigration party Reform UK and wins the seat for Labour, he’s almost certain to challenge the embattled Starmer for leadership of the party, and the country.</p><p>Burnham has pledged that “if people put their trust in me, I will change politics” — a big promise for a politician who, if he wins, will be just one of 650 lawmakers in the House of Commons.</p><p>But the scores of journalists from around the world who have flocked to Makerfield during the campaign are evidence that this is no normal by-election.</p><p>In an election-day video, Burnham said he would take the fight for change “as high as I can possibly take it.”</p><p>Polls close at 10 p.m. (2100GMT), with results due early Friday.</p><p>Starmer struggles since landslide win</p><p>About 75,000 people are eligible to vote in Makerfield, a constituency that encompasses several towns and villages on the edge of Greater Manchester, 200 miles (320 kilometers) northwest of London.</p><p>They hold in their hands the fate of Starmer, whose popularity has cratered since he led the center-left Labour Party to a landslide election victory in July 2024.</p><p>Starmer’s government has struggled to deliver promised economic growth, repair tattered public services and ease the cost of living, and been hamstrung by repeated missteps, including his decision to appoint Peter Mandelson, a scandal-tarnished friend of Jeffrey Epstein, as the U.K. ambassador to the United States.</p><p>A dismal performance in May’s local elections spurred scores of Labour lawmakers to demand Starmer’s resignation. He has refused to budge, but senior colleagues are trying to force a change. Wes Streeting resigned as health secretary in May, saying that “where we need vision, we have a vacuum.”</p><p>Then Josh Simons, the Labour lawmaker for Makerfield, stepped down to trigger a special election and give Burnham the chance to return to Parliament.</p><p>Britain’s parliamentary system allows governing parties to change leader midterm, with the winner becoming prime minister without the need for a national election. Under Labour rules, a lawmaker can challenge the leader if they have backing from a fifth of the party’s House of Commons lawmakers — a number that stands at 81.</p><p>Streeting said Tuesday that he hopes Starmer will agree to step down, but that if he doesn’t, “there will need to be a contest, and I would be prepared to do that.”</p><p>A Burnham victory will pile pressure on Starmer to quit</p><p>Streeting is an assured communicator with a base of support among parliamentary colleagues, but Burnham is considered the more likely successor.</p><p>The 56-year-old politician nicknamed the “King of the North” has led Manchester since 2017, overseeing rapid regeneration for the city where the Industrial Revolution was forged. Burnham is pledging to repeat his signature brand of “Manchesterism” on a national scale.</p><p>“It’s not right, the way the country has been run,” Burnham said on the campaign trail last week, claiming “London-centric politics” has failed other regions of the U.K.</p><p>Starmer, meanwhile, has tried to keep calm and carry on, insisting during a G7 summit in France this week that he has no intention of leaving his post.</p><p>“I will fight if there’s a challenge,” he said. “We won a significant general election result in 2024, with a mandate to bring about change. I’m not going to walk away from that.”</p><p>Starmer suggested that he could offer Burnham a Cabinet post if he wins, telling Sky News on Wednesday that “I want him to have a big role in government.” Allies of Burnham indicated that he wasn’t interested.</p><p>Rob Ford, professor of political science at the University of Manchester, said that if Burnham wins convincingly, “the pressure on Starmer will be very hard to resist.</p><p>“Starmer can say all that he likes that he wants to carry on,” Ford said. “But if the entire Cabinet turns around and says, ‘We’re not going to serve under you and we think you should go,’ then either he’ll go with dignity or go without dignity, but he’ll end up having to go quite quickly.”</p><p>Reform UK poses a challenge to Labour</p><p>Burnham’s victory isn't a given. The Makerfield area has elected Labour lawmakers for more than a century, but Reform UK has rapidly gained ground in post-industrial northern England, winning big in local elections last month.</p><p>Reform candidate Rob Kenyon, a local plumber, is hoping to tap into concerns about immigration — frequently expressed by voters despite relatively low numbers of immigrants in Makerfield. But Reform faces a challenge from Restore, an even more hard-line, anti-immigration and ethnonationalist party to its right.</p><p>A Burnham victory would be bad news for Starmer. But Ford said that a Reform win in Makerfield would spell “Gotterdammerung, apocalypse, disaster, chaos” for the Labour Party.</p><p>“Andy Burnham is miles more popular than every other (leadership) candidate available. Miles better known, miles better liked,” he said.</p><p>“If Reform take him out, then simultaneously you have a situation where the Reform threat looks much graver, and the best person available to combat the Reform threat has failed.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27ZXHMYY5BRUJ2P3RE4YUH4DGM.jpg?auth=e92b8ef686a9edebb07540851da3998ff99f2806d9cb260a39c8fd5ec7cc8003&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Labour candidate Andy Burnham stands in front of supporters during the by-election in Makerfield, England, Thursday, June 18, 2026 where voters are choosing a new lawmaker with Andy Burnham of the Labour Party as the leading contender.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JWFVJ3EJN2ZRP3KSAICLLCIIQA.jpg?auth=5f5454919e0acc5da1356af24e07c95999447982c7a577f4d68cc3246e3f9984&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform Party leader Nigel Farage and local candidate Rob Kenyon flash a thumbs up at a polling station fduring the by-election in Makerfield, England, Thursday, June 18, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4BM3PRP5QKR7S5L6N2RXI6YRXY.jpg?auth=3465ca24f032c074af60313d5e0225825cc5c68f06d9507091465b5edd834fb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter waits outside the Hindley Community Fire station which is converted into a polling station for the by-election in Makerfield, England, Thursday, June 18, 2026 where voters are choosing a new lawmaker with Andy Burnham of the Labour Party as the leading contender.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYNKSWCRNQENUBVWIHOYSPSTCU.jpg?auth=78285aa40a4bdd7ae4baa2678fb1efa28f1ab9f90db549dd3ff23d7e8f073440&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour's deputy leader Lucy Powell walks past the headquarters during the by-election in Makerfield, England, Thursday, June 18, 2026 where voters are choosing a new lawmaker with Andy Burnham of the Labour Party as the leading contender.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ATHC2RQ4BHRUC5MGENCP33RXRQ.jpg?auth=20b0b72d90244b3d7aa4960d33b14df6ef53177b3e6ecb5d47e59f3f93f8a3e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour Party campaigners take a selfie at their headquarters during the by-election in Makerfield, England, Thursday, June 18, 2026 where voters are choosing a new lawmaker with Andy Burnham of the Labour Party as the leading contender.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[Residents across South Florida report ash, poor air quality amid brush fires]]></title><link>https://www.local10.com/weather/2026/06/17/residents-across-south-florida-report-ash-poor-air-quality-amid-brush-fires/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/17/residents-across-south-florida-report-ash-poor-air-quality-amid-brush-fires/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Two large brush fires burning in Miami-Dade have blanketed parts of South Florida in smoke, driving down air quality and affecting communities across the region.]]></description><pubDate>Thu, 18 Jun 2026 03:37:29 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/">Two large brush fires</a> burning in Miami-Dade have blanketed parts of South Florida in smoke, driving down air quality and affecting communities across the region.</p><p>From Doral to areas in western Broward, thousands of residents have been impacted. The smoke has made it difficult for some to breathe, while vehicles have been left covered in ash as the haze spreads.</p><p>As the fires continue to burn, no one in the affected areas appears to be escaping the shroud of smoke hanging over the region.</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[Stocks rise on Wall Street, erasing much of their loss from a day earlier]]></title><link>https://www.local10.com/business/2026/06/18/stocks-rise-on-wall-street-erasing-much-of-their-loss-from-a-day-earlier/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/18/stocks-rise-on-wall-street-erasing-much-of-their-loss-from-a-day-earlier/</guid><dc:creator><![CDATA[By DAMIAN J. TROISE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Stocks rose on Wall Street Thursday, taking back most of their losses from a day earlier, and are on track to notch weekly gains.]]></description><pubDate>Thu, 18 Jun 2026 15:16:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Stocks rose on Wall Street Thursday, taking back most of their losses from a day earlier, and are on track to notch weekly gains.</p><p>The S&P 500 rose 1.1%. The Dow Jones Industrial Average rose 302 points, or 0.6%, as of 10:49 a.m. Eastern. The Nasdaq composite jumped 1.4%. Every major index is on track for weekly gains. U.S. markets will be closed Friday for Juneteenth.</p><p>The gains are helping to cut losses from a day earlier that were driven by anticipation that the Federal Reserve will likely raise interest rates this year in an effort to fight inflation. Bond yields are pulling back. That, along with falling oil prices, is relieving much of the pressure on stocks.</p><p>The gains were broad and being led by technology stocks. Intel surged 7% after President Donald Trump announced that the semiconductor giant will make chips for Apple in the U.S. Other big semiconductor companies gained ground. Nvidia rose 2.2% and Micron Technology surged 7.7%.</p><p>On the losing end, SpaceX fell for the second straight day since its ballyhooed debut on the U.S. stock market last week. The Elon Musk-led rocket maker and AI company was down 6.5% following a 4.9% loss Wednesday.</p><p>Crude oil prices continued to fall after the United States and Iran signed an agreement to end their war and reopen the Strait of Hormuz to oil tanker traffic. Brent crude, the international standard, fell 3% to $77.20 per barrel. U.S. benchmark crude fell 3.4% to $73.46 per barrel.</p><p>Easing oil prices are relieving pressure on companies that rely heavily on fuel. Airlines had some of the bigger gains. American Airlines rose 4% and United Airlines rose 4%. Cruise line company Carnival jumped 3.4%.</p><p>Energy companies, though, lost ground on falling oil prices. Exxon Mobil fell 2.7% and Chevron fell 2.1%.</p><p>Prices for crude oil are still above roughly $70 per barrel from before the war, but are well below the $100-plus price from a few weeks ago.</p><p>Higher oil prices had been weighing on markets throughout the U.S. war with Iran. The current deal between the nations waives sanctions against Iran and allows it to sell its oil freely. It also opens up the Strait of Hormuz, where a fifth of the world’s oil supply is shipped.</p><p>Rising energy costs have also been putting more pressure on already hot inflation. The average price of gasoline in the U.S. has dipped below $4 a gallon, but is still 25% higher from a year ago. Prices have been rising for a wide range of goods because of higher shipping costs.</p><p>Hotter inflation prompted the Federal Reserve to shift course from cutting its benchmark interest rate to likely raising rates by the end of the year. Lower interest rates can boost the economy by making borrowing easier for businesses and households, but it also tends to stoke inflation.</p><p>The Fed has been trying to balance its job of curbing inflation while supporting employment growth. The jobs market has remained relatively strong amid rising inflation, with low unemployment and solid job growth.</p><p>The central bank closed its two-day meeting on Wednesday by maintaining its benchmark interest rate at its current level. But it signaled that it will likely raise the rate at least once by December.</p><p>That prompted a jump in bond yields on Wednesday, but they eased on Thursday.</p><p>The yield on the 10-year Treasury fell to 4.43% from 4.49% late Wednesday. The yield on 2-year Treasury, which more closely tracks action by the Fed, fell to 4.15% from 4.20% late Wednesday.</p><p>Markets were mixed in Europe and Asia.</p><p>___</p><p>Senior Producer Mayuko Ono contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KS5ODJCYZZPLBSDLNYKBIVAOWI.jpg?auth=afb095095d8add6ed6dfe02f05fb7acbbf51848ffae1a4dd6d6dfd328ecd4468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Matthew Cheslock, right, works on the floor of the New York Stock Exchange, Tuesday, June 16, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Broward County pushes master plan as waste crisis nears tipping point]]></title><link>https://www.local10.com/news/local/2026/06/17/broward-county-pushes-master-plan-as-waste-crisis-nears-tipping-point/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/broward-county-pushes-master-plan-as-waste-crisis-nears-tipping-point/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[South Florida, like much of the world, is grappling with a growing solid waste crisis.]]></description><pubDate>Thu, 18 Jun 2026 02:44:23 +0000</pubDate><content:encoded><![CDATA[<p>South Florida, like much of the world, is grappling with a growing solid waste crisis.</p><p>Some cities recycle. Some don’t. And as landfills near capacity, officials say solutions need to be found quickly.</p><p>Broward County believes it has one.</p><p>The county’s Solid Waste Authority has unveiled a master plan aimed at tackling Broward’s growing trash problem, but its future depends on whether enough cities choose to embrace it.</p><p>Broward County generates about 20,000 pounds of waste every minute, or roughly 5 million tons a year, and officials say the situation is reaching a critical point.</p><p>“We’re at a critical juncture right now,” said Mike Ryan, mayor of Sunrise and chairman of the Broward Solid Waste Authority.</p><p>“We’re running out of landfill capacity and we’re running out of the ability to burn our way out of this,” Ryan said.</p><p>The crisis prompted action in 2023 when Broward County and 28 cities joined forces to create the Solid Waste Authority, launching an effort to reduce waste, boost recycling and divert more trash from landfills.</p><p>“When we realized what a crisis we are facing, both economically and environmentally, the cities came back together to try to figure out can we fix this fragmented system and work better together than separately?” Ryan said.</p><p>The result is a master plan that would guide Broward County’s waste management strategy for the next four decades.</p><p>“The master plan recognizes that we have to do better at diverting our trash from the landfill and waste energy. We have to do better at recycling and repurposing, and ultimately we have to do better at controlling our economic destiny,” Ryan said.</p><p>At the heart of the plan is a push to reduce waste and dramatically expand recycling efforts.</p><p>“The state goal is 75% to 70%. Right now, if we’re getting credit for what we’ve burned, we’re at 39%. If you don’t have the credit for what we’ve burned, we’re below 30%,” Ryan said.</p><p>Ryan warned that as landfill capacity shrinks and disposal options become more limited, the cost of handling Broward’s waste could eventually become unsustainable for residents and businesses.</p><p>“The brilliance of this plan is that when we combine our tonnage, and we work together, we can get the best pricing,” Ryan said. “But we can also extract the value that is in trash. And trash is a series of commodity streams.”</p><p>The Solid Waste Authority says the plan is already proving its value through partnerships with the Florida Panthers and City Furniture. Now it needs buy-in from Broward cities.</p><p>So far, the response has been unanimous. All 15 municipalities that had voted approved the plan, as did Broward County.</p><p>“So our work right now is to convince the rest of the cities not only is this a good plan to tackle recycling, but that it’s necessary to protect our residents and our businesses from skyrocketing trash costs that are going to come,” Ryan said.</p><p>The authority is also taking its message into Broward classrooms, encouraging students to become ambassadors for the effort.</p><p>“I’m here to encourage my peers and also the students in Broward County to sort of stand up and also use their voice,” said Fort Lauderdale High School student Mikyle Sukoo.</p><p>“If we do not start recycling, if we do not start advocating for ourselves, that we are going to grow in a deep, deep hole,” Sukoo said.</p><p>Students like Sukoo are attending city commission meetings and urging officials to consider their future when voting on the master plan.</p><p>“If the commissioners see the urgency in the students, you know, that the students advocating for this and fighting for this, they’re going to want to say yes. They’re gonna lean toward yes more,” Sukoo said.</p><p>The master plan requires approval from enough cities to represent 80% of Broward County’s 2 million residents. The deadline is Aug. 14.</p><p>If that threshold is not reached, the Solid Waste Authority and its master plan will be dissolved.</p><p>“Our hope is that the cities recognize not only is this good for the environment, but it’s good economics,” Ryan said.</p><p>“This is a once-in-a-generation opportunity to make the right decision.”</p><p>Wednesday night, Coral Springs voted unanimously to approve the master plan, bringing the total number of participating cities to 16.</p><p>Pembroke Pines, Pompano Beach and Hallandale Beach are the only Broward cities not part of the Solid Waste Authority. If the plan passes, they can join at any time.</p><p>Residents who want more information can click <a href="https://browardswa.org/broward-recycles/" target="_self" rel="" title="https://browardswa.org/broward-recycles/">here.</a></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[Taiwan needs US weapons for self-defense as threat from China grows, diplomat tells AP]]></title><link>https://www.local10.com/news/world/2026/06/18/taiwan-needs-us-weapons-for-self-defense-as-threat-from-china-grows-diplomat-tells-ap/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/taiwan-needs-us-weapons-for-self-defense-as-threat-from-china-grows-diplomat-tells-ap/</guid><dc:creator><![CDATA[By DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Taiwan needs to purchase American weapons to ensure its self-defense in the face of a growing threat from Beijing, the island's top diplomat in the U.S. said, adding that he has seen no change in Washington's policy toward the self-governing island that China claims as its own.]]></description><pubDate>Thu, 18 Jun 2026 11:09:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Taiwan needs to purchase American weapons to ensure its self-defense in the face of a growing threat from Beijing, the island's top diplomat in the U.S. said, adding that he has seen no change in Washington's policy toward the self-governing island that China claims as its own.</p><p>A $14-billion arms sale package to Taiwan is still in limbo after President Donald Trump returned from Beijing in May and said he had discussed the proposal “in great detail” with Chinese leader Xi Jinping, heightening anxieties in Taiwan and raising concerns among lawmakers on the Capitol Hill.</p><p>“We need those arms for defensive purposes,” Alexander Yui Tah-ray, who heads the Taipei Economic and Cultural Representative Office in the U.S., told The Associated Press in an interview Wednesday in Washington. “We're trying to increase our defense expenditure. We try to increase our ability to defend ourselves better and survive times of crisis.”</p><p>The United States, like most countries, does not officially recognize Taiwan as a country. China prohibits any state it has diplomatic relations with from having formal ties with Taipei. But the U.S. is the island's strongest informal backer and arms provider.</p><p>Yui, while not formally an ambassador to the U.S., acts as Taiwan's top envoy in Washington.</p><p>The Trump administration has not moved forward with the $14 billion weapons sale proposal approved by senior lawmakers earlier this year. Trump has described the sale as a “very good negotiating chip” with China.</p><p>Washington is obligated by domestic law to provide Taiwan with sufficient hardware to deter aggression from China, which claims sovereignty over the island and vows to seize it, by force if necessary, to achieve what it considers to be unification. Beijing has always opposed U.S. arms sales to Taiwan, which has never been under China's communist rule.</p><p>Taiwanese diplomat says the island won't wait for ‘the U.S. cavalry’</p><p>Yui said Taiwan is aware that it must defend its territory.</p><p>“This is our responsibility, so we will not wait and depend for the U.S. cavalry to come and save us,” he said. “That’s why we’re willing to acquire, to buy U.S. equipment and arms to make ourselves stronger.”</p><p>Yui said the weapons sales need to be “commensurate” to the threat level, which is “actually pretty high” from China.</p><p>“First and foremost, we’re not the aggressors. It is the People's Republic of China who is sending all the planes and ships,” he said. “They're the ones huffing and puffing. They are the ones who’s trying to annihilate our freedom and democracy in Taiwan.”</p><p>China sends warships and military aircraft near Taiwan almost daily and has conducted major military exercises around the island in recent years.</p><p>Beijing sees the island as a core interest and has criticized those supporting Taiwanese independence for causing instability in the Taiwan Strait.</p><p>Taiwan diplomat sees no change in the US position toward the island</p><p>Yui stressed that there had been no changes to the U.S. position on Taiwan and that the Taiwanese government will respect the Trump administration's “tempo” in making announcements.</p><p>The arms sale has broad support in Congress, with lawmakers raising concerns to Secretary of State Marco Rubio at a hearing this month. Rubio affirmed that U.S. policy on Taiwan has not changed and that Washington does not “consult with the Chinese on these arms deals.”</p><p>“We’re aware of their position. They talk about it all the time,” Rubio said of Beijing. “They are not negotiated, and they are not consulted.”</p><p>Rubio said the proposal was not held up but under review and that the administration had other factors to weigh.</p><p>“It includes the availability of the stocks in the short term,” Rubio said of U.S. weapons stockpiles, which have been drawn down during the Iran war. “We have to balance that with our own procurement process.”</p><p>The administration did approve a separate $11 billion arms sale package to Taiwan in December that included high-mobility artillery rocket systems, or HIMARS, and howitzers.</p><p>Taiwan's President Lai Ching-te on Thursday told reporters his administration maintains close contact with the U.S.</p><p>"We hope the arms purchase from the U.S. can be approved as soon as possible," he said.</p><p>Chinese Foreign Ministry spokesperson Lin Jian called it “a dead end” for the Taiwanese government to seek independence by relying on the U.S. and through military means. "China’s opposition to American arms sales to Taiwan is consistent and clear," he said.</p><p>Yui is navigating the second Trump presidency</p><p>Yui arrived in Washington in late 2023 during Joe Biden's presidency. Biden had said several times that he would send troops to the island if Beijing attacked.</p><p>Now, Yui is navigating the caprices of the second Trump administration, which has struck a more conciliatory tone with Beijing following an intense trade war marked by tit-for-tat tariffs.</p><p>As much as Trump has raised eyebrows by ignoring a Reagan-era promise not to agree to prior consultation with Beijing on arms sales to Taiwan, he also said he could call Taiwan's President Lai, breaking a decades-long practice that no sitting U.S. president has directly spoken with the leader of the island.</p><p>In its national defense strategy published in January, the Pentagon said it seeks to deter China through strength, not confrontation. It says the U.S. “will build, posture, and sustain a strong denial defense” along a strategic line of islands, including Taiwan, to keep China out of the wider Pacific Ocean.</p><p>Yui ascribed what appears to be mixed messages to Trump's outside-of-the-box style but expressed confidence in Taiwan-U.S. relations.</p><p>“It's important to look at the actions, what is happening, not just the rhetoric,” Yui said. “The big stick is still there.”</p><p>___</p><p>Associated Press writer Simina Mistreanu in Taipei, Taiwan contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QNOFEP2ERY6GJC46P5APJB4GMU.jpg?auth=7170f74c0b24a8dc6f9a20587a14cd04fc7f2d2c47e44a291fdd833b142da799&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taiwan's top diplomat in Washington, Alexander Yui Tah-ray speaks during an interview, Wednesday, June 17, 2026, at the Twin Oaks Estate in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XKZKAJJ55RWI6TTYPR3ANKE5CI.jpg?auth=27326bf9a49f1adf3775492cbbd2270e8f1065a7db0319a805f5b7a92eae45ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taiwan's top diplomat in Washington, Alexander Yui Tah-ray speaks during an interview, Wednesday, June 17, 2026, at the Twin Oaks Estate in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D73H4ZCZEDREO3GEDNTD6BPP6Y.jpg?auth=4235dfddb15702864b32ec162ecb0d4b6f430c8b38443f7729f7bde6fc39d3f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taiwan's top diplomat in Washington, Alexander Yui Tah-ray poses for a portrait, Wednesday, June 17, 2026, at the Twin Oaks Estate in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLF3VVBDA45VC3CHLON65SYZSM.jpg?auth=5e6e5634e0e6232aecbf4a482fcbd8d6b2c61d04ae674760dc9dedce7a2467bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taiwan's top diplomat in Washington, Alexander Yui Tah-ray speaks during an interview, Wednesday, June 17, 2026, at the Twin Oaks Estate in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNKAW6UGC45SPAPTTC65K2Q2CU.jpg?auth=d4d1db5474a989c14abd730b58b5c54bd35131215ee16fa43cddf4ec0c67077a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taiwan's top diplomat in Washington, Alexander Yui Tah-ray speaks during an interview, Wednesday, June 17, 2026, at the Twin Oaks Estate in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[2 wildfires burn 16,400 acres in western Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[As a gray cloud of smoke expanded to pollute the air in South Florida, two active wildfires had burned 13,900 acres by Wednesday afternoon in western Miami-Dade County, according to the Florida Fire Service. ]]></description><pubDate>Wed, 17 Jun 2026 19:53:31 +0000</pubDate><content:encoded><![CDATA[<p>Two wildfires, one starting on Sunday, burned 16,400 acres by Wednesday night in western Miami-Dade County, <a href="https://ffs.firesponse.com/public/summary" target="_self" rel="" title="https://ffs.firesponse.com/public/summary">according</a> to the Florida Forest Service. </p><p><a href="https://www.local10.com/espanol/2026/06/17/dos-incendios-forestales-queman-13900-acres-en-el-oeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/dos-incendios-forestales-queman-13900-acres-en-el-oeste-de-miami-dade/">Leer en español</a></p><p>Carolina Herrera said she lives with an autoimmune condition. She was walking her dog in her community near the Turnpike in Miami-Dade.</p><p>“At least the last three days, my eyes have been itchier than usual,” Herrera said. </p><p>The first of two wildfires started during a thunderstorm on Sunday after lightning struck near the Metrowest Detention Center, according to Miami-Dade Fire Rescue Chief Ray Jadallah. </p><p>The larger wildfire was 50% contained and had burned 15,900 acres, <a href="https://ffs.firesponse.com/public/summary" target="_self" rel="" title="https://ffs.firesponse.com/public/summary">according</a> to FFS. The smaller wildfire, which started on Tuesday, was 25% contained and had burned 500 acres.</p><p><b>Related story</b>:<a href="https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/"> Smoke pollution increases health risks in Broward, chief warns </a></p><p>The smoke prompted a “moderate”<a href="https://fire.airnow.gov/#10.02/25.8466/-80.3642" target="_self" rel="" title="https://fire.airnow.gov/#10.02/25.8466/-80.3642"> air quality</a> alert in South Florida, which impacts those who are unusually sensitive to particle pollution, <a href="https://www.airnow.gov/?reportingArea=Miami&amp;stateCode=FL" target="_self" rel="" title="https://www.airnow.gov/?reportingArea=Miami&amp;stateCode=FL">according</a> to the U.S. Environmental Protection Agency. </p><p>MDFR personnel warned that the smoke was lifting as temperatures increased and asked residents to “limit time outdoors, keep doors and windows closed, and set air conditioning systems to recirculate indoor air.</p><p>“Carry your inhaler with you and be mindful of your normal activities if they are getting harder than they usually would be,” said Dr. <a href="https://www.browardhealth.org/find-a-doctor/profile/tyler-haertlein/642045" target="_self" rel="" title="https://www.browardhealth.org/find-a-doctor/profile/tyler-haertlein/642045">Tyler Haertlein</a>, an emergency medicine physician at Broward Health. </p><p>MDFR deployed about seven dozen units to the area of Northwest 137 Avenue and 25 Street, <a href="https://www.miamidade.gov/firecalls/calls.html" target="_self" rel="" title="https://www.miamidade.gov/firecalls/calls.html">according</a> to the active dispatch calls log. </p><p>Miami-Dade Sheriff’s Office deputies asked people to avoid the area and slowing down to take pictures. </p><p>Drivers reported the smoke affected visibility early on Wednesday morning along the Florida Turnpike near Hialeah. </p><p>On Wednesday afternoon, the Florida Highway Patrol temporarily closed and reopened Krome Avenue at mile marker 23. </p><p><b>Fires and weather</b></p><p><b>Fires and traffic</b> </p><p><b>Useful link:</b> <a href="https://fl511.com/" target="_self" rel="" title="https://fl511.com/">Temporary road closures possible</a></p><p><b>Related social media posts</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">MDFR continues to work alongside the <a href="https://x.com/FLForestService?ref_src=twsrc%5Etfw">@FlForestService</a> to battle the two brush fires in western Miami-Dade County.<br><br>MDFR has deployed multiple resources to support firefighting efforts, including water tender trucks to provide steady water supply, and fire engines working to… <a href="https://t.co/zy1dASlLYN">pic.twitter.com/zy1dASlLYN</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2067328983562137759?ref_src=twsrc%5Etfw">June 17, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Miami-Dade Fire Rescue and <a href="https://x.com/FLForestService?ref_src=twsrc%5Etfw">@FLForestService</a> continue battling two grass fires in West Miami-Dade near NW 137 Avenue and NW 41 Street, and NW 122 Avenue and NW 58 Street. <br><br>As temperatures rise throughout the day, smoke is expected to lift, but those in nearby communities may… <a href="https://t.co/IjBkv9NYdu">pic.twitter.com/IjBkv9NYdu</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2067234836595581094?ref_src=twsrc%5Etfw">June 17, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026 Group L: England and Ghana each gets 3 points]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group L competing to move forward to the FIFA World Cup 2026 Round of 32 are England (4), Croatia (10), Ghana (72), and Panama (30).]]></description><pubDate>Fri, 05 Dec 2025 19:45:58 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group L competing to move forward to the FIFA World Cup 2026 Round of 32 are England (4), Croatia (10), Ghana (72), and Panama (30).</p><h3><b>Group stage matches</b></h3><p><b>JUNE 17</b>: DAY 1</p><p><b>Ghana gets 3 points after 1-0 win against Panama </b></p><p><b>England gets 3 points</b></p><figure><img src="https://www.local10.com/resizer/v2/42NOCX6IHA4M36RNFVGOEOWS44.jpg?auth=7dbffeb7f0605d508a29d1f167940d4e75aad8665bc653b705974ad291efea47&smart=true&width=1200&height=900" alt="England's Harry Kane (9) celebrates after scoring a goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 2026. (AP Photo/Tony Gutierrez)" height="900" width="1200"/><figcaption>England's Harry Kane (9) celebrates after scoring a goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 2026. (AP Photo/Tony Gutierrez)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/17/harry-kane-ties-englands-record-for-world-cup-goals-in-4-2-win-over-croatia/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/harry-kane-ties-englands-record-for-world-cup-goals-in-4-2-win-over-croatia/">Harry Kane ties England’s record for World Cup goals in 4-2 win over Croatia</a></li></ul><p><b>The next matches</b></p><p><b>JUNE 23</b>: DAY 2</p><p>England vs. Ghana is at 4 p.m. </p><p>Panama vs. Croatia is at 7 p.m. </p><p><b>JUNE 27</b>: DAY 3</p><p>Panama vs. England is at 5 p.m. </p><p>Croatia vs. Ghana is at 5 p.m.</p><h3><b>Track the groups’ progress</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></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4LJGQ6KFJAIZPMMVW2QAISNCQ.jpg?auth=2cd134fab9bd82ff66e33abf7f519ffb1a0513452c3c83acc0ac8f75db53d084&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Los Angeles warehouse fire prompts shelter-in-place orders due to hazardous air]]></title><link>https://www.local10.com/news/2026/06/18/los-angeles-warehouse-fire-prompts-shelter-in-place-orders-due-to-hazardous-air/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/18/los-angeles-warehouse-fire-prompts-shelter-in-place-orders-due-to-hazardous-air/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A fire at a massive warehouse blackened the skies near downtown Los Angeles on Wednesday afternoon, prompting shelter-in-place orders in the area due to the risk of hazardous air.]]></description><pubDate>Thu, 18 Jun 2026 05:54:55 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A fire at a massive warehouse blackened the skies near downtown Los Angeles on Wednesday afternoon, prompting shelter-in-place orders in the area due to the risk of hazardous air.</p><p>Los Angeles firefighters responded around 2:30 p.m. to the blaze, which was sending large plumes of dark smoke into the air in the Boyle Heights neighborhood. Local news stations showed smoke billowing from the burning roof of the warehouse, which was covered in solar panels.</p><p>Officials issued an alert to the area shortly after, warning of “hazardous materials nearby.” Residents were told to close all windows, doors and vents, turn off air conditioning and bring people and pets to an inside room.</p><p>Los Angeles Fire Department spokesperson Jennifer Middleton said there was previous concern over the fire burning an ammonia line, but that danger had “dissipated.” The roof blaze had been extinguished by late afternoon and firefighters were entering the building to assess the interior, Middleton said.</p><p>The building at the address is listed online as a cold storage warehouse owned by Lineage Logistics for the transport of frozen or other temperature-controlled goods. It contains 491,000 square feet (45,600 square meters) of warehouse space, according to its website. The company did not immediately respond to an emailed request for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7HUQ5VPNDBKK42NKHQBDFHAOCU.jpg?auth=224577bc104614c7ca826e61d4403e9d363533d60d5c5f5a85e3c9941cadf34c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crews work a warehouse fire in the Boyle Heights section of Los Angeles on Wednesday, June 17, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GIDUS5PK5KDAWQHRGBXUJZ2IUY.jpg?auth=26fa90c66eeec3d1bb6e11e31f35d4c11cee2c8eafe03c4585a7f807c9faddef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sky is filled with smoke from a warehouse fire in Los Angeles on Wednesday, June 17, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YSQRLNNA5IJAOXUXTQKCPXQHHI.jpg?auth=2011d2b735fd3ca08e2aed567502e3d7ff3a897b9b14f7ed2bcaaf4c59ff9a4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Water is dropped by helicopter at a warehouse fire in the Boyle Heights section of Los Angeles on Wednesday, June 17, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7RJYQSQNZDWHA4BUKNDLYQUBKY.jpg?auth=790f07999a8873637dd2ff17b8366663fc905538721bd37a11b5a4e0ce5456b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crews work a warehouse fire in the Boyle Heights section of Los Angeles on Wednesday, June 17, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZZWR6UOJ274PHU6HL2VSVSNUU.jpg?auth=f4efc4ff648dbc1fe080be9974ec84c954433dd5d4a792b859150ccd79628caf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wear masks near the site of a warehouse fire in the Boyle Heights section of Los Angeles on Wednesday, June 17, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup referee’s treatment of Messi raises red card question]]></title><link>https://www.local10.com/sports/local/2026/06/17/fifa-world-cup-referees-treatment-of-messi-raises-red-card-question/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/17/fifa-world-cup-referees-treatment-of-messi-raises-red-card-question/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A day after his FIFA World Cup 2026 debut, slow-motion replays fueled a dilemma about how a referee should have disciplined Lionel Messi.]]></description><pubDate>Thu, 18 Jun 2026 00:19:34 +0000</pubDate><content:encoded><![CDATA[<p>A day after his <a href="https://www.local10.com/sports/2026/06/17/lionel-messi-ties-mens-world-cup-goals-record-with-a-hat-trick-as-argentina-tops-algeria/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/lionel-messi-ties-mens-world-cup-goals-record-with-a-hat-trick-as-argentina-tops-algeria/">FIFA World Cup 2026 debut</a>, slow-motion replays fueled a dilemma about how a referee should have disciplined Lionel Messi.</p><p>About 30 minutes into 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> opening match against Algeria, a referee awarded a free-kick to Algeria over <a href="https://www.facebook.com/watch/?v=2091404071407348" target="_self" rel="" title="https://www.facebook.com/watch/?v=2091404071407348">the Argentine superstar’s foul</a>. </p><p>The referee’s response to the legend prompted Hugo Broos, South Africa’s coach, to appeal Themba Zwane’s <a href="https://www.youtube.com/watch?v=0O5iSW47Uis" target="_self" rel="" title="https://www.youtube.com/watch?v=0O5iSW47Uis">June 11 red card,</a> which bans him for three matches. </p><p>“The red card is too severe. I saw back the situation where Themba got the red card. I don’t think it was a red card,” Broos <a href="https://apnews.com/hub/fifa-world-cup" target="_self" rel="" title="https://apnews.com/hub/fifa-world-cup">told reporters</a>. “When I see what happened yesterday with Messi, then I don’t agree.”</p><p>Messi, 38, who made FIFA history as the first man to play in six different World Cups, <a href="https://www.facebook.com/watch/?v=4431580677109972" target="_self" rel="" title="https://www.facebook.com/watch/?v=4431580677109972">stepped on Algeria national team captain Aïssa Mandi’s right calf.</a></p><p>Szymon Marciniak, a Polish association referee, gave Messi a warning. </p><p>The referee’s choices also included daring to give the star a red card for intentional violence or excessive force, or a yellow card for reckless misconduct. </p><p>“I think there was not even a VAR with Messi,” Broos said. “I don’t want Messi to get a red card because that player has to be on the pitch, and you saw yesterday what a wonderful player he is. But, yeah, what is the difference here?”</p><p>Messi scored his 14th, 15th, and 16th World Cup goals during his 27th World Cup match on Tuesday, and <a href="https://www.local10.com/sports/2026/06/16/messi-has-his-first-world-cup-hat-trick-as-defending-champion-argentina-beats-algeria-3-0-in-opener/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/messi-has-his-first-world-cup-hat-trick-as-defending-champion-argentina-beats-algeria-3-0-in-opener/">Argentina defeated Algeria 3-0</a>. </p><p>Before Broos’s appeal, and during the match, commentators raised similar questions about the foul. Patrick Ittrich, a former German association referee, told the DPA press agency he felt strongly about it. </p><p>“By the letter of the law, that is a red. If I had seen it like that on the pitch, I would have shown red,” <a href="https://sports.yahoo.com/articles/messi-sent-off-says-german-105628761.html" target="_self" rel="" title="https://sports.yahoo.com/articles/messi-sent-off-says-german-105628761.html">Ittrich said</a>. “If the referee had shown red, it definitely would not have been overturned.”</p><p><b>Related coverage</b></p><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/sports/2026/06/16/messi-has-his-first-world-cup-hat-trick-as-defending-champion-argentina-beats-algeria-3-0-in-opener/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/messi-has-his-first-world-cup-hat-trick-as-defending-champion-argentina-beats-algeria-3-0-in-opener/">Messi has his first World Cup hat trick as defending champion Argentina beats Algeria 3-0 in opener</a></li><li><a href="https://www.local10.com/sports/2026/06/16/argentina-is-defending-its-world-cup-title-and-its-fans-are-more-obsessed-than-ever/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/argentina-is-defending-its-world-cup-title-and-its-fans-are-more-obsessed-than-ever/">Argentina is defending its World Cup title, and its fans are more obsessed than ever</a></li><li><a href="https://www.local10.com/sports/2026/06/17/lionel-messi-ties-the-world-cup-goals-record-with-an-incredible-hat-trick-as-argentina-tops-algeria/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/lionel-messi-ties-the-world-cup-goals-record-with-an-incredible-hat-trick-as-argentina-tops-algeria/">Lionel Messi ties men’s World Cup goals record with a hat trick as Argentina tops Algeria</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=5ZFIh8nWUvs" target="_self" rel="" title="https://www.youtube.com/watch?v=5ZFIh8nWUvs">Messi’s opening goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=fqk4Ag-Y6CA" target="_self" rel="" title="https://www.youtube.com/watch?v=fqk4Ag-Y6CA">Messi’s hat trick</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYKN2R3CS63YLCQ6PLOQTZOOOQ.jpg?auth=7021bf68aa2e703bedada81eb803e9489fa23e6bebe5e3424b4e88fdbf556916&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi reacts after scoring his third goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Comedy trailblazer Tom Dreesen, Sinatra’s longtime opening act, dies at 86]]></title><link>https://www.local10.com/entertainment/2026/06/17/comedy-trailblazer-tom-dreesen-sinatras-longtime-opening-act-dies-at-86/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/17/comedy-trailblazer-tom-dreesen-sinatras-longtime-opening-act-dies-at-86/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Tom Dreesen, who along with partner Tim Reid formed one of America's first interracial stand-up comedy duos and later spent years as Frank Sinatra's opening act, died Wednesday. He was 86.]]></description><pubDate>Thu, 18 Jun 2026 00:27:43 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Tom Dreesen, who along with partner Tim Reid formed one of America's first interracial stand-up comedy duos and later spent years as Frank Sinatra's opening act, died Wednesday. He was 86.</p><p>Dreesen died at his home in Los Angeles, according to publicist Lori De Waal. A cause of death was not provided.</p><p>After meeting in Chicago, Dreesen and Reid, who was Black, formed “Tim and Tom” in 1969. Against a backdrop of simmering racial tension, they used humor to address social issues and promote understanding between audiences of different backgrounds. They worked together until the mid-1970s. Reid went on to solo success playing DJ Venus Flytrap on the popular TV sitcom “WKRP in Cincinnati,” where Dreesen was a guest star.</p><p>“When I was a kid I found an album he and his comedy partner did called Tim and Tom and took it home and played it and it was one of the albums that changed the course of my life. So great,” comedian and filmmaker Mike Binder wrote on X.</p><p>After splitting with Reid, Dreesen honed a solo comedy act, making over 500 national TV appearances, including 60 visits to “The Tonight Show Starring Johnny Carson." He also was a frequent guest and sometime guest host on “The Late Show with David Letterman." Their friendship dated to the early 1970s when both worked at The Comedy Store in West Hollywood, California.</p><p>Dreesen's final TV appearance came last week on “Comics Unleashed with Byron Allen,” which replaced Stephen Colbert's canceled CBS late-night show.</p><p>Dreesen was Sinatra's opening act for 14 years and became close with the entertainer.</p><p>“If he loved you, he worshipped the ground you walked on,” Dreesen told The Desert Sun newspaper in 2014. ”In a lot of ways, he was like a father to me. I didn’t have a father that really cared that much where I was and what I did. But Frank would give me advice and counsel, and then he was a buddy in a lot of ways. I thought the world of him."</p><p>Dressen also toured with Sinatra's fellow Rat Pack member Sammy Davis Jr., as well as Liza Minnelli, Smokey Robinson, Gladys Knight and Tony Orlando.</p><p>“He was one of the most brilliant comedians of all time. Tonight, he'll once again be opening for Dean, Frank and Sammy,” Deana Martin, a daughter of Dean Martin, posted on X.</p><p>In 2008, he co-wrote the book “Tim and Tom: An American Comedy Act in Black and White” and in 2020 he authored his memoir.</p><p>Dreesen acted in such TV shows as “Columbo,” “Murder, She Wrote," and “Touched by an Angel.” His film roles included “Spaceballs,” “Man on the Moon” and “Trouble With the Curve,” as well as the HBO movies “The Rat Pack” and “Lansky.”</p><p>Dreesen was active in charitable work, motivational speaking and veterans’ causes, including serving as ambassador for the Gary Sinise Foundation.</p><p>"America lost one of our great comedians and patriots, and I lost a dear friend,” Sinise posted on X.</p><p>He was born on Sept. 11, 1939, in Chicago and raised as one of eight children in suburban Harvey. He enlisted in the U.S. Navy at age 17 and after getting out in 1960 he returned home to work a series of jobs, including selling insurance.</p><p>Dreesen is survived by daughters Amy and Jennifer from his marriage to Maryellen Subock, which ended in divorce in 1984, as well as seven grandchildren. He was preceded in death by his son Tommy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SE3E2Y3SJUE3ZY7QPO7LZBCTIY.jpg?auth=6f3223485a47df6a0e9fed7298df72fa062571891473c1738ccf3fb65ea6aafa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Comedian Tom Dreesen talks to the media during a news conference in La Quinta, Calif., on Jan. 18, 2011. (AP Photo/Chris Carlson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[Brunson and Hart throw out first pitches at Yankee Stadium as Knicks celebrate NBA title]]></title><link>https://www.local10.com/sports/2026/06/17/brunson-and-hart-throw-out-first-pitches-at-yankee-stadium-as-knicks-celebrate-nba-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/17/brunson-and-hart-throw-out-first-pitches-at-yankee-stadium-as-knicks-celebrate-nba-title/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The New York Knicks’ victory tour following their first NBA championship since 1973 made another stop Wednesday night when Jalen Brunson and Josh Hart threw out ceremonial first pitches at Yankee Stadium.]]></description><pubDate>Thu, 18 Jun 2026 03:01:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The New York Knicks’ victory tour following their first NBA championship since 1973 made another stop Wednesday night when Jalen Brunson and Josh Hart threw out ceremonial first pitches at Yankee Stadium.</p><p>Before the Yankees played the Chicago White Sox, Brunson and Hart were met with a standing ovation and loud cheers from fans as they took the field to a montage of highlights from the title run.</p><p>Standing in front of the mound and wearing Yankees pinstripes, Brunson made his toss to backup catcher J.C. Escarra while Hart threw to utilityman Max Schuemann.</p><p>“That was cool," outfielder Cody Bellinger said after New York's 10-5 victory. "Obviously, we’re all super tuned-in to the series and to the postseason. I saw them pregame and what they were able to accomplish is pretty amazing.”</p><p>Brunson and Hart were honored after the Knicks made appearances on NBC’s “The Today Show” and “Late Night with Jimmy Fallon” on Monday. Brunson and Hart along with starters Karl-Anthony Towns, Mikal Bridges and OG Anunoby also appeared on ABC’s “Good Morning America” on Monday.</p><p>The ceremony occurred a day before the Knicks will be honored with a massive ticker-tape parade in lower Manhattan. Mayor Zohran Mamdani predicted Thursday’s celebration could be “the largest parade in New York City history."</p><p>“Oh, I think’s it been awesome,” Yankees manager Aaron Boone said. “What a fun team to get behind and just the story of that team and how it’s kind of come together over the last couple of years and just a lot of grit, a lot of mental fortitude and to see the fanbase and then some galvanized around that club has been a lot of fun to witness.”</p><p>The parade will be the first for the Knicks, who won their first two NBA championships in 1970 and 1973. After those titles, then-Mayor John Lindsay celebrated the team at the mayoral mansion and City Hall.</p><p>Brunson threw out a first pitch for the second time since joining the Knicks. He also did it before a Mets-Yankees game in July 2024 shortly after signing a four-year, $156.5 million contract to stay with the Knicks.</p><p>Brunson averaged 32.6 points in New York’s five-game victory over the San Antonio Spurs in the NBA Finals and won MVP honors. He led the Knicks to a 94-90 victory in the clinching Game 5 by scoring 45 points.</p><p>Hart is a great-nephew of former Yankees catcher Elston Howard, whose No. 32 jersey is retired by the team. Howard is also honored with a plaque in Monument Park.</p><p>The Knicks finished 16-3 in the postseason, an .842 winning percentage that matched the 2024 Boston Celtics for second-best since the format changed to best-of-seven series in all NBA playoff rounds beginning in 2003. The 2017 Golden State Warriors went 16-1.</p><p>New York won 13 consecutive postseason games, second to Golden State's 15 in a row in 2017, and set records by winning nine straight road games and outscoring their postseason opponents by 283 points.</p><p>Brunson and the Knicks also pulled off several big comebacks on the way to their title.</p><p>“It’s just been a captivating run that they’ve been on and with a group that’s now been together for a couple of years and then on top of the 53 years since a championship, it’s been a great story and a fan base that has come to know several of these guys as they’ve kind of climbed that ladder to ultimately winning a championship,” Boone said. “So I think it’ll be one of the historic teams that we talk about when it comes to the NBA.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7APGNBE356WMHUWWHJZN6EIISQ.jpg?auth=26c59b9d165bf65e23b660ba0d6d89e5c192230a49d9ce4870144bea4af94990&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks' Josh Hart, right, and Jalen Brunson throw out a ceremonial first pitch before a baseball game between the Chicago White Sox and the New York Yankees Wednesday, June 17, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UY7VLFDKSCFB6GDKMMZ4LZOFNY.jpg?auth=a724b0d84042461489ce3c645d3f3feefcd968dc9b7ac7d69bfa009470c90436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks' Josh Hart, left, and Jalen Brunson, right, wait to throws out a ceremonial first pitch before a baseball game between the Chicago White Sox and the New York Yankees Wednesday, June 17, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KQNAGEYXDYNLINORPXHQOIVYE.jpg?auth=28a1d91c997983f5043b299c628e83a983c32617398cc23eac06b93540c2e74e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks' Jalen Brunson, left, and Josh Hart leave the field after throwing out a ceremonial first pitch before a baseball game between the Chicago White Sox and the New York Yankees Wednesday, June 17, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UQOL7KM7EM5NGXZJDHWRPEC47E.jpg?auth=da886a943b8674a514cce670a9717b36f1d74be7ea83b7bdffa86aebd091f7ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks' Josh Hart, left, and Jalen Brunson, right, wait to throw out a ceremonial first pitch before a baseball game between the Chicago White Sox and the New York Yankees Wednesday, June 17, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Wildfires prompt evacuations and road closures in South Florida ]]></title><link>https://www.local10.com/news/local/2026/06/17/wildfires-prompt-evacuations-and-road-closures-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/wildfires-prompt-evacuations-and-road-closures-in-south-florida/</guid><dc:creator><![CDATA[Caroline Coles, Andrea Torres]]></dc:creator><description><![CDATA[As two wildfires continued to burn on Wednesday in western Miami-Dade County, the Florida Forest Service teamed up with Florida Highway Patrol troopers, firefighters, and deputies. ]]></description><pubDate>Wed, 17 Jun 2026 23:20:20 +0000</pubDate><content:encoded><![CDATA[<p>As two <a href="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/">wildfires continued to burn</a> on Wednesday in western Miami-Dade County, the Florida Forest Service teamed up with Florida Highway Patrol troopers, firefighters, and deputies. </p><p>FHP troopers temporarily closed Krome Avenue, and Miami-Dade Sheriff’s Office deputies were notifying residents of recommended evacuations, as the direction of the flames changed. </p><p>“It was for the sanctity of life ... a majority of the homeowners heeded to our recommendation,” MDSO Assistant Chief Fernand Charles Jr. said on Wednesday during a news conference. </p><p>Marshall Jones told Local 10 News on Wednesday afternoon that the wildfire had prompted him to close and evacuate <a href="https://maps.app.goo.gl/G4u2YBHi2csy4hTF9" target="_self" rel="" title="https://maps.app.goo.gl/G4u2YBHi2csy4hTF9">Mack’s Fishing Camp</a> at Danell Lane, at the Miami-Dade and Broward County boundary. </p><p>Jones said the flames were “jumping over the conservation area” and he saw Broward County Sheriff’s Office Fire Rescue personnel responding. </p><p><i>Local 10 News Assignment Editor Wilson Louis contributed to this report. </i></p><p><b>More on the wildfires</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/">Wildfires burn ‘just under’ 14,000 acres in western Miami-Dade</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/">Fire chief warns Miami-Dade smoke pollution keeps moving to Broward</a></li></ul><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d164710.30709375185!2d-80.59384197168613!3d25.962880261568944!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9988005e28e11%3A0x6de1f6ac88ed1363!2sMack&#39;s%20Fish%20Camp%20-%20Gladesmen%20Airboat%20Tours!5e1!3m2!1sen!2sus!4v1781738474893!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Changing weather conditions are impacting visibility across portions of Miami-Dade. Use caution on the roads, allow extra travel time, and be prepared for rapidly changing conditions. <a href="https://t.co/Mnjbp2B9Za">https://t.co/Mnjbp2B9Za</a></p>&mdash; Miami-Dade County EM (@MiamiDadeEM) <a href="https://x.com/MiamiDadeEM/status/2067372538716418157?ref_src=twsrc%5Etfw">June 17, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The Miami-Dade Sheriff’s Office is urging residents to remain alert as firefighters continue battling brush fires in West Miami-Dade.<br><br>Smoke and reduced visibility may impact nearby neighborhoods and roadways. Motorists should drive with caution, slow down, and remain aware of… <a href="https://t.co/kul7asyrBM">pic.twitter.com/kul7asyrBM</a></p>&mdash; Miami-Dade Sheriff’s Office (@MiamiDade_SO) <a href="https://x.com/MiamiDade_SO/status/2067319119951855812?ref_src=twsrc%5Etfw">June 17, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Miami-Dade Fire Rescue and <a href="https://x.com/FLForestService?ref_src=twsrc%5Etfw">@FLForestService</a> continue working to suppress two brush fires in West Miami-Dade. If you see or smell smoke in your area, refrain from any outdoor exercise or strenuous activity to avoid smoke exposure. Those with respiratory conditions, children and… <a href="https://t.co/8pZn59TkzX">pic.twitter.com/8pZn59TkzX</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2067374265624625570?ref_src=twsrc%5Etfw">June 17, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Archaeology team unearths 'prototype' of world-famous Stonehenge monument just a few miles away]]></title><link>https://www.local10.com/tech/2026/06/17/archaeology-team-unearths-prototype-of-world-famous-stonehenge-monument-just-a-few-miles-away/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/17/archaeology-team-unearths-prototype-of-world-famous-stonehenge-monument-just-a-few-miles-away/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Archaeologists revealed Thursday that they have discovered a structure near the prehistoric stone circle of Stonehenge in southern England that may have served as a “prototype” for the 5,000-year-old Neolithic monument.]]></description><pubDate>Wed, 17 Jun 2026 23:14:42 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Archaeologists revealed Thursday that they have discovered a structure near the prehistoric stone circle of Stonehenge in southern England that may have served as a “prototype” for the 5,000-year-old Neolithic monument.</p><p>A team from the British firm Wessex Archaeology said the structure would have consisted of two wooden poles 120 meters (394 feet) apart and aligned to point directly at the rising sun during the summer solstice and the setting sun at the winter solstice.</p><p>Researchers said the discovery predated Stonehenge by around 500 years.</p><p>The team was led by archaeologist Phil Harding, who is well known in the U.K. through his many years of excavations for Channel 4 TV series “Time Team.”</p><p>Harding, 76, said the site, which also turned up a treasure trove of finds including pottery, animal bones and a rare disc-shaped knife, was likely to have been a focus for major religious gatherings.</p><p>“Opportunities like this probably only come once in a career, in a lifetime,” Harding said. “I’m probably towards the end of my career now, but thank God I’m still in archaeology long enough to be part of this discovery, because it’s certainly the highlight of my career.”</p><p>The findings were released ahead of the summer solstice, which falls this year on Sunday, when thousands head to Stonehenge each year to celebrate the longest day of the year in the Northern Hemisphere.</p><p>Stonehenge is a symbol of British culture and history and remains one of the country’s biggest tourist draws. The World Heritage Site was built on the flat lands of Salisbury Plain in stages starting 5,000 years ago, with the unique stone circle erected in the late Neolithic period about 2,500 B.C.</p><p>The site’s meaning has been the subject of vigorous debate. The most generally accepted interpretation is that it was a temple aligned with movements of the sun — lining up perfectly with the summer and winter solstices.</p><p>Researchers who found the structure near Stonehenge carried out the dig at Bulford, 5 kilometers (3.1 miles) from the main stone circle, as part of archaeological work to support the British defense ministry's program to accommodate troops who have been withdrawn in recent years from Germany, where the army had a big footprint for decades. The area around Stonehenge is one of the largest military training grounds and in the U.K. and Bulford is home to a barracks.</p><p>The original excavation took place between 2015 and 2017, with the findings requiring many years of analyses and tests.</p><p>English Heritage said other theories about Stonehenge include that it was a coronation place for Danish kings, a druid temple, a cult center for healing, or an astronomical computer for predicting eclipses and solar events.</p><p>Whatever the explanation, thousands of people, many dressed as druids and pagans, will gather at the site on Sunday to see the sun rise.</p><p>“What few will realize is that 5,000 years ago on a nearby hillside overlooking modern day Bulford, people were doing the exact same thing — revering and celebrating the sunrise on Midsummer’s Day,” said Harding.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BUJ3T3NGU57NDLWZVEQYTZADPQ.jpg?auth=59cc9a6c6ea715cdac9b0bb9db863a3ed229d91b1e999b522bba6885aba18132&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Wessex Archaeology shows archaeologist Phil Harding standing at Stonehenge in May 2026, near Salisbury, England. (Wessex Archaeology via AP)]]></media:description></media:content></item><item><title><![CDATA[Teenager dies after being thrown from horse-drawn carriage in NYC's Central Park]]></title><link>https://www.local10.com/news/national/2026/06/17/teenager-dies-after-being-thrown-from-horse-drawn-carriage-in-nycs-central-park/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/17/teenager-dies-after-being-thrown-from-horse-drawn-carriage-in-nycs-central-park/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A teenager thrown to the ground Wednesday when a Central Park carriage horse bolted away from its driver has died, according to police.]]></description><pubDate>Thu, 18 Jun 2026 00:52:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A teenager thrown to the ground Wednesday when a Central Park carriage horse bolted away from its driver has died, according to police.</p><p>The 18-year-old was riding in the horse-drawn carriage with three other passengers when the accident happened just before 3 p.m., according to the New York Police Department. At least two passengers were sent flying out of the careening cab.</p><p>The teenager was initially hospitalized in critical condition. The other passengers refused medical treatment.</p><p>A representative for the Transport Workers Union, which represents carriage industry employees, said the driver had dismounted to take a photograph of his passengers, which they are not supposed to do.</p><p>The horse had been in the park for only six weeks, according to Alexander Kemp, the administrative vice president of the union's local chapter. He said he wants a full investigation.</p><p>“Safety in the park has been a growing concern among many, and improvements are needed to be made with respect to all vehicles, including e-bicycles, delivery vehicles, pedicabs, and horse-drawn carriages," he said in a statement.</p><p>Video showed the horse sprinting through the park as two people appeared to jump from the four-wheeled carriage. A second video shows the cab toppling over after clipping the wheels of another carriage on the park's busy loop.</p><p>It's a fraught moment for Central Park's 150-year-old horse-drawn carriage industry. The industry has long been seen as a quaint attraction that offers tourists a romantic remnant of a bygone New York, while providing hundreds of jobs to drivers, along with many farm and racing horses. But they are now facing the growing threat of a ban from opponents who say the rides are both inhumane to horses and a danger to city residents.</p><p>Wednesday's event follows several recent horse-related problems in the park, including the fatal collapse of a horse last week.</p><p>The Central Park Conservancy, the nonprofit which operates the park and came out last summer in support of banning horse-drawn carriages, said the back-to-back events should bring an end to the industry.</p><p>“A young man came to enjoy our park and lost his life,” the group said in a statement. “That is not an acceptable cost of an antiquated industry operating in the middle of one of the most heavily used public spaces in America.”</p><p>Central Park is nearly 850 acres and attracts millions of people every year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JFVTSAQAUYTCASUIBJTD5XUMCU.jpg?auth=9a61dc632bbde64dfa6a03cf34ae0e31622f108201e8f08c507db1dc7a7fd82f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Horses and carriages wait for customers on Oct. 23, 2013, near Central Park in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Trump delays his own national intelligence nominee, fueling tension with fellow Republicans]]></title><link>https://www.local10.com/news/national/2026/06/17/trump-delays-his-own-national-intelligence-nominee-fueling-tension-with-fellow-republicans/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/17/trump-delays-his-own-national-intelligence-nominee-fueling-tension-with-fellow-republicans/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, ERIC TUCKER and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Wednesday derailed the confirmation process of his own nominee to head the nation’s intelligence agencies, an extraordinary move that upended Senate efforts to renew a crucial surveillance program and fueled fresh tensions with fellow Republicans on Capitol Hill.]]></description><pubDate>Wed, 17 Jun 2026 19:05:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Wednesday derailed the confirmation process of his own nominee to head the nation’s intelligence agencies, an extraordinary move that upended Senate efforts to renew a crucial surveillance program and fueled fresh tensions with fellow Republicans on Capitol Hill.</p><p>In an overnight social media post from the Group of Seven summit in France, Trump declared he was delaying the nomination of federal prosecutor Jay Clayton as director of national intelligence just hours ahead of his scheduled hearing, despite bipartisan praise for the nominee and Republican efforts to speed him through the confirmation process.</p><p>Senate Intelligence Committee Chairman Tom Cotton, R-Ark., said Republicans would go ahead with the Clayton hearing anyway, “unless the president directs him not to appear or withdraws his nomination.” But later he postponed the hearing, saying it was “regrettable” that Trump had directed Clayton not to appear.</p><p>“Mr. Clayton is a patriot and a highly qualified nominee, as the president has said repeatedly,” Cotton said. “While today’s hearing is now unfortunately postponed, I look forward to proceeding with his confirmation in the near future.”</p><p>Trump’s attempt to delay Clayton makes it more likely that his temporary pick for the intelligence job, top housing official Bill Pulte, will take over when outgoing director Tulsi Gabbard leaves office on Friday. Republicans and Democrats in Congress have sharply criticized Pulte, a Trump loyalist who has no known national security experience and has used his current administration perch to target perceived adversaries of the president.</p><p>Trump has defended Pulte, calling him “fair” and “talented” in his social media post. Speaking to reporters in France, Trump called the speedy process to get Clayton formally installed a “rush act by the Democrats.”</p><p>“Why are they afraid of this guy? They’re so afraid of him,” Trump said, referring to Pulte. “They’ll do anything not to have Pulte go in there.”</p><p>Caught in the middle is the renewal of Section 702 of the Foreign Intelligence Surveillance Act, or FISA, bipartisan legislation that aims to prevent terrorist attacks by monitoring the communications of targeted foreigners located outside the United States. Democrats had said they would not provide the necessary votes to pass the bill unless Pulte’s temporary appointment was withdrawn. The current surveillance authority expired last week.</p><p>Further complicating matters, Trump said in his social media post that he would not sign the FISA renewal without his legislation to require proof of citizenship for all voters — which does not have enough votes to pass the Senate — and that he does not want to remove Clayton from his current position as U.S. attorney for the Southern District of New York until his replacement, James McDonald, is approved.</p><p>Trump’s post sent Senate Republicans scrambling, and it was unclear if and when Clayton’s nomination would move forward.</p><p>“We’ll just have to take it a day at a time until we get more clarity on what the White House position is on this,” Senate Majority Leader John Thune, R-S.D., told reporters Wednesday morning. He said he didn’t know why Trump was holding up the effort.</p><p>“Good question,” he said.</p><p>Escalating tensions between White House and Capitol Hill</p><p>Virginia Sen. Mark Warner, the top Democrat on the Senate Intelligence Committee, called Trump’s move an “extraordinary display of dysfunction from a president who seems determined to turn America’s national security into a political bargaining chip.”</p><p>“The biggest obstacle to resolving these issues has not been Senate Democrats or Senate Republicans,” Warner said. “It has been the chaos and confusion coming from the White House itself.”</p><p>It was just the latest in a series of standoffs between Trump and Senate Republicans this year.</p><p>A funding bill for Trump’s immigration agencies was delayed several weeks when Republicans revolted over a $1.776 billion “anti-weaponization” fund and a $1 billion security request for the White House, including his new ballroom. The bill passed after acting Attorney General Todd Blanche said the settlement would not move forward, and GOP leaders decided to drop the security money from the bill.</p><p>Trump then appointed Pulte as interim intelligence director just as the FISA renewal was moving toward passage, upsetting bipartisan talks. Republicans urged the White House to pull the appointment, to no avail.</p><p>Republican Sen. Thom Tillis of North Carolina said that Trump’s recent moves are “undermining the results he wants.”</p><p>“Jay Clayton was on the brink of having a very good hearing and probably getting some Democrat support, and now we’re in a posture to where it may be the reason that 702 doesn’t get reauthorized,” Tillis said. “That’s a mistake.”</p><p>Tillis called Pulte a “sycophant” to Trump.</p><p>“How could anybody think he was going to be a credible choice?” he asked.</p><p>Democrats say Trump is distracting from other issues</p><p>Democrats say that Trump is undermining Americans’ safety as he makes demands of the Senate and tries to put loyal allies in national security positions.</p><p>Pulte’s appointment “should send a shiver down the spine of every American,” said Democratic Sen. Elissa Slotkin of Michigan, a former CIA analyst and national security official. “The only thing more dangerous than letting FISA lapse is putting Bill Pulte at the head of 17 intelligence agencies.”</p><p>Sen. Angus King, an independent from Maine, said he may have supported Clayton, with whom he met on Tuesday. “It’s unfortunate because he nominated this guy,” King said of Trump.</p><p>Sen. Patty Murray, D-Wash., said she thinks Trump is also trying to divert attention from the war in Iran.</p><p>Murray said Clayton was on track to be confirmed because “most Democrats felt that allowing Pulte to go in office was a really bad idea, and most Republicans agreed.”</p><p>Consequences for FISA’s lapse</p><p>National security officials across both major political parties have for years described Section 702 as vital for gathering intelligence that can disrupt terrorist attacks and espionage operations, though some lawmakers and civil liberties advocates have raised concerns over the government’s use of information about Americans that is incidentally collected through the program.</p><p>A court order from March certified that the program could continue for an additional 12 months, though it is possible that communications companies could challenge the government’s authority to force them to cooperate and share data.</p><p>Trump’s delay of Clayton “shows he has no interest in getting FISA done,” said Senate Democratic leader Chuck Schumer, D-N.Y.</p><p>___</p><p>Associated Press writers Kevin Freking, Joey Cappelletti and Lisa Mascaro in Washington, Aamer Madhani in Evian-les-Bains, France, and Darlene Superville in Geneva contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Fire chief warns Miami-Dade smoke pollution keeps moving to Broward]]></title><link>https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/</guid><dc:creator><![CDATA[Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Fire Rescue Chief Ray Jadallah warned on Wednesday afternoon that the smoke pollution from two burning wildfires was moving to Broward County.]]></description><pubDate>Wed, 17 Jun 2026 21:16:07 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Fire Rescue Chief Ray Jadallah warned on Wednesday afternoon that the smoke pollution from two burning wildfires was moving to Broward County.</p><p><a href="https://www.local10.com/espanol/2026/06/17/aumenta-la-contaminacion-por-humo-y-eleva-riesgos-de-salud-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/aumenta-la-contaminacion-por-humo-y-eleva-riesgos-de-salud-en-broward/">Leer en español</a></p><p>The mix of gases and fine particles can make anyone sick, but those who live with chronic conditions are at a higher risk, <a href="https://www.cdc.gov/wildfires/risk-factors/index.html" target="_self" rel="" title="https://www.cdc.gov/wildfires/risk-factors/index.html">according</a> to the U.S. Centers for Disease Control and Prevention.</p><p>“The smoke will continue to push northward ... the way that it continues to push is towards the north or slightly towards the northwest,” Jadallah said during a news conference. " </p><p>Before Jadallah’s warning, the smoke prompted a “moderate”<a href="https://fire.airnow.gov/#10.02/25.8466/-80.3642" target="_self" rel="" title="https://fire.airnow.gov/#10.02/25.8466/-80.3642"> air quality</a> alert in South Florida, which affects those who are unusually sensitive to particle pollution, <a href="https://www.airnow.gov/?reportingArea=Miami&amp;stateCode=FL" target="_self" rel="" title="https://www.airnow.gov/?reportingArea=Miami&amp;stateCode=FL">according</a> to the U.S. Environmental Protection Agency. </p><p>MDFR personnel warned that the smoke was lifting as temperatures increased and asked residents to “limit time outdoors, keep doors and windows closed, and set air conditioning systems to recirculate indoor air.</p><p>“Carry your inhaler with you and be mindful of your normal activities if they are getting harder than they usually would be,” said Dr. <a href="https://www.browardhealth.org/find-a-doctor/profile/tyler-haertlein/642045" target="_self" rel="" title="https://www.browardhealth.org/find-a-doctor/profile/tyler-haertlein/642045">Tyler Haertlein</a>, an emergency medicine physician at Broward Health. </p><p>Breathing in the smoke can cause coughing, trouble breathing, wheezing, asthma attacks, stinging eyes, scratchy throat, runny nose, irritated sinuses, headaches, tiredness, chest pain, and even fast heartbeat, <a href="https://www.cdc.gov/wildfires/risk-factors/index.html" target="_self" rel="" title="https://www.cdc.gov/wildfires/risk-factors/index.html">according</a> to the CDC. </p><p>Pregnancy also <a href="https://www.cdc.gov/wildfires/risk-factors/wildfire-smoke-and-pregnancy.html" target="_self" rel="" title="https://www.cdc.gov/wildfires/risk-factors/wildfire-smoke-and-pregnancy.html">increases</a> risks, and respirators and masks may even be <a href="https://www.cdc.gov/wildfires/risk-factors/wildfire-smoke-and-children.html" target="_self" rel="" title="https://www.cdc.gov/wildfires/risk-factors/wildfire-smoke-and-children.html">helpful</a> for children who have asthma, according to the CDC. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/">2 wildfires burn 13,900 acres in western Miami-Dade: Florida Forest Service</a></p><p><b>Fires and weather</b></p><p><b>Fires and traffic </b></p><p><b>Useful link:</b> <a href="https://fl511.com/" target="_self" rel="" title="https://fl511.com/">Temporary road closures possible</a></p>]]></content:encoded></item><item><title><![CDATA[June 17: Few showers, smoke and haze linger]]></title><link>https://www.local10.com/weather/2026/06/17/june-17-few-showers-smoke-and-haze-linger/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/17/june-17-few-showers-smoke-and-haze-linger/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[There could be a stray shower or two across parts of South Florida on Wednesday evening. As the night unfolds, showers will fade. Lingering clouds and smoke from brushfires in northwest Miami-Dade County could lead to reduced visibility in some areas. Very warm conditions will persist. Temperatures are forecast to fall to around 80 degrees overnight.]]></description><pubDate>Wed, 17 Jun 2026 22:47:09 +0000</pubDate><content:encoded><![CDATA[<p>There could be a stray shower or two across parts of South Florida on Wednesday evening. As the night unfolds, showers will fade. Lingering clouds and smoke from brushfires in northwest Miami-Dade County could lead to reduced visibility in some areas. Very warm conditions will persist. Temperatures are forecast to fall to around 80 degrees overnight.</p><p>Thursday will bring a mix of sun and clouds, along with south-southeast winds. Smoke and haze could still linger across parts of metro Miami-Dade and Broward counties. Temperatures will climb into the mid-90s. When humidity is factored in, it will feel like the triple digits. The chance of rain is 20%.</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[Pan Am’s iconic ‘Taj Mahal’ headquarters becomes swanky MIA private terminal]]></title><link>https://www.local10.com/news/local/2026/06/17/pan-ams-iconic-taj-mahal-headquarters-becomes-swanky-mia-private-terminal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/pan-ams-iconic-taj-mahal-headquarters-becomes-swanky-mia-private-terminal/</guid><dc:creator><![CDATA[Janine Stanwood, Chris Gothner]]></dc:creator><description><![CDATA[A piece of aviation history is getting a first-class makeover.  The iconic former headquarters of the gone-but-not-forgotten Pan American World Airways, better known as Pan Am, has been reimagined for a new generation of travelers.]]></description><pubDate>Wed, 17 Jun 2026 22:35:16 +0000</pubDate><content:encoded><![CDATA[<p>A piece of aviation history is getting a first-class makeover. </p><p>The iconic former headquarters of the gone-but-not-forgotten Pan American World Airways, better known as Pan Am, has been reimagined for a new generation of travelers.</p><p>The headquarters, dubbed the “Taj Mahal” after being built in 1963, has now been restored and transformed into a private terminal for luxury flyers. Pan Am went out of business in 1991.</p><p>Former Pan Am employees joined an opening ceremony for the swanky digs on Wednesday.</p><p>“I went through training here in the Taj Mahal, as we called it,” former flight attendant Renate Van Kempena said.</p><p>There’s a spa, nine private suites and a private Transportation Security Administration checkpoint. It definitely beats waiting in the terminal with everybody else.</p><p>When travelers are ready to go they put them on a BMW limousine and get driven straight to their plane.</p><p>Miami joins the ranks of Atlanta, Los Angeles and others to have these swank spaces for the rich and famous.</p><p>The developer P/S has a lease on this historic building. </p><p>“We definitely stayed true to the architecture that existed,” Amina Porter, P/S’s chief operating officer, said. “A lot of the historic elements were really architectural and on the outside, so the bristle, the terracotta tiles and there’s a few of them throughout the inside the courtyard and in the hallway.”</p><p>It costs $4,800 to be a member per 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[Florida Republican gubernatorial primary deals with typo and ‘participation trophy’  ]]></title><link>https://www.local10.com/news/politics/2026/06/17/florida-republican-gubernatorial-primary-deals-with-101010-criteria-embarassing-typo/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/17/florida-republican-gubernatorial-primary-deals-with-101010-criteria-embarassing-typo/</guid><dc:creator><![CDATA[Caroline Coles, Andrea Torres]]></dc:creator><description><![CDATA[It’s “achievability,” not “achieveability,” but that was the typo on a sign that was on display when U.S. Rep. Byron Donalds recently unveiled his new “Read to Succeed” education initiative in Jacksonville.]]></description><pubDate>Wed, 17 Jun 2026 22:25:44 +0000</pubDate><content:encoded><![CDATA[<p>It’s “achievability,” not “achieveability,” but that was <a href="https://x.com/j_fishback/status/2066157174485549245" target="_self" rel="" title="https://x.com/j_fishback/status/2066157174485549245">the typo on a sign</a> that was on display when U.S. Rep. Byron Donalds recently unveiled his new “Read to Succeed” education initiative in Jacksonville.</p><p>The embarrassment for the Republican gubernatorial candidate who has President Donald Trump’s endorsement comes as the Republican Party of Florida’s political debate rules only qualify him. </p><p>“I wouldn’t have qualified when I ran in ‘18 for what they were trying to do,” Gov. Ron DeSantis recently said in West Palm Beach.</p><p>The Florida’s Voice <a href="https://flvoicenews.com/florida-gop-releases-strict-10-10-10-debate-qualification-criteria-only-byron-donalds-meets-threshold/" target="_self" rel="" title="https://flvoicenews.com/florida-gop-releases-strict-10-10-10-debate-qualification-criteria-only-byron-donalds-meets-threshold/">reported</a> the 10/10/10 rules: The candidate has to reach at least 10% support in the RPOF poll, raise more than $10 million, and secure more than 10,000 donors.</p><p>The RPOF’s <a href="https://flvoicenews.com/florida-gop-releases-strict-10-10-10-debate-qualification-criteria-only-byron-donalds-meets-threshold/" target="_self" rel="" title="https://flvoicenews.com/florida-gop-releases-strict-10-10-10-debate-qualification-criteria-only-byron-donalds-meets-threshold/">poll results</a>: Donalds had 38.8%, Lt. Gov. Jay Collins had 7.6%, James Fishback had 4.1%, former House Speaker Paul Renner had 2.2%, Bobby Williams had 1.9%, and 42.9% were undecided.</p><p>Byron’s campaign statement in response: “There are not participation trophies in politics.”</p><p>On Tuesday, Collins, a combat-wounded U.S. Army Special Forces veteran who served for over 23 years, responded during a news conference in Milton. </p><p>“That participation trophy line is a bit of a slap in the face,” said Collins, who removed his prosthetic leg, placed it on the podium, and added, “This is my participation trophy.”</p><p>The Sunshine State Showdown was set for June 27 at the Seminole Hard Rock Hotel &amp; Casino in Hollywood.</p>]]></content:encoded></item><item><title><![CDATA[Cargo ship's chief engineer charged in 2024 Francis Scott Key bridge collapse in Baltimore]]></title><link>https://www.local10.com/news/2026/06/17/cargo-ships-chief-engineer-charged-in-2024-francis-scott-key-bridge-collapse-in-baltimore/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/17/cargo-ships-chief-engineer-charged-in-2024-francis-scott-key-bridge-collapse-in-baltimore/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BALTIMORE (AP) — Prosecutors have filed a criminal charge against the chief engineer of a cargo ship involved in the deadly 2024 collapse of Baltimore’s Francis Scott Key Bridge, accusing him of failing to notify the U.S. Coast Guard of hazardous conditions on the ship.]]></description><pubDate>Wed, 17 Jun 2026 22:31:27 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — Prosecutors have filed a criminal charge against the chief engineer of a cargo ship involved in the deadly 2024 collapse of Baltimore’s Francis Scott Key Bridge, accusing him of failing to notify the U.S. Coast Guard of hazardous conditions on the ship.</p><p>Karthikeyan Deenadayalan was charged in U.S. District Court in Maryland on Monday with one count of violating the federal Port and Waterways Safety Act. Deenadayalan’s attorneys did not immediately respond to an email requesting comment.</p><p>Prosecutors also filed notice of a “deferred prosecution agreement” with the court, but did not provide details about the terms of that deal. Deferred prosecution agreements are typically used when a defendant has agreed to meet certain conditions — such as providing testimony, or paying restitution — in exchange for the charges against them being dropped.</p><p>Prosecutors say in court documents that Deenadayalan was the chief engineer of the container ship when it was in the Port of Baltimore in the days before the deadly bridge collision, and that Deenadayalan willfully failed to notify the U.S. Coast Guard that an improper fuel pump without a backup system was being used to power two of the ship's generators.</p><p>The Dali, bound for Sri Lanka, lost power twice in a four-minute span as it moved to sea from the Port of Baltimore, causing it to crash into the Key Bridge in the early hours of March 26, 2024. Investigators say a loose wire in a switchboard likely caused the first power loss that led to its steering failure.</p><p>But after regaining power, the ship found itself in trouble again, prosecutors say, because the fuel pump used on the two generators was not designed to automatically restart after the first blackout. That caused a second blackout to occur, and the vessel crashed into a supporting column of the bridge, killing six construction workers who had been filling potholes on the structure. The toll bridge first opened in 1977 and is traveled by millions of cars every day.</p><p>The Singapore-based ship operator and another employee were indicted on criminal charges in May, accused of relying on the improper pump and then lying about it to investigators. Synergy Marine Pte Ltd. and Chennai, India-based Synergy Maritime Pte Ltd. and the ship's former technical superintendent Radhakrishnan Karthik Nair, 47, are charged with conspiracy, misconduct causing death, failing to immediately inform the U.S. Coast Guard of a hazardous condition, obstructing the National Transportation Safety Board and making false statements.</p><p>A trial in the case against the ship's operator and the technical superintendent has been scheduled for October 2027.</p><p>After the indictment, Synergy Marine expressed disappointment and accused the U.S. Justice Department of turning an accident into a crime. Nair’s lawyer, David Gerger, had a similar response, saying in May that his client “thinks about this accident every day, but he certainly did not cause it.”</p><p>In April, a $2.25 billion settlement was announced between the state of Maryland, Synergy Marine and Grace Ocean Private Limited, the Singapore-based ship owner. Grace Ocean hasn’t been charged with any crimes related to the collapse.</p><p>Earlier this month, a federal judge agreed to postpone a civil trial over the collapse after a flurry of last-minute settlements resolved most of the remaining claims, including deals resolving all pending claims over the deaths of six construction workers.</p><p>Virtually all of the unresolved claims are alleging economic losses by businesses and local governments. None of the remaining parties were asking to start the trial as scheduled this week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCDBTAHHY5LYFUULXP7SPCMM3M.jpg?auth=c74dcbd486661e0fd824e18fc9b2c6124e2919d6d57734cf0cc1e5f41d63935c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Edward A. Garmatz United States District Courthouse is seen Monday, June 1, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I2ABA6XOFH2D23DSQZTFKNCGVU.jpg?auth=a19dc0089acf750c0c934b208576113e8dbd030113a3d9908775f858edfc1f8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Edward A. Garmatz United States District Courthouse is seen Monday, June 1, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup motivates blind and visually impaired players in Miami]]></title><link>https://www.local10.com/sports/2026/06/17/fifa-world-cup-motivates-blind-and-visually-impaired-players-in-miami/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/17/fifa-world-cup-motivates-blind-and-visually-impaired-players-in-miami/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[Blind and visually impaired soccer players rely on the sound of a ball that is filled with bells and on the voices of their teammates and coaches. ]]></description><pubDate>Wed, 17 Jun 2026 17:53:52 +0000</pubDate><content:encoded><![CDATA[<p>During a recent match at the Miami Lighthouse Academy in the Little Havana neighborhood, as a blind player moved, he or she said in Spanish, “Voy!” or “Going!”</p><p><a href="https://www.local10.com/espanol/2026/06/17/mundial-fifa-motiva-a-jugadores-ciegos-y-con-discapacidad-visual-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/mundial-fifa-motiva-a-jugadores-ciegos-y-con-discapacidad-visual-en-miami/">Leer en español</a></p><p>Blind and visually impaired soccer players rely on the sound of a ball that is filled with bells and on the voices of their teammates and coaches. </p><p>“It looks hard at first, but once you get to learn it, it seems easier,” said Arianna Taylor, a <a href="https://miamilighthouse.org/MiamiLighthouseAcademy.asp" target="_self" rel="" title="https://miamilighthouse.org/MiamiLighthouseAcademy.asp">Miami Lighthouse Academy</a> player. </p><figure><img src="https://www.local10.com/resizer/v2/3UXLJQBRKVFTNNZYBUQ7H7XWDA.jpg?auth=2c7047424be309120134af507a35fb586f682df056eaf766f589e1e39d0167a4&smart=true&width=1200&height=900" alt="The Miami Lighthouse runs a blind soccer program practice on Wednesday in Little Havana." height="900" width="1200"/><figcaption>The Miami Lighthouse runs a blind soccer program practice on Wednesday in Little Havana.</figcaption></figure><p><a href="https://www.miamilighthouse.org/Management_Team.asp" target="_self" rel="" title="https://www.miamilighthouse.org/Management_Team.asp">Virginia Jacko</a>, the president and chief executive officer of the <a href="https://miamilighthouse.org/" target="_self" rel="" title="https://miamilighthouse.org/">Miami Lighthouse for the Blind and Physically Impaired</a>, said 145 students benefit from the soccer program. </p><p>“Too often, blind children are leftover of team sports, and team sports teach us so much,” Jacko said. </p><p>Oseas De Leon, the Miami Lighthouse’s soccer coach, was a baby when a severe case of measles caused blindness. He has experience with <a href="https://miamilighthouse.org/Docs/Oseas-USA-Blind-Soccer-Mens-National-Team.pdf" target="_self" rel="" title="https://miamilighthouse.org/Docs/Oseas-USA-Blind-Soccer-Mens-National-Team.pdf">the USA Blind Soccer Men’s National Team</a>. </p><p>“The fact that our children don’t have the opportunity to do any physical activity, I think it’s more than a reason to have blind soccer here with us,” De Leon said. “Unfortunately, we are the only ones in the country.”</p><figure><img src="https://www.local10.com/resizer/v2/NMFFEQ2AOVDC5NLCDUDOBE5SFM.jpg?auth=d890685fc57cc26db3199f7fec5da1940367c7dfe8ece26a7b5069577b31f6e5&smart=true&width=1200&height=900" alt="The Miami Lighthouse runs a blind soccer program practice on Wednesday in Little Havana." height="900" width="1200"/><figcaption>The Miami Lighthouse runs a blind soccer program practice on Wednesday in Little Havana.</figcaption></figure><p>The <a href="https://ibsasport.org/" target="_self" rel="" title="https://ibsasport.org/">International Blind Sports Federation</a>, which included blind soccer in the 1990s, credits Spain as the pioneer of blind soccer in the 1920s and Brazil for increasing its popularity in the 1960s. </p><p>De Leon has had big dreams for the national blind soccer movement, so he developed a curriculum for kids as young as one in collaboration with <a href="https://www.usaba.org/about-blind-soccer/" target="_self" rel="" title="https://www.usaba.org/about-blind-soccer/">the U.S Association of Blind Athletes</a>, or USABA. </p><figure><img src="https://www.local10.com/resizer/v2/MBMXNY2ORNDSVOGAQUIIYZND3M.jpg?auth=9bcceae1aeffdb09a6f454679daf25919e76d4a4fec70d8021a9cdde3dbc05f6&smart=true&width=1200&height=900" alt="The Miami Lighthouse runs a blind soccer program practice on Wednesday in Little Havana." height="900" width="1200"/><figcaption>The Miami Lighthouse runs a blind soccer program practice on Wednesday in Little Havana.</figcaption></figure><p>Aside from De Leon, the soccer program also includes eight other employees of the Miami Lighthouse.</p><p>To support them, Roborock <a href="https://www.prnewswire.com/news-releases/roborock-partners-with-miami-lighthouse-to-support-blind-soccer-and-inclusive-innovation-302798078.html" target="_self" rel="" title="https://www.prnewswire.com/news-releases/roborock-partners-with-miami-lighthouse-to-support-blind-soccer-and-inclusive-innovation-302798078.html">announced</a> a $50,000 donation and equipped a new classroom “to advance accessibility and independence through technology.”</p><p><b>Useful link</b>: <a href="https://secure.miamilighthouse.org/Support-Blind-Soccer-at-Miami-Lighthouse.asp" target="_self" rel="" title="https://secure.miamilighthouse.org/Support-Blind-Soccer-at-Miami-Lighthouse.asp">Donate now to support blind soccer at Miami Lighthouse</a></p><p><b>FIFA WORLD CUP</b></p><h3><b>Groups’ stage progress </b></h3><p><b>Group K</b>: <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/">Portugal and Congo each get 1 point</a></p><p><b>Group J</b>: <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/">Austria and Argentina each get 3 points</a></p><p><b>Group I</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/">France and Norway each get 3 points </a></p><p><b>Group H: </b><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/">Every team sits at 1 point</a></p><p><b>Group G:</b><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/"><b> </b>Every team sits at 1 point</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">Sweden gets 3 points</a></p><p><b>Group E</b>: <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/">Germany and Ivory Coast each get 3 points </a></p><p><b>Group D</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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</a></p><p><b>Group B: </b><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/">Qatar and Switzerland each get 1 point</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico and South Korea each get 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 18</b>: There are four matches: 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> match, The Czech Republic vs. South Africa, is at Noon. 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>, Switzerland vs. Bosnia, game is at 3 p.m. 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>, Canada vs. Qatar, game is at 6 p.m. 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> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 p.m. 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>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 p.m. 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>, Germany vs. Ivory Coast, game is at 4 p.m. 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>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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>, Tunisia vs. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, game is at 3 p.m. 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>, Uruguay vs. Cape Verde, game is at 6 p.m. 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>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 p.m. 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>, France vs. Iraq, game is at 5 p.m. 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>, Norway vs. Senegal, game is at 8 p.m. 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>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 p.m. 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>, England vs. Ghana, game is at 4 p.m. 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>, Panama vs. Croatia, game is at 7 p.m. 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>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: 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>, Switzerland vs. Canada, game is at 3 p.m. 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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. 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>, South Africa vs. South Korea, game is at 9 p.m. 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>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: 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>, Curaçao vs. Ivory Coast, game is at 4 p.m. 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>, Ecuador vs. Germany, game is at 4 p.m. 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>, Tunisia vs. Netherlands, game is at 7 p.m. 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>, Japan vs. Sweden, game is at 7 p.m. 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>, Turkey vs. U.S., game is at 10 p.m. 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>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: 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>, Norway vs. France, game is at 3 p.m. 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>, Senegal vs. Iraq, game is at 3 p.m. 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>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. 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>, Uruguay vs. Spain, game is at 8 p.m. 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>, New Zealand vs. Belgium, game is at 11 p.m. 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>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: 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>, Panama vs. England, game is at 5 p.m. 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>, Croatia vs. Ghana, game is at 5 p.m. 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>, Colombia vs. Portugal, game is at 7:30 p.m. 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>, Congo vs. Uzbekistan, game is at 7:30 p.m. 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>, Algeria vs. Austria, game is at 10 p.m. 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>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</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 7:30 p.m. on June 27. Parking is free. Broward County is offering <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> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</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><p><b>FIFA</b></p><ul><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Standing tables </a></li><li><a href="https://inside.fifa.com/fifa-world-ranking/men" target="_self" rel="" title="https://inside.fifa.com/fifa-world-ranking/men">Latest men’s world ranking </a></li></ul>]]></content:encoded></item><item><title><![CDATA[‘Seems to be business as usual’: Activity continues at ‘Alligator Alcatraz’ after detainees moved]]></title><link>https://www.local10.com/news/local/2026/06/17/seems-to-be-business-as-usual-activity-continues-at-alligator-alcatraz-after-detainees-moved/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/seems-to-be-business-as-usual-activity-continues-at-alligator-alcatraz-after-detainees-moved/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[A variety of vehicles filtered in and out of the “Alligator Alcatraz” migrant detention facility on Wednesday, including Florida Highway Patrol cruisers and trucks with equipment and supplies. Even UPS made a stop.]]></description><pubDate>Wed, 17 Jun 2026 22:19:50 +0000</pubDate><content:encoded><![CDATA[<p>A variety of vehicles filtered in and out of the <a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_self" rel="" title="https://www.local10.com/topic/Alligator_Alcatraz/">“Alligator Alcatraz”</a> migrant detention facility on Wednesday, including Florida Highway Patrol cruisers and trucks with equipment and supplies. Even UPS made a stop.</p><p>An aerial view from Sky 10 showed structures are still in place, but the facility is not quite as busy as it has been in the past.</p><p>This activity <a href="https://www.local10.com/news/local/2026/06/16/all-detainees-moved-out-of-alligator-alcatraz/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/all-detainees-moved-out-of-alligator-alcatraz/">comes after</a> the U.S. Department of Homeland Security released a statement Tuesday, saying: “As we enter into hurricane season, ICE and the state of Florida have moved illegal aliens from the soft-sided facility. For the safety of the illegal alien detainees, we transferred them to other facilities.”</p><p>When Local 10 News asked DHS officials where the detainees have been moved to and how many might still be at the facility, they sent the same statement and did not elaborate.</p><p>Kevin Guthrie, the state’s emergency management director, previously said that the facility could withstand a Category 2 hurricane.</p><p>On Tuesday, Florida Gov. Ron DeSantis was asked if the facility was closing or not.</p><p>“It was never meant to be permanent and so we won’t do that,” he said. “I don’t think that it’s empty now, at least as of yesterday when I was briefed on it.”</p><p>The facility is located deep in the Everglades and was constructed quickly last summer. It has received sharp criticism from environmental groups, whose lawsuit remains intact.</p><p>“It seems to be business as usual,” Jessica Namath, the founder of the group Floridians for Public Lands, said.</p><p>Namath joined a virtual press conference with other environmental groups discussing the detention center. She says she has more questions than answers.</p><p>“If there are no detainees, as a public land lover and wanting to access the site, I don’t know (under) what premise they are still maintaining their footprint,” she said</p><p>It has also been an expensive operation, costing Florida taxpayers roughly $1.2 million a day out of the emergency management fund.</p><p>Guthrie has mentioned that the state has requested $390 million from the Federal Emergency Management Agency as a reimbursement for this facility. </p><p>“FEMA is working closely with the Florida Division of Emergency Management and the State of Florida,” a FEMA spokesperson said in a statement. “Reimbursement requests are in process. Updates will be provided as the process continues.”</p><p>According to FEMA, the agency has already reimbursed $58.2 million to the state.</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[Defense rests case in vessel homicide trial of George Pino, who doesn’t testify]]></title><link>https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/</guid><dc:creator><![CDATA[Christina Vazquez, Amanda Batchelor, Chris Gothner]]></dc:creator><description><![CDATA[The defense called its final witnesses and rested its case on Wednesday in the George Pino vessel homicide trial, a day after Pino’s wife and a couple of passengers onboard the boat that day took the stand.]]></description><pubDate>Wed, 17 Jun 2026 12:04:12 +0000</pubDate><content:encoded><![CDATA[<p>The defense called its final witnesses and rested its case on Wednesday in the George Pino vessel homicide trial, a day after<a href="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/"> Pino’s wife and a couple of passengers onboard the boat </a>that day took the stand.</p><p><a href="https://www.local10.com/espanol/2026/06/17/defensa-llamara-a-testigos-finales-en-juicio-por-homicidio-de-embarcacion-contra-george-pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/defensa-llamara-a-testigos-finales-en-juicio-por-homicidio-de-embarcacion-contra-george-pino/">Leer en español</a></p><p>Pino, 55, is charged with manslaughter and vessel homicide. </p><p>Prosecutors accuse Pino, then 52, of being reckless when he lost control of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing 17-year-old Lucy Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig, who was left permanently disabled.</p><p>Dr. Diana Barratt, a neurologist, testified Wednesday as a defense expert witness, confirming she was retained by Pino’s defense team to determine whether the real estate mogul had suffered a brain injury in the crash and whether or not that could lead to some form of amnesia or unknowingly giving false information.</p><p>She confirmed that she met with Pino and reviewed his medical records, determining that he did suffer a brain injury in the crash. </p><p>“When he bumped his head, there was blood accumulating under the surface of the skin,” Barratt said. “He was witnessed unconscious on the boat and so that made it very clear that he met the diagnostic criteria for traumatic injury.”</p><p>Barratt added that people who suffer a traumatic brain injury “can forget things immediately preceding the injury, and then things immediately after the injury, and sometimes they have trouble retaining old memories.” </p><p>Barratt said Pino made multiple wrong statements to investigators after the crash, including who was sitting behind him, which showed signs of having false memory after a traumatic brain injury.</p><p>“There was no scientific test that you could administer to prove that he had amnesia, was there?” prosecutor Laura Adams asked when it was her turn to question the defense’s expert witness.</p><p>“After the fact? No,” Barratt responded. </p><p>The state pressed Barratt on how she came to her diagnostic conclusion of Pino perhaps exhibiting a “false memory without the intent to deceive.”</p><p>“So you were evaluating his memory, but you didn’t ask him what he remembered, did you?” Adams asked.</p><p>“No, I relied on the records,” Barratt said. </p><p>Through the testimony of defense witness Andrew Mescolotto, a maritime attorney retained about a week after the boating incident to defend Pino by an insurance company, jurors learned about the incident-related civil claims that have since been resolved with several families, including the Fernandez and Puig families. </p><p>He testified the Pino had a marine insurance policy. </p><p>Mescolotto testified during direct examination with defense attorney Howard Srebnick that “it was very important” to Pino to “resolve” the medical claims filed by families of those injured in the crash.</p><p>During cross-examination with Adams, the witness also conceded part of the process included mitigating against Pino’s financial liability while working to resolve the claims. </p><p>Pino’s wife, Cecilia Pino, told jurors Tuesday about the chaotic moments after the crash and said that afterward she was “just thinking of the girls.”</p><p>Claudia Portocarrero, who was on the boat celebrating the 18<sup>th</sup> birthday of the Pinos’ daughter, said she and her friends were singing and waving their hands prior to the crash. </p><p>The defense claims something may have obstructed George Pino’s view of the channel marker, but the state maintains that none of the girls were standing up or placing their hands up in a way that would have obstructed Pino’s view.</p><p>“I just remember opening my eyes after the impact and seeing like a lot of white,” Portocarrero said. “And the first thing I saw when I opened my eyes was George, and I thought he was dead. I just saw a lot of blood gushing and then my friends were telling me that I had to get out of the boat … by the time I was going to get off the boat it was kind of almost like turned, flipped, so instead of jumping from the boat, I practically like stepped into the water because of how tilted it was.”</p><p>Portocarrero said she assisted one of her friends in helping to keep Puig afloat in the water before a rescue boat arrived. </p><p>Both she and another passenger who testified Tuesday said that while they each had a couple of alcoholic beverages, they didn’t see Pino drinking and said the speed of the boat did not feel excessive at the time of the crash. </p><p>A witness who was on another boat told the jury that his friend called out to Pino to check under the boat and Pino “immediately” went under the boat and then pulled Fernandez out before handing her over to the witness who had jumped into the water.</p><p>The witness said he then helped place her onto another boat that arrived.</p><p>Pino’s defense team claims the crash was a horrible accident and not the result of negligence.</p><p>After Srebnick wrapped up the defense’s case, Judge Marisa Tinkler Mendez again denied his request to have one or both of the charges tossed.</p><p>Proceedings wrapped up just before 5 p.m. With no court on Friday, Tinkler Mendez and the parties agreed to have jurors back on Monday for closing arguments, giving jurors Thursday off as well.</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[Harry Kane ties England's record for World Cup goals in 4-2 win over Croatia]]></title><link>https://www.local10.com/sports/2026/06/17/harry-kane-ties-englands-record-for-world-cup-goals-in-4-2-win-over-croatia/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/17/harry-kane-ties-englands-record-for-world-cup-goals-in-4-2-win-over-croatia/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Hey, Jude, you and Harry didn't let England down.]]></description><pubDate>Thu, 18 Jun 2026 04:04:31 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Hey, Jude, you and Harry didn't let England down.</p><p>Harry Kane scored twice to equal the English record for World Cup goals, and Jude Bellingham put England in front for good two minutes into the second half of a 4-2 victory over Croatia on Wednesday.</p><p>Martin Baturina and Petar Musa answered each of Kane's first-half goals in a rematch of a 2018 semifinal won by Croatia. Musa's goal came on the final play before the whistle ending the first half.</p><p>The even score didn't last long once play resumed.</p><p>Bellingham took a long pass from Elliot Anderson and stayed clear of the defender the rest of the way, sending a shot past Dominik Livakovic and in off the far post. Marcus Rashford padded the lead in the 85th minute.</p><p>“He just told us to let the shackles off,” Kane said of coach Thomas Tuchel's halftime message after Croatia pulled even so late before the break. “The way we conceded that second goal is not the team we want to be. He finally just said, ‘What’s the worst that can happen? We lose the match, first group game, we get on with it.’ We move on. Just go and kind of show the world who we can be.”</p><p>Kane, who won the Golden Boot at the 2018 World Cup in Russia by scoring six times, is up to 10 World Cup goals, tying Gary Lineker's mark from the 1986 and 1990 tournaments.</p><p>The 32-year-old's first goal came on his second chance on a penalty kick after Livakovic's save on the first try was nullified by a video review that showed both his feet off the goal line as Kane was striking the ball.</p><p>Kane went the same way toward the right post with the second attempt, while Livakovic lunged the other direction, to his right.</p><p>The penalty was called when Luka Modric, the 40-year-old midfielder who extended his Croatian record by appearing in his fifth World Cup, kicked Noni Madueke in the thigh.</p><p>Kane matched Lineker's mark when the Bayern Munich striker easily beat Livakovic with a powerful header off a corner kick from Declan Rice. Kane has 81 international goals.</p><p>“We scored two goals that were good actions and good situations, but they were too little,” Croatia coach Zlatco Dalic said through an interpreter. “England was very difficult, (we) also have to be strong on the defensive side.”</p><p>Bellingham almost immediately had another great scoring chance after the Real Madrid player's seventh international goal. Livakovic made that save and about a half-dozen more in a matter of minutes during a frenetic English attack.</p><p>“We could have scored probably three goals in that 20-minute spell coming out (after halftime),” Kane said. “In the end, we just had too much for a great team that will probably go far in the tournament themselves.”</p><p>Musa scored the first World Cup goal for an active player from Dallas of Major League Soccer, which plays its home games about 40 miles from AT&T Stadium.</p><p>The retractable-roof venue that is home to the NFL's Dallas Cowboys is giving World Cup fans an air-conditioned reprieve from the muggy Texas heat, this time for white-clad English fans and Croatian supporters who were mostly wearing their country's familiar red-and-white checkered uniforms, not the blue kits the players had on.</p><p>Musa tracked a header from Ivan Perisic and put a one-timer past Jordan Pickford, who was also beaten in the 36th minute by Baturina. That shot into the left corner ticked off Pickford's hand.</p><p>Bukayo Saka's pass left plenty of room for Rashford as the Barcelona player entered the penalty area, faked a shot with his left foot and scored his 19th international goal with his right.</p><p>“I loved the second half, all of it,” Tuchel said. “I encouraged them to go for it. To play with more courage, to be brave, to be ourselves. And like I said, I loved their reaction.”</p><p>England next plays Ghana in Foxborough, Massachusetts, in Group L on Tuesday, the same day Croatia plays Panama in Toronto.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PNPAOKIBES2Y6SQAQZNSL5L6RE.jpg?auth=0c346762f8557911c4cf1ec6ef56b56948a94ba7ccea433b0fdb279655c58d52&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 a goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GVEX724G4CLK2SLDEPUEJ7F7J4.jpg?auth=56a9c504c0e102a79ce8504d97c2eb0dffcb76696dc2a5ebd7e82aebec65e007&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Jude Bellingham (10) celebrates his team's third goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OUAVSJ3OMM3ZY43LSUH5WJDGJA.jpg?auth=1885852f056a552798e2f489c3bc1e4a29f66a67749407d00ccb97113f314e4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Croatia's Petar Musa celebrates scoring his side's 2nd goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 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/UMRPZMIYSFF53QQNGNLMCM5OJI.jpg?auth=7e744a931d8874090a7d6e6c7d920c54c0a954bcc78b515c205f5ff02244ace2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Croatia's Martin Baturina, bottom, is congratulated after scoring his side's first goal by Ivan Perisic after scored during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 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/4HQJLQNELGM63GZH2VPFKQNQTE.jpg?auth=ceccaddf586255d07c4e9e29e1d1114b7eeb378b4a83d8903e560897a8923f8b&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) heads the ball and scores a goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Policía: Disputa por WhatsApp lleva a hombre a disparar tiro de advertencia que impacta autobús de Miami-Dade y hiere a pasajero]]></title><link>https://www.local10.com/espanol/2026/06/17/policia-disputa-por-whatsapp-lleva-a-hombre-a-disparar-tiro-de-advertencia-que-impacta-autobus-de-miami-dade-y-hiere-a-pasajero/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/17/policia-disputa-por-whatsapp-lleva-a-hombre-a-disparar-tiro-de-advertencia-que-impacta-autobus-de-miami-dade-y-hiere-a-pasajero/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Deputies took a man into custody after he fired warning shots from his apartment balcony, with one of the bullets hitting a bus and causing glass injuries to a passenger, according to investigators.]]></description><pubDate>Wed, 17 Jun 2026 22:01:47 +0000</pubDate><content:encoded><![CDATA[<p>Los agentes detuvieron a un hombre después de que disparó tiros de advertencia desde el balcón de su apartamento, con una de las balas impactando un autobús y causando heridas por vidrio a un pasajero, según los investigadores.</p><p>El incidente ocurrió alrededor de las 2:15 p.m. del martes cerca de 24302 SW 107th Ave.</p><p>Los investigadores dijeron que Elio Jesus Rodriguez Garcia, de 24 años, estaba en su casa cuando un hombre con el que había estado discutiendo a través de mensajes de WhatsApp apareció en la entrada principal de su complejo de apartamentos.</p><p>Rodriguez Garcia escuchó al hombre gritando desde afuera y salió por la parte trasera de su apartamento para ver qué estaba pasando.</p><p>Después de ver al hombre, Rodriguez Garcia regresó al interior, se armó con un rifle y volvió a su balcón trasero, donde ambos continuaron discutiendo.</p><p>Durante la confrontación, Rodriguez Garcia disparó dos tiros de advertencia, dijeron los investigadores.</p><p>Uno de los disparos cruzó la US 1 e impactó el lado del pasajero de un autobús de Miami-Dade Transit que circulaba hacia el norte cerca de Southwest 132nd Avenue y el Busway.</p><p>El autobús tenía pasajeros en ese momento. Según el informe de arresto, la bala entró al autobús, rompió una ventana lateral y causó heridas leves por vidrio en el lado derecho de la cabeza y el rostro de un pasajero.</p><p>Johnson estaba sentada en el lado del conductor del autobús a unos pocos pies de donde entró la bala. La bala fue recuperada intacta del interior del autobús y parecía ser un proyectil de rifle.</p><p>Fue atendida en el lugar por Miami-Dade Fire Rescue.</p><p>Mientras los agentes de la Oficina del Sheriff de Miami-Dade respondían al reporte de un autobús ocupado impactado por disparos, los despachadores también recibieron una llamada separada sobre un hombre disparando un arma en Pine Grove Apartments.</p><p>Los agentes respondieron y detuvieron a Rodriguez Garcia sin incidentes.</p><p>Según el informe de arresto, los agentes recuperaron un casquillo calibre .300 Blackout detrás del apartamento de Rodriguez Garcia. Desde la parte trasera del apartamento, los investigadores dijeron que podían ver a través de la congestionada US 1 hacia el autobús de Miami-Dade Transit que había sido impactado.</p><p>Rodriguez Garcia fue trasladado a la estación del Distrito Sur de MDSO para una entrevista. Los investigadores dijeron que se le leyeron sus derechos Miranda utilizando un formulario preimpreso y aceptó hablar sin la presencia de un abogado.</p><p>Posteriormente fue acusado y trasladado al Turner Guilford Knight Correctional Center.</p><p>Los cargos incluyen cuatro cargos de intento de homicidio involuntario con arma mortal, con fianza por determinar. También enfrenta un cargo de disparar ilegalmente un arma de fuego en un lugar público o propiedad residencial, con una fianza fijada en $500 USD.</p><p>Las autoridades también colocaron una retención migratoria sobre Rodriguez Garcia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/73OHCA4J4FDRJP5IALKL4UBOIA.png?auth=143430f5e80e719d69886b9ffb565bebeb22640ab8d8e6327ce15aaf552dc0b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Junta escolar de Miami-Dade vota por unanimidad cerrar múltiples escuelas y redibujar límites]]></title><link>https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Los miembros de la Junta Escolar Pública de Miami-Dade votaron por unanimidad para avanzar con una reestructuración importante que incluye el cierre de múltiples escuelas y el establecimiento de nuevos límites escolares.]]></description><pubDate>Wed, 17 Jun 2026 21:57:45 +0000</pubDate><content:encoded><![CDATA[<p>Los miembros de la Junta Escolar Pública de Miami-Dade votaron por unanimidad para avanzar con una reestructuración importante que incluye el cierre de múltiples escuelas y el establecimiento de nuevos límites escolares.</p><p>La votación se produce mientras el distrito enfrenta una nueva realidad: por primera vez en generaciones, hay más cupos escolares que estudiantes. Los líderes del distrito citaron la disminución de la matrícula y cambios demográficos como razones por las que no tuvieron otra opción que reevaluar cómo se utilizan algunos edificios escolares.</p><p>“Nunca es una decisión fácil consolidar escuelas, pero cuando se hace correctamente beneficia a nuestros estudiantes”, dijo Robert Alonzo, de la Junta Escolar de Miami-Dade del Distrito 4.</p><p>Nueve escuelas están programadas para cerrar y/o ser reutilizadas, incluyendo Miami Springs Middle School, Richmond Heights Middle y Lorna Smith Elementary, entre otras.</p><p>“No estamos viendo que esos números lleguen, también hemos visto una disminución en la tasa de natalidad, simplemente no estamos viendo tantos estudiantes dentro de nuestras comunidades”, dijo Alonzo.</p><p>Pero padres y activistas comunitarios que hablaron en la reunión del miércoles dijeron que los cambios en la política de inmigración son en parte responsables de la disminución en la matrícula.</p><p>“También quiero instar a la junta a reconocer cómo las preocupaciones sobre la aplicación de leyes de inmigración han impactado la matrícula escolar en nuestro distrito”, dijo la activista comunitaria Luna Plaza.</p><p>Otros advirtieron que los cierres tienen consecuencias más allá de los números.</p><p>“El cierre de escuelas afecta mucho más que las cifras de matrícula, afecta a las familias, los negocios locales, los valores de propiedad y la estabilidad general de nuestras comunidades”, dijo la activista comunitaria Cassie Creed.</p><p>Aun así, hubo quienes se opusieron a los cierres, señalando que esas escuelas forman parte del tejido de su comunidad. Pero los líderes del distrito dicen que los cambios solo pueden beneficiar a los estudiantes y prometieron no dejar a ninguna comunidad sin los recursos que necesita.</p><p>“Nunca vamos a dejar a una comunidad desatendida o sin los recursos que va a necesitar, nuestro objetivo es proporcionar la mejor educación que puedan recibir”, dijo Alonzo.</p><p>Los estudiantes de las escuelas cerradas se unirán a otras que continúan operando mientras el distrito consolida edificios e instalaciones, y los líderes dicen que la medida es necesaria para mantener la calidad.</p><p>“Es algo que tenemos que hacer para continuar brindando a nuestros estudiantes los mejores servicios y las mejores instalaciones”, dijo Alonzo.</p><p>En cuanto a qué pasará con las propiedades ahora vacías, el distrito indicó que variará caso por caso.</p><p><b>A continuación la lista de cierres:</b></p><p><b>Región Norte:</b></p><p>• Parkway Elementary• Rainbow Park Elementary</p><p><b>Región Central:</b></p><p>• Lenora B. Smith Elementary• Miami Springs Middle• Phillis Wheatley Elementary</p><p><b>Región Sur:</b></p><p>• Mandarin Lakes K-8 Academy• Pine Villa Elementary• Richmond Heights Middle• Robert Russa Moton Elementary</p><p><b>A continuación las combinaciones:</b></p><p><b>Región Central:</b></p><p>• Georgia Jones-Ayers Middle School y Lenora B. Smith Elementary School se combinarán para convertirse en un centro K-8.• Miami Springs Middle School y Miami Springs Senior High School se combinarán para convertirse en una escuela 6-12.</p><p><b>Región Sur:</b></p><p>• Arthur &amp; Polly Mays Conservatory of the Arts y Pine Villa Elementary School se combinarán para convertirse en una escuela K-12.• Richmond Heights Middle y BioTech 9-12 se combinarán para convertirse en una escuela 6-12.</p>]]></content:encoded></item></channel></rss>