<?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, 26 Jun 2026 16:00:36 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Doral mother accused of child, animal neglect; cops say son ‘shares his food with the family dog’]]></title><link>https://www.local10.com/news/local/2026/06/26/doral-mother-accused-of-child-animal-neglect-cops-say-son-shares-his-food-with-the-family-dog/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/doral-mother-accused-of-child-animal-neglect-cops-say-son-shares-his-food-with-the-family-dog/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Doral woman is facing charges after authorities say her hungry 11-year-old son was found wandering the parking garage of their apartment building early Thursday morning trying to find her so he could eat.]]></description><pubDate>Fri, 26 Jun 2026 15:59:36 +0000</pubDate><content:encoded><![CDATA[<p>A Doral woman is facing charges after authorities say her hungry 11-year-old son was found wandering the parking garage of their apartment building early Thursday morning trying to find her so he could eat.</p><p>Police said Roxanabel Medina Leon, 31, would leave the boy alone with little to no food in their dirty apartment while she was at her boyfriend’s apartment.</p><p>Authorities said the boy told police that not only was he left alone with little food, “he shares his food with the family dog because there is no dog food available in the residence.”</p><p>According to the Doral Police Department, a building employee called officers to the building, the name and address of which are redacted from an arrest report, at around 3 a.m., after seeing the boy walking alone in the garage. According to the report, he told the boy to go back to his own apartment and remain there until police arrived.</p><p>According to the DPD report, that employee told investigators that the boy had come to the building’s lobby at around 8:30 a.m. on Wednesday “and asked him if he had any food or water.”</p><p>Police said the employee gave Medina’s son popcorn, Biscoff cookies and water.</p><p>According to police, the boy told investigators that he “frequently goes to his mother’s boyfriend’s apartment to obtain food” and that he had gone to the front desk that morning because his mother hadn’t answered the door, saying “the only food available (in the apartment) was expired macaroni and cheese” which he didn’t eat “because he believed it would make him sick.”</p><p>He told police that he “often has to wake his mother” because his 4-month-old baby brother is crying and she doesn’t hear him. According to the report, he said he was in the parking garage trying to find his mother’s vehicle “in an effort to find her and obtain food because he was hungry.”</p><p>In the report, a Doral police officer described the conditions in the apartment:</p><blockquote><p>“Upon entering the residence, I observed the apartment to be in disarray. The floors were sticky to the touch and there was a strong odor consistent with urine and feces throughout the residence. I proceeded to the juvenile victim’s bedroom, where I observed a mattress positioned directly on the floor without a bed frame. I then entered the bathroom adjacent to the juvenile victim’s bedroom and observed a dog cage containing two bowls. Both bowls were empty and did not contain food or water. While in the kitchen, I observed two knives on the countertop. The knives were unsecured and appeared readily accessible to the juvenile victim. I then entered the defendant’s bedroom, where I observed a baby bassinet. The bassinet appeared soiled and did not contain a clean fitted sheet or bedding.”</p><p class="citation">DPD report</p></blockquote><p>Additionally, police said there was “little to no food” inside the unit.</p><p>According to the report, the boy told investigators that “there have been occasions when he became so hungry that he ate Gerber baby rice cereal mixed with water because there was no milk available in the apartment and added that the family dog had not eaten regular dog food for approximately three months.”</p><p>Authorities said they went to Medina’s boyfriend’s apartment and found her and the 4-month-old there. </p><p>According to the report, she claimed she cleaned the apartment “last Tuesday” and said her “son is constantly fed when she either cooks or orders food.”</p><p>“She stated that she left her dog food last night and doesn’t know why the dog was found with no food,” the report states.</p><p>Police arrested Medina on two felony counts of child neglect and one misdemeanor animal cruelty charge.</p><p>As of Friday morning, she was being held in the Turner Guilford Knight Correctional Center on a $5,500 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JF5RKACXKNBGREYXPNP7LN6YVM.jpg?auth=3467a7b9a7b5a23b9d53de13c0c3aa3cf23741b7ca725d56e0077b1656fb21cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Roxanabel Medina Leon]]></media:description></media:content></item><item><title><![CDATA[Helping Venezuela: Samaritan’s Purse deploys team from Colombia ]]></title><link>https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[North Carolina-based Samaritan’s Purse deployed a team from Colombia to Venezuela after the 7.2- and 7.5-magnitude earthquakes struck on Wednesday. ]]></description><pubDate>Fri, 26 Jun 2026 15:44:40 +0000</pubDate><content:encoded><![CDATA[<p>North Carolina-based Samaritan’s Purse deployed a team from Colombia to Venezuela after the 7.2- and 7.5-magnitude earthquakes struck on Wednesday. </p><p>The Christian nonprofit, working with the support of<a href="https://www.state.gov/responding-to-venezuela-earthquakes/" target="_self" rel="" title="https://www.state.gov/responding-to-venezuela-earthquakes/"> the U.S. State Department</a>, plans to “airlift an <a href="https://www.samaritanspurse.org/media/fact-sheet-efh/" target="_self" rel="" title="https://www.samaritanspurse.org/media/fact-sheet-efh/">Emergency Field Hospital</a>, as well as shelter tarp, solar lights, blankets, and water filters.”</p><p>Franklin Graham, the nonprofit’s president, released a statement on Facebook: “Pray for rescue and recovery operations, first responders, and all who are injured or grieving lost loved ones.”</p><p>For more information about how to support the organization’s efforts, <a href="https://www.samaritanspurse.org/article/samaritans-purse-responding-to-venezuela-quakes/?" target="_self" rel="" title="https://www.samaritanspurse.org/article/samaritans-purse-responding-to-venezuela-quakes/?">visit this page</a>.</p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WFQP6O2ILIHXPQ3BVGKVEKJLYY.jpg?auth=93180f0e48483be34a56941a6569adb0f4004b72a69c94738f14e1797d137d49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramedics carry an injured person at a hospital in Moron,near the epicenter of two earthquakes that struck Venezuela a day earlier, Thursday, June 25, 2026. (AP Photo/Jacinto Oliveros)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacinto Oliveros</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: World Vision asks for ‘disaster relief fund’ donations]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 21:27:50 +0000</pubDate><content:encoded><![CDATA[<p>Christian nonprofit World Vision reported staff had survived the 7.2- and 7.5-magnitude earthquakes that struck Venezuela on Wednesday. </p><p>Maria Andreina Pernalete, a World Vision communications manager in Caracas, was homeless and sought refuge at a nearby convent. </p><p>“There have been many after shocks,” Pernalete said, according to the organization’s update. </p><p>Luis Colmenares, a World Vision communications specialist in Barquisimeto, reported witnessing injuries during a panicked evacuation. </p><p>On Friday, the organization reported having “over 200 staff and existing operational capacity” to respond. </p><p>The nonprofit is working with the support of<a href="https://www.state.gov/responding-to-venezuela-earthquakes/" target="_self" rel="" title="https://www.state.gov/responding-to-venezuela-earthquakes/"> the U.S. State Department</a>. </p><p>For more information about how to make a financial donation to the organization’s fund, <a href="https://donate.worldvision.org/give/disaster-relief-fund-1" target="_self" rel="" title="https://donate.worldvision.org/give/disaster-relief-fund-1">visit this page</a>.</p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">When a &#39;double double&#39; crisis hits a country where systems have already broken down, you can expect that responding will be a challenge.<br><br>We&#39;re already in place in Venezuela, with over 200 staff and existing operational capacity to respond. Since 2019, we&#39;ve reached over 2… <a href="https://t.co/ChXXnON95R">pic.twitter.com/ChXXnON95R</a></p>&mdash; World Vision (@WorldVision) <a href="https://x.com/WorldVision/status/2070527020417552684?ref_src=twsrc%5Etfw">June 26, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li><li/></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C2DQCRT3UM64CYLAMYEVSNKHLQ.jpg?auth=4e4452f47f105631cb134c5697e9a780fc49d27d735872338b731d977fc127b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged buildings stand in Catia La Mar, Venezuela, a day after an earthquake and several aftershocks struck the city, Thursday, June 25, 2026. (AP Photo/Jonathan Lanza)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Lanza</media:credit></media:content></item><item><title><![CDATA[Caitlin Clark sidelined vs the Sparks as she recovers from back injury]]></title><link>https://www.local10.com/sports/2026/06/26/caitlin-clark-sidelined-vs-the-sparks-as-she-recovers-from-back-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/caitlin-clark-sidelined-vs-the-sparks-as-she-recovers-from-back-injury/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[Caitlin Clark will miss Saturday's game against the Los Angeles Sparks while she recovers from a back injury she suffered against Phoenix on Wednesday.]]></description><pubDate>Fri, 26 Jun 2026 15:41:24 +0000</pubDate><content:encoded><![CDATA[<p>Caitlin Clark will miss Saturday's game against the Los Angeles Sparks while she recovers from a back injury she suffered against Phoenix on Wednesday.</p><p>Indiana coach Stephanie White said Friday morning that Clark wouldn't play. Indiana doesn’t play again after Saturday until visiting the Las Vegas Aces on July 5.</p><p>“She's OK. She's going to be out on Saturday. She's doing all right,” White said. “Obviously, it's a good time as we have all week next week. Take this opportunity to get her treatment, get her healthy and get her back on the floor and see what happens.”</p><p>Clark only played in 13 games last season because of a variety of injuries. She’s missed one game this season because of her back. Clark is tied for fourth in the league with 21.2 points a game. She had 19 points in 20 minutes against Phoenix.</p><p>“Long-term health and wellness is the most important thing," White said. “I think we want her to be healthy physically, mentally, emotionally. When you've gone through injury and the traumatic aspect of injury that she had last year, it's ups and downs physically, mentally and emotionally. Making sure that she's 100% ready to go is the most important thing.”</p><p>Clark was also hit in the throat Wednesday by Phoenix's Alyssa Thomas. While no foul was called, the Mercury forward was suspended by the league for a game on Thursday for that play.</p><p>Clark is currently second in All-Star fan voting that was released Wednesday behind teammate Aliyah Boston. The All-Star Game is July 25 in Chicago.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CID3VI3S6UGGSKDZQCJLVDW36I.jpg?auth=d3f3157b4eaa13ef8e59c31b20ce38644a7daedb5ab52715a3978cd9cc1c26df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) drives on Atlanta Dream guard Te-Hina Paopao (2) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: International Medical Corps deploys staff, needs donations]]></title><link>https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dariel Fernandez was at the Global Empowerment Mission’s warehouse on Friday morning in Doral determined to help Venezuelans.]]></description><pubDate>Fri, 26 Jun 2026 15:16:26 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://internationalmedicalcorps.org/country/venezuela/" target="_self" rel="" title="https://internationalmedicalcorps.org/country/venezuela/">International Medical Corps</a>, a global nonprofit founded in 1984, has had teams working in Venezuela since 2019. </p><p>After the earthquakes on Wednesday, the healthcare-focused nonprofit organization announced that a team was working with partners on the ground. </p><p>The organization has experience with health, nutrition, mental health support, child protection, and water, sanitation, and hygiene programs in Venezuela.</p><p>For more information about their efforts and to make a donation,<a href="https://intlmedcorps.donorsupport.co/page/Ven2606" target="_self" rel="" title="https://intlmedcorps.donorsupport.co/page/Ven2606"> visit this page</a>. </p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Finternationalmedicalcorps%2Fposts%2Fpfbid0LFGEnHBgWFV9uAXAFj1sUV4fAtrCx7g7whvQ4eKtc8L4QeYH4bBgTuj9iSk1yYsJl&show_text=true&width=500" width="500" height="711" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">South Florida donation drop-off locations to help Venezuelans after earthquakes</a></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul><p><b>Related report: </b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WFQP6O2ILIHXPQ3BVGKVEKJLYY.jpg?auth=93180f0e48483be34a56941a6569adb0f4004b72a69c94738f14e1797d137d49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramedics carry an injured person at a hospital in Moron,near the epicenter of two earthquakes that struck Venezuela a day earlier, Thursday, June 25, 2026. (AP Photo/Jacinto Oliveros)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacinto Oliveros</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: United Way Miami launches ‘Operation Helping Hands’]]></title><link>https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dariel Fernandez was at the Global Empowerment Mission’s warehouse on Friday morning in Doral determined to help Venezuelans.]]></description><pubDate>Fri, 26 Jun 2026 15:26:49 +0000</pubDate><content:encoded><![CDATA[<p>The United Way Miami launched “Operation Helping Hands” to respond to the earthquakes in Venezuela. </p><p>The century-old nonprofit organization announced that “100% of the funds raised will be allocated to purchasing relief supplies and services through nonprofit organizations actively providing assistance on the ground.” </p><p>For more information about the nonprofit and experience in Miami-Dade County, <a href="https://unitedwaymiami.org/give-to-your-united-way/" target="_self" rel="" title="https://unitedwaymiami.org/give-to-your-united-way/">visit this page</a>. </p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Finternationalmedicalcorps%2Fposts%2Fpfbid0LFGEnHBgWFV9uAXAFj1sUV4fAtrCx7g7whvQ4eKtc8L4QeYH4bBgTuj9iSk1yYsJl&show_text=true&width=500" width="500" height="711" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">South Florida donation drop-off locations to help Venezuelans after earthquakes</a></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li></ul><p><b>Related report: </b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZGPJXJS5PKIRKKKBVQ4RAG34Y.jpg?auth=0820a99ff29ce03cb1ff9a0eba23bb961953f5aeaec18a47a0661cd9c7e4c637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take goods from damaged stores a day after earthquakes and aftershocks struck Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Jonathan Lanza)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Lanza</media:credit></media:content></item><item><title><![CDATA[Faith, family and perseverance: South Florida graduate earns full college scholarship after years of sacrifice]]></title><link>https://www.local10.com/features/2026/06/26/faith-family-and-perseverance-south-florida-graduate-earns-full-college-scholarship-after-years-of-sacrifice/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/26/faith-family-and-perseverance-south-florida-graduate-earns-full-college-scholarship-after-years-of-sacrifice/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[For Juovance Nelson, graduating from high school was about much more than earning a diploma. The South Florida teen is the first in his family to attend college, reaching a milestone made possible through years of faith, family support and personal sacrifice.]]></description><pubDate>Fri, 26 Jun 2026 14:55:11 +0000</pubDate><content:encoded><![CDATA[<p>For Juovance Nelson, graduating from high school was about much more than earning a diploma.</p><p><a href="https://www.local10.com/news/local/2026/06/26/fe-familia-y-perseverancia-graduado-del-sur-de-florida-obtiene-beca-universitaria-completa-tras-anos-de-sacrificio/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/fe-familia-y-perseverancia-graduado-del-sur-de-florida-obtiene-beca-universitaria-completa-tras-anos-de-sacrificio/">Leer en español</a></p><p>The South Florida teen is the first in his family to attend college, reaching a milestone made possible through years of faith, family support and personal sacrifice.</p><p>Now, thanks to the George Snow Scholarship Fund, the Monarch High School graduate will attend Oakwood University in Huntsville, Alabama, where he plans to study ministerial theology with all four years of tuition covered.</p><p>“Love is patient. Love is kind. It does not envy. It does not boast,” Nelson said, reciting his favorite Bible verse from 1 Corinthians 13:4.</p><p>The scripture has become the foundation of his life.</p><p>“I know love is the most powerful force on this earth, so I try to go forth and show that every single day,” he said.</p><h3><b>A family united by love</b></h3><p>When Nelson was 10 years old, his family’s life changed dramatically after his father suffered a debilitating stroke.</p><p>His mother, Lucy Nelson, took on two jobs to support the family. His older brother, Leo, helped by driving him to and from school.</p><p>Nelson found his own way to contribute, stepping into the role of part-time caregiver for his father.</p><p>“It was just helping him to grow, to be more independent,” Nelson said.</p><p>Despite the added responsibilities at home, he excelled in every aspect of his life.</p><p>On the football field, Nelson helped lead Monarch High School to a district championship in 2025 as a left guard.</p><p>At church, he serves as a youth elder.</p><p>In the classroom, he graduated with a 4.0 GPA.</p><p>“My family pushed me a lot to do it, and I owe it to them,” Nelson said. “Look at where we are now.”</p><h3><b>A life-changing opportunity</b></h3><p>That journey caught the attention of the George Snow Scholarship Fund.</p><p>After reviewing his application, the organization awarded Nelson two scholarships that will cover the full cost of his college education.</p><p>“He has worked very hard through his high school career and filled out a great application for us,” said Tim Snow, president of the George Snow Scholarship Fund. “It was kind of a no-brainer for us to want to help him.”</p><p>In addition to paying for tuition, the scholarship program will provide Nelson with a new laptop, emergency financial assistance, clothing and dorm room essentials as he begins college.</p><p>The George Snow Scholarship Fund has helped approximately 4,600 students pursue higher education.</p><h3><b>Looking ahead</b></h3><p>While leaving home will be difficult for both Nelson and his family, they believe his future is bright.</p><p>“I am going to miss him, but God knows everything,” his mother said.</p><p>His father offered simple but powerful words of encouragement: “Hold on fast. Do not let go.”</p><p>Nelson says he plans to carry those words — along with another passage from his favorite chapter of scripture — into the next chapter of his life.</p><p>“Love never fails.”</p><p>As he prepares to leave South Florida for Alabama, Nelson is already focused on the future.</p><p>“Without a shadow of a doubt, I know I will be walking on that stage in four years,” he said. “I’m gunning. I’m coming for everything.”</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[Fe, familia y perseverancia: Graduado del sur de Florida obtiene beca universitaria completa tras años de sacrificio]]></title><link>https://www.local10.com/news/local/2026/06/26/fe-familia-y-perseverancia-graduado-del-sur-de-florida-obtiene-beca-universitaria-completa-tras-anos-de-sacrificio/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/fe-familia-y-perseverancia-graduado-del-sur-de-florida-obtiene-beca-universitaria-completa-tras-anos-de-sacrificio/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Para Juovance Nelson, graduarse de la escuela secundaria significó mucho más que obtener un diploma. El joven del sur de Florida es el primero de su familia en asistir a la universidad, alcanzando un logro que fue posible gracias a años de fe, apoyo familiar y sacrificio personal.]]></description><pubDate>Fri, 26 Jun 2026 15:24:52 +0000</pubDate><content:encoded><![CDATA[<p>Para Juovance Nelson, graduarse de la escuela secundaria significó mucho más que obtener un diploma.</p><p>El joven del sur de Florida es el primero de su familia en asistir a la universidad, alcanzando un logro que fue posible gracias a años de fe, apoyo familiar y sacrificio personal.</p><p>Ahora, gracias al George Snow Scholarship Fund, el graduado de Monarch High School asistirá a Oakwood University, en Huntsville, Alabama, donde planea estudiar teología ministerial con los cuatro años de matrícula cubiertos.</p><p>“El amor es paciente, es bondadoso. El amor no tiene envidia, no es jactancioso”, dijo Nelson al recitar su versículo favorito de la Biblia, 1 Corintios 13:4.</p><p>Ese pasaje se ha convertido en la base de su vida.</p><p>“Sé que el amor es la fuerza más poderosa de esta tierra, así que trato de demostrarlo todos los días”, dijo.</p><h3><b>Una familia unida por el amor</b></h3><p>Cuando Nelson tenía 10 años, la vida de su familia cambió drásticamente después de que su padre sufriera un derrame cerebral que lo dejó con graves secuelas.</p><p>Su madre, Lucy Nelson, asumió dos trabajos para mantener a la familia. Su hermano mayor, Leo, lo ayudaba llevándolo y trayéndolo de la escuela.</p><p>Nelson encontró su propia manera de contribuir, asumiendo el papel de cuidador de medio tiempo de su padre.</p><p>“Era simplemente ayudarlo a progresar, a ser más independiente”, dijo Nelson.</p><p>A pesar de las responsabilidades adicionales en casa, sobresalió en todos los aspectos de su vida.</p><p>En el campo de fútbol americano, Nelson ayudó a llevar a Monarch High School al campeonato distrital en 2025 como guardia izquierdo.</p><p>En la iglesia, sirve como anciano del ministerio juvenil.</p><p>En el salón de clases, se graduó con un promedio académico perfecto de 4.0.</p><p>“Mi familia me impulsó mucho a lograrlo y se lo debo a ellos”, dijo Nelson. “Miren dónde estamos ahora”.</p><h3><b>Una oportunidad que cambia la vida</b></h3><p>Ese recorrido llamó la atención del George Snow Scholarship Fund.</p><p>Después de revisar su solicitud, la organización otorgó a Nelson dos becas que cubrirán el costo total de su educación universitaria.</p><p>“Ha trabajado muy duro durante toda la escuela secundaria y presentó una excelente solicitud”, dijo Tim Snow, presidente del George Snow Scholarship Fund. “Fue una decisión muy fácil para nosotros querer ayudarlo”.</p><p>Además de cubrir la matrícula, el programa de becas le proporcionará a Nelson una computadora portátil nueva, asistencia financiera de emergencia, ropa y artículos esenciales para su dormitorio al comenzar la universidad.</p><p>El George Snow Scholarship Fund ha ayudado a aproximadamente 4,600 estudiantes a continuar sus estudios universitarios.</p><h3><b>Mirando hacia el futuro</b></h3><p>Aunque dejar su hogar será difícil tanto para Nelson como para su familia, todos creen que su futuro es prometedor.</p><p>“Lo voy a extrañar, pero Dios lo sabe todo”, dijo su madre.</p><p>Su padre le ofreció unas palabras de aliento sencillas pero poderosas: “Mantente firme. No te rindas”.</p><p>Nelson dice que llevará esas palabras, junto con otro pasaje de su capítulo bíblico favorito, a la siguiente etapa de su vida.</p><p>“El amor nunca deja de ser”.</p><p>Mientras se prepara para dejar el sur de Florida para ir a Alabama, Nelson ya tiene la vista puesta en el futuro.</p><p>“Sin la menor duda, sé que estaré caminando por ese escenario dentro de cuatro años”, dijo. “Voy con todo. Voy por todo”.</p><p><b>Para donar:</b> Si desea hacer una donación monetaria para una historia o proyecto de Good News South Florida, <a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_blank" rel="noreferrer" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">haga clic aquí</a>. Local 10 ha creado el Local 10 Fund 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><b>Para ser voluntario o enviar una idea de historia:</b> Si desea participar como voluntario en un proyecto de Good News South Florida o proponer una historia, envíe un correo electrónico a <a href="goodnews@local10.com" target="_blank" rel="noreferrer" title="goodnews@local10.com">goodnews@local10.com</a>.</p><p><b>Good News South Florida</b> se transmite los viernes en el noticiero matutino 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><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[Disagreements between Supreme Court justices bubble into public view as major rulings loom]]></title><link>https://www.local10.com/news/politics/2026/06/26/disagreements-between-supreme-court-justices-bubble-into-public-view-as-major-rulings-loom/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/26/disagreements-between-supreme-court-justices-bubble-into-public-view-as-major-rulings-loom/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST and FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court is handing down major opinions at a rapid clip, but even with some of the biggest decisions yet to come there are signs of tension between the justices.]]></description><pubDate>Fri, 26 Jun 2026 15:22:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court is handing down major opinions at a rapid clip, but even with some of the biggest decisions yet to come there are signs of tension between the justices.</p><p>One highly unusual exchange for the restrained and traditional atmosphere came Thursday, as the members of the nation’s highest court took the bench as usual to read a short summary of their decisions. Those rulings included two major immigration wins for President Donald Trump.</p><p>After conservative Justice Samuel Alito finished his reading of the majority’s ruling limiting how people can seek asylum at the southern border, liberal Sonia Sotomayor spoke up to read from her scorching dissent.</p><p>She traced the difficult journey many asylum seekers face and outlined a painful chapter in the country’s history: When the U.S. and other countries turned back a ship full of Jewish refugees attempting to flee persecution in Nazi Germany in 1939. About 250 of those passengers later died in the Holocaust.</p><p>Sotomayor said the majority’s opinion would allow the Trump administration to block people from applying for asylum at the border, which would result in more deaths. The decision “regrettably and tragically extinguishes the light of the torch of the Statue of Liberty.”</p><p>Justice Brett Kavanaugh watched her intently as she spoke, while Justice Ketanji Brown Jackson looked straight ahead.</p><p>Majority opinions are always read from the bench and dissenters can speak up as well to underscore their objections, which typically happens in few cases every term. More rulings are expected on Monday.</p><p>Sotomayor’s spoken dissent, however, appeared to be a surprise for Alito. In a very rare move, he spoke off the cuff. He sounded annoyed, saying he did not know she was going to be speaking and would have added more detail to his summary if he'd been aware.</p><p>For the conservative majority, the case was about whether border officials can delay asylum seekers’ entry into the U.S. “until they can be processed in a safe and orderly way.”</p><p>Out loud, Alito defended his opinion by noting that the policy at the center of the case had been used under both the Obama and Trump administrations. “I won’t add anything more to that,” he said.</p><p>The exchange comes as the court prepares to release opinions next week on some of the biggest issues of the term, and Trump’s presidency so far. Those include his push to restrict birthright citizenship and expand the president’s power to fire board members at independent agencies.</p><p>It isn’t the first time unusual tensions have surfaced this term. Sotomayor issued a rare public apology in April to another justice, Brett Kavanaugh, for what she termed “hurtful comments.” She had said during a law school talk that a colleague “probably doesn’t really know any person who works by the hour.”</p><p>In another public appearance in March, Kavanaugh and Justice Ketanji Brown Jackson sparred over the many emergency orders the court had issued allowing Trump to move ahead with key parts of his agenda.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SX5NVDRJJPDMRFGYVXQKGM4ACU.jpg?auth=054355d137bdb5294a744a9fa2f157a5ec41a864463fa1f61538f5ab83136165&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination photo shows Justice Sonia Sotomayor, Sept 16, 2024, in New York, left, and Justice Samuel Alito in Rome, Sept. 20, 2025. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[HOW TO HELP: South Florida donation drop-off locations to help Venezuelans after earthquakes]]></title><link>https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/</guid><description><![CDATA[Back-to-back earthquakes in Venezuela have killed at least 589 people and left thousands injured.]]></description><pubDate>Fri, 26 Jun 2026 13:32:52 +0000</pubDate><content:encoded><![CDATA[<p>Back-to-back earthquakes in Venezuela have killed at least 589 people and left thousands injured.</p><p><a href="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/">Leer en español</a></p><p>Acting President Delcy Rodríguez announced the new death toll early Friday, surrounded by government and military officials as she welcomed the arrival of rescue crews from all over the world.</p><p>Here are locations in South Florida that are accepting donations for relief efforts.</p><p><u><b>Doral:</b></u></p><ul><li><b>GEM headquarters</b> is open from 9 a.m. to 4 p.m., Monday to Friday, at 1850 NW 84th Ave. </li><li><b>Miami-Dade County Supervisor of Elections Office lobby</b> is open from 8 a.m. to 5 p.m., from Monday to Friday, at 2700 NW 87th Ave.</li><li><b>Doral Legacy Park Community Center</b> is open from 5 p.m. to 9 p.m., from Monday to Friday, and from 8 a.m. to 5 p.m. on Saturday and Sunday at 11400 NW 82 St.</li><li><b>El Arepazo</b> is open 24 hours from Monday to Sunday at 10191 NW 58th St. </li></ul><p>Donations that are needed include emergency gear, such as flashlights, heavy-duty batteries, solar phone chargers and work gloves; and baby care items, such as diapers.</p><p><u><b>Coconut Creek</b></u></p><p><b>Food For The Poor,</b> located at 6401 Lyons Road. </p><p>Donations are being accepted weekdays from 8 a.m. to 5 p.m. and on Saturdays from 8 a.m. to noon.</p><p>Donations being accepted: </p><p>• Fruits: Canned peaches, pineapple, mango, pears, and similar varieties</p><p>• Vegetables: Canned tomatoes, carrots, potatoes, green beans, spinach, and mixed vegetables</p><p>• Protein: Canned chicken, turkey, beef, fish, or dehydrated meat</p><p>• Dry Grains: Rice, beans, lentils, and peas</p><p>• Cereals: Wheat, cornmeal, oats, and pasta</p><p>• Nuts, Seeds, and Nut Butters: Peanut butter, almond butter, sunflower seed butter</p><p>• Vegetable Oil: Cooking oil (vegetable, canola, or sunflower)</p><p>• Milk Products: Boxed or powdered milk, fortified alternatives (shelf-stable)</p><p>• Ready-to-Eat Snacks: Nutritional biscuits, energy bars, or fortified snacks</p><p>• Hygiene supplies, such as soap, deodorant, and wash cloths</p><p>• Tarps</p><p>• Solar lanterns</p><p>• Blankets</p><p>• Diapers for children and adults</p><p>• Feminine hygiene products</p><p>• Children’s activity books and games</p><p><u><b>Miami-Dade County</b></u></p><p>Here is the list of the aid drop-off locations that the Miami-Dade tax collector has open from 8 a.m. to 5 p.m. from Monday to Friday and from 8 a.m. to 1 p.m. on Saturday:</p><p>MIAMI BEACH: 100 16 St. </p><p>CORAL GABLES: 224 Minorca Ave. </p><p>DOWNTOWN MIAMI: 200 NW 2nd Ave. </p><p>KENDALL: 11735 SW 147 Ave. </p><p>MIAMI CENTRAL: 3721 NW 7 St. </p><p>MIAMI GARDENS: 18326 NW 7 Ave. </p><p>NORTHSIDE: 7900 NW 27 Ave. </p><p>MIDWAY CROSSINGS: <a href="https://maps.app.goo.gl/yL2CuQQoXtnWo4v68" target="_self" rel="" title="https://maps.app.goo.gl/yL2CuQQoXtnWo4v68">7795 West Flagler St. #82c</a></p><p> CORAL REEF: 14652 SW 122 Ave. </p><p>FLORIDA CITY: 1448 North Krome Ave. </p><p>HIALEAH GARDENS: 11093 NW 138 St. </p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E4AMKB3HDVHW5CADHJ74JT6H5Q.jpeg?auth=eef8f396814f0aede676f93e0f4c86453cbb507e6093d120c738ba9f4e230dc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Suspect at large after stabbing man in Lauderhill, cops say]]></title><link>https://www.local10.com/news/local/2026/06/26/suspect-at-large-after-stabbing-man-in-lauderhill-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/suspect-at-large-after-stabbing-man-in-lauderhill-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man was hospitalized early Friday morning being stabbed in Lauderhill, and the suspect remains at large, police confirmed. ]]></description><pubDate>Fri, 26 Jun 2026 15:02:15 +0000</pubDate><content:encoded><![CDATA[<p>A man was hospitalized early Friday morning being stabbed in Lauderhill, and the suspect remains at large, police confirmed. </p><p><a href="https://www.local10.com/news/local/2026/06/26/buscan-a-sospechoso-tras-apunalar-a-hombre-en-lauderhill-informan-las-autoridades/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/buscan-a-sospechoso-tras-apunalar-a-hombre-en-lauderhill-informan-las-autoridades/">Leer en español</a></p><p>According to the Lauderhill Police Department, officers responded around 5 a.m. to the 2200 block of Northwest 58th Terrace, where they found a man suffering from lacerations. </p><p>Police said the victim was taken to Broward Health Medical Center with injuries that were not considered life-threatening.</p><p>They said the victim was cut with an unknown object. The suspect fled before officers arrived and has not yet been identified, according to police. </p><p>Police said the victim and suspect know each other, and the incident appears to be isolated with no known threat to the public.</p><p>They said the LPD’s Criminal Investigations Division and Crime Scene Investigations Unit responded to process the scene.</p><p>A motive for the stabbing remains unclear at this time. </p><p>Anyone with information on the case is urged to contact Lauderhill police at 954-497-4700.</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/SOT3NRA7QBJ37XAHCLEK32DT6A.jpg?auth=8abcef48c90133409806cd4b1f23561779725aafb0f6ac6943f6cdccd968d310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Buscan a sospechoso tras apuñalar a hombre en Lauderhill, informan las autoridades]]></title><link>https://www.local10.com/news/local/2026/06/26/buscan-a-sospechoso-tras-apunalar-a-hombre-en-lauderhill-informan-las-autoridades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/buscan-a-sospechoso-tras-apunalar-a-hombre-en-lauderhill-informan-las-autoridades/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre fue hospitalizado la madrugada del viernes tras ser apuñalado en Lauderhill, y el sospechoso continúa prófugo, confirmó la Policía.]]></description><pubDate>Fri, 26 Jun 2026 15:16:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue hospitalizado la madrugada del viernes tras ser apuñalado en Lauderhill, y el sospechoso continúa prófugo, confirmó la Policía.</p><p>Según el Departamento de Policía de Lauderhill, los agentes respondieron alrededor de las 5 a.m. a la cuadra 2200 de Northwest 58th Terrace, donde encontraron a un hombre con laceraciones.</p><p>La Policía informó que la víctima fue trasladada al Broward Health Medical Center con heridas que no se consideran de riesgo para su vida.</p><p>Indicaron que la víctima fue cortada con un objeto no identificado. El sospechoso huyó antes de que los agentes llegaran al lugar y aún no ha sido identificado, según la Policía.</p><p>La Policía dijo que la víctima y el sospechoso se conocen y que el incidente parece ser un hecho aislado, sin una amenaza conocida para el público.</p><p>También informaron que la División de Investigaciones Criminales y la Unidad de Investigación de la Escena del Crimen del Departamento de Policía de Lauderhill acudieron para procesar la escena.</p><p>Por el momento, se desconoce el motivo del apuñalamiento.</p><p>Cualquier persona con información sobre el caso debe comunicarse con la Policía de Lauderhill al 954-497-4700.</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/SOT3NRA7QBJ37XAHCLEK32DT6A.jpg?auth=8abcef48c90133409806cd4b1f23561779725aafb0f6ac6943f6cdccd968d310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauderhill police cruiser]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Prosecutor dropping drug case against Olympian skier Bode Miller]]></title><link>https://www.local10.com/sports/2026/06/26/prosecutor-dropping-drug-case-against-olympian-skier-bode-miller/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/prosecutor-dropping-drug-case-against-olympian-skier-bode-miller/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[An eastern Idaho prosecutor says misdemeanor drug charges against Olympic gold medalist skier Bode Miller will be dismissed despite there having been probable cause to arrest him.]]></description><pubDate>Fri, 26 Jun 2026 14:57:49 +0000</pubDate><content:encoded><![CDATA[<p>An eastern Idaho prosecutor says misdemeanor drug charges against Olympic gold medalist skier Bode Miller will be dismissed despite there having been probable cause to arrest him.</p><p>Miller, 48, was arrested June 6 in Fremont County, which borders Montana and Wyoming, and charged with possessing psilocybin mushrooms. He pleaded not guilty last week and said his friend who was with him had a small amount of drugs he didn't know about.</p><p>County Prosecutor Lindsey Blake said in a statement provided to The Associated Press on Friday that her office will be dismissing the drug possession and drug paraphernalia charges against Miller.</p><p>“Although the deputy had sufficient probable cause to arrest Mr. Miller at the beginning of June, we recently received information which resulted in our office determining it is in the interest of justice to dismiss Mr. Miller’s misdemeanor charges,” she said. "I will not be discussing the specifics of this recent information due to it being related to another active case.”</p><p>Blake did not provide details on the other active case. Online court records related to Miller's case list another man who was charged with the same crimes.</p><p>Miller's lawyer, Jeromy Stafford, did not immediately return phone and email messages Friday. He told media outlets earlier this week that Miller did not have any drugs on his person when he was arrested.</p><p>In an Instagram post on Wednesday, Miller said he was pulled over after accelerating to pass a vehicle on a highway. He said his friend had a small amount of cannabis and a cannabis pipe, which Miller said he didn't know about.</p><p>“We fully cooperated with the officer,” he said. "I am hopeful the misdemeanor charges will be dropped once the facts are reviewed.”</p><p>In a probable cause statement, Fremont County Sheriff's Deputy Jacob Hurt wrote that he found Miller with a white dispensary bag containing 4.1 grams of the psychedelic mushrooms.</p><p>The 48-year-old Miller took a gambler’s approach to ski racing. His high-risk, high-reward style resulted in six Olympic medals, including gold in the super-combined at the 2010 Vancouver Games, and numerous crashes.</p><p>His last major race was at the 2015 world championships in Beaver Creek, Colorado, when a bad wipeout knocked him out of the super-G. He later underwent surgery to fix a torn right hamstring tendon caused when his ski sliced him. He said in late 2017 that he was retired for good.</p><p>Miller won 33 World Cup races and a pair of World Cup overall titles. He also captured four gold medals at world championships.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EW7DSONUTWPFXT3RJJ6SATUT44.jpg?auth=4c21a0a85bd9502dba8ec72e5e5483fa27294a7650490d4c497ba62e8d7beb02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Bode Miller makes a jump during men's downhill combined training at the Sochi 2014 Winter Olympics, Feb. 13, 2014, in Krasnaya Polyana, Russia. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCJMQS5Z6LEVG6OYZAMN4UJ6ZM.jpg?auth=88ca5be8e42550cde570d1f83fe900eae1937219ecfb0bdfd8605ee940bacea0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - USA men's ski team member and six-time Olympic medalist Bode Miller participates in a news conference at the alpine skiing world championships Feb. 2, 2015, in Beaver Creek, Colo. (AP Photo/Brennan Linsley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brennan Linsley</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Miami-Dade’s tax collector opens 11 drop-off locations]]></title><link>https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dariel Fernandez was at the Global Empowerment Mission’s warehouse on Friday morning in Doral determined to help Venezuelans.]]></description><pubDate>Fri, 26 Jun 2026 14:37:31 +0000</pubDate><content:encoded><![CDATA[<p>Dariel Fernandez was at the Global Empowerment Mission’s warehouse on Friday morning in Doral determined to help Venezuelans. </p><p>Fernandez, Miami-Dade County’s tax collector, announced that his office opened drop-off locations for donations that GEM is committed to delivering aid. </p><p>“People of Venezuela you are not alone,” Fernandez<a href="https://x.com/darielfernandez/status/2070504472967590227" target="_self" rel="" title="https://x.com/darielfernandez/status/2070504472967590227"> said </a>at the warehouse. </p><p>GEM started operations at the warehouse after two 7.2- and 7.5-magnitude earthquakes struck on Wednesday causing devastation in northern Venezuela. </p><p>Here is the list of the aid drop-off locations that open from 8 a.m. to 5 p.m. from Monday to Friday and from 8 a.m. to 1 p.m. on Saturday:</p><p>MIAMI BEACH: 100 16 St. </p><p>CORAL GABLES: 224 Minorca Ave. </p><p>DOWNTOWN MIAMI: 200 NW 2nd Ave. </p><p>KENDALL: 11735 SW 147 Ave. </p><p>MIAMI CENTRAL: 3721 NW 7 St. </p><p>MIAMI GARDENS: 18326 NW 7 Ave. </p><p>NORTHSIDE: 7900 NW 27 Ave. </p><p>MIDWAY CROSSINGS: <a href="https://maps.app.goo.gl/yL2CuQQoXtnWo4v68" target="_self" rel="" title="https://maps.app.goo.gl/yL2CuQQoXtnWo4v68">7795 West Flagler St. #82c</a></p><p> CORAL REEF: 14652 SW 122 Ave. </p><p>FLORIDA CITY: 1448 North Krome Ave. </p><p>HIALEAH GARDENS: 11093 NW 138 St. </p><figure><img src="https://www.local10.com/resizer/v2/Z37VJSIWBBGEXN3JLUNTH6BRWY.jpg?auth=4d6cca2b8d549a664728e84d7430d0fc8f43c78361eb507bc99080162e80c889&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For more information about the tax collector’s efforts, <a href="https://mdctaxcollector.gov/blog/miami-dade-county-tax-collector-dariel-fernandez-joins-relief-efforts-for-earthquake-victims-in-venezuela" target="_self" rel="" title="https://mdctaxcollector.gov/blog/miami-dade-county-tax-collector-dariel-fernandez-joins-relief-efforts-for-earthquake-victims-in-venezuela">visit this page</a>. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">South Florida donation drop-off locations to help Venezuelans after earthquakes</a></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li></ul><p><b>Related report: </b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HD4JFUFOY56IFAQEGYZ7JFHARE.jpg?auth=613e82da8619a6a1b58c91854d33721211315b6c89f9d07ba65271c2d0ca0d21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past a building damaged by earthquakes that struck Puerto Cabello, Venezuela, a day earlier, Thursday, June 25, 2026. (AP Photo/Jacinto Oliveros)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacinto Oliveros</media:credit></media:content></item><item><title><![CDATA[Israel releases classified documents detailing 1976 Entebbe raid to free more than 100 hostages]]></title><link>https://www.local10.com/news/world/2026/06/26/israel-releases-classified-documents-detailing-1976-entebbe-raid-to-free-more-than-100-hostages/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/israel-releases-classified-documents-detailing-1976-entebbe-raid-to-free-more-than-100-hostages/</guid><dc:creator><![CDATA[By SAM METZ and IBRAHIM HAZBOUN, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Israel on Friday released a cache of previously classified documents that outline in detail the decisions behind a daring 1976 raid to free more than 100 hostages held captive in Uganda.]]></description><pubDate>Fri, 26 Jun 2026 14:47:18 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Israel on Friday released a cache of previously classified documents that outline in detail the decisions behind a daring 1976 raid to free more than 100 hostages held captive in Uganda.</p><p>The operation saw dozens of Israeli commandos storm the Entebbe Airport where Palestinian and German militants — backed by Ugandan forces — had taken 106 passengers from a hijacked flight from Tel Aviv to Paris. It lasted less than an hour with limited casualties among the commandos and hostages, most of whom were either Israeli or Jewish, making it the stuff of lore given the difficulty and high-risk nature of the mission.</p><p>Israel released the files ahead of the raid's 50th anniversary on July 3, and as the nation still grapples with the aftermath of the hostage crisis that began when Hamas-led militants attacked Israel on Oct. 7, 2023. The attack killed around 1,200 people and saw 251 others taken hostage to Gaza.</p><p>The files on the Entebbe raid build on earlier disclosures and what was already known about then-Prime Minister Yitzhak Rabin’s ad hoc crisis team and show how officials weighed negotiating for the hostages’ release against attempting a long‑range operation that would require Israeli commandos to fly thousands of miles (kilometers) over multiple hostile states.</p><p>The team initially insisted there should be no negotiations with the hostage‑takers — the Popular Front for the Liberation of Palestine and West Germany’s Revolutionäre Zellen. The groups, which hijacked the Air France flight from Tel Aviv when it stopped over in Athens, demanded the release of prisoners in multiple countries and warned they would start killing hostages if talks hadn’t delivered by their self‑imposed deadline.</p><p>But as the crisis dragged on over six days and pressure from the families of the hostages grew, Israeli leaders gradually became more open to talks, according to a summary of the files released by the Israel State Archives.</p><p>“The zero hour is approaching … We believe that a supreme effort must be made and break the ultimatum,” Rabin’s crisis team wrote in one memo, authorizing negotiations over some of the conditions.</p><p>Israel has historically negotiated with Palestinian militant groups to exchange hostages for Palestinian prisoners and detainees even as critics warned the practice could encourage more kidnappings. Entebbe is often viewed as a moment when Israel pivoted -- choosing a risky military operation -- but Friday’s documents suggest otherwise. Behind the scenes, officials moved to force only once negotiations stalled and confidence in a potential operation grew.</p><p>According to the documents, Israel took a two-pronged approach. It pushed forward France-led negotiations with Ugandan President Idi Amin, while mocking up blueprints of the airport and preparing to send transport planes to Kenya and onto Uganda to raid the airport under the dark of night.</p><p>The commandos broke into the airport and saved all but three hostages killed in the crossfire. During the gunbattle, Israeli forces killed all of the hijackers and dozens of Ugandan soldiers. Only one commando — Yonatan Netanyahu, brother of future Prime Minister Benjamin Netanyahu — was killed.</p><p>The operation was criticized by Amin and the Organization of African Unity — the African Union's predecessor organization — which saw the raid as a violation of Uganda’s sovereignty at a moment when it claimed to be negotiating for the hostages’ release.</p><p>For Israel, Entebbe was widely seen as a success just four years after all nine Israeli hostages were killed in a German-led rescue attempt at the 1972 Summer Olympics in Munich. Still, its leaders knew that military successes would not end conflict.</p><p>“Let us not deceive ourselves,” Rabin wrote in one of the memos released Friday. “It was an extraordinary operation and achievement. However, the problem is not over. Terrorism continues to operate. What other problems terrorism will pose to us and what lessons we must learn from this matter, it is too early to say. We have finished one battle, but the war continues.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2WOMAX22EM3CPN2V672F232SAU.jpg?auth=6003f74b9e3eb321b400e799b382640f10642ea6ae1c94603bca5780ade033d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A mother and her daughter embrace when the latter arrived at Tel Aviv's Ben Gurion Airport after Israeli paratroopers freed her and other hostages aboard a Air France jet at Uganda's Entebbe Airport earlier in the day, July 4, 1976. (AP Photo/Nash, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHEITWO6HMIHRKNTVAZPVCZWPQ.jpg?auth=59145d1f7cbac7c24b9f7af52bbfff1ec778e1975e940bffac7a8429cca4bb41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Israeli Brigadier Dan Shomron, who led Sunday's commando raid into Uganda's Entebbe Airport, speaks in Tel Aviv about how he and his men rescued hostages who were held for a week by pro-Palestine hijackers aboard an Air France plane, July 4, 1976. (AP Photo/Castro, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Castro</media:credit></media:content></item><item><title><![CDATA[June 26: Morning showers give way to afternoon heat in South Florida]]></title><link>https://www.local10.com/weather/2026/06/26/june-26-morning-showers-give-way-to-afternoon-heat-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/26/june-26-morning-showers-give-way-to-afternoon-heat-in-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[We have spotty showers and thunderstorms moving through South Florida Friday morning through midday. As we get deeper into the afternoon, most of these will shift west into the Everglades and we will be drier. ]]></description><pubDate>Fri, 26 Jun 2026 14:45:10 +0000</pubDate><content:encoded><![CDATA[<p>We have spotty showers and thunderstorms moving through South Florida Friday morning through midday. As we get deeper into the afternoon, most of these will shift west into the Everglades and we will be drier. High temperatures will reach the low 90s after these spotty storms move west, but when you factor in the humidity, heat indices will reach 100-105 degrees.</p><p>The pattern for the weekend will be overnight thunderstorms that last into the morning. The afternoons and early evenings will be drier. Expect similar heat on Friday. </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[Helping Venezuela: World Central Kitchen asks for donations for fresh meals]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 22:50:42 +0000</pubDate><content:encoded><![CDATA[<p>Chef José Andrés Puerta’s World Central Kitchen deployed a team to Venezuela after the 7.2- and 7.5-magnitude earthquakes struck on Wednesday. </p><p>The Spanish-American humanitarian started his nonprofit to feed communities in times of crisis after the devastating 2010 earthquake in Haiti. </p><p>WCK teams helped Venezuelans affected by Hurricane Beryl in 2024 and Hurricane Julia in 2022. On Thursday, <a href="https://wck.org/news/caracas-venezuela-earthquakes/" target="_self" rel="" title="https://wck.org/news/caracas-venezuela-earthquakes/">WCK announced </a>there was a team on its way. </p><p><b>For more information about how to make a financial donation to help the team in Venezuela, </b><a href="https://donate.wck.org/campaign/815521/donate" target="_self" rel="" title="https://donate.wck.org/campaign/815521/donate"><b>visit this page</b></a><b>.</b></p><p><b>Related story</b>:<a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/"> Aid starts to flow into El Arepazo in Doral</a></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/254BUCCWXWMDVAQ735RRH6G73Y.jpg?auth=e9fa42430fe3756fb2408761d285090b9606c42e6aff26f6b4f4a6dda718d3ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People camp in the street the night after the earthquake struck Caracas, Venezuela, Thursday, June 25, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[June to end with the least active hurricane season start since 2014 ]]></title><link>https://www.local10.com/weather/hurricane/2026/06/26/june-to-end-with-the-least-active-hurricane-season-start-since-2014/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/26/june-to-end-with-the-least-active-hurricane-season-start-since-2014/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Despite impactful flooding last week across the central Gulf Coast from the remnants of short-lived Tropical Storm Arthur — rainfall totals topping two feet in some places, bringing rainfall totals since May to nearly 50 inches across parts of southern Louisiana and Mississippi — it’s been largely crickets across the Atlantic since the start of the 2026 Atlantic hurricane season.]]></description><pubDate>Fri, 26 Jun 2026 14:15:48 +0000</pubDate><content:encoded><![CDATA[<p>Despite impactful flooding last week across the central Gulf Coast from the remnants of short-lived Tropical Storm Arthur — rainfall totals topping two feet in some places, bringing <a href="https://x.com/SteveWAFB/status/2069848424279576899?s=20" rel="">rainfall totals since May to nearly 50 inches</a> across parts of southern Louisiana and Mississippi — it’s been largely crickets across the Atlantic since the start of the 2026 Atlantic hurricane season.</p><p><a href="https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/">Leer en español</a></p><p>Overall tropical activity from the Gulf and Caribbean to the wider Atlantic is the lowest to-date in 12 years.</p><figure><img src="https://www.local10.com/resizer/v2/S65PSAVGJFCNLHSAKYC2SOE5ZY.png?auth=27fb636084d004e8e5bb734b4468c528d86a0c27d796347d5596e9d6f8a11130&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Of course, even though we’re already through about 16% of the hurricane season based on the calendar, historically 98% of tropical activity occurs after June. </p><p>And as we’ve discussed extensively in newsletters in previous seasons, early season activity (either high or low) isn’t a meaningful predictor for what could happen later in the season. </p><p>Only once we get into late July and August does activity to-date start to provide any meaningful clues about what the peak months of the season could hold.</p><p>Nevertheless, the paltry start to the Atlantic hurricane season is in line with what we would expect with a much earlier arriving and historically strong El Niño across the eastern Pacific. </p><p>The subtropical jet stream has been relentless through the tropical belt of the Atlantic this month — including into parts of the Gulf and Caribbean — and will continue to be the case for the foreseeable future.</p><p><b>Watching off the southeast to start July</b></p><p>As we detailed in <a href="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/">Thursday’s newsletter</a>, some of our forecast models – namely Google’s machine learning-based DeepMind hurricane model – are hinting at a small development window off the southeastern U.S. for the middle part of next week.</p><figure><img src="https://www.local10.com/resizer/v2/55N6XWZKRJALFIKWUX36GGK6W4.png?auth=0fe05c8d73fa576a3711be4b35ad47eb6690114b405187b2023ada70692a5815&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)" height="900" width="1200"/><figcaption>Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)</figcaption></figure><p>Odds remain low for now (10% or less), but best chances will come from next Tuesday to Thursday if anything tries to spin up.</p><p>The catalyst for what we’ll be watching next week will be a dying front draped over the warm waters off the southeast U.S. </p><p>Some models are hinting at a Mesoscale Convective System or MCS — a large cluster of thunderstorms — forming inland, diving off the coast, and getting tangled up on the frontal boundary, which could promote some development.</p><p>We won’t know the exact details for a few days, but regardless the odds are low enough that NHC hasn’t added it to its outlook just yet. Given lighter upper-level winds east of Florida along with near-record warmth in the waters for the time of year, it’s worth monitoring the trends.</p><p>Interestingly a similar setup (old front with an embedded MCS) is what spawned Hurricane Arthur in 2014, the last hurricane season to start as quietly as 2026.</p><p>Even the handful of models that do suggest development don’t point to significant development or a strong system, however, so for now it’s not anything to worry about.</p><p>In the meantime, enjoy the quiet weekend and quiet end to June.</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/7CVSA4SPARCH7AAFBOGCNTYKXM.jpg?auth=5c8fdac9115e5662c8943732b3ed179959c268e4fe0826bf94bbf3b9d713ade3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Helping Venezuela: UN asks for donations for ‘underfunded’ program for kids  ]]></title><link>https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The United Nations asked the public for financial donations on Thursday for the organization’s already underfunded humanitarian program in Venezuela. ]]></description><pubDate>Thu, 25 Jun 2026 18:05:32 +0000</pubDate><content:encoded><![CDATA[<p>The United Nations<a href="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate" target="_self" rel="" title="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate"> asked the public for financial donations</a> on Thursday for the organization’s already underfunded humanitarian program in Venezuela. </p><p>Even before the two earthquakes hit Venezuela on Wednesday, nearly 8 million people were already in need of aid, <a href="https://www.unocha.org/news/un-relief-chief-calls-collective-effort-after-devastating-venezuela-earthquakes" target="_self" rel="" title="https://www.unocha.org/news/un-relief-chief-calls-collective-effort-after-devastating-venezuela-earthquakes">according</a> to Tom Fletcher, the UN aid chief.</p><p>The earthquakes caused most of the destruction in Caracas, and in the states of La Guaira, Miranda, Aragua, Carabobo, and Falcón, <a href="https://news.un.org/es/story/2026/06/1541604" target="_self" rel="" title="https://news.un.org/es/story/2026/06/1541604">according</a> to the UN, which is working with the <a href="https://www.state.gov/responding-to-venezuela-earthquakes/" target="_self" rel="" title="https://www.state.gov/responding-to-venezuela-earthquakes/">U.S. State Department</a> and <a href="https://www.southcom.mil/News/PressReleases/Article/4526670/statement-on-us-military-support-to-venezuela-earthquake-relief/" target="_self" rel="" title="https://www.southcom.mil/News/PressReleases/Article/4526670/statement-on-us-military-support-to-venezuela-earthquake-relief/">U.S. Southern Command</a>. </p><p>For more information and to donate, <a href="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate" target="_self" rel="" title="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate">visit this UN page</a>. </p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a><b> </b></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WS6AGV64ATDS43EEBGDBDDLROI.jpg?auth=ebc47997d545e17134f76a44e0ea17be0b283f41064c9ec07c5de9227ecaf2a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People camp on a sports court following an earthquake in Caracas, Venezuela, Thursday, June 25, 2026 (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[AC Milan names Massimo Calvelli as CEO as it goes "in house" in bid to restore winning culture]]></title><link>https://www.local10.com/sports/2026/06/26/ac-milan-names-massimo-calvelli-as-ceo-as-it-goes-in-house-in-bid-to-restore-winning-culture/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/ac-milan-names-massimo-calvelli-as-ceo-as-it-goes-in-house-in-bid-to-restore-winning-culture/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — AC Milan named Massimo Calvelli as chief executive officer on Friday in a bid to “bring a winning culture” back to the club.]]></description><pubDate>Fri, 26 Jun 2026 14:54:28 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — AC Milan named Massimo Calvelli as chief executive officer on Friday in a bid to “bring a winning culture” back to the club.</p><p>The 51-year-old Calvelli replaces Giorgio Furlani, who was fired by U.S. owner, RedBird Capital Partners, last month as it cleaned house after what it deemed “an unequivocal failure” of a season.</p><p>“The mandate is clear — we will play to win, instead of playing not to lose — in everything that AC Milan touches, but most importantly on the field,” RedBird managing partner Gerry Cardinale said in a statement.</p><p>“The entire organization at AC Milan will now benefit tremendously from his full time appointment and sense of urgency to bring a winning culture and results back to the club.”</p><p>Calvelli will continue to serve as CEO International at RedBird Development Group and Operating Partner at RedBird Capital Partners. A former professional tennis player, he was previously ATP CEO from 2020-25.</p><p>“Since joining RedBird last year, Massimo has distinguished himself as a leader and driver of organizational design that brings people together and establishes a culture of collaboration and professionalism,” Cardinale added.</p><p>“Our model at RedBird often requires our senior leadership to go “in house” in our most important investments to ensure best in class execution, especially in situations requiring change and innovation.”</p><p>Milan spent much of last season in the top two positions and fighting for the Serie A title. But a run of only two wins in its last eight matches dropped it to fifth on the last day of the campaign and saw it miss out on Champions League qualification.</p><p>That led to a number of dismissals, including coach Massimiliano Allegri. He was replaced by Rúben Amorim earlier this month.</p><p>“The opportunity to lead AC Milan as it navigates this critical moment in its football trajectory, as well as within the overall state of Italian football, is something I take very seriously and with a profound sense of urgency,” Calvelli said.</p><p>“The mandate from Gerry is to bring a culture of winning and results both on and off the field back to AC Milan … I’ve had a full year working collaboratively with the senior leadership of the club across all functions and have a hands-on sense of what needs to be fixed and innovated.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CXDDSW3CE6ZQHZVNWGT5RTFLWA.jpg?auth=f2c2c0c8ec943ee37df515ff031aee46d82884d81b00e0519966172c3d516d53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - RedBird Capital Partners founder Gerry Cardinale leaves the DealBook Summit in New York, Wednesday, Nov. 30, 2022. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Junio terminará con el inicio de temporada de huracanes menos activo desde 2014]]></title><link>https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[A pesar de las inundaciones de gran impacto registradas la semana pasada a lo largo de la costa central del Golfo por los remanentes de la tormenta tropical Arthur, de corta duración —con acumulados de lluvia que superaron las dos pies en algunos lugares y elevaron el total de precipitaciones desde mayo a casi 50 pulgadas en partes del sur de Luisiana y Misisipi—, en gran medida ha reinado la calma en el Atlántico desde el inicio de la temporada de huracanes de 2026.]]></description><pubDate>Fri, 26 Jun 2026 14:27:27 +0000</pubDate><content:encoded><![CDATA[<p>A pesar de las graves inundaciones de la semana pasada en la costa central del Golfo, provocadas por los restos de la efímera tormenta tropical Arthur (con precipitaciones que superaron los dos pies en algunos lugares, lo que eleva <a href="https://x.com/SteveWAFB/status/2069848424279576899?s=20" rel="">el total de lluvias desde mayo a casi 50 pulgadas</a> en partes del sur de Luisiana y Misisipi), la actividad ciclónica en el Atlántico ha sido prácticamente nula desde el comienzo de la temporada de huracanes del Atlántico de 2026.</p><p>La actividad tropical general, desde el Golfo Pérsico y el Caribe hasta el Atlántico en general, es la más baja registrada en los últimos 12 años.</p><figure><img src="https://www.local10.com/resizer/v2/S65PSAVGJFCNLHSAKYC2SOE5ZY.png?auth=27fb636084d004e8e5bb734b4468c528d86a0c27d796347d5596e9d6f8a11130&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Por supuesto, aunque según el calendario ya hemos transcurrido aproximadamente el 16% de la temporada de huracanes, históricamente el 98% de la actividad tropical se produce después de junio.</p><p>Y como hemos comentado ampliamente en los boletines informativos de temporadas anteriores, la actividad al principio de la temporada (ya sea alta o baja) no es un indicador fiable de lo que podría ocurrir más adelante en la temporada.</p><p>Solo cuando lleguemos a finales de julio y agosto, la actividad registrada hasta la fecha comenzará a proporcionar pistas significativas sobre lo que podrían deparar los meses de mayor actividad de la temporada.</p><p>Sin embargo, el escaso inicio de la temporada de huracanes en el Atlántico concuerda con lo que cabría esperar de un fenómeno de El Niño mucho más temprano e históricamente fuerte en el Pacífico oriental.</p><p>La corriente en chorro subtropical ha sido implacable a través del cinturón tropical del Atlántico este mes, incluyendo partes del Golfo y el Caribe, y seguirá siéndolo en el futuro previsible.</p><p><b>Observando desde el sureste a principios de julio</b></p><p>Como detallamos en <a href="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/" rel="" title="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/">el boletín informativo del jueves</a> , algunos de nuestros modelos de pronóstico, en concreto el modelo de huracanes DeepMind de Google, basado en el aprendizaje automático, sugieren una pequeña ventana de desarrollo frente a la costa sureste de Estados Unidos para mediados de la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/55N6XWZKRJALFIKWUX36GGK6W4.png?auth=0fe05c8d73fa576a3711be4b35ad47eb6690114b405187b2023ada70692a5815&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)" height="900" width="1200"/><figcaption>Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)</figcaption></figure><p>Las probabilidades siguen siendo bajas por ahora (10% o menos), pero las mejores posibilidades se presentarán entre el próximo martes y el jueves si algo intenta reactivarse.</p><p>El detonante de lo que veremos la próxima semana será un frente que se desvanece sobre las cálidas aguas del sureste de Estados Unidos.</p><p>Algunos modelos sugieren que un Sistema Convectivo de Mesoescala (SCM, por sus siglas en inglés), un gran cúmulo de tormentas eléctricas, se formaría tierra adentro, se desplazaría hacia la costa y se enredaría en el límite frontal, lo que podría favorecer cierto desarrollo.</p><p>No conoceremos los detalles exactos hasta dentro de unos días, pero, en cualquier caso, la probabilidad es tan baja que el NHC aún no lo ha incluido en su pronóstico. Dado que los vientos en altura son más suaves al este de Florida y que las temperaturas del agua rondan el máximo histórico para esta época del año, conviene estar atentos a las tendencias.</p><p>Curiosamente, una configuración similar (un frente antiguo con un sistema convectivo de mesoescala incrustado) fue la que dio origen al huracán Arthur en 2014, la última temporada de huracanes que comenzó de forma tan tranquila como en 2026.</p><p>Sin embargo, incluso los pocos modelos que sugieren desarrollo no apuntan a un desarrollo significativo ni a un sistema sólido, así que por ahora no hay nada de qué preocuparse.</p><p>Mientras tanto, disfruten del tranquilo fin de semana y del tranquilo final de junio.</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/7CVSA4SPARCH7AAFBOGCNTYKXM.jpg?auth=5c8fdac9115e5662c8943732b3ed179959c268e4fe0826bf94bbf3b9d713ade3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Helping Venezuela: Aid for earthquake victims starts to flow into El Arepazo in Doral ]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[After the 7.2- and 7.5-magnitude earthquakes struck on Wednesday in Venezuela, Ana Alcantara said she felt overwhelming anguish — then she took action. ]]></description><pubDate>Thu, 25 Jun 2026 22:24:09 +0000</pubDate><content:encoded><![CDATA[<p>After the 7.2- and 7.5-magnitude earthquakes struck on Wednesday in Venezuela, Ana Alcantara said she felt overwhelming anguish — then she took action. </p><p><a href="https://www.local10.com/news/local/2026/06/26/ayuda-para-venezuela-comienza-a-llegar-ayuda-para-victimas-de-los-terremotos-a-el-arepazo-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/ayuda-para-venezuela-comienza-a-llegar-ayuda-para-victimas-de-los-terremotos-a-el-arepazo-en-doral/">Leer en español</a></p><p>The Miami-Dade resident joined the world’s Venezuelan diaspora in their struggle to communicate with loved ones after the tragedy.</p><p>“I didn’t hear from my sister for hours last night,” Alcantara said. “My niece was able to tell me that she spoke to her.” </p><p>Alcantara has been following the rising death toll as the search and rescue efforts continued. She is worried about the urgent needs of the survivors, so she dropped off donations at El Arepazo in Doral.</p><p>“We need food, medicines,” Alcanta said. “We need a lot; we need everything.”</p><p>Mayor Christi Fraga partnered with the local <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a>, a nonprofit founded in response to the 2010 earthquake in Haiti. </p><p>El Arepazo, <a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">one of four drop-off locations for donations that GEM plans to deliver to Venezuela</a>, opens 24 hours, seven days a week, at 10191 NW 58th St. </p><p>The list of items needed included first aid kits; emergency gear such as flashlights, heavy-duty batteries, solar phone chargers, and work gloves; and baby care, such as diapers.</p><p>The need for aid rises amid an uncertain political transition under acting interim President Delcy Rodríguez, who has been cooperating with President Donald Trump after Nicolás Maduro’s capture. </p><p>“We are not going to give up. We are never going to give up, and we are going to be able to be free and rebuild,” Alcanta said. “We have to.”</p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ayuda para Venezuela: Comienza a llegar ayuda para víctimas de los terremotos a El Arepazo en Doral]]></title><link>https://www.local10.com/news/local/2026/06/26/ayuda-para-venezuela-comienza-a-llegar-ayuda-para-victimas-de-los-terremotos-a-el-arepazo-en-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/ayuda-para-venezuela-comienza-a-llegar-ayuda-para-victimas-de-los-terremotos-a-el-arepazo-en-doral/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[Después de que los terremotos de magnitud 7.2 y 7.5 sacudieran Venezuela el miércoles, Ana Alcántara dijo que sintió una angustia abrumadora y luego pasó a la acción.]]></description><pubDate>Fri, 26 Jun 2026 14:21:27 +0000</pubDate><content:encoded><![CDATA[<p>Después de que los terremotos de magnitud 7.2 y 7.5 sacudieran Venezuela el miércoles, Ana Alcántara dijo que sintió una angustia abrumadora y luego pasó a la acción.</p><p>La residente de Miami-Dade se unió a la diáspora venezolana en todo el mundo en su esfuerzo por comunicarse con sus seres queridos tras la tragedia.</p><p>“No tuve noticias de mi hermana durante horas anoche”, dijo Alcántara. “Mi sobrina pudo decirme que habló con ella”.</p><p>Alcántara ha estado siguiendo el aumento en la cifra de personas fallecidas mientras continúan las labores de búsqueda y rescate. Le preocupan las necesidades urgentes de los sobrevivientes, por lo que llevó donaciones a El Arepazo, en Doral.</p><p>“Necesitamos alimentos, medicinas”, dijo Alcántara. “Necesitamos mucho; necesitamos de todo”.</p><p>La alcaldesa Christi Fraga se asoció con la organización local <a href="https://www.globalempowermentmission.org/" target="_blank" rel="noreferrer" title="https://www.globalempowermentmission.org/">Global Empowerment Mission (GEM)</a>, una organización sin fines de lucro fundada en respuesta al terremoto de Haití de 2010.</p><p>El Arepazo, <a href="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/">uno de los cuatro centros de recepción de donaciones que GEM planea enviar a Venezuela</a>, está abierto las 24 horas, los siete días de la semana, en 10191 NW 58th St.</p><p>La lista de artículos necesarios incluye botiquines de primeros auxilios; equipos de emergencia como linternas, baterías de alta capacidad, cargadores solares para teléfonos y guantes de trabajo; y artículos para el cuidado de bebés, como pañales.</p><p>La necesidad de ayuda aumenta en medio de una incierta transición política bajo la presidencia interina de Delcy Rodríguez, quien ha estado cooperando con el presidente Donald Trump tras la captura de Nicolás Maduro.</p><p>“No nos vamos a rendir. Nunca nos vamos a rendir, y vamos a poder ser libres y reconstruir”, dijo Alcántara. “Tenemos que hacerlo”.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/">Doral abre cuatro centros de recepción de ayuda</a>.</p><p><b>Más formas de ayudar</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li></ul><p><b>Cobertura relacionada</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">Los dos terremotos que azotaron Venezuela se conocen como un “doblete”. Así es como ocurrieron.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezolanos buscan supervivientes entre los escombros tras dos fuertes terremotos que dejaron al menos 188 muertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">Tras los terremotos de Venezuela, aquí están algunos de los más mortíferos de América Latina en el último siglo.</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">Los líderes mundiales reaccionan con ofertas y solidaridad tras los potentes terremotos que azotaron Venezuela.</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Dos fuertes terremotos consecutivos sacudieron Venezuela, causando daños generalizados.</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Red Cross asks for Disaster Response Emergency Fund donations]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 20:23:11 +0000</pubDate><content:encoded><![CDATA[<p>The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. </p><p>The organization, which manages one of the largest humanitarian networks in the world, <a href="https://www.ifrc.org/press-release/venezuela-red-cross-responds-needs-emerge-aftermath-powerful-back-back-earthquakes" target="_self" rel="" title="https://www.ifrc.org/press-release/venezuela-red-cross-responds-needs-emerge-aftermath-powerful-back-back-earthquakes">announced</a> the activation of the <a href="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v" target="_self" rel="" title="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v">Disaster Response Emergency Fund</a> on Thursday.</p><p>The <a href="https://www.icrc.org/en/where-we-work/venezuela" target="_self" rel="" title="https://www.icrc.org/en/where-we-work/venezuela">Venezuelan Red Cross</a>, or “<a href="https://cruzroja.ve/" target="_self" rel="" title="https://cruzroja.ve/">Cruz Roja Venezolana</a>,” reported critical damage to the headquarters on Avenida Andrés Bello in Caracas. </p><p>The organization reported staff and volunteers, some of whom had suffered damage at their homes, were working at hospitals and polyclinics, distributing relief supplies and focusing on rescues and assessments.</p><p>For more information about how to make a financial donation to the fund, <a href="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v" target="_self" rel="" title="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v">visit this page</a>.</p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Nuestros socorristas están desplegados en las zonas afectadas para apoyar las labores de respuesta tras los eventos sísmicos registrados en <a href="https://x.com/hashtag/Venezuela?src=hash&amp;ref_src=twsrc%5Etfw">#Venezuela</a>. <a href="https://t.co/bMryuxKFe3">pic.twitter.com/bMryuxKFe3</a></p>&mdash; Cruz Roja Venezolana (@CruzRojaVe) <a href="https://x.com/CruzRojaVe/status/2070015232089420141?ref_src=twsrc%5Etfw">June 25, 2026</a></blockquote><p><b> More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a><b> </b></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YGBYGNH6HLCUSR2RNVJXPKUKCE.jpg?auth=9dd55602299e0324e1f88987ae4d919d4a5ba99de29daa472e61fb78609bc4e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients lie outside a hospital evacuated after it was damaged in an earthquake in Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[ATF cancels phone tracking contract after lawmakers raise concerns]]></title><link>https://www.local10.com/tech/2026/06/26/atf-cancels-phone-tracking-contract-after-lawmakers-raise-concerns/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/26/atf-cancels-phone-tracking-contract-after-lawmakers-raise-concerns/</guid><dc:creator><![CDATA[By BYRON TAU and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Bureau of Alcohol, Tobacco, Firearms and Explosives canceled its contract for a surveillance tool that enables warrantless tracking of mobile devices after lawmakers, a prosecutor and a judge raised concerns about the legality of the tool in criminal investigations.]]></description><pubDate>Fri, 26 Jun 2026 14:19:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Bureau of Alcohol, Tobacco, Firearms and Explosives canceled its contract for a surveillance tool that enables warrantless tracking of mobile devices after lawmakers, a prosecutor and a judge raised concerns about the legality of the tool in criminal investigations.</p><p>ATF, the federal agency responsible for enforcing the nation’s gun laws, told The Associated Press that it discontinued what it called a “pilot” program using a tool called Webloc after Rep. Michael Cloud, a Republican from Texas, and Sen. Ron Wyden, a Democrat from Oregon, expressed reservations about the agency's use of bulk commercial location data.</p><p>Webloc, which is made by a vendor called Penlink, sources data from consumer apps and advertising networks, which collect the location of mobile devices from consumers who download apps or browse the web. Such data is sometimes called “ad tech” and has been controversial in criminal law enforcement as it allows agencies to bypass warrant requirements to identify the mobile devices present in certain areas at specific times.</p><p>The U.S. Supreme Court ruled in 2018 that police needed a warrant to obtain historic movement data from cellphone companies on a criminal suspect. But it has never addressed the growing practice of commercially acquired data.</p><p>Other users of Webloc include the U.S. military and U.S. Immigration and Customs Enforcement but also local law enforcement agencies such as police in places like Elk Grove, Calif. and Durham, N.C. The technology has also expanded around the world, with the national police in El Salvador and Hungarian intelligence agencies as customers, according to a report from earlier this year from Citizen Lab, a group of researchers at the University of Toronto who investigate digital threats to civil society.</p><p>“A victory for Americans’ constitutional rights”</p><p>ATF said in a statement that it determined that the tool “does not meet our needs.” The agency said it is not using any other ad-tech-sourced services.</p><p>“ATF continually evaluates tools and techniques to enhance our investigations and ultimately reduce violent crime in American communities. We did conduct a pilot with Webloc to determine if it could improve our investigative capabilities,” an ATF spokesperson said in an email.</p><p>Wyden called ATF’s decision to abandon the software “a victory for Americans’ constitutional rights.”</p><p>“For years, I have warned that the government’s purchase of Americans’ location data from shady data brokers is an unacceptable end-run around the Fourth Amendment,” Wyden said in a statement. After Rep. Cloud and my staff informed the ATF about the legal and privacy quagmire surrounding adtech data, the agency did the right thing.”</p><p>Under questioning from Cloud, ATF Director Robert Cekada acknowledged in a congressional hearing in May that the agency had been buying geolocation data on American cell phones.</p><p>After the hearing, Wyden and Cloud’s office were briefed by ATF. In a joint press release, the two lawmakers said they learned ATF had conducted more than 300 warrantless searches using the tool — including more than 200 tied to active ATF cases.</p><p>In one instance involving suspected arson at a facility belonging to a U.S. defense contractor, both a prosecutor and a judge expressed concerns about the use of Webloc ad tech data, according to the two lawmakers. The agency “was ultimately forced to backtrack and obtain a traditional court order for bulk cellphone tower data” from cell carriers instead, Wyden and Cloud said in a release.</p><p>Webloc was originally made by an Israeli company called Cobwebs before it was bought and merged with a U.S. company called Penlink.</p><p>Penlink said in a statement that it is “proud to have a long-standing relationship with ATF that has enabled us to support its mission to protect America’s communities from violent crime involving the illegal use of firearms, explosives and arson.” The company added that it “looks forward to continuing our relationship in support of that mission.”</p><p>Practice continues in other government agencies</p><p>Other law enforcement agencies, including the FBI and the Department of Homeland Security continue to buy commercial geolocation data.</p><p>DHS issued a request for information to private industry in January asking about how commercially available advertising data might be used to assist in its deportation and law enforcement mission. And earlier this year, FBI director Kash Patel told the Senate: “We do purchase commercially available information that’s consistent with the constitution and the laws under the Electronic Communications Privacy Act, and it has led to some valuable intelligence for us.”</p><p>A bipartisan group of lawmakers, including Wyden, Republican Sen. Mike Lee of Utah, Republican Rep. Warren Davidson of Ohio, and Democratic Rep. Zoe Lofgren of California, have introduced a bill that would ban the practice of buying data without a judicial order.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJKNTBD7MEQXMX6WIC7AD2ZXHQ.jpg?auth=dca8335e20e3141a027314b7b55350f3b64c3130035858880989c7d369d1e538&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Ariel Rios Federal Building, which houses the Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF) is seen, Dec. 8, 2024, in Washington. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Save The Children asks for emergency fund donations]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 20:35:37 +0000</pubDate><content:encoded><![CDATA[<p>Save The Children asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. </p><p>The nonprofit expects children in northern Venezuela to need “urgent support” to access shelter, food, water, and healthcare. </p><p>The organization, which has been supporting programs in Venezuela since the 1980s, <a href="https://www.savethechildren.org/us/where-we-work/venezuela" target="_self" rel="" title="https://www.savethechildren.org/us/where-we-work/venezuela">asked the public</a> to help support <a href="https://support.savethechildren.org/site/Donation2?mfc_pref=T&amp;17746.donation=form1&amp;df_id=17746" rel="">the Children’s Emergency Fund.</a></p><p>For more information about how to make a financial donation to the fund, <a href="https://support.savethechildren.org/site/Donation2?mfc_pref=T&amp;17746.donation=form1&amp;df_id=17746" target="_self" rel="" title="https://support.savethechildren.org/site/Donation2?mfc_pref=T&amp;17746.donation=form1&amp;df_id=17746">visit this page</a>.</p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a><b> </b></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHOV755U5G64VUYKT3BHM7RSRY.jpg?auth=5c0696605410a57393bfc0246f12d4bd881265b0b332a5e7f02746b75e89f08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People sleep in the streets a day after an earthquake and several aftershocks struck Caracas, Venezuela, Thursday, June 25, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Aid drop-off location opens in Homestead ]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[An aid drop-off location opened on Thursday in Homestead after 7.2- and 7.5-magnitude earthquakes hit northern Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 19:51:10 +0000</pubDate><content:encoded><![CDATA[<p>An aid drop-off location opened on Thursday in Homestead after 7.2- and 7.5-magnitude earthquakes hit northern Venezuela on Wednesday. </p><p><a href="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/">Leer en español</a></p><p>Phil Ehr, a retired U.S. Navy commander who is running for congressional district 28, partnered with the local nonprofit <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> to collect aid. </p><p>Ehr and his campaign team were welcoming donations at their office at 143 North Flagler Ave., near the Homestead City Hall. </p><p>The list of items needed included first aid kits; emergency gear such as flashlights, heavy-duty batteries, solar phone chargers, and work gloves; and baby care, such as diapers.</p><p>Ehr was also welcoming nonperishable foods, new sleeping bags, new inflatable mattresses, new backpacks, and new pillows. </p><p>Volunteers at the GEM warehouse were packing boxes of donations on Thursday afternoon to prepare deliveries. </p><p>For more information about how to make a financial donation to GEM, <a href="https://give.gem.org/campaign/735778/donate" target="_self" rel="" title="https://give.gem.org/campaign/735778/donate">visit this page</a>.</p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a><b> </b></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2AZVFR4WLHNS5SYPHNT4EZK76I.jpg?auth=ba20e141a228304e3009a793c0a1abc1e6663dca09be2fea63d54a2fd65e22b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents help to remove rubble from a collapsed building in Caracas, Venezuela, Thursday, June 25, 2026, a day after successive powerful earthquakes struck the country. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Video shows man abusing, abandoning elderly dog at Pembroke Pines shopping center, cops say]]></title><link>https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 60-year-old man is facing animal cruelty charges after police say video showed him abusing an elderly German shepherd and leaving the injured dog abandoned at a Pembroke Pines shopping center.]]></description><pubDate>Fri, 26 Jun 2026 02:39:05 +0000</pubDate><content:encoded><![CDATA[<p>A 60-year-old man is facing animal cruelty charges after police say video showed him abusing an elderly German shepherd and leaving the wounded dog abandoned at a Pembroke Pines shopping center.</p><p>According to the Pembroke Pines Police Department, Humberto Exposito was making a delivery to Sedano’s supermarket in the 10300 block of Pines Boulevard Wednesday morning when he allegedly threw the dog several feet from the back of a box truck.</p><figure><img src="https://www.local10.com/resizer/v2/JZHYUJMKTVHPXHFXXDTH6KWDXA.jpg?auth=2e1e15719786f4d3addbdc895095e49c74a530054d194062e2c70e42e6791b73&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said Exposito returned to the truck after completing the delivery while the dog remained on the ground and made no effort to help it.</p><p>They said the German shepherd was left without food, water, shelter or protection.</p><p>The dog is now in the care of Broward County Animal Care, where it is receiving medical evaluation and treatment, according to investigators. </p><p>Police said the dog is malnourished, has matted hair and appears to have advanced hip dysplasia.</p><p>Detectives later located Exposito, who they say was arrested and faces one count each of aggravated animal cruelty, abandonment of an animal and confinement of an animal without sufficient air exchange.</p><p>Police said the investigation remains ongoing.</p><p>Exposito appeared in a Broward County courtroom Friday, where a judge set his bond at $12,000 and prohibited him from possessing any animal. </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: Muere ciclista tras ser atropellado por un auto en Fort Lauderdale; conductor huye de la escena]]></title><link>https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/</guid><dc:creator><![CDATA[Amanda Batchelor, Pablo Hernandez]]></dc:creator><description><![CDATA[Una mujer que montaba en su bicicleta el jueves por la mañana en Fort Lauderdale ha muerto tras ser atropellada por un vehículo, dijeron las autoridades.]]></description><pubDate>Thu, 25 Jun 2026 14:10:01 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que montaba en su bicicleta el jueves por la mañana en Fort Lauderdale ha muerto tras ser atropellada por un vehículo, dijeron las autoridades.</p><p>Según la policía de Fort Lauderdale, el choque con fuga fue reportado alrededor de las 6:40 a.m. en la cuadra 2000 de Southeast 17th Street.</p><p>La policía dijo que la ciclista fue atropellada por un vehículo de color oscuro en los carriles en dirección este antes de que el conductor huyera de la escena.</p><p>La víctima fue trasladada al Broward Health Medical Center, donde murió, confirmaron las autoridades.</p><p>Investigadores de Homicidios de Tráfico se encuentran actualmente en la escena y los carriles en dirección este de Southeast 17th Street estarán cerrados durante la investigación, dijo la policía.</p><p>Cualquier persona con información sobre el choque o la identidad del conductor debe llamar a la policía de Fort Lauderdale o a Broward Crime Stoppers al 954-493-8477. Los llamantes pueden permanecer anónimos.</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/S4RFQBM4IBEADB6GPFSQRETKVU.jpg?auth=6771ed9885640212d95edc4d18e64e1c6694fc6066168c0040149a86a47d9e93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[CÓMO AYUDAR: Lugares de entrega de donaciones en el sur de Florida para ayudar a venezolanos tras los terremotos]]></title><link>https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/</guid><description><![CDATA[Dos terremotos consecutivos en Venezuela han dejado al menos 589 personas muertas y miles de heridos.]]></description><pubDate>Fri, 26 Jun 2026 14:12:04 +0000</pubDate><content:encoded><![CDATA[<p>Dos terremotos consecutivos en Venezuela han dejado al menos 589 personas muertas y miles de heridos.</p><p>La presidenta interina Delcy Rodríguez anunció la nueva cifra de fallecidos la madrugada del viernes, rodeada de funcionarios del gobierno y militares, mientras daba la bienvenida a equipos de rescate provenientes de distintas partes del mundo.</p><p>Estos son los lugares en el sur de Florida que están recibiendo donaciones para las labores de ayuda.</p><p><u><b>Doral:</b></u></p><ul><li>La sede de GEM está abierta de 9 a.m. a 4 p.m., de lunes a viernes, en 1850 NW 84th Ave.</li><li>El vestíbulo de la Oficina de la Supervisora de Elecciones del condado Miami-Dade está abierto de 8 a.m. a 5 p.m., de lunes a viernes, en 2700 NW 87th Ave.</li><li>El Doral Legacy Park Community Center está abierto de 5 p.m. a 9 p.m., de lunes a viernes, y de 8 a.m. a 5 p.m. los sábados y domingos, en 11400 NW 82 St.</li><li>El Arepazo está abierto las 24 horas, de lunes a domingo, en 10191 NW 58th St.</li></ul><p>Entre las donaciones que se necesitan se incluyen equipos de emergencia, como linternas, baterías de alta capacidad, cargadores solares para teléfonos y guantes de trabajo; así como artículos para el cuidado de bebés, como pañales.</p><p><b>Coconut Creek:</b></p><p><b>Food For The Poor</b>, ubicado en 6401 Lyons Road.</p><p>Se reciben donaciones de lunes a viernes de 8 a.m. a 5 p.m. y los sábados de 8 a.m. al mediodía.</p><p><b>Donaciones que se aceptan:</b></p><p>• Frutas: duraznos, piña, mango, peras y otras frutas enlatadas similares.</p><p>• Vegetales: tomates, zanahorias, papas, judías verdes, espinacas y vegetales mixtos enlatados.</p><p>• Proteínas: pollo, pavo, carne de res, pescado enlatados o carne deshidratada.</p><p>• Granos secos: arroz, frijoles, lentejas y guisantes.</p><p>• Cereales: trigo, harina de maíz, avena y pasta.</p><p>• Frutos secos, semillas y mantequillas de frutos secos: mantequilla de maní, mantequilla de almendra y mantequilla de semillas de girasol.</p><p>• Aceite vegetal: aceite para cocinar (vegetal, de canola o de girasol).</p><p>• Productos lácteos: leche en caja o en polvo y alternativas fortificadas de larga duración.</p><p>• Refrigerios listos para consumir: galletas nutritivas, barras energéticas o refrigerios fortificados.</p><p>• Artículos de higiene, como jabón, desodorante y toallas de baño.</p><p>• Lonas.</p><p>• Linternas solares.</p><p>• Mantas.</p><p>• Pañales para niños y adultos.</p><p>• Productos de higiene femenina.</p><p>• Libros de actividades y juegos para niños.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/">Doral abre cuatro centros de recepción de ayuda</a>.</p><p><b>Más formas de ayudar.</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E4AMKB3HDVHW5CADHJ74JT6H5Q.jpeg?auth=eef8f396814f0aede676f93e0f4c86453cbb507e6093d120c738ba9f4e230dc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Small aircraft crashes into Beijing’s tallest building, according to reports]]></title><link>https://www.local10.com/news/world/2026/06/26/tallest-building-in-beijing-is-damaged-after-small-airplane-reportedly-crashed-into-it/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/tallest-building-in-beijing-is-damaged-after-small-airplane-reportedly-crashed-into-it/</guid><dc:creator><![CDATA[By SIMINA MISTREANU, Associated Press]]></dc:creator><description><![CDATA[TAIPEI (AP) — A small aircraft crashed into Beijing’s tallest building on Friday, according to a witness account and media reports, triggering evacuations and drawing a large police and ambulance presence in the city’s business district.]]></description><pubDate>Fri, 26 Jun 2026 15:13:49 +0000</pubDate><content:encoded><![CDATA[<p>TAIPEI (AP) — A small aircraft crashed into Beijing’s tallest building on Friday, according to a witness account and media reports, triggering evacuations and drawing a large police and ambulance presence in the city’s business district.</p><p>Photos show what appeared to be a hole in the glass facade on one side of the CITIC Tower, also known as China Zun.</p><p>A person working in the building told The Associated Press an aircraft crashed into the skyscraper, and a fire alarm was triggered. The person spoke on condition of anonymity out of fear of retaliation. Incidents such as crashes are considered sensitive by Chinese authorities.</p><p>Images and videos shared on social media appeared to show debris from a small aircraft near the skyscraper. While the images were consistent with the location, it was not possible to independently confirm their authenticity and they were quickly removed from the internet.</p><p>Hong Kong-based newspaper South China Morning Post reported that a small airplane crashed into the tower, which stands at 528 meters (1,732 feet.)</p><p>Heavy police presence, as well as fire engines and ambulances were seen outside the building. Onlookers gathered to observe and take pictures, but police asked them to stop photographing and leave the area.</p><p>The cause of the crash was not immediately clear, and authorities have not issued a statement.</p><p>The 108-story CITIC tower, shaped like an ancient Chinese wine vessel, is one of the most recognizable skyscrapers in Beijing.</p><p>Last month Beijing authorities enacted new curbs on its already tightly regulated airspace, effectively banning the sale and operation of consumer drones within the capital.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QGRSKN2EZJP5UNAEPZB4ROTKSA.jpg?auth=3708e574f706b129b2df77e78b4b7b692a1a414c4c52dbb6b3298b02bf3c6da1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A passerby tries to take photo of the damage on the Citic Tower also known as Zun Tower in Beijing, China, Friday, June 26, 2026. (AP Photo/Han Guan Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3E3F3A36EP2RFEQB4EKWRM5QY.jpg?auth=227928baf723bc4422d91d945ed300bd2173a703227377216250a197ec71bd32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The surface of the Citic Tower also known as Zun Tower is damaged in Beijing, China, Friday, June 26, 2026. (AP Photo/Han Guan Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECZ4LA72JZMY2JIRIP3QL6KP6U.jpg?auth=d9c5fd728afaae8a51c0a76d2635e195360f06f79d868b7e398281f70d66ba76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police close off a road leading to the Citic Tower also known as Zun Tower after its facade was damaged in Beijing, Cina, Friday, June 26, 2026. (AP Photo/Han Guan Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G2Y4BFSMJQVO2J32ZXUEBSMWLY.jpg?auth=e4f7d971df5098f8fe96ff511745e83975ccc08e25148c07a3c4c4d258585c49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The surface of the Citic Tower also known as Zun Tower is damaged in Beijing,, Friday, June 26, 2026. (AP Photo/Han Guan Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Legal issues mounting against North Miami Beach’s new city manager]]></title><link>https://www.local10.com/news/local/2026/06/24/legal-issues-mounting-against-north-miami-beachs-new-city-manager/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/legal-issues-mounting-against-north-miami-beachs-new-city-manager/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[The city manager of North Miami Beach is facing mounting legal challenges just a few months into his role. ]]></description><pubDate>Wed, 24 Jun 2026 22:11:01 +0000</pubDate><content:encoded><![CDATA[<p>The city manager of North Miami Beach is facing mounting legal challenges just a few months into his role. </p><p>A whistleblower who said she was fired without due process spoke to Local 10 News this week about what happened regarding City Manager Darvin Williams, who <a href="https://www.youtube.com/live/GObfq1sq0PY?si=ebJjYR42Rr5ZnYGO" target="_blank" rel="noreferrer" title="https://www.youtube.com/live/GObfq1sq0PY?si=ebJjYR42Rr5ZnYGO">was previously fired by the city of Opa-locka</a> for <a href="https://portal.laserfiche.com/Portal/DocView.aspx?id=20635&amp;repo=r-6c489962&amp;searchid=82e141a8-4813-4c3e-a2b3-3c74d3658caf" target="_blank" rel="noreferrer" title="https://portal.laserfiche.com/Portal/DocView.aspx?id=20635&amp;repo=r-6c489962&amp;searchid=82e141a8-4813-4c3e-a2b3-3c74d3658caf">similar complaints</a>.</p><p>Kerlyn McHenry said several staff members are working in fear.</p><p>She had served as interim director of Public Works for the city of North Miami Beach, where she was known as process-driven, methodical, and, according to a letter of recommendation, “innovative and results-driven” and “highly respected,” which is why she says she was stunned when she was suddenly demoted, then fired, after flagging a series of procurement and accounting concerns for Williams. </p><p>“It alluded to capital funds being misappropriated, which is not a true statement at all, and so once I forwarded that to the manager, of course within hours police officers as well as HR was at my door,” she said. “I was pretty scared. I didn’t think that it was warranted.”</p><p>Michael Pizzi is McHenry’s attorney who, on Monday, sent the city a notice of their intent to sue.</p><p>“A violation of the Florida Whistleblower Statute, abuse of power, and a variety of other violations of federal, state, and local statutes,” said Pizzi. “Right now, the city of North Miami Beach, Ms. McHenry, and other employees are really being terrorized by the new administration.”</p><p>Court records show Williams is named a defendant in other suits, including a federal civil rights lawsuit filed by a former North Miami Beach employee who claims she was terminated without due process.</p><p>“It is a fear zone,” said McHenry. “Everyone’s afraid of Darwin Williams in the city of North Miami Beach.”</p><p>Williams hasn’t been with the city very long, <a href="https://www.facebook.com/citynmb/videos/with-the-oath-of-office-administered-our-city-manager-darvin-williams-officially/1106006721587585/" target="_blank" rel="noreferrer" title="https://www.facebook.com/citynmb/videos/with-the-oath-of-office-administered-our-city-manager-darvin-williams-officially/1106006721587585/">formally installed in February</a>.</p><p>Before that, he was with the city of Opa-locka. </p><p>In early-February, two days before he was formally sworn-in, Opa-locka’s Commissioner Natasha Ervin <a href="https://www.youtube.com/live/PtF_oOKYvRU?si=br9jZEn-tFYeK2Ex" target="_blank" rel="noreferrer" title="https://www.youtube.com/live/PtF_oOKYvRU?si=br9jZEn-tFYeK2Ex">spoke in front of the North Miami Beach commission</a>. </p><p>“After giving Darvin Williams a contract, everything went awry,” said Ervin. “Darvin terminated employees without due process. He even terminated one employee while he was away fulfilling his duty as an Army reservist. After firing Darvin Williams, it was discovered that he opened 17 bank accounts in the city’s name at a financial institution that we don’t do business with.”</p><p>In a memo dated on June 17, Williams told the mayor and city commission that in March, he assumed “additional responsibilities of interim chief financial officer.”</p><p>In May, Ervin filed a defamation suit against Williams, claiming he was falsely accused of a crime when she moved to hold him accountable. She is also represented by Pizzi.</p><p>“If the city of North Miami Beach commissioners had simply done a Google search, they would have known that this is what was going to happen,” said Pizzi. </p><p>Local 10 News reached out to Williams for comment but he had not replied as of the time of this story’s publication. </p><p>North Miami Beach Mayor Michael Joseph, who was the only “no” vote against hiring Williams, released a statement to Local 10 News. No other members of the city commission responded to Local 10’s request for comment. </p><blockquote><p>“The city commission faces a decision to stop Mr. Williams’ disruptive management decisions or remain silent and complicit while we continue to loose good and qualified employees. I was the only No vote against Mr. Williams’ hiring as City Manager because he publicly stated that he did not meet the minimum qualifications for the position. Despite my strong objections, the City Commission decided to allow Mr. Williams to prove himself or prove that my objections were correct and that his previous employer was right to fire him.” </p><p class="citation">North Miami Beach Mayor Michael Joseph</p></blockquote><p><b>MCHENRY NOTICE OF INTENT TO SUE: </b></p><p>Claiming wrongful demotion and wrongful termination, the notice states: “Our client contends these actions were not isolated events but were part of a coordinated effort to remove her from employment in retaliation for her protected complaints and whistleblower activity while treating her differently than similarly situated male employees.” </p><p><b>FROM THE FEDERAL LAWSUIT:</b></p><p>“Plaintiff, Marline Monestime, brings this civil rights lawsuit under 42 U.S.C. §1983 to obtain legal recourse against the Defendants for the deprivation of her constitutionally protected property interest in her continued employment with the City of North Miami Beach without due process, in violation of the Fifth and Fourteenth Amendments.</p><p>“WHEREFORE Plaintiff, Marline Monestime, demands the entry of a judgment in her favor and against Defendant, City of North Miami Beach, after trial by jury, declaring and determining that it violated her due process rights, reinstating her employment to the position she would have held, with all attendant wages and benefits, awarding her damages, lost past and future wages and employment-related benefits, mental anguish and emotional distress damages, awarding her attorney’s fees, costs, and all interest allowed by law, and such other relief as the Court deems just and proper.”</p><p> <iframe class="scribd_iframe_embed" title="Filed Lawsuit" src="https://www.scribd.com/embeds/1054868512/content?start_page=1&view_mode=scroll&access_key=key-aQ5O4TZuTsSXOSZTwqeA" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></p><p> <iframe class="scribd_iframe_embed" title="1" src="https://www.scribd.com/embeds/1054868800/content?start_page=1&view_mode=scroll&access_key=key-43XDPxZqJqsFsuVRfI0m" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></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 detiene el dolor”: habla mujer declarada no culpable por razón de insanidad en caso del ahogamiento de su hija]]></title><link>https://www.local10.com/news/local/2026/06/26/no-detiene-el-dolor-habla-mujer-declarada-no-culpable-por-razon-de-insanidad-en-caso-del-ahogamiento-de-su-hija/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/no-detiene-el-dolor-habla-mujer-declarada-no-culpable-por-razon-de-insanidad-en-caso-del-ahogamiento-de-su-hija/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Precious Bland está en libertad, a pesar de estar acusada de ahogar a su hija de un año.]]></description><pubDate>Fri, 26 Jun 2026 14:00:16 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/">Precious Bland</a> está en libertad, a pesar de haber sido acusada previamente de ahogar a su hija de un año.</p><p>Bland, de 38 años, habló con Local 10 News dos días después de que un juez la declarara no culpable por razón de insanidad en el asesinato de su bebé y en el intento de asesinato de su esposo y su hija adolescente.</p><p>Los investigadores dijeron que el incidente ocurrió el 23 de agosto de 2021 en una vivienda cerca de Northwest 99th Street y 30th Avenue, en el condado Miami-Dade. Indicaron que Bland fue acusada de ahogar a su bebé mientras afirmaba que intentaba bautizar a todas las personas que estaban en la casa.</p><p>Las autoridades confirmaron que el esposo de Bland, de 38 años, y su hija de 16 años fueron apuñalados durante el incidente y sobrevivieron. Los detectives dijeron que también encontraron a Bland con heridas de arma blanca que determinaron que se las había provocado ella misma.</p><p>Indicaron que otros cuatro niños, todos menores de 11 años, estaban dentro de la vivienda en ese momento, pero no resultaron heridos.</p><p>“Esto nos quitó mucho como familia y esa es la tranquilidad que siento”, dijo. “Esto no me devuelve a mi hija. No detiene el dolor”.</p><p>La madre de seis hijos fue declarada no culpable por razón de insanidad después de que los investigadores dijeron que escuchaba voces que le decían que Jesús estaba regresando.</p><p>Cuando le preguntaron si recordaba haber estado en el baño con su hija o si recordaba el ahogamiento, Bland respondió:</p><p>“Recuerdo haber visto a mi hijo, mi único hijo varón. No podía hablar. Recuerdo mirarlo a los ojos y decirle solo con la mirada que corriera, porque no podía hablar. Y fue como si él lo hubiera entendido”, dijo. “Me miró a los ojos y salió corriendo. Porque yo no entendía qué me estaba pasando, por qué estaba ocurriendo esto. Algo tenía el control de mí”.</p><p>También le preguntaron a Bland sobre un video de la cámara corporal en el que se le escucha decir a los paramédicos: “Sálvense. Dios está regresando”.</p><p>Las autoridades dijeron que Bland también intentó quitarse la vida.</p><p>Su abogado, Larry Handfield, afirmó que Bland era una buena madre y una veterana de la Marina que sufría una psicosis inducida por COVID-19.</p><p>“Desde el primer día en que fui contratado para representar a Precious Bland, después de investigar, porque hay mucho que aún no sabemos sobre el COVID, este fue uno de los primeros casos en el país que llegó a juicio utilizando el COVID-19 como defensa en un caso de asesinato”, dijo.</p><p>“Ambos médicos concluyeron que esto fue consecuencia del COVID, en primer lugar, y, en segundo lugar, que el COVID provocó el trastorno mental”, agregó Handfield.</p><p>El caso de Bland podría ser una de las primeras defensas exitosas en el país basadas en una psicosis relacionada con el COVID.</p><p>La fiscalía argumentó que la psicosis no era real, pero eso no fue suficiente para convencer al juez.</p><p>Después del veredicto, Bland dijo que estaba agradecida y lista para reconstruir su vida.</p><p>“Dios es bueno. Esto no me devuelve a mi hija. Estoy agradecida”, dijo. “Amo a mis hijos. Solo quiero volver a encaminar mi vida, junto a mi esposo y mis hijos, y seguir adelante”.</p><p>Local 10 le preguntó a Bland sobre su futuro con su familia y si confía en sí misma para estar cerca de sus hijos.</p><p>“Absolutamente, sin ninguna duda, y estoy segura de que mi familia también está muy atenta ahora”, dijo. “No es algo que ellos vayan a tomar a la ligera”.</p><p>Bland dice que asiste a terapia varias veces al mes y que está trabajando para reunirse nuevamente con sus hijos y su esposo.</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[DNC plans weekend of events to focus on affordability concerns]]></title><link>https://www.local10.com/news/politics/2026/06/26/dnc-plans-weekend-of-events-to-focus-on-affordability-concerns/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/26/dnc-plans-weekend-of-events-to-focus-on-affordability-concerns/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Democratic National Committee is organizing hundreds of community events across the country this weekend in hopes of harnessing the same concerns about affordability that President Donald Trump capitalized on to return to the White House.]]></description><pubDate>Fri, 26 Jun 2026 14:47:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Democratic National Committee is organizing hundreds of community events across the country this weekend in hopes of harnessing the same concerns about affordability that President Donald Trump capitalized on to return to the White House.</p><p>The events include school supply giveaways, food bank drives, neighborhood door knockings and organizer trainings.</p><p>“Everything costs too damn much under Donald Trump and the Republicans,” Democratic National Committee Chair Ken Martin said in a statement.</p><p>Martin said party members planned “to reach, engage, register, and mobilize voters who will make the difference in races up and down the ballot.”</p><p>Two years ago, Democrats were the ones accused of being indifferent to Americans’ anger about rising prices. Now they're pointing the finger at Trump, who has downplayed the impact of lingering inflation.</p><p>He has described affordability concerns as a “hoax” and recently said, “I love the inflation” because he expects costs to drop as he tries to resolve his war with Iran.</p><p>About one-third of U.S. adults approve of how Trump is handling the economy, according to an AP-NORC poll from June. That’s down from the start of his second term, when 40% approved.</p><p>About 7 in 10 U.S. adults say the country’s economy is “poor,” according to an AP-NORC poll from June. That’s up from 65% in March, and underscores Americans’ ongoing unhappiness with the cost of living, which is being compounded by high gas prices due to the war in Iran.</p><p>Slightly more U.S. adults say the Democratic Party would do a better job than the Republican Party in handling inflation and the cost of living, according to a Marquette Law School/SSRS poll from May. Roughly one-third of U.S. adults — 35% — said the Democrats would do a better job, while 28% believe the Republicans would. Roughly one-third say the parties would be the same, or neither would be good.</p><p>This weekend's events vary by region.</p><p>In New Mexico, Gov. Michelle Luján Grisham will convene a training for 150 potential campaign staffers. Nevada’s statewide campaigns will knock on doors in rural and working class neighborhoods. Others will call voters in swing districts with competitive U.S. House races to talk about the rising price of gas.</p><p>Some events are geared toward directly helping voters to persuade them that Democrats are concerned about affordability.</p><p>For instance, the local party in Kenosha County, Wisconsin, plans to collect and distribute school supplies to poor families. And canvassers will fan out to discuss affordability issues in Arizona, Pennsylvania and Wisconsin.</p><p>Democrats hope that the events will show that their time in the political wilderness has made it more serious and effective at tackling kitchen table issues. But some fear their agenda may not be heard by voters in an increasingly fractured media environment.</p><p>“One of Donald Trump’s greatest strengths is that he’s so loud,” said Brian Derrick, a Democratic strategist. He said that events like the weekend’s itinerary help Democrats focus on an “Achilles’ heel” issue for Trump, “which right now is his lack of interest in addressing everyday costs for people.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHDKPA4DKDLAUZHUH2RTSD6FYQ.jpg?auth=6ad017ee053308b49fb39142850e5ba78ee811050fc9fb78410b5d92928ef9e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An electronic billboard that reads "I love the inflation." - Donald J. Trump June 10, 2026," is seen near I-74 in Cincinnati, Tuesday, June 16, 2026. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Cody Johnson's country music is only getting bigger. On 'Banks of the Trinity,' he'll take you home]]></title><link>https://www.local10.com/entertainment/2026/06/26/cody-johnsons-country-music-is-only-getting-bigger-on-banks-of-the-trinity-hell-take-you-home/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/26/cody-johnsons-country-music-is-only-getting-bigger-on-banks-of-the-trinity-hell-take-you-home/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — There's a moment at every Cody Johnson show where the Texas-born and bred country star asks the crowd: “How many of you tonight are watching me and this band live for the very first time?” he told The Associated Press. “And every night, I would say at least 80% of the crowd raises their hands.”]]></description><pubDate>Fri, 26 Jun 2026 14:01:20 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — There's a moment at every Cody Johnson show where the Texas-born and bred country star asks the crowd: “How many of you tonight are watching me and this band live for the very first time?” he told The Associated Press. “And every night, I would say at least 80% of the crowd raises their hands.”</p><p>It's not the kind of reaction most veteran artists receive. “And I’m thinking, you know, 20 years is a long time to work for something. But when you see that … What’s the next 20 years look like?” he asks.</p><p>The rancher, rodeo competitor and onetime prison guard started his two-decade career playing honky tonks and dive bars. That led to slow and steady growth for the country traditionalist, but in the last few years, something has shifted. He landed his fifth career No. 1 song with “The Fall.” He was named entertainer of the year at the 2026 Academy of Country Music Awards, the show's highest honor. That was a month after he headlined Stagecoach Music Festival. For an artist with legions of fans, it looked like he was accessing new heights.</p><p>“I feel like I’m closing a book and I’m opening another one and it’s all blank pages,” he says of this period. “Let's get to the next chapter."</p><p>On Friday, that new era began with the release of his album “Banks of the Trinity.”</p><p>Traveling to the ‘Banks of the Trinity’</p><p>It hasn't been an easy road. Last fall, Johnson had to cancel a bunch of tour dates after upper respiratory and sinus infections caused a burst eardrum that required surgery — an intimidating medical procedure for anyone, but especially nerve-wracking for a musician. “I was scared,” he said simply. But “in a roundabout way, it’s one of the best things that’s ever happened to me.”</p><p>It forced him to take three months off, which allowed him to be home during the birth of his son. It also rejuvenated his approach in the studio. Before the incident, he thought the album was complete. It was not: The additional time resulted in the inclusion of a few songs that now feel inextricable from the record: “Thank Somebody Country,” “Take Me Back (Leave Me There),” “Cricket on a Hook,” and the resilient “I Have” among them.</p><p>“What a blessing to have that kind of song fall in your lap when you’re kind of up against the ropes,” he says of the latter. “I mean, we thought we had the record done. It wasn’t done.”</p><p>A title track with real resonance</p><p>At the heart of “Banks of the Trinity” is its title track, which recalls Eagles' cover of “Seven Bridges Road” meets bluegrass and Southern gospel. Lyrically, it's an ode to Johnson's childhood. “I grew up on the banks of the Trinity (River.) Fishing for catfish, not so much out of pleasure or sport but for necessity to put food in the freezer. Deer season for me was not a trophy thing,” he said.</p><p>And while that track inspires a feeling of nostalgia within the listener, he doesn't consider this album a throwback collection. He says it's about showcasing his evolving sonic diversity. “The rest of the album for me is a musical journey from track one to track 16,” he said. “There’s a little bit of a flavor for everybody. It does kind of hit Motown. It does kind of hit Bluegrass. It does hit progressive country. It does it old country. It does a little rock here and there.”</p><p>It's the result of a new kind of freedom, one that is at least partially due to his recent accomplishments, including taking home the top prize at the ACM Awards. “I just did the thing that I’ve aspired to do in my career my entire life,” he says. “A really good place is a really good way to describe where I am.”</p><p>And now that the album is out, he's ready to take a breather. “I will be shirtless with no shoes on a beach at an undisclosed location,” he jokes about the days after record release. “'Cause I have already done all the prep work. I've been working on this album for two years. I’ve done all of the interviews. I’ve shook all the hands. Me and my wife and kids are gonna disappear for 10 days and I’m gonna become, I guess, every Kenny Chesney song ever.”</p><p>It's not a bad place to be.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JOZFC5HEVVORZCBJCTQBFLPTI4.jpg?auth=e441361126c50bda6ed20e36f0c6dc49588b4024427cecb6c0ab0be47e8d3dfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cody Johnson performs at the Braves Country Fest in Atlanta on June 13, 2026. (Photo by Paul R. Giunta/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul R. Giunta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HJXUSNF4E5N23CUVDU2HKW3I4.jpg?auth=a7953a23325a6af7c47cd8a878615902b412e960d851479f0c3a64273ed6ef43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cody Johnson poses for a portrait in Atlanta on Saturday, June 13, 2026. (Photo by Paul R. Giunta/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul R. Giunta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y665ZWM4P25ZYOKKUXMMAXQQR4.jpg?auth=372bec5fd6fd91ac379ddf840d3f029b94c1571d0af483aad4d0d5d6d397dd0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cody Johnson performs at the Braves Country Fest in Atlanta on June 13, 2026. (Photo by Paul R. Giunta/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul R. Giunta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/43ST62LBPNJFIMAWFSZPQC74NE.jpg?auth=f3aa57a62b469a0e028d81825990cfdfce045c44724199efb9d26e80733b4740&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cody Johnson poses for a portrait in Atlanta on Saturday, June 13, 2026. (Photo by Paul R. Giunta/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul R. Giunta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U33CZIYBTCB72ZAWNHX3JAY5OI.jpg?auth=b4c967db18b9f6d895c22c3847fda6768d1aa31df4955a2cd47874d0fcf69b09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cody Johnson poses for a portrait in Atlanta on Saturday, June 13, 2026. (Photo by Paul R. Giunta/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul R. Giunta</media:credit></media:content></item><item><title><![CDATA[‘Doesn’t stop the pain’: Woman found not guilty by insanity in daughter’s drowning case speaks out ]]></title><link>https://www.local10.com/news/local/2026/06/25/doesnt-stop-the-pain-woman-found-not-guilty-by-insanity-in-daughters-drowning-case-speaks-out/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/doesnt-stop-the-pain-woman-found-not-guilty-by-insanity-in-daughters-drowning-case-speaks-out/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Precious Bland is a free woman, despite being accused of drowning her 1-year-old daughter.]]></description><pubDate>Thu, 25 Jun 2026 22:07:16 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/">Precious Bland</a> is a free woman, despite being previously accused of drowning her 1-year-old daughter.</p><p><a href="https://www.local10.com/news/local/2026/06/26/no-detiene-el-dolor-habla-mujer-declarada-no-culpable-por-razon-de-insanidad-en-caso-del-ahogamiento-de-su-hija/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/no-detiene-el-dolor-habla-mujer-declarada-no-culpable-por-razon-de-insanidad-en-caso-del-ahogamiento-de-su-hija/">Leer en español</a></p><p>Bland, 38, spoke to Local 10 News two days after a judge found her not guilty by reason of insanity in the murder of her baby and the attempted murder of her husband and teenage daughter.</p><p>Investigators said the incident happened on Aug. 23, 2021, at a home near Northwest 99th Street and 30th Avenue in Miami-Dade County. They said Bland was accused of drowning her baby while claiming she was trying to baptize everyone in the home.</p><p>Authorities confirmed that Bland’s 38-year-old husband and 16-year-old daughter were stabbed during the incident and survived. Detectives said they also found Bland suffering from stab wounds that were determined to be self-inflicted.</p><p>They said four other children, all under the age of 11, were inside the home at the time but were not harmed.</p><p>“This took a lot from us as a family and that’s the goodness I feel,” she said. ”This doesn’t bring back my daughter. It doesn’t stop the pain." </p><p>The mother of six was found not guilty by reason of insanity after investigators said she was hearing voices telling her Jesus was coming back.</p><p>When asked if she remembered being in the bathroom with her daughter or remembered the drowning, Bland said:</p><p>“I remember seeing my son, my one and only son. I couldn’t speak. I remember looking in his eyes and just with my eyes just telling him, run, because I couldn’t speak. And it’s like he knew,” she said. “He looked in my eyes and he ran. Because I didn’t understand what was happening to me, like why this was happening. Something had control of me.”</p><p>Bland was also asked about body camera video showing her telling paramedics, “Save yourself. God is coming back.”</p><p>Authorities said Bland also tried to take her own life.</p><p>Her attorney, Larry Handfield, said Bland was a good mother and a Navy veteran who was suffering from COVID-19-induced psychosis.</p><p>“From the first day that I was hired to represent Precious Bland, having done the research, because there’s so much that we don’t know about COVID, and this was one of the first cases in the country to go to trial on COVID-19 to the defense of murder,” he said.</p><p>“Both doctors concluded that this was a result of COVID, number one, and number two, that COVID brought on the mental defect,” Handfield added.</p><p>Bland’s case may be one of the first successful COVID-related psychosis defenses in the country.</p><p>The prosecutor argued the psychosis was not real, but it was not enough to convince the judge.</p><p>After the verdict, Bland said she was thankful and ready to rebuild her life.</p><p>“God is good. This doesn’t bring back my daughter. I’m thankful,” she said. “I love my children. Just ready to get my life back together, my husband and my children -- just move forward.”</p><p>Local 10 asked Bland about her future with her family and whether she trusts herself around her children.</p><p>“Absolutely, without a doubt, and I’m sure that my family is very vigilant now as well,” she said. “It’s not something that you know, they would take lightly.”</p><p>Bland says she is in therapy several times a month and is working to be reunited with her children and husband.</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[Police: Bicyclist dies after being struck by car in Fort Lauderdale; driver arrested]]></title><link>https://www.local10.com/news/local/2026/06/25/police-bicyclist-dies-after-being-struck-by-car-in-fort-lauderdale-driver-flees-scene/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/police-bicyclist-dies-after-being-struck-by-car-in-fort-lauderdale-driver-flees-scene/</guid><dc:creator><![CDATA[Amanda Batchelor, Pablo Hernandez]]></dc:creator><description><![CDATA[A woman who was riding her bike Thursday morning on a Fort Lauderdale bridge has died after being stuck by a vehicle, authorities said.]]></description><pubDate>Thu, 25 Jun 2026 13:51:48 +0000</pubDate><content:encoded><![CDATA[<p>A woman who was riding her bike Thursday morning on a Fort Lauderdale bridge has died after being stuck by a vehicle, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/">Leer en español</a></p><p>According to Fort Lauderdale police, the hit-and-run crash was reported at about 6:40 a.m. in the 2000 block of Southeast 17th Street.</p><p>Police said the bicyclist, who was identified 68-year-old Shelley Lewis, was struck by a dark-colored vehicle in the eastbound lanes before the driver fled the scene.</p><p>She was transported to Broward Health Medical Center, where she died, authorities confirmed.</p><p>Police identified the driver as 22-year-old Don Janea Smith and she was arrested Thursday afternoon.</p><figure><img src="https://www.local10.com/resizer/v2/DFWQP6JQIBAB7MGRM3I3LIX4KM.jpg?auth=c30170154be092f632e8fbbcfd604ad1557c64bd7ee3ba578063936e6d06493c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Smith was arrested on charges of leaving the scene of accident involving death and tampering with or fabricating physical evidence. </p><p>She was booked into the Broward County Main Jail. </p><p>According to Lewis’ niece, Veronica Haines, Lewis was an avid bicyclist who stayed active and regularly enjoyed bicycling, tennis, golf, pickleball and ping pong.</p><p>She said her aunt spent her professional life in education, serving as head of special education at Mirror Lake Elementary School in Plantation after previously working at Sawgrass Elementary School in Sunrise. </p><p>After retiring, she often pet-sat for family and friends, Haines said.</p><p>According to Haines, Lewis lived near the Southeast 17th Street Causeway and frequently rode over the bridge to the beach, always wearing a helmet</p><p>She said family was everything to her beloved aunt. </p><p><i>Local 10 Assignment Desk editor Wilson Louis 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><media:content url="https://www.local10.com/resizer/v2/S4RFQBM4IBEADB6GPFSQRETKVU.jpg?auth=6771ed9885640212d95edc4d18e64e1c6694fc6066168c0040149a86a47d9e93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Last-place Mets fire manager Carlos Mendoza. Owner Steve Cohen says 'fans deserve better']]></title><link>https://www.local10.com/sports/2026/06/26/last-place-mets-fire-manager-carlos-mendoza-replacing-him-with-andy-green/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/last-place-mets-fire-manager-carlos-mendoza-replacing-him-with-andy-green/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Carlos Mendoza was fired as manager of the underperforming New York Mets on Friday and replaced by Andy Green.]]></description><pubDate>Fri, 26 Jun 2026 14:35:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Carlos Mendoza was fired as manager of the underperforming New York Mets on Friday and replaced by Andy Green.</p><p>New York is 34-47 at the season's midpoint following a six-game losing streak, 15 games behind NL East-leading Atlanta and 9 1/2 games back of the NL’s last wild-card berth.</p><p>Mets owner Steve Cohen had high expectations for a team without a World Series title since 1986. New York opened the season with baseball’s highest payroll at $358 million and was projected to pay an additional $124 million in luxury tax.</p><p>“Our commitment to bringing our fans a championship-caliber team has not changed,” Cohen said in a statement. “There is no sugar-coating it: This season has been a disappointment and our fans deserve better than what we’ve delivered.”</p><p>Slowed by injuries to Francisco Lindor, Marcus Semien, Luis Robert Jr., Clay Holmes and Jorge Polanco, the Mets traded pitcher David Peterson to the Chicago Cubs on Thursday and could pivot to a selloff and retooling for the future.</p><p>Mendoza spent 15 seasons working for the Yankees, the last four as bench coach, before the Mets hired him to replace Buck Showalter after the 2023 season. While New York advanced to the NL Championship Series in 2024, it failed to reach the playoffs last year and is among the sport's biggest disappointments this season</p><p>Since starting last year 45-25, the Mets are 72-101. That left the team with a 206-199 record under Mendoza, who was in the final guaranteed season of a three-year contract. He was hired by the Mets a month after David Stearns joined New York as president of baseball operations.</p><p>After signing Juan Soto to a record $765 million, 15-year contract ahead of the 2025 season, Stearns made major roster changes last offseason. He allowed Pete Alonso to leave as a free agent and traded Brandon Nimmo, while bringing in Semien and Bo Bichette.</p><p>New York had a 12-game losing streak in April, its longest since 2002, and made six errors in the nightcap of Wednesday's doubleheader loss to the Chicago Cubs, their most in a game since 2014.</p><p>“Carlos has led the organization with passion and grace and is beloved by everyone who works with him on a daily basis,” Stearns said in a statement. “Carlos’ impact on our players, staff, and culture over the last three seasons has been transformative. Unfortunately, we know we are falling short and change is necessary to move forward.”</p><p>Green, a former major league infielder, joined the Mets in 2023 as senior vice president of baseball development and was given the title of interim manager for the rest of the season. He managed San Diego to a 274-366 record from 2016-19, finishing with sub-.500 records in all four seasons.</p><p>Green played four games for the Mets in 2009, his final big league appearances as a player. He became the fourth manager since Cohen bought the team from the Wilpon and Katz families after the 2020 season, following Luis Rojas, Showalter and Mendoza.</p><p>Mendoza is the third manager to lose his job since the season started. Boston's Alex Cora was replaced by Chad Tracy and Philadelphia's Rob Thomson by Don Mattingly.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KINKEQUFEYZJIYUBADBZS4FSJI.jpg?auth=abb4c44ffbd2419da65487bb22a266a48d62fab91e9c350a96bcb53627ec5f5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets manager Carlos Mendoza center, looks out from the dugout during the fourth inning of a baseball game against the Cincinnati Reds in Cincinnati, Monday, June 15, 2026. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LB65ZBUBV2J56IBNBYPC66YLMU.jpg?auth=c0b6bd7da6f594e7cb99840e48d2fb3f12324f652d94a313634a1084fc68a4a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets manager Carlos Mendoza (64) returns to the dugout after a pitching change during the sixth inning of a baseball game against the Chicago Cubs, Thursday, June 25, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Missile alert in Dubai is triggered by a technical glitch, authorities say]]></title><link>https://www.local10.com/news/world/2026/06/26/missile-alert-goes-off-in-dubai-but-authorities-quickly-tell-the-public-to-disregard-the-warning/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/missile-alert-goes-off-in-dubai-but-authorities-quickly-tell-the-public-to-disregard-the-warning/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Authorities in the United Arab Emirates sounded an incoming missile alert on Friday for Dubai before quickly telling the public to “disregard the previous warning” and later saying it was triggered by a technical malfunction.]]></description><pubDate>Fri, 26 Jun 2026 15:43:47 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Authorities in the United Arab Emirates sounded an incoming missile alert on Friday for Dubai before quickly telling the public to “disregard the previous warning” and later saying it was triggered by a technical malfunction.</p><p>The mobile phone alert startled many across the city-state of Dubai, the first such alert since the United States and Iran last week reached an interim ceasefire in the war.</p><p>The warning underscored the ongoing tensions in the region, following an attack on a cargo vessel in the Strait of Hormuz and Israeli strikes in Lebanon over the past few days.</p><p>Iran is suspected of launching a drone attack against a tanker off the coast of Oman on Thursday as Tehran increasingly challenges the region and the U.S. over its control of the strait, even with the current interim deal in the Iran war.</p><p>The brief text alert that was sent from the UAE’s Interior Ministry on Friday afternoon was also the first of its kind in Dubai during the Iran war. However, alerts have gone off in the region warning of incoming Iranian missiles and drones following the start of the war on Feb. 28, when the U.S. and Iran launched their strikes on Iran.</p><p>A short time after the alert, the Emiratis said there was a telephone call between Foreign Minister Sheikh Abdullah bin Zayed Al Nahyan and Iranian Foreign Minister Abbas Araghchi. It quoted Sheikh Abdullah as telling Araghchi that the UAE “emphasized the importance of full commitment” to the interim deal between Iran and the U.S.</p><p>“Serious diplomacy and responsible dialogue are the optimal path for addressing all regional and international crises,” it said.</p><p>The U.S. and Iran are still negotiating terms of the interim peace deal, including issues such as getting ships through the key strait and addressing the future of Iran’s stockpile of highly enriched uranium. Under the interim deal, the two sides have 60 days to work out the details.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FIKOLOXCZ6P7D5MKABJCBSE22E.jpg?auth=fb1235a2d2ae8e584d83f48e542460f31cf0511ce3b7416570cd7c53ca12f509&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People photograph the Dubai Fountain with skyscrapers in the background outside Dubai Mall on the first day of the Eid al-Adha holiday in Dubai, United Arab Emirates, Wednesday, May 27, 2026. (AP Photo/Fatima Shbair)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Shbair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPJBHFMAXPOVRM2LLKMZTNXZ3A.jpg?auth=f1661dfc7415c254efa93509746a564ef36529e2f22de0b704264e6ef40429ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Destroyed buildings in a village in southern Lebanon as seen from northern Israel, Friday, June 26, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TC32Z622BVG77WXWOP4NR77SUA.jpg?auth=98a1043ba0863e3e2e02eee6546ccd40e2f8ff9e2e60e06795c3ae8366bfaffa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the approximate route of a new shipping lane by Oman. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Neighbors dig through Venezuela rubble to search for loved ones as death toll climbs]]></title><link>https://www.local10.com/news/world/2026/06/26/neighbors-dig-through-venezuela-rubble-to-search-for-loved-ones-as-death-toll-climbs/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/neighbors-dig-through-venezuela-rubble-to-search-for-loved-ones-as-death-toll-climbs/</guid><dc:creator><![CDATA[By MEGAN JANETSKY, ANDRY RINCÓN and JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — In cities across northern Venezuela, neighbors helped each other dig through rubble to search for loved ones, after back-to-back earthquakes killed at least 589 people and left thousands injured.]]></description><pubDate>Fri, 26 Jun 2026 12:48:29 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — In cities across northern Venezuela, neighbors helped each other dig through rubble to search for loved ones, after back-to-back earthquakes killed at least 589 people and left thousands injured.</p><p>Acting President Delcy Rodríguez announced the new toll early Friday, surrounded by government and military officials as she welcomed the arrival of rescue crews from all over the world.</p><p>“We are going to rescue the people who are trapped,” she said. “We are working tirelessly on this task.”</p><p>She said the state of La Guaira has been hardest hit by the 7.2 and 7.5 magnitude earthquakes that struck Wednesday evening, noting that it has been militarized as crews search for survivors and distribute food and water.</p><p>The number of casualties is expected to climb with thousands reported missing and frantic rescue efforts continuing.</p><p>Rodríguez noted that crews have rescued dozens of people, saying, “It brings us joy that they can embrace their families and loved ones.”</p><p>The injured were pulled out covered in dust and blood, among them children. Venezuelan state TV showed dramatic images of rescues, including a woman who was trapped under a cement slab with only a bare foot poking out before rescuers slid her out alive. But few government search teams were initially seen outside Caracas.</p><p>The International Organization for Migration said that up to 6.76 million people in Venezuela could be affected by the quakes, some 2 million of them in Caracas alone. Loyce Pace, the International Red Cross’ regional director for the Americas, said “people are still terrified to reenter what were their homes.”</p><p>Venezuelans reeling from quakes</p><p>Many were stunned Thursday morning as they saw buildings reduced to skeletons, furniture hanging out of windows and helicopters circling overhead. Buildings were flattened and streets cracked open.</p><p>Families posted missing-person flyers with photos of while others shared handwritten lists of names. Venezuelans abroad struggled to make contact with relatives due to interrupted phone service in the country.</p><p>In downtown Caracas, hundreds spent the night huddled in parks, parking lots and other open spaces.</p><p>A mother of three, Dayana Delgado, asked where the heavy machinery was that government officials had promised and said residents were the ones digging through crumpled buildings.</p><p>“I want to know where my child is, if he’s trapped or in a shelter,” she said of her missing 8-year-old son.</p><p>Another mother sobbed and collapsed in grief as the bodies of her 3- and 10-year-old children were wrapped in blankets and carried away. Others screamed the names of the missing. Some stood in silent shock.</p><p>Venezuelan authorities said they were diverting rescue teams from other parts of the country to La Guaira, which is no stranger to natural disasters: A 1999 mudslide killed thousands and is considered one of the country’s worst natural disasters.</p><p>In La Guaira, Cristian Carreño stared at his charred apartment building tilting precariously to one side.</p><p>“I lost everything,” he said. “There are people still inside, I imagine, that couldn’t get out. It’s incredibly devastating.”</p><p>Retired schoolteacher Juan Alberto Mendaño climbed through wreckage in La Guaira and past a dead body when he spotted a woman who was trapped and signaling with her hand for help.</p><p>“May God rescue her as quickly as possible,” Mendaño said. “When we heard the scream, there was nothing we could do.”</p><p>Media reports have shared notable moments of hope among the destruction, including a young man brought out on a stretcher in the San Bernardino district of Caracas to the applause of onlookers as his tearful mother said, “Leandro, I love you.”</p><p>Venezuelan TV broadcast video of a girl covered in dust and wrapping herself in a dark sweatshirt as she emerged from rubble with the help of rescuers. Caracas metropolitan rescue team head José Luis Núñez said she was found in a 10-story building in La Guaira that collapsed and flattened “like a pancake.”</p><p>“We want to highlight this girl’s strength, determination and will to live,” Núñez said.</p><p>Government and rescuers face huge challenges</p><p>The natural disaster is the latest challenge for Rodríguez, the former vice president who took office in January after the capture and removal from power of then-President Nicolás Maduro by the United States. Venezuela has been facing economic disarray for more than a decade and many people reject the legitimacy of the political movement Rodríguez represents.</p><p>Rodríguez declared a state of emergency in an address to the nation late Wednesday. She said the government was creating a $200 million reconstruction fund for damaged hospitals and homes.</p><p>While Venezuela sits near multiple fault lines, its position straddling the South American and Caribbean plates makes strong earthquakes much less common than in other parts of Latin America.</p><p>The U.S. Geological Survey said both earthquakes were centered near Moron on the Caribbean coast, about 170 kilometers (105 miles) west of Caracas. The one-two punch of the quakes, combined with the shallow seismic movements, amplified the destruction, said Marcos Ferreira, a geophysicist and researcher at the Geological Survey of Brazil.</p><p>“It is as if I am screaming and then someone starts screaming, too. That amplifies the vibration and adds to the potential hazard,” Ferreira said.</p><p>Shortly after U.N. officials in Venezuela called on the government to lift social media restrictions so people can get potentially life-saving information, Venezuelans were able to access X. The site had been blocked by Maduro since August 2024 in an attempt to suppress the exchange of information among those who rejected his claim of victory in the July presidential election.</p><p>Foreign governments offer assistance</p><p>Some 1,000 emergency responders in 25 search-and-rescue teams from across the globe are deploying to Venezuela, said Jens Laerke, a spokesperson for the U.N. Office for the Coordination of Humanitarian Affairs.</p><p>U.S. Secretary of State Marco Rubio, who spoke to Rodríguez following the quake, said the United States was immediately deploying assistance.</p><p>“We have a whole-of-government response. It’ll be big; it’ll be fast; and it’ll be effective,” Rubio said, while acknowledging the closure of Venezuela’s main airport near Caracas created logistical challenges.</p><p>Venezuelan TV on Friday showed the arrival of rescuers with dogs and equipment, including cameras and ground-penetrating radar, from Spain. Teams from Germany, Chile and Switzerland also landed. Turkey announced two flights will leave Istanbul on Friday with rescuers and a pair of search dogs. China also said it will provide assistance. Leaders from Qatar, Brazil, Portugal and Canada vowed to send help.</p><p>Rescue teams from El Salvador and the Dominican Republic arrived in Venezuela on Thursday, along with rescuers and material aid from Mexico.</p><p>“No country is prepared to provide the response that’s needed. That’s what neighboring countries are there for,” Dominican air force Maj. Carlos Olivares said.</p><p>___</p><p>Janetsky reported from Mexico City. Associated Press journalists Julie Watson in San Diego, Hallie Golden in Seattle, Dánica Coto in San Juan, Puerto Rico, India Grant in Mexico City, Geir Moulson in Berlin, Suzan Fraser in Ankara, Turkey, and Teresa Medrano in Madrid contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Children left behind as deportations rise in South Florida]]></title><link>https://www.local10.com/news/local/2026/06/25/children-left-behind-as-deportations-rise-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/children-left-behind-as-deportations-rise-in-south-florida/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Miami city leaders discussed the 287-G program Thursday, which gives local police the authority to enforce immigration law. No decision was made. But for some South Florida families, the impact of that authority is already being felt.]]></description><pubDate>Thu, 25 Jun 2026 23:17:09 +0000</pubDate><content:encoded><![CDATA[<p>Miami city leaders discussed the 287-G program Thursday, which gives local police the authority to enforce immigration law. No decision was made, but for some South Florida families, the impact of that authority is already being felt.</p><p> </p><p>At Miami International Airport, Jose gripped his two boys’ hands on the way to the gate. He’s sending his 3-year-old, Ethan, and 6-year-old, Abel, to stay with family while he stays behind to work.</p><p>“I go out to work with the fear that one day the same thing could happen to me,” he said.</p><p>He doesn’t want his boys going through what happened to 3-year-old Christina. She was with her babysitter when her mother, then her father, were detained and later deported — leaving the toddler alone.</p><p>She’s not the only one.</p><p>Volunteers with South Florida’s Guatemalan-Maya Center have been organizing flights to reunite children with loved ones in Guatemala. As detentions and deportations spiked in South Florida, the calls about children being left alone kept coming.</p><p>“They’re leaving the only country they’ve ever known and they’re flying without their parents,” one volunteer said.</p><p>“A lot of this is happening because of 287-G that our local officials signed,” another added.</p><p>The youngest in the group is Angel. He’s 1. His grandmother, Magdalena, a cleaning lady whose husband was deported, came to the airport to self-deport — and helped keep an eye on Jose’s kids as he said his goodbyes.</p><p>“They’re my life,” he said.</p><p>The Guatemalan-Maya Center is covering the cost of these flights through public donations. So far, children have been flown to Guatemala, Colombia and El Salvador.</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[Texas school board to vote on required Bible readings in public education]]></title><link>https://www.local10.com/news/national/2026/06/26/texas-school-board-to-vote-on-required-bible-readings-in-public-education/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/26/texas-school-board-to-vote-on-required-bible-readings-in-public-education/</guid><dc:creator><![CDATA[By JAMIE STENGLE and JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[AUSTIN, Texas (AP) — The Texas education board will vote Friday on a required reading list for more than 5 million public school students that includes Bible passages, widening conservative efforts to push Christian teachings in U.S. classrooms.]]></description><pubDate>Fri, 26 Jun 2026 13:06:29 +0000</pubDate><content:encoded><![CDATA[<p>AUSTIN, Texas (AP) — The Texas education board will vote Friday on a required reading list for more than 5 million public school students that includes Bible passages, widening conservative efforts to push Christian teachings in U.S. classrooms.</p><p>The proposal in Texas — which would mandate literary works such as Charles Dickens’ “Great Expectations” alongside parables from the New Testament — has been closely followed by education observers who say it appears to be the first of its kind in the nation.</p><p>If approved by the Texas State Board of Education, which is controlled by Republicans, the reading list would take effect in 2030.</p><p>Texas, which educates roughly 1 in 10 of the nation’s public school students, has been at the forefront of a charge by conservatives to incorporate more religion into classrooms. The state already allows public schools to hire chaplains to counsel students, mandates the display of the Ten Commandments in classrooms and has approved an optional Bible-infused curriculum.</p><p>For months, critics have blasted both the push to require Bible readings and the state mandating what books are read by students, which are decisions typically left up to teachers. Teachers could still assign students other books to read on top of the required titles.</p><p>A focus on Christianity</p><p>Critics say the reading list lacks diversity, blurs the separation of church and state that is enshrined in the Constitution and leaves teachers and students with little room to decide what to read.</p><p>“Kids of all faith backgrounds and no faith are served by Texas schools and they should all feel welcome in Texas schools,” said Elva Mendoza, legislative communications associate for the progressive Texas Freedom Network. “But this is sending the message to children that one and only one religious text — a Christian one — is worthy of making this required reading list.”</p><p>Others have applauded the possibility of mandated Christian religious reading in public schools. Brooke Mazel, a retiree from Lubbock, encouraged the board to adopt biblical materials, saying her children and grandchildren grew up with “strong faith and family values.”</p><p>“America should celebrate our 250 years that started as a nation of unwavering Christian values,” Mazel said.</p><p>The board is also set to vote Friday on a social studies curriculum that links Bible stories with American history.</p><p>Texas may be a trailblazer</p><p>A state law passed in 2023 required a mandatory list of at least one literary work be taught in each grade level. The proposed new list contains around 200 texts, including Bible passages, essays and books, far in excess of that requirement.</p><p>Antero Garcia, president of the National Council of Teachers of English and a Stanford University professor, said he doesn’t know of any other state with a mandatory reading list that includes religious texts. Educators at the district and school level usually choose the texts their students will read, Garcia said.</p><p>Kasey Meehan, director of PEN America’s Freedom to Read program, agrees the move is “unique” to Texas.</p><p>Picture-book stories for elementary students including “David and Goliath” and “Daniel and the Lion’s Den” are on the required reading list. By fourth grade, students would encounter passages about Jesus in the New Testament.</p><p>By middle school, students would be expected to read several passages about Jesus, including passages from his most famous sermon, and another where he instructs people to cast aside earthly anxiety and seek the kingdom of God.</p><p>For high schoolers, the list requires the reading of specific Bible passages as supportive materials for literary works including works by Dickens and Jane Austen’s “Pride and Prejudice.”</p><p>Holding diversity in check</p><p>Such strict requirements amount to “almost de facto censorship,” Meehan said, comparing the list to book bans.</p><p>“It certainly leans ideologically more conservative,” she said. “It excludes a lot of diverse voices from the reading list.”</p><p>The list mandates that students reading Shakespeare’s “The Tragedy of Julius Caesar” also read a eulogy for President Ronald Reagan written by former British Prime Minister Margaret Thatcher, a staunch conservative.</p><p>Frank Strong, an English and journalism teacher and co-founder of the student advocacy group Texas Freedom to Read, said diversity is not only important for students needing to see themselves in what they read but also as a way to learn about different cultures.</p><p>Many of the books on the reading list are not controversial, but Mendoza asks why books like “Chicka Chicka Boom Boom” need to be required for kindergartners.</p><p>“Can’t our kindergarten teachers be trusted to choose board books?” Mendoza asks.</p><p>___</p><p>Stengle reported from Dallas.</p>]]></content:encoded></item><item><title><![CDATA[Newsom urges a national 'billionaires' tax' while fighting one in California]]></title><link>https://www.local10.com/business/2026/06/26/newsom-urges-a-national-billionaires-tax-while-fighting-one-in-california/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/26/newsom-urges-a-national-billionaires-tax-while-fighting-one-in-california/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[California Gov. Gavin Newsom, a Democrat who is considering a run for president as he approaches the end of his term, called for a national “billionaires' tax” on Friday even as he fights another proposal targeting the wealthy in his home state.]]></description><pubDate>Fri, 26 Jun 2026 13:01:23 +0000</pubDate><content:encoded><![CDATA[<p>California Gov. Gavin Newsom, a Democrat who is considering a run for president as he approaches the end of his term, called for a national “billionaires' tax” on Friday even as he fights another proposal targeting the wealthy in his home state.</p><p>Newsom also said the U.S. government should own a stake in artificial intelligence companies. His proposals, outlined in a Substack post, aligns him with the Democratic Party's populist left, and he argued that urgent changes are needed to prevent the elite concentration of wealth and power from undermining democracy.</p><p>“It’s time for an economic reset for America,” Newsom wrote.</p><p>The governor announced his agenda a day after an influential health care union in California pledged to go forward with a ballot measure that would impose a one-time 5% tax on the assets of billionaires living in the state as of Jan. 1, 2026.</p><p>Newsom opposes that measure, as do many of the liberal interest groups that typically favor higher taxes. They fear it would drive billionaires out of California, eroding the state’s tax base over the long term for a one-time influx of cash. A technology mecca, California has more billionaires than any other state — a few hundred, by some estimates.</p><p>“You may not be able to pick up and move to Texas or Florida to shelter your income from taxation, but I promise you that billionaires can, and do,” Newsom wrote. “Wealth is movable, and it shops for the state with the lowest taxes. The fight belongs at the federal level, where this broken system was created in the first place.”</p><p>A minimum tax on large net worths</p><p>Newsom said the solution is a new national tax policy, rather than a state-by-state system. He proposed a minimum tax on anyone with a net worth above $100 million. He also wants to make it illegal for the wealthy to borrow against their stock portfolios to fund their luxury lifestyles tax free.</p><p>Newsom said there should be new rules for inheritance taxes, warning that “the transfer of wealth among the ultra-wealthy will lock in a permanent American aristocracy of inherited wealth.” And he wants to raise corporate tax rates to where they were before President Donald Trump’s first-term tax cut.</p><p>The need is especially urgent as artificial intelligence threatens to displace workers and further concentrate wealth, he wrote.</p><p>“We need to ensure every American owns a stake in the future being built by AI through a national public equity fund that takes a major stake in the new economy,” he wrote. "Simply, as artificial intelligence reshapes the country, every American should own a piece of the future it builds."</p><p>Revenue generated by his proposals could be used to retrain workers, fund universal child care, make college free and increase funding for health care.</p><p>‘Money buys influence’</p><p>Newsom, who has drawn attention as one of Trump's most high-profile political antagonists, is getting an early start on laying out a policy framework for his potential White House bid months before the midterm elections, which have typically marked the informal start of overt presidential campaigning.</p><p>The embrace of a wealth tax by Newsom, a moderate on tax policy despite his liberal reputation, signals a notable shift in the political landscape since Massachusetts Sen. Elizabeth Warren struggled to get traction in her 2020 campaign, which she largely centered around a 2% levy wealth tax.</p><p>Newsom portrayed the nation's tax code as a corrupt system built to help an elite few.</p><p>“Money buys influence, and influence rewrites the rules,” he wrote. “Those rewritten rules funnel even more wealth to the few. Under this weight, democracy itself starts to buckle.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5HNDRK7BBIJ2FBYLKUBXCDKF54.jpg?auth=285b6b531927414e3062782aeffc91d6678c320ee0d53052576ffc308b2a040e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Gov. Gavin Newsom mingles ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: Vecinos desesperados de La Guaira piden ayuda, dicen que hay gente viva bajo escombros]]></title><link>https://www.local10.com/espanol/2026/06/26/lo-ultimo-grupos-de-rescate-se-dirigen-hacia-la-guaira-la-zona-mas-afectada-por-los-sismos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/26/lo-ultimo-grupos-de-rescate-se-dirigen-hacia-la-guaira-la-zona-mas-afectada-por-los-sismos/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Vecinos y equipos de rescate removían el viernes los escombros para buscar a sobrevivientes de dos potentes sismos en Venezuela que han dejado al menos 589 muertos y unos 3.000 heridos, al tiempo que miles de personas han sido reportadas como desaparecidas.]]></description><pubDate>Fri, 26 Jun 2026 15:33:45 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Vecinos y equipos de rescate removían el viernes los escombros para buscar a sobrevivientes de dos potentes sismos en Venezuela que han dejado al menos 589 muertos y unos 3.000 heridos, al tiempo que miles de personas han sido reportadas como desaparecidas.</p><p>La región costera de La Guaira, al norte de Caracas, fue la más afectada, con decenas de edificios colapsados y donde se ha registrado la mayor cantidad de víctimas fatales. El principal aeropuerto venezolano, que se encuentra en esa región, permanece cerrado, lo que dificulta la llegada al país de ayuda internacional.</p><p>Los terremotos de 7,2 y 7,5 grados de magnitud del miércoles son los más fuertes registrados en el país sudamericano en más de un siglo.</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>Vecinos desesperados de La Guaira piden ayuda</p><p>Cuando un gran deslizamiento de tierra azotó el estado de La Guaira en 1999, cobrándose la vida de más de 10.000 personas, Dalia Ramírez fue arrastrada por la inundación y, milagrosamente, logró sobrevivir.</p><p>Veintisiete años después este estado costero vuelve a ser una zona de desastre tras dos terremotos consecutivos, en los que el hijo de Dalia, su esposa y sus dos nietos quedaron bajo un edificio residencial financiado por el gobierno que quedó reducido a escombros.</p><p>“Tengo un dolor que no lo voy a superar nunca. Le digo a mi hijo que hasta el último suspiro lo voy a tener presente. No se lo deseo a ninguna madre este dolor que estoy pasando", dijo Ramírez a The Associated Press.</p><p>Los residentes del sector conocido como Playa Los Cocos están furiosos y desesperados.</p><p>“Hacemos un llamado al gobierno, a los países del mundo, que nos ayuden. Aquí se necesitan máquinas, la fuerza humana no va a dar abasto, no pueden hombres mover esas estructuras”, dijo a AP Nazareth Jiménez. Su hermano, su cuñada y sus sobrinos están bajo los escombros.</p><p>“Auxilio por favor ayúdennos, ahí hay familias vivas todavía. Aquí no ha pasado nada, todo está igual, no han removido nada. ¿Dónde están las ayudas? No las veo”, se quejó la mujer.</p><p>México coordina envío de más asistencia basado en su experiencia</p><p>La presidenta mexicana Claudia Sheinbaum hablará con Delcy Rodríguez para coordinar el envío de más apoyo a Venezuela. “Actuar tan rápido tiene dos principios o dos acciones que se han desarrollado en México. La primera es la solidaridad... y lo segundo la preparación”, dijo Sheinbaum durante su conferencia matutina.</p><p>La mexicana recordó que el plan de emergencia que se diseñó después del terremoto de 1985 en México, en el que murieron al menos 12.000 personas porque las autoridades tardaron mucho en actuar, implica la movilización no sólo de equipos especializados sino de todos los militares. “Es la única acción del gobierno donde no requieren una orden superior para poder actuar”, explicó.</p><p>Grupos de rescate se dirigen hacia La Guaira</p><p>En la principal carretera de Venezuela caravanas de fuerzas estatales, personal de servicios de emergencia, camiones volquete y maquinaria pesada se dirigen hacia la zona de la tragedia. Una camioneta civil que transporta colchones tenía las ventanas marcadas con el letrero “Ayuda de Trujillo”.</p><p>Bomberos del estado de Táchira, fronterizo con Colombia, están entre los desplegados para las labores de búsqueda y rescate en el estado costero de La Guaira.</p><p>El general Antonio Briceño informó que 45 bomberos y un perro entrenado llamado “Rescate” viajaron durante la noche y esperaban llegar a las zonas afectadas.</p><p>“Llevamos palas, picos, herramientas hidráulicas y agua potable que se necesitan en el lugar”, dijo Briceño. “Por lo general, siempre se maneja 48-72 horas para conseguir (rescatar) personas con vida”, agregó.</p><p>Se actualiza cifra de víctimas</p><p>La presidenta encargada Delcy Rodríguez informa que la cifra de muertos ascendió a 589, con 2.980 heridos, durante un anuncio rodeada de funcionarios gubernamentales y militares en La Guaira.</p><p>Agrega que como La Guaira ha sido el más afectado por los sismos, “hemos tomado la decisión de militarizar el estado” para que los militares puedan desplazarse, despejar las vías y encargarse de la distribución de alimentos y agua.</p><p>“Nuestra Fuerza Armada Nacional Bolivariana, sus distintos componentes, están en el territorio del estado... para atender esta coyuntura tan dura que afecta a nuestro pueblo”, agregó.</p><p>Llega la ayuda de España</p><p>El Equipo de Emergencia y Respuesta Inmediata de la Comunidad de Madrid (ERICAM) llega a Venezuela para participar en la búsqueda de sobrevivientes. La unidad, compuesta por 40 personas y dos perros, se desplazará a las zonas designadas por las autoridades venezolanas y también colaborará en el control de los edificios derrumbados y la remoción de escombros.</p><p>El Ministerio de Asuntos Exteriores español informó que 99 ciudadanos españoles se encuentran desaparecidos a consecuencia de los terremotos y cuatro han fallecido. Nueve ciudadanos portugueses han muerto, según el Ministerio de Asuntos Exteriores de Portugal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4SNHPDKAXXXRAER2NCS5OJ5KE.jpg?auth=046eb858cd40aaa77b49886cc62c57c30db0fd5c74ef9c4b1810effec2f4fd83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Franklin Fuentes busca a familiares desaparecidos en el edificio derrumbado donde vivían dos días después de que los terremotos azotaran La Guaira, Venezuela, el viernes 26 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TZG3TPB5O6VETPCJCZHS6JTKMA.jpg?auth=916b368d4f446234d861ab799ef5ca652f1b010aa9b7a36097a2ad315c1ba3fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dos días después del terremoto que azotó La Guaira, Venezuela, el viernes 26 de junio de 2026, varias personas buscan a sus familiares desaparecidos entre los restos del edificio donde vivían. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7E3F52ON5BGPN46RYMHMP5I2XQ.jpg?auth=c4cd61d9b4a006a0f475203bc39daaeb2de860133bf37a92ca95b85c03783e0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trabajadores de rescate buscan entre los escombros de un edificio derruido tras un sismo, el jueves 25 de junio de 2026, en Caracas, Venezuela. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Mediators worked through threats and strikes to broker the US-Iran deal, and challenges remain]]></title><link>https://www.local10.com/news/world/2026/06/26/mediators-worked-through-threats-and-strikes-to-broker-the-us-iran-deal-and-challenges-remain/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/mediators-worked-through-threats-and-strikes-to-broker-the-us-iran-deal-and-challenges-remain/</guid><dc:creator><![CDATA[By MUNIR AHMED, ABBY SEWELL, SAMY MAGDY and E. EDUARDO CASTILLO, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — As the U.S. and Iran exchanged escalating strikes on June 11, a plane carrying Qatari mediators was stranded on the tarmac in Tehran.]]></description><pubDate>Fri, 26 Jun 2026 12:35:54 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — As the U.S. and Iran exchanged escalating strikes on June 11, a plane carrying Qatari mediators was stranded on the tarmac in Tehran.</p><p>They had been engaged in intensive talks through the night, attempting to halt what appeared to be a spiral back into all-out war, a diplomat briefed on the talks said.</p><p>The scene on the runway encapsulated the tumultuous diplomatic process, led by Pakistan and Qatar, that led to last week's deal to end a war that destabilized the Middle East and damaged the world economy.</p><p>It was one of several moments in which social media threats or actual hostilities threatened to reignite the war. Negotiations on implementing the deal face similar challenges, including violence in Lebanon and threats over the Strait of Hormuz.</p><p>This account of the behind-the-scenes diplomacy leading to the interim deal is based on Associated Press interviews with three Pakistani officials, two regional officials and the diplomat. They spoke on condition of anonymity to discuss the sensitive closed-door talks.</p><p>In response to a request for comment on its role, Pakistan’s Ministry of Foreign Affairs referred the AP to previous public statements and said Pakistan will continue mediating. The White House declined to comment. Representatives of Qatar and Iran did not respond to requests for comment.</p><p>Mediators averted a crisis after Trump threatened strikes</p><p>On the same day as the scene on the runway, U.S. President Donald Trump had once again threatened military action, saying the U.S. would hit Iran “VERY HARD TONIGHT” and take “total control” of its oil and gas industry.</p><p>Regional players launched a desperate push to convince Trump to give diplomacy another chance. Qatar’s emir, Sheikh Tamim bin Hamad Al Thani, spoke directly with Trump and urged him to hold off on more strikes because the deal was close, the diplomat said.</p><p>The efforts paid off. Trump announced that he had canceled the planned strikes. Days later, Washington and Tehran signed an agreement to end the conflict sparked by the U.S.-Israeli attack on Iran in February.</p><p>The deal aimed to reopen the Strait of Hormuz, a critical waterway for oil and gas that Iran shut down at the start of the conflict, and lift a U.S. blockade to allow Iran to export oil. It set a 60-day deadline for negotiating a broader agreement on Iran's disputed nuclear program to include further economic relief for Tehran.</p><p>Pakistan had quickly emerged as the chief mediator</p><p>Previous U.S.-Iran negotiations had been facilitated by Oman and Qatar, but they had come under fire early in the war as Iran lashed out at Gulf countries, many of which host American forces.</p><p>Pakistan had not often mediated high-stakes diplomacy, but it borders Iran and has good relations with Tehran and Washington.</p><p>The negotiating team used a secure system to relay messages between Iranian and U.S. officials. Staff were warned that leaking information could lead to a life sentence, one of the Pakistani officials said.</p><p>Pakistan's army chief, Field Marshal Asim Munir, played a key role and had a direct line to Trump, officials said.</p><p>“As the U.S.-Iran war began to drag on and both parties became keen to strike a deal, Munir’s unique network across Washington and Tehran became valuable,” said Charles Lyons-Jones, an Australian former diplomat who worked in Pakistan and is now a research fellow at the Lowy Institute in Australia.</p><p>A truce was reached in April. Days later, U.S. and Iranian representatives met in Islamabad for their first high-level talks in years.</p><p>Trump later said of the ceasefire, “I wouldn’t have really been in favor of it, but we did it as a favor to Pakistan, who are terrific people.”</p><p>Qatar stepped in as the ceasefire was shaken</p><p>Within weeks, prospects of a permanent end to the war appeared to be slipping.</p><p>Qatar had said it would not mediate while under fire from Iran, but in mid-May, with strikes on the Gulf country halted, both sides reached out asking Doha to help break the deadlock, the diplomat said.</p><p>Qatar had plenty of recent experience, having played a key role alongside Egypt in negotiating the Gaza ceasefire and the release of Israeli hostages.</p><p>Working alongside Pakistan, Qatari officials began quietly traveling to Tehran.</p><p>Egypt's spy chief, Hassan Rashad, meanwhile opened a line of communication with Gen. Ahmad Vahidi, the head of Iran's paramilitary Revolutionary Guard, who is in touch with Iran's Supreme Leader Mojtaba Khamenei, one of the regional officials said. Khamenei has been in deep hiding since the start of the war.</p><p>The two regional officials said Egypt and Turkey played a major role in keeping a number of Gulf countries — including Saudi Arabia — from joining the war.</p><p>Iran wanted to delay discussing the fate of its highly enriched uranium, the regional officials said.</p><p>But mediators convinced it to include a commitment to dilute the stockpile in the draft text in response to U.S. promises to waive sanctions on oil sales and gradually unfreeze billions in Iranian assets.</p><p>The sides also compromised on financial relief for Iran, which initially demanded at least $500 billion in reparations, one of the regional officials said. Iran finally agreed to $300 billion in pledged investments linked to a final deal, though it's unclear who would provide that funding.</p><p>Fighting in Lebanon repeatedly threatened the deal</p><p>The Tehran-backed Lebanese militant group Hezbollah had launched missiles into Israel in response to the initial attack on Iran. Israel responded with a blistering aerial bombardment of Lebanon and a ground invasion.</p><p>Iran’s stance throughout the talks, which was opposed by Israel and initially the U.S., was that any deal must include a Lebanon ceasefire, and language was put into the draft.</p><p>On June 7, Pakistan's Interior Minister Mohsen Naqvi was in Tehran to deliver a message bound for Khamenei, urging him to accept the deal.</p><p>On that day, Israel struck Beirut, and Iran retaliated by firing missiles at Israel. The U.S. and Iran then traded strikes, culminating in the June 11 episode on the tarmac.</p><p>After that averted crisis, negotiations moved quickly. Trump announced on June 13 that a deal would be signed the following day. Qatari mediators returned to the Iranian capital for 17 hours of what the diplomat described as intensive negotiations.</p><p>As they appeared to be nearing a successful conclusion, Israel struck Beirut again on June 14, crossing what Iran had described as a red line.</p><p>Qatari mediators sought to convince Iran that retaliating “would only play into the hands of the deal’s opponents,” the diplomat said, adding that heading off the Iranian strikes was what “got the deal over the line.”</p><p>At Iran's demand, a pledge to ensure Lebanon's sovereignty and territorial integrity was added to the memorandum. Iran says it requires Israel to withdraw from Lebanon, something Israel still refuses to do.</p><p>On June 17, the Memorandum of Understanding was signed.</p><p>Talks in Switzerland have resumed after a delay</p><p>The U.S. and Iran are now working on a final nuclear agreement with an August deadline. Those talks were delayed by two days — again because of ongoing violence in Lebanon, the diplomat said.</p><p>Iran “viewed (the Lebanon ceasefire) as point number one, and if you can’t abide by point number one, then why should we discuss two, three, four?” the diplomat said.</p><p>The U.S. and Iran pushed Israel and Hezbollah to agree to a new truce, and the talks in Switzerland went forward on Sunday, focusing on creating a mechanism to solidify the ceasefire in Lebanon.</p><p>Trump and Iranian officials have continued to fire off tough public statements, and the Iranians briefly paused the talks in Switzerland after what they said was an insulting message from Trump.</p><p>But the diplomat described the atmosphere in Switzerland as “quite positive,” with U.S. and Iranian officials having coffee together during breaks.</p><p>____</p><p>Sewell reported from Beirut, Magdy from Cairo and Castillo from Beijing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FV3E2NNLDMMDJ4NH3Y74SXIRS4.jpg?auth=390f097678990de57bb5349ea04de9ce6b24bbfdf9decf9f06c79a8488520239&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delegation staff members meet in the lobby on the first day of a quadrilateral meeting between the U.S., Iran, Pakistan, and Qatar at the Buergenstock Resort Lake Lucerne, near Stansstad, Switzerland, Sunday, June 21, 2026. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SQZTF3FN2G5K3IA7EIS2IVFRY4.jpg?auth=75b0e300e6e53e0cae27835b83757c6fb1e2044a5ab2f8537b635e34e2e419f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the media watch screens broadcasting the Iran US negotiations and showing U.S. Vice President JD Vance, Pakistan's Prime Minister Shehbaz Sharif, and Qatar's Prime Minister and Foreign Minister Sheikh Mohammed bin Abdulrahman Al Thani, at the Burgenstock Resort in Obbuergen, near Lucerne, in Switzerland, Sunday, June 21, 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/OLAQL67TQKZ7EWL34JZINBOXTY.jpg?auth=580c602cb0f796de94c6fe4bd26e196c8d1ad601161e61b6af39b45f914d4ea2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Inter Services Public Relations, Iran's President Masoud Pezeshkian, right, meets with Pakistan Army Chief Field Marshal Asim Munir, in Islamabad, Pakistan, on Tuesday, June 23, 2026. (Inter Services Public Relations via AP)]]></media:description></media:content></item><item><title><![CDATA[The Latest: Ex-national security adviser John Bolton pleads guilty in classified information case]]></title><link>https://www.local10.com/news/2026/06/26/the-latest-ex-national-security-adviser-john-bolton-pleads-guilty-in-classified-information-case/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/26/the-latest-ex-national-security-adviser-john-bolton-pleads-guilty-in-classified-information-case/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Former Trump administration national security adviser John Bolton pleaded guilty Friday to illegally retaining classified information, sealing a deal with federal prosecutors that could allow him to avoid a prison term.]]></description><pubDate>Fri, 26 Jun 2026 15:44:01 +0000</pubDate><content:encoded><![CDATA[<p>Former Trump administration national security adviser John Bolton pleaded guilty Friday to illegally retaining classified information, sealing a deal with federal prosecutors that could allow him to avoid a prison term.</p><p>Bolton, who became an outspoken critic of President Donald Trump after serving in the Republican’s first administration, is scheduled to be sentenced Oct. 28.</p><p>Also, Vice President JD Vance said Thursday the Watergate scandal that brought down President Richard Nixon would have been a blip in today’s news cycle, and he drew parallels between Nixon and Trump — arguing that both were targeted by “deep state” forces. “If Watergate happened tomorrow, it would be like a 12-hour news story. The idea that it would have taken down a presidency is crazy,” Vance said.</p><p>Here's the latest:</p><p>Bolton also agreed to pay a fine of $2.25 million</p><p>He can withdraw his guilty plea if the judge imposes a longer prison sentence or a larger fine.</p><p>Bolton must pay half of the fine within five days of his plea and the balance within 90 days. He agreed to forfeit his retirement pay for his federal service. The plea deal also requires him to submit to a debriefing with federal intelligence officials and perform up to 100 hours of community service.</p><p>After a prosecutor read aloud a summary of his offenses, Bolton agreed it was accurate.</p><p>“I’m sorry for it,” he told the judge.</p><p>Defense attorney Abbe Lowell said Bolton “did what real leaders do” by pleading guilty.</p><p>Other Trump adversaries have been charged with federal crimes during his second term</p><p>While some of those cases have collapsed under judicial scrutiny and amid claims of political retribution, Bolton didn’t mount a vigorous defense against his charges before cutting a deal.</p><p>FBI agents searched Bolton’s Maryland home and Washington, D.C., office last August, but the investigation began before Trump returned to the White House in January 2025.</p><p>Bolton was charged with 18 counts of either retaining or disseminating classified information</p><p>That included diary-like notes he shared with relatives as he wrote a memoir about his career in government.</p><p>Bolton served for more than a year in Trump’s first administration before getting pushed out in 2019. He later published a book called “The Room Where it Happened” that presented an unflattering portrait of Trump’s leadership.</p><p>The Trump administration fought unsuccessfully to block the book’s release, claiming it contained classified information that could jeopardize national security. Trump derided Bolton as a “crazy” warmonger who would have led the country into “World War Six.”</p><p>Bolton’s indictment focused on notes he shared with his wife and daughter rather than the contents of his book. After sending one document, Bolton wrote in a message to his relatives, “None of which we talk about!!!” In response, one of his relatives wrote, “Shhhhh,” prosecutors said.</p><p>Ex-national security adviser John Bolton pleads guilty to illegally retaining classified information</p><p>Former Trump administration national security adviser John Bolton pleaded guilty Friday to illegally retaining classified information, sealing a deal with federal prosecutors that could allow him to avoid a prison term.</p><p>Bolton, who became an outspoken critic of Trump after serving in the Republican’s first administration, is scheduled to be sentenced Oct. 28 by U.S. District Judge Theodore Chuang in Greenbelt, Maryland.</p><p>Bolton pleaded guilty to a single count of illegally retaining classified information. His plea agreement with the Justice Department may enable him to avoid time behind bars, but the judge ultimately will decide his punishment.</p><p>The plea agreement recommends capping any prison sentence at five years but the judge isn’t bound by that part of the deal.</p><p>▶ Read more</p><p>DNC plans weekend of events to focus on affordability concerns</p><p>The Democratic National Committee is organizing hundreds of community events across the country this weekend in hopes of harnessing the same concerns about affordability that Trump capitalized on to return to the White House.</p><p>The events include school supply giveaways, food bank drives, neighborhood door knockings and organizer trainings.</p><p>“Everything costs too damn much under Donald Trump and the Republicans,” Democratic National Committee Chair Ken Martin said in a statement.</p><p>Martin said party members planned “to reach, engage, register, and mobilize voters who will make the difference in races up and down the ballot.”</p><p>▶ Read more</p><p>Touring Trump’s Washington: How the president is putting his imprint on the nation’s capital</p><p>The United States is celebrating its 250th year. And what better way to mark that anniversary than with an American summer staple — a trip to the nation’s capital.</p><p>But visitors to Washington will find that the city is undergoing tremendous change, courtesy of President Trump’s takeover makeover.</p><p>Since returning to office 17 months ago, Trump has demonstrated a continuing fixation with the District of Columbia. The Republican president has slapped his image and name on buildings, torn down storied structures, altered others, started massive construction projects and deployed armed military personnel.</p><p>The traditional tourist sights remain. But with slight detours, an open mind and a critical eye, the ambitious walker can see all the ways the president has pushed to remake the capital.</p><p>▶ Read more</p><p>988’s LGBTQ+ hotline to relaunch this year. But the group that helped start it might be excluded</p><p>The Trump administration is moving to restart the specialized LGBTQ+ option for youth who contact the 988 crisis intervention hotline, but the group that helped pioneer the idea is being shut out.</p><p>The Trevor Project, the leading nonprofit for suicide prevention in LGBTQ+ young people, may not be allowed to offer the service it had helped develop for the 988 Lifeline just a few years ago.</p><p>The 988 hotline, which has been dubbed the 911 for mental health emergencies, is credited with reducing teen and young adult suicide deaths. It offers specialized options for certain groups, such as veterans and Spanish speakers, but in July the Trump administration stopped offering the “press 3” option for LGBTQ+ youth with a month’s notice.</p><p>The administration said it ended the service because the funding ran out. It’s now working to bring it back by the end of the year because Congress directed officials to allocate $33 million toward LGBTQ+-specific interventions for youth.</p><p>However, The Trevor Project might not be allowed to offer the services it developed and specializes in.</p><p>▶ Read more</p><p>Supreme Court’s ruling to end protections for Haitian, Syrian immigrants could have broader impact</p><p>The reach of the Supreme Court’s decision allowing Trump’s administration to end temporary legal protections for Haitian and Syrian immigrants may extend to many other countries.</p><p>Thursday´s decision directly applies to about 350,000 Haitians and 6,000 Syrians, but may be a sign of what´s in store for nearly 1.3 million people from 17 countries on Temporary Protected Status. Many have lived and worked in the United States for decades and have American children.</p><p>The decision exposes TPS holders from Haiti and Syria to potential detention and deportation. It could also pave the way for hundreds of thousands of other beneficiaries with pending asylum claims or other immigration relief to be forced to leave the country.</p><p>People of all nationalities whose TPS was ended by the Trump administration have filed dozens of lawsuits. Many of these cases are still ongoing, and judges will closely examine the Supreme Court’s decision.</p><p>▶ Read more</p><p>Reflecting Pool liner was cut with a sharp knife or razor, National Park Service says</p><p>A liner along the bottom of the Lincoln Memorial Reflecting Pool was cut with a sharp knife or razor this month, causing damage to the foam sealant installed as part of a $16 million rehabilitation project, a top official at the National Park Service says.</p><p>The U.S. Park Police responded June 9 to a complaint by the park service, said Frank Lands, deputy director of operations for the park service. Lands made the statement in a court document filed late Wednesday as part of a lawsuit filed by a nonprofit organization to halt the Trump administration’s work on the project.</p><p>His statement does not say when exactly the damage occurred or whether it was a suspected case of vandalism and does not identify anyone who might have been involved.</p><p>▶ Read more</p><p>Vance, an admirer of Richard Nixon, says Watergate would be ‘a 12-hour news story’ today</p><p>Vice President JD Vance on Thursday said the Watergate scandal that brought down President Richard Nixon would have been a blip in today’s news cycle, and he drew parallels between Nixon and President Donald Trump — arguing that both were targeted by “deep state” forces.</p><p>Vance described his admiration for Nixon during a conversation at the Richard Nixon Presidential Library in Yorba Linda, California. Widely expected to be a presidential contender in 2028, Vance spoke at the library while promoting his new book, “Communion.”</p><p>After talking about the book and his faith journey, Vance shifted to Nixon, saying the legacy of the 37th president is “enjoying a bit of a renaissance.”</p><p>“If Watergate happened tomorrow, it would be like a 12-hour news story. The idea that it would have taken down a presidency is crazy,” Vance said.</p><p>He went on: “If you look at the story of how the deep state took down Richard Nixon, it’s not all that different from what the same groups of people, the same institutions tried to do to Donald Trump in the first Trump administration.”</p><p>▶ Read more</p><p>Federal judge halts Trump’s election executive order seeking to create a federal voter list</p><p>A federal judge on Thursday halted President Donald Trump’s executive order that sought to create a federal voter list and limit who can receive a mail ballot.</p><p>U.S. District Court Judge Indira Talwani sided with a coalition of nearly two dozen states that challenged the Republican president’s order in granting a summary judgment. Her ruling applies to this year’s midterm election cycle.</p><p>Plaintiffs argued in two lawsuits, both filed in federal court in Boston, that Trump’s order should be found unconstitutional because the states and Congress, not the president, have the power to set election rules.</p><p>It was the second ruling in as many days against executive orders Trump has signed seeking oversight of the nation’s elections. A separate ruling Wednesday prohibited an executive order he had signed last year that would have required people to show documents proving their citizenship when registering to vote.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S22SE4BW6MU5MJKSKZI7L3XQEQ.jpg?auth=0206e57322689d817a5245a87762f0b7c11b5611d469884f2760c973616bb64a&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 at a Rose Garden Club dinner with farmers, in the Rose Garden of the White House, Thursday, June 25, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FEFUCENUF4YH7XFJBLWOIXOAQQ.jpg?auth=4ec209e8c65e61aeb3e63236d3f923ce37497f265ea0136b4ec2cefb956a827b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks to greet guests after speaking at a Rose Garden Club dinner with farmers, in the Rose Garden of the White House, Thursday, June 25, 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[Billionaire Leon Black defends $158M paid to Epstein: 'I knew Jekyll. I didn't know Hyde']]></title><link>https://www.local10.com/business/2026/06/26/billionaire-investor-leon-black-is-set-to-testify-to-congress-about-158m-in-payments-to-epstein/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/26/billionaire-investor-leon-black-is-set-to-testify-to-congress-about-158m-in-payments-to-epstein/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Billionaire investor Leon Black said Friday that Jeffrey Epstein deceived him during a yearslong relationship in which he paid the disgraced financier $158 million, but insisted he committed no criminal wrongdoing as he appeared before the House Oversight Committee.]]></description><pubDate>Fri, 26 Jun 2026 14:37:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Billionaire investor Leon Black said Friday that Jeffrey Epstein deceived him during a yearslong relationship in which he paid the disgraced financier $158 million, but insisted he committed no criminal wrongdoing as he appeared before the House Oversight Committee.</p><p>Black is the 16th person to appear before the committee as part of their broader investigation into the web of wealth and influence around Epstein. Before entering the closed-door deposition, Rep. James Comer, R-Ky., the House committee chairman, told reporters he believed it might be the most “groundbreaking" yet.</p><p>“This could be a pretty significant deposition as we try to get answers,” said Comer.</p><p>Black is the co-founder and former chief executive of the private equity firm Apollo Global Management. He stepped down in 2021 amid fallout over his ties to Epstein.</p><p>Black maintained Friday that he was not aware of Epstein's “nefarious activity” until 2019 and that he paid Epstein for legitimate purposes, in part due to his “unrivaled network of relationships” with influential figures.</p><p>“I knew Jekyll. I didn’t know Hyde,” said Black.</p><p>Black was featured prominently in the Epstein files</p><p>Black is mentioned repeatedly in files that the Department of Justice has released related to the Epstein investigation. He also appears in a collection of birthday messages sent to Epstein that were released by the House committee last year, including a poem attributed to him that refers to “Blond, Red or Brunette, spread out geographically.”</p><p>A 2021 review commissioned by Apollo found that Black paid Epstein $158 million from 2012 to 2017, after Epstein pleaded guilty in 2008 to soliciting prostitution from a minor. The review said the payments were for “bona fide tax, estate planning and other related services.”</p><p>“I gave Epstein a second chance, as did many others. I wish I had not,” Black said.</p><p>Epstein was indicted in July 2019 on federal charges of sex trafficking of minors and conspiracy to commit sex trafficking of minors. The Justice Department alleged that Epstein created a vast network of girls, some as young as 14, for him to sexually abuse between 2002 and 2005. He died by suicide in a New York jail cell in 2019 while awaiting trial.</p><p>The House committee chairman, Rep. James Comer, R-Ky., said earlier this year that Epstein’s former accountant, Richard Kahn, told lawmakers in his testimony that Epstein received significant sums of money from a number of high-profile individuals, including Black.</p><p>Sen. Ron Wyden, D-Ore., this month referred findings from a nearly four-year investigation into Black to the House committee. In a statement, Wyden said, “Epstein even appears to have acted as a middleman for Black to pay women on Black’s behalf.”</p><p>Black broadly denied the allegations in his opening statement, calling them “rank speculation.”</p><p>“I have never abused a woman. I have never been with an underage woman. I have never engaged in sex trafficking. I have never paid Epstein for access to women. I was never blackmailed by Epstein.”</p><p>Many high-profile figures have been summoned to testify about Epstein</p><p>Other figures to have appeared for the investigation include former Democratic President Bill Clinton, former Secretary of State Hillary Clinton, Commerce Secretary Howard Lutnick, former Attorney General Pam Bondi and Microsoft co-founder Bill Gates.</p><p>Gates testified earlier this month and said he had made a “grave error in judgment” by meeting with Epstein.</p><p>Black said Epstein's network included SpaceX founder Elon Musk, Google co-founder Sergey Brin and Peter Thiel, the co-founder of PayPal and Palantir.</p><p>Democrats on the House committee have pushed Republicans to seek testimony from President Donald Trump, a Republican who had his own yearslong relationship with Epstein. Republicans have refused, saying they have not come across any evidence that Trump did anything wrong during his well-documented friendship with Epstein.</p><p>Comer has said he has been in touch with the Justice Department about acting Attorney General Todd Blanche coming in for questioning soon.</p><p>Bondi, in her testimony, stressed that Blanche had overseen the chaotic release of the federal Epstein files, which included the unintentional release of victim information.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T24UF7Z4EIVLC4DI2ZGKJVXTHQ.jpg?auth=2164271b4c504914f6d9e98e07dc91b20acef740551f1e1243b784ed0d032400&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen at sunset, Thursday, June 25, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDB5QMONBNRIYEE6CZ5G3DAMNE.jpg?auth=ca21fde8ac1f9b49876ee9261741956966dcc5b1534fa0df6ff9dcfbba361802&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Comer, R-Ky., House Oversight and Government Reform Committee Chairman, speaks to reporters before the start of the deposition of former Attorney General Pam Bondi at the Rayburn House Office Building on Capitol Hill, Friday, May 29, 2026, in Washington. (AP Photo/Manuel Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Florida executes oldest death row inmate in state history as church leaders renew calls to end capital punishment]]></title><link>https://www.local10.com/news/florida/2026/06/26/florida-executes-oldest-death-row-inmate-in-state-history-as-church-leaders-renew-calls-to-end-capital-punishment/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/26/florida-executes-oldest-death-row-inmate-in-state-history-as-church-leaders-renew-calls-to-end-capital-punishment/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Florida executed its oldest death row inmate Thursday, carrying out the state’s ninth execution of 2026 as religious leaders continued urging Gov. Ron DeSantis to halt the use of the death penalty.]]></description><pubDate>Fri, 26 Jun 2026 11:58:34 +0000</pubDate><content:encoded><![CDATA[<p>Florida <a href="https://www.local10.com/news/florida/2026/06/25/74-year-old-man-becomes-oldest-inmate-executed-in-modern-florida-history/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/25/74-year-old-man-becomes-oldest-inmate-executed-in-modern-florida-history/">executed its oldest death row inmate</a> Thursday, carrying out the state’s ninth execution of 2026 as religious leaders continued urging Gov. Ron DeSantis to halt the use of the death penalty.</p><p>Dusty Ray Spencer, 74, was executed by lethal injection at Florida State Prison in Raiford. Spencer was convicted of murdering his wife in Orange County in 1992.</p><p>Ahead of the execution, the Florida Conference of Catholic Bishops appealed to DeSantis to commute Spencer’s sentence to life in prison without the possibility of parole. The bishops argued that the death penalty is unjust and unnecessary, saying society can be protected without taking an inmate’s life.</p><p>The execution comes as Florida continues an unprecedented pace of carrying out death sentences. The state’s execution rate has increased sharply since 2023, when DeSantis signed legislation allowing juries to recommend a death sentence with an 8-4 vote instead of requiring a unanimous decision.</p><p>Miami Archbishop Thomas Wenski said the growing number of executions is troubling and reiterated the Catholic Church’s longstanding opposition to capital punishment.</p><p>“Most of the rest of the world has foregone the use of capital punishment,” Wenski said. “And I think we would be better if we did as well because an eye for an eye will just end up making everybody blind.”</p><p>Florida carried out a record 19 executions in 2025 and now leads the nation in the number of executions performed so far this year.</p><p>Church leaders say they will continue urging the governor to commute future death sentences to life without parole before additional executions are scheduled.</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[‘The Color Purple: The Musical’ makes South Florida premiere in Pompano Beach]]></title><link>https://www.local10.com/news/local/2026/06/25/the-color-purple-the-musical-makes-south-florida-premiere-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/the-color-purple-the-musical-makes-south-florida-premiere-in-pompano-beach/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The South Florida premiere of The Color Purple: The Musical is taking center stage at the Pompano Beach Cultural Center’s Brevo Theaters.]]></description><pubDate>Fri, 26 Jun 2026 03:19:45 +0000</pubDate><content:encoded><![CDATA[<p>The South Florida premiere of “The Color Purple: The Musical” is taking center stage at the Pompano Beach Cultural Center’s Brevo Theaters.</p><p>Based on Alice Walker’s Pulitzer Prize-winning novel, the musical adaptation tells the sweeping story of Celie, a young woman who overcomes immense hardship in the American South.</p><p>The production brings the story to life through music and powerful performances, highlighting themes of resilience, redemption and the power of love.</p><p>For the cast, bringing the iconic narrative to a South Florida audience is both an honor and a profound responsibility.</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[South Florida TPS holders react to Supreme Court ruling, face legal uncertainty]]></title><link>https://www.local10.com/news/local/2026/06/25/south-florida-tps-holders-react-to-supreme-court-ruling-face-legal-uncertainty/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/south-florida-tps-holders-react-to-supreme-court-ruling-face-legal-uncertainty/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[A recent Supreme Court ruling is already being felt in South Florida, leaving thousands of Temporary Protected Status (TPS) holders in legal limbo.]]></description><pubDate>Fri, 26 Jun 2026 02:53:50 +0000</pubDate><content:encoded><![CDATA[<p>A recent Supreme Court ruling is already being felt in South Florida, leaving thousands of Temporary Protected Status (TPS) holders in legal limbo.</p><p>At the Notre Dame Haiti Catholic Church in Miami Thursday night, parishioners said their thoughts are with family members in Haiti as news of the ruling spread and sparked concern across the community.</p><p>Marie Baptist, a Miami resident originally from Haiti, said some of her family members are on TPS status and described growing fear about what comes next.</p><p>“Find a way to, I guess, go backward and if you can stay ... they cannot stay, they cannot stay. You know what I mean?” she said. “But the thing is like, where are they going to go?”</p><p>The ruling has spread quickly through the local community, with some people applying for asylum while others remain in process and uncertain of their status.</p><p>Rev. Reginald Jean-Mary, of Notre Dame Haiti Catholic Church, said many parishioners have come to him, unsure of what to do or what will happen next.</p><p>“Well, it was a big shock, a big surprise for us, especially when I woke up this morning and the news came, so I was really heartbroken and very disappointed,” he said.</p><p>There are more than 160,000 Haitians living in South Florida, and many are hoping the ruling will not ultimately take effect. One community member said the U.S. is supposed to be a friend of Haiti, adding that if that is true, “who needs enemies.”</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[74-year-old man becomes oldest inmate executed in modern Florida history]]></title><link>https://www.local10.com/news/florida/2026/06/25/74-year-old-man-becomes-oldest-inmate-executed-in-modern-florida-history/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/25/74-year-old-man-becomes-oldest-inmate-executed-in-modern-florida-history/</guid><dc:creator><![CDATA[By DAVID FISCHER and DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — A 74-year-old man convicted of fatally stabbing his wife became the oldest person executed in Florida's modern history on Thursday, and the state is scheduled to execute another 74-year-old inmate next month.]]></description><pubDate>Thu, 25 Jun 2026 23:12:05 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — A 74-year-old man convicted of fatally stabbing his wife became the oldest person executed in Florida’s modern history on Thursday, and the state is scheduled to execute another 74-year-old inmate next month.</p><p>Dusty Ray Spencer was pronounced dead at 6:10 p.m. followinga three-drug injection at Florida State Prison near Starke. Spencer was convicted of the 1992 stabbing death of his wife Karen.</p><p>The curtain to the death chamber went up promptly at the 6 p.m. execution time and the warden asked Spencer if he had any statement as he lay strapped to a metal table with an IV inserted in his arm.</p><p>“Sorry, sorry to the family. Into thy hands I commit my spirit and my soul. I’m on my way, Lord. I’m on my way. Amen,” Spencer said, a spiritual adviser nearby at the foot of the table.</p><p>Immediately after his words, the lethal drugs began flowing and, after a few minutes of labored breathing, Spencer ceased all movements.</p><p>The warden then shook Spencer and shouted his name several times, but there was no response. Several more minutes elapsed before a medic was called in to check Spencer’s vital signs, and the inmate was declared dead.</p><p>Alex Lanfranconi, in the office of Gov. Ron DeSantis, told The Associated Press in a text message that there were no complications. He had no immediate response to further phone and text messages seeking comment about the ages of the inmate executed Thursday and the next facing execution.</p><p>The family of the victim released no statement.</p><p>Florida Department of Correction records dating to 1924 show the oldest inmates previously executed by the state were both 72 — Samuel Lee Smithers on Oct. 14, 2025, for the 1996 killings of two women; and R. Charlie Gifford on Feb. 21, 1951, for the 1950 shooting death of a state lawmaker, Charles Schuh Jr.</p><p>Another 74-year-old Florida inmate, Dennis Sochor, is scheduled to be executed on July 14. Socor was convicted of killing a woman just hours into 1982 after meeting her at a New Year’s Eve party.</p><p>Nationwide, the oldest person ever executed in modern times was Walter Leroy Moody Jr., 83, who was put to death in Alabama in 2018 for sending mail bombs during a wave of Southern terror, killing a federal judge and a Black civil rights attorney.</p><p>Thursday’s execution was the ninth in Florida this year after a record 19 executions in 2025. DeSantis, a Republican, oversaw more executions in a single year in 2025 than any other Florida governor since the death penalty was reinstated in 1976. The previous record was eight executions set in 2014.</p><p>Court records show Spencer was arrested after choking and threatening to kill Karen Spencer in December 1991. While in jail, Dusty Ray Spencer called his wife and warned her that when he got out, he was going to finish what he had started.</p><p>On Jan. 18, 1992, Spencer beat his wife’s teenage son with a clothes iron when the boy tried to stop Spencer from attacking his mother, officials said. Then about a week later, the son responded to a commotion outside their home and found Spencer hitting his mother in the head with a brick, according to officials.</p><p>Court records show the teen tried to shoot Spencer with a rifle, but the gun misfired. Spencer threatened the teen with a knife, and the boy ran away to get help. When police arrived, they found Karen Spencer dead with several stab wounds to the chest.</p><p>Spencer was initially sentenced to death in 1992 after being convicted of first-degree murder, attempted first-degree murder, aggravated assault and aggravated battery. In 1994, the Florida Supreme Court ordered his new sentencing after finding that the trial court had mishandled evaluating aggravating and mitigating circumstances. Spencer was resentenced to death the next year, and subsequent appeals were denied.</p><p>Last week, the state Supreme Court rejected Spencer’s appeals. His attorneys had argued that he had health issues such as liver disease that posed a heightened risk of pain and suffering. They also argued that executing him at his advanced age would constitute cruel and unusual punishment.</p><p>The U.S. Supreme Court rejected a final appeal earlier Thursday without comment.</p><p>All Florida executions are carried out by the lethal injection of a sedative, a paralytic and a drug that stops the heart, according to the Department of Corrections.</p><p>____</p><p>Collins reported from Hartford, Connecticut.</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/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial">George Pino found not guilty on both counts in boat crash trial</a></li><li><a href="https://www.local10.com/food/dirty-dining/2026/06/22/restaurant-at-1-of-the-florida-keys-most-popular-tourist-attractions-ordered-shut-plus-rodent-issues-remain-inside-1-restaurant">Restaurant at 1 of the Florida Keys’ most popular tourist attractions ordered shut </a></li><li><a href="https://www.local10.com/news/national/2026/06/22/former-miami-dade-schools-superintendent-alberto-carvalho-resigns-from-la-job-amid-fbi-probe">Former Miami-Dade Schools Superintendent Alberto Carvalho resigns from LA job amid FBI probe</a></li><li><a href="https://www.local10.com/news/local/2026/06/24/officials-search-for-solutions-to-ongoing-problem-of-sargassum">Officials search for solutions to ongoing problem of sargassum</a></li><li><a href="https://www.local10.com/news/local/2026/06/24/2-men-convicted-in-coral-springs-firefighters-murder-sentenced-to-life-in-prison">2 men convicted in Coral Springs firefighter’s murder sentenced to life in prison</a></li><li><a href="https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity">Woman accused of drowning 15-month-old daughter found not guilty by reason of insanity</a></li><li><a href="https://www.local10.com/news/local/2026/06/23/miramar-police-sergeant-accused-of-punching-girlfriend-in-mouth-after-asking-about-their-relationship-status">Miramar police sergeant accused of punching girlfriend in mouth after asking about their relationship status</a></li><li><a href="https://www.local10.com/news/local/2026/06/23/miami-gardens-police-make-arrest-in-cold-case-murder-from-2019">Miami Gardens police make arrest in cold case murder from 2019</a></li><li><a href="https://www.local10.com/news/local/2026/06/22/police-officers-arrest-ex-fhp-trooper-after-regreting-warning-for-speeding-with-suspended-license-records-show">Ex-FHP trooper accused of identifying himself as active law enforcement during Miami traffic stop</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/fhp-2-women-dead-after-driver-crashes-tesla-into-large-truck-in-homestead">FHP: 2 women dead after driver crashes Tesla into flatbed truck in southwest Miami-Dade</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[AP Decision Notes: What to expect in Louisiana’s state primary runoff]]></title><link>https://www.local10.com/news/politics/2026/06/26/ap-decision-notes-what-to-expect-in-louisianas-state-primary-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/26/ap-decision-notes-what-to-expect-in-louisianas-state-primary-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Louisiana Republicans will nominate a candidate for U.S. Senate in a primary runoff Saturday, six weeks after denying Republican U.S. Sen. Bill Cassidy a shot at a third term.]]></description><pubDate>Fri, 26 Jun 2026 11:18:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Louisiana Republicans will nominate a candidate for U.S. Senate in a primary runoff Saturday, six weeks after denying Republican U.S. Sen. Bill Cassidy a shot at a third term.</p><p>Although President Donald Trump already achieved one of his top political goals with Cassidy’s defeat, Saturday’s runoff could further demonstrate his ongoing influence in Republican primaries as he tries to populate the halls of Congress with loyalists for his final two years in office. The seat is not a top target among Democrats looking to win back control of the chamber in November.</p><p>Republican U.S. Rep. Julia Letlow and state Treasurer John Fleming are the finalists for Cassidy’s now-open U.S. Senate seat. Trump encouraged Letlow to challenge Cassidy in the primary and endorsed her before she entered the race in January. Letlow took office in 2021 in a special election to replace her husband, Luke Letlow, who died from COVID-19 in 2020 before taking office. Fleming served in Congress for eight years leading up to Trump’s first term. He ran for U.S. Senate in 2016 but failed to make the runoff. Republican John Kennedy won the seat.</p><p>In the May 16 primary, Letlow placed first with about 45% of the vote, short of the majority required to avoid Saturday’s runoff. Fleming placed second with 28% of the vote, just ahead of Cassidy with about 25%.</p><p>Letlow led in small, mostly rural parishes across the state, with outright majorities in parishes in northeastern Louisiana and along the Mississippi border. Fleming mostly placed a distant second across the state. He performed best in northwestern Louisiana, with leads in nine rural parishes, but not in Caddo, home to Shreveport, where he finished a close second behind Letlow.</p><p>Cassidy was the top vote-getter in the state’s three most populous parishes, including Orleans Parish where he led Letlow by almost a three-to-one margin. But he barely outperformed Letlow in East Baton Rouge and Jefferson parishes.</p><p>The president’s endorsees have generally had a strong winning record at the ballot box, but his recent picks for governor of Iowa and Georgia lost their primaries. Trump endorsed South Carolina Lt. Gov. Pamela Evette for governor ahead of the primary, but after she was forced to a runoff in a close vote, he announced he was backing both her and her opponent, state Attorney General Alan Wilson, who won the nomination on Tuesday.</p><p>Trump has reissued his endorsement of Letlow several times since January, including most recently in mid-June. He has not also endorsed Fleming.</p><p>Louisiana Democrats will also finalize their U.S. Senate nominee, with farmer Jamie Davis and Navy veteran Gary Crockett competing in the runoff.</p><p>Other primary runoffs on the ballot include Republican contests for Public Service Commission and state board of education, where incumbent board member and former Republican U.S. Rep. Joseph Cao faces a challenge from educator and business owner Ellie Schroder.</p><p>Primaries for U.S. House were were postponed to November after the U.S. Supreme Court struck down the state’s current congressional map, which includes a majority Black district that favors Democrats. Although the state had previously adopted a new primary system for congressional races, the postponed U.S. House races will revert to using an “open” or “ jungle ” primary system where candidates run on the same ballot regardless of party.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. CT, which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in primary runoffs for U.S. Senate, state Public Service Commission and state school board.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary runoffs. In other words, Democrats can’t vote in a Republican runoff or vice versa. Independent or unaffiliated voters who voted in a party’s primary on May 16 may only vote in that same party’s runoff. Independent or unaffiliated voters who did not vote in a partisan primary on May 16 may vote in either party’s runoff.</p><p>How many voters are there?</p><p>As of June 1, there were about 3 million registered voters in Louisiana. Registered Democrats and Republicans numbered about 1.1 million each, with registered Democrats at a slight advantage. About 819,000 voters were not registered with any party. The remainder were registered with other parties.</p><p>How many people actually vote?</p><p>About 832,000 Louisianans participated in the May 16 primary, or about 28% of registered voters. This includes about 347,000 registered Democrats and about 336,000 registered Republicans.</p><p>In 2022 when the state still used “open” or “jungle” primary rules for certain contests, turnout fell from 1.4 million in the November primary to about 439,000 in the December runoff, or about 47% of registered voters to about 14%.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 33% of Democratic primary votes and about 31% of Republican primary votes in the May 16 primaries were cast early in-person or by mail.</p><p>As of Thursday, about 82,000 ballots from Republicans and about 61,000 ballots from Democrats had already been cast in Saturday’s runoffs.</p><p>When are early and absentee votes released?</p><p>Results from early and absentee voting are usually released by each parish in the first vote update.</p><p>How long does vote-counting usually take?</p><p>In the May 16 primary, the AP first reported results at 9:02 p.m. ET, or two minutes after polls closed. By 10:46 p.m. ET, more than 90% of the total vote had been counted. The last vote update of the night was at 1:30 a.m. ET with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in Louisiana, but a candidate may request and pay for a recount of absentee and early votes. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Saturday, there will be 129 days until the Nov. 3 general election and the Louisiana congressional primaries, and 168 days until the Louisiana congressional general election on Dec. 12.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5KJOXLNY7MQ7NLPI5TRWTA77HU.jpg?auth=6f868e8ab5b22383a6e269484b9c7256aaa1fb880d54329c00e3251fabf3f034&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Fleming, a U.S. Senate candidate, current Louisiana treasurer and former Republican House representative of Louisiana, greets supporters at a Ronald Reagan Newsmaker Luncheon in Baton Rouge, La., May 12, 2026. (AP Photo/Gerald Herbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/USOTP6UCDIPVWZ3KSY3QFWVSWM.jpg?auth=aa03a6d35fda95dd377ac4bab754bd411a170ff677c0f569456d0afd3c3f6ac7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Senate candidate Rep. Julia Letlow, R-La., right, speaks with supporters during an election night watch party, May 16, 2026, in Baton Rouge, La. (AP Photo/Matthew Hinton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content></item><item><title><![CDATA[Miami Children’s Museum opens Planet Soccer during World Cup]]></title><link>https://www.local10.com/features/2026/06/26/miami-childrens-museum-opens-planet-soccer-during-world-cup/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/26/miami-childrens-museum-opens-planet-soccer-during-world-cup/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[As World Cup excitement continues to build across South Florida, the Miami Children’s Museum is giving children a chance to get in the game with its newest interactive exhibit.]]></description><pubDate>Fri, 26 Jun 2026 11:15:18 +0000</pubDate><content:encoded><![CDATA[<p>As the <a href="https://www.local10.com/topic/FIFA_World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/FIFA_World_Cup/">FIFA World Cup</a> excitement continues to build across South Florida, the Miami Children’s Museum is giving children a chance to get in the game with its newest interactive exhibit.</p><p>The museum is opening Planet Soccer, a new 3,000-square-foot outdoor exhibit designed to introduce children to the sport through hands-on play.</p><p>“This exhibit was created to introduce children to the world of soccer,” said Deborah Spiegelman, CEO of the Miami Children’s Museum.</p><p>The exhibit blends soccer with a space-themed environment, allowing children to kick, shoot, climb and explore while building confidence, coordination and teamwork through interactive challenges.</p><p>“We have Kick Canyon where kids can practice their kicking, and then we have Planet Plinko, which is an exciting game where kids learn about the different planets in our galaxy,” Spiegelman said.</p><p>The exhibit also features a dedicated area for younger children, making the experience accessible for visitors of all ages.</p><p>“We wanted a new and vibrant outdoor area for kids that was fun. What’s the greatest trend in Miami right now that everybody’s into? Football, or as we call it, soccer,” Spiegelman added.</p><p>While Planet Soccer is the museum’s newest attraction, it joins more than a dozen exhibits designed to keep children active and engaged throughout the summer.</p><p>“Families should come out to the Miami Children’s Museum and experience our galleries and come learn about soccer in an interactive, exciting way,” Spiegelman said.</p><p>Planet Soccer opens to the public Saturday as World Cup excitement continues to grow across South Florida.</p><p><a href="https://www.miamichildrensmuseum.org/exhibits/planet-soccer" target="_self" rel="" title="https://www.miamichildrensmuseum.org/exhibits/planet-soccer">Click here</a> for more information on how you can purchase tickets. </p>]]></content:encoded></item><item><title><![CDATA[988's LGBTQ+ hotline to relaunch this year. But the group that helped start it might be excluded]]></title><link>https://www.local10.com/health/2026/06/26/988s-lgbtq-hotline-to-relaunch-this-year-but-the-group-that-helped-start-it-might-be-excluded/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/26/988s-lgbtq-hotline-to-relaunch-this-year-but-the-group-that-helped-start-it-might-be-excluded/</guid><dc:creator><![CDATA[By DEVI SHASTRI, Associated Press]]></dc:creator><description><![CDATA[The Trump administration is moving to restart the specialized LGBTQ+ option for youth who contact the 988 crisis intervention hotline, but the group that helped pioneer the idea is being shut out.]]></description><pubDate>Fri, 26 Jun 2026 11:11:58 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration is moving to restart the specialized LGBTQ+ option for youth who contact the 988 crisis intervention hotline, but the group that helped pioneer the idea is being shut out.</p><p>The Trevor Project, the leading nonprofit for suicide prevention in LGBTQ+ young people, may not be allowed to offer the service it had helped develop for the 988 Lifeline just a few years ago.</p><p>The 988 hotline, which has been dubbed the 911 for mental health emergencies, is credited with reducing teen and young adult suicide deaths. It offers specialized options for certain groups, such as veterans and Spanish speakers, but in July the Trump administration stopped offering the “press 3” option for LGBTQ+ youth with a month’s notice.</p><p>The administration said it ended the service because the funding ran out. It is now working to bring it back by the end of the year because Congress directed officials to allocate $33 million toward LGBTQ+-specific interventions for youth.</p><p>However, The Trevor Project might not be allowed to offer the services it developed and specializes in.</p><p>Dr. Christine Yu Moutier, chief medical officer for the American Foundation for Suicide Prevention, said it “would not make sense” to keep The Trevor Project ineligible to help and it is a “long-standing, high-quality and trusted resource” to LGBTQ+ people.</p><p>The development is the latest in what’s become a chaotic chapter for the service for LGBTQ+ youth, who attempt suicide at higher rates than the general population. Leaving The Trevor Project out is raising concerns about the relaunched service, especially given the Trump administration's broader attempt to unravel protections for transgender and non-binary Americans at a time when more of them are reaching out in crisis.</p><p>“The Trump administration never should have shut down the ‘press 3’ option and put young Americans at further risk," said Wisconsin Sen. Tammy Baldwin, who has led a bipartisan push to restore the service. She called on the president to restore the service "without needless limitations and with the most qualified, experienced people answering the phone calls and text messages from these vulnerable young people.”</p><p>The Trevor Project handled the bulk of 988's LGBTQ+ youth services</p><p>The lifeline's specialized service allowed people to press 3, text “PRIDE” or use online chat to reach counselors who were specially trained to work with LGBTQ+ young people.</p><p>The umbrella of services broadly called the “Press 3” option fielded 1.6 million contacts while it was in operation, according to data from the Substance Abuse and Mental Health Services Administration. The Trevor Project handled about half of the program's traffic.</p><p>When it canceled the “Press 3” option, federal officials said LGBTQ+ youth could still get help through 988’s general services, but it would “no longer silo” the services “to focus on serving all help seekers," including LGBTQ+ youth.</p><p>The relaunch of ‘Press 3’ may not include The Trevor Project</p><p>Now, the nonprofit that administers the 988 service, Vibrant Emotional Health, has called for applications to manage the return of the “Press 3” lines.</p><p>But applications are limited to crisis centers that are “current and active” members of the 988 network. The Trevor Project is not currently active — only because the administration canceled the service it specialized in.</p><p>The six other crisis centers that worked on the LGBTQ+ youth program are active in the 988 network. They work with the general population as well as LGBTQ+ people. Only The Trevor Project had a specific mission to serve LGBTQ+ youth.</p><p>“This troubling development indicates a dangerous step toward degrading the clinical standards to serve high risk groups that the ‘press 3’ specialized services were founded on,” said Jaymes Black, CEO of The Trevor Project, in a statement to the AP.</p><p>A spokesperson for the Department of Health and Human Services did not directly respond to questions about The Trevor Project’s eligibility, saying that the department is working with Vibrant to restore the service by the end of the year as directed by Congress.</p><p>Moutier said other crisis centers are providing high-quality care for LGBTQ+ youth. LGBTQ+ young people who are often marginalized and bullied need “psychological safety” because they don't always trust institutions to help them. She said it's too soon to say she's worried about the relaunch, but how it is brought back is just as important as the fact that it is.</p><p>“I think there's the potential for great good, and some harm as well,” she said.</p><p>Concerns shroud relaunch of the “Press 3” option</p><p>Even though the service itself may be restored, how it will operate is unclear — and LGBTQ+ advocates are concerned, in part because the Trump administration has indicated that its anti-transgender policies will influence how the program relaunches.</p><p>This month, a SAMHSA leader wrote to Illinois Rep. Raja Krishnamoorthi that the agency needed to assess the “most appropriate approach” to restart the service while complying with a Trump executive order that targets the rights of transgender people, claiming “gender ideology extremism” is a threat to women and declaring there are only two sexes.</p><p>The Trevor Project's Black worries that the next iteration of 988's LGBTQ+ youth services “may exclude transgender and nonbinary youth entirely.” The organization still independently runs its own 24-7 crisis line for LGBTQ+ young people.</p><p>Studies have shown that LGBTQ+ youth are at higher risk of suicide, including a 2024 analysis by the CDC that found 26% transgender and gender-questioning students attempted suicide in the past year. That’s compared with 5% of cisgender male and 11% of cisgender female students.</p><p>“While anti-LGBTQ+ politics may be altering the very purpose of this lifeline created to help save young LGBTQ+ lives, it is critical to make clear that politics has no place in suicide prevention,” Black said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/37N2MER6RJTFMXGMXHIZ7HSGRM.jpg?auth=f7fbadf27201c696228d93c5f34598be67fa1d41bc4ec39844315072bba208f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A pride flag is waved during an NBA basketball game in Philadelphia on Sunday, March 30, 2025. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Police: Man injured during Miami  Gardens shootout after he attacked ex-girlfriend ]]></title><link>https://www.local10.com/news/local/2026/06/25/police-man-injured-during-miami-gardens-shootout-after-he-attacked-ex-girlfriend/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/police-man-injured-during-miami-gardens-shootout-after-he-attacked-ex-girlfriend/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A man was shot after he attacked his ex-girlfriend and fired at two men who defended her on Thursday in Miami Gardens, according to police. 
]]></description><pubDate>Thu, 25 Jun 2026 21:19:35 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot after he attacked his ex-girlfriend and fired at two men who defended her on Thursday in Miami Gardens, according to police. </p><p><a href="https://www.local10.com/news/local/2026/06/25/policia-hombre-resulta-herido-durante-balacera-en-miami-gardens-tras-atacar-a-exnovia/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/policia-hombre-resulta-herido-durante-balacera-en-miami-gardens-tras-atacar-a-exnovia/">Leer en español</a></p><p>The victim’s brother confronted the attacker in the 4700 block of Northwest 183rd Street, according to the Miami Gardens Police Department. </p><p>The attacker had fired at the victim’s brother and at a man who intervened when “an unidentified armed individual” fired at the attacker, according to Diana Delgado, a spokeswoman for the MGPD. </p><p>The attacker, who suffered non-life-threatening injuries, fled to a CVS, and Miami-Dade Fire Rescue personnel took him to the hospital, according to Delgado. </p><p>The suspect’s identity has not yet been released.</p><p><i>Local 10 News Assignment Editor Carson Merlo 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><media:content url="https://www.local10.com/resizer/v2/TWAICOA5BNCFRINOM6M3QWFC5E.jpeg?auth=fbaff5291e09a4482844c7f1284a8f63b0ae27da8e68ed0b7cda3d5b038a54bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man killed in Miami-Dade crash on West Flagler Street, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/25/man-killed-in-miami-dade-crash-on-west-flagler-street-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/man-killed-in-miami-dade-crash-on-west-flagler-street-police-say/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A man has died after being struck by a car Thursday night in Miami-Dade County, authorities said.]]></description><pubDate>Fri, 26 Jun 2026 03:01:49 +0000</pubDate><content:encoded><![CDATA[<p>A man has died after being struck by a car Thursday night in Miami-Dade County, authorities said.</p><p> </p><p>At about 8:45 p.m., the Miami-Dade Sheriff’s Office responded to reports of a traffic crash involving a pedestrian in the area of 89th Place and West Flagler Street.</p><p>Miami-Dade Fire Rescue medics transported the victim to HCA Florida Kendall Hospital in critical condition. He was later pronounced dead.</p><p>The driver, also a man, stayed at the scene following the crash, authorities confirmed.</p><p>The MDSO Traffic Homicide Unit is investigating the accident. Officials said there is no further information at this time.</p><p>Flagler Street, between Fontainebleau Boulevard and 92nd Avenue, was closed during the investigation, but all lanes have since reopened.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">🚨 TRAFFIC ALERT 🚨<br><br>Due to police activity, Flagler Street between Fountainbleau Boulevard and 92 Avenue is closed. Please avoid the area, expect delays, and use alternate routes. <a href="https://t.co/FgGKbtLjlU">pic.twitter.com/FgGKbtLjlU</a></p>&mdash; Miami-Dade Sheriff’s Office (@MiamiDade_SO) <a href="https://x.com/MiamiDade_SO/status/2070328105630093730?ref_src=twsrc%5Etfw">June 26, 2026</a></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6UDDV64BNHFBHZJXSKHWG4OWA.jpeg?auth=12210de7848e00c8960dc8539773c89a4a1c4775facbfd0933ed9470915f7249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Marlins track down Jonah, the hot dog dog, after video goes viral]]></title><link>https://www.local10.com/news/local/2026/06/25/marlins-track-down-jonah-the-hot-dog-dog-after-video-goes-viral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/marlins-track-down-jonah-the-hot-dog-dog-after-video-goes-viral/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[The dog who went viral for eyeing a hot dog at a Marlins game got his happy ending.]]></description><pubDate>Thu, 25 Jun 2026 23:31:42 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/">dog who went viral</a> for eyeing a hot dog at a Miami Marlins game got his happy ending.</p><p>Video from Monday night’s game at loanDepot Park showed Jonah in the stands, watching longingly as the pup next to him got fed a hot dog. The clip spread quickly online, and the Marlins put out a call to track down Jonah and his owner for a royal day at the stadium.</p><p>Turns out, his owner says Jonah gives that look all the time.</p><p>The 6-year-old pup, rescued in Aruba, has since gotten his hot dog. But those who know him best say his real favorite food is ice cream.</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 26: Another hot, humid day with afternoon storms expected]]></title><link>https://www.local10.com/weather/2026/06/26/june-26-another-hot-humid-day-with-afternoon-storms-expected/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/26/june-26-another-hot-humid-day-with-afternoon-storms-expected/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Friday! Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-106 plus degrees. ]]></description><pubDate>Fri, 26 Jun 2026 10:41:30 +0000</pubDate><content:encoded><![CDATA[<p>Happy Friday! Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-106 plus degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland so much of the metro, coastal areas will stay dry and very hot. A southeast wind direction has helped push in a plume of Saharan dust. This last weekend of June expect Saharan dust to provide for limited rain chances with hazy sunrises and sunsets. 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[Paris Diamond League to go ahead with safety measures amid historic heat wave]]></title><link>https://www.local10.com/health/2026/06/26/paris-police-seek-to-halt-diamond-league-meet-as-historic-heat-wave-strains-services/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/26/paris-police-seek-to-halt-diamond-league-meet-as-historic-heat-wave-strains-services/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — This weekend's Diamond League track and field meeting in Paris will go ahead as planned despite the historic heat wave gripping the country and stretching emergency services, organizers said on Friday.]]></description><pubDate>Fri, 26 Jun 2026 14:00:00 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — This weekend's Diamond League track and field meeting in Paris will go ahead as planned despite the historic heat wave gripping the country and stretching emergency services, organizers said on Friday.</p><p>Hours after Paris police authorities said they wanted the event canceled, the French athletics federation (FFA) confirmed that it would take place on Sunday at Charlety Stadium, in agreement with the police prefecture.</p><p>Citing the exceptional heat that has affected Paris since June 21, the police prefecture had asked organizers of the meet, and other events scheduled this weekend including a music festival and a Pride march, to cancel.</p><p>The prefecture said it would be forced to comply with the order if they didn’t agree voluntarily as emergency services needed to concentrate their efforts on protecting the most vulnerable people.</p><p>Noah Lyle, Femke Bol and Mondo Duplantis are among the athletes expected to compete in Paris.</p><p>The FFA, which organizes the meet, said it would be staged in “an adapted format designed to ensure the safety of all participants.”</p><p>Only competitions involving professional athletes will be held, with all other activities cancelled.</p><p>“Since the beginning of this extreme weather event, the French Athletics Federation has been closely monitoring the situation in constant coordination with government authorities. The safety of athletes, coaches, volunteers, officials, spectators and all staff involved remains our highest priority,” the FFA said.</p><p>Among the measures put in place to mitigate the effects of the heat, the FFA cited delaying the opening of the stadium gates to the public, reinforcing medical and emergency services and providing additional drinking water stations and shaded areas.</p><p>The average temperature recorded at 30 weather stations by the Meteo France weather agency on Thursday reached 30 degrees C (86F) again, matching the record for the hottest day nationwide set the previous day.</p><p>More than three-quarters of France has been placed under a red weather alert for the first time.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2ICISRWK5DC6UJ3SMCJ27XMLTU.jpg?auth=fd03c18554ae606eeb18437ee4d4c81a8da7367b012af2968719fa49e4a767af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Noah Lyles of United States celebrates after winning the men's 150 meters event at the Golden Spike athletics meeting in Ostrava, Czech Republic, Tuesday, June 16, 2026. (AP Photo/Lukas Kabon)]]></media:description><media:credit role="author" scheme="urn:ebu">Lukas Kabon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LRDPRRNWE6IOYDWFNJ3BV4BRI4.jpg?auth=25fb959932186c7b9dd3fdd0ab1b44d28628812c0c5b6cf1e5850983f66cf8f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Femke Broeders-Bol of Netherlands concentrates prior the start of he women's 800 meters event at the Golden Spike athletics meeting in Ostrava, Czech Republic, Tuesday, June 16, 2026. (AP Photo/Lukas Kabon)]]></media:description><media:credit role="author" scheme="urn:ebu">Lukas Kabon</media:credit></media:content></item><item><title><![CDATA[Touring Trump's Washington: How the president is putting his imprint on the nation's capital]]></title><link>https://www.local10.com/news/politics/2026/06/26/touring-trumps-washington-how-the-president-is-putting-his-imprint-on-the-nations-capital/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/26/touring-trumps-washington-how-the-president-is-putting-his-imprint-on-the-nations-capital/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The United States is celebrating its 250th year. And what better way to mark that anniversary than with an American summer staple — a trip to the nation's capital.]]></description><pubDate>Fri, 26 Jun 2026 12:18:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The United States is celebrating its 250th year. And what better way to mark that anniversary than with an American summer staple — a trip to the nation's capital.</p><p>But visitors to Washington will find that the city is undergoing tremendous change, courtesy of President Donald Trump’s takeover makeover.</p><p>Since returning to office 17 months ago, Trump has demonstrated a continuing fixation with the District of Columbia. The Republican president has slapped his image and name on buildings, torn down storied structures, altered others, started massive construction projects and deployed armed military personnel.</p><p>The traditional tourist sights remain. But with slight detours, an open mind and a critical eye, the ambitious walker can see all the ways the president has pushed to remake the capital.</p><p>On the eve of the United States' birthday, take a trip with The Associated Press across a changing Washington.</p><p>First stop: An indefinite National Guard deployment</p><p>We start our tour at Union Station and Metro Center, the city’s main transit hubs. Notice the Greco-Roman architecture of the former, the Brutalist design of the latter. Now see the ongoing, indefinite deployment of armed National Guard troops there and in many other parts of the city.</p><p>National Guard members from the district and several states have been in the city since August 2025, deployed under an emergency order issued by Trump in what he called a bid to fight crime. Trump has portrayed the deployment as a lifeline for the city. They will be here for most, if not all, of 2026 and are expected to number 5,000 this summer.</p><p>It's not the first time the military has deployed to the capital. Troops were in Washington throughout the Civil War, to quell riots after Martin Luther King Jr.’s 1968 assassination and, famously, hours into the Jan. 6, 2021, Capitol riot.</p><p>But in Trump's Washington, Guardsmen at street corners and metro stations have become an increasingly normal part of the city’s scenery.</p><p>And no one knows when they will leave.</p><p>Second stop: Scars left by DOGE</p><p>Exit Union Station, take in the view of the Capitol and turn right down Pennsylvania Avenue. There sits a building now synonymous with the Department of Government Efficiency, the Trump administration's effort to shrink the federal government.</p><p>The U.S. Agency for International Development was the first major federal agency targeted by then-DOGE leader Elon Musk in the remake of the federal government, when cost-cutting measures prompted the terminations of tens of thousands of workers. USAID spent billions on humanitarian aid worldwide and was credited with saving millions of lives over time.</p><p>By eliminating 90% of foreign aid contracts, the Trump administration effectively cut some $60 billion in funding.</p><p>After workers cleared their desks in February 2025, the USAID offices on Pennsylvania Avenue were repurposed for other government uses.</p><p>The shuttering of the agency also contributed to a massive increase in unemployment in the region where about one-fifth of the workforce lives.</p><p>Many workers still ask: When their lives were upended, what was saved?</p><p>Third stop: Trump's image staring down</p><p>Walking south along any of the numbered streets leads to Constitution Avenue and the National Mall. Banners bearing Trump's image have adorned the facades of several government buildings over the past 17 months — an uncommon practice for a sitting American president and a highly literal sign of his imprint upon the city.</p><p>At the Department of the Interior, his image has equal billing with George Washington on similar banners proclaiming “America's First” and “America First.”</p><p>A mile away, Trump's face glowers from the storied Department of Justice building, a physical display of Trump's efforts to exert power over the law enforcement agency that once investigated him. It's also a striking symbol of the erosion of the department’s tradition of independence from White House control, as the president pushes to prosecute his political adversaries.</p><p>Next up: The Reflecting Pool painted ‘American flag blue’</p><p>Westward toward the Lincoln Memorial sits the recently repainted Reflecting Pool.</p><p>The site has always been a must-see on any tourist's checklist. But the Reflecting Pool, the scene of historic marches and protests, today also symbolizes Trump's drive to change Washington.</p><p>Trump called the area “filthy” and had workers paint it in a color he has called “American flag blue.” A Washington-based nonprofit that tried to block the move said it undermined the somber tone of the area, which sits near the memorials to Lincoln and to the Vietnam and Korean wars.</p><p>Since the makeover, the pool has been fraught with problems, from runaway algae growth to dead ducks and a torn lining. Authorities say vandals have been responsible for some of the problems and arrests have been made. The National Park Service said the liner was intentionally cut with a sharp razor or knife.</p><p>A walk over the Memorial Bridge across the Potomac River leads directly to the proposed future site of Trump's 20-story, gold-adorned triumphal arch. Although embroiled in a court battle, like a number of his projects, the arch has been approved by a key federal agency and survey work has begun at the site.</p><p>In a city meticulously planned and rich with the symbolism that defines the nation, new construction can unsettle the carefully crafted balance.</p><p>The arch, when built, will break up the intentionally designed symbolic sightline between Arlington House, once the home of Confederate Gen. Robert E. Lee, and the Lincoln Memorial, which symbolized the reunification of a divided nation following the Civil War.</p><p>Just ahead: The Trump-Kennedy Center</p><p>Visible from the site is the John F. Kennedy Memorial Center for the Performing Arts — known for much of this year as the Donald J. Trump and John F. Kennedy Memorial Center.</p><p>Congress named the performing arts venue as a living memorial to Kennedy in 1964, the year after he was assassinated. A law explicitly prohibits its board of trustees from making the center into a memorial to anyone else, and from putting another person’s name on the building’s exterior.</p><p>A court decision eventually stripped the center of Trump's name, but a tarp remains there, obscuring the change.</p><p>Trump also added his name to the U.S. Institute of Peace, part of a broader series of tributes that has been largely unprecedented for a sitting, living president.</p><p>In the middle of it all: A significantly changed White House</p><p>No tour would be complete without 1600 Pennsylvania Ave. — the White House. There, gazers can look at the construction site formerly known as the East Wing. It's now the president's ballroom-in-waiting as the courts and Congress battle over whether to build it.</p><p>The White House has said the $400 million cost would be paid by private donors, but public money — around $1 billion for the entire White House complex, including the ballroom — would be used for security measures. The proposed building has also expanded to a size larger than the rest of the White House. Trump argues the ballroom is necessary for security reasons, and amplified that assertion after the attack on the White House Correspondents' Association dinner in April.</p><p>Not viewable on the tour: the area formerly known as the Rose Garden. Planted by then-first lady Jackie Kennedy, it has been paved over into a patio.</p><p>Last stop: Black Lives Matter Plaza no more</p><p>Directly north, across Pennsylvania Avenue, is the area of town formerly known as Black Lives Matter Plaza. During Trump's first term, a more defiant Democratic Mayor Muriel Bowser ordered the painting and naming of the area as a remembrance of the death of George Floyd at the hands of the Minneapolis police.</p><p>BLM Plaza became a magnet point for years of political activism. Hundreds of protests started, ended or rallied there.</p><p>The plaza came down in March 2025 at Bowser’s direction, spurred by threats from Congress to hold the city’s funding. The decision served as an acknowledgment of a major shift in tone under Trump.</p><p>That's the tour, folks. Please enjoy your stay.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CP4VB3RYDPRIRSFQQIQFDJIHHE.jpg?auth=adaf1b7390e277657ea00e49787d9da70c15dd7d5a626707be3a73f8c7bffbbd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the National Guard walking in the lobby of Union Station in Washington, May 27, 2026. (AP Photo/Matt Rourke, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OSTPXT6RGQLF4Q3AB4TCKWG2DA.jpg?auth=0f3d02b2bf9a36e8765a630a9bb0cce420e9df25e669b4cd03b8db6f089ce3fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New signage, The Donald J. Trump and The John F. Kennedy Memorial Center for the Performing Arts, is unveiled on the Kennedy Center, Dec. 19, 2025, in Washington. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBJMW7KCDH5UBP6Z5L2FEJO5ZY.jpg?auth=25166bf51f2e8320770b94e96bf50a33a2e7cecd0dd7ecf170510a7bf7d508c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A banner featuring an image of President Donald Trump hangs on the Department of Justice in Washington, Wednesday, May 27, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NFCBV7M55YXGWR2XUQLCANHHM.jpg?auth=f74dfd7f7f0646e6d3e486c42c3d8a6e9370f5eb7ae12057f528f6fede1eaba0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images shows Black Lives Matter plaza on 16th Street, NW, near the White House on March 10, 2025, top, as work was beginning to remove signage and markings, and on April 1, 2025, after the work was completed. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JGTM5AU4VOOE555DM2BVVOAA3M.jpg?auth=2fdd698acc4c861236aee56fff12db0d94f644e8d3069ee6c6bbce7b86a7f2a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Demonstrators, including Nadine Siler, of Waldorf, Md., dressed in a pink frog costume, hold up signs at a designated protest point in front of the John F. Kennedy Memorial Center for the Performing Arts, a day after a Trump-appointed board voted to add President Donald Trump's name to the Kennedy Center, Dec. 20, 2025, in Washington. (AP Photo/Julia Demaree Nikhinson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[How to help those impacted by the Venezuela earthquakes]]></title><link>https://www.local10.com/news/world/2026/06/26/how-to-help-those-impacted-by-the-venezuela-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/how-to-help-those-impacted-by-the-venezuela-earthquakes/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description><![CDATA[Two powerful, back-to-back earthquakes shook Venezuela Wednesday evening, collapsing buildings, killing hundreds and leaving thousands more missing across the northern part of the country. Many more are feared dead.]]></description><pubDate>Fri, 26 Jun 2026 10:18:19 +0000</pubDate><content:encoded><![CDATA[<p>Two powerful, back-to-back earthquakes shook Venezuela Wednesday evening, collapsing buildings, killing hundreds and leaving thousands more missing across the northern part of the country. Many more are feared dead.</p><p>Governments, nonprofits and members of the Venezuelan diaspora around the world are mobilizing to respond after the magnitude 7.2 and 7.5 quakes, to help find the missing and deliver medical care and humanitarian services to the thousands of injured and displaced.</p><p>Help is needed for search and rescue efforts, emergency shelter for displaced families and emergency health care, followed by safe water and sanitation, according to the International Federation of Red Cross and Red Crescent Societies.</p><p>Humanitarian organizations will face many challenges, including airport closures and the need for fast-tracked visas for aid workers, said Michael Capponi, president of Global Empowerment Mission (GEM).</p><p>“No single organization can meet all the needs alone,” he said. “Collaboration across governments and NGOs is critical to ensuring we cover all ground efficiently and swiftly.”</p><p>Here are some of the responding organizations you can support. The nonprofit evaluator Charity Navigator recommends donors avoid fraudulent fundraising campaigns by assessing whether an organization has a history of working on the specific type of disaster and in the affected region, and if it is a registered 501(c)(3) nonprofit. Charity Navigator has also published its own list of vetted groups aiding Venezuela.</p><p>How to help those affected by the Venezuela earthquakes</p><p>Global Empowerment Mission: The Doral, Florida-based humanitarian relief organization is collaborating with its long-term nonprofit partner the We Love Foundation. GEM immediately began packing food, water, hygiene supplies, medical necessities and other emergency relief items for shipment Thursday to Caracas, where it has set up a distribution hub. GEM has responded in Venezuela before, including in 2018 and 2019.</p><p>CORE: The humanitarian nonprofit is deploying personnel and partnering with The Wayuu Taya Foundation, a nonprofit that supports Indigenous Wayuu communities in Venezuela and Colombia and who have staff on the ground in Caracas. They aim to distribute cash support to impacted families as well as food, drinking water, hygiene kits and other critical resources. CORE was founded after the 2010 Haiti earthquake.</p><p>Direct Relief: The California-based medical humanitarian organization is funding the deployment of a team from Spanish Bomberos Unidos Sin Fronteras (BUSF) to assist search-and-rescue efforts, and is poised to send medical supplies to local healthcare partners as needed. Direct Relief has responded to multiple earthquakes, including the 2023 disaster in Syria and Turkey.</p><p>International Red Cross: Despite experiencing damage to its own national headquarters, the Venezuelan Red Cross' nationwide network of hospitals and clinics remains active and continues to deliver care, and rescue teams are supporting evacuation and search efforts as well as mobilizing prepositioned relief supplies. Red Cross Societies in Ecuador, Colombia, Mexico, Costa Rica, Honduras and Argentina — countries home to large Venezuelan communities — have activated services to restore family links and help people find news of their loved ones.</p><p>Airlink: The global humanitarian organization helps facilitate transport and logistics for other nonprofits needing to send relief and personnel to disasters worldwide. It will mobilize airlines and logistics companies to send search-and-rescue teams, medical responders and aid like medicines, water filters and food to Venezuela.</p><p>World Central Kitchen: The nonprofit founded by Chef José Andrés is mobilizing to serve hot meals to affected families and first responders as quickly as possible. WCK has led multiple responses in Venezuela, most recently in 2024 when families in the state of Sucre were displaced by Hurricane Beryl.</p><p>Catholic Relief Services: The international aid agency of the U.S. Catholic Church is working with local partner Caritas Venezuela to deliver emergency shelter, food, water and medical care to impacted families.</p><p>Global Impact: The philanthropy adviser and intermediary has set up a Venezuela Earthquakes Response fund that will funnel aid to multiple vetted organizations, including UNICEF USA and Save the Children.</p><p>——</p><p>Associated Press coverage of philanthropy and nonprofits 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. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLCIMWG5HLHRUABV64AU7TK7FY.jpg?auth=6d6adf6715118ba689fb80b1ceae1eb7a22a226366a2c5dc161e944adf6be8b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dos mujeres caminan entre los escombros de edificios dañados por los sismos ocurridos el día anterior, el jueves 25 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SXQ54YMHFQG7AWBPWZBHAGUQM.jpg?auth=1d038517f73ad4e10527f4a649c694d3089708d3fe967b8b4b6b865d7e088242&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas consuelan a Gabriela Rojas, en el centro, mientras llora frente a su casa dañada, donde dos de sus hijos fallecieron durante los terremotos que sacudieron La Guaira, Venezuela, el jueves 25 de junio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CWB7D3TMXM7NSWSSG6RJFPZLLI.jpg?auth=710e811537dbc9c6d5f4b4a8f0406793a184e0536b5ce3bd7327140c7899c729&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas buscan entre los escombros de un edificio derruido tras sismos, el miércoles 24 de junio de 2026, en Caracas, Venezuela. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSXMWDORSWQRLBBZ4KCPBWBQL4.jpg?auth=dc619e75ff143c957a9d4f41b7ee59aecb5627be2233ab852816afa34dd24222&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks among the rubble of a building that collapsed in earthquakes the previous day in La Guaira, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Happy birthday, 2000 Year Old Man. Mel Brooks is turning 100]]></title><link>https://www.local10.com/entertainment/2026/06/26/happy-birthday-2000-year-old-man-mel-brooks-is-turning-100/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/26/happy-birthday-2000-year-old-man-mel-brooks-is-turning-100/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The 2000 Year Old Man is turning 100. Mel Brooks on Sunday will celebrate his centennial birthday.]]></description><pubDate>Fri, 26 Jun 2026 10:17:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The 2000 Year Old Man is turning 100. Mel Brooks on Sunday will celebrate his centennial birthday.</p><p>The comedian and filmmaker has been awaiting the milestone. Earlier this year, Judd Apatow titled his retrospective documentary on him: “Mel Brooks: The 99 Year Old Man!”</p><p>“I was born to make people laugh,” Brooks says in the film. “So, I do that.”</p><p>Brooks was born Melvin Kaminsky in Brooklyn, New York, on June 28, 1926. After serving in the Army during World War II and performing in the Borscht Belt, Sid Caesar hired him as a writer. On his “Show of Shows,” Brooks met Carl Reiner, who'd remain a lifelong friend and with whom he created the “2000 Year Old Man” sketches.</p><p>Reiner would pepper Brooks' ancient man with questions about what Jesus was like. “Jesus … yes, yes,” Brooks would answer. “Thin lad. Wore sandals. Always walked around with 12 other guys.”</p><p>Brooks went to make classic comedies like “The Producers,” “Blazing Saddles,” “Young Frankenstein” and “High Anxiety.” It all started, Brooks told The Associated Press in 2021, with his childhood in Williamsburg, Brooklyn.</p><p>“I wanted to keep the party going. I wanted to keep the happiness and joy and explosions of laughter going into a dour part of our lives, not our childhood anymore,” Brooks recalled. “I was once interviewed and the guy said, ‘What was the happiest part of your life? Was it winning the Academy Award? Was it marrying Anne Bancroft?’ I said no, not at all. It was my childhood. From about 4 or 5 to 9, it was the most exciting, happiest, joyous life that anyone could experience.</p><p>“The guy said, 'What happened at 9?’ I said, 'Homework.'”</p><p>In April, Brooks submitted a video message to Eddie Murphy to honor him for his AFI life achievement award. In May, he announced that he was donating thousands of his documents and photographs to the National Comedy Center in Jamestown, New York.</p><p>“I’ve always been proud to say that I make people laugh for a living,” Brooks said then in a statement. “So, knowing that my work will have a home at comedy’s national archive and continue making people laugh leaves me with a deep sense of pride.”</p><p>Brooks has sometimes made mortality a joke, too. In a 1980s sketch, he created a coin-operated gravestone for himself that played a videotaped message. It began: “I was Mel Brooks, one of the funniest little Jews to walk the Earth.”</p><p>When asked in that AP 2021 interview if he thought much about death, Brooks said no.</p><p>“I gave up after 60 thinking about it because if I did, I’d be thinking about it all the time. So I don’t think about it much. When and if it happens it’s going to be a sad day — for everybody but me,” Brooks said, laughing.</p><p>“I enjoy living,” he added. “I’d like to do it as long as I can.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFW6N3D5HPJGWDLURQYPTDXIAY.jpg?auth=eca2fe115b89c204c6d1d552fb18a1c5c1b6eed64acc99d900d8f2fb60d40dac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mel Brooks arrives at the premiere of "Mel Brooks: The 99 Year Old Man!" in Los Angeles on Jan. 20, 2026. (Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BA3AINUTRJ7L6WZXGA43I3N2G4.jpg?auth=01a8ebf8a5c83c768747c413149024f03dcc9c9a2ce21ea88ee6f613b7f00553&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mel Brooks attends the premiere of "If You're Not In The Obit, Eat Breakfast" on May 17, 2017, in Beverly Hills, Calif. (Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IO6CQNQPXIXCZPDYR6HQDOS6EU.jpg?auth=94b5a1439a0beb2a4066ccad7d3e3b6be6574c4f4240e820cf3ea330c39a9d31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mel Brooks, left, and Matthew Broderick react to a standing ovation at opening night of "The Producers" in New York on April 19, 2001. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I2JGXHRVUM6AI4USPMKBULELOM.jpg?auth=4d6f8667e657f3ac27e1f8d623deb09052add9e67a963502cb41e4ff436a2fec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor-director Mel Brooks appears in a scene in his film, "High Anxiety" in May 1977. (AP Photo/Jim Palmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jim Palmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KUALZ7WXXMN2XKRXP3ELRLUS74.jpg?auth=f981304564025e080fcbffcb731cde496bf2f5bed89aac93328cad722d31dfaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor Anne Bancroft poses with her husband Mel Brooks at the premiere of "Great Expectations" in Los Angeles on Jan. 20, 1998. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Massive Shiite crowds mark the holy day of Ashoura against backdrop of Iran-Israel-US war fallout]]></title><link>https://www.local10.com/news/world/2026/06/26/massive-shiite-crowds-mark-ashoura-amid-fresh-iran-israel-us-war-fallout/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/massive-shiite-crowds-mark-ashoura-amid-fresh-iran-israel-us-war-fallout/</guid><dc:creator><![CDATA[By FADI TAWIL and ABBY SEWELL, Associated Press]]></dc:creator><description><![CDATA[NABATIYEH, Lebanon (AP) — Shiite Muslims on Friday marked Ashoura, one of the most important days on their calendar, with large gatherings in Iran, Iraq, Lebanon and other parts of the Muslim world to remember the seventh-century killing of Hussein, the grandson of Islam’s Prophet Muhammad.]]></description><pubDate>Fri, 26 Jun 2026 15:42:47 +0000</pubDate><content:encoded><![CDATA[<p>NABATIYEH, Lebanon (AP) — Shiite Muslims on Friday marked Ashoura, one of the most important days on their calendar, with large gatherings in Iran, Iraq, Lebanon and other parts of the Muslim world to remember the seventh-century killing of Hussein, the grandson of Islam’s Prophet Muhammad.</p><p>The annual commemoration is observed on the 10th day of the month of Muharram in the lunar-based Islamic calendar. Ashoura is the culmination of a 10-day mourning period and marks the day Hussein was killed alongside members of his family and companions as he fought against the army of Caliph Yazid, to whom Hussein had refused to pledge allegiance.</p><p>Hussein’s killing cemented the schism between Sunni and Shiite Islam and remains a powerful symbol of resistance against oppression and injustice.</p><p>Ashoura this year comes after a war between predominantly Shiite Iran and the United States and Israel, who launched strikes on the country on Feb. 28, killing senior officials including Supreme leader Ayatollah Ali Khamenei. The 86-year-old Khamenei was not just Iran’s top political leader but also had a final say on all religious matters and was revered by millions of Shiites worldwide.</p><p>A funeral procession for Khamenei is scheduled to take place in early July.</p><p>On Friday, large crowds of people gathered in the Iraqi Shiite holy city of Karbala to mark Ashoura. Hussein is buried in the city where he was killed in the battle that took place in 680, and his shrine is visited by millions of Shiites from around the world every year.</p><p>In Baghdad, thousands marched through the streets, including some who slashed their heads with razors and performed other forms of self-flagellation in a show of grief to mark the occasion.</p><p>In Lebanon, where a fragile ceasefire between Israel and the Iran-backed Hezbollah is in place, thousands of black-clad mourners gathered in Beirut’s southern suburbs at a shrine to Hezbollah’s former longtime leader, Hassan Nasrallah, who was killed in a series of massive Israeli strikes in 2024.</p><p>Women clutched photographs of sons and brothers killed in the war — many of them fighting for Hezbollah — while others held photographs of Nasrallah or Iran’s Khamenei, who was killed in February in an attack by the U.S. and Israel.</p><p>Many of them sobbed. Expressions of grief for the death of the Imam Hussein are traditional during Ashoura, but many of the mourners were also grieving more personal losses.</p><p>Nagham Jaber said her fiance was killed in the war.</p><p>“This war was truly harsh on all of us, and now we are feeling the meaning of Ashoura more than usual,” she said.</p><p>In the southern Lebanese city of Nabatiyeh, that is usually a major center to commemorate Ashoura, dozens of people gathered near the main square, much of which was destroyed by Israeli airstrikes over the past weeks, with some of them inflicting head injuries on themselves to express their mourning. The practice is widely opposed by many Shiites, including Hezbollah.</p><p>Earlier on Friday, state media and Associated Press journalists on the ground reported two Israeli airstrikes on the nearby village of Nabatiyeh al-Fawqa. It was not immediately clear if the strike inflicted any casualties.</p><p>“Despite all the hardships, everything happening to the Shiite Muslim community, and the wars we are facing, we came to reaffirm our loyalty, our love and our unwavering passion for Imam Hussein,” said Khader Kamal.</p><p>To Shiites, who make up the second-largest branch of Islam after the Sunni majority, the killing of Hussein holds deep religious and historical resonance and plays a key role in shaping identity.</p><p>Hezbollah’s leader, Naim Kassem, said in a speech Friday that Ashoura is being repeated again by the U.S. and Israel, adding that his group and its supporters were subjected to a “war of elimination.”</p><p>“America and Israel also wanted to eliminate Iran by removing the regime and controlling the country,” Kassem said. “The memorandum of understanding is a declaration of defeat for America and Israel,” Kassem said of the deal reached this month between Washington and Tehran.</p><p>___</p><p>Sewell reported from Beirut. Associated Press writer Bassem Mroue in Beirut contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/47DHXUZPAXGM3GVEFO3TL2AWVQ.jpg?auth=391bfaf4b9c1fd633bf5276084a47da03c7a6e9dc8f2028b5dea691114e3900c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman watches as Lebanese Shiites beat their chests and bleed from self-inflicted ceremonial head wounds during Ashoura, when Shiites commemorate the martyrdom of Imam Hussein, the grandson of the Prophet Muhammad, amid buildings destroyed by Israeli strikes in Nabatiyeh, southern Lebanon, Friday, June 26, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMZ2IYZ2JSLZUMOEKALTP3RGYM.jpg?auth=4d9eb0bcd6e60804e7a09929c5cd1757da0efa3b6fe8e74bcb71b5d48e885e88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women weep and mourn during a sermon marking the third day of Ashoura, the Shiite Muslim commemoration of the 7th-century death of Imam Hussein, the grandson of the Prophet Muhammad, 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><media:content url="https://www.local10.com/resizer/v2/337FWD4T4L3ZIFAWYGAMPG6IDM.jpg?auth=dc9fe19d7bc44bbcf8f721cdcb22c04e5736d33e8c3e711003e20ec91771120a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - A Lebanese Shiite weeps for a friend killed during the war as he bleeds from a self-inflicted ceremonial head wound during Ashoura, when Shiites commemorate the martyrdom of Imam Hussein, the grandson of the Prophet Muhammad, in Nabatiyeh, southern Lebanon, Friday, June 26, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SB2S5FRHEO4TXAUGP47EYVCXPQ.jpg?auth=415fb42aa19ecbffb8769ea1457a5b87eb7bc18f263dca8ae799676e093deaf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hezbollah supporters beat their chests, as they march during the holy day of Ashoura that commemorates the 7th century martyrdom of the Prophet Muhammad's grandson Hussein, in Dahiyeh, Beirut's southern suburbs, Lebanon, Friday, June 26, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4WQEM3QW4VH4Z4JNQEERGRICEA.jpg?auth=d70eab9caeaba0098e4a18a78e091f34bac7fa512617932229caf51382e5c1b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - Shiite men bleed from self-inflicted wounds after cutting their heads with swords during a procession to mark the Muslim festival of Ashoura, on the 10th day of Muharram, in Basra, Iraq, Friday, June 26, 2026. (AP Photo/Ali Rahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Rahim</media:credit></media:content></item><item><title><![CDATA[Australia plans to strengthen laws banning children from social media]]></title><link>https://www.local10.com/tech/2026/06/26/australia-plans-to-strengthen-laws-banning-children-from-social-media/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/26/australia-plans-to-strengthen-laws-banning-children-from-social-media/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — The Australian government plans to strengthen laws that ban children younger than 16 from social media platforms, Prime Minister Anthony Albanese said.]]></description><pubDate>Fri, 26 Jun 2026 11:37:30 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — The Australian government plans to strengthen laws that ban children younger than 16 from social media platforms, Prime Minister Anthony Albanese said.</p><p>Observers said on Friday the government was responding to evidence that the ban on young children holding accounts on platforms including Facebook, Instagram and YouTube had failed since it came into force on Dec. 10 last year. Australia was the first country in the world to pass legislation keeping youth off social media, but others have since followed.</p><p>Albanese told Parliament on Thursday this government was considering options to strengthen the ban.</p><p>“We’re working on that as a priority because this is something that other generations didn’t have to deal with, which is why it’s complex,” Albanese told Parliament.</p><p>He told the Australian Broadcasting Corp. on Friday the government was asking “are the laws as strong as possible?” and did eSafety Commissioner Julie Inman Grant, Australia’s online safety watchdog, “have every power at her disposal?”</p><p>Britain announced last week plans to ban children under 16 from a range of platforms to protect them from harmful content and excessive screen time.</p><p>Canada, Brazil and Indonesia have introduced legislation or announced age-based restrictions or requirements for children’s access to social media. France, Spain, Denmark, Thailand and South Korea are among others studying or developing similar approaches.</p><p>Inman Grant said in April she was considering court action against Facebook, Instagram, Snapchat, TikTok and YouTube, alleging they were not doing enough to keep young Australian children off their platforms.</p><p>These platforms, as well as X, Kick, Reddit, Threads and Twitch, face fines of up to 49.5 million Australian dollars ($34 million) if they fail to take reasonable steps to remove the accounts of young children.</p><p>Melbourne’s RMIT University expert on information sciences Lisa Given said the government’s proposed reform was a response to evidence that the ban was failing. The evidence included eSafety's own data released in March that showed seven in 10 underage children continued to hold accounts on Facebook, Instagram, Snapchat and TikTok since December.</p><p>Given also pointed to a study published in the British Medical Journal on Wednesday that found 85% of a group of Australian 12 to 17-year-olds were using restricted platforms.</p><p>“I do think it’s failing,” Given said. “Many kids in the media have reported that they also think that this is really a failed exercise.”</p><p>The Sydney Morning Herald newspaper reported Inman Grant saying in an interview in early June: “I don’t have potent powers.”</p><p>“What I would say is a regulator is only as good as the tools and the resources that they’re given,” she is quoted as saying.</p><p>The Associated Press asked Inman Grant’s office on Friday to comment on the accuracy of that reporting, but her office did not immediately reply.</p><p>Given said Inman Grant faced a challenge in enforcing legislation that platforms were resisting.</p><p>“Either the eSafety Commissioner needs more powers or we’ve got to have some other approach to enforcement,” Given said.</p><p>Given expected the courts would need to decide what constituted “reasonable steps” required by the law to be taken to keep children off platforms.</p><p>Albanese said as part of increased efforts to enforce the social media ban, his government would proceed with digital duty of care legislation which would hold platforms accountable for foreseeable harms caused by content and algorithms.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4MFEWOYZDZWNLUPGTPJ4KFT2JQ.jpg?auth=dea52d179e26896bc8a93bf5b429e345e5efdb9c452a5e13c5ff3d49bccf3c0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Three boys use their phones while sitting outside a school in Sydney, Monday, Dec. 8, 2025. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QA6KIEL3GYCMWD63SJWE4CEODY.jpg?auth=a873e1a391936c29c1452466c66b6adf9f9542f41fbad5274b5523367cb1c42e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australian e-Safety Commissioner, Julie Inman Grant appears before the Environment and Communications Legislation Committee at Parliament House in Canberra, Australia, Thursday, Oct. 17, 2024. (Mick Tsikas/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mick Tsikas</media:credit></media:content></item><item><title><![CDATA[Venezuelans hope online posts will bring news of missing after devastating earthquakes]]></title><link>https://www.local10.com/news/world/2026/06/26/venezuelans-hope-online-posts-will-bring-news-of-missing-after-devastating-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/venezuelans-hope-online-posts-will-bring-news-of-missing-after-devastating-earthquakes/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — A father holds the hand of his daughter dressed as a fairy. A 24-year-old man in a pilot uniform stares proudly at the camera. A family embraces on a soccer field.]]></description><pubDate>Fri, 26 Jun 2026 14:45:24 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — A father holds the hand of his daughter dressed as a fairy. A 24-year-old man in a pilot uniform stares proudly at the camera. A family embraces on a soccer field.</p><p>They are among the images posted by relatives within Venezuela and abroad desperately searching for their missing loved ones following two powerful, back-to-back earthquakes on Wednesday evening.</p><p>Hundreds have been killed and thousands injured. The number of casualties is expected to climb after the 7.2- and 7.5-magnitude quakes that caused widespread damage and were among the strongest to strike Venezuela in more than a century.</p><p>With communication patchy, social media and online registries have become a crucial tool for many Venezuelans seeking information and resources beyond sparse government statistics. Independent online registries documenting up to 40,000 people missing far surpass the official government account.</p><p>While some rushed to search beneath the rubble of collapsed buildings, others created digital flyers on WhatsApp, Facebook and X with their relatives’ details.</p><p>Searching for relatives</p><p>Among them was Vanesa Marcano, 31, who posted photos from Madrid of her uncle and aunt, who live in La Guaira state, north of the capital Caracas, which suffered some of the heaviest damage and casualties.</p><p>Marcano posted the images in the hopes that they were only unreachable due to damaged communication lines. Her uncle’s daughter and his 7-year-old grandson were visiting from the United States and also are missing.</p><p>“It’s a feeling of impotence and uncertainty,” Marcano said by phone. “I know you must stay calm and focus on the actions you can take. But it’s very easy to fall into despair.”</p><p>Jhoyser Concalves, a Venezuelan from the northern coastal city of Catia La Mar, was talking to his partner and her daughter just minutes before the shaking. It was the last he heard from them.</p><p>When the earthquake stopped, Concalves ran out of his house to their apartment building, where they lived on the sixth floor. There was only debris and people desperately trying to rescue neighbors from the rubble.</p><p>Concalves posted a flyer reading “MISSING” on X and Facebook in a desperate attempt to find them.</p><p>“They are pulling people out of the building alive. So I still have hope that they are in there alive,” he said.</p><p>United Nations calls for restored social media access</p><p>The search was complicated by the country's restrictions on social media and messaging platforms.</p><p>On Thursday, the U.N. human rights mission in Venezuela issued a statement calling on the government to lift local restrictions on social media and saying timely access to reliable information can save lives.</p><p>Sites including X and messaging app Signal were blocked in August 2024 by then-President Nicolás Maduro in an attempt to suppress communication among those who rejected his claim of victory in the presidential election. Former Vice President Delcy Rodríguez became the acting president in January after the U.S. captured and removed Maduro from power.</p><p>Shortly after the U.N.’s request Thursday, Venezuelans in the country were able to access X.</p><p>Search from abroad</p><p>Outside the country, such sites have become even more important for many of the 8 million people who have migrated from Venezuela in recent years and were unable to check on their loved ones.</p><p>Elibel Tovar's 70-year-old father moved to Brazil more than 20 years ago but was in La Guaira for business. Félix Ramón Tovar Hernández was planning to travel Friday to Chile for his first reunion with his son in more than a decade. But Tovar, 38, said he hasn't heard from his father.</p><p>“I feel powerless because I don’t know how this is affecting him: the shock, the decisions he’s having to make, whether he is physically okay, or even whether he is still alive,” said Tovar, who registered his father on the website for the missing.</p><p>“Being in Chile makes it very difficult to get information, and everything we see feels confusing,” he said via WhatsApp.</p><p>In Madrid, Marcano said she was trying to stay calm for the sake of her 1-year-old daughter.</p><p>“You keep hoping someone will organize a fundraiser or some kind of initiative where you can help,” Marcano said. “But the truth is, from far away, there is very little you can do.”</p><p>___</p><p>Hughes reported from Rio de Janeiro.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BXJEA5VXBSPOY2PKQYRHOOBNPE.jpg?auth=2ceaf92a48bddd4f6c909e45e6b202117e0c3c515d4bfdda22fb3510fe1f4cb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble of a collapsed building after earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C2DQCRT3UM64CYLAMYEVSNKHLQ.jpg?auth=4e4452f47f105631cb134c5697e9a780fc49d27d735872338b731d977fc127b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged buildings stand in Catia La Mar, Venezuela, a day after an earthquake and several aftershocks struck the city, Thursday, June 25, 2026. (AP Photo/Jonathan Lanza)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Lanza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BXBBSVZJ5TDHAM5FLP634N2EZA.jpg?auth=2049d0929eec33342994776834818ef094f026f149632d824c7d381f51f1ee9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neighbors carry a man rescued from the rubble of a collapsed building the day after earthquakes struck La Guaira, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TME7QW7WNPYVNDCYUKU7ICC53I.jpg?auth=f872ac269d5ce5f4e67bd2341c5a96b64039378b80e9d26805554fbceaace4d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man looks at covered bodies in front of a damaged building the day after earthquakes and several aftershocks struck La Guaira, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3S5EI4JVNVCPNFJAMQHSVGJ2U.jpg?auth=c293a071d8daa4190327b68b289f9906b1b3c2239e89609049fb2f97d3a4718f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents search through the rubble of a building that collapsed in an earthquake in Caracas, Venezuela, Thursday, June 25, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Ukraine unleashes one of its heaviest drone bombardments of Russia]]></title><link>https://www.local10.com/news/world/2026/06/26/ukraine-unleashes-one-of-its-heaviest-drone-bombardments-of-russia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/ukraine-unleashes-one-of-its-heaviest-drone-bombardments-of-russia/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukraine launched a major nighttime attack on a dozen Russian regions, Russian-held Crimea and the surrounding seas, Moscow’s Defense Ministry said Friday, in what appeared to be one of Kyiv’s biggest drone assaults since the Kremlin’s full-scale invasion more than four years ago.]]></description><pubDate>Fri, 26 Jun 2026 13:06:56 +0000</pubDate><content:encoded><![CDATA[<p>Ukraine launched a major nighttime attack on a dozen Russian regions, Russian-held Crimea and the surrounding seas, Moscow’s Defense Ministry said Friday, in what appeared to be one of Kyiv’s biggest drone assaults since the Kremlin’s full-scale invasion more than four years ago.</p><p>Russian air defenses intercepted 660 Ukrainian drones, Russia’s Defense Ministry said. The previous biggest Ukrainian attack over the past year, as Ukraine has accelerated its drone development, involved 556 drones on May 17.</p><p>In an effort to turn the tables on Russia’s grinding war of attrition, Ukrainian long-range drones have been battering oil production and energy facilities behind the front line and deep inside Russia.</p><p>The campaign has choked Russian fuel supplies and military deliveries, stalling Moscow's efforts on the battlefield, Western officials and analysts say, and has heaped pressure on Russian President Vladimir Putin.</p><p>A Russian chemical plant is reportedly hit</p><p>Initial damage reports from Russia after the overnight attack provided scant information. Russia’s Defense Ministry usually doesn't say what was targeted in Ukraine’s drone attacks, nor does it detail any damage.</p><p>Russian independent online outlet Astra reported that a chemical plant and a hydroelectric plant in Novomoskovsk were attacked and caught fire. The Associated Press couldn’t independently verify the report, and there was no official confirmation.</p><p>Moscow Mayor Sergei Sobyanin reported that 47 Ukrainian drones were downed as they flew toward the Russian capital. He did not report any casualties or damage.</p><p>Ukraine’s Security Service said it used drones to strike Russian navy ships and air defense radars in Kerch, an important port city in Crimea.</p><p>The targets were two reconnaissance and minelaying ships, the Volga and the Vyatka, and the cargo-passenger ferry Petropavlovsk, the agency said, claiming that the strikes started a large fire. The claim could not be independently verified.</p><p>Zelenskyy hints at a 40-day blitz of Russia</p><p>The major attack came hours after Ukrainian President Volodymyr Zelenskyy said on X that he had ordered “a 40-day influence operation,” believed to mean an escalation of attacks, aimed at “compelling (Russia) to end the war” after U.S. peace efforts over the past year yielded no breakthrough.</p><p>Still, as they have occasionally in the past, Russia and Ukraine exchanged prisoners of war, with 160 from each side returning home on Friday, officials said.</p><p>Ukraine has racked up a list of successful strikes, including hitting targets in Moscow and St. Petersburg.</p><p>Zelenskyy said he got further promises of foreign support when he attended a recent summit of G7 leaders, including from U.S. President Donald Trump, and that the promised aid will help Ukraine step up its effort to force Putin to the negotiating table.</p><p>A NATO summit next month could be another key moment in beefing up Ukraine's military.</p><p>Russian attacks killed 3 civilians and wounded 29, Ukraine says</p><p>Two people were killed and seven were wounded in Russian attacks on the northeastern Kharkiv region over the previous 24 hours, regional head Oleh Syniehubov said Friday.</p><p>Russian forces struck the city of Kharkiv and 16 other settlements across the region, Syniehubov added.</p><p>On Friday morning, another Russian drone attack on downtown Izium, a city in the Kharkiv region, killed a woman and wounded three other people, emergency services said.</p><p>Attacks in the capital, Kyiv, the southern Odesa and Zaporizhzhia regions, and Sumy in the northeast, also left at least 19 people wounded, including a 9-year-old, according to authorities. Some of the Russian attacks used powerful glide bombs and also targeted gas stations.</p><p>Ukraine’s defenses overnight stopped 174 of 189 Russian drones, the Ukrainian air force said. However, four of seven Iskander-M ballistic missiles that were fired got through air defenses and struck various locations, it said.</p><p>No Russian military buildup seen on border with Belarus, Ukraine says</p><p>Russia is expanding several of its military sites deep inside Belarus, but there is no buildup of forces near the Ukrainian border, a State Border Guard Service spokesman said Friday.</p><p>Russia launched its 2022 invasion of Ukraine from Belarus, which borders both countries, and Kyiv has kept a close watch on developments there during the war.</p><p>Ukrainian intelligence units have detected no grouping or reinforcement of Russian units, equipment or personnel close to the border, spokesman Andrii Demchenko said in remarks to Ukrainian television.</p><p>However, Russia has a growing number of training grounds, bases and other sites deeper inside the country, according to intelligence units.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKWOBKKUHN7BR4RDC7IBXDIBQ4.jpg?auth=acb33be0bb95a482ace993819bac7d942b6c15a3bf8958e3177b749f690e834b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers put out a fire at a building destroyed after a Russian strike on Zaporizhzhia, Ukraine, on Friday, June 26, 2026. (AP Photo/Evgeniy Maloletka)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6Y5XQTJCJQP3R7XFYVUD62UI5E.jpg?auth=6b84b4a1cc46997bcecfbb0701a8d6944793a2dd27a358918333f3a5ffd4e4b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo, provided by the Ukrainian Emergency Service, firefighters extinguish a fire in a residential building following a Russian drone attack in Zaporizhzhia, Ukraine, Friday, June 26, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CZ3GH45T5SBIUHPENIVKVVTNPA.jpg?auth=e4ca8b9f3af230e56ca2bf694a31bef7f94ad38879640e7c30acd00ddc3ea54e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo, provided by the Ukrainian Emergency Service, firefighters extinguish a fire in a residential building following a Russian drone attack in Sumy region, Ukraine, Friday, June 26, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6JTBMOARMV5KAEK6INTYPM7AFU.jpg?auth=4724272213220e1673ef85de8a94008bfccb340b46cd476aacdb2081e4773e0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers put out a fire at a building destroyed after a Russian strike on Zaporizhzhia, Ukraine, on Friday, June 26, 2026. (AP Photo/Evgeniy Maloletka)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content></item><item><title><![CDATA[Pulisic returns to the US lineup with highlights and lowlight in a World Cup loss to Turkey]]></title><link>https://www.local10.com/sports/2026/06/26/pulisic-returns-to-the-us-lineup-with-highlights-and-lowlight-in-a-world-cup-loss-to-turkey/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/pulisic-returns-to-the-us-lineup-with-highlights-and-lowlight-in-a-world-cup-loss-to-turkey/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Christian Pulisic returned to the field for the United States on Thursday night just in time to warm up for the World Cup games that really matter starting next week.]]></description><pubDate>Fri, 26 Jun 2026 06:48:02 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Christian Pulisic returned to the field for the United States on Thursday night just in time to warm up for the World Cup games that really matter starting next week.</p><p>Pulisic entered the Americans' 3-2 loss to Turkey as a substitute early in the second half to the soundtrack of an enormous roar from the sellout crowd at SoFi Stadium.</p><p>He immediately looked comfortable in his first game action in 13 days, contributing to several strong attacks and coming awfully close to scoring a goal shortly after his entrance. Pulisic also had a lowlight when rising star Arda Güler nutmegged him — flicked the ball between his legs — to begin the sequence that ended with Kaan Ayhan's winning goal on the final kick of the match.</p><p>The loss didn't matter to the Americans, but the chance to prepare for next week was the important part. The U.S. faces Bosnia-Herzegovina in the round of 32 on Wednesday.</p><p>“His goal was to get some minutes to be ready” for next week, U.S. coach Mauricio Pochettino said. “I'm happy because I think he made a good impact when he was on the pitch.”</p><p>Pulisic played dynamically in the first half of the Americans' tournament-opening, 4-1 victory over Paraguay nearly two weeks ago, creating one goal and assisting on another — but he came off at halftime due to a calf injury he had picked up in training.</p><p>The AC Milan midfielder missed the Americans' next match against Australia, and he sat out the first half against Turkey before coming on as a substitute in the 58th minute to that massive cheer from the raucous Los Angeles-area crowd.</p><p>Pulisic didn't stop to speak to reporters in the mixed zone after the loss, but he thinks he'll be ready when the U.S. attempts to win a knockout-round World Cup match for only the second time.</p><p>"I felt good, so it was really nice to be back with the team and get some minutes,” Pulisic told Fox. “I felt good with the ball. It was a tough way to end for us, for sure. But at the end of the day, we win the group, and we just have to look forward to next week.”</p><p>Pulisic said this week that he was ready to play again, and he created a scoring opportunity only a couple of minutes after he entered the 2-2 game with a dynamic run down the left side.</p><p>Pulisic nearly scored in the 63rd minute, but his quick shot in traffic was deflected off the goalpost by Turkey goalkeeper Ugurcan Cakir.</p><p>“You saw his quality, and you saw when he came in the impact he had,” Sebastian Berhalter said. “He’s our guy. he’s a leader in his own right.”</p><p>Late goal for Turkey</p><p>Pulisic had another excellent pass to Ricardo Pepi in injury time, but his teammate couldn't get off a shot. The U.S. appeared to be headed to a draw — until Turkey pulled out an extraordinary late goal that began with a bit of magic from Güler, the 21-year-old Real Madrid star.</p><p>Boxed into the corner by two Americans, Güler flicked the ball perfectly between Pulisic's legs and ran around him, creating the space necessary to start the final sequence. Salih Ozcan kicked a long cross to Can Uzun got the ball in space on the back post slipped it under sprawling goalkeeper Matt Turner to Ayhan.</p><p>That sequence aside, Pulisic's presence energized the American attack and portended well for its next match, according to his teammates.</p><p>“(Pulisic) is a special player," U.S. captain Weston McKennie told Fox. "There’s no doubt that he adds something to the group. He adds his 1-on-1 qualities. Whenever the game might look dry or the game isn’t creative or something, he can come in and be that player to create something out of thin air. It was good to see him back on the pitch. Hopefully we’ll see him again in San Francisco.”</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HYBWHMMMBQIOOOKTDD6IIJAQTM.jpg?auth=48b32c9048c760024408944533b31b5803ffff42568d5698ef04589a240fb9be&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 walks off the field after a World Cup Group D soccer match against Turkey in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/MS4OP3QNHJVFESAOOKUFPPGR6M.jpg?auth=23f355586d48ca87a71ff0e332b85c2799be529b3855ed170b273fdb96a360ea&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) reacts during the World Cup Group D soccer match between Turkey and the United States in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/6WWDJIOFPV6MK44GBROCOKWCFU.jpg?auth=a44bad8cd87ef6a20e113ecb2b0e43ea653f2a8de511295a8c2bcccd6b4656ca&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) kicks the ball during the World Cup Group D soccer match between Turkey and the United States in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/D6B5OJZGQEJ24376BTQ364TCWQ.jpg?auth=382e06e00cc4f4a2b0b6fbd15167348e9e0fbbbfa3838ea7a882c3b1cd911e98&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, center, and Turkey's Ozan Kabak argue during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/2I5GLR3O44HWCIFELUKXWZK33U.jpg?auth=e8a3571498e8fc4bafc479aa1e36cbe7366b86167b708f4569972e3f1d763376&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, left, and teammate Cristian Roldan arrive at the stadium ahead of the World Cup Group D soccer match between Turkey and the United States in Inglewood, Calif., near Los Angeles, Thursday, June 25, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[El calor extremo en Europa sería imposible sin el cambio climático, según los científicos]]></title><link>https://www.local10.com/espanol/2026/06/26/el-calor-extremo-en-europa-seria-imposible-sin-el-cambio-climatico-segun-los-cientificos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/26/el-calor-extremo-en-europa-seria-imposible-sin-el-cambio-climatico-segun-los-cientificos/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Las temperaturas récord que abrasan Europa día y de noche este mes no habrían sido posibles sin el cambio climático, según un nuevo estudio.]]></description><pubDate>Fri, 26 Jun 2026 06:31:54 +0000</pubDate><content:encoded><![CDATA[<p>Las temperaturas récord que abrasan Europa día y de noche este mes no habrían sido posibles sin el cambio climático, según un nuevo estudio.</p><p>El estudio rápido de World Weather Attribution publicado el viernes concluyó que el calor habría sido prácticamente imposible hace apenas cinco décadas, y que hoy es 200 veces más probable de lo que habría sido hace 20 años.</p><p>Millones de personas en Francia, Italia, España, Reino Unido y otros puntos de Europa están experimentando esta semana temperaturas y humedad extremas asociadas con una cúpula de calor. En muchos sitios, las temperaturas diurnas han superado los 40 grados Celsius (104 Fahrenheit), mientras que las altas temperaturas nocturnas también han dificultado refrescarse y recuperarse.</p><p>Los científicos estimaron que una ola de calor con características similares, de haberse producido en el clima de junio de 1976, habría sido unos 3,5º C (6,3º F) más fresca durante el día y unos 2º C (3,6º F) más fresca en 2003. Las temperaturas nocturnas habrían sido unos 2,4º C (4,3º F) más frescas en junio de 1976 y unos 1,3º C (2,3º F) más frescas en 2003.</p><p>Eligieron 1976 y 2003 para la comparación porque en esos años se registraron olas de calor extremo en Europa.</p><p>"El aumento de las temperaturas fue tan drástico que habríamos esperado no ver nunca este evento en el clima de 1976”, dijo el autor principal del estudio, Theodore Keeping, científico del clima en el Centre for Environmental Policy del Imperial College London. “Y también habría sido todavía muy, muy raro, incluso hace 23 años, en 2003”.</p><p>El cambio climático es la fuerza impulsora</p><p>World Weather Attribution, una colaboración de científicos con sede en Europa que estudian las causas de los fenómenos meteorológicos extremos globales, comenzó a evaluar en 2015 en qué medida estos podían atribuirse al cambio climático provocado por la quema de combustibles fósiles como el carbón, el petróleo y el gas. Los estudios rápidos de atribución de la organización, incluido este, no se someten a revisión por pares, pero utilizan una metodología revisada por pares.</p><p>El estudio actual utilizó datos de temperatura observados y pronósticos para analizar la ola de calor que comenzó el 18 de junio.</p><p>También determinó que el 45% de las 850 ciudades analizadas en 30 países europeos han batido, o se espera que alcancen, récords en los niveles de estrés térmico, una medida que incluye humedad y temperatura.</p><p>“Está directamente relacionado con el estrés térmico que sufre el cuerpo humano y con nuestra capacidad de enfriarnos, y es una métrica realmente buena para los impactos en la salud que esperamos ver por esta ola de calor”, explicó Keeping. El calor y la humedad conforman una combinación peligrosa para los seres humanos.</p><p>En última instancia, esto determina que es la ola de calor más severa jamás registrada en esta región de Europa y el episodio de calor húmedo más severo, según los investigadores de WWA.</p><p>Europa está poco preparada para temperaturas extremas</p><p>Europa es el continente que se calienta más rápido en el mundo, con temperaturas que aumentan al doble de velocidad que el promedio global desde la década de 1980, según el Servicio de Cambio Climático Copernicus de la Unión Europea. En un estudio independiente del año pasado, investigadores de WWA hallaron que hubo alrededor de 1.500 muertes causadas por el cambio climático durante una ola de calor europea el verano pasado.</p><p>Esta semana, agencias meteorológicas de toda Europa han emitido alertas rojas por riesgos de calor, lo que ha provocado restricciones en eventos deportivos, escuelas, transporte público y atracciones. Muchos de estos países no cuentan con aire acondicionado generalizado u otra infraestructura para adaptarse a climas más cálidos. Francia, que ha soportado gran parte del impacto de la ola de calor, registró esta semana su día más caluroso jamás registrado, y reportó 40 muertes por ahogamiento de gente que trataba de refrescarse.</p><p>Los científicos de WWA indicaron que el actual ciclo de calentamiento de El Niño no influyó en estas temperaturas.</p><p>Europa también sufrió temperaturas altas récord en mayo. Por lo general, Europa no registra temperaturas tan altas hasta julio y agosto.</p><p>Los hallazgos del estudio publicado el viernes son razonables, pero podrían minimizar el papel del cambio climático en el calor, sostuvo Michael Mann, científico del clima de la Universidad de Pensilvania que no participó en la investigación.</p><p>“Si acaso, esta evaluación más reciente —y todas las evaluaciones similares— en realidad están subestimando el papel que el cambio climático está desempeñando aquí”, afirmó Mann, quien ha estudiado por separado cómo el cambio climático está aumentando el estrés térmico en Norteamérica.</p><p>Keeping, autor del estudio, dijo que la ola de calor en Europa muestra la necesidad de adaptar la infraestructura y los comportamientos a las temperaturas extremas.</p><p>“Tenemos que contar con que se produzcan. A corto plazo, solo van a ser cada vez más frecuentes", agregó. “También tenemos que abordar la fuente del cambio climático. Y eso, sencillamente, son las emisiones de carbono derivadas de la quema de combustibles fósiles”.</p><p>___</p><p>Alexa St. John es reportera de clima de The Associated Press. Sígala en X: @alexa_stjohn. Puede contactarla en ast.john@ap.org.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas 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/ENHEPL3THFAFD2KUCHVFTPNCO4.jpg?auth=c433447cfdc14a3140d2ed06d05cc0ef621de2ef0399036f44681944ceb67e22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un operario toma agua mientras instala un escenario para un triatlón Ironman, en Fráncfort, Alemania, el 25 de junio de 2026. (AP Foto/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[Suben a 589 los fallecidos por los sismos en Venezuela, hay casi 3.000 heridos]]></title><link>https://www.local10.com/espanol/2026/06/26/vecinos-excavan-entre-escombros-en-venezuela-para-buscar-a-sus-seres-queridos-tras-2-sismos-mortales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/26/vecinos-excavan-entre-escombros-en-venezuela-para-buscar-a-sus-seres-queridos-tras-2-sismos-mortales/</guid><dc:creator><![CDATA[Por MEGAN JANETSKY, ANDRY RINCÓN y JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — La cifra de fallecidos a causa de dos potentes terremotos consecutivos ocurridos en Venezuela subió a 589 personas, con otras 2.980 heridas, dijo a primera hora de la mañana del viernes la presidenta encargada del país, Delcy Rodríguez.]]></description><pubDate>Fri, 26 Jun 2026 12:39:19 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — La cifra de fallecidos a causa de dos potentes terremotos consecutivos ocurridos en Venezuela subió a 589 personas, con otras 2.980 heridas, dijo a primera hora de la mañana del viernes la presidenta encargada del país, Delcy Rodríguez.</p><p>Rodríguez hizo el anuncio rodeada de funcionarios de su gobierno y de oficiales militares, mientras daba la bienvenida a equipos de rescatistas que llegaban de todo el mundo.</p><p>El estado de La Guaira fue el más afectado por los terremotos de magnitud 7,2 y 7,5 registrados el miércoles por la noche, agregó.</p><p>En ciudades de todo el norte de Venezuela, los vecinos se ayudaban mutuamente a excavar entre los escombros para buscar a sus seres queridos. Se espera que el número de víctimas aumente, con miles de personas reportadas como desaparecidas y con frenéticos esfuerzos de rescate en curso.</p><p>La Organización Internacional para las Migraciones dijo que hasta 6,76 millones de personas en Venezuela podrían verse afectadas por los sismos, unos 2 millones solo en Caracas. Loyce Pace, directora regional de la Cruz Roja Internacional para las Américas, afirmó que “la gente todavía está aterrorizada de volver a entrar a lo que eran sus hogares”.</p><p>Los heridos eran rescatados cubiertos de polvo y sangre, y entre ellos había niños. La televisión estatal venezolana mostró imágenes dramáticas de rescates, incluido el de una mujer que quedó atrapada bajo una losa de cemento, con solo un pie descalzo asomando, antes de que los rescatistas la sacaran con vida. Sin embargo, al principio apenas se vieron equipos de búsqueda gubernamentales fuera de la capital, Caracas.</p><p>La región costera de La Guaira, al norte de Caracas, sufrió algunos de los daños y víctimas más graves. Allí se encuentra el principal aeropuerto del país, que fue cerrado debido a los daños, lo que complicó los esfuerzos de ayuda.</p><p>Venezolanos conmocionados por los sismos</p><p>Muchos quedaron atónitos el jueves por la mañana al ver edificios reducidos a esqueletos, muebles colgando de las ventanas y helicópteros sobrevolando la zona. Muchos edificios quedaron aplastados y en las calles se abrieron con grietas.</p><p>Las familias colocaron volantes de personas desaparecidas con fotos de sus seres queridos, mientras otros compartían listas manuscritas de nombres durante la búsqueda. Los venezolanos en el extranjero tenían problemas para comunicarse con sus familiares debido a la interrupción del servicio telefónico en el país.</p><p>En el centro de Caracas, cientos pasaron la noche apiñados en parques, estacionamientos y otros espacios abiertos.</p><p>Dayana Delgado, madre de tres hijos, se preguntó dónde estaba la maquinaria pesada que los funcionarios del gobierno habían prometido y afirmó que eran los residentes quienes estaban excavando entre edificios derrumbados.</p><p>“Quisiera saber dónde está mi niño, si está ahí atrapado o anda por ahí en un refugio”, expresó sobre su hijo de 8 años que estaba desaparecido.</p><p>Una madre lloró y se desplomó de dolor mientras se llevaban los cuerpos de sus hijos de 3 y 10 años envueltos en mantas. Otros gritaban los nombres de los desaparecidos. Algunos permanecían en silencio, en estado de shock.</p><p>Las autoridades venezolanas señalaron que se estaban desviando equipos de rescate desde otras partes del país hacia La Guaira, una zona que no es ajena a los desastres naturales: un deslave mató a miles en 1999, en lo que se considera uno de los peores desastres naturales del país.</p><p>En La Guaira, Cristian Carreño miraba fijamente su edificio de apartamentos calcinado, inclinado de forma peligrosa hacia un lado.</p><p>“Lo perdí todo”, manifestó. “Aún hay gente adentro, me imagino, que no pudo salir. Es increíblemente devastador”.</p><p>El maestro jubilado Juan Alberto Mendaño trepó entre los escombros en La Guaira y pasó junto a un cadáver cuando vio a una mujer que estaba atrapada y hacía señas con la mano pidiendo ayuda.</p><p>“Dios quiera que la rescaten pronto”, dijo. “Cuando escuchamos el grito no podíamos hacer nada”.</p><p>La prensa estatal ha reportado momentos de esperanza entre la destrucción, incluyendo el rescate de un joven sacado en camilla de un edificio afectado en el distrito de San Bernardino, en Caracas, ante los aplausos de los presentes, mientras su madre, entre lágrimas, le decía “Leandro, te amo”.</p><p>La televisión pública venezolana emitió las imágenes de una niña, cubierta de polvo y envuelta en una sudadera oscura, que emergía de entre los escombros con la ayuda de rescatistas. El jefe del grupo de rescate metropolitano de Caracas, José Luis Núñez, explicó a VTV que fue hallada en un edificio de 10 pisos de La Guaira que “colapsó en pancake”.</p><p>“Queremos destacar la fortaleza, el empeño y las ganas de vivir de esta niña”, apuntó Núñez.</p><p>Gobierno y rescatistas enfrentan enormes desafíos</p><p>El desastre natural es el último reto para la presidenta encargada, Delcy Rodríguez, la exvicepresidenta que asumió el cargo en enero tras la captura y destitución del entonces presidente, Nicolás Maduro, por parte de Estados Unidos. Venezuela enfrenta problemas económicos desde hace más de una década, y muchas personas rechazan la legitimidad del movimiento político que representa Rodríguez.</p><p>Rodríguez declaró el estado de emergencia en un mensaje a la nación a última hora del miércoles. Apuntó que el gobierno estaba creando un fondo de reconstrucción de 200 millones de dólares para hospitales y viviendas dañados.</p><p>El jueves hizo un llamado a las empresas que pusieran maquinaria pesada de construcción a disposición de las operaciones de rescate.</p><p>“Esperamos rescatar a la mayor cantidad posible de personas con vida”, afirmó Rodríguez.</p><p>Aunque Venezuela se encuentra cerca de múltiples fallas geológicas, su posición entre las placas Sudamericana y del Caribe hace que los terremotos potentes sean mucho menos habituales que en otras partes de América Latina.</p><p>El Servicio Geológico de Estados Unidos indicó que ambos terremotos tuvieron su epicentro cerca de Morón, en la costa del Caribe, a unos 170 kilómetros (105 millas) al oeste de Caracas.</p><p>El impacto de los dos sismos, combinado con los movimientos sísmicos superficiales, amplificó la destrucción, explicó Marcos Ferreira, geofísico e investigador del Servicio Geológico de Brasil.</p><p>“Es como si yo estuviera gritando y luego alguien empieza a gritar también. Eso amplifica la vibración y aumenta el peligro potencial”, comentó Ferreira.</p><p>Poco después de que funcionarios de Naciones Unidas en Venezuela instaron al gobierno a levantar las restricciones sobre las redes sociales para que la gente pueda tener acceso a información potencialmente vital, los venezolanos en el país pudieron acceder a X. El sitio había sido bloqueado por Maduro desde agosto de 2024, en un intento por suprimir el intercambio de información entre quienes rechazaban su proclamación de victoria en las elecciones presidenciales de julio.</p><p>Gobiernos extranjeros ofrecen asistencia</p><p>Unos 1.000 efectivos de 25 equipos de búsqueda y rescate de todo el mundo se están desplegando en Venezuela, dijo Jens Laerke, portavoz de la Oficina de Naciones Unidas para la Coordinación de Asuntos Humanitarios.</p><p>El secretario de Estado estadounidense Marco Rubio, quien habló con Rodríguez tras el sismo, dijo que Washington desplegaría “de inmediato” asistencia.</p><p>“Tenemos una respuesta de todo el gobierno. Será grande, será rápida y será eficaz”, expresó Rubio, aunque reconoció que el cierre del principal aeropuerto de Venezuela cerca de Caracas presentaba algunos retos logísticos.</p><p>La televisión pública venezolana mostró el viernes la llegada de rescatistas con perros y equipos, incluyendo cámaras y georradares, desde España. Equipos de Chile y Suiza también aterrizaron en suelo venezolano, y tres aviones de transporte militar de Alemania con personal y ayuda estaban en camino. Turquía anunció que dos vuelos saldrán de Estambul el viernes con rescatistas y un par de perros de búsqueda. China indicó también que proporcionará asistencia. Líderes de Qatar, Brasil, Portugal y Canadá también prometieron enviar asistencia.</p><p>Equipos de rescatistas de El Salvador y República Dominicana llegaron a Venezuela el jueves, junto con rescatistas y ayuda material desde México.</p><p>“Ningún país está preparado para brindar la respuesta que se necesita. Para eso están los países vecinos”, declaró el mayor de la Fuerza Aérea Dominicana Carlos Olivares.</p><p>___</p><p>Janetsky informó desde Ciudad de México. Los periodistas de The Associated Press Julie Watson en San Diego, Hallie Golden en Seattle, India Grant en Ciudad de México, Geir Moulson en Berlín, Suzan Fraser en Ankara, Turquía, y Teresa Medrano en Madrid contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/33NNHSDO625TD5A7RQKV5VQLAE.jpg?auth=1104dc9680791a507e255bc240d888ceea08607d77b693b54f1848bf14c6d106&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varios vecinos trasladan a un hombre rescatado de entre los escombros de un edificio derrumbado, un día después de dos sismos, el jueves 25 de junio de 2026, en La Guaira, Venezuela. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/USNHR64IUJ5VLMXETMT6GMVY6Y.jpg?auth=315ff6fb359f7438eeeda869682a7e8452eb3501def07faaac6c2de1f5d7fae1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas acampan en una calle la noche después del sismo que remeció Caracas, Venezuela, el 25 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NLCIMWG5HLHRUABV64AU7TK7FY.jpg?auth=6d6adf6715118ba689fb80b1ceae1eb7a22a226366a2c5dc161e944adf6be8b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dos mujeres caminan entre los escombros de edificios dañados por los sismos ocurridos el día anterior, el jueves 25 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VL5ME3QPEJL27HSGJPKW5L6OWY.jpg?auth=ec909b0347185370861b7928e981c6610c892302563d376747a95a3b939f7fa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina sobre los muros derruidos de su casa en Morón, cerca del epicentro de los dos terremotos que azotaron Venezuela el día anterior, el jueves 25 de junio de 2026. (AP Foto/Jacinto Oliveros)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacinto Oliveros</media:credit></media:content></item><item><title><![CDATA[St. Bernard dogs still roam the Swiss Alps as part of this 'living museum' and its breeding program]]></title><link>https://www.local10.com/news/weird-news/2026/06/26/st-bernard-dogs-honored-in-a-museum-that-bridges-the-breeds-history-with-its-future/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/26/st-bernard-dogs-honored-in-a-museum-that-bridges-the-breeds-history-with-its-future/</guid><dc:creator><![CDATA[By JEZ FIELDER, Associated Press]]></dc:creator><description><![CDATA[BOURG-SAINT-PIERRE, Switzerland (AP) — At the Great St. Bernard Pass high in the Swiss Alps, the eponymous dogs still walk the same mountain paths their ancestors patrolled for hundreds of years to find travelers buried beneath the snow.]]></description><pubDate>Fri, 26 Jun 2026 10:33:26 +0000</pubDate><content:encoded><![CDATA[<p>BOURG-SAINT-PIERRE, Switzerland (AP) — At the Great St. Bernard Pass high in the Swiss Alps, the eponymous dogs still walk the same mountain paths their ancestors patrolled for hundreds of years to find travelers buried beneath the snow.</p><p>Down in the valley, a living museum honoring the Swiss national dog's history — and its future — is marking its first year.</p><p>More than 130,000 people have visited Barryland, the world's only space dedicated to St. Bernards, since it opened last summer in Martigny, Switzerland, after outgrowing a much smaller space. Tourists can watch live grooming and physiotherapy sessions, explore the mountain pass with augmented reality technology and learn more about the dogs.</p><p>“We have a lot of demand and interest for this breed and this whole history and patrimony,” said Barryland director Mélanie Glassey-Roth. “So we decided to create a new park, a big one.”</p><p>At 2,469 meters (8,100 feet) above sea level on the Swiss-Italian border, the Great St. Bernard Pass is one of the country’s highest and most treacherous.</p><p>Since the mid-17th century, large mountain dogs have been kept on the pass. They arrived as guard dogs, became companions, and gradually evolved into something the Alpine world had never seen before: Animals with an extraordinary instinct for locating hikers lost in snow and fog.</p><p>The breed's name stems from the Great St. Bernard Hospice, which was founded in 1050 by Bernard de Montjoux, the archdeacon of Aosta and future saint, to provide refuge for pilgrims and merchants crossing the dangerous pass. The dogs became central to that mission, and by the early 19th century they had a reputation that was carried across Europe by soldiers of Napoleon Bonaparte following his army's own crossing of the route.</p><p>Barry the First, the most celebrated dog, is traditionally credited with saving more than 40 lives when he was at the hospice between 1800 and 1812. At the Barry Foundation, the steward for the breeding program, there is always a male dog called Barry.</p><p>Currently, the foundation's 21 keepers care for 32 dogs. Roughly 20 pedigree puppies are born annually. These dogs, as well as other St. Bernards, no longer do mountain rescues because they’re too big to be transported by helicopter. Smaller breeds like Australian shepherds are used instead, though a number of St. Bernards are kept on the pass to keep the tradition alive.</p><p>The foundation's dogs typically eat about 10 metric tons (22,046 pounds) of dry food each year and spend their summers gamboling in the remnants of snow in the mountains before heading 40 kilometers (25 miles) down winding roads back to the kennel in Barryland.</p><p>“We get to see them born, and we get to see them grow up, and then become mothers, and we get to accompany them through all those different challenges in life,” keeper Alexandra Piatti said. “We are their guide, so we can help them with socialization and educate them, and really be by their side for their whole lives.”</p><p>In 2025 alone, the foundation says its dogs completed 609 jobs by visiting hospitals, care homes, schools and prisons across Switzerland.</p><p>Keeper Déborah Dini balances the weight of the breed's history with affection for the dogs in her charge.</p><p>“We perpetuate the tradition,” she said. “We take care of them. We love them.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K3TUFRD7FTPYIDXLJY2XAOE6XU.jpg?auth=8a4047e7f13f46e004b7a9ad02e1d2e7dfa1a922a6805102b32b4de95f46b504&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Bernard dogs from the Barry foundation lie in the hills at the St. Bernard Pass, Switzerland, Monday, June 22, 2026. (AP Photo/Jez Fielder)]]></media:description><media:credit role="author" scheme="urn:ebu">Jez Fielder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JNJE6PGVORPC3V4W42JQHKGUYU.jpg?auth=d839595e93178bc83b377db62479e4833cf1804716c3034f0e05d3e6de7903b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Bernard dogs from the Barry foundation run in the hills at the St. Bernard Pass, Switzerland, Monday, June 22, 2026. (AP Photo/Jez Fielder)]]></media:description><media:credit role="author" scheme="urn:ebu">Jez Fielder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PMSTMQFKDKO3KU7NOASF3J45QE.jpg?auth=266fe09054f1c1b799077e161dc3672992e516051848dc58cb3624ef2055cde8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Statue of St. Bernard and the Great Saint Bernard Lake with the Grand St. Bernard hospice are pictured in Saint-Rhemy, Italy, Tuesday, June 23, 2026. (AP Photo/Jez Fielder)]]></media:description><media:credit role="author" scheme="urn:ebu">Jez Fielder</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: NATO deputy commander wants Turkey summit to spur more defense spending and show unity]]></title><link>https://www.local10.com/news/2026/06/26/ap-exclusive-nato-deputy-commander-wants-turkey-summit-to-spur-more-defense-spending-and-show-unity/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/26/ap-exclusive-nato-deputy-commander-wants-turkey-summit-to-spur-more-defense-spending-and-show-unity/</guid><dc:creator><![CDATA[By EMMA BURROWS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — NATO's deputy commander told The Associated Press that he wants a summit in Turkey to spur member countries to spend more on defense, reaffirm support for Ukraine and underline the unity of the alliance.]]></description><pubDate>Fri, 26 Jun 2026 11:53:44 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — NATO's deputy commander told The Associated Press that he wants a summit in Turkey to spur member countries to spend more on defense, reaffirm support for Ukraine and underline the unity of the alliance.</p><p>Air Chief Marshal John Stringer, NATO Deputy Supreme Allied Commander in Europe, spoke to AP in London less than two weeks before the crucial Ankara summit on July 7-8 tests the cohesion of the 77-year-old alliance.</p><p>U.S. President Donald Trump has sent conflicting signals over America's force posture in Europe and has threatened to leave the alliance. He has also unnerved European leaders with his push to annex Greenland and his flattery of NATO adversary Russian President Vladimir Putin. U.S. Defense Secretary Pete Hegseth lambasted NATO allies last week for not allowing use of their bases to attack Iran, as he announced a surprise six-month review of American forces in Europe.</p><p>Meanwhile, in the U.K. — the country which holds the position of NATO deputy supreme allied commander — government ministers quit recently over what they said were military spending plans that fail to keep Britain safe.</p><p>Summits are “highly political events and they are a demonstration of any organization’s unity,” said Stringer, a senior British air force officer. It would be strange if there weren't moments of turbulence over decades of NATO expanding, he said.</p><p>“Are we in one of those moments at the moment? Yes, we are,” Stringer said during a military conference in London where AP also interviewed other senior European military officials about their hopes — and fears — for the summit.</p><p>NATO's European members step up on defense</p><p>Trump has long urged European allies to take more responsibility for their own defense, and with the notable exception of Spain they have largely heeded with an unprecedented effort to spend more on their armed forces.</p><p>Russia is increasingly threatening Europe, so allies should boost their own militaries while helping Ukraine degrade Russia's fighting power, said Maj. Gen. Indrek Sirel, a commander in Estonia's armed forces.</p><p>“Europe as a whole has a lot to do in order to be credible against Russia,” said Brig. Gen. Jyri Raitasalo of Finland, which shares NATO's longest border with Russia.</p><p>Stringer said European nations are investing to generate a “really credible force,” citing as an example how some countries are quadrupling production of 155 mm artillery shells. The summit will discuss ramping up production in ways the alliance has not had to do in decades, Stringer said.</p><p>European military chiefs wait for clarity on US plans</p><p>The outcome of Hegseth's six-month review of forces will determine how fast Europeans must take responsibility for their own security. The U.S. military in Europe had said earlier in June that Washington would be withdrawing some capabilities from Europe and expecting other allies to fill the gaps.</p><p>The Trump administration says that troop reductions in Europe have long been planned and coordinated with allies, but Sirel said it's still not clear how U.S. forces will be positioned in the Baltic states. That includes some U.S.-led deterrence of Russia on NATO's eastern flank.</p><p>Sirel said he was “confident” he could rely on a U.S. presence, though the Estonian military is finding ways to react to sudden changes.</p><p>Stringer said it would be difficult to replace U.S. long-range strike and surveillance capabilities, but he was confident allies could bridge the gap — not always with the same equipment, but by mixing a “cocktail” of capabilities.</p><p>Only the U.S. operates B1 and B52 bomber aircraft, but Stringer said that, in theory, a loss of their capabilities might be offset by firing missiles from a variety of other systems including from the ground, sea and smaller aircraft.</p><p>Changing plans suddenly is not good for defense</p><p>NATO allies were bewildered in May when Trump said he would send 5,000 U.S. troops to Poland just weeks after ordering the same number pulled from Europe.</p><p>Such sudden changes are challenging because military planning requires long-term strategy, said Raitasalo, the Finnish military's logistics chief. “If you change your mind, or change your plan, every week or every month or even every year, you will not get very good results,” he said.</p><p>Raitasalo said the allies need to make clear pledges of capabilities, rather than just promise spending.</p><p>Sweden's army chief, Maj. Gen. Jonny Lindfors, said a good outcome from the summit would be “a common picture of how to realign when it comes to deterrence and defense."</p><p>Lindfors said he would like at least an outline — if not a “clear vision” — on how defense burdens should shift so that he knows what “NATO 3.0 is starting to look like.”</p><p>Britain needs to commit to defense</p><p>British Defense Secretary John Healey resigned earlier this month, along with another minister, saying the government was unable and unwilling to commit the resources Britain needs to “defend the country at this time of rising threats.”</p><p>At last year’s NATO summit, members agreed to spend 3.5% of their gross domestic product on core defense. The U.K. committed to meeting that target by 2035, but Healey said the proposed defense investment plan would see spending rise to just 2.68% of GDP in 2030.</p><p>The new defense secretary, Dan Jarvis, has said Britain will keep its commitments, and the British government has committed to publishing the spending plan.</p><p>By the summit, NATO expects nations to have a “credible path” to 3.5%, and the U.K. is “as beholden to that as anybody else," Stringer said.</p><p>He said the U.K. cannot presume that “thought leadership” in NATO is enough, and that it must match its “forces and resources."</p><p>NATO's credibility is at stake</p><p>At last year's summit, NATO Secretary General Mark Rutte kept Trump on board by telling him he would achieve “BIG” success at getting allies to spend more on defense.</p><p>“It’s a tricky question,” said Lindfors, the Swedish commander, when asked if a key goal for this summit is to avoid a situation where the U.S. president slams his allies.</p><p>Stringer said that at this year’s summit it’s important to display “cohesion and unity” among the alliance’s 32 members but also to have “honest” conversations and deliver “credible” plans.</p><p>Raitasalo of Finland said the meeting must go beyond traditional “communiques, road maps and action plans" and demonstrate deterrence through deeds. He said if NATO members don't step up and translate promises into action, the “credibility” of the alliance is at stake.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J6CDZIZROPXKH3MFKPF4TD6VDM.jpg?auth=f6d5d2a5cdba17f83c34f49103846e9ac4839c2af0f82862bb8ebfa13123423d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump meets with NATO Secretary General Mark Rutte in the Oval Office at the White House, Wednesday, June 24, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBUBR2LW66FQY56YF3RUIULF64.jpg?auth=442ca4e7a500337433d3eda5fa5d9345f7d9863261f94c7748f64c9b7fd32ddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Air Chief Marshal Sir John Stringer, NATO’s Deputy Supreme Allied Commander Europe, speaks at a military conference in London organized by the Royal United Services Institute on Wednesday, June 24, 2026. (Chris Jones via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Jones</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIZS4DQOVURAOHI2WIC675NTSY.jpg?auth=c8c26a5d6406460fc0261e5ab5d1f32c7ce3e64795b2bc1f4a8306ddd8a7875d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British soldiers train during the Spring Storm military exercise near Napi, Estonia, May 14, 2026.]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Burrows</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIHVQIZ6AJWYN4CRGMBL3G5EAU.jpg?auth=6a51fd8203137c7402c959c5841aff716a4317acd75b78db9364a570d1224daa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin chairs a Security Council meeting via videoconference at the Kremlin in Moscow, Thursday, June 25, 2026. (Pavel Byrkin/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Byrkin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NMQKKEMVNTVD7PDQRKZC63OGIM.jpg?auth=f0e3de314c1bb2f3b4ab242c3d51f08d6489ad635bc0c6049b5df818df2c67e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Air Chief Marshal Sir John Stringer, NATO’s Deputy Supreme Allied Commander Europe, speaks at a military conference in London organized by the Royal United Services Institute on Wednesday, June 24, 2026. (Chris Jones via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Jones</media:credit></media:content></item><item><title><![CDATA[A historic heat wave catches Europe's fashion industry unprepared]]></title><link>https://www.local10.com/news/2026/06/26/a-historic-heat-wave-catches-europes-fashion-industry-unprepared/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/26/a-historic-heat-wave-catches-europes-fashion-industry-unprepared/</guid><dc:creator><![CDATA[By THOMAS ADAMSON, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — As a historic heat wave gripped Paris this week, fashion houses tried to keep their guests cool with ice packs, mist machines and iced Evian on silver platters.]]></description><pubDate>Fri, 26 Jun 2026 05:06:54 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — As a historic heat wave gripped Paris this week, fashion houses tried to keep their guests cool with ice packs, mist machines and iced Evian on silver platters.</p><p>It wasn’t enough: some venues still sweltered, water ran short and air conditioning was absent or inadequate.</p><p>Then they sent their models down the runway in leather, neoprene and wool.</p><p>That was the contradiction at Paris Fashion Week Men’s, where a heat wave turned spring-summer fashion into a test of whether luxury can dress — or act — for the warming world it claims to address.</p><p>“I honestly thought I was going to pass out,” said Ben Freeman, a London-based fashion critic from Australia.</p><p>Some in the front row said Paris may have to consider moving fashion week away from the height of summer if climate change keeps bringing more frequent and intense heat waves.</p><p>“I don’t know how the models did it this week in some of the leather and knit coats,” said fashion student Thomas Levy, 24, outside one show.</p><p>“The heat rarely seems to make it into the clothes. It shows up in the sets like at waterfalls and mist machines and ice packs.”</p><p>Heat as a production problem</p><p>Across the week, designers treated heat as a hospitality problem, a staging problem and a scheduling problem — rarely as a design problem.</p><p>Guests got ice packs, cold towels and water. Sets got waves, fog and mist. Schedules moved earlier, and punctuality became a heat precaution.</p><p>Dior moved its show Wednesday from 2:30 p.m. to 9 a.m., but the heat pressed in. Water was limited, there was no air conditioning, and some guests appeared unwell.</p><p>Jonathan Anderson’s most elegant answer was sheer silk-chiffon tailoring — but elsewhere came heavy knits, made less for Paris in June than for a global calendar out of sync with the weather.</p><p>“The calendar does not make any sense,” Anderson told reporters. He cited fractured delivery cycles and a changing business, suggesting the fashion calendar no longer lines up with actual weather or with how luxury clothes are sold.</p><p>Runways out of season</p><p>These are spring-summer shows, but not simply summer clothes.</p><p>Luxury collections are made for global markets, staggered deliveries and customers who pass the hottest months in refrigerated air.</p><p>For many, a wool coat in June is not a seasonal contradiction; it’s a desired purchase.</p><p>At Saint Laurent, models walked through clouds of vapor from a Fujiko Nakaya fog installation inside the Bourse de Commerce, turning heat into atmosphere rather than escape.</p><p>Anthony Vaccarello stripped his tailoring to unlined jackets and soft, pale silhouettes — light, he told reporters, for the heat — then ran the temperature back up with leather briefs, choker scarves, bare legs and transparent shoes clouded with perspiration.</p><p>The result was not a surrender to summer, but a Saint Laurent version of it: cooler construction, hotter attitude.</p><p>At Louis Vuitton, Pharrell Williams' models emerged from a giant artificial wave onto sand. Yet the wetsuits were neoprene, the coats cashmere and fur.</p><p>Issey Miyake’s IM Men offered one of the week’s clearer practical answers.</p><p>Its show, “In Praise of Bamboo Shadows,” handed out ice packs at the door, then sent out bamboo-thread fabrics woven with organic cotton, light nylon and shadowy prints.</p><p>The silhouettes moved away from the body, treating air as part of the design rather than something supplied only by the venue.</p><p>At Ami, Alexandre Mattiussi said the obvious from beside an industrial fan — “Paris is burning” — and dressed it like a Parisian living in it: loose shorts, washed trenches and “I Love Paris” T-shirts.</p><p>Rick Owens came closest to making heat the subject. He moved his Thursday show earlier because of the heat, then sent models through mist at the Palais de Tokyo in garments with fans whirring inside.</p><p>One prominent fashion critic called the show “a metaphor for climate catastrophe.”</p><p>A French fight over cooling</p><p>Pascal Morand, head of France’s Haute Couture and Fashion Federation, said organizers were following the French government’s heat-wave plan.</p><p>“We are conscious of the challenges and very attentive to preserving the Fashion Week experience in this context of structural change,” he told The Associated Press.</p><p>Fashion was not the only Paris institution straining. As the Louvre shortened its hours during the heat wave, the museum said its historic building “remains vulnerable and is not sufficiently adapted to climate change.”</p><p>That change feeds a French argument over air conditioning, still distrusted by many in much of Europe — dismissed as wasteful or unecological.</p><p>Fashion week became a glamorous version of the problem facing France itself: how to keep public life, work and spectacle running in heat the country was not built for, without turning every room into an air-conditioned box.</p><p>President Emmanuel Macron’s government has leaned, like much of France, toward shade, insulation and trees instead.</p><p>Europe is the fastest-warming continent, its cities built of stone and short on air conditioning.</p><p>“Paris Fashion Week is the canary in the mine,” Freeman said.</p><p>From sport to tourism to construction, industries built around fixed calendars and outdoor crowds are being forced to adapt to heat that comes earlier, lasts longer and climbs higher.</p><p>Paris Fashion Week — outdoor, fixed and watched by the world — became a visible test.</p><p>___</p><p>Colleen Barry in Milan contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2UB2M3JFKKTD5L5WNQ5M7QDBR4.jpg?auth=4390fd9dcd2a949b1f4b60d1ba482ebe5fdc9e4a3b5cf911c3e119825fb81f79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Designer Pharrell Williams accepts applause afte the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JT2AW7NSO52NRKOIAJVASQTCA.jpg?auth=e8cb738b14d41b6c54d88fdfb9c2d858f79aa3e749e7c47d8d026d894a5c7478&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OS5VJDO47PRFBCON5QK4JAMHMI.jpg?auth=66d26f3fb2a0e0ddf5b2875f4a62b6da282e79c812f8707035cd649aea8e60ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4Z7YV5PKPZEUX3OINUQOYYBRTM.jpg?auth=5977f6b5529d522fa0deff968cfb101f8914830f36f7b24ae4982b75ac4b3d2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3QQKXJQTXTJQO2J7TYSCCLHLQ.jpg?auth=68d1946476b04288945db6d814d2ab106e2a418e82f17ac8017363ac9842b0c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Serena Williams draws 20-year-old Maya Joint in first Wimbledon singles match in 4 years]]></title><link>https://www.local10.com/sports/2026/06/26/serena-williams-draws-20-year-old-maya-joint-in-first-wimbledon-singles-match-in-4-years/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/serena-williams-draws-20-year-old-maya-joint-in-first-wimbledon-singles-match-in-4-years/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams will face an opponent less than half her age when she plays 20-year-old Maya Joint in the first round at Wimbledon for her first singles match in nearly four years.]]></description><pubDate>Fri, 26 Jun 2026 15:45:38 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams will face an opponent less than half her age when she plays 20-year-old Maya Joint in the first round at Wimbledon for her first singles match in nearly four years.</p><p>The seven-time Wimbledon singles champion, who is 44, accepted a wild-card entry to the grass-court Grand Slam, where she’ll also compete in doubles with her older sister Venus, who turned 46 last week.</p><p>It's all part of a tennis comeback that started with two doubles warmup matches but kicked into high gear Sunday when the All England Club announced Serena would play singles. Brackets were set in Friday's draw.</p><p>Joint was born in Michigan — as was Williams — but represents Australia through her father. She is ranked No. 53 and made her Wimbledon debut last year, losing in the first round to Liudmila Samsonova 6-3, 6-2.</p><p>“It’s an honor. I always dreamed about playing Serena Williams,” Joint said. "If you told me 10 years ago that I’d be playing her first round at Wimbledon, that’s just crazy.</p><p>“I hope it's on Centre Court, that would be pretty cool. You just have to play the ball. You can't really think about who you are playing because I’ll just get too nervous. I’ll just take it one ball at a time.”</p><p>Joint won the grass-court Eastbourne Open last year for one of her two WTA tour-level singles titles, but she was slowed by a back injury earlier in 2026.</p><p>Williams hasn't played a singles match since a third-round loss to Ajla Tomljanovic at the 2022 U.S. Open. At the time, she said she didn’t want to use the word “retiring” and instead declared she was “evolving” away from tennis. Her second daughter was born in 2023.</p><p>Tomljanovic said she hopes Joint “enjoys the moment."</p><p>“Especially after (Serena) officially retired four years ago, no one thought that they’d get another chance to play her,” Tomljanovic, an Australian, said Friday at Wimbledon.</p><p>Williams is “here to win," Tomljanovic added.</p><p>“You never lose that champion mentality. Her coming into the draw means that she thinks she can win,” she said.</p><p>Williams' most-recent appearance at Wimbledon was in 2022 when she lost in the opening round to then-115th-ranked Harmony Tan.</p><p>If Williams beats Joint on Tuesday, she may face rising Filipino star Alexandra Eala, who is seeded 29th, in the second round. She could meet defending champion Iga Swiatek in the third round.</p><p>Swiatek opens against Taylor Townsend of the U.S. on Centre Court on Tuesday.</p><p>In a projected quarterfinals by seedings, No. 1 Aryna Sabalenka would meet French Open champion Mirra Andreeva; No. 2 Elena Rybakina, the 2022 champion, would face 2025 runner-up Amanda Anisimova; Swiatek, the No. 3 seed, would play Elina Svitolina; and No. 4 Jessica Pegula would meet Coco Gauff.</p><p>Sinner could meet Djokovic in semifinals</p><p>On the men's side, No. 1 Jannik Sinner will begin his Wimbledon title defense against Miomir Kecmanovic on Centre Court on Monday.</p><p>Sinner and Novak Djokovic, the No. 7 seed, are in the same half of the draw and could meet in the semifinals.</p><p>Sinner underwent checks following his French Open meltdown — losing in the second round amid a heat wave in Paris — and said he felt physically good after an exhibition match this week in London, which also experienced high temperatures.</p><p>Djokovic, a seven-time champion at the All England Club, will play Wu Yibing of China. Djokovic could meet third-seeded Felix Auger-Aliassime in the quarterfinals.</p><p>Two-time champion Carlos Alcaraz, who lost to Sinner in the 2025 final, will miss this year’s tournament because of a wrist injury.</p><p>Wimbledon starts on Monday.</p><p>Serena and Venus in doubles</p><p>The Williams sisters are wild-card entries in the women's doubles and will play their first-round match against Colombia's Camila Osorio and Solana Sierra of Argentina.</p><p>Serena and Venus have won 14 Grand Slam titles together in doubles, including six at Wimbledon — the first in 2000 and the last in 2016. Their first two doubles titles at the All England Club, in 2000 and 2002, came as wild cards.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PKFDTVRCQD3R4DPFVTPKSUIXJ4.jpg?auth=7310edf73e5b61d54055d29f512db5813e720e32f3db5e1dc38bb6f370087358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States smiles after a training session at the All England Lawn Tennis and Croquet Club, ahead of the Wimbledon Championships in London, Thursday, June 25, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IUYWUBVXJJ6TVMVWHZZO5RZS3M.jpg?auth=c8664b2b7a90a1820d5368cec68c43e4b3d5fe379ce046a36b24fc34b2819257&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maya Joint of Australia hits a forehand to Iga Swiatek of Poland during their quarterfinal match at the United Cup tennis tournament in Sydney, Friday, Jan. 9, 2026. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MIQIBMB6V2K4D5GF44XB6E4BGQ.jpg?auth=2d4977037cd2ef7c0af3a470a0003755c40591147f47d85ec6245eaad51e9c8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives at a training session at the All England Lawn Tennis and Croquet Club, ahead of the Wimbledon Championships in London, Thursday, June 25, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6FMOI4W4BZ7V3X7HMFVS2SC7JU.jpg?auth=8ca9d0c3dca14841df0f8d9edfae03cb44d4d01846653e4f69da1aaf4ee72733&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy smiles during a training session at the All England Lawn Tennis and Croquet Club, ahead of the Wimbledon Championships in London, Thursday, June 25, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P7ZYH3PNESBVU5OHSPK6X6MECQ.jpg?auth=3711c6be3ef5b5bfd171aeece1a6231d17843fce22f01f1541248a04d1723b04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic or Serbia attends a practice session ahead of the Wimbledon Tennis Championships, in London, Wednesday, June 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA['Pride Match' organizers highlight Seattle's inclusivity amid opposition from Iran and Egypt]]></title><link>https://www.local10.com/news/national/2026/06/26/pride-match-organizers-highlight-seattles-inclusivity-amid-opposition-from-iran-and-egypt/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/26/pride-match-organizers-highlight-seattles-inclusivity-amid-opposition-from-iran-and-egypt/</guid><dc:creator><![CDATA[By HALLIE GOLDEN and ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Seattle’s stadium is expected to be brimming with rainbow flags on Friday for a World Cup match between teams representing two of the most repressive countries for lesbian, gay, bisexual and transgender people.]]></description><pubDate>Fri, 26 Jun 2026 04:51:27 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Seattle’s stadium is expected to be brimming with rainbow flags on Friday for a World Cup match between teams representing two of the most repressive countries for lesbian, gay, bisexual and transgender people.</p><p>It was just a coincidence that the city’s “Pride Match” ended up as a high-stakes matchup between Iran and Egypt — with advancement from Group G still up in the air — and the move has come with plenty of pushback from both countries. But Seattle officials and its soccer community say this distinctive pairing is an opportunity to showcase the city’s inclusivity as well as the common ground that can be found at the World Cup.</p><p>Jess Fishlock, captain of the National Women’s Soccer League club Seattle Reign, said this is what the World Cup is all about.</p><p>“I don’t think there is a sport that has a global event that creates unity and diversity and a bringing together of so many cultures quite like the World Cup,” she told The Associated Press on Thursday. “I think we get to see that firsthand at the Pride Match.”</p><p>Same-sex relations are illegal in Iran, where gay men have been executed on sodomy charges, while Egypt has prosecuted gay and lesbian people and suppressed outward expressions of gay pride, including rainbow flags.</p><p>The countries complained to FIFA in December about the “Pride Match” and have asked that the celebrations be canceled.</p><p>FIFA treats the rainbow flag as a statement of human rights and will allow fans to wave it inside the stadium, according to Hana Tadesse, a spokesperson for Seattle’s World Cup organizing committee.</p><p>When asked Thursday about the pride celebration, Egypt coach Hossam Hassan said the team was focused on soccer.</p><p>“We are concerned with football on the pitch,” he said in Arabic. “We respect fair play and rules for everybody to abide by.”</p><p>Iran coach Amir Ghalenoei made similar remarks during a news conference Thursday when asked about what will happen at Lumen Field.</p><p>“We are only going to speak about football, what a beautiful game it is, and how enjoyable it’s going to be,” Ghalenoei said in response to a reporter’s question in Farsi.</p><p>The match on Friday coincides with Seattle’s annual celebration of the LGBTQ+ community and Pride watch parties are planned in some neighborhoods. Over the weekend, the city will hold its popular Pride parade.</p><p>Ilona Lohrey, president and CEO of the Greater Seattle Business Association, an LGBTQ+ chamber of commerce, described Seattle as one of the most inclusive cities in the country.</p><p>“I think it gives us an opportunity to showcase who we are as a city, who we are as a people and how diversity makes us stronger,” Lohrey said in an interview.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6XP5HCJ2HNGMM2AESBCTHIERIU.jpg?auth=741c9dbea57e7bf82908b5e630c744698c62b901aff922ed4f7953a8259f3625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sasha Peretti dances on the Greater Seattle Business Association float during the annual Seattle Pride Parade, June 25, 2023, in Seattle. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DPS6NZ3ZZR6SO4P2Z6SHZIFVH4.jpg?auth=62e6ae7ffbd380ddecb7ae8ff8b11d050cc0c34ff9d00d6ef79bf6f39e8b208b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marchers with the Greater Seattle Business Association, Washington State's LGBTQ+ and allied chamber of commerce, hold rainbow letters spelling out "Seattle," during the annual Seattle Pride Parade, June 25, 2023, in Seattle. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[With US, Canada and Mexico through, the World Cup knockout round hinges on who finishes third]]></title><link>https://www.local10.com/sports/2026/06/26/with-us-canada-and-mexico-through-the-world-cup-knockout-round-hinges-on-who-finishes-third/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/with-us-canada-and-mexico-through-the-world-cup-knockout-round-hinges-on-who-finishes-third/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[As group play winds down at the World Cup, the biggest intrigue might be not who finishes first in a four-team group.]]></description><pubDate>Fri, 26 Jun 2026 15:40:05 +0000</pubDate><content:encoded><![CDATA[<p>As group play winds down at the World Cup, the biggest intrigue might be not who finishes first in a four-team group.</p><p>It’s who finishes third.</p><p>Teams that are first and second in their groups move on automatically to the Round of 32. The U.S., Canada and Mexico, co-hosts of the tournament, have all advanced, along with France, Germany, Brazil, Norway and others.</p><p>The U.S. will face Bosnia-Herzegovina on Wednesday in Santa Clara, California, while Canada heads to Los Angeles to face South Africa on Sunday. Other marquee matchups are set, including Morocco versus the Netherlands and Japan versus Brazil.</p><p>Third-place is no guarantee. The eight best third-place teams also get in, with ties broken by goals scored and goal differential if necessary.</p><p>“I personally didn’t want to end up in this kind of situation, where we have to wait and see if we will reach the knockouts," South Korea forward Son Heung-min said. "It’s disappointing that we didn’t get the outcome we deserved, considering the amount of hard work we’ve done, but it’s out of our hands now and we will have to accept our fate, whatever it will be.”</p><p>Teams with four points — a win, a draw and a loss — almost certainly make the Round of 32. Bosnia-Herzegovina, Sweden and Ecuador already advanced that way, and Paraguay is poised to join that group, which would mean four qualifiers left.</p><p>That leaves eight other third-place teams for the final four spots.</p><p>Some matches to watch closely Friday on the third-place front:</p><p>Group G</p><p>Egypt (1-0-1) vs. Iran (0-0-2): Egypt would likely be a third-place qualifier even with a loss, provided that loss isn’t by a ton of goals. Iran would be heavily favored to advance as a third-place team with a tie. (Belgium and New Zealand each has a mathematically possible chance of finishing third in Group G.)</p><p>Group H</p><p>Cape Verde (0-0-2) vs. Saudi Arabia (0-1-1): Cape Verde will advance (as a first- or second-place team) with a win. The Saudis need a win to advance, as well.</p><p>Uruguay (0-0-2) vs. Spain (1-0-1): Uruguay would likely qualify as a third-place team with a tie. If it loses, it goes home.</p><p>Group I</p><p>Senegal (0-2-0) vs. Iraq (0-2-0): If there’s a tie, both teams would be eliminated. If someone wins, that team has a chance (with three points, a 1-2-0 record and its status hinging on goal differential) and the loser would be eliminated. Scotland really needs an Iraq win or a tie here to help its fledgling chances.</p><p>Here are the Round of 32 matchups already set:</p><p>US vs. Bosnia-Herzegovina, July 1</p><p>The Americans had their powerful momentum from two consecutive victories stalled in the loss to Turkey. But in the knockout round, they’ll face a Bosnia-Herzegovina team that is 62nd in the FIFA rankings — the lowest-ranked World Cup qualifier from Europe. Bosnia finished third in Group B with four points. U.S. star Christian Pulisic entered as a substitute in the second half against Turkey. He had not played since leaving an opening win over Paraguay at halftime with a calf injury. “We play every game like a knockout game,” said U.S. midfielder Sebastian Berhalter, who scored against Turkey. “You saw that in our intensity and the way we worked. For us, it’s keep doing what we’ve been doing.”</p><p>South Africa vs. Canada, June 28</p><p>These nations have already made history. It'll be the first time both are in the knockout stage of the World Cup. Co-host Canada advanced as runner-up in Group B with four points — one win, one draw and one loss. South Africa was runner-up in Group A, also with four points, including a surprising win over South Korea.</p><p>Brazil vs. Japan, June 29</p><p>Japan advanced as Group F runner-up with a hard fought 1-1 draw against Sweden and the Samurai Blue's reward is a knockout match against five-time World Cup champion Brazil. It'll be a full-circle moment for Japan, which welcomed Brazilian soccer legend Zico in 1991. He was brought in to professionalize the country's new domestic league and support Japan's successful bid to co-host the World Cup in 2002. Now, the Japanese have a chance to show how far they've come against a country that has set the standard.</p><p>Netherlands vs. Morocco, June 29</p><p>The Netherlands won Group F after a draw with Japan and outscoring Sweden and Tunisia by a combined 8-2. Morocco went unbeaten to finish second in Group C in pursuit of becoming the first African winner of the World Cup. Morocco reached the semifinals four years ago in Qatar.</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HYBWHMMMBQIOOOKTDD6IIJAQTM.jpg?auth=48b32c9048c760024408944533b31b5803ffff42568d5698ef04589a240fb9be&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 walks off the field after a World Cup Group D soccer match against Turkey in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/IF7UHSXELM6KZURA5SQQLDODWI.jpg?auth=93e18c35d4b74b2effb963c1781f9526e39e49b5c37e5657b0211ef79b96a691&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Memphis Depay tries to reach the ball in front of the goal during the World Cup Group F soccer match between Tunisia and the Netherlands in Kansas City, Mo., Thursday, June 25, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFNQBOXPOAXLPUILLG4ZBU7ITU.jpg?auth=0621170774368b9f9ac37450d41074147d6dea2b9d981b9ab5f12d1ae6374b6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Junya Ito (14) and Sweden's Ken Sema (13) battle for the ball during the World Cup Group F soccer match between Japan and Sweden in Arlington, Texas, near Dallas, Thursday, June 25, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KYLGPSVYOBCXWEEO6SRRNN664.jpg?auth=fce399379bdb9410e65b09c78c5a314ebdbc208a2c14454ad7154eecb4783df7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curaçao's Sontje Hansen (12) and Curaçao's Jeremy Antonisse (11) embrace after the World Cup Group E soccer match between Curacao and Ivory Coast in Philadelphia, Thursday, June 25, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IXMBIIY7NABMD234WM25WPUCSI.jpg?auth=56d642cb57a0b9479c0899191b426b9a81a44a7ff008714af24cb5ed1524573c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands fans cheer before the World Cup Group F soccer match between Tunisia and the Netherlands in Kansas City, Mo., Thursday, June 25, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Most of Wall Street rises, but sinking AI stocks keep it on track for a losing week]]></title><link>https://www.local10.com/business/2026/06/26/sinking-ai-stocks-drag-wall-street-toward-just-its-2nd-losing-week-in-the-last-13/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/26/sinking-ai-stocks-drag-wall-street-toward-just-its-2nd-losing-week-in-the-last-13/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Most of the U.S. stock market is rising Friday after oil prices fell back to where they were before the war with Iran, but drops for AI stocks are keeping the market in check.]]></description><pubDate>Fri, 26 Jun 2026 15:05:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Most of the U.S. stock market is rising Friday after oil prices fell back to where they were before the war with Iran, but drops for AI stocks are keeping the market in check.</p><p>The S&P 500 was virtually unchanged after recovering from an early loss of 0.9%. The index at the heart of many 401(k) accounts is still on track for its second losing week in the last 13, largely because of drops for stocks swept up in the mania around artificial-intelligence technology.</p><p>The Dow Jones Industrial Average was up 39 points, or 0.1%, as of 10:45 a.m. Eastern time, and the Nasdaq composite was down 0.2%.</p><p>Stocks got a boost as the price of Brent crude oil, the international standard, dropped 3.9% to $72.53. That's basically where it was the day before the United States and Israel attacked Iran, which eventually led to the closure of the Strait of Hormuz and the curtailment of oil shipments worldwide.</p><p>The easier oil prices helped stocks of companies with big fuel bills, and United Airlines climbed 1.7%.</p><p>Health care stocks, meanwhile, were some of the strongest forces pushing upward on the market after a committee of the European Medicines Agency recommended several medicines for approval and the extension for another dozen of their therapeutic indications. That included one for Eli Lilly, whose stock jumped 6.3%.</p><p>Besides Lilly, roughly two out of every three stocks within the S&P 500 were rising. But more drops for AI stocks were overshadowing them.</p><p>After soaring to tremendous heights and leading the market for years, AI stocks been under pressure recently  because of worries their profits can’t possibly keep pace with the tremendous rallies for their stock prices. And those drops have an outsized effect because AI stocks have grown into Wall Street’s largest and most influential, giving movements for their stock prices more weight on indexes than others.</p><p>Micron Technology's drop of 4.1% was one of the heaviest weights on the market, for example. The maker of memory for computers has been a big winner this year, with its stock roughly quadrupling, because the AI boom has created a surge of demand for its products.</p><p>But investors saw the downside of that surge Thursday, when Apple said it had to raise prices on many of its products by significant percentages to make up for the increases in memory prices. The worry is that such higher prices could ultimately lead to lower demand.</p><p>Highlighting the roller-coaster ride that AI stocks have been on, SpaceX dipped 0.8% below $152 and toward the lowest level since its ballyhooed debut on Wall Street earlier this month.</p><p>After initially selling its stock at $135 apiece, SpaceX's stock price briefly soared above $225 within its first few days of trading. Besides rockets, Elon Musk's company also owns the xAI artificial-intelligence business.</p><p>The day's largest loss in the S&P 500 was a 21.1% drop for Onsemi, which said it agreed to buy Synaptics in an all-stock deal valued at roughly $7 billion.</p><p>In the bond market, Treasury yields eased with oil prices. The yield on the 10-year Treasury fell to 4.37% from 4.40% late Thursday.</p><p>High yields in bond markets worldwide  caused by worries about inflation have been threatening to slow economies, and they have already sent rates higher for mortgages and other kinds of loans. High yields also hurt prices for investments, particularly those seen as the most expensive. That raises the pressure on AI winners.</p><p>Asian stock markets began Friday with sharp drops because of losses for AI winners.</p><p>In Japan, a 12.5% plunge for Softbank Group Corp helped pull the Nikkei 225 down by 4.2%. The company is a major investor in OpenAI, the maker of AI chatbot ChatGPT, and a report in The New York Times suggested OpenAI is considering delaying an initial public offering of its stock to next year from the second half of this year.</p><p>Such an IPO would give OpenAI the chance to raise more cash to spend on data centers, as well as the opportunity for early investors like Softbank to cash out some of their holdings. But the recent stumbles for SpaceX’s stock and for AI stocks broadly may be a signal of less appetite for big AI stocks among investors.</p><p>In South Korea, SK Hynix fell 8.4%, and Samsung Electronics sank 5.3%. That helped pull the Kospi 5.8% lower and trim its gain for the year so far to 99.6%.</p><p>___</p><p>AP Business Writers Matt Ott and Elaine Kurtenbach contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ECOHJQBH7XGB7SFTDR2NHQH6WU.jpg?auth=f79d0ffe69ad1683a537cec240ed3f79401614af06efe2f4f04c7750f6dc0035&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Edward Curran works on the floor of the New York Stock Exchange, Friday, June 26, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[National pride meets breathable mesh: A look at the design of World Cup uniforms]]></title><link>https://www.local10.com/news/national/2026/06/26/national-pride-meets-breathable-mesh-a-look-at-the-design-of-world-cup-uniforms/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/26/national-pride-meets-breathable-mesh-a-look-at-the-design-of-world-cup-uniforms/</guid><dc:creator><![CDATA[By CLAIRE RUSH, Associated Press]]></dc:creator><description><![CDATA[BEAVERTON, Ore. (AP) — Heat. Moisture. National pride.]]></description><pubDate>Fri, 26 Jun 2026 04:16:06 +0000</pubDate><content:encoded><![CDATA[<p>BEAVERTON, Ore. (AP) — Heat. Moisture. National pride.</p><p>These were top of mind as Nike designed its uniform kits for this year’s World Cup, including for football powerhouses France and Brazil as well as the U.S. and Canada in their role as host nations.</p><p>In a tournament that has seen storm delays and temperatures hovering around 90 degrees Fahrenheit (32 Celsius) in some locations, the first step was to ensure players' performance and comfort.</p><p>Phil McCartney, chief innovation, design and product officer for Nike, said the company worked with athletes, coaches and football federations to understand how uniforms affect the game.</p><p>“We also talk to fans — so what does it mean to wear a Uruguay jersey, what does it mean to represent France, what does it mean to play for Canada?” McCartney told The Associated Press. “We take that and we merge that with all the science and the innovation to make sure that we have beautiful designs.”</p><p>Adidas, which designed jerseys for defending champion Argentina, host nation Mexico and Colombia, also unveiled cooling gear for the tournament. Puma designed the kits for Portugal as well as Morocco and Senegal, the two finalists at the most recent African Cup of Nations.</p><p>While the three companies are behind most of this year's kits, some teams are sporting uniforms designed by other apparel makers.</p><p>Testing facility features thermal chambers and robot mannequins</p><p>On a recent morning, McCartney spoke from the sports research lab at Nike’s headquarters just outside Portland, Oregon, where experimentation helped the kits come to life.</p><p>The indoor facility includes a 200-meter (219-yard) track, a small football pitch and a basketball court, with hundreds of motion-capture cameras placed throughout. Thermal chambers replicate the effects of heat and humidity on apparel donned by people or robot mannequins.</p><p>“We take motion-capture to see how they’re moving in the kit, how the kits are responding,” McCartney said. “We also use the thermal chambers that we have to test the kit’s breathability, to test wicking and moisture management.”</p><p>For the World Cup kits, Nike engineered a new fabric that it says is more breathable and made from fully recycled materials. The way the jerseys are knit, with mesh stitching in certain areas allowing more air flow, helps “get that thermal regulation that all the players have been asking for,” McCartney said.</p><p>Despite all the testing, the rollout of the kit was still a bit bumpy.</p><p>During matches earlier this year, bulges could be seen in the shoulder seams on jerseys for teams including France and Uruguay, the Guardian reported.</p><p>When asked by AP, Nike said it was able to identify the issue before the start of the World Cup, and worked with federations “to ensure kits show up as intended.”</p><p>Designs incorporate symbols of national pride</p><p>While a kit’s physical attributes are important for athletes, its appearance is just as significant for fans who sport the jerseys and want to feel connected to their team.</p><p>“We take inspiration from lots of different places, from the past, from art, from music, from culture, so anything that gets us connected to the country we really want to harness,” McCartney said.</p><p>France’s away kit, for example, is a light green akin to the Statue of Liberty, which France gifted to the U.S. in the late 19th century. The interior tag features the word “Liberté” inside a silhouette of the monument’s crown.</p><p>On the front of the jersey there's a rooster — an emblem of the national team and the country itself — and two stars representing France's two previous World Cup victories.</p><p>France's home kit features a collar — as does Uruguay's. The decision to use collars comes from the federations, Nike said, with France leaning into its history as a fashion capital and Uruguay looking to evoke a more classic football look. In previous decades, many uniforms included collars.</p><p>Key national symbols were also considered when designing kits for the U.S. and Canada. The home kit for the U.S. features horizontal red and white stripes reminiscent of a waving American flag, while Canada’s displays a prominent maple leaf.</p><p>“Especially in an event like the World Cup, we really play into national pride,” McCartney said.</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFKJ6NX6RKE6M3UMVKH36G2GL4.jpg?auth=d6536ed97a26e15e942aaae7e3f3d4e2bf62413d3655c7f88787f904fbd6bea2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phil McCartney, chief innovation, design and product officer for Nike, holds up the away jersey for France that the company designed for the World Cup during an interview at Nike headquarters in Beaverton, Ore., on June 22, 2026. (AP Photo/Claire Rush)]]></media:description><media:credit role="author" scheme="urn:ebu">Claire Rush</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUVDFROZABOY2JAFEJB472I37Y.jpg?auth=8a80673735c5d9c54e6625b6d929d25f22c59012efbe51a39a6fe9ded014ca37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kylian Mbappe of France runs during the international friendly soccer match between Brazil and France in Foxborough, Mass, March 26, 2026. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYNM4VO2YEODQVBSPPAOIMS53U.jpg?auth=ae444d64e8eb70f0d64c57febfcfad232826c4182cfb94e6400be86d358eaec8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[World Cup uniform kits designed by Nike are displayed at its headquarters in Beaverton, Ore., on June 22, 2026. (AP Photo/Claire Rush)]]></media:description><media:credit role="author" scheme="urn:ebu">Claire Rush</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K57AGRVS3XUMUYJFY5OTFNVCAA.jpg?auth=7ca97b354c403b8661db157df531ed558ee0846aa135c05b32a04ec5e6485d02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Weston McKennie (8) moves the ball during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6TVOEQPOI3NHK4KXP544Q35UI.jpg?auth=6d78458323d4d885080938c97e3352f2a9bc51976d4ea98e37464a8806592ba7&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) battles for the ball with with Scotland's Nathan Patterson (22) and Lewis Ferguson (19) during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Australia clinches knockout round spot with 0-0 draw; Paraguay also likely to advance]]></title><link>https://www.local10.com/sports/2026/06/26/australia-clinches-knockout-round-spot-with-0-0-draw-paraguay-also-likely-to-advance/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/australia-clinches-knockout-round-spot-with-0-0-draw-paraguay-also-likely-to-advance/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Australia and Paraguay played to a 0-0 draw Thursday night in a result that clinched a spot in the knockout round of the World Cup for the Socceroos and will likely be enough for the Paraguayans to advance.]]></description><pubDate>Fri, 26 Jun 2026 05:21:23 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Australia and Paraguay played to a 0-0 draw Thursday night in a result that clinched a spot in the knockout round of the World Cup for the Socceroos and will likely be enough for the Paraguayans to advance.</p><p>The expanded tournament to 48 teams that provides a spot in the knockout round for eight of the 12 third-place teams in the group stage led to the cautious approach for both teams in their final Group D match after they each entered with three points thanks to wins over Turkey.</p><p>The winner of this game was assured second place behind the United States in the group with Australia also clinching that spot with a draw thanks to a better goal differential than Paraguay. But the draw that gave Paraguay four points in the group also was likely to be enough barring a string of bad results in the final two days of group play.</p><p>“We tried to win the game," Australia coach Tony Popovic said. "In the end, a draw was enough for both nations. Congratulations to Paraguay as well. ... I’m sure as we are feeling euphoria and joy as a nation, I’m sure Paraguay is as well.”</p><p>This marks the third time that Australia has advanced to the knockout round after losing in the round of 16 in 2006 and 2022. The Socceroos will play in the round of 32 on July 3 in Arlington, Texas, against the second-place finisher from Group G that will be determined Friday night.</p><p>“We really did work hard for this moment and I think we should enjoy it,” midfielder Ajdin Hrustic said.</p><p>Paraguay must wait to learn its fate, but is in good position to advance to the knockout round for the fifth time.</p><p>“Now we have to wait,” coach Gustavo Alfaro said. “I am optimistic that we will be able to move on to the next phase.”</p><p>The Socceroos had the best chances in the first half, but Paraguay goalkeeper Orlando Gill stopped an early attempt from Jackson Irvine and then made another save in stoppage time against Cristian Volpato.</p><p>The cautious play continued in the second half when Paraguay did have more possession than in the opening 45 minutes but neither team came close to scoring. Jordan Bos had the best chance for Australia in the 90th minute, but his shot went wide from the right side of the box.</p><p>Patrick Beach then made a save for Australia on a low shot by Mauricio that lacked power in stoppage time.</p><p>“You can have opinions on how the game was played or what we both thought we needed," Popovic said. “We at no stage felt we were playing for a draw. I felt we controlled the game quite well, were in control and had the better opportunities. We just gave one away at the end from the edge of the box, which was a heart in the mouth moment unfortunately for us.”</p><p>Popovic made six changes to his lineup for the game, including giving 18-year-old Lucas Herrington his first World Cup appearance. Herrington, who plays for the Colorado Rapids in the MLS, became the youngest Aussie to appear in a World Cup game.</p><p>Paraguay midfielder Diego Gomez got his second yellow card of group play and will miss the round of 32 if the team advances.</p><p>“We wanted a positive result, but it couldn’t be done,” Gomez said. “There is a lot to work on, (lots) to get done, lots of things to improve on.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7QNMYNI5NWNYHFHG3WP3E56XIA.jpg?auth=bb526bb9076b9b078a6c50a003690f7ce1e82846d262f707c0c7f5e5cf63f5ec&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) battles for the ball with Paraguay's Matias Galarza (23) during the World Cup Group D soccer match between Paraguay and Australia in Santa Clara, Calif., near San Francisco, Thursday, June 25, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7IGNWM5IYSMLQPJMY4M5BITGCA.jpg?auth=8a47c530fadd66cebe2c7ebd556e293b68fa1528b5274b5fb4268694ebd6114a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Julio Enciso (19) reacts after being tackled by Australia's Jackson Irvine (22) during the World Cup Group D soccer match between Paraguay and Australia in Santa Clara, Calif., near San Francisco, Thursday, June 25, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZ3TUFOUCQFAQGRGYC4EZINLCU.jpg?auth=0d75da41aa3236895de48b4c5bacb24deb01d3a67c7e0bb18140a527e8dafc94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Omar Alderete (3) kicks the ball over Australia's Nestory Irankunda (17) during the World Cup Group D soccer match between Paraguay and Australia in Santa Clara, Calif., near San Francisco, Thursday, June 25, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MLP4SGWSCSUPGCGSOGQWGE6VMM.jpg?auth=f32741875488d40bc44db1239454cec842af6f2775ed09c9d3f48c93dd155d39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) catches the ball during the World Cup Group D soccer match between Paraguay and Australia in Santa Clara, Calif., near San Francisco, Thursday, June 25, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5NDN32FZBIA2B5HGBSQKRLANDM.jpg?auth=805414b496ebc4a5a3e01c752288ae22a269752ff0e63d39d547fd8bd40ce903&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australia's Harry Souttar (19) battles for the ball with Paraguay's Gabriel Avalos (21) during the World Cup Group D soccer match between Paraguay and Australia in Santa Clara, Calif., near San Francisco, Thursday, June 25, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content></item><item><title><![CDATA[Hollywood gets into the microdrama race as mobile-first storytelling draws stars and major studios]]></title><link>https://www.local10.com/entertainment/2026/06/26/hollywood-gets-into-the-microdrama-race-as-mobile-first-storytelling-draws-stars-and-major-studios/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/26/hollywood-gets-into-the-microdrama-race-as-mobile-first-storytelling-draws-stars-and-major-studios/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — While much of Hollywood was consumed by the streaming wars, Issa Rae was studying a different mode of entertainment thousands of miles away: microdramas.]]></description><pubDate>Fri, 26 Jun 2026 04:02:40 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — While much of Hollywood was consumed by the streaming wars, Issa Rae was studying a different mode of entertainment thousands of miles away: microdramas.</p><p>No stranger to creating a successful online series, the Emmy-nominated actor and producer became intrigued by China's booming market for the short, mobile-first soap operas, seeing its potential to build audiences and intellectual property.</p><p>In May, Rae's Hoorae Media released the thriller “Screen Time,” one of the first major studio-quality microdrama projects developed by an established Hollywood production company. The TikTok-backed series drew nearly 75 million views during its first week.</p><p>Rae believes the format offers advantages traditional media often cannot.</p><p>“Because the price point is lower than TV and film, there’s an opportunity to take risks,” she told The Associated Press. “The turnaround time is also a lot quicker than TV and film, which allows us the opportunity to be more topical and relevant.”</p><p>With vertically shot episodes often running one to three minutes, microdramas have emerged as one of entertainment’s fastest-growing formats. That's drawing interest from celebrities, creators and major media companies looking for new ways to reach audiences who increasingly consume stories on their phones.</p><p>Beyond speed and cost, Rae said microdramas foster a more interactive viewing experience between creators and audiences.</p><p>“The communal experience is also amazing,” said Rae, whose web series “The Misadventures of Awkward Black Girl” helped launch her career. “You can see what other viewers think and engage with their commentary in real time.”</p><p>Microdramas catch the attention of Hollywood</p><p>At first glance, the formula seems deceptively simple: smartphone-friendly bingeable miniepisodes featuring tales of romance, betrayal and redemption with titles like “The Double Life of My Billionaire Husband.” The first few episodes are generally free and viewers have to pay to unlock more.</p><p>The model that first emerged in China during the pandemic has exploded — global microdrama revenues will hit $14 billion by the end of 2026, technology research and advisory group Omdia estimates — and the U.S. entertainment industry is taking note.</p><p>Peacock recently launched a dedicated microdrama hub. Fox Entertainment invested in microdrama producer Holywater and committed to producing hundreds of vertical titles, while TelevisaUnivision is producing serialized short-form dramas for ViX.</p><p>Kevin Hart’s HartBeat has expanded into vertical comedy, Kim Kardashian is backing scripted mobile-first content through her investment in microdrama platform ReelShort, Taye Diggs has starred in vertical series aimed at the growing audience consuming serialized stories on smartphones, and filmmaker Deon Taylor is developing the sports-focused vertical series “I Am Hoop.”</p><p>At this year’s MIP London television market, executives said some of the largest microdrama platforms are spending as much as 90% of their budgets on marketing as competition for audiences intensifies.</p><p>Phones provide direct access to audiences</p><p>Hoorae Media spent more than two years researching the format before launching “Screen Time.” The company became convinced microdramas represented more than a passing trend after studying how audiences were consuming entertainment on their phones.</p><p>“The connective tissue being the phone, and how much time people are already spending on their phone,” said Dzifa Yador, head of digital at Hoorae Media. “We’re meeting audiences where they are.”</p><p>Yador believes the format gives creators something increasingly difficult to find in traditional Hollywood: Instead of waiting years for a studio decision, creators can test ideas, build an audience and retain ownership.</p><p>“You definitely get rid of the gatekeepers,” she said. “You can greenlight your own show.”</p><p>Independent creators helped build the audience first</p><p>Long before Hollywood began paying attention, creators were already proving audiences would spend hours following serialized stories online.</p><p>Among the most successful is Kountry Wayne, who transitioned from the comedy sketches that made him famous to a universe of interconnected relationship dramas after noting those had a longer shelf life.</p><p>The Georgia native, whose Amazon Prime Video stand-up special “Kountry Wayne: Nostalgia" debuted this year, said he now releases 50 episodes a day.</p><p>Wayne recently posted that his content generated about 1.4 billion views on Facebook and another 100 million on YouTube over the previous month. Meta and YouTube declined to independently verify those figures.</p><p>As Hollywood's interest in vertical storytelling accelerated, the comedian said, he turned down eight-figure deals to license or acquire his content, choosing instead to keep ownership as his audience grew.</p><p>“If they get in, they're going try to control it,” he said. “I knew it was growing.”</p><p>The format offers a new proving ground for filmmakers</p><p>The American Black Film Festival, one of the nation’s leading showcases for Black film and television, is giving the next generation of storytellers an entry point through the format.</p><p>The festival launched its first microdrama showcase this year, selecting eight finalists from hundreds of submissions.</p><p>Festival programmer Bobbi Broome said the response underscored how quickly creators are embracing the format.</p><p>“At least two or three of them said that they decided to try doing a microdrama because they saw the ABFF competition start,” Broome told AP.</p><p>For many filmmakers, she said, the showcase was more than producing short-form content. It gave them an opportunity to test ideas that could eventually evolve into larger projects.</p><p>“I spoke with a couple of filmmakers who said that this was kind of like their proof of concept for a feature,” Broome said. “The industry is changing day in and day out."</p><p>Where will microdramas go from here?</p><p>Rae believes microdramas are only beginning to reveal their potential.</p><p>“We knew audiences will appreciate premium content that is free and easily accessible,” she said. “If the story is engaging, the acting is good and it generally feels made with them in mind, they will engage.”</p><p>For Wayne, the future of the format is rooted in the same device that helped him build his audience. He said his videos are filmed on cellphones, with little traditional editing, which allows him and his team to move quickly while getting his stories to the audience with high quality visuals.</p><p>“The eyeballs are on the phone,” he said. “We still go to the theater. We still watch TV. But we're on this phone.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JEOEXSUYSDKEZLHDKPQL7FN3PU.jpg?auth=78f5631bfa543639d226df96111aced03b1868f454a9287ff3360796ac8d11fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this combination photo, Kevin Hart attends the "Lift" premiere in New York on Jan. 8, 2024, left, Kim Kardashian attends the SNL50: The Anniversary Special in New York on Feb. 16, 2025, center, and Issa Rae appears at the premiere of "Barbie" in London on July 12, 2023. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Europe's extreme heat would be impossible without climate change, scientists say]]></title><link>https://www.local10.com/news/world/2026/06/26/europes-extreme-heat-would-be-impossible-without-climate-change-scientists-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/europes-extreme-heat-would-be-impossible-without-climate-change-scientists-say/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[The record-breaking heat that's scorching Europe day and night this month would not have been possible without climate change, according to a new study.]]></description><pubDate>Fri, 26 Jun 2026 04:13:42 +0000</pubDate><content:encoded><![CDATA[<p>The record-breaking heat that's scorching Europe day and night this month would not have been possible without climate change, according to a new study.</p><p>The World Weather Attribution rapid study released Friday found that the heat would have been virtually impossible just five decades ago, and is 200 times more likely today than it would have been 20 years ago.</p><p>Millions in France, Italy, Spain, the United Kingdom and elsewhere in Europe are experiencing extreme temperatures and humidity this week associated with a heat dome. Daytime temperatures have topped 40 degrees Celsius (104 Fahrenheit) in many places, while high nighttime temperatures have also made it harder to cool down and recover.</p><p>The scientists estimated that a heat wave with similar characteristics occurring in the climate of June 1976 would have been about 3.5 degrees Celsius (6.3 Fahrenheit) cooler during the day and about 2 degrees Celsius cooler (3.6 Fahrenheit) in 2003. The nighttime temperatures would have been about 2.4 degrees Celsius (4.3 Fahrenheit) cooler in June 1976 and about 1.3 degrees Celsius (2.3 Fahrenheit) cooler in 2003.</p><p>They chose 1976 and 2003 for comparison because those years saw extreme heat in Europe.</p><p>“The increase in temperatures was so dramatic that we would have expected to have never seen this event in the 1976 climate,” said the study’s lead author Theodore Keeping, also a climate scientist at the Centre for Environmental Policy at Imperial College London. “And it would also still have been very, very rare, even 23 years ago in 2003.”</p><p>Climate change is the driving force behind the heat</p><p>World Weather Attribution, a Europe-based collaborative of scientists who study the causes of global extreme weather events, began assessing in 2015 the extent to which those could be attributed to climate change caused by the burning of fossil fuels such as coal, oil and gas. The organization’s rapid attribution studies, including this one, aren’t peer-reviewed but use peer-reviewed methodology.</p><p>The current study used observed temperature data and forecasts for an analysis of the heat wave that started on June 18.</p><p>It also found that 45% of the 850 cities analyzed across 30 European countries have broken, or are expected to hit, records for heat stress levels, a measure that includes humidity and temperature.</p><p>"It directly relates to the heat stress on the human body and our ability to cool ourselves down, and it’s a really good metric for the expected health impacts we expect to see from this heat wave,” Keeping said. Heat and humidity make for a dangerous combination for humans.</p><p>Ultimately, this marks the most severe heat wave to have ever been recorded in this region of Europe and most severe humid heat event, WWA researchers said.</p><p>Europe is especially unequipped for these extreme temperatures</p><p>Europe is the world’s fastest-warming continent, with temperatures increasing at twice the speed as the global average since the 1980s, according to the European Union’s Copernicus Climate Change Service. In a separate study last year, WWA researchers found there were about 1,500 climate change-caused deaths during a European heat wave last summer.</p><p>This week, weather agencies across Europe have issued red alerts about heat risks, and sporting events, schools, public transportation and attractions have been limited as a result. Many of these countries do not have widespread air conditioning or other infrastructure to account for warmer climates. France, which has been bearing much of the brunt of the heat wave, recorded its hottest day ever this week, and has also reported 40 deaths from drownings as people seek cooling relief.</p><p>The WWA scientists said the current El Nino warming cycle did not influence this heat.</p><p>Europe also experienced record-shattering high temperatures in May. Typically, Europe does not see dramatically warmer weather until July and August.</p><p>The findings of the study released Friday are reasonable, but may downplay climate change's role in the heat, said Michael Mann, a climate scientist at the University of Pennsylvania who was not involved in the research.</p><p>“If anything, this latest assessment — and all similar assessments — are actually underestimating the role that climate change is playing here,” said Mann, who has separately studied how climate change is increasing heat stress in North America.</p><p>Keeping, the study author, said the Europe heat wave shows the need to adapt infrastructure and behavior to extreme temperatures.</p><p>"We need to expect them to happen. They’re only going to become more frequent in the near term,” Keeping said. “We also need to address the source of climate change as well. And that is very simply carbon emissions from burning fossil fuels.”</p><p>___</p><p>Alexa St. John is an Associated Press climate reporter. Follow her on X: @alexa_stjohn. Reach her at ast.john@ap.org.</p><p>___</p><p>Read more of AP’s climate coverage.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQGMXBBKNLXWOXKY24LMH3RA6U.jpg?auth=f900ed05c7321872274c545363076c41cf9e2e1532161b67da0365a45ddbe099&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker drinks water as he sets up a stage for the upcoming Ironman triathlon, Frankfurt, Germany, Thursday, June 25, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ILQXU33XROQE37IIJ5ZRR5R3FU.jpg?auth=8e76f8d72f1f9a392871820c01da67965e2ab02c49ba9f9badab737e53751946&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Faithful shelter from the hot sun as Pope Leo's XIV arrives for his weekly general audience in St. Peter's Square at The Vatican, Wednesday, June 24, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ALYUF2FPATDC2TXYHCC7VDIHME.jpg?auth=5d52942ca190281aa667a776ebfe9343c673ccdfe464592ff7ea9093f549e7b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People shade from the sun under umbrellas as they walk through St. Peter's Square at the Vatican, Thursday, June 25, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DO7Q4PXHNVUZU2E42BP5SQ2DTE.jpg?auth=910f82d10fc8f4a8d704bf288f51d4f44a827a2ad2091d4905a24787272df5d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man on a train wipes sweat from his face on a hot day in London, Wednesday, June 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEIX3ONQKWIOA4IFA55ZH7D2K4.jpg?auth=7dd42c826d105b6d00c91348c3f942a6c2d8a14b75d7ddb45e6619f5071a1f3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks across the street with a fan in her arms in the center of Brussels, Thursday, June 25, 2026. (AP Photo/Omar Havana)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Havana</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Round of 32 begins with 1 match on June 28  ]]></title><link>https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-round-of-32-begins-with-1-match-on-june-28/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-round-of-32-begins-with-1-match-on-june-28/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As of Saturday night, three out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32: Mexico, the United States, and Germany. ]]></description><pubDate>Fri, 26 Jun 2026 03:42:06 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup’s Round of 32 begins on June 28 with a single direct-knockout match</p><p>South Africa, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up, plays against Canada, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up, at 3 p.m. </p><p>The match is at the Los Angeles Stadium, better known as the SoFi Stadium in Inglewood.</p><p>The Round of 32 ends on July 3. After half of the teams are eliminated, the Round of 16 starts on July 4. </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><h3><b>List of 32</b></h3><p> <b>The 12 group winners </b></p><ul><li><b>Mexico</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points</li><li><b>Switzerland</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points</li><li><b>Brazil</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points </li><li>United States (<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><b>Germany</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points</li><li><b>The Netherlands</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points</li><li>Egypt (<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>Spain (<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>France (<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>Argentina (<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>Colombia (<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>England (<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>The 12 group runner-up teams</b></p><ul><li><b>South Africa</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>) with 4 points. </li><li><b>Canada</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/">Group B</a>) with 4 points. </li><li><b>Morocco</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>) with 4 points. </li><li>Australia (<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><b>Ivory Coast</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/">Group E</a>) with 6 points. </li><li><b>Japan</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>) with 5 points </li><li>Iran (<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>Uruguay (<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>Norway (<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>Austria (<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>Portugal (<a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>) </li></ul><p><b>The eight third-place teams</b></p><ul><li><b>Bosnia and Herzegovina</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/">Group B</a>) with 4 points. </li><li>Scotland (<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>Paraguay (<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><b>Ecuador</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/">Group E</a>) with 4 points. </li><li><b>Sweden</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>) with 4 points. </li><li>Cape Verde (<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></ul><h3><b>Tournament’s schedule </b></h3><p><b>June 29</b>: Three matches. </p><p>Brazil (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner) vs. Japan (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up) at 1 p.m. at the NRG Stadium in Houston, Texas. </p><p>Germany (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> winner) vs. Paraguay (<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> third place) at 4:30 p.m., at the Boston Stadium, better known as the Gillette Stadium, in Foxborough, Massachusetts.</p><p>The Netherlands (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> winner) vs. Morocco (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up) at 9 p.m., at the Estadio Monterrey in Mexico.</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>: Three matches. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up vs. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up at 1 p.m., at the AT&amp;T Stadium, in Arlington, Texas. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> winner vs. <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> third place at 5 p.m., at the MetLife Stadium, in East Rutherford.</p><p>Mexico (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a> winner) vs. third place team at 9 p.m. at the Estadio Azteca, in Mexico City.</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>: Three matches.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> winner vs. <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> third-place winner at noon at the Mercedes-Benz Stadium in Atlanta.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> winner plays at 4 p.m. at the Lumen Field in Seattle.</p><p>United States (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> winner) vs. Bosnia and Herzegovina (<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> third place) at 9 p.m. at the Levi’s Stadium in Santa Clara.</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. </p><p><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> winner vs. Group J runner-up at 3 p.m. at the SoFi Stadium, om Inglewood.</p><p>Group B winner vs. Group G third-place at 7 p.m. at the Vancouver Stadium in Canada</p><p>Group K runner-up vs. Group L runner-up at 11 p.m. at 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/"></a>Toronto Stadium in Canada.</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.</p><p>2 p.m., at the AT&amp;T Stadium in Arlington, Texas. </p><p>6 p.m., at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p>9:30 p.m. at the GEHA Field at Arrowhead Stadium in Kansas City. </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><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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></item><item><title><![CDATA[FIFA World Cup 2026: Track teams advancing to Round of 32 ]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As of Saturday night, three out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32: Mexico, the United States, and Germany. ]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>The 48 qualifying teams first competed in 12 groups of four, so 16 could be eliminated. </p><p>The group-stage matches end on June 27, and the Round of 32 begins on June 28. It includes 12 winners, 12 runner-ups, and eight in third place. </p><p>The single direct-knockout matches to advance into the Round of 16 end on July 3. </p><p><b>The 12 group winners</b></p><ul><li><b>Mexico</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points</li><li><b>Switzerland</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points</li><li><b>Brazil</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points </li><li>United States (<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><b>Germany</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points</li><li><b>The Netherlands</b> wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points</li><li>Egypt (<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>Spain (<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>France (<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>Argentina (<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>Colombia (<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>England (<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>The 12 group runner-up teams</b></p><ul><li><b>South Africa</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>) with 4 points. </li><li><b>Canada</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/">Group B</a>) with 4 points. </li><li><b>Morocco</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>) with 4 points. </li><li>Australia (<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><b>Ivory Coast</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/">Group E</a>) with 6 points. </li><li><b>Japan</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>) with 5 points </li><li>Iran (<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>Uruguay (<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>Norway (<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>Austria (<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>Portugal (<a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>) </li></ul><p><b>The eight third-place teams</b></p><ul><li><b>Bosnia and Herzegovina</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/">Group B</a>) with 4 points. </li><li>Scotland (<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>Paraguay (<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><b>Ecuador</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/">Group E</a>) with 4 points. </li><li><b>Sweden</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>) with 4 points. </li><li>Cape Verde (<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></ul><h3><b>Tournament’s schedule </b></h3><p><b>June 28: </b>One match</p><p>South Africa (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up) vs. Canada (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up) is at 3 p.m. at the Los Angeles Stadium, better known as the SoFi Stadium in Inglewood.</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>: Three matches. </p><p>Brazil (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner) vs. Japan (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up) at 1 p.m. at the NRG Stadium in Houston, Texas. </p><p>Germany (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> winner) vs. Paraguay (<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> third place) at 4:30 p.m., at the Boston Stadium, better known as the Gillette Stadium, in Foxborough, Massachusetts.</p><p>The Netherlands (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> winner) vs. Morocco (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up) at 9 p.m., at the Estadio Monterrey in Mexico.</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>: Three matches. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up vs. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up at 1 p.m., at the AT&amp;T Stadium, in Arlington, Texas. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> winner vs. <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> third place at 5 p.m., at the MetLife Stadium, in East Rutherford.</p><p>Mexico (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a> winner) vs. third place team at 9 p.m. at the Estadio Azteca, in Mexico City.</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>: Three matches.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> winner vs. <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> third-place winner at noon at the Mercedes-Benz Stadium in Atlanta.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> winner plays at 4 p.m. at the Lumen Field in Seattle.</p><p>United States (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> winner) vs. Bosnia and Herzegovina (<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> third place) at 9 p.m. at the Levi’s Stadium in Santa Clara.</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. </p><p><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> winner vs. Group J runner-up at 3 p.m. at the SoFi Stadium, om Inglewood.</p><p>Group B winner vs. Group G third-place at 7 p.m. at the Vancouver Stadium in Canada</p><p>Group K runner-up vs. Group L runner-up at 11 p.m. at 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/"></a>Toronto Stadium in Canada.</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.</p><p>2 p.m., at the AT&amp;T Stadium in Arlington, Texas. </p><p>6 p.m., at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p>9:30 p.m. at the GEHA Field at Arrowhead Stadium in Kansas City. </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><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGMZ7CSOSNIZPGWFPZW4NHVQLA.jpg?auth=cadf66ba28e8fb81d61f3b14842252ccd4de9682f38950698370264660ed7a3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Brian Brobbey (19) celebrates their second goal with Virgil van Dijk (4) and teammates during the World Cup Group F soccer match between Tunisia and the Netherlands in Kansas City, Mo., Thursday, June 25, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content></item><item><title><![CDATA[US deploys search and rescue teams to Venezuela after back-to-back earthquakes]]></title><link>https://www.local10.com/news/national/2026/06/25/us-deploys-search-and-rescue-teams-to-venezuela-after-back-to-back-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/25/us-deploys-search-and-rescue-teams-to-venezuela-after-back-to-back-earthquakes/</guid><dc:creator><![CDATA[Ben Kennedy]]></dc:creator><description><![CDATA[Secretary of State Marco Rubio said the United States is responding to back-to-back earthquakes in Venezuela, confirming he spoke with acting President Delcy Rodriguez about relief efforts.]]></description><pubDate>Thu, 25 Jun 2026 20:21:09 +0000</pubDate><content:encoded><![CDATA[<p>Secretary of State Marco Rubio said the United States is responding to <a href="https://www.local10.com/news/world/2026/06/25/venezuelans-search-rubble-for-survivors-after-2-strong-quakes-kill-at-least-188/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/venezuelans-search-rubble-for-survivors-after-2-strong-quakes-kill-at-least-188/">back-to-back earthquakes in Venezuela</a>, confirming he spoke with acting President Delcy Rodriguez about relief efforts.</p><p><a href="https://www.local10.com/news/local/2026/06/25/eeuu-despliega-equipos-de-busqueda-y-rescate-en-venezuela-tras-terremotos-consecutivos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/eeuu-despliega-equipos-de-busqueda-y-rescate-en-venezuela-tras-terremotos-consecutivos/">Leer en español</a></p><p>Search and rescue teams from Fairfax County, Virginia, and Los Angeles have been deployed to assist.</p><p>“The most immediate need right now is search and rescue efforts — they have a much-collapsed building and so they’ll need a lot of help in terms of digging through that,” Rubio said.</p><p>President Donald Trump took to social media to signal broader support, saying the U.S. “stands ready, willing, and able to help” and that he had instructed all government agencies to “get ready to move quickly.” The response includes medical supplies and humanitarian resources.</p><p>Rodriguez thanked the Trump administration for what she called its “support and solidarity.”</p><p>“I want to thank President Donald Trump and his government, who has been in permanent contact with the Venezuelan government,” she said.</p><p>Florida Sen. Rick Scott also urged Venezuela’s acting president “to put her agenda aside, allow humanitarian aid to enter without delay, ensure access to rescue teams, satellite communications, and unrestricted internet services.”</p><p>Meanwhile, U.N. spokesman Stephane Dujarric said the international body is coordinating with Venezuela to support relief efforts.</p><p>“The United Nations and Venezuela and the UN system as a whole is mobilizing assistance and working closely with the government and our partners to support the response,” he said.</p><h3><b>Ways to help</b></h3><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Here are 4 drop-off Doral locations for donations to help Venezuelans after earthquakes</a><b> </b></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Restaurant at 1 of the Florida Keys’ most popular tourist attractions ordered shut. Plus, rodent issues remain inside 1 restaurant]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/22/restaurant-at-1-of-the-florida-keys-most-popular-tourist-attractions-ordered-shut-plus-rodent-issues-remain-inside-1-restaurant/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/22/restaurant-at-1-of-the-florida-keys-most-popular-tourist-attractions-ordered-shut-plus-rodent-issues-remain-inside-1-restaurant/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[The Hungry Tarpon Restaurant at the popular Robbie’s Marina in Islamorada was ordered shut by state inspectors last week following an investigation based on a complaint.]]></description><pubDate>Mon, 22 Jun 2026 16:33:25 +0000</pubDate><content:encoded><![CDATA[<p>The Hungry Tarpon Restaurant at the popular Robbie’s Marina in Islamorada was ordered shut by state inspectors last week following an investigation based on a complaint.</p><p>The closure was one of several temporary shutdowns ordered by the Florida Department of Business and Professional Regulation during recent restaurant inspections across South Florida and the Florida Keys.</p><p>Inspectors cited a wide range of issues, including rodent droppings, live mice, roaches, flies, mold-like buildup, improper food temperatures and other sanitation concerns. Among the more troubling findings were reports of a live mouse running through a kitchen, flies landing on ready-to-eat food, rodent-contaminated storage areas and dishwashing equipment that failed to properly sanitize utensils.</p><p>The establishments listed below were ordered to close until the violations were addressed. Nick’s Caribbean Restaurant remains closed. All other establishments were allowed to reopen after completing a required cleanup and passing a follow-up inspection.</p><p><b>**HUNGRY TARPON RESTAURANT</b></p><p><b>ROBBIE’S OF ISLAMORADA</b></p><p><b>77522 OVERSEAS HIGHWAY</b></p><p><b>ISLAMORADA</b></p><p><b>INSPECTION BASED ON COMPLAINT </b></p><p><b>ORDERED SHUT 6/18</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed 7 rodent dropping on the window sill in the kitchen area. Observed approximately 12-15 rodent dropping on top of dish machine that were cleaned off during inspection.”</p><p>“Observed approximately 10 Live, small flying insects found in the kitchen and prep area above lift lid unit on shelving holding take out containers . Observed approximately 6 flies in the dry storage area. Observed approximately 10 flies in the dish room on shelving.”</p><p>“Presence of insects, rodents, or other pests observed 4 dead flies on sheet pans in the walk-in cooler Trays with dead flies were removed and put in dish area for cleaning.”</p><p>“Floor soiled/has accumulation of debris.”</p><p>“Grease on the ground and/or pad around grease receptacle.”</p><p>“Food-contact surfaces not sanitized after cleaning, before use. Do not use equipment/utensils not properly sanitized. Dish machine is not sanitizing , chlorine @0 ppm.”</p><p>“Dish machine chlorine sanitizer not at proper minimum strength. 0 ppm chlorine Discontinue use of dish machine for sanitizing and set up manual sanitization until dish machine is repaired and sanitizing properly. Triple sink is set up to sanitize with quaternary at 200 ppm.”</p><p><b>**TEE JAY THAI SUSHI</b></p><p><b>2254 WILTON DRIVE</b></p><p><b>WILTON MANORS</b></p><p><b>ORDERED SHUT 6/17</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 40 rodent droppings in the dry storage area on the floor, approximately 10 on boxes of single service items and approximately 20 on the outside of large plastic containers of rice.”</p><p>“Objectionable odor in dry storage area where rodent droppings were found.”</p><p>“Food stored on floor. Observed several food items stored in the floor in the walk in cooler.”</p><p>“Cardboard used to line food-contact shelves in the dry storage area and in the kitchen.”</p><p>“Raw animal food stored over or with ready-to-eat food in a freezer - not all products commercially packaged. Observed raw steak not in its commercial packaging stored over ready to eat spring rolls and raw masago stored over ready to eat berries in the walk in cooler.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw steak stored over ready to eat sauce in the walk in cooler.”</p><p>“Toxic substance/chemical improperly stored. Observed medicine stored over ready to eat sauces and garlic in the storage area in the kitchen.” </p><p><b>**SORIANO BROTHERS CUBAN CUISINE</b></p><p><b>2393 WEST 78TH ST.</b></p><p><b>HIALEAH</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 6/17</b></p><p><b>21 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found, observed one live fly landing on slice of ham, 3 live flies flying on cafeteria station. Also 3 lives flies flying on main kitchen, one live fly landing on cooked pork.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Cooked/heated time/temperature control for safety food not cooled from 135 degrees Fahrenheit to 41 degrees Fahrenheit within 6 hours. Observed cooked pork (52/49F - Cooling) in walk in cooler, from the day before as per operator.”</p><p>“Dented/rusted cans present. See stop sale. Red peppers strips. Antojos.”</p><p>“Insect control device installed over food preparation area. Over coffee station.”</p><p>“Food being cooled by nonapproved method as evidenced by inadequate rate of cooling during time of inspection. Observed beans (59/55F - Cooling); soup (133/130F - Cooling) covered during cooling process.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed double reach in cooler cooked beef (46F - Cold Holding); Fish (46F - Cold Holding) Reach in cooler cheese cake (50F - Cold Holding); for less than 4 hours as per operator. Operator placed the food items in another reach in cooler.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed croquettes (119F - Hot Holding); tequenos (120F - Hot Holding); empanadas (120F - Hot Holding); in hot holding equipment located in cafeteria station. Also tilapia (122F - Hot Holding); cooked chicken (102F - Hot Holding); pork (113F - Hot Holding)in steam table, operator increased equipment temperature. Repeat Violation.”</p><p><b>**NICK’S CARIBBEAN RESTAURANT</b></p><p><b>1430 WEST DIXIE HIGHWAY</b></p><p><b>NORTH MIAMI</b></p><p><b>ORDERED SHUT 6/16</b></p><p><b>27 VIOLATIONS FOUND</b></p><p>“Live rodent present. Observed a live mouse behind a storage cabinet located on a hallway on the back of the kitchen.”</p><p>“Roach activity present as evidenced by live roaches found. Observed 10 plus live roaches on pipes and electrical outlets next to fryers located in the cook line, observed 10 plus live roaches behind wooden shelves located in dry storage room, observed 10 plus live roaches around water heater located in the kitchen area, observed 20 plus live roaches behind shelves located on top of three compartment sink, observed 20 plus lives roaches located behind signs posted on the walls all throughout the kitchen, observed 10 plus live roaches on the floor inside a walk in cooler that out of order.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Repeat Violation.”</p><p>“Cardboard used on floor as anti-slip measure not replaced every day or when heavily soiled, whichever comes first. Inside walk in cooler.”</p><p>“Cutting board has cut marks and is no longer cleanable.”</p><p>“Floor not cleaned when the least amount of food is exposed. Observed floors under cooking equipment heavily soiled with grease all around kitchen area. Repeat Violation.”</p><p>“Interior of oven/microwave has accumulation of black substance/grease/food debris. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed walls heavily soiled throughout the kitchen area Repeat Violation.”</p><p>“Exhaust system operated with filters removed. No means to capture grease and/or condensation to prevent dripping. Observed one filter missing in the hood system.”</p><p>“Employee handled soiled equipment or utensils and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands.”</p><p>“Operating with an expired Division of Hotels and Restaurants license. Repeat Violation.”</p><p>“No probe thermometer provided to measure temperature of food products.”</p><p>“Food manager certification expired.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>FOLLOW-UP INSPECTION 6/18</b></p><p>“Observed live rodent activity in the kitchen area, specifically one live mouse running through the establishment.”</p><p>“Observed 2 plus live roaches on top of wooden shelving units located in the dry storage room. Observed 2 plus live roaches on shelving near the three compartment sink. Observed 2 live plus roaches on the floor inside an out of service walk in cooler. Additionally, observed 3 plus live roaches crawling on the floor in the dining room area.”</p><p><b>FOLLOW-UP INSPECTION 6/19</b></p><p>“Observed a case with plantains bitten by rodents.”</p><p>“Observed 8 live roaches inside the paper holder device above ha washing sink in kitchen area.”</p><p><b>**SONIC DRIVE IN</b></p><p><b>2660 NW 199TH ST.</b></p><p><b>MIAMI GARDENS </b></p><p><b>ORDERED SHUT 6/15</b></p><p><b>31 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed in back storage area on top of boxes of to go items and syrups, 10 droppings. Observed 4 rat droppings on rack where soda syrups are stored. Observed on countertop at front counter where tea dispenser is, 3 droppings inside kitchen area. Observed 2 droppings inside of white sugar box stored under tea dispenser in main kitchen area.. Observed 2 droppings on top of sauces box near hot dog warmer in kitchen area. Observed 10 droppings in cabinet under prep table where power outlet is, in kitchen area.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed reach in across hot dog warmer with ambient temp of 47F. The following tcs foods stored inside for more than 4 hours: lettuce shredded (47F - Cold Holding). Manager discarded lettuce.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed throughout kitchen ceiling tiles and vents soiled with dust, food debris , and some tiles soiled with mold like substance.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout kitchen.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed in the kitchen and near mop sink.”</p><p>“Floor soiled/has accumulation of debris. Observed floor in dining area with sticky residue.”</p>]]></content:encoded></item><item><title><![CDATA[South Floridians step up to help after devastating earthquakes in Venezuela]]></title><link>https://www.local10.com/news/world/2026/06/25/south-floridians-step-up-to-help-after-devastating-earthquakes-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/south-floridians-step-up-to-help-after-devastating-earthquakes-in-venezuela/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[People across South Florida are stepping up to help after a pair of earthquakes struck Venezuela on Wednesday, leaving many worried about loved ones back home.]]></description><pubDate>Fri, 26 Jun 2026 02:20:32 +0000</pubDate><content:encoded><![CDATA[<p>People across South Florida are stepping up to help after a pair of earthquakes struck Venezuela on Wednesday, leaving many worried about loved ones back home.</p><p>For Alegria Lusienchi, the uncertainty was overwhelming.</p><p>“I was terrified. I felt like my world was falling apart. It was truly, truly scary to not know where they were,” Lusienchi said.</p><p>She and her husband dropped off humanitarian aid Thursday as relief efforts got underway across South Florida.</p><p>Lusienchi said her family remains in Venezuela, where residents are dealing with the aftermath of the back-to-back earthquakes.</p><p>“The least we can do is try to help our family, our friends and everyone that is over there struggling,” she said. “It’s a very serious situation.”</p><p>Within 24 hours of the earthquakes, Doral leaders had organized several relief collection sites.</p><p>Local 10 News cameras were at Global Empowerment Mission as donations continued to arrive.</p><p>Maria Palma brought a trunk full of batteries and flashlights.</p><p>“We’re helping. We’re doing as much as we can,” Palma said.</p><p>Palma, a Venezuelan American, said she has been able to speak with her family.</p><p>“Fortunately, they’re all in good state, and safe,” she said. “That’s fortunate to say for today.”</p><p>Others without direct ties to Venezuela also showed up to help.</p><p>“It’s terrible,” Juan Martinez said. “You know, when you see the TV ... I almost cried.”</p><p>Leaders are encouraging people to donate through credible organizations. Monetary donations are also expected to play a key role in relief efforts.</p><p>Donations are being accepted around the clock at El Arepazo.</p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations</a></p><p><b>More ways to help</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Earthquakes in Venezuela: Site aims to help with painful search after loved ones vanish]]></title><link>https://www.local10.com/news/local/2026/06/25/earthquakes-in-venezuela-site-aims-to-help-with-painful-search-after-loved-ones-vanish/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/earthquakes-in-venezuela-site-aims-to-help-with-painful-search-after-loved-ones-vanish/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[Families in anguish hoped for reunions, as search-and-rescue operations continued on Thursday night in Venezuela. Some shared their “missing persons” posts online on new sites. ]]></description><pubDate>Thu, 25 Jun 2026 23:40:12 +0000</pubDate><content:encoded><![CDATA[<p>Families in anguish hoped for reunions, as search-and-rescue operations continued on Thursday night in Venezuela. Some shared their “missing persons” posts online on new sites. </p><p>Juan Diego Cremi and his girlfriend, Sabrina Bolognesi, vanished under the rubble of a building in eastern Caracas during the 7.2- and 7.5-magnitude earthquakes that struck on Wednesday.</p><p>Cremi, 23, Bolognesi, 22, and her 20-year-old sister Sofía Bolognesi were on the sixth floor of the Petunia, building that collapsed in Chacao’s Los Palos Grandes’ neighborhood. Rescuers found Sofía alive. </p><p>“They managed to get down to the second floor,” Cremi’s sister <a href="https://www.tiktok.com/@nellaclr" target="_self" rel="" title="https://www.tiktok.com/@nellaclr">Marianella Cremi La Riva</a> said in Spanish. “We have a lot of faith in the international rescue teams.” </p><p>As an activist, Juan Carlos Viloria, who was born in Caracas and lives in Colombia, knows the suffering of the Venezuelan diaspora all too well. He saw the missing-person flyers on social media. </p><p>To help them and others like the Cremi and Bolognesi families find their loved ones, Viloria helped to create and run <a href="https://www.desaparecidosterremotovenezuela.com/" target="_self" rel="" title="https://www.desaparecidosterremotovenezuela.com/">a site that had 51,893 reports of missing people</a>, including 6,028 who had been found, as of Thursday night. </p><p>“It enables survivors, hospitals, churches, and volunteers to look up and verify information about people who haven’t been found,” Viloria said. </p><p>The need for activism rises amid an uncertain political transition under acting interim President Delcy Rodríguez, who has been cooperating with President Donald Trump after Nicolás Maduro’s capture.</p><p>Rodríguez described La Guaira, a coastal area that is home to the country’s main port, as a “disaster zone” and asked the private sector to step up to help. </p><p>Venezuelan officials reported there were at least 188 dead, and about 1,500 injured, but there was uncertainty about the tally. </p><p>The U.S. State Department sent two disaster assistance response teams, and the U.S. Southern Command was also responding to support search and rescue efforts. </p><p>The Trump administration allocated $100 million for the United Nations and $50 million for the International Medical Corps and the World Food Program. The U.S. Treasury also lifted some sanctions to facilitate the flow of humanitarian aid. </p><h3><b>Ways to help </b></h3><p>The list of items needed included first aid kits; emergency gear such as flashlights, heavy-duty batteries, solar phone chargers, and work gloves; and baby care, such as diapers.</p><ul><li> <a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul><p><i>Weddle reported from Bogotá and Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Iran and Egypt avoid talking about World Cup ‘Pride Match’ in Seattle]]></title><link>https://www.local10.com/sports/2026/06/25/iran-and-fifa-refuse-to-answer-questions-about-seattles-world-cup-pride-match-vs-egypt/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/iran-and-fifa-refuse-to-answer-questions-about-seattles-world-cup-pride-match-vs-egypt/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Before the Iranian coach and goalkeeper answered any questions Thursday ahead of the team's World Cup match with Egypt, a FIFA official spoke up.]]></description><pubDate>Fri, 26 Jun 2026 04:35:32 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Before the Iranian coach and goalkeeper answered any questions Thursday ahead of the team's World Cup match with Egypt, a FIFA official spoke up.</p><p>Daniel Marin, FIFA's executive director of public relations, read a statement on behalf of the Iranian team in light of the Pride celebration in Seattle on Friday. Egypt and Iran are two of the most repressive places in the world for lesbian, gay, bisexual and transgender people, but they coincidentally will play each other while the host city honors the LGBTQ+ community.</p><p>“This Islamic Republic of the Iran Football Federation has asked us to inform the media that they are only willing to answer questions in relation to the game,” Marin said. “We fully respect the right of all journalists to ask questions. In this case, we ask you respect the rights of the federation here today to only answer questions in relation to the team, the tactics, the match, and so on.”</p><p>Nonetheless, Amir Ghalenoei was peppered with questions about what will transpire inside Lumen Field and around the stadium on Friday.</p><p>In December, both countries asked for the Pride-themed celebrations to be canceled. FIFA treats the rainbow flag as a statement of human rights and will allow fans to wave it inside the stadium, according to Hana Tadesse, a spokesperson for Seattle's World Cup organizing committee.</p><p>Egypt took a similar approach to the Iranians in trying to steer the conversation back to the match and away from the Pride festivities. At Thursday's practice at Husky Soccer Stadium in Seattle, Egypt players were barred from answering questions about Pride. Team staffers stepped in and would not allow reporters to ask such questions.</p><p>“We are all focused on football,” Egypt coach Hossam Hassan said in Arabic. "This is all that we think about.”</p><p>With a win, Iran could advance to the tournament’s knockout stage for the first time.</p><p>“I said to you earlier we are here to play football. For nothing else,” Ghalenoei said in response to a reporter’s question in Farsi. “Our entire focus is going to be on tomorrow’s game, on succeeding in tomorrow’s game. And, anything else that is banned ... we don’t want to speak about it.</p><p>“We are only going to speak about football, what a beautiful game it is, and how enjoyable it’s going to be.”</p><p>Iran has faced numerous complications off the field. The team has endured travel restrictions imposed by the U.S. Department of Homeland Security in light of the war in Iran.</p><p>In March, Iran sought to move its group-stage matches to Mexico, with which it has diplomatic ties. Its request to move its base camp from Tucson, Arizona, to Tijuana was granted two weeks before the team’s arrival. Several team officials and members of the support staff have been barred from traveling into the U.S. with the team.</p><p>For the first two matches, near Los Angeles, the team was not permitted to travel until the day before and had to return to Mexico immediately after each game. The U.S. then eased its restrictions, allowing the squad to travel to Seattle two days before Friday’s match.</p><p>Ghalenoei said the team is in a better position with its fitness as a result.</p><p>“This was a right that we should have had in the two previous games,” Ghalenoei said. “They deprived us of the right to arrive in time. ... What they did for us this time, they didn’t do for the two previous games.”</p><p>Ghalenoei commended FIFA president Gianni Infantino for doing the “utmost” to “minimize the challenges” Iran has faced.</p><p>But on Friday, Iran is sure to be tested in multiple ways. Egypt is in first place in Group G, and Iran will try to focus strictly on its opponent.</p><p>“We are not going to think about what is going on outside of the pitch, because the game is going to be so arduous,” Ghalenoei said. “It is going to be so exciting that we are going to have our total focus on that. We are representatives of our great Iranian nation and great Iranian country, and football only. We are only focused on football, and nothing else.”</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DPS6NZ3ZZR6SO4P2Z6SHZIFVH4.jpg?auth=62e6ae7ffbd380ddecb7ae8ff8b11d050cc0c34ff9d00d6ef79bf6f39e8b208b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marchers with the Greater Seattle Business Association, Washington State's LGBTQ+ and allied chamber of commerce, hold rainbow letters spelling out "Seattle," during the annual Seattle Pride Parade, June 25, 2023, in Seattle. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</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/COVWORL23SCOCVTSMFQCJTBG2E.jpg?auth=da79d6205b265da01d1b0935d63f71da2f493b64066255640295f99904baf4e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran head coach Amir Ghalehnoy sits on the bench prior to the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 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/6XP5HCJ2HNGMM2AESBCTHIERIU.jpg?auth=741c9dbea57e7bf82908b5e630c744698c62b901aff922ed4f7953a8259f3625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sasha Peretti dances on the Greater Seattle Business Association float during the annual Seattle Pride Parade, June 25, 2023, in Seattle. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 27 schedule for Day 17 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-here-is-the-june-27-schedule-for-day-17-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-here-is-the-june-27-schedule-for-day-17-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have six games on Saturday, as the group-stage matches end.]]></description><pubDate>Fri, 26 Jun 2026 01:51:45 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have six games on Saturday, as the group-stage matches end.</p><p>Panama vs. England, a <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> match, is at 5 p.m. </p><p>Croatia vs. Ghana, a <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> match, is at 5 p.m. </p><p><b>MIAMI STADIUM</b>: Colombia vs. Portugal, a <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> match, is at 7:30 p.m. </p><p>Congo vs. Uzbekistan, a <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> match, is at 7:30 p.m. </p><p>Algeria vs. Austria, a <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> match, is at 10 p.m. </p><p>Jordan vs. Argentina, a <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> match, 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, better known as the Hard Rock Stadium in Miami Gardens, for ticket holders.</p><p><b>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><p><b>TOURNAMENT’S SCHEDULE</b></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 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/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/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[Pochettino annoyed by perceived disappointment after US finishes group play with 3-2 loss to Turkey]]></title><link>https://www.local10.com/sports/2026/06/26/turkey-beats-us-3-2-with-last-gasp-goal-as-americans-look-ahead-to-world-cup-knockout-stage/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/turkey-beats-us-3-2-with-last-gasp-goal-as-americans-look-ahead-to-world-cup-knockout-stage/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — The United States only wanted to get through its final World Cup group stage match Thursday night without an injury or a red card, while Turkey was playing for a face-saving victory to end a dismal tournament.]]></description><pubDate>Fri, 26 Jun 2026 05:57:05 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — The United States only wanted to get through its final World Cup group stage match Thursday night without an injury or a red card, while Turkey was playing for a face-saving victory to end a dismal tournament.</p><p>Both teams got what they wanted most out of their meaningless meeting before the Americans head on to the knockout stage — and coach Mauricio Pochettino was annoyed by any suggestion that the Americans' last-gasp, 3-2 defeat said anything negative about the state of his team.</p><p>Kaan Ayhan scored on the final kick of the match to send Turkey past the U.S. in the eighth minute of stoppage time for its only win of the World Cup.</p><p>The result was meaningless to the Americans, who will meet Bosnia-Herzegovina in the Round of 32 on Wednesday. Pochettino sent out nine new starters, including eight who were starting a World Cup match for the first time.</p><p>The U.S. tied it early in the second half on a goal by Sebastian Berhalter, and the Americans got within a few seconds of an unbeaten run through the group stage. But in his postgame news conference, Pochettino expressed his annoyance with what he perceived as disappointment in the result.</p><p>“For you not say congratulations that we won the group, that is a little bit sad,” Pochettino told reporters.</p><p>“What we need to remember is we won first place in this group,” Pochettino added while speaking in Spanish and English. “We ended up being No. 1, and we managed all the pressure and the expectations quite well. We had other priorities. We wanted to win. We did want the victory, but there are other things we needed to balance out, and that’s how I made the decisions. ... Making history is winning the World Cup, not just winning the group. It’s a little bit petty, if you will. You’re thinking just a little bit too small.”</p><p>Auston Trusty scored in the third minute for the Americans, who beat Paraguay and Australia by a combined 6-1 to book their place in the knockouts.</p><p>Pochettino fielded nearly an entirely new lineup for this low-stakes game, notably resting all four key players who picked up yellow cards earlier in the tournament.</p><p>Christian Pulisic entered in the 58th minute, however. The AC Milan midfielder hadn’t played since the first half of the Americans’ opener due to a calf injury, and he was involved in a couple of early scoring chances before getting beaten on the wing on Turkey’s winning goal.</p><p>“We could have done better on some defensive plays, but it happens,” said Brenden Aaronson, one of nine new starters chosen by Pochettino for the group finale.</p><p>“You make (nine) changes, and the team might not be used to as the guys that have been playing," Aaronson added. "It showed the hustle, the aggressiveness of the team. I think it’s a positive, because Turkey is a top team. They might have not performed their best throughout this tournament, but their quality is on the pitch and you can see it.”</p><p>Berhalter said he doesn’t believe the Americans lost any momentum from this close defeat.</p><p>“You saw the second half, how we came out,” said Berhalter, who tied it in the 49th minute by running on to a loose ball about 20 yards out for a vicious strike. “I think we deserved more out of that game. We slipped in the last second of the game. ... We gave everything we had, and we’ll be ready for the knockouts. The guys did well. We fought. Unfortunate not to get a result, but we’ll be ready for sure.”</p><p>Arda Güler and Orkun Kökçü scored in the first half of a resilient performance by Turkey, which had already been eliminated after losing its first two matches despite largely dominating both statistically.</p><p>Turkey improbably won in the eighth minute of stoppage time when Can Uzun got the ball in space on the back post and pushed it past sprawling goalkeeper Matt Turner to Ayhan, who slid to knock it home.</p><p>“I’m super-happy with how my players played tonight,” Turkey coach Vincenzo Montella said through an interpreter. “They showcased all of their skills, all of their abilities, all of their character. Playing the way they played tonight in an away match, against a very loud crowd, if they weren’t as strong as they are, they wouldn’t have made it tonight.</p><p>"I’m really happy for the Turkish people. I can say that we can go back home with our chin up.”</p><p>Indeed, the game’s meaninglessness didn’t matter to the raucous sellout crowd that packed SoFi Stadium. The American team’s fan base has been energized by its strong start to this home World Cup -- and this Los Angeles-area crowd was still chanting and standing when Berhalter airmailed a long corner to Trusty, who made the stadium shake when he banged it home inside the back post.</p><p>Trusty’s goal was the Americans’ seventh of the tournament, tying their scoring record for any World Cup before knockout play even begins. It was also the 173rd goal of this tournament, breaking the record for the most combined goals scored in a World Cup set in Qatar four years ago — and doing it in four fewer matches.</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/J5XZJNJ2V5HQ3DQWL75DWMQY5Q.jpg?auth=2dfc868e7b1a4c477e5919aee5063c42783dfde59bd4f80d83ece190d1a6bbf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turkey's Kaan Ayhan, second from right, scores their third goal as United States' Auston Trusty (6) defends and United States' Mark McKenzie (22) and United States' Miles Robinson (12) look on during the second half of a World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 25, 2026. (AP Photo/Marcio J. Sanchez)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio J. Sanchez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PU47TUXIFC2EEJGMWE5LO5HJ4M.jpg?auth=39788229fa782154a357df0498160dcb3794cdfb9cb6caf58fa5b02ffa9c0a99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turkey's Kaan Ayhan celebrates scoring his side's third goal against the United States during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/P5ZDB6JZ7LWUFTYJDM4564OZKI.jpg?auth=5a6e6f499e674b2f64faf432fc69fb8f43a55752daf34ff6363497eeecab26a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Auston Trusty (6) celebrates scoring his side's first goal against Turkey during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/MW3SHDAOCYXFWP7SUJUEZNNRLU.jpg?auth=4160c121ba3408a9512d0ffc01598107511525b54ee7f55118fd2b601654f593&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Auston Trusty scores his side's opening goal during a World Cup Group D soccer match against Turkey in Inglewood, Calif., near Los Angeles, Thursday, June 25, 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/YFC7DSQZG5MNX2QR23C4R7MGKQ.jpg?auth=7c8af90033f062d7d13a1bb58e81657fbd6b60c88ddd04c206934784a1ee4d19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Sebastian Berhalter celebrates scoring his side's second goal against Turkey during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 25, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 26 schedule for Day 16 of group matches]]></title><link>https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-here-is-the-june-26-schedule-for-day-16-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-here-is-the-june-26-schedule-for-day-16-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have six games on Friday as group-stage matches continue.]]></description><pubDate>Fri, 26 Jun 2026 01:36:15 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have six games on Friday as group-stage matches continue.</p><p>Norway vs. France, a <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> match, is at 3 p.m. </p><p>Senegal vs. Iraq, a <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> match, is at 3 p.m. </p><p>Cape Verde vs. Saudi Arabia, a <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> match, is at 8 p.m. </p><p>Uruguay vs. Spain, a <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> match, is at 8 p.m. </p><p>New Zealand vs. Belgium, a <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> match, is at 11 p.m. </p><p>Egypt vs. Iran, a <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> match, is at 11 p.m.</p><p> </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>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Last day of group stage</b></h3><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 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/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/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[MLB's draft overhaul would limit choices for teen players — and be a boon for colleges]]></title><link>https://www.local10.com/sports/2026/06/26/mlbs-draft-overhaul-would-limit-choices-for-teen-players-and-be-a-boon-for-colleges/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/mlbs-draft-overhaul-would-limit-choices-for-teen-players-and-be-a-boon-for-colleges/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — James Clark is a young man with enticing options on his baseball horizon.]]></description><pubDate>Fri, 26 Jun 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — James Clark is a young man with enticing options on his baseball horizon.</p><p>The promising 18-year-old shortstop was taking infield practice Tuesday during the MLB draft combine at Chase Field, fluidly handling ground balls before firing to first base. It's one of many reasons the California native has a chance to be selected in the first round of next month's draft.</p><p>But if he decides he's not ready to start his professional baseball career, he's committed to play college ball at Duke, which has a successful baseball program and an elite academic reputation.</p><p>“It's going to be a difficult decision,” Clark said. “But it's a good one to have."</p><p>If MLB gets it's way, it's a decision that future baseball prospects won't get to make.</p><p>Owners recently proposed banning high school players from signing with major league teams, raising the age for international amateurs and slashing the money spent on signing bonuses in negotiations for a new collective bargaining agreement.</p><p>If the league gets its way, starting in 2028, a prospect for the amateur draft would have to be at least 20 years old by the Sept. 1 of his signing year and two years removed from the graduating year of his high school class — a restriction that also would eliminate players who completed their first year of junior college.</p><p>Many, many big leaguers began their pro careers right after high school</p><p>There are dozens of current MLB stars who signed as teenagers, including Pete Crow-Armstrong, Mike Trout and Bobby Witt Jr. Even more recently, Pirates phenom Konnor Griffin made his MLB debut at 19 years old.</p><p>Crow-Armstrong — who was selected as an 18-year-old with the No. 19 overall pick in 2020 out of Harvard-Westlake High School in Los Angeles — was committed to play college baseball at Vanderbilt but decided to begin his pro career instead.</p><p>He hopes other young ballplayers will still have that option in the future.</p><p>“I got an opportunity to grow up in a really real-life setting and I was really grateful for it,” the All-Star center fielder said earlier this week. “I think if there’s any sport you can go straight from high school, it’s this one. You’re afforded a lot of time in the minor leagues to develop, and that’s kind of the point.”</p><p>Cubs pitcher Ben Brown was drafted by the Philadelphia Phillies as a 17-year-old in 2017 in the 33rd round — which doesn't even exist anymore after MLB shortened the draft to 20 rounds in 2021. The owners' most recent proposal would shorten the draft to 12 rounds starting in 2027.</p><p>Brown said he has fond memories of staying in hotels with roommates in the lower levels of the minors, learning how to budget money on a low salary and being on his own trying to make it in the baseball world.</p><p>“It was the greatest blessing in the world for me to go into pro ball at a young age,” Brown said. “I had to work in the offseasons. I did plenty of things just to show up to spring training early. And the Phillies took amazing care of me as a young kid.”</p><p>Of course, for every Ben Brown or Pete Crow-Armstrong, there are countless high school signees who never reached the majors. There also are lots of baseball players who want to go to college, earn a degree and then embark on their pro career if things work out.</p><p>The college game is growing, and it's changing the calculus</p><p>Shortstop Roch Cholowsky was a highly-rated recruit coming out of a high school in Arizona in 2023 but instead played at UCLA for three seasons. Now he could be the No. 1 selection in next month's MLB draft after a standout career with the Bruins.</p><p>Still, he had plenty of friends who went straight to the pros out of high school.</p><p>“It's different for everybody — whatever is best for you,” Cholowsky said. “A guy like myself needed to go to college. I got to play three years of unbelievable baseball at UCLA, learn a lot and really grow up.”</p><p>College baseball has grown rapidly in recent years for many reasons, including that NCAA programs can now offer 34 scholarships instead of the old cap of 11.7. There's also some NIL money available at the top programs, though it's usually not like the high-dollar deals for their football or basketball counterparts.</p><p>Mississippi baseball coach Mike Bianco has been at the school for 26 years — winning a national championship in 2022 — and said the college game has become more enticing, with more and more young prospects deciding it's the best option. If MLB bans teenagers from signing out of high school, it likely means the NCAA version becomes even stronger.</p><p>Bianco's four sons all played at least some college baseball.</p><p>“Even if they had been potential first-round draft picks, I would have made them go to college,” Bianco said. “At the major college level, you're playing the best amateur baseball in the world. You've got a support system that's different than the minor leagues and you're getting educated in lots of different ways.”</p><p>MLB takes notice of better college players</p><p>In the 2025 MLB draft, 56 college players were selected in the top 90 picks.</p><p>Thanks to a variety of factors — especially money and technology — the MLB and NCAA versions of baseball have never been more similar. It’s part of the reason Tony Vitello is now the manager of the San Francisco Giants despite never working or playing for a professional organization before he was hired. That's a first in MLB history.</p><p>Athletics slugger Nick Kurtz was last year's AL Rookie of the Year after playing in college at Wake Forest, needing just 210 plate appearances in the minors before dominating MLB pitching with 36 homers and 86 RBIs in 117 games.</p><p>Pittsburgh Pirates right-hander Paul Skenes was a star pitcher at LSU before being drafted in 2023 and needed just 34 innings in the minors before making it to the big leagues. He was obviously ready — winning NL Rookie of the Year in 2024 and the Cy Young award in 2025.</p><p>From the MLB perspective, it's become advantageous to let prospects develop in college instead of drafting them as teenagers, paying large signing bonuses, and then trying to project their growth. Currently, each MLB team runs five levels of domestic minor leagues, which can get expensive.</p><p>Streamlining that process is enticing. The minors are already shrinking — MLB cut 40 minor league affiliates back in 2020. MLB has said it will not seek to reduce the 120 minor league teams in the top four levels when it negotiates new professional development licenses in 2030 to replace expiring 10-year deals. But the makeup of those 120 teams will surely be different if no players are signing out of high school.</p><p>“These guys trust (college) programs,” Arizona State coach Willie Bloomquist said earlier this spring. “They say, ‘We’ll just watch them in college in three years at a Power 4 program, see how they development and then we’ll go get them.’”</p><p>___</p><p>AP Baseball Writers Mike Fitzpatrick and Ronald Blum contributed to this story.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTR4OB3VF7ZMTRGC7XSLM6AVMM.jpg?auth=d05dbc6713539698b2189b86ef8dc83cf485c915a15db78672d0b330e701e5f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Clark, a shortstop from St. John Bosco High School, gathers his gear in the dugout at the MLB baseball combine in Phoenix, Tuesday, June 23, 2026. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTOUHFE5MDJEBMRFJNY32GVPNY.jpg?auth=8f131751aefc30806e574812ece8ed534330e1c0deda1d9785f5f70100dda310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Archer Horn, a shortstop from St. Ignatius High School, throws to first base at the MLB baseball combine in Phoenix, Tuesday, June 23, 2026. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4KSXJWCKRJLYDVHEODIVB7QPA.jpg?auth=626f2c6fdf9c0db93782a1be7ba59eb6c3eaa3464b76766656e72b8f72d1dfcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong, right, watches his home run as the umpire, back left, and Colorado Rockies catcher Hunter Goodman, back center, watch during the fourth inning of a baseball game in Chicago, Wednesday, June 17, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OKD6XNXYC55WJNMCNZLCYAD3U.jpg?auth=5811246ce1930d5cca09d39137edd2ededb6dcf28d77a4d4ee651c393435955f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rintaro Sasaki, of Japan, a first baseman at Stanford, fields a grounder as other players wait their turn at the MLB baseball combine in Phoenix, Tuesday, June 23, 2026. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UMH2I7322AZOXPHI6GUQISA3E.jpg?auth=5794b612bfeac3e9843b09a57df7c0b09784e2bb14f011f20d641756e18cfadc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cole Prosek, a third baseman/catcher at Magnolia Heights High School, gets ready to take a swing during batting practice at the MLB baseball combine in Phoenix, Tuesday, June 23, 2026. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group F: The Netherlands advances as winner]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group F competing to move forward to the FIFA World Cup 2026 Round of 32 are The Netherlands (7), Japan (18), Sweden (38), and Tunisia (40).]]></description><pubDate>Fri, 05 Dec 2025 19:28:24 +0000</pubDate><content:encoded><![CDATA[<p>Three out of the four teams in the FIFA World Cup 2026 Group F advanced to the Round of 32. </p><p>The Netherlands (7) was the group’s winner. Japan (18) advanced as the runner-up. </p><p>Sweden (38) advanced in third place. Tunisia (40) was eliminated from the tournament. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32 </a></p><p><b>Coverage of the group-stage matches</b></p><p><b>JUNE 25:</b> DAY 4</p><ul><li>The Netherlands got 3 points after a 3-1 victory against Tunisia in Kansas City, Missouri</li><li>Japan and Sweden each got a point after a 1-1 draw in Arlington, Texas. </li></ul><p><b>JUNE 21: </b>DAY 3</p><p><b>Japan gets 3 points after 4-0 victory against Tunisia in Monterrey, Mexico </b></p><p><b>JUNE 20: </b>DAY 2</p><p><b>The Netherlands gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/FI7FUDUKOOMJ77NHOIJAVU3Z6M.jpg?auth=4900c2573fba841a1d757c87f8ac5fd8df01c7baf9c08acddd3f6e7c9422e1c1&smart=true&width=1200&height=900" alt="Netherlands' Cody Gakpo (11) celebrates after scoring his side's fourth goal during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)" height="900" width="1200"/><figcaption>Netherlands' Cody Gakpo (11) celebrates after scoring his side's fourth goal during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)</figcaption></figure><ul><li>Game analysis: <a href="https://www.local10.com/sports/2026/06/20/brobbey-and-gakpo-strike-twice-each-as-netherlands-routs-sweden-5-1-to-lead-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/brobbey-and-gakpo-strike-twice-each-as-netherlands-routs-sweden-5-1-to-lead-group-f/">Brobbey and Gakpo strike twice each as Netherlands routs Sweden 5-1 to lead Group F</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/"><b>JUNE 14</b></a><b>: </b>DAY 1</p><p><b>Netherlands and Japan each get 1 point </b></p><figure><img src="https://www.local10.com/resizer/v2/RZSB64Z4OYZ4XGHQ5J6A3NOHBI.jpg?auth=9a708fd6807d577f3ef8ea825be2fe7201cd5a1550e6e0e411396ab371c594e6&smart=true&width=1200&height=900" alt="Netherlands goalkeeper Bart Verbruggen (1) gives up a goal to Japan's Daichi Kamada (15) during the World Cup Group F soccer match between the Netherlands and Japan in Arlington, Texas, near Dallas, Sunday, June 14, 2026. (AP Photo/Sam Hodde)" height="900" width="1200"/><figcaption>Netherlands goalkeeper Bart Verbruggen (1) gives up a goal to Japan's Daichi Kamada (15) during the World Cup Group F soccer match between the Netherlands and Japan in Arlington, Texas, near Dallas, Sunday, June 14, 2026. (AP Photo/Sam Hodde)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/news/2026/06/14/daichi-kamadas-late-header-gives-japan-a-2-2-draw-with-the-netherlands-in-world-cup-opener-for-both/" target="_self" rel="" title="https://www.local10.com/news/2026/06/14/daichi-kamadas-late-header-gives-japan-a-2-2-draw-with-the-netherlands-in-world-cup-opener-for-both/">Daichi Kamada’s late goal gives Japan a 2-2 draw with the Netherlands in World Cup opener for both</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=DOZOSNqnTII" target="_self" rel="" title="https://www.youtube.com/watch?v=DOZOSNqnTII">Netherlands’ Virgil van Dijk scores&nbsp;</a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=MwZnJfbw9ZY" target="_self" rel="" title="https://www.youtube.com/watch?v=MwZnJfbw9ZY">Japan’s Daichi Kamada scores</a></li></ul><p><b>Sweden gets 3 points after opener</b></p><figure><img src="https://www.local10.com/resizer/v2/K7NJSIV35IVWHLI5M5HOFLIKJU.jpg?auth=3a686963014579f868dd239bddeb0eeca292c63837398ca3c9ea567627563547&smart=true&width=1200&height=900" alt="Sweden's Yasin Ayari (18) scores 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)" height="900" width="1200"/><figcaption>Sweden's Yasin Ayari (18) scores 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)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/15/sweden-gets-2-goals-from-yasin-ayari-and-pounds-tunisia-5-1-to-move-atop-world-cup-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/sweden-gets-2-goals-from-yasin-ayari-and-pounds-tunisia-5-1-to-move-atop-world-cup-group-f/">Sweden gets 2 goals from Yasin Ayari and pounds Tunisia 5-1 to move atop World Cup Group F</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-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><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">Track standing tables</a> on FIFA </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AHJPTNTZ5ZGGNLPCCSKFZGBF5Q.jpg?auth=4455c3a7c741360666320fa5f49cd39be60ba70bf3501dbcbeb083caa2c16cbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[California voters will consider a measure in November to raise taxes on billionaires]]></title><link>https://www.local10.com/news/2026/06/25/california-voters-will-consider-a-measure-in-november-to-raise-taxes-on-billionaires/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/25/california-voters-will-consider-a-measure-in-november-to-raise-taxes-on-billionaires/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — California voters will consider a controversial proposal in November to temporarily raise taxes on billionaires after the labor union backing the measure announced Thursday it would forge ahead despite pressure from critics to withdraw it.]]></description><pubDate>Fri, 26 Jun 2026 01:39:39 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — California voters will consider a controversial proposal in November to temporarily raise taxes on billionaires after the labor union backing the measure announced Thursday it would forge ahead despite pressure from critics to withdraw it.</p><p>The proposal, backed by the Service Employees International Union Healthcare Workers West, would impose a one-time 5% tax on individuals whose net worth exceeds $1 billion and who were living in the state as of Jan. 1, 2026. The goal is to generate $100 billion in revenue, mainly to fund the state’s Medicaid system after federal cuts.</p><p>“I am all in on this,” union President Dave Regan said on a Zoom call, adding that opponents of the proposal are “totally out of touch.”</p><p>Democratic Gov. Gavin Newsom and many traditional allies of the union oppose the measure. They argue it is a temporary fix for an ongoing problem and that it would push the ultrawealthy to leave the state, taking the money they would contribute in income taxes with them. Newsom, who is considering a presidential run as he prepares to leave office in January, has generally opposed tax increases during his time as governor.</p><p>A coalition of healthcare, education and housing groups — including the California Medical Association and California School Boards Association — banded together last week to fight the tax.</p><p>“The dangerous wealth tax directly threatens vital funding for education and schools, healthcare and clinics, public safety, and infrastructure projects by making California’s revenue even more volatile,” the coalition said in a statement.</p><p>Brian Brokaw, a Newsom political adviser who is leading a political committee opposing the tax, said it would “make California's biggest challenges worse.”</p><p>“Driving away the state’s sustainable tax base for a one-time grab is bad policy and an even worse deal for 40 million Californians who will be left holding the bag,” he said in a statement.</p><p>Under the proposal, the state would spend the money generated from the tax over multiple years. The nonpartisan Legislative Analyst’s Office estimates that the proposal would generate tens of billions of dollars in the first few years, but that income tax revenues would subsequently decline by hundreds of millions of dollars annually.</p><p>Many of the Silicon Valley tech moguls who oppose the measure have already moved their assets to other states or threatened to do so to avoid the possible tax. They have also spent millions to try to defeat it.</p><p>Since the proposal was announced in October, Google co-founder Sergey Brin has donated $82 million to a political committee called Building a Better California that backs a variety of initiatives designed to blunt the billionaire tax proposal. It has raised more than $118 million, counting Brin’s contributions, from fewer than a dozen donors.</p><p>California relies on its top 1% of earners for nearly half of its personal income tax revenue.</p><p>The union offered to scale back its proposal last week, asking Newsom to back a 2% tax on billionaires instead. But the governor’s office said the lower rate didn’t change his stance.</p><p>The proposed tax may have piqued the interest of many Democrats because it comes at a time when they are particularly concerned about affordability, income inequality and federal cutbacks to government programs, said Martin Gilens, a political science professor at the University of California, Los Angeles.</p><p>“There’s kind of a perfect storm that sort of bolsters preexisting inclinations to be sympathetic to the idea of raising taxes on the well-to-do,” he said.</p><p>But there’s a catch. Support for ballot initiatives often declines as the election nears, and if the measure passes, it’s likely to face legal challenges, Gilens said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WMTR2PGYP6675AJIRGU3JOXOAA.jpg?auth=2bdf954f2d916178ac248e4f6aef853b3e12affa6f0d26f29e4fee10e1ccaa78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A large banner is seen at a campaign event for a proposed "billionaires tax" in Los Angeles on Feb. 18, 2026. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4SZKZ5PAVZDEFTBETGLMH3LVI.jpg?auth=83ad7ddea109ffa4f56422e6b6a230f95e172238c5ac8d3b0f125017eb947b11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Bernie Sanders, I-Vt., addresses the crowd at a campaign event for a proposed "billionaires tax," in Los Angeles, Feb. 18, 2026. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Delayed rains bring water shortages to cities and uncertainty to farms across India]]></title><link>https://www.local10.com/news/world/2026/06/25/delayed-rains-bring-water-shortages-to-cities-and-uncertainty-to-farms-across-india/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/delayed-rains-bring-water-shortages-to-cities-and-uncertainty-to-farms-across-india/</guid><dc:creator><![CDATA[By SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BENGALURU, India (AP) — The late arrival of India's monsoon season and below-average rainfall have caused problems ranging from planting delays for farmers to water restrictions for construction sites in its largest business hub, Mumbai.]]></description><pubDate>Fri, 26 Jun 2026 01:05:01 +0000</pubDate><content:encoded><![CDATA[<p>BENGALURU, India (AP) — The late arrival of India's monsoon season and below-average rainfall have caused problems ranging from planting delays for farmers to water restrictions for construction sites in its largest business hub, Mumbai.</p><p>Water shortages have been reported around the country due to the late start of the rainy season, which typically begins in June but has grown erratic in recent years. Climate experts said the El Nino, a warming of the Pacific that affects weather around the globe, combined with an already heating planet, will likely result in weak, scattered rainfall across the country.</p><p>While monsoon rains reached Mumbai earlier this week, about two weeks later than normal, water restrictions are in place to bolster the city’s dwindling reservoirs. Forecasters said it will likely take more than this week's rains to replenish them. The local government has stopped municipal water supplies to swimming pools and construction sites, where it can be used to mix concrete, so there is more available for essential needs.</p><p>Lines are stretching for hours at public water distribution sites due to the shortage.</p><p>“To collect just 10 liters (2.6 gallons) of water, I have to wait for two hours. I have to go to work, take care of my children and make sure there is water at home,” said Aishah Khan, a 33-year-old domestic worker in Mumbai.</p><p>Many farmers in India’s northern, rural regions are delaying the sowing of their seeds as rains have still not arrived. They fear that poor rains this year will drive them into further debt.</p><p>“We are unable to plant our seeds without the rains coming. Already, we’re suffering losses. I think it's worse this year than previous years,” said Suresh Kumar, a millet farmer in India's Uttar Pradesh state.</p><p>In the neighboring Madhya Pradesh state, soybean and wheat farmer Kedar Sirohi said he is praying for good rains to arrive.</p><p>“I'm very worried but we have no choice but to wait and see now,” he said.</p><p>June and July are the most important sowing months for millions of Indian farmers who depend on the rainy season to irrigate their fields. Farmers said poor rains are adding to existing challenges, including uncertainty over fertilizer supplies interrupted by the Iran war and a trade agreement with the United States that they think gives them a poor deal.</p><p>How climate change is impacting monsoon seasons</p><p>Traditionally, people in India and neighboring countries excitedly awaited the monsoon rains, which would finally mean the end of summer heat. However, extreme weather including erratic rain and high heat are becoming more frequent in India and elsewhere as the planet warms.</p><p>The South Asian region has traditionally had two monsoon seasons. One typically lasts from June to September, with rains moving southwest to northeast. The other, from roughly October to December, moves in the opposite direction.</p><p>But with more planet-warming gases in the air — caused by burning oil, coal and gas — the rain now only loosely follows this pattern. This is because the warmer air can hold more moisture from the Indian Ocean, and that rain then tends to get dumped all at once. It means the monsoon is punctuated with intense flooding and dry spells, rather than sustained rain throughout.</p><p>“The Indian monsoon is becoming more variable as a result of global warming,” said Akshay Deoras, a meteorologist at the University of Reading, in the United Kingdom, who has tracked Indian weather systems for more than a decade. He added: “We are seeing wet spells becoming more extreme and dry spells are more prolonged.”</p><p>Deoras said the current rainfall deficit is too large to be entirely wiped out by even a few weeks of good rainfall in the areas where monsoon season has arrived. And some regions of India may receive little rain in the coming weeks.</p><p>India's weather agency, the India Meteorological Department, said conditions including El Nino and dry winds from northwest India have stalled the monsoon's advance, resulting in a countrywide rainfall deficit of 42%. The weather agency said it expects rainfall from June to September to be below average.</p><p>According to local government data, Mumbai has only 40 days of water left. Deoras said erratic rainfall will not be enough to improve this situation.</p><p>“I think in the next 10 days, the region will get rain and the reservoir area will also get some rain, but that is not that good enough for levels to improve substantially,” he said.</p><p>Improving water storage capacity is key</p><p>Given the increasingly unpredictable weather, improving the country’s capacity to handle climate shocks is key, climate experts said. India is among the top 10 countries worst affected by climate change, according to a report released last year by the European nonprofit Germanwatch.</p><p>Home to more than 90 million farmers, most of whom own less than 2.5 acres (1 hectare) of land, India is the world’s largest extractor of groundwater, pumping out more than the United States and China combined, according to a 2022 United Nations report. According to India’s Central Ground Water Board, about 70% of the water used in the country is from groundwater sources.</p><p>Extraction for farming, construction and other needs, exacerbated by erratic rainfall and extreme heat, is resulting in water tables dropping drastically across the country.</p><p>Poor rainfall does not have to translate into water stress if planning and governance systems are strengthened, said Abhiyant Tiwari, climate and health expert at New Delhi-based NRDC India.</p><p>“Investing in water conservation, restoring urban water bodies and protecting smaller village ponds should be high priorities at both national and local levels,” he said.</p><p>Farmers with access to groundwater will be able to save their crops even during weak rains, but those who depend on the rains won't, said Vivek Grewal, hydrogeologist at Bengaluru-based WELL Labs.</p><p>“Every year there are bad rains, it exhausts the groundwater buffer,” he said. “In the cities, authorities expect reservoirs to get filled with a good monsoon but when that doesn’t happen there is an immediate impact.”</p><p>___</p><p>Associated Press journalist Rafiq Maqbool in Mumbai and Rajesh Kumar Singh in Lucknow, contributed to this report.</p><p>Follow Sibi Arasu on X at @sibi123. Reach him at sarasu@ap.org.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YCPYUYDY2T74S5YEUEP2CNUOUE.jpg?auth=f66ab3f81beb790557081be6dc8f99ca84b10e1fdf66a5d8fa391b96fc43d308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy carries a water can which he collect from a public tap in Mumbai, India, Saturday, June 20, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YBWPLQKW4YHIHQMMT2JQE7M74I.jpg?auth=9c175ea49760ad0e72c800314b67d8b2fe379082c089b006c0a8b5a292a680ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indian Muslims offer "Namaz-e-Istasqa" a special prayer for rains in Mumbai, India, Sunday, June 21, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CTJK34LS424GVF3BOSD7XK3YGQ.jpg?auth=07b31db080e14fee5547612a91158aa1031a178f21c66273d4b240355d55795c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indian Muslims offer "Namaz-e-Istasqa" a special prayer for rains in Mumbai, India, Sunday, June 21, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OF2ZUBPXMT7VBPZQ4PLKDELPKQ.jpg?auth=c98f2137e06be1db5d3bd033c8cc866b43ae27ff661b812dfec51d86c17ef8ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aishah Khan, a resident of a slum settlement, checks the quality of water from a public tap in Mumbai, India, Saturday, June 20, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MJEDUJL47UV6TUVRREPDY5V3SA.jpg?auth=70c15be5ccbac192b8ae82a8a7ac6e00ca0b223cf6fcc03b4535f3c0e3d88ea8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks through a waterlogged slum following monsoon rains in Mumbai, India, Wednesday, June 24, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVZXCDSE52ZL74PJCBPMO54A4A.jpg?auth=c9bc108e3c65997211a46933523f74541bcdfbd98e48f4339ca290586c093471&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Girls take shelter under palm leaves during a monsoon shower in Mumbai, India, Sunday, June 21, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HK6ROHVHP7QSIMEQBMPOW4CMVI.jpg?auth=cda2d7c4f4eb10552d45910e509db9383655029feb646a5c10e61d9aafa2d492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dry tubewell is visible at an agricultural field on outskirts of Banda, India, Sunday, June 21 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OI5T6GQQEITBXYUD3GUPRYLTFA.jpg?auth=1ebfd5c688f16546d8bf66d676704d01af7b167227e36bb6af49011b80479a27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Water tankers are seen outside a construction site in Mumbai, India, Sunday, June 21, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A3CAEQKT7LGSCJ4SS273XSGHGA.jpg?auth=b3c7df8103331bbb9374c824ef4bbbc22e69d5c62a0ab0fbfc542b4ed0c3bf3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A slum resident waits to collect water in a narrow lane of a slum settlement in Mumbai, India, Sunday, June 21, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ID442KMKMHXWPPDVAZFHW2L4UA.jpg?auth=6e3f4d45497e8a2af933cb51654686ff564e73157a86d771004cccb99940bab9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl fills water in a narrow lane of a slum settlement in Mumbai, India, Sunday, June 21, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSUPIRSU7VLH4ULIFFF6MHWDFM.jpg?auth=20ad4a8f7bfb40221fc10e3dc2fdc5e4910d8e0f2556560f510fca9a3cedc9b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A washerman carries a water can on his bicycle on a hot day in Mumbai, India, Saturday, June 20, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content></item><item><title><![CDATA[Brian Brobbey and the Dutch roll in the rain to a 3-1 win over Tunisia to top World Cup Group F]]></title><link>https://www.local10.com/sports/2026/06/25/brian-brobbey-and-the-dutch-roll-in-the-rain-to-a-3-1-win-over-tunisia-to-top-world-cup-group-f/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/brian-brobbey-and-the-dutch-roll-in-the-rain-to-a-3-1-win-over-tunisia-to-top-world-cup-group-f/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — The lightning that streaked over Arrowhead Stadium on Thursday night only briefly slowed the Oranje Fanwalk, as Dutch supporters marched en masse to watch the Netherlands play Tunisia in the World Cup, the top spot in Group F hanging in the balance.]]></description><pubDate>Fri, 26 Jun 2026 02:16:07 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — The lightning that streaked over Arrowhead Stadium on Thursday night only briefly slowed the Oranje Fanwalk, as Dutch supporters marched en masse to watch the Netherlands play Tunisia in the World Cup, the top spot in Group F hanging in the balance.</p><p>Nothing else seems to be slowing down the Dutch these days.</p><p>Certainly not a Tunisian team in chaos.</p><p>Brian Brobbey scored his third goal of the tournament, and the Netherlands got two more goals that deflected off Tunisian players and into their own net, sending the Dutch to a 3-1 victory and ultimately first place in their group.</p><p>The Netherlands had begun the day tied at the top with Japan. But when the Samurai Blue only managed a 1-1 draw with Sweden in a game played simultaneously in Arlington, Texas, that left Virgil van Dijk and his teammates looking forward to a matchup with Group C runner-up Morocco on Monday in Monterrey, Mexico — and Japan with the heavy task of playing Brazil in the round of 32.</p><p>“These are the kind of games you want to play. These are the big games, why you want to play in the World Cup,” Dutch defender Jan Paul van Hecke said. “I think the team is prepared for a big game, and everyone knows it's game on.”</p><p>Tunisia, which sacked its coach after a loss to open the World Cup, had already been eliminated from the tournament.</p><p>The opening minutes Thursday night summed up the last couple of weeks for the Eagles of Carthage, too: Dutch defender Denzel Dumfries sent a ball across the front of the goal, Ellys Skhiri slapped at with his foot in an attempt to clear, and the Tunisian captain found the back of his own net instead.</p><p>Brobbey made it 2-0 in the seventh minute, after the Dutch had earned a free kick from about 25 yards. The 6-foot-5 van Dijk expertly headed it across the box, and Brobbey was in perfect position to chip the ball past Tunisian goalkeeper Aymen Dahmen.</p><p>“If you can’t defend,” Tunisia coach Hervé Renard said, “you can’t do anything in football.”</p><p>Tunisia finally scored in the 54th minute, when Hazem Mastouri redirected a corner kick into the net, only for the Dutch to match the goal a few minutes later, when van Hecke’s header off a corner glanced off Anis Slimane's head and into his own net.</p><p>“We (scored) directly after,” Brobbey said, “so that was a good response.”</p><p>That's an understatement.</p><p>The Netherlands controlled the game from there, even as a first-half drizzle turned into a second-half downpour.</p><p>The threat of thunderstorms had persisted all the week, and lightning briefly forced fans to take cover before the game. But once they were given the all-clear, the Dutch fans clad in their highlighter-orange shirts poured down the aisles and into the home of the Kansas City Chiefs, making it look like deer hunting season had suddenly begun in the Midwest.</p><p>“That gives you a fantastic feeling,” Dutch coach Ronald Koeman said, “when you enter the stadium and see all that orange.”</p><p>The Netherlands is certainly big-game hunting in this World Cup.</p><p>The nation of Johan Cruyff and Marco van Basten has long held the moniker of best never to have won the tournament. Three times the Dutch have advanced to the finals and each time they have lost, most recently to Spain in extra time in 2010.</p><p>They got off to a lackluster start this go-round, too, tying Japan 2-2 in their opener. But with two goals apiece from Brobby and Cody Gakpo, the Netherlands routed Sweden 5-1, and now it has some serious momentum heading into the knockout stage.</p><p>Tunisia seemed quite content just to finish a disastrous World Cup.</p><p>The Eagles of Carthage opened with a 5-1 loss to Sweden, which led to coach Sabri Lamouchi's firing. Renard took over amid reports of tension and infighting within the team, and little seemed to have changed during a 4-0 loss to Japan last week.</p><p>Tunisia has never reached the knockout rounds in seven trips to soccer's grandest stage.</p><p>“It’s a big tournament with very good teams, especially in this group. It was a very good group,” Renard said. “We needed to be much stronger, and we weren’t strong enough, so this is the conclusion.”</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NYHF6REUOM7FCOMJGTZV4USJDI.jpg?auth=36de94e855f40d20822bf22ba70eeb7b61bbf3fbd3c3112a64065262172e2852&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Crysencio Summerville celebrates with Memphis Depay, left, after scoring his side's fifth goal during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4C7FNMTO7OIP4DPVCFRWHYPVQ.jpg?auth=288a22d6c0b559f50a5724d5d2c3abf1d4793e3155692feed4c9c8efbe81d019&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Crysencio Summerville celebrates after scoring his side's fifth goal during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPLO4JGBMUIJJLYHDLGBE7PYMI.jpg?auth=de6dbf10d43eb5f9abfb8062e86029ae72cd8c0b557a2c11617484df0612d152&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Virgil van Dijk, left, vies for the ball with Tunisia's Elias Achouri during the World Cup Group F soccer match between Tunisia and the Netherlands in Kansas City, Mo., Thursday, June 25, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JIUWEL2EG4JRQJYFX4PHQG4GYQ.jpg?auth=f672f679b0a086b636bec2b2b641653f68d1fd83e7aa894a47b359708a8c0a0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Cody Gakpo falls over Sweden's Gustaf Lagerbielke during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ESH3WGETW4UDL7GLUSVTZNC2XQ.jpg?auth=6ecf63ea21b41683ebf7efdbc761158c226725ee0959990ef74120fcc211d520&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Brian Brobbey (19) celebrates after Tunisia's Ellyes Skhiri (17) scored an own goal during the World Cup Group F soccer match between Tunisia and the Netherlands in Kansas City, Mo., Thursday, June 25, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Japan and Sweden play to 1-1 draw as both advance to knockout round at the World Cup]]></title><link>https://www.local10.com/sports/2026/06/25/japan-and-sweden-play-to-1-1-draw-as-both-advance-to-knockout-round-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/japan-and-sweden-play-to-1-1-draw-as-both-advance-to-knockout-round-at-the-world-cup/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Daizen Maeda gave Japan the lead and Anthony Elanga took it away six minutes later, helping Sweden to a 1-1 draw Thursday night that sent both teams to the knockout round of the World Cup.]]></description><pubDate>Fri, 26 Jun 2026 02:25:41 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Daizen Maeda gave Japan the lead and Anthony Elanga took it away six minutes later, helping Sweden to a 1-1 draw Thursday night that sent both teams to the knockout round of the World Cup.</p><p>Elanga’s impressive left-footed strike from just outside the right corner of the box in the 62nd minute was his second goal of this year’s tournament. Elanga has scored only three goals in 49 games for Newcastle, but zero in 32 Premier League matches.</p><p>Six minutes earlier, Maeda settled a nifty pass from Ritsu Doan with his left foot in the penalty area and easily beat Jacob Widell Zetterstrom with his right foot.</p><p>It was Japan’s seventh goal of the tournament, the country’s most for an entire World Cup. That topped the six the Japanese scored while reaching the round of 16 in Russia eight years ago.</p><p>Japan is advancing out of the group stage for the third consecutive World Cup and fifth time in seven tries since first reaching the round of 16 as co-hosts in 2002. The Japanese team finished second in Group F behind the Netherlands and will play Brazil in Houston on Monday.</p><p>“For the good of football in Japan, I think it would be a very good experience,” coach Hajime Moriyasu said through a translator of his 16th-ranked team facing No. 5 Brazil. “We do believe there's a chance for us to win. And then we hope that we will be able to move one step further move on to the next stage.”</p><p>The Swedes have advanced to the knockout round the past four times they’ve qualified for the World Cup going back to 1994 — when they reached the semifinals the last time the U.S. hosted soccer’s biggest event.</p><p>Sweden will have to wait to find out its opponent in the round of 32 next week.</p><p>“We have to probably recover the players first and make sure that physically we’re in a good place for whoever we play,” coach Graham Potter said. “We’ve got to be on our toes in terms of logistics. I would say if you had said to me when we first came that would be the challenge we’d face, I would have absolutely taken it.”</p><p>Elanga had another chance to score in injury time, with his right-footed attempted forcing goalkeeper Zion Suzuki to make a diving deflection.</p><p>On the ensuing corner kick, Suzuki deflected Alexander Isak’s header off the crossbar and into the air, eventually ending the scoring chance with a leaping grab in a crowd of players.</p><p>The Blue Samurai's bag-waving, chanting fans among 70,137 at the sold-out home of the NFL's Dallas Cowboys were persistent as a scoreless game dragged into the second half. Japan seemed content to sit back and play for a draw that would have guaranteed the same spot in the knockout round as a win.</p><p>Just like that, things changed when Doan put Maeda in perfect position to score.</p><p>Elanga wasn't anywhere near scoring range, but Suzuki appeared screened and reacted late as the shot beat him to the far post.</p><p>Just three minutes later, Isak was inside the penalty area with a great scoring chance, but Suzuki deflected it wide and over the end line, angrily gesturing toward some of his teammates as Sweden lined up for another corner kick. The Swedes had eight corner kicks to only two for Japan.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2UUB5CLY42AZZHHXAJTNYHFPJY.jpg?auth=2d778402c35ccdba5614f229e62f62d7b472cda160c0b7b35a62bf16f8541f75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Daizen Maeda, right, celebrates after scoring their opening goal during the World Cup Group F soccer match between Japan and Sweden in Arlington, Texas, near Dallas, Thursday, June 25, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NOGZFC6P3IDGBJEACHZ2YKJQNE.jpg?auth=5b43c0e8c40232cbd2a7f68b322216edf2770543ebdc644d3e6f318bcae5cddf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sweden's Anthony Elanga celebrates scoring his side's opening goal against Japan during the World Cup Group F soccer match in Arlington, Texas, near Dallas, Thursday, June 25, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXIAGRZSUBXELDBHLDZMSY7HNY.jpg?auth=ffb214120dff0ea2e95bdf665d28c21eb866c8c59c70af519c8baae10e10f347&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Daizen Maeda (11) scores their opening goal during the World Cup Group F soccer match between Japan and Sweden in Arlington, Texas, near Dallas, Thursday, June 25, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DSO5U7WQSCJXOHYBTPBD4NM6MI.jpg?auth=0fe5ad7b7a3e6fc0e90a9f25a02adcd3e376131432d944f4c905750d9f684147&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Daizen Maeda (11) reacts after scoring his team's first goal during the World Cup Group F soccer match between Japan and Sweden in Arlington, Texas, near Dallas, Thursday, June 25, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OVQ46VNWFUNO3E76DMVRNG6PJ4.jpg?auth=e3fa7e8f196eb1350dcb434b28dd57061134f65f58d1c68c0b58debe13ad867d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Daizen Maeda (11) scores his team's first goal as Sweden's Alexander Bernhardsson (21) watches during the World Cup Group F soccer match between Japan and Sweden in Arlington, Texas, near Dallas, Thursday, June 25, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content></item><item><title><![CDATA[Judge blocks Trump plan that would limit graduate student loans in nursing and other fields]]></title><link>https://www.local10.com/news/national/2026/06/25/judge-blocks-trump-plan-that-would-limit-graduate-student-loans-in-nursing-and-other-fields/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/25/judge-blocks-trump-plan-that-would-limit-graduate-student-loans-in-nursing-and-other-fields/</guid><dc:creator><![CDATA[By HEATHER HOLLINGSWORTH, Associated Press]]></dc:creator><description><![CDATA[A federal judge has blocked part of a Trump administration plan that would have limited access to loans for students pursuing graduate degrees in nursing, physical therapy, public health and some other fields.]]></description><pubDate>Fri, 26 Jun 2026 00:54:07 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has blocked part of a Trump administration plan that would have limited access to loans for students pursuing graduate degrees in nursing, physical therapy, public health and some other fields.</p><p>The American Association of Nurse Practitioners, one of the groups that sued, described the ruling in a Facebook post Thursday as “an important step for NP students, the future health care workforce and the patients who depend on them.”</p><p>At issue are caps on federal student loans that were passed as part of the One Big Beautiful Bill Act and set to take effect in July.</p><p>While graduate students could previously borrow loans up to the cost of their degree, the new rules set limits. Programs that were designated as “graduate” programs face a loan cap of $100,000, while professional degrees are capped at $200,000.</p><p>The Education Department defined the following fields as professional programs: pharmacy, dentistry, veterinary medicine, chiropractic, law, medicine, optometry, osteopathic medicine, podiatry and theology.</p><p>Eight groups sued, representing nurse practitioners, therapists, public health workers, speech language pathologists, physician assistants and more. All were left out of the new definition.</p><p>The groups alleged that students would be forced to forgo their education or accept burdensome private loans.</p><p>In pausing the Education Department’s definition of a “professional degree” late Wednesday, U.S. District Judge Beryl Howell found issue with the agency making updates that added “more stringent requirements" to the definition. Those new requirements include that professional degree holders ”must work free from another professional’s supervision.”</p><p>Howell said Congress didn't give the Education Department this authority and raised concerns that a loss of opportunities for prospective students would be "detrimental to the public, particularly in underserved communities that may face a shortage of healthcare and other critical professional services.”</p><p>The ruling doesn't stop the loan caps, just the updated definition of a profession degree.</p><p>The Education Department said in a written statement that it is “reviewing the order and will take appropriate action.” It previously defended the caps on student loans, saying they were already incentivizing colleges and universities to lower tuition.</p><p>A lawsuit filed by a coalition of Democratic-led states that also challenges the caps is still pending.</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FOAJR57YBRXUTYCK72FM5BXQQQ.jpg?auth=7374285d1f006fb15f1a8556d9c9da4f498498a46aa8c2a48b9b978e2d9d220a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Education building is seen in Washington, Dec. 3, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group E: Germany advances to Round of 32 as winner]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-e-germany-and-ivory-coast-each-gets-3-points/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-e-germany-and-ivory-coast-each-gets-3-points/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group E competing to move forward to the FIFA World Cup 2026 Round of 32 are Germany (9), Curaçao (82), Ivory Coast (42), and Ecuador (23).]]></description><pubDate>Fri, 05 Dec 2025 18:35:49 +0000</pubDate><content:encoded><![CDATA[<p>Three out the four teams in the FIFA World Cup 2026 Group E advanced to the Round of 32. </p><p>Germany (10) was the group’s winner. The Ivory Coast (42) was the runner-up. Ecuador (23) advanced with third place. </p><p>Curaçao (82) was eliminated from the tournament. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32 </a></p><p><b>Group-stage matches </b></p><p><b>JUNE 25: </b>DAY 3</p><ul><li>Ivory Coast gets 3 points after 2-0 victory against Curaçao.</li><li>Ecuador gets 3 points after 2-1 victory against Germany</li></ul><p><b>JUNE 20:</b> DAY 2</p><p>Ecuador and Curaçao draw 0-0 </p><p><b>Germany gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/JEIQGO3Q4ZIEFIWFY5XYUFK4J4.jpg?auth=f24b28188717463f58266ef4d73d8a659b7230c9b7b456f50903b0093dc37a67&smart=true&width=1200&height=900" alt="Germany's Deniz Undav scores their second goal during the World Cup Group E soccer match between Germany and Ivory Coast in Toronto, Saturday, June 20, 2026. (AP Photo/Stephanie Scarbrough)" height="900" width="1200"/><figcaption>Germany's Deniz Undav scores their second goal during the World Cup Group E soccer match between Germany and Ivory Coast in Toronto, Saturday, June 20, 2026. (AP Photo/Stephanie Scarbrough)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/20/undav-scores-twice-saves-germany-with-2-1-world-cup-win-over-ivory-coast/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/undav-scores-twice-saves-germany-with-2-1-world-cup-win-over-ivory-coast/">Undav scores twice, saves Germany with 2-1 World Cup win over Ivory Coast</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/"><b>JUNE 14:</b></a><b> DAY 1</b></p><p><b>Ivory Coast gets 3 points against Ecuador</b></p><figure><img src="https://www.local10.com/resizer/v2/SSMLHDQC7YZAEXLF45WLCGXY5E.jpg?auth=fbac56219c9ebac9a168e0e2b87cfb9344bb0c4b9e63027248ce6e2bd686370e&smart=true&width=1200&height=900" alt="Ivory Coast's Ibrahim Sangare (18) carries teammate Amad Diallo (15) as they celebrate following their win in their World Cup Group E soccer match against Ecuador in Philadelphia, Sunday, June 14, 2026. (AP Photo/Petr David Josek)" height="900" width="1200"/><figcaption>Ivory Coast's Ibrahim Sangare (18) carries teammate Amad Diallo (15) as they celebrate following their win in their World Cup Group E soccer match against Ecuador in Philadelphia, Sunday, June 14, 2026. (AP Photo/Petr David Josek)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/sports/2026/06/14/amad-diallo-scores-in-the-90th-minute-to-lift-ivory-coast-past-ecuador-1-0-in-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/14/amad-diallo-scores-in-the-90th-minute-to-lift-ivory-coast-past-ecuador-1-0-in-the-world-cup/">Amad Diallo scores in the 90th minute to lift Ivory Coast past Ecuador 1-0 in the World Cup</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=-nSSdnlL9ws" target="_self" rel="" title="https://www.youtube.com/watch?v=-nSSdnlL9ws">Ecuador’s John Yeboah hits the crossbar</a></li></ul><p><b>Germany gets 3 points after 7-1 victory </b></p><figure><img src="https://www.local10.com/resizer/v2/BAMBLQL2CAMGAEGYS5BPDIZ7NE.jpg?auth=2ef7750688f21ee5c7278574749e7c5009d2352fda1e65052253aec54b40c7b2&smart=true&width=1200&height=900" alt="Germany's Nico Schlotterbeck (15) scores their second goal against Curaçao goalkeeper Eloy Room (1) during the World Cup Group E soccer match between Germany and Curacao in Houston, Sunday, June 14, 2026. (AP Photo/Eric Smith)" height="900" width="1200"/><figcaption>Germany's Nico Schlotterbeck (15) scores their second goal against Curaçao goalkeeper Eloy Room (1) during the World Cup Group E soccer match between Germany and Curacao in Houston, Sunday, June 14, 2026. (AP Photo/Eric Smith)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/14/havertz-sparks-germanys-7-1-rout-of-curacao-after-underdogs-historic-1st-goal-in-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/14/havertz-sparks-germanys-7-1-rout-of-curacao-after-underdogs-historic-1st-goal-in-world-cup/">Havertz sparks Germany’s 7-1 rout of Curaçao after underdogs’ historic 1st goal in World Cup</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=irjJgim_FF8" target="_self" rel="" title="https://www.youtube.com/watch?v=irjJgim_FF8">Germany’s Kai Havertz scores</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=0UOgsFLtTM0" target="_self" rel="" title="https://www.youtube.com/watch?v=0UOgsFLtTM0">Curaçao’s Livano Comenencia scores</a></li><li><b>Game preview</b>: <a href="https://www.local10.com/sports/2026/06/13/curacao-embraces-historic-world-cup-debut-against-germany/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/curacao-embraces-historic-world-cup-debut-against-germany/">Curaçao embraces historic World Cup debut against Germany</a></li><li><b>Archives</b>: <a href="https://www.local10.com/sports/2026/06/06/sane-havertz-score-as-germany-beats-us-2-1-heads-to-world-cup-with-9-game-winning-streak/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/06/sane-havertz-score-as-germany-beats-us-2-1-heads-to-world-cup-with-9-game-winning-streak/">Germany heads to World Cup with 9-game winning streak</a></li></ul><p><b>The next matches</b></p><p><b>JUNE 25: DAY 3</b></p><p>Curaçao vs. Ivory Coast is at 4 p.m. </p><p>Ecuador vs. Germany is at 4 p.m.</p><h3><b>Track the groups’ progress</b></h3><p>Here is the list of the groups:</p><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-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/XU4NHXZMXRHMBGBRPTH3ACV7LQ.jpg?auth=d3f99af3522b2f7b7ab8fac5a3e6ae48f93b0ea0b91c1f358d9f902ed589d135&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 advances as winner ]]></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>Mexico (15) was the winner of the FIFA World Cup 2026 Group A. South Africa (61) was the runner-up. </p><p>South Korea (22) and the Czech Republic (41) were eliminated from the tournament. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32 </a></p><p><b>Coverage of the group-stage matches</b></p><p><b>JUNE 24: DAY 3</b></p><figure><img src="https://www.local10.com/resizer/v2/4W6BC3LUHWJQPWZQKQ2T5BHLQQ.jpg?auth=80a5089cf2f1065d76cc6a9c4e9b06fd863e960113aa30e26560b4c74c77d42e&smart=true&width=1200&height=900" alt="Mexico's Alvaro Fidalgo celebrates scoring his side's third goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)" height="900" width="1200"/><figcaption>Mexico's Alvaro Fidalgo celebrates scoring his side's third goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/">Mexico beats Czech Republic 3-0 to win all 3 World Cup group-stage matches for 1st time</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/TQ7M3N5M7UY5WU3DNPNQP7UFKE.jpg?auth=1d8c3c96eb76f2f2d2a0e43eae7edef03f5de2924fda113c8f8a51f036ab176c&smart=true&width=1200&height=900" alt="South Africa's Thapelo Maseko (12) celebrates with teammates after scoring his side's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)" height="900" width="1200"/><figcaption>South Africa's Thapelo Maseko (12) celebrates with teammates after scoring his side's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/">South Africa reaches World Cup knockout round for 1st time with 1-0 win over South Korea</a></li></ul><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></channel></rss>