<?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>Fri, 19 Jun 2026 23:00:52 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Trump administration reverses course on deep-ocean monitoring system after bipartisan backlash]]></title><link>https://www.local10.com/news/national/2026/06/19/trump-administration-reverses-course-on-deep-ocean-monitoring-system-after-bipartisan-backlash/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/19/trump-administration-reverses-course-on-deep-ocean-monitoring-system-after-bipartisan-backlash/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[The Trump administration is taking a U-turn after making a controversial decision.]]></description><pubDate>Fri, 19 Jun 2026 22:57:02 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration is taking a U-turn after making a controversial decision.</p><p>Late last month, the National Science Foundation — which operates a $368 million deep-ocean monitoring system — posted on its website that it would be removing a number of systems. But now the administration is backtracking after fierce bipartisan backlash.</p><p>The system provides critical data on the world’s oceans. Equipment anchored to the sea floor and underwater gliders collect real-time data, allowing scientists to monitor ocean health — including shifts in ocean chemistry and changes to the powerful currents that drive global weather and climate.</p><p>The initiative was slated to operate for three decades, but on May 21, the National Science Foundation — which runs the system through federal funding — announced it would be removing equipment from a number of sites, including ones off the coasts of Alaska, North Carolina and Greenland.</p><p>The move sparked fierce bipartisan backlash on Capitol Hill. Oregon Sen. Jeff Merkley called out the decision, saying “dismantling the Ocean Observatories Initiative is supreme stupidity, costing taxpayers millions of dollars and destroying a vital source of climate data.”</p><p>On Wednesday, Alaska Republican Sen. Lisa Murkowski joined Merkley to pass bipartisan legislation to block the use of federal funds to dismantle the system until the NSF conducts a “thorough review and assessment” of the network with input from scientists and coastal communities.</p><p>The foundation responded Thursday, saying it “remains committed to ocean sciences, to responsible stewardship of its research infrastructure and to supporting the stakeholders that depend on it.”</p><p>Experts had feared the United States was taking its eyes off the oceans at a time when climate change is fueling devastating storms — and following an alarming study into a so-called “cold blob” or “warming hole” in the North Atlantic Ocean, south of Greenland and Iceland, which has cooled by nearly 1.8 degrees Fahrenheit since 1900.</p><p>The Atlantic Meridional Overturning Circulation, known as AMOC, works like a conveyor belt — pulling warm water from the tropics to the Northern Hemisphere, where it cools, sinks and flows back south. Research suggests the critical system of ocean currents is weakening as human-driven global warming causes ice to melt and sends a surge of freshwater into the ocean, disrupting the currents’ delicate balance of heat and salinity.</p><p>Some scientists are now warning that AMOC is heading toward a breaking point that could occur as early as this century. If it were to collapse, it would be a global catastrophe — causing sea levels to rise on the East Coast of the United States, plunging Europe into a deep freeze and shifting the monsoon in Africa, leading to prolonged droughts.</p><p>The Trump administration has not commented on the bipartisan legislation or explained why it decided to cut funding in the first place.</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[Is Cuba serious about free market reforms? Expert says promised changes likely come ‘too late’]]></title><link>https://www.local10.com/news/local/2026/06/19/is-cuba-serious-about-free-market-reforms-expert-says-promised-changes-likely-come-too-late/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/is-cuba-serious-about-free-market-reforms-expert-says-promised-changes-likely-come-too-late/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Reactions from Cubans ranged from skepticism to cautious optimism over whether the island nation can actually implement the sweeping economic reforms its National Assembly voted to approve.]]></description><pubDate>Fri, 19 Jun 2026 20:49:01 +0000</pubDate><content:encoded><![CDATA[<p>Reactions from Cubans ranged from skepticism to cautious optimism over whether the island nation can actually implement the <a href="https://www.local10.com/business/2026/06/18/cubas-communist-party-approves-emergency-economic-plan-opening-to-private-enterprise/" target="_self" rel="" title="https://www.local10.com/business/2026/06/18/cubas-communist-party-approves-emergency-economic-plan-opening-to-private-enterprise/">sweeping economic reforms</a> its National Assembly voted to approve.</p><p><a href="https://www.local10.com/espanol/2026/06/19/va-en-serio-cuba-con-las-reformas-de-libre-mercado-experto-dice-que-los-cambios-prometidos-probablemente-llegan-demasiado-tarde/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/va-en-serio-cuba-con-las-reformas-de-libre-mercado-experto-dice-que-los-cambios-prometidos-probablemente-llegan-demasiado-tarde/">Leer en español</a></p><p>The reforms include unprecedented free-market measures aimed at opening up the struggling island’s economy as pressure from the U.S. and the European Union heightens.</p><p>“We are at a moment when what we have is not working, and if new measures come, even if they are capitalist, but the population can improve, eat better and stay afloat, then the measures are welcome,” state sector worker Omara Oliva said.</p><p>Havana resident Olian Valdes said, “First: let’s see if they are implemented. Second: let’s see if it is a principle, but they have something behind it, as usual when they say it is blue and then they tell you ‘No, it is Prussian blue,’ so that has to be seen. </p><p>“In my opinion, the ordinary Cuban doesn’t care whether they do it or not, because they have nowhere to invest, nothing to do, and they will benefit the minimum, because more resources may enter the country, but the prices with the salary are going to be the same.”</p><p>The announcement comes after months of increasing pressure from the U.S. and high-level talks between the two countries that have included Raúl Castro’s grandson, Raúl Guillermo Rodríguez Castro, who told an international audience that the country poses no threat to the U.S.</p><p>The U.S. has levied numerous sanctions against Cuba and has indicted Raúl Castro in connection with the 1996 downing of two civilian planes operated by Miami exiles.</p><p>President Miguel Díaz-Canel said the emergency plan and the policy document prepared by the Communist Party’s Central Committee were shaped by the experiences of China and Vietnam, two communist countries that have introduced market-oriented economic reforms while maintaining one-party rule.</p><p>Count Local 10 Cuba analyst Andy Gomez among the skeptics of the recent move.</p><p>“This is like reshuffling the chairs on the Titanic after hitting the iceberg,” he said. “These reforms are probably 60 years too late.”</p><p>Gomez said in his view, the communist island doesn’t have the infrastructure in place to actually execute on the more than 175 reform proposals that would ― for the first time since 1959 ― privatize large sectors of its socialist economy.</p><p><b>Extended interview:</b></p><p>That includes opening the door to private banks to private real estate development.</p><p>“I don’t see in any of the stuff that I have read in the reforms that they introduced (Thursday) that gives the foreign investor the confidence of investigating Cuba, making sure that their money is safe,” he said. “So we have to wait and see.”</p><p>It all comes as the European Parliament passed <a href="https://www.europarl.europa.eu/doceo/document/TA-10-2026-0229_EN.pdf" target="_self" rel="" title="https://www.europarl.europa.eu/doceo/document/TA-10-2026-0229_EN.pdf">a resolution</a> calling for human rights sanctions in a move Gomez said “further isolates Cuba.”</p><p>“The humanitarian emergency is not the product of any external embargo,” the resolution states, “But the direct consequences of the regime’s own model and failures.</p><p>Embodied, it goes on to say, by GAESA — a Cuban military conglomerate the resolution describes as corrupt.</p><p>“The only step that they can take is to take some of the money that GAESA, the military economic conglomerate, has assets and begin to implement them and help the Cuban people,” Gomez said. “I don’t think they will.”</p><p>He added, “People need to understand (that) this is no longer a Marxist ideology. This is a mafia. This is a group of people that have taken the monies that they have made through GAESA. And we see it from their kids and grandkids living all over the world like millionaires.”</p><p>As for when political change may come to the island, Gomez said “it’s going to take time.”</p><p>“Here we are in the United States celebrating this year 250 years of democracy,” he said. “And I would say that our civil society in the United States right now has some serious cracks in the system.”</p><p>That, he said, underscores the idea that building an open, plural democracy in the country is far from a quick endeavor.</p><p><i>Associated Press reporter Andrea Rodriguez contributed to this report.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Juneteenth brings generations together at North Miami’s Griffing Park]]></title><link>https://www.local10.com/news/local/2026/06/19/juneteenth-brings-generations-together-at-north-miamis-griffing-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/juneteenth-brings-generations-together-at-north-miamis-griffing-park/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Juneteenth -- Freedom Day -- drew young and old to North Miami’s Griffing Park Friday to celebrate freedom, culture and community.]]></description><pubDate>Fri, 19 Jun 2026 22:22:50 +0000</pubDate><content:encoded><![CDATA[<p>Juneteenth -- Freedom Day -- drew young and old to North Miami’s Griffing Park Friday to celebrate freedom, culture and community.</p><p>Vendors set up across the park, offering handmade jewelry and bold statement pieces crafted with African fabrics and beads -- items that carry meaning beyond their appearance.</p><p>“We want to be able to find something that says this is from home,” said vendor Ruky Afanu. “You’re not from Ghana or anywhere from Africa but you can use these things to say this is us. This is a part of our representation.”</p><p>The holiday commemorates the day the last enslaved African Americans in Texas learned they were free -- more than two years after the Emancipation Proclamation. And while people gathered from different backgrounds, organizers say that’s part of the power of the day.</p><p>“I think we are all one people,” Afanu said. “Our great grandfathers, ancestors are from Africa. We are one people.”</p><p>Juneteenth is celebrated one day a year, but a group of young ambassadors from different Miami neighborhoods are on a mission to keep that conversation going the other 364 days.</p><p>Constance Robinson, founder of the South Florida Miss Juneteenth pageant, said she created it after realizing how many people were unfamiliar with the holiday.</p><p>“I created a pageant that had a base in our city so they can spread the freedoms that we share,” Robinson said.</p><p>South Florida’s reigning Miss Juneteenth, Ciara Johnson, said visibility is key to keeping the history alive.</p><p>“It’s not talked about enough,” Johnson said. “The more they see us, the more it gets talked about.”</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[Video shows man beating, kidnapping girlfriend in Miami Springs, police say]]></title><link>https://www.local10.com/news/local/2026/06/19/video-shows-man-beating-kidnapping-girlfriend-in-miami-springs-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/video-shows-man-beating-kidnapping-girlfriend-in-miami-springs-police-say/</guid><dc:creator><![CDATA[Chris Gothner, Brett Knese]]></dc:creator><description><![CDATA[Officials with the Miami Springs Police Department released video on Friday showing what they said was a violent domestic kidnapping within the city the day prior.]]></description><pubDate>Fri, 19 Jun 2026 21:50:29 +0000</pubDate><content:encoded><![CDATA[<p>Officials with the Miami Springs Police Department released video on Friday showing what they said was a violent domestic kidnapping within the city the day prior.</p><p><a href="https://www.local10.com/espanol/2026/06/19/policia-video-muestra-a-hombre-golpeando-y-secuestrando-a-su-novia-en-miami-springs/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/policia-video-muestra-a-hombre-golpeando-y-secuestrando-a-su-novia-en-miami-springs/">Leer en español</a></p><p>Authorities said it happened just before 11 a.m. Thursday in the 3900 block of Northwest South River Drive.</p><p>Police said the video shows Andre Christian Lopez, 31, stopping his vehicle and pulling his girlfriend back inside as she tried to escape.</p><p>They said she eventually managed to break free, but Lopez chased after her and began kicking her in the head, pushing her to the ground and later bashing her head against the SUV as he forced her back inside. Police said she was able to successfully escape again a few minutes later.</p><p>Authorities said a Miami-Dade Sheriff’s Office deputy eventually found Lopez in the 1700 block of Northwest 81st Street, in the unincorporated West Little River area, and took him into custody.</p><p>In an interview with Miami Springs police, he admitted to beating his girlfriend, calling it a “regular occurrence,” according to an MSPD report.</p><p>Police said Lopez’s girlfriend was uncooperative and told officers she didn’t want anyone to get in trouble.</p><p>Jail records show Lopez, facing charges of kidnapping and battery, was being held without bond in the Turner Guilford Knight Correctional Center as of Friday afternoon.</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[Policía: Video muestra a hombre golpeando y secuestrando a su novia en Miami Springs]]></title><link>https://www.local10.com/espanol/2026/06/19/policia-video-muestra-a-hombre-golpeando-y-secuestrando-a-su-novia-en-miami-springs/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/policia-video-muestra-a-hombre-golpeando-y-secuestrando-a-su-novia-en-miami-springs/</guid><dc:creator><![CDATA[Chris Gothner, Brett Knese]]></dc:creator><description><![CDATA[Funcionarios del Departamento de Policía de Miami Springs divulgaron el viernes un video que, según dijeron, muestra un violento secuestro por violencia doméstica ocurrido en la ciudad el día anterior.]]></description><pubDate>Fri, 19 Jun 2026 22:21:38 +0000</pubDate><content:encoded><![CDATA[<p>Funcionarios del Departamento de Policía de Miami Springs divulgaron el viernes un video que, según dijeron, muestra un violento secuestro por violencia doméstica ocurrido en la ciudad el día anterior.</p><p>Las autoridades informaron que ocurrió poco antes de las 11 a.m. del jueves en la cuadra 3900 de Northwest South River Drive.</p><p>La policía indicó que el video muestra a Andre Christian Lopez, de 31 años, deteniendo su vehículo y obligando a su novia a regresar al interior mientras ella intentaba escapar.</p><p>Según las autoridades, ella logró liberarse inicialmente, pero Lopez la persiguió y comenzó a patearla en la cabeza, la empujó al suelo y posteriormente le golpeó la cabeza contra la SUV mientras la obligaba a volver al vehículo. La policía dijo que ella logró escapar nuevamente unos minutos después.</p><p>Las autoridades informaron que un agente de la Oficina del Sheriff de Miami-Dade finalmente localizó a Lopez en la cuadra 1700 de Northwest 81st Street, en el área no incorporada de West Little River, y lo arrestó.</p><p>Durante una entrevista con la Policía de Miami Springs, admitió haber golpeado a su novia y calificó el hecho como algo “habitual”, según un informe del MSPD.</p><p>La policía indicó que la novia de Lopez no cooperó con la investigación y les dijo a los agentes que no quería que nadie se metiera en problemas.</p><p>Los registros de la cárcel muestran que Lopez, quien enfrenta cargos de secuestro y agresión, permanecía detenido sin derecho a fianza en el Centro Correccional Turner Guilford Knight hasta la tarde del viernes.</p>]]></content:encoded></item><item><title><![CDATA[Boy, 17, airlifted after Florida City shooting]]></title><link>https://www.local10.com/news/local/2026/06/19/boy-17-airlifted-after-florida-city-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/boy-17-airlifted-after-florida-city-shooting/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A 17-year-old boy was injured in a shooting in Florida City early Friday evening, police said.]]></description><pubDate>Fri, 19 Jun 2026 22:19:51 +0000</pubDate><content:encoded><![CDATA[<p>A 17-year-old boy was injured in a shooting in Florida City early Friday evening, police said.</p><p>Sgt. David Hunsberger, a spokesperson for the Florida City Police Department, said the teen was shot in the leg in the 1700 block of Northwest Third Terrace.</p><p>Hunsberger said medics airlifted the boy to Jackson South Medical Center and described his condition as “stable.”</p><p>He said detectives “are on scene and are actively working on this incident.”</p><p>Police did not release any details about possible suspects.</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/BBCJC5COYVHYLEJ7KIIMHM6V2I.png?auth=49b94feab66c21fad4f040b31d0e1d4f2ec3fea2d7d3131e7425e25f0d3b79aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Cierran tramos de SW 8th St. y Florida’s Turnpike por incendios forestales en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/19/incendios-forestales-continuan-enviando-humo-a-los-cielos-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/incendios-forestales-continuan-enviando-humo-a-los-cielos-del-sur-de-florida/</guid><dc:creator><![CDATA[Jolena Esperto, Chris Gothner, Janine Stanwood]]></dc:creator><description><![CDATA[Tres incendios forestales en el condado Miami-Dade continuaron enviando humo a los cielos del sur de Florida el viernes.]]></description><pubDate>Fri, 19 Jun 2026 17:59:45 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/espanol/2026/06/18/bombero-sufre-reaccion-alergica-mientras-combate-incendios-forestales-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/bombero-sufre-reaccion-alergica-mientras-combate-incendios-forestales-en-miami-dade/">Tres incendios forestales</a> en el condado Miami-Dade continuaron enviando humo a los cielos del sur de Florida el viernes y también provocaron cierres de carreteras.</p><p>Uno de los incendios forestales, denominado “Quarry 2”, al este de Krome Avenue, ha sido el más extenso, consumiendo más de 17,000 acres hasta el viernes.</p><p>Esto provocó varios cierres de carreteras en Miami-Dade.</p><p>Las autoridades continuaron cerrando Krome Avenue entre Okeechobee Road y Southwest Eighth Street.</p><p>Además, el viernes, las autoridades cerraron los carriles en dirección sur de la autopista Florida’s Turnpike desde Okeechobee Road hasta Northwest 41st Street.</p><p>Los agentes de la Patrulla de Carreteras también cerraron Southwest Eighth Street, conocida como Tamiami Trail, desde Krome Avenue hasta State Road 29 en el condado Collier.</p><p>Las cenizas de los tres incendios forestales se desplazaron por millas durante la semana.</p><p>Patrick Mahoney, del Servicio Forestal de Florida, dijo que el clima no ha ayudado.</p><p>“El calor y el viento han sido un problema, pero también la sequía”, dijo. “Quiero decir, todavía está muy seco por aquí”.</p><p>Las malas condiciones llevaron a equipos de varias agencias a trabajar día y noche para evitar que el incendio se siguiera propagando desde el aire. Helicópteros arrojaron cubos de agua sobre el incendio.</p><p>“Nuestros bomberos están haciendo un gran trabajo”, dijo Mahoney. “Para esto entrenamos. Esto es lo que hacemos”.</p><p>El jueves, un bombero del Servicio Forestal de Florida fue trasladado de urgencia a un hospital del área tras sufrir un episodio relacionado con el calor, pero se espera que se recupere.</p>]]></content:encoded></item><item><title><![CDATA[Arthur’s remnants leave a trail of devastating flooding across the Deep South]]></title><link>https://www.local10.com/weather/hurricane/2026/06/19/arthurs-remnants-leave-a-trail-of-devastating-flooding-across-the-deep-south/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/19/arthurs-remnants-leave-a-trail-of-devastating-flooding-across-the-deep-south/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Tropical Storm Arthur lasted only 12 hours as a named storm on Wednesday – one of the shortest-lived named storms in Atlantic basin records – but its stormy, water-logged remnants dragged a slug of torrential rains and severe weather through parts of the Deep South on Thursday, leading to widespread, devastating flooding from south and central Louisiana to southeastern Mississippi and lower Alabama.]]></description><pubDate>Fri, 19 Jun 2026 14:50:35 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Storm Arthur lasted only 12 hours as a named storm on Wednesday – one of the shortest-lived named storms in Atlantic basin records – but its stormy, water-logged remnants dragged a slug of torrential rains and severe weather through parts of the Deep South on Thursday, leading to widespread, devastating flooding from south and central Louisiana to southeastern Mississippi and lower Alabama.</p><p><a href="https://www.local10.com/espanol/2026/06/19/remanentes-de-arthur-dejan-rastro-de-devastadoras-inundaciones-en-el-sur-profundo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/remanentes-de-arthur-dejan-rastro-de-devastadoras-inundaciones-en-el-sur-profundo/">Leer en español</a></p><p>Many of the hardest hit areas saw rainfall rates top 3 inches an hour, an incredible rate that triggered rapid water rises, spawning numerous flash flood emergencies yesterday, with floodwaters overrunning roads and pouring into homes, launching dozens of high-water rescues along parts of the Gulf Coast.</p><p>The New Orleans National Weather Service Office, which covers southeastern Louisiana and coastal Mississippi, issued 18 flash flood warnings on Thursday across their parish and county warning area, the second most issued of any calendar day for the office going back nearly 40 years, and second only to Aug. 12, 2016, during one of Louisiana’s worst floods in recent memory.</p><figure><img src="https://www.local10.com/resizer/v2/WXC3RGYSQVDU7IDA3AOXG5EWMU.png?auth=193e513e6fc695ecf97612481daec1299d8bb04fef57d45a339156e10f6861b5&smart=true&width=1200&height=900" alt="Most flash flood warnings issued by calendar day by the National Weather Service Office in New Orleans. Thursday saw the second most flash flood warnings issued for the office of any single calendar day going back nearly 40 years, and second only to the August 2016 Louisiana floods, one of the worst flooding events in recent memory for the state. Plot credit: Iowa Environmental Mesonet." height="900" width="1200"/><figcaption>Most flash flood warnings issued by calendar day by the National Weather Service Office in New Orleans. Thursday saw the second most flash flood warnings issued for the office of any single calendar day going back nearly 40 years, and second only to the August 2016 Louisiana floods, one of the worst flooding events in recent memory for the state. Plot credit: Iowa Environmental Mesonet.</figcaption></figure><p><a href="https://apnews.com/article/severe-weather-gulf-coast-midwest-e2a4a7131a85faf929f35d37bb75a742" rel="">According to the Associated Press</a>, nearly 200 homes were flooded in rural Avoyelles Parish in east-central Louisiana, about 30 miles southeast of Alexandria. A privately-owned <a href="https://www.weather.gov/wrh/timeseries?site=F0338&amp;hours=72" rel="">rain gauge at nearby Plaucheville, Louisiana</a> – part of the Citizen Weather Observing Program (CWOP) volunteer-based weather observing network – reported a whopping 23.35 inches of rain in 24 hours, with nearly all of it falling in a 6-hour period between 6 AM and noon local on Thursday. If verified by the National Weather Service, this would set a record for the most rainfall in a 24-hour period ever observed in the state of Louisiana, according to <a href="https://www.ncei.noaa.gov/access/monitoring/scec/records/all/maxp" rel="">records maintained by NOAA</a> (the current 24-hour rainfall record for Louisiana is 22 inches in Hackberry, Louisiana, from Aug. 28-29, 1962).</p><p>Over a foot of rain was also recorded on Thursday just inland of Gulfport-Biloxi along the Mississippi Gulf Coast. Meanwhile, 4.49 inches of rain fell to the east at Mobile Regional Airport, <a href="https://x.com/NWSMobile/status/2067863193926373574" rel="">nearly doubling the previous record for the day</a> set in 2004, though higher totals nearing double-digits were reported along I-65 just north of Mobile <a href="https://www.weather.gov/wrh/timeseries?site=USA5&amp;hours=72" rel="">near Saraland</a>.</p><p>Nearly 100 reports of damage from high winds associated with Arthur’s remnants were confirmed across the southeast U.S., with the bulk of wind damage focused over western and central Georgia. A few tornadoes across southern Louisiana and Mississippi have also been confirmed so far from Thursday.</p><h3><b>Flooding lingers in post-Arthur’s wake</b></h3><p>Moderate to major river flooding will persist along the I-10 corridor across the central Gulf Coast in the wake of Thursday’s intense rainfall.</p><p>Although rainfall totals will be generally lower today than Thursday, due to saturated soils and the possibility of locally high rainfall rates from slow-moving storms, a moderate risk (threat level 3 of 4) remains for parts of the central Gulf Coast through Saturday morning, which could lead to additional scattered flash flooding.</p><figure><img src="https://www.local10.com/resizer/v2/IDHJFOOLENBRPOQAVCIZCFN7TM.png?auth=5c4606b88efd58bf02b4b2c9dc68e58671e961de6078a8f7233437fe72c82b0f&smart=true&width=1200&height=900" alt="Excessive rainfall outlook from the National Weather Service Weather Prediction Center through Saturday morning. A moderate risk (threat level 3 of 4) of heavy rainfall is forecast for parts of the central Gulf Coast, as scattered flash flooding will linger in the wake of Thursday’s heavy rainfall. Credit: Pivotal Weather." height="900" width="1200"/><figcaption>Excessive rainfall outlook from the National Weather Service Weather Prediction Center through Saturday morning. A moderate risk (threat level 3 of 4) of heavy rainfall is forecast for parts of the central Gulf Coast, as scattered flash flooding will linger in the wake of Thursday’s heavy rainfall. Credit: Pivotal Weather.</figcaption></figure><h3><b>Arthur’s remnants bailing into the western Atlantic, re-development unlikely</b></h3><p>The remnant low-pressure that was once Tropical Storm Arthur was being swept eastward through the Carolinas Friday morning ahead of an advancing cold front. </p><figure><img src="https://www.local10.com/resizer/v2/CCJ5QS5TAZARTGMK2O66GIHUVQ.PNG?auth=c95d0db084625b211c9cdc9b21c9c93457b9b756f5d9da1ec6591fca97a0ed3c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The low-pressure system will swing off the Carolina coast by Friday afternoon and head quickly into the western Atlantic. While models show an outside shot at re-development over the open Atlantic into early Saturday, any re-development will come primarily from non-tropical processes, and its proximity to frontal boundaries will keep the low-pressure area either non-tropical or subtropical at best.</p><p>Regardless of re-development, the low-pressure area will get whisked out to sea over the weekend and poses no additional threat to land.</p><p>Otherwise, tropical development isn’t expected across the rest of the Atlantic basin through 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/PKN5DDSPYRAOXGRYTERIUJUS6Y.png?auth=70cc511f85f43c573acc1c17467f5d0598847afa5e6b575a80aa82e11dd81d36&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Rainfall reports and radar-estimated rainfall totals since Tuesday showing widespread areas of heavy rainfall eclipsing 20 inches across the Deep South. Credit: National Weather Service.]]></media:description></media:content></item><item><title><![CDATA[Portions of SW 8th St., Turnpike close as brush fires burn in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/19/brush-fires-continue-to-send-smoke-into-south-florida-skies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/brush-fires-continue-to-send-smoke-into-south-florida-skies/</guid><dc:creator><![CDATA[Jolena Esperto, Chris Gothner, Janine Stanwood]]></dc:creator><description><![CDATA[Three brush fires in Miami-Dade County continued to send smoke into South Florida skies on Friday.]]></description><pubDate>Fri, 19 Jun 2026 17:41:48 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/06/18/firefighter-suffers-allergic-reaction-while-working-at-wildfires-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/18/firefighter-suffers-allergic-reaction-while-working-at-wildfires-in-miami-dade/">Three brush fires</a> in Miami-Dade County continued to send smoke into South Florida skies on Friday and also led to road closures.</p><p><a href="https://www.local10.com/espanol/2026/06/19/incendios-forestales-continuan-enviando-humo-a-los-cielos-del-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/incendios-forestales-continuan-enviando-humo-a-los-cielos-del-sur-de-florida/">Leer en español</a></p><p>One of the wildfires, dubbed “Quarry 2,” east of Krome Avenue, has been the most widespread, burning more than 17,000 acres as of Friday. It was 80% contained as of Friday afternoon.</p><p>It led to several road closures in Miami-Dade.</p><p>Officials continued to close Krome Avenue between Okeechobee Road and Southwest Eighth Street. </p><p>Additionally, on Friday, officials closed the southbound lanes of Florida’s Turnpike from Okeechobee Road to Northwest 41st Street.</p><p>State troopers also closed Southwest Eighth Street, also known as the Tamiami Trail, from Krome Avenue to State Road 29 in Collier County.</p><p>Ash from three brush fires drifted for miles during the week.</p><p>Patrick Mahoney, with the Florida Forest Service, said the weather hasn’t helped.</p><p>“Heat and wind has been an issue, but also the drought,” he said. “I mean, it’s still very dry through here.”</p><p>Bad conditions led to crews across several agencies working around the clock to stop the blaze from spreading from above. Helicopters dumped buckets of water on the inferno.</p><p>“Our firefighters are doing a great job,” Mahoney said. “This is what we train for. This is what we do.”</p><p>On Thursday, a firefighter with the FFS was rushed to an area hospital after a heat-related episode, but he’s expected to be OK.</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[Boy, 4, dies at hospital after being pulled from pool in North Lauderdale, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/19/child-hospitalized-after-being-pulled-from-pool-in-north-lauderdale-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/child-hospitalized-after-being-pulled-from-pool-in-north-lauderdale-first-responders-say/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[A 4-year-old boy has died after being pulled from a pool Friday morning in North Lauderdale, according to deputies with the Broward Sheriff’s Office. ]]></description><pubDate>Fri, 19 Jun 2026 16:29:51 +0000</pubDate><content:encoded><![CDATA[<p>A 4-year-old boy has died after being pulled from a pool Friday morning in North Lauderdale, according to deputies with the Broward Sheriff’s Office. </p><p><a href="https://www.local10.com/espanol/2026/06/19/trasladan-a-menor-al-hospital-tras-ser-sacado-de-una-piscina-en-north-lauderdale-dicen-socorristas-de-emergencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/trasladan-a-menor-al-hospital-tras-ser-sacado-de-una-piscina-en-north-lauderdale-dicen-socorristas-de-emergencia/">Leer en español</a></p><p>BSO officials told Local 10 News that 911 dispatchers received a call at approximately 10:08 a.m. reporting a possible drowning involving a boy in a pool at a home near the 1600 block of Southwest 63rd Terrace.</p><p>Authorities said BSO deputies and North Lauderdale Fire Rescue crews responded to the scene and transported the boy to Broward Health Coral Springs, where he was later pronounced dead. </p><p>Authorities have not released the boy’s identity. </p><p>“I’m so sorry for your loss. I have experienced something like this. My younger sibling passed away due to drowning, so I understand what you’re going through,” a neighbor said in a message to the family while speaking to Local 10’s Rosh Lowe.</p><p>Sky 10 flew over the scene just before 11 a.m., as Broward Sheriff’s Office deputies and fire rescue crews were outside the home. Crime scene tape could be seen around the pool area as authorities continued to investigate. </p><p>Investigators said BSO Homicide Unit detectives are investigating the circumstances surrounding the incident.</p><p>BSO officials said adults should closely and constantly supervise children around water, avoid distractions while monitoring them, keep small children within arm’s reach and use safety barriers such as fencing, locks, alarms or sensors to prevent access to pool areas.</p><p>Officials also recommend teaching children how to swim or float on their backs, keeping rescue equipment and a phone nearby, and learning CPR.</p><p>Broward County offers water safety information and swim lessons through its <a href="https://watersmartbroward.org/" target="_self" rel="" title="https://watersmartbroward.org/">Water Smart Broward</a> program.</p><p>No other details about the incident were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Deputies seek missing Deerfield Beach woman with mental illness ]]></title><link>https://www.local10.com/news/local/2026/06/19/deputies-seek-missing-deerfield-beach-woman-with-mental-illness/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/deputies-seek-missing-deerfield-beach-woman-with-mental-illness/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives with the Broward Sheriff’s Office Missing Persons Unit are seeking the public’s help in locating a 58-year-old woman who they say was reported missing. ]]></description><pubDate>Fri, 19 Jun 2026 20:53:56 +0000</pubDate><content:encoded><![CDATA[<p>Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help Friday in locating a 58-year-old woman who they say was reported missing. </p><p><a href="https://www.local10.com/espanol/2026/06/19/buscan-a-mujer-de-deerfield-beach-con-enfermedad-mental-reportada-como-desaparecida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/buscan-a-mujer-de-deerfield-beach-con-enfermedad-mental-reportada-como-desaparecida/">Leer en español</a></p><p>According to investigators, Mary Ann Dubatowka. was last seen at approximately 10 p.m. Tuesday near the 400 block of Tilford West in Deerfield Beach. </p><p>Authorities said Dubatowka was last seen wearing a white nightgown.</p><p>They said Dubatowka is approximately 5 feet, 9 inches tall, weighs about 150 pounds, and has blonde hair and blue eyes.</p><p>According to her family, Dubatowka experiences mental illness.</p><p>Anyone with information on her whereabouts is urged to contact BSO Missing Persons Detective Leonard Charla at 954-321-4274 or the BSO non-emergency number at 954-764-4357. </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/P75BKL7IV5BAJCQTBGLFJSUJG4.jpg?auth=90964f307e61dbe974d5848cb48e71188f9356ef1d3b5ff470659096d823514c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Buscan a mujer de Deerfield Beach con enfermedad mental reportada como desaparecida]]></title><link>https://www.local10.com/espanol/2026/06/19/buscan-a-mujer-de-deerfield-beach-con-enfermedad-mental-reportada-como-desaparecida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/buscan-a-mujer-de-deerfield-beach-con-enfermedad-mental-reportada-como-desaparecida/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward buscan la ayuda del público para localizar a una mujer de 58 años que, según informaron, fue reportada como desaparecida.]]></description><pubDate>Fri, 19 Jun 2026 21:46:21 +0000</pubDate><content:encoded><![CDATA[<p>Los detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward solicitaron la ayuda del público el viernes para localizar a una mujer de 58 años que, según informaron, fue reportada como desaparecida.</p><p>Según los investigadores, Mary Ann Dubatowka fue vista por última vez aproximadamente a las 10 p.m. del martes cerca de la cuadra 400 de Tilford West en Deerfield Beach.</p><p>Las autoridades dijeron que Dubatowka fue vista por última vez usando un camisón blanco.</p><p>Indicaron que Dubatowka mide aproximadamente 5 pies y 9 pulgadas de estatura, pesa alrededor de 150 libras y tiene cabello rubio y ojos azules.</p><p>Según su familia, Dubatowka padece una enfermedad mental.</p><p>Cualquier persona con información sobre su paradero debe comunicarse con el detective Leonard Charla, de la Unidad de Personas Desaparecidas de la BSO, al 954-321-4274 o con la línea de no emergencias de la BSO al 954-764-4357.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P75BKL7IV5BAJCQTBGLFJSUJG4.jpg?auth=90964f307e61dbe974d5848cb48e71188f9356ef1d3b5ff470659096d823514c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Reportan varias personas heridas en robos armados de vehículos en Miami-Dade; sospechoso bajo custodia]]></title><link>https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola, Terrell Forney]]></dc:creator><description><![CDATA[Un hombre lucha por su vida después de ser golpeado y apuñalado durante un robo armado de vehículo que los investigadores creen que podría estar relacionado con una serie de delitos violentos ocurridos el jueves por la noche en el suroeste de Miami-Dade.]]></description><pubDate>Fri, 19 Jun 2026 13:24:44 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre lucha por su vida después de ser golpeado y apuñalado durante un robo armado de vehículo que los investigadores creen que podría estar relacionado con una serie de delitos violentos ocurridos el jueves por la noche en el suroeste de Miami-Dade.</p><p>Según la Oficina del Sheriff de Miami-Dade, el primer ataque ocurrió poco antes de las 8:45 p.m. cerca de Southwest 67th Avenue y 40th Street.</p><p>Los agentes informaron que un hombre fue golpeado, apuñalado y despojado de su vehículo durante un robo armado de vehículo.</p><p>Personal de Miami-Dade Fire Rescue trasladó a la víctima a un hospital local en estado crítico.</p><p>Según el detective Angel Rodriguez, el sospechoso huyó del lugar en el vehículo de la víctima, pero la violencia no terminó allí.</p><p>Poco tiempo después, los agentes respondieron a otros dos robos armados y robos de vehículos. El primero fue reportado cerca de Southwest 137th Avenue y 56th Street, seguido por otro en una gasolinera cerca de Southwest 157th Avenue y 88th Street.</p><p>Las víctimas de esos incidentes fueron hospitalizadas, pero se encuentran en condición estable, dijo Rodriguez.</p><p>Mientras los agentes buscaban a los responsables, localizaron uno de los vehículos robados en el área de Southwest 152nd Avenue y 72nd Street y observaron a una persona que coincidía con la descripción del sospechoso huyendo del lugar, dijo Rodriguez.</p><p>Según Rodriguez, el sospechoso fue puesto bajo custodia después de que los agentes lo persiguieran a pie.</p><p>Los detectives de robos ahora trabajan para determinar si el sospechoso es responsable de los tres incidentes o si participaron sospechosos adicionales en la violenta ola de delitos.</p><p>La investigación continúa en curso. La identidad del sospechoso aún no ha sido divulgada.</p>]]></content:encoded></item><item><title><![CDATA[MDSO: Acusan a hombre de 19 años de crimen de odio por ataque con líquido rociado en vecindario predominantemente judío]]></title><link>https://www.local10.com/espanol/2026/06/19/mdso-acusan-a-hombre-de-19-anos-de-crimen-de-odio-por-ataque-con-liquido-rociado-en-vecindario-predominantemente-judio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/mdso-acusan-a-hombre-de-19-anos-de-crimen-de-odio-por-ataque-con-liquido-rociado-en-vecindario-predominantemente-judio/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 19 años ahora enfrenta cargos por crimen de odio en relación con dos incidentes de agresión ocurridos el mes pasado en un vecindario predominantemente judío del noreste de Miami-Dade, informaron las autoridades el viernes.]]></description><pubDate>Fri, 19 Jun 2026 19:20:19 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 19 años ahora enfrenta cargos por crimen de odio en relación con dos incidentes de agresión ocurridos el mes pasado en un vecindario predominantemente judío del noreste de Miami-Dade, informaron las autoridades el viernes.</p><p>Según la Oficina del Sheriff de Miami-Dade (MDSO), Amir Ayesh fue arrestado después de que dos víctimas distintas fueran rociadas con un líquido desconocido el 9 de mayo por Ayesh, quien pasaba junto a ellas en un vehículo negro.</p><p>Los detectives dijeron que los dos incidentes ocurrieron con apenas minutos de diferencia en el área de Northeast 10th Avenue y 171st Street.</p><p>Las autoridades indicaron que detectives de la Oficina de Seguridad Nacional pudieron vincular a Ayesh con ambos incidentes mediante videos de vigilancia que lo mostraban utilizando una pistola de agua para rociar a las víctimas desde su automóvil.</p><p>Según la detective Samantha Choon, una orden de arresto fue firmada el 11 de junio, acusando a Ayesh de dos cargos de agresión con prejuicio, “un agravante de delito grave según la ley de Florida”.</p><p>Indicó que Ayesh fue detenido el jueves en Plantation con la asistencia del Departamento de Cumplimiento de la Ley de Florida y el Departamento de Policía de Plantation.</p><p>Fue trasladado a la cárcel principal del condado Broward y eventualmente será transferido al condado Miami-Dade.</p><p>“La MDSO sigue comprometida con la investigación de delitos que tengan como objetivo a personas por su raza, religión, etnia u otras características protegidas”, escribió Choon en un correo electrónico enviado a Local 10 News.</p><p>El arresto de Ayesh se produce meses después de que otros <a href="https://www.local10.com/espanol/2026/02/20/policia-duo-en-bentley-cometio-ataque-antisemita-con-pistola-de-agua-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/02/20/policia-duo-en-bentley-cometio-ataque-antisemita-con-pistola-de-agua-en-miami-beach/">dos hombres fueran arrestados por acusaciones similares</a>.</p><p>En ese caso, la Policía de Miami Beach dijo que Michael Dean Emerson, de 19 años y residente de Coral Springs, y Dominic Angelo Martinez, de 18 años y residente de Tamarac, utilizaron una pistola de agua para rociar a un hombre judío en Mid-Beach en enero.</p><p>La policía indicó que el dúo eligió a la víctima debido a su fe.</p><p>Cualquier persona con información adicional relacionada con la investigación más reciente puede llamar a Miami-Dade Crime Stoppers al 305-471-TIPS.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GMRE4OCHRRENFC7SOCAWJ3W7VA.jpg?auth=5c474c4e8fdff4cf6bb8a78988779f24dc510ad3689b3d2941d2c86b1dfc4da7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Investigan posible muerte en el suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una posible investigación por muerte está en curso la mañana del viernes en el suroeste de Miami-Dade.]]></description><pubDate>Fri, 19 Jun 2026 14:36:43 +0000</pubDate><content:encoded><![CDATA[<p>Una posible investigación por muerte está en curso la mañana del viernes en el suroeste de Miami-Dade.</p><p>Sky 10 sobrevoló el área de Southwest 256th Street y 202th Avenue alrededor de las 10:15 a.m., donde una lona amarilla cubría lo que parecía ser un cuerpo afuera de una vivienda en la zona rural.</p><p>Varios agentes de la Oficina del Sheriff de Miami-Dade fueron observados en el lugar.</p><p>Las autoridades no divulgaron de inmediato detalles sobre lo ocurrido, pero Local 10 News tiene un equipo en camino al lugar para obtener más información.</p><p><i>Vea Local 10 News o actualice esta página para conocer las últimas novedades.</i></p>]]></content:encoded></item><item><title><![CDATA[Migrants deported by US to Sierra Leone risk return to countries where they fear persecution]]></title><link>https://www.local10.com/news/world/2026/06/19/migrants-deported-by-us-to-sierra-leone-risk-return-to-countries-where-they-fear-persecution/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/migrants-deported-by-us-to-sierra-leone-risk-return-to-countries-where-they-fear-persecution/</guid><dc:creator><![CDATA[By KEMO CHAM and MARK BANCHEREAU, Associated Press]]></dc:creator><description><![CDATA[FREETOWN, Sierra Leone (AP) — Asylum seekers deported by the U.S. to Sierra Leone risk being sent back to their home countries where they face persecution, according to one of their lawyers and documents seen by The Associated Press, despite prior U.S. court orders barring their deportation to those countries.]]></description><pubDate>Fri, 19 Jun 2026 21:38:20 +0000</pubDate><content:encoded><![CDATA[<p>FREETOWN, Sierra Leone (AP) — Asylum seekers deported by the U.S. to Sierra Leone risk being sent back to their home countries where they face persecution, according to one of their lawyers and documents seen by The Associated Press, despite prior U.S. court orders barring their deportation to those countries.</p><p>About a dozen people deported from the U.S. arrived in Sierra Leone Thursday, the second deportation flight to the country after nine West African migrants landed there last month, Erica Reilly, an attorney representing one of the migrants, said Friday.</p><p>Sierra Leone is one of at least nine other African nations that the U.S. has struck third-country deportation deals with. Authorities have said they are only taking in citizens of West African countries. Several countries in Latin America and the Caribbean have also reached similar agreements with the U.S.</p><p>A briefing pamphlet that lawyers said was distributed to the migrants upon their arrival in the capital, Freetown, reads that the government and contractors are working to “return you home as quickly and safely as possible.”</p><p>The pamphlet, a copy of which was seen by the AP, was distributed by Kenvah Solutions, ⁠a private contractor that the Sierra Leone government said it hired to handle the deportees' accommodation, food, healthcare and transfer.</p><p>The pamphlet describes Sierra Leone as a “temporary transit location,” stating that “no long-term settlement is provided for or permitted.”</p><p>Kenvah Solutions and the Sierra Leonean authorities did not immediately respond to requests for comment.</p><p>Under a series of often-secret agreements, the Trump administration has deported thousands of people to nearly two dozen countries that are not their own, advocates say, all part of the broad U.S. crackdown on immigration. Immigration lawyers said the Trump administration uses deportations to third countries as a legal loophole to indirectly force asylum seekers back to their home countries.</p><p>Sierra Leone’s foreign minister, Timothy Kabba, said last month that the government’s agreement with the Trump administration is supported by a $1.5 million grant from the U.S. government.</p><p>The program is capped at 25 deportees per month and 300 per year, according to the ministry. It did not specify the duration of the arrangement.</p><p>Reilly, the attorney representing a Nigerian man among those deported Thursday, said the migrants had legal protections from U.S. courts to not be deported to their home countries after judges ruled they faced credible fears of persecution. Now they are left with little ability to prevent being sent there.</p><p>“They’re put in a position where they just don’t have a say at all,” Reilly said.</p><p>Earlier this month, rights lawyers filed a case against Equatorial Guinea before Africa’s top human rights body, accusing the central African nation of forcing deportees from the United States back to their home countries in violation of their rights.</p><p>“The U.S. government knows exactly what’s going to happen in the vast majority of these situations,” Reilly said. “Our government is just saying, ‘What happens to them after they leave the United States is not our problem.’”</p><p>___</p><p>Banchereau reported from Dakar, Senegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MWEU7DPBONPY3NYJOGX6NN276Y.jpg?auth=f397a50bef3e3eceafaf44424e1afa82fe873f247366dc80e5b46eaec022b23d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The city of Freetown, Sierra Leone, is seen on April 28, 2024. (AP Photo/Misper Apawu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content></item><item><title><![CDATA[Trump now says either Republican candidate would be a good pick in South Carolina's governor runoff]]></title><link>https://www.local10.com/news/politics/2026/06/19/trump-now-says-either-republican-candidate-would-be-a-good-pick-in-south-carolinas-governor-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/trump-now-says-either-republican-candidate-would-be-a-good-pick-in-south-carolinas-governor-runoff/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — President Donald Trump changed his tune Friday heading into South Carolina's runoff next week, saying either Republican contender for governor — not just Lt. Gov. Pamela Evette, whom he endorsed before the primary earlier this month — would be a good pick.]]></description><pubDate>Fri, 19 Jun 2026 22:16:58 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — President Donald Trump changed his tune Friday heading into South Carolina's runoff next week, saying either Republican contender for governor — not just Lt. Gov. Pamela Evette, whom he endorsed before the primary earlier this month — would be a good pick.</p><p>On his Truth Social platform, Trump praised both Evette and state Attorney General Alan Wilson, writing: “Both have had amazing careers, and have been with me from the beginning. They are MAGA and America First all the way!”</p><p>The move represents a hedging of Trump's bets in a primary season where he has seen some of his endorsed candidates fall short, rare defeats that have stirred doubts about his clout as he approaches the back half of his second term.</p><p>Trump previously gave Evette his “Complete and Total Endorsement." He also said “A BIG added plus” for her campaign is that Henry McMaster Jr. — the son of the current governor, a close ally — may be Evette’s running mate. But the 38-year-old lawyer later said he would not be considered for the post.</p><p>On social media Friday, Evette posted: “I was proud to come in first as President @realDonaldTrump's endorsed candidate for Governor on June 9th. Looking forward to doing it again on June 23rd.”</p><p>Wilson said in a social media post Friday, “I am honored to have the endorsement of President Donald J. Trump.” Swiftly thereafter, Wilson issued a news release which in part enumerated the legal briefs he's filed in support of Trump's policies on issues including restricting birthright citizenship, on which the U.S. Supreme Court has not yet ruled.</p><p>Moments after Trump's double-endorsement post, Sen. Tim Scott of South Carolina said on social media that he was backing Wilson, who he predicted “will lead with humility, courage, and an optimistic vision for our state.”</p><p>A person familiar with Scott’s thinking but not authorized to discuss it publicly told The Associated Press that the senator had been making calls for Wilson, helping fundraise and encouraging Trump to back his candidacy.</p><p>Evette has called Trump’s endorsement a “golden ticket” for Republicans seeking office in South Carolina, but the results have been a mixed bag in other races for governor. The Republican president’s choices in Iowa and Georgia lost this month.</p><p>Has Trump double-barreled a primary endorsement before?</p><p>Just before a 2022 U.S. Senate primary in Missouri between former Gov. Eric Greitens and Attorney General Eric Schmitt, Trump just endorsed “ERIC," presumably meaning either candidate, both of whom claimed the endorsement. Schmitt won the nomination and the office.</p><p>Arizona's primary is not until next month but Trump has been endorsing Republican candidates for governor for the past two years. In late 2024, Trump said that he was endorsing housing developer Karrin Taylor Robson. His choice angered some of his biggest allies in the state, who are suspicious of Robson's long-standing ties to the party's business establishment. Then in April 2025, Trump said he was backing U.S. Rep. Andy Biggs — in addition to Robson.</p><p>How are Trump-endorsed governor candidates doing this year?</p><p>It has been a bit of a jumble when it comes to Trump's 2026 primary picks so far.</p><p>Biotech entrepreneur Vivek Ramaswamy, in Ohio, and U.S. Sen. Tommy Tuberville, in Alabama, secured backing from Trump early in their campaigns for governor, and they went on to dominate their primaries. Like Evette, former state Sen. Mike Mazzei got Trump's backing in his bid for Oklahoma governor in a crowded field without a clear front-runner, and advanced to an Aug. 25 runoff.</p><p>But Trump's chosen gubernatorial candidates have failed in other contests. Aided by more than $100 million — mostly from his personal fortune — billionaire healthcare tycoon Rick Jackson battled his way to the Republican nomination in Georgia over Trump's pick, Lt. Gov. Burt Jones.</p><p>U.S. Rep. Randy Feenstra, endorsed by Trump the same day as Evette, failed in his Iowa governor bid, losing to businessman Zach Lahn.</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QCB6M5QE3CSNQDV6NAL6XXVSBM.jpg?auth=5bbfc2f22834edefda68756d8d4348d8098113eb06d276036fd1d4c0ce43667c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina Lt. Gov. Pamela Evette speaks at an election night watch party after advancing to a GOP primary runoff in the governor's race on Tuesday, June 9, 2026, in Greenville, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3TJG2RPD6Y6EI4YY7VX3KL5X4A.jpg?auth=fc8299cb42f6a6e544f9bc0c0c60ec194d1cd76bf44f3ebbbca87e0296d3534f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - South Carolina Attorney General Alan Wilson speaks to his staff before a South Carolina Legislative Oversight Committee looking at his office Nov. 5, 2025, in Columbia, S.C. (AP Photo/Jeffrey Collins, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Collins</media:credit></media:content></item><item><title><![CDATA[¿Va en serio Cuba con las reformas de libre mercado? Experto dice que los cambios prometidos probablemente llegan “demasiado tarde”]]></title><link>https://www.local10.com/espanol/2026/06/19/va-en-serio-cuba-con-las-reformas-de-libre-mercado-experto-dice-que-los-cambios-prometidos-probablemente-llegan-demasiado-tarde/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/va-en-serio-cuba-con-las-reformas-de-libre-mercado-experto-dice-que-los-cambios-prometidos-probablemente-llegan-demasiado-tarde/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Las reacciones de los cubanos variaron desde el escepticismo hasta un optimismo cauteloso sobre si la nación insular realmente puede implementar las amplias reformas económicas que su Asamblea Nacional aprobó mediante votación.]]></description><pubDate>Fri, 19 Jun 2026 21:35:31 +0000</pubDate><content:encoded><![CDATA[<p>Las reacciones de los cubanos variaron desde el escepticismo hasta un optimismo cauteloso sobre si la nación insular realmente puede implementar las <a href="https://www.local10.com/business/2026/06/18/cubas-communist-party-approves-emergency-economic-plan-opening-to-private-enterprise/" target="_blank" rel="noreferrer" title="https://www.local10.com/business/2026/06/18/cubas-communist-party-approves-emergency-economic-plan-opening-to-private-enterprise/">amplias reformas económicas</a> que su Asamblea Nacional aprobó mediante votación.</p><p>Las reformas incluyen medidas de libre mercado sin precedentes destinadas a abrir la economía de la isla, que atraviesa dificultades, mientras aumenta la presión de Estados Unidos y la Unión Europea.</p><p>“Estamos en un momento en que lo que tenemos no está funcionando y, si llegan nuevas medidas, aunque sean capitalistas, pero la población puede mejorar, comer mejor y mantenerse a flote, entonces las medidas son bienvenidas”, dijo la trabajadora del sector estatal Omara Oliva.</p><p>La residente de La Habana Olian Valdés dijo: “Primero: veamos si se implementan. Segundo: veamos si es un principio, pero tienen algo detrás, como siempre cuando dicen que es azul y luego te dicen: ‘No, es azul de Prusia’, así que eso está por verse.</p><p>“En mi opinión, al cubano común no le importa si lo hacen o no, porque no tiene dónde invertir, no tiene nada que hacer y se beneficiará mínimamente, porque pueden entrar más recursos al país, pero los precios con el salario seguirán siendo los mismos”.</p><p>El anuncio llega después de meses de creciente presión por parte de Estados Unidos y de conversaciones de alto nivel entre ambos países que han incluido al nieto de Raúl Castro, Raúl Guillermo Rodríguez Castro, quien dijo ante una audiencia internacional que el país no representa una amenaza para Estados Unidos.</p><p>Estados Unidos ha impuesto numerosas sanciones contra Cuba y ha acusado a Raúl Castro en relación con el derribo en 1996 de dos aviones civiles operados por exiliados de Miami.</p><p>El presidente Miguel Díaz-Canel dijo que el plan de emergencia y el documento de política preparado por el Comité Central del Partido Comunista fueron moldeados por las experiencias de China y Vietnam, dos países comunistas que han introducido reformas económicas orientadas al mercado mientras mantienen el sistema de partido único.</p><p>Entre los escépticos de esta reciente medida se encuentra el analista de Cuba de Local 10, Andy Gómez.</p><p>“Esto es como reorganizar las sillas del Titanic después de chocar contra el iceberg”, dijo. “Estas reformas probablemente llegan 60 años demasiado tarde”.</p><p>Gómez dijo que, en su opinión, la isla comunista no cuenta con la infraestructura necesaria para ejecutar realmente las más de 175 propuestas de reforma que, por primera vez desde 1959, privatizarían grandes sectores de su economía socialista.</p><p><b>Entrevista ampliada:</b></p><p>Eso incluye abrir la puerta a bancos privados y al desarrollo inmobiliario privado.</p><p>“No veo en nada de lo que he leído sobre las reformas que introdujeron el jueves algo que le dé al inversionista extranjero la confianza para investigar Cuba y asegurarse de que su dinero está seguro”, dijo. “Así que tenemos que esperar y ver”.</p><p>Todo esto ocurre mientras el Parlamento Europeo aprobó una resolución que pide sanciones por derechos humanos, una medida que, según Gómez, “aísla aún más a Cuba”.</p><p>“La emergencia humanitaria no es producto de ningún embargo externo”, señala la <a href="https://www.europarl.europa.eu/doceo/document/TA-10-2026-0229_EN.pdf" target="_blank" rel="noreferrer" title="https://www.europarl.europa.eu/doceo/document/TA-10-2026-0229_EN.pdf">resolución</a>, “sino consecuencia directa del propio modelo y de los fracasos del régimen”.</p><p>La resolución agrega que esto está representado por GAESA, un conglomerado militar cubano que describe como corrupto.</p><p>“El único paso que pueden dar es tomar parte del dinero que tiene en activos GAESA, el conglomerado económico militar, comenzar a utilizarlo y ayudar al pueblo cubano”, dijo Gómez. “No creo que lo hagan”.</p><p>Añadió: “La gente necesita entender que esto ya no es una ideología marxista. Esto es una mafia. Es un grupo de personas que ha tomado el dinero que ha generado a través de GAESA. Y lo vemos en sus hijos y nietos viviendo por todo el mundo como millonarios”.</p><p>Sobre cuándo podría llegar un cambio político a la isla, Gómez dijo que “va a tomar tiempo”.</p><p>“Aquí, en Estados Unidos, estamos celebrando este año 250 años de democracia”, dijo. “Y yo diría que nuestra sociedad civil en Estados Unidos ahora mismo tiene algunas grietas serias en el sistema”.</p><p>Eso, dijo, subraya la idea de que construir una democracia abierta y plural en el país está lejos de ser una tarea rápida.</p><p>La periodista de Associated Press Andrea Rodríguez contribuyó a este informe.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ROMGZVB3SY2PQ3GCQPJMJQ5HU.jpg?auth=e4930a4e409023f0cfecefc5c73109ec0ff533f3d09ca7e435f5b01e2eaa1cb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un trabajador descarga cajas de fruta en un mercado estatal en La Habana, Cuba, el miércoles 17 de junio de 2026. (Foto AP/Jorge Luis Baños)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Dustin Johnson goes from 1 shot behind to scrambling to make the U.S. Open cut]]></title><link>https://www.local10.com/sports/2026/06/19/dustin-johnson-goes-from-1-shot-behind-to-scrambling-to-make-the-us-open-cut/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/dustin-johnson-goes-from-1-shot-behind-to-scrambling-to-make-the-us-open-cut/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Dustin Johnson was one shot out of the lead Friday in the U.S. Open as he walked onto the tee on the par-3 11th, looking like the major contender he once was instead of someone who had been MIA on golf's biggest stages since leaving for LIV Golf.]]></description><pubDate>Fri, 19 Jun 2026 21:35:01 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Dustin Johnson was one shot out of the lead Friday in the U.S. Open as he walked onto the tee on the par-3 11th, looking like the major contender he once was instead of someone who had been MIA on golf's biggest stages since leaving for LIV Golf.</p><p>And then it all changed in a New York minute.</p><p>Four holes later, he was 11 shots behind and scrambling just to make it to the weekend at Shinnecock Hills.</p><p>“Just rocks,” Johnson said.</p><p>It was a little more than pebbles in the sand that caused this stunning meltdown in the second round, but it left him a little dazed and more than a little frustrated.</p><p>His mishaps started on the 11th when a gust knocked down his tee shot and it wound up in the right bunker. The next shot came out soft, rolled back down the false front into another bunker, and he failed to get up-and-down, making double bogey.</p><p>“Where I was standing it felt firm, but it came out soft,” he said of the first sand shot. “These bunkers are very difficult — or at least I'm having a hard time with it.”</p><p>Two soft bogeys followed, one of them on the 13th hole when he had a lob wedge from a 117 yards that went so far it landed on the slope at the back of the green. His pitch went past the pin and off the green and he had to scramble from there.</p><p>But the real damage came on the 15th from the right rough, and a shot that wound up in the right bunker guarding the green. He thought that would be fine, an easy place to make par, until it was anything but that.</p><p>His first shot took a hard turn to the left, went down the false front and into the left bunker. The next shot stayed in the bunker. The third one was a rocket that sailed over the green and caused two volunteers sitting next to the grandstand to scramble for cover.</p><p>“Three in a row with rocks,” Johnson said. “I hit a rock coming out and it shot it straight left. The next one hit a rock and it came out soft. And the third one hit rock and went into the ball.”</p><p>When he chipped cautiously to avoid going back into the bunker, he had a 25-foot putt that nervously ran 3 1/2 by the hole. He made that for 8.</p><p>The upside is he should be safe for the weekend, his third straight cut he made in the majors. But he couldn't help but wonder where he could have been except for the rocks.</p><p>“It's the ones you can't see," Johnson said. “Obviously, the big ones on top you can move them. I could see them but there we in the sand, and it's one of those things whether you can move them. If I move them it would improve my lie.”</p><p>At least he bounced back by hammering a drive — his ball speed has measured as high as 194 mph this week — and a 7-wood to 25 feet on the 615-yard 16th hole for a two-putt birdie. He finished with a pair of pars for a 77 and was at 3-over 143.</p><p>Most frustrating is Johnson, who is in the last year of his U.S. Open exemption from winning in 2016 at Oakmont, felt like he was on the right track. He made a rash decision to change back to the old loft on his irons before the LIV event in South Korea, finished fourth and then tied for fifth in Spain.</p><p>And here he was, chasing Wyndham Clark until he was hanging on by the seat of his pants. He lost an opportunity, but not all hope.</p><p>“The swing is good. I feel good,” Johnson said. “On this golf course, you're never really out of it. A couple of good days, I can get back in the mix.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3V5GA76F47KIGAELOJNQB6KJB4.jpg?auth=edee53e845491bb744c6666df1a0265ded25fa0eb218a31f0101332c3cec5fb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dustin Johnson reacts after missing a putt during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZLW2MIZFIDMBQOVMENWNUOUZQ.jpg?auth=0d400757db787a30af23ed036c5736a8760c629e0cbd661242b3b90c1df89f34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dustin Johnson reacts after missing a putt on the sixth hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2OCTG6DQ7AZV3QJRXF6XWDAIM.jpg?auth=9dadd7f5f40a2eee02bb6c96fcba2afa3dad35e7f0662277ef8bcf1e1bf204b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dustin Johnson watches his tee shot on the fifth hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WPKHKSY5LBPWU45FZAGQNMUXX4.jpg?auth=c2bf591455d5a1290e10ce4e27a2bfbe51aecf69c4987cf283a042dc6d853e33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dustin Johnson lines up a putt on the second hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKIWPR7OOV63L5VHL3LOYVOOTY.jpg?auth=e9733673e1b9bc20fc38c5555eb7fca0848402629d0cb29ea0e3598659d81e25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dustin Johnson waves after his putt on the second hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[MDSO: 1 detained for questioning after man, woman found dead in southwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man has been detained for questioning after another man and a woman were found dead Friday morning in southwest Miami-Dade, authorities confirmed.]]></description><pubDate>Fri, 19 Jun 2026 14:28:22 +0000</pubDate><content:encoded><![CDATA[<p>A man has been detained for questioning after another man and a woman were found dead Friday morning in southwest Miami-Dade, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/">Leer en español</a></p><p>Sky 10 was above the area of Southwest 256<sup>th</sup> Street and 202th Avenue around 10:15 a.m. as a yellow tarp covered what appeared to be a body outside a home in the rural area.</p><p>Multiple Miami-Dade Sheriff’s Office deputies were spotted at the scene.</p><p>A spokesperson for MDSO told Local 10 News that first responders went to the area just after 8:30 a.m. and Miami-Dade Fire Rescue personnel pronounced both victims dead at the scene.</p><p>Authorities said a man was detained for questioning, but the investigation remains ongoing.</p><p>MDSO homicide detectives have assumed the investigation.</p><p>No other details were immediately released.</p><p>Anyone with information is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[MDSO: Multiple people injured in Miami-Dade armed carjackings; suspect arrested]]></title><link>https://www.local10.com/news/local/2026/06/19/mdso-multiple-people-injured-in-miami-dade-armed-carjackings-suspect-in-custody/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/mdso-multiple-people-injured-in-miami-dade-armed-carjackings-suspect-in-custody/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola, Terrell Forney]]></dc:creator><description><![CDATA[A man is fighting for his life after being beaten and stabbed during an armed carjacking that investigators believe is connected to a series of violent crimes across southwest Miami-Dade Thursday night.]]></description><pubDate>Fri, 19 Jun 2026 11:13:05 +0000</pubDate><content:encoded><![CDATA[<p>A man is fighting for his life after being beaten and stabbed during an armed carjacking that investigators believe is connected to a series of violent crimes across southwest Miami-Dade Thursday night.</p><p><a href="https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/">Leer en español</a></p><p>The suspect, Alejandro Martinez, 33, has since been arrested, the Miami-Dade Sheriff’s Office confirmed Friday. </p><p>According to MDSO, the first attack happened shortly before 8:45 p.m. Thursday near Southwest 67th Avenue and 40th Street. </p><p>Deputies said a man was beaten, stabbed and robbed of his vehicle during an armed carjacking. </p><p>Miami-Dade Fire Rescue personnel transported the victim to a local hospital in critical condition.</p><p>According to Detective Angel Rodriguez, Martinez fled the scene in the victim’s vehicle, but the violence did not end there.</p><p>A short time later, deputies responded to two additional armed robberies and carjackings. The first was reported near Southwest 137th Avenue and 56th Street, followed by another at a gas station near Southwest 157th Avenue and 88th Street.</p><p>Surveillance video obtained from a nearby 7-Eleven at Miller Drive and Southwest 137th Avenue shows one of the victims stumbling into the store while holding his neck and suffering from visible injuries to his arm. Other people inside the store appeared to come to the man’s aid.</p><p>Omar Orozco, who was working behind the counter at the time, told Local 10 News that the victim in that case told him he had been robbed.</p><p>“What the guy said who was bleeding said that it happened in the parking lot. He took his phone and his wallet,” Orozco said.</p><p>The victims in those incidents were hospitalized, but are in stable condition, Rodriguez said. </p><p>As deputies searched for the suspect, they located one of the stolen vehicles in the area of Southwest 152<sup>nd</sup> Avenue and 72<sup>nd</sup> Street and spotted a person matching the description of the suspect running away from it, Rodriguez said. </p><p>According to Rodriguez, Martinez was taken into custody after deputies chased him on foot.</p><p>“After interviewing the subject, detectives learned in addition to the armed robberies/carjackings, the individual was also involved in two additional incidents (Midwest and Hammocks Districts) where he beat the victims, causing them to be transported by MDFR to area hospitals (unknown conditions),” Rodriguez said.</p><p>Jail records show Martinez is facing a slew of charges that include attempted felony murder, armed robbery with carjacking, armed robbery with a weapon, aggravated assault with a deadly weapon/ </p><p>As of Friday, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p>The investigation remains ongoing. </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[Israel and Hezbollah agree to halt fighting, officials say, as US-Iran talks hang in the balance]]></title><link>https://www.local10.com/news/world/2026/06/19/israel-and-hezbollah-agree-to-halt-fighting-as-talks-between-the-us-and-iran-hang-in-the-balance/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/israel-and-hezbollah-agree-to-halt-fighting-as-talks-between-the-us-and-iran-hang-in-the-balance/</guid><dc:creator><![CDATA[By ERIN CUNNINGHAM, JON GAMBRELL and AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Israel and the Iranian-backed Hezbollah militant group agreed Friday to halt the heavy fighting in southern Lebanon that had threatened to unravel an interim agreement between the United States and Iran to end their war, officials said. Neither Israel nor Hezbollah immediately confirmed the truce.]]></description><pubDate>Fri, 19 Jun 2026 18:08:51 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Israel and the Iranian-backed Hezbollah militant group agreed Friday to halt the heavy fighting in southern Lebanon that had threatened to unravel an interim agreement between the United States and Iran to end their war, officials said. Neither Israel nor Hezbollah immediately confirmed the truce.</p><p>It came after a heavy exchange of fire killed 47 people in Lebanon and four Israeli soldiers.</p><p>Hezbollah and Israel went to war shortly after the outbreak of the wider conflict, with Hezbollah firing rockets and drones at civilian communities in northern Israel and Israel seizing large swaths of southern Lebanon.</p><p>The interim agreement to end the Iran war has already reopened the Strait of Hormuz, which Iran effectively closed, cutting the global economy off from significant supplies of oil and natural gas. The deal would also relaunch talks on Iran’s nuclear program, the core issue over which Israel and the U.S. began the war on Feb. 28.</p><p>But the accord already faces threats, chiefly from Lebanon, with the fighting there leading to a delay in the start of talks planned for Friday in Switzerland. The agreement calls for a halt to military operations in Lebanon and for its sovereignty to be respected. Neither Israel nor Hezbollah is a party to the deal.</p><p>Israeli Prime Minister Benjamin Netanyahu has vowed to keep Israeli forces in southern Lebanon until the threat is eliminated. Hezbollah has refused to halt its attacks unless Israel commits to withdrawing from Lebanon, which Iran says is also a condition of the deal.</p><p>Firing goes on along Lebanese border</p><p>Hours after officials told news organizations about the truce, Israeli artillery fire could still be heard from northern Israel along the Lebanese border, and a large explosion was seen erupting inside Lebanon, according to an AP journalist in northern Israel.</p><p>Word of the attempt to halt the fighting came from two regional officials and a U.S. official. The effort was mediated by Qatar, the U.S. and Iran, the regional officials said. The three officials were not authorized to comment publicly and spoke to The Associated Press on the condition of anonymity.</p><p>Fighting between Israel and Hezbollah was supposed to end at 4 p.m. local time, according to a second U.S. official who was not authorized to speak publicly and also spoke on condition of anonymity.</p><p>A Hezbollah official said an agreement to stop fighting could be announced soon, but he stopped short of confirming it was in place. The official spoke on condition of anonymity because he was not authorized to discuss the matter publicly.</p><p>Netanyahu’s office did not immediately comment. However, Netanyahu posted Friday on X that, on his orders, the Israeli army had “struck powerfully” 150 Hezbollah targets, killing dozens of militants.</p><p>Military spokesman Brig. Gen. Effie Defrin said the military has not received different instructions from the government. He said Israeli forces were operating in a “forward defense zone” and would continue doing so.</p><p>The Israeli ambassador to the U.S., Yechiel Leiter, posted on X that Israel “remains firmly committed to an immediate ceasefire” if Hezbollah honors the agreement and ceases hostilities.</p><p>Iranian and U.S. officials cancel travel to Switzerland</p><p>Iranian officials did not travel as planned to Switzerland, insisting that the fighting in Lebanon must stop before the talks can take place, according to the two regional officials, an Iranian official and a fourth person familiar with the matter who spoke on condition of anonymity to discuss sensitive conversations behind the scenes. U.S. Vice President JD Vance also postponed his trip.</p><p>The future talks are supposed to bring about a permanent end to the conflict.</p><p>On Friday, Iranian Foreign Ministry spokesperson Esmaeil Baghaei said consultations through mediators were ongoing regarding the next phase of negotiations to draft a final agreement.</p><p>Because the initial deal was signed digitally earlier this week, the talks in Switzerland were not urgent, and plans were underway to hold a meeting in the coming days, he said.</p><p>Fighting forces families to flee from villages</p><p>The Israeli military said four soldiers, including a lieutenant colonel, were killed in an attack on a tank in a village near the southern Lebanese city of Nabatiyeh. An explosive drone attack wounded another five, military officials added.</p><p>Israel then launched multiple strikes against “Hezbollah infrastructure sites” in Nabatiyeh and other areas, according to a military statement, which accused the militant group of “blatant ceasefire violations.”</p><p>Later, the military said it also struck targets in the Bekaa Valley in eastern Lebanon, with Lebanese media saying the village of Douris was hit.</p><p>“Israel will not tolerate attacks on our soldiers or on our territory, and it will exact a very heavy price from Hezbollah for these attacks,” Netanyahu said in a statement.</p><p>Hezbollah acknowledged targeting Israeli tanks and said its attacks were in response to what it called Israel’s own violation of the ceasefire. It said the attacks came after Israeli forces attempted to reach the northern side of Ali al-Taher hilltop, a strategic point that overlooks Nabatiyeh and that Israeli troops have been trying to capture.</p><p>In southern Lebanon, many were forced to flee their villages.</p><p>“The situation is lawless, we couldn’t stay,” said Mustafa Zain, who was with his six daughters in a pickup truck.</p><p>Israel’s actions have created a rift between Israel and the U.S., with Trump becoming increasingly critical of his close ally Netanyahu, who is also facing increasing criticism at home.</p><p>Much still needs to be resolved</p><p>The discussions in Switzerland were expected to focus on Iran’s nuclear program. Tehran maintains it is peaceful, though it has highly enriched uranium that could be used to build multiple atomic bombs, should it choose to do so, according to the International Atomic Energy Agency.</p><p>Those talks are expected to be difficult. The 2015 nuclear deal, which Trump scrapped during his first term, took more than 18 months to negotiate.</p><p>The interim deal gives negotiators 60 days to come up with a nuclear agreement, but that can be extended. It outlines lucrative incentives if Iran does reach a new agreement, including the eventual lifting of all international sanctions and a $300 billion fund for postwar reconstruction.</p><p>Already Iran has won some concessions. Following the signing of the interim deal, the U.S. lifted its blockade of Iran’s ports and is allowing it to sell its oil freely. The deal also calls for Iran’s assets to be unfrozen — though it’s not clear how quickly.</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates, and Madhani reported from Zurich. Associated Press journalists David Rising in Bangkok, Abby Sewell and Bassem Mroue in Beirut, Samy Magdy in Cairo, Malak Harb in Tyre, Lebanon, Munir Ahmed in Islamabad and Areej Hazboun in Jerusalem contributed to this story.</p>]]></content:encoded></item><item><title><![CDATA[Iran says it's being treated unfairly. Its World Cup travel schedule isn't unique]]></title><link>https://www.local10.com/sports/2026/06/19/iran-says-its-being-treated-unfairly-its-world-cup-travel-schedule-isnt-unique/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/iran-says-its-being-treated-unfairly-its-world-cup-travel-schedule-isnt-unique/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran's World Cup team says it's unfairly being made to travel to matches the day before games and return immediately after, but that schedule itself isn't uncommon among teams.]]></description><pubDate>Fri, 19 Jun 2026 21:27:22 +0000</pubDate><content:encoded><![CDATA[<p>Iran's World Cup team says it's unfairly being made to travel to matches the day before games and return immediately after, but that schedule itself isn't uncommon among teams.</p><p>So how does it work, with 48 teams criss-crossing 16 cities across three countries? Iran has been forced to comply with what White House FIFA task force head Andrew Giuliani said were previously mandated rules stemming from the war, but those restrictions also align with FIFA guidelines for general team travel.</p><p>Team Melli made the 127-mile (204-kilometer) charter flight from Tijuana International Airport to Los Angeles International Airport the day before its opening 2-2 draw against New Zealand on Monday, a typically short trip that team captain Mehdi Taremi said instead took five hours, including security and immigration checks.</p><p>Iran returned to Mexico right after the match, which ended about 8 p.m. Pacific. The team had hoped to stave off travel for a day after the game.</p><p>The team's request to travel to LA two days before Sunday's match against Belgium was also denied, the federation said late Thursday, adding that it will lodge a complaint with FIFA. In a statement, the federation noted Sunday's earlier kickoff — noon Pacific — and said it believes “such restrictions are inconsistent with the principle of providing equal conditions for all participating teams and may negatively affect teams’ preparation processes.”</p><p>“We are the only team that are participating in the World Cup that we are at the host cities just 24 hours and it is not fair,” Iran soccer secretary-general Hedayat Mombeini said through a translator Friday. “All these limitations on us, it has negative effects on our physical and mental things on our players.”</p><p>But the Iran team’s travel schedule itself is not unusual for short distances in this tournament. And FIFA's 2026 World Cup regulations state in Article 18.3 that “each team shall travel from its team base camp to the match venue one day before matchday (MD‑1) and in exceptional cases on MD‑2, and shall return to their team base camp after the match (on MD/MD+1).”</p><p>The restrictions on the Iran team have not been lifted despite an interim agreement to end the war. Some team officials and support staff have been unable to secure visas to the U.S., and player Mehdi Torabi had to visit the U.S. consulate in Tijuana to get a new visa after the first match.</p><p>Many teams have been arriving in host cities the day before their matches. For Friday's group-stage match against Australia, the U.S. made the roughly 980-mile (1,580-kilometer) flight from their base in Orange County, California, to Seattle on Thursday. The team intended to return to its hotel in Laguna Niguel after the match.</p><p>Some CONCACAF teams preferred to arrive on the day before games for World Cup qualifiers at Mexico City, where sports performance experts advise players won't have time to acclimatize to the altitude so should get there as close to kickoff as possible.</p><p>Bosnia-Herzegovina has the longest group stage travel, at 5,878 miles (9,460 kilometers) in total. The Dragons had a roughly 1,660-mile (2,670-kilometer) flight each way from Salt Lake City to Toronto, 590 miles (950 kilometers) to Los Angeles and 690 miles (1,110 kilometers) to Seattle.</p><p>Bosnia's travel is far shorter than the 9,000-mile (14,484-kilometer) trek for the U.S. at the 2014 World Cup in Brazil, the longest among the 32 nations. The Americans went from their base camp in Sao Paulo to Natal, a distance of 1,436 miles (2,311 kilometers), three days before their opener against Ghana. They made the 1,832-mile (2,948-kilometer) trip to Manaus two days before of their game against Portugal and the 1,321-mile (2,126-kilometer) journey to Recife two days in front of their match against Germany.</p><p>Four years ago in Qatar, all stadiums were within 31 miles (50 kilometers) of downtown Qatar, enabling for teams to stay in one hotel throughout the tournament.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SI44ODNJOY2DSNMWUT22NMAEOY.jpg?auth=835473e0315c4ce1e2a0435f629968aea785015e9b04697dd5856ef99d561e0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players for Iran arrive for the World Cup soccer tournament in Tijuana, Mexico, Sunday, June 7, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IV2NIEJFLMMP4W3EJQIYE6WB44.jpg?auth=2b7726e82bf7a8eef0dc17d098bb900df4fdd317ebf5cb98c4b306bfca3f271d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Ramin Rezaeian (23) celebrates with his teammates after scoring a goal 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/MFHBLZOHDEROWVPO2F3SXYNMA4.jpg?auth=350b1ed5f0ef90531d1efe1aab4ac0e9b680fb9ad0ae5e2b26379fcca741a304&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Alireza Jahanbakhsh smiles as he arrives with his teammates for the World Cup soccer tournament in Tijuana, Mexico, Sunday, June 7, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LN3JSM3FKQZWBJGIAQ7E3IKODE.jpg?auth=6157e7722e6f585e8db4e430d78ece7fb38050114c0985b71a4d7852a1dd7edb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Ehsan Hajisafi arrives with his teammates for the World Cup soccer tournament in Tijuana, Mexico, Sunday, June 7, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Without the injured Christian Pulisic, US beats Australia 2-0 to advance to World Cup knockout round]]></title><link>https://www.local10.com/sports/2026/06/19/despite-christian-pulisics-absence-us-beats-australia-2-0-to-advance-to-world-cup-knockout-round/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/despite-christian-pulisics-absence-us-beats-australia-2-0-to-advance-to-world-cup-knockout-round/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — The U.S. national soccer team advanced to the knockout round at the World Cup without injured forward Christian Pulisic on the field, beating Australia 2-0 on Friday.]]></description><pubDate>Fri, 19 Jun 2026 22:27:19 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — The U.S. national soccer team advanced to the knockout round at the World Cup without injured forward Christian Pulisic on the field, beating Australia 2-0 on Friday.</p><p>A deep U.S. roster earned a knockout berth after only two matches for the first time. The last time the Americans served as World Cup hosts in 1994, they advanced by being one of the best third-place teams. They then lost to eventual champion Brazil in their next match, which was in the round of 16.</p><p>Pulisic, who plays for AC Milan and has 33 goals in 87 international appearances, missed Friday’s match because of a calf injury.</p><p>“C.P. is a fantastic player — the quality and the leadership that he gives us,” said Folarin Balogun, who scored two goals in the 4-1 victory over Paraguay on June 12. “We didn’t have him today, but I think you saw we’re still capable to go out there and get a result and put up a performance.”</p><p>Alex Freeman, the youngest player on the team at 21 and son of Super Bowl champion Antonio Freeman, gave the Americans a 2-0 lead in the 43rd minute off a set piece. Freeman headed in a deflected shot by Sergiño Dest for his first career World Cup goal. The goal was confirmed after a video review.</p><p>The U.S. took a 1-0 lead in the 11th minute after a run down the left sideline by Balogun.</p><p>He directed a centering pass towards striker Ricardo Pepi, who started in place of Pulisic. The ball never reached Pepi, deflecting off Australia defender Cameron Burgess and into the Socceroos’ net for an own-goal.</p><p>“I want to be dangerous, I want to create opportunities,” Balogun said. “It might not always be myself that scores, but if I can force an error that gives us the lead, then for me it's like a goal as well. It was a special start to the game to give us the momentum.”</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/RI6B3ILAQ2MIZVFFW6KKYHUOS4.jpg?auth=6e377420433f4c7b37c3145a984ba1803f71e3d98b832877a83c2bb9d1aa3653&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australia's Aiden O'Neill (13) appeals for offside after United States' Alex Freeman (16) scored a goal past Australia goalkeeper Patrick Beach (18) during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Maddy Grassy)]]></media:description><media:credit role="author" scheme="urn:ebu">Maddy Grassy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTDGOODV3D7XSDEMROE35M2KWQ.jpg?auth=3a80b002edd97a1f4363cbb5806433ae5aa32491dfaf883fcb0ac16fcbca162d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States fans hold signs on the stand during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZQ747ABIIZS36PWYMONJKDYPKY.jpg?auth=889692c021e0c9a974945fc17b896388550266cb31b06bf5e56fde73c395e53e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) and Antonee Robinson (5) celebrate after scoring during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TBKJJL6YSFHH7YI2FKSJ3LWRR4.jpg?auth=c6178f88daf9cd82caab6963c7de8eeeea51cc2559454e895bf4252d9f38dfcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States goalkeeper Matt Freese (24) reacts during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DNW6CLEFGX7KIJSDR4QNGYIPQ4.jpg?auth=de2c40cc881f225637ec35d812f94cfdd590fb56601687fc31fa5222fbc7ad0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Ricardo Pepi (9) and Australia's Harry Souttar (19) fight for the ball during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[James Burrows, director of classic TV comedies including 'Cheers' and 'Friends,' dies at 85]]></title><link>https://www.local10.com/news/national/2026/06/19/james-burrows-director-of-classic-tv-comedies-including-cheers-and-friends-dies-at-85/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/19/james-burrows-director-of-classic-tv-comedies-including-cheers-and-friends-dies-at-85/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — James Burrows, who helped create volumes of laughter as director of more than a thousand episodes of such classic television comedies as “Cheers,” “Taxi," “Friends” and “Will and Grace,” died Friday. He was 85.]]></description><pubDate>Fri, 19 Jun 2026 21:34:58 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — James Burrows, who helped create volumes of laughter as director of more than a thousand episodes of such classic television comedies as “Cheers,” “Taxi," “Friends” and “Will and Grace,” died Friday. He was 85.</p><p>His family confirmed his death in a statement to People, saying he “passed away peacefully today surrounded by his family.” No location or cause of death was provided.</p><p>Burrows spent his career behind the camera specializing in situation comedies. Few viewers recognized him or knew his name, other than to see it flash quickly on the screen in the opening credits. But they knew his work.</p><p>Burrows got his start in television relatively late at age 35 in 1974, directing episodes of “The Mary Tyler Moore Show,” “The Bob Newhart Show,” and “Laverne & Shirley.”</p><p>He co-created “Cheers,” directing 243 of the 273 episodes, as well as all 246 episodes of “Will and Grace.”</p><p>He also helmed multiple episodes of such hits as “Frasier,” “Friends” and “Mike & Molly,” and the pilots of “Two and a Half Men” and “The Big Bang Theory.”</p><p>“When I direct a television show, I try to reach that sweet spot where the best script meets the best performance and the best chemistry between performers,” Burrows wrote in his 2022 memoir “Directed by James Burrows." ”Hitting that exact moment, where these factors land in combination, results in the sweetest and most enduring laugh.”</p><p>His family said, "Burrows understood that great comedy was never simply about laughter. It was about humanity, connection, and truth. That understanding became the foundation of a career that forever changed television.</p><p>"But beyond his remarkable achievements, Burrows will be remembered for something even greater: his kindness, generosity, and unwavering belief in the people around him. He possessed a rare ability to make everyone better and was known for remembering every person he met by name, making colleagues at every level feel seen, valued, and appreciated,” the family statement said.</p><p>The majority of Burrows' shows aired on NBC, whose “Must See TV” slogan promoted its Thursday night lineup in the early 1990s that included “Friends” and “Frasier.”</p><p>“Jimmy Burrows was the man behind the curtain. He knew how to make us laugh, what buttons to push and was the absolute master of getting the most out of every joke,” NBC said in a statement. "His loss to the television comedy world is immeasurable. Every time you have a smile on your face watching ‘The Mary Tyler Moore Show,’ ’Taxi, ‘Cheers,’ ‘Will & Grace,’ ‘Friends’ and countless others, think of Jimmy and know he made all our lives funnier.”</p><p>Born James Edward Burrows on Dec. 30, 1940, in Los Angeles, he moved to New York when he was 5 years old. He spent five years in the Metropolitan Opera Children’s Chorus until his voice started to change. He attended LaGuardia High School of Music & Art.</p><p>His father was writer, director and producer Abe Burrows, whose Broadway hits included “Guys and Dolls” and “Can-Can.” The elder Burrows also mentored Larry Gelbart, future creator and producer of the TV show “M(asterisk)A(asterisk)S(asterisk)H.”</p><p>The younger Burrows spent hours of his youth in theaters and studios watching his father work, dining with him at such famed New York haunts as Sardi’s and Gallagher’s and meeting celebrities who attended his father’s New Year’s Eve parties.</p><p>After earning a bachelor’s degree from Oberlin College, Burrows attended the graduate program of the Yale School of Drama, where his classmates included actor-comedian Robert Klein, playwright John Guare and film director John Badham.</p><p>At Yale, he was required to take directing classes and he got hooked.</p><p>Burrows’ first sitcom experience was as Burl Ives’ dialogue coach on “O.K. Crackerby!” which was directed by his father and ran for one season on ABC in 1965.</p><p>From there, he was an assistant on “The Patty Duke Show.” He moved back to New York and worked for Broadway producers Lee Guber, Frank Ford and Shelly Gross. He first met actor Moore while working on the Broadway production of “Holly Golightly,” an adaptation of “Breakfast at Tiffany’s” that was directed by his father.</p><p>Burrows eventually worked as a stage manager for various road productions, where he met such actors as Hugh O’Brien, Zsa Zsa Gabor and Julie Harris.</p><p>By 1974, after working in dinner theater and summer stock, he turned on his television and saw Moore’s eponymous TV show. He wrote her a letter asking if there was any opening “small or smaller” at her production company that he could fill, according to his memoir.</p><p>Moore’s husband and business partner, Grant Tinker, invited Burrows to Los Angeles to direct an episode of the comedy. He apprenticed for MTM Enterprises, which had four sitcoms on the air at the same time.</p><p>Burrows cited his theater background for learning how to give actors direction and block out scenes. He’s credited for being one of the first sitcom directors to increase the typical multi-camera television shoot from three to four cameras.</p><p>The common thread between Burrows’ shows were the bonds between friends and unrelated families, whether it was the motley crew of regulars meeting at the bar in “Cheers” or the drivers working toward a better life in “Taxi” or the 20-somethings sharing the same apartment building in “Friends.”</p><p>“The best sitcoms transcend the screen and reach out and grab the audience by the throat and by the heart,” Burrows wrote in his memoir.</p><p>He relished discovering new acting talent while directing more than 75 pilots that were picked up as series.</p><p>“Having directed over a thousand shows means that almost any night you can turn on your television or go online and find a show that I directed. I’m very proud of that,” he wrote in his memoir.</p><p>In 2019, Burrows was an executive producer on live productions of “All in the Family” and “The Jeffersons” with famous actors re-creating episodes of those 1970s comedies.</p><p>“Jimmy was the greatest comedic television director in the history of the medium,” his agent Rick Rosen said in a statement. “He directed the most iconic, defining shows of generations. Always a gentleman, it was an absolute honor to represent him.”</p><p>Burrows was married in 1997 to Debbie Easton, whom he met when she worked as a hairstylist on “Frasier.” Daughters Kat Schatzow, Ellie Gluck and Maggie Burrows, who followed her father into directing, are from his first marriage to Linda Solomon, who died in 2004. His stepdaughter Paris is from his wife’s previous marriage. He has a sister, Laurie Burrows Grad, and seven grandchildren.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O7ZMBI33NN3A7GMLSIRFXAW6HE.jpg?auth=6928dbf859fdf1722580a1b80b46d998c2ce53d55e3aeac52696e29e69ed6ea7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - James Burrows, the director and executive producer of, "Mid-Century Modern," poses at the premiere of the Hulu series on March 25, 2025, at the Directors Guild of America in Los Angeles. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Africa CDC chief says the continent needs to invest its own funds in Ebola response, vaccine]]></title><link>https://www.local10.com/health/2026/06/19/africa-cdc-chief-says-the-continent-needs-to-invest-its-own-funds-in-ebola-response-vaccine/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/19/africa-cdc-chief-says-the-continent-needs-to-invest-its-own-funds-in-ebola-response-vaccine/</guid><dc:creator><![CDATA[By SAMUEL GETACHEW and EVELYNE MUSAMBI, Associated Press]]></dc:creator><description><![CDATA[ADDIS ABABA, Ethiopia (AP) — African officials must step up financing to respond and develop vaccines for the Ebola outbreak in Congo and Uganda, the continent's top health agency said on Friday, warning that the continent cannot continue to rely on foreign partners for its health needs.]]></description><pubDate>Fri, 19 Jun 2026 20:21:16 +0000</pubDate><content:encoded><![CDATA[<p>ADDIS ABABA, Ethiopia (AP) — African officials must step up financing to respond and develop vaccines for the Ebola outbreak in Congo and Uganda, the continent's top health agency said on Friday, warning that the continent cannot continue to rely on foreign partners for its health needs.</p><p>The outbreak has claimed more than 200 lives out of 894 confirmed cases since May 15, with up to 35,000 contacts, the Africa Centers for Disease Control and Prevention said. The number of cases is believed to be higher because the outbreak was confirmed weeks late.</p><p>Africa CDC Director-General Dr. Jean Kaseya told The Associated Press in Addis Ababa, Ethiopia’s capital, that the current outbreak — the worst ever at this stage — is yet another reminder for Africa to invest more in its health sector to reduce its reliance on foreign partners.</p><p>“If this outbreak was in Europe, the United States or other continents, they would already have developed a vaccine and medicine,” Kaseya said.</p><p>“We don’t want to be a continent begging every day. We want to be a continent of people who know what they are doing and who are respected because they are doing the right thing,” he added.</p><p>Response efforts have been challenged by the lack of approved vaccines or treatments for the Bundibugyo virus. 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>At the epicenter in Congo's eastern Ituri province where burials have become routine, including of babies. Health workers labor with little rest as they battle attacks from angry residents and widespread skepticism.</p><p>Vaccines have long been a problem for African countries</p><p>Consecutive health shocks, including COVID-19, have triggered efforts to boost local vaccine manufacturing in Africa, although not much has been achieved yet.</p><p>The continent, whose population is projected to reach 2.5 billion by 2050, produces less than 1% of its vaccine needs and 3% of medicine that is brought in from abroad, making millions of people vulnerable to epidemics.</p><p>While efforts are in place to speed up the development of vaccines and diagnostics, Kaseya said he is unsure a vaccine will be available by the end of the year.</p><p>The Africa CDC head added that the peak of the Ebola outbreak is still to come because of slow progress in identifying and monitoring contacts.</p><p>Officials are yet to identify the outbreak's patient zero and still need to trace more than 35,000 people who have come in contact with infected individuals, he added.</p><p>"This is why we are accelerating our fundraising to put on the ground so many teams to look for any contact, direct or indirect, and to start following them,” Kaseya said.</p><p>As part of the plan to push African states to financially support the agency’s efforts, Kaseya said South Africa's President Cyril Ramaphosa is due to fly to Ituri Province in Congo and to Uganda next week in support of the mobilization of funds.</p><p>A newly established African Epidemic Fund has received pledges totaling about $80 million from African governments, while a broader donor conference held this week generated pledges of about $910 million, he said.</p><p>“We need to take care of ourselves," Kaseya said. "We need to say, ‘It’s time for us to really think strongly about how we can manufacture medicines and vaccines to meet our own needs.'"</p><p>—-</p><p>Musambi reported from Nairobi, Kenya. AP writer Chinedu Asadu in Abuja, Nigeria contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JU2KZ4Z6X6HEXFXNMA5I23XWUA.jpg?auth=2ddb6539aa26625b338a37b0bd6cad15f274adb2289e9ec94495a4349046b486&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Africa Centres for Disease Control and Prevention Director-General Jean Kaseya speaks during an interview with The Associated Press in Addis Ababa, Ethiopia, Friday, June 19, 2026. (AP Photo/Amanuel Sileshi)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanuel Birhane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KUVTYPSWBWGLTGLTLQBXTUD2SU.jpg?auth=4ed7fbc5a71e1aad24dadf002665d3b315bbc926c170807361781aaff554a185&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers tend to an Ebola patient at the Rwampara Treatment Center in Ituri, Congo, Thursday, June 18, 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/37LRI6ONNK4YYRYO3TTQ4GJGNA.jpg?auth=7d6e4e4eee91342310fafed35b4c9daacfce05f062f8a9d6cf27fe73787467a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Red Cross workers prepare to bury Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, at the Bigo Cemetery, in Bunia, Congo, Friday, June 19, 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/TBHHJ5LYSW4ZQHUN2N3PSI5B3U.jpg?auth=5cbf4334cf2c8d6c3eb0429891251f29589f2ebbb84b035bfb481c5622afe253&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Africa Centers for Disease Control and Prevention Director General Jean Kaseya speaks to the Associated Press during an interview in Addis Ababa, Ethiopia Friday, June 19, 2026. (AP Photo/Amanuel Sileshi)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanuel Birhane</media:credit></media:content></item><item><title><![CDATA[Scotland fans have descended on Boston for the World Cup, and bars are struggling to keep up]]></title><link>https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[FOXBOROUGH, Mass. (AP) — Ever since Scotland fans learned they’d begin the country’s ninth World Cup appearance in Boston, plans were being made for a party.]]></description><pubDate>Fri, 19 Jun 2026 21:25:43 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Mass. (AP) — Ever since Scotland fans learned they’d begin the country’s ninth World Cup appearance in Boston, plans were being made for a party.</p><p>“I knew there was going to be a tsunami of Tartan Army (Scotland fans),” said Jason Waddleton, a Scotland native and owner of The Haven, a Scottish restaurant and bar in Boston’s Jamaica Plain neighborhood since 2010.</p><p>He was right.</p><p>First, Massachusetts Gov. Maura Healey agreed to temporarily extend bar and restaurant hours during the World Cup. Next came thousands of Scots — one estimate is as high as 50,000 — descending on the Boston area, including nearby Providence, Rhode Island, which has become a home base for many of them over the past few weeks.</p><p>Then it was the Tartan Army marching through Boston’s streets following the country’s opening win over Haiti last week — taking over the city’s famed Fenway Park alongside Red Sox Nation after the team dubbed it “Scottish Heritage Celebration Night.”</p><p>And the taps have been running nonstop.</p><p>World Cup fans in Boston, especially the Scots, have put a serious strain on the beer supply in a city that is accustomed to big drinking holidays in St. Patrick's Day and the Fourth of July.</p><p>The Haven, which has long served Scotland's top-selling beer, Tennent's Lager, has gone from four kegs a week to ordering 50 just for this week. Other bars have sold out of Tennent's and have tripled their orders to make sure it doesn't happen again. Sam Adams said its Boston taproom ran out of their famed Samuel Adams Boston Lager last weekend after Scottish fans descended on the city.</p><p>“We’ve basically blown through our own allocation. We still have it and we’ll get more in on Monday,” Waddleton said.</p><p>The celebratory atmosphere intensified Friday as Scotland prepared to play its second World Cup match of the tournament outside Boston.</p><p>“They know how to party, how to make friends and influence people,” Waddleton said of the Scots.</p><p>Scots fill pubs in the Boston area, challenging beer reserves</p><p>One of the most sought-after beverages in Boston pubs over the last week is Tennent's Lager.</p><p>Once only available at The Haven, before the tournament started Tennent’s made deals and distributed kegs of its product to 80 bars in Boston and surrounding areas.</p><p>Samantha Crawford, the international marketing manager for Tennent’s, said they started preparing to distribute their product to the U.S. as soon as Scotland qualified for the the World Cup in November. They've also sent supplies to Miami bars ahead of Scotland's match against Brazil next week.</p><p>“It’s been a long time in the making. The next day we got to work,” she said of the preparations to make sure the beer is stocked in the U.S. She said the beer is ingrained in the sports culture in Scotland.</p><p>Many area bars and restaurants have been caught by surprise</p><p>Mivan Spencer, owner of Caffe Dello Sport in Boston’s North End, said he is used to handling large crowds for major soccer tournaments, but has been surprised by the amount of business he’s seen during the World Cup.</p><p>“After the first weekend of matches I definitely ran out of almost everything,” Spencer said. “Luckily I have a couple other restaurants I borrowed product from to get me through.”</p><p>The first thing he sold out of was Tennent’s, before quickly selling out of Peroni.</p><p>Spencer said he’s since tripled his usual alcohol order for this week, saying it’s so “I don’t run out of a single thing.”</p><p>Over at High Street Place, a food hall in downtown Boston, beverage supplies that were expected to last a week were consumed in four days, said Lauren Johnson, a senior marketplace manager at the venue.</p><p>“Fortunately, we have great partners, and our distributors were able to pivot quickly and increase subsequent orders to keep pace with demand seamlessly,” she said.</p><p>Tapping in — and out — of iconic Boston beer Sam Adams</p><p>Sam Adams said its Boston taproom ran out of their famed Samuel Adams Boston Lager last weekend. From Thursday to Sunday, the Boston-based brewer said the Tartan Army drank four times as much Boston Lager as the establishment typically sells during a four-day holiday stretch like the Fourth of July.</p><p>To date, Sam Adams has sold more than 4,000 pints of Boston Lager, resulting in about 90 empty kegs, said Devon Sage, a Sam Adams spokesperson.</p><p>“We’ve had to schedule four ‘emergency deliveries’ to the Taproom,” Sage wrote in an email.</p><p>Soccer diplomacy comes to Massachusetts because of the World Cup</p><p>Politicians in Massachusetts have also joined in on the soccer craze.</p><p>Boston Mayor Michelle Wu has been a fixture at Boston’s fan festival and made appearances at several watch parties. Gov. Healey declared June 18 “World Cup Fans Appreciation Day” and was spotted at The Haven behind the bar pouring drinks for patrons.</p><p>It brought a smile to Waddleton’s face, though he said the governor may need to work on her bartending skills a little.</p><p>“Maura Healey needs to learn how to pour a pint before getting that Sunday shift she asked for," Waddleton said. “But we can work on that.”</p><p>___</p><p>Associated Press writer Kimberlee Kruesi, and freelancers Ken Powtak and Caterina McGuigan contributed to this report.</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/PA7XUG4C47VMOEN7OURL33KDWM.jpg?auth=c280767a1ee7bb4d141c433fc2e9e1f80a3b3c7c95f7fc9bed19b1fd59079207&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottish fans drink and sing at a pub in central Boston, Mass,, ahead of the World Cup Group C soccer match between Haiti and Scotland in Foxborough, 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/D3LPKLN2UHCJL4PFKCBUJSC53I.jpg?auth=c7d76e308dca62982644f760e5a9f0735bc8bd547df8a4652551226ea9ba8100&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Scotland fan reacts during 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/SJAYKNQ2VOKBZCWNNGEUTDLN4A.jpg?auth=abaa69c35c6dfde65d0cc2949418ac913268029b939891781c4b1d70e4ac9b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottish fans celebrate at a park in central Boston, Mass,, ahead of the World Cup Group C soccer match between Haiti and Scotland in Foxborough, 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/QZRNAFHP2J2DHKU3XUAHZ4EZ34.jpg?auth=72d997418d11a2a2317b93573245035257beafe6a449cea2e8219a18af8762d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Scotland fan cheers while holding a photo of Bill Belichick during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Charlie Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGJQB6IWZVN6SJOPQ7SBK6775Y.jpg?auth=3a363a7b729a9275bc3ab9052e6413da8d29c3bdfe050b22c09880b74031d3a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scotland soccer fans take part in the Tartan Army March, making their way to Fenway Park ahead of a baseball game between the Boston Red Sox and the Texas Rangers, Sunday, June 14, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content></item><item><title><![CDATA[Missouri judge finds state laws restricting abortion violate voter-approved constitutional amendment]]></title><link>https://www.local10.com/news/national/2026/06/19/missouri-judge-finds-state-laws-restricting-abortion-violate-voter-approved-constitutional-amendment/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/19/missouri-judge-finds-state-laws-restricting-abortion-violate-voter-approved-constitutional-amendment/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL, Associated Press]]></dc:creator><description><![CDATA[A Missouri judge this week struck down a series of restrictions on abortion, finding they violated a constitutional amendment that voters approved in 2024.]]></description><pubDate>Fri, 19 Jun 2026 20:13:30 +0000</pubDate><content:encoded><![CDATA[<p>A Missouri judge this week struck down a series of restrictions on abortion, finding they violated a constitutional amendment that voters approved in 2024.</p><p>Many of the provisions were already on hold because of an earlier, preliminary court ruling. But it is resulting in one major change: The state's Planned Parenthood affiliates say the new ruling means they're going to start prescribing abortion pills to patients there for the first time since 2018.</p><p>The ruling is a clear legal victory for abortion rights advocates, but it's not the final word. An appeal and another ballot measure are on tap.</p><p>A 72-hour waiting period is one of the provisions the judge nixed</p><p>Jackson County Circuit Judge Jerri Zhang's ruling Thursday came months after she held a 10-day trial on the issue earlier this year.</p><p>She ruled on whether 40 different state laws conflicted with the 2024 amendment. In most cases, she sided with abortion rights groups — and against the state government, which was arguing that the laws should be enforced.</p><p>She overturned a number of provisions including a requirement that women seeking an abortion see a doctor in person twice at least 72 hours apart, and another requirement that the initial dose of abortion pills, which are the most common way abortions are obtained, be taken in the presence of the prescribing doctor.</p><p>But she didn't throw out a requirement that patients see a doctor in-person to confirm gestational age and rule out an ectopic pregnancy.</p><p>Missouri has a history of abortion restrictions</p><p>Missouri was the first state to enforce a ban on abortions at all stages of pregnancy after a U.S. Supreme Court ruling in 2022 overturned Roe v. Wade.</p><p>Even before the ban went into effect, other laws already on the books meant that abortion was not readily available for many women in the state.</p><p>In 2024, the state's voters made it the first to adopt a constitutional amendment to undo a ban, allowing abortion until fetal viability, which is generally considered to be somewhere past 21 weeks into a pregnancy, though there’s no fixed time frame. The two Planned Parenthood affiliates that operate in the state sued to undo abortion restrictions immediately after voters approved that state constitutional amendment.</p><p>Abortion pill access is expected to expand</p><p>After this week's ruling, Planned Parenthood said it would offer appointments starting next week for medication abortion.</p><p>“For too long, politicians forced patients to leave the state for an evidence-based and trusted form of abortion care,” Emily Wales, president and CEO of Comprehensive Health of Planned Parenthood Great Plains said in a statement. “Now, that care is coming home and with it, we move closer to fulfilling the promise of reproductive freedom Missourians demanded.”</p><p>The ruling also affirmed that the clinics could continue to offer abortion procedures.</p><p>Two different surveys of providers conducted for groups that support abortion rights — the Guttmacher Institute and the Society of Family Planning — estimated that in the second half of 2025, somewhere around 300 abortions each month were provided in Missouri. Those were from providers in other states that prescribe and send abortion pills to women in states with abortion bans or restrictions. Those providers are in states with laws that week to protect prescribers from legal action in states with bans — another issue that's being contested in court.</p><p>Guttmacher found that in 2024, Missouri women traveled to bordering Illinois and Kansas for about 12,000 abortions.</p><p>The ruling won't be the final word</p><p>Attorney General Catherine Hanaway said she will appeal this week's ruling.</p><p>“This is exactly the Pandora’s box we warned of, and the women of Missouri will pay the price,” Hanaway said in a statement.</p><p>Abortion will also be on the ballot again in November, when voters are being asked to approve a measure that would undo the 2024 amendment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MAOC74CORJS6B5FJWPALTSLGFU.jpg?auth=8a92bf2e82253a4de0d5d12589d52afb0da1762e4bad0c4f769ec83750b17e77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Missouri State Capitol is seen, Sept. 16, 2022, in Jefferson City, Mo. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</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 80% of the population in the 28 cities that are participating. 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[President Donald Trump unveils the new Air Force One, a converted Qatari jet]]></title><link>https://www.local10.com/news/politics/2026/06/19/president-donald-trump-unveils-the-new-air-force-one-a-converted-qatari-jet/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/president-donald-trump-unveils-the-new-air-force-one-a-converted-qatari-jet/</guid><dc:creator><![CDATA[By SEUNG MIN KIM and MANUEL BALCE CENETA, Associated Press]]></dc:creator><description><![CDATA[JOINT BASE ANDREWS, Md. (AP) — President Donald Trump on Friday showed off the new Air Force One, a formerly Qatari-owned jumbo jet that has been converted into the official U.S. presidential aircraft.]]></description><pubDate>Fri, 19 Jun 2026 22:32:04 +0000</pubDate><content:encoded><![CDATA[<p>JOINT BASE ANDREWS, Md. (AP) — President Donald Trump on Friday showed off the new Air Force One, a formerly Qatari-owned jumbo jet that has been converted into the official U.S. presidential aircraft.</p><p>The new aircraft eschews the Kennedy-era robin’s egg blue exterior of the old plane for a bolder look, with the underbelly of the plane painted navy blue with a red stripe above it. The plane's left side, where the president boards, features the presidential seal, while the tail of the aircraft has a massive American flag on it.</p><p>“This plane was transformed into a flying White House at a level of luxury that nobody has ever seen before,” Trump said from inside the massive Joint Base Andrews hangar, as a couple hundred assembled Air Force personnel looked on. He spoke after stepping off the new plane in a dramatic flourish, as his signature tune “God Bless the USA” played.</p><p>He confirmed that he would be taking the new jet to the NATO summit in Ankara, Turkey, next month and indicated he would be returning to China “at some point,” presumably a reference to the Asia-Pacific Economic Cooperation summit that China is hosting in November. His return from the Group of 7 summit in France this week was the last planned trip aboard the old Air Force One, he said.</p><p>“Now, when we land at airports in London and in Germany and different places, nobody tops this one, and that’s the way we have to have it for our country,” Trump said, noting that the colors and the design were to “my taste, I will say."</p><p>He added that the new Air Force One will do a flyover during the July 4 celebrations next month.</p><p>The gift from Qatar is serving as a “bridge” aircraft to carry the president until the new planes ordered directly from Boeing arrive. That is currently slated for 2028.</p><p>The administration formally accepted a luxury Boeing 747 jet from Qatar last year to be used as the presidential airplane, despite questions about the ethics and legality of accepting such an expensive gift from a foreign government. Trump has insisted in the past that he would not fly around in the Qatari jet once he leaves office and said it would instead be donated to a future presidential library.</p><p>Trump on Friday said the U.S. was in a “little bit of a logjam” as they awaited the delivery of the new jets directly from Boeing, which had originally been scheduled for 2024 but have been delayed. He recalled asking the emir of Qatar for use of one of their planes.</p><p>"See, a normal president wouldn’t do this. A normal president wants to stay away from aircraft," Trump said Friday. “But our country has to be represented properly.”</p><p>The Air Force said in a news release Friday that any plane deemed Air Force One “must meet rigorous security requirements” and that the Qatari plane “was modified under a disciplined engineering approach that prioritized these exact core capabilities above all else.” The Air Force also said “much of the previous head of state interior layout” of the plane was kept intact.</p><p>The Air Force has said in the past that security modifications to the jet would cost less than $400 million.</p><p>Trump's efforts to reimagine the presidential airplane date back to his first administration, when he directed that an incoming fleet of new jets would adopt a color scheme that was nearly identical to that of his personal airplane. Then-President Joe Biden reversed the decision in March 2023 as an Air Force review suggested that the darker colors could increase costs and delay delivery of the new jets, but once Trump returned to office, he returned to his desired colors for the plane.</p><p>Other government jets that carry other top administration officials will also use the similar red, white and navy color scheme, the Air Force said earlier this year.</p><p>An Air Force spokesperson, who spoke on condition of anonymity to discuss sensitive plans, told The Associated Press that the two current planes, known as VC-25As, will not be retiring. Instead, they will remain in the fleet until the new Boeing planes, referred to as VC-25Bs, come into service, the spokesperson said.</p><p>It is unclear how the older jets will be used but the spokesperson said that both the Qatari jet as well as the VC-25As will be available for use and “the Presidential Airlift Group will select the appropriate aircraft for each mission based on operational requirements.”</p><p>___</p><p>This story has been updated to correct the name of the air base to Joint Base Andrews, not Andrews Air Force Base, its former name.</p><p>___</p><p>Kim reported from Washington. Associated Press writer Konstantin Toropin contributed to this report from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UO32MWESCISFKMS4BVSD245GVM.jpg?auth=afc33a5d03123b39644d2dd08ba758500d2d7424f9eb0731cf7b3b24fee6d242&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks after touring the newly designated Air Force One presidential aircraft at Joint Base Andrews, Md., Friday, June 19, 2026. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52FI4KDXQYBR2GC2SRKHDIVVZA.jpg?auth=96be471ec61731237f4397af5115a9dcd8ef56a70a2c7d4e2e488497d4bd6a92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks after touring the newly designated Air Force One presidential aircraft at Joint Base Andrews, Md., Friday, June 19, 2026. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJ6PQVKO3JW5TAYL6IHNQZRFGQ.jpg?auth=b1a0454123aa9c56d3b1147c6fdb84ac28b30dceb9fb802de3a95187c6553454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump exits the newly designated Air Force One presidential aircraft following a tour at Joint Base Andrews, Md., Friday, June 19, 2026. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FD5XPAKCFP7YT3MJUKLSJYQ7MA.jpg?auth=ff761a35e87f906d30b30da5bcb0ecbaf326b1b3b99a8ffeb169d349d9078a93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks after touring the newly designated Air Force One presidential aircraft at Joint Base Andrews, Md., Friday, June 19, 2026. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2ETVOXLQ7QWNKJS7ZJHGL76HQ.jpg?auth=e0b80a1afb59e3a9f433e9b85ba614d01fb7354add65ee532e75af22c9084eb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The newly designated Air Force One presidential aircraft sits in a hangar following a tour by President Donald Trump at Joint Base Andrews, Md., Friday, June 19, 2026. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GREIB6G3M4XVSM5ROG7TV3CEJE.jpg?auth=d1eb719d0ed437f7b2001b6da0849db9b5a1ddc861a811538ff9e2af09b397bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, speaks alongside Air Force Gen. Dale White after touring the newly designated Air Force One presidential aircraft at Joint Base Andrews, Md., Friday, June 19, 2026. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[A year after smashing a locker, Wyndham Clark finds himself leading at another US Open]]></title><link>https://www.local10.com/sports/2026/06/19/a-year-after-smashing-a-locker-wyndham-clark-finds-himself-leading-at-another-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/a-year-after-smashing-a-locker-wyndham-clark-finds-himself-leading-at-another-us-open/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — The smashed-up locker at Oakmont last year is as much a part of Wyndham Clark’s resume as the U.S. Open title he won two years before that.]]></description><pubDate>Fri, 19 Jun 2026 19:37:23 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — The smashed-up locker at Oakmont last year is as much a part of Wyndham Clark’s resume as the U.S. Open title he won two years before that.</p><p>Such is life in a world teeming with cell phone cameras and viral video. Such is life in professional golf, a sport built on managing failure and harnessing emotions — and where success one week, or one year, doesn’t always carry over to the next.</p><p>Clark’s spot at the top of the U.S. Open leaderboard after his second round at Shinnecock on Friday brought up expected reminders of his emotion-filled journey through a sport — a life, really — that Clark himself acknowledged nobody truly conquers.</p><p>“I was on top of the world in my game, at least when I won the U.S. Open, and then had some good years,” the 32-year-old said. “Then, next thing you know, I’m apologizing for breaking a locker."</p><p>Much as tennis great John McEnroe will always have “You cannot be serious!” alongside the seven grand slam singles titles he won in another of sports' biggest pressure cookers, Clark will always have the broken locker at Oakmont. He will always have the underhanded fling of the driver that smashed an advertising board and snapped off the clubhead at the PGA Championship, a few months before the locker debacle.</p><p>Because of that, he’ll probably also always have his share of detractors and critics — people watching for some brilliance on the golf course, but also waiting for the next big blowup.</p><p>“I’m fierce, competitive, love the game, respect the game, and I just had a bad moment,” Clark said. “Hopefully I can win those people back.”</p><p>His breakthrough three years ago at LA Country Club was tinged with tears and stories of the personal growth Clark had to make to reach that point.</p><p>Much of it had to do with the emotional residue left from his mom’s death in 2013 — a family tragedy that he conceded had left him spiraling.</p><p>“I didn’t show any emotion off the course," Clark explained after his victory that day. “But when I was on the golf course, I couldn’t have been angrier.”</p><p>The easy way for the armchair psychologists (and sports pundits) to explain things after that win was to conclude that Clark’s victory proved he had harnessed the emotion, turned the page and beaten back all the demons.</p><p>It’s never that simple.</p><p>“For any of us, this is a process,” Clark’s sports psychologist, Julie Elion, wrote in her new book ’Mastering Your Mental Game.” “Golfers don’t reach the top and then stay there forever.”</p><p>Clark followed the U.S. Open win with 18 months of good golf, including a win at Pebble Beach. Last year was something different — he only had two top-10 finishes, did not make the FedEx Cup playoffs and was nowhere to be seen at the Ryder Cup.</p><p>“Mastering our mental game in golf or reaching a state of growth or self-improvement in life isn’t always a permanent condition,” Elion wrote. “It takes more work over more years, and there are frequently hills and valleys.”</p><p>At Shinnecock, Clark held a four-shot lead after his second round. Heading into the weekend, he finds himself back on the rise again. He recently took to social media to tell the world he had a new girlfriend, Emily Tanner, who held hands with him as they exited the 18th green after Friday’s round of 1-under 69.</p><p>Four weeks ago, Clark won the Byron Nelson for his first victory in 28 months.</p><p>“I kind of looked at it objectively and took a bird’s-eye view on it and said, ‘OK, I’m not hitting it good off the tee, I’m not putting as good as I was,’” he explained about his turnaround. “And I said, ‘All right, I’ve got to attack that.’”</p><p>He hired a swing coach, Pat Coyner at Cherry Hills, near where Clark grew up outside of Denver.</p><p>He's been hitting his driver straighter of late. His iron game has improved dramatically (up 110 spots in the analytic-driven stat: strokes gained on approach shots). He found a new putter, which has helped him dial in dramatically over the past four weeks, during which he also finished third at the Memorial and played in the final group last Sunday at the Canadian Open.</p><p>Never more did it look in sync than Friday on No. 18, where he sank a 33-footer to finish the day in red numbers.</p><p>Now, a chance for another breakthrough at the U.S. Open. With a win, he would celebrate again. But he knows as well as anyone that it wouldn't mean all the problems — or the work, both on and off the course — are behind him.</p><p>“I just think with the mental game there’s ebbs and flows,” Clark said. “If you think of it as climbing Everest, sometimes you go up, sometimes you have to go down to go back up. I think that’s kind of what happens both on the golf course and off the golf course. Right now I’m trending back up, which is nice.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H5CQGPKPNQ77YTPQYH732M7SWM.jpg?auth=67c4a71e1be72d12a0cc9f4149808c085bddbcc1a4d8fb148bfbd8d76ca005ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates after a birdie on the 12th hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 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/3SCBDBK47J7BKVRIKZM7SNZ7NY.jpg?auth=2b0286b408edfc79ed2720c3219af72c144c67f9386bc44f379879ffcd03ecf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark hits from the bunker on the 16th hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 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/WUZKMQTP3FGH2P3YTBNF7PITXE.jpg?auth=84c23c26ade198605367d448591f5d697834714ccba93331c3b93aaa0248f066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark reacts after missing a putt on the 14th hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Wilton Manors Stonewall Pride pushes forward despite sponsor pullouts and security concerns]]></title><link>https://www.local10.com/news/local/2026/06/18/wilton-manors-stonewall-pride-pushes-forward-despite-sponsor-pullouts-and-security-concerns/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/wilton-manors-stonewall-pride-pushes-forward-despite-sponsor-pullouts-and-security-concerns/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Setup is underway for a party as diverse as the colors on the flags.]]></description><pubDate>Thu, 18 Jun 2026 21:51:30 +0000</pubDate><content:encoded><![CDATA[<p>Setup is underway for a party as diverse as the colors on the flags.</p><p><a href="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-en-pembroke-pines/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-en-pembroke-pines/">Leer en español</a></p><p>The Wilton Manors Stonewall Pride — the biggest party in South Florida celebrating love, diversity, equality and inclusion — is happening this weekend, despite fears it may not even happen.</p><p>“It has been daunting,” said Stonewall Pride producer Jameer Baptiste.</p><p>Legislation passed by the state of Florida earlier this year bars local governments from spending money on diversity, equity and inclusion initiatives or events like Pride. It doesn’t go into effect until Jan. 1, 2027. </p><p>Soon after the bill passed, many sponsors pulled out.</p><p>“There have been people that have backed out — businesses, companies,” Baptiste said. “You’ve been a sponsor with us over five years, over a decade, and now you’re pulling out — is it truly because your budget has shrunk or is it because of what’s going on politically?”</p><p>The city of Wilton Manors, where most of its elected officials are members of the LGBTQ+ community, stepped in to provide safety.</p><p>Last year, a man was detained after police said he tried entering the parade with a weapon, which is not allowed. It was the first time metal detectors were used and they went off, helping police make the arrest. Organizers say they’re spending more on security this year than ever before.</p><p>Still, the spirit of the event is very much alive.</p><p>“It’s really reinvigorating our community to come together and show our strength and resilience,” Baptiste said. “So while you’re out having fun out there, remember that hard work, sweat and tears went into making this possible — that your light isn’t dimmed.”</p><p>The Saturday event features a glow night parade, entertainment and food.</p><p>“Everybody come out — make sure if you’re an ally, support, come out,” Baptiste said. “It’s all about that resilience and the definition of unity, community and belonging.”</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[Trasladan a menor al hospital tras ser sacado de una piscina en North Lauderdale, dicen socorristas de emergencia]]></title><link>https://www.local10.com/espanol/2026/06/19/trasladan-a-menor-al-hospital-tras-ser-sacado-de-una-piscina-en-north-lauderdale-dicen-socorristas-de-emergencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/trasladan-a-menor-al-hospital-tras-ser-sacado-de-una-piscina-en-north-lauderdale-dicen-socorristas-de-emergencia/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Un menor fue hospitalizado la mañana del viernes después de ser sacado de una piscina en North Lauderdale, confirmaron los socorristas de emergencia a Local 10 News.]]></description><pubDate>Fri, 19 Jun 2026 16:33:25 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de 4 años murió después de ser sacado de una piscina la mañana del viernes en North Lauderdale, según agentes de la Oficina del Sheriff de Broward (BSO).</p><p>Las autoridades de la BSO informaron a Local 10 News que los operadores del 911 recibieron una llamada aproximadamente a las 10:08 a.m. reportando un posible ahogamiento de un niño en una piscina de una vivienda cerca de la cuadra 1600 de Southwest 63rd Terrace.</p><p>Las autoridades dijeron que agentes de la BSO y equipos de North Lauderdale Fire Rescue respondieron al lugar y trasladaron al niño a Broward Health Coral Springs, donde posteriormente fue declarado muerto.</p><p>Las autoridades no han divulgado la identidad del niño.</p><p>“Lamento mucho su pérdida. He pasado por algo similar. Mi hermano menor falleció por ahogamiento, así que entiendo por lo que están pasando”, dijo un vecino a Rosh Lowe, de Local 10.</p><p>Sky 10 sobrevoló la escena poco antes de las 11 a.m., mientras agentes de la Oficina del Sheriff de Broward y equipos de rescate permanecían afuera de la vivienda. Se podía observar cinta de escena del crimen alrededor del área de la piscina mientras las autoridades continuaban investigando.</p><p>Los investigadores dijeron que detectives de la Unidad de Homicidios de la BSO investigan las circunstancias que rodean el incidente.</p><p>Funcionarios de la BSO indicaron que los adultos deben supervisar de cerca y de manera constante a los niños cerca del agua, evitar distracciones mientras los vigilan, mantener a los niños pequeños al alcance de la mano y utilizar medidas de seguridad como cercas, cerraduras, alarmas o sensores para impedir el acceso a las áreas de piscina.</p><p>Las autoridades también recomiendan enseñar a los niños a nadar o flotar boca arriba, mantener equipo de rescate y un teléfono cerca, y aprender reanimación cardiopulmonar (RCP).</p><p>El condado Broward ofrece información sobre seguridad acuática y clases de natación a través de su programa Water Smart Broward.</p><p>No se divulgaron de inmediato más detalles sobre el incidente.</p>]]></content:encoded></item><item><title><![CDATA[North Carolina going for 1st national title in baseball in CWS finals against surging Sooners]]></title><link>https://www.local10.com/sports/2026/06/19/north-carolina-going-for-1st-national-title-in-baseball-in-cws-finals-against-surging-sooners/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/north-carolina-going-for-1st-national-title-in-baseball-in-cws-finals-against-surging-sooners/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — Scott Forbes had just wrapped up a College World Series news conference Friday when Skip Johnson walked into the room to pose with him for an annual picture of the head coaches next to the national championship trophy, a longtime tradition the day before the start of the finals.]]></description><pubDate>Fri, 19 Jun 2026 22:38:06 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — Scott Forbes had just wrapped up a College World Series news conference Friday when Skip Johnson walked into the room to pose with him for an annual picture of the head coaches next to the national championship trophy, a longtime tradition the day before the start of the finals.</p><p>“Hey, buddy,” North Carolina's Forbes said, beaming and extending his hand to the Oklahoma coach.</p><p>“You thought we were going to fight?” Johnson said, turning to reporters.</p><p>The college baseball lifers have known each other for decades, since they spent long days and nights scouting the same talent showcases and engaging in recruiting battles during long runs as assistants.</p><p>“I always thought if we met up together," Forbes told Johnson, “we'd be hunting.”</p><p>Oh, they're hunting together all right.</p><p>North Carolina will be looking for its first national title in baseball and Oklahoma for its third when the schools square off in Game 1 of the best-of-three series at Charles Schwab Field on Saturday. The start of the game was moved up five hours to 3 p.m. EDT because of a forecast calling for storms at night.</p><p>The Tar Heels and Sooners have taken different routes to reach the same destination.</p><p>North Carolina (53-12-1) has lost consecutive games just once, in early March, and has been ranked no lower than No. 4 by D1Baseball.com the last two months.</p><p>Oklahoma (41-22) was ranked as high as No. 8 and then lost six of nine series in Southeastern Conference play. The Sooners finished 11th in the SEC and were unranked when they entered the national tournament off losses in seven of nine games.</p><p>“I think the SEC just offers a great preparation, period, for this type of tournament,” OU's Trey Gambill said. “There’s no breaks. Just like in this tournament, you’re not playing any bad teams. You’re not playing any mediocre teams. You’re playing the best of the best. So the SEC just prepared us for always being ready to put our best out there.”</p><p>Both teams went 3-0 in CWS bracket play. The Tar Heels have won five straight, and the Sooners are on a season-best eight-game streak.</p><p>The Game 1 pitching matchup pits North Carolina ace Jason DeCaro (11-2) against 6-foot-6, 237-pound left-hander Cord Rager (6-3), one of three freshman starters for the Sooners. DeCaro went 6 2/3 innings and struck out nine in Carolina's 6-2 win over Mississippi last Friday. Rager walked none and struck out eight in seven innings of a 9-0 win over Alabama last Saturday.</p><p>SEC streak on line</p><p>Oklahoma will be going for the Southeastern Conference's seventh straight national title and 18th overall, which would tie the Pac-12 for most.</p><p>The SEC is assured of having the champion, runner-up or both for the 20th time since 2000. The Sooners are the 10th different SEC team to reach the finals over that span.</p><p>ACC's first finals since 2015</p><p>North Carolina is the first Atlantic Coast Conference team to make the CWS finals since Virginia in 2015.</p><p>The Tar Heels are trying to become the third ACC program to win a national title in baseball. Wake Forest won the first in 1955 and Virginia the second in 2015.</p><p>North Carolina (2006-07, 2026) and Virginia (2014-15) are the only ACC programs to play in the finals since the best-of-three format started in 2003.</p><p>Power surge</p><p>DeCaro will face a Sooners team that's averaging 10.4 runs per game with 22 homers during their eight-game win streak. They've gone deep eight times in the CWS, including five in an 11-4 win over Georgia on Wednesday. OU has 45 homers in its 20 games since May 1 after hitting 46 homers in its first 43.</p><p>“What Jason’s going to do is what he’s been doing,” Forbes said. “We don’t care what the offense has been, what they’re doing, how hot they are. He’s going to go right after them with his stuff. You start being tentative, you start getting negative counts, then that offense gets even better.”</p><p>Call him K-den</p><p>North Carolina is 28-0 when Caden Glauber pitches. The freshman leads the Tar Heels with 106 strikeouts and 13.76 per nine innings, and he has allowed one run in 5 1/3 innings over three CWS games.</p><p>Another freshman reliever, lefty Jackson Rose, pitched 4 1/3 innings of shutout relief in a 12-7 win over West Virginia and has a 2.15 ERA over 50 2/3 innings this season.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXDLLDAQWNY7NPIJK54MJT4FZM.jpg?auth=90cde5e0883bf0b410ffeab0246f5c3dd079c43a181b221e22fe62eff0371508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Field logo during an NCAA College World Series baseball game on Saturday, June 14, 2025 in Omaha, Neb. (AP Photo/Cory Eads, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Cory Eads</media:credit></media:content></item><item><title><![CDATA[MDSO: Man, 19, charged with hate crime in liquid spraying attack in predominantly Jewish neighborhood]]></title><link>https://www.local10.com/news/local/2026/06/19/mdso-man-19-charged-with-hate-crime-in-liquid-spraying-attack-in-predominantly-jewish-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/mdso-man-19-charged-with-hate-crime-in-liquid-spraying-attack-in-predominantly-jewish-neighborhood/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 19-year-old man is now facing hate crime charges in connection with two battery incidents that occurred last month in a predominantly Jewish neighborhood in northeast Miami-Dade, authorities announced Friday.]]></description><pubDate>Fri, 19 Jun 2026 18:45:02 +0000</pubDate><content:encoded><![CDATA[<p>A 19-year-old man is now facing hate crime charges in connection with two battery incidents that occurred last month in a predominantly Jewish neighborhood in northeast Miami-Dade, authorities announced Friday.</p><p><a href="https://www.local10.com/espanol/2026/06/19/mdso-acusan-a-hombre-de-19-anos-de-crimen-de-odio-por-ataque-con-liquido-rociado-en-vecindario-predominantemente-judio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/mdso-acusan-a-hombre-de-19-anos-de-crimen-de-odio-por-ataque-con-liquido-rociado-en-vecindario-predominantemente-judio/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, Amir Ayesh was arrested after two separate victims were sprayed with an unknown liquid on May 9 by Ayesh, who was passing by them in a black vehicle.</p><p>Detectives said the two incidents occurred within just minutes of each other in the area of Northeast 10th Avenue and 171st Street.</p><p>Authorities said Homeland Security Bureau detectives were able to link Ayesh to both incidents through surveillance video that showed him using a water gun to spray the victims from his car.</p><p>According to Detective Samantha Choon, an arrest warrant was signed on June 11, charging Ayesh with two counts of battery with prejudice, “a felony enhancement under Florida law.”</p><p>She said Ayesh was taken into custody Thursday in Plantation with assistance by the Florida Department of Law Enforcement and the Plantation Police Department.</p><p>He was transported to the Broward County Main Jail and will eventually be transferred to Miami-Dade County.</p><p>“MDSO remains committed to investigating crimes that target individuals based on their race, religion, ethnicity, or other protected characteristics,” Choon said in an email to Local 10 News. </p><p>Ayesh’s arrest comes months after <a href="https://www.local10.com/news/local/2026/02/20/duo-in-bentley-committed-antisemitic-water-gun-attack-in-miami-beach-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/20/duo-in-bentley-committed-antisemitic-water-gun-attack-in-miami-beach-police-say/">two other men were arrested for similar accusations. </a></p><p>In that case, Miami Beach police said Michael Dean Emerson, 19, of Coral Springs, and Dominic Angelo Martinez, 18, of Tamarac, used a water gun to spray a Jewish man on Mid-Beach in January. </p><p>Police said the duo targeted the victim because of his faith. </p><p>Anyone with additional information related to the latest investigation is asked to call Miami-Dade Crime Stoppers at 305-471-TIPS. </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/GMRE4OCHRRENFC7SOCAWJ3W7VA.jpg?auth=5c474c4e8fdff4cf6bb8a78988779f24dc510ad3689b3d2941d2c86b1dfc4da7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Judge denies Biden's bid to block release of transcripts linked to special counsel inquiry]]></title><link>https://www.local10.com/news/politics/2026/06/19/judge-denies-bidens-bid-to-block-release-of-transcripts-linked-to-special-counsel-inquiry/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/judge-denies-bidens-bid-to-block-release-of-transcripts-linked-to-special-counsel-inquiry/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[A federal judge on Friday rejected former President Joe Biden's attempt to block the Trump administration from releasing to a conservative group the recordings that Biden made with a ghostwriter.]]></description><pubDate>Fri, 19 Jun 2026 21:43:26 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Friday rejected former President Joe Biden's attempt to block the Trump administration from releasing to a conservative group the recordings that Biden made with a ghostwriter.</p><p>U.S. District Judge Dabney Friedrich found that the public interest in the material outweighed whatever privacy rights Biden had, but she effectively put her ruling on hold for up to three weeks so Biden could appeal.</p><p>The recordings were obtained by special counsel Robert Hur in the course of his investigation into whether Biden improperly retained classified documents while a senator and vice president. Republicans in Congress demanded them after Hur declined to file charges against the then-president.</p><p>Biden's Democratic administration refused to turn over the recordings and transcripts from 2016 and 2017, leading congressional Republicans to hold his attorney general, Merrick Garland, in contempt.</p><p>President Donald Trump's Justice Department authorized the release of the materials. That led Biden last month to sue to seek to block the release to a staffer at the conservative Heritage Foundation who had formally requested the records.</p><p>Biden objected to the release as an invasion of privacy, saying the recordings included him discussing sensitive personal matters such as the death of his older son, Beau Biden. But Friedrich found that the administration redacted that material.</p><p>The judge wrote that the materials “contain no mention of highly sensitive topics like illness or death, nor do they mention any non-public persons, including members of Biden's family.”</p><p>Representatives for Biden did not immediately comment but asked Friedrich to bar release of the material while they appeal her decision. The Justice Department did not immediately respond to a request for comment.</p><p>Friedrich was nominated by Trump, a Republican, in 2017.</p><p>Hur’s yearlong investigation led to a 345-page report that questioned the effects of Biden’s age and his mental competence but recommended no criminal charges against the then-81-year-old. Hur said he found insufficient evidence to prosecute a case in court successfully.</p><p>The transcripts of five hours of Biden interviews with federal prosecutors was released that same year. While Biden was adamant that he treated classified information seriously, the transcript shows that he was at times fuzzy about dates and details and he said he was unfamiliar with the paper trail for some of the sensitive documents he handled.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LTHRAH4VJNFZ2GLIOCQZUJLMDY.jpg?auth=40429efa9fa770772856648d144578e738b2a49c1f8cb9018acb6e595e226028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From l-r., former President Joe Biden, former first lady Jill Biden, former first lady Laura Bush and former Secretary of State Hillary Clinton on stage during the dedication ceremony for the Obama Presidential Center, 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/RZRFC65LAPAOJZ2NEMCBIDJLOA.jpg?auth=7fa9cfc52188d0d5f7b9cb2f48c7d297419fbcd6764932ca7400cb34f7a57402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President Joe Biden speaks to the South Carolina Democratic Party, Feb. 27, 2026, in Columbia, S.C. (AP Photo/Matt Kelley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VRTAPCM36RUYZX6SAF2ONYQSBM.jpg?auth=5646549c1639edc3d8be84dd492d024ecd3fef623abf34830fb7dcacbcd7baf0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former President Joe Biden looks out at the crowd during the dedication ceremony for the Obama Presidential Center, 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></item><item><title><![CDATA[Dirty 30! These restaurants racked up way too many violations! What you need to know ]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/03/dirty-30-these-restaurants-racked-up-way-too-many-violations-what-you-need-to-know/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/03/dirty-30-these-restaurants-racked-up-way-too-many-violations-what-you-need-to-know/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[This is where we call out restaurants that rack up 30 or more violations on a single inspection because if you hit 30 or more, consumers need to know. ]]></description><pubDate>Wed, 03 Jun 2026 19:34:21 +0000</pubDate><content:encoded><![CDATA[<p>This is where we call out restaurants that rack up 30 or more violations on a single inspection because if you hit 30 or more, consumers need to know. </p><p><a href="https://www.local10.com/espanol/2026/06/03/dirty-30-estos-restaurantes-acumularon-demasiadas-infracciones-lo-que-necesita-saber/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/dirty-30-estos-restaurantes-acumularon-demasiadas-infracciones-lo-que-necesita-saber/">Leer en español</a></p><p>This week, we have two. </p><p>Royal Palm Grill &amp; Deli in Homestead has been inspected 14 times since July 2023, six of those required a follow-up, and records show Royal was ordered shut in 2024 for a roach issue.</p><p>Recently, 35 violations. </p><p>Over in Miami Beach, Coyote Taqueria on Collins Avenue also makes the list.</p><p> Records show since November 2023, Coyote has been inspected 7 times and “met inspection standards” for all of them until now. </p><p>31 violations on a recent inspection. </p><p>Thirty or more violations is not bad luck, it’s a choice, and it’s unacceptable. You have to do better.</p><p><b>**ROYAL PALM GRILL &amp; DELI</b></p><p><b>806 N. KROME AVE.</b></p><p><b>HOMESTEAD</b></p><p><b>INSPECTION DATE 5/28</b></p><p><b>35 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 10/24 (ROACH ISSUE)</b></p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin. Repeat Violation.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Observed at cook line.”</p><p>“Ceiling tile missing. Observed ceiling tile missing above prep table with prep sink.”</p><p>“Clean equipment/dishware/utensils stored next to handwash/food preparation sink exposed to splash. Observed bread toaster stored next to handwash sink at front counter exposes to splash.”</p><p>“Clean utensils stored between equipment and wall. Observed knives stored under slicer in the kitchen with old food debris under.”</p><p>“Dead roaches on premises. Observed 1 dead roach on floor across prep sink. Observed 1 dead roach on floor in front of reach in cooler at dry goods storage area.”</p><p>“Employee beverage container on a food preparation table or over/next to clean equipment/utensils. Observed employee Red Bull stored on white cutting board across the cook line in the back kitchen.”</p><p>“Employee with no beard guard/restraint while engaging in food preparation.”</p><p>“Equipment and utensils not properly air-dried - wet nesting. Observed plastic containers stacked together not properly air dried under prep table with prep sink.”</p><p>“Floor area(s) covered with standing water. Observed in the back kitchen.”</p><p>“Floor soiled/has accumulation of debris. Observed floor under cooking equipment and cold holding coolers soiled.”</p><p>“Food stored on floor. Observed 1 case of oil stored on floor under the handwash sink near the dishwasher.”</p><p>“Ice buildup in reach-in freezer and/or walk-in freezer. Observed at reach in freezer near walk in cooler. Observed at reach in freezer near restroom. Repeat Violation.”</p><p>“In-use tongs stored on equipment door handle between uses. Observed at oven door in the back kitchen.”</p><p>“In-use wet wiping cloth/towel used under cutting board.”</p><p>“Interior of oven/microwave has accumulation of black substance/grease/food debris. Observed interior of microwave soiled with old food debris.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed interior hood filters soiled with accumulated dust.”</p><p>“Opened employee beverage container in a cold holding unit with food to be served to customers. Observed employee open water bottle stored at reach in cooler near walk in cooler. Repeat Violation.”</p><p>“Single-service articles improperly stored. Observed box of cups stored on floor at dry goods storage area.”</p><p>“Wet wiping cloth not stored in sanitizing solution between uses. Observed at cook line. Repeat Violation.”</p><p>“Wet wiping cloths used for occasional spills on equipment food- and nonfood-contact surfaces not clean. Observed at cook line.”</p><p>“Wiping cloth sanitizing solution stored on the floor. Observed under prep table across the triple sink.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed employee charged customer and then proceeded to scoop ice. No handwash.”</p><p>“Employee cracked raw shell eggs and then handled ready-to-eat food and/or clean equipment or utensils without washing hands.”</p><p>“Employee rubbed hands together for less than 10-15 seconds while washing hands.”</p><p>“Employee washed hands with cold water.”</p><p>“Employee washed hands with no soap.”</p><p>“Live, small flying insects found. Observed approximately 7+ live flies landing on unwashed tomatoes at dry goods storage area. Observed approximately 10+ live flies flying and landing on unwashed onions at dry goods storage area.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed diced tomatoes (46F - Cold Holding) at reach in cooler across oven. As per operator for more than 6 hours. Observed rice (47F - Cold Holding) at reach in cooler across oven. As per operator for more than 24 hours.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed diced tomatoes (46F - Cold Holding) at reach in cooler across oven. As per operator for more than 6 hours. Observed rice (47F - Cold Holding) at reach in cooler across oven.”</p><p>“Wiping cloth sanitizer solution exceeds the maximum concentration allowed. Observed Sanitizer Bucket (Chlorine 200+ppm).”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed baking sheets used to bake corn bread heavily soiled with old grease.”</p><p>“Handwash sink used for purposes other than handwashing. Observed handwashing sink used to store clear cup at front counter.”</p><p>“No paper towels or mechanical hand drying device provided at handwash sink. Observed no paper towels at handwash sink near the dishwasher.”</p><p>“Ready-to-eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. Observed noodle soup at reach in cooler near walk in cooler not date marked. As per kitchen manager for less than 7 days.”</p><p><b>**COYOTE TAQUERIA</b></p><p><b>1351 COLLINS AVE.</b></p><p><b>MIAMI BEACH </b></p><p><b>INSPECTION DATE 5/27</b></p><p><b>31 VIOLATIONS</b></p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Accumulation of debris on exterior of ware washing machine.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed ceiling vents soiled.”</p><p>“Clean glasses, cups, bowls, plates, pots and pans not stored inverted or in a protected manner. Observed pan not inverted at cook line.”</p><p>“Cold holding equipment not maintained in good repair. Do not store time/temperature control for safety food in this unit until the unit is repaired. Observed RIC at cook line and WIC at 50F.”</p><p>“Cutting board has cut marks and is no longer cleanable. Repeat Violation.”</p><p>“Floor soiled/has accumulation of debris. Repeat Violation.”</p><p>“Food stored on floor. Observed raw chicken container on floor inside WIC.”</p><p>“In-use utensil stored in standing water less than 135 degrees Fahrenheit. Observed at cook line.”</p><p>“No handwashing sign provided at a hand sink used by food employees. Observed at bar area.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed gaskets inside RIC soiled. Repeat Violation.”</p><p>“Standing water in bottom of reach-in-cooler.”</p><p>“Straws provided for customer self-service not individually wrapped or in an approved dispenser.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Repeat Violation.”</p><p>“Wet wiping cloth not stored in sanitizing solution between uses.”</p><p>“Air gap between water supply inlet and flood rim of equipment/sink is less than one inch. Observed at 3 compartment sink.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed cooked chicken (46F - Cold Holding); cheese (46F - Cold Holding) at reach in cooler by cook line HWS. As per chef from previous day. Observed cooked beef (50F - Cold Holding); cooked chicken (52F - Cold Holding); raw chicken (52F - Cold Holding); pico de gallo (50F - Cold Holding) inside WIC as per chef from previous day.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed cooked chicken (46F - Cold Holding); cheese (46F - Cold Holding) at reach in cooler by cook line HWS. As per chef from previous day. Observed cooked beef (50F - Cold Holding); cooked chicken (52F - Cold Holding); raw chicken (52F - Cold Holding); pico de gallo (50F - Cold Holding) inside WIC as per chef from previous day.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed black beans (119F - Hot Holding); cheese sauce (126F - Hot Holding); cooked corn (120F - Hot Holding) at steam table, as per chef from an hour prior.”</p><p>“Employee has not received adequate training related to their assigned duties as evidenced by the inability to answer basic food safety questions. Observed employee unaware of minimum cold holding temperature.”</p><p>“Equipment drain line draining into handwash sink. Observed at bar area.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed can opener blade soiled. Observed slicer soiled. Repeat Violation.”</p><p>“Handwash sink removed from food preparation/dishwashing area. Must be reinstalled in the same location where removed. Observed HWS removed at end of cook line.”</p><p>“No chemical test kit provided when using sanitizer at three-compartment ware washing machine or wiping cloths.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling. Repeat Violation.”</p><p>“No plan review submitted and approved - renovations were made or are in progress.”</p><p>“Observed mop sink removed and replaced with oven.”</p><p>“No proof provided that food employees are informed of their responsibility to report to the person in charge information about their health and activities related to foodborne illnesses. Observed employees Franco Peladez , Amanda Diaz hired 3 months prior.”</p><p>“No soap provided at handwash sink. Observed at bar area.”</p><p>“Ready-to-eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. Observed cooked beans, cooked chicken, cooked pork inside WIC with no date marked, as per employee from previous day. Repeat Violation.”</p><p>“Spray bottle containing toxic substance not labeled. Observed cleaning spray at bar area unlabeled.”</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/ZASKJFNPOZHY5OMSKYZCDQCEQI.png?auth=1f7bd88d0619ceb00686bf7435a1109f04529303a0871cfa7b597d4239c80d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Guatemala anuncia mecanismo para buscar a desaparecidos del pasado conflicto armado y la migración]]></title><link>https://www.local10.com/espanol/2026/06/19/guatemala-anuncia-mecanismo-para-buscar-a-desaparecidos-del-pasado-conflicto-armado-y-la-migracion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/guatemala-anuncia-mecanismo-para-buscar-a-desaparecidos-del-pasado-conflicto-armado-y-la-migracion/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D., Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE GUATEMALA (AP) — El presidente guatemalteco Bernardo Arévalo anunció el viernes la creación de un mecanismo humanitario con el objetivo de emprender la búsqueda por primera vez de personas desaparecidas durante el pasado conflicto armado interno, así como producto de la migración o por otros motivos.]]></description><pubDate>Fri, 19 Jun 2026 18:38:45 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE GUATEMALA (AP) — El presidente guatemalteco Bernardo Arévalo anunció el viernes la creación de un mecanismo humanitario con el objetivo de emprender la búsqueda por primera vez de personas desaparecidas durante el pasado conflicto armado interno, así como producto de la migración o por otros motivos.</p><p>En el Palacio Nacional de la Cultura, junto a familiares de desaparecidos y sillas vacías con algunos nombres de esas personas, Arévalo anunció el inicio del mecanismo como una “herramienta para dar respuesta a la pregunta de dónde están”.</p><p>El anuncio tiene lugar después que el gobierno informara el miércoles que impulsa un plan de reparación y dignificación de las víctimas y el mecanismo de búsqueda de los desaparecidos durante el conflicto a casi tres décadas de la firma de los acuerdos de paz.</p><p>“Con este instrumento estamos haciendo lo necesario para garantizar el derecho a la verdad, la memoria y la reparación integral... para que se cumplan garantías de no repetición”, destacó el presidente y reiteró que es para atender la deuda histórica de Guatemala con las víctimas del conflicto y sus familias. Además, para "atender a víctimas de desaparición en contextos actuales”, agregó.</p><p>Elvyn Díaz, comisionado presidencial por la Paz y los Derechos Humanos, dijo que el mecanismo forma parte de un Plan de resarcimiento y dignificación de víctimas del conflicto armado.</p><p>Entre 1960 y 1996 Guatemala vivió un conflicto armado entre el ejército y grupos guerrilleros que, según comisiones de la verdad, se saldó con la muerte de por lo menos 200.000 personas y otros 45.000 desaparecidos. Este año se cumplen 30 años de la firma de los acuerdos que pusieron fin a la guerra.</p><p>Por años ningún gobierno buscó a los desaparecidos a pesar de la exigencia de familiares que se organizaron y formaron varias agrupaciones y fundaciones. Mientras tanto, una propuesta de ley para la búsqueda de los desaparecidos ha permanecido durante diez años en el Congreso sin discutirse.</p><p>Paulo Estrada, de la organización de Familiares de Detenidos Desaparecidas, resaltó que esta es la primera vez que un gobierno voltea su mirada a los desaparecidos. “Hoy puedo decir que por décadas de preguntar dónde están nuestros desaparecidos, por fin vemos una luz”, señaló.</p><p>Estrada aseguró que aún hoy buscar a los desaparecidos genera hostigamiento, intimidación y amenazas y que esperaba que se les permita tener acceso a archivos militares y lugares como zonas, brigadas, destacamentos y recintos militares para las tareas de localización. Tras búsquedas particulares cientos de cuerpos han sido encontrados en lugares donde el ejército acampó durante esa época.</p><p>Con un clavel rojo en la mano, Rosalina Tuyuc, líder histórica y fundadora de la Coordinadora Nacional de Viudas de Guatemala (Conavigua), dijo que esperaba que el mecanismo dé frutos. “Todas las familias que estamos aquí siempre seguimos la esperanza de encontrarlos. Nos alegra que aunque sea 30 años después el Ejecutivo decida crear este mecanismo", manifestó.</p><p>Maco Garavito, de la organización Liga de Higiene Mental, consideró que la creación del mecanismo servirá para sanar heridas de la guerra.</p><p>Fredy Peccerelli, director de la Fundación de Antropología Forense de Guatemala (FAFG) — reconocida internacionalmente por su labor de exhumación en zonas de conflictos armados como Siria, Libia, Myanmar, Colombia y México —, refirió que junto a familiares de víctimas ha encontrado a más de 4.000 desaparecidos y exhumado unos 9.000 cuerpos durante décadas de trabajo en esos sitios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FUFUXU53OT6ZDKIXIQATVB7WDI.jpg?auth=446960f047891bbf8d3395502557b826c58f43d5208472d6559cbeaf0c8f29e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Guatemala Bernardo Arévalo en conferencia de prensa, el 5 de marzo de 2026, en Ciudad de Guatemala. (AP Foto/Moises Castillo, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Cape Verde’s star goalkeeper Vozinha gets a family boost before Uruguay clash]]></title><link>https://www.local10.com/sports/2026/06/19/cape-verdes-star-goalkeeper-vozinha-gets-a-family-boost-before-uruguay-clash/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/cape-verdes-star-goalkeeper-vozinha-gets-a-family-boost-before-uruguay-clash/</guid><dc:creator><![CDATA[By FELIPE ROCHA and ZACH PASCUZZI, Associated Press]]></dc:creator><description><![CDATA[TAMPA, Florida (AP) — Cape Verde goalkeeper Vozinha will have his family close by when his team takes on Uruguay on Sunday, days after his standout performance against Spain turned him into one of the most talked about players of the World Cup.]]></description><pubDate>Fri, 19 Jun 2026 18:35:47 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Florida (AP) — Cape Verde goalkeeper Vozinha will have his family close by when his team takes on Uruguay on Sunday, days after his standout performance against Spain turned him into one of the most talked about players of the World Cup.</p><p>The 40-year-old was named player of the match in Cape Verde’s goalless draw on Monday, a display that brought him international attention and a surge in popularity on social media.</p><p>Among the fans cheering him on in the U.S. are his father, Jose Pedro Dias, and brother, Delmiro Évora Nascimento, who also is a soccer player. Vozinha’s mother, who had initially faced difficulties obtaining a visa, is also expected to arrive in the United States ahead of Sunday’s game.</p><p>Speaking before Thursday’s training session at Cape Verde’s training base in Tampa, Vozinha said having his family nearby was one of the most meaningful aspects of his World Cup experience.</p><p>“They always support me in everything I do, so having my mother here is something special. My father is here too, and my brother as well, so I’m very happy,” he said.</p><p>Vozinha’s full name is Josimar José Évora Dias. His father said he was named after Josimar, a defender in Brazil’s squad in the 1986 World Cup in Mexico.</p><p>“I watched the matches and fell in love with the Brazilian national team,” Dias said. “I really enjoyed it and there were a few players who stood out; one of them was Josimar, a right-back, who scored two goals and really made his mark at that World Cup.”</p><p>Like other fans cheering on the team at its training base in Tampa, Dias was beaming with pride over Cape Verde’s successful start to its first ever World Cup.</p><p>“As a father, I feel immense pride. All Cape Verdeans right now feel proud to be Cape Verdean and of Cape Verde’s current performance; it’s something we could never have imagined would be possible,” he said.</p><p>Vozinha’s brother agreed.</p><p>“I’ve no words to describe this moment,” he said. “We just have to live it because it’s a once-in-a-lifetime moment for a professional footballer – to be at the World Cup, to play against Spain, to put in the performance he did.”</p><p>RVs full of Cape Verde fans, dressed in the blue of the nation’s flag and adorned with matching beach hats and flags as capes, arrived in the small parking lot outside the training ground in Tampa.</p><p>One of them, Benjamin Ferrera, called the draw with Spain “unbelievable.”</p><p>“I don’t have words for it, because nobody expected it. We are just 500,000 people on small islands. To be on this type of stage with the world watching us is just magnificent,” he said.</p><p>Ferrera was born in Cape Verde but now lives in Massachusetts, which hosts the largest portion of the Cape Verdean diaspora in the United States and is sometimes called Cape Verde’s 11th island.</p><p>He is also part of the security team at Gillette Stadium in Foxborough, one of the host venues at this year’s tournament.</p><p>“We’re all about joy,” Ferrera said. “When I grew up, I always heard that Cape Verde doesn’t have football, that we would never make a World Cup. Today I’m proud to say we’re here and we are going to make history.”</p><p>The archipelago nation off the west coast of Africa was the only one of the four debutants at the tournament to avoid defeat in its first game. If you ask Andreia Levy, an organizer for the Cape Verde supporters’ group, 12 Sharks, it was fate.</p><p>“Of course, I trusted the guys,” she said. “We knew that it was possible to do something here.”</p><p>___</p><p>Zach Pascuzzi is a student in the University of Georgia’s Carmical Sports Media Institute.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BWRJR64HUCO3X2MEN4W7V4Z2BI.jpg?auth=cd09d738e446fb221d6ba39ed1dc241b41ee92333e57524cb3ff898211dc3d08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha (1) waves a flag for fans after a 0-0 draw during 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><media:content url="https://www.local10.com/resizer/v2/BHBHUC52727Z5LCFKOXIMTUKUI.jpg?auth=bfbe949309c90f0f01949e4311e7a21d1b82b463c5661393fd8d3933d9a452a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde fans celebrate after the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MOERQQGTLGTIPOOUGBCYNFYWGM.jpg?auth=7ce5f02fa22f2c2da60264ed5875fa8027bf777ead1b7f43e3793a822352b6de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha celebrates as holds the flag of his country during the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Expertos destacan reforma económica de Cuba. Nieto de Castro asegura que la isla no es una amenaza]]></title><link>https://www.local10.com/espanol/2026/06/19/expertos-destacan-reforma-economica-de-cuba-pero-advierten-sobre-dificultades-en-su-aplicacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/expertos-destacan-reforma-economica-de-cuba-pero-advierten-sobre-dificultades-en-su-aplicacion/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Un día después de que el Parlamento cubano aprobara la mayor reforma económica desde el triunfo de la revolución, expertos dijeron que las medidas eran positivas, mientras el nieto de Raúl Castro, uno de los negociadores con Estados Unidos, reiteró que la isla — actualmente bajo cerco energético de Washington — no representa ninguna amenaza para el vecino país.]]></description><pubDate>Fri, 19 Jun 2026 22:32:23 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Un día después de que el Parlamento cubano aprobara la mayor reforma económica desde el triunfo de la revolución, expertos dijeron que las medidas eran positivas, mientras el nieto de Raúl Castro, uno de los negociadores con Estados Unidos, reiteró que la isla — actualmente bajo cerco energético de Washington — no representa ninguna amenaza para el vecino país.</p><p>En su primera entrevista desde que comenzaron las conversaciones entre Estados Unidos y Cuba a principios del año, Raúl Guillermo Rodríguez Castro, quien se reunió en privado con el secretario de Estado estadounidense Marco Rubio en San Cristóbal en febrero, subrayó al medio emiratí The National News que su país estaba dispuesto a sostener conversaciones “cordiales”.</p><p>“Cuba no representa la más mínima amenaza a los intereses y la seguridad nacional de Estados Unidos… Seguimos ofreciendo esa relación civilizada, esa relación de respeto e igualdad”, expresó Rodríguez Castro en una entrevista publicada el jueves.</p><p>Sin tener cargo gubernamental en la isla, Rodríguez Castro —jefe de la custodia de su abuelo— se desempeñó como negociador en los últimos meses.</p><p>Desde enero, 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 que ha tenido un fuerte impacto en la vida diaria, con apagones de hasta 20 horas y limitaciones en los servicios de salud, el transporte, la industria y la educación.</p><p>El presidente Donald Trump ha reconocido que su política de máxima presión busca un cambio de sistema político y económico en Cuba.</p><p>Aunque el mandatario cubano Miguel Díaz-Canel advirtió que la isla podría encarar aperturas económicas, no abandonará su modelo socialista.</p><p>Rodríguez Castro aseguró que para Cuba “es difícil sostener cualquier tipo de conversación, negociación, diálogo en un ambiente tan hostil”.</p><p>Plan aperturista requiere fin de sanciones</p><p>En tanto, expertos dijeron el viernes que las medidas de libre mercado aprobadas por el Parlamento cubano son positivas, aunque consideran que su implementación podría atravesar muchas dificultades y algunas requieren la eliminación de sanciones estadounidenses.</p><p>“Elementos que durante décadas fueron enumerados como pilares de la economía revolucionaria, como el monopolio estatal del comercio exterior y la centralización de las fuerzas productivas, han sido desmantelados”, dijo a The Associated Press el politólogo y abogado cubanoamericano Luis Carlos Battista.</p><p>La víspera la Asamblea Nacional del Poder Popular aprobó un paquete de 176 medidas que incluyen desde más espacio para las empresas privadas y la posibilidad de importar y exportar sin intermediación estatal hasta permisos para que cadenas de comida rápida se instalen en la isla.</p><p>Sin embargo, Battista indicó que existen “numerosas dificultades” para su implementación, entre ellas la burocracia “lenta e ineficiente” y la desconfianza de los potenciales empresarios e inversores.</p><p>Por su parte, el investigador asociado del Instituto Quincy en Washington, Lee Schlenker, sostuvo que “habrá que ver cómo se desarrollan realmente, cómo se implementan y aplican; si se politizarán, si se aplicarán de forma selectiva o si, verdaderamente, todos los actores económicos serán tratados bajo las mismas condiciones”.</p><p>Ambos resaltaron además que si no se levantan las sanciones impuestas por Washington a Cuba —como las que castigan financieramente a los socios del conglomerado estatal GAESA — muchas de las medidas serán inaplicables.</p><p>“Sólo tendrán un efecto real si se complementan con el levantamiento gradual de las prohibiciones y sanciones estadounidenses”, indicó Schlenker.</p><p>Paolo Spadoni, profesor asociado en el Departamento de Ciencias Sociales de Augusta University, en Georgia, advirtió que el éxito de la reforma dependerá de la agilidad para aplicarla por parte de las autoridades isleñas.</p><p>“Si los líderes cubanos tienen esperanza de sobrevivir a esta crisis sin precedentes y a la presión estadounidense tienen que moverse rápido con la implementación de la reforma y el logro de resultados tangibles”, comentó a AP.</p><p>Expectativas mixtas</p><p>Los cubanos recibieron con sensaciones ambiguas la reforma.</p><p>Para Adolfo Sánchez, un empleado de un negocio privado de 63 años, “creo que con esas medidas va a haber una mejoría... en este momento tan difícil que estamos viviendo".</p><p>“Si tengo 30 horas sin corriente, ¿cómo voy a ver los anuncios en la televisión? Me voy para el trabajo a oscuras y regreso a la casa a oscuras”, se quejó Juana Pérez, una vendedora de artículos para el hogar de 54 años. “Esto va a seguir peor y peor cada día”, dijo con pesimismo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P32NX25B5IVMGATGXSRAXVPGAQ.jpg?auth=2402f4a4dae3dddf40f93b81529a5722645b6e483588ebf496f8fdb0633fea99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas pasan junto a grafitis con los colores de la bandera cubana en La Habana, Cuba, el miércoles 17 de junio de 2026. (Foto AP/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ROMGZVB3SY2PQ3GCQPJMJQ5HU.jpg?auth=e4930a4e409023f0cfecefc5c73109ec0ff533f3d09ca7e435f5b01e2eaa1cb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un trabajador descarga cajas de fruta en un mercado estatal en La Habana, Cuba, el miércoles 17 de junio de 2026. (Foto AP/Jorge Luis Baños)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Mourners bury a 6-month-old Ebola victim in the Congo outbreak's 3rd orphanage death]]></title><link>https://www.local10.com/health/2026/06/19/mourners-bury-a-6-month-old-ebola-victim-in-the-congo-outbreaks-3rd-orphanage-death/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/19/mourners-bury-a-6-month-old-ebola-victim-in-the-congo-outbreaks-3rd-orphanage-death/</guid><dc:creator><![CDATA[By JUSTIN KABUMBA and WILSON MCMAKIN, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Mourners gathered Friday to bury a 6-month-old girl who died from Ebola earlier this week, the third child to die at an orphanage in eastern Congo as authorities have struggled to contain the latest outbreak.]]></description><pubDate>Fri, 19 Jun 2026 21:50:40 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Mourners gathered Friday to bury a 6-month-old girl who died from Ebola earlier this week, the third child to die at an orphanage in eastern Congo as authorities have struggled to contain the latest outbreak.</p><p>Carrying a cross, people stood at a distance as the small coffin was lowered into the ground by masked and gloved health workers, and a Catholic priest prayed over her body.</p><p>“It’s a feeling of sadness because we have lost one of our own, a daughter of the church," said Father Innocent Ndogo.</p><p>“As we have always said, the Lord gives, and the Lord takes away.”</p><p>Ituri, the region at the center of the current outbreak, has reported more than 90% of the cases. The response has been complicated by residents clashing with healthcare professionals over disrupted burials and the response to the outbreak, which has been militarized at times.</p><p>The impersonal nature of safe burial practices and the severity of the epidemic were evident on Friday as only healthcare workers in protective gear were allowed to handle the coffin and the burial.</p><p>Bundibugyo, the type of Ebola in this outbreak, has no approved treatment or vaccine, and even some health workers have said they don’t have the masks, gloves and other gear to protect themselves.</p><p>During a visit to Bunia on Friday, Congolese Health Minister Roger Kamba said that there were now 933 confirmed cases and 245 deaths from the current outbreak. Kamba also stated that all health centers will be free in Ituri and that healthcare workers bonuses will be doubled.</p><p>There are 35,000 suspected potential contacts, Africa’s Centres for Disease Control and Prevention said on Thursday.</p><p>Despite the rapid spread of the current outbreak, it is still not nearly as deadly as a 2014 outbreak of Ebola that killed more than 11,000.</p><p>With no approved vaccines or treatments, the Bundibugyo strain was not tested for in the early days. This lack of testing is one of the reasons the outbreak has spread to such an extent. 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>Alex Lock, a communications officer at the International Federation of Red Cross and Red Crescent Societies, asked people to resist feeling indifferent.</p><p>"She was a baby. She had her whole life ahead of her. Unfortunately, she was taken by the disease, a disease that, as you know, is transmitted from one person to another," Lock said.</p><p>Although the outbreak is concentrated in Ituri, 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>___</p><p>McMakin contributed from Dakar, Senegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XESESSA6SFUYSWA2JV5LNO76JQ.jpg?auth=150dab26cad52995a3c070b83d90f1f7c8a83d221452f62047eb6d552891960c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Catholic nuns from the orphanage where Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, was staying, attends her funeral in Bunia, Congo, Friday, June 19, 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/IQZNPHKJWLSC5HL235XK4SX4NQ.jpg?auth=9d256d94bd46e09623f95cf9ac5152a2cf151e045c8f9605e7eef7ba1b996a8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, attend her burial, in Bunia, Congo, Friday, June 19, 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/YO2WFIWJWQSMBVOH6IXYZTSRZA.jpg?auth=0c69ba05b1ed5f27ccced6c456e7e0e51fdeb0d7b16a5cbfe994afc618126a40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Red Cross workers prepare to bury Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, at the Bigo Cemetery, in Bunia, Congo, Friday, June 19, 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/IEW5CEF27YUKV3UJGJI3PER4LM.jpg?auth=bf90057c855009676f29b7aba34c122aa021d9b9f906706e5d1ca36a08b2d127&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Catholic priest takes part at the funeral of Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, in Bunia, Congo, Friday, June 19, 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/2U5W3BXP4GCE2VQKICSRC6MBK4.jpg?auth=d2fbe20c604f8f185d02e7ab21ae022bf822a5328f9fcaca295be9b5aa2473ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Red Cross workers prepare to bury Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, at the Bigo Cemetery, in Bunia, Congo, Friday, June 19, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Rescued beagles begin new journey after being removed from Wisconsin research facility]]></title><link>https://www.local10.com/news/local/2026/06/19/rescued-beagles-begin-new-journey-after-being-removed-from-wisconsin-research-facility/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/rescued-beagles-begin-new-journey-after-being-removed-from-wisconsin-research-facility/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Fifteen beagles rescued from a Wisconsin research breeding facility are getting a second chance, thanks to a cross-country effort helping them find new homes.]]></description><pubDate>Fri, 19 Jun 2026 17:04:02 +0000</pubDate><content:encoded><![CDATA[<p>Fifteen beagles rescued from a Wisconsin research breeding facility are getting a second chance, thanks to a cross-country effort helping them find new homes.</p><p><a href="https://www.local10.com/espanol/2026/06/19/beagles-rescatados-comienzan-una-nueva-etapa-tras-ser-retirados-de-centro-de-investigacion-en-wisconsin/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/beagles-rescatados-comienzan-una-nueva-etapa-tras-ser-retirados-de-centro-de-investigacion-en-wisconsin/">Leer en español</a></p><p>The dogs were removed from Ridglan Farms, a Wisconsin facility that bred beagles for research, before arriving at Big Dog Ranch Rescue in Loxahatchee.</p><p>Now, the beagles are headed to a rescue partner in New York — with help from <a href="https://www.pilotstotherescue.org/?utm_source=Google&amp;utm_medium=CPC&amp;utm_campaign=OrgHome&amp;gad_source=1&amp;gad_campaignid=709462542&amp;gclid=CjwKCAjw0dPRBhAPEiwAE5vTTh0uhj0zaQtxmolEPyAYN4ygaMJAD9K6jH8vIfOHpTx9iHe53UqjYxoCL90QAvD_BwE" target="_self" rel="" title="https://www.pilotstotherescue.org/?utm_source=Google&amp;utm_medium=CPC&amp;utm_campaign=OrgHome&amp;gad_source=1&amp;gad_campaignid=709462542&amp;gclid=CjwKCAjw0dPRBhAPEiwAE5vTTh0uhj0zaQtxmolEPyAYN4ygaMJAD9K6jH8vIfOHpTx9iHe53UqjYxoCL90QAvD_BwE">Pilots to the Rescue</a>.</p><p>“Seeing those videos it’s heartbreaking that they’re all in cramped quarters and being tortured,” said Michael Schneider, CEO of Pilots to the Rescue.</p><p>The organization previously helped transport some of the dogs from Wisconsin to West Palm Beach and is now helping move them to their next destination.</p><p>“This is our second transport. So the first transport we did in our main rescue plane, from Wisconsin, so we were at ground zero,” Schneider said.</p><p>Schneider said getting the dogs to their next stop quickly helps reduce stress, especially after what they experienced.</p><p>“Because these beagles have been mistreated and they’re a little skittish, the faster we can get them from point A to point B, the less stress on the animals,” he said.</p><p>Schneider told Local 10’s Isabella Martin that the flight is being made possible through donated support, including a board member providing flight skills and contributing to the costs, while Boeing is sponsoring some of the flight hours.</p><p>As the plane prepares for takeoff, the 15 beagles are leaving their past behind with every mile — and for the people who helped rescue them, every hour in the air is worth it.</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[Beagles rescatados comienzan una nueva etapa tras ser retirados de centro de investigación en Wisconsin]]></title><link>https://www.local10.com/espanol/2026/06/19/beagles-rescatados-comienzan-una-nueva-etapa-tras-ser-retirados-de-centro-de-investigacion-en-wisconsin/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/beagles-rescatados-comienzan-una-nueva-etapa-tras-ser-retirados-de-centro-de-investigacion-en-wisconsin/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Quince beagles rescatados de un centro de cría para investigación en Wisconsin están recibiendo una segunda oportunidad gracias a un esfuerzo que cruza el país para ayudarlos a encontrar nuevos hogares.]]></description><pubDate>Fri, 19 Jun 2026 18:12:25 +0000</pubDate><content:encoded><![CDATA[<p>Quince beagles rescatados de un centro de cría para investigación en Wisconsin están recibiendo una segunda oportunidad gracias a un esfuerzo que cruza el país para ayudarlos a encontrar nuevos hogares.</p><p>Los perros fueron retirados de Ridglan Farms, una instalación de Wisconsin que criaba beagles para investigación, antes de llegar a Big Dog Ranch Rescue en Loxahatchee.</p><p>Ahora, los beagles se dirigen a una organización de rescate asociada en Nueva York, con la ayuda de Pilots to the Rescue.</p><p>“Ver esos videos es desgarrador. Están todos en espacios reducidos y siendo torturados”, dijo Michael Schneider, director ejecutivo de Pilots to the Rescue.</p><p>La organización ayudó anteriormente a transportar algunos de los perros desde Wisconsin hasta West Palm Beach y ahora está colaborando para llevarlos a su próximo destino.</p><p>“Este es nuestro segundo traslado. El primero lo hicimos en nuestro principal avión de rescate desde Wisconsin, así que estuvimos en el punto de origen”, dijo Schneider.</p><p>Schneider señaló que llevar a los perros rápidamente a su siguiente parada ayuda a reducir el estrés, especialmente después de lo que han vivido.</p><p>“Debido a que estos beagles han sido maltratados y están un poco asustadizos, cuanto más rápido podamos llevarlos del punto A al punto B, menos estrés sufrirán los animales”, dijo.</p><p>Schneider dijo a Isabella Martin, de Local 10, que el vuelo es posible gracias a apoyo donado, incluido un miembro de la junta directiva que aporta sus habilidades de vuelo y contribuye a los costos, mientras que Boeing patrocina parte de las horas de vuelo.</p><p>Mientras el avión se prepara para despegar, los 15 beagles dejan atrás su pasado con cada milla recorrida y, para las personas que ayudaron a rescatarlos, cada hora en el aire vale la pena.</p>]]></content:encoded></item><item><title><![CDATA[Two trains collide north of London, killing at least 1 person and injuring dozens]]></title><link>https://www.local10.com/news/2026/06/19/two-trains-collide-north-of-london-killing-at-least-1-person-and-injuring-dozens/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/19/two-trains-collide-north-of-london-killing-at-least-1-person-and-injuring-dozens/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Emergency services rushed to the scene of a collision between two trains north of London on Friday that killed at least one person and injured dozens. A passenger reported that he was thrown forward by the impact then saw fellow travelers with broken bones and bloody injuries.]]></description><pubDate>Fri, 19 Jun 2026 22:10:15 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Emergency services rushed to the scene of a collision between two trains north of London on Friday that killed at least one person and injured dozens. A passenger reported that he was thrown forward by the impact then saw fellow travelers with broken bones and bloody injuries.</p><p>Both trains were traveling south to London St. Pancras station when they collided outside the town of Bedford around 5:15 p.m., according to information on rail tracking websites. Emergency services deployed a number of resources to the scene including an air ambulance and hazardous incident team from the East of England Ambulance Service.</p><p>“We know that a number of people have been injured and one person has very sadly died,’’ police said in a statement. “A major incident has been declared, and officers are continuing to respond at the scene alongside colleagues from Bedfordshire Police and the local Fire and Rescue and Ambulance Services.''</p><p>The East of England Ambulance Service later said that 11 people had very serious injuries, 22 were seriously injured and 56 had minor injuries.</p><p>Peter Knapp, a train passenger, said he was in the rear train when the collision occurred without any warning.</p><p>“There was a moment of being flung into the chair in front, and then I saw smoke," Knapp said. “People were crying, screaming. People were so scared and confused.”</p><p>“I got up and I saw a lot of people who were unable to speak, had broken legs," he added. "And then I managed to get out of the train and because I’m quite thin I was able to squeeze out through the gap in the doors.”</p><p>Photos and videos posted on social media showed dozens of people, some with bandages but many who appeared uninjured, standing and sitting among emergency vehicles parked on a road that runs parallel to the train tracks.</p><p>The RMT union, which represents many railway workers, said it was monitoring the situation and expressed its concern over reports of “serious injuries” sustained by both train staff and passengers.</p><p>East Midlands Railway said in a statement that the 4:40 p.m. train from Corby to St. Pancras had been involved in the collision with the 3:50 p.m. train from Nottingham to the same station. The company said it had cancelled all trains to and from St. Pancras for the rest of Friday and it was unable to confirm the schedule for Saturday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PLPO7VBABNOKBDXG4NZAW6TX5I.jpg?auth=19843b374d0a5aca7ea37118cb584e83e69bc5b4866e3f9a3dcb78644cbbeb67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel work on a train on the tracks outside Bedford, England, after a train from Corby to London St. Pancras and another from Nottingham to London St. Pancras, collided on Friday June 19, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7YC5O5JGALAJXRGIPK2X47LOHE.jpg?auth=23eecf5b56d350d13048525c0bcf1e2757b87302c93837d5a6fd43e6cbb1f377&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel work on a train on the tracks outside Bedford, England, after a train from Corby to London St. Pancras and another from Nottingham to London St. Pancras, collided on Friday June 19, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CLZ7ZEPXRYC5FHKFGSHLRT57YE.jpg?auth=68f18cbf5693494422860b77dedccdfc3686b5d42629ab2916f142008d2f3b43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel work on a train on the tracks outside Bedford, England, after a train from Corby to London St. Pancras and another from Nottingham to London St. Pancras, collided on Friday June 19, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content></item><item><title><![CDATA[Azzi Fudd joins globe-trotting Project B, chasing her dream of playing abroad]]></title><link>https://www.local10.com/sports/2026/06/19/azzi-fudd-joins-globe-trotting-project-b-chasing-her-dream-of-playing-abroad/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/azzi-fudd-joins-globe-trotting-project-b-chasing-her-dream-of-playing-abroad/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[Azzi Fudd, the No. 1 pick in the WNBA draft this past April, will play in Project B this offseason, she announced on social media Friday.]]></description><pubDate>Fri, 19 Jun 2026 18:00:08 +0000</pubDate><content:encoded><![CDATA[<p>Azzi Fudd, the No. 1 pick in the WNBA draft this past April, will play in Project B this offseason, she announced on social media Friday.</p><p>The Dallas Wings rookie joins No. 3 pick Awa Fam as part of the new 5-on-5 league that will play all over the world from November to April.</p><p>So far about a dozen players have said they’ll be playing in Project B, headlined by Nneka Ogwumike, Alyssa Thomas, Jonquel Jones, Jewell Loyd and Kelsey Mitchell. Many young players from around the world are expected to play in the league as well.</p><p>Project B will feature six teams with 11 players and compete in seven two-week tournaments across the globe in Europe, Asia and the Americas.</p><p>Valencia, Spain, and Tokyo have already been announced as two of the cities that will host the new league. Tokyo will have games from March 25-April 4.</p><p>Host Broadcast Services, the broadcaster of the FIFA World Cup, will be the league’s production partner. They plan to stream all games.</p><p>Project B will have 66 players divided into six teams. According to the organization, women’s players will receive larger salaries than those currently offered by the WNBA. Fudd is making $500,000 as the No. 1 pick. The former UConn star had an NIL deal with Unrivaled, but that was only for college.</p><p>Fudd is averaging 12.7 points while shooting 50.7% from the field.</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AEZO2G3QH56VTQ2HXNL2GI43F4.jpg?auth=501d0c56c43443d0d1acfc8dfad92c71c458b47846619acbdb942f4c4fdd9187&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Wings guard Azzi Fudd dribbles during the first half of a WNBA basketball game against the Phoenix Mercury in Arlington, Texas, Thursday, June 11, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C5RJXYBCT566N4XVYCKXQ3HZFY.jpg?auth=b510e5a17c51c5d73521e05c554c92a6f5aa8c3e47c376d119d655f3b05459b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Mercury forward Noemie Brochant (1) drives against Dallas Wings guard Azzi Fudd (35) during the second half of a WNBA basketball game in Arlington, Texas, Thursday, June 11, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[‘Not a charity’: Front-runner Donalds holds firm on strict GOP governor debate benchmarks]]></title><link>https://www.local10.com/news/politics/2026/06/19/not-a-charity-front-runner-donalds-holds-firm-on-strict-gop-governor-debate-benchmarks/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/not-a-charity-front-runner-donalds-holds-firm-on-strict-gop-governor-debate-benchmarks/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[U.S. Rep. Byron Donalds, R-Florida, made a campaign stop in South Miami on Friday as he seeks the governor’s office.]]></description><pubDate>Fri, 19 Jun 2026 17:02:18 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Rep. Byron Donalds, R-Florida, made a campaign stop in South Miami on Friday as he seeks the governor’s office.</p><p><a href="https://www.local10.com/espanol/2026/06/19/no-es-una-organizacion-benefica-donalds-favorito-se-mantiene-firme-sobre-estrictos-criterios-para-debate-de-gobernador-del-partido-republicano/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/no-es-una-organizacion-benefica-donalds-favorito-se-mantiene-firme-sobre-estrictos-criterios-para-debate-de-gobernador-del-partido-republicano/">Leer en español</a></p><p>Polling currently has Donalds as the front-runner for the Republican nomination and the congressman, who represents the Fort Myers and Naples areas, has been endorsed by President Donald Trump.</p><p>In a one-on-one interview with Local 10 News, he spoke about whether he’d be on the debate stage with the other Republicans seeking the office.</p><p>“If the race was close and we were battling it out, we’d be debating right now,” Donalds said.</p><p>It certainly isn’t happening at the “Sunshine State Showdown” being put on by the Republican Party of Florida. </p><p>The party says candidates must meet three benchmarks to qualify for an official gubernatorial debate: at least 10% in the polls, $10 million raised and 10,000 donors.</p><p>Right now, only Donalds meets all three requirements.</p><p>“Campaigns, like everything else in life, (are) a competition,” Donalds said. “It’s not a charity. You don’t just get to show up because you have a title or because you think you’re owed anything.”</p><p>In the past, Donalds has used the phrase “participation trophy” surrounding the topic -- something one of his competitors, Lt. Gov. Jay Collins, fought against this week, talking about his service as a Green Beret.</p><p>“That ‘participation trophy’ line is a bit of a slap in the face,” he said. “This is my ‘participation trophy.’”</p><p>Even Gov. Ron DeSantis says his party’s debate guidelines might be too stringent.</p><p>“I wouldn’t have qualified when I ran in ‘18 for what they were trying to do,” he said.</p><p>But Donalds is holding firm.</p><p>“The dynamics are totally different and I respect the governor and all that he’s done, but this is not 2018,” he said, having said earlier that “it’s not about ‘who does it hurt?’, it’s about who’s taking their message to the people of Florida.”</p><p>The Sunshine State showdown is still holding congressional debates and will have forums for all of the gubernatorial candidates to speak individually, but there is no formal debate for them.</p><p>That’s set for June 27 at the Seminole Hard Rock Hotel &amp; Casino. </p><p><i>Local 10 Digital Journalist Chris Gothner contributed to this report.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[“No es una organización benéfica”: Donalds, favorito, se mantiene firme sobre estrictos criterios para debate de gobernador del Partido Republicano]]></title><link>https://www.local10.com/espanol/2026/06/19/no-es-una-organizacion-benefica-donalds-favorito-se-mantiene-firme-sobre-estrictos-criterios-para-debate-de-gobernador-del-partido-republicano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/no-es-una-organizacion-benefica-donalds-favorito-se-mantiene-firme-sobre-estrictos-criterios-para-debate-de-gobernador-del-partido-republicano/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[El representante federal de Estados Unidos Byron Donalds, republicano de Florida, realizó una parada de campaña en South Miami el viernes mientras busca la gobernación.]]></description><pubDate>Fri, 19 Jun 2026 17:54:45 +0000</pubDate><content:encoded><![CDATA[<p>El representante federal de Estados Unidos Byron Donalds, republicano de Florida, realizó una parada de campaña en South Miami el viernes mientras busca la gobernación.</p><p>Las encuestas actualmente muestran a Donalds como el favorito para la nominación republicana y el congresista, que representa las áreas de Fort Myers y Naples, ha sido respaldado por el presidente Donald Trump.</p><p>En una entrevista individual con Local 10 News, habló sobre si estará en el escenario de debate con los otros republicanos que buscan el cargo.</p><p>“Si la contienda estuviera reñida y estuviéramos compitiendo de cerca, estaríamos debatiendo ahora mismo”, dijo Donalds.</p><p>Ciertamente eso no está ocurriendo en el “Sunshine State Showdown” organizado por el Partido Republicano de Florida.</p><p>El partido dice que los candidatos deben cumplir tres criterios para calificar a un debate oficial para gobernador: al menos 10% en las encuestas, haber recaudado $10,000,000 USD y contar con 10,000 donantes.</p><p>En este momento, solo Donalds cumple con los tres requisitos.</p><p>“Las campañas, como todo lo demás en la vida, son una competencia”, dijo Donalds. “No es una organización benéfica. No puedes simplemente presentarte porque tienes un cargo o porque crees que se te debe algo”.</p><p>En el pasado, Donalds ha utilizado la frase “trofeo de participación” sobre este tema, algo contra lo que uno de sus competidores, el vicegobernador Jay Collins, se manifestó esta semana al hablar de su servicio como Green Beret.</p><p>“Esa frase de ‘trofeo de participación’ es un poco una falta de respeto”, dijo. “Este es mi ‘trofeo de participación’”.</p><p>Incluso el gobernador Ron DeSantis dice que las reglas de debate de su partido podrían ser demasiado estrictas.</p><p>“Yo no habría calificado cuando me postulé en 2018 con lo que estaban tratando de hacer”, dijo.</p><p>Pero Donalds se mantiene firme.</p><p>“La dinámica es totalmente diferente y respeto al gobernador y todo lo que ha hecho, pero esto no es 2018”, dijo, después de haber afirmado anteriormente que “no se trata de ‘¿a quién perjudica?’, sino de quién está llevando su mensaje a la gente de Florida”.</p><p>El Sunshine State Showdown todavía realizará debates para el Congreso y tendrá foros para que todos los candidatos a gobernador hablen individualmente, pero no habrá un debate formal entre ellos.</p><p>Eso está programado para el 27 de junio en el Seminole Hard Rock Hotel &amp; Casino.</p><p><i>El periodista digital de Local 10 Chris Gothner contribuyó a este informe.</i></p>]]></content:encoded></item><item><title><![CDATA[Christian Pulisic to miss US World Cup match against Australia because of calf injury]]></title><link>https://www.local10.com/sports/2026/06/19/christian-pulisic-to-miss-us-world-cup-match-against-australia-because-of-calf-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/christian-pulisic-to-miss-us-world-cup-match-against-australia-because-of-calf-injury/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — U.S. star Christian Pulisic will miss Friday's World Cup match against Australia because of a calf injury and was replaced in the starting lineup by Ricardo Pepi.]]></description><pubDate>Fri, 19 Jun 2026 18:47:27 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — U.S. star Christian Pulisic will miss Friday's World Cup match against Australia because of a calf injury and was replaced in the starting lineup by Ricardo Pepi.</p><p>United States coach Mauricio Pochettino made the announcement during an interview with Fox about 90 minutes before the kickoff at Lumen Field in Seattle. On Thursday, Pochettino said Pulisic is in a “much better” spot than he was last Friday, and that he would be available for the Americans' next game against Turkey if he could not play against Australia.</p><p>“Today, he was training in the morning in the camp and I’ve seen the feelings are good,” Pochettino told Fox on Friday. “I hope as soon as possible he can be ready to be selected again and to be part of the team. Now, we need to be focused on our team and the players that are going to play."</p><p>The move is a setback for a U.S. team that defeated Paraguay 4-1 in its opener on June 12 and with a win would clinch advancement to the round of 32.</p><p>Pulisic left the game at halftime after helping create the opening goal by splitting a pair of defenders before passing to Weston McKennie, then setting up Folarin Balogun for the second goal.</p><p>Pochettino said the 27-year-old attacker was kicked in the back of his left calf during a training session ahead of the game and felt tightness during the match. Pulisic trained on his own in the leadup to the game against Australia.</p><p>Pulisic has 33 goals in 87 international appearances.</p><p>Pepi was the only addition to the U.S. starting lineup. Pochettino decided to insert the 23-year-old striker, who was one of the final cuts from the 2022 World Cup roster, over a few other accomplished players.</p><p>Brenden Aaronson, a winger who had four goals and five assists for Leeds last season, and Tim Weah, a Marseille forward who can impact a game with his speed on either wing, both remain on the bench.</p><p>Gio Reyna, who scored the Americans’ final goal against Paraguay and has provided moments of dynamic playmaking from the wing, will be a reserve once again.</p><p>With Pepi in for Pulisic, the U.S. hopes to reward its supporters and justify the wave of momentum that is building around the team.</p><p>“What excites me is that the entire world, the entire nation is behind us,” midfielder Cristian Roldan said. “I think that they enjoyed watching us play, and at the end of the day what we want to do is inspire and motivate the next generation. ... We have to build off it, and that’s the truth. We can’t just talk about it: We have to show out against Australia.”</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/GSCR7C3L7IQXZT3UOZ35XFDPL4.jpg?auth=78338dc627a15e32dd74c41dc59a1e4462980c0b08dd8d98e3a7235c4bd3fd5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) runs with the ball during the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EF6W3SZJA2G63ZUXR5HXU4VVBU.jpg?auth=548f3102162c9bb3316b9b0292dc938221d3a87b2f6b994432f10e45947de587&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5TMCEDFMHN5RUJKS3DXXGSSU4.jpg?auth=e3946f0ec6daf8423000dd413d16971d02a79a973727e1ff62498a7b01b6b5f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic celebrates after an own goal by Paraguay's Damian Bobadilla during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content></item><item><title><![CDATA[Man accused of stealing $41K in designer clothes from Wynwood retailer]]></title><link>https://www.local10.com/news/local/2026/06/15/man-accused-of-stealing-41k-in-designer-clothes-from-wynwood-retailer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/man-accused-of-stealing-41k-in-designer-clothes-from-wynwood-retailer/</guid><dc:creator><![CDATA[Chris Gothner, Rosh Lowe]]></dc:creator><description><![CDATA[A 22-year-old man is facing a felony charge after Miami police said he stole tens of thousands of dollars worth of designer clothes from a store in the city’s Wynwood neighborhood “over an extended period of time.”]]></description><pubDate>Mon, 15 Jun 2026 14:41:45 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man is facing a felony charge after Miami police said he stole tens of thousands of dollars worth of designer clothes from a store in the city’s Wynwood neighborhood “over an extended period of time.”</p><p><a href="https://www.local10.com/espanol/2026/06/15/acusan-a-un-hombre-de-robar-41-mil-dolares-en-ropa-de-disenador-de-una-tienda-de-wynwood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/acusan-a-un-hombre-de-robar-41-mil-dolares-en-ropa-de-disenador-de-una-tienda-de-wynwood/">Leer en español</a></p><p>Investigators with the Miami Police Department said Dhir Patel would visit the store “to sell items” in exchange for money. </p><p>It happened at Savonches, a retailer that, according to <a href="https://savonches.com/" target="_self" rel="" title="https://savonches.com/">its website</a>, sells “rare luxury clothing, bags, accessories, jewelry, watches and more.” It’s located at 78 NW 37th St.</p><p>An MPD arrest report states that Patel, of Boynton Beach, “would walk throughout the store selecting merchandise” during his visits and detectives said “CCTV footage reportedly shows the subject concealing clothing items inside a bag he brought with him.”</p><p>Police said the thefts happened during a period from March 30 to last Monday. All told, investigators said he stole about $41,550 worth of designer goods.</p><p>“We originally started at $41,000 since we’ve calculated it up, it’s about $55-to-60,000 now,“ owner Louis Negrich later told Local 10 News.”</p><p>MPD officers said they arrested Patel on a grand theft charge on Saturday after he came back to the store to sell more items. Authorities said he made a confession, which was redacted from the publicly-released report.</p><p>“Just don’t steal,” Negrich said. “It’s just as simple as that. It’s just, everything comes back to bite you.”</p><p>Court records show Patel posted a $5,000 bond and was released from jail.</p><p>In a statement on Friday, Patel’s attorney’s, Amelia Ravelo and Richard Cooper, said that their “client maintains his innocence and will vigorously defend against these allegations.”</p><p>“These charges don’t tell a complete account of what actually happened here. More evidence will come to light in due time,” they said. “We ask the public not to rush to judgment while the facts are reviewed through the legal process.”</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[Barack and Michelle Obama surprise first visitors to newly opened presidential center]]></title><link>https://www.local10.com/news/politics/2026/06/19/barack-and-michelle-obama-surprise-first-visitors-to-newly-opened-presidential-center/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/barack-and-michelle-obama-surprise-first-visitors-to-newly-opened-presidential-center/</guid><dc:creator><![CDATA[By CLAIRE SAVAGE, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Former President Barack Obama and former First Lady Michelle Obama surprised the first 100 visitors to walk through the doors of the new Obama Presidential Center, personally greeting them Friday.]]></description><pubDate>Fri, 19 Jun 2026 19:11:46 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Former President Barack Obama and former First Lady Michelle Obama surprised the first 100 visitors to walk through the doors of the new Obama Presidential Center, personally greeting them Friday.</p><p>The Obamas, joined by former “Reading Rainbow” host LeVar Burton, also read “Where the Wild Things Are" to 25 school children at the Chicago Public Library branch inside the center. When the former president read Maurice Sendak's line about being “king of all the wild things,” Michelle Obama interjected with, “Although there were no kings,” to applause.</p><p>Later, awed guests shook hands with the Obamas against the backdrop of a colorful, 38-foot-tall painting depicting a map of Chicago stretching to the ceiling, inspired by Carl Sandburg’s 1914 poem about the city: “stormy, husky, brawling, City of the Big Shoulders.”</p><p>“It was perfect. It was great,” said 18-year-old Houefa Agassounon from Chicago after the surprise visit from the Obamas. “I was literally crying. I asked for a hug and everything.”</p><p>She wrote a letter to the Obama Foundation last year, asking if she could be there when it opened. She said meeting the Obamas was a bonus.</p><p>“This is just the greatest thing of my 18 years of life,” she said.</p><p>The Juneteenth opening followed a star-studded dedication ceremony where the Obamas gave rousing speeches to an audience including three former presidents, their former first ladies, and a host of politicians, A-list celebrities, musicians, athletes and others. Thousands more joined the livestream from a nearby park.</p><p>A weekend of events is planned for the sprawling campus on Chicago's South Side near where the Obamas lived and began his political career. 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>Tickets for the general public are sold out through the end of November. But those lucky enough to score them for the first day got the unexpected thrill of meeting the Obamas themselves.</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><p>The tower’s design is meant to depict four hands coming together in solidarity. Wrapped around one side are 5-foot tall concrete capital letters, an excerpt of Obama’s 2015 speech commemorating the 50th anniversary of the Selma-to-Montgomery march. It begins, “You are America.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D7MKYBXXR2O64LQY6CILUFIGVA.jpg?auth=fa63bd7f868cc5d33a3daf004ed589650787a8653979cca9e9b848e28bc202c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former President Barack Obama poses for a photograph after reading to school children on opening day of the Barack Obama Presidential Center in John Lewis Plaza, Friday, June 19, 2026, in Chicago. (Win McNamee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Win McNamee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCFTLHEPU6WNCRVI7NEGTX227Q.jpg?auth=11e469521291eacce5f8bf16901c9b551ce503f70842904ec33f17b2ebc383a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former President Barack Obama and former first lady Michelle Obama read "Where the Wild Things Are" to students from William H. Ray Elementary School at the Obama Presidential Center's Chicago Public Library branch, Friday, June 19, 2026. (Ashlee Rezin /Chicago Sun-Times via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashlee Rezin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YDTUAP6ENSCZFE5BPQOMB3SGGI.jpg?auth=81708ca3c767bccf4847120f7ca81829ea35e0012aee662ca57278f33f2c7cca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonya Hankerson, from Ft. Lauderdale, Fla., hugging the statue of former President Barack Obama and former first lady Michelle Obama as she visits the Obama Presidential Center on the official opening, Friday, June 19, 2026 in Chicago. (AP Photo/Pablo Martinez Monsivais)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHSJX5YIDY6Z7FTEYA6DGN3BJI.jpg?auth=15d3e8a1b4bb201255a335a40527b27b86498fa80af008cc31bfbaf5defeaccb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former President Barack Obama and former first lady Michelle Obama greet the first group of visitors at the official opening of the Obama Presidential Center in Chicago, Friday, June 19, 2026. (AP Photo/Pablo Martinez Monsivais, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4GWY6D5MK33JUNOFBHVCG75NJA.jpg?auth=1b180c0cf3385550721f58fb57a9b278cc9829660f74bdf3c150105460006fe3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former President Barack Obama and First Lady Michelle Obama greet community members in the Hope and Change lobby before they walk through the museum at the Obama Presidential Center in Chicago on Friday, June 19, 2026. (Eileen T. Meslar /Chicago Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Eileen T. Meslar</media:credit></media:content></item><item><title><![CDATA[Davie firefighters rescue petting zoo animals after I-75 crash]]></title><link>https://www.local10.com/news/local/2026/06/19/davie-firefighters-rescue-petting-zoo-animals-after-i-75-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/davie-firefighters-rescue-petting-zoo-animals-after-i-75-crash/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A crash on Interstate 75 in Davie on Friday led to an unusual rescue involving some four-legged and feathered travelers, authorities confirmed. ]]></description><pubDate>Fri, 19 Jun 2026 16:00:34 +0000</pubDate><content:encoded><![CDATA[<p>A crash on Interstate 75 in Davie on Friday morning led to an unusual rescue involving some four-legged and feathered travelers, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/06/19/bomberos-de-davie-rescatan-animales-de-zoologico-interactivo-tras-accidente-en-la-i-75/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/bomberos-de-davie-rescatan-animales-de-zoologico-interactivo-tras-accidente-en-la-i-75/">Leer en español</a></p><p>Davie Fire Rescue officials said crews responded to a minor crash involving a vehicle towing a petting zoo trailer. </p><p>They said a man was taken to a nearby hospital with non-life-threatening injuries following the crash. </p><p>Officials also confirmed that the animals inside the trailer — including goats, ducks and chickens — were not injured but needed a safe place to wait while crews helped the owner transfer them into a replacement trailer.</p><p>Davie firefighters said they assisted with moving the animals and helped keep them calm and secure until the traveling petting zoo was back on the road.</p><p>They said all the animals safely made it into the new trailer following the crash.</p><p>No other details about the crash were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IURFEMCSJNCHPAQOECS7KD5LWI.jpg?auth=902454c2b664652014aa560d705daaa3b471cdb2c4005f2f72ee1e779fb18963&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Bomberos de Davie rescatan animales de zoológico interactivo tras accidente en la I-75]]></title><link>https://www.local10.com/espanol/2026/06/19/bomberos-de-davie-rescatan-animales-de-zoologico-interactivo-tras-accidente-en-la-i-75/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/bomberos-de-davie-rescatan-animales-de-zoologico-interactivo-tras-accidente-en-la-i-75/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un accidente en la Interestatal 75 en Davie el viernes provocó un inusual rescate que involucró a varios viajeros de cuatro patas y con plumas, confirmaron las autoridades.]]></description><pubDate>Fri, 19 Jun 2026 16:06:42 +0000</pubDate><content:encoded><![CDATA[<p>Un accidente ocurrido la mañana del viernes en la Interestatal 75 en Davie provocó un inusual rescate que involucró a varios viajeros de cuatro patas y con plumas, confirmaron las autoridades.</p><p>Funcionarios de Davie Fire Rescue informaron que las unidades respondieron a un accidente menor que involucró un vehículo que remolcaba un tráiler de zoológico interactivo.</p><p>Indicaron que un hombre fue trasladado a un hospital cercano con lesiones que no ponen en peligro su vida tras el accidente.</p><p>Las autoridades también confirmaron que los animales dentro del tráiler, incluidos cabras, patos y gallinas, no resultaron heridos, pero necesitaban un lugar seguro donde esperar mientras las unidades ayudaban al propietario a trasladarlos a un tráiler de reemplazo.</p><p>Los bomberos de Davie señalaron que ayudaron a mover a los animales y a mantenerlos tranquilos y seguros hasta que el zoológico interactivo itinerante pudo volver a la carretera.</p><p>Indicaron que todos los animales fueron trasladados de manera segura al nuevo tráiler después del accidente.</p><p>No se divulgaron de inmediato más detalles sobre el accidente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IURFEMCSJNCHPAQOECS7KD5LWI.jpg?auth=902454c2b664652014aa560d705daaa3b471cdb2c4005f2f72ee1e779fb18963&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[From foster care to doctorate: South Florida woman turns pain into purpose]]></title><link>https://www.local10.com/community/2026/06/19/from-foster-care-to-doctorate-south-florida-woman-turns-pain-into-purpose/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/19/from-foster-care-to-doctorate-south-florida-woman-turns-pain-into-purpose/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[From foster care to becoming a psychotherapist, nonprofit founder and foster mom — Dr. Alecia Rodriguez is using her story to help others find hope.]]></description><pubDate>Fri, 19 Jun 2026 15:47:31 +0000</pubDate><content:encoded><![CDATA[<p>For Dr. Alecia Rodriguez, family and transformation are deeply connected.</p><p><a href="https://www.local10.com/espanol/2026/06/19/de-cuidado-de-crianza-a-doctorado-mujer-del-sur-de-florida-convierte-el-dolor-en-proposito/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/de-cuidado-de-crianza-a-doctorado-mujer-del-sur-de-florida-convierte-el-dolor-en-proposito/">Leer en español</a></p><p>Today, the 41-year-old South Florida resident is a licensed psychotherapist, nonprofit founder, wife and mother of three adult children. She is also a foster parent who has opened her home to children in need, helping provide the stability and love she once longed for herself.</p><p>But Rodriguez’s journey to success began with trauma, loss and uncertainty.</p><p>“Family for me started with my biological family,” Rodriguez said. “However, that was disrupted and I was placed in care and moved from foster home to foster home.”</p><p>As a child, Rodriguez was sexually assaulted. Her mother struggled with substance abuse, and Rodriguez eventually went to live with her grandmother. Instead of finding the safety she needed, she faced additional hardship.</p><p>“Unfortunately, my grandmother struggled with alcohol abuse and her abuse of alcohol caused her to physically abuse me for many years,” Rodriguez said.</p><p>Eventually, Rodriguez found her way to Miami Bridge Youth and Family Services, a turning point she credits with changing the course of her life.</p><p>“When I walked through these doors as a teenager, I didn’t know how impactful it would be,” she said.</p><p>After time at Miami Bridge, Rodriguez was placed with a foster mother she still calls “Mom” today.</p><p>“Miami Bridge was the last group home and my last stop was my foster mother who I call mom now,” she said.</p><p>For the first time, Rodriguez experienced what it felt like to be valued, protected and supported.</p><p>Another major turning point came when she became a mother herself at just 17 years old.</p><p>“I have a whole human to be in charge of and I want to do something for her,” Rodriguez recalled.</p><p>Determined to build a better future, Rodriguez graduated from high school and enrolled in college with the support of her foster mother and case manager.</p><p>A psychology course sparked a passion that would shape the rest of her life.</p><p>“I took this one psychology course and this is what I want to do,” she said.</p><p>To help support herself and her daughter, Rodriguez modeled while attending school. She earned a bachelor’s degree, followed by a master’s degree in mental health. She later completed a doctorate and continues pursuing advanced education.</p><p>“I got my doctorate, and I’m on my third doctorate and I’m running my own practice with therapy,” she said.</p><p>Today, Rodriguez owns a therapy practice and leads Sadie’s Daughter, a nonprofit organization named in honor of her late mother. The organization advocates for children and young adults in foster care, providing resources, mentorship and support.</p><p>“I feel like anyone can be a Sadie’s Daughter or a Sadie’s child or Sadie’s kid,” Rodriguez said.</p><p>The nonprofit has already helped hundreds of young people, and Rodriguez hopes its reach continues to grow.</p><p>“There have been hundreds of kids served and I hope the numbers continue to grow as the years go by,” she said.</p><p>Her commitment to foster children extends beyond her professional work. Nearly four years ago, Rodriguez and her family became foster parents.</p><p>“We have been fostering for almost four years now,” she said.</p><p>During that time, 14 children have come through their home.</p><p>“And we have had 14 children come through our doors, (who) we have raised and brought up as our own,” Rodriguez said.</p><p>For Rodriguez, the most important lesson she hopes to pass on is one she learned through her own experiences.</p><p>“What is the greatest gift you have and can give to your children? Empathy,” she said.</p><p>Those words now define the mission of a woman who once knew neither empathy nor empowerment, but who has dedicated her life to helping others heal.</p><p>Her message to children facing difficult circumstances is simple:</p><p>“You woke up this morning. You’re here. Your story doesn’t stop here,” she said. </p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Equilibrar conservación, agroindustria e intereses indígenas, reto para la Amazonía brasileña]]></title><link>https://www.local10.com/espanol/2026/06/19/equilibrar-conservacion-agroindustria-e-intereses-indigenas-reto-para-la-amazonia-brasilena/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/equilibrar-conservacion-agroindustria-e-intereses-indigenas-reto-para-la-amazonia-brasilena/</guid><dc:creator><![CDATA[Por GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description><![CDATA[FORMOSO DO ARAGUAIA, Brasil (AP) — En una vasta isla del norte de Brasil, se desarrolla un inusual debate sobre el ganado y la conservación.]]></description><pubDate>Fri, 19 Jun 2026 16:02:59 +0000</pubDate><content:encoded><![CDATA[<p>FORMOSO DO ARAGUAIA, Brasil (AP) — En una vasta isla del norte de Brasil, se desarrolla un inusual debate sobre el ganado y la conservación.</p><p>Las autoridades federales ordenaron el año pasado la retirada de los rebaños de un territorio indígena protegido en la isla fluvial más grande del mundo, la isla de Bananal. Argumentaron que la tierra estaba reservada para los pueblos indígenas y la conservación, y que los rebaños que ganaderos externos mantenían en la zona eran ilegales y contribuían a la degradación del hábitat.</p><p>Para cumplir la orden, los vaqueros arrearon más de 100.000 reses fuera de la isla cuando los ríos estaban lo suficientemente bajos. Pero la retirada ha creado nuevos problemas para los residentes indígenas, que habían llegado a depender del dinero que ganaban al arrendar la tierra a los ganaderos.</p><p>Los hechos subrayan el desafío de equilibrar la conservación, los intereses indígenas y la presión del agronegocio, uno de los sectores más poderosos de Brasil, que es el mayor productor de carne de res del mundo. Esta industria representa cerca del 20% de la producción global y el 6% del producto interno bruto del país.</p><p>La protección de los territorios indígenas es considerada ampliamente como una de las formas más eficaces de frenar la deforestación en la Amazonía, la selva tropical más grande del mundo y un regulador clave del clima global.</p><p>Brasil ha avanzado en la reducción de la deforestación, pero la ganadería sigue siendo su principal motor. Los ganaderos talan grandes extensiones de bosque para que el ganado pueda pastar.</p><p>El estado de Tocantins, donde se encuentra la isla de Bananal, fue uno de los estados con mayores niveles de deforestación en Brasil en 2025, según MapBiomas, una organización sin fines de lucro que monitorea el uso del suelo. La biodiversidad está amenazada debido a que los árboles que absorben la contaminación son reemplazados por ganado que emite metano, un gas de efecto invernadero que contribuye al calentamiento global.</p><p>El ganado produjo beneficios y conflictos en la isla</p><p>La ley brasileña prohíbe la actividad comercial en tierras indígenas. La cría de ganado solo se permite para subsistencia.</p><p>Sin embargo, en la práctica, varias partes de la isla de Bananal se arrendaron durante décadas. Bajo el sistema informal, los ganaderos pagaban a los líderes de las aldeas una cuota mensual de unos 15 reales (3 dólares) por cabeza, muy por debajo de los aproximadamente 60 reales (12 dólares) que se cobraban fuera de la isla.</p><p>Cuando había más de 100.000 cabezas de ganado en la isla, los ingresos mensuales por arrendamiento podían alcanzar 1,5 millones de reales (290.000 dólares). Los pagos iban a los caciques indígenas, quienes entregaban parte del dinero a asociaciones locales.</p><p>“Con los años, el ganado ha cubierto muchos de los gastos de nuestra comunidad”, afirmó Cleiton Javae, cacique de la aldea Txuiri, mencionando escuelas, medicinas, transporte y festividades tradicionales.</p><p>Pero algunos residentes sostienen que el dinero se concentró entre los líderes y no benefició a los cerca de 5.000 habitantes de más de 40 aldeas.</p><p>“La ley exige consulta y beneficios compartidos”, señaló Leandro Milhomem, jefe del IBAMA, la agencia ambiental de Brasil, en Tocantins. “En cambio, algunos caciques tenían importantes recursos mientras, en la misma comunidad, los niños morían de desnutrición”.</p><p>Residentes indígenas dijeron a la AP que los vaqueros también cercaron partes de la isla y restringieron el acceso a zonas de cultivo que estaban destinadas al uso comunitario.</p><p>Los líderes que respaldaban acuerdos con ganaderos dicen que esos incidentes fueron aislados y sostienen que se ha culpado a la cría de ganado por fallas más amplias de política pública. Aun así, reconocen que el sistema se salió de control debido a que los ganaderos llevaron mucho más ganado del declarado.</p><p>“La situación se volvió insostenible, y retirar el ganado fue la única alternativa”, afirmó Javae.</p><p>Los residentes indígenas dicen que son dueños del ganado que queda en la isla. Pero las autoridades ambientales incautaron en marzo 550 cabezas de ganado y emitieron 21 actas de infracción, según documentos revisados por The Associated Press. En una de ellas se menciona a un vaquero que dijo que un cacique indígena le pidió que afirmara falsamente que el rebaño era de propiedad indígena para evitar sanciones.</p><p>La ganadería provocó acidificación del suelo y avivó incendios forestales</p><p>La isla de Bananal se ubica entre los ríos Javae y Araguaia, en la confluencia de los principales estados productores de soya y ganado de Brasil: Tocantins, Mato Grosso y Pará.</p><p>Cuando los colonizadores europeos llegaron a la zona a fines del siglo XVIII, encontraron la isla habitada por pueblos indígenas y cubierta de bananales silvestres que inspiraron su nombre: Ilha do Bananal, en portugués.</p><p>La región permaneció prácticamente ignorada por los colonos y el gobierno brasileño hasta la década de 1950, cuando fue designada como área protegida. Al mismo tiempo, las autoridades comenzaron a promover la ganadería no indígena mediante acuerdos de arrendamiento con comunidades locales.</p><p>La ganadería ofreció a las aldeas una posible fuente de ingresos, pero también alimentó la desigualdad y los problemas ambientales.</p><p>La ganadería provocó acidificación del suelo y avivó incendios forestales, según la agencia ambiental de Brasil; en diversas investigaciones se encontró que los incendios a menudo se iniciaban cerca de áreas de pastoreo. Los ganaderos han usado durante mucho tiempo el fuego para gestionar la tierra y renovar los pastizales.</p><p>En la isla viven tres grupos indígenas: los javae, los karaja y los ava-canoeiro. Durante mucho tiempo, los javae han mantenido estrechos vínculos con ganaderos no indígenas. Muchos forasteros se casaron con mujeres indígenas y se asentaron en la isla. A través de esas relaciones, los ganaderos obtuvieron acceso para desarrollar una actividad económica dentro de un territorio legalmente protegido.</p><p>Las culturas tradicionales de la isla y las prácticas no indígenas se aprecian en los contrastes. Casas de ladrillo se alzan junto a estructuras de madera y palma techadas con paja. En la aldea Txuiri, los niños juegan con arcos y flechas cerca de una iglesia protestante. En otra aldea, Boa Esperanca, Lucirene Javae, la más anciana de la comunidad, se preparaba un día reciente para asar tortugas para el almuerzo mientras veía videos de cocina en YouTube.</p><p>Los pueblos indígenas de Brasil replantean modelos económicos</p><p>Los javae trabajan con The Nature Conservancy, una organización sin fines de lucro dedicada a la conservación de tierras, para desarrollar un plan de gestión territorial en la isla que tenga en cuenta sus necesidades sociales, ambientales y económicas, junto con vías para satisfacerlas.</p><p>Líderes javae y otros representantes indígenas visitaron en mayo al pueblo macuxi en Roraima, un estado del norte de la Amazonía considerado un modelo de uso de la agricultura para generar ingresos y fortalecer los derechos territoriales.</p><p>En la década de 1980, líderes macuxi comenzaron a criar ganado para ayudar a recuperar territorio bajo presión de agricultores, mineros y acaparadores de tierras. El área fue demarcada oficialmente como territorio indígena apenas en 2005.</p><p>Hoy, los macuxi poseen colectivamente unas 45.000 cabezas de ganado, de acuerdo con Ivo Aureliano Macuxi, defensor de los derechos indígenas y miembro del Consejo Indígena de Roraima.</p><p>Las experiencias de los macuxi y de los pueblos de la isla de Bananal reflejan un debate más amplio entre grupos indígenas en Brasil sobre cómo equilibrar la actividad económica con la protección de sus derechos y del medio ambiente, afirmó.</p><p>Ese debate también ha avanzado en la minería. El juez del Supremo Tribunal Federal de Brasil, Flávio Dino, dictaminó en febrero que el pueblo Cinta Larga, que vive en una región que abarca los estados amazónicos de Mato Grosso y Rondonia, tiene derecho a extraer minerales dentro de su propio territorio.</p><p>Aureliano sostuvo que las comunidades indígenas necesitan marcos legales que respalden sus territorios y respeten la diversidad de los 391 pueblos indígenas de Brasil.</p><p>“No se puede aplicar un único modelo como plantilla para otras tierras indígenas”, afirmó, sino que hay que adaptar los planes a “cada región, cada territorio, cada pueblo”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X7S2UZXGKEB5TC6ZIURQME7HGY.jpg?auth=d88cadefca7c7de6794ae7b6b708e1151f73c128d975cf24adc73b9ccc0b7c8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El jefe indígena Cleiton Javae camina en su comunidad en el poblado Txuiri en la isla Bananal, en Formoso do Araguaia, estado Tocantins, Brasil, el jueves 21 de mayo de 2026. (AP Foto/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[De cuidado de crianza a doctorado: mujer del sur de Florida convierte el dolor en propósito]]></title><link>https://www.local10.com/espanol/2026/06/19/de-cuidado-de-crianza-a-doctorado-mujer-del-sur-de-florida-convierte-el-dolor-en-proposito/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/de-cuidado-de-crianza-a-doctorado-mujer-del-sur-de-florida-convierte-el-dolor-en-proposito/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Desde el sistema de cuidado de crianza hasta convertirse en psicoterapeuta, fundadora de una organización sin fines de lucro y madre de crianza, la Dra. Alecia Rodriguez está utilizando su historia para ayudar a otros a encontrar esperanza.]]></description><pubDate>Fri, 19 Jun 2026 16:02:16 +0000</pubDate><content:encoded><![CDATA[<p>Para la Dra. Alecia Rodriguez, la familia y la transformación están profundamente conectadas.</p><p>Hoy, esta residente del sur de Florida de 41 años es psicoterapeuta licenciada, fundadora de una organización sin fines de lucro, esposa y madre de tres hijos adultos. También es madre de crianza y ha abierto las puertas de su hogar a menores necesitados, ayudándolos a encontrar la estabilidad y el amor que ella misma anheló durante su infancia.</p><p>Pero el camino de Rodriguez hacia el éxito comenzó con trauma, pérdida e incertidumbre.</p><p>“La familia para mí comenzó con mi familia biológica”, dijo Rodriguez. “Sin embargo, eso se interrumpió y fui colocada bajo cuidado y trasladada de un hogar de crianza a otro”.</p><p>Cuando era niña, Rodriguez fue víctima de agresión sexual. Su madre tenía problemas de abuso de sustancias y, finalmente, Rodriguez fue a vivir con su abuela. En lugar de encontrar la seguridad que necesitaba, enfrentó nuevas dificultades.</p><p>“Desafortunadamente, mi abuela tenía problemas de abuso de alcohol y su consumo de alcohol provocó que me maltratara físicamente durante muchos años”, dijo Rodriguez.</p><p>Con el tiempo, Rodriguez llegó a Miami Bridge Youth and Family Services, un punto de inflexión que, según ella, cambió el rumbo de su vida.</p><p>“Cuando crucé estas puertas siendo adolescente, no sabía cuán impactante sería”, dijo.</p><p>Después de pasar por Miami Bridge, Rodriguez fue colocada con una madre de crianza a quien todavía llama “mamá”.</p><p>“Miami Bridge fue el último hogar grupal y mi última parada fue mi madre de crianza, a quien ahora llamo mamá”, dijo.</p><p>Por primera vez, Rodriguez experimentó lo que significaba sentirse valorada, protegida y apoyada.</p><p>Otro momento decisivo llegó cuando ella misma se convirtió en madre a los 17 años.</p><p>“Tengo a un ser humano completo a mi cargo y quiero hacer algo por ella”, recordó Rodriguez.</p><p>Decidida a construir un mejor futuro, se graduó de la escuela secundaria e ingresó a la universidad con el apoyo de su madre de crianza y de su administradora de caso.</p><p>Un curso de psicología despertó una pasión que definiría el resto de su vida.</p><p>“Tomé un curso de psicología y supe que esto era lo que quería hacer”, dijo.</p><p>Para mantenerse a sí misma y a su hija, Rodriguez trabajó como modelo mientras estudiaba. Obtuvo una licenciatura, seguida de una maestría en salud mental. Más adelante completó un doctorado y continúa cursando estudios avanzados.</p><p>“Obtuve mi doctorado, estoy en mi tercer doctorado y dirijo mi propia práctica de terapia”, dijo.</p><p>Hoy, Rodriguez es propietaria de una práctica de terapia y dirige Sadie’s Daughter, una organización sin fines de lucro nombrada en honor a su difunta madre. La organización defiende los derechos de niños y jóvenes adultos en el sistema de cuidado de crianza, brindando recursos, mentoría y apoyo.</p><p>“Siento que cualquiera puede ser una hija de Sadie, un hijo de Sadie o un niño de Sadie”, dijo Rodriguez.</p><p>La organización ya ha ayudado a cientos de jóvenes y Rodriguez espera que su alcance siga creciendo.</p><p>“Ha habido cientos de niños beneficiados y espero que esas cifras sigan creciendo con el paso de los años”, dijo.</p><p>Su compromiso con los menores en cuidado de crianza va más allá de su trabajo profesional. Hace casi cuatro años, Rodriguez y su familia se convirtieron en padres de crianza.</p><p>“Hemos sido padres de crianza durante casi cuatro años”, dijo.</p><p>Durante ese tiempo, 14 menores han pasado por su hogar.</p><p>“Y hemos tenido 14 menores que han pasado por nuestra casa, a quienes hemos criado y cuidado como si fueran nuestros propios hijos”, dijo Rodriguez.</p><p>Para Rodriguez, la lección más importante que espera transmitir es una que aprendió a través de sus propias experiencias.</p><p>“¿Cuál es el mayor regalo que tienes y que puedes darles a tus hijos? Empatía”, dijo.</p><p>Esas palabras ahora definen la misión de una mujer que alguna vez no conoció ni la empatía ni el empoderamiento, pero que ha dedicado su vida a ayudar a otros a sanar.</p><p>Su mensaje para los menores que enfrentan circunstancias difíciles es simple:</p><p>“Te despertaste esta mañana. Estás aquí. Tu historia no termina aquí”, dijo.</p><p>Para donar: Si desea hacer una donación monetaria para una historia o proyecto de Good News South Florida, haga clic aquí. Local 10 ha establecido el Fondo Local 10 junto con The Miami Foundation y el 100% de su donación se destinará a la causa que usted designe en el cuadro de “información adicional”.</p><p>Para ser voluntario o enviar una idea de historia: Si desea participar como voluntario en un proyecto de Good News South Florida o enviar una historia para consideración, envíe un correo electrónico a goodnews@local10.com.</p><p>Good News South Florida se transmite los viernes en las noticias matutinas de Local 10 a las 10 a.m. También se retransmite los viernes a las 3:30 p.m. y los domingos por la mañana a partir de las 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Anne Hathaway is pregnant with her third child]]></title><link>https://www.local10.com/entertainment/2026/06/19/anne-hathaway-is-pregnant-with-her-third-child/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/19/anne-hathaway-is-pregnant-with-her-third-child/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Anne Hathaway is pregnant with her third child.]]></description><pubDate>Fri, 19 Jun 2026 15:37:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Anne Hathaway is pregnant with her third child.</p><p>On Friday, the Oscar-winning actor posted an Instagram video in which she grins as she reveals a baby bump and hurries off camera. The 43-year-old Hathaway captioned the video “Baby, I'm yours” and for the soundtrack used the Barbara Lewis hit of the same name.</p><p>When asked for confirmation, a Hathaway spokesman responded, “I think the video is pretty obvious.”</p><p>Hathaway and husband Adam Shulman are already the parents of Jonathan Shulman and Jack Shulman. Friday's news arrives at an especially busy time for the actor, whose films this year include “The Devil Wears Prada 2,” “Mother Mary” and “The Odyssey.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EUOXD33NQB7F43K5WZBEQUSK6Y.jpg?auth=a47e3231abd97d847ce31c2d743790695f28a49e35d9c2ab962db5ae5b67b125&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anne Hathaway attends the Louis Vuitton Cruise 2027 Collection fashion show at The Frick Collection on Wednesday, May 20, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Incendio en condominio de Lauderhill provocado por olla dejada en la estufa desplaza a familia y envía a menor al hospital]]></title><link>https://www.local10.com/espanol/2026/06/19/incendio-en-condominio-de-lauderhill-provocado-por-olla-dejada-en-la-estufa-desplaza-a-familia-y-envia-a-menor-al-hospital/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/incendio-en-condominio-de-lauderhill-provocado-por-olla-dejada-en-la-estufa-desplaza-a-familia-y-envia-a-menor-al-hospital/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un menor de 9 años fue trasladado a un hospital para evaluación por posible inhalación de humo tras un incendio residencial provocado por una olla dejada en la estufa que desplazó a una madre y a dos menores en Lauderhill, informaron las autoridades.]]></description><pubDate>Fri, 19 Jun 2026 15:04:16 +0000</pubDate><content:encoded><![CDATA[<p>Un menor de 9 años fue trasladado a un hospital para evaluación por posible inhalación de humo tras un incendio residencial provocado por una olla dejada en la estufa que desplazó a una madre y a dos menores en Lauderhill, informaron las autoridades.</p><p>Funcionarios de Lauderhill Fire Rescue informaron que las unidades acudieron al incendio y señalaron que la familia no pudo permanecer en la vivienda, ubicada en la cuadra 2000 de Northwest 43rd Terrace, después del incidente.</p><p>Las autoridades indicaron que el menor fue transportado por una unidad de soporte vital básico para ser evaluado. No han divulgado el género ni la identidad del menor.</p><p>Los investigadores señalaron que el incendio se originó por una olla dejada sin supervisión sobre la estufa.</p><p>Indicaron que la madre y dos menores fueron desplazados por el incendio, y que se contactó a la Cruz Roja Estadounidense para ayudar a la familia con alojamiento temporal y servicios de apoyo.</p><p>Hasta el momento no se han reportado otras lesiones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TFD3QKXTKNCOLKYJ6NZOEXK46Y.jpeg?auth=459c6725a614dacd59de781c7c5f52f8ac07d374101721ee409479fa500a53fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[World Cup players with dual eligibility face a tough choice about which country to represent]]></title><link>https://www.local10.com/sports/2026/06/19/world-cup-players-with-dual-eligibility-face-a-tough-choice-about-which-country-to-represent/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/world-cup-players-with-dual-eligibility-face-a-tough-choice-about-which-country-to-represent/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — Almost every World Cup matchup has a storyline of a player who could have represented another country.]]></description><pubDate>Fri, 19 Jun 2026 15:25:14 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — Almost every World Cup matchup has a storyline of a player who could have represented another country.</p><p>Take Folarin Balogun who scored twice in the United States’ opening win over Paraguay. He chose to play for the U.S. where he was born instead of England where he grew up or Nigeria where his parents came from.</p><p>Or Yasin Ayari, who picked Sweden over his father’s native Tunisia, a decision that came into focus as Sweden defeated the North African team 5-1 with two goals from Ayari.</p><p>And there’s Ayyoub Bouaddi, an 18-year-old standout who switched national teams from France to Morocco just weeks before the tournament kicked off.</p><p>The World Cup in the U.S., Mexico and Canada is the biggest melting pot in the tournament’s history. Decades of migration are reflected in the rosters of major European teams like France, England and Germany. Meanwhile, many teams in Africa and the Caribbean rely heavily on their diaspora, made easier by a relaxation of FIFA’s eligibility rules.</p><p>Dozens, if not hundreds, of players at this World Cup are playing for a country other than the one in which they were born. Many with mixed backgrounds switched allegiances when turning senior, following their heart – or their ambition.</p><p>Players from France are everywhere</p><p>Nearly 100 players at this World Cup were born in France, but only 23 of them play for the French national team. The others – France-born players with family ties worldwide – make up significant parts of the squads of Algeria, Cape Verde, Congo, Ghana, Haiti, Ivory Coast, Morocco and Tunisia.</p><p>Bouaddi, one of the top performers in Morocco’s 1-1 draw with Brazil, was born in France and nurtured at top-tier club Lille. He played for France at the youth level and was captain of France’s under-21 team as recently as March, but switched to Morocco, where his family came from, just in time for the World Cup.</p><p>"I’m very proud of my decision and very happy to represent my country, Morocco,” he said before the tournament. “My family is happy and I hope great things will come in the upcoming competitions.”</p><p>Moroccan soccer federation president Faouzi Lekjaa personally visited Bouaddi at his home and met with the president of Lille to outline the North African kingdom’s soccer ambitions and the professional environment it offers, according to Moroccan state television.</p><p>Morocco, which in 2022 became the first African country to reach the World Cup semifinals, relies heavily on players from its diaspora in Spain, France, Belgium and the Netherlands. It has 19 foreign-born players in its 26-man squad.</p><p>Defender Achraf Hakimi was born in Madrid and Real Madrid forward Brahim Diaz played one game for Spain before his FIFA switch to Morocco was processed in 2024.</p><p>A complex choice for the children of immigrants</p><p>Some of the biggest profiles of soccer had to make a choice. Kylian Mbappé was eligible to play for Cameroon or Algeria because of his family background but chose France where he was born and raised. Spain’s Lamine Yamal could have played for Morocco, his father’s homeland.</p><p>Brothers Désiré and Guéla Doué took separate paths. Both were born in France but Désiré plays for France while Guéla chose to represent Ivory Coast, where their father is from.</p><p>They’re not the only brothers who have ended up on separate World Cup teams. John Souttar represents Scotland while his brother Harry plays for Australia. Nico and Iñaki Williams were born in Spain to Ghanaian parents and while Nico chose to play for Spain, Iñaki picked Ghana.</p><p>Tunisia tried to recruit Ayari, the Sweden midfielder who plays for Brighton in the Premier League, for its national team based on his father’s Tunisian background. However, his father, Azzouz Ayari, pushed back. He told Swedish media that he felt his son should represent the country in which he was born and raised.</p><p>“I am an immigrant, but my children, no. Yasin is a Swede, with Tunisian background,” Azzouz Ayari told newspaper Aftonbladet. “I want him to play for Sweden because I want him to feel that he is giving back to the country that really took care of him.”</p><p>Sweden fans won’t argue with that decision. Ayari scored twice in the team’s opener against Tunisia but muted his celebrations out of respect for his father’s home country.</p><p>Birthright citizen Balogun chose the US over England</p><p>Balogun’s two goals in the 4-1 win against Paraguay made him – and his background – more widely known to the American public. He played for England at youth level, except for a brief stint with the U.S. under-18 team, but switched to represent the United States in 2023.</p><p>That was possible because of birthright citizenship rules in the U.S. – Balogun was born in New York, while his Nigerian parents were visiting.</p><p>Balogun has cited the passion of U.S. soccer fans that he experienced while visiting a training camp in Florida in March 2023 as part of the reason why he decided to represent the United States. When they found out he was in Florida, many fans urged him to play for the U.S. national team. He also met with U.S. team officials.</p><p>“I’ve always said the fans gave me so much motivation and showed me so much support. The most important thing has always been to be able to repay that,” Balogun said after the Paraguay game last week. “I just want to continue to show the fans I made the right decision."</p><p>Whether he could have gotten a place in the highly competitive England squad is unclear. At the time, then-England coach Gareth Southgate said they were monitoring his progress but couldn't promise anything.</p><p>FIFA sets the rules</p><p>Switching nationalities is nothing new in soccer. Some of the sport’s biggest stars represented multiple countries, including Ferenc Puskás, who was the leader of Hungary’s “Mighty Magyars” in the 1950s but played for Spain at the 1962 World Cup.</p><p>That Spain squad also included Puskás’s Real Madrid teammate Alfredo Di Stéfano, whose international career started with his native Argentina.</p><p>In modern soccer, FIFA intervened in 2004 amid concern Brazilian players were being naturalized with a passport too easily by other countries, including Qatar.</p><p>A “clear connection” with the country was insisted on, which could be two years of residence or a grandparent born there.</p><p>FIFA’s then-president Sepp Blatter later aimed to “stop this farce” warning that at a 32-team World Cup “you will have 16 full of Brazilian players.”</p><p>The residence demand on players aged 18 or over became five years in 2008, and a proposal at the 2011 FIFA Congress by the United Arab Emirates to cut it to three was rejected.</p><p>Dual- or multiple-national players have been “cap-tied” by FIFA to any team they represented in a senior competitive game. Those who played only in friendlies or at youth level could apply to switch.</p><p>FIFA eased its rules in 2020 to allow more eligibility changes, but players are locked to a nation if they play at a finals tournament of the World Cup or continental championship.</p><p>__</p><p>AP reporter Akram Oubachir in Casablanca, Morocco, contributed to this report.</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/42TQQ5F7WQCUOTNOHFRVTJ3XXY.jpg?auth=8ea760b05712cae3530ebf10931f2625a707806a6d5e6a0fe03f0e0ff6dc5f97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun, center, celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/VG35RFSFUXPSDEG72TMG5LRPU4.jpg?auth=b108d52b40654ee3563468aa2d15a979184851205d01edcca5098dce6c0c7c8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Ayyoub Bouaddi (6) claps as he leaves the pich following a tie in the World Cup Group C soccer match between Brazil and Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RKYXENVJPRDEICVBBHW75BTLRY.jpg?auth=5e037a58edf6854cb14226cd37451a5ca2c57afe11cbd6278fb83f919bac3f5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sweden's Yasin Ayari (18) celebrates after scoring his team's fifth goal during the World Cup Group F soccer match between Sweden and Tunisia in Guadalupe, near Monterrey, Mexico, Sunday, June 14, 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/XTOGAOSMCH3LZGQJ73VGKXAZDQ.jpg?auth=858fb8e73c38cace8cfa0aba4f8fa5d731c42a67f9679a3904b69378ad4dcb50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Nico Williams works out during a training session, Saturday, June 6, 2026, in Chattanooga, Tenn., ahead of the World Cup soccer tournament. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3YQ6P6OZFGDMHT6H5SEKYCLP4.jpg?auth=92b33b06e801bf2941380a25a5b52c3c857f4d709d884c75f6414dfa83783699&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forward Folarin Balogun of the United States men's national soccer team is presented during the announcement of the team roster on Tuesday, May 26, 2026, in New York City, ahead of the 2026 FIFA World Cup. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content></item><item><title><![CDATA[Lauderhill condo fire sparked by pot left on stove displaces family, sends child to hospital]]></title><link>https://www.local10.com/news/local/2026/06/19/lauderhill-condo-fire-sparked-by-pot-left-on-stove-displaces-family-sends-child-to-hospital/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/lauderhill-condo-fire-sparked-by-pot-left-on-stove-displaces-family-sends-child-to-hospital/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 9-year-old child was taken to a hospital for evaluation after possible smoke inhalation following a residential fire caused by a pot left on a stove that displaced a mother and two children in Lauderhill, authorities said.]]></description><pubDate>Fri, 19 Jun 2026 14:59:56 +0000</pubDate><content:encoded><![CDATA[<p>A 9-year-old was taken to a hospital for evaluation Friday after possible smoke inhalation following a condominium fire that authorities say displaced a mother and two children in Lauderhill. </p><p><a href="https://www.local10.com/espanol/2026/06/19/incendio-en-condominio-de-lauderhill-provocado-por-olla-dejada-en-la-estufa-desplaza-a-familia-y-envia-a-menor-al-hospital/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/incendio-en-condominio-de-lauderhill-provocado-por-olla-dejada-en-la-estufa-desplaza-a-familia-y-envia-a-menor-al-hospital/">Leer en español</a></p><p>Lauderhill Fire Rescue officials said crews responded to the fire and confirmed the family living in the home, located in the 2000 block of Northwest 43rd Terrace, was unable to remain there following the incident.</p><p>Officials said the child was transported by a basic life support unit for evaluation. Authorities have not released the child’s gender or identity.</p><p>Investigators said the blaze originated from a pot left unattended on the stove. </p><p>They said after the mother and two children were displaced by the fire, the American Red Cross was contacted to assist the victims with temporary housing and support services.</p><p>No other details about the fire were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TFD3QKXTKNCOLKYJ6NZOEXK46Y.jpeg?auth=459c6725a614dacd59de781c7c5f52f8ac07d374101721ee409479fa500a53fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 19 schedule for Day 9 of group matches   ]]></title><link>https://www.local10.com/sports/2026/06/19/fifa-world-cup-2026-here-is-the-june-19-schedule-for-day-9-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/fifa-world-cup-2026-here-is-the-june-19-schedule-for-day-9-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Friday, as group-stage matches continue.]]></description><pubDate>Fri, 19 Jun 2026 14:00:13 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four games on Friday, as group-stage matches continue.</p><p><a href="https://www.local10.com/espanol/2026/06/19/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-19-de-junio-para-el-dia-9-de-los-partidos-de-la-fase-de-grupos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-19-de-junio-para-el-dia-9-de-los-partidos-de-la-fase-de-grupos/">Leer en español</a></p><p>U.S. vs. Australia, a <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> match, is at 3 p.m. </p><p>Scotland vs. Morocco, a <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> match, is at 6 p.m. </p><p>Brazil vs. Haiti, a <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> match, is at 8:30 p.m. </p><p>Turkey vs. Paraguay, a <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> match, 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><h3><b>Groups’ stage progress </b></h3><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 reaches Round of 32</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/">Canada and Switzerland tie for 1st place</a></p><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><h3><b>Tournament’s schedule </b> </h3><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 19 de junio para el Día 9 de los partidos de la fase de grupos]]></title><link>https://www.local10.com/espanol/2026/06/19/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-19-de-junio-para-el-dia-9-de-los-partidos-de-la-fase-de-grupos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-19-de-junio-para-el-dia-9-de-los-partidos-de-la-fase-de-grupos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los aficionados de la Copa Mundial de la FIFA 2026 tienen cuatro partidos para disfrutar este viernes, mientras continúan los encuentros de la fase de grupos.]]></description><pubDate>Fri, 19 Jun 2026 15:13:25 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados al Mundial de la FIFA 2026 podrán disfrutar de cuatro partidos el viernes, ya que continúan los encuentros de la fase de grupos.</p><p>El partido entre Estados Unidos y Australia, correspondiente al <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> , se jugará a las 3 de la tarde.</p><p>El partido entre Escocia y Marruecos, correspondiente al <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> , se disputará a las 18:00 horas.</p><p>Brasil contra Haití, partido <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/">del Grupo C</a> , se juega a las 20:30.</p><p>El partido entre Turquía y Paraguay, correspondiente al <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> , se jugará a las 23:00.</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><h3><b>Progreso de la etapa de los grupos</b></h3><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 llega a dieciseisavos de final</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/">Canadá y Suiza empatan en el primer lugar.</a></p><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><h3><b>Calendario del torneo</b></h3><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 se celebra 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 el 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[Remanentes de Arthur dejan rastro de devastadoras inundaciones en el sur profundo]]></title><link>https://www.local10.com/espanol/2026/06/19/remanentes-de-arthur-dejan-rastro-de-devastadoras-inundaciones-en-el-sur-profundo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/remanentes-de-arthur-dejan-rastro-de-devastadoras-inundaciones-en-el-sur-profundo/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Fri, 19 Jun 2026 15:10:30 +0000</pubDate><content:encoded><![CDATA[<p>La tormenta tropical Arthur duró solo 12 horas como tormenta con nombre el miércoles, una de las tormentas con nombre de menor duración registradas en la cuenca del Atlántico, pero sus restos tormentosos y anegados arrastraron una oleada de lluvias torrenciales y condiciones climáticas severas a través de partes del sur profundo el jueves, lo que provocó inundaciones generalizadas y devastadoras desde el sur y el centro de Luisiana hasta el sureste de Misisipi y el sur de Alabama.</p><p>Muchas de las zonas más afectadas registraron precipitaciones superiores a las 3 pulgadas por hora, un ritmo increíble que provocó crecidas repentinas del agua, generando numerosas emergencias por inundaciones repentinas ayer, con las aguas desbordando carreteras e inundando viviendas, lo que dio lugar a decenas de rescates por inundaciones a lo largo de algunas zonas de la costa del Golfo.</p><p>La oficina del Servicio Meteorológico Nacional de Nueva Orleans, que abarca el sureste de Luisiana y la costa de Misisipi, emitió 18 alertas de inundaciones repentinas el jueves en toda su área de alerta parroquial y condal, la segunda mayor cantidad emitida en un solo día en los últimos casi 40 años, y solo superada por la del 12 de agosto de 2016, durante una de las peores inundaciones que ha sufrido Luisiana en la memoria reciente.</p><figure><img src="https://www.local10.com/resizer/v2/WXC3RGYSQVDU7IDA3AOXG5EWMU.png?auth=193e513e6fc695ecf97612481daec1299d8bb04fef57d45a339156e10f6861b5&smart=true&width=1200&height=900" alt="Most flash flood warnings issued by calendar day by the National Weather Service Office in New Orleans. Thursday saw the second most flash flood warnings issued for the office of any single calendar day going back nearly 40 years, and second only to the August 2016 Louisiana floods, one of the worst flooding events in recent memory for the state. Plot credit: Iowa Environmental Mesonet." height="900" width="1200"/><figcaption>Most flash flood warnings issued by calendar day by the National Weather Service Office in New Orleans. Thursday saw the second most flash flood warnings issued for the office of any single calendar day going back nearly 40 years, and second only to the August 2016 Louisiana floods, one of the worst flooding events in recent memory for the state. Plot credit: Iowa Environmental Mesonet.</figcaption></figure><p><a href="https://apnews.com/article/severe-weather-gulf-coast-midwest-e2a4a7131a85faf929f35d37bb75a742" rel="">Según Associated Press</a> , cerca de 200 viviendas resultaron inundadas en la zona rural de la parroquia de Avoyelles, en el centro-este de Luisiana, a unos 48 kilómetros al sureste de Alexandria. Un <a href="https://www.weather.gov/wrh/timeseries?site=F0338&amp;hours=72" rel="">pluviómetro privado ubicado en la cercana Plaucheville, Luisiana</a> , que forma parte de la red de observación meteorológica voluntaria del Programa Ciudadano de Observación Meteorológica (CWOP, por sus siglas en inglés), registró la asombrosa cantidad de 59 centímetros de lluvia en 24 horas, casi toda concentrada en un período de 6 horas, entre las 6:00 y las 12:00 del mediodía del jueves. De confirmarse por el Servicio Meteorológico Nacional, esto establecería un récord de la mayor cantidad de lluvia registrada en un período de 24 horas en el estado de Luisiana, según los <a href="https://www.ncei.noaa.gov/access/monitoring/scec/records/all/maxp" rel="">registros de la NOAA</a> (el récord actual de lluvia en 24 horas en Luisiana es de 56 centímetros, registrado en Hackberry, Luisiana, entre el 28 y el 29 de agosto de 1962).</p><p>El jueves también se registraron más de 30 centímetros de lluvia tierra adentro de Gulfport-Biloxi, en la costa del Golfo de Misisipi. Mientras tanto, al este, en el Aeropuerto Regional de Mobile, cayeron 11,4 centímetros de lluvia, <a href="https://x.com/NWSMobile/status/2067863193926373574" rel="">casi duplicando el récord anterior para ese día,</a> establecido en 2004, aunque se reportaron cantidades mayores, cercanas a los dos dígitos, a lo largo de la I-65, justo al norte de Mobile, <a href="https://www.weather.gov/wrh/timeseries?site=USA5&amp;hours=72" rel="">cerca de Saraland</a> .</p><p>Se confirmaron cerca de 100 reportes de daños causados ​​por los fuertes vientos asociados a los remanentes de Arthur en el sureste de Estados Unidos, concentrándose la mayor parte de los daños en el oeste y centro de Georgia. También se han confirmado algunos tornados en el sur de Luisiana y Misisipi desde el jueves.</p><h3><b>Las inundaciones persisten tras el paso del huracán Arthur.</b></h3><p>Las inundaciones fluviales, de moderadas a graves, persistirán a lo largo del corredor de la I-10 en la costa central del Golfo de México tras las intensas lluvias del jueves.</p><p>Aunque las precipitaciones acumuladas hoy serán generalmente menores que las del jueves, debido a la saturación del suelo y a la posibilidad de lluvias localmente intensas provocadas por tormentas de movimiento lento, persiste un riesgo moderado (nivel de amenaza 3 de 4) en algunas zonas de la costa central del Golfo hasta el sábado por la mañana, lo que podría provocar inundaciones repentinas dispersas adicionales.</p><figure><img src="https://www.local10.com/resizer/v2/IDHJFOOLENBRPOQAVCIZCFN7TM.png?auth=5c4606b88efd58bf02b4b2c9dc68e58671e961de6078a8f7233437fe72c82b0f&smart=true&width=1200&height=900" alt="Excessive rainfall outlook from the National Weather Service Weather Prediction Center through Saturday morning. A moderate risk (threat level 3 of 4) of heavy rainfall is forecast for parts of the central Gulf Coast, as scattered flash flooding will linger in the wake of Thursday’s heavy rainfall. Credit: Pivotal Weather." height="900" width="1200"/><figcaption>Excessive rainfall outlook from the National Weather Service Weather Prediction Center through Saturday morning. A moderate risk (threat level 3 of 4) of heavy rainfall is forecast for parts of the central Gulf Coast, as scattered flash flooding will linger in the wake of Thursday’s heavy rainfall. Credit: Pivotal Weather.</figcaption></figure><h3><b>Los restos del Arthur se hunden en el Atlántico occidental, su reconstrucción es improbable.</b></h3><p>Los restos de la baja presión que una vez fue la tormenta tropical Arthur estaban siendo arrastrados hacia el este a través de las Carolinas el viernes por la mañana, por delante de un frente frío que avanzaba.</p><figure><img src="https://www.local10.com/resizer/v2/CCJ5QS5TAZARTGMK2O66GIHUVQ.PNG?auth=c95d0db084625b211c9cdc9b21c9c93457b9b756f5d9da1ec6591fca97a0ed3c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El sistema de baja presión se alejará de la costa de Carolina el viernes por la tarde y se dirigirá rápidamente hacia el Atlántico occidental. Si bien los modelos indican una remota posibilidad de que se reactive sobre el Atlántico abierto hasta la madrugada del sábado, cualquier reactivación se deberá principalmente a procesos no tropicales, y su proximidad a los frentes hará que la zona de baja presión se mantenga, en el mejor de los casos, como no tropical o subtropical.</p><p>Independientemente de la reurbanización, la zona de baja presión se desplazará rápidamente hacia el mar durante el fin de semana y no representa ninguna amenaza adicional para tierra firme.</p><p>Por lo demás, no se prevé el desarrollo de ciclones tropicales en el resto de la cuenca del Atlántico durante la próxima semana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PKN5DDSPYRAOXGRYTERIUJUS6Y.png?auth=70cc511f85f43c573acc1c17467f5d0598847afa5e6b575a80aa82e11dd81d36&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Rainfall reports and radar-estimated rainfall totals since Tuesday showing widespread areas of heavy rainfall eclipsing 20 inches across the Deep South. Credit: National Weather Service.]]></media:description></media:content></item><item><title><![CDATA[Man now faces federal charges after cruise ship voyeurism incident, authorities say]]></title><link>https://www.local10.com/news/local/2026/06/19/man-now-faces-federal-charges-after-cruise-ship-voyeurism-incident-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/man-now-faces-federal-charges-after-cruise-ship-voyeurism-incident-authorities-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A 25-year-old Illinois man arrested in early June at Port Everglades after being accused of cruise ship voyeurism is now facing federal charges, according to court documents filed on Thursday.]]></description><pubDate>Fri, 19 Jun 2026 14:39:02 +0000</pubDate><content:encoded><![CDATA[<p>A 25-year-old Illinois man arrested in early June at Port Everglades after being <a href="https://www.local10.com/news/local/2026/06/09/man-facing-video-voyeurism-charges-after-allegedly-photographing-13-year-old-on-cruise-ship/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/09/man-facing-video-voyeurism-charges-after-allegedly-photographing-13-year-old-on-cruise-ship/">accused of cruise ship voyeurism</a> is now facing federal charges, according to court documents filed on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/">Leer en español</a></p><p>Besides three state voyeurism charges stemming from a June 7 arrest by the Broward Sheriff’s Office, Matthew Stilwell is now facing three federal charges related to the attempted production, transportation and possession of child sexual abuse material.</p><p>Authorities said it all began with a May 31 incident on Royal Caribbean’s Allure of the Seas where Stilwell, of Pawnee, Illinois, attempted to take a photo under the dress of a 13-year-old girl whom he knew while the two were in a gift shop.</p><p>According to a federal criminal complaint, Stilwell told Royal Caribbean security that he had photos of eight to nine other children on his cellphone, including “nude photos of minors on the device that were AI generated.”</p><p>Later, after the ship returned to South Florida on June 7, federal customs officers and Homeland Security Investigations agents searched the phone, according to the complaint.</p><p>They said they found the photos of the victim that prompted the original arrest, as well as AI-generated photos depicting the same victim nude.</p><p>Authorities said that Stilwell “admitted to using AI websites to create pornographic images of minors” and said most were “not girls he knew,” adding that he “took photos of several 17-year-old girls on Instagram and used AI to remove their clothing.”</p><p>Stilwell remained in the custody of the Broward Sheriff’s Office as of Friday and was being being held in the agency’s Paul Rein Detention Facility in Pompano Beach.</p><p>Stilwell’s online federal court file does not list any upcoming hearings as of Friday morning; besides the complaint, the rest was listed as “sealed.”</p><p>His state voyeurism case also doesn’t have any upcoming hearings listed in Broward online court records.</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/27Z6NE6QF5CXVHVM65BWXPBLG4.jpg?auth=66b6580bc976b1d1fb30b42be3bc656b9bf9077f35f3d8af219db5eae5c30ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de cargos federales tras incidente de voyeurismo en crucero, dicen autoridades]]></title><link>https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Illinois de 25 años, arrestado a principios de junio en Port Everglades tras ser acusado de voyeurismo en un crucero, ahora enfrenta cargos federales, según documentos judiciales presentados el jueves.]]></description><pubDate>Fri, 19 Jun 2026 14:56:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Illinois de 25 años arrestado a principios de junio en Port Everglades tras ser <a href="https://www.local10.com/espanol/2026/06/10/acusan-a-hombre-de-voyeurismo-en-video-tras-presuntamente-fotografiar-a-menor-de-13-anos-en-crucero/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/acusan-a-hombre-de-voyeurismo-en-video-tras-presuntamente-fotografiar-a-menor-de-13-anos-en-crucero/">acusado de voyeurismo en un crucero</a> ahora enfrenta cargos federales, según documentos judiciales presentados el jueves.</p><p>Además de tres cargos estatales por voyeurismo derivados de un arresto realizado el 7 de junio por la Oficina del Sheriff de Broward, Matthew Stilwell ahora enfrenta tres cargos federales relacionados con el intento de producción, transporte y posesión de material de abuso sexual infantil.</p><p>Las autoridades indicaron que todo comenzó con un incidente ocurrido el 31 de mayo a bordo del Allure of the Seas de Royal Caribbean, donde Stilwell, de Pawnee, Illinois, intentó tomar una foto por debajo del vestido de una niña de 13 años a quien conocía mientras ambos se encontraban en una tienda de regalos.</p><p>Según una denuncia penal federal, Stilwell le dijo al personal de seguridad de Royal Caribbean que tenía fotos de otros ocho o nueve menores en su teléfono celular, incluidas “fotos desnudas de menores en el dispositivo que fueron generadas por IA”.</p><p>Posteriormente, después de que el barco regresó al sur de Florida el 7 de junio, agentes federales de aduanas y agentes de Investigaciones de Seguridad Nacional registraron el teléfono, según la denuncia.</p><p>Indicaron que encontraron las fotos de la víctima que motivaron el arresto original, así como imágenes generadas por IA que mostraban a la misma víctima desnuda.</p><p>Las autoridades señalaron que Stilwell “admitió haber utilizado sitios web de IA para crear imágenes pornográficas de menores” y dijo que la mayoría “no eran niñas que conocía”, agregando que “tomó fotos de varias jóvenes de 17 años en Instagram y utilizó IA para quitarles la ropa”.</p><p>Hasta el viernes, Stilwell permanecía bajo custodia de la Oficina del Sheriff de Broward y estaba recluido en el Centro de Detención Paul Rein de la agencia en Pompano Beach.</p><p>El expediente federal en línea de Stilwell no muestra audiencias programadas hasta la mañana del viernes; además de la denuncia, el resto del expediente figuraba como “sellado”.</p><p>Su caso estatal por voyeurismo tampoco tiene audiencias programadas, según los registros judiciales en línea del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27Z6NE6QF5CXVHVM65BWXPBLG4.jpg?auth=66b6580bc976b1d1fb30b42be3bc656b9bf9077f35f3d8af219db5eae5c30ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Police: Driver faces charges in Hollywood crash that killed scooter rider, injured 2 others]]></title><link>https://www.local10.com/news/local/2026/06/19/police-driver-faces-charges-in-hollywood-crash-that-killed-scooter-rider-injured-2-others/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/police-driver-faces-charges-in-hollywood-crash-that-killed-scooter-rider-injured-2-others/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 19-year-old Miramar man was arrested Thursday in connection with a crash in Hollywood that killed a scooter rider and injured two others after investigators said he was driving at speeds of up to 85 mph in a 45 mph zone late last year. ]]></description><pubDate>Fri, 19 Jun 2026 14:37:47 +0000</pubDate><content:encoded><![CDATA[<p>A 19-year-old Miramar man was arrested Thursday in connection with a crash in Hollywood that killed a scooter rider and injured two others after investigators said he was driving at speeds of up to 85 mph in a 45 mph zone late last year. </p><p><a href="https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/">Leer en español</a></p><p>Austin Quenten Mitchell-Alfred faces charges including vehicular homicide, reckless driving causing serious bodily injury, reckless driving causing physical injuries, reckless driving causing property damage, two counts of unlawful speeding and one count of disobeying a red light, according to jail records.</p><p>The crash occurred Nov. 25, 2025, at the intersection of State Road 7 and Washington Street in Hollywood.</p><p>According to an arrest report from the Hollywood Police Department, officers arrived to find a blue 2025 Cadillac Lyriq driven by Mitchell-Alfred with heavy front-end damage. </p><p>Police said the SUV was partially on a sidewalk and in the northbound bus lane. A Mercury Grand Marquis involved in the crash also sustained heavy front-end damage.</p><p>Investigators confirmed that a scooter rider was killed in the collision. The victim’s identity was not released in the report.</p><p>Police said the rider was struck while crossing the roadway. They said the impact caused the scooter to gouge the pavement before the rider was thrown onto the roadway.</p><p>When officers interviewed Mitchell-Alfred, he told them he was traveling northbound on State Road 7 at “45-50 mph, maybe 55 mph” as he approached Washington Street. He said he changed lanes as he neared the intersection and the traffic signal turned yellow.</p><p>According to the report, Mitchell-Alfred told investigators, “I’m already speeding, well not speeding, I’m already going fast,” before the crash occurred. He also told officers he collided with the Mercury Grand Marquis, causing him to swerve before striking the scooter rider, police said. </p><p>Investigators said data recovered from Mitchell-Alfred’s Cadillac showed the vehicle reached a top speed of 85 mph before he applied the brakes. The report states the SUV was traveling 75 mph at the time of impact with the victim.</p><p>Police concluded Mitchell-Alfred “operated the 2025 Cadillac Lyriq in a reckless manner without regard for traffic control devices, other vehicles on the road or persons on the roadway.”</p><p>Investigators said the Broward Medical Examiner’s Office determined the scooter rider died from blunt force injuries.</p><p>They said the driver of the Mercury Grand Marquis suffered serious injuries, including broken bones, lacerations, contusions and abrasions, and continues to undergo therapy. Police also confirmed that a passenger in Mitchell-Alfred’s Cadillac suffered non-life-threatening injuries.</p><p>As of Friday, he was being held without bond at the Broward County Main Jail. </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/FNUPIGQQY5HS3PGHUMTAC7Q2BU.jpg?auth=edbb457c688bea3d9d1f270f5a3f18163ef8c24ff33c48c95da2cb30c5070c95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Acusan a conductor por accidente en Hollywood que mató a una persona en scooter y dejó dos heridas]]></title><link>https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 19 años de Miramar fue arrestado el jueves en relación con un accidente en Hollywood que causó la muerte de un conductor de scooter y dejó a otras dos personas heridas después de que los investigadores determinaran que conducía a velocidades de hasta 85 mph en una zona con límite de 45 mph a finales del año pasado.]]></description><pubDate>Fri, 19 Jun 2026 14:51:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 19 años de Miramar fue arrestado e jueves en relación con un accidente en Hollywood que causó la muerte de un conductor de scooter y dejó a otras dos personas heridas después de que los investigadores determinaran que conducía a velocidades de hasta 85 mph en una zona con límite de 45 mph a finales del año pasado.</p><p>Austin Quenten Mitchell-Alfred enfrenta cargos que incluyen homicidio vehicular, conducción temeraria causando lesiones corporales graves, conducción temeraria causando lesiones físicas, conducción temeraria causando daños a la propiedad, dos cargos por exceso de velocidad ilegal y un cargo por no obedecer una luz roja, según los registros carcelarios.</p><p>El accidente ocurrió el 25 de noviembre de 2025 en la intersección de State Road 7 y Washington Street en Hollywood.</p><p>Según un informe de arresto del Departamento de Policía de Hollywood, los agentes llegaron al lugar y encontraron un Cadillac Lyriq azul modelo 2025 conducido por Mitchell-Alfred con graves daños en la parte frontal.</p><p>La Policía indicó que la SUV estaba parcialmente sobre una acera y en el carril de autobuses en dirección norte. Un Mercury Grand Marquis involucrado en el accidente también sufrió graves daños frontales.</p><p>Los investigadores confirmaron que un conductor de scooter murió en la colisión. La identidad de la víctima no fue divulgada en el informe.</p><p>La Policía indicó que el conductor del scooter fue impactado mientras cruzaba la vía. Señalaron que el impacto provocó que el scooter dejara marcas profundas en el pavimento antes de que el conductor fuera lanzado a la carretera.</p><p>Cuando los agentes entrevistaron a Mitchell-Alfred, este les dijo que circulaba hacia el norte por State Road 7 a “45-50 mph, quizás 55 mph” mientras se acercaba a Washington Street. Dijo que cambió de carril al aproximarse a la intersección y que la luz del semáforo se puso amarilla.</p><p>Según el informe, Mitchell-Alfred dijo a los investigadores: “Ya voy rápido, bueno, no excediendo la velocidad, ya voy rápido”, antes de que ocurriera el accidente. También dijo a los agentes que chocó contra el Mercury Grand Marquis, lo que lo hizo desviarse antes de impactar al conductor del scooter, indicó la Policía.</p><p>Los investigadores señalaron que los datos recuperados del Cadillac de Mitchell-Alfred mostraron que el vehículo alcanzó una velocidad máxima de 85 mph antes de que aplicara los frenos. El informe establece que la SUV viajaba a 75 mph al momento del impacto con la víctima.</p><p>La Policía concluyó que Mitchell-Alfred “operó el Cadillac Lyriq 2025 de manera temeraria sin considerar los dispositivos de control de tránsito, otros vehículos en la vía o las personas en la carretera”.</p><p>Los investigadores indicaron que la Oficina del Médico Forense de Broward determinó que el conductor del scooter murió a causa de lesiones por trauma contundente.</p><p>Añadieron que el conductor del Mercury Grand Marquis sufrió lesiones graves, incluidas fracturas, laceraciones, contusiones y abrasiones, y continúa recibiendo terapia. La Policía también confirmó que un pasajero del Cadillac de Mitchell-Alfred sufrió lesiones que no ponen en peligro su vida.</p><p>Hasta el viernes, permanecía detenido sin derecho a fianza en la cárcel principal del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FNUPIGQQY5HS3PGHUMTAC7Q2BU.jpg?auth=edbb457c688bea3d9d1f270f5a3f18163ef8c24ff33c48c95da2cb30c5070c95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Leafs acquire Darren Raddysh from Lightning and sign him to an 8-year contract]]></title><link>https://www.local10.com/sports/2026/06/19/leafs-acquire-darren-raddysh-from-lightning-and-sign-him-to-an-8-year-contract/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/leafs-acquire-darren-raddysh-from-lightning-and-sign-him-to-an-8-year-contract/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[The Toronto Maple Leafs took a big swing at improving their blue line before the start of free agency, acquiring Darren Raddysh's rights from the Tampa Bay Lightning and signing the defenseman to an eight-year contract.]]></description><pubDate>Fri, 19 Jun 2026 14:41:27 +0000</pubDate><content:encoded><![CDATA[<p>The Toronto Maple Leafs took a big swing at improving their blue line before the start of free agency, acquiring Darren Raddysh's rights from the Tampa Bay Lightning and signing the defenseman to an eight-year contract.</p><p>The contract is worth $68 million, according to a person familiar with the deal. The person spoke to The Associated Press on condition of anonymity Friday because financial terms were not disclosed.</p><p>Raddysh will count $8.5 million against the salary cap through the 2033-34 season. He had never made more than a million dollars a year until now.</p><p>The 30-year-old late bloomer cashed in on a breakout season in which he set career highs with 22 goals, 48 assists and 70 points in 73 games. That's the same amount of points he put up in the previous two seasons combined since becoming a full-time NHL player as recently as 2023.</p><p>Raddysh provides an immediate upgrade for the Leafs, who have a new coach in Jim Hiller and a new front office led by general manager John Chayka and franchise legend adviser Mats Sundin. Getting Raddysh's rights from the Lightning for a fifth-round pick before he could hit the open market is Chayka's second trade after clearing cap space earlier this week by sending goaltender Joseph Woll and defenseman Simon Benoit to Philadelphia.</p><p>“We are thrilled to add a defenseman of Darren’s caliber to our organization,” Chayka said. “Darren has emerged as one of the NHL’s premier two-way defensemen, combining elite puck-moving ability with poise, competitiveness and strong play in all three zones. He strengthens our blue line in every situation and is exactly the type of player we want helping lead this team.”</p><p>Raddysh was undrafted despite helping the Erie Otters win the Ontario Hockey League at the junior level in 2016-17. He signed with Chicago, got traded to the New York Rangers and inked a free agent deal in 2021 with the Lightning.</p><p>He spent a vast majority of that time in the minors and was an All-Star in the American Hockey League before earning a job with Tampa Bay. He thrived this past season while the team dealt with injuries all over and led all players in the league at the position with 10 power-play goals.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BNUXCPO3RDO5U5NWZCXKMYEZO4.jpg?auth=330b1737a1565ce84ae0fe0b0a28ea36c81605cabad163b95c57d8ea1034b95a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tampa Bay Lightning defenseman Darren Raddysh (43) before Game 1 of an NHL hockey Stanley Cup first-round playoff series against the Montréal Canadiens, April 19, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[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><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><br></h3><h3><b>Group stage progress</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 </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><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=ERb0Qsvxd6E" target="_self" rel="" title="https://www.youtube.com/watch?v=ERb0Qsvxd6E">Luis Diaz scores</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=q6iL9ds0Rwg" target="_self" rel="" title="https://www.youtube.com/watch?v=q6iL9ds0Rwg">Jaminton Campaz scores</a></li></ul><p><b>Portugal and Congo each get 1 point </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><h3><b>Track the 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/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[FIFA World Cup 2026 Group B: Canada and Switzerland tie for 1st place]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group B competing to move forward to the quarterfinals of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).]]></description><pubDate>Fri, 05 Dec 2025 18:34:09 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group B competing to move forward to the Round of 32 of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).</p><figure><img src="https://www.local10.com/resizer/v2/XTURUSURSNF4LN4GTSTPM7C5XE.jpg?auth=d13a693bd0792d3b73932857346ac46b9838a49162b2cfe757020ed91aeed3ff&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Next matches </b></p><p><b>JUNE 24</b>: DAY 4</p><p>Bosnia and Herzegovina play against Qatar at 9 a.m. at the Seattle Stadium.</p><p>Switzerland plays against Canada at 9 a.m. at BC Place Vancouver. </p><h3><b>Group stage matches</b></h3><p><a href="https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/"><b>JUNE 18</b></a><b>: </b>DAY 3</p><p><b>Canada gets 3 more points </b></p><figure><img src="https://www.local10.com/resizer/v2/TD3Q7HAXLMQDIKBL4QEFSTLHWA.jpg?auth=cab4f2ea684693f177c37f11a244f1a254856e5611653ed5b91fd9a29c581b2e&smart=true&width=1200&height=900" alt="Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)" height="900" width="1200"/><figcaption>Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/">Jonathan David’s hat trick propels Canada to its first World Cup win, 6-0 over Qatar</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=5MGm7ngAY3M" target="_self" rel="" title="https://www.youtube.com/watch?v=5MGm7ngAY3M">David scores 1st goal </a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=ZCc6OvwaJko" target="_self" rel="" title="https://www.youtube.com/watch?v=ZCc6OvwaJko">Nathan Saliba‘s free kick</a></li></ul><p><b>Switzerland gets 3 more points</b></p><figure><img src="https://www.local10.com/resizer/v2/FAXMHPNLDEE5H74PCFXG5ISO5Y.jpg?auth=3919e2a7cd0427a7fc068570a559a21a574f7f1d9bb5a0ef5c48d0b77b29e356&smart=true&width=1200&height=900" alt="Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)" height="900" width="1200"/><figcaption>Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/">Switzerland coach uses hydration break to spark late goal barrage in 4-1 World Cup win over Bosnia</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=N9cJ-L2id24" target="_self" rel="" title="https://www.youtube.com/watch?v=N9cJ-L2id24">Switzerland’s Johan Manzambi scores </a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=YMnDgmSRIvI" target="_self" rel="" title="https://www.youtube.com/watch?v=YMnDgmSRIvI">Switzerland’s Rubén Vargas scores</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>JUNE 13</b></a><b>: DAY 2</b></p><p><b>Qatar and Switzerland each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/NJUMUYJCRGL5PPGUKPSL4FR7ZM.jpg?auth=ff95f062a23796bc5eb86d7f8e24856a830066431beebcbe894ab90d1bd6d607&smart=true&width=1200&height=900" alt="Qatar's Mohamed Manai attempts to get the ball as Switzerland's Manuel Akanji defends during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)" height="900" width="1200"/><figcaption>Qatar's Mohamed Manai attempts to get the ball as Switzerland's Manuel Akanji defends during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/13/boualem-khoukhis-goal-on-header-in-stoppage-time-earns-qatar-a-1-1-world-cup-draw-with-switzerland/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/boualem-khoukhis-goal-on-header-in-stoppage-time-earns-qatar-a-1-1-world-cup-draw-with-switzerland/">Boualem Khoukhi’s goal on header in stoppage time earns Qatar a 1-1 World Cup draw with Switzerland</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=VkFQgoIIli0" target="_self" rel="" title="https://www.youtube.com/watch?v=VkFQgoIIli0">Switzerland’s Breel Embolo scores 17th-minute penalty kick</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=aRuSSARxEPM" target="_self" rel="" title="https://www.youtube.com/watch?v=aRuSSARxEPM">Khoukhi’s equalizer </a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/"><b>JUNE 12</b></a><b>: DAY 1</b></p><p><b>Canada and Bosnia each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/S52H2Y7QQVNNSNP2RY2UOFA3OU.jpg?auth=89ba03e12d2feb18bbe5a364f43f00c428c1a958476ec11f9742fe005ce5e39f&smart=true&width=1200&height=900" alt="Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)" height="900" width="1200"/><figcaption>Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)</figcaption></figure><ul><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=bSKM39MmRNM" target="_self" rel="" title="https://www.youtube.com/watch?v=bSKM39MmRNM">Canadian Cyle Larin scores goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=dIOP3aATKFs" target="_self" rel="" title="https://www.youtube.com/watch?v=dIOP3aATKFs">Bosnian Jovo Lukić scores goal</a></li><li><b>FIFA post-match video</b>: <a href="https://www.youtube.com/watch?v=FeSYwpzgtZc" target="_self" rel="" title="https://www.youtube.com/watch?v=FeSYwpzgtZc">Interviews with players in French, English, and Bosnian</a></li><li><a href="https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/">Canada is ready to become a soccer nation as it hosts World Cup opener against Bosnia-Herzegovina</a></li><li><a href="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/">A Bosnian song about disillusionment with the American Dream becomes a World Cup banger</a></li></ul><h3><b>Track the 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-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OWBULFBNZJDOZDYOT5QAUC64SY.jpg?auth=f0c9296f88f497cf4371ee8ef5546c68c66aac25d54b0c00160c7383048ab317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[June 19: Heat wave continues for South Florida into the weekend]]></title><link>https://www.local10.com/weather/2026/06/19/june-19-heat-wave-continues-for-south-florida-into-the-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/19/june-19-heat-wave-continues-for-south-florida-into-the-weekend/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[This is the 5th Heat Advisory in a row in effect through 7 p.m. for a heat index up to 110°.]]></description><pubDate>Fri, 19 Jun 2026 13:50:59 +0000</pubDate><content:encoded><![CDATA[<p>This is the 5<sup>th</sup> Heat Advisory in a row in effect through 7 p.m. for a heat index up to 110°. After a dry day yesterday, we finally have some showers in the area already today. The bigger focus will be on thunderstorms developing late this afternoon near Lake Okeechobee, then pushing south as a strong line this evening. If you have Friday night plans, keep the storm potential in mind. Some could contain gusty winds.</p><p>Expect scattered storms for Father’s Day weekend, but there will be plenty of dry time. The heat wave continues through all of next week with a heat index of 105°-110° each afternoon. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[George Pino declines lesser charge ahead of closing arguments in deadly boating case]]></title><link>https://www.local10.com/news/local/2026/06/18/george-pino-declines-lesser-charge-ahead-of-closing-arguments-in-deadly-boating-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/george-pino-declines-lesser-charge-ahead-of-closing-arguments-in-deadly-boating-case/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[What is needed to convict or acquit? That is what is at stake as both sides of the George Pino trial fight to get key phrasing included in jury instructions -- which must explain which laws apply and the burden of proof.]]></description><pubDate>Thu, 18 Jun 2026 22:27:08 +0000</pubDate><content:encoded><![CDATA[<p>What is needed to convict or acquit? That is what is at stake as both sides of the <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> trial fight to get key phrasing included in jury instructions -- which must explain which laws apply and the burden of proof.</p><p><a href="https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/">Leer en español</a></p><p>Both sides made arguments Thursday about key phrases, down to individual words, they want the jury to have in front of them when they head into deliberations following next Monday’s closing arguments.</p><p>The voice of defendant George Pino joined the courtroom by Zoom on Thursday to address a critical question — whether he wanted a lesser included offense presented to the jury for consideration.</p><p>“The misdemeanor you were previously charged with,” defense attorney Howard Srebnick began. “Do you continue to decline the lesser included offense instruction?” </p><p>“Yes, I do,” Pino replied.</p><p>The hearing centered on preparing jury instructions in the manslaughter and vessel homicide case against the 55-year-old real estate mogul, in connection with the 2022 boating crash that killed 17-year-old Lucy Fernandez.</p><p>“It is the state’s burden to prove ― not us,” Srebnick said.</p><p>“This instruction comes straight from statute,” prosecutor Laura Adams said.</p><p>Arguments also touched on causation. </p><p>“The changing course did not cause her death,” Srebnick said. </p><p>“I can’t charge the water for causing her death,” Adams responded. </p><p>The judge pushed back, asking: “If there was no change of course there would be no allision?” ― to which she received confirmation.</p><p>Jury instructions serve as a road map for the jurors once they head into deliberations and the words in those instructions, the judge said, should focus them on clear statements of the law to guide their deliberations as they weigh the evidence presented at trial.</p><p>But what words are a pathway to clarifying a legal concept — as opposed to being confusing or even misleading — can be up for interpretation, which is why the state and defense spent the afternoon litigating specific phrasing.</p><p>“What are the acts…” Srebnick began at one point. </p><p>“I am not saying that,” Adams shot back.</p><p>The defendant was not in the courtroom. His attorney noted: “This is the crux of the case” and “a fundamental part of the proceeding,” adding, “I am sure he would rely on us without a doubt.”</p><p>Thursday’s hearing was crucial. The judge said she will check in with Pino on Monday morning ahead of the start of closing arguments.</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[George Pino rechaza cargo menor antes de alegatos finales en caso de accidente marítimo mortal]]></title><link>https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[¿Qué se necesita para condenar o absolver? Eso es lo que está en juego mientras ambas partes en el juicio de George Pino luchan para que se incluya una redacción clave en las instrucciones al jurado, las cuales deben explicar qué leyes se aplican y cuál es la carga de la prueba.]]></description><pubDate>Fri, 19 Jun 2026 13:44:02 +0000</pubDate><content:encoded><![CDATA[<p>¿Qué se necesita para condenar o absolver? Eso es lo que está en juego mientras ambas partes en el juicio de <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a> luchan para que se incluya una redacción clave en las instrucciones al jurado, las cuales deben explicar qué leyes se aplican y cuál es la carga de la prueba.</p><p>Ambas partes presentaron argumentos el jueves sobre frases clave, incluso palabras individuales, que quieren que el jurado tenga frente a sí cuando pase a deliberar tras los alegatos finales del próximo lunes.</p><p>La voz del acusado George Pino se unió a la sala del tribunal por Zoom el jueves para abordar una pregunta crucial: si quería que se presentara al jurado un delito menor incluido para su consideración.</p><p>“El delito menor del que fue acusado anteriormente”, comenzó el abogado defensor Howard Srebnick. “¿Continúa rechazando la instrucción sobre el delito menor incluido?”</p><p>“Sí, la rechazo”, respondió Pino.</p><p>La audiencia se centró en preparar las instrucciones al jurado en el caso de homicidio involuntario y homicidio por embarcación contra el magnate inmobiliario de 55 años, en relación con el accidente marítimo de 2022 que causó la muerte de Lucy Fernandez, de 17 años.</p><p>“Es responsabilidad del estado probarlo, no nuestra”, dijo Srebnick.</p><p>“Esta instrucción proviene directamente del estatuto”, dijo la fiscal Laura Adams.</p><p>Los argumentos también abordaron la causalidad.</p><p>“El cambio de rumbo no causó su muerte”, dijo Srebnick.</p><p>“No puedo acusar al agua de causar su muerte”, respondió Adams.</p><p>La jueza cuestionó esa postura al preguntar: “¿Si no hubiera habido un cambio de rumbo no habría habido colisión?”, a lo que recibió una respuesta afirmativa.</p><p>Las instrucciones al jurado sirven como una guía para los jurados una vez que comienzan sus deliberaciones y, según la jueza, las palabras de esas instrucciones deben enfocarlos en declaraciones claras de la ley para orientar sus deliberaciones mientras evalúan la evidencia presentada durante el juicio.</p><p>Pero qué palabras ayudan a aclarar un concepto legal, en lugar de resultar confusas o incluso engañosas, puede estar sujeto a interpretación, razón por la cual la fiscalía y la defensa pasaron la tarde litigando sobre redacciones específicas.</p><p>“¿Cuáles son los actos…”, comenzó Srebnick en un momento.</p><p>“No estoy diciendo eso”, respondió Adams.</p><p>El acusado no estuvo presente en la sala del tribunal. Su abogado señaló: “Este es el núcleo del caso” y “una parte fundamental del proceso”, y agregó: “Estoy seguro de que confiaría en nosotros sin ninguna duda”.</p><p>La audiencia del jueves fue crucial. La jueza dijo que hablará con Pino el lunes por la mañana antes del inicio de los alegatos finales.</p>]]></content:encoded></item><item><title><![CDATA[2 arrested in connection with thefts from commercial mailboxes in Davie]]></title><link>https://www.local10.com/news/local/2026/06/19/2-arrested-in-connection-with-thefts-from-commercial-mailboxes-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/2-arrested-in-connection-with-thefts-from-commercial-mailboxes-in-davie/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Two men were arrested Thursday in connection with the thefts of mail from several commercial mailbox clusters in Davie, authorities confirmed.]]></description><pubDate>Fri, 19 Jun 2026 13:04:55 +0000</pubDate><content:encoded><![CDATA[<p>Two men were arrested Thursday in connection with the thefts of mail from several commercial mailbox clusters in Davie, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/">Leer en español</a></p><p>Shon Sentelle Filsaime, 46, of Lauderdale Lakes; and Rashaad Aaria Sattar, 29, of Sunrise, face charges of burglary, grand theft and fraudulently trying to use another person’s ID without consent. Filsaime also faces a charge of driving with a suspended license.</p><p>According to Davie police, after being notified about the mail thefts, detectives spotted a black BMW the suspects were in heading to commercial mailbox clusters before the suspects opened them with U.S. Postal Service “arrow keys,” which are master keys used to open multiple mail receptacles. </p><p>Police said detectives followed the suspects with help from the Fort Lauderdale Police Department and Broward Sheriff’s Office Aviation Unit before they pulled the BMW over in Fort Lauderdale.</p><p>Filsaime and Sattar were both taken into custody after the traffic stop, and detectives said they found almost 400 pieces of mail with them, some of which contained debit and credit cards, U.S. Treasury checks and other banking documents.</p><p>Two USPS master keys were also recovered, authorities said. </p><p>According to police, both suspects have “extensive criminal histories, with one currently out on bond for a previous unrelated offense.” </p><p>Police remind the public to remain “vigilant and report suspicious persons or vehicles around your mailbox.” </p><p>“This will help to prevent this type of activity which has become increasingly popular,” the police department stated in a news release.</p><p>As of Friday morning, Filsaime and Sattar were both being held at the Broward County Main Jail. Online jail records show their bonds had not yet been set, pending a court hearing. </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/CN7O4C2NIBAH5I47PQUAQZIIWQ.jpg?auth=fe5a900b5c8c2eaf8a35d9d144231f1df8db82d1dde98550ea4727fa4407df5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a dos personas en relación con robos en buzones comerciales en Davie]]></title><link>https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Dos hombres fueron arrestados el jueves en relación con el robo de correspondencia de varios grupos de buzones comerciales en Davie, confirmaron las autoridades.]]></description><pubDate>Fri, 19 Jun 2026 13:35:07 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres fueron arrestados el jueves en relación con el robo de correspondencia de varios grupos de buzones comerciales en Davie, confirmaron las autoridades.</p><p>Shon Sentelle Filsaime, de 46 años, de Lauderdale Lakes, y Rashaad Aaria Sattar, de 29 años, de Sunrise, enfrentan cargos de robo a una propiedad, hurto mayor e intento fraudulento de utilizar la identificación de otra persona sin consentimiento. Filsaime también enfrenta un cargo por conducir con una licencia suspendida.</p><p>Según la Policía de Davie, después de ser notificados sobre los robos de correspondencia, los detectives observaron un BMW negro en el que viajaban los sospechosos dirigiéndose a grupos de buzones comerciales antes de que los sospechosos los abrieran con “arrow keys” del Servicio Postal de Estados Unidos (USPS), que son llaves maestras utilizadas para abrir múltiples receptáculos de correo.</p><p>La Policía indicó que los detectives siguieron a los sospechosos con la ayuda del Departamento de Policía de Fort Lauderdale y la Unidad de Aviación de la Oficina del Sheriff de Broward antes de detener el BMW en Fort Lauderdale.</p><p>Filsaime y Sattar fueron puestos bajo custodia tras la parada de tránsito, y los detectives dijeron que encontraron con ellos casi 400 piezas de correspondencia, algunas de las cuales contenían tarjetas de débito y crédito, cheques del Tesoro de Estados Unidos y otros documentos bancarios.</p><p>Las autoridades también recuperaron dos llaves maestras del USPS.</p><p>Según la Policía, ambos sospechosos tienen “amplios antecedentes criminales, y uno de ellos actualmente está en libertad bajo fianza por un delito previo no relacionado”.</p><p>La Policía recuerda al público que permanezca “vigilante y reporte a personas o vehículos sospechosos cerca de su buzón”.</p><p>“Esto ayudará a prevenir este tipo de actividad que se ha vuelto cada vez más popular”, indicó el departamento de Policía en un comunicado de prensa.</p><p>Hasta la mañana del viernes, Filsaime y Sattar permanecían detenidos en la cárcel principal del condado Broward. Los registros carcelarios en línea muestran que sus fianzas aún no habían sido fijadas, a la espera de una audiencia judicial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CN7O4C2NIBAH5I47PQUAQZIIWQ.jpg?auth=fe5a900b5c8c2eaf8a35d9d144231f1df8db82d1dde98550ea4727fa4407df5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Joaquin Niemann penalized for throwing club at US Open]]></title><link>https://www.local10.com/sports/2026/06/19/joaquin-niemann-penalized-for-throwing-club-at-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/joaquin-niemann-penalized-for-throwing-club-at-us-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Joaquin Niemann became the latest example of golf cracking down on bad behavior when the USGA penalized him two shots Friday for heaving his club while making a 9 — which turned into an 11 — late in the first round of the U.S. Open.]]></description><pubDate>Fri, 19 Jun 2026 20:00:29 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Joaquin Niemann became the latest example of golf cracking down on bad behavior when the USGA penalized him two shots Friday for heaving his club while making a 9 — which turned into an 11 — late in the first round of the U.S. Open.</p><p>Perhaps as spectacular as his meltdown was the recovery.</p><p>About a half-hour after being informed of the penalty, Niemann birdied five of the first six holes of his second round and shot 65 to easily get inside the cut line. He would be the first player in 97 years to make 10 or worse on a hole and still make the cut.</p><p>“All the frustration that came inside me and had my club in my hand, and I couldn’t resist to throw it away,” Niemann said. “There was no people, obviously. No one there. I’m not proud of it, but yeah, sometimes all the expectation of trying to play well and things doesn’t go your way, you get frustrated. And that was me there.”</p><p>And then the USGA made him an example, skipping the warning and going straight to a two-shot penalty — the third step is disqualification — for what it cited as serious misconduct.</p><p>The USGA cited Rule 1.2b on “Code of Conduct.” Among incidents that fall under this category are unacceptable language and abuse of clubs or the course.</p><p>While the rule has always been in place, the USGA and all the other golf organizations have met in recent years to develop consistent guidelines for a conduct policy, applied separately by each of the organizations at their tournaments.</p><p>The Masters used it for the first time in April when Sergio Garcia was issued a warning after a bad drive on the par-5 second hole in the final round. He slammed his club into the turf twice and swung his club at a table holding a green cooler. That left the head of his driver dangling from the shaft.</p><p>The PGA Championship also posted the policy in the locker room at Aronimink last month.</p><p>The frustration for Niemann was evident. He was at even par in the first round late Thursday afternoon when he hit two tee shots out of play down the right side of the sixth fairway. The fifth shot wasn't much better, in the clumpy grass short of the fairway.</p><p>Niemann said he saw ants near his bad lie in the sandy oil and asked if they were fire ants, which could be considered a dangerous situation making him entitled to a drop. That was rejected. He hacked it out to the fairway, and then his sand wedge came up just short of the green.</p><p>That's when the 27-year-old from Chile heaved his club.</p><p>The USGA policy for serious misconduct says if a player’s behavior (or that of his caddie) is “so far removed from what is expected in the spirit of the game of golf,” officials can assess a two-shot penalty or disqualify the player while considering “the frequency, impact, intent and severity of the misconduct.”</p><p>Niemann was informed of the penalty after he signed his card, and the two shots gave him a 78.</p><p>He had 37 minutes before his next tee time.</p><p>“I’m not someone that likes to be in that behavior. I’m the first one to judge myself when I don’t behave on the golf course. Yeah, that was a misbehave from my part,” Niemann said. “I felt a little bit extra penalized with the two-shot penalty, but I think it is what it is.”</p><p>He said he argued the penalty to no avail. Ultimately, it's a judgment call among the committee.</p><p>“It is what it is. I think I'm going to learn from it,” Niemann said. “It definitely helped me a little bit to have a better round today.”</p><p>The incident happened on Niemann's final hole Thursday evening of fog-delayed opening round. While video has not surfaced of the club throw, The Athletic spoke to a marshal on the sixth hole who said Niemann kicked the flag marking where his ball was in the rough, kicked the grass and reported that “it was a pretty impressive throw, actually.”</p><p>Tempers have long been part of golf, a most frustrating game. Rory McIlroy once heaved a 3-iron into the lake at Doral and last year flung an iron after a poor shot. Henrik Stenson and Erik van Rooyen are among those who have taken out their frustrations on tee markers.</p><p>Those typically result in fines by the tours.</p><p>But there has been a concerted effort in recent years to be more uniform with a conduct policy, and it has come into play twice in three majors this year.</p><p>Niemann, who left for LIV Golf after the 2022 season, won in South Korea last month for his eighth career victory in the rival league that began with Saudi Arabia funding but now faces an uncertain future with the Public Investment Fund no longer supporting it.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FOHC4G6A2457BL2252HZCIKERE.jpg?auth=d28a17af8caf7dc965873c8d95200d3206ff103c6ba5c100bcf40339e76b3c66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joaquin Niemann hits from the rough on the third hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Tuesday, June 16, 2026.(AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EWC27ERESBSREQBCYQBCS5S2LA.jpg?auth=7d22469de97f17156bc47f719b98bce1fcaadb3baee235346c14479ccd57fa39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joaquin Niemann gestures,on the third hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Tuesday, June 16, 2026.(AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Teen charged as adult in fatal Hollywood shooting]]></title><link>https://www.local10.com/news/local/2026/06/19/teen-charged-as-adult-in-fatal-hollywood-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/teen-charged-as-adult-in-fatal-hollywood-shooting/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 15-year-old boy has been charged as an adult in connection with a fatal shooting that occurred earlier this year in Hollywood.]]></description><pubDate>Fri, 19 Jun 2026 11:54:28 +0000</pubDate><content:encoded><![CDATA[<p>A 15-year-old boy has been charged as an adult in connection with a fatal shooting that occurred earlier this year in Hollywood.</p><p><a href="https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/">Leer en español</a></p><p>Online jail records show Gentle Edwards was transferred from juvenile detention to the Paul Rein Detention Facility in Pompano Beach on Thursday. </p><p>He is charged with first-degree murder and aggravated assault with a deadly weapon. </p><p>According to Hollywood police, Robin Bouza Jr., 17, was shot by Edwards shortly before 9:30 p.m. on April 22 in the 7300 block of Farragut Street. </p><p>Police said Bouza was pronounced dead at the scene.</p><p>Edwards surrendered to authorities at the Hollywood Police Department on May 28.</p><p>A motive for the shooting has not been released by investigators.</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/WC6IKVHIFZEPPBQ34O5EUZ5WWM.jpg?auth=46701f2d1bd37dcd58f678c0cb11e221236c912e93289f72319d964ca0367a7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan como adulto a adolescente por balacera mortal en Hollywood]]></title><link>https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un adolescente de 15 años ha sido acusado como adulto en relación con una balacera mortal que ocurrió a principios de este año en Hollywood.]]></description><pubDate>Fri, 19 Jun 2026 13:31:34 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente de 15 años ha sido acusado como adulto en relación con una balacera mortal que ocurrió a principios de este año en Hollywood.</p><p>Los registros carcelarios en línea muestran que Gentle Edwards fue transferido de un centro de detención juvenil al Centro de Detención Paul Rein en Pompano Beach el jueves.</p><p>Enfrenta cargos de asesinato en primer grado y agresión agravada con un arma mortal.</p><p>Según la Policía de Hollywood, Robin Bouza Jr., de 17 años, recibió un disparo de Edwards poco antes de las 9:30 p.m. del 22 de abril en la cuadra 7300 de Farragut Street.</p><p>La Policía indicó que Bouza fue declarado muerto en el lugar.</p><p>Edwards se entregó a las autoridades en el Departamento de Policía de Hollywood el 28 de mayo.</p><p>Los investigadores no han divulgado el motivo de la balacera.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WC6IKVHIFZEPPBQ34O5EUZ5WWM.jpg?auth=46701f2d1bd37dcd58f678c0cb11e221236c912e93289f72319d964ca0367a7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026 Group A: Mexico reaches Round of 32]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA announced Mexico’s national team is part of the World Cup’s Group A, and the team’s first matches will be on June 11, June 18, and June 24.   ]]></description><pubDate>Fri, 05 Dec 2025 18:27:58 +0000</pubDate><content:encoded><![CDATA[<p>Group A’s <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/mexico/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/mexico/team-news">Mexico</a> (15) secured a spot in the FIFA World Cup 2026 Round of 32. </p><p>The three other teams in Group A competing to move forward are <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/south-africa/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/south-africa/team-news">South Africa</a> (61), <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/korea-republic/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/korea-republic/team-news">South Korea</a> (22), and the <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/czechia/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/czechia/team-news">Czech Republic</a> (41).</p><figure><img src="https://www.local10.com/resizer/v2/W5TIHGTVZVCRJFTIKSW7B6C6LY.jpg?auth=5651613258f28940938b59f8d25779a4b580c6f2ee2a742364e9ec3989b92c81&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Next matches</b></p><p><b>June 24: </b>Day 3 of Group A matches</p><p>The Czech Republic plays against Mexico at 9 p.m. on June 24 in Mexico City. </p><p>South Africa plays against South Korea at 9 p.m. on June 24 in Monterrey.</p><h3><b>Group stage matches</b></h3><p><b>JUNE 18: DAY 2</b></p><p><b>Mexico gets 3 more points</b></p><figure><img src="https://www.local10.com/resizer/v2/BKCSW72NNUVH3MYCJ6ALLBMUNU.jpg?auth=3de4c0805fe28e0dfeab6ad0f1ca09de5a3acb49edd8298c8f9de52b97521485&smart=true&width=1200&height=900" alt="Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Silvia Izquierdo)" height="900" width="1200"/><figcaption>Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Silvia Izquierdo)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/">Mexico becomes first country to reach knockout stage of World Cup, beating South Korea 1-0</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=up5QJyUC5dY" target="_self" rel="" title="https://www.youtube.com/watch?v=up5QJyUC5dY">Mexico’s Luis Romo scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=VEngukL-g2I" target="_self" rel="" title="https://www.youtube.com/watch?v=VEngukL-g2I">Edson Álvarez’s save</a></li></ul><p><b>South Africa and Czech Republic each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/2YNE2WLYL2D4ISZ6AKJQO7MJI4.jpg?auth=c06f2fc864246c1ae902aedb186f0beb3d811d0fc4943c43feed4c1783f51329&smart=true&width=1200&height=900" alt="South Africa's Khuliso Mudau vies for the ball with Czechia's Jaroslav Zeleny, right, during the World Cup Group A soccer match between Czechia and South Africa in Atlanta, Thursday, June 18, 2026. (AP Photo/Mike Stewart)" height="900" width="1200"/><figcaption>South Africa's Khuliso Mudau vies for the ball with Czechia's Jaroslav Zeleny, right, during the World Cup Group A soccer match between Czechia and South Africa in Atlanta, Thursday, June 18, 2026. (AP Photo/Mike Stewart)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/south-africa-keeps-its-world-cup-hopes-alive-with-a-1-1-draw-against-the-czech-republic/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/south-africa-keeps-its-world-cup-hopes-alive-with-a-1-1-draw-against-the-czech-republic/">South Africa keeps its World Cup hopes alive with a 1-1 draw against the Czech Republic</a></li></ul><p><b>JUNE 11: DAY 1</b> </p><p><b>Mexico’s “El Tri” wins 2-0 against South Africa</b></p><figure><img src="https://www.local10.com/resizer/v2/CX5BLH376EOCWKJ5EE33QMDPLU.jpg?auth=84cbe78e803e2535c77a8a860a6d778ac67a0c46de638a4b0ca6e3d12cc6a7b4&smart=true&width=1200&height=900" alt="Mexico's Raul Jimenez celebrates after scoring his side's second 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)" height="900" width="1200"/><figcaption>Mexico's Raul Jimenez celebrates after scoring his side's second 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)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/">After-game analysis of the opening match</a></li><li><a href="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/">3 red cards mar opening World Cup match between Mexico and South Africa</a></li><li>Get a feel for celebrations <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/">in Wynwood</a> and <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/">in South Beach</a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=4gqo2dDE2_0" target="_self" rel="" title="https://www.youtube.com/watch?v=4gqo2dDE2_0">Goal by Julián Quiñones </a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=QIpZ1pad73w" target="_self" rel="" title="https://www.youtube.com/watch?v=QIpZ1pad73w">Goal by Raúl Jiménez</a></li><li><b>FIFA video</b>: <a href="https://www.youtube.com/watch?v=PmevGCkUtM8" target="_self" rel="" title="https://www.youtube.com/watch?v=PmevGCkUtM8">Game highlights </a></li><li><b>FIFA post-match video:</b> <a href="https://www.youtube.com/watch?v=O_z2niE9Kjk" target="_self" rel="" title="https://www.youtube.com/watch?v=O_z2niE9Kjk">Interviews of Mexican players in Spanish and South African players in English</a></li><li><b>FIFA post-match video: </b><a href="https://www.youtube.com/watch?v=YXe8V97XIVw" target="_self" rel="" title="https://www.youtube.com/watch?v=YXe8V97XIVw">Interview of Mexico’s Coach Javier Aguirre&nbsp;in Spanish</a></li></ul><p><b>South Korea wins 2-1 against Czech Republic</b></p><figure><img src="https://www.local10.com/resizer/v2/QUBZFCG42RCTMUAHLWBQOVSEAQ.jpg?auth=e16da8b1ab329985826dbe927917a0479fadf9f97786a570a0b94c4add8761d2&smart=true&width=1200&height=900" alt="South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)" height="900" width="1200"/><figcaption>South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/">After-game analysis of opening match</a> </li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=7fCxMXIxy4g" target="_self" rel="" title="https://www.youtube.com/watch?v=7fCxMXIxy4g">Goal by Oh Hyeon-gyu</a></li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=TQiyXa087gc" target="_self" rel="" title="https://www.youtube.com/watch?v=TQiyXa087gc">Goal by Hwang In-beom</a></li></ul><p> </p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVE3WR54A5AZDJJEWK4X6S5CL4.jpg?auth=b154101f8ee2d699dda664d85f5280a37c76d0a19f2ce2e67ae3f74c61697a3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA]]></media:description></media:content></item><item><title><![CDATA[Woman shot in leg while sitting in car in northeast Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/19/woman-shot-in-leg-while-sitting-in-car-in-northeast-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/woman-shot-in-leg-while-sitting-in-car-in-northeast-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman was shot in the leg Thursday night in northeast Miami-Dade after she got caught in the crossfire between several men who were firing shots at each other, authorities said.]]></description><pubDate>Fri, 19 Jun 2026 11:23:52 +0000</pubDate><content:encoded><![CDATA[<p>A woman was shot in the leg Thursday night in northeast Miami-Dade after she got caught in the crossfire between several men who were firing shots at each other, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the shooting was reported just after 10:15 p.m. near a corner store in the area of Northeast 117<sup>th</sup> Street and Second Avenue.</p><p>Detective Angel Rodriguez said deputies arrived at the scene and found the victim sitting in her vehicle with an apparent gunshot wound to her leg.</p><p>A Miami-Dade Fire Rescue crew responded to the scene and transported her to a local hospital in stable condition.</p><p>Rodriguez said detectives have determined that the victim was sitting in her car when shots were fired between several male suspects.</p><p>The victim’s car was struck by at least one of the rounds, and the bullet struck her in the leg, he said.</p><p>Rodriguez said they do not have any other information about the men who were shooting at each other.</p><p>Anyone with information about their identities is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Reportan a mujer herida de bala en una pierna mientras estaba sentada en un vehículo en el noreste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer recibió un disparo en una pierna el jueves por la noche en el noreste de Miami-Dade después de quedar atrapada en el fuego cruzado entre varios hombres que se disparaban entre sí, informaron las autoridades.]]></description><pubDate>Fri, 19 Jun 2026 13:28:09 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer recibió un disparo en una pierna el jueves por la noche en el noreste de Miami-Dade después de quedar atrapada en el fuego cruzado entre varios hombres que se disparaban entre sí, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade, la balacera fue reportada poco después de las 10:15 p.m. cerca de una tienda de la esquina en el área de Northeast 117th Street y Second Avenue.</p><p>El detective Angel Rodriguez dijo que los agentes llegaron al lugar y encontraron a la víctima sentada en su vehículo con una aparente herida de bala en una pierna.</p><p>Un equipo de Miami-Dade Fire Rescue respondió al lugar y la trasladó a un hospital local en condición estable.</p><p>Rodriguez dijo que los detectives han determinado que la víctima estaba sentada en su vehículo cuando varios sospechosos hombres intercambiaron disparos.</p><p>El vehículo de la víctima fue impactado por al menos uno de los proyectiles, y la bala la alcanzó en una pierna, dijo.</p><p>Rodriguez indicó que no tienen más información sobre los hombres que se disparaban entre sí.</p><p>Cualquier persona con información sobre sus identidades debe llamar a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Mexico becomes first country to reach knockout stage of World Cup, beating South Korea 1-0]]></title><link>https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — Mexico took advantage of a defensive blunder by South Korea to win 1-0 and become the first team to advance to the knockout stage of the World Cup on Thursday, sending fans onto the streets across the country to celebrate.]]></description><pubDate>Fri, 19 Jun 2026 05:43:32 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — Mexico took advantage of a defensive blunder by South Korea to win 1-0 and become the first team to advance to the knockout stage of the World Cup on Thursday, sending fans onto the streets across the country to celebrate.</p><p>It marks a major triumph for a team that failed to get out of the group stage in 2022 and now has won twice on home soil in front of jubilant crowds. Mexico players celebrated at midfield and waved to the fans who cheered and sang from the packed stands at Estadio Akron.</p><p>As soon as the final whistle blew, the mariachis began to sing at the Ángel of Independence in Mexico City while thousands of people walked in from all directions. Some streets in Guadalajara were filled with drivers honking horns and fans chanting and waving Mexican flags.</p><p>Luis Romo scored in the 50th minute after South Korea goalkeeper Kim Seung-gyu collided with defender Lee Gi-hyuk and dropped the ball inside the area. Romo easily found the open net after picking up the loose ball.</p><p>The South Koreans nearly equalized in the 87th minute when Mexico goalkeeper Raúl Rangel stopped a header from close range by Cho Gue-sung, then made an even better save of Yang Hyun-jun’s attempt on the rebound, extending his right arm to keep the ball from crossing the line.</p><p>“It was very quick, it was pure reaction,” Rangel said. “I couldn’t really tell you what I saw, because I remember the moment of impact with my teammate and me having the ball.”</p><p>Mexico clinches Group A</p><p>Mexico won Group A with six points in two matches, three more than South Korea and five more than the Czech Republic and South Africa, who drew 1-1 earlier Thursday in Atlanta.</p><p>The top two teams from each group move on to the knockout stage, along with the best eight third-place teams. A round of 32 is being played for the first time at the World Cup after the tournament was expanded to 48 teams.</p><p>“We’ve been doing very well,” Mexico coach Javier Aguirre said. “It wasn’t a great match, but I think that our opponent didn’t let us do too much. But we still were able to score, on that mistake, in addition to another two or three opportunities.”</p><p>Aguirre said it felt good for the players to guarantee their spot in the next round back in Mexico City.</p><p>“It relieves some of the pressure,” he said. “But not for me, for the players. They are euphoric, they are very happy.”</p><p>Mexico opened with a 2-0 win over South Africa, while South Korea rallied for a 2-1 victory over the Czechs.</p><p>Mexico closes group play on Wednesday against the Czech Republic in Mexico City, while South Korea takes on South Africa in Monterrey.</p><p>Mexico had never won a World Cup game on home soil outside Mexico City. Before 2026, all but one of its nine World Cup matches at home, spanning the 1970 and 1986 tournaments, had been played at Estadio Azteca, with five wins and three draws. When it played in Toluca in 1970, it lost 4-1 to Italy in the quarterfinals.</p><p>Thursday’s match got off to a lackluster start, with neither team creating significant scoring opportunities and both squads getting loudly booed after the halftime whistle.</p><p>Mexico, ranked 13th, was eliminated in the group stage four years ago in Qatar. That followed seven straight eliminations in the round of the 16.</p><p>South Korea star Son Heung-min had another disappointing game and was substituted out in the 57th.</p><p>Plaudits for Son</p><p>The 33-year-old Son is looking to become South Korea’s top goal scorer at the World Cup and the Asian player with the most goals in the tournament. The former Tottenham star, currently with Los Angeles FC, entered with three goals over three prior World Cups.</p><p>Kim kept Mexico from adding to the lead by coming up with a tough save off a close-range shot by Raúl Jiménez in the 75th.</p><p>The South Koreans pressed through the end but could not equalize.</p><p>South Korea, ranked 22nd, is making its 11th straight World Cup appearance and 12th overall, the most of any Asian country. Its best result was a fourth-place finish at the tournament it co-hosted with Japan in 2002. Since then, the South Koreans have never gone beyond the round of 16.</p><p>“The mistake that we made was unfortunate,” coach Hong Myung-bo said.</p><p>This time there were not many empty seats in Guadalajara, contrary to what happened in the earlier match between South Korea and the Czech Republic. FIFA had blamed fans standing in the concourses for the empty seats. Thursday’s crowd was announced at 45,522 for the 45,664-capacity stadium, which was hosting the national team for the first time.</p><p>Celebrations and protest</p><p>Fan zones across Mexico were packed ahead of the game. In the biggest one, in Mexico City’s Zócalo, chants of support for the national team, shouting “Olé!” with every pass, mingled with a homophobic chant — a one-word slur that literally means male prostitute in Spanish — that has previously led to sanctions against Mexico and could spur new punishments by FIFA.</p><p>There were peaceful protests in Guadalajara organized by the families of Mexico’s 130,000 missing people.</p><p>___</p><p>Associated Press writers Refugio Ruiz, Alexis Triboulard and Maria Verza contributed to this report.</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/I5NVYY7UR6K2GEASUKJXLPXSUU.jpg?auth=11d54ffcfbc8caad5ef50fe2595f7c69c7305af8ad2cf7ce3226d5a55e69935b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Luis Romo, third left, celebrates with his teammates after scoring g his team's first goal during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJZCBJIO57VCI6QZ3YJMYGJNE4.jpg?auth=56ece65a3fe1f1481d85e6997eec099b98b3a4cf77f7d3e63c458b626094b5f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico goalkeeper Raul Rangel (1) makes a save on the goal line during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 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/BKCSW72NNUVH3MYCJ6ALLBMUNU.jpg?auth=3de4c0805fe28e0dfeab6ad0f1ca09de5a3acb49edd8298c8f9de52b97521485&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 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/M4GLHQZLTN4KKXLUQSIGGRGCWI.jpg?auth=74345615f4d7126b227b88229f0a157be0f654050bf4bbdde73807a9c82f2eaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Raul Jimenez (9), center, vies for the ball with South Korea's Kim Min-jae (4) during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJVIMLU5VI3JCNDSY2KW7WRWOE.jpg?auth=bbb5278af542818d8f3101f81625f60f16510a22ff2d67f90f742247830c8f59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Luis Romo (7), left, scores the opening goal during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Jonathan David's hat trick propels Canada to its first World Cup win, 6-0 over Qatar]]></title><link>https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — While Canada made World Cup history against Qatar, its celebration was tempered by concern for an injured teammate.]]></description><pubDate>Fri, 19 Jun 2026 02:43:57 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — While Canada made World Cup history against Qatar, its celebration was tempered by concern for an injured teammate.</p><p>Jonathan David scored three goals and Canada won its first World Cup match while all but securing a spot in the knockout round with a 6-0 victory over Qatar on Thursday.</p><p>Qatar was reduced to nine players because of red cards in the chaotic match. Assim Madibo was handed a red early in the second half after a tackle on Ismaël Koné, who was stretchered off with a broken left leg. Homan Ahmed was sent off in the first half for a challenge on Tajon Buchanan.</p><p>With the outburst of scoring, Canada tripled its overall World Cup goal total. Cyle Larin scored in the Canadians’ opening draw against Bosnia-Herzegovina, and Alphonso Davies scored four years ago in a loss to Croatia in Qatar, where Canada also got on the board with an own goal by Morocco. The Canadians were shut out three times in the 1986 World Cup.</p><p>“No one will forget this, and no Canadian will forget this day,” said coach Jesse Marsch, who held up six fingers as he walked off the field. “It’s an incredibly seminal moment for everyone to understand that there’s talent in this country, that there’s mentality, that there’s desire, that there’s a lot of things that make this country special.”</p><p>And the supporters who packed BC Place were ecstatic.</p><p>“We’re soaking up history right here,” fan Matthias Kempe said.</p><p>Canadian Prime Minister Mark Carney was among the 52,497 fans in attendance after missing the game in Toronto last week because of the G7 summit in France. He sat with FIFA President Gianni Infantino.</p><p>“It was amazing. After every goal it got louder and louder,” David said. “It gave us motivation to get the next goal and the next goal.”</p><p>Canada’s triumph was marred by its anguish over Koné’s injury. Teammates surrounded him in concern after he was tackled from behind and crumpled to the pitch with his lower left leg bent at a gruesome-looking angle. Madibo was clearly distraught before he was ejected.</p><p>Koné was taken to a hospital, were he was preparing for surgery. His family was with him, said Marsch, who confirmed the player’s leg was broken.</p><p>Larin scored his second goal of the tournament on a rebound in the 16th minute. Qatar goalkeeper Mahmoud Abunada punched away David’s volley but it fell to Larin, who pointed to his ears in celebration as the red-clad crowd roared.</p><p>David doubled the lead with a right-footed volley in the 29th, for his first goal in the run of play in more than a year.</p><p>Ahmed was sent off with a red card in the 33rd. The official initially pointed to the penalty spot, but after video review Canada was given a free kick just outside the box and the initial yellow card handed to Ahmed was changed to red.</p><p>Canada made it 3-0 in first-half stoppage time when David scored in a scramble in front of the net off a shot that caromed off the crossbar. Qatari players stood with their hands on their hips in frustration while Canada celebrated.</p><p>Nathan Saliba, who came in as a substitute for Koné, scored on a free kick in the 64th to make it 4-0. Mohamed Manai deflected a shot past his goalkeeper for an own goal in the 75th.</p><p>David completed the hat trick in stoppage time, joining Argentina’s Lionel Messi as the only players with three goals in a match in this World Cup.</p><p>“It was a very tough match for many reasons. The players did their best. It was very difficult to face this match with two players less with this environment,” Qatar coach Julen Lopetegui said.</p><p>Qatar scored a stoppage-time goal to earn a surprising 1-1 draw with Group B favorite Switzerland in its opener. The Persian Gulf country is still looking for its first World Cup win after losing all of its group matches four years ago as the host.</p><p>Switzerland defeated Bosnia-Herzegovina 4-1 earlier in the day in Group B.</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/TD3Q7HAXLMQDIKBL4QEFSTLHWA.jpg?auth=cab4f2ea684693f177c37f11a244f1a254856e5611653ed5b91fd9a29c581b2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YFFCIWLFVKLPU2RENDEM5XZFWA.jpg?auth=ae3cf599722d255014437b5e9f087a4c2f28b660b014d51de1a59210c3e4b827&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Jonathan David, third from left, becomes emotional after Ismael Kone sustained an injury and was taken off the field during the World Cup Group B soccer match against Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KBFECD5RACTPSCSJCVA2N4IQU.jpg?auth=74c0cd74c63c0b4feb0a0586c7772d80fd85b2aa00b0af9722c72effed7ced1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Qatar's Mohamed Manai (26) reacts after Canada's Ismael Kone (8) was injured on a dangerous play during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Kaleb Tatum)]]></media:description><media:credit role="author" scheme="urn:ebu">Kaleb Tatum</media:credit></media:content></item><item><title><![CDATA[Switzerland coach uses hydration break to spark late goal barrage in 4-1 World Cup win over Bosnia]]></title><link>https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Some teams at this year's World Cup have blamed FIFA's new hydration breaks for killing momentum.]]></description><pubDate>Thu, 18 Jun 2026 23:22:44 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Some teams at this year’s World Cup have blamed FIFA’s new hydration breaks for killing momentum.</p><p>Switzerland used the break to seize it.</p><p>Coach Murat Yakin said he timed a triple substitution of speedy players for the second-half pause Thursday, betting that plucky Bosnia-Herzegovina couldn’t handle an abrupt change of pace in what had been a nervy, scoreless match.</p><p>Johan Manzambi and Rubén Vargas made their coach look awfully clever while they led a spectacular barrage of goals that put the Swiss in control of the game and atop their group.</p><p>Manzambi scored his first World Cup goal on an outstanding volley in the 74th minute, and Switzerland erupted late for a 4-1 victory over Bosnia.</p><p>Despite controlling possession deep into the second half, Switzerland couldn’t break through against the Dragons until Yakin used the FIFA-mandated pause to turbo-charge its attack with the 20-year-old Manzambi and the dynamic Vargas. Both substitutes immediately altered the tempo, and both played roles in multiple goals while Bosnia went down to 10 men.</p><p>“It was very important that after the second hydration break, we would change a few things, because then the opponent can’t react immediately,” Yakin said through an interpreter. “Maybe that was the edge we had. We brought in very fast players, and our opponent couldn’t run (with them), and it opened up gaps on the edge. That was my strategy. I waited until the break.”</p><p>Vargas scored in the 84th minute shortly after Tarik Muharemovic was sent off for a dangerous tackle. Manzambi scored again in the 90th on a pass from Vargas, and captain Granit Xhaka converted from the penalty spot with the final kick of the game in stoppage time.</p><p>Switzerland opened the World Cup with a disappointing 1-1 draw with Qatar last week, stoking concern about the team’s mental state. The Swiss then struggled to get loose from the Dragons, who were unbeaten in their last nine competitive matches.</p><p>Backed by tens of thousands of raucous fans in the Los Angeles area, Bosnia capably hung with Switzerland into the second half — until the hydration break led to a moment of brilliance from Manzambi, a 20-year-old Geneva native who plays for German club Freiburg.</p><p>“This is probably the best moment of my career so far,” Manzambi said. “We knew we didn’t start the match in the best way, but we had to be patient. We know we’re a good team, and we showed it.”</p><p>Three minutes after Manzambi replaced standout winger Dan Ndoye, he jumped and connected perfectly on Amar Memic’s attempted clearing header. The volley set off a wild celebration in the nervous Swiss sections of SoFi Stadium.</p><p>“He’s a boy who learned how to play football on the streets, but on defense he also has a lot of discipline,” Yakin said. “He still needs to learn how to be more structured, but we are making progress. We try to give him a lot of freedom to play, and he handles it very well.”</p><p>Substitute Ermin Mahmic scored in second-half injury time for Bosnia, which still has a legitimate chance of reaching the knockout stage of only its second World Cup. Mahmic’s vicious goal in traffic salvaged some good feeling before a decisive showdown with Qatar next week.</p><p>“Maybe our start wasn’t that good, but from (first) cooling break until the goal, we were the better team,” Bosnia coach Sergej Barbarez said. “We had two or three excellent chances which should have ended in a goal. ... This is the first match we’ve lost in a while, and it is hurtful. It’s quite painful, but we know that if we win the next game, we have an excellent chance of going forward in the tournament.”</p><p>Four minutes after Muharemovic was sent off for taking down striker Breel Embolo one step outside the penalty area, Embolo got the ball from Manzambi and slipped a pass across the front to Vargas for a no-doubt goal.</p><p>Xhaka then found Vargas in deep for another pass to Manzambi, who finished with aplomb.</p><p>Captain Edin Dzeko started and played 63 minutes for Bosnia, becoming the fourth outfield player to start at a World Cup in his 40s — a group joined by Luka Modric and Cristiano Ronaldo on Wednesday. Barbarez said Dzeko didn’t play in the World Cup opener last week because he wasn’t fully fit.</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/263ZFNC3ILFIA6Z4VMYR7ZUXKE.jpg?auth=0c21c6ba0727c77c3c178a1d77eccd491424d97506407560c746284688434c36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Johan Manzambi, left, celebrates with teammates after scoring the opening goal against Bosnia during the World Cup Group B soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5G6MLO75NTVIHSQ3JPHWQG3T2E.jpg?auth=102240f38922ea4cc70003b3d046e979a9c269cdf9512309342c7aab6f1b2796&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Dan Ndoye (11) attemps an overhead kick during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif, near Los Angeles, Thursday, June 18, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IKACUZZ6HOTRHEYE3GCK2QMI4.jpg?auth=75943ad98e9369be37f9a0d9845e91546777f056e950420cde723368d1f52ae1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Dan Ndoye (11) battles for the ball with Bosnia's Amar Dedic (7), right, during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif, near Los Angeles, Thursday, June 18, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/25OUKPT7MKIKAOQ3D7PUZEM7WM.jpg?auth=fc7ee21f8685bb1133db9ed64f003e3ae801c639a30116713eb26b667a33a788&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bosnia goalkeeper Nikola Vasilj, right, clears the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 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/FAXMHPNLDEE5H74PCFXG5ISO5Y.jpg?auth=3919e2a7cd0427a7fc068570a559a21a574f7f1d9bb5a0ef5c48d0b77b29e356&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Friction between Trump and Republican senators is growing before the pivotal midterm elections]]></title><link>https://www.local10.com/news/politics/2026/06/19/friction-between-trump-and-republican-senators-is-growing-before-the-pivotal-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/friction-between-trump-and-republican-senators-is-growing-before-the-pivotal-midterm-elections/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The relationship between President Donald Trump and Senate Republicans neared a breaking point this week as he upended their efforts to speedily confirm one of his own nominees and said he would not sign the renewal of a key surveillance law unless they agree to new terms.]]></description><pubDate>Fri, 19 Jun 2026 19:15:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The relationship between President Donald Trump and Senate Republicans neared a breaking point this week as he upended their efforts to speedily confirm one of his own nominees and said he would not sign the renewal of a key surveillance law unless they agree to new terms.</p><p>Trump’s overnight social media post Wednesday that he was delaying Jay Clayton’s nomination to become national intelligence director, just hours before the U.S. attorney's confirmation hearing, further strained relations between the Senate and White House that have been worsening for weeks. Later that day, some Republican senators who have been hesitant to challenge the president directly on the Iran war were blunt in their criticism of his deal to end it.</p><p>“This is the worst foreign policy blunder in decades,” Sen. Bill Cassidy, R-La., said in a post on X.</p><p>The open tensions are an almost complete reversal from a year ago when Senate Republicans worked closely with Trump on a complicated effort to push through his massive package of spending and tax cuts.</p><p>At the time, criticism of the president was almost nonexistent among Republicans on Capitol Hill, and they planned to highlight passage of that bill in the midterms. But as the November election draws closer and Republicans are trying to defend their majorities, Trump is instead needling Congress with his demands and reversals, driving several Republican senators to disparage his actions publicly for the first time.</p><p>“I think somebody’s not dialing the president into the complexities of what he’s done here,” Sen. Thom Tillis, R-N.C., said Wednesday after Clayton’s confirmation was postponed. “I mean, my God.”</p><p>The slow unraveling of what once seemed like an airtight alliance between the executive and legislative branches in a Republican-led Washington extends to their policy priorities.</p><p>Trump appears to have lost interest in most of the GOP agenda and has become almost singularly focused on his voting legislation to require proof of citizenship, which has almost no chance of passing. At the same time, he has asked members of Congress to fund parts of his White House ballroom project, allow a temporary intelligence director that none of them like and cede their powers on the Iran war.</p><p>The growing rift has brought much of the Senate’s business to a halt and put Republicans who are up for reelection this year on the defensive. It has also put pressure on Senate Majority Leader John Thune, who has been up-front with Trump about what he can and cannot do in the Senate.</p><p>Trump pressures Thune on voting bill</p><p>Trump has pressured Thune relentlessly to scrap the filibuster and pass the strict proof-of-citizenship legislation, called the SAVE America Act. Thune, R-S.D., has told Trump publicly and privately that the votes are not there for either step. Still, Trump has kept up the push.</p><p>In a social media post Thursday, Trump said he would be “the last Republican president” if the voting bill does not pass.</p><p>“Senate Majority Leader John Thune, and the Republican Senate, must not let this ‘carnage’ happen,” Trump said. “They will go down on the wrong side of History, as will all Republicans who just stood by and watched.”</p><p>Nonetheless, Trump has yet to go after the well-liked Republican leader on a personal basis, as he often did with Thune's predecessor, Sen. Mitch McConnell, R-Ky.. Trump once called McConnell a “ dour, sullen, and unsmiling political hack.”</p><p>Trump and Thune talk frequently, even as Thune is sometimes giving the president news he does not want to hear. As Trump pushed for the voting bill, Thune scheduled weeks of floor time to consider it, an effort to make clear that the Senate was supportive, even if the votes are lacking.</p><p>Missouri Sen. Eric Schmitt, one of the president’s closest allies in the Senate, said he has never heard Trump say anything negative about Thune.</p><p>“It’s a difficult position,” Schmitt said of Thune’s role in the Senate. “I think they have a good working relationship.”</p><p>One of Thune's closest allies, Republican Sen. Mike Rounds of South Dakota, said the even-keeled leader is the “right person at the right time.”</p><p>“In the Capitol today, he is the stable force,” Rounds said. “In Washington, D.C., today, he is the stable force.”</p><p>No signs of revolt among Senate GOP</p><p>There were no signs of a revolt within the GOP conference, for now, despite Trump's pressure.</p><p>Thune “has managed it better than anyone else could manage it,” said Cassidy, who has become a more frequent Trump critic since a primary loss to a Trump-backed challenger.</p><p>Criticism of Trump has at times surfaced even among his closest Senate allies, especially with his proposed $1.776 billion settlement fund for his political allies and his pick for acting intelligence director, Bill Pulte, who has no known intelligence experience.</p><p>But the rift with Trump has also stoked some new internal tensions.</p><p>Several Republican senators criticized Sen. Mike Lee, R-Utah, who has waged an online campaign to eliminate the filibuster and pass the SAVE America Act, in a private conference lunch this week for stoking dissension within the party in an election year.</p><p>Unbowed, Lee has kept up his social media campaign, including a post Friday on X in which he said that giving up because Republicans lack the votes is a “recipe for failure.”</p><p>Texas Sen. John Cornyn, one of those who spoke out at the meeting, replied that it is Lee’s job to find the votes, “if you can.”</p><p>“Can’t just complain about others,” Cornyn posted. “Prove us wrong.”</p><p>Trump's dwindling number of allies</p><p>Some Senate Republicans have made clear they have no plans to separate themselves from Trump.</p><p>As several of his colleagues criticized Trump’s agreement with Iran this week, first-term Sen. Bernie Moreno, R-Ohio, aggressively defended it on social media.</p><p>“Let’s get the Nobel Peace Prize ready!” Moreno posted on X.</p><p>But Trump has far fewer of those Senate allies than he did when they narrowly passed the tax and spending cuts legislation a year ago. That is in part because he has picked off some of the most loyal Republican votes himself.</p><p>Both Cassidy and Cornyn lost in primaries last month after Trump endorsed their opponents. Tillis announced he was not running for reelection last year after Trump repeatedly criticized him on social media.</p><p>Now all three have become frequent critics.</p><p>Shortly after his election loss, Cornyn posted on social media a fable about a frog and a scorpion. The scorpion asks the frog to carry it across a river, according to the fable, and then stings the frog in the middle of the river, “dooming them both.”</p><p>“The dying frog asks the scorpion why it stung despite knowing the consequence,” Cornyn’s post read. “To which the scorpion replies: ‘I am sorry, but I couldn’t help myself. It’s my character.’”</p><p>___</p><p>Associated Press writer Kevin Freking contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CK5WEGX5HML6LIKR7E34HBBCXU.jpg?auth=ff0c3d17325724f5e9eebd4f5f08b591ee12a15c2a25d4ddafb521012d832d79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., leaves the chamber, at the Capitol in Washington, Thursday, June 18, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YDI7SLMEZXI5RDHZVK3A5AWPME.jpg?auth=a0675c0b497e82f0067ca60dc08839b10e7d5ccd5c1a1c3b058fb9e45481f566&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bill Cassidy, R-La., heads to a closed-door Republican policy meeting at the Capitol in Washington, Tuesday, June 16, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPHZ2BVXTAAJJOMFICIGUGKHEM.jpg?auth=8e5f1ea6050c8c703db96149576971dd90f081d6281586c27a3eff6bf88a9751&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thom Tillis, R-N.C., speaks with reporters before a Republican lunch at the Capitol in Washington, Tuesday, June 16, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKTQT2BKP4S4G6HO7JAG3RCFTU.jpg?auth=4046aeb1be9c9185836642232b074579ad7b06bc9df97b8c4ba1e189f610120d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a Medal of Honor ceremony in the East Room of 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[World Cup ticket buyers are left stranded as resale purchases fall through]]></title><link>https://www.local10.com/tech/2026/06/19/fans-are-fuming-after-world-cup-tickets-they-bought-through-resale-sites-fall-through/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/19/fans-are-fuming-after-world-cup-tickets-they-bought-through-resale-sites-fall-through/</guid><dc:creator><![CDATA[By R.J. RICO and EMILIE MEGNIEN, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Bina Ramroop broke down in tears when she realized she wasn't going to get the World Cup tickets she had bought for her grandson's 13th birthday.]]></description><pubDate>Fri, 19 Jun 2026 11:48:54 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Bina Ramroop broke down in tears when she realized she wasn’t going to get the World Cup tickets she had bought for her grandson’s 13th birthday.</p><p>As thousands poured into Atlanta Stadium on Monday to see Spain face Cape Verde in what turned out to be a remarkable scoreless draw, Ramroop stood outside, increasingly stressed as she went back and forth for hours between StubHub representatives on the phone and FIFA representatives in the ticket booth. Each blamed the other.</p><p>No one could figure out why the tickets Ramroop bought months ago on StubHub for $485 apiece couldn’t be transferred from the original seller to the FIFA ticketing app. StubHub offered her a refund and, as Ramroop heard the crowd roar for the start of the match, she knew she had no choice but to give up and take the offer.</p><p>“I didn’t want a refund, I didn’t want my money back,” Ramroop said. “I wanted to go to the game.”</p><p>The World Cup has delivered thrills on the pitch, but fans have flooded social media with complaints about tickets that never arrived, orders that were canceled at the last minute and hours they spent trying to sort out problems between FIFA’s ticketing system and outside resale platforms. The vast majority seem to be about industry titan StubHub, but people who bought through competitors such as SeatGeek and Vivid Seats have also reported issues. Interviews with fans and industry experts show that some cases stem from technical glitches in the transfer process, while others could involve sellers who never had tickets to deliver in the first place, though StubHub denies such sales happen on its platform.</p><p>A grandmother’s disappointment</p><p>FIFA has urged fans to buy resale tickets through its own marketplace, where it slaps a 30% surcharge on every resold ticket — 15% each from the buyer and seller. But many fans bought through other resale sites, either out of habit or because those sites have lower prices or are easier to navigate.</p><p>Ramroop didn’t realize she was taking a risk when she bought through StubHub, which she had used in the past without issues.</p><p>As she and her grandson Elijah Gomes took the long, lonely train ride back to the Atlanta suburbs, Elijah followed the score on his phone. The match had ended scoreless, and he tried to cheer up his devastated grandmother by telling her they hadn’t missed much after all (Cape Verdeans would beg to differ ).</p><p>“He’s telling me, ‘Grandma, it’s OK, Grandma.’ And he’s trying to console me,” Ramroop said the next day.</p><p>She was hardly alone. An Associated Press journalist witnessed more than a dozen frustrated fans at the match who said they were stuck in similar situations.</p><p>StubHub blamed FIFA for the transfer problems that buyers like Ramroop have experienced. In a statement, it said FIFA has “poor technology infrastructure,” enacted last-minute transfer restrictions and didn’t launch its new ticketing app until a few weeks before the tournament. The company also called out organizers that “take anti-competitive actions” that limit where fans can buy and sell tickets.</p><p>Asked about the technical issues, FIFA on Wednesday reiterated that sales through its official site are guaranteed to go through.</p><p>An industry’s longstanding problem</p><p>Industry observers say the problems appear to stem from more than one cause. For some, it may indeed be technical glitches — an issue that StubHub says is “very, very rare” and one that it is hard at work to solve. For others, they say it’s likely a more longstanding scourge: speculative sellers.</p><p>Scott Friedman, an industry veteran and co-founder of a consultancy called the Ticket Talk Network, said some sellers list tickets before they actually have them, betting that prices will fall closer to the event so they can buy the tickets at a better price later. But because World Cup ticket prices have surged since the tournament began, those sellers have been forced to either buy expensive tickets to fulfill their orders or cancel and accept penalties from resale platforms. StubHub’s penalties are typically 200% of the ticket price, Friedman said.</p><p>“This is not new at all,” said Friedman, pointing to other high-profile events where frustrated fans were left empty-handed, including Taylor Swift’s Eras tour. “This has been going on, but it’s making global news because it’s the World Cup.”</p><p>StubHub says it requires sellers to prove they have tickets before they list them.</p><p>But regardless of the reason for the canceled sales, Friedman said “StubHub should fill every single order to make sure fans get in the biggest global sporting event that happens every four years.”</p><p>That’s what many fans say they expected when they purchased through StubHub.</p><p>StubHub’s FanProtect Guarantee promises replacement tickets or a refund if tickets fail to arrive. But the policy repeatedly says those remedies are provided at StubHub’s “sole discretion,” meaning the company can choose a refund instead of securing replacement seats.</p><p>“That is pretty explicit language,” said Michael McCann, a sports law expert at the University of New Hampshire. McCann noted that a buyer could try to challenge the language under state consumer protection laws, but it would be an uphill battle.</p><p>A father’s regrets</p><p>Pape Ndaw is crestfallen that the high school graduation gift he got for his son — tickets for them to see the Netherlands and Japan near their home city of Dallas — never arrived.</p><p>He bought the tickets for about $550 apiece in December. Then, two days before the June 14 match, he received an email from StubHub telling him, “The seller can’t deliver your original tickets.”</p><p>Ndaw accepted store credit rather than a refund, thinking he would use the funds to quickly get replacements, only to then realize that the cheapest last-minute tickets were going for more than $1,500 each. Not only were they not going to get to go to the game, but Ndaw said StubHub rejected his belated request for a refund instead of store credit.</p><p>Breaking the news to his soccer-obsessed son was brutal, Ndaw said.</p><p>“It was a disastrous thing,” he said. “He had told all his friends that he was going to that game. He literally cried. I mean, he is a 17-year-old kid, but he cried.”</p><p>A family’s attempt to make the best of it</p><p>Others fared somewhat better.</p><p>Patrick O’Neil of Pittsboro, North Carolina, traveled to Atlanta with his wife, son and relatives after purchasing five tickets through StubHub for the Spain-Cape Verde match. Two tickets transferred successfully, but three never arrived.</p><p>O’Neil’s 15-year-old son and his uncle ended up using the two tickets, while O’Neil, his wife and another relative watched from a nearby bar.</p><p>After local media caught wind of their ordeal, O’Neil said StubHub contacted the family and offered tickets to another game. Since the family had already bought tickets to one, though, he and his wife asked the company to instead give the seats to local nonprofit Soccer in the Streets so they could go to people who otherwise might not be able to attend a match.</p><p>“StubHub is not evil, but they’re part of the whole system that makes it really hard for just normal kids and people who might want to see a match get to go,” O’Neil said.</p><p>On Thursday, a StubHub representative confirmed to the AP that the company would honor the O’Neils’ request and send tickets to the nonprofit.</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/OVHAYAP22O3IMRJ5XLUEL3WSE4.jpg?auth=99c143991c2721efcd500f06820bec997966d9c0541e344457fb917b3901cc02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bina Ramroop holds proof of the ticket she bought through StubHub for the World Cup Group H soccer match between Spain and Cape Verde in Atlanta on Monday, June 15, 2026. (AP Photo/Emilie Megnien)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilie Megnien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4VKDVMP5W2YT57XCTG3L5NWTME.jpg?auth=0e58d7fb72c9cd45a948d08021c079ec27cbd4187b4fa28ef500514308fd51dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick O'Neil, his wife, Gina Difino, right, and their 15-year-old son, Aidan, attend the World Cup Group A soccer match between Czechia and South Africa in Atlanta on Thursday, June 18, 2026. (AP Photo/R.J. Rico)]]></media:description><media:credit role="author" scheme="urn:ebu">R.J. Rico</media:credit></media:content></item><item><title><![CDATA[Balotaje presidencial en Colombia: cuáles son las propuestas clave de Cepeda y De la Espriella]]></title><link>https://www.local10.com/espanol/2026/06/19/balotaje-presidencial-en-colombia-cuales-son-las-propuestas-clave-de-cepeda-y-de-la-espriella/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/balotaje-presidencial-en-colombia-cuales-son-las-propuestas-clave-de-cepeda-y-de-la-espriella/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Colombia elegirá a su próximo presidente en el balotaje del domingo entre el progresista Iván Cepeda y el conservador Abelardo de la Espriella, quienes tienen propuestas opuestas sobre cómo gobernar un país con retos financieros, sociales y de seguridad.]]></description><pubDate>Fri, 19 Jun 2026 14:36:01 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Colombia elegirá a su próximo presidente en el balotaje del domingo entre el progresista Iván Cepeda y el conservador Abelardo de la Espriella, quienes tienen propuestas opuestas sobre cómo gobernar un país con retos financieros, sociales y de seguridad.</p><p>El senador Cepeda promete profundizar la agenda del actual gobierno progresista de Gustavo Petro, su aliado político y quien no se puede reelegir, para continuar con el “cambio” en favor de los más vulnerables alegando que la oposición no le permitió ejecutar todos sus proyectos durante su mandato. También ha anticipado que continuará buscando salidas negociadas al conflicto armado interno.</p><p>Mientras De la Espriella, apoyado por el presidente estadounidense Donald Trump, promete un giro total respecto de la actual administración. El abogado centra su programa en una estrategia de mano dura contra el narcotráfico y los grupos armados ilegales con los que aún lidia Colombia, pese a que hace una década firmó un histórico acuerdo de paz con la guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC).</p><p>A continuación las propuestas clave de ambos candidatos.</p><p>Seguridad y diálogos de paz</p><p>Cepeda, quien ha sido facilitador en varios diálogos de paz con armados, no descarta continuar con los diálogos pese a que la política de Petro ha sido cuestionada por no lograr su objetivo de desarmar a los ilegales. Sin embargo, ha dicho que lo haría con condiciones, como el respeto de la población civil, y que no permitirá que los diálogos sean utilizados por los ilegales para su fortalecimiento militar —una de las principales críticas a Petro— asegurando que fortalecerá a la fuerza pública en capacidad e inteligencia.</p><p>De la Espriella, por su parte, acabaría de tajo con los esfuerzos de diálogo y se dedicaría a combatirlos con “la fuerza de las armas”, aumentando la capacidad militar con tecnología. Ha prometido construir “mega cárceles”, inspiradas en las del presidente salvadoreño Nayib Bukele, con quien simpatiza.</p><p>Narcotráfico</p><p>Así como Petro, Cepeda insiste en que la “guerra contra las drogas fracasó” bajo el modelo prohibicionista, por lo que plantea promover ante el Congreso regulaciones para el cannabis, la amapola y la hoja de coca, “superando enfoques que las han equiparado" con la cocaína y la heroína. También continuaría priorizando que las familias con cultivos ilícitos transiten voluntariamente hacia economías legales, evitando una vía punitiva en su contra.</p><p>De la Espriella asegura que no va a permitir que salga más cocaína de Colombia y quiere fumigar con herbicidas biológicos los plantíos de hoja de coca. Además, adhiere a la política antidrogas de Trump, incluyendo los bombardeos a embarcaciones que presuntamente trafican drogas. “Lancha que salga cargada de droga voy a dar la orden de que la hundan con la gente que vaya adentro”, dijo De la Espriella a The Associated Press.</p><p>Economía</p><p>El próximo gobierno encontrará problemas fiscales. En 2025 el déficit primario —el desequilibrio entre ingresos y gastos—- fue de 3,5% del Producto Interno Bruto, el más alto de los últimos 30 años a excepción de periodos de crisis como la pandemia, según el Comité Autónomo de la Regla Fiscal, un organismo técnico adscrito al Ministerio de Hacienda.</p><p>De la Espriella busca un ajuste fiscal que reduzca el tamaño del Estado hasta en una cuarta parte y promete construir una “patria milagro” haciendo crecer la economía al 7% en su eventual gobierno. En 2025 el PIB creció 2,6%. Su propuesta se centra en disminuir las cargas tributarias a las empresas y simplificar las regulaciones para estimular la inversión y la economía. Está a favor de avanzar en el fracking, una técnica de extracción de petróleo y gas de rocas profundas muy criticada por ambientalistas.</p><p>Cepeda buscará disminuir las brechas de desigualdad con programas sociales en un país en el que la pobreza alcanza al 28% de la población, según el último dato oficial disponible para 2025, el más bajo desde 2012.</p><p>Culpa al modelo neoliberal de profundizar las desigualdades por lo que buscaría superarlo dejando atrás el extractivismo —una política de transición energética iniciada por Petro—, la precarización laboral y la concentración de riqueza. Asegura que, a través de un acuerdo con sectores sociales y económicos, revisará el sistema tributario para aumentar impuestos a los grandes patrimonios. Petro intentó sumar impuestos, pero el Congreso rechazó dos de sus reformas fiscales.</p><p>Relaciones internacionales</p><p>Petro ha tenido una relación tensa con el gobierno estadounidense desde la vuelta al poder de Trump por diferencias en temas de migración, seguridad regional y lucha antinarcóticos. Cepeda ha dicho que mantendrá las relaciones con Estados Unidos, el principal socio comercial de Colombia, mientras defiende la soberanía y prioriza la cooperación con África y Asia.</p><p>De la Espriella, con nacionalidad estadounidense y miembro del Partido Republicano, promete afianzar las relaciones bilaterales con Estados Unidos, especialmente luego de que Trump le diera su apoyo político. El candidato asegura que “comparten valores fundamentales de libertad, democracia y respeto por la ley” y trabajar por “la prosperidad de nuestro continente”.</p><p>Cepeda cuestionó la captura de Nicolás Maduro en un operativo estadounidense y ha defendido mantener las relaciones bilaterales con Venezuela, mientras que De la Espriella celebró la operación militar y ha dicho que su relación con Venezuela se canalizará a través del gobierno estadounidense.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PPBGZCWZSWHM3YOJCES7EGSF5A.jpg?auth=237da48e1e42910668b3fd6f26a895ad7cfe7850d8066639684ec9ebf3b611ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial de la coalición Pacto Histórico, Iván Cepeda, se dirige a sus seguidores en un mitin de campaña en Bogotá, Colombia, el sábado 13 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/KUNS6RLZHBPDVG7NTM2INBVTLI.jpg?auth=653fc5058e1ab758568b5e8300713f6a787fd4efad60b5f9fc6e54fe84e1c4e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Abelardo de la Espriella se dirige a sus seguidores desde el interior de una cabina blindada, durante su mitin de campaña en Buga, Colombia, el domingo 14 de junio de 2026. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[Black bank card program to steer cash payments to single mothers in government housing]]></title><link>https://www.local10.com/business/2026/06/19/black-bank-card-program-to-steer-cash-payments-to-single-mothers-in-government-housing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/19/black-bank-card-program-to-steer-cash-payments-to-single-mothers-in-government-housing/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[One of the few Black-owned banks in the United States is introducing a debit card aimed at helping single mothers who live in government-subsidized housing escape poverty.]]></description><pubDate>Fri, 19 Jun 2026 14:58:58 +0000</pubDate><content:encoded><![CDATA[<p>One of the few Black-owned banks in the United States is introducing a debit card aimed at helping single mothers who live in government-subsidized housing escape poverty.</p><p>The Bank King Card debit card will be offered beginning Friday in honor of Juneteenth by Redemption Bank, which will make a donation from every account opened to nonprofits that will steer the funding to needy families.</p><p>“Bank King Card represents a new regenerative banking model that starts with investing in mothers who are a few hopeful dollars away from breaking out of poverty, and opening up America’s vaults of opportunity that have been closed to too many for too long,” Redemption Holding Co. chair and Chief Executive Ashley Bell said.</p><p>A 2026 report by the Urban Institute and the Jeremiah Program says households led by single mothers experience widespread economic and caregiving hardship.</p><p>Redemption Bank, based in Holladay, Utah, says it intends to make fixed-amount donations based on new Bank King Card account openings. The amount will be determined annually by the bank’s board of directors and will not be based on the amount of card purchases, according to Redemption Bank.</p><p>Nonprofits that provide direct-cash services would apply for grants through a foundation developed to make sure the money gets to those who need it most.</p><p>“What we’ve seen is these guaranteed income programs have been a jolt out of poverty for women around the country, including many women of color,” Bell said.</p><p>Every dollar helps</p><p>Money given directly to needy mothers and children is overwhelmingly spent to cover necessary goods or services, according to Chastity Lord, president and chief executive of the Jeremiah Program, which works to improve economic mobility for single mothers.</p><p>But it also does so much more, she said.</p><p>“It provides dignity,” Lord continued. “It ensures summer learning, not leaving kids at home. It increases nutrition. It allows the mom to make powerful decisions that benefit their children and their families instead of making decisions to just get by.”</p><p>A pilot program through the Ohio Mother's Trust funneled $500 each month for a year to 32 single mothers in the Columbus, Ohio, area.</p><p>For Juanita Amakor of Columbus, the cash she received through the Ohio Mother's Trust allowed her to catch up on bills and pay rent.</p><p>“It's the breathing room it gives you, knowing there is something extra coming in. It relieves a lot of anxiety,” said Amakor, 36, who has a 7-year-old daughter. “This help goes a long way, even if it was for something as little as being able to take my child to the grocery store, to the clothing store.”</p><p>In Michigan, Rx Kids gives women a one-time allocation of $1,500 during pregnancy, followed by $500 per month throughout the child’s first months. The $1,500 can be used on food, prenatal care, rent, cribs or other needs. The $500 monthly stipend can be spent on formula, diapers or childcare.</p><p>Kinea Wright and her family received funding through the Rx Kids program in Flint. It helped with some bills, diapers for her newborn daughter and other needs, especially after her husband was injured in a forklift accident.</p><p>“Initially, (the money) was put up for a rainy day,” said Wright, 46. “I didn't know the rainy day would come sooner than we thought. It was a blessing in disguise.”</p><p>Juneteenth connection</p><p>A year ago, Redemption Holding Co. completed its acquisition of Utah-based Holladay Bank & Trust, making it the first time a bank has been owned by a Black-led investment group in the Western U.S.</p><p>At the time, Redemption Bank had roughly $65 million in assets. It primarily focuses on commercial lending and small business loans. Bernice A. King, the youngest child of the Rev. Martin Luther King Jr., is a co-founder and senior vice president of the bank.</p><p>“Economic opportunity must be practical, accessible and rooted in the needs of families,” King said. “Bank King Card is an innovative way to support that work. It creates a practical opportunity for people to align their financial choices with their values while supporting mothers, children and families working toward long-term stability.”</p><p>A Bank King Card credit card is expected to be introduced later with interest rates capped at 12%.</p><p>The announcement of the Bank King Card coincides with Juneteenth, which also is the one-year anniversary of Redemption's acquisition of Holladay Bank & Trust.</p><p>Juneteenth — which combines “June” and “nineteenth” — represents the date in 1865 when enslaved people in Galveston, Texas, learned they had been freed. It came two years after President Abraham Lincoln’s Emancipation Proclamation. In 2021, President Joe Biden designated it a federal holiday.</p><p>____</p><p>Corey Williams is a member of AP's Race & Ethnicity team.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKLKMVIEE3YYJOLV62KRHLZQZI.jpg?auth=43bc8fadb289c317743e0ead0b59a7a3d677c70da93e5f970bc3ed3e146a2c1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Redemption Bank shows a Redemption Bank King Card debit card on Wednesday, June 17, 2026, in Salt Lake City. (Redemption Bank via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/V6RH6KZUM2OXQAQVFWEORCISJE.jpg?auth=ba96168fedff9b2aae908d06a82a4716defe5b17e3ca16041f205fc429bb3bdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ashley Bell speaks during an interview with The Associated Press, Aug. 9, 2016, in Washington. (AP Photo/Paul Holston, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Holston</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy.]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMGZQ7DPNZ3ZOPBXDRRYCWJJ5M.jpg?auth=049c2eb29d863f0952c855fa4132934282bdbaf70d47c93a1e3ea43551fad5b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Cuba, Miguel Díaz-Canel (segundo desde la izquierda), y el nieto de Raúl Castro, Raúl Guillermo Rodríguez Castro, en el centro al fondo, participan en una manifestación en apoyo al expresidente Raúl Castro frente a la embajada de Estados Unidos en La Habana, Cuba, el viernes 22 de mayo de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Wyndham Clark builds early 4-shot lead at US Open with lowest 36-hole score at Shinnecock]]></title><link>https://www.local10.com/news/florida/2026/06/19/wyndham-clark-has-lowest-opening-round-at-shinnecock-hills-to-lead-us-open/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/19/wyndham-clark-has-lowest-opening-round-at-shinnecock-hills-to-lead-us-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Wyndham Clark keeps leaving his mark on Shinnecock Hills, completing the lowest first round in a U.S. Open on this course Friday morning and setting a 36-hole standard in the early afternoon to build a four-shot lead over the early starters.]]></description><pubDate>Fri, 19 Jun 2026 19:24:06 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Wyndham Clark keeps leaving his mark on Shinnecock Hills, completing the lowest first round in a U.S. Open on this course Friday morning and setting a 36-hole standard in the early afternoon to build a four-shot lead over the early starters.</p><p>With so much chaos around him, Clark played a steady hand — a far cry from where he was at the U.S. Open last year when he missed the cut and smashed up a locker at storied Oakmont.</p><p>His last act was a 35-foot putt down the slope on the 18th green that dropped for a 1-under 69. That put him at 7-under 133, one shot better than Phil Mickelson and Shigeki Maruyama at the halfway point in 2004 at Shinnecock Hills.</p><p>And he thinks he could be better.</p><p>“I really felt like I could be in double digits (under par),” Clark said. “But you know, the great thing about that is I didn’t feel like I had my best, and I still am leading as of right now. Hopefully, I can bring my A-game on the weekend.”</p><p>Xander Schauffele, with the best U.S. Open record of anyone without a U.S. Open title over the last 10 years, had a 66 to finish at 137 along with Matt Fitzpatrick, a former U.S. Open champion who birdied two of his last three holes to salvage a 70.</p><p>The most remarkable day belonged to Joaquin Niemann. He made a 9 on No. 6 — his 15th and final hole of the fog-delayed first round that was halted by darkness — only for it to become an 11 when the USGA penalized two shots for bad behavior.</p><p>Niemann hit two drives that were lost, chopped his way up the fairway and finally lost it by heaving his club. The majors are cracking down on behavior this year — the Masters was the first to use the policy this year — and the USGA deemed it serious enough to skip the warning and go straight to the harsh two-shot penalty.</p><p>Niemann headed out for his second round, made five birdies in six holes and shot 65 to easily get inside the cut line. It was the first time in 97 years at the U.S. Open someone made 10 or worse in a U.S. Open and still make the cut.</p><p>“All the frustration that came inside me and had my club in my hand, and I couldn’t resist to throw it away,” Niemann said. “There was no people, obviously. No one there. I’m not proud of it, but yeah, sometimes all the expectation of trying to play well and things doesn’t go your way, you get frustrated. And that was me there.”</p><p>Dustin Johnson managed to keep his head during a meltdown on the back nine. Johnson, in his final year of U.S. Open exemptions from winning at Oakmont in 2016, was one shot behind Clark as they headed to the tee at the par-3 11th. He was 11 shots behind when they reached the 16th.</p><p>Johnson went from one bunker to the next for a double bogey on the 11th. And then on the 15th, he went from the front right bunker to the front left bunker, left it in that bunker, blasted it over the green, chipped on and took two putts for a quadruple-bogey 8.</p><p>He attributed it to rocks in the sand. But he made birdie on the 16th and was likely to make the cut.</p><p>Scottie Scheffler and Rory McIlroy took their turns in the afternoon. The wind wasn't as strong as Thursday, and while the course was still relatively soft by U.S. Open standards — greens were being sprayed in the early morning — the sun was out and the afternoon figured to be a strong test.</p><p>It was a long day for Clark and the other finishers because they had to return at 6:35 a.m. to resume the first round — 10 hours after they walked off the course.</p><p>Clark finished with two pars for a 64, the lowest start ever for a U.S. Open at Shinnecock Hills, and had a two-shot lead. He doubled that, and then waited to see if anyone could make a run at him.</p><p>He was on a heater coming into Shinnecock Hills, winning The CJ Cup Byron Nelson with a 60 in the final round, contending in the Memorial and the Canadian Open the last two weeks. Frustration peaked a year ago at Oakmont and in the months that followed. Now, he appears to be more comfortable with each day.</p><p>Schauffele has seven top 10s in his nine U.S. Open appearances, a Californian who keeps his cool even amid a tough test.</p><p>“It’s a brutal week,” Schauffele said. “Everyone watching at home wants to see guys shooting in the 80s and doing crazy things. I get it. You know, it’s once a year you get to see some carnage, and it’s at a U.S. Open. Try to embrace it as much as you can.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FGMA6FFJ6TEWOUF2LFWFMXRX44.jpg?auth=634c94fae044a8c0984559f72aa02fc006d4732e65cc84f7df6a9bac22a20bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark waves after his putt on the 18th 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/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBC77R2WGQ6AMWH334O35AMV44.jpg?auth=a3070f6a268d44531cc5d34f77d165ba921105331b130a0b5bb9165c5fd49ee1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dustin Johnson watches his tee shot on the sixth 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/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/LTHK4EUAEFOXOP3FYFTRINKBPQ.jpg?auth=54d04fb338371404b90a1ea94f616354cdbf561c3fa898239ccbc00d5dbc96ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gary Woodland hits from the tall fescue on the fourth 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/WBFMM6TYT6UHBRGUDYQBTYUMLA.jpg?auth=9a73bd6142811b6a82b9b38e7f12377b1f47dd98469d5ba0cc3e4adc7e373a18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts after missing a putt on the 13th 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/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HSFMMGQ6BLYBZWH6JFSA6NEFY.jpg?auth=cca262cd5c3d152e93b00ba3d4f20de3dee9176babff22a28648b244bb4ceb70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, walks off the tee on the 12th 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/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[2-day festival in North Miami celebrates Juneteenth ]]></title><link>https://www.local10.com/news/2026/06/18/festival-celebrates-juneteenth-in-north-miami/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/18/festival-celebrates-juneteenth-in-north-miami/</guid><dc:creator><![CDATA[Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[Juneteenth, which commemorates the day, has been an official federal holiday since 2021, and North Miami has been celebrating it every year with a free festival. ]]></description><pubDate>Thu, 18 Jun 2026 22:49:25 +0000</pubDate><content:encoded><![CDATA[<p>Friday marks a historic day for all who love freedom. </p><p>The Emancipation Proclamation freed slaves in Confederate territory on Jan. 1, 1863, but the news didn’t get to Galveston, Texas, until June 19, 1865. </p><p><a href="https://nmaahc.si.edu/explore/stories/our-american-story-juneteenth" target="_self" rel="" title="https://nmaahc.si.edu/explore/stories/our-american-story-juneteenth">Juneteenth</a>, which commemorates the day, has been an official federal holiday since 2021, and North Miami has been celebrating it every year with a free festival. </p><p>“Juneteenth is not just for African Americans,” said Vincent Spence, who helps organize the festival. “Juneteenth is more about like that road that has been paved for us.”</p><p>Spence, who co-founded Our Living Legends, a North Miami-based organization, was looking forward to the 5th annual festival at <a href="https://maps.app.goo.gl/nsyzwxwUM6WCKfD9A" target="_self" rel="" title="https://maps.app.goo.gl/nsyzwxwUM6WCKfD9A">Griffing Park</a>. </p><p>“Juneteenth is a powerful reminder of the resilience, strength, and contributions of generations who paved the way for future opportunities,” Councilwoman Mary Estimé-Irvin said in a statement. </p><p>A stage for live music, a kid zone, and a network of tents were near food trucks that were open for business on Thursday at 12220 Griffing Boulevard.</p><p>For more information about the community event, <a href="https://www.northmiamifl.gov/m/newsflash/Home/Detail/484" target="_self" rel="" title="https://www.northmiamifl.gov/m/newsflash/Home/Detail/484">visit this page</a>. </p><p><b>Related special report</b>:<a href="https://www.local10.com/news/national/2025/06/19/local-10-special-report-the-origins-of-juneteenth/" target="_self" rel="" title="https://www.local10.com/news/national/2025/06/19/local-10-special-report-the-origins-of-juneteenth/"> The origins of Juneteenth</a></p>]]></content:encoded></item><item><title><![CDATA[Boca psychiatrist suspended after patients say he demanded they undress during appointments]]></title><link>https://www.local10.com/news/local/2026/06/18/boca-psychiatrist-suspended-after-patients-say-he-demanded-they-undress-during-mental-health-appointments/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/boca-psychiatrist-suspended-after-patients-say-he-demanded-they-undress-during-mental-health-appointments/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[A Boca Raton psychiatrist is under emergency suspension, and an alleged victim is speaking out.]]></description><pubDate>Thu, 18 Jun 2026 22:31:26 +0000</pubDate><content:encoded><![CDATA[<p>A Boca Raton psychiatrist is under emergency suspension, and an alleged victim is speaking out.</p><p>Dr. Andrew Sorial, a psychiatrist whose former office is in Boca Raton, was trusted to listen to people hurting in their mind. Now the state says he had an obsession with women’s breasts.</p><p>The alleged victim who asked to go by Donna, which is not her real name, asked Local 10 News to protect her identity.</p><p>“I had some mental health issues that I needed help with,” Donna said.</p><p>Local 10 News obtained the official notice from the state Department of Health.</p><p>The Health Department says that during telehealth sessions, Sorial would ask women to undress in good lighting and put on a sports bra.</p><p>The state says Sorial asked one patient to lower her waistband so he could view her midsection and pelvic area. Donna says he asked her to put on skimpy clothing. She refused.</p><p>The Department of Health paperwork says Sorial had an obsession with women’s breasts and gave an instruction for patient “L.P.” to squeeze her breasts together and turn in different directions.</p><p>Donna told Local 10 News she had to switch to all-women doctors and said Sorial should never see another patient again.</p><p>“I would tell him he is evil and vile and he deserves to go to jail for what he did,” she said.</p><p>At least one lawsuit has been filed. Attorney Adam Horowitz represents Donna, and says he’ll be filing a lawsuit as well.</p><p>“When he made these demands on them — take their clothes off, take pictures — some thought they had to comply, or lose the benefits of his treatments,” Horowitz said.</p><p>Donna had a message for any potential victims out there. </p><p>“Come forward, say something. It’s not your fault. Not your fault. I can see this is tough. It affected my whole life,” she said. </p><p>Local 10 News reached out to Sorial to get his side of the story, but didn’t receive a response. </p><p>Local 10 News also confirmed he surrendered his license in Massachusetts.</p><p>As of Thursday, no criminal charges have been filed against 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></item><item><title><![CDATA[Meloni slams Trump's claim she 'begged' for a photo with him as Italy's top diplomat cancels US trip]]></title><link>https://www.local10.com/news/world/2026/06/19/meloni-slams-trumps-claim-she-begged-for-a-photo-with-him-as-italys-top-diplomat-cancels-us-trip/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/meloni-slams-trumps-claim-she-begged-for-a-photo-with-him-as-italys-top-diplomat-cancels-us-trip/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — The Italian government closed ranks on Friday to slam U.S. President Donald Trump over his claim that Premier Giorgia Meloni had “begged” for a photo with him during the recent G7 summit, a pushback that suggested America’s longtime European ally had had enough of Trump’s boasting and criticism.]]></description><pubDate>Fri, 19 Jun 2026 17:15:55 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — The Italian government closed ranks on Friday to slam U.S. President Donald Trump over his claim that Premier Giorgia Meloni had “begged” for a photo with him during the recent G7 summit, a pushback that suggested America’s longtime European ally had had enough of Trump’s boasting and criticism.</p><p>Italian Foreign Minister Antonio Tajani abruptly cancelled a planned trip to the United States this weekend, calling Trump’s claims “serious and offensive” toward Meloni and all of Italy. The Foreign Ministry later announced that the business and scientific forum Tajani was to attend in Miami had also been called off.</p><p>Meloni for her part posted a video calling Trump’s claims “completely fabricated" and expressing astonishment that he would invent such things about an ally.</p><p>“Italy and I do not beg,” she said pointedly.</p><p>Trump had made the comments in an interview broadcast Friday on the La7 network. The La7 correspondent had asked Trump about Ukraine, but Trump raised Meloni and the conversation turned to their meeting during the just-concluded G7 meeting in Evian-les-Bains, France. Meloni and Trump were filmed speaking at several moments, including alone on a small sofa.</p><p>According to La7, Trump said Meloni had “begged” him for a photo-op. Trump said he wasn’t obliged to do it but that he felt sorry for her and agreed, La7 said. The broadcaster put a dubbed version of the conversation online, not the original English audio.</p><p>Meloni is astonished and defiant</p><p>Trump's posturing underscored how his alliance with Meloni — long seen as one of his closest friends in Europe — has frayed over his war in Iran, his tariffs against Europe and his complaints when anyone disagrees with him.</p><p>He turned on Meloni in April after she refused to support his war in Iran and stood up for Pope Leo XIV when Trump lashed out at the pontiff.</p><p>But Meloni's strong response on Friday suggested she no longer fears Trump's verbal attacks — attacks that could actually play in her favor in a country where public opinion of the American president has chilled, said Lorenzo Castellani, a political scientist at Rome's Luiss Guido Carli University.</p><p>“In some ways this was a favor to Giorgia Meloni, in the sense that she was accused until a few months ago of being a sort of Trump's vassal in Europe,” he said.</p><p>In her video, Meloni said she was responding to Trump’s claims because “certain things deserve an immediate response."</p><p>“Donald Trump’s statements are completely fabricated. I am frankly stunned,” she said. “I don’t know why the president of the United States behaves this way toward his own allies. After all, this isn’t the first time this has happened.”</p><p>It was an apparent reference to an interview Trump gave to Italian daily Corriere della Sera in April in which he criticized Meloni's refusal to back the U.S.-Israel war in Iran. Meloni didn't respond publicly at the time. By Friday, it appeared she had had enough of his boasts and broadsides.</p><p>“I can only say that it’s a shame he doesn’t show the same resolve toward the enemies of the West, toward the enemies of the United States — toward leaders with whom he, on the other hand, is much more accommodating," Meloni said Friday. "But there’s one thing he must remember: Italy and I do not beg.”</p><p>The White House did not return an immediate request for comment on Meloni’s remarks.</p><p>Meloni had initially sought to build on longstanding strong U.S.-Italian ties when Trump began his second mandate, and had positioned herself as a “bridge” between Washington and the European Union. She was the lone EU head of state to attend his inauguration.</p><p>But relations have frayed over the U.S. war in Iran, which Meloni has said was illegal, and Trump’s position on Ukraine, which Italy strongly supports. Trump's tariffs and strong U.S. support of Israel over its war in Gaza have been other points of contention.</p><p>Italian officials close ranks around Meloni</p><p>By Friday afternoon, solidarity for Meloni had poured in from across the government and political spectrum, and included a call from President Sergio Mattarella, Italy’s respected head of state.</p><p>“Whoever attacks @GiorgiaMeloni attacks all of us,” posted Transport Minister Matteo Salvini.</p><p>Justice Minister Carlo Nordio referenced the sacrifice of American troops in World War II in underlining the harm to U.S.-Italy relations caused by Trump.</p><p>“The thousands of crosses marking the graves of American soldiers who died to free us from Nazi-Fascist dictatorship did not deserve such a painful blow to our fraternal ties,” Nordio said on X.</p><p>Defense Minister Guido Crosetto said he didn't believe Meloni would ever beg someone for a photo, “not even under threat.”</p><p>A ‘fantastic’ friendship frays</p><p>Meloni and Trump had gotten off to a strong start, and the two leaders are ideologically aligned on many issues. As the head of a far-right party, Meloni backs curbing migration and promoting traditional values.</p><p>Weeks before Trump’s 2025 inauguration, Meloni met Trump at his Mar-a-Lago retreat, a visit that she said went “beyond expectations.” It was, she said at the time, “an opportunity to confirm a relationship that promises to be very solid.’’</p><p>In the months after, Trump had praised her repeatedly, as “fantastic,” “incredible,” beautiful and a friend.</p><p>But stark differences emerged over Ukraine. More recently, Meloni sharply warned against U.S. threats to take Greenland by force, saying she didn’t believe Washington would go so far and that regardless Italy would never support such a move.</p><p>Meloni also received support from an unlikely ally in Europe: Spain's Socialist Prime Minister Pedro Sánchez, who was on Friday asked about the back and forth on the sidelines of a European Council meeting.</p><p>“About Meloni, first and foremost, all my solidarity," he told reporters. “Secondly, I not only say this publicly in a response to your question, but also in private during the European Council meeting I offered her all my solidarity against this attack that is not political or personal … I really don´t know how to qualify it.”</p><p>___</p><p>Associated Press writer Joseph Wilson in Barcelona, Spain, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFG4A7XUZZQ7LJR23ESDI3MX74.jpg?auth=7aed1b1cd8646202f8bc4a167dd34388aa7c98720c3f696b990a137eabec7e3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Prime Minister Giorgia Meloni looks on ahead of a working session at the G7 summit, in Evian-les-Bains, France, Wednesday, June 17, 2026. (Mandel Ngan/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mandel Ngan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W34MDD2SO7DNFIEJ6PM2HEJ5WI.jpg?auth=42111aa9c31027e03f5c3d1761c9e0bbee43bd6ccf4d86daf0aaf85661704c77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, left, speaks with Italian Prime Minister Giorgia Meloni, second left, after a group photo of G7 leaders and invited nations during the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DX4OWXWR4MQE4XKZOUU4XAOD6I.jpg?auth=a6890f7081ddd89787be770783f71fbc5f2550f5a40917480c6a658cfa8346d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, left, speaks with French President Emmanuel Macron, center, and Italian Prime Minister Giorgia Meloni after a group photo of G7 leaders and invited nations during the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KT4GJNRYL5VUAA67JA2RGCBUPY.jpg?auth=4ff6634b3b66fa1b35c8e12a8824528cdf1d15e91e61a7991d921ec456f6de7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From right, U.S. President Donald Trump, French President Emmanuel Macron, Canadian Prime Minister Mark Carney, Italian Prime Minister Giorgia Meloni and Japan's Prime Minister Sanae Takaichi during a working session at the G7 summit in Evian-les-Bains, France, Wednesday, June 17, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZDPKX5BERU3I5RPFSLVQ6CY4KY.jpg?auth=504aac41d29e67f4b592e8e29316993b23ecadba9b4dcce2c6c9d7fbc41c537a&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, Italian Prime Minister Giorgia Meloni, South Korea's President Lee Jae Myung, Egyptian President Abdel Fattah al-Sisi, British Prime Minister Keir Starmer, U.S. President Donald Trump, Kenya's President William Ruto, French President Emmanuel Macron, Japanese Prime Minister Sanae Takaichi, India's Prime Minister Narendra Modi, Canadian Prime Minister Mark Carney, German Chancellor Friedrich Merz, European Commission President Ursula von der Leyen, Brazilian President Luiz Inacio Lula da Silva gather for a group photo at the G7 summit in Evian-les-Bains, France, Tuesday June 16, 2026. (Isabel Infantes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Infantes</media:credit></media:content></item><item><title><![CDATA[Video shows aftermath of plane crash that injured 2 in Pembroke Pines]]></title><link>https://www.local10.com/news/local/2026/06/18/video-shows-aftermath-of-cessna-c172p-crash-injuring-2-in-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/video-shows-aftermath-of-cessna-c172p-crash-injuring-2-in-pembroke-pines/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[Police officers’ body-cam videos released on Thursday show the aftermath of the crash of a Cessna C172P that injured two women in Pembroke Pines. ]]></description><pubDate>Thu, 18 Jun 2026 22:02:56 +0000</pubDate><content:encoded><![CDATA[<p>Police officers’ body-cam videos released on Thursday show the aftermath of the crash of a Cessna C172P that injured two women in Pembroke Pines.</p><p><a href="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-que-dejo-dos-personas-heridas-en-pembroke-pines/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-que-dejo-dos-personas-heridas-en-pembroke-pines/">Leer en español </a></p><p>A student and an instructor departed from the North Perry Airport and crashed at about 11:30 a.m. on May 29, outside of the South Florida State Hospital, at 800 East Cypress Drive, records show. </p><p>“I was in shock, but I ran toward the plane, and I pulled two girls out,” Nathan Gansert told a first responder, according to the video. </p><p>Vanessa Ledo, the instructor, and Earlene E. Clarke Thomas, the student, survived with back injuries, according to police. </p><p>After the crash, Pembroke Pines Mayor Angelo Castillo said engine failure was likely the cause of the crash. The Federal Aviation Administration had yet to announce the findings of the investigation. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/">Small plane crashes on psychiatric hospital campus near North Perry Airport; 2 hospitalized</a></p>]]></content:encoded></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino">Defense rests case in vessel homicide trial of George Pino, who doesn’t testify</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/police-2-women-attack-mother-and-3-kids-in-fort-lauderdale">Police: 2 women attack mother and 3 kids in Fort Lauderdale</a></li><li><a href="https://www.local10.com/news/local/2026/06/16/loved-by-a-lot-of-people-family-believes-gas-company-worker-died-in-miami-dade-explosion">‘Loved by a lot of people’: Family believes gas company worker died in Miami-Dade explosion</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/miami-dade-school-board-unanimously-votes-to-close-multiple-schools-redraw-boundaries">Miami-Dade school board unanimously votes to close multiple schools, redraw boundaries</a></li><li><a href="https://www.local10.com/news/local/2026/06/15/north-miami-beach-woman-walks-in-on-husband-raping-her-unresponsive-friend-police-say">North Miami Beach woman walks in on husband raping her ‘unresponsive’ friend, police say</a></li><li><a href="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino">George Pino’s wife emotional returning to stand in trial: ‘I was just thinking of the girls’</a></li><li><a href="https://www.local10.com/news/local/2026/06/18/at-least-1-dead-following-crash-involving-suv-motorcycle-in-coral-springs">1 killed in crash involving SUV, motorcycle in Coral Springs, police say</a></li><li><a href="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">18-year-old found safe in Florida Keys after disappearing while biking from Jacksonville, deputies say</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/mother-speaks-out-after-daughter-violently-attacked-at-sunny-isles-beach-park">Mother speaks out after daughter, 5, attacked at Sunny Isles Beach park</a></li><li><a href="https://www.local10.com/news/local/2026/06/12/man-fined-for-removing-python-from-everglades-trail-has-case-tossed/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/12/man-fined-for-removing-python-from-everglades-trail-has-case-tossed/">Man fined for removing python from Everglades trail has case tossed</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Wilton Manors Stonewall Pride set to bring thousands together for celebration of unity and inclusion]]></title><link>https://www.local10.com/news/local/2026/06/19/wilton-manors-stonewall-pride-set-to-bring-thousands-together-for-celebration-of-unity-and-inclusion/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/wilton-manors-stonewall-pride-set-to-bring-thousands-together-for-celebration-of-unity-and-inclusion/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Rainbow flags are flying high as Wilton Manors prepares to welcome tens of thousands of visitors for its annual Stonewall Pride parade and street festival, one of South Florida’s largest Pride celebrations.]]></description><pubDate>Fri, 19 Jun 2026 11:29:01 +0000</pubDate><content:encoded><![CDATA[<p>Rainbow flags are flying high as Wilton Manors prepares to welcome tens of thousands of visitors for its annual <a href="https://www.stonewallpride.lgbt/" target="_self" rel="" title="https://www.stonewallpride.lgbt/">Stonewall Pride</a> parade and street festival, one of South Florida’s largest Pride celebrations.</p><p>Known as a longtime hub for the LGBTQ+ community, Wilton Manors is once again transforming into a vibrant destination filled with music, entertainment, advocacy and celebration.</p><p>Organizers expect approximately 50,000 people to gather along Wilton Drive for this year’s event, which promises to be bigger and brighter than ever. Community leaders, businesses and partners have spent months preparing for the festivities, all centered around a message of inclusion, equality and pride.</p><p>While the event is known for its festive atmosphere, organizers emphasize that Stonewall Pride is about much more than entertainment. The celebration honors the historic Stonewall Riots of 1969, widely recognized as the catalyst for the modern LGBTQ+ rights movement.</p><p>“Well, it means so many different things, right? It’s honoring and celebrating our victories, but also coalescing together to realize we are a community that needs to work toward full equality,” one organizer, Jameer Baptiste, said.</p><p>The celebration begins at 3 p.m. Saturday when Wilton Drive closes to traffic and the street festival officially opens. Safety remains a priority, with metal detectors stationed at all festival entrances.</p><p>Once inside, attendees can enjoy performances and entertainment across seven stages. The festival is surrounded by LGBTQ+-owned and LGBTQ+-friendly bars, nightclubs and restaurants, while a marketplace featuring a variety of vendors stretches along the drive.</p><p>The evening culminates with the popular Glow Night Parade at 8 p.m. Participants and spectators alike are encouraged to light up the night with glow sticks, glow-in-the-dark paint and illuminated costumes as the parade makes its way through the heart of Wilton Manors.</p><p>Organizers say the event welcomes everyone, regardless of background, and serves as an opportunity for allies, friends and family members to celebrate alongside the LGBTQ+ community.</p><p>“Although this is a celebration, it also means that we’re having fun and enjoying ourselves, but we’re recognizing that we need our partners and our loved ones and our family to come along with us,” Baptiste said. “That’s why it’s open to everyone to come and enjoy and feel and experience what it means to be around like-minded individuals that love and welcome each other wholeheartedly.”</p><p>Local 10 News will provide special coverage of the festivities during “Celebrating Pride,” airing Saturday at 8 p.m. from the heart of Wilton Manors. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[June 19: Another Heat Advisory issued with afternoon storms expected]]></title><link>https://www.local10.com/weather/2026/06/19/june-19-another-heat-advisory-issued-with-afternoon-storms-expected/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/19/june-19-another-heat-advisory-issued-with-afternoon-storms-expected/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Here we go again. For the fifth day in a row, a Heat Advisory has been issued this morning and is in effect from 12 PM until 7 PM today. ]]></description><pubDate>Fri, 19 Jun 2026 10:51:38 +0000</pubDate><content:encoded><![CDATA[<p>Here we go again. For the fifth day in a row, a Heat Advisory has been issued 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 and storms could be strong to severe. A south-east 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[Dragon Boat Festival links modern China to traditions more than 2,000 years old]]></title><link>https://www.local10.com/news/world/2026/06/19/dragon-boat-festival-links-modern-china-to-traditions-more-than-2000-years-old/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/dragon-boat-festival-links-modern-china-to-traditions-more-than-2000-years-old/</guid><dc:creator><![CDATA[By MARÍA TERESA HERNÁNDEZ, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Dragon boat races, lion dances and other festivities marked the Dragon Boat Festival on Friday across mainland China, Hong Kong and Taiwan. The more than 2,000-year-old holiday is best known for its sporting events, but its origins are rooted in ancient beliefs about health, protection and harmony with nature.]]></description><pubDate>Fri, 19 Jun 2026 12:48:48 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Dragon boat races, lion dances and other festivities marked the Dragon Boat Festival on Friday across mainland China, Hong Kong and Taiwan. The more than 2,000-year-old holiday is best known for its sporting events, but its origins are rooted in ancient beliefs about health, protection and harmony with nature.</p><p>“The fact that this holiday has been preserved for thousands of years shows how much we value our traditional customs,” said Meng Dongmei, a retired resident of Beijing’s Tongzhou district.</p><p>Meng said her family observes the holiday through a variety of traditional customs. They prepare zongzi, the sticky rice dumplings associated with the festival, and children wear five-colored bracelets believed to ward off evil.</p><p>“We also learned online about a traditional recipe using mugwort leaves, red dates, brown sugar and ginger to boil eggs,” Meng said. “We heard that it could help ward off illness and keep people healthy throughout the year, so we hope that through this festival our family will enjoy good health.”</p><p>Thousands to gather for boat races</p><p>Beijing’s 2026 celebrations will continue through the weekend at the capital’s Grand Canal.</p><p>The three-day event features men’s, women’s and mixed dragon boat races over distances of 100, 200 and 500 meters. Teams from Beijing, Tianjin, Hebei, Shanxi and Guangdong will compete throughout the holiday weekend.</p><p>More than 1,000 athletes and 200,000 spectators are expected to gather for the event, organizers said in a press release.</p><p>“The competition helped strengthen our team spirit,” said Li Maoshan, a participant in Friday’s races. “It also gave us an opportunity to demonstrate the spirit of perseverance and hard work.”</p><p>Beyond the races</p><p>Among the cultural features during Beijing’s Dragon Boat Festival were demonstrations of Wing Chun martial arts, a market featuring traditional handicrafts and a performance in which dancers mimic the movements of a lion.</p><p>Activities were intended to highlight cultural exchanges between northern and southern China, officials said.</p><p>Friday’s lion dance was presented by a group of performers from Guangdong province in southern China. “Wherever there is a festive occasion, you’ll find dragon and lion dances,” said He Weihong, founder of the group. “Dragon boat racing and dragon-and-lion dancing are inseparable, as they are both part of our intangible cultural heritage.”</p><p>Ancient customs on health and protection</p><p>The festival’s roots run deeper than sporting competitions. It is widely associated with the ancient poet Qu Yuan, who according to legend drowned himself more than 2,000 years ago.</p><p>Tradition holds that people raced out in boats to search for him and threw rice into the river so fish would not eat his body. That story is often linked to both today’s dragon boat races and the zongzi still prepared by families across China.</p><p>“The Dragon Boat Festival is probably the richest and most diverse of all traditional Chinese festivals,” said Tsinghua University history professor Liu Xiaofeng. “Across different regions, people developed a wide variety of traditions based on ideas connected to the summer solstice and the balance of yin and yang.”</p><p>The holiday falls in the fifth month of the traditional Chinese lunar calendar, around the time of the summer solstice. Ancient Chinese viewed this as a period when insects, poisonous creatures and disease became more prevalent, giving rise to a wide range of customs aimed at preserving health and warding off misfortune.</p><p>“At its core, the Dragon Boat Festival is about disease prevention, warding off evil and maintaining health,” Liu said.</p><p>Some people wear sachets containing medicinal herbs during the festival. Others fumigate their homes with smoke, a practice intended to prevent disease by driving out things considered harmful.</p><p>“Chinese people have traditionally placed a special emphasis on happiness, well-being and living in peace and safety,” Liu said. “Nearly all of China’s major festivals are connected in some way to these aspirations.”</p><p>Evolving traditions</p><p>Participants in Hong Kong’s dragon boat races on Friday wore costumes including a cartoon version of Chinese Taoist deity Ne Zha.</p><p>Guided by the thunderous beat of their drummers, crews pulled their paddles through the water in unison, each boat surging toward the finish line as spectators cheered them on. Others watched the races at home as they enjoyed zongzi with their families.</p><p>“Today more than 64% of China’s population lives in urban areas and people’s lifestyles have been transformed,” Liu said. “In a large city, it’s difficult to celebrate the festival the way people once did in rural communities. Festivals evolve along with the times.”</p><p>Bao Nari, a Beijing resident who spent years away from home while she studied in Japan, said that while boat races were not part of her childhood celebrations, other long-standing Dragon Boat Festival traditions like wearing five-colored bracelets were passed down through her family.</p><p>“After coming back, I’m impressed by how much cultural development has progressed here,” Bao said. “This cultural heritage has become deeply rooted in our hearts and it inspires our generation to be more confident.”</p><p>___</p><p>AP video producer Liu Zheng in Beijing and reporter Kanis Leung in Hong Kong contributed to this report.</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YBY7WUZSGVEJFPBU2ZHOOO4OFA.jpg?auth=058ddd9185a75c6bd01dd9e134c1bd6209f08633d8284fac12355d36d9303fed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors take part in the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOEODTLYBFKCFTNL3FELTFAGDQ.jpg?auth=c1a766350863c21bf1a48f58c06e82c83326662177a5c0b9bd509b82b2f6407f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors splash water on each other during the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27GSJXVN7ID2EBDD3HW7KEIY4A.jpg?auth=d6cab0741bfea709cf2714950277850e18323e1eabc5f44ac9f571c002eebcd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors in costumes pose for photographs before the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLOCQXFR3WNHACBSQM4BUV4O2I.jpg?auth=d47374ed8e8557773467283089c74666f6cbc51bf42f9615c7366387e7d11f53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors take part in the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZAABLB43VGNMKTSJ3Q7G5PDLA.jpg?auth=168d7a2070fbe4a4270901960f5d1758965d5526f2380061d7931e2235b2c3e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors take part in the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content></item><item><title><![CDATA[Arsenal starts Premier League title defense against promoted Coventry]]></title><link>https://www.local10.com/sports/2026/06/19/arsenal-starts-premier-league-title-defense-against-promoted-coventry/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/arsenal-starts-premier-league-title-defense-against-promoted-coventry/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Arsenal will begin its Premier League title defense at home against newly promoted Coventry, kicking off the league’s 2026-27 season on Aug. 21.]]></description><pubDate>Fri, 19 Jun 2026 10:30:59 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Arsenal will begin its Premier League title defense at home against newly promoted Coventry, kicking off the league’s 2026-27 season on Aug. 21.</p><p>Manchester City, in its first season in 10 years without Pep Guardiola as manager, will host Bournemouth in its opener, and Manchester United will visit promoted Hull. Liverpool plays at Newcastle.</p><p>The season's fixtures were released by the league on Friday.</p><p>Chelsea and new coach Xabi Alonso visit Fulham in a west London derby on Aug. 24 that concludes the opening round of fixtures.</p><p>After facing Coventry, Mikel Arteta's team visits Aston Villa and then hosts Chelsea as it looks to repeat as champion after winning its first league title in 22 years last season.</p><p>Andoni Iraola, Liverpool's new manager, will get his first taste of the Merseyside derby on Nov. 28 at Everton's Hill Dickinson Stadium.</p><p>Man United's second game of the season is also against a promoted team — Ipswich — this one at Old Trafford with coach Michael Carrick starting a two-year contract.</p><p>The first Manchester derby is scheduled for Sept. 12 at Old Trafford. United visits Anfield on Nov. 21.</p><p>The season starts one week later than the 2025-26 campaign, to allow for player recovery following the World Cup.</p><p>The final round will be played on Sunday, May 30 — six days before the Champions League final on June 5 in Madrid.</p><p>Frank Lampard, the Chelsea great who coaches Coventry, welcomes his old team to Coventry Building Society Arena on Boxing Day, Dec. 26.</p><p>Ipswich opens its campaign at home against Sunderland. Ipswich is looking for a new coach after Kieran McKenna stepped down just over a week ago despite leading the club to promotion.</p><p>Man City is also without a manager but is reportedly eying Enzo Maresca, the former Chelsea coach who was assistant to Guardiola at City in its treble-winning season of 2022-23.</p><p>The season's curtain-raising Community Shield between league champion Arsenal and FA Cup winner Man City will be on Aug. 16 at Principality Stadium in Cardiff.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QE7BN6LTR6S33DP35MCGU24MFI.jpg?auth=f0a2ffbb01d6f7e52a9a21bcc9da43fa0035227623d4cb2f227dfbe8d1f905da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal players celebrate their Premier League title with the trophy after the English Premier League soccer match between Crystal Palace and Arsenal in London, England, Sunday, May 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6EY4BZ7M2RRYYQAXLHCYY5AQ2Q.jpg?auth=e05500ba1df903b03e2e567d9d5f158c5a08e3bb0de7884e97c0b93ba9b22f1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's Erling Haaland celebrates on an open top bus during a parade to celebrate the achievements of the Manchester City men's and women's teams this season in Manchester, Monday, May 25, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5AVS6UAJIJOJCMBKPVNCKHBG5U.jpg?auth=171a76bcc62a31cdc64cccc6bb9762b8e8528a70c8780eaca3ea84049c408ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal's manager Mikel Arteta looks on ahead of the Champions League final soccer match between Paris Saint-Germain and Arsenal in Budapest, Hungary, Saturday, May 30, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content></item><item><title><![CDATA[What Americans think about Trump's handling of Iran, according to a new AP-NORC poll]]></title><link>https://www.local10.com/news/politics/2026/06/19/trump-approval-on-iran-low-even-as-tentative-deal-to-end-fighting-emerged-new-ap-norc-poll-finds/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/trump-approval-on-iran-low-even-as-tentative-deal-to-end-fighting-emerged-new-ap-norc-poll-finds/</guid><dc:creator><![CDATA[By LINLEY SANDERS and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Most Americans continue to disapprove of how President Donald Trump is handling Iran, while his overall presidential approval holds steady, according to a new AP-NORC poll that was conducted as he suggested a deal with Iran had been reached.]]></description><pubDate>Fri, 19 Jun 2026 12:25:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Most Americans continue to disapprove of how President Donald Trump is handling Iran, while his overall presidential approval holds steady, according to a new AP-NORC poll that was conducted as he suggested a deal with Iran had been reached.</p><p>The poll points to just how unpopular the war, which began Feb. 28, has been with Americans even as the Republican president turned abruptly from threatening Iran to reopening negotiations. Support for his handling of the war remains lopsidedly partisan. About two-thirds, 65%, of U.S. adults disapprove of how Trump is handling issues with Iran. But while the vast majority of Democrats and independents view Trump’s actions negatively, only 28% of Republicans are unhappy.</p><p>Americans’ views on how the president is handling Iran are roughly in line with his overall job approval, which stands at 37%, unchanged from an Associated Press-NORC Center for Public Affairs Research poll conducted in May.</p><p>The new survey was conducted June 11-17, just after Trump called off threats to escalate the war with Iran. The poll was fielded as Trump announced a deal with Iran and authorized an end to the U.S. naval blockade in the Strait of Hormuz, concluding just before the deal was signed Wednesday.</p><p>Approval of Trump’s actions on Iran has been low over the past few months. But in interviews, some Republicans also weren’t pleased with the outcome of this week’s agreement, which gives Iran an immediate benefit, allowing it to sell its oil freely again.</p><p>The deal also reopens the strait without tolls for two months, restarts talks between the U.S. and Iran over Tehran’s nuclear program and calls for Tehran to dilute its stockpile of highly enriched uranium.</p><p>David Farrington, a 79-year-old Republican-leaning independent in Fort Worth, Texas, “doesn’t have any love lost” for Iran, but he’s frustrated the agreement focused on the strait and didn’t deliver more on the country’s nuclear weapons program.</p><p>“Any agreement regarding the strait is hardly what I would consider a recognizable concession on the part of Iran,” Farrington said. “So, I consider that some fluff that attempts to make this agreement look better when it’s not.”</p><p>Trump’s approval on Iran remains flat</p><p>Only about one-third of U.S. adults approve of how Trump is handling Iran in the new poll, in line with May.</p><p>Donald McBride, a 28-year-old independent in Plano, Texas, is frustrated that Trump has not maintained his campaign promise to keep America out of foreign wars. McBride voted for Trump but he opposed going to war with Iran.</p><p>“I would like the war to end,” he said. “The original objective of the war was to end the Iranian regime, and that’s just not possible. I don’t really know why we’d continue fighting.”</p><p>The poll suggests most Americans want action in Iran to wrap up. Even with an agreement on the horizon, 53% of U.S. adults said American military action against Iran had “gone too far,” only a slight decline from 59% in March.</p><p>About 4 in 10 Republicans, though, said in the latest poll that action has been “about right,” and 37% said it had not gone far enough.</p><p>Joan Jones, a 64-year-old independent in northwest Florida, believes the United States’ actions in Iran have been necessary to address the threat Iran posed.</p><p>“Those attacks are ultimately to protect us from nuclear attacks,” Jones said. “I think we have to go through that … and eliminate that worry so we don’t have that hovering over us.”</p><p>Few approve of Trump’s approach on Israel</p><p>About one-third, 34%, of U.S. adults approve of how Trump is handling Israel.</p><p>Tensions have been rising between Israeli Prime Minister Benjamin Netanyahu and Trump as the president criticizes recent Israeli attacks in Lebanon, which jeopardized negotiations between Washington and Tehran.</p><p>James Huffman, a 69-year-old Republican in Medway, Ohio, thinks Trump is taking the wrong strategy when it comes to Netanyahu.</p><p>“Netanyahu is not going to do everything Trump wants. He’s going to do what he wants,” Huffman said. “I just don’t think it’s effective.”</p><p>Only about one-third approve on the economy</p><p>About one-third of U.S. adults approve of Trump’s approach to the economy. That’s in line with last month, and continues a challenging stretch for Trump on the issue.</p><p>Jones, the Florida independent, is more optimistic than most. She said she can hardly leave the house some hours without getting stuck in the traffic of tourists headed to the beach on vacation. She also spots lines around the block for Starbucks, McDonalds and Chick-fil-A in her community — all signs to her that the economy is doing well overall.</p><p>“I think President Trump’s policies are contributing to a better economy,” Jones said.</p><p>Other Republicans are more skeptical, a troubling sign for a president who prides himself on his business acumen. Only 69% of Republicans approve of how he’s handling the economy, slightly lower than the 78% who approve of how he’s handling the presidency overall.</p><p>Patricia Bailey, a 42-year-old Republican in Parkersburg, West Virginia, sees an economy where prices have gotten out of control. “I just said the other night, ordering pizza is for rich people,” she said. Bailey voted for Trump but added, “He’s kind of let me down a little bit.”</p><p>Even if high prices preceded Trump, Bailey doesn’t think he’s lived up to his pledge to improve the economy.</p><p>“I think he got so distracted with the war that he forgot some old promises,” she said.</p><p>___</p><p>The AP-NORC poll of 3,040 adults was conducted June 11-17 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.8 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXXF3PLT4U5PEVEY4ST5ECGH5A.jpg?auth=1cbcc34e32bdd38e23888add0805a4c74c713e5daa842316af9cd96bebdcec90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, center, takes questions during a media conference at the end of the G7 summit in Evian-les-Bains, France, Wednesday, June 17, 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/H2466C4NRBVSIFWQAL4YENP2BA.jpg?auth=52f9a287eda47ffc33c46df85d4305e4bcd8af10cf90d7ea6e761666295d19b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A small motorboat passes anchored vessels in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 2026.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCMMCSYIAWFFSYFBH4F4C26DKU.jpg?auth=434c8ce22f88941439078ecc19fdf006692dc6eef9e13f53d3de68027a53fa29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barber Wissam Srour, 41, right, searches for belongings in the rubble of his barbershop, damaged in an Israeli strike, in the southern port city of Tyre, Lebanon, Friday, June 19, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item><item><title><![CDATA[Morocco star Achraf Hakimi will stand trial in a rape case, French appeals court confirms]]></title><link>https://www.local10.com/sports/2026/06/19/morocco-star-achraf-hakimi-will-stand-trial-in-a-rape-case-french-appeals-court-confirms/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/morocco-star-achraf-hakimi-will-stand-trial-in-a-rape-case-french-appeals-court-confirms/</guid><dc:creator><![CDATA[By SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[A French appeals court confirmed Friday that Paris Saint-Germain and Morocco star player Achraf Hakimi will stand trial in a rape case.]]></description><pubDate>Fri, 19 Jun 2026 10:41:01 +0000</pubDate><content:encoded><![CDATA[<p>A French appeals court confirmed Friday that Paris Saint-Germain and Morocco star player Achraf Hakimi will stand trial in a rape case.</p><p>The defender, who is currently playing with Morocco at the World Cup after winning the Champions League for a second straight year with PSG, had appealed a February decision by an investigative judge. That ruling followed recommendations from public prosecutors that Hakimi should face trial.</p><p>The decision was released just hours before Morocco takes on Scotland in their Group C match. Morocco drew 1-1 with Brazil in its opening game.</p><p>Hakimi, one of the best right backs in the world, denies any wrongdoing. He faced preliminary charges of rape in March 2023 after a 24-year-old woman said she was raped by Hakimi at his home in a Paris suburb.</p><p>The Versailles appeals court said in a press statement that it ordered that Hakimi be formally charged with rape. The court said that the investigations conducted during the inquiry and the judicial investigation led the investigating chamber to conclude that there is sufficient evidence against the player to stand trial.</p><p>Rachel-Flore Pardo, the lawyer representing the plaintiff, said that after more than three years of legal proceedings, “and after being defamed and dragged through the mud by Achraf Hakimi’s defense,” the court's decision “brings my client a sense of relief and hope."</p><p>“Relief that she has been heard by the justice system and will have her case heard at trial,” Pardo said in a statement to The Associate Press. "Hope that this trial will help other women and further weaken the fortress of denial and impunity surrounding sexual violence, including within the world of men’s football.”</p><p>Hakimi claimed in a message posted on X on Friday that his case would have been dismissed if he had not been famous, and that he sometimes feels he has become “an easy target.”</p><p>“Justice looked me in the eye and told me: ‘If you were not famous, there would never have been a case,’" Hakimi wrote. “I chose to remain silent for years. I believed that staying dignified, being patient, and trusting the justice system would allow the right decisions to be made.”</p><p>He added that the case has been detrimental not only to him, but also to his family, “and above all, to the truth.”</p><p>“I have been waiting for this trial since the first day. And I am now waiting for it impatiently,” he added. “Finally, I will be able to speak.”</p><p>A date for the trial has yet to be announced.</p><p>“The multitude of exculpatory elements uncovered during the investigation and judicial inquiry would, in any other case, have led to the dismissal of the proceedings," Hakimi’s lawyer, Fanny Colin, told the AP.</p><p>“Achraf Hakimi’s defense regrets that no consequences were drawn from the contradictions and false statements made by the complainant, her concealment of information from the judicial authorities, her obstruction of the search for the truth, and the psychological assessments noting both her ambivalence and her lack of clarity regarding the events she reported.”</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/SAMWJTK3ZKGAXGNY3ATRSYDCMQ.jpg?auth=2d6c85b7e28f14a87b5e49dcfe1e1e94aac59ef7ae64a67f8fd4ae9cb5868732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Achraf Hakimi exercises during a training session ahead of the World Cup Group C soccer match between Scotland and Morocco in Foxborough, Mass., near Boston, Thursday, June 18, 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/7EEDPLRAJRZUFXQZAELVBDAJFE.jpg?auth=a7281a0c0810297b89d8f71fd1d7bb7ada78d5bc9f01b8bc6a6680afba1b1bf0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) challenges for the ball with Morocco's Achraf Hakimi (2) during the World Cup Group C soccer match between Brazil and Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Yuki Iwanmura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwanmura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CBXIW36TBBW7JRTWOBDRXO4IU.jpg?auth=ae1f9e92fc2d7b4acefa497b4c44b27df77eaadeebd93e634883ade1440288ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Neil El Aynaoui and Achraf Hakimi exercise during a training session ahead of the World Cup Group C soccer match between Scotland and Morocco in Foxborough, Mass., near Boston, Thursday, June 18, 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/MAVF6M3HBVFZZMNZZ6IAUZ73VY.jpg?auth=ac0b20db470b97b10531215beb258580a5fbb3cccae9ab32be0f079768c9d306&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Douglas Santos, left, challenges Morocco's Achraf Hakimi during the World Cup Group C soccer match between Brazil and Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item></channel></rss>