<?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>Sat, 27 Jun 2026 18:42:13 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[BSO: 11-year-old girl, man shot outside Hallandale Beach McDonald’s; suspect at large]]></title><link>https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An 11-year-old girl and a man were shot outside a McDonald’s in Hallandale Beach on Saturday afternoon, deputies with the Broward Sheriff’s Office confirmed to Local 10 News.]]></description><pubDate>Sat, 27 Jun 2026 18:36:51 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl and a man were shot outside a McDonald’s in Hallandale Beach on Saturday afternoon, deputies with the Broward Sheriff’s Office confirmed to Local 10 News.</p><p>Authorities said the shooting occurred in the 800 block of West Hallandale Beach Boulevard.</p><p>Deputies told Local 10 News that the girl suffered a gunshot wound to the head, and a man was also shot. They said both individuals were taken to Memorial Regional Hospital. Their identities or conditions weren’t immediately released.</p><p>Deputies said they responded to the scene, where yellow crime scene tape was placed and the roadway was blocked as investigators worked.</p><p>They said the suspect remained at large, and deputies were searching for the shooter.</p><p>No other details about the shooting were immediately released. </p><p><i>This is a breaking news story. Watch Local 10 News or refresh the page for the latest details. </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/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Helping Venezuela: Pembroke Pines police officers announce collection drive]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Pembroke Pines Police Department announced on Saturday that they are preparing for a collection drive on Tuesday to help victims of the recent earthquake in northern Venezuela. ]]></description><pubDate>Sat, 27 Jun 2026 18:03:09 +0000</pubDate><content:encoded><![CDATA[<p>The Pembroke Pines Police Department <a href="https://x.com/PPinesPD/status/2070895744022614035/photo/2" target="_self" rel="" title="https://x.com/PPinesPD/status/2070895744022614035/photo/2">announced</a> on Saturday that they are preparing for a collection drive to help victims of the recent earthquake in northern Venezuela. </p><p>The police officers will join a team collecting disaster relief donations from 6 a.m. to 10 p.m. at The Shops at Pembroke Gardens at 527 SW 145th Terrace, in Pembroke Pines.</p><p>The team will not be accepting clothes or linens. The <a href="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v4.pdf" target="_self" rel="" title="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v4.pdf">items the team hopes to receive</a> include nonperishable food, tents, cots, air mattresses, emergency supplies, cleaning and repair supplies, and protective gear. </p><p>The donations will be delivered to the local nonprofit Global Empowerment Mission’s warehouse in Doral. </p><figure><img src="https://www.local10.com/resizer/v2/3H7BHQPSN5BXNMQMC7PVZJBDAU.jpg?auth=330db185cabab00712461b97bc0893a84ebb95387a8263049ffc0175dde7b35e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[MDSO: Boy, 5, killed after being struck by pickup truck at Krome Motorcross Park ]]></title><link>https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/</guid><dc:creator><![CDATA[Ryan Mackey, Linnie Supall]]></dc:creator><description><![CDATA[A 5-year-old boy was killed Friday night after he was struck by a driver in a pickup truck while riding a motorbike in northwest Miami-Dade, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Sat, 27 Jun 2026 10:29:36 +0000</pubDate><content:encoded><![CDATA[<p>A 5-year-old boy was killed Friday night after he was struck by a driver in a pickup truck while riding a motorbike in northwest Miami-Dade, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/">Leer en español</a></p><p>Deputies said the crash happened around 9:13 p.m. at Krome Motocross Park, located in the 16000 block of Northwest 177th Avenue, just off Krome Avenue.</p><p>According to investigators, deputies responded to reports of a traffic crash involving a child on a motorbike. Miami-Dade Fire Rescue pronounced the boy dead at the scene.</p><p>The preliminary investigation found the boy was riding his motorbike between parked vehicles and crossed into the path of a Chevrolet Silverado that was exiting the property before he was struck, authorities said.</p><p>The boy and driver’s identity have not been released at this time. </p><p>Authorities said MDSO’s Traffic Homicide Unit is investigating the crash. </p><p>Krome Motorcross Park confirmed on social media that a race scheduled at the park for this weekend has been canceled. </p><p>“Race weekend canceled due to extremely unfortunate circumstances. We have made the decision to cancel this weekend’s race,” the statement read. “We sincerely apologize for the inconvenience and appreciate your understanding during this time. We will keep everyone updated as we have more information. Thank you for your continued support, and we hope to see you all very soon.”</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[Helping Venezuela: Miami-Dade rescue teams set to deploy for earthquake relief]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-dade-rescue-teams-set-to-deploy-for-earthquake-relief/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-dade-rescue-teams-set-to-deploy-for-earthquake-relief/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[The U.S. Southern Command announced Saturday that it is sending additional military resources to Venezuela as part of the U.S. government’s ongoing earthquake relief mission, which was requested by the Venezuelan government and is being led by the U.S. State Department.]]></description><pubDate>Sat, 27 Jun 2026 17:24:15 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Southern Command announced Saturday that it is sending <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/">additional military resources</a> to Venezuela as part of the U.S. government’s ongoing earthquake relief mission, which was requested by the <a href="https://www.local10.com/news/world/2026/06/27/desperate-race-for-survivors-in-venezuela-enters-day-3-after-deadly-twin-quakes/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/desperate-race-for-survivors-in-venezuela-enters-day-3-after-deadly-twin-quakes/">Venezuelan government</a> and is being led by the U.S. State Department.</p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/">Leer en español</a></p><p>Officials said a Contingency Response Element is being deployed to help Venezuelan officials assess airports, manage airfields and safely restore air traffic in areas impacted by the earthquake. </p><p>They said five U.S. Air Force C-17 Globemaster aircraft are expected to begin transporting the team to Venezuela starting Saturday. The deployment builds on the work already being done by a U.S. military Airfield Assessment Team alongside Venezuelan officials and the U.S. interagency response team.</p><p>Another C-17 aircraft will fly <a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">two Miami-Dade County urban search and rescue teams to Venezuela</a> to assist with search-and-rescue operations in the hardest-hit areas, according to Steven McCloud, a spokesperson with the U.S. Southern Command. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p>McCloud said U.S. Marine Corps MV-22 Osprey aircraft will continue moving personnel and supplies in support of the international relief effort. A Marine Corps UH-1Y Super Huey helicopter aboard the USS Fort Lauderdale will also provide air support for relief operations.</p><p>Meanwhile, U.S. Army CH-47 Chinook helicopters and their crews from Joint Task Force-Bravo are being positioned in Curaçao and will be ready to provide additional airlift support if needed, according to McCloud.</p><p>McCloud said the U.S. Space Force is also supporting the mission by providing satellite imagery to help disaster planners identify the areas with the greatest need and prioritize life-saving assistance.</p><p>SOUTHCOM officials said planning for additional military support is continuing in coordination with the State Department, the Venezuelan government and international partners.</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[Millions drop Obamacare health coverage after subsidies expire and costs rise]]></title><link>https://www.local10.com/news/national/2026/06/27/millions-drop-obamacare-health-coverage-after-subsidies-expire-and-costs-rise/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/27/millions-drop-obamacare-health-coverage-after-subsidies-expire-and-costs-rise/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — About 3 million fewer people in the United States had Affordable Care Act health insurance plans in February compared with the same time last year, according to new federal data.]]></description><pubDate>Sat, 27 Jun 2026 17:51:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — About 3 million fewer people in the United States had Affordable Care Act health insurance plans in February compared with the same time last year, according to new federal data.</p><p>In the report released Friday, the U.S. Department of Health and Human Services suggested the 13% drop in enrollment from 22.1 million people in 2025 to 19.2 million this year could be attributed to a federal crackdown on fraudulent or “phantom” enrollment. But health analysts said it was more likely related to the Jan. 1 expiration of federal subsidies, which caused a surge in plan costs that resulted in many people being unable to pay their premiums.</p><p>“We know that real people lost their health insurance coverage,” said Cynthia Cox, a vice president and director of the ACA program at the healthcare research nonprofit KFF, citing survey findings on people who had left their plans. “This coverage loss happened at the same time millions of people faced double or even triple digit increases in their premium payments.”</p><p>The new data, compiled in April but showing coverage in February, represents the government's first official look at how people's inability to pay their first bills this year affected total enrollment. That is because the figures capture the marketplace after a nonpayment grace period expired.</p><p>A federal estimate in January showed that about 800,000 fewer people had signed up for ACA plans compared with the same time last year, marking the first time in the past four years that enrollment had been down from the previous year at that point in the shopping window.</p><p>Cox said KFF expects the total number of people in the government healthcare program to continue to decline throughout the year, potentially to a low of about 17.5 million. That would be a significant drop for the government’s flagship subsidized health insurance program for working-age people who do not qualify for Medicaid. In recent years, ACA plans have become a popular choice for gig workers, farmers, ranchers, hairstylists and others without health coverage through an employer.</p><p>The ACA subsidies that expired this year were at the center of a bitter fight in Congress last fall, with Democrats and some Republicans calling for their renewal. Sharp increases in health costs across ACA and other health insurance programs come as voters in the approaching November elections say affordability is among their top concerns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6IAGUUFEXA4GZG7KGLCHIL7XAQ.jpg?auth=7035aed2b7e22a3265b9451c13505978c72e13824c6a1418d5b1e02fb1c32b74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks by an healthcare insurance office in Hialeah, Fla., July 27, 2017, (AP Photo/Alan Diaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alan Diaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMRIGHQ5QGMA3LM43JKMN24JPI.jpg?auth=1cfeef4673d9892157311de98363d3550328f48a2665f9c2e411140245503249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The HealthCare.gov website, where people can buy health insurance, is displayed on a laptop screen in Washington, Oct. 6, 2015. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[Ayudan a Venezuela: Equipos de rescate de Miami-Dade se preparan para desplegarse tras los terremotos  ]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[El Comando Sur de Estados Unidos anunció el sábado que está enviando recursos militares adicionales a Venezuela como parte de la misión continua de ayuda tras los terremotos del gobierno de Estados Unidos, solicitada por el gobierno de Venezuela y liderada por el Departamento de Estado de Estados Unidos.  ]]></description><pubDate>Sat, 27 Jun 2026 17:50:42 +0000</pubDate><content:encoded><![CDATA[<p>El Comando Sur de Estados Unidos anunció el sábado que está enviando <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Helping_Venezuela/">recursos militares adicionales</a> a Venezuela como parte de la misión continua de ayuda tras los terremotos del gobierno de Estados Unidos, solicitada por el gobierno de Venezuela y liderada por el Departamento de Estado de Estados Unidos.</p><p>Las autoridades informaron que un Elemento de Respuesta de Contingencia será desplegado para ayudar a las autoridades venezolanas a evaluar los aeropuertos, administrar los aeródromos y restablecer de forma segura el tráfico aéreo en las zonas afectadas por el terremoto.</p><p>Indicaron que cinco aeronaves C-17 Globemaster de la Fuerza Aérea de Estados Unidos comenzarán a transportar al equipo hacia Venezuela a partir del sábado. El despliegue amplía el trabajo que ya realiza un Equipo de Evaluación de Aeródromos del Ejército de Estados Unidos junto con autoridades venezolanas y el equipo de respuesta interinstitucional de Estados Unidos.</p><p>Otra aeronave C-17 trasladará a <a href="https://www.local10.com/news/local/2026/06/26/ayuda-a-venezuela-departamento-de-estado-despliega-equipo-de-busqueda-y-rescate-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/ayuda-a-venezuela-departamento-de-estado-despliega-equipo-de-busqueda-y-rescate-de-miami-dade/">dos equipos de búsqueda y rescate urbano del condado Miami-Dade a Venezuela</a> para ayudar en las operaciones de búsqueda y rescate en las zonas más afectadas, según Steven McCloud, portavoz del Comando Sur de Estados Unidos. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 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></item><item><title><![CDATA[Calor extremo agobia a Europa central: Alemania, Suiza, Dinamarca y República Checa baten récords]]></title><link>https://www.local10.com/espanol/2026/06/27/calor-extremo-agobia-a-europa-central-alemania-suiza-dinamarca-y-republica-checa-baten-records/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/calor-extremo-agobia-a-europa-central-alemania-suiza-dinamarca-y-republica-checa-baten-records/</guid><dc:creator><![CDATA[POr KIRSTEN GRIESHABER, SYLVIA HUI y JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BERLÍN (AP) — Las temperaturas alcanzaron máximos históricos el sábado desde Suiza hasta República Checa, Alemania y Dinamarca, mientras la ola de calor que afectó a países de Europa occidental esta semana se desplaza hacia las zonas central y oriental del continente.]]></description><pubDate>Sat, 27 Jun 2026 17:50:06 +0000</pubDate><content:encoded><![CDATA[<p>BERLÍN (AP) — Las temperaturas alcanzaron máximos históricos el sábado desde Suiza hasta República Checa, Alemania y Dinamarca, mientras la ola de calor que afectó a países de Europa occidental esta semana se desplaza hacia las zonas central y oriental del continente.</p><p>Se registraron temperaturas inusualmente altas incluso en los países nórdicos, que no son conocidos por tener veranos sofocantes. El Instituto Meteorológico Danés informó de un nuevo récord de 37 grados Celsius (98,6 grados Fahrenheit) en Ødum, al norte de Aarhus, el día más cálido desde que comenzaron los registros en 1874.</p><p>En Suiza, se estableció un récord de 38,8 °C (101,8 °F) en la ciudad de Basilea. Y Alemania marcó un nuevo máximo de 41,5 °C (106,7 °F) en Möckern-Drewitz, en Sajonia-Anhalt, según datos preliminares del Servicio Meteorológico Alemán. El récord anterior se había establecido un día antes.</p><p>La famosa Autobahn del país también se vio desbordada, ya que se esperaba que las temperaturas alcanzaran los 40 °C (104 °F). En dos puntos a las afueras de Berlín, el concreto de la A2 reventó debido a las altas temperaturas y la autopista tuvo que ser cerrada. También se reportaron otros daños en carreteras en todo el país, según el diario alemán Bild.</p><p>El operador ferroviario Deutsche Bahn y otras compañías de trenes desaconsejaron todos los viajes no esenciales en tren este fin de semana.</p><p>“La infraestructura de transporte de Alemania se ve gravemente afectada por el calor récord este fin de semana”, señaló Deutsche Bahn en un comunicado.</p><p>República Checa también vivió el día más caluroso del que se tiene registro, con 40,6 °C (105 °F) en la localidad norteña de Doksany. Los meteorólogos indicaron que la temperatura aún podría subir.</p><p>Evacuan a residentes de un asilo en Alemania</p><p>En la ciudad de Dormagen, en el oeste de Alemania, decenas de residentes de un asilo de ancianos fueron evacuados para recibir atención médica debido a las peligrosas condiciones de calor dentro del edificio.</p><p>El cuerpo de bomberos local informó que las temperaturas en el interior de la institución habían alcanzado los 35 °C (95 °F). El uso de aire acondicionado no está muy extendido en Alemania y en muchos países de Europa porque la mayor parte del continente no está acostumbrado a un calor tan agobiante.</p><p>Un residente del asilo murió durante la noche, pero aún no se sabe si el calor fue la causa, indicó un portavoz de la ciudad a la agencia de noticias alemana dpa.</p><p>Hospitales bajo intensa presión en Francia</p><p>En Francia, las temperaturas comenzaron a ceder, ya que el pico de la ola de calor empezaba a bajar en algunas zonas del país. Pero los hospitales seguían bajo intensa presión ante emergencias relacionadas con el calor, incluidos infartos, golpes de calor y deshidratación.</p><p>La autoridad de hospitales públicos de París informó que activó su plan de respuesta de emergencia en los 38 hospitales para hacer frente a un aumento continuo de la actividad.</p><p>La entidad AP-HP indicó el viernes que sus servicios de urgencias atendieron a casi 3.000 pacientes en las últimas 24 horas, más de un tercio por encima de lo normal, y que una gran proporción de ellos, mayores de 75 años, requirió hospitalización. Las llamadas a sus centros de despacho médico aumentaron casi un 80% en comparación con el mismo periodo de 2025, añadió.</p><p>Tres cuartas partes de Francia, en las que habitan decenas de millones de personas, quedaron bajo alerta roja por calor extremo el jueves y el viernes, mientras el mercurio superaba los 40 °C (104 °F) en algunos lugares, incluido París.</p><p>La preocupación de que los hospitales pudieran verse desbordados llevó a posponer el sábado la marcha del Orgullo de París por los derechos LGBTQ+ y a cancelar un festival de música de tres días.</p><p>Las temperaturas de esta semana han sido más altas que las de la histórica ola de calor de 2003, a la que se atribuyeron 15.000 muertes relacionadas con las altas temperaturas, muchas de ellas de personas mayores. El director de AP-HP, Nicolas Revel, afirmó que no espera tantas muertes esta vez, al menos en los hospitales de París, en parte porque desde entonces ha mejorado el tratamiento de los trastornos provocados por el calor excesivo.</p><p>El año pasado, durante otro verano excepcionalmente caluroso, se atribuyeron al calor más de 5.700 muertes, según la autoridad de salud pública de Francia.</p><p>“Creo que nos situaremos, claramente, entre 2025 y sin alcanzar necesariamente el nivel catastrófico de 2003”, señaló Revel. “Pero tenemos que prever que, aun así, habrá muchas muertes”.</p><p>Las temperaturas bajan en Reino Unido tras 3 días de calor récord</p><p>En Reino Unido, se espera que las condiciones sofocantes disminuyan gradualmente este fin de semana, aunque una advertencia ámbar —un nivel por debajo de la roja— se mantenía vigente hasta la noche del sábado.</p><p>Los británicos tuvieron dificultades para sobrellevar la semana, ya que el récord de temperatura de junio fue superado tres días seguidos. Se confirmó que el viernes fue el día de junio más caluroso registrado en el país, con una temperatura provisional de 37,3 °C (99 °F) en el este de Inglaterra.</p><p>La temperatura fue más de 1 °C más alta que el récord de calor de junio en Reino Unido, establecido en el verano de 1976.</p><p>La policía informó el sábado que se recuperó el cuerpo de un hombre de 22 años de un río, después de que, según reportes, tuvo dificultades en el agua durante la ola de calor.</p><p>Las autoridades han advertido a la población que extreme las precauciones al nadar en zonas sin supervisión, como ríos o lagos, tras la muerte de alrededor de 40 personas en Francia durante la última semana.</p><p>Turistas se calcinan en Roma mientras sigue activa la alerta roja por calor</p><p>En la capital de Italia, que permanece bajo alerta roja por calor, los turistas intentaban refrescarse buscando la sombra cerca de los edificios y metiendo la cabeza bajo las fuentes públicas. Los vendedores ambulantes hacían un buen negocio vendiendo agua embotellada, sombreros y sombrillas.</p><p>Algunos recurrieron a los clásicos italianos para aliviarse.</p><p>“Helado, pasta, porque es tradición, pero también fruta fresca y bebidas heladas; eso es lo mejor para esta temperatura”, aseguró Isabella Dold, una turista de Kempten, Alemania.</p><p>El Ministerio de Salud de Italia informó el sábado que 18 ciudades —incluidos los destinos turísticos más populares como Venecia, Florencia, Bolonia y Milán— estaban en alerta roja debido al peligro que representan las altas temperaturas.</p><p>El calor récord centra la atención en el cambio climático</p><p>En un nuevo estudio publicado el viernes por la World Weather Attribution, una colaboración de científicos con sede en Europa, se informó que el calor y la humedad récord registrados en Europa esta semana no habrían sido posibles sin el cambio climático.</p><p>En el estudio rápido se llegó a la conclusión de que el calor habría sido prácticamente imposible hace apenas cinco décadas, y que hoy es 200 veces más probable que hace 20 años.</p><p>André Corrêa do Lago, presidente de las conversaciones climáticas de la ONU conocidas como COP30, afirmó que la ola de calor ha “ayudado a reforzar la percepción de la urgencia de combatir el cambio climático”.</p><p>“Tenemos que estar de acuerdo en que el hecho de que estemos viviendo este calor increíble en Londres es un argumento contundente de que debemos actuar lo antes posible”, declaró Do Lago a The Associated Press.</p><p>___</p><p>Hui informó desde Londres y Leicester, y desde París. Las periodistas de The Associated Press Trisha Thomas en Roma, Suman Naishadham en Madrid y Karel Janicek en Praga 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/A3IP55OO37K5P5E6ZSTSHLBQ34.jpg?auth=230d8537204e497653a7037e2696d60373841b39d450fda09ac9e3258d04d0a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas forman una fila para rellenar botellas de agua en un caluroso día de verano en el centro de la ciudad de Viena, Austria, el sábado 27 de junio de 2026. (AP Foto/Heinz-Peter Bader)]]></media:description><media:credit role="author" scheme="urn:ebu">Heinz-Peter Bader</media:credit></media:content></item><item><title><![CDATA[Blues acquire Brandon Carlo from the Maple Leafs in a trade at the NHL draft]]></title><link>https://www.local10.com/news/2026/06/27/blues-acquire-brandon-carlo-from-the-maple-leafs-in-a-trade-at-the-nhl-draft/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/27/blues-acquire-brandon-carlo-from-the-maple-leafs-in-a-trade-at-the-nhl-draft/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[The St. Louis Blues acquired Brandon Carlo from the Toronto Maple Leafs during the NHL draft on Saturday, those teams' latest steps to remake their rosters during an offseason of upheaval.]]></description><pubDate>Sat, 27 Jun 2026 18:16:41 +0000</pubDate><content:encoded><![CDATA[<p>The St. Louis Blues acquired Brandon Carlo from the Toronto Maple Leafs during the NHL draft on Saturday, those teams' latest steps to remake their rosters during an offseason of upheaval.</p><p>St. Louis sent the Nos. 73 and 76 picks to Toronto for the 29-year-old defenseman.</p><p>Carlo lasted just 88 games with the Leafs after they sent a first-round pick, a fourth-rounder and highly regarded forward prospect Fraser Minten to Boston for him at the deadline in March 2025. That was with the previous regime in charge, and general manager Brad Treliving was fired two months ago and replaced weeks later by John Chayka, and they only got to keep the pick this year because they won the lottery for the No. 1 overall pick.</p><p>This is the third trade of the week for the Blues, who are also in transition as GM-in-waiting Alexander Steen is set to take over for seasoned executive Doug Armstrong next week. Armstrong in his final days at the helm has been plenty busy.</p><p>On Tuesday, he traded Jordan Kyrou to Washington for fellow forward Connor McMichael, prospect Milton Gastrin and the No. 16 pick, accumulating a league-high four in the first round. On Friday night, he sent two of them to Anaheim for 23-year-old Mason McTavish, who is signed through 2031.</p><p>Carlo provides some dependable veteran stability on the right side on defense, especially if the Blues decide to trade Colton Parayko or Justin Faulk as part of their summer overhaul. He is going into the final year of his contract at a salary cap hit of just under $3.5 million.</p><p>“We’re excited (Carlo has) got his size and length, his ability to kill plays, his experience,” Armstrong told reporters in Centene, Missouri. “Getting stronger up front and having strong goaltending, we think we’re going to be more competitive than we were last year.”</p><p>Toronto used the third-round picks on Canadian winger Zach Olsen and Swedish defenseman Mans Gudmundsson.</p><p>Predators trade with Rangers to get Adam Edstrom</p><p>New Nashville president of hockey operations and GM Chris MacFarland spent his first few weeks on the job largely adding players he was familiar with from his time in Colorado. On Saturday, he added fresh blood from the East by acquiring big, Swedish winger Adam Edstrom in a trade with the New York Rangers.</p><p>The Predators sent the 148th pick in the draft (a fifth-rounder) and the rights to minor leaguer Massimo Rizzo to New York. The Rangers, who also traded Brett Berard to Montreal on Friday, are not expected to tender Rizzo a qualifying offer and would make him an unrestricted free agent.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XUUXVJZWM34T4LDYIJWIO5NUHA.jpg?auth=dea6549cbfbbd6079edf77fe162ddca435c251ad3a0be19ebb2d8fa53d2810c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toronto Maple Leafs defenseman Brandon Carlo looks on during the first period of an NHL hockey game against the Anaheim Ducks, March 30, 2026, in Anaheim, Calif. (AP Photo/William Liang, File)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4F4F7Q26IKABV7JIXC6ZNYUMDM.jpg?auth=5f2ece10ab7205a47b2c1c2b31388aea9a936d61ccedf6f897ad7415181594bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - St. Louis Blues right wing Jordan Kyrou (25) shoots during an NHL hockey game against the Los Angeles Kings, Wednesday, April 1, 2026, in Los Angeles. (AP Photo/Kyusung Gong,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Grammy and Latin Grammy winner Carín León set for a big match at Inter Miami's stadium]]></title><link>https://www.local10.com/news/florida/2026/06/27/grammy-and-latin-grammy-winner-carin-leon-set-for-a-big-match-at-inter-miamis-stadium/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/27/grammy-and-latin-grammy-winner-carin-leon-set-for-a-big-match-at-inter-miamis-stadium/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Carín León sees the World Cup as something that pulls different cultures together. He wants his music to be viewed the same way.]]></description><pubDate>Sat, 27 Jun 2026 17:33:19 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Carín León sees the World Cup as something that pulls different cultures together. He wants his music to be viewed the same way.</p><p>León is a huge World Cup fan, a huge Real Madrid fan and someone who can't believe he got to meet Inter Miami co-owner and soccer icon David Beckham. And on Sunday, the Mexican singer-songwriter will become the first person to headline a concert at Inter Miami's newly opened stadium — Lionel Messi's home field.</p><p>“Being the first one to play in this iconic stadium — it's new but already iconic because of the team — I see this with much responsibility,” León told The Associated Press in an interview. “For me, it's like a big soccer match and I want to inspire a lot of new artists in my genre and in all the root genres that nothing is impossible. We’re coming here to this big stage, making history with the music we grew up with.”</p><p>León is a back-to-back Grammy winner in the Best Regional Mexican Music Album category, plus a four-time Latin Grammy winner. Except, with León, it's short-sighted to simply call him a Mexican artist.</p><p>He's a little country. A little rock. Maybe some reggaeton. He has played Coachella and the Grand Ole Opry. He's in line to become the first Latino artist to have a residency at the Sphere in Las Vegas, with shows scheduled in September. His appeal is all over the map, which is why Inter Miami wanted someone like him to be the first show on the field that the reigning Major League Soccer champions call home.</p><p>“There was a time when I was going to do music because it was trending right then, and then nothing was happening for me,” León said. “There was a time when I was going to quit music. But in two weeks, I was back because I’m a musician. I decided to do what I love, what I love, what I like, what I feel, what made me happy. I never did music because of money or to be famous.”</p><p>He released some music that wasn't expected to be a hit, and fans couldn't get enough of it.</p><p>“That's when I knew to just be honest with the music,” León said. “And now I prefer to be a trendsetter than looking for the trend.”</p><p>That approach has opened countless doors — including the one leading from Messi's locker room to the field where he plays. And it's not lost on León that soccer fans in Miami won't have any World Cup matches to watch Sunday night when he takes the stage; there's only one game on Sunday's tournament schedule, and it's in the afternoon.</p><p>“I'm so happy for what we've accomplished,” León said. "I'm just proud to be here at the house of Inter Miami, the Messi house, the David Beckham house. Putting my name alongside these names, it's something incredible for me, something that I still cannot believe.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LHF5YFFYAYZTIP7WWEL6NXE3IE.jpg?auth=eb705525f7901fbd19c5dd049b22c93fbc6fa44c046f8928a25b346eb227ab1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grammy winner Carin Leon speaks at Inter Miami's Nu Stadium about becoming the first performer to have a concert at the new facility on Thursday, June 25, 2026 in Miami. (AP Photo/Tim Reynolds)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Reynolds</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSLYW5B44UI63Y6L56FBNZXVDQ.jpg?auth=dc9d5c99a3758f07139c74e8d8df4264e6d2e54e68d3090232ad80e120a8dfe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carín León, winner of the award for best contemporary mexian music album for "Palabra De To's," poses in the press room during the 2025 Latin Grammys on Thursday, Nov. 13, 2025, at MGM Grand in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Altruism at El Arepazo feeds Global Empowerment Mission’s team effort]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[Andrea Brito was among the donors and volunteers who worked hard on Friday despite their pain after the devastating 7.2- and 7.5-magnitude earthquakes struck Venezuela. ]]></description><pubDate>Fri, 26 Jun 2026 22:50:08 +0000</pubDate><content:encoded><![CDATA[<p>Andrea Brito was among the donors and volunteers who worked hard on Friday despite their pain after the devastating 7.2- and 7.5-magnitude earthquakes struck Venezuela. </p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/">Leer en español</a></p><p>Brito, who was doing her part to push a flow of aid from South Florida to the disaster zone, couldn’t stop thinking about her uncle Roberto Brito and aunt Kairol Piñero, who vanished on Wednesday in La Guaira.</p><p>Brito, who had a flyer with pictures of them and Norelys Marrero, hopes they may still be alive and waiting for help under the rubble. Volunteers were searching, but they lacked machinery and tools.</p><p>“We are trying to find resources to help lift the concrete that collapsed on top of them,” said Brito at El Arepazo in Doral. </p><figure><img src="https://www.local10.com/resizer/v2/XJH6AKUXVZDLLO42R34VC5IELM.jpg?auth=16a1387b26f428a2c7a940cb862e1567f7af64ac66b87cb30e3522e5933f50ab&smart=true&width=1200&height=900" alt="On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira." height="900" width="1200"/><figcaption>On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira.</figcaption></figure><p>The Venezuelan restaurant, open 24 hours, seven days a week, at the Chevron gas station, at 10191 NW 58th St., was among <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/">the drop-off locations collecting aid</a> to be delivered to the local nonprofit Global Empowerment Mission’s warehouse in Doral. </p><p>“I haven’t stopped crying since the earthquake,” said Susanna Taddei, a Venezuelan-American LGBTQ+ rights activist who was dropping off aid at El Arepazo.</p><p>Taddei said the civilians, who were trying to rescue survivors from the rubble, were in desperate need of equipment, tools, and parts such as grinding wheels to cut through metal. </p><p>Some used markers to write messages in Spanish on the cardboard boxes that were piling up with donations. One donor wrote, “Fuerza Venezuela,” or “Stay Strong, Venezuela,” and drew a few hearts. </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations - Clone</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ayudando a Venezuela: El altruismo de El Arepazo impulsa los esfuerzos del equipo de Global Empowerment Mission]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[Andrea Brito estuvo entre los donantes y voluntarios que trabajaron arduamente el viernes a pesar de su dolor tras los devastadores terremotos de magnitud 7.2 y 7.5 que sacudieron Venezuela.  ]]></description><pubDate>Sat, 27 Jun 2026 17:15:38 +0000</pubDate><content:encoded><![CDATA[<p>Andrea Brito estuvo entre los donantes y voluntarios que trabajaron arduamente el viernes a pesar de su dolor tras los devastadores terremotos de magnitud 7.2 y 7.5 que sacudieron Venezuela.</p><p>Brito, quien hacía su parte para impulsar el flujo de ayuda desde el sur de Florida hacia la zona del desastre, no podía dejar de pensar en su tío Roberto Brito y su tía Kairol Piñero, quienes desaparecieron el miércoles en La Guaira.</p><p>Brito, quien tenía un volante con fotografías de ellos y de Norelys Marrero, espera que aún estén con vida y esperando ayuda bajo los escombros. Los voluntarios estaban buscando, pero carecían de maquinaria y herramientas.</p><p>“Estamos tratando de encontrar recursos para ayudar a levantar el concreto que colapsó sobre ellos”, dijo Brito en El Arepazo, en Doral. </p><figure><img src="https://www.local10.com/resizer/v2/XJH6AKUXVZDLLO42R34VC5IELM.jpg?auth=16a1387b26f428a2c7a940cb862e1567f7af64ac66b87cb30e3522e5933f50ab&smart=true&width=1200&height=900" alt="On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira." height="900" width="1200"/><figcaption>On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira.</figcaption></figure><p>El restaurante venezolano, abierto las 24 horas del día, los siete días de la semana, en la gasolinera Chevron ubicada en 10191 NW 58th St., era uno de los centros de recolección de ayuda que sería entregada al almacén en Doral de la organización sin fines de lucro local Global Empowerment Mission.</p><p>“No he dejado de llorar desde el terremoto”, dijo Susanna Taddei, activista venezolano-estadounidense por los derechos LGBTQ+, mientras entregaba ayuda en El Arepazo.</p><p>Taddei dijo que los civiles que intentaban rescatar a sobrevivientes de entre los escombros necesitaban con urgencia equipos, herramientas y piezas como discos de corte para atravesar el metal.</p><p>Algunos usaron marcadores para escribir mensajes en español sobre las cajas de cartón que se acumulaban con las donaciones. Un donante escribió: “Fuerza Venezuela” y dibujó varios corazones.</p><p><b>Lista relacionada:</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="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Centros de recolección de ayuda en el sur de Florida</a></p><p><b>Más cobertura sobre </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Helping_Venezuela/"><b>AYUDA A VENEZUELA</b></a><b> </b></p><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda - Clone</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul><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: Airbnb partners with nonprofit CADENA for emergency housing ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As the need for emergency housing increased in northern Venezuela, Airbnb announced a new partnership with a nonprofit that has been active with South Florida’s Jewish community.]]></description><pubDate>Sat, 27 Jun 2026 16:54:50 +0000</pubDate><content:encoded><![CDATA[<p>As the need for emergency housing increased in northern Venezuela, Airbnb <a href="https://www.airbnb.org/venezuela-earthquakes" target="_self" rel="" title="https://www.airbnb.org/venezuela-earthquakes">announced</a> a new partnership with a nonprofit that has been active with South Florida’s Jewish community.</p><p>Airbnb’s San Francisco-based nonprofit partnered with <a href="https://cadena.ngo/en/donations/" target="_self" rel="" title="https://cadena.ngo/en/donations/">CADENA</a> International, a Mexico City-based nonprofit founded in 2005 with a Broward County-based foundation at 2719 Hollywood Boulevard. </p><p>Airbnb’s nonprofit isn’t accepting applications for help, but did ask hosts who want to offer temporary shelter to <a href="https://www.airbnb.com/for-airbnb-org/host" target="_self" rel="" title="https://www.airbnb.com/for-airbnb-org/host">register on this page</a>. CADENA’s teams will have access to the database to connect beneficiaries. </p><p>With the spirit of “Tikún Olam,” or “Healing the world” in mind, CADENA’s supporters encouraged donations to a JPMorgan Chase account based in Hallandale Beach and through Venmo at @CadenaInternacional. </p><figure><img src="https://www.local10.com/resizer/v2/COGWIEUOVNGRLOXFCZRGRJRCRU.jpg?auth=538d0817552636b3b1e9aadfe22c5cc6ac4ae4ee5dcbe831a9783e3fed0a2d2a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For more information about CADENA and how to support the nonprofit, <a href="https://cadena.ngo/en/united-states/" target="_self" rel="" title="https://cadena.ngo/en/united-states/">visit this page</a>. </p><p>For more information about the Airbnb nonprofit’s program and how to support it, <a href="https://news.airbnb.com/airbnb-org-provides-housing-to-first-responders-after-venezuela-earthquakes/" target="_self" rel="" title="https://news.airbnb.com/airbnb-org-provides-housing-to-first-responders-after-venezuela-earthquakes/">visit this page</a>. </p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FCadenaFoundation%2Fposts%2Fpfbid0Hocpiew6FJoCDzxWFjX46gU9ZzQV3EK5yyCFZrjip3JSeXZpoASLJDvpG9cqZyLWl&show_text=true&width=500" width="500" height="689" 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>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZLKWPKMB22OM3QSEUBZJFCEWQ.jpg?auth=049a1059e09092d0c609b4b249f1cf3abd2da0331de03339b520ef9c3a0c6aa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers look for survivors three days after an earthquake struck in Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[“Créame, lo van a sentir”: líderes temen impacto en la fuerza laboral por el fin del TPS para haitianos]]></title><link>https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/</guid><dc:creator><![CDATA[Christian De La Rosa, Byron Tollefson]]></dc:creator><description><![CDATA[El fallo de la Corte Suprema de Estados Unidos que despeja el camino para que la administración del presidente Trump ponga fin al Estatus de Protección Temporal (TPS) para más de 250,000 haitianos en el país no solo está generando indignación por el impacto humano, sino también por el posible efecto en la fuerza laboral del sur de Florida.  ]]></description><pubDate>Sat, 27 Jun 2026 16:59:13 +0000</pubDate><content:encoded><![CDATA[<p>El fallo de la Corte Suprema de Estados Unidos que despeja el camino para que la administración del presidente Trump ponga <a href="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/">fin al Estatus de Protección Temporal (TPS)</a> para más de 350,000 haitianos en el país no solo está generando indignación por el <a href="https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/">impacto humano</a>, sino también por el posible efecto en la fuerza laboral del sur de Florida.</p><p>El sur de Florida alberga la comunidad haitiana más grande de Estados Unidos.</p><p>Líderes comunitarios, defensores de los inmigrantes y familias haitianas se reunieron el viernes en el vecindario Little Haiti de Miami para rechazar el fin del TPS para los haitianos.</p><p>Pero Farah Larrieux, beneficiaria del TPS, dijo que no puede permitirse estar triste.</p><p>“Se necesita valentía y determinación para luchar contra el mal”, dijo.</p><p>El reportero de Local 10 News Christian De La Rosa preguntó: “¿Cree que esa decisión de la Corte Suprema fue malvada?”</p><p>“Sí. Es malvada”, respondió Larrieux.</p><p>Muchos también temen el posible impacto en la economía de la zona.</p><p>Los haitianos con TPS son conocidos por trabajar en industrias como la hotelería y el cuidado a largo plazo de adultos mayores.</p><p>“Son nuestros hombres y mujeres trabajadores”, dijo la alcaldesa de Miami-Dade, Daniella Levine Cava, durante una conferencia de prensa el viernes. “Son nuestros propietarios de negocios. Crean empleos. Están impulsando nuestras industrias básicas”.</p><p>Según algunas estimaciones, su impacto económico en Estados Unidos es de $6,000 millones USD, de los cuales $1,000 millones USD corresponden a Miami.</p><p>“No pueden darse el lujo de perder a su fuerza laboral: la industria hotelera, la industria agrícola y todos esos sectores”, dijo la empresaria Dinah Escarment. “Todos los que van a esos hoteles, cuando su habitación no esté lista a tiempo, cuando no haya alguien que los atienda en los diferentes restaurantes y en estas distintas industrias, créanme, lo van a sentir”.</p><p>Funcionarios de la administración calificaron el fallo sobre el TPS como “un asunto legal muy sencillo”.</p><p>“La “T” de TPS significa temporal”, dijo James Percival, asesor jurídico general del Departamento de Seguridad Nacional (DHS) de Estados Unidos, en Fox News. </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[‘Trust me, you’re gonna feel it’: Ending TPS for Haitians will have workforce fallout, leaders fear]]></title><link>https://www.local10.com/news/local/2026/06/26/trust-me-youre-gonna-feel-it-ending-tps-for-haitians-will-have-workforce-fallout-leaders-fear/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/trust-me-youre-gonna-feel-it-ending-tps-for-haitians-will-have-workforce-fallout-leaders-fear/</guid><dc:creator><![CDATA[Christian De La Rosa, Byron Tollefson]]></dc:creator><description><![CDATA[The U.S. Supreme Court’s ruling clearing the way for the Trump administration to end Temporary Protected Status for more than 250,000 Haitians in the country is not only sparking outcry about the human impact, but the potential impact on the South Florida workforce.]]></description><pubDate>Fri, 26 Jun 2026 21:47:00 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Supreme Court’s ruling clearing the way for the Trump administration <a href="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/">to end Temporary Protected Status</a> for more than 350,000 Haitians in the country is not only sparking outcry about <a href="https://www.local10.com/news/local/2026/06/25/supreme-court-ruling-on-haitian-tps-sparks-outcry-at-miami-protest/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/supreme-court-ruling-on-haitian-tps-sparks-outcry-at-miami-protest/">the human impact</a>, but the potential impact on the South Florida workforce.</p><p><a href="https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/">Leer en español</a></p><p>South Florida is home to the largest Haitian community in the U.S.</p><p>Community leaders, immigration advocates and Haitian families gathered in Miami’s Little Haiti neighborhood on Friday decrying the end to TPS for Haitians.</p><p>But TPS holder Farah Larrieux said she can’t allow herself to be sad.</p><p>“It takes courage and determination to fight evil,” she said.</p><p>Local 10 News reporter Christian De La Rosa asked, “You think that decision from the Supreme Court was evil?”</p><p>“Yes. It is evil,” Larrieux replied.</p><p>Many are also fearing the potential hit to the area’s economy.</p><p>TPS Haitians are known for working in industries like hospitality and long-term care for seniors.</p><p>“They are our working men and women,” Miami-Dade Mayor Daniella Levine Cava said at a news conference on Friday. “They are our business owners. They create jobs. They are fueling our basic industries.”</p><p>According to some estimates, their economic impact in the US is $6 billion ― $1 billion in Miami.</p><p>“They can’t afford to lose their workforce, the hospitality industry, the agriculture industry, all these places,” ” business owner Dinah Escarment said. “Everyone who’s going to these hotels, when your room is not ready on time, when you don’t have someone to cater to you in the different restaurants in this different industries, trust me, you’re gonna feel it.”</p><p>Administration officials called the TPS ruling “a very straightforward legal issue.”</p><p>“The ‘T’ in TPS stands for temporary,” U.S. Department of Homeland Security General Counsel James Percival said on Fox News.</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[Helping Venezuela: Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours ]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description><![CDATA[Project DYNAMO already had a team on the ground ready to help when the devastating 7.2 and 7.5 magnitude quakes struck late Wednesday. ]]></description><pubDate>Sat, 27 Jun 2026 00:49:50 +0000</pubDate><content:encoded><![CDATA[<p>Project DYNAMO already had a team on the ground ready to help when the devastating 7.2 and 7.5 magnitude quakes struck late Wednesday. </p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/">Leer en español</a></p><p>On Friday, Mario Duarte, the nonprofit’s president and chief executive officer, said the team had already delivered food, water, and medicine to survivors — and there was more on its way. </p><p>During the first 48 hours, the nonprofit’s leadership estimated that the team in Venezuela had delivered about 20,000 pounds of aid to survivors in Caracas and neighboring areas. </p><p>“They are also still trying to get to their loved ones who are unfortunately still under all that rubble,” said Duarte, who served in the U.S. Army and U.S. Army Reserves.</p><p>The veteran-led and donor-funded nonprofit organization, founded during the U.S. withdrawal from Afghanistan in 2021, has volunteers in Venezuela who have collection and distribution channels.</p><p>Victor Palazzi, a volunteer for the nonprofit in Venezuela, said the survivors who were displaced and those who are trying to help them are dealing with “very difficult conditions” and “the resources are limited.” </p><p>The nonprofit is ready to deploy experts in search-and-rescue efforts, field medicine, and humanitarian logistics, as soon as the country’s airports reopen to commercial or private humanitarian flights. </p><p>“The most difficult part is just to make it to the region because all the air strips are now closed and they are only allowing military traffic in,” said Duarte, the former security manager for the Houston Airport Authority. </p><p>Duarte, a Guatemalan American with experience in intelligence in the public and private sectors, said the disaster relief aid needs to keep flowing. </p><p>“People are going to be needing it for months to come,” Duarte said. </p><p><b>For more information about the nonprofit and how to donate to their efforts, </b><a href="https://projectdynamo.net/" target="_self" rel="" title="https://projectdynamo.net/"><b>visit this page</b></a><b>. </b></p><p><u><b>Useful list</b></u>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a> </li><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations - Clone</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ayudando a Venezuela: Proyecto DYNAMO, liderado por veteranos, entrega 20,000 libras de ayuda en las primeras 48 horas]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description><![CDATA[El Proyecto DYNAMO ya tenía un equipo sobre el terreno listo para ayudar cuando los devastadores terremotos de magnitud 7.2 y 7.5 sacudieron la zona a última hora del miércoles.  ]]></description><pubDate>Sat, 27 Jun 2026 16:56:43 +0000</pubDate><content:encoded><![CDATA[<p>El Proyecto DYNAMO ya tenía un equipo sobre el terreno listo para ayudar cuando los devastadores terremotos de magnitud 7.2 y 7.5 sacudieron la zona a última hora del miércoles.</p><p>El viernes, Mario Duarte, presidente y director ejecutivo de la organización sin fines de lucro, informó que el equipo ya había entregado alimentos, agua y medicamentos a los sobrevivientes, y que más ayuda estaba en camino.</p><p>Durante las primeras 48 horas, la dirección de la organización estimó que el equipo en Venezuela había entregado unas 20,000 libras de ayuda a los sobrevivientes en Caracas y zonas vecinas.</p><p>“También siguen intentando llegar hasta sus seres queridos que, lamentablemente, aún permanecen bajo todos esos escombros”, dijo Duarte, quien sirvió en el Ejército de Estados Unidos y en la Reserva del Ejército de Estados Unidos.</p><p>La organización sin fines de lucro, dirigida por veteranos y financiada por donantes, fue fundada durante la retirada de Estados Unidos de Afganistán en 2021 y cuenta con voluntarios en Venezuela que disponen de canales de recolección y distribución.</p><p>Víctor Palazzi, voluntario de la organización en Venezuela, dijo que los sobrevivientes desplazados y quienes intentan ayudarlos enfrentan “condiciones muy difíciles” y que “los recursos son limitados”.</p><p>La organización está lista para desplegar expertos en búsqueda y rescate, medicina de campaña y logística humanitaria tan pronto como los aeropuertos del país reabran para vuelos comerciales o vuelos humanitarios privados.</p><p>“La parte más difícil es simplemente llegar a la región porque todas las pistas de aterrizaje están cerradas en este momento y solo permiten el tráfico militar”, dijo Duarte, ex gerente de seguridad de la Autoridad Aeroportuaria de Houston.</p><p>Duarte, un guatemalteco-estadounidense con experiencia en inteligencia tanto en el sector público como en el privado, afirmó que la ayuda para atender el desastre debe seguir llegando.</p><p>“La gente la va a necesitar durante los próximos meses”, dijo Duarte.</p><p>Para obtener más información sobre la organización sin fines de lucro y cómo donar a sus esfuerzos, <a href="https://projectdynamo.net/" target="_blank" rel="noreferrer" title="https://projectdynamo.net/">visite esta página</a>.</p><p><b>Lista útil: </b><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/">Lugares para entregar donaciones en el sur de Florida</a></p><p><b>Más cobertura de </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Helping_Venezuela/"><b>AYUDANDO A VENEZUELA</b></a><b> </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda - Clone</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul><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[Rescue Ride Out aims to help Miami-Dade shelter dogs find homes]]></title><link>https://www.local10.com/pets/2026/06/27/rescue-ride-out-aims-to-help-miami-dade-shelter-dogs-find-homes/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/06/27/rescue-ride-out-aims-to-help-miami-dade-shelter-dogs-find-homes/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Miami-Dade Animal Services is hitting the road Saturday in an effort to help more shelter dogs find permanent homes.]]></description><pubDate>Sat, 27 Jun 2026 16:17:39 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Animal Services hit the road Saturday in an effort to help more shelter dogs find permanent homes.</p><p><a href="https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/">Leer en español</a></p><p>The shelter’s “Rescue Ride Out” pairs about 25 volunteers with adoptable dogs for a caravan through the community in decorated vehicles displaying “Adopt Me” signs and QR codes linking to adoption information. The route includes Wynwood, where organizers hope the dogs will catch the attention of potential adopters.</p><p>The event gives dogs a break from their kennels while allowing the public to see them outside the shelter, where their personalities can shine.</p><p>Volunteer Mackenzie, with Paw Ventures, said many of the dogs come from the shelter’s overflow facility and benefit from spending time outside.</p><p>“We are actually taking them out so that they can enjoy the AC and get a little bit more exposure,” she said.</p><p>Among the dogs participating were Luna, a 3-year-old who eagerly settled into her volunteer’s car before the ride began, and Josh, another adoptable dog preparing for the event.</p><p>Organizers say many shelter dogs spend most of their days in kennels and are often overlooked by adopters. By bringing them into the community, they hope to increase awareness and improve their chances of finding families.</p><p>Anyone who spots one of the dogs during the Rescue Ride Out and is interested in adopting can visit <a href="https://www.miamidade.gov/global/animals/contact.page" target="_self" rel="" title="https://www.miamidade.gov/global/animals/contact.page">Miami-Dade Animal Services</a> in Medley to meet the animals and begin the adoption process.</p><p>Officials say every adoption not only gives a homeless pet a permanent home but also creates space for the shelter to care for other animals in need.</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[Paseo de rescate busca ayudar a perros de refugio de Miami-Dade a encontrar un hogar]]></title><link>https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Miami-Dade Animal Services sale a las calles este sábado en un esfuerzo por ayudar a que más perros del refugio encuentren un hogar permanente.  ]]></description><pubDate>Sat, 27 Jun 2026 16:35:35 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Animal Services salió a las calles este sábado en un esfuerzo por ayudar a que más perros del refugio encuentren un hogar permanente.</p><p>El evento “Rescue Ride Out” reúne a unos 25 voluntarios con perros disponibles para adopción para recorrer la comunidad en una caravana de vehículos decorados con letreros de “Adóptame” y códigos QR que enlazan con información sobre adopciones. La ruta incluye Wynwood, donde los organizadores esperan que los perros llamen la atención de posibles adoptantes.</p><p>La actividad les brinda a los perros un descanso de sus perreras y, al mismo tiempo, permite que el público los vea fuera del refugio, donde pueden mostrar mejor su personalidad.</p><p>La voluntaria Mackenzie, de Paw Ventures, dijo que muchos de los perros provienen de la instalación de sobrecupo del refugio y se benefician al pasar tiempo fuera.</p><p>“En realidad los estamos sacando para que disfruten del aire acondicionado y tengan un poco más de exposición”, dijo.</p><p>Entre los perros participantes estaban Luna, una perra de tres años que se acomodó con entusiasmo en el auto de su voluntaria antes de comenzar el recorrido, y Josh, otro perro disponible para adopción que se preparaba para el evento.</p><p>Los organizadores dijeron que muchos perros del refugio pasan la mayor parte de sus días en perreras y con frecuencia son pasados por alto por los adoptantes. Al llevarlos a la comunidad, esperan aumentar la visibilidad y mejorar sus posibilidades de encontrar una familia.</p><p>Quienes vean a uno de los perros durante el Rescue Ride Out y estén interesados en adoptarlo pueden visitar <a href="https://www.miamidade.gov/global/animals/contact.page" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/global/animals/contact.page">Miami-Dade Animal Services</a> en Medley para conocer a los animales e iniciar el proceso de adopción.</p><p>Los funcionarios indicaron que cada adopción no solo le da un hogar permanente a una mascota sin hogar, sino que también crea espacio para que el refugio pueda atender a otros animales que lo necesitan. </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[Arrestan a tres personas vinculadas a múltiples robos a vehículos tras romper sus ventanas en Pinecrest  ]]></title><link>https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tres hombres fueron arrestados después de que la Policía de Pinecrest informara que estaban vigilando la localidad para cometer robos a vehículos tras romper sus ventanas.  ]]></description><pubDate>Fri, 26 Jun 2026 19:45:50 +0000</pubDate><content:encoded><![CDATA[<p>Tres hombres fueron arrestados en relación con una serie de robos a vehículos tras romper sus ventanas en Pinecrest, informó la Policía.</p><p>Según los informes de arresto, los sospechosos fueron identificados como Terrance Beron Sills, de 22 años; Jayden Cereus, de 18, ambos de Fort Lauderdale; y Kevin Peeples, de 18, de Miami.</p><p>La Policía indicó que los agentes patrullaban alrededor de las 11:30 p.m. del jueves después de recibir una alerta para localizar un Honda Accord gris que había sido vinculado a múltiples robos a vehículos tras romper sus ventanas en Pinecrest y que había sido detectado repetidamente por cámaras automatizadas de lectura de matrículas en toda la localidad.</p><p>Según los informes, un agente localizó el vehículo cerca de la calle 122 SW y la avenida 67 SW.</p><p>Los investigadores dijeron que el conductor llevaba una máscara negra de esquí cubriéndole la parte inferior del rostro antes de bajársela. También confirmaron que el conductor, Cereus, apagó las luces del vehículo y comenzó a retroceder después de notar una patrulla policial identificada.</p><p>Los agentes dijeron que detuvieron el Honda y arrestaron a los tres ocupantes sin incidentes.</p><p>Según los informes, los agentes encontraron a simple vista dentro del vehículo tres herramientas para romper ventanas de automóviles, varios pares de guantes y máscaras negras de esquí. La Policía indicó que estas herramientas son utilizadas comúnmente para romper rápidamente las ventanas de los vehículos durante los robos.</p><p>Después de ser informados de sus derechos Miranda, los tres sospechosos dieron explicaciones contradictorias sobre por qué estaban en Pinecrest, según los informes.</p><p>La Policía indicó que Peeples dijo a los investigadores que el grupo “se hospedaba en un hotel lejos de aquí” y que buscaban un Airbnb para alquilar en Pinecrest, pero posteriormente los agentes contactaron al propietario de la dirección que aparecía en su teléfono, quien dijo que no esperaba a nadie y que no conocía a los sospechosos.</p><p>Según los informes, Sills, quien dijo a los agentes que el Honda le pertenecía, admitió que las herramientas para romper ventanas eran suyas, pero afirmó que las llevaba por si dejaba las llaves dentro del vehículo.</p><p>La Policía indicó que Sills también declaró que el grupo había viajado desde Fort Lauderdale “para buscar vehículos” antes de negarse a responder más preguntas.</p><p>Los investigadores dijeron que Cereus informó a los agentes que el grupo había estado conduciendo por Pinecrest durante unos 30 minutos, pero también afirmó que el hotel donde se hospedaban estaba aproximadamente a una hora de distancia.</p><p>Indicaron que, con base en la vinculación del vehículo con robos anteriores, las repetidas alertas de los lectores de matrículas, los objetos recuperados del automóvil y las declaraciones contradictorias de los sospechosos, los agentes arrestaron a los tres hombres.</p><p>La Policía no ha revelado cuántos objetos de valor ni qué cantidad de bienes fueron robados en los casos vinculados.</p><p>Los registros de la cárcel muestran que Sills, Cereus y Peeples enfrentan cada uno un cargo de posesión de herramientas para robo y un cargo de merodear o deambular con fines delictivos.</p><p>Hasta el viernes, los tres sospechosos permanecían detenidos con una fianza de $5,100 USD cada uno en el Centro Correccional Turner Guilford Knight.</p><p>Cualquier persona con información sobre el caso puede comunicarse con Miami-Dade Crime Stoppers al 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Salvadoran president describes 15-year-old survivor’s rescue in Caraballeda]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El Salvador was waiting for updates from their president after rescuers found a 15-year-old girl who was trapped under the rubble since the 7.2 and 7.5 magnitude earthquakes struck on Wednesday in Venezuela. ]]></description><pubDate>Sat, 27 Jun 2026 03:32:37 +0000</pubDate><content:encoded><![CDATA[<p>El Salvador was waiting for updates from their president after rescuers found a 15-year-old girl who was trapped under the rubble since the 7.2 and 7.5 magnitude earthquakes struck on Wednesday in Venezuela. </p><p>Salvadoran President Nayib Bukele deployed the first search-and-rescue teams and paramedics on Thursday to work in the disaster zones in northern Venezuela’s state of La Guaira. </p><p>On Friday morning, Bukele shared an update on social media that kept the country and his followers in suspense. It was from a Salvadoran team working in the town of Caraballeda. </p><p>“We have found Camila Sofía Medina Rivas alive,” Bukele wrote, as Venezuela’s official death toll had increased to more than 920. </p><p>Camila had been “trapped along with her pet on the ninth floor” of a building in the Bahía Mar apartment complex at the Caribe neighborhood, according to Bukele and Salvadoran authorities. </p><p>“Her mother is waiting for her downstairs with part of our team,” Bukele wrote <a href="https://x.com/nayibbukele/status/2070589680589135985" target="_self" rel="" title="https://x.com/nayibbukele/status/2070589680589135985">on X</a>. “We still need to break through several walls to reach her, so our teams have brought more tools.”</p><p>On Friday afternoon, Bukele shared an <a href="https://x.com/nayibbukele/status/2070627052357578955" target="_self" rel="" title="https://x.com/nayibbukele/status/2070627052357578955">audio of the communication in Spanish</a> between Camila and a Grupo USAR-El Salvador rescuer, who asked her to make noise and keep her spirits high. </p><p>“I can only move my legs, stretch them,” Camila said, according to the audio that the president shared on X. The girl later added, “Thank you!” </p><p>Early Saturday morning, Bukele, who nicknamed the girl “Cami” during his updates, reported rescuers had freed Camila’s little dog named “Chanel.”</p><p>“Our teams are working to create the necessary space that will allow us to reach her and carry out the rescue safely. God willing, we will soon be able to rescue her as well,” Bukele wrote on X about Camila. </p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Hemos logrado rescatar a Chanel, la perrita de Camila Sofía.<br><br>Camila aún permanece entre los escombros. Nuestros equipos trabajan para generar el espacio necesario que permita acceder hasta ella y efectuar el rescate de forma segura.<br><br>Dios permita que pronto podamos rescatarla… <a href="https://t.co/RA4tEKOpOX">pic.twitter.com/RA4tEKOpOX</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070732425668227487?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p>On Saturday morning, Bukele announced that Salvadoran rescuers had finally managed to help Camilo come out from the rubble before sunrise. </p><p>“Thank you God, for using us in this way,” Bukele wrote. “Stay strong Venezuela.”</p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">¡Hemos rescatado a Camila!<br><br>Gracias Dios, por utilizarnos de esta manera.<br><br>Fuerza Venezuela 🇸🇻🇻🇪 <a href="https://t.co/wswRaHFAWA">pic.twitter.com/wswRaHFAWA</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070783660744151487?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p>Bukele had also announced that a Salvadoran nurse found 39-year-old survivor, Nayarit Colmenares, on Friday and she was trapped in the rubble of another building in Caraballeda.</p><p>After seven hours of work, the nurse, Heidy Aguilar, helped to pull Colmenares out of the rubble on the sixth floor of a building in the Palmar Este neighborhood, according to Bukele.</p><p>“Her health condition is very delicate, but she is still alive. Our teams have already managed to insert an IV line to administer fluids to her while we continue the rescue efforts,” Bukele <a href="https://x.com/nayibbukele/status/2070676993666875765" target="_self" rel="" title="https://x.com/nayibbukele/status/2070676993666875765">wrote</a>. “God willing, we will manage to get her out alive and stabilize her, once she is out of the rubble.”</p><p>Salvadoran officials reported that Bukele deployed about 300 rescuers with some 150 tons of equipment and machinery — in less than 35 hours.</p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">¡Ya casi Cami! 🇸🇻🇻🇪 <a href="https://t.co/ne8mUco6Hd">pic.twitter.com/ne8mUco6Hd</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070627052357578955?ref_src=twsrc%5Etfw">June 26, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">Hemos encontrado con vida a Camila Sofía Medina Rivas, una niña de 15 años atrapada junto a su mascota en el noveno piso de un edificio colapsado.<br><br>Su madre la está esperando abajo con parte de nuestro equipo.<br><br>Aún debemos romper varias paredes para llegar hasta ella, por lo que… <a href="https://t.co/SFw04pnXJY">pic.twitter.com/SFw04pnXJY</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070589680589135985?ref_src=twsrc%5Etfw">June 26, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLNLPYZ5DJC6X7XVNUX6MD7HQ4.jpg?auth=f2eb03e676105354fc2890cbdbd0dfde8af8eb1330a1f62742ec8b97bc58c733&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of satellite images provided by Vantor shows buildings in Caraballeda, Venezuela on Dec. 28, 2025, left, and on Friday, June 26, 2026, after an earthquake. (Satellite image ©2026 Vantor via AP)]]></media:description></media:content></item><item><title><![CDATA[Buscan a adulto mayor desaparecido visto por última vez en Lauderdale Lakes]]></title><link>https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward solicitaron la ayuda del público este sábado para localizar a una mujer de 79 años que, según informaron, ha estado desaparecida durante al menos una semana.  ]]></description><pubDate>Sat, 27 Jun 2026 15:20:01 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward solicitaron la ayuda del público este sábado para localizar a una mujer de 79 años que, según informaron, ha estado desaparecida durante al menos una semana.</p><p>Según los investigadores, Lewis fue vista por última vez aproximadamente a las 12 p.m. del 20 de junio, cerca de la cuadra 4300 de Northwest 36th Way, en Lauderdale Lakes.</p><p>Los agentes indicaron que Lewis mide aproximadamente 5 pies y 9 pulgadas de estatura, pesa alrededor de 120 libras y tiene cabello blanco y ojos azules.</p><p>Cualquier persona que tenga información sobre su paradero debe comunicarse con el detective de Personas Desaparecidas de la BSO, Chris Blankenship, al 954-321-4268, o con la línea de no emergencias de la BSO al 954-764-4357. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72S4WQLNSRDUDNJ3DQNARO2JPQ.jpg?auth=67eb694c5c2ff60614d446e44353202d5b3391c98650737dd3a112357ee52143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Deputies seek missing senior last seen in Lauderdale Lakes ]]></title><link>https://www.local10.com/news/local/2026/06/27/deputies-seek-missing-senior-last-seen-in-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/deputies-seek-missing-senior-last-seen-in-lauderdale-lakes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help Saturday in locating a 79-year-old woman who they say has been missing for at least a week. ]]></description><pubDate>Sat, 27 Jun 2026 15:07:23 +0000</pubDate><content:encoded><![CDATA[<p>Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help Saturday in locating a 79-year-old woman who they say has been missing for at least a week. </p><p><a href="https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/">Leer en español</a></p><p>According to investigators, Lewis was last seen at approximately 12 p.m., on June 20, near the 4300 block of Northwest 36th Way in Lauderdale Lakes.</p><p>Deputies said Lewis is approximately 5 feet, 9 inches tall, weighs about 120 pounds, and has white hair and blue eyes.</p><p>Anyone with information on her whereabouts is urged to contact BSO Missing Persons Detective Chris Blankenship at 954-321-4268 or the BSO non-emergency number at 954-764-4357. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72S4WQLNSRDUDNJ3DQNARO2JPQ.jpg?auth=67eb694c5c2ff60614d446e44353202d5b3391c98650737dd3a112357ee52143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Humane Society of Broward hopes to find ‘furever’ home for King, Taco and other furry friends]]></title><link>https://www.local10.com/pets/2026/06/27/humane-society-of-broward-hopes-to-find-furever-home-for-king-taco-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/06/27/humane-society-of-broward-hopes-to-find-furever-home-for-king-taco-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A dog with a royal name is hoping to find his forever family.]]></description><pubDate>Sat, 27 Jun 2026 14:50:48 +0000</pubDate><content:encoded><![CDATA[<p>A dog with a royal name is hoping to find his forever family.</p><p><a href="https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/">Leer en español</a></p><p>King, an 8-month-old, 28-pound mixed-breed dog, stopped by Local 10 Studios with Humane Society of Broward County’s Cherie Wachter on Saturday to show viewers why he could be the perfect addition to a home.</p><p>Wachter said King may be a mix of several breeds, including retriever, shepherd, dachshund or corgi, thanks to his unique look and short legs. </p><p>She said he still has some growing to do and is working through the puppy stage, including teething and potty training.</p><p>According to Wachter, King’s former owner brought him to the shelter after moving and being unable to take him along.</p><p>While King can be shy around new people at first, Wachter said he warms up with time and would benefit from obedience training to build his confidence around people and other dogs.</p><p>She said King could be a good fit for someone with a weight restriction where they live, including many condo residents.</p><p>The HSBC also highlighted Taco, a kitten looking for a home. His sister Pizza has already been adopted, and Wachter said Taco is a friendly kitten who loves attention.</p><p>Those interested in adopting King, Taco or another pet can visit the Humane Society of Broward County at 2070 Griffin Rd. or start the process online at <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">humanebroward.com</a>. Adoption kennels open at 11 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[Sociedad Protectora de Animales de Broward busca encontrar hogar permanente para King, Taco y otros amigos peludos]]></title><link>https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un perro con un nombre real espera encontrar una familia para siempre.  ]]></description><pubDate>Sat, 27 Jun 2026 15:16:48 +0000</pubDate><content:encoded><![CDATA[<p>Un perro con un nombre real espera encontrar una familia para siempre.</p><p>King, un perro mestizo de ocho meses y 28 libras, visitó el estudio de Local 10 junto a Cherie Wachter, de la Sociedad Protectora de Animales del Condado Broward (HSBC), este sábado para mostrar a los televidentes por qué podría ser la incorporación perfecta para un hogar.</p><p>Wachter dijo que King podría ser una mezcla de varias razas, entre ellas retriever, pastor, dachshund o corgi, gracias a su apariencia única y sus patas cortas.</p><p>Agregó que aún tiene que crecer un poco más y que todavía está pasando por la etapa de cachorro, lo que incluye el cambio de dientes y el entrenamiento para hacer sus necesidades.</p><p>Según Wachter, el antiguo dueño de King lo llevó al refugio después de mudarse y no poder llevarlo consigo.</p><p>Aunque al principio King puede ser tímido con las personas que no conoce, Wachter explicó que con el tiempo toma confianza y que se beneficiaría de entrenamiento de obediencia para desarrollar mayor seguridad con las personas y otros perros.</p><p>Añadió que King podría ser una buena opción para alguien que tenga restricciones de peso para mascotas donde vive, incluidos muchos residentes de condominios.</p><p>La HSBC también presentó a Taco, un gatito que busca un hogar. Su hermana, Pizza, ya fue adoptada, y Wachter dijo que Taco es un gatito amigable al que le encanta recibir atención.</p><p>Quienes estén interesados en adoptar a King, Taco u otra mascota pueden visitar la Sociedad Protectora de Animales del Condado Broward, ubicada en el 2070 de Griffin Rd., o iniciar el proceso en línea en <a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">humanebroward.com</a>. Las áreas de adopción abren a las 11 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[World Cup final day of group play will set the field for the round of 32]]></title><link>https://www.local10.com/sports/2026/06/27/world-cup-final-day-of-group-play-will-set-the-field-for-the-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/world-cup-final-day-of-group-play-will-set-the-field-for-the-round-of-32/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Going into the final day of group play at the World Cup, there are essentially eight teams vying for four spots in the round of 32.]]></description><pubDate>Sat, 27 Jun 2026 18:06:38 +0000</pubDate><content:encoded><![CDATA[<p>Going into the final day of group play at the World Cup, there are essentially eight teams vying for four spots in the round of 32.</p><p>Tournament co-hosts the United States, Canada and Mexico have all advanced, along with France, Germany, Spain, Portugal, Brazil, Norway and others.</p><p>The U.S. will face Bosnia-Herzegovina on Wednesday in Santa Clara, California, while Canada heads to Southern California to face South Africa on Sunday. Other marquee matchups are set, including Morocco versus the Netherlands, Japan versus Brazil and Norway versus Ivory Coast.</p><p>Third place in a group is no guarantee of advancing. The eight best third-place teams get in with ties broken by goal differential and goals scored, if necessary.</p><p>Teams with four points — a win, a draw and a loss — almost certainly will make the round of 32. Bosnia-Herzegovina, Sweden, Ecuador and Paraguay have already advanced that way.</p><p>Scotland and its passionate fans are waiting for lots of things to go right to make the knockout stage in a long shot bid with three points. Iran and South Korea are also among those on the bubble.</p><p>Here's what to watch Saturday:</p><p>Group L</p><p>Panama vs. England and Croatia vs. Ghana (5 p.m. ET): England and Ghana have qualified, though first in the group is still to be decided. Croatia gets through with a win or a draw, while Panama has already been eliminated.</p><p>Group K</p><p>Colombia vs. Portugal and Congo vs. Uzbekistan (7:30 p.m. ET): Whoever wins between already-qualified Colombia and Portugal finishes atop the group, with Colombia getting it if they draw. Congo is in with a win or draw but out with a loss, and Uzbekistan has long odds and likely needs to win in a romp.</p><p>Group J</p><p>Algeria vs. Austria and Jordan vs. Argentina (10 p.m. ET): Barring a multigoal loss by Croatia against Ghana earlier, the winner of Algeria-Austria advances and the loser still has a chance, while a draw would get Austria in and probably Algeria, too. Argentina has won the group, while Jordan has already been eliminated.</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 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 the 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. 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 brought in Brazilian great Zico in 1991 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>France vs. Sweden, June 30</p><p>France came in as the tournament favorite and remains it after winning all three of its group games to set up a matchup against Sweden, which had a 5-1 win, a 5-1 loss and a draw.</p><p>Germany vs. Paraguay, June 29</p><p>Germany comes into the knockout stage off a similarly low-key late defeat as the U.S., having already clinched its group with little to play for. Germany is a significant favorite against Paraguay, which lost to the U.S. 4-1 in its opener but steadied itself enough to move on.</p><p>Australia vs. Egypt, July 3</p><p>This may be one of the most evenly matched round of 32 games, after Australia beat Turkey, lost to the U.S and drew with Paraguay. Egypt got through as the second-place team in Group G after a late goal by Iran on Friday night was called back for offside.</p><p>Argentina vs. Cape Verde, July 3</p><p>Defending champion Argentina faces the smallest country to qualify for the knockout stage at a World Cup. Unsurprisingly, Cape Verde goes in as a massive underdog.</p><p>Brazil vs. Japan, June 29</p><p>After an opening draw against Morocco, Brazil won its next two by 3-0 scores, with Vinícius Júnior scoring to silence critics and Neymar returning from injury. Japan has a couple of draws and a 4-0 rout of Tunisia to show for itself so far.</p><p>Norway vs. Ivory Coast, June 30</p><p>It would have taken beating favored France for Norway to win Group I. Instead, coach Ståle Solbakken opted to rest Erling Haaland and all but one starter. That sets up a matchup against the Ivory Coast at the Dallas Cowboys’ stadium in Arlington, Texas, on Tuesday.</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/4BQWG6WGAX6S4OM5HVIGSVQFVA.jpg?auth=3ced62c171c7528729ee8678db52ab2bd689588b11d106d17529362a84f42172&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde head coach Bubista waves the flag as he celebrates with fans after their 0-0 draw against Saudi Arabia after the World Cup Group H soccer match in Houston, Friday, June 26, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OH5BN7QH6H2ROHSNRVCWVBTTL4.jpg?auth=d180cb2497a94cf12a601e661d30ae9d752d9d2994429181bb4c706feb3703c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Manu Kone, left, vies for the ball with Norway's Morten Thorsby during the World Cup Group I soccer match between Norway and France in Foxborough, Mass., near Boston, Friday, June 26, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Russell beats Ferraris to F1 pole in Austria despite yellow flag controversy]]></title><link>https://www.local10.com/sports/2026/06/27/russell-beats-ferraris-to-f1-pole-in-austria-despite-yellow-flag-controversy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/russell-beats-ferraris-to-f1-pole-in-austria-despite-yellow-flag-controversy/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SPIELBERG, Austria (AP) — Just when it seemed Mercedes' Formula 1 pole position streak was surely at an end, George Russell had other ideas at the Austrian Grand Prix on Saturday.]]></description><pubDate>Sat, 27 Jun 2026 17:37:23 +0000</pubDate><content:encoded><![CDATA[<p>SPIELBERG, Austria (AP) — Just when it seemed Mercedes' Formula 1 pole position streak was surely at an end, George Russell had other ideas at the Austrian Grand Prix on Saturday.</p><p>Russell came through the second-to-last corner seconds after Max Verstappen went spinning off the track toward the barrier, causing a yellow flag which means drivers must slow down.</p><p>Russell was warned of the yellow flag ahead of time by Mercedes over the radio and argued he lifted off the accelerator earlier than usual for the corner and that the rest of his lap was still enough for first place.</p><p>It was still “an amazing lap,” he said.</p><p>The stewards agreed and deemed the incident needed “no further investigation”, keeping Russell on pole ahead of the Ferraris of Charles Leclerc and Lewis Hamilton for Sunday's “heat hazard” race. “I was glad common sense prevailed,” Russell said.</p><p>With a margin of .236 of a second over Leclerc despite lifting off, Russell seemed to have plenty more pace available and will be a clear favorite to win for the first time since the season-opener in Australia, especially with standings leader Kimi Antonelli down in fourth.</p><p>Why Russell's lap stood</p><p>The key factor keeping Russell's lap on the board was that it was a single, not double, yellow flag at the corner.</p><p>A single yellow means drivers need to be able to show they slowed down noticeably. A double signifies more immediate danger, and in qualifying means drivers should abandon any attempt at setting a competitive lap time.</p><p>Russell argued it was the right call because Verstappen's car was on the other side of a gravel runoff area and slowing down meant he didn't risk losing control and potentially hitting the wreckage.</p><p>“I didn’t even see the car because the runoff is so far and I think in that instance a single yellow was correct because a double yellow is immediate danger," he said.</p><p>"I think I did everything right to be very much under control, and it’s a very different story to a double."</p><p>Russell's teammate Antonelli backed off his last qualifying run, believing wrongly it was a double yellow.</p><p>It's the fourth pole position for Russell this season, not counting sprint races, and puts him level with Antonelli.</p><p>Antonelli’s lead is set to shrink</p><p>By the time Russell crossed the line to take pole, fans and broadcasters assumed Ferrari's Leclerc and Hamilton were set to end Mercedes' run of pole position in each grand prix this season.</p><p>They both bested Antonelli's time by less than a tenth of a second shortly before Verstappen went off. Verstappen also looked like a contender for pole with his upgraded Red Bull car and was set to improve on his previous time.</p><p>Leclerc is set to start Sunday's race second, and Hamilton third after his win for Ferrari last time out. Antonelli was fourth in his lowest qualifying result of the season.</p><p>That makes it likely his lead — 41 points over Hamilton, 50 over Russell — is set to shrink for the second race running. Antonelli's car broke down in the last race, the Barcelona-Catalunya GP, as Hamilton won and Russell was second.</p><p>Mercedes team principal Toto Wolff told Sky Sport Germany it was “a matter of experience” that Antonelli abandoned his lap after Verstappen's crash while Russell was “super clever”.</p><p>Verstappen's earlier time was still good enough for fifth ahead of the McLarens of Lando Norris and Oscar Piastri.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GT26CAWBOKFCLPSSUO6OSJR3RY.jpg?auth=e17a0163a6e7cf89f7ee7c2133aa3901d1fa1fb0d14d4f210a529c2bfdafb77d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain celebrates after setting the pole position during the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SC5H6BQLEJ6LNL47WAJ2EVMBNI.jpg?auth=e1cbe612ef3cc24801bf5133d9f49c8857c3b06f96ee73ef393c1929c3665aee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain reacts at the end of the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKZHV2ISXMB3SPCZELFSCYBRCA.jpg?auth=224cc1f2ec8280dfec4ee433afdc45c49bd98a393ddfe5acc5570eccd317baf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain steers his car during the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3C5BPFMZZFNIAOTTSL4OPUXY64.jpg?auth=5298d8c7ee041164886e6c7084bceff6b07921a22f7cf81ce3af0083e4cef427&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain steers his car during the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z44YBQPNSMWYNDYI74NYSSO2K4.jpg?auth=619c98687228a5fd9367da50f303c573b97f4f5088ffcd5649769e983d1638ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain, center, pole position, is flanked by second fastest time Ferrari driver Charles Leclerc of Monaco, led an third fastest time Ferrari driver Lewis Hamilton of Britain after the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Candace Parker, Elena Delle Donne lead Women’s Basketball Hall of Fame class in Knoxville]]></title><link>https://www.local10.com/sports/2026/06/27/candace-parker-elena-delle-donne-lead-womens-basketball-hall-of-fame-class-in-knoxville/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/candace-parker-elena-delle-donne-lead-womens-basketball-hall-of-fame-class-in-knoxville/</guid><dc:creator><![CDATA[By AL LESAR, Associated Press]]></dc:creator><description><![CDATA[KNOXVILLE, Tenn. (AP) — Candace Parker’s basketball journey has come full circle.]]></description><pubDate>Sat, 27 Jun 2026 16:36:30 +0000</pubDate><content:encoded><![CDATA[<p>KNOXVILLE, Tenn. (AP) — Candace Parker’s basketball journey has come full circle.</p><p>It started when she led Tennessee to two national championships, then continued in the WNBA, where she was part of three titles and won two MVP awards. She also helped the U.S. win two Olympic gold medals.</p><p>Parker will be inducted Saturday night into the Women’s Basketball Hall of Fame in Knoxville. She'll be joined by Elena Delle Donne, Amaya Valdemoro and Isabelle Fijalkowski; coaches Cheryl Reeve and Kim Muhl; television analyst Doris Burke; and posthumous veteran honoree Barbara Kennedy-Dixon.</p><p>Parker is the 11th player and 17th person with Tennessee ties to be enshrined. Later this summer, Parker and Delle Donne will be inducted into the Naismith Hall of Fame.</p><p>Delle Donne originally committed to play her college basketball at UConn but chose instead to stay close to her Wilmington home at the University of Delaware. She was a three-time Colonial Athletic Conference Player of the Year. She was the No. 2 overall pick in the 2013 WNBA draft. Delle Donne was a two-time WNBA MVP and was part of an Olympic gold medal-winning team.</p><p>Widely regarded as one of the most accomplished international players, Valdemoro made her mark in the WNBA. The native of Spain was part of the Houston Comets' run of three straight titles. She excelled in the EuroLeague.</p><p>Fijalkowski was born in France and played college basketball at the University of Colorado. She played in the WNBA’s first season, 1997, helping Cleveland to its only WNBA Finals appearance. She became the French national team’s all-time leading scorer (2,562 points).</p><p>The head coach and executive since 2010 with the WNBA’s Minnesota Lynx, Reeve has won the league’s Coach of the Year honor four times and Executive of the Year twice. Reeve has led the Lynx to four WNBA titles. She was an assistant coach on two gold medal-winning Olympic teams before leading the U.S. to gold in 2024 as the head coach. Reeve took a break from the busy WNBA season to come to the induction ceremony. Her team plays at Dallas on Sunday.</p><p>After 37 years, Muhl announced his retirement as head women’s basketball coach at Kirkwood Community College in Cedar Rapids, Iowa. He won 1,108 games.</p><p>Burke began working as a television analyst for Big East men’s basketball in the early 1990s. By 2017, she was a full-time NBA analyst for ESPN.</p><p>Kennedy-Dixon, who died in 2018, was a player and longtime administrator at Clemson.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EZENKCO3WSZBF23MNWO6DQKMYY.jpg?auth=bc93846d3da0e8f4a86663995d753f0bd1d20bd439277a80b925f1c9f880882f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Candace Parkert (3) celebrates after a shot during the national championship basketball game against Stanford at the NCAA Women's Final Four, April 8, 2008, in Tampa, Fla. (AP Photo/Amy Sancetta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Sancetta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YTWRQV7GFVK535WX6CEE5KSOY.jpg?auth=a6ee40091783514ae136280c790ac8de68640f66328dcdd3c356ec5660eb52c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Mystics forward Elena Delle Donne (11) looks to pass the ball as Phoenix Mercury forward Brianna Turner (21) defends during the first half of a WNBA basketball game, June 16, 2023, in Washington. (AP Photo/Nick Wass, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFDOI7U5Y2H2ZE5YBPINAMFNGI.jpg?auth=f746d781756ec6b04be9336f3ff53ccfbf4643a0861000accfc9e629325ba4c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Naismith Hall of Fame Class of 2026 inductee Candace Parker speaks during a news conference at the Final Four of the NCAA college basketball tournament, April 4, 2026, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJBOC53LKXZKYGEXKUK7B7UFEQ.jpg?auth=35a3cea0f90f5783b763c5cd21de0da1e36c76854488294b33addf0d7a9f93f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Spanish professional women's basketball player Amaya Valdemoro poses for photographers before the Marca Leyenda Awards Ceremony at Callao Cinema in Madrid on Nov. 26, 2013. (AP Photo/Abraham Caro Marin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abraham Caro Marin</media:credit></media:content></item><item><title><![CDATA[Trio arrested in connection with multiple smash-and-grab vehicle burglaries in Pinecrest ]]></title><link>https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Three men were arrested after Pinecrest police said they were scouting the town for smash-and-grab vehicle burglaries.]]></description><pubDate>Fri, 26 Jun 2026 19:33:14 +0000</pubDate><content:encoded><![CDATA[<p>Three men were arrested in connection with a string of smash-and-grab vehicle burglaries in Pinecrest, police said. </p><p><a href="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/">Leer en español</a></p><p>According to arrest reports, officers identified the suspects as Terrance Beron Sills, 22, Jayden Cereus, 18, both of Fort Lauderdale, and Kevin Peeples, 18, of Miami.</p><p>Police said officers were on patrol around 11:30 p.m. Thursday after receiving a be-on-the lookout alert for a gray Honda Accord that had been linked to multiple smash-and-grab burglaries in Pinecrest and repeatedly detected by automated license plate reader cameras throughout the village.</p><p>According to the reports, an officer spotted the vehicle near Southwest 122nd Street and Southwest 67th Avenue. </p><p>Investigators said the driver was wearing a black ski mask over the lower half of his face before pulling it down. They also confirmed that the driver, Cereus, turned off the car’s headlights and began reversing after noticing a marked police vehicle.</p><p>Officers said they stopped the Honda and detained all three occupants without incident.</p><p>According to the reports, officers found three automotive window punch tools, multiple pairs of gloves and black ski masks in plain view inside the car. Police said the tools are commonly used to quickly shatter vehicle windows during burglaries.</p><p>After being advised of their Miranda rights, the three suspects gave conflicting explanations about why they were in Pinecrest, according to the reports.</p><p>Police said Peeples told investigators the group was “staying at a hotel far from here,” and were looking for an Airbnb to rent in Pinecrest, but officers later contacted the homeowner at the address on his phone, who said they were not expecting anyone and did not know the suspects.</p><p>According to the reports, Sills, who told officers the Honda belonged to him, admitted the window punch tools were his but claimed he kept them in case he locked his keys inside the car. </p><p>Police said Sills also stated the group had driven from Fort Lauderdale “to look for cars” before refusing to answer additional questions.</p><p>Investigators said Cereus told officers the group had been driving around Pinecrest for about 30 minutes but also claimed the hotel where they were staying was about an hour away.</p><p>They said based on the car’s connection to previous burglaries, repeated license plate reader alerts, the items recovered from the car and the suspects’ conflicting statements, officers arrested all three men.</p><p>Police have not disclosed how many valuables or how much property was stolen in the burglaries linked to the thefts. </p><p>Jail records show Sills, Cereus and Peeples each face one count of possession of burglary tools and one count of loitering or prowling. </p><p>As of Friday, all three suspects are being held on a $5,100 bond at the Turner Guilford Knight Correctional Center.</p><p>Anyone with information on the case is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Starlink offers free service through July 25, but a kit is $470]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Fire Rescue announced on Friday that the U.S. State Department “activated” the department’s search-and-rescue team to work in Venezuela after the two earthquakes. ]]></description><pubDate>Fri, 26 Jun 2026 19:49:56 +0000</pubDate><content:encoded><![CDATA[<p>Starlink had just become available to customers in Venezuela in February, and on Thursday, after the earthquakes, active customers received a credit for free service through July 25.</p><p>The standard Starlink hardware kit costs about $470 in Venezuela, where there are only three authorized dealers: <a href="https://tiendasdaka.com/ve" target="_self" rel="" title="https://tiendasdaka.com/ve">Daka</a>, <a href="https://multimax.com.ve/tiendas/" target="_self" rel="" title="https://multimax.com.ve/tiendas/">Multimax</a>, and <a href="https://soytechno.com/" target="_self" rel="" title="https://soytechno.com/">Soytechno</a>. The residential plan starts at $55 monthly. </p><p>The satellite internet company operated by SpaceX <a href="https://starlink.com/en-lb/support/article/28779c02-f1cb-4d77-1f75-b947ae179c91?srsltid=AfmBOorHTpFseer3NaqsV_TiHxxGO5qk17sUtAOWJR0mhJ4I6FdQLpjx" target="_self" rel="" title="https://starlink.com/en-lb/support/article/28779c02-f1cb-4d77-1f75-b947ae179c91?srsltid=AfmBOorHTpFseer3NaqsV_TiHxxGO5qk17sUtAOWJR0mhJ4I6FdQLpjx">announced</a> that new customers in Venezuela’s impacted areas have to reach out to support after purchase to receive the free service through July 25.</p><p>Also, Venezuelan Starlink accounts are limited to one kit, and the subscription is restricted to a fixed residential service address. </p><p>The designated disaster zones qualify for free or heavily discounted disaster-recovery service credits. Interim President Delcy Rodríguez thanked Elon Musk and his Starlink team on Thursday. </p><p>“Every connection counts at a time like this,” Rodríguez said. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">My mom found my grandma in Venezuela due to Starlink. <br><br>My Grandma was wandering in La Guaira around the biggest destruction with every building around her fully toppled, and my mom reached a friend to get her out of the streets because Starlink was working.<br><br>All phone companies…</p>&mdash; Aaron Cordovez (@Aaron_Cordovez) <a href="https://x.com/Aaron_Cordovez/status/2070702754301960613?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li><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/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><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/UEWJXS2ONWZCXK2PAR4OJMDKSY.jpg?auth=cfba1b7e7adff0960881b680e1c439335c92c85e2862e38f3119319de1b24162&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced Venezuelans find refuge on Thursday night at a park in Caracas, Venezuela. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Lebanon's deal with Israel requires Hezbollah to disarm. That might be difficult]]></title><link>https://www.local10.com/news/world/2026/06/27/lebanons-deal-with-israel-requires-hezbollah-to-disarm-that-might-be-difficult/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/lebanons-deal-with-israel-requires-hezbollah-to-disarm-that-might-be-difficult/</guid><dc:creator><![CDATA[By BASSEM MROUE and SHLOMO MOR, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Hezbollah’s leader on Saturday criticized a framework agreement that Israel and Lebanon signed a day earlier to end months of conflict between the militant group and Israel, raising concerns about its effectiveness.]]></description><pubDate>Sat, 27 Jun 2026 16:50:41 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Hezbollah’s leader on Saturday criticized a framework agreement that Israel and Lebanon signed a day earlier to end months of conflict between the militant group and Israel, raising concerns about its effectiveness.</p><p>Lebanon and Israel signed the deal in Washington on Friday without Hezbollah. The agreement links Israel’s withdrawal from Lebanon to the Iran-backed militant group’s disarmament, something Hezbollah rejects.</p><p>Several previous ceasefire agreements that Lebanon has negotiated with Israel since the outbreak of the latest Israel-Hezbollah war were never implemented on the ground.</p><p>In a statement Saturday, Hezbollah leader Naim Kassem said his group will keep fighting until Israel is forced to leave Lebanon. The group's supporters protested in the streets of Beirut following the announcement of the agreement.</p><p>Despite the deal, the Lebanese state news agency reported an Israeli drone strike near the southern city of Nabatiyeh.</p><p>It also reported that the Israeli military released three Lebanese and three Syrian workers who were taken near the southern village of Ain Arab on Friday.</p><p>The deal calls on Israel to withdraw but only if Hezbollah disarms</p><p>Details of the deal that the U.S. State Department released Saturday state that Lebanon and Israel aim to eventually end the state of war between them that began when Israel was created in 1948.</p><p>The deal says Israel will withdraw from Lebanon provided Hezbollah disarms.</p><p>It calls for Israel to initially withdraw from two small areas — called pilot zones. It did not say where those two initial zones will be. The Lebanese army will gradually assume full security responsibility over those areas. The two countries will agree to future pilot zones for Israel's withdrawal in the future, the agreement says.</p><p>The deal has a security annex that includes the details of the deployment of the Lebanese army and redeployments of Israeli troops. The security annex was not made public.</p><p>As part of the deal, Israel stresses that the disarmament of Hezbollah throughout Lebanon and additional security measures to be agreed upon between the two countries will eliminate any future need for Israeli army’s military action or presence in Lebanon.</p><p>“The important principle established in the agreement is that there will be no redeployment by Israel in southern Lebanon, no withdrawal, as long as the terrorist organization Hezbollah is not disarmed throughout Lebanon,” said Israel's Defense Minister Israel Katz.</p><p>Katz added that the Israeli military has been instructed “to prepare for an extended stay in the security zone” inside Lebanon.</p><p>The talks between Israel and Lebanon were separate from the interim deal that was signed earlier this month by the leaders of the U.S. and Iran to end the fighting in the Islamic Republic.</p><p>Hezbollah's leader rejects the deal</p><p>From Hezbollah’s point of view, the deal is nonexistent, Kassem said Saturday.</p><p>He called the agreement a “humiliation,” adding that linking Israel’s withdrawal to Hezbollah’s disarmament as a “very dangerous suggestion.”</p><p>The deal prompted one of the group’s officials, Hassan Fadlallah, to warn that it could result in civil war because Hezbollah won't give up its weapons and will resist any measures taken by the Lebanese army.</p><p>Judge Ahmed Rami al-Hajj, Lebanon's top public prosecutor, on Saturday told the heads of the country’s security agencies to take measures to prevent riots.</p><p>Some Israelis and Lebanese are skeptical that the deal will last</p><p>The deal states that both Lebanon and Israel recognize that the restoration of security in southern Lebanon through the deployment of the Lebanese army, the safe return of its civilian population, and the security of Israel’s northern communities, are essential to long-term stability and peace.</p><p>“Personally, I don’t think it will be lasting because the Lebanese military cannot really stand a chance against Hezbollah,” said Israeli citizen Ronit Belson while visiting the town of Metula along the border with Lebanon.</p><p>In Lebanon, people were divided with Rabie Sammour, a resident of the southern city of Sidon saying: “People just want to rest for good. I support the Lebanese authorities in the decision” taken.</p><p>Another Sidon resident, Khaled Ghannoum, said the deal “legitimized Israel’s occupation.”</p><p>In an apparent reference to Iran, that has sent billions of dollars in cash to Hezbollah over the past four decades, the deal states that Lebanon and the United States commit to preventing funds from flowing to any entity, organization, or individual affiliated with non-state armed groups and to take available legal measures to proscribe the activity of any such entity, organization or individual.</p><p>The deal states that the Lebanese government explicitly commits to prevent reconstruction funds from flowing to non-state armed groups and connected entities.</p><p>_____</p><p>Mor reported from Metula, Israel. Associated Press journalist Ibrahim Hazboun contributed to this report from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QBJ3EBVAPHIXFTHSTFSJV5GCFA.jpg?auth=ae6ed0a5106cf8c843ec94610d4f4e748e8ccfe8c00fafe8a6add9a9e1643268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli and Lebanese flags hang in a memorial site on the border with Lebanon in northern Israel, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BLN7AY6TU4PF6ZJWVAKUGF7BO4.jpg?auth=720450036c486ef1c49fd90da50dae0d8f26c8a3b2042b05ebb351b3b49dfdaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli military APCs parked in northern Israel, near the border with Lebanon, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFYF5N76JBNGW5L5UBIEIL76GI.jpg?auth=5db1e2cf0a5edb183cb9f58ddf189c681929a827f18b42e77ca1eb04a0f97270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli flag on a destroyed building in southern Lebanon, as seen from northern Israel, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JXTJFGSJJ6CXYOC4MVWELA7RQY.jpg?auth=5e784b4b3d6497a05c00b5a2d37764642697b9c162c0204095f1ae6e8241e25a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paintings on a security wall on the border with Lebanon in northern Israel, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Hogar Bambi aims to protect vulnerable children ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Supporters of the South Florida-based Bambi International Foundation reported that their operation in Caracas needed support as a crisis with vulnerable children was unfolding after two earthquakes struck northern Venezuela ]]></description><pubDate>Sat, 27 Jun 2026 15:00:18 +0000</pubDate><content:encoded><![CDATA[<p>Supporters of the South Florida-based <a href="https://bambifoundation.org/about-us/" target="_self" rel="" title="https://bambifoundation.org/about-us/">Bambi International Foundation</a> reported that their operation in Caracas needed support as a crisis with vulnerable children was unfolding after two earthquakes struck northern Venezuela </p><p>Actor <a href="https://www.imdb.com/name/nm1183149/bio/" target="_self" rel="" title="https://www.imdb.com/name/nm1183149/bio/">Édgar Ramírez</a> was among the Venezuelans in the U.S. who raised awareness about the overwhelming needs of <a href="https://bambifoundation.org/about-us/" target="_self" rel="" title="https://bambifoundation.org/about-us/">the foundation</a>‘s Hogar Bambi, which has been in service since 1996 in Caracas.</p><p>Ramírez, most known for his role as a CIA assassin in “The Bourne Ultimatum,” used Instagram to make a plea for help and share a Pinecrest-based Bank of America account for donors. </p><figure><img src="https://www.local10.com/resizer/v2/T4P5HMBAFBBSNEDIYNO4NMMJ7E.jpg?auth=44ca111c9b0b14359d379c23e94e6205b6869d1070a78043dee910c1d61ca6f0&smart=true&width=1200&height=900" alt="Edgar Ramírez promotes a South Florida-based nonprofit organization that funds services for vulnerable children in Caracas.  As needs increased after the earthquakes, he shared bank account details on Instagram." height="900" width="1200"/><figcaption>Edgar Ramírez promotes a South Florida-based nonprofit organization that funds services for vulnerable children in Caracas.  As needs increased after the earthquakes, he shared bank account details on Instagram.</figcaption></figure><p>In her latest update, Erika Spillmann, the president of Hogar Bambi, said that her staff was visiting hospitals to investigate and assess reports, and to dispel rumors amid a new wave of misinformation. </p><p>“We are going to do everything possible to help all of the children in need,” Spillman said from the Hogar Bambi building at the Avenida José Manuel Sanz, according to <a href="https://www.facebook.com/hogarbambivenezuela/?locale=es_LA" target="_self" rel="" title="https://www.facebook.com/hogarbambivenezuela/?locale=es_LA">a video update</a> released on Friday. </p><p>The nonprofit’s staff expected the Venezuelan government’s agency that is responsible for protecting minors to surrender a new wave of orphans to their organization for temporary shelter and care. </p><p>Spillman asked supporters and donors to follow the organization’s accounts <a href="https://www.instagram.com/hogarbambi/?hl=en" target="_self" rel="" title="https://www.instagram.com/hogarbambi/?hl=en">on Instagram</a> and <a href="https://www.facebook.com/hogarbambivenezuela" target="_self" rel="" title="https://www.facebook.com/hogarbambivenezuela">on Facebook</a> for more updates. The nonprofit was also fundraising <a href="https://www.globalgiving.org/donate/23993/hogar-bambi-venezuela/" target="_self" rel="" title="https://www.globalgiving.org/donate/23993/hogar-bambi-venezuela/">on Global Giving</a>. </p><p>For more information about the foundation’s programs and about how to donate, <a href="https://bambifoundation.org/" target="_self" rel="" title="https://bambifoundation.org/">visit this page</a>. </p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SILILHCUEIAKKJAVEF4F7APJAE.jpg?auth=c0f814e899c52e5d6769cb441da29074631b469a55b62db03fa8ac8213db70fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dust rises from what is left of buildings on Saturday in Catia La Mar, Venezuela, after two earthquakes struck on Wednesday. (AP Photo/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Djokovic tells Serena Williams she's 'inspirational' ahead of her Wimbledon return]]></title><link>https://www.local10.com/sports/2026/06/27/djokovic-tells-serena-williams-shes-inspirational-ahead-of-her-wimbledon-return/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/djokovic-tells-serena-williams-shes-inspirational-ahead-of-her-wimbledon-return/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Novak Djokovic calls Serena Williams' tennis comeback “inspirational” and “epic.”]]></description><pubDate>Sat, 27 Jun 2026 14:58:11 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Novak Djokovic calls Serena Williams' tennis comeback “inspirational” and “epic.”</p><p>“That’s what I told her,” Djokovic said Saturday at Wimbledon.</p><p>The 44-year-old Williams is the buzz of SW19 — the famous post code of Wimbledon — as she prepares to play her first singles match at the event in four years Tuesday when she faces No. 53 Maya Joint in the first round.</p><p>Williams had been away from the sport since her farewell at the 2022 U.S. Open but she accepted a wild-card entry to play women's doubles with her sister Venus, who is 46. And then she accepted another to play singles.</p><p>“I see her in the gym more than I have, I think, seen her when she was at her prime,” Djokovic, a 24-time major champion, said of Williams, a 23-time major winner in singles. “It tells me that she really wants this to work out the best way possible.”</p><p>Djokovic added: “I always admired her career, her journey, her story. Of course, Venus’, as well.”</p><p>Williams’ most-recent appearance at Wimbledon was in 2022 when she lost in the opening round to Harmony Tan, who was then-ranked 115th. The American great walked away from tennis — she described it as “evolving” away — after losing in the third round to Ajla Tomljanovic at Flushing Meadows. Her second daughter was born in 2023.</p><p>Williams, a seven-time Wimbledon singles title winner, could meet defending champion Iga Swiatek in the third round.</p><p>No. 1 Aryna Sabalenka is among the many players and fans looking forward to next week.</p><p>“I heard she said she’s doing that for her kids to see her play. They really get excited about that,” Sabalenka said.</p><p>“It’s amazing what she’s doing. Also it’s Serena Williams, everyone was talking about that. She’s bringing more eyes on tennis. It’s a good thing for tennis. I’m really excited to see her play.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DKUFIVE72WCEBGX4RS47KCQP7U.jpg?auth=cfafb896ab7e963de1176581006c5504c54c7e02dd5851e7ba07d2d58aa23502&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 U.S. reacts during a practice session, ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Saturday June 27, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57BLDLKQ2FDZ323YWHXEHGD3MA.jpg?auth=48d89fb6e669ae0a1229199aea5c695eda9270f36f7136581984bbe9ac3e9c1f&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 U.S. reacts during a practice session, ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Saturday June 27, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3UUGMAI5HQT4AWFSZRPBCIHOM.jpg?auth=f3b674466a1a0c9535a90ce700ae94a15b1af4c2c71a60def1c47925f987c074&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 U.S. speaks with Grigor Dimitrov of Bulgaria, ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Saturday June 27, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WQ37NVIKRYUO6JLC7SV73OK6QE.jpg?auth=021e10e716d1b7cc8cbc57210e1fa41e95c13fa173ff5c3edf9cdf06eefe0ce6&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[Israeli drone strike kills Palestinian siblings in a Gaza tent camp]]></title><link>https://www.local10.com/news/world/2026/06/27/israeli-drone-strike-kills-palestinian-siblings-in-a-gaza-tent-camp/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/israeli-drone-strike-kills-palestinian-siblings-in-a-gaza-tent-camp/</guid><dc:creator><![CDATA[By WAFAA SHURAFA, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — An Israeli drone strike on Saturday killed two Palestinian siblings, including a 15-year-old girl, in southern Gaza and wounded at least seven others, according to Nasser hospital, where the casualties were taken.]]></description><pubDate>Sat, 27 Jun 2026 14:39:53 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — An Israeli drone strike on Saturday killed two Palestinian siblings, including a 15-year-old girl, in southern Gaza and wounded at least seven others, according to Nasser hospital, where the casualties were taken.</p><p>The strike targeted tents sheltering displaced Palestinians in the sprawling camp of Muwasi, killing 15-year-old Islam Moussa and her 30-year-old brother, Abdullah Moussa.</p><p>The Israeli military acknowledged it had struck the area of Muwasi, saying it had targeted a Hamas militant but did not immediately provide more information.</p><p>In the hospital's courtyard, relatives wept over the bodies covered in white burial shrouds.</p><p>Also on Saturday, Palestinians reported hearing a loud boom in Gaza City.</p><p>The Israeli military struck a tent sheltering displaced Palestinians in western Gaza City, wounding at least 12 people, according to Shifa hospital. The ambulance service of the Palestinian Red Crescent Society said two people were critically wounded and the majority of those hurt were women.</p><p>The Israeli military did not immediately respond to a request for comment on the strike, and it was not immediately clear what the target was.</p><p>Despite a fragile ceasefire reached in October that paused the heaviest fighting between Israel and the Hamas militant group, Israel continues to carry out near-daily strikes and shelling across the coastal enclave. Israel and Hamas continue to trade accusations of violating the ceasefire. Israel says it is targeting Hamas and other militants who pose a threat and in response to ceasefire violations.</p><p>Since the ceasefire went into effect, Israel has killed more than 1,030 people in Gaza, according to Gaza’s Health Ministry, part of the Hamas-led government. The ministry maintains detailed casualty records that are seen as generally reliable by United Nations agencies and independent experts. But it does not give a breakdown of civilians and militants.</p><p>The ministry last week said Israel has killed over 250 children in Gaza since the ceasefire took effect.</p><p>A team of independent experts commissioned by the United Nations has accused Israel of deliberately shooting children in Gaza, and repeated an accusation that Israel has committed genocide in the territory. Israel denies the claim that it committed genocide in Gaza during the two-year war.</p><p>The Israel-Hamas war broke out on Oct. 7, 2023, with a Hamas-led attack on southern Israel that killed some 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,050 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C77BZVOGRSPSUYOOGJT7TJT5KE.jpg?auth=e8dd6790f887f352a20346a9e4e7d112081a99486e2b64df6f52a7aa8544ffe3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners pray over the bodies of Palestinian men who were killed in an Israeli airstrike in the Maghazi refugee camp on Friday, during their funeral in Deir al-Balah, Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IN77RB7UTY2IV2KWN3KVU6U3I.jpg?auth=7da5bf01a7497fb0388ba8dba4404b10528a8fbafa71742a9645bd29e9f855b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners pray over the bodies of Palestinian men who were killed in an Israeli airstrike in the Maghazi refugee camp on Friday, during their funeral in Deir al-Balah, Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JRITTCD2BJJHIKFNDRKLLH4SFA.jpg?auth=2587162141b9fe102b4c56e2caf68b977c0a96f172389de5f755e3cb6007b13c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A civil defense excavator searches for the remains of Palestinians who were killed during the early months of the Israel-Hamas war and remained trapped beneath collapsed buildings, in Gaza City, Saturday, June 27, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUEGVT6TSXGCVS2LDAWYDBA3ZY.jpg?auth=bfb843e74c28319fe0173f27d81a9dfb38be22d06bbfcee02c1e1069a2a3fc60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners take the last look at the bodies of Palestinian men who were killed in an Israeli airstrike in the Maghazi refugee camp on Friday, during their funeral in Deir al-Balah, Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Video shows freight train collide with car on tracks in Hollywood]]></title><link>https://www.local10.com/news/local/2026/06/27/video-shows-freight-train-collide-with-car-on-tracks-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/video-shows-freight-train-collide-with-car-on-tracks-in-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A freight train struck a car on the tracks late Friday in Hollywood, but the family inside escaped without serious injuries, authorities said.]]></description><pubDate>Sat, 27 Jun 2026 11:00:04 +0000</pubDate><content:encoded><![CDATA[<p>A freight train struck a car on the tracks late Friday in Hollywood, but the family inside escaped without serious injuries, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/">Leer en español</a></p><p>They said the crash happened just after 11 p.m. on Hollywood Boulevard near Interstate 95. </p><p>Video from the scene shows the train colliding with the car before people rushed to see whether anyone was hurt.</p><p>Authorities said the train is operated by Grupo Mexico. </p><p>It was not immediately clear how the car ended up on the tracks.</p><p>The family inside the vehicle was shaken but otherwise uninjured, officials said. No other injuries were reported.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video muestra tren de carga chocar contra auto sobre las vías en Hollywood]]></title><link>https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un tren de carga chocó contra un auto sobre las vías la noche del viernes en Hollywood, pero la familia que viajaba en el vehículo logró salir sin sufrir lesiones graves, informaron las autoridades.  ]]></description><pubDate>Sat, 27 Jun 2026 14:27:56 +0000</pubDate><content:encoded><![CDATA[<p>Un tren de carga chocó contra un auto sobre las vías la noche del viernes en Hollywood, pero la familia que viajaba en el vehículo logró salir sin sufrir lesiones graves, informaron las autoridades.</p><p>Las autoridades indicaron que el accidente ocurrió poco después de las 11 p.m. en Hollywood Boulevard, cerca de la Interestatal 95.</p><p>Un video de la escena muestra el momento en que el tren chocó contra el auto antes de que varias personas corrieran para verificar si alguien había resultado herido.</p><p>Las autoridades informaron que el tren es operado por Grupo México.</p><p>No quedó claro de inmediato cómo el auto terminó sobre las vías.</p><p>Los funcionarios indicaron que la familia que viajaba en el vehículo quedó conmocionada, pero no sufrió lesiones. No se reportaron otras personas heridas. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[MDSO: Muere niño de cinco años tras ser atropellado por camioneta pickup en Krome Motorcross Park]]></title><link>https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/</guid><dc:creator><![CDATA[Ryan Mackey, Linnie Supall]]></dc:creator><description><![CDATA[Un niño de cinco años murió la noche del viernes tras ser atropellado por el conductor de una camioneta pickup mientras montaba una bicicleta en el noroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade (MDSO).  ]]></description><pubDate>Sat, 27 Jun 2026 14:24:51 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de cinco años murió la noche del viernes tras ser atropellado por el conductor de una camioneta pickup mientras montaba una bicicleta en el noroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade (MDSO).</p><p>Los agentes informaron que el accidente ocurrió alrededor de las 9:13 p.m. en Krome Motocross Park, ubicado en la cuadra 16000 de Northwest 177th Avenue, cerca de Krome Avenue.</p><p>Según los investigadores, los agentes respondieron a reportes de un accidente de tránsito que involucraba a un niño en bicicleta. Miami-Dade Fire Rescue declaró al menor muerto en el lugar.</p><p>La investigación preliminar determinó que el niño montaba su bicicleta entre vehículos estacionados y cruzó hacia la trayectoria de una camioneta Chevrolet Silverado que salía de la propiedad antes de ser atropellado, indicaron las autoridades.</p><p>La identidad del niño y del conductor no ha sido divulgada por el momento.</p><p>Las autoridades informaron que la Unidad de Homicidios de Tránsito de la MDSO investiga el accidente.</p><p>Krome Motocross Park confirmó en redes sociales que una carrera programada para este fin de semana fue cancelada.</p><p>“El fin de semana de carreras queda cancelado debido a circunstancias extremadamente lamentables. Hemos tomado la decisión de cancelar la carrera de este fin de semana”, señala el comunicado. “Ofrecemos nuestras más sinceras disculpas por los inconvenientes y agradecemos su comprensión durante este momento. Mantendremos a todos informados a medida que tengamos más información. Gracias por su continuo apoyo y esperamos verlos muy pronto”. </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[Reabren planta en México para combatir al gusano barrenador en medio del avance de la plaga en EEUU]]></title><link>https://www.local10.com/espanol/2026/06/27/reabren-planta-en-mexico-para-combatir-al-gusano-barrenador-en-medio-del-avance-de-la-plaga-en-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/reabren-planta-en-mexico-para-combatir-al-gusano-barrenador-en-medio-del-avance-de-la-plaga-en-eeuu/</guid><dc:creator><![CDATA[Por EDGAR H. CLEMENTE, Associated Press]]></dc:creator><description><![CDATA[METAPA DE DOMÍNGUEZ, México (AP) — Los gobiernos de México y Estados Unidos pondrán en marcha el sábado en el estado mexicano sureño de Chiapas una planta para la producción de moscas estériles que ayudará a erradicar el gusano barrenador, una plaga que ha infestado el ganado en los dos países y ha afectado el intercambio comercial.]]></description><pubDate>Sat, 27 Jun 2026 16:12:52 +0000</pubDate><content:encoded><![CDATA[<p>METAPA DE DOMÍNGUEZ, México (AP) — Los gobiernos de México y Estados Unidos pondrán en marcha el sábado en el estado mexicano sureño de Chiapas una planta para la producción de moscas estériles que ayudará a erradicar el gusano barrenador, una plaga que ha infestado el ganado en los dos países y ha afectado el intercambio comercial.</p><p>La activación del complejo, que realizarán la presidenta Claudia Sheinbaum y la secretaria de Agricultura de Estados Unidos, Brooke Rollins, se da a más de tres semanas de la detección del primer caso del gusano barrenador en Estados Unidos, donde se han registrado 20 contagios que han encendido las alertas de las autoridades.</p><p>El desarrollo de la planta representa el más reciente esfuerzo de México y Estados Unidos, que desde el año pasado vienen trabajando de manera conjunta para detener el avance de una plaga que se ha extendido por 27 de los 32 estados en el territorio mexicano. El país acumula a la fecha 1.907 casos activos.</p><p>En Chiapas, estado fronterizo con Guatemala, ya existió una planta para la producción de moscas, pero cerró sus actividades en 2013 cuando México fue declarado libre de la plaga y ambos países pusieron fin a un acuerdo binacional que se inició en 1972, según información del gobierno mexicano.</p><p>La producción de moscas estériles es una forma de control biológico que permite interrumpir el ciclo reproductivo del insecto. El gusano es una larva de la mosca Cochliomyia hominivorax que puede invadir los tejidos de cualquier animal de sangre caliente, incluidos los humanos.</p><p>Ambos gobiernos realizaron una inversión conjunta de 51 millones de dólares para convertir la vieja planta de producción de moscas del mediterráneo de Chiapas en un complejo que producirá semanalmente 100 millones de moscas estériles del gusano barrenador, de acuerdo con cifras del Servicio Nacional de Sanidad, Inocuidad y Calidad Agroalimentaria (Senasica).</p><p>En la actualidad, México se abastece de moscas estériles de una planta que opera en Panamá. En Texas también se está construyendo una planta de moscas que iniciará operaciones el próximo año.</p><p>Ganaderos consultados aseguran que la reapertura de la planta es algo tardía debido a que los primeros brotes surgieron hace casi dos años y la producción estimada de moscas será insuficiente, algo que podría dificultar y dilatar la erradicación nuevamente de la plaga.</p><p>“Espero que ahora con la inauguración de la planta exista respaldo al área ganadera, porque tenemos cerrada la frontera de Estados Unidos para la exportación de ganado y nos afecta en el precio de la res”, afirmó el ganadero Omar Ornelas, que tiene justo ahora en su rancho, ubicado en Tuxtla Chico — municipio vecino a Metapa, donde está la planta—, un animal infectado con gusano barrenador al que ha tenido que curar con recetas caseras aplicando productos de veterinaria e incluso diésel y cal.</p><p>Arnoldo Montaño, presidente de la asociación ganadera de la ciudad de Tapachula, agregó que los productores creen que la cifra de moscas anunciadas para su liberación representa apenas una tercera parte de la requerida, lo que alargará el tiempo de control del gusano barrenador debido a que en más de 18 meses la plaga se propagó exponencialmente.</p><p>Restricciones al comercio binacional</p><p>Tras la detección de los primeros contagios de ganado en Texas, las autoridades de México y Estados Unidos decidieron el 9 de junio suspender temporalmente la importación ‌al territorio mexicano de animales vivos procedentes del vecino país en un esfuerzo por contener el avance de la plaga.</p><p>La restricción de importación rige para los bovinos, rumiantes silvestres, equinos para reproducción, deporte, exhibición y tránsito, cerdos, ovinos, caprinos, aves canoras y hurones originarios y procedentes de Estados Unidos.</p><p>Estados Unidos también ha cerrado en los últimos 18 meses en tres oportunidades el paso del ganado mexicano por su frontera tras el primer brote que se detectó en México en noviembre del 2024. El último cierre indefinido se decidió el pasado 9 de julio luego que se localizó una res contagiada en la localidad de Ixhuatlán de Madero, en el estado oriental de Veracruz.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMJR4Y2YA2732DBKZUZRTDEIGY.jpg?auth=47d7604a610055e20fae90b2b9c9ff063ba703d4360a91fbb0fc710071a9d717&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO -- Un recipiente de prueba, con pupas de mosca teñidas, se exhibe en una instalación de producción de moscas estériles para combatir la propagación hacia el norte del gusano barrenador del Nuevo Mundo y proteger al ganado estadounidense, el 9 de febrero de 2026, en Edinburg, Texas. (AP Foto/Eric Gay, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[5.9 magnitude earthquake shakes Pakistan and Afghanistan, no damage reported]]></title><link>https://www.local10.com/tech/2026/06/27/59-magnitude-earthquake-shakes-pakistan-and-afghanistan-no-damage-reported/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/27/59-magnitude-earthquake-shakes-pakistan-and-afghanistan-no-damage-reported/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PESHAWAR, Pakistan (AP) — A magnitude 5.9 earthquake struck parts of Pakistan and neighboring Afghanistan on Saturday, sending panicked residents across Pakistan rushing out of their homes, authorities said. There were no immediate reports of damage or casualties.]]></description><pubDate>Sat, 27 Jun 2026 16:36:52 +0000</pubDate><content:encoded><![CDATA[<p>PESHAWAR, Pakistan (AP) — A magnitude 5.9 earthquake struck parts of Pakistan and neighboring Afghanistan on Saturday, sending panicked residents across Pakistan rushing out of their homes, authorities said. There were no immediate reports of damage or casualties.</p><p>The epicenter was in the Hindu Kush region of Afghanistan, according to the Pakistan Meteorological Department. The U.S. Geological Survey measured the quake at magnitude 6.1.</p><p>Tremors were felt in Islamabad, as well as in the eastern province of Punjab and the northwestern province of Khyber Pakhtunkhwa, which borders Afghanistan. It was also felt in Pakistan-administered Kashmir.</p><p>Emergency services in Khyber Pakhtunkhwa said district administrations were placed on alert.</p><p>Anwar Shahzad, a spokesperson for the Provincial Disaster Management Authority, said that initial assessments had found no reports of casualties or damage.</p><p>In Afghanistan, the quake jolted Kabul and other parts of the country, the Afghanistan National Disaster Management Authority said.</p><p>Pakistan lies along an active seismic zone and is frequently affected by earthquakes. A magnitude 7.6 earthquake in 2005 killed tens of thousands of people in Pakistan and Kashmir, the disputed Himalayan region divided between Pakistan and India and claimed by both countries.</p><p>Afghanistan has also suffered repeated quakes in recent years that have claimed thousands of lives.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DN7C3BMNCIA3JIGA7HU22NLAI4.jpg?auth=33a15e6404f222ed898129f84add38d0cf9de3607eb60665cebd33d70432081d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Pakistan with its capital, Islamabad, and the Kashmir region. (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><dc:creator><![CDATA[Local10.com Team | Share@Local10.com ]]></dc:creator><description><![CDATA[Back-to-back earthquakes in Venezuela have killed at least 920 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 920 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>The Venezuelan government and military have welcomed rescue crews and relief efforts from all over the world.</p><p>Here are locations in South Florida that are accepting donations for relief efforts.</p><h3><u><b>BROWARD COUNTY</b></u></h3><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><b>Miramar:</b></p><p>Miramar Police Headquarters, 11765 City Hall Promenade </p><p>Fire Station 19, 6700 Miramar Parkway</p><p>Fire Station 70, 9001 Miramar Parkway</p><p>Fire Station 107, 11811 Miramar Parkway</p><p>Fire Station 84, 14801 SW 27th St.</p><p>Fire Station 100, 2800 SW 184th Ave.</p><p>Donations needed include non-perishables, water, batteries, hand sanitizer, professional first-aid kits, gloves, masks, pet supplies, new blankets, tarps, trash bags, etc. </p><p>(Not accepting clothing, shoes, linens, or similar items)</p><h3><u><b>MIAMI-DADE COUNTY</b></u></h3><p>Here is the list of the aid drop-off locations that the <b>Miami-Dade tax collecto</b>r 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><b>MIAMI BEACH: </b>100 16 St. </p><p><b>CORAL GABLES:</b> 224 Minorca Ave. </p><p><b>DOWNTOWN MIAMI: </b>200 NW 2nd Ave. </p><p><b>KENDALL: </b>11735 SW 147 Ave. </p><p><b>MIAMI CENTRAL:</b> 3721 NW 7 St. </p><p><b>MIAMI GARDENS:</b> 18326 NW 7 Ave. </p><p><b>NORTHSIDE:</b> 7900 NW 27 Ave. </p><p><b>MIDWAY CROSSINGS: </b><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><b>CORAL REEF:</b> 14652 SW 122 Ave. </p><p><b>FLORIDA CITY: </b>1448 North Krome Ave. </p><p><b>HIALEAH GARDENS: </b>11093 NW 138 St. </p><p><b>The Inter Miami CF team store</b> at Nu Stadium is open through Friday, July 3 from 9 a.m. - 3 p.m. </p><p><b>MIAMI BEACH</b></p><p>Here is the list of the Miami Beach Fire Rescue locations that will be open from 8 a.m. to 6 p.m. from June 29 to July 2:</p><p>SOUTH BEACH: Fire Station 1 at 1051 Jefferson Ave. </p><p>BAYSHORE: Fire Station 2 at 2300 Pine Tree Drive </p><p>MID BEACH: Fire Station 3 at 5303 Collins Ave. </p><p>NORTH BEACH: Fire Station 4 at 6880 Indian Creek Drive </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 58thThe </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><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li><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/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><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/E4AMKB3HDVHW5CADHJ74JT6H5Q.jpeg?auth=eef8f396814f0aede676f93e0f4c86453cbb507e6093d120c738ba9f4e230dc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[World Cup what to know: Round of 32 to be finalized after final 6 matches of group play]]></title><link>https://www.local10.com/news/2026/06/26/world-cup-what-to-know-round-of-32-to-be-finalized-after-final-6-matches-of-group-play/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/26/world-cup-what-to-know-round-of-32-to-be-finalized-after-final-6-matches-of-group-play/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[The World Cup knockout rounds are almost here.]]></description><pubDate>Fri, 26 Jun 2026 23:54:40 +0000</pubDate><content:encoded><![CDATA[<p>The World Cup knockout rounds are almost here.</p><p>The field for the Round of 32 will be finalized on Saturday following more than two weeks of competition across three countries.</p><p>While majority of the field is set, there are still some spots up for grabs with six group-stage matches remaining, leaving some teams jockeying for position and others fighting to advance.</p><p>Still others find themselves on the bubble, relying on other teams to determine their World Cup fate.</p><p>The knockout rounds begin Sunday.</p><p>The expansion to 48 teams in the World Cup has added intrigue — and in some cases, the confusion — over which 32 teams advance, with tiebreakers coming into play. The top two finishing teams from each of the 12 groups and eight third-place finishers move on.</p><p>The most intriguing match on Saturday might be Cristiano Ronaldo’s Portugal against Colombia.</p><p>Colombia has already secured a spot in the Round of 32 and can win Group K with a win or draw. Portugal needs a win to take the group, but can also advance with a draw or possibly even a loss.</p><p>Portugal coach Roberto Martinez said winning the group would be nice, but it doesn’t matter as long as the team advances.</p><p>“It doesn’t. It doesn’t,” Martinez said. “My experience, probably in my first World Cup, I would have said yes. You sit down and you are so inexperienced, you want to plan everything ... and then you realize that doesn’t happen in competitions.”</p><p>Martinez said in the end, “you have to be able to beat everybody and anybody.”</p><p>The match in Miami Gardens, Florida, will be played in typical June conditions, with temperatures expected to hover around 87 degrees Fahrenheit (30 Celsius) with high humidity when the match kicks off.</p><p>What to watch on June 27</p><p>— Panama vs. England, 5 p.m. EDT in East Rutherford, New Jersey (Fox/Telemundo/Peacock)</p><p>— Croatia vs. Ghana, 5 p.m. EDT in Philadelphia (FS1/Telemundo/Peacock)</p><p>— Colombia vs. Portugal, 7:30 p.m. EDT in Miami Gardens, Florida (Fox/Telemundo/Peacock)</p><p>— Congo vs. Uzbekistan, 7:30 p.m. EDT in Atlanta (FS1/Telemundo/Peacock)</p><p>— Algeria vs. Austria, 10 p.m. EDT in Kansas City, Missouri (Fox/Telemundo/Peacock)</p><p>— Jordan vs. Argentina, 10 p.m. EDT in Arlington, Texas (FS1/Telemundo/Peacock)</p><p>Messi not starting with Argentina having clinched Group F</p><p>Lionel Messi, the top scorer in World Cup history, will not start when defending tournament champion and Group F winner Argentina plays Jordan.</p><p>Argentina coach Lionel Scaloni said Friday that Messi will begin on the bench, but also indicated that he “will come in a little bit later.”</p><p>Messi scored all five goals for Argentina in its first two games of this tournament. He had his first World Cup hat trick in a 3-0 win over Algeria to tie the career scoring record at 16 goals, and broke that mark by scoring both goals in a 2-0 win over Austria on Monday.</p><p>England’s Reece James to sit vs. Panama</p><p>Right back Reece James will miss England’s group-stage finale against Panama because of a hamstring injury, midfielders Declan Rice and Elliott Anderson may play and winger Bukayo Saka could make his first start of the tournament.</p><p>James was hurt during Tuesday’s 0-0 draw against Ghana, and coach Thomas Tuchel described the injury as minor. James did not travel to New Jersey, the site of Saturday’s match, from England’s training camp in Kansas City, Missouri.</p><p>England beat Croatia 4-2 and tied Ghana, putting itself in position to reach the knockout rounds for the sixth time in seven World Cups.</p><p>Tuchel said his James’ status for the Round of 32 was unclear. Panama has already been eliminated.</p><p>Congo looks to join African teams in the Round of 32</p><p>Congo pulled off one of the surprising results of the World Cup by holding Portugal to a 1-1 draw in its opener, earning a point in the tournament for the first time. Now it hopes to earn its first win and join the wave of African teams advancing to the knockout rounds.</p><p>“We are very, very happy to have got this first point and first goal for Congo, but we have a final to play tomorrow,” coach Sébastien Desabre said ahead of Saturday’s Group K game against Uzbekistan. “I hope that I’ll get the Congolese people to dream tomorrow a little bit.”</p><p>Congo’s one previous appearance at the World Cup was under its former name, Zaire, in 1974, when it lost all three games, including a 9-0 rout at the hands of Yugoslavia.</p><p>A win gives Congo a chance to advance.</p><p>Uzbekistan has never earned a World Cup point.</p><p>Croatia and Ghana play for right to advance to knockout round</p><p>Separated by one point, Ghana and Croatia both have something meaningful to play for in their Group L match.</p><p>Ghana needs only a draw to reach the knockout round. Croatia, however, needs a win to be assured of a spot in the Round of 32.</p><p>England and Ghana are tied at four points, and Croatia has three points.</p><p>“Everyone’s ready, everyone was real happy with the result against England,” Ghana midfielder Antoine Semenyo said. “It’s going to be a tough game tomorrow, but everyone is excited and ready.”</p><p>Ghana hasn’t made it to the knockout round since reaching the quarterfinals in 2010 in South Africa.</p><p>Is Austria better off losing?</p><p>By the time Austria and Algeria begin their Group J finale, both will know how the knockout bracket looks, and what the consequences will be for finishing second or third behind group winner Argentina.</p><p>This is where things get awkward: It might actually behoove Austria to lose.</p><p>The way the bracket is set up, the Group J runner-up faces the Group H winner, which could be reigning European champion Spain. But the third-place finisher would face the Group B winner, which means a potentially easier matchup against Switzerland.</p><p>Asked if he wanted his team to avoid winning, Austria coach Ralf Rangnick replied: “No, definitely not.”</p><p>“Once we start we will know,” Rangnick said Friday, “but it will not influence our match. ... If we have a draw tomorrow, we can go on, but we cannot go into a match and just say, ‘We’ll play for a draw.’”</p><p>In 1982, in what became known as the “Disgrace of Gijon,” West Germany beat Austria 1-0, a result that advanced both teams over Algeria. Both teams seemed to quit trying after the first goal was scored, leading FIFA to implement simultaneous kickoffs on the final day of group play.</p><p>“We go out, we want to win the game,” Austria midfielder Konrad Laimer said. “It doesn’t matter who we face.”</p><p>More World Cup news</p><p>— ‘Pride Match’ organizers highlight Seattle’s inclusivity amid opposition from Iran and Egypt</p><p>— A maple leaf-shaped ‘Canadian clapper’ sparks a World Cup buzz across Toronto</p><p>— Mexico teenager Gilberto Mora impresses in first World Cup start and could see role expand</p><p>— Panama striker Cecilio Waterman, midfielder José Luis Rodríguez have training ground confrontation</p><p>— Bastian Schweinsteiger says his remarks on Ivory Coast’s style at World Cup were not about people</p><p>— Day 16 of the World Cup, in photos</p><p>Stats of the day</p><p>Scoring first in the World Cup is obviously a huge advantage, but doesn’t necessarily lead to a win or draw. In fact, seven teams have overcome deficits in group play to win. South Korea rallied to beat the Czech Republic 2-1 with two late goals, Algeria battled back from a halftime deficit to top Jordan 2-1 and, most recently, Turkiye stunned the United States with a last-second goal to win 3-2. Egypt, Germany, Morocco and Ecuador have also overcome deficits to win.</p><p>___</p><p>AP Sports Writers Dave Skretta, Alanis Thames, James Robson, Ronald Blum, Stephen Hawkins and Dan Gelston contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KMDC4DEQJTISW5KESMEQLIQURM.jpg?auth=a4bdf178cd99877b6061d9747895e8cb11301450024fe4b5562f09acd3e2c01e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo, center talks to Vitinha during the men's national soccer team World Cup training session Thursday, June 25, 2026, in Palm Beach Gardens, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2SDIWSN2JOJMPVYLDNE3DWTREM.jpg?auth=34952784b6378f101fae36d5865f49d7c055c26d757275a3c2f1da4786ac36a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi watches training for the World Cup soccer tournament Wednesday, June 24, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4CWZ7JB3YTDBBLKRCBIYTHNWI.jpg?auth=e6994c82ae15c8e45b74b93192428a95c5bbdf71c14efd690de17254a0b5bd05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Colombian soccer fans cheer before a World Cup qualifying soccer game between Ecuador and Colombia in Quito, Ecuador, June 10, 2012. (AP Photo/Dolores Ochoa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KC3UBWSQCE3VNFM26MMUOXPLYY.jpg?auth=94a64b3d6a21e24a03a4c7b53b294329c7190eb9d5c3f937ccd8ee2b49e9f8b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's James Rodriguez (10) and Luis Diaz (7) walk with teammates during a training session in Fort Lauderdale, Fla., Friday, June 26, 2026, on the eve of the team's Group K World Cup soccer match against Portugal. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[New area of development possible off Southeast coast next week]]></title><link>https://www.local10.com/weather/2026/06/27/new-area-of-development-possible-off-southeast-coast-next-week/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/27/new-area-of-development-possible-off-southeast-coast-next-week/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[A possible area of development is being monitored off the southeastern coast for next week. ]]></description><pubDate>Sat, 27 Jun 2026 13:52:34 +0000</pubDate><content:encoded><![CDATA[<p>A possible area of development is being monitored off the southeastern coast for next week. </p><p><a href="https://www.local10.com/news/local/2026/06/27/posible-nueva-zona-de-desarrollo-frente-a-la-costa-sureste-la-proxima-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/posible-nueva-zona-de-desarrollo-frente-a-la-costa-sureste-la-proxima-semana/">Leer en español</a></p><p>As of Saturday morning, the system has a 20% chance of development, though some AI forecast models suggest it could become more organized, according to Local 10 meteorologist John Gerard. </p><p>Gerard says it is still too early to know the system’s potential path, but a southwestward track cannot be ruled out at this time.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LSDWQCSOUBGG5NGRGILMGFTOQM.jpg?auth=5a6ddb0dbcc26181e03c80788ee675b8b58ae63269f794921c15685fddb52e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Posible nueva zona de desarrollo frente a la costa sureste la próxima semana]]></title><link>https://www.local10.com/news/local/2026/06/27/posible-nueva-zona-de-desarrollo-frente-a-la-costa-sureste-la-proxima-semana/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/posible-nueva-zona-de-desarrollo-frente-a-la-costa-sureste-la-proxima-semana/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Se monitorea una posible zona de desarrollo frente a la costa sureste para la próxima semana.  ]]></description><pubDate>Sat, 27 Jun 2026 13:59:55 +0000</pubDate><content:encoded><![CDATA[<p>Se monitorea una posible zona de desarrollo frente a la costa sureste para la próxima semana.</p><p>Hasta la mañana del sábado, el sistema tiene un 20% de probabilidad de desarrollo, aunque algunos modelos de pronóstico basados en inteligencia artificial sugieren que podría organizarse mejor, según el meteorólogo de Local 10 John Gerard.</p><p>Gerard indicó que aún es demasiado pronto para conocer la posible trayectoria del sistema, pero señaló que, por el momento, no se puede descartar un desplazamiento hacia el suroeste. </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/LSDWQCSOUBGG5NGRGILMGFTOQM.jpg?auth=5a6ddb0dbcc26181e03c80788ee675b8b58ae63269f794921c15685fddb52e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fiscales: uso de fuerza letal de agentes de Miami-Dade “fue necesario” en concesionario de autos usados  ]]></title><link>https://www.local10.com/news/local/2026/06/26/fiscales-uso-de-fuerza-letal-de-agentes-de-miami-dade-fue-necesario-en-concesionario-de-autos-usados/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/fiscales-uso-de-fuerza-letal-de-agentes-de-miami-dade-fue-necesario-en-concesionario-de-autos-usados/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El año pasado, Robert Leyva estaba tan enojado con su medio hermano, Eduardo Rivero Jr., que se puso equipo táctico y se armó con un rifle negro Zaviar Z15 y una pistola semiautomática negra Canik TP9, según muestran los registros.  ]]></description><pubDate>Fri, 26 Jun 2026 19:37:55 +0000</pubDate><content:encoded><![CDATA[<p>El año pasado, Robert Leyva estaba tan enojado con su medio hermano, Eduardo Rivero Jr., que se puso equipo táctico y se armó con un rifle negro Zaviar Z15 y una pistola semiautomática negra Canik TP9, según muestran los registros.</p><p>Fue el sangriento desenlace de una larga disputa entre los hermanos. Leyva, de 49 años, llegó en un scooter poco después de las 12:20 p.m. <a href="https://www.local10.com/espanol/2025/04/24/en-desarrollo-al-menos-4-personas-baleadas-en-zona-de-almacenes-de-miami-dade-segun-testigos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/04/24/en-desarrollo-al-menos-4-personas-baleadas-en-zona-de-almacenes-de-miami-dade-segun-testigos/">del 24 de abril de 2025</a> a Priced Rights Motors, Inc., negocio que Rivero, de 35 años, había heredado, según muestran los registros.</p><p>Los agentes de la Oficina del Sheriff de Miami-Dade, Alfredo Pérez y Dea Harris, dispararon contra Leyva poco antes de la 1 p.m. en el 7321 de la calle 45 SW, en el vecindario de Glenvar Heights, al oeste de South Miami, según muestran los registros.</p><p>“Leyva disparó contra los agentes al menos una vez antes de que cualquiera de ellos utilizara fuerza letal”, escribió la fiscal adjunta del estado de Miami-Dade, Sara Imm, según el memorando de cierre que también firmó la fiscal estatal de Miami-Dade, Katherine Fernandez Rundle.</p><p>Antes de que los agentes respondieran con un escudo balístico, Armando Yadro le dijo a un operador del 911 que Leyva le había disparado y que estaba fingiendo estar muerto porque se encontraba dentro del negocio, según muestran los registros. </p><figure><img src="https://www.local10.com/resizer/v2/QGJBUEQOKBCFBFSAZQL6BZCFPE.jpg?auth=3b61fd8e11cf923495e3816d0dc61f4d36884fe89092f4a2e9703fda4f3321b2&smart=true&width=1200&height=900" alt="Eduardo Rivero, Jr., left, was fatally shot, and Armando Yadro, right, was injured, on April 24, 2025, in Miami-Dade County." height="900" width="1200"/><figcaption>Eduardo Rivero, Jr., left, was fatally shot, and Armando Yadro, right, was injured, on April 24, 2025, in Miami-Dade County.</figcaption></figure><p>Imm describió cómo Leyva también “dirigió” un “aparente explosivo”, una bomba de humo que parecía ser una granada, antes de que Pérez “disparara su arma de fuego”, según el memorando de cierre aprobado el jueves por Fernández Rundle, de acuerdo con los registros.</p><p>“Es razonable concluir que tanto el agente Harris como el agente Pérez creían que el uso de fuerza letal era necesario para evitar una muerte inminente o causar un gran daño corporal a ellos mismos y/o a los otros dos civiles”, escribió Imm, según el memorando.</p><p>Los videos mostraban a niños corriendo para ponerse a salvo en el exterior y a personas refugiándose en negocios cercanos. Un equipo SWAT llegó al lugar y evacuó el área, que incluía un almacén donde había niños en una práctica de porristas. </p><figure><img src="https://www.local10.com/resizer/v2/JEJN5EQQGVGCVBNOZJ6GS7XE6A.jpg?auth=ec8f193dfcdedffc6dab7ab0be3dd243df6360ed240f2bfc6032f3ea57f81766&smart=true&width=1200&height=900" alt="Robert Leyva died on Feb. 14 of complications from a head gunshot wound that he suffered on April 24, 2025." height="900" width="1200"/><figcaption>Robert Leyva died on Feb. 14 of complications from a head gunshot wound that he suffered on April 24, 2025.</figcaption></figure><p>Yadro, de 35 años, sufrió una herida en la clavícula y sobrevivió. Rivero recibió un disparo en un costado de la cabeza, y un médico lo declaró muerto en el Hospital HCA Florida Kendall. Leyva recibió un disparo en la cabeza.</p><p>“Los médicos no pudieron extraer el proyectil alojado en su cerebro”, escribió la fiscal, según el memorando.</p><p>Tras sufrir “complicaciones” por la herida de bala, Leyva permaneció hospitalizado y murió el 14 de febrero, según muestran los registros.</p><p>La Fiscalía Estatal de Miami-Dade (MSAO) informó que recibió el informe del Departamento de Cumplimiento de la Ley de Florida (FDLE) el 22 de mayo.</p><p><b>Lea el memorando de cierre </b> </p><figure><img src="https://www.local10.com/resizer/v2/PO5JWCJ3RVA55M6SOT2CXQLRLY.jpg?auth=1fcbfb085d3f5d3d23014af892286306b23c19b071c6b2347d53d16455ae347a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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[Acusan a madre de Doral de negligencia infantil y animal; Policía dice que su hijo “comparte su comida con el perro de la familia”]]></title><link>https://www.local10.com/news/local/2026/06/26/acusan-a-madre-de-doral-de-negligencia-infantil-y-animal-policia-dice-que-su-hijo-comparte-su-comida-con-el-perro-de-la-familia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/acusan-a-madre-de-doral-de-negligencia-infantil-y-animal-policia-dice-que-su-hijo-comparte-su-comida-con-el-perro-de-la-familia/</guid><dc:creator><![CDATA[Chris Gothner, Jeff  Derderian ]]></dc:creator><description><![CDATA[Una mujer de Doral enfrenta cargos después de que las autoridades dijeron que su hijo de 11 años, hambriento, fue encontrado deambulando la madrugada del jueves por el estacionamiento del edificio donde viven mientras intentaba encontrarla para poder comer.]]></description><pubDate>Fri, 26 Jun 2026 16:34:43 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Doral enfrenta cargos después de que las autoridades dijeron que su hijo de 11 años, hambriento, fue encontrado deambulando la madrugada del jueves por el estacionamiento del edificio donde viven mientras intentaba encontrarla para poder comer.</p><p>La Policía dijo que Roxanabel Medina Leon, de 31 años, dejaba al niño solo con poca o ninguna comida en el sucio apartamento donde viven mientras ella estaba en el apartamento de su novio.</p><p>Las autoridades dijeron que el niño le contó a la Policía que no solo lo dejaban solo con muy poca comida, sino que “comparte su comida con el perro de la familia porque no hay alimento para perros disponible en la vivienda”.</p><p>Según el Departamento de Policía de Doral, un empleado del edificio, cuyo nombre y dirección fueron omitidos del informe de arresto, llamó a los agentes alrededor de las 3 a.m. después de ver al niño caminando solo por el estacionamiento. De acuerdo con el informe, el empleado le dijo al menor que regresara a su apartamento y permaneciera allí hasta que llegara la Policía.</p><p>Según el informe del DPD, ese empleado les dijo a los investigadores que el niño había acudido al vestíbulo del edificio alrededor de las 8:30 a.m. del miércoles “y le preguntó si tenía algo de comida o agua”.</p><p>La Policía informó que el empleado le dio al hijo de Medina palomitas de maíz, galletas Biscoff y agua.</p><p>Según la Policía, el niño les dijo a los investigadores que “con frecuencia va al apartamento del novio de su madre para conseguir comida” y que esa mañana había ido al área de recepción porque su madre no respondió la puerta, explicando que “la única comida disponible (en el apartamento) era macarrones con queso vencidos”, los cuales no comió “porque creía que le harían daño”.</p><p>También les dijo a los agentes que “con frecuencia tiene que despertar a su madre” porque su hermanito de cuatro meses está llorando y ella no lo escucha. Según el informe, el niño dijo que estaba en el estacionamiento buscando el vehículo de su madre “con el fin de encontrarla y conseguir comida porque tenía hambre”.</p><p>En el informe, un agente de la Policía de Doral describió las condiciones del apartamento:</p><blockquote><p>“Al ingresar a la vivienda, observé que el apartamento estaba en completo desorden. Los pisos estaban pegajosos al tacto y había un fuerte olor compatible con orina y heces en toda la vivienda. Luego me dirigí a la habitación de la víctima menor de edad, donde observé un colchón colocado directamente sobre el piso, sin base de cama. Después entré al baño contiguo a la habitación del menor y observé una jaula para perro que contenía dos recipientes. Ambos estaban vacíos y no tenían comida ni agua. Mientras estaba en la cocina, observé dos cuchillos sobre el mostrador. Los cuchillos no estaban asegurados y parecían estar fácilmente al alcance del menor. Luego entré a la habitación de la acusada, donde observé un moisés para bebé. El moisés parecía estar sucio y no tenía una sábana ajustable limpia ni ropa de cama.”</p><p class="citation">Informe del DPD.</p></blockquote><p>Además, la Policía informó que había “poca o ninguna comida” dentro de la vivienda.</p><p>Según el informe, el niño les dijo a los investigadores que “ha habido ocasiones en las que tuvo tanta hambre que comió cereal de arroz Gerber para bebés mezclado con agua porque no había leche disponible en el apartamento”, y agregó que el perro de la familia no había comido alimento para perros de forma regular durante aproximadamente tres meses.</p><p>Las autoridades dijeron que fueron al apartamento del novio de Medina y la encontraron allí junto con el bebé de cuatro meses.</p><p>Según el informe, Medina afirmó que limpió el apartamento “el martes pasado” y dijo que “su hijo siempre come cuando ella cocina o pide comida”.</p><p>“Ella manifestó que la noche anterior le había dejado comida al perro y que no sabe por qué el perro fue encontrado sin alimento”, señala el informe.</p><p>La Policía arrestó a Medina por dos cargos graves de negligencia infantil y un cargo menor de crueldad animal.</p><p>Hasta la mañana del viernes, permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $5,500 USD.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Up for Debate: Fireworks or drone shows? ]]></title><link>https://www.local10.com/features/2026/06/27/up-for-debate-fireworks-or-drone-shows/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/27/up-for-debate-fireworks-or-drone-shows/</guid><dc:creator><![CDATA[Yarden Ben-David ]]></dc:creator><description><![CDATA[Fireworks have long been a Fourth of July tradition, but drone light shows are emerging as a quieter, more environmentally friendly alternative.]]></description><pubDate>Sat, 27 Jun 2026 13:36:55 +0000</pubDate><content:encoded><![CDATA[<p>Fireworks have long been a Fourth of July tradition, but drone light shows are emerging as a quieter, more environmentally friendly alternative.</p><p><a href="https://www.local10.com/news/local/2026/06/27/en-debate-fuegos-artificiales-o-espectaculos-de-drones/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/en-debate-fuegos-artificiales-o-espectaculos-de-drones/">Leer en español</a></p><p>As communities prepare for bigger Independence Day celebrations marking America’s 250th anniversary, many are weighing the pros and cons of each display. Fireworks remain popular for their bright colors and booming explosions, but they also can cause injuries, spark fires and frighten pets.</p><p>Drone shows, meanwhile, offer synchronized aerial displays without the loud blasts, making them appealing to families with young children, pet owners and those looking for a more eco-conscious option.</p><p>If you plan to celebrate with fireworks, safety experts recommend using them away from people, homes and flammable materials, never allowing young children to handle them, and keeping a fire extinguisher, garden hose or bucket of water nearby.</p><p>So, which do you prefer: the traditional boom of fireworks or the choreographed lights of a drone show? </p><p>Let us know in the comment section or poll below. </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[En debate: ¿Fuegos artificiales o espectáculos de drones?]]></title><link>https://www.local10.com/news/local/2026/06/27/en-debate-fuegos-artificiales-o-espectaculos-de-drones/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/en-debate-fuegos-artificiales-o-espectaculos-de-drones/</guid><dc:creator><![CDATA[Yarden Ben-David ]]></dc:creator><description><![CDATA[Los fuegos artificiales han sido durante mucho tiempo una tradición del Cuatro de Julio, pero los espectáculos de luces con drones están surgiendo como una alternativa más silenciosa y más amigable con el medio ambiente.  ]]></description><pubDate>Sat, 27 Jun 2026 13:47:28 +0000</pubDate><content:encoded><![CDATA[<p>Los fuegos artificiales han sido durante mucho tiempo una tradición del Cuatro de Julio, pero los espectáculos de luces con drones están surgiendo como una alternativa más silenciosa y más amigable con el medio ambiente.</p><p>Mientras las comunidades se preparan para celebraciones más grandes por el Día de la Independencia con motivo del 250 aniversario de Estados Unidos, muchas están evaluando las ventajas y desventajas de cada tipo de espectáculo. Los fuegos artificiales siguen siendo populares por sus colores brillantes y sus fuertes explosiones, pero también pueden causar lesiones, provocar incendios y asustar a las mascotas.</p><p>Los espectáculos con drones, por su parte, ofrecen exhibiciones aéreas sincronizadas sin las fuertes explosiones, lo que los hace atractivos para familias con niños pequeños, dueños de mascotas y quienes buscan una opción más consciente con el medio ambiente.</p><p>Si planea celebrar con fuegos artificiales, los expertos en seguridad recomiendan utilizarlos lejos de personas, viviendas y materiales inflamables, nunca permitir que los niños pequeños los manipulen y mantener cerca un extintor, una manguera de jardín o un balde con agua.</p><p>Entonces, ¿cuál prefiere: el tradicional estruendo de los fuegos artificiales o las luces coreografiadas de un espectáculo con drones?</p><p>Cuéntenos en la sección de comentarios o participe en la encuesta a continuación. </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[Chinese dissident who fled by dinghy to South Korea arrives in Canada, his friend says]]></title><link>https://www.local10.com/news/world/2026/06/27/chinese-dissident-who-fled-by-dinghy-to-south-korea-arrives-in-canada-his-friend-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/chinese-dissident-who-fled-by-dinghy-to-south-korea-arrives-in-canada-his-friend-says/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A Chinese political dissident who had fled to South Korea last month in a dinghy has arrived in Canada, his friend said on social media on Saturday.]]></description><pubDate>Sat, 27 Jun 2026 13:50:00 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A Chinese political dissident who had fled to South Korea last month in a dinghy has arrived in Canada, his friend said on social media on Saturday.</p><p>Dong Guangping was aboard a 3.3-meter (10.8-foot) inflatable boat in the waters off a western South Korean island in May when he was detained by South Korea’s coast guard for allegedly violating the country’s immigration law. It was his fourth known attempt to flee China.</p><p>Appearing at a court hearing in South Korea, he told reporters that he hopes to go to Canada to reunite with his wife and daughters, who have already been resettled there, according to South Korean media.</p><p>In a post Saturday on X, his friend Sheng Xue, a Chinese Canadian activist, said Dong had landed in Toronto following an Air Canada flight on Friday.</p><p>“He just had a big bowl of noodles with eggs, tomatoes and shrimps," she wrote in the post, adding that she has spent more than 10 years trying to get him out of China.</p><p>She attached a photo of Dong in a car with her and another photo of Dong holding a bowl.</p><p>Dong, a former police officer in China, had previously been detained several times for his activism. He was imprisoned for three years in 2001 for “inciting subversion of state power” and spent more than eight months behind bars after being arrested in 2014 for participating in a memorial for victims of the 1989 Tiananmen Square crackdown, according to past statements from Amnesty International.</p><p>He previously escaped to Thailand and Vietnam, but authorities there deported him back to China. Dong also unsuccessfully tried to swim to a Taiwanese island.</p><p>Immigration, Refugees and Citizenship Canada has not immediately commented.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EO7Q3QNQCYWXPYGBYJCFPXNLBU.jpg?auth=14da8d0820e7f48634a3dc72578b86fc8315ebb3701481de96989f4655d82859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo provided by The Taean Maritime Police, shows the rubber boat that a Chinese national had boarded when he was detained in the waters off South Korea's west coast, at a port in Taean, South Korea, Tuesday, May 26, 2026. (The Taean Maritime Police/ via AP, File)]]></media:description></media:content></item><item><title><![CDATA[At the Great American State Fair, you can find a dinosaur's rib cage. Unity is another matter]]></title><link>https://www.local10.com/news/politics/2026/06/27/at-the-great-american-state-fair-you-can-find-a-dinosaurs-rib-cage-unity-is-another-matter/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/at-the-great-american-state-fair-you-can-find-a-dinosaurs-rib-cage-unity-is-another-matter/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A dinosaur rib cage. A 7,000-pound sandcastle made with Jersey Shore sand. Two rocking chairs in an unstaffed booth as well as a number of empty spaces.]]></description><pubDate>Sat, 27 Jun 2026 14:47:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A dinosaur rib cage. A 7,000-pound sandcastle made with Jersey Shore sand. Two rocking chairs in an unstaffed booth as well as a number of empty spaces.</p><p>This is the Great American State Fair.</p><p>The fair kicked off this week and is a run by Freedom 250, an organization created by President Donald Trump to run his administration's official events. Its creation caused tension with America250, a congressionally created group that was designed to plan the nation's 250th anniversary. The event on the National Mall will run into July.</p><p>Crowds came in small numbers early Friday, spending little time at security. The entryway led straight to a 110-foot tall Ferris wheel, the lone ride at the fair, and a smaller arch, similar to the ones that the Republican president has used to adorn other events.</p><p>The consensus among people who were interviewed was that the fair was a great idea — and perhaps an opportunity missed.</p><p>A fair for America that highlights divisions for some</p><p>Familiar to anyone who has ever attended a fair were the goats, sheep and a calf whose mooing could be heard across the Mall, all courtesy of the Washington High School Future Farmers of America from Jefferson County, West Virginia. Baby chicks, resplendent in all of their downy softness, were a huge draw, and there was the promise of a cowboy performance with bucking broncos to highlight the rise of the American cowboy.</p><p>Visitors were united by their enthusiasm for states to come together and show off their unique characters, famous natives, industries and history and geographical diversity. They were also drawn by a desire for a nonpartisan celebration of American unity.</p><p>“There’s nice people, nice events, nice family events,” said Sharyn Bovat, who said she lived in Florida but has remained in the Washington area since having a heart attack this year. “Half the country is divided with the other half. I wish they would create a USA 250 for all the people. I’m tired of the politics.”</p><p>She said the arch was the main thing that gave the event a political overtone. “It makes me think of Germany,” she said.</p><p>The fair booths, all inside structures that resembled the neoclassical architecture of the nearby National Gallery of Art, offered snippets of Americana to visitors.</p><p>The varying aspects of America on display</p><p>Among the items representing Montana was a gigantic rib cage, a scaled-up version of apatosaurus, which is a cousin to the better-known brontosaurus.</p><p>Virginia's booth offered a journey through the state's role in American history. For the District of Columbia, there was a huge banner for visitors to sign, along with a tree filled with cherry blossoms. South Carolina invited people to enjoy a putting green.</p><p>Texas included a space capsule, a facade of the Alamo and a statue — Big Tex. The one place where there was a line outside was for Arizona's exhibit, which had an interactive that allowed visitors to put themselves in terrain from the state.</p><p>Visitors to New Jersey's booth saw an ornate sandcastle made from 7,000 pounds of sand brought from the Jersey Shore and built over the course of four days by an artist.</p><p>Andy Walters and his wife, Kirsten, were there with their three children from Wapakoneta, Ohio, the boyhood hometown of Apollo 11 astronaut Neil Armstrong. “I think it's nice. I wish all the states were participating,” Andy Walters said. “It's a little underwhelming but it's a great idea.”</p><p>Kirsten Walters said she wished something similar would be held more often, without the overtones. “We’re excited to be here and participate,” she said.</p><p>Not all states participated or staffed their booths</p><p>Most states participated, treating the fair almost like a tourism opportunity. But there was not full representation.</p><p>Maine, Massachusetts and Pennsylvania opted to not send delegations, citing costs, scheduling or politicization concerns.</p><p>Some booths, including those for Hawaii and Alaska, were unstaffed. Hawaii's did feature a couple of rocking chairs, which tired visitors put to good use.</p><p>Alonzo Lewis Jr. and Kelly Domizio, from Rome, New York, took advantage to take a load off.</p><p>“This was really pretty cool,” she said. “Been going to all the different states.”</p><p>But her husband had a different view.</p><p>“Was it necessary, I don't think so,” Lewis said. “It feels forced. There's so much separation.”</p><p>Domizio said she remembered the bicentennial in 1976.</p><p>“There was a sense of pride” and togetherness she said. “We are enjoying the day but it feels forced.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DF2WYZX3Y6TQHU7AOCYKU5SU2U.jpg?auth=c203ac20143d7ab276dd27fb38c31f282fbada9cb21364966bab53e0a6cd7cb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christine Bayly, right, and Jason Brown, left, take a photo as they eat lunch on the National Mall with the Washington Monument, Freedom 250 Ferris Wheel, and a replica of the triumphal arch, behind them during the Great American State Fair, Friday, June 26, 2026, in Washington. (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/O4H4G2NJLF5D5ENKSJCWRXKSHM.jpg?auth=2a706a72566c32473980db1be1a86b4284096949b573b26c0db900e6c519f4ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors experience a Montana dinosaur dig in the Montana's exhibit under a a gigantic ribcage, a scaled up version of an apatosaurus, a cousin to the more well known brontosaurus, the during the Great American State Fair on Friday, June 26, 2026, in Washington. (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/Z27Q46NP3YKFAIRCMU4JYNN5OQ.jpg?auth=c2d5f91eea69211f2391103273394eaeb91c78b3471d155d3c363abbe123e581&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Natalia Romanova from Kazakstan uses a smartphone in Arizona's interactive exhibit during the Great American State Fair on Friday, June 26, 2026, in Washington. (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/FMXCBVQMPEQGGI6XIW2RSDA434.jpg?auth=10be0bf424d812a6ea8364d9e1c0c6ea5d55600e8d0eaf109acf31320db32ef8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alonzo Lewis Jr, and Kelly Domizio sit in cushy chairs in Hawaii's exhibit during the Great American State Fair on Friday, June 26, 2026, in Washington. (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/3JH2JR5VM6J5MORKVT6CG7RBJY.jpg?auth=81b0d662ae7c73ec38c1c8cf85f170f6ad18ca81ee9e525aca3e0dc4d9bc0088&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Freedom 250 Ferris Wheel and the U.S. Capitol are seen on the National Mall from the Washington Monument during the Great American State Fair on Friday, June 26, 2026, in Washington. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Central Europe sizzles as heat records are smashed in Switzerland, Denmark and Czech Republic]]></title><link>https://www.local10.com/news/world/2026/06/27/central-europe-sizzles-as-swiss-danish-german-and-czech-heat-records/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/central-europe-sizzles-as-swiss-danish-german-and-czech-heat-records/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER, SYLVIA HUI and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Temperatures soared to record highs from Switzerland to the Czech Republic and Denmark on Saturday, as a heat wave that baked western European countries this week moved to central and eastern parts of the continent.]]></description><pubDate>Sat, 27 Jun 2026 18:18:08 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Temperatures soared to record highs from Switzerland to the Czech Republic and Denmark on Saturday, as a heat wave that baked western European countries this week moved to central and eastern parts of the continent.</p><p>Unusually high temperatures were recorded even in the Nordic countries not known for sweltering summers. Denmark's Meteorological Institute reported a record 37 degrees Celsius (98.6 degrees Fahrenheit) in Ødum north of Aarhus — the warmest day since records there began in 1874.</p><p>In Switzerland, a record 38.8 C (101.8 F) was set in the city of Basel.</p><p>Germany's famous Autobahn was overwhelmed, too, as temperatures were expected to hit 40 C (104 F). In two places outside Berlin, the concrete of the A2 burst due to the high temperatures and the highway had to be closed. Other highway damage was reported across the country, according to the German daily Bild.</p><p>Train operator Deutsche Bahn and other rail companies advised against all nonessential train travel this weekend.</p><p>“Germany’s transportation infrastructure is being severely affected by the record-breaking heat this weekend,” Deutsche Bahn said in a statement.</p><p>The Czech Republic also saw its hottest day on record, with 40.8 C (105.4 F) in the northern town of Doksany. Forecasters said it may still rise.</p><p>Residents evacuated from German nursing home</p><p>In the western German city of Dormagen, dozens of residents of a nursing home were evacuated for medical care due to dangerous heat conditions in the building.</p><p>The local fire department reported that temperatures inside the home had reached 35 C (95 F). Air conditioning is not widespread in Germany and many countries in Europe because the continent is largely unused to such oppressive heat.</p><p>A resident at the home died overnight, but it was not yet clear whether the heat was the cause, a city spokesperson told German news agency dpa.</p><p>Hospitals under intense pressure in France</p><p>In France, multiple towns in the east of the country saw their highest-ever temperatures Saturday, with some above 40 C (104 F) even though the worst of the heat wave was starting to pass in some regions.</p><p>Paris and 36 other regions, stretching from the center to the east and northeast, remained in the extreme-heat red zone on Saturday, down from a peak on Thursday of 72 regions that were under such warnings. The capital continued to see unrelenting pressure on its hospitals, with a second consecutive day of nearly 3,000 people seeking care in public hospital emergency rooms, about a third more than normal.</p><p>The Paris public hospital authority, AP-HP, said it activated its emergency response plan across all 38 hospitals to cope. Phone calls to its medical dispatch centers were up nearly 80% compared with the same period in 2025, it said.</p><p>Concerns that hospitals could be overwhelmed prompted the postponement of the Paris Pride march for LGBTQ+ rights on Saturday, and a three-day music festival was canceled.</p><p>The temperatures this week have been higher than those during a historic 2003 heat wave that was blamed for 15,000 heat-related deaths, many of them older people. The AP-HP’s director, Nicolas Revel, said he doesn’t expect as many deaths this time, at least in Paris hospitals, in part because treatment for overheating has since improved.</p><p>During another exceptionally hot summer last year, more than 5,700 deaths were attributed to heat, according to France’s public health authority.</p><p>“I think we’ll be situated, clearly, between 2025 and without necessarily reaching the catastrophic level of 2003. But we have to expect that there will still be many deaths,” he said.</p><p>UK temperatures easing after 3 record heat days</p><p>In the U.K., sweltering conditions are expected to gradually ease this weekend though an amber warning — one step down from red — remained in place until Saturday night.</p><p>Britons struggled to cope this week as the record June temperature was smashed three days in a row. Friday was confirmed as the country's hottest June day on record, with a provisional temperature of 37.3 C (99 F) recorded in eastern England.</p><p>It was more than 1 C hotter than the long-standing record for June heat in the U.K., set in the summer of 1976.</p><p>On Saturday, police said the bodies of a 22-year-old man and a 15-year-old boy were recovered from a lake and a river. The deaths bring the total number of U.K. heat-related fatalities this week to four.</p><p>Authorities in the U.K. have warned people to take extra care when swimming in unsupervised areas following the deaths of around 40 people in France over the past week.</p><p>Tourists wilting in Rome as red heat alert remains active</p><p>In Italy's capital, which remains under a red heat alert, tourists tried to cool off seeking shade near buildings and dunking their heads under public fountains. Street vendors were doing a brisk business selling bottled water, hats and sun umbrellas.</p><p>Some turned to Italian classics for relief.</p><p>“Gelato, pasta, because it’s tradition, but also fresh fruit, and ice cold drinks, that’s the best for this temperature,” said Isabella Dold, a tourist from Kempten, Germany.</p><p>On Saturday, Italy’s health ministry said 18 cities — including the most popular tourism hubs like Venice, Florence, Bologna and Milan — were on red alert due to danger posed by the high temperatures.</p><p>Record heat focuses attention on climate change</p><p>A new study from the World Weather Attribution, a Europe-based collaboration of scientists, reported Friday that the record-breaking heat and humidity in Europe this week would not have been possible without climate change.</p><p>The rapid study 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>André Corrêa do Lago, the president of the U.N. climate talks known as COP30, said the heat wave has "helped strengthen the perception of urgency of fighting climate change.”</p><p>“The fact that we are living with this amazing heat in London is a strong argument, we need to agree, that we have to take action as soon as possible,” do Lago told The Associated Press.</p><p>___</p><p>Hui reported from London and Leicester from Paris. Associated Press journalists Trisha Thomas in Rome, Suman Naishadham in Madrid and Karel Janicek in Prague contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ODOEBNSH6PDOM6J3HBLUSWEMXQ.jpg?auth=9be1a7bf9f5e5323ec16034223be022cd7e8e76536d0ed0e43298c25413c0a52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People line up to refill their water bottles on a hot summer day in the city center of Vienna, Austria, Saturday, June 27, 2026. (AP Photo/Heinz-Peter Bader)]]></media:description><media:credit role="author" scheme="urn:ebu">Heinz-Peter Bader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHSZYJNFZCANRVARQXWHAADA6E.jpg?auth=e00acc968109315342c091a6e5d6f9b37930ad6206d5690974921d628d9a7326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl cools off in a public fountain in Vilnius, Lithuania, Friday, June 26, 2026. (AP Photo/Mindaugas Kulbis)]]></media:description><media:credit role="author" scheme="urn:ebu">Mindaugas Kulbis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SBWNTKQ6AOTMLXVCVPVYQB3U7A.jpg?auth=6a5704a3d4e8ab6e44d31992e540035b7a4ce699f1058109602b7848a25be09d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tourist from China protects her face from the sun as she takes pictures at the Roemerberg square in Frankfurt, Germany, Saturday, June 27, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[Dos tormentas tropicales azotan Japón y causan inundaciones y deslaves]]></title><link>https://www.local10.com/espanol/2026/06/27/dos-tormentas-tropicales-azotan-japon-y-causan-inundaciones-y-deslaves/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/dos-tormentas-tropicales-azotan-japon-y-causan-inundaciones-y-deslaves/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[TOKIO (AP) — Dos grandes sistemas de tormentas azotaron Japón el sábado y causaron deslaves e inundaciones que dejaron un muerto y varios heridos, según medios y autoridades.]]></description><pubDate>Sat, 27 Jun 2026 12:26:59 +0000</pubDate><content:encoded><![CDATA[<p>TOKIO (AP) — Dos grandes sistemas de tormentas azotaron Japón el sábado y causaron deslaves e inundaciones que dejaron un muerto y varios heridos, según medios y autoridades.</p><p>Las tormentas, Mekkhala e Higos, han descargado fuertes lluvias y dañaron carreteras en plena temporada anual de lluvias en Japón.</p><p>Un hombre de unos 70 años perdió la vida y otras tres personas resultaron heridas el viernes después de que una casa se derrumbara debido un deslizamiento de tierras en la prefectura de Yamaguchi, reportó la agencia noticiosa japonesa Kyodo.</p><p>Imágenes de televisión desde Kyoto mostraron el río Kamo crecido, con aguas turbias y agitadas. Se emitió una alerta por inundaciones en partes de Kyoto, Osaka y otras zonas del oeste de Japón.</p><p>La Agencia de Gestión de Incendios y Desastres indicó que más de 30 viviendas se inundaron en Nara y Hiroshima el viernes. Las fuertes lluvias también interrumpieron algunas operaciones de trenes y vuelos en la zona.</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/PLRQ2WT4EWUL3T4H4LN7K6EWQI.jpg?auth=d0ce6457bd59d1c1bd40b41adc5f23d2fcb39aaf8480f0406c927d1723548d41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olas de gran tamaño rompen en la costa antes de la llegada de un tifón a la ciudad de Futtsu, en la prefectura de Chiba, cerca de Tokio, Japón, el 27 de junio de 2026. (Kyodo News vía AP)]]></media:description></media:content></item><item><title><![CDATA[1 detained after woman shot in northwest Miami-Dade, deputies say ]]></title><link>https://www.local10.com/news/local/2026/06/27/1-detained-after-woman-shot-in-northwest-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/1-detained-after-woman-shot-in-northwest-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A woman was rushed to the hospital after deputies said she was shot Friday night in northwest Miami-Dade. ]]></description><pubDate>Sat, 27 Jun 2026 12:22:42 +0000</pubDate><content:encoded><![CDATA[<p>A woman was rushed to the hospital after deputies said she was shot Friday night in northwest Miami-Dade. </p><p>Miami-Dade Sheriff’s Office deputies responded just after 8:30 p.m. to a ShotSpotter alert in the area of Northwest 103rd Street and Northwest 10th Avenue in the county’s Pinewood area, according to MDSO Detective Angel Rodriguez. </p><p>Rodriguez said when deputies arrived at the intersection of Northwest 104th Street and Northwest 10th Avenue, they found the woman suffering from an apparent gunshot wound. </p><p>He said Miami-Dade Fire Rescue medics transported the victim to a hospital, where she was listed in stable condition.</p><p>Rodriguez said deputies detained one person at the scene, and detectives are working to determine that individual’s involvement in the shooting. </p><p>No additional information was immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Beer Can Chicken]]></title><link>https://www.local10.com/news/local/2026/06/27/beer-can-chicken/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/beer-can-chicken/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Stand-Up Chicken Recipe]]></description><pubDate>Sat, 27 Jun 2026 12:20:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Beer Can Chicken</b></u></p><p>1 (3-4 pound) whole chicken</p><p>2 tablespoons vegetable oil</p><p>¼ teaspoon salt</p><p>½ teaspoon brown sugar</p><p>1/3 teaspoon black pepper</p><p>¼ teaspoon paprika</p><p>¼ teaspoon smoked paprika</p><p>1/8 teaspoon garlic powder</p><p>1/8 teaspoon onion powder</p><p>1/8 teaspoon cayenne</p><p>1 can beer, preferably lager</p><p>Remove neck and giblets from chicken.</p><p>Mix all spices together; rub the chicken inside and out; pour out half the beer and place the beer can on a solid surface. Grabbing a chicken leg in each hand, plunk the bird cavity over the beer can. Transfer the bird to your grill and place in the center of the grate, balancing the bird on its 2 legs and the can like a tripod.</p><p>Cook the chicken over medium-high, indirectly, making sure the chicken is NOT directly over a lit portion of the grill. Grill with the cover closed, for approximately 1¼ hours or until the internal temperature reaches 165˚F in the breast area and 180˚F in the thigh, or until the thigh juice runs clear when pierced with a sharp knife. Remove from grill and let rest for 10 minutes before carving.</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/V3JD5XM5P5DVNFV3QLJRK2EZMU.jpg?auth=3ec8abf0e9216e1ef2cab892fb8e06e3dfae833d4aa191c0e0b2089274cec132&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Grilled Sea Scallops]]></title><link>https://www.local10.com/soflo-taste/2026/06/27/grilled-sea-scallops/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/06/27/grilled-sea-scallops/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Put Another Scallop On The Barbie]]></description><pubDate>Sat, 27 Jun 2026 12:17:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Grilled Sea Scallops</b></u></p><p>sea scallops, side muscle removed</p><p>skewers, soaking in water for at least 30 minutes before grilling </p><p>salt and pepper</p><p>nonstick cooking spray</p><p>whole lemons, cut in half</p><p>extra virgin olive oil</p><p>sea salt</p><p>Make sure your skewers have been soaking for at least 30 minutes before using. Preheat your grill to medium-high. Season the scallops with salt and pepper. Spray your grill with nonstick cooking spray. Grill on each side until nice and golden and just cooked through. Grill the cut side of a couple lemons just until charred. Serve the charred lemons next to the scallops.</p><p>You can serve the scallops on their own or with succotash. Before serving, drizzle with extra virgin olive oil and a sprinkle of sea salt.</p><p><b>Succotash</b></p><p>1 tablespoon olive oil</p><p>1 tablespoon butter</p><p>½ cup red onion, small diced </p><p>½ cup scallions, thinly sliced</p><p>½ cup red bell peppers, small diced </p><p>1 ½ cups corn kernels (from about 3 ears of corn)</p><p>1 cup yellow squash, small diced</p><p>1 cup cherry tomatoes, cut in half</p><p>½ cup frozen edamame, thawed and steamed according to package instructions</p><p>¼ cup Italian parsley, chopped fine </p><p>1 tablespoon tarragon, chopped fine </p><p>salt and pepper, to taste</p><p>Heat the olive oil and butter together in a large sauté pan over medium heat. Sauté red onion, half of the scallions, bell pepper and corn kernels for a couple minutes, until the vegetables are tender but not browned. Season with salt and pepper. Add the yellow squash, cherry tomatoes, edamame and remaining scallions. Cook for an additional 1-2 minutes. Stir in the parsley and tarragon, season with salt and pepper.</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/M6TCZCFLYFGOTM7EMY5Y7LWMSE.jpg?auth=ffd6f98dedf12a2024d827989f399cb8fb4dc0b577b934c5dcb652e453feca9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Beer-Battered Onion Ring]]></title><link>https://www.local10.com/soflo-taste/2026/06/27/beer-battered-onion-ring/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/06/27/beer-battered-onion-ring/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Salt & Battered Onion]]></description><pubDate>Sat, 27 Jun 2026 12:15:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Beer-Battered Onion Rings</b></u></p><p>2 cups all-purpose flour, plus more for dredging</p><p>2 teaspoons garlic powder</p><p>2 teaspoons onion powder</p><p>½ teaspoon cayenne powder</p><p>½ teaspoon salt</p><p>a few cracks of freshly ground black pepper</p><p>1 egg, beaten</p><p>2 bottles lager style beer, as needed</p><p>2 large yellow onions, cut into ½ inch thick rounds, rings separated</p><p>neutral oil, for frying</p><p>Whisk together the flour and spices in a large bowl. Make a well and add in the egg and about ½ of one bottle of beer. Whisk together. Add as much beer as needed to reach a pourable yet thick consistency (we used all the beer.)</p><p>Heat 2 inches of oil in a large Dutch oven or similar heavy-bottomed pot to 350˚F. Working in batches, dip the onion rings into the batter then carefully lower into the hot oil. Fry until golden brown on both sides. Remove and drain on a paper-towel lined plate. Continue frying in batches until all of the onion rings have been cooked. Lightly salt the onion rings as you remove them from the oil. Serve with your favorite dipping sauce.</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/D6XA4K4V2FG7DEVFGEF4PTNXWA.JPG?auth=cf509aeba066b92c779f0e383b99579d95a7d277cbafebd1b069b93aa96a366a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Some paid the ultimate price to enact voting rights. Their survivors see America turning backward]]></title><link>https://www.local10.com/news/2026/06/27/some-paid-the-ultimate-price-to-enact-voting-rights-their-survivors-see-america-turning-backward/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/27/some-paid-the-ultimate-price-to-enact-voting-rights-their-survivors-see-america-turning-backward/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Holiday gatherings and major life events have come with an empty seat. Certain dates on the calendar meant time at a cemetery, standing before granite stones.]]></description><pubDate>Sat, 27 Jun 2026 12:34:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Holiday gatherings and major life events have come with an empty seat. Certain dates on the calendar meant time at a cemetery, standing before granite stones.</p><p>They are a relatively small group of people, scattered across different states, but they share a common bond that stretches back decades: Each had a family member die violently in the struggle for voting and civil rights, victims on a long and difficult path marked by blood that ended when the country seemed to mature into the nation of its creed.</p><p>But 61 years later, and as the country approaches its 250th anniversary, those sacrifices are in question. In a series of decisions over the past dozen years, including one in April, the Supreme Court has effectively dismantled the law that their family members died to see enacted, the Voting Rights Act of 1965.</p><p>“My mother’s blood is on that bill. We were always proud of that, and now it’s gone,” said Anthony Liuzzo, whose mother, Viola Liuzzo, died on an Alabama highway between Selma and Montgomery while driving marchers in 1965.</p><p>Critics of the law argue that times have changed, a point Chief Justice John Roberts made in a 2013 decision that was the first major step in rolling back the law.</p><p>Survivors of lost loved ones disagree, pointing to the speed with which Republican-led state legislatureseliminated majority-Black congressional districts after the court's April ruling, which severely weakened a section of the law that had protected voting rights for minority communities. They feel anger and sadness that a milestone political victory decades ago has been reversed, but they are committed to keep fighting.</p><p>A church bombing and a chunk of concrete</p><p>Lisa McNair was born Sept. 19, 1964. Her older sister, Denise, died in the Sept 15, 1963, bombing of the 16th Street Baptist Church in Birmingham, Alabama. The church had been a central organizing point for civil rights protest.</p><p>The explosion killed Denise McNair, 11, Addie Mae Collins, 14, Carole Robertson, 14, and Cynthia Morris Wesley, 14. Nearly two dozen others were injured. Three Klansmen were convicted years later.</p><p>One of Lisa McNair's early memories of her sister was of the box that their grandmother kept from the funeral home. It included Denise McNair's shoes, a purse and a rock-sized piece of concrete that had been embedded in her skull.</p><p>The crime brought the civil rights struggle onto the national stage and outraged Democratic President John F. Kennedy.</p><p>The times were tumultuous, McNair said, but it seemed the nation was heading in the right direction. Most of her life, “I’ve seen advances” on television, in commercials, with interracial marriages, civil rights and voting rights, “a plethora of rights that we got over the greater part of my lifetime.” But that has changed, she said.</p><p>McNair, 61, said she is “physically sick” about the Supreme Court decision and subsequent actions by lower courts and legislatures.</p><p>“I am constantly working to pray my way through it, so I can get up and go to work in the morning and do what I need to do. But I just want to ask every white person I see, What more do you want?" she said. “Why do you hate us so?”</p><p>They left for Freedom Summer and never came home</p><p>Michael Schwerner, known as Mickey, came from a family in which human rights activism and challenging social norms were expected. He was in Mississippi in 1964 as part of Freedom Summer when he, Andrew Goodman and James Chaney vanished one day in June while investigating a bombing at a Black church.</p><p>Their bodies were found weeks later, buried in an earthen dam in a rural area of Neshoba County. Schwerner, 24, and Goodman, 20, were white; Chaney, 21, was Black.</p><p>Stephen Schwerner, who died earlier this year and was a social activist in his own right, told The Associated Press in a 2023 interview that as soon as the family heard his younger brother and the other men were missing, they knew they were dead.</p><p>“Our family was very out front in the media that the only reason there was international attention was two of the young men were white," said Stephen’s daughter, Cassie Schwerner. "Had all three of those young men been Black, they would have ended up absent from our history and our narrative.”</p><p>The executive director of Morningside Center for Teaching Social Responsibility, Cassie Schwerner, said her family has followed voting rights through their ups and downs. That includes the 2013 Supreme Court decision that allowed states and counties with a history of discriminatory voting rules to make changes without prior approval from the Department of Justice.</p><p>The court's April decision, she said, brought rage “and a good deal of sadness — not for me and my family, but for this country.” There is, she said, work to be done on multiple fronts.</p><p>Rights paid for in blood turned out to be fragile</p><p>Tamara Orange said among her many thoughts when she heard of the Supreme Court decision in this year's Voting Rights Act case, there was relief — "relief that my dad is not here to see that; that Jimmie Lee Jackson is not here to see it; that Viola Liuzzo is not here to see it,” she said. “I’m relieved for them because to me, it’s as though the sacrifices that were made were done in vain.”</p><p>Her father, James Orange, was working with the Southern Christian Leadership Conference to organize voting rights protests in Marion and Perry County, Alabama, in 1965. When juveniles joined the effort, he was arrested for contributing to the delinquency of minors. Concern arose that Orange was going to be taken out of the jail and lynched.</p><p>A protest to intervene ended with Jackson, a 26-year-old Black church deacon, being shot in the stomach by a state trooper while Jackson tried to shield his mother and grandfather.</p><p>His death was the catalyst for what became the Selma to Montgomery march and “Bloody Sunday.”</p><p>Orange stayed in the movement all his life and died in 2008, Tamara Orange said. But even after the Voting Rights Act passed, "He would say, be careful or we're going to lose it.”</p><p>‘We got bad news for you’</p><p>Anthony Liuzzo had just turned 10 when his mother, 39, left their middle-class neighborhood in Michigan and headed for Selma, Alabama. She had cried as she watched scenes from “Bloody Sunday” on television.</p><p>Viola Liuzzo participated in a portion of the second march and then helped drive other civil rights protesters around the Black Belt region of the state. On March 25, 1965, she was driving one protester between Selma and Montgomery when a vehicle pulled alongside and fired into the car.</p><p>The phone call came around midnight. Anthony Liuzzo remembers the caller asking his dad, “Is your wife Viola? We got bad news for you. She’s been shot.” When his father asked whether she was all right, the caller said “No, she’s dead," and then hung up.</p><p>An informant for the FBI quickly identified members of the Ku Klux Klan as her killers. The three men charged would escape conviction on state charges but be convicted in federal court.</p><p>Anthony Liuzzo and his siblings lived with the lost birthdays and other missed milestones. His comfort was that the voting rights she had died for had become a reality. But the April ruling by the Supreme Court and the subsequent rush by Republican-led legislatures in several Southern states to eliminate congressional districts represented by Black lawmakers left him angry and distraught.</p><p>Even so, he said he is still proud his mother had the courage to go to Selma "when others sat in their pretty little houses.”</p><p>One morning, the Klan returned</p><p>The inscription at the bottom of Vernon Dahmer Sr.'s tombstone reads simply: "If you don't vote, you don't count.”</p><p>It is a message that embodies his life's work and the story behind his death.</p><p>Even after Democratic President Lyndon Johnson signed the Voting Rights Act, not every state was eager to implement the new law. In Mississippi, it came with a “poll tax.” The amount was $2, but in a world where a farmworker's wages might only be $5 a day, that was substantial, said Dahmer's son, Dennis Dahmer Sr.</p><p>The elder Dahmer, 57 at the time of his death, was a successful businessman who owned a store, sawmill and farm near Hattiesburg. He also was a civil rights leader and NAACP president in Ford County. He offered to pay the $2 for Black residents who wanted to register to vote.</p><p>He had already been under scrutiny by the local Ku Klux Klan. There was harassment and there were threatening phone calls. The windows were shot out of his store, but no one challenged him directly because his sons were always present and armed.</p><p>That seemed to trail off after Johnson signed the law.</p><p>“The Klan quit calling," Dennis Dahmer said. "They quit shooting out the windows, so my family thought that all of this was behind us.”</p><p>That changed in the early hours of Jan. 10, 1966, when two carloads of Klansmen showed up. They firebombed the house and adjacent grocery store and began shooting at the house. The elder Dahmer shot back, using his ample arsenal to fight off the attack.</p><p>His wife and the three children who were home survived, but he suffered severe injuries from inhaling the smoke and fumes from the flames. He died later that day.</p><p>Dennis Dahmer was 12 as he stood next to his dad's hospital bed. He wondered why some people wanted his father dead just for trying to help Black people vote.</p><p>A former Imperial Wizard of the Ku Klux Klan, Sam Bowers, was convicted in 1998 for the attack and sentenced to life.</p><p>Like the families of other survivors, Dennis Dahmer's family has witnessed the methodical dismantling of the Voting Rights Act.</p><p>"Finally, they basically turned it into a relic,” he said.</p><p>His plan now is activism, to speak out and promote the need for a massive voter turnout. He also wants to remind people of the price that certain families paid for everyone to have the right to vote and be represented by someone of their choosing.</p><p>“We’re living in a time when America has a lot of the same characteristics of the 1960s that I grew up in,” he said. "People say, are we going back? Hell, we’re already there.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3MEZYWW6GZ5ECN5YYBVRQK7IE.jpg?auth=40861776316bd0c7e0da584e1272884c5c9230e67b15ec868ace6d7dfc315c19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lisa McNair arranges flowers on the grave of her late sister, Carol Denise McNair, Monday, June 1, 2026, in Birmingham, Ala. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGOCKI5YHRDORO5IMQT67PVOZA.jpg?auth=cb91bc0e79352de18d6b89abc7f90827540a3e8b6b7be17aa7c515f08b31bdc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dennis Dahmer, whose father Vernon Dahmer, Sr. was killed when the Ku Klux Klan firebombed the family home 1966, speaks about seeing his father dying in the hospital, in Hattiesburg, Miss., Wednesday, June 3, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6EZSCWMI3TQ5DW3ZZAWFGNWV3I.jpg?auth=c5e25fc54e8e511f62a30a349178d6a8828c80d713b950d74cf49b13802cdd9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A copy of a poll tax receipt sits in the old schoolhouse meeting place, as part of the legacy of Vernon Dahmer, Sr., who was killed when the Ku Klux Klan firebombed the family home 1966, in Hattiesburg, Miss., Wednesday, June 3, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3PYM7LVCDFWLIUH5YMLQPOEOUA.jpg?auth=07ff470dcd75f0213115eb8b8465064bb81e204e47165c28848b8fe69635e3d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dennis Dahmer, whose father Vernon Dahmer, Sr. was killed when the Ku Klux Klan firebombed the family home 1966, holds a photo of his brothers as they overlook the destroyed home after, after retiring home from military service, in Hattiesburg, Miss., Wednesday, June 3, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5XRTDSVCLU7FPUH2LYU5HEGKE.jpg?auth=e03a064c178758549a50a77431819e11243c493e5c93b619c19a799ab0e0104d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An iron fence surrounds the memorial to civil rights activist Viola Liuzzo on Friday, July 7, 2000, near Lowndesboro, Ala., on U.S. 80. (AP Photo/Dave Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">DAVE MARTIN</media:credit></media:content></item><item><title><![CDATA[A Reflecting Pool that has long enticed visitors now gains police scrutiny under Trump]]></title><link>https://www.local10.com/news/politics/2026/06/27/a-reflecting-pool-that-has-long-enticed-visitors-now-gains-police-scrutiny-under-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/a-reflecting-pool-that-has-long-enticed-visitors-now-gains-police-scrutiny-under-trump/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Lincoln Memorial Reflecting Pool is many things.]]></description><pubDate>Sat, 27 Jun 2026 12:33:57 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Lincoln Memorial Reflecting Pool is many things.</p><p>Murky. Peaceful. Stinky. The backdrop for protests, vigils, celebrations and stunning sunrise photos. Beset by gnats and algae. Scenery for a run. A key part of the capital's carefully designed monumental core. The location of an iconic scene in “Forrest Gump.”</p><p>One thing it's generally not: a strictly enforced police zone.</p><p>Entering the pool has always been illegal, but, in general, the most someone wading into the water might expect is a direction from a police officer to get out.</p><p>But that has changed since President Donald Trump insisted last weekend, without providing evidence, that vandals were responsible for damage to the pool's liner, undermining his renovation efforts after he blamed previous presidents for ignoring deterioration. Court documents filed this week show that the National Park Service reported to the U.S. Park Police a June 9 incident in which a sharp knife or razor cut the pool’s new liner.</p><p>National Guard members and Park Police have patrolled the deck around the pool. The Associated Press verified that one man was arrested after touching the already-peeling paint. He said he wanted to examine the new coating, briefly touching a still-attached chunk, then letting go shortly after a park worker told him to. At one point this week, crews were seen adding fencing near the area, which the administration attributed to preparations for July Fourth celebrations.</p><p>Here’s a look at photos of how people have interacted with the Reflecting Pool over the years.</p><p>The scrutiny belies the fact that the Reflecting Pool has always been enticing to visitors.</p><p>During the Poor People's Campaign in 1968, the pool offered relief from the summer heat.</p><p>And during the bitter cold of winter, it has become an unlikely urban skating rink.</p><p>Now, it is home to mobile surveillance towers and increased law enforcement foot patrols, while the hum of nanobubblers punctuates the June air.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UV4GEABQQZSZJ2WXFKUXOJNYD4.jpg?auth=6e5fc49f8a20cd01a542df3b0591d6c911204aab6695a6d322fd0468c4a43811&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signs are posted on a chain link fence around the Lincoln Memorial Reflecting Pool Friday, June 26, 2026, in Washington. (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/NHRUUKAUMZ25IPAMEVNLTGCJEI.jpg?auth=04b245748e709a0200376e5fc19078787372c283cf46f08a792a47d8c7002328&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Washington Monument, reflected in the Lincoln Memorial Reflecting Pool, is seen behind a chain link fence Thursday, June 25, 2026, in Washington. (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/URCMBJYZ5ZWOJTSF2IZ5K4KGKU.jpg?auth=9b49a1e2862cc0475607f185042acf412a705be6012f0c730f12eaa522e92618&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk along the Lincoln Memorial Reflecting Pool Tuesday, June 23, 2026, in Washington. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LFRSZR5VM7OK7G7DR3M7HCLXFA.jpg?auth=d61bda608852f9518f286c37566b119858eadd864539b2152076a856dc18b06b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Lincoln Memorial Reflecting Pool is seen Friday, June 26, 2026, in Washington. (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/GGI7EDEUCD2LNMENHF4SGAWUCI.jpg?auth=df9a9fce93420b25dfaf26ab2aadf3a74aa9a5ce62b2c9e295cffce0e08dfe7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person holds a cell phone high to take a photo of the Lincoln Memorial Reflecting Pool and the Lincoln Memorial from behind a chain link fence Friday, June 26, 2026, in Washington. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Are Taylor Swift and Travis Kelce getting married at Madison Square Garden? What we know]]></title><link>https://www.local10.com/entertainment/2026/06/27/are-taylor-swift-and-travis-kelce-getting-married-at-madison-square-garden-what-we-know/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/27/are-taylor-swift-and-travis-kelce-getting-married-at-madison-square-garden-what-we-know/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[Are Taylor Swift and Travis Kelce really getting married at Madison Square Garden?]]></description><pubDate>Sat, 27 Jun 2026 11:53:46 +0000</pubDate><content:encoded><![CDATA[<p>Are Taylor Swift and Travis Kelce really getting married at Madison Square Garden?</p><p>Frenzied speculation surrounding the superstar singer and football player's upcoming wedding has spiked over the past few days as reports swirl that the two are getting married the first week in July at one of New York's iconic landmarks.</p><p>Yet nearly a year after Kelce and Swift announced their engagement with the caption “Your English teacher and your gym teacher are getting married,” they have disclosed little about their plans.</p><p>Here's what we know and don't know.</p><p>The wedding date is unconfirmed, but reports say early July</p><p>Nothing has been publicly confirmed by the couple, despite The Associated Press' multiple requests to Swift’s representative for comment.</p><p>Citing an entertainment industry executive and another person with knowledge of the matter, The New York Times reported that the couple were planning a gathering of 100 people at Madison Square Garden — an arena that seats up to 19,500 people — on July 2 followed by a second event at the arena for about 1,000 guests on July 3.</p><p>The Associated Press has been unable to independently confirm those details, but there are no public events planned at the Garden from June 29 until a Bon Jovi concert on July 7.</p><p>Public records show that the city issued a permit for loading and unloading theatrical materials at the arena from June 29 to July 4. Winick Productions, a company that has produced red carpet events for the Grammy and Tony award shows and movie premieres, also applied for a permit to set up a canopy or tent outside the Garden for an event involving up to 999 people.</p><p>Meanwhile, just a few weeks prior, New York City Mayor Zohran Mamdani jokingly referenced the reports of Swift and Kelce’s wedding during a press conference. Mamdani was answering questions about safety during the World Cup when he said, “We know it coincides with July Fourth, America 250, Taylor Swift’s wedding all happening at the same time, and we are so excited to welcome the world here.”</p><p>Mamdani, however, said he was not invited to the wedding.</p><p>“I wish them a lovely wedding. I’ll listen to ‘Only the Young’ at home on my own,” he said, referencing one of Swift's songs.</p><p>MSG is a fortress, but has hosted weddings before</p><p>Madison Square Garden may not scream “bridal,” but the venue is available for private rentals, advertising a banquet capacity for 1,250 — or 2,000 if you are only serving cocktails. And it has hosted weddings before. Sly Stone got married to Kathy Silva there in 1974 before thousands of fans. And more than 2,000 couples were wed in a mass ceremony at the Garden officiated by the Rev. Sun Myung Moon in 1982.</p><p>Located above Penn Station, the busiest rail hub in the U.S., the Garden doesn't scream “privacy" either.</p><p>But it does have guarded entrances, a secure garage and a lack of windows, which would allow Kelce, Swift and celebrity guests to stay out of sight of photographers or camera-equipped drones.</p><p>That need for privacy popped up earlier in June when a large tent appeared next door to Swift’s Watch Hill estate in Rhode Island. Despite organizers denying the event was for Swift, a wave of speculation bubbled up online as photographers and some Swifties headed to the town to see if they could catch a glimpse of a possible wedding.</p><p>Yet others have theorized that the MSG buzz could be an elaborate smoke screen to throw off attention to the couple's real wedding plans. Swift did once write, “No, you can’t come to the wedding,” in her song “But Daddy I Love Him," which some fans have been reupping lately as a reminder that the wedding isn't supposed to be a public spectacle.</p><p>Friends, family, and plenty of celebrities expected to attend</p><p>Swift joked in October that “anyone I've ever talked to” would be invited to the wedding, telling Graham Norton that she believed “the only stressful weddings” are those that are small and force people to make aggressive cuts to the guest list.</p><p>Yet just who exactly will show up is to be determined. Aside from family, Kelce's Kansas City Chiefs teammate Patrick Mahomes and his wife, Brittany Mahomes, will likely be in attendance. For Swift, close friends like Selena Gomez, Abigail Anderson Berard, the Haim sisters, Emma Stone and Gigi Hadid will all likely attend.</p><p>Chiefs coach Andy Reid said he couldn't talk about it when asked by The Associated Press if he was going to the wedding.</p><p>“If it’s like when I got married, my wife did everything, so I just kind of followed her lead on it, showed up, right? Maybe he’s doing more but he looks like he’s pretty focused in on this job here, too,” Reid said in early June.</p><p>Swift has a history of Fourth of July parties</p><p>Perhaps another clue why the week of the Fourth of July makes sense for Swift and Kelce's wedding is that the popstar has long been known for throwing elaborate parties over the American holiday.</p><p>It wasn't too long ago that fans dubbed her Fourth of July events as “Taymerica,” where celebrities showed up at her Rhode Island estate wearing red, white and blue swimsuits, waving American flags and eventually shared some social media photos with the public.</p><p>The timing also works with Kelce's football schedule, given the tight end once joked on his “New Heights” podcast, “Don’t make my friends have to choose whether or not they have to sell their tickets that week.”</p><p>___</p><p>Associated Press writers Anthony Izaguirre and Maria Sherman in New York and David Skretta in Kansas City, Missouri, contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKLTDXJKF7HLOVINXRF7QRT6PM.jpg?auth=4dc8df0f5d06e5b9e0fca37c1654111d74a7ae1a836992b361666c844d92aaca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kansas City Chiefs tight end Travis Kelce (87) and Taylor Swift kiss after the Chiefs defeated the San Francisco 49ers in the NFL Super Bowl 58 football game on Feb. 11, 2024, in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LH6PTBTJ4CCBRA4MEBXAKSXP7A.jpg?auth=9ddd2b231d04240a36aa97e532c4897a20cb80160e94572c943428ffe8a19338&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kansas City Chiefs tight end Travis Kelce, right, is congratulated by Taylor Swift as they celebrate the Chiefs' victory over the Buffalo Bills in the AFC Championship NFL football game, Jan. 26, 2025, in Kansas City, Mo. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5D3VESGUFGOUDLDUNQ7HWXH3A4.jpg?auth=864c9807c9eba7ce1926d27aba47eeb0e5f12e5d115fc7ff927c1d67201f4052&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City police on horseback patrol the street by Madison Square Garden during Game 5 of the NBA Finals basketball series against the San Antonio Spurs, June 13, 2026, in New York. (AP Photo/Heather Khalifa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6M53KSJQ6HCRGTI32JGVDHELV4.jpg?auth=0aac7cbd14e89e206f0cac129a1300a13ac6634660f30b5ef126e932aa712eec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Swift and Travis Kelce watch the second half of Game 3 in the Eastern Conference finals NBA basketball playoffs series between the New York Knicks and the Cleveland Cavaliers in Cleveland, May 23, 2026. (AP Photo/Tim Phillis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Phillis</media:credit></media:content></item><item><title><![CDATA[Scratching that bug bite might feel good at first but science explains why it's a bad idea]]></title><link>https://www.local10.com/health/2026/06/27/scratching-that-bug-bite-might-feel-good-at-first-but-science-explains-why-its-a-bad-idea/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/27/scratching-that-bug-bite-might-feel-good-at-first-but-science-explains-why-its-a-bad-idea/</guid><dc:creator><![CDATA[By LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — You’ve likely heard it since childhood: Don’t scratch that bug bite or rash, you’ll make it worse. But why would something that feels so good be bad?]]></description><pubDate>Sat, 27 Jun 2026 11:51:02 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — You’ve likely heard it since childhood: Don’t scratch that bug bite or rash, you’ll make it worse. But why would something that feels so good be bad?</p><p>A lot of things can cause itchiness, sometimes serious diseases. Whatever the cause, doctors have long warned that scratching too much can damage the skin. Now researchers better understand why even a mildly annoying itch could put you on an itch-and-scratch cycle if you give in.</p><p>How did they find out? In part by putting tiny “cones of shame” onto mice to uncover what happens on a cellular level when an itch gets scratched — or left alone.</p><p>They also gained insight into why a good scratch at least at first brings a sigh of relief. After all, not just people and other mammals scratch, even fish do. The commonality suggests there must be some evolutionary reason and the mouse experiment hints at a little germ protection — but still not a reason to scratch.</p><p>Expect a more swollen, itchier spot if you can't ignore that bug bite</p><p>Dr. Daniel Kaplan, a University of Pittsburgh dermatologist whose lab studies immune reactions in skin, was exploring a run-of-the-mill type of itch called allergic contact dermatitis, caused by irritants such as poison ivy or nickel in jewelry.</p><p>Kaplan's research team put a rash-inducing irritant on the ears of mice. Normal mice scratched and inflammatory immune cells rushed to the site, increasing swelling. The rash was much milder in mice bred with defective itch-sensing nerve cells. But was the difference really the scratching?</p><p>Normal mice put into collars like those veterinary “cones of shame” so they itched but couldn't scratch gave the answer: They, too, had much less swelling and fewer inflammatory cells.</p><p>Kaplan said that evidence matches people’s everyday experiences that scratching really can make things worse.</p><p>Ignore a mosquito bite and the itch is “gone in five or 10 minutes for most people,” he said. “But if you start scratching it, it’s your friend for a week,” getting itchier and more inflamed.</p><p>The immune system’s first responders can help — and hurt</p><p>To understand what was happening in the skin, Kaplan’s team took a deeper look at mast cells, among the immune system’s first responders. When called into action, they release compounds that can help fight germs or toxins — or, through a compound called histamine, trigger itchy allergic reactions.</p><p>Scientists have long known that allergens can activate mast cells. But other signals can summon mast cells, too, including pain. And when we scratch, “we tend to scratch until it starts to hurt,” Kaplan noted.</p><p>Pain-sensing nerve cells release a chemical messenger called substance P. In findings published last year, Kaplan’s team reported that substance P can activate mast cells through a different molecular pathway than allergens do — a double whammy that explains why scratching further inflames itchy rashes or bites.</p><p>Then why does a little scratching feel good?</p><p>If we experience pain like touching a hot stove, we’ll learn not to do that again. Yet relief from a good scratch, in evolutionary terms, is positive feedback. Why?</p><p>One long-held theory is that it may help creatures slough off parasites like fleas or mites. But Kaplan also was intrigued by other labs’ findings that mast cells could fend off a common type of skin bacteria called Staphylococcus aureus. So his team infected mice and then repeated the cone-of-shame itch experiment. Sure enough, those that scratched had lower levels of that germ on their ears, maybe because of the extra inflammation or some other mast cell-related compound.</p><p>But that's not enough of an upside to change the health advice.</p><p>“Ultimately, scratching is deleterious,” Kaplan stressed. “You should avoid scratching,” he said, although acknowledging that it’s “easier said than done.”</p><p>Here’s how to handle a minor itch</p><p>What fights an itch depends on its cause and there's a need for better treatments. For now, antihistamines and certain other drugs for hives can tamp down some itchiness triggered by mast cells. Drug companies are experimenting with other approaches called MRGPRX2 blockers that target the pathway Kaplan’s team linked to scratching. Kaplan hopes better understanding of that pathway eventually could help skin diseases such as chronic eczema.</p><p>For the summer itchiness of bug bites, poison ivy and other types of contact dermatitis, dermatologists recommend anti-itch balms such as hydrocortisone cream, calamine lotion or oatmeal baths.</p><p>Another trick from Kaplan: Menthol-containing creams can temporarily fool the skin into sensing cold instead of itch, just long enough that “if you don’t scratch, then you break that itch-scratch cycle,” he said. “It’s like a cheat code.”</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/IRL7PYIRHR2F2ZB3JKDDLFD76U.jpg?auth=ba8a3ae0e46d905bfdcfdccf46d48a06d346bd5a43b2b78effccc9d8319db9c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A mosquito feeds on a technician at the Salt Lake City Mosquito Abatement District on July 26, 2023, in Salt Lake City. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content></item><item><title><![CDATA[A small plane has crashed into a Beijing high-rise, killing the pilot and injuring 13]]></title><link>https://www.local10.com/news/world/2026/06/27/small-plane-crash-at-beijing-high-rise-kills-the-pilot-and-injures-13-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/small-plane-crash-at-beijing-high-rise-kills-the-pilot-and-injures-13-authorities-say/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Chinese authorities on Saturday said a small plane that crashed into a building in Beijing the day before had killed the pilot and injured 13 others.]]></description><pubDate>Sat, 27 Jun 2026 11:02:27 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Chinese authorities on Saturday said a small plane that crashed into a building in Beijing the day before had killed the pilot and injured 13 others.</p><p>The authorities of the Chaoyang district, a vibrant business area, said a two-seat light sport aircraft collided with a high-rise building near the East Third Ring Road at 5:55 p.m. on Friday and caused the casualties.</p><p>The short statement on WeChat did not identify the building or the pilot, who the authorities said was the only person on the craft.</p><p>The global flight-tracking service provider Flightradar24 on Friday said the plane crashed into the CITIC Tower, also known as China Zun, which rises more than 1,700 feet (528 meters), just east of a major ring road in a cluster of skyscrapers.</p><p>The 108-story CITIC tower, shaped like an ancient Chinese wine vessel, is one of the most recognizable skyscrapers in Beijing and is the tallest building in the city.</p><p>Flightradar24 posted on social media the path of the plane, a Sunward SA 60L Aurora, which took off from an airport about 50 kilometers (30 miles) east of Beijing. It headed westward and ended just east of the East Third Ring Road.</p><p>Associated Press photos showed on Saturday apparent marks of the crash on the glass facade on one side of the CITIC Tower. A hole there had been covered up.</p><p>It was not immediately known what caused the crash in a city with strict airspace controls, including a recent ban on drones. An investigation is underway into the situation, the authorities said.</p><p>It was also unclear whether the injured were in the building or were hit by debris, but the statement said they were receiving treatment.</p><p>The CITIC tower is just a roughly 20-minute drive from Zhongnanhai, a former imperial garden that now serves as headquarters of China’s top leadership, and a 15-minute drive from the Forbidden City, a popular tourist attraction.</p><p>Social media posts about the crash were scrubbed from China’s walled-off internet on Friday, though footage has made its way outside of China’s firewall and is circulating on overseas sites such as X.com. A report by financial news platform Caixin about the crash’s casualties soon became inaccessible on Saturday. Chinese authorities consider such incidents to be a sensitive matter.</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. One image of the wreckage shows a partial registration number of “B-12.” The full registration number of the aircraft is B-12PP.</p><p>According to Flightradar24, the aircraft was operated by Shuangyue General Aviation, an apparent reference to Dongshi Shuangyue (Beijing) General Aviation, whose website was not accessible on Saturday. The firm provides services ranging from private pilot training to aerial sightseeing tours, said an online platform citing official data.</p><p>SA 60L is a product of Starair Aircraft, based in China’s central Hunan province. According to Starair’s website, the single-engine aircraft accounts for more than 70% of China’s light sports aircraft market and has been exported to Australia and the United States.</p><p>Its maximum cruise speed is 220 kilometers (137 miles) per hour and its maximum takeoff weight is 600 kilograms (1,322 pounds), the website said.</p>]]></content:encoded></item><item><title><![CDATA[Sinner wants to 'talk about tennis' not top players' prize-money protest at Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/27/sinner-wants-to-talk-about-tennis-not-top-players-prize-money-protest-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/sinner-wants-to-talk-about-tennis-not-top-players-prize-money-protest-at-wimbledon/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — No. 1 Jannik Sinner limited a media appearance Saturday as a prize-money protest by top players continued at Wimbledon but he deflected questions about it, saying he wanted to “talk about tennis.”]]></description><pubDate>Sat, 27 Jun 2026 11:11:22 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — No. 1 Jannik Sinner limited a media appearance Saturday as a prize-money protest by top players continued at Wimbledon but he deflected questions about it, saying he wanted to “talk about tennis.”</p><p>The grass-court Grand Slam increased prize money by 20% after top players began their protest at the recent French Open, arguing that they deserve a bigger share of revenues.</p><p>The protest involves players limiting their media appearances, meaning they'll only talk for 15 minutes after each match during the first week of Wimbledon.</p><p>Sinner's appearance Saturday clocked in at about 10 minutes, 30 seconds. A Wimbledon host introduced him and said he would be timing his session.</p><p>The defending champion cited improvement in negotiations.</p><p>“It's getting better even though we are not (at) the point where we are 100% happy,” the Italian said. “At the same time we are seeing improvement.”</p><p>Sinner said it's “not only about the money,” citing the need for improvements in player welfare.</p><p>But he declined to engage in a question about Wimbledon's offer to work on creating a player council.</p><p>“I just think it's better if we don't discuss here, I don't like to talk about this at the moment,” he said.</p><p>The four-time Grand Slam champion also didn't want to address whether the players feel they are closer to a solution or a boycott.</p><p>“I think we talked enough about this at the moment. The Grand Slams know what we ask, and then (we'll) see how that goes,” he said.</p><p>“Again, I'm here now to talk about tennis.”</p><p>The protest began at the French Open, where players complained the total prize money only made up 14.3% of the clay-court tournament’s revenue.</p><p>Wimbledon responded by hiking its total prize money — with the singles champions to get 3.6 million pounds ($4.75 million) each.</p><p>On Wednesday, a statement by an advisory firm representing the players said the “direct action protest” would continue during the first week at the All England Club.</p><p>The statement said the players’ share of Wimbledon’s projected revenue this year was 14.4%, which would be below the 14.9% share they received 10 years ago.</p><p>The All England Club had said it was “surprised and disappointed by this action.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><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/ZQFQUVN7S732XIZS7DTQZ2JYYI.jpg?auth=a2d82691abe61e7643662b88d2cbb96801c4891cc7759cb869636bf87343265d&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 waves to supporters after a tennis exhibition match against Cameron Norrie of Great Britain at the Hurlingham Tennis Club in London, Wednesday, June 24, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Ukraine strikes industrial facility in Russia's Volgograd as Russian drone attack kills 1]]></title><link>https://www.local10.com/news/world/2026/06/27/ukraine-strikes-industrial-facility-in-volgograd-russian-drone-kills-man-in-sumy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/ukraine-strikes-industrial-facility-in-volgograd-russian-drone-kills-man-in-sumy/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukraine struck a major industrial facility in the Russian city of Volgograd, Ukrainian President Volodymyr Zelenskyy said Saturday, while a Russian drone attack killed a man in Ukraine’s northeastern Sumy region overnight.]]></description><pubDate>Sat, 27 Jun 2026 11:54:50 +0000</pubDate><content:encoded><![CDATA[<p>Ukraine struck a major industrial facility in the Russian city of Volgograd, Ukrainian President Volodymyr Zelenskyy said Saturday, while a Russian drone attack killed a man in Ukraine’s northeastern Sumy region overnight.</p><p>Ukraine has stepped up its long-range aerial attacks on Russian military industries and energy facilities, aiming to cut Moscow’s revenue for the war and make Russians feel the consequences of the invasion, now in its fifth year.</p><p>The campaign, which Zelenskyy has said aims to bring Russian President Vladimir Putin to the negotiating table, has choked Russian fuel supplies and military deliveries, stalling Moscow’s efforts on the battlefield and heaping pressure on Putin, Western officials and analysts say.</p><p>Writing on X, Zelenskyy said that FP-5 Flamingo missiles hit the Titan-Barrikady facility in Volgograd in southwestern Russia, describing it as a “major industrial complex” where Russia “produces artillery systems and specialized military equipment, including components for missile launch systems.”</p><p>According to Ukraine’s General Staff, the facility manufactures equipment for missile systems, including self-propelled launchers and transport-loading vehicles for the Iskander-M missile system, which it said is “the same system Russia regularly uses to strike Ukrainian cities.”</p><p>Volgograd Gov. Andrei Bocharov confirmed an attack on a business in the region’s Krasnooktyabrsky district, saying 10 people had been wounded and taken to a hospital. He said production facilities at the site were damaged but did not identify the company.</p><p>Ukraine's state security service said Saturday morning that Ukrainian forces also struck an oil pumping facility in Russia’s Vladimir region that supplies fuel to Moscow, for the second time this month.</p><p>The attacks came a day after Ukraine launched what appeared to be one of Kyiv's biggest drone assaults since the Kremlin’s full-scale invasion more than four years ago. The major nighttime attack targeted a dozen Russian regions, Russian-held Crimea and the surrounding seas, Moscow’s Defense Ministry said Friday, noting that Russian air defenses intercepted 660 Ukrainian drones.</p><p>Zelenskyy said Thursday 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>Meanwhile, in Ukraine’s Sumy region, a 66-year-old man was killed in a Russian drone strike on a private residence in the region, regional head Oleh Hryhorov said Saturday.</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/P5SQ7FT6NMNSAJEHAJ6VER7HUQ.jpg?auth=2530825ed9f73e04eed80ce7e0d85ec3af5f2430c5d25e39bd08f72390cb4f8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ukrainian serviceman of Khartia brigade controls an interceptor drone in the command centre Kharkiv region, Ukraine, Friday, June 26, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUSNPYOSK6KTSUHT75NHGVLGVA.jpg?auth=c07f006c73cf90455d321febd3f52048f7beba270ba090747d10f81d5b5bfb45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ukrainian interceptor drone is launched near Kharkiv, Ukraine, Friday, June 26, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: Muertos en Venezuela suben a 1.430 y crece la desesperación por hallar sobrevivientes]]></title><link>https://www.local10.com/espanol/2026/06/27/lo-ultimo-llegan-rescatistas-de-eeuu-y-maquinaria-pesada-aeropuerto-venezolano-ya-esta-operativo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/lo-ultimo-llegan-rescatistas-de-eeuu-y-maquinaria-pesada-aeropuerto-venezolano-ya-esta-operativo/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Las autoridades venezolanas han bloqueado el acceso a La Guaira, la zona más afectada por los terremotos y donde familiares y vecinos excavan desde hace tres días entre los escombros de casas y edificios derrumbados en busca de sobrevivientes.]]></description><pubDate>Sat, 27 Jun 2026 17:58:32 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Las autoridades venezolanas han bloqueado el acceso a La Guaira, la zona más afectada por los terremotos y donde familiares y vecinos excavan desde hace tres días entre los escombros de casas y edificios derrumbados en busca de sobrevivientes.</p><p>Hasta ahora los sismos de 7,2 y 7,5 de magnitud han dejado un saldo de al menos 1.430 muertos, más de 3.200 heridos y más de 51.000 desaparecidos.</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>Muertos ascienden a 1.430 y heridos superan los 3.200</p><p>En conferencia de prensa, el presidente de Asamblea Nacional de Venezuela, Jorge Rodríguez, informa que la cifra de muertos en los terremotos ascendió a 1.430 y que hay 3.238 personas heridas.</p><p>Agrega que “la zona de mayor gravedad de este desastre.... es el estado La Guaira” y que “por eso se encuentra totalmente militarizada”. Al mismo tiempo indica que desde el miércoles se han registrado 432 eventos sísmicos.</p><p>Llega maquinaria pesada a La Guaira</p><p>En medio de la angustia por encontrar a sus familiares debajo de edificaciones desplomadas, vecinos de La Guaira impidieron el avance de una retroexcavadora y retuvieron al conductor mientras le exigían que continúe ayudándolos ante la visible ausencia de grupos de ayuda estatales.</p><p>“Ni la Policía ni la Guardia Nacional nos ayudaron. Vinieron a comer arepa y a tomarse fotos para decir que estaban trabajando, pero no se ensuciaron ni siquiera el uniforme”, dijo a The Associated Press Yeison Marcano, un vendedor de accesorios, con la ropa cubierta de polvo. Contó que ha estado los últimos tres días removiendo escombros en busca de sobrevivientes.</p><p>En tanto, el gobierno informó que al menos 22 maquinarias especializadas arribaron a ese estado para avanzar con la recolección de escombros.</p><p>Tractores, camiones y grúas eran transportados en enormes plataformas que llegaron en caravana, según imágenes del Ministerio de Comunicación e Información difundidas en sus redes sociales.</p><p>Se suman más rescatistas de EEUU, aeropuerto ya operativo</p><p>Altos funcionarios de la administración de Donald Trump informaron que Estados Unidos ya ha desplegado dos equipos de búsqueda y rescate de 80 personas cada uno que buscan sobrevivientes en la zona del desastre. Se espera la llegada de otros dos equipos del mismo tamaño más tarde el sábado.</p><p>Uno de los funcionarios indicó que los equipos estadounidenses también han trabajado en la reparación del Aeropuerto Internacional Simón Bolívar, que da servicio a la capital de Venezuela. Añadió que una pista de aterrizaje ya está operativa y que el ejército estadounidense ayudaría a coordinar los vuelos para trasladar a los rescatistas, hospitales móviles y suministros.</p><p>Dormir a la intemperie, buscar desaparecidos</p><p>Tres días después de que los terremotos dañaran sus hogares en el estado de La Guaira, varias personas acampaban frente a los restos de su edificio de apartamentos en improvisadas tiendas hechas con ropa de cama, algunos recostados sobre colchones apoyados en el asfalto.</p><p>Ezequiel Frontado revisaba más de una docena de cuerpos tendidos sobre la calle y cubiertos con mantas que los vecinos y rescatistas recuperaron de entre los escombros en la ciudad de Catia La Mar, buscando entre ellos a alguno de sus familiares desaparecidos. Mientras, unos pocos efectivos de la Guardia Nacional Bolivariana resguardaban el lugar y dirigían el paso de vehículos.</p><p>En el mismo estado de La Guaria varias personas clasificaban la ropa donada en un gimnasio que fue habilitado como un refugio.</p><p>Delcy Rodríguez: son “horas vitales”; 14.000 efectivos patrullan La Guaira</p><p>En un informe junto a su equipo de trabajo en La Guaira difundido en la madrugada del sábado por la televisión estatal, la presidenta encargada Delcy Rodríguez dijo que “estas primeras 72 horas son vitales para salvar vidas” por lo que se ha restringido el acceso a ese estado. "Más de 14.000 funcionarios, tanto militares como policiales... están haciendo patrullaje permanente para garantizar la tranquilidad que se necesita para las labores” de rescate.</p><p>Agregó que “ya se alcanzó una recuperación del 60%” del servicio eléctrico en el estado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HI7ADTRGIMTQKMMBUVFIJY6FTA.jpg?auth=3e72aa5a4fcb2f990bcec1c5f2ad67bfdd903574d64fa1b97b348fe38cc9b65f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ezequiel Frontado observa los cuerpos cubiertos mientras busca a sus familiares desaparecidos tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXKFE4BGAWOVNA743DSTDASBBQ.jpg?auth=751fcb970fc4e95ae2581f1174c071963633b7da0a805236044efd743b7f4785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tres días después de que los terremotos dañaran sus hogares varias personas acampan frente a su edificio de apartamentos en La Guiara, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBA6QG3EH6MORYSG7GN67CTCMY.jpg?auth=8dbc08e68c4f71c07cc578c9e16a67f7e066f78e09943805291dfc304fa8c15a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas revisan la ropa donada en un gimnasio habilitado como refugio, tres días después de los terremotos que azotaron La Guaira, Venezuela, el sábado 27 de junio de 2026.(AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHJZKAEOZAIGBJ7HDAPVZJFZSQ.jpg?auth=a60c5f31798f04d10d698664a296c63dc1c6a1cfbc60d9c9ff2f66fff74125f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate colombianos buscan entre los escombros tres días después del terremoto que sacudió La Guaira, Venezuela, la madrugada del sábado 27 de junio de 2026. (AP Foto/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[June 27: Saharan dust, heat limit South Florida rain chances]]></title><link>https://www.local10.com/weather/2026/06/27/june-27-saharan-dust-heat-limit-south-florida-rain-chances/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/27/june-27-saharan-dust-heat-limit-south-florida-rain-chances/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[The combination of an easterly flow and Saharan dust will limit the storm chances this weekend and whatever does form out there will be pushed way out west and away from us. ]]></description><pubDate>Sat, 27 Jun 2026 10:43:04 +0000</pubDate><content:encoded><![CDATA[<p>The combination of an easterly flow and Saharan dust will limit the storm chances this weekend and whatever does form out there will be pushed way out west and away from us. The unusual June drought continues but it’ll certainly feel like it should this time of year with highs into the lower 90s and the “feels like” around 105 on Saturday and Sunday. Find some shade and get in the air conditioning as often as possible or head to the beach where it’ll be just a little bit cooler. Chances for showers and storms will only be around 30% this weekend with most of those out west. Have a great weekend but stay hydrated if you’re out in the hot sun!</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[Iranian drones attack Bahrain and a ship is struck in the strait after US airstrikes]]></title><link>https://www.local10.com/news/2026/06/27/iranian-drones-attack-bahrain-and-a-ship-is-struck-in-the-strait-after-us-airstrikes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/27/iranian-drones-attack-bahrain-and-a-ship-is-struck-in-the-strait-after-us-airstrikes/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran launched a drone assault targeting Bahrain while a ship in the Strait of Hormuz separately came under attack Saturday, in Tehran's likely response to overnight airstrikes by the United States.]]></description><pubDate>Sat, 27 Jun 2026 15:20:42 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran launched a drone assault targeting Bahrain while a ship in the Strait of Hormuz separately came under attack Saturday, in Tehran's likely response to overnight airstrikes by the United States.</p><p>The attacks in the Persian Gulf show the danger of the Iran war again spinning out of control, even after Iran and the U.S. reached an interim deal to try and agree on a final accord to end the conflict.</p><p>The U.S. had launched airstrikes overnight in response to an Iranian drone attack on a container ship trying to leave the strait on Thursday, continuing a string of attacks that have shaken the war's uneasy ceasefire.</p><p>Meanwhile, a multinational maritime body overseen by the U.S. Navy said Saturday that it would expand a route near Oman in the strait to allow for both inbound and outbound traffic. That likely sets up a new flashpoint with Tehran, which sees the strait as a key source of leverage in ongoing talks with the U.S.</p><p>Bahrain condemns Iran's drone attack</p><p>Bahrain has been one of the strongest critics of Iran and is home to the U.S. Navy's 5th Fleet. It just hosted U.S. Secretary of State Marco Rubio for a meeting of the Gulf Cooperation Council’s foreign ministers, which ended with a call for an end to Iran’s attacks and for the strait to be completely open.</p><p>A statement from Bahrain’s Foreign Ministry said a “number of Iranian drones” targeted the country. It called the attack “a flagrant threat to the security of citizens and residents.” There were no immediate reports of damage.</p><p>Iran’s paramilitary Revolutionary Guard earlier on Saturday issued a statement carried by the state-run IRNA news agency saying it had targeted several locations “of the U.S. terrorist army in the region.” It did not name what areas were targeted.</p><p>The U.S. military's Central Command said the military struck Iranian missile and drone locations and coastal radar sites in the overnight strikes.</p><p>U.S. Vice President JD Vance, who has led the negotiations with Iran, said on social media Friday night that Iran should “pick up the phone” if there are disagreements about the ceasefire agreement, “but violence will be met with violence.”</p><p>The U.S. and Iran are negotiating terms of the deal including issues such as getting ships through the strait that's vital to global supplies of oil and natural gas and addressing the future of Iran’s nuclear program and stockpile of highly enriched uranium.</p><p>Under the interim deal, the two sides have 60 days to work out the details. Ending the fighting in Lebanon between Israel and the Iranian-backed Hezbollah militant group is a key part of the deal.</p><p>Ship comes under attack as strait route expands</p><p>The British military’s United Kingdom Maritime Trade Operations center said that a tanker was attacked Saturday in the strait, with the crew safe and no environmental damage reported. No one immediately claimed the strike, but suspicion fell on Iran.</p><p>Just after that report, the Joint Maritime Information Center, overseen by the U.S. Navy, said the route near Oman’s shore is expanding to allow for inbound and outbound traffic.</p><p>Iran has insisted that ships must obey its orders and warned it will start charging fees for transit through the strait. However, ships have been increasingly trying to leave the Gulf in recent days.</p><p>Ebrahim Azizi, who heads the Iranian parliament’s national security commission, wrote Friday that “the Strait of Hormuz is governed by Iran, so: Respect the rules.”</p><p>The U.S. and Gulf Arab states have rejected Iran’s demands. The strait is considered as an international waterway, despite being the territorial waters of Iran and Oman.</p><p>The Joint Maritime Information Center warned that the threat to ships was “substantial,” adding that “mariners are advised of the existence of mines and should expect a naval presence as clearance operations continue.”</p><p>The International Maritime Organization on Friday halted a new effort to evacuate ships said it won’t resume until there are guarantees that the other ships won’t be attacked. It said about 115 ships have been able to move out of the strait in recent days.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GVGYNYVHJ2I5TKSRCV6IZMXDHI.jpg?auth=b4ddceaf4e51a332344f6705c20bbd6bd640ca534f7496d5bf868066f6e7805d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands beside a fishing pole along the shore as cargo ships and commercial vessels are seen in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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[No solo la gente sufre el calor: qué hacer si ve animales salvajes afectados por altas temperaturas]]></title><link>https://www.local10.com/espanol/2026/06/27/no-solo-la-gente-sufre-el-calor-que-hacer-si-ve-animales-salvajes-afectados-por-altas-temperaturas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/no-solo-la-gente-sufre-el-calor-que-hacer-si-ve-animales-salvajes-afectados-por-altas-temperaturas/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Mientras Europa se abrasa bajo un calor extremo, las personas no son las únicas afectadas por las altas temperaturas y la humedad. Las aves y otros animales salvajes también corren peligro.]]></description><pubDate>Sat, 27 Jun 2026 07:45:20 +0000</pubDate><content:encoded><![CDATA[<p>Mientras Europa se abrasa bajo un calor extremo, las personas no son las únicas afectadas por las altas temperaturas y la humedad. Las aves y otros animales salvajes también corren peligro.</p><p>Las aves, en particular, son fundamentales para los ecosistemas de todo el mundo, ya que prestan servicios como la polinización de las flores, el control natural de plagas, la dispersión de semillas e incluso actúan como sistemas de alerta temprana.</p><p>Los expertos señalan que hay formas de actuar si se ve un pájaro en apuros por el calor, y cómo reaccionar ante otros animales salvajes. Esto es lo que hay que saber.</p><p>¿Qué les ocurre a las aves con el calor extremo?</p><p>Las aves son muy diversas y, a menudo, están bien adaptadas para afrontar periodos prolongados de calor, explicó David Bird, profesor emérito de biología de fauna silvestre en la Universidad McGill.</p><p>Además, tienen una temperatura corporal más alta que los mamíferos, con algunas aves rondando los 38 grados Celsius (100º Fahrenheit) o incluso algo más.</p><p>Pueden ajustar sus plumas de ciertas maneras o aumentar el flujo de aire a través de una compleja serie de sacos aéreos para ayudar a mantenerse frescas. También se adaptan al calor mediante su comportamiento.</p><p>Pero los pájaros tienen un umbral máximo de calor que pueden soportar, igual que los humanos, apuntó Aimee Van Tatenhove, investigadora posdoctoral del Laboratorio de Ornitología de Cornell.</p><p>“Este nivel varía según la especie y, como se puede imaginar, las especies que viven más cerca de los polos suelen ser mucho más susceptibles al calor que las que viven más cerca del ecuador”, afirmó Van Tatenhove. “Un calor intenso y prolongado como el que está experimentando Europa ahora probablemente esté llevando a muchas especies al límite de su tolerancia al calor, poniéndolas en riesgo de sufrir enfermedades por calor o morir”.</p><p>Las aves no sudan como los humanos y algunos otros mamíferos, pero tienen otras formas naturales de combatir el calor, según los expertos.</p><p>Algunas especies, como las aves de jardín, “boquean”, abriendo el pico y jadeando, no muy distinto a un perro. Otras mueven la piel de la bolsa que tienen en el cuello para refrescarse, un comportamiento que se conoce como “aleteo gular”.</p><p>Además, suelen buscar la sombra y se meten en bebederos para pájaros, fuentes y estanques poco profundos para bajar su temperatura corporal.</p><p>¿Qué debe hacer si ve aves expuestas al calor?</p><p>Es difícil proteger por completo a los pájaros que también están padeciendo la ola de calor en curso, pero los expertos ofrecen algunos consejos.</p><p>En el corto plazo, se pueden colocar fuentes de agua poco profundas —en lugares seguros, lejos de peligros como depredadores—, aunque advierten que es importante mantenerlas limpias.</p><p>Además, se pueden llenar comederos, proporcionando una fuente de alimento fácil para las aves que quizá estén evitando buscar su próxima comida bajo el sol abrasador. Las poblaciones de insectos también se han reducido de forma drástica, en parte debido al cambio climático y la contaminación, lo que afecta a una importante fuente natural de alimento para los pájaros.</p><p>A largo plazo, quienes puedan hacerlo pueden crear zonas de sombra en su patio, incluyendo vegetación en capas como arbustos pequeños y árboles más altos, apuntó Bird.</p><p>Si esos enfoques pasivos no son posibles, quizá sea mejor dejarlas tranquilas, sostuvo Jack Kottwitz, profesor asistente en la Facultad de Medicina Veterinaria de la Universidad Estatal de Michigan. “Estas aves saben mejor que nosotros qué les resulta más cómodo”.</p><p>Las aves suelen buscar temperaturas más frescas, encontrando lugares más bajos para posarse o incluso ventiladores.</p><p>¿Y qué pasa con otros animales silvestres?</p><p>En cuanto a otros animales salvajes, los expertos dicen que quizá tampoco sea la mejor opción intentar intervenir dándoles comida o agua o tratando de llevarlos a espacios interiores.</p><p>Los expertos locales en fauna salvaje son el mejor recurso con el que contactar si se encuentra un animal enfermo o herido, ya que las señales de estrés extremo por calor también pueden parecerse a las de enfermedades que pueden parecer estos animales. Los expertos saben mejor cómo ayudar y brindarles los cuidados necesarios.</p><p>“Lo mejor para la fauna salvaje es dejar que sea salvaje”, manifestó Lisa Duke, administradora de los terrenos del santuario W.K. Kellogg Bird Sanctuary, también afiliado a la Universidad Estatal de Michigan. “Saben qué hacer con sus cuerpos”.</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/TI5SQXE3J454HWSLWBAKFH7ILA.jpg?auth=4dd5e71315bd8756dbb9f76fbd33c4964457b513810b74fde7ccf994d81986ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un polluelo de gorrión de una semana, que huyó de su nido debido a las altas temperaturas, es alimentado por un veterinario en Wehrheim, cerca de Fráncfort, Alemania, el 26 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[Stearns under added scrutiny after firing Mendoza as the last-place Mets look for a path forward]]></title><link>https://www.local10.com/sports/2026/06/27/stearns-under-added-scrutiny-after-firing-mendoza-as-the-last-place-mets-look-for-a-path-forward/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/stearns-under-added-scrutiny-after-firing-mendoza-as-the-last-place-mets-look-for-a-path-forward/</guid><dc:creator><![CDATA[By MIKE FITZPATRICK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Carlos Mendoza is out. Just like Pete Alonso, Edwin Diaz, Brandon Nimmo and Jeff McNeil.]]></description><pubDate>Sat, 27 Jun 2026 11:19:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Carlos Mendoza is out. Just like Pete Alonso, Edwin Diaz, Brandon Nimmo and Jeff McNeil.</p><p>Last year's coaching staff, too.</p><p>And maybe a few more quality players by the Aug. 3 trade deadline. Freddy Peralta? Clay Holmes?</p><p>In the past eight months, president of baseball operations David Stearns has remodeled the reeling New York Mets to a degree that probably seemed unthinkable on June 12, 2025.</p><p>On that date, New York had the best record in the majors. Barely more than a year ago. But not much has gone right since.</p><p>On the field. ... In the dugout. ... Anywhere.</p><p>The latest big move came Friday, exactly halfway through a dismal season, when Mendoza was fired as manager of the underperforming Mets and replaced by former San Diego Padres skipper Andy Green, who was already working in the organization.</p><p>“In my estimation, our estimation, change is needed right now,” Stearns said. “Clearly, we’ve fallen short.”</p><p>The ugly numbers</p><p>The Mets were 34-47 at the midway point, 15 games behind NL East-leading Atlanta and 9 1/2 back of the final NL wild-card berth.</p><p>Then they went out and lost their seventh consecutive game Friday night, 2-1 to the rival Philadelphia Phillies. New York has been outscored 56-23 during the slide.</p><p>“For whatever reason, we haven’t come together and found, I guess, what our identity is,” infielder Bo Bichette said.</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 biggest payroll at $358 million and was projected to pay an additional $124 million in luxury tax.</p><p>“There is no sugar-coating it: This season has been a disappointment and our fans deserve better than what we’ve delivered,” Cohen said in a statement.</p><p>So with Stearns cutting loose so many Mets in uniform, how long does he have to repair this expensive wreck before Cohen decides he’s seen enough from the front office and hands him his own one-way ticket out of town?</p><p>A strong start fizzles fast</p><p>Stearns grew up a Mets fan in Manhattan and teamed with Mendoza to take the franchise on a surprising run to the 2024 National League Championship Series during their first rousing season together.</p><p>Then the club signed slugger Juan Soto to a record $765 million, 15-year contract before the 2025 season and went a big league-best 45-24 through June 12 that year.</p><p>But since then, the Mets are 72-103 and they missed the playoffs last season.</p><p>This year's team has been hampered by injuries to Soto, Holmes, Francisco Lindor and others. Stearns, a small-market success running the Milwaukee Brewers before coming home to New York, alienated Mets backers by letting fan favorites Alonso and Diaz leave as free agents last offseason. Nimmo and McNeil were traded, and replacements like Bichette, Marcus Semien, Jorge Polanco and Luis Robert Jr. have either missed extensive time with injuries or vastly underperformed.</p><p>Mendoza's coaching staff was overhauled last winter, too, with poor results thus far.</p><p>“I understand fans’ skepticism. If I were sitting in the fans’ seat, I would share that,” Stearns said. “This is never on one person. It’s certainly not all on Carlos. As I said, I take responsibility for our record on the field. I take responsibility for the entirety of our baseball operations department.”</p><p>Tough questions</p><p>At a Citi Field news conference, Stearns was asked point blank if he has considered stepping aside.</p><p>“I have not,” said Stearns, in the third season of a five-year contract. “I believe that we are building the foundation of an organization that can deliver what we all want. I don't believe that our record on the field this year is indicative of some of the advancements that we've made as an organization. But clearly, our record is nowhere good enough.”</p><p>Stearns said he believes ownership still has confidence in him.</p><p>“Steve and I are talking on a regular basis, and he's certainly indicated that I have his support,” Stearns said.</p><p>Looking ahead</p><p>The next step could include pivoting to a selloff this summer and trying to retool for the future.</p><p>Peralta, a two-time All-Star pitcher acquired from Milwaukee for two highly regarded prospects, is eligible for free agency after the World Series. Holmes, who could return to the mound in August from his broken leg, can also become a free agent next offseason by declining his $12 million player option, which seems likely.</p><p>So the Mets might look to trade them by Aug. 3 to guarantee at least something in return during a lost season.</p><p>New York already sent struggling pitcher David Peterson, the team’s longest-tenured player, to the Chicago Cubs on Thursday for a minor leaguer. Peterson also can become a free agent this fall.</p><p>“I understand we have an uphill battle ahead of us this year, but we’re not turning the page,” Stearns said. “I think sometimes a new voice, a new perspective, a new view, helps. And sometimes it’s really difficult to explain why or how. But at this point, it was time to try.”</p><p>Meet the new boss</p><p>The 48-year-old Green, a former major league infielder, joined the Mets in 2023 as senior vice president of baseball development and had been running their farm system. He was given the title of interim manager for the rest of this season.</p><p>After that, Stearns said Green will return to a front-office role and New York will conduct a full search for a new manager. Alex Cora, fired by the Red Sox in April, could be an attractive candidate to multiple teams — including the Mets.</p><p>New York could also look to hire an experienced general manager under Stearns to give him additional help.</p><p>“I understand our fans’ frustration and anger. I think I share that. And we will do everything we can to improve,” Stearns said.</p><p>___</p><p>AP Baseball Writer Ronald Blum and AP freelancer Jerry Beach contributed to this report.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WLUEXV4Z7LKMZALV7K5ZO7ID5U.jpg?auth=593bd4c3e26b7cece31cadf707efe055dde85559b999d1c49af701b947fd6497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mets manager Carlos Mendoza before a baseball game against the Washington Nationals, Thursday, May 21, 2026, in Washington. (AP Photo/Nick Wass, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KB4QD66ZW2ONFBNCWVC7A63I7M.jpg?auth=665779d4528e47a812510a34aba5eb785e19c7dc22ef51572e4982b3c96d5320&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Juan Soto flips his helmet during a pitching change in the fifth 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><media:content url="https://www.local10.com/resizer/v2/LYZZ3TP7BL4ZCDSULLQRVHCFBQ.jpg?auth=3e9f2b7682e268de44fda75619ddd79e90eb64af17936fc1e6c91fd77372e74c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets interim manager Andy Green speaks during a news conference before a baseball game against the Philadelphia Phillies, Friday, June 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3Q3WDGZVLCQ3LEOYVRMEUQ6ZMM.jpg?auth=aa2f5561c5cfa3d20b9fa12b042f4b1c755fa3a4f70c1e2ed4e0c9e8bc22ee46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mets manager Carlos Mendoza (64) watches during the first inning of a baseball game against the Miami Marlins, Saturday, May 23, 2026, in Miami. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUDOZ4Z3QCKWER6SOA4RU35KJQ.jpg?auth=f8338448df81f3b85d7630943f3e9f9323c5ede9cf928cfb3123dcad20455072&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets interim manager Andy Green speaks during a news conference before a baseball game against the Philadelphia Phillies Friday, June 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Edificios antiguos y construcción deficiente hicieron a Venezuela vulnerable a terremotos]]></title><link>https://www.local10.com/espanol/2026/06/27/edificios-antiguos-y-construccion-deficiente-hicieron-a-venezuela-vulnerable-a-terremotos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/edificios-antiguos-y-construccion-deficiente-hicieron-a-venezuela-vulnerable-a-terremotos/</guid><dc:creator><![CDATA[Por GARANCE BURKE, MICHAEL BIESECKER y BYRON TAU, Associated Press]]></dc:creator><description><![CDATA[Los edificios antiguos, las construcciones que no cumplen la normativa y la geografía dejaron a muchos vecindarios de Venezuela vulnerables a sismos potentes como los que remecieron el país esta semana.]]></description><pubDate>Sat, 27 Jun 2026 06:58:23 +0000</pubDate><content:encoded><![CDATA[<p>Los edificios antiguos, las construcciones que no cumplen la normativa y la geografía dejaron a muchos vecindarios de Venezuela vulnerables a sismos potentes como los que remecieron el país esta semana.</p><p>Ingenieros y otros expertos señalaron que los terremotos consecutivos del miércoles estuvieron entre los más intensos que han golpeado al país en más de un siglo, derribaron edificios y dejaron más de 900 muertos, una cifra que se espera aumente. Videos e imágenes satelitales de la zona del desastre revisados por The Associated Press muestran que decenas de edificios de varios pisos se habían desplomado.</p><p>El laboratorio AI for Good de Microsoft analizó imágenes satelitales de Catia La Mar, en el estado de La Guaira, una de las ciudades más afectadas en la costa caribeña. Empleando modelos de evaluación de daños basados en inteligencia artificial, Microsoft determinó que alrededor de un tercio de las casi 30.000 estructuras de la ciudad resultaron dañadas.</p><p>Entre los factores que dejaron a tantas estructuras en situación de riesgo: algunos complejos residenciales del norte de Venezuela se construyeron rápidamente durante los recientes momentos de opulencia petroleros, y es posible que los constructores no hayan seguido las mejores prácticas que reducen los riesgos de una actividad sísmica grave, según expertos.</p><p>Los ingenieros apuntaron que viviendas más antiguas levantadas en las décadas de 1950 y 1960 —antes de que se adoptaran las normas antisísmicas modernas— podrían no haber sido adaptadas para resistir sacudidas tan violentas. Y muchos inmuebles se construyeron en terrenos con peculiaridades geográficas y suelos blandos que agravan el peligro de los temblores, agregaron.</p><p>Edificios altos y concreto antiguo contribuyeron a los daños</p><p>David Cocke, ingeniero estructural en California y expresidente del Instituto de Investigación en Ingeniería Sísmica, señaló que una combinación de suelos blandos, torres altas y estructuras de concreto antiguas contribuyó a los daños generalizados, en particular cuando los edificios colapsaron “como un acordeón", es decir, piso a piso.</p><p>“Simplemente, no tienen las conexiones de acero de refuerzo más modernas que hoy incorporamos en ese tipo de edificios”, afirmó Cocke.</p><p>Desde la década de 1970, los ingenieros saben que los edificios de concreto son especialmente susceptibles a los terremotos y tratan de reforzar las nuevas construcciones con acero. Mientras muchos países ricos han obligado a los propietarios a reforzar o derribar los inmuebles peligrosos, muchas naciones pobres o de renta media quedaron rezagadas en la aplicación de mejoras al tener que hacer frente a problemas más inmediatos.</p><p>“Algunos de los países más avanzados como Japón, Nueva Zelanda y Estados Unidos han hecho esos cambios, pero algunos otros no”, manifestó Cocke. “Es un tipo de construcción muy típico en todo el mundo”.</p><p>Las “plantas blandas” y el suelo blando influyeron</p><p>Otros expertos indicaron que varios de los edificios que se vinieron abajo también tenían muros no estructurales construidos con ladrillos pesados, o tenían “plantas blandas”, es decir, con garajes u otros espacios abiertos similares en los pisos inferiores. Ese tipo de construcción incrementa el riesgo de colapso piso por piso, apuntaron.</p><p>“Las plantas blandas son un enorme problema en todo el mundo”, dijo Eduardo Miranda, profesor de ingeniería civil y ambiental en la Universidad de Stanford. “Y en Venezuela son particularmente frecuentes, y si se combinan suelos más blandos con plantas blandas, los edificios pueden colapsar”.</p><p>Marcos Ferreira, geofísico e investigador del Servicio Geológico de Brasil, explicó que la destrucción en Venezuela se agravó por los sismos consecutivos, lo que se conoce como “doblete”. Un incidente similar ocurrió en Turquía y Siria en 2023, y mató a casi 60.000 personas.</p><p>“Es como si yo estuviera gritando y luego alguien empezara a gritar también”, manifestó Ferreira. “Eso amplifica la vibración y aumenta el peligro potencial”.</p><p>Edificios más nuevos también colapsaron</p><p>Tras un sismo letal en 1967, el gobierno venezolano tomó medidas para actualizar los códigos de construcción. Pero no está claro cuántos edificios se adaptaron para cumplir la normativa.</p><p>A finales de 1999, durante el primer año en el cargo del entonces presidente Hugo Chávez, inundaciones y deslaves destruyeron viviendas, incluso en la costa del norte del país. El gobierno emprendió una campaña de construcción para reemplazar las estructuras demolidas y alojar a los desplazados, dijo Juan Carlos Vielma, ingeniero civil venezolano y jefe de asuntos académicos de la escuela de ingeniería civil de la Pontificia Universidad Católica de Valparaíso, Chile.</p><p>Algunos de los edificios más nuevos también parecen haberse derrumbado.</p><p>“Algo que me deja perplejo es el hecho de que, entre los edificios colapsados, más de uno fue diseñado y construido recientemente de acuerdo con las normas vigentes”, indicó Vielma. “Necesitamos emprender un proceso no solo de reconstrucción, sino también de revisión de las normas aplicables, ya que algo podría haber fallado también dentro de nuestros procesos de ingeniería”.</p><p>___</p><p>El periodista de The Associated Press Mauricio Savarese en Sao Paulo contribuyó 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/OKHYPCWMIEFTKBJVXHL2PE3JYE.jpg?auth=1e17bb3cbd5c3d23f2dbcaafbd620336e2cc11e63f0063a9b0ce6caf4f73ce4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Policías venezolanos buscan sobrevivientes entre los escombros en La Guaira, Venezuela, el 26 de junio de 2026, dos días después del doble sismo que remeció el país. (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/E2JO6JVE6LOTECDOC6ZOTKJLA4.jpg?auth=6a6e4aa7079d918dbe6a0c3f487f43b281ba16c1fc1d60287d356ee8bf94efba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre recupera objetos de entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Officials close La Guaira, require volunteers to register in Caracas  ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Venezuela’s disaster zone was closed to the public on Saturday morning, and witnesses reported on social media that law enforcement and the military were turning away donors and volunteers.]]></description><pubDate>Sat, 27 Jun 2026 05:03:36 +0000</pubDate><content:encoded><![CDATA[<p>Venezuela’s disaster zone was closed to the public on Saturday morning, and witnesses reported <a href="https://x.com/MariaAlesiaSosa/status/2070699246458724542" target="_self" rel="" title="https://x.com/MariaAlesiaSosa/status/2070699246458724542">on social media</a> that law enforcement and the military were turning away donors and volunteers.</p><p>Delcy Rodríguez, the interim president, and Diosdado Cabello, the minister of interior, announced on Friday night that volunteers had to register in Caracas to be allowed to enter the state of La Guaira. </p><p><a href="https://x.com/mippci_ven/status/2070656242674987222" target="_self" rel="" title="https://x.com/mippci_ven/status/2070656242674987222">Cabello said</a> they had “taken into account various factors— including health-related ones —given the time that has elapsed" and crowd control so first responders could move more freely. </p><p>“Under the rubble, we have people alive, but we also have people who are dead,” Cabello said in Spanish. </p><p>Rodríguez and Cabello announced that their administration was opening a registration center at 7 p.m. on Friday at the Poliedro de Caracas, an indoor sports arena. </p><p>“People will be able to register based on their expertise and receive a credential with a QR code, which will accredit them to participate in support activities,” Rodríguez said during her public announcement.</p><p>While local reporters and witnesses shared<a href="https://x.com/la_katuar/status/2070697975358410896/video/1" target="_self" rel="" title="https://x.com/la_katuar/status/2070697975358410896/video/1"> videos</a> showing a loud crowd waiting in line outside, a Globovision reporter <a href="https://x.com/globovision/status/2070713869048168847" target="_self" rel="" title="https://x.com/globovision/status/2070713869048168847">showed</a> a quiet scene as officials waited behind registration tables. There were acts of defiance <a href="https://x.com/Patifini/status/2070686435703669067" target="_self" rel="" title="https://x.com/Patifini/status/2070686435703669067">reported</a> in the town of Tucacas.</p><p> </p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">En Tucacas una avalancha de gente rompe el cordón de seguridad de la GNB para pasar hacia la zona cero en labores de rescate ya que no llega la ayuda del gobierno. <a href="https://t.co/h8R5gF2M5Q">pic.twitter.com/h8R5gF2M5Q</a></p>&mdash; Patrizia Aymerich (@Patifini) <a href="https://x.com/Patifini/status/2070686435703669067?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">🇻🇪🚨| URGENTE: Una avalancha de venezolanos con palas, picos y cascos rompe el cordón policial para ayudar en el rescate de sus familias y amigos en Tucacas, en el estado Falcón. Esta es la actitud en contra del régimen genocida. <a href="https://t.co/rZh6Y4PxnD">pic.twitter.com/rZh6Y4PxnD</a></p>&mdash; Eduardo Menoni (@eduardomenoni) <a href="https://x.com/eduardomenoni/status/2070686679896068341?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><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[Aumenta desesperación en Venezuela al tiempo que número de muertos por sismos sube a 1.430]]></title><link>https://www.local10.com/espanol/2026/06/27/se-reduce-la-ventana-crucial-de-tiempo-para-rescatar-a-sobrevivientes-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/se-reduce-la-ventana-crucial-de-tiempo-para-rescatar-a-sobrevivientes-en-venezuela/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO, JUAN PABLO ARRAEZ y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — El saldo de muertos por los sismos en Venezuela subió a 1.430 el sábado, informaron las autoridades.]]></description><pubDate>Sat, 27 Jun 2026 17:50:37 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — El saldo de muertos por los sismos en Venezuela subió a 1.430 el sábado, informaron las autoridades.</p><p>Las cifras más recientes se dieron a conocer al tiempo que los rescatistas continuaban la búsqueda de sobrevivientes del devastador golpe de dos terremotos de magnitud 7,2 y 7,5 que azotaron a la nación sudamericana tres días antes. Las familias habían reportado al menos 68.900 personas desaparecidas hasta la mañana del sábado.</p><p>Los venezolanos que buscaban a seres queridos y vecinos usaban palas, maquinaria pesada, cuerdas y las manos desnudas sobre montones de concreto derrumbado en toda La Guaira, uno de los estados de Venezuela más azotados por el par de sismos.</p><p>La mayoría de quienes excavaban eran civiles que asumieron las labores de búsqueda por su cuenta, y las tensiones aumentaron por una respuesta inadecuada del gobierno venezolano, cuyos soldados, bomberos, policías y cadetes militares estaban evidentemente poco preparados para responder a la tragedia.</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/JP235LRIEGLW6CMUAQWMYX2NVQ.jpg?auth=c1be07e0a8c501371203b2a98741fe1ea47680b13da135d0ec224a678b02734f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre observa cuerpos cubiertos mientras busca a familiares desaparecidos tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYFG2VGJMS4DHWQ6VINE3MR4HY.jpg?auth=737e2a0051207f477c352d4d3eac419453a81ee9474f54a6cf173d9dd8d8ca00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AA2VQDCH4PO5SZZDQQJQMZSIHM.jpg?auth=f7253f4e863aa8f8a34d1ad827abc8baf9c85a3680068b51be0f095007b83fc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan sobrevivientes tres días después del terremoto que azotó Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SILILHCUEIAKKJAVEF4F7APJAE.jpg?auth=c0f814e899c52e5d6769cb441da29074631b469a55b62db03fa8ac8213db70fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edificios dañados por los terremotos tres días después de que sacudieran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RB6O3MT7FGNWD3G22I3BAQC3A.jpg?auth=dd090973a10fb46ad680da45a84a1cc9f41536a5eeffd7080f5874d86f0f3a49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edificios dañados por los terremotos tres días después de que estos sacudieran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Amazon donates to Airlink to help charities with logistics]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Washington, D.C.-based Airlink, an aviation and logistics nonprofit organization, recently announced helping more than 25 charities to get aid to Venezuela after the earthquakes. ]]></description><pubDate>Sat, 27 Jun 2026 05:57:24 +0000</pubDate><content:encoded><![CDATA[<p>Washington, D.C.-based <a href="https://airlinkflight.org/about-us/" target="_self" rel="" title="https://airlinkflight.org/about-us/">Airlink</a>, an aviation and logistics nonprofit organization, recently <a href="https://airlinkflight.org/response/venezuela-earthquakes/" target="_self" rel="" title="https://airlinkflight.org/response/venezuela-earthquakes/">announced</a> helping more than 25 charities to get aid to Venezuela after the earthquakes. </p><p>The <a href="https://foundation.istat.org/" target="_self" rel="" title="https://foundation.istat.org/">International Society of Transport Aircraft Trading</a>, a nonprofit aviation industry association, <a href="https://airlinkflight.org/about-us/our-founding/" target="_self" rel="" title="https://airlinkflight.org/about-us/our-founding/">started Airlink</a> months before the 2010 earthquake in Haiti. </p><p>On Friday night, <a href="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026" target="_self" rel="" title="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026">Amazon announced</a> that the company was making an undisclosed donation to <a href="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026" target="_self" rel="" title="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026">Airlink</a> to support the work in Venezuela and was also helping with "<a href="https://www.aboutamazon.com/news/community/amazon-disaster-relief-programs-hubs-portal" target="_self" rel="" title="https://www.aboutamazon.com/news/community/amazon-disaster-relief-programs-hubs-portal">disaster relief hubs</a>." </p><p>For more information about Airlink’s work in Venezuela, <a href="https://airlinkflight.org/response/venezuela-earthquakes/" target="_self" rel="" title="https://airlinkflight.org/response/venezuela-earthquakes/">visit this page</a>. </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5CAKSRL7TP775LZQMMBN5IBPZM.jpg?auth=e98c3710ec7fa1c8a3e47097b971f4910799af2df59fb7200012f31ad9ec6cfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Venezuelans wait at what is left of their homes on Friday in La Guaira, Venezuela. (AP Photo by Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Padres' Walker Buehler beats the Dodgers for the first time after nearly a decade in Blue]]></title><link>https://www.local10.com/sports/2026/06/27/padres-walker-buehler-beats-the-dodgers-for-the-first-time-after-nearly-a-decade-in-blue/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/padres-walker-buehler-beats-the-dodgers-for-the-first-time-after-nearly-a-decade-in-blue/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Walker Buehler usually pitched superbly against the San Diego Padres during the near-decade he spent wearing Dodger Blue.]]></description><pubDate>Sat, 27 Jun 2026 05:59:03 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Walker Buehler usually pitched superbly against the San Diego Padres during the near-decade he spent wearing Dodger Blue.</p><p>In his first chance to pitch against the Los Angeles Dodgers in his still-new Padres uniform Friday night, Buehler was a star in this NL West rivalry once again.</p><p>Buehler beat the Dodgers for the first time since he left the World Series champions 1 1/2 seasons ago, pitching three-hit ball into the sixth inning of the Padres' 7-1 win.</p><p>The veteran right-hander played a significant role in building the baseball-dominating powerhouse he faced from the Petco Park mound in the opener of this weekend rivalry series. Buehler came through against the Dodgers' high-powered lineup, striking out five and yielding just one run to an LA roster still packed with his longtime teammates.</p><p>Buehler acknowledged feeling good about the latest strong start in his revitalized season for the Padres — but not particularly because of the opponent.</p><p>“I have no bad blood against that organization,” Buehler said. “They treated me very well for a long time, and I think in some way, I did to them as well. My last pitch there was the last out of a World Series. I don’t really know how else I would have gone out any better than that. So yeah, I want to beat everyone, especially in the division, and especially a team that has been so successful against the organization I’m with now. I want to be a part of turning that around.”</p><p>Buehler made two All-Star teams and won two World Series rings with the Dodgers, going down in franchise history when he came on in relief and got the final out in the clinching Game 5 victory over the New York Yankees in the 2024 Fall Classic. He also was particularly effective in rivalry games against the Padres, going 6-1 with a 1.80 ERA in 12 starts.</p><p>He built a career and a life in Los Angeles, but injuries slowed Buehler in his final years, and the Dodgers let him walk after his title-winning heroics.</p><p>Buehler faced the Dodgers for the first time last season at Fenway Park, and he didn't get through the fifth inning of a start that went just about as poorly as most of his tenure for the Red Sox, who released him less than a month later. After a brief stint with Philadelphia, he signed with San Diego last February.</p><p>“I think the first one in Boston was a lot bigger emotional load, for lack of a better word,” Buehler said. “It’s a team in our division. I’m going to have to pitch against them, and it was good to get the first one in this uniform at home, and we’ll see what happens on the road. I haven’t thrown at Dodger Stadium yet, which will be kind of a different thing, but (it's) nice to have something to fall back on in terms of having some success.”</p><p>Buehler (5-3) has regained his footing with the Padres, allowing just five runs over five starts and 26 1/3 total innings in an excellent June. He has improbably become the most reliable starter in San Diego's injury-affected rotation.</p><p>The Padres are getting success from Buehler by not overextending the 31-year-old pitcher with two Tommy John surgeries behind him. He has yet to record an out in the seventh inning, but San Diego's superb bullpen has allowed Buehler to feel better about his new role.</p><p>“I think I’ve changed from trying to throw 120 pitches and owning the game to just kind of trying to get through the five, six innings and hand it off to our bullpen,” Buehler said. “Obviously we have a lot of super-talented guys back there, so I feel good about it.”</p><p>Buehler still wasn't particularly happy when manager Craig Stammen came out to get him in the sixth after just 74 pitches against the Dodgers, but that bullpen came through with 3 2/3 innings of scoreless, four-hit ball that included escapes from two bases-loaded jams.</p><p>“In the moment, he likes to let me know he’s not happy on the mound,” Stammen said. “And then when I get back to the dugout, he’s already cooled off. So he’s handled it really well. He’s been a very professional pitcher in that regard. He knows that he’s pitching well and he can get a lot of guys out, but he also knows we’ve got a really good bullpen that can finish a game and get him a win.”</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YNV2RTDMCTDATRBLP3UWSYRPXI.jpg?auth=5d4db0241d03fd972d8d561808b8db633dddb3b50184b8fd32520ed0370512e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA['"San Diego Padres' Walker Buehler follows through on a pitch against the Los Angeles Dodgers in the sixth inning of a baseball game Friday, June 26, 2026, in San Diego. (AP Photo/Derrick Tuskan)]]></media:description><media:credit role="author" scheme="urn:ebu">Derrick Tuskan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NXGPE3KGM7RAECRZIA4KPKL6TU.jpg?auth=df10421154661f6ade71755c4c2c48103ec19ebb829f88420f6f0968f69c95dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres' Walker Buehler looks on after being relieved in the sixth inning of a baseball game against the Los Angeles Dodgers, Friday, June 26, 2026, in San Diego. (AP Photo/Derrick Tuskan)]]></media:description><media:credit role="author" scheme="urn:ebu">Derrick Tuskan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGULYRAHPHFTJ4WJUCWY2NMVYY.jpg?auth=a96cef2fad0c7298d3cf485143687f44cdde56233f1a1b4ac0d25828e8158da6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres' Walker Buehler follows through on a pitch against the Los Angeles Dodgers in the first inning of a baseball game, Friday, June 26, 2026, in San Diego. (AP Photo/Derrick Tuskan)]]></media:description><media:credit role="author" scheme="urn:ebu">Derrick Tuskan</media:credit></media:content></item><item><title><![CDATA[Egypt advances past group stage at the World Cup after a 1-1 draw with Iran]]></title><link>https://www.local10.com/sports/2026/06/27/egypt-advances-past-group-stage-at-the-world-cup-after-a-1-1-draw-with-iran/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/egypt-advances-past-group-stage-at-the-world-cup-after-a-1-1-draw-with-iran/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — An Iranian fan rushed the field in celebration, necessitating seven security guards to successfully bring him down.]]></description><pubDate>Sat, 27 Jun 2026 11:15:26 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — An Iranian fan rushed the field in celebration, necessitating seven security guards to successfully bring him down.</p><p>Shoja Khalilzadeh ripped his jersey off before being mobbed by the entire Iran team after he fired a shot past Egypt goalie Mostafa Shobeir in the 93rd minute to seemingly give his side a 2-1 lead on Friday night.</p><p>For a few joyous moments, Iran was convinced it had advanced to the knockout round at the World Cup for the first time in the expanded 48-team pool at this year’s tournament.</p><p>The potential late winning goal was called back due to an offside, though, and Egypt advanced past the group stage.</p><p>Iran, meanwhile, will have to wait one day to find out its fate after the two teams played to a 1-1 draw. Egypt will play Australia in the round of 32.</p><p>Iran coach Amir Ghalenoei lamented what was the third goal by his side waved off by video review in the tournament.</p><p>“Technology is justice,” Ghalenoei said in Farsi, “But, I'm upset about our bad luck.”</p><p>At the conclusion of what was promoted as a “Pride Match” in Seattle, one which neither Iran nor Egypt wanted any part in, the Pharaohs finished in second place in Group G. Belgium, which played to a 1-1 draw against Egypt on June 15, beat New Zealand 5-1 in Vancouver, British Columbia to win the group outright.</p><p>Egypt coach Hossam Hassan was grateful his team didn't slide to third in the group, which would have been the case had Khalilzadeh's goal held up.</p><p>“We knew we had qualified already, we were sitting at the top of the group," Hossan said. "I thank God for everything. After this goal was ruled offside, I was very happy.”</p><p>Iran, meanwhile, could still advance to the knockout round for the first time in the expanded 48-team pool at this year’s tournament. But, they no longer controls their own destiny after Friday’s game.</p><p>“We’re here to make our history, too,” said midfielder Rouzbeh Cheshmi. “(Saturday), if our dream comes true, thank God. If not, we are proud of our game and our players because of how we did the game. The last three games, we held up, so let’s see what happens."</p><p>Egypt took an early lead on a goal by Mahmoud Saber in the fifth minute. Former Liverpool star Mohamed Salah provided some strong play in the box before Saber fired a shot between the legs of Iranian goalkeeper Alireza Beiranvand.</p><p>Iran was denied an equalizer in the 11th minute when Egypt goalkeeper Mostafa Shobeir saved a penalty kick, but tied the game in the 14th minute on a goal by Ramin Rezaeian.</p><p>After Iran came up just short, its players aired their grievances about 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.</p><p>Ghalenoei said members of the team have been limited to their hotels and training facilities, and not explored Tijuana in any capacity. Several team officials and members of the support staff have been barred from traveling into the U.S. with the team.</p><p>“We don’t have recovery, we don’t have any logistic people here to help us. We always complain about these things, but no one helps us – no one,” said Roozbeh Cheshmi. “As you know, recovery is an important thing. Small details affect the football."</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 again had to immediately fly back to Tijuana after Friday's game.</p><p>“We were treated very, very badly,” Ghalenoei said. “I hope the world becomes aware of these issues.”</p><p>If only for a short stint of time, though, Iran's disdain was tabled in the aftermath of Khalilzadeh's near-goal. Iran did not finish Friday's game with a storybook ending, but it is still alive in the tournament — at least for another 24 hours.</p><p>“What these young Iranian national team players have done should be recorded in history,” Ghalenoei said. “Why? Because the host treated us in the worst possible way.”</p><p>___</p><p>AP freelancer Mark Moschetti contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JJPCH3DFI5H2SHPKKNAXVZ5APM.jpg?auth=384f43e2fe613f45cf44030acf6d101ac76d0209b6a4ab33630c7eb29fc793e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Mehdi Taremi (9) reacts at the end of the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T35EVGFVE7PBAU3CFJ57EEYXEM.jpg?auth=f9aca5f9f6538147dbd2d3640fa81808ad53b2dffe54d9cdd0ab306a42cdb814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Shoja Khalilzadeh (4) reacts at the end of the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKXTPW2KIGR46XLLNMCSMI2ACM.jpg?auth=79f2858d1aa18339c80e09662f0ee4aa99af9474e304c7831656f6480d594405&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mahmoud Saber (21) celebrates after scoring before the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OP7VVDXFWUFSFCBZHALCTFGFTU.jpg?auth=0aa77ff0a7425cff8cdf9838293fef654c005e8f7e4b306d4eac0cef3321bb25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Shoja Khalilzadeh (4) celebrates after scoring a goal before it was overturned following a VAR review during the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YG65R2W7ZDBOEQ2U24FXX2NLMY.jpg?auth=87a03e732d0155ce96ff7c2e6d539a0dd9849d8d3ed229687f6d6a32f9d3b9ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt goalkeeper Mostafa Shoubir (23) jumps to save a shot at goal during the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Grey Bull Rescue Foundation team arrives at Caracas]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Tampa-based Grey Bull Rescue Foundation, a veteran-led and donor-funded nonprofit organization, had a team in northern Venezuela on Saturday. ]]></description><pubDate>Sat, 27 Jun 2026 04:33:40 +0000</pubDate><content:encoded><![CDATA[<p>The Tampa-based <a href="https://greybullrescue.org/" target="_self" rel="" title="https://greybullrescue.org/">Grey Bull Rescue Foundation</a>, a veteran-led and donor-funded nonprofit organization, had a team in northern Venezuela on Saturday. </p><p>The team traveled with Tampa Fire Rescue personnel on Friday to help victims of the devastating 7.2 and 7.5 magnitude earthquakes that struck late Wednesday. </p><p>“We’re setting conditions for maritime operations, air operations, urban rescue operations, and humanitarian aid operations as we focus on search and rescue, evacuating American citizens, and bringing in as much aid as possible,” a spokesperson for the nonprofit wrote <a href="https://x.com/greybullrescue/status/2070670903692722418" target="_self" rel="" title="https://x.com/greybullrescue/status/2070670903692722418">on X</a> late Friday night. </p><p>Bryan Stern, who served in both the U.S. Army and the U.S. Navy, founded the nonprofit organization in 2024 and helped María Corina Machado leave Venezuela so she could accept the Nobel Peace Prize in Norway.</p><p>“Whole neighborhoods are flattened and pancaked,” Stern told CNN <a href="https://x.com/OutFrontCNN/status/2070663890577572291" target="_self" rel="" title="https://x.com/OutFrontCNN/status/2070663890577572291">on Friday night</a>. </p><p>During the interview, Stern asked the public to donate to his foundation. He said there were “a lot” of people trapped in the rubble. </p><p>“There’s probably more buildings pancaked than Venezuela has firefighters,” Stern told CNN. </p><p><b>For more information on how to contribute to Stern’s foundation, </b><a href="https://greybullrescue.org/" target="_self" rel="" title="https://greybullrescue.org/"><b>visit this page</b></a><b>. </b> </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">SHARE THIS &amp; GET THE WORD OUT: The Grey Bull Rescue team is forward deployed in response to the back-to-back earthquakes in Venezuela with Tampa Fire Rescue SAR. <br><br>We’re setting conditions for maritime operations, air operations, urban rescue operations, and humanitarian aid… <a href="https://t.co/KMcIfSC3Lu">pic.twitter.com/KMcIfSC3Lu</a></p>&mdash; Grey Bull Rescue (@greybullrescue) <a href="https://x.com/greybullrescue/status/2070670903692722418?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><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[Rescue workers respond to a building on Thursday night in Caracas, Venezuela. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Andy Burnham distanced himself from UK Prime Minister Starmer, but may be stuck with his policies]]></title><link>https://www.local10.com/news/world/2026/06/27/andy-burnham-distanced-himself-from-uk-prime-minister-starmer-but-may-be-stuck-with-his-policies/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/andy-burnham-distanced-himself-from-uk-prime-minister-starmer-but-may-be-stuck-with-his-policies/</guid><dc:creator><![CDATA[By BRIAN MELLEY and JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Britain looks set to get a change of tone at the top, replacing stolid, unpopular Prime Minister Keir Starmer with popular, affable Andy Burnham.]]></description><pubDate>Sat, 27 Jun 2026 11:29:33 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Britain looks set to get a change of tone at the top, replacing stolid, unpopular Prime Minister Keir Starmer with popular, affable Andy Burnham.</p><p>But the charismatic Burnham may have difficulty — at least initially — distancing himself from policies set in motion by his predecessor.</p><p>Burnham, the former mayor of Greater Manchester who was sworn into Parliament hours after Starmer announced his resignation on Monday, will be constrained by the platform the center-left Labour Party was elected on that decisively ended 14 years of Conservative rule in 2024.</p><p>It's not entirely clear how he'll navigate those limits and bring his unique brand of politics to the revolving-door post that would make him the 7th prime minister in a decade. He’ll lay out his economic vision in a speech next week.</p><p>“At the moment, Andy Burnham is being almost hailed and held up as a folk hero that will save British politics,” said Matthew Flinders, politics professor at University of Sheffield. “The tide is changing and the big issue for Andy Burnham is that when the world suddenly moves against him and he becomes a folk devil, will he sustain the pressure?”</p><p>Next PM will seek to boost a sluggish economy and ease cost of living</p><p>Burnham is currently the only contestant for the job of leading the Labour Party and the country, and will likely take over July 17 if no one else enters the race. His return to the House of Commons follows a decade leading the region around the U.K.’s third-largest city, birthplace of the Industrial Revolution, which has enjoyed an economic revival during his tenure.</p><p>His main challenge will be to overcome Starmer's inability to deliver promised economic growth, repair tattered public services and ease the cost of living.</p><p>Burnham highlighted those issues — along with housing and creating opportunities for young people — in a post on social media after Starmer said he was quitting.</p><p>“The country expects stability, seriousness and a continued focus on the issues that matter most and that is what it will get,” he said on X.</p><p>Burnham, who is widely regarded as sitting to the left of Starmer in the party, has said he'll revive a sluggish economy without going beyond the current government’s spending and borrowing plans. That pledge has helped reassure markets traumatized in 2022 after Prime Minister Liz Truss announced unfunded tax cuts and then withdrew them, leading to her 49-day record as Britain's shortest-serving leader.</p><p>“If you are a Labour prime minister from the soft left of the party, the markets don’t need that much invitation to panic,” said Mark Goodwin, a politics lecturer at Coventry University. “They will start from a position of skepticism. So he’d have to be very, very careful."</p><p>He said Burnham will face a challenge “to convince people that this is something different, without the markets reading that as ‘This is too different.’"</p><p>Burnham faces big questions over budget priorities</p><p>Burnham promotes what has been called “Manchesterism,” a business-friendly socialist approach that involves harnessing private investment for major projects and decentralizing government to give communities more control of housing, utilities, transportation and education.</p><p>In a possible preview of how he would move power from the capital, he is reportedly planning to move some of the prime minister’s operation closer to home, about 200 miles north of 10 Downing St., the London office and home of the U.K.’s leader.</p><p>He has said he would not raise taxes on workers — sticking to a Starmer pledge — and suggested policies that include easing the tax burden on businesses, and possibly reversing an increase in a tax employers pay to fund pensions, public health care and welfare.</p><p>The big question is how he will fund programs, if he'll scrap existing priorities, and how he'll meet demands for higher defense spending, said Jill Rutter, senior fellow at the Institute for Government think tank.</p><p>Starmer's government pledged to meet a NATO target of spending 3.5% of GDP on the military by 2035. But John Healey stepped down as defense secretary this month after complaining that Starmer was not moving fast enough to meet the target.</p><p>Burnham more comfortable with domestic issues</p><p>Burnham's lack of experience on the world stage could present a challenge improving the so-called special relationship with the U.S. after President Donald Trump turned on Starmer.</p><p>Trump described Burnham this week as a “town” mayor and said he heard he was “extremely liberal” and probably wouldn't expand North Sea oil drilling — one of his frequent gripes about Starmer.</p><p>Starmer made a priority of forging cordial ties with Trump despite their political differences, and was rewarded with a U.S.-U.K. trade deal. But it came at the cost of angering some in Labour's liberal voter base, and the president soured on Starmer after the British leader criticized his designs on Greenland and declined to enter the Iran war.</p><p>Burnham has not always said nice things about Trump. After Trump's followers stormed the U.S. Capitol on Jan. 6, 2021, Burnham posted on X that "any politician who gave Trump the time of day should be ashamed right now.”</p><p>Starmer won praise from many for his international role, especially in bolstering European support for Ukraine. But he was criticized by some for being distracted by foreign affairs, Rutter said. She doesn't expect the same from Burnham and he could farm out some of those duties by choosing an experienced hand as foreign secretary, the U.K.'s top diplomat.</p><p>"I don’t think Andy Burnham will want to be ‘never-here Andy’ in succession to ‘never-here Keir,’” Rutter said in reference to Starmer's globetrotting moniker.</p><p>Foreign Secretary Yvette Cooper said on Wednesday that she spoke with Burnham about policy issues and said “he’s 100% behind our unwavering support for Ukraine” and ”is a fundamental believer in NATO and in our shared deterrence and in the multilateral partnerships that we have."</p><p>Playing it safe at first could allow radical reshaping</p><p>An early priority for Burnham will be something Starmer struggled with: crafting a clear and convincing narrative that people understand about the direction he wants to take the country, Flinders said.</p><p>That plays to Burnham's communications skills and the popularity he has achieved by presenting himself as an amiable northern everyman who favors T-shirts over suits and ties, plays soccer for kicks and is known for spinning 1990s tunes during DJ battles.</p><p>So far, he has played it safe and tried not to raise public expectations too high. But if he can prove himself to be a competent leader and win public support to survive the remaining three years before a general election must be held, he can lay out a bolder vision for another term in his own manifesto.</p><p>Burnham has spoken of reshaping the political system, such as replacing the House of Lords with an elected senate and introducing proportional representation in voting. He also said he'd like to see the U.K. rejoin the European Union in his lifetime, though he backed away from that during his campaign in a constituency that voted 2-to-1 in favor of Brexit.</p><p>“My sense is that he will take some time, sensibly, to build up his team, his narrative, his story and his connections in order to then try to secure a public mandate and the next general election to then approach the more radical phase that he wants to deliver, which is exactly what Margaret Thatcher did in the '80s,” Flinders said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3SSZEZZMRFY2SKYPW7UVKXBP3Y.jpg?auth=ee3048a3754234756c68cba86f428258f122076bef87f7199806061eae4a50e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham with colleagues from the Parliamentary Labour Party in Westminster Hall at the Houses of Parliament in central London, as he returns to the House of Commons to take up his seat after winning the Makerfield by-election, Monday June 22, 2026. (Yui Mok/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yui Mok</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RKFA256KOWVWRHHNCF4ZSYBOCQ.jpg?auth=4f0d8452ad355b830e35d9a05d311ca20bbe750929c4e86457bf074e709c9c35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer speaks to the media outside 10 Downing Street to announce his resignation in London, Monday, June 22, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JCHUKQ6Z5T7HFQJXTDZMCIZAFI.jpg?auth=d31db58893fd0bc1a5de54d2b780326d153e5906d39548c2b82b06726396f612&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Labour candidate Andy Burnham gestures, surrounded by supporters at the Stubshaw Cross Community and Sports Club as voting is underway in the Makerfield by-election, in Ashton-in-Makerfield, England, Thursday, June 18, 2026. (Peter Byrne/PA via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Byrne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOBBJTCO4S5HUNOSYL4TBGJVAQ.jpg?auth=ff622249e1c1eaf4e51cb0cd90b4e37f1b45b08b563e47f89cdaf490ab3cf513&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham, front left, is sworn-in as an MP in the House of Common in London, England, Monday, June 22, 2026. (House of Commons via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VR5MTH64YADTDH7HZUIUO7IJ2Q.jpg?auth=3693b47e41f0b3ded8a2f0ea03e15795558b05b635acfa324cdf8065bd89573a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham arrives at Portcullis House in Westminster, central London, Monday June 22, 2026. (Andrew Matthews/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content></item><item><title><![CDATA[People aren’t the only ones hit by heat. What to do if you see wildlife affected by hot temperatures]]></title><link>https://www.local10.com/tech/2026/06/27/people-arent-the-only-ones-hit-by-heat-what-to-do-if-you-see-wildlife-affected-by-hot-temperatures/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/27/people-arent-the-only-ones-hit-by-heat-what-to-do-if-you-see-wildlife-affected-by-hot-temperatures/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[As Europe scorches under extreme heat, people aren’t the only ones impacted by the high temperatures and humidity. Birds and other wildlife are at risk without respite, too.]]></description><pubDate>Sat, 27 Jun 2026 04:19:14 +0000</pubDate><content:encoded><![CDATA[<p>As Europe scorches under extreme heat, people aren’t the only ones impacted by the high temperatures and humidity. Birds and other wildlife are at risk without respite, too.</p><p>Birds, especially, are crucial to ecosystems across the globe, providing services like pollinating flowers, controlling pests naturally, dispersing seeds and even serving as early warning systems.</p><p>Experts said there are ways to respond if people see a bird in need in the heat, and how to react to other wildlife. Here's what to know.</p><p>What happens to birds in high heat?</p><p>Birds are very diverse, and often well adapted to dealing with prolonged periods of heat, said David Bird, McGill University emeritus professor of wildlife biology.</p><p>They also have a higher body temperature than mammals, with some birds around 38 degrees Celsius (100 degrees Fahrenheit) or even slightly higher.</p><p>They may adjust their feathers in certain ways, or increase airflow across a complex series of air sacs, to help keep cool. They also adapt to heat behaviorally.</p><p>But birds have a maximum level of heat they can withstand, just like humans, said Aimee Van Tatenhove, a postdoctoral fellow at the Cornell Lab of Ornithology.</p><p>“This level differs by species, and as you can imagine, species that live closer to the poles are often much more susceptible to heat than species that live closer to the equator,” Van Tatenhove said. “Prolonged intense heat like Europe is experiencing right now is likely pushing many species toward their maximum heat tolerances, putting them at risk of heat illness or death.”</p><p>Birds don’t sweat like humans and some other mammals do, but they have other ways to naturally beat the heat, experts say.</p><p>Some species, including backyard birds, will “gape,” opening their beaks and panting, not unlike a dog. Others will also flutter the pouch skin on their necks to cool off. This behavior is known as “gular fluttering."</p><p>Birds also often seek out shade, and dip in birdbaths, fountains and shallow ponds to lower their body temperatures.</p><p>What should people do if they see birds out i</p><p>n the heat?</p><p>It's difficult to fully protect birds that are also experiencing the ongoing heat wave, but experts offered a few tips.</p><p>In the short term, people could set up shallow water sources — in spots that are safe from harm, like predators — though experts caution it's important to keep these baths clean.</p><p>People can also fill bird feeders, providing an easy food source for birds that might be avoiding foraging for their next meal in the hot sun. Insect populations are also dramatically down, in part due to climate change and pollution, impacting a major natural food source for birds.</p><p>Over the long term, people who are able to can provide shaded areas around their yard, including layered vegetation such as small shrubs and taller trees, Bird noted.</p><p>If passive approaches aren't possible, it might be best to leave them be, said Jack Kottwitz, assistant professor at Michigan State University’s College of Veterinary Medicine. “These birds know better than what we do about what is comfortable for them.”</p><p>Birds often seek out cooling temperatures, by finding lower places to perch or even fans.</p><p>What about other wildlife that might be seen and found?</p><p>As far as other wildlife, it might also not be the best choice to try to intervene by giving an animal foreign food or water or attempting to bring it indoors, experts say.</p><p>Local wildlife rehabilitators are the best resource to contact if a sick or injured animal is found, as signs of extreme heat stress can also be similar to those of diseases that wild animals may carry. Experts know best how to help wildlife and provide needed care.</p><p>“The best thing for wildlife is to let them be wild," said Lisa Duke, sanctuary grounds manager at the W.K. Kellogg Bird Sanctuary, also affiliated with Michigan State. "They know what to do with their bodies.”</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/WP5KR6CAOBXLVOSIPXP3D53PBE.jpg?auth=eb3e4973d2e5edd2a451e6fc82963d46587b0b720064d047ce5dd13c7edd8900&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A one-week-old sparrow kitten that fled out of its nest due to the hot temperatures is fed with flies by a veterinarian in Wehrheim near Frankfurt, Germany, Friday, June 26, 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/UDH5AMUMKNCH3GU7DUGMVAW7NA.jpg?auth=c2c26221366b8d4864bdfb84d3e8a27ea2dc3e26071542addabf816be8b8e6a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A one-week-old sparrow kitten that fled out of its nest due to the hot temperatures sits on the hand of a veterinarian in Wehrheim near Frankfurt, Germany, Friday, June 26, 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/XQW5FMVDX6FIFTMJBWYP4OIRWM.jpg?auth=1cdd94e5f04adc25f8eaa691c22bfd46d50a8a0d7d86f89b87236a9119262fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A stork approaches its nest in Wehrheim near Frankfurt, Germany, Friday, June 26, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[There's a beef about beef at the World Cup, as Argentina fans pour into Texas]]></title><link>https://www.local10.com/business/2026/06/27/theres-a-beef-about-beef-at-the-world-cup-as-argentina-fans-pour-into-texas/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/27/theres-a-beef-about-beef-at-the-world-cup-as-argentina-fans-pour-into-texas/</guid><dc:creator><![CDATA[By JIM VERTUNO, DEBORA REY and THOMAS PEIPERT, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — Drop thousands of Argentina fans into Texas for the World Cup and the debate is inevitable. It's not about who has the best team or whether Lionel Messi is the best player at the tournament. It's about who produces the best, most succulent steaks, and how to prepare the meat.]]></description><pubDate>Sat, 27 Jun 2026 04:11:19 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — Drop thousands of Argentina fans into Texas for the World Cup and the debate is inevitable. It's not about who has the best team or whether Lionel Messi is the best player at the tournament. It's about who produces the best, most succulent steaks, and how to prepare the meat.</p><p>That's right: There's a beef about beef between two of the top cattle-raising areas of the world, where steak is deeply ingrained in diet and culture. Texas ranks No. 1 in the United States in beef production and the U.S. is second only to Brazil globally, according to the U.S. Department of Agriculture. Argentina ranks sixth.</p><p>It's a high-steaks question: Who does do it best?</p><p>The case for Argentine beef</p><p>“Argentine beef is simply unbeatable. The savory texture, the style of the cut — there is no competing with it,” said Carlos Eduardo Barahona, 64, an Argentine chef who's lived in Texas since 1998.</p><p>From the cheapest cuts to the most expensive, Argentina is tops, asserts Barahona, who has worked in restaurants across Argentina, Uruguay, and Texas.</p><p>“You can make an (Argentine) asado with the cheapest cut in our country and you will enjoy it. Here, you can use the best meat, like tenderloin, and depending on its source, it can turn out tough, inedible or tender. But our beef has a completely different flavor profile,” Barahona said.</p><p>Argentine beef cattle is mostly grass-fed on open pastures, taking longer to reach the point it is ready for market. The result is leaner meat with intense earthy flavors.</p><p>The case for Texan beef</p><p>Predominantly grain-fed beef in Texas and the U.S. will have more marbling — the streaks of intramuscular fat that act as internal baster and make the meat juicy and tender — and a sweeter flavor.</p><p>“There’s no better beef than U.S. beef, particularly Texas beef,” said Texas Agriculture Commissioner Sid Miller.</p><p>But Argentine beef is very good too, Miller said. Thanks to Texas.</p><p>Miller said his agency opened a marketing office more than a decade ago to connect Texas' cattle raisers with ranchers in South America, notably in Argentina.</p><p>“I don’t want to disparage our friends in Argentina, but we have helped them improve,” he said.</p><p>“Their genetics were lacking. We do have them up to pretty high quality. We sold them a lot of semen, embryos, and breeding stock,” Miller added.</p><p>Miller congratulated Argentine farmers on improving the quality of their cows.</p><p>“Their herds have American genetics in them, so they should be good,” Miller said.</p><p>The verdict is in the eye of the beefholder</p><p>Argentine fan Gonzalo Herrera browsed packaged meat at a Walmart in Arlington, Texas, after watching Messi score two goals in a win over Austria. He shrugged at the whose-beef-is-better debate.</p><p>“Honestly, I don’t see a massive difference,” Herrera said as he packed four T-bone steaks into his shopping cart.</p><p>“The key is knowing exactly which cuts to buy and finding the equivalent of what we eat in Argentina,” he said, shaking his head at the $45 price.</p><p>“Prices are higher here,” Herrera said.</p><p>The beef banter just as easily boils down to recipes and preferences in style and thickness of cuts. It's a matter of taste, quite literally, when it comes to seasoning, searing, smoking, butter, pepper, sauces and so forth.</p><p>At Corrientes 348 Argentinian Steakhouse in Dallas, steaks are prepared with just salt and mesquite charcoal, said assistant manager Emmanuel Tobon.</p><p>“There's a big difference. Texans use a lot of pepper, they use butter, they use a little barbecue (sauce),” Tobon said. “(Argentines) like to bring all the flavor of the steak by only using salt.”</p><p>Argentina still has at least one more match to play in Dallas, on Saturday. Fans of the Albiceleste have been packing the restaurant, seeking a quick taste of home during the World Cup.</p><p>“They have been enjoying the Texas culture,” Tobon said. “(But) it has been a great pleasure to have all of them, to make them feel like home.”</p><p>Argentines are fiercely proud of their steak culture, recipes that have been passed down for generations, and the “sacred” work of the grill master at large family meals, he said.</p><p>For Fernando Garcia Morillo, an Argentine from Buenos Aires who now lives near Miami, the meat from both countries is great. But he longs for the traditions of home whenever he orders steak in the U.S.</p><p>“I order just salt, no pepper, just plain,” Morillo said. “Sometimes they use a lot of sauce.”</p><p>He dismissed any notion of a beef between the U.S and Argentina.</p><p>“Maybe there's a rivalry as usual against Brazil, our neighbor,” he said. “I love the U.S. meat.”</p><p>___</p><p>Vertuno reported from Austin, Texas.</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/T7TCOESZ52HBQMM652RSAQBYUM.jpg?auth=4388dbd01c9c5bd67accb189f77fd8cd314c76614ef63cf96318f413d89249a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lucas Martinez, of Dallas, an Argentina supporter, seasons meat with salt while grilling during a rally ahead of their team's World Cup Group J soccer match against Austria, Sunday, June 21, 2026, in Dallas. (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/KLBC452SCYTYSNBGUN7CQ6HPJU.jpg?auth=1869a4c3fe9cfc199ae07765213f72895e68811848bd12c0285da3b1d6f911b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matias Videla, of Dallas, a supporter of Argentina, checks meat on his grill during a rally ahead of his team's World Cup Group J soccer match against Austria, Sunday, June 21, 2026, in Dallas. (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/WHU6BCAQIDCB5FF32OXQUGTKNI.jpg?auth=855638d476e18716bb5ec4519d23121edd3bb9c12deb2f888ea73dd08432f989&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Argentina supporter grills sausages during a rally ahead of his team's World Cup Group J soccer match against Austria, Sunday, June 21, 2026, in Dallas. (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/CZQPPFLXMCFJJSIEP64EV324HE.jpg?auth=14ca121aa36940e4da4465e61e6ac5fd988716c1341168573e4553e42fcfddfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina supporters grill during a rally ahead of their team's World Cup Group J soccer match against Austria, Sunday, June 21, 2026, in Dallas. (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/T2KEFLPE5FCXDO7L3KIKEGGO2Y.jpg?auth=026cfaf489ba4c2989475110635468dc2f87ebb5f40790c40b5196b43234ad32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina supporters grill during a rally ahead of their team's World Cup Group J soccer match against Austria, Sunday, June 21, 2026, in Dallas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Final stretch: NYC’s last horse track, Aqueduct, ending live races]]></title><link>https://www.local10.com/sports/2026/06/27/final-stretch-nycs-last-horse-track-aqueduct-ending-live-races/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/final-stretch-nycs-last-horse-track-aqueduct-ending-live-races/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — New York City’s last horse racing track, where Seabiscuit, Man O’ War, Secretariat and other legendary thoroughbreds graced the winner’s circle during the sport’s heyday, is on its final stretch.]]></description><pubDate>Sat, 27 Jun 2026 04:10:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York City’s last horse racing track, where Seabiscuit, Man O’ War, Secretariat and other legendary thoroughbreds graced the winner’s circle during the sport’s heyday, is on its final stretch.</p><p>After more than 130 years, the once grand Aqueduct track is set to run its last live races this weekend. The final race, appropriately titled, “It Was a Good Run,” is posted for Sunday at 5:44 p.m.</p><p>The track, located next to John F. Kennedy International Airport in Queens, will remain open for betting on televised races — known as simulcasting — through Sept. 7.</p><p>“There’s a lot of history here. Just so many good horses,” said David Donk, a veteran horse trainer, in between afternoon races at Aqueduct earlier this month. “It’s had its use. But, you know, times change. Everything changes in life.”</p><p>Racing is a contracting industry</p><p>The end of the “Big A” comes amid increased competition for gambling dollars. Slot parlors, casinos, state lotteries and, more recently, legalized online and sports betting have all steadily eroded the allure of what once was dubbed the “sport of kings.”</p><p>There are roughly 75 thoroughbred tracks nationwide, compared to the more than 300 facilities offering some form of horse racing during the sport’s Gilded Age peak in the late 1800s, according to the National Thoroughbred Racing Association, an industry trade group.</p><p>Among the other major tracks that have closed in recent years are Arlington Park in Illinois, which was purchased by NFL’s Chicago Bears for a potential new stadium, and Golden Gate Fields in the San Francisco Bay Area.</p><p>“For over 100 years, thoroughbred racing was one of very few sports outlets you could legally bet on,” said Tom Rooney, the association’s president. “With the expansion of sports gambling, our sport will naturally condense and coalesce around a more pragmatic number of marquee tracks and locations, similar to other sports.”</p><p>Indeed, a large chunk of Aqueduct’s hulking site, where a crowd of 75,000 celebrated Mass with Pope John Paul II in 1995, has for years been home to a Resorts World casino. The gambling hall began offering live table games like blackjack, poker and craps earlier this year after winning a lucrative state license to operate a Las Vegas-style resort, and has plans for a glitzy, multibillion dollar expansion.</p><p>Some 9 miles (14 kilometers) east, just over the city line on suburban Long Island, the famed Belmont Park racetrack — home to the third leg of horse racing’s Triple Crown, the Belmont Stakes — is set to reopen in September after a roughly $550 million renovation. State funding for that project was contingent on the New York Racing Association, which operates the tracks, returning Aqueduct’s more than 100 acres (40 hectares) to the state for future redevelopment and consolidating thoroughbred races at Belmont and Saratoga Race Course upstate.</p><p>“We couldn’t have gotten the money to rebuild Belmont and continue to race at Aqueduct. You have to make these choices,” said Andy Serling, the track's longtime television analyst and race handicapper. “I don’t think you’ll find anybody here that’s not gonna tell you they’re gonna miss Aqueduct, but we’re also incredibly excited to be opening this beautiful new building at Belmont.”</p><p>Aqueduct had humble beginnings</p><p>Originally opened in 1894, Aqueduct took its name from an old aqueduct running through the property that brought fresh water from Long Island to New York City.</p><p>It was a relatively modest operation until a dramatic reinvestment in 1959, which brought a dedicated subway stop, air-conditioned restaurants and lounges along with a roughly 35,000-seat grandstand complete with escalators, elevators and other amenities. The Associated Press, at the time, declared the transformed track “the world’s most modern and luxurious horse plant.”</p><p>Legendary Triple Crown winner Secretariat won the first race of his storied career at the track in 1972, then trotted out for a final farewell the following year.</p><p>Seattle Slew’s big win at Aqueduct in 1977 served as the final tuneup en route to sweeping the Triple Crown later that year. And in 1994, Cigar launched his historic, 16-race winning streak at Aqueduct.</p><p>Top jockey remembers track fondly</p><p>Taking a break between races on a recent Friday afternoon, Hall of Fame jockey John Velazquez recalled how his decorated career began at Aqueduct.</p><p>The 54-year-old native of Puerto Rico said it took weeks going up against some of the top horse riders of the time for him to win his first career race. Velazquez has since notched more than 6,700 victories and holds the most purse earnings of any jockey in North America.</p><p>“This is where I developed my craft, where I learned everything that I know,” Velazquez said after winning his first race of the day. “The years that I spent here made me the jockey that I am today.”</p><p>Inside the cavernous grandstand, longtime gambler Roy Brown reminisced how he tried getting into the business himself after one big win at the track.</p><p>The 68-year-old retiree from Queens said he hauled in around $60,000 on a “pick-six” in the late 1980s — a difficult bet in which a gambler has to pick the winning horse for six straight races.</p><p>The native of Jamaica, who had no experience in the industry outside of gambling, used some of his profits to buy two horses. But he and the thoroughbreds ended up having brief racing careers.</p><p>“It’s best to bet on them, not own them,” Brown said with a laugh. “If you’re really passionate about it, it’s your best two minutes. Nothing's sweeter than seeing your horse coming down the stretch or coming from behind and at the wire, knowing you got it.”</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WENO4DGX7YHDSMFG3I4SMFNLOI.jpg?auth=3b1f6ae0dd54fe1627a83d44ba48e10c13c59e132162ac1a78749398ec16ee82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Seabiscuit leads local horse Aneroid by a nose in the Brooklyn Handicap at the Aqueduct race track in New York on June 26, 1937. (AP Photo/Joe Caneva, File)]]></media:description><media:credit role="author" scheme="urn:ebu">JOE CANEVA</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIBUENCQXDAIAPEZ64AQJD4JFI.jpg?auth=9eb35bdff8cb9cd89bd06ee17ffba578d23ed944325b88e4ee988758929f7346&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Thousands of autos jam the parking lot for the opening day of horse racing at the Aqueduct Racetrack in Queens borough of New York, Sept. 3, 1945. (AP Photo/John Lent, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Lent</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4EY33QVGM6WILTL724KXIFVZM.jpg?auth=c1b679fabdc5e99f79c2d79debc353905cbd0eeb5d510eae5207b217a46133ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People line up to receive communion from Pope John Paul II as he celebrates mass at Aqueduct Raceway in the Queens borough of New York, Oct. 6, 1995. (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/FF2BPOBEXTJLSPASLXBYTUMEGA.jpg?auth=163f36cd9a906af68dbd4faf1229d422d76a6bb26c99956da40737e19d03e2b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Groom Eddie Sweat hold Triple Crown winner Secretariat's reins at Aqueduct Rack Track in New York on Nov. 6, 1973. (AP Photo/Dave Pickoff, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Pickoff</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MCBNGWO544E7SCIDBJ46M53CXU.jpg?auth=8d1761ae166bf3dbba3b6765c81c20bd7b6d5bf63bdb2296e13e2824999cbfc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Eddie Castro riding Toby's Corner, right, reacts after winning the Wood Memorial horse race ahead of Ramon Dominquez on Arthur's Tale at Aqueduct Racetrack, April 9, 2011, in New York. (AP Photo/Bill Kostroun)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Kostroun</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Miami search-and-rescue team prepares to deploy]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami Mayor Eileen Higgins announced on Friday that the city’s fire rescue personnel were preparing to deploy to Venezuela’s disaster zone. ]]></description><pubDate>Sat, 27 Jun 2026 04:07:00 +0000</pubDate><content:encoded><![CDATA[<p>Miami Mayor Eileen Higgins announced on Friday that the city’s fire rescue personnel were preparing to deploy to Venezuela’s disaster zone. </p><p>Miami-Dade County Mayor Daniella Levine Cava also met with Miami-Dade Fire Rescue personnel, who were also packing for deployment.</p><p>“This is something that is important work. We have one of the most well-trained, committed teams in the United States,” Higgins said, according to a video the city released <a href="https://x.com/CityofMiami/status/2070677350207922642" target="_self" rel="" title="https://x.com/CityofMiami/status/2070677350207922642">on Friday night</a>. </p><p>The U.S. State Department activated Florida Task Force 2, or FL-TF2, an urban search-and-rescue team of about 230, including physicians, structural engineers, hazardous material technicians, and K-9 handlers.</p><p>“It’s devastating what happened in Venezuela, so we are making sure that they have the support that they need, and we are going to send a team of 80 people,” Miami Commissioner Rolando Escalona said, according to the city’s <a href="https://x.com/CityofMiami/status/2070677350207922642" target="_self" rel="" title="https://x.com/CityofMiami/status/2070677350207922642">video published on X</a>. </p><p>The State Department also activated <a href="https://www.miamidade.gov/global/fire/urban-search-and-rescue.page" target="_self" rel="" title="https://www.miamidade.gov/global/fire/urban-search-and-rescue.page">Florida Task Force 1</a>, MDFR Chief Raied “Ray” Jadallah’s team, which has experience working with the Federal Emergency Management Agency. </p><p>After the devastating 7.2 and 7.5 magnitude earthquakes struck late Wednesday, the Trump administration first announced the deployment of search-and-rescue teams from California and Virginia. </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">Today, City of Miami leadership stood alongside Miami Fire Rescue personnel designated for deployment to Venezuela following a series of devastating earthquakes. The City reaffirmed its unwavering commitment to humanitarian relief as the federal government’s activation of USAR… <a href="https://t.co/C2ul3VEOiT">pic.twitter.com/C2ul3VEOiT</a></p>&mdash; City of Miami (@CityofMiami) <a href="https://x.com/CityofMiami/status/2070677350207922642?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/276KWOYUTHSOZQGYF75TFLJH5U.jpg?auth=6630e5f002bdaab42c21ea06370c5c210c712271878ab05ec2a259da9da72518&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walks through the rubble two days after earthquakes struck Catia La Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Man with same name as US Sen. Dan Sullivan is eligible for Alaska's primary ballot, judge rules]]></title><link>https://www.local10.com/news/national/2026/06/27/man-with-same-name-as-us-sen-dan-sullivan-is-eligible-for-alaskas-primary-ballot-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/27/man-with-same-name-as-us-sen-dan-sullivan-is-eligible-for-alaskas-primary-ballot-judge-rules/</guid><dc:creator><![CDATA[By BECKY BOHRER, Associated Press]]></dc:creator><description><![CDATA[JUNEAU, Alaska (AP) — A man with the same name and party affiliation as Alaska Republican U.S. Sen. Dan Sullivan is eligible to challenge the senator in the August primary, a judge ruled Friday.]]></description><pubDate>Sat, 27 Jun 2026 18:28:50 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — A man with the same name and party affiliation as Alaska Republican U.S. Sen. Dan Sullivan is eligible to challenge the senator in the August primary, a judge ruled Friday.</p><p>Superior Court Judge Thomas Matthews’ ruling overturns a June 15 decision by Division of Elections Director Carol Beecher to disqualify the challenger and keep him off the primary ballot. Matthews’ ruling can be appealed to the state Supreme Court.</p><p>Attorneys for the state have said Tuesday is the deadline for a final ruling so that ballots for the Aug. 18 primary can be printed.</p><p>The judge ruled that the Division’s decision to exclude Dan J. Sullivan because his candidacy was not “in good faith” was not based on the Constitution, Alaska law or the Division’s own regulations. The retired teacher from the small fishing community of Petersburg filed to challenge the incumbent.</p><p>“Instead, the decision was based upon a new, previously unstated, ‘good faith’ criteria,” the judge wrote.</p><p>Attorneys for the state did not immediately respond to requests for comment on Friday’s ruling. Jeffrey Robinson, Dan J. Sullivan's attorney, said in an email he expects the Division to appeal the ruling and couldn't comment until the Alaska Supreme Court rules on the case.</p><p>The controversy over the two Dan Sullivans has underscored the stakes involved in the incumbent’s reelection campaign. The Alaska race is one of about half a dozen U.S. Senate races expected to be highly competitive in the fall, and the seat is one Democrats are trying to flip in their efforts to try to regain the majority.</p><p>The senator and allies, including the National Republican Senatorial Committee, have condemned the challenger’s efforts to join the race, arguing his presence could confuse voters. Under Alaska’s election system, the top four candidates from the primary, regardless of party, move on to the ranked-choice November general election.</p><p>The senator has accused the challenger Sullivan of working with Democrats and the campaign of Democratic former U.S. Rep. Mary Peltola — who is considered the senator’s main opponent — to cause confusion and boost Peltola’s chances. Peltola’s campaign and state Democrats have denied the allegation, as has the challenger.</p><p>Sen. Sullivan and Peltola are the highest-profile candidates in the crowded race and the only ones to report raising any money.</p><p>Beecher has said she determined the challenger Sullivan is not eligible to run because his candidacy was not filed in good faith and instead was done with an intent to confuse voters. She said he had registered to vote as Daniel J. Sullivan Jr. and, in conjunction with his candidacy, changed his party affiliation to Republican. She also cited similarities between his campaign website and the senator’s, and his work with a consultant whose clients have included some Democrats. She did not mention finding any evidence of alleged coordination.</p><p>In arguing to keep the challenger disqualified, attorneys for the state pushed back on suggestions the ballot could be designed in a way to reduce voter confusion over two candidates with the same name and party running for the same office.</p><p>“The Constitution does not require States to place a sham candidate on the ballot and then attempt to mitigate the damage through design choices,” attorney Rachel Witty, with the Alaska Department of Law, and outside attorneys Christopher Murray and Michael Francisco wrote in court filings.</p><p>Attorneys for the challenger Sullivan argued that the Constitution lays out three exclusive qualifications for the Senate, addressing only age, citizenship and residency. They said Beecher lacked the legal authority to boot their client off the ballot.</p><p>The challenger Sullivan has said that sharing a name and party affiliation with the incumbent gave him “an instant megaphone.” But the 69-year-old retired teacher and former U.S. Forest Service employee said he had considered a run for some time and had grown frustrated with the senator.</p><p>He initially was certified on the state’s candidate list as Dan J. Sullivan, with the senator listed as Dan S. Sullivan and identified as the incumbent.</p><p>———</p><p>This story has been updated to correct the surname of Dan J. Sullivan's attorney: it is Robinson, not Robertson.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GPQM72675OTAYST4PBUOR5KF4.jpg?auth=fb33320dd0c2dc41275c906aa83c29bc59de2fe555e24a1cbcbf0eadbe00e031&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dan Sullivan, who has filed to run for U.S. Senate in Alaska, poses for a photo Friday, June 26, 2026, in Petersburg, Alaska. (AP Photo/Katie Holmlund)]]></media:description><media:credit role="author" scheme="urn:ebu">Katie Holmlund</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4HV4EKZMV4WFIZZUUCIEPCS5A.jpg?auth=5514a036e5d2dcdcdb26e258ffc1e8ed52a952658421271c274c549564b88420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Dan Sullivan, R-Alaska, speaks to reporters at the Capitol in Washington, June 30, 2025. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6AG7YW52UICMROIVTN52IMQ65A.jpg?auth=43edaa0bd19ec7fb0d64557a29465c8ac8df4a15552bc2cd89f0dfadddec9ea3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dan Sullivan, who has filed to run for U.S. Senate in Alaska, poses for a photo Friday, June 26, 2026, in Petersburg, Alaska. (AP Photo/Katie Holmlund)]]></media:description><media:credit role="author" scheme="urn:ebu">Katie Holmlund</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFCUEOBVURIWKIPC2GXQJZ6SQQ.jpg?auth=1b1dc9589260b6249636ed3525e825f910fad6142db1d4cc3422ab3606bd1a60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dan Sullivan, who has filed to run for U.S. Senate in Alaska, poses for a photo Friday, June 26, 2026, in Petersburg, Alaska. (AP Photo/Katie Holmlund)]]></media:description><media:credit role="author" scheme="urn:ebu">Katie Holmlund</media:credit></media:content></item><item><title><![CDATA[Desperation mounts in Venezuela as the earthquake death toll rises to 1,430]]></title><link>https://www.local10.com/news/2026/06/27/desperation-mounts-in-venezuela-as-the-earthquake-death-toll-rises-to-1430/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/27/desperation-mounts-in-venezuela-as-the-earthquake-death-toll-rises-to-1430/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, JUAN PABLO ARRAEZ and MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Tensions flared Saturday as desperation grew among anguished residents of the Venezuelan state of La Guaira, where rescuers and civilians searched for earthquake survivors amid a sharply rising death toll.]]></description><pubDate>Sat, 27 Jun 2026 18:04:26 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Tensions flared Saturday as desperation grew among anguished residents of the Venezuelan state of La Guaira, where rescuers and civilians searched for earthquake survivors amid a sharply rising death toll.</p><p>Venezuela’s government said the number of people killed rose to 1,430 Saturday morning and families reported at least 68,900 people missing, three days after the one-two punch of 7.2 and 7.5 magnitude earthquakes that devastated the South American nation.</p><p>Venezuelans looking for loved ones and neighbors used shovels, heavy equipment, ropes and bare hands atop mounds of toppled concrete throughout La Guaira, one of the country’s hardest-hit states.</p><p>Most of those digging were civilians who took search efforts into their own hands, and tensions peaked over inadequate response from the Venezuelan government, whose soldiers, firefighters, police and military cadets were evidently underprepared to respond to the tragedy.</p><p>Frustration was only amplified by state efforts to project the image of a robust state response.</p><p>“There’s a pile of bodies over there from last night. Newborn babies. Look what time it is, and they still haven’t come to recover them. At 8 p.m. there were people alive down there, and they haven’t bothered to rescue them. We’ve located several bodies, and they haven’t helped us recover them either,” said Mileidy Romero, who was among those searching the rubble in the seaside town of Caraballeada. “What are they waiting for?”</p><p>Aid agencies consider the first 48 to 72 hours as crucial for retrieving people alive, though that can be extended if they have access to food and water.</p><p>However, a growing number of international rescue teams were joining the effort to save lives nearly 72 hours after the quake.</p><p>Acting President Delcy Rodríguez said on state television Saturday that more than 14,000 members of the military and police are patrolling the area, where access is now blocked and special permits are required to enter. More rescue teams sent by governments across the world arrived in Venezuela on Saturday.</p><p>Simón Bolívar International Airport, which serves Venezuela’s capital, Caracas, was badly damaged in the quake. One runway was operational on Saturday as U.S. teams worked to repair the crucial throughway, said Jeremy Lewin, a senior State Department official in charge of foreign assistance told reporters.</p><p>Anxious families wait to see if relatives survived</p><p>In the state of La Guaira, just north of Caracas, Nazareth Jiménez sobbed into a loved one's shoulder on Friday as she watched neighbors use hammers and power tools to try to cut through slabs of concrete in a building reduced to a mountain of debris. She was wracked with anxiety as she waited to see if her siblings, nephews, nieces and friends would emerge alive.</p><p>“My God, how are we going to get them out of there?” Jiménez murmured.</p><p>“We're making a call for help to the government and countries across the world,” she said, pleading for machinery capable of moving collapsed structures. “There are still people alive in there.”</p><p>Government forces distributed food and water to survivors in La Guaira, and Rodríguez said her government was mounting a full response during these “critical hours for rescuing people alive.”</p><p>The disaster poses a huge challenge for Rodríguez, the former vice president who took office in January after the capture and removal 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>The number of dead was expected to climb, and people reported tens of thousands of missing on independent digital databases. Those figures likely included people who have been incommunicado due to the lack of cellphone signals, and some reports may be duplicated.</p><p>The number of injured stood at more than 3,300 as of midday Friday, and authorities said they rescued 243.</p><p>Search teams and foreign aid from Mexico, the U.S., Brazil, El Salvador, France, El Salvador and more continued to arrive to Venezuela Saturday morning to bolster recovery efforts.</p><p>Lewin, the State Department official, said the U.S. military would help coordinate flights to bring in search and rescue workers, mobile hospitals and supplies. He said two 80-person search teams were at work and a U.S. Navy transport ship was docked off the coast of Venezuela ready to receive airlifted survivors in need of medical attention. Lewin said it is a “race against the clock” to find people injured in the quakes.</p><p>“People are trapped under rubble, and the priority is to get the search and rescue teams and the medical professionals and others to them as quickly as possible to save lives,” he said.</p><p>Millions of people reeling</p><p>The International Organization for Migration said up to 6.76 million people could be affected, some 2 million of them in Caracas alone. The destruction was amplified by the quick succession of shallow quakes, experts said.</p><p>Loyce Pace, the International Red Cross’ regional director for the Americas, said “people are still terrified to reenter what were their homes.”</p><p>Indeed, many continued to sleep on the street.</p><p>Omar Reyes said around 20 family members died.</p><p>“I’ve been left alone in this life,” Reyes said, walking through the rubble where two of his children were buried.</p><p>In the city of Maiquetia, people lined up outside stores and pharmacies that served them one by one behind closed doors. At one point a woman in a crowd threw herself to the ground to protect a package of diapers with her body, desperate to keep it.</p><p>Traffic and throngs of motorcyclists at times disrupted search efforts. Mexican soldiers and volunteers repeatedly asked for silence to try to hear signs of life under the rubble, but bikers — civilian and uniformed — continued to honk horns and rev engines to the first responders' frustration.</p><p>Some people began to carry off basic goods such as toilet paper and food from stores in Catia La Mar, adjacent to the country’s main airport. Others swarmed a civilian pickup truck that was giving out bread and water, until a soldier intervened. The parking lot of a pharmacy turned into a makeshift shelter with tarps, hammocks and tents.</p><p>A few miles (kilometers) away, Yuleidy Cadenas, 28, stood across the street from a collapsed public housing building, hoping her son, mother and brother would be pulled out alive.</p><p>She fled barefoot from another building as it collapsed Wednesday and found her mother’s 12-floor apartment tower had pancaked.</p><p>“I got on top of the rubble and told them to yell back, and nobody did, not my brother, nor my son or my mother,” Cadenas said.</p><p>___</p><p>Janetsky reported from Mexico City. Associated Press journalists Clara Preve in Buenos Aires, Argentina, Dánica Coto in San Juan, Puerto Rico, and Ali Swenson in Washington, D.C. contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GTMPPE7HI43UFUQIIBS3OQ6MPQ.jpg?auth=3a2cc6ba5d22be49a06bd7eb29e97480f58051ef6067ada2a83d9811e1e1275d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ezequiel Frontado looks at covered bodies while searching for missing relatives three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&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 three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LBCKLZX7HPDHR6TE4TJ5AW4R2Q.jpg?auth=cbafbf68b9d5c6c9083ada15a56527503014b0f650fe981ed540f52403cede10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People search through donated clothing at a gymnasium serving as a shelter three days after earthquakes struck La Guaira, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/276KWOYUTHSOZQGYF75TFLJH5U.jpg?auth=6630e5f002bdaab42c21ea06370c5c210c712271878ab05ec2a259da9da72518&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walks through the rubble two days after earthquakes struck Catia La Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WCZCZKRHCDWJPZDU5RMFGXMZZU.jpg?auth=cb66a081fe52bc7f8b5eae4b88ef42ecf60b55eb864b66d3e879bc2b4422dd18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers search through the rubble two days after an earthquake struck in La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[States seek to lower drug prices by targeting the companies that manage them for health plans]]></title><link>https://www.local10.com/health/2026/06/27/states-seek-to-lower-drug-prices-by-targeting-the-companies-that-manage-them-for-health-plans/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/27/states-seek-to-lower-drug-prices-by-targeting-the-companies-that-manage-them-for-health-plans/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[TOPEKA, Kan. (AP) — As consumers worry about medication costs, states are trying to lower drug prices by reining in big companies that oversee prescription coverage for health insurers.]]></description><pubDate>Sat, 27 Jun 2026 04:06:05 +0000</pubDate><content:encoded><![CDATA[<p>TOPEKA, Kan. (AP) — As consumers worry about medication costs, states are trying to lower drug prices by reining in big companies that oversee prescription coverage for health insurers.</p><p>Some of those companies, called pharmacy benefit managers, also own pharmacies, and one of them, CVS, has spent millions of dollars fighting the regulations.</p><p>Affordability is a key issue ahead of this year’s midterm elections. Legislators in at least a dozen states passed laws this year to limit compensation to the companies, set minimum payments from the companies to pharmacists and require the companies to disclose more information to their clients, states and the public.</p><p>A Tennessee law will bar pharmacy benefit managers from operating retail pharmacies as of July 1, 2028, though CVS Health Corp. has filed a federal lawsuit to avoid having to close its 136 pharmacies there.</p><p>About 6 in 10 U.S. adults said in a poll conducted earlier this year by healthcare research nonprofit KFF that they were at least somewhat worried about being able to afford their prescriptions. About 4 in 10 said costs had led them not to take medications as prescribed within the previous year, either by taking less than the prescribed dose, using over-the-counter substitutes or not filling prescriptions.</p><p>Dozens of proposals emerge across the US</p><p>Pharmacy benefit managers, particularly CVS and two other large companies, handle most U.S. prescriptions.</p><p>Lawmakers in at least 26 states introduced more than 120 bills this year on PBMs, according to an Associated Press search using the bill-tracking software Plural, with about a quarter of the bills clearing at least one chamber.</p><p>The companies manage pharmacy claims for health insurers and negotiate with manufacturers over drug prices and what medications will be covered. Critics concede that the size of the top companies gives them leverage that health plans wouldn't have on their own.</p><p>The benefit managers argue that they're the only player in the drug supply chain created to help push drug costs down and they claim credit for an increased used of less-expensive generic drugs, now 90% of U.S. prescriptions.</p><p>“If PBMs already didn’t exist, you’d need to invent one,” Prem Shaw, president of the CVS Health group overseeing its pharmacy and PBM operations, said in a recent interview. “Blaming PBMs for high drug prices is like blaming umbrellas for the rain.”</p><p>CVS fights restrictions in Tennessee</p><p>Drug companies, PBMs and their allies have spent at least $24 million on opposing broadcast and digital advertising since the start of 2025 to influence public opinion, according to the ad-tracking firm AdImpact. CVS spent $4 million this year on ads opposing Tennessee's new law.</p><p>CVS sued Arkansas last year after it enacted similar legislation, and a federal judge blocked its law. CVS also settled three lawsuits in which Louisiana accused it of unfair trade and deceptive practices in lobbying against legislation there last year, agreeing to pay $45 million without acknowledging wrongdoing.</p><p>The CVS lawsuit in Tennessee alleges that the company, which operates 9,000 pharmacies nationwide, is facing “naked protectionism” from lawmakers who operate independent pharmacies — including the law's main sponsor, state Sen. Bobby Harshbarger, and co-sponsor Sen. Shane Reeves.</p><p>Independent pharmacies say they're being squeezed</p><p>In Knoxville, Seth White, who manages a CVS pharmacy, will have to find a new job if the Tennessee law stands, and he's also worried about hundreds of its customers having to go elsewhere for their medications.</p><p>Some 900 miles (1,400 kilometers) away in Coldwater, Kansas, Lisa Gales is on the opposite side of the debate. She and her husband operate the Main Street Pharmacy, and she said they rely heavily on sales of non-pharmacy items to offset low reimbursements from pharmacy benefit managers.</p><p>Gales calculates she lost money on 86% of the prescriptions she filled last year. A new Kansas law will require PBMs to pay a $10.50 dispensing fee per prescription. Gales called it a “great win,” even though, “It’s still way under what it’s costing us.”</p><p>A new Louisiana law imposes an $11.81 dispensing fee. Another says PBMs must operate for the benefit of their health-insurer clients and people enrolled in health plans.</p><p>Critics deride each mandatory dispensing fee as an extra “pill tax” that will drive up consumers' costs. Backers dispute that, saying the laws also limit what PBMs charge health plans for the cost of medications themselves — so that it's often well below wholesale prices.</p><p>Pharmacy benefit managers push drugmakers to give big discounts on those wholesale prices but face criticism for keeping any portion of them. Some states now require PBMs to pass along all discounts.</p><p>Patients are watching the debate</p><p>It all worries consumers, particularly in small towns, who fear it could become harder to get their medications if PBMs squeeze independent pharmacies on reimbursements to the point of endangering their businesses.</p><p>In southeastern Kansas, Faith Sanders, a 79-year-old retired nursing home administrator, said the pharmacy in her hometown of Cedar Vale is important because without it people would have to drive 35 miles (56 kilometers) “to go out of town to get anything.”</p><p>For her many elderly neighbors, she said, “We get to the point where it’s hard for us to get out of town.”</p><p>Meanwhile, even some PBM critics question whether states can effectively regulate them. In Tennessee, state Rep. Robert Stevens, a Nashville-area Republican, told colleagues during a debate that cracking down on PBMs “needs to be done by Congress and not by us.”</p><p>Congress did pass new PBM regulations in February. One law will prevent PBMs from keeping any rebates they’ve negotiated on drug prices for health plans that supplement federal Medicare coverage for Americans over 64.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7PBL6GHD3PJZO6LWWKPEVSPJ5E.jpg?auth=f300d8b9a7b3ec8daf96218651429c2aa6f10d989b22040ab7711a0286022da2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bottles of medications sit on shelves at the Stormont Vail Retail Pharmacy in Topeka, Kan., Tuesday, June 2, 2026. (AP Photo/John Hanna)]]></media:description><media:credit role="author" scheme="urn:ebu">John Hanna</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NURK7WMNCTHM6BEKHVH5KPRVMY.jpg?auth=226e917c67c6f038a3443eca8ffec65c64856c27e38736b367d3a574e752a687&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kat Knoxsah, a pharmacy technician fills a prescription at the Stormont Vail Retail Pharmacy in Topeka, Kan., Tuesday, June 2, 2026. (AP Photo/John Hanna)]]></media:description><media:credit role="author" scheme="urn:ebu">John Hanna</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLPRCGLR4WCIQTWBBX4DUVXPTI.jpg?auth=4095b4d5751b7195cade6395d3040b969d3a3effbe13d8e61028931aa5d459c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kat Knoxsah, a pharmacy technician at the Stormont Vail Retail Pharmacy collects medications to fill prescriptions in Topeka, Kan., Tuesday, June 2, 2026. (AP Photo/John Hanna)]]></media:description><media:credit role="author" scheme="urn:ebu">John Hanna</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMAC5DGHEMVVIRT6ZALZYSY7ME.jpg?auth=27e872723dc762416ce32fa34400b4bfae8e6463d2d4780d2e12d70b989608a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Lisa Gales, shows the Main Street Pharmacy in Coldwater, Kan., in August 2018. (Lisa Gales via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lisa Gales</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPYODOZPUIXUEXT2GTSKHXOFXU.jpg?auth=b0415452401a981eaebcc817ec5b36bc4558048a11e2cde02f9b36076499b6e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by CVS shows pharmacist Seth White filling a prescription at a CVS pharmacy in Knoxville, Tenn., Wednesday, June 3, 2026. (CVS via AP)]]></media:description></media:content></item><item><title><![CDATA[Trump-backed Letlow faces Fleming in Louisiana GOP Senate runoff]]></title><link>https://www.local10.com/news/politics/2026/06/27/trump-backed-letlow-faces-fleming-in-louisiana-gop-senate-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/trump-backed-letlow-faces-fleming-in-louisiana-gop-senate-runoff/</guid><dc:creator><![CDATA[By THOMAS BEAUMONT and JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[BATON ROUGE, La. (AP) — President Donald Trump's preferred candidate for U.S. Senate in Louisiana is looking to clinch the GOP nomination Saturday and deliver another win for the president, who has sought to replace Republicans who cross him with hand-picked loyalists.]]></description><pubDate>Sat, 27 Jun 2026 04:02:46 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — President Donald Trump's preferred candidate for U.S. Senate in Louisiana is looking to clinch the GOP nomination Saturday and deliver another win for the president, who has sought to replace Republicans who cross him with hand-picked loyalists.</p><p>U.S. Rep. Julia Letlow, who was endorsed by Trump, and state Treasurer John Fleming are competing in the runoff. The two finished ahead of Sen. Bill Cassidy in the May 16 primary after Trump denounced the two-term senator, who voted to convict him following his 2021 impeachment.</p><p>A Letlow victory would cap Trump's primary efforts to unseat Republicans who have not been in lockstep with him. Kentucky Rep. Thomas Massie, Texas Sen. John Cornyn and five Indiana state senators all lost reelection bids last month to challengers he backed.</p><p>Letlow was elected to the House in 2021 after her husband, Luke Letlow, won the same seat but died before taking office. She received Trump’s backing before entering the primary race in January.</p><p>She finished first in the primary with nearly 45% of the vote, compared with about 28% for Fleming and nearly 25% for Cassidy.</p><p>“We have a chance to send a clear message that Louisiana stands with President Trump,” Letlow said Thursday in an online rally with the president. “He endorsed me because he knows I will stand with him.”</p><p>Letlow has big advantages</p><p>Letlow's success on May 16, campaign spending on her behalf and support from prominent Republicans have her well positioned in the runoff. She was also endorsed by Gov. Jeff Landry, who consulted with Trump last year about her running for Senate, and U.S. House Majority Leader Steve Scalise.</p><p>Last month Letlow won in parishes from the state's rural north to the New Orleans area in the southeast. She carried six of the 13 parishes that Fleming formerly represented in the U.S. House, including Caddo Parish, which includes Shreveport.</p><p>Fleming, a founder of the conservative House Freedom Caucus while in Congress, later worked in Trump's first administration. He has reminded voters that he did not resign after the Jan. 6, 2021, attack on the U.S. Capitol by Trump supporters.</p><p>He has appealed to those who identify with the president's “Make America Great Again” movement, saying his voting record is more conservative than Letlow's. His campaign ads describe him as MAGA “long before it was cool.”</p><p>Fleming has told voters he was blocked from reaching Trump to seek his endorsement by White House allies of Landry. Fleming says he finally got on the phone with Trump and reminded the president who he was.</p><p>“I said nobody has been more loyal to you than me,” Fleming recounted during a June campaign stop. “He said, 'You’re fantastic! Why didn't you call?'”</p><p>Mary Patricia Wray, a Louisiana political consultant who advises Republican and Democratic candidates, said she expects Fleming to perform well in rural areas but Letlow has the upper hand.</p><p>“Higher-information voters in more populous areas are going to fall into that Letlow camp,” Wray said. “She is the more institutional-looking candidate.”</p><p>The two campaigns have spent comparably on advertising, roughly $1 million each. But a super PAC that supports Letlow has led all spending, accounting for $4 million since the primary, according to the ad-tracking firm AdImpact.</p><p>Fleming attacked Letlow on DEI, and she criticized him over an AI video</p><p>Fleming has ads highlighting Letlow's previous public support for diversity, equity and inclusion policy, which Trump has tried to eliminate. Letlow, a former college administrator, said she supported DEI while interviewing for the position of president of the University of Louisiana-Monroe in 2020, but said this year she opposes it.</p><p>Fleming reposted an AI-generated video on the social platform X this month that purported to show Letlow saying she supported DEI because she “didn't know any better.” The fake image of Letlow also referenced her husband, who died from complications of COVID-19.</p><p>Fleming said he did not create the video “but it’s getting passed around Louisiana for a reason.”</p><p>Letlow condemned the sharing of the video as “disgraceful and indefensible,” chiefly for its mention of her husband.</p><p>Letlow has emphasized key priorities for social conservatives, notably her support for national legislation barring transgender women and girls from competing in school sports.</p><p>Fleming staked much of his campaign on opposition to carbon capture and sequestration, the process for injecting carbon dioxide waste underground to reduce industrial pollution. The technology’s build-out, included planned pipelines, has sparked backlash in rural Louisiana communities and divided the state GOP.</p><p>Fleming said such projects infringe on private property rights and federal government subsidies for the technology are wasteful.</p><p>Voters are also choosing a Democratic Senate nominee</p><p>In the Democratic primary, Jamie Davis, a northeast Louisiana crop farmer, faces Gary Crockett, a Navy veteran and business executive. Both have promoted addressing the cost of living and protecting social safety nets.</p><p>The state is heavily Republican. Trump carried Louisiana by 22 percentage points in 2024.</p><p>___</p><p>Beaumont reported from Des Moines, Iowa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O7YADA4X2RWVGBAUIL6OTGJQTE.jpg?auth=99988b7aa9e98473a0256587b12f9be3031cce342382de88be7b4f14f183c6d4&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., speaks to media 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><media:content url="https://www.local10.com/resizer/v2/JOECQVBVV4SDOLQFYRGA7VUVF4.jpg?auth=d3a0ca6d88826916185719cbbe942a4acfa37c7f7b5a5c2fb80a5b19d3c772b2&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, current Louisiana treasurer and former U.S. Representative (R-La.) John Fleming, speaks 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><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></item><item><title><![CDATA[Fast-moving fire in Utah, the largest in the US, spreads overnight, leading to more evacuations]]></title><link>https://www.local10.com/news/2026/06/27/fast-moving-fire-in-utah-the-largest-in-the-us-spreads-overnight-leading-to-more-evacuations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/27/fast-moving-fire-in-utah-the-largest-in-the-us-spreads-overnight-leading-to-more-evacuations/</guid><dc:creator><![CDATA[By SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description><![CDATA[A fast-moving wildfire in Utah raced across the landscape overnight, fed by heat and dry wind and forcing more communities to evacuate, officials said Saturday.]]></description><pubDate>Sat, 27 Jun 2026 18:07:48 +0000</pubDate><content:encoded><![CDATA[<p>A fast-moving wildfire in Utah raced across the landscape overnight, fed by heat and dry wind and forcing more communities to evacuate, officials said Saturday.</p><p>Air tankers and helicopters were grounded Friday as winds picked up on the Cottonwood Fire, the largest blaze currently burning in the U.S. Gusts were clocked at 45 miles per hour (72 kph) and humidity levels were in the single digits, leaving crews with few options for slowing the flames, especially as they raced through the treetops.</p><p>The U.S. Forest Service said in a statement on Facebook that weather conditions are expected to slightly improve, but not by much.</p><p>“Weather conditions are slightly better for fire behavior today, but extreme fire behavior may occur in the afternoon as temperatures and wind speeds increase,” the U.S. Forest Service said Saturday in a statement on Facebook.</p><p>No injuries or deaths have been reported, said Jaclynn Swope, a spokesperson for the response team.</p><p>The National Weather Service in March said Salt Lake City, Utah's capital, had the warmest winter on record with an average temperature of 40.7 degrees Fahrenheit (4.8 Celsius), nearly 8 degrees above normal. Many other parts of Utah had warmer-than-usual winter.</p><p>Burning in a sparsely populated area of southern Utah, the Cottonwood Fire ballooned Saturday to more than 144 square miles (373 square kilometers).</p><p>One of several large wildfires burning in Utah, it severely damaged the Eagle Point ski resort in Beaver County and forced campground closures in Fishlake National Forest.</p><p>In the community of Marysvale, the smoke blocked out the sun Friday as ash rained down. Officials warned of unhealthy air quality there and elsewhere.</p><p>“We’re looking at a full 48 hours of critical weather that we have not seen in Utah in the last five years,” meteorologist Jason Straub told a community meeting in Beaver County Friday evening.</p><p>Elsewhere in Utah, evacuations were ordered Friday for several small communities southwest of Salt Lake City, including in Eureka, with a population under 1,000, and the Vernon Reservoir area, officials said. Highways running through the area have been closed.</p><p>Two wildfires in that area — the Iron and Cherry fires — ran together overnight, and they are about 38% contained, according to fire officials. The two fires combined are covering about 91 square miles (236 square kilometers).</p><p>The smoke pushed mostly east, meaning air quality at popular vacation spots like Zion and Bryce Canyon national parks — located far south of the flames — hasn’t been significantly affected beyond some haze in the Bryce area.</p><p>Still, the plume was visible from miles away, even as far as Colorado.</p><p>It's like nothing seen in recent memory, Utah state forester Jamie Barnes said earlier this week. She acknowledged that fires are spreading farther and faster “under conditions that defy historical expectations.”</p><p>Nationally, nearly 3 million acres have burned since the start of the year, pushing the U.S. ahead of the 10-year average.</p><p>Red flag warnings cover the West</p><p>Conditions including low humidity and strong winds have triggered red flag warnings across a wide swath stretching from California to southern Arizona and New Mexico. Some of the forecasts predicted winds of 25 to 35 miles an hour (40 kph to 56 kph), with the worst conditions expected from northern Arizona into central and southern Utah.</p><p>At Grand Canyon National Park in Arizona, officials were preparing for a power outage on Saturday. The utility that serves the area had warned that it would likely initiate a safety outage in hopes of lessening the risk of wildfire in the area.</p><p>Visitors will be able to purchase park passes at entrance stations as long as backup power systems remain operational, but park officials said visitors should come prepared. That means downloading maps and other important information before arriving and ensuring that phones and other electronic devices are fully charged.</p><p>Power shut-offs have become more common in the West as wildfire risk has expanded. It's usually a last resort after utility forecasters weigh factors like sustained wind and gust speeds, available fuels and topography.</p><p>With extreme fire conditions persisting, Rocky Mountain Power has issued a public safety power shut-off watch/warning for areas of central, southern and eastern Utah through the weekend.</p><p>As long as it's hot and dry, the risk will be high</p><p>Tim Brown, a research professor and director of the Western Regional Climate Center, said the potential for extreme fire behavior will remain as long as it’s hot, dry and windy. He pointed to parts of the West that have been mired by persistent drought, including Utah, Colorado, Arizona and New Mexico.</p><p>“I would not be surprised to see a lot of restrictions come out as we get closer to the July Fourth weekend,” he said. “People really need to be aware of their surroundings if they’re going to be out in the forested campground areas and grassland areas.”</p><p>Gov. Spencer Cox set the temporary fireworks restrictions through July 5 as the nation prepares to celebrate its 250th anniversary, saying “this year is different.”</p><p>While the Cottonwood Fire's cause was unknown, the governor’s order noted that humans have been the cause of most fires in the state so far this year.</p><p>Even in Florida, where there have been multiple brush fires, authorities are urging people to skip the personal fireworks and instead leave the pyrotechnics to professionals putting on carefully planned shows.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHJRG3VN3MDZNQTHT4SE7XUTA4.jpg?auth=34fa5c63f5af39a10a0b5ff8f202337ba777afbe9617c372fa4c1f9598a58135&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plume of smoke rises from the Cottonwood Fire, Friday, June 26, 2026, near Beaver, Utah. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GJ5I5QZ2GIAR6C6WOFTB3FMBQ.jpg?auth=ec4e94b5494413f0639f87b8e483804ad1f79cc834705daefe347e6f095ad536&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the U.S. Forest Service Friday, June 26, 2026, shows firefighters responding to the Cottonwood Fire on Wednesday, June 24, 2026, above Birch Lake, near Beaver, Utah. (Mike McMillan/U.S. Forest Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike McMillan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H45AYSLLRUJVWETXVX677ZKE64.jpg?auth=9f288c6d629a47e53d9745b94127489790d1784860f705d5f59a4671f40ff192&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun sets over the Cottonwood Fire near Marysvale, Utah, on Friday, June 26, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CI4EGYUV5CNORTOMAKLFWGPRSI.jpg?auth=154fbbfc1f1a2fe197292df59fd68863fb1a3239bcea227924a8e151c575cde2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters gather near the Cottonwood Fire near Junction, Utah, on Friday, June 26, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4UAOREMJKP22OZCXABB4QRAPE.jpg?auth=f06a41723e7310ab62636a0ce8e3833da4d34b9fb07d57a47e16a94a97f1ca54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter drops water on the Cottonwood Fire burning near Beaver, Utah, on Saturday, June 27, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Son of Heat legend Dwyane Wade arrested in California domestic violence case]]></title><link>https://www.local10.com/news/national/2026/06/26/son-of-heat-legend-dwyane-wade-arrested-in-california-domestic-violence-case/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/26/son-of-heat-legend-dwyane-wade-arrested-in-california-domestic-violence-case/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Zaire Wade, the son of Miami Heat legend Dwayne Wade, was arrested in California Sunday morning on suspicion of felony domestic violence, criminal threats and false imprisonment, according to authorities.]]></description><pubDate>Fri, 26 Jun 2026 22:49:37 +0000</pubDate><content:encoded><![CDATA[<p>Zaire Wade, the son of Miami Heat legend Dwayne Wade, was arrested in California Sunday morning on suspicion of felony domestic violence, criminal threats and false imprisonment, according to authorities.</p><p>Burbank police said they were called to a home around 5:30 a.m. after someone dialed 911 reporting a woman screaming. </p><p>When they arrived, they found 24-year-old Wade and a woman with lacerations on her face and body, police said.</p><p>The woman was not taken to a hospital after paramedics checked on her at the scene.</p><p>A handgun was also removed from the home following the arrest. Police issued an emergency protective order for the woman.</p><p>Wade played high school basketball at Sierra Canyon School in Chatsworth, California, where he received several scholarship offers — but he turned them down to go pro.</p><p>He played one year for the Salt Lake City Stars of the G League and spent a couple seasons overseas, playing in South Africa and Macau.</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[En la ola de calor en Francia, los idílicos techos parisinos se convierten en pesadilla sofocante]]></title><link>https://www.local10.com/espanol/2026/06/26/en-la-ola-de-calor-en-francia-los-idilicos-techos-parisinos-se-convierten-en-pesadilla-sofocante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/26/en-la-ola-de-calor-en-francia-los-idilicos-techos-parisinos-se-convierten-en-pesadilla-sofocante/</guid><dc:creator><![CDATA[Por JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Antes de que el calor azotara la ciudad, Amelie Kenney podía presumir de tenerlo casi todo: un pequeño pero económico apartamento en el último piso de un edificio en París, con una vista envidiable desde su minúsculo balcón de los emblemáticos techos grises de la capital francesa, e, incluso, si se asoma lo suficiente, hasta de la basílica del Sacré-Cœur en Montmartre.]]></description><pubDate>Sat, 27 Jun 2026 03:55:27 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Antes de que el calor azotara la ciudad, Amelie Kenney podía presumir de tenerlo casi todo: un pequeño pero económico apartamento en el último piso de un edificio en París, con una vista envidiable desde su minúsculo balcón de los emblemáticos techos grises de la capital francesa, e, incluso, si se asoma lo suficiente, hasta de la basílica del Sacré-Cœur en Montmartre.</p><p>Pero en medio de una ola de calor histórica que convierte las buhardillas como la suya en un riesgo potencial para la salud, esta joven de 23 años, recién graduada, no se siente tan afortunada.</p><p>“Ha sido la peor semana que hemos vivido en este apartamento”, se lamentó en estos días en los que la capital y otras partes de Europa sufren un calor abrasador. “Hace un calor insoportable toda la tarde y es imposible tener un respiro”.</p><p>Muchos de los edificios de París, que se ven tan pintorescos desde el exterior, se convierten en lugares hostiles —incluso peligrosos— para la salud durante el implacable calor, que ha batido récords y que transforma los largos días de verano y las cortas y sofocantes noches en verdaderas batallas.</p><p>Esto es especialmente cierto para quienes viven directamente bajo los tejados de París, que a menudo no pueden permitirse apartamentos más grandes en plantas bajas, los cuales están menos expuestos al sol directo.</p><p>El calor extremo puede convertir los áticos en sitios mortales. Un estudio sobre la ola de calor sin precedentes de 2003, la cual causó 15.000 muertes, reveló que vivir en una buhardilla parisina directamente bajo el tejado aumentaba el riesgo de muerte en más del cuádruple, según un informe que la agencia de salud pública de Francia publicó el año pasado.</p><p>Además, investigadores que estudiaron muertes relacionadas con el calor en ciudades europeas para una investigación publicada en la revista científica The Lancet Planetary Health, en 2023, encontraron que París presentaba el mayor riesgo de muerte por calor entre las 30 capitales europeas analizadas.</p><p>Aproximadamente tres cuartas partes de los techos de París utilizan láminas de zinc como revestimiento, lo que crea las magníficas vistas grises de la ciudad que durante mucho tiempo han inspirado a artistas y cineastas. La UNESCO ha reconocido la técnica de los techadores de zinc, a la que considera un valioso patrimonio cultural de la humanidad. El zinc es resistente a la intemperie, maleable y puede ser reciclado. Pero al ser un metal, también absorbe y conduce el calor.</p><p>“La gente encuentra encantadores los techos de París. Existe la imagen de la buhardilla. Pero en realidad, si observas quién vive en esos apartamentos, suelen ser estudiantes que pagan mucho dinero por una habitación pequeña”, observó Maider Olivier, de la Fondation pour le Logement des Défavorisés (Fundación para la Vivienda de los Desfavorecidos).</p><p>“No sólo están extremadamente expuestos al calor, sino que también es imposible crear ventilación cruzada para disipar el calor por la noche”, agregó.</p><p>En el apartamento sin ascensor del sexto piso que Kenney comparte con su pareja, Francesca Pilia, también de 23 años, han acomodado un escritorio, una cama doble y un pequeño piano eléctrico. La única ventana del apartamento, que sobresale del techo de zinc, da al oeste, por lo que recibe sol directo desde el mediodía hasta el anochecer. Se dividen el pago de un alquiler de 735 euros (835 dólares) al mes.</p><p>“Era el lugar más barato para vivir”, expresó Kenney. “Me gusta que dé a la plaza. Puedo ver bodas casi todos los sábados por la mañana”.</p><p>“Pero ahora pienso que, si pudiera gastar más dinero para vivir en otro sitio, lo haría”, apuntó.</p><p>Aunque los edificios de oficinas, los centros comerciales, los cines y otros lugares modernos donde se reúne la gente suelen tener aire acondicionado, los apartamentos privados rara vez cuentan con él, especialmente en el densamente poblado centro de París, con sus edificios clásicos de estilo Haussmann. Estos reciben su nombre del urbanista del siglo XIX que transformó la ciudad y le dio sus amplias avenidas arboladas y gran parte de su aspecto arquitectónico.</p><p>Olivier, la activista por la vivienda, manifestó que las normas de urbanización destinadas a preservar el carácter de París —incluidos sus tejados característicos— dificultan los empeños para adaptar las viviendas al calor extremo.</p><p>“Hay personas que no pueden aislar sus techos, ni instalar contraventanas para bloquear el sol y evitar que sus casas se sobrecalienten, debido a las normativas de protección de los techos”, expuso. “Pero esas normativas que protegen los tejados de París no protegen a las personas que viven debajo de dichos techos”.</p><p>Kenney, originaria de Australia, y Pilia, de Italia, están acostumbradas al calor. Pero las temperaturas en París —con máximas récord para junio que superaron los 40 grados Celsius (104 grados Farenheit) durante el día y 25 ºC (77 ºF) por la noche— han sido insoportables.</p><p>Compraron un pequeño ventilador eléctrico, se duchan con agua fría, se refrescan con un trapo húmedo, se hidratan y se debaten entre dejar o no la ventana abierta.</p><p>“Me despierto y decido: ‘Hace demasiado calor; tengo que abrir la ventana’”, explicó Kenney. “Una hora después, me despierto y digo: ‘Hay demasiado ruido, tengo que cerrar la ventana’”.</p><p>“Es un ciclo muy, muy kafkiano”, concluyó.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JJNVEY4KNG4IKEUKZ4NM3JQMPU.jpg?auth=537276842c39d96bf694b96879a24e490eac319a1969e80a03856b749be19668&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amelie Kenney, a la derecha, y su pareja Francesca Pilia posan en el balcón del ático que comparten, el martes 23 de junio de 2026, en París. (AP Foto/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X7VPRNUVLQWTOVAQWJDLFC333Y.jpg?auth=f20590ba97b8243dad5c42aaa5f2679b3cbc39367c1569a9b9ca6bac006bbeeb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer sostiene un abanico mientras se ven los tejados al fondo, el martes 23 de junio de 2026, en París. (AP Foto/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/22O7G5GQFKWQSJMRTTBMJE6QSI.jpg?auth=96bdba2f3ad490e667b9e81bfe1bb2f618ad8928976503d2ccb679b8036f4935&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amelie Kenney, a la derecha, toca el piano en el ático que comparte con su pareja, Francesca Pilia, el miércoles 24 de junio de 2026, en París. (AP Foto/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Centro Comunitario AFE hosts collection drive in Miami-Dade ]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Centro Comunitario Amor, Fe y Esperanza plans to host a collection drive on Saturday in northwestern Miami-Dade County to benefit the victims of the two earthquakes in Venezuela.]]></description><pubDate>Sat, 27 Jun 2026 02:28:51 +0000</pubDate><content:encoded><![CDATA[<p>The Centro Comunitario Amor, Fe y Esperanza plans to host a collection drive on Saturday in northwestern Miami-Dade County to benefit the victims of the two earthquakes in Venezuela.</p><p>The nonprofit organization, founded in 2009, plans to welcome the public’s drop-off donations from 9:30 a.m. to 3 p.m. on Saturday at 6090 NW 84th Ave., north of Doral and south of Medley. </p><p>The nonprofit plans to hand the donations to the Doral-based Global Empowerment Mission, a nonprofit organization committed to delivering disaster relief to those in need in northern Venezuela. </p><p>The volunteers will not be accepting clothing, shoes, or linens. They welcome nonperishable food, bottled water, emergency supplies such as batteries and first aid kits, personal hygiene products, diapers, protective gear such as gloves and KN95 masks, tarps, industrial trash bags, and shovels. </p><p>For more information about how to volunteer or donate, <a href="https://www.centroafe.org/en/ayudemos-a-venezuela" target="_self" rel="" title="https://www.centroafe.org/en/ayudemos-a-venezuela">visit this page</a> or call 305-602-4466. </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLNLPYZ5DJC6X7XVNUX6MD7HQ4.jpg?auth=f2eb03e676105354fc2890cbdbd0dfde8af8eb1330a1f62742ec8b97bc58c733&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of satellite images provided by Vantor shows buildings in Caraballeda, Venezuela on Dec. 28, 2025, left, and on Friday, June 26, 2026, after an earthquake. (Satellite image ©2026 Vantor via AP)]]></media:description></media:content></item><item><title><![CDATA[Helping Venezuela: Miramar to keep 6 aid drop-off locations open 24/7]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description><![CDATA[To help the earthquake victims in Venezuela, Miramar officials announced on Friday that they will be accepting disaster relief donations from the public at six drop-off locations “24/7″ through July 31.  ]]></description><pubDate>Sat, 27 Jun 2026 01:59:49 +0000</pubDate><content:encoded><![CDATA[<p>To help the earthquake victims in Venezuela, Miramar officials <a href="https://www.miramarfl.gov/News-articles/VenezuelaEarthquake" target="_self" rel="" title="https://www.miramarfl.gov/News-articles/VenezuelaEarthquake">announced</a> on Friday that they will be accepting disaster relief donations from the public at six drop-off locations “24/7″ through July 31. </p><p>They will not be accepting clothing, shoes, or linens. They welcome nonperishable food, bottled water, emergency supplies such as batteries and first aid kits, personal hygiene products, diapers, protective gear such as gloves and KN95 masks, tarps, industrial trash bags, and shovels. </p><p>Miramar officials have committed to delivering the donations to the local nonprofit Global Empowerment Mission’s warehouse in Doral. In turn, GEM’s leaders have committed to making sure that the donations make it to those in need in northern Venezuela. </p><p>Here is the list of the locations, which officials say will be open 24 hours a day to accept the donations:</p><p>Miramar Police Headquarters at 11765 City Hall Promenade</p><p>Fire Station 19 at 6700 Miramar Parkway</p><p>Fire Station 70 at 9001 Miramar Parkway</p><p>Fire Station 107 at 11811 Miramar Parkway</p><p>Fire Station 84 at 14801 SW 27th St.</p><p>Fire Station 100 at 2800 SW 184th Ave.</p><p>For more information about the effort, <a href="https://www.miramarfl.gov/News-articles/VenezuelaEarthquake" target="_self" rel="" title="https://www.miramarfl.gov/News-articles/VenezuelaEarthquake">visit this page</a>. </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Pablo Arraez</media:credit></media:content></item><item><title><![CDATA[Cape Verde’s dream run continues, becoming smallest country into World Cup knockout round]]></title><link>https://www.local10.com/sports/2026/06/27/cape-verdes-dream-run-continues-becoming-smallest-country-into-world-cup-knockout-round/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/cape-verdes-dream-run-continues-becoming-smallest-country-into-world-cup-knockout-round/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — Tiny Cape Verde defied odds to become the smallest country to earn a spot in the World Cup knockout round behind the stellar play of Vozinha, the 40-year-old goalkeeper who embodied the grit of his nation.]]></description><pubDate>Sat, 27 Jun 2026 09:22:11 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Tiny Cape Verde defied odds to become the smallest country to earn a spot in the World Cup knockout round behind the stellar play of Vozinha, the 40-year-old goalkeeper who embodied the grit of his nation.</p><p>“We are small,” he said. “But we have big hearts and we are fighters.”</p><p>Cape Verde completed an improbable run through the group stage with a third straight World Cup draw, a 0-0 draw against Saudi Arabia on Friday night to advance in the tournament.</p><p>The small island nation off the western coast of Africa, which is making its debut on soccer’s grandest stage, already held 2010 champion Spain to a 0-0 draw and then came from behind to get a 2-2 result against Uruguay.</p><p>“The team was very eager to show this to the whole world,” Cape Verde coach Bubista said while draped in his country's flag. “We are proud of having arrived at this stage. We have shown that we are a small country, but that we fight for the things that we want to achieve.”</p><p>Cape Verde’s three points put the team in second place behind Spain, which beat Uruguay on Friday night and won the group.</p><p>Cape Verde will play reigning World Cup champion Argentina in Miami on July 3.</p><p>Drawing all three group matches doesn't guarantee advancement at major soccer tournaments. But several teams have done it in the past, including Wales in 1958, Ireland and the Netherlands in 1990, and Chile in 1998. New Zealand, however, also got three draws at the 2010 World Cup and was eliminated.</p><p>On the eve of the match, Bubista mused, “everyone is entitled to dream and nothing is impossible.”</p><p>The Blue Sharks proved him right, overcoming seemingly insurmountable odds as this country of just more than 500,000 reached the round of 32.</p><p>A woman, her face painted with a flag of the archipelago, held a sign that read: “Small Islands, Big Dreams.”</p><p>A dream that these underdogs have made reality as they continue their charmed run on the world stage.</p><p>They did it with another strong game from Vozinha, whose tournament success has helped him amass more than 16 million Instagram followers.</p><p>He had a save in first half stoppage time, grabbing a header from Mohamed Kanno to keep Saudi Arabia scoreless. Another save came in the 66th minute when he leaped to deflect a shot from Mohammed Abu Al-Shamat.</p><p>A third came in the 92nd minute when he stopped a shot by Abdullah Al-Hamdan.</p><p>“There is a lot of quality in our national team,” Vozinha said. “Maybe for many of you, you think the Cape Verdean player is not good enough. But we came here to show that we have a lot of quality and we are here to compete and our players can play everywhere in the big competition, in the big leagues.”</p><p>A group of shirtless men in the crowd each painted one letter of his name on their chests as they cheered Cape Verde.</p><p>But Vozinha had a much bigger fan among the crowd of 68,278 as his mother Ana Candida Evora watched from a luxury suite, waving a tiny Cape Verde flag. It was her second match of the tournament after missing Vozinha’s epic seven-save performance against Spain because of visa issues.</p><p>Cape Verde had a chance to score in the 50th minute, but Kevin Pina's shot from distance was just above the crossbar. Another chance came in the 74th minute when Laros Duarte’s shot from the middle of the box was stopped by goalkeeper Mohammed Al-Owais.</p><p>A last chance to score came in the final seconds when Nuno da Costa sent a shot from the middle of the box wide left.</p><p>But it didn’t matter because a couple of minutes after the final whistle, Spain completed its victory over Uruguay and set off a joyous celebration among Cape Verde's players and fans, many of whom cried as they rejoiced.</p><p>Having led his squad to new heights, Bubista was asked if he could have imagined such a run entering the tournament.</p><p>“I’ve always said that sooner or later Cape Verde would be on such a stage,” he said. “Of course it’s hard to have such a forecast, but I always knew.”</p><p>Saudi Arabia was eliminated after finishing with two points in the group stage.</p><p>“We were very poor in terms of creating things, controlling the game and creating actions,” coach Georgios Donis said. “And one cannot win a game this way. It would be very difficult.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GMIK4OEKBMMT2TYMBE62NBIZ4A.jpg?auth=df7aefd07ac2f1ded3c79f5949436ff1f6b2335c059fd557b7c33366287ce8e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde team members celebrate after the World Cup Group H soccer match between Cape Verde and Saudi Arabia in Houston, Friday, June 26, 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/GVLMGTXYHKFRHNS62NHXAGIGKI.jpg?auth=f2d014b836bad940e5d6b5a5f376635b6ca6410e5ca2c337b207c8c62ef8a9bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Marcio Rosa (12) celebrates with teammates after advancing during the World Cup Group H soccer match between Cape Verde and Saudi Arabia in Houston, Friday, June 26, 2026. (AP Photo/Eric Gay) CORRECTION: Corrects ID to Cape Verde goalkeeper Marcio Rosa (12), not Cape Verde goalkeeper Vozinha (1).]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5SRM76QZYUK2UODRRG552CBLE.jpg?auth=05fc2776159b603d13e12904b1b7510d394438b463b4ab238c49d8c5ddb629e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia's Abdulelah Alamri (4) and Cape Verde's Nuno da Costa (21) collide was they try to head the ball during the second half of the World Cup Group H soccer match in Houston, Friday, June 26, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6THLNU2NSETWGZM2477URMTTYI.jpg?auth=5406f7c6290bccc7fd8cf2ac07d5272dded5de4dfad6d72b2cd167fcc7024e1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia's Ali Lajami (3) battles for a header on a corner kick with Cape Verde's Diney Borges (3) during the World Cup Group H soccer match between Cape Verde and Saudi Arabia in Houston, Friday, June 26, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D7W2CJY7QMO6MF3FMNKPORKWTE.jpg?auth=a143d06259c0ae2888e8f84b650c9ce78ede19f61d017d701d1b2b427f8b2c41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Diney Borges (3) slides under Saudi Arabia's Mohammed Abu Alshamat (26) during the second half of the World Cup Group H soccer match between Cape Verde and Saudi Arabia in Houston, Friday, June 26, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Spain wins its World Cup group, beating Uruguay 1-0 as Muslera’s error sends 2-time champion home]]></title><link>https://www.local10.com/sports/2026/06/26/spain-wins-its-world-cup-group-beating-uruguay-1-0-as-musleras-error-sends-2-time-champion-home/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/spain-wins-its-world-cup-group-beating-uruguay-1-0-as-musleras-error-sends-2-time-champion-home/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — Spain defeated Uruguay 1-0 after another goalkeeping mistake by Fernando Muslera, advancing to the knockout stage of the World Cup and eliminating the South American powerhouse on Friday.]]></description><pubDate>Sat, 27 Jun 2026 03:27:11 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — Spain defeated Uruguay 1-0 after another goalkeeping mistake by Fernando Muslera, advancing to the knockout stage of the World Cup and eliminating the South American powerhouse on Friday.</p><p>Uruguay, a two-time champion, will go home without any victories in its three Group H games. Spain, the European champion, won the group with seven points and will face the second-place team from Group J — either Austria or Algeria — on Thursday in Inglewood, California.</p><p>Álex Baena scored in the 42nd minute after Muslera couldn’t fully swat away his shot from inside the area. It was the third blunder of the tournament by the 40-year-old Muslera, who asked coach Marcelo Bielsa to substitute him at halftime. Sergio Rochet came in to start the second half.</p><p>“He is the one who decided to leave,” Bielsa said.</p><p>The veteran Argentine coach said he feels like Uruguay deserved better luck considering its performances, and should have earned seven points instead of two from its group matches. But he took full responsibility for the team's failure.</p><p>“No one wants to listen to explanations now,” Bielsa said. “The blame is on me, I’m the one responsible for the disappointing work that I did. I had a group of quality players.”</p><p>At 19th in the FIFA rankings, Uruguay is the highest-ranked team to be eliminated so far.</p><p>“Every match is different and you have to win every type of match,” Spain coach Luis de la Fuente said. “This was a game with maximum difficulty.”</p><p>De la Fuente said midfielder Yéremy Pino likely suffered a broken collarbone that would sideline him for the rest of the tournament. Pino, who entered the match in the 66th minute, stayed on until the end despite the injury because Spain had already made all five substitutions.</p><p>Cape Verde, which played Saudi Arabia to a 0-0 draw in the other group game on Friday, finished second in the group with three points, one more than both Uruguay and Saudi Arabia. Uruguay finished third but without enough points to be among the best eight third-place teams that will advance.</p><p>A few Uruguay players cried on the field after the final whistle. Many fans booed the team as it left.</p><p>The match was one of the most anticipated of the group stage, but it featured few significant scoring chances by either team.</p><p>“I'm very proud of all the work that we have done,” Baena said. “We competed very well.”</p><p>Uruguay players loudly advocated for a penalty in the final minutes after Federico Viñas went down inside the area.</p><p>There was some tension near the end. Uruguay’s Agustín Canobbio was sent off in stoppage time for a tackle on Spain defender Paul Cubarsi. His teammates had to escort him off the field, and after the final whistle he returned to try to talk to the referee.</p><p>Uruguay, the World Cup winner in 1930 and 1950, came into the final group match in turmoil after draws against Saudi Arabia and Cape Verde. Uruguayan media said there were reports of players not being happy with Bielsa.</p><p>Spain, seeking its second World Cup title, opened with a shocking 0-0 draw against Cape Verde but was coming off a 4-0 win over Saudi Arabia. La Roja haven’t made it past the round of 16 since winning their lone title in 2010.</p><p>Spain striker Lamine Yamal, who entered the tournament nursing a left hamstring injury, had a lackluster outing and again didn’t play the entire match, being replaced by Ferran Torres in the 76th minute. The 18-year-old Yamal was replaced at halftime against Saudi Arabia and came off the bench in the second half against Cape Verde.</p><p>Uruguay midfielder Manuel Ugarte had to replaced because of an apparent knee injury near the end of the first half. He was on the ground seeking medical assistance when Spain opened the scoring, and was eventually taken off the field on a stretcher.</p><p>King Felipe VI of Spain was among the crowd of 45,065 at Estadio Akron.</p><p>A moment of silence was observed before the match in memory of those who died when back-to-back earthquakes struck Venezuela late Wednesday.</p><p>___</p><p>Associated Press writer Maria Verza contributed to this report.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MIGEGWGTIBLBNUWXNHDF4F45LU.jpg?auth=eb7ea9177090684983743ead2b387d8be54ac55f93c9919b89886a4ca2c56cc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Alex Baena, left, is congratulated after scoring his side's opening goal by Rodri during the World Cup Group H soccer match between Uruguay and Spain in Zapopan, near Guadalajara, Mexico, Friday, June 26, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BEHYZLA65NKHI3APAZFHRMSYA.jpg?auth=7b1d6fbd2817e040b7322886db666c2b8a99f5948573ee864270f642649afbc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uruguay goalkeeper Fernando Muslera (23) is beaten by a shot from Spain's Alex Baena (15) for the opining goal during the World Cup Group H soccer match between Uruguay and Spain in Zapopan, near Guadalajara, Mexico, Friday, June 26, 2026. (AP Photo/Natacha Pisarenko )]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NLM6EXXLDHYK5AKSNQCINOZ7PY.jpg?auth=1e0da5155f5ed1165ff04d739ed2a1658045446ecdfed1d8317ed3d389966a87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Lamine Yamal (19) controls the ball against Uruguay's Mathias Olivera (16), Rodrigo Bentancur (6) and Manuel Ugarte (5) during the World Cup Group H soccer match between Uruguay and Spain in Zapopan, near Guadalajara, Mexico, Friday, June 26, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AB2ZGBA4BBNGR75GK4ZM62UYFI.jpg?auth=b3c43aa6a95a5cf479d8ae6dd2d58b908b8d753bce31a0b4b48e560d6bca6185&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Aymeric Laporte (14) battles for the ball with Uruguay's Darwin Nunez (9) during the World Cup Group H soccer match between Uruguay and Spain in Zapopan, near Guadalajara, Mexico, Friday, June 26, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQ4Z4QQNHPWVJ7S3KJU4KKSMEU.jpg?auth=dc851bc9d84b4b6bcfadbc640431e623e1842c5c76b9e2bb22abdcc60c0c33c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Pedri, top, and Uruguay's Sebastian Caceres vie for the ball during the World Cup Group H soccer match between Uruguay and Spain in Zapopan, near Guadalajara, Mexico, Friday, June 26, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Weston-based charity partners with local pharmacy]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Programa de Ayuda Humanitaria Para Venezuela, a nonprofit organization based in Weston, announced on Friday that an existing effort to help first responders in Venezuela was intensifying. ]]></description><pubDate>Sat, 27 Jun 2026 00:26:47 +0000</pubDate><content:encoded><![CDATA[<p>Programa de <a href="https://www.ayudahumanitariavenezuela.org/" target="_self" rel="" title="https://www.ayudahumanitariavenezuela.org/">Ayuda Humanitaria Para Venezuela</a>, a nonprofit organization based in Weston, <a href="https://www.facebook.com/ayudahumanitariavzla/" target="_self" rel="" title="https://www.facebook.com/ayudahumanitariavzla/">announced</a> on Friday that an existing effort to help first responders in Venezuela was intensifying.</p><p><a href="https://www.ayudahumanitariavenezuela.org/nosotros/" target="_self" rel="" title="https://www.ayudahumanitariavenezuela.org/nosotros/">Marisol Dieguez</a>, a Venezuelan-American who founded the organization in 2014, developed a partnership with <a href="https://www.locatelonline.com/pages/about-us" target="_self" rel="" title="https://www.locatelonline.com/pages/about-us">Locatel</a>, a pharmacy and medical equipment supplier founded in 1979. </p><p>Locatel was accepting cash donations for the team effort in Broward and Miami-Dade counties. </p><p>In Hallandale Beach, from 9 a.m. to 9 p.m., Monday to Friday, from 9 a.m. to 7 p.m. on Saturday, and from 11 a.m. to 4 p.m. on Sunday at 1715 East Hallandale Beach Boulevard. </p><p>In Miami Gardens, from 8 a.m. to 6 p.m., Monday to Friday, and from 9 a.m. to 3 p.m. on Saturday, at 2440 Northeast Miami Gardens Drive. </p><p>To understand what motivates the leaders and volunteers, the nonprofit, which has three stars <a href="https://www.charitynavigator.org/ein/465446892" target="_self" rel="" title="https://www.charitynavigator.org/ein/465446892">on Charity Navigator</a>, shared a documentary. </p><p>In 2020, Dieguez’s grassroots effort was the focus of <a href="https://www.imdb.com/title/tt16529164/" target="_self" rel="" title="https://www.imdb.com/title/tt16529164/">“5ta RUTA,”</a> a documentary in Spanish that was later made available <a href="https://www.youtube.com/watch?app=desktop&amp;v=5_wXbwnBaQY" target="_self" rel="" title="https://www.youtube.com/watch?app=desktop&amp;v=5_wXbwnBaQY">on YouTube</a>. </p><p>For more information about how to contribute to the effort, <a href="https://www.ayudahumanitariavenezuela.org/donar/" target="_self" rel="" title="https://www.ayudahumanitariavenezuela.org/donar/">visit this page</a>. </p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fayudahumanitariavzla%2Fposts%2Fpfbid02yqyEbAUNbWigEUfpu4bTP8tMLB3Qam87m6LuEptzBD6oWctU34EWNf4R6gNRjrTHl&show_text=true&width=500" width="500" height="698" 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><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a> </li><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations - Clone</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GJ2U2NVHSTQDTJ74QKCF2UTC2E.jpg?auth=b2d0b90398a9beab67f3c771ef4e39c0ebe1261410cad4b0788cb1195c409876&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Venezuelan flag flies on Friday from a damaged building in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Ina Yoon widens her Women's PGA Championship lead to 5 strokes]]></title><link>https://www.local10.com/sports/2026/06/26/ina-yoon-widens-her-womens-pga-championship-lead-to-5-strokes/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/ina-yoon-widens-her-womens-pga-championship-lead-to-5-strokes/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — Ina Yoon stretched her lead at the Women's PGA Championship with a 3-under 69 that put her five strokes up on the second-place pack after another strong South Korean showing Friday.]]></description><pubDate>Sat, 27 Jun 2026 01:21:03 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — Ina Yoon stretched her lead at the Women's PGA Championship with a 3-under 69 that put her five strokes up on the second-place pack after another strong South Korean showing Friday.</p><p>Yoon, who shot a record 63 in the first round at Hazeltine National Golf Club, had two bogeys with one birdie on the back nine to reach 12 under. The 23-year-old is seeking her first LPGA Tour victory.</p><p>“The remaining two days will obviously be nerve-racking, but being nervous is human nature, and I think I want to embrace that and focus on what I can in my shots,” said Yoon, who missed the cut at the U.S. Women's Open this month after tying for fourth at the first major of the season at The Chevron Championship.</p><p>Nasa Hataoka, Brooke Henderson, A Lin Kim and Hae Ran Ryu were tied for second. Ryu shot a 64 for the best score of the day, three strokes better than Hataoka. Henderson finished with three straight birdies for a 68. Kim shot a 70. They all left the course in good spirits, yet trying to figure out how to make up five strokes.</p><p>“It’s halfway done. She had a great first half, so hopefully I can just have a great second half to try to make up the difference,” said Henderson, the Canadian who won the Women's PGA Championship at age 18 in 2016 at Sahalee Country Club in Washington. “I feel like overall the way I’ve been playing the course has been really solid, so just hopefully I make a few more birdies and climb the board.”</p><p>LPGA Tour leader Nelly Korda, who opened her bid for a third straight major title this year with a quiet 70, had a 68 to climb into a tie for sixth place with Dongeun Lee at 6 under.</p><p>After rallying from a slow start to win the U.S. Women's Open at Riviera Country Club in Los Angeles, Korda put herself in a viable position.</p><p>“It is hard to have a big lead going into the weekend. I was there at Chevron and you do feel a little bit more pressure, like everyone is hunting you down. I’m just going to focus on, as boring as it is, one shot at a time and see where that takes me,” Korda said. “I know the wind will be higher this weekend so it’s going to play probably a little bit more difficult, and I’m sure that the pins will be tricked up.”</p><p>Yoon, Kim, Ryu and Lee gave South Korean four of the top seven at the midpoint of a tournament that has so far enjoyed calm, dry and comfortable conditions with high temperatures in the mid-70s. The 36-hole average score is the lowest for this event since 2008 at Bulle Rock in Maryland.</p><p>“I think I like this kind of grass, and the course fit my eye as well," Yoon said. “Yeah, I think I like this course.”</p><p>Yoon became the fourth player in the history of the Women's PGA Championship, which dates to 1955, to lead by five or more strokes through 36 holes, following Mickey Wright (eight, 1958), In Gee Chun (six, 2022) and Cristie Kerr (five, 2010).</p><p>Korda again had hundreds of fans following her every shot, streaming from hole to hole as she traversed the lengthy 6,700-yard course in suburban Minneapolis.</p><p>After birdies on four of her first nine holes, Korda faded a bit down the stretch and finished with six straight pars as she fought a hook with her tee shots. She hit into the rough along the treeline to begin her back nine before two-putting for bogey on the first hole.</p><p>Projecting confidence and humility as the sport's most dominant and popular player at the moment, Korda couldn't help but laugh with caddie Jason McDede at the difference in layouts from the last major to this one.</p><p>“At Riv it’s a dead right and now it’s left,” Korda said. “I would’ve killed for this shot at Riv. But, yeah, it’s just golf. It’s funny, right? It always kind of humbles you, and you’re always kind of scratching your head a little bit in some ways.”</p><p>___</p><p>AP GLF: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LGZAWFIJTYVYDEBOJSSLQYNVLI.jpg?auth=b448f7a542e5323f00251de2e166860cf2bffcd741d0423e0ce5bc6c0584648c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ina Yoon, of South Korea, hits from the fourth tee during the second round of the Women's PGA Championship golf tournament, Friday, June 26, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VRCMDVD62DHTJEQOIF2CURAOIM.jpg?auth=7c6b2ac707d715eb9197c45c6f3226a2f7235277a802e7a128f990eea7a17746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ina Yoon, of South Korea, reacts after a birdie on the fourth hole during the second round of the Women's PGA Championship golf tournament, Friday, June 26, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PFDMF4XJWEXPYEWIKVGA3KBUTM.jpg?auth=491927c41117b3a3eeb7836d84cb94e30563a9872886c41a0cca9786e8af4d23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ina Yoon, of South Korea, right, talks with her caddie on the ninth hole during the second round of the Women's PGA Championship golf tournament, Friday, June 26, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q7A2SVNMFFI7CTH6STNXPJSPUU.jpg?auth=cd195368fae890907ae34a6b67bcaf7b2c58704743f0e83dc003aec57a5dec67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda reacts after a birdie on the 18th green during the second round of the Women's PGA Championship golf tournament, Friday, June 26, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZ3AHMAMTONVZQ4FXYK4RPW43Y.jpg?auth=6f0b2698b5cc86ea9539f130ee50b3fdb8915294fa7b49c9dade98a4c8703d45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooke Henderson, of Canada, hits from the 18th fairway during the second round of the Women's PGA Championship golf tournament, Friday, June 26, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[Newly released video shows Connecticut prison officers striking inmate before he died]]></title><link>https://www.local10.com/news/national/2026/06/26/newly-released-video-shows-connecticut-prison-officers-striking-inmate-before-he-died/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/26/newly-released-video-shows-connecticut-prison-officers-striking-inmate-before-he-died/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[HARTFORD, Conn. (AP) — Connecticut prison inmate J’Allen Jones was suffering a mental health crisis in 2018 when correctional officers struck him multiple times, stripped him naked, put a spit bag over his head and sprayed pepper spray at his face shortly before he died.]]></description><pubDate>Sat, 27 Jun 2026 00:33:15 +0000</pubDate><content:encoded><![CDATA[<p>HARTFORD, Conn. (AP) — Connecticut prison inmate J’Allen Jones was suffering a mental health crisis in 2018 when correctional officers struck him multiple times, stripped him naked, put a spit bag over his head and sprayed pepper spray at his face shortly before he died.</p><p>Video of the series of events was released Friday by a state judge in Hartford overseeing Jones’ family’s lawsuit against eight officers and a prison nurse, following a yearslong legal battle and after both sides agreed to certain redactions.</p><p>The Department of Correction had sought to keep it sealed since 2019, saying in part that its release could present security problems because it shows the physical layout of the prison and staffing patterns. But Jones’ family, the American Civil Liberties Union of Connecticut and local NAACP officials called for publicly releasing the video, saying transparency was needed in Jones’ death.</p><p>“The events in the video are as disturbing as the events in the video of George Floyd’s death,” Ron Murphy, a lawyer for Jones’ family, wrote in a court document, referring to the man killed by a Minneapolis police officer in 2020. “But in some ways, the video of J’Allen’s death is worse.”</p><p>Jones, 31, from Atlanta, was serving a 10-year sentence for robbery at Garner Correctional Institution in Newtown, about 25 miles (40 kilometers) west of New Haven when he died on March 25, 2018. Correction officers had been trying to take him to a medical unit in the prison at the time to get treatment for his mental illness.</p><p>Handcuffed inmate appeared in crisis as officers struck him</p><p>Portions of the 52-minute video show Jones handcuffed behind his back — and later with his legs shackled — as officers hit his legs and torso with their knees and fists, after he refused a strip search. At one point, an officer pins him down on a bed with a knee on his back while others hold him down.</p><p>Jones — who was having a schizophrenic episode, according to court documents — is heard yelling at this point, much of it unintelligible. He repeatedly shouts, “In the blood of Jesus Christ!” At one point, he tells officers, “I command you ... to uncuff me now!”</p><p>Officers, meanwhile, tell Jones numerous times to stop resisting and to calm down. One officer tells Jones they're just trying to help him.</p><p>About 17 minutes into the video, Jones appears to start having trouble breathing after the spit bag was placed over his head and he was pepper sprayed. Nearly five minutes later, Jones appears to be unconscious as officers struggle to hold him up and put him in a wheelchair. At around the 24-minute mark, an officer requests a nurse to evaluate Jones.</p><p>“Right now he's just being dead weight, and I just want to make sure he's OK,” the officer says, talking to the video camera held by another officer.</p><p>Minutes go by before life-saving measures are started</p><p>About 28 minutes into the video, a nurse starts performing CPR and an officer orders someone over the radio to call 911. An ambulance crew doesn't arrive until more than 43 minutes into the video. Jones was pronounced dead at a local hospital.</p><p>Hours after Jones' death, the Department of Correction put out a brief statement saying that Jones had become “non-compliant and combative with staff and then became non-responsive.” It did not say anything about officers striking Jones but noted that there were no immediate indications that excessive force was used. It said life-saving measures were performed and he was brought to a hospital.</p><p>The medical examiner’s office determined that the cause of Jones’ death was “sudden death during struggle and restraint with chest compression and pepper spray exposure in person with hypertensive and atherosclerotic cardiovascular disease.” It ruled his death a homicide, although that designation does not necessarily mean a crime was committed.</p><p>In January 2019, a state prosecutor investigating Jones’ death determined that no crimes were committed.</p><p>An internal Correction Department investigation found that excessive force was not used. But the eight officers and nurse violated policy by not recognizing for more than seven minutes that Jones was in medical distress — although not intentionally, the investigation report said.</p><p>Punishment of one-day suspensions without pay were handed down to the nine staff members, Correction Department records show.</p><p>The correctional officers' union did not immediately return an email seeking comment.</p><p>Family lawyer hopes video release spurs calls for reforms</p><p>Allen was Black, and his lawyer says eight of the nine defendants are white. One is Black. In court papers seeking release of the video, Murphy said it’s important that the public sees the footage and can consider “whether his race or schizophrenia played any role in how his cries for help and gasps for air were perceived and handled.”</p><p>“I hope everyone who chooses to watch the video does so with an open heart, remembering that J’Allen Jones was a father and a son and that his family grieves every day,” Murphy said in a statement Friday afternoon, adding that he hoped the video leads to prison system improvements.</p><p>He added, "I found the video very difficult to watch as it depicts the painful death of another human being. So please take care of yourself while watching and if you experience overwhelming feelings, consider taking a break or reaching out to someone for support. Thank you.”</p><p>Responding to a series of questions from The Associated Press about the video and how officers dealt with Jones, the Correction Department's interim commissioner Sharonda Carlos, said in a statement that the agency is continually focused on improving the services it offers to inmates experiencing mental health problems.</p><p>“Any loss of life in our facilities is a tragedy that we feel deeply, and our sympathy remains with Mr. Jones’ family and loved ones," she said.</p><p>Carlos said she appointed a psychiatrist to lead the department's inmate medical services in May, and the agency is rolling out major improvements to its mental health training for staff.</p><p>“Behind every individual in our care is a family hoping for their well-being, and we do not take that responsibility lightly,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z5WWOA3XX5VPZYQT5DOYWO6DII.jpg?auth=62569242a478a943e96ed7da15d1e24ed12674222771bf0102aabd6cffeac419&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image made from video taken on March 25, 2018 and provided by Connecticut Department of Correction, shows prison inmate J’Allen Jones prior to his death after being subdued by correctional officers. (Connecticut Department of Correction via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NRXQ736C2SSZTJXCY6JWG6DFR4.jpg?auth=0228f84d5e97c1f6d7e800f3b7911fd41ee26d266ef395a680da02fdb9a4c72a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image made from video taken on March 25, 2018 and provided by Connecticut Department of Correction, shows prison inmate J’Allen Jones prior to his death after being subdued by correctional officers. (Connecticut Department of Correction via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/545EJRDVD4CAU63EJXT3QHXJFM.jpg?auth=e1343ef50905249a49db33598fead74699141b9432b9ee70e8ecfe24735cc8a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image made from video taken on March 25, 2018 and provided by Connecticut Department of Correction, shows prison inmate J’Allen Jones prior to his death after being subdued by correctional officers. (Connecticut Department of Correction via AP)]]></media:description></media:content></item><item><title><![CDATA[Colombia fans return to Hard Rock Stadium nearly 2 years after chaotic scene at Copa America final]]></title><link>https://www.local10.com/sports/2026/06/26/colombia-fans-return-to-hard-rock-stadium-nearly-2-years-after-chaotic-scene-at-copa-america-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/colombia-fans-return-to-hard-rock-stadium-nearly-2-years-after-chaotic-scene-at-copa-america-final/</guid><dc:creator><![CDATA[By ALANIS THAMES and ZACH PASCUZZI, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Juan Nicolas wants this time to be different.]]></description><pubDate>Sat, 27 Jun 2026 00:32:38 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Juan Nicolas wants this time to be different.</p><p>The Bogotá, Colombia, native saw the scary scene two years ago during the Copa America final as thousands of ticketless fans breached the security gates at Hard Rock Stadium to watch Colombia face Argentina.</p><p>Colombia's soccer team will play Portugal on Saturday in a World Cup group stage match, returning to the stadium for the first time since that incident — this time with heightened security and multiple checkpoints.</p><p>“Now that we’re here, I feel a little pressure just to show myself better and like to show a better country to the world," said Nicolas, who said he was not at the match in 2024. "Colombia is new now. Colombia has new stuff to give to the world. We’re a different country, so now we have to show that.”</p><p>The crowd trouble began hours before the July 2024 match. Supporters — many of them wearing Colombia’s yellow and red colors — rushed the gates at the home stadium of the NFL's Miami Dolphins, leaving fans terrified and bloodied as security struggled to contain the rush.</p><p>Screams could be heard in the background of many videos circling social media, and posts showed some fans trying to climb through air vents to gain entry.</p><p>Questions were sparked on how to handle two more years of major soccer tournaments in the United States — the Club World Cup last year and this year's World Cup.</p><p>There was increased security last summer at the Club World Cup matches held in Miami, which served as a preview of the ticket-screening measures to expect on Saturday.</p><p>Fans must pass through three separate checkpoints that enclose the entire campus before getting close to the stadium, and parking passes are checked well before entry. Steel fencing is also set up around the perimeter.</p><p>“It’s been a layered approach that people have to go through,” said Andrew Giuliani, executive director of President Donald Trump’s World Cup task force, which is overseeing the tournament's multiagency security effort.</p><p>“We’re going to make sure that everybody is on their guard ready to go that day in particular,” Giuliani added, “just making sure that there are no issues. ... We’re leaning in on the 27th to make sure we can talk about the action that happened (on the pitch)."</p><p>Giuliani said there will be a “strong federal presence” both around the stadium and city on Saturday, declining to answer if that includes more than a typical match day. There have been three World Cup group matches in Miami so far. Each has seen a heavy police presence.</p><p>“I think we like showing up for our team, and some people take it a little bit too far," said Lucas Gaviria, a native of Manizales, Colombia, who attends Florida Atlantic University. “That has to do with our culture. We care about it too much, we have a ‘any means necessary’ type of thinking. ‘I need to see this game, even though I know I don’t have the money for it.’”</p><p>Saturday's match has been in high demand, both because of South Florida's large Colombian community and the draw of Portugal star Cristiano Ronaldo. Tickets on the resale site StubHub were listed from around $3,000 to more than $5,000.</p><p>“If you don’t have tickets, you shouldn’t be on site here,” Giuliani said in January, when he and other members of the task force visited the stadium during the College Football Playoff national championship. “It’s not like an American football game where there’s tailgating. This is very different. We want to make sure the security resources are here for those ticketed fans. If you’re not ticketed, you have fan festivals. You have other events in the Miami area where you can go and enjoy and be safe.”</p><p>Hard Rock Stadium — Miami Stadium is its name during the World Cup because of FIFA’s policies about sponsorship — has not commented because of its ongoing involvement in multiple lawsuits related to the Copa America final.</p><p>Those lawsuits, which list multiple defendants, claim — among other things — that the stadium and soccer officials didn’t have enough security present to handle such a crowd, lacked proper numbers of Spanish-speaking personnel working at the event and didn’t protect legitimate ticket holders “from foreseeable criminal activity.”</p><p>Ahead of Saturday's match, Colombia supporters said they hope that moment doesn't define them.</p><p>"There are a lot of great things that Colombia stands for," said Nadia Rodriguez, a Bogota, Colombia, native living in Miami. “Great coffee, beautiful landscapes, amazing songs, the soccer team. The darkness is in the past.”</p><p>___</p><p>AP Sports Writer Tim Reynolds contributed to this report.</p><p>___</p><p>Zach Pascuzzi is a student in the University of Georgia’s Carmical Sports Media Institute.</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/M7UVTM456P6IGW6G2FZ2NE6ORM.jpg?auth=a0883bf341a63af7adc627b611f1ee68d1fab61bb6d59f74788e9eae40781188&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans wait to enter the stadium prior to the Copa America final soccer match between Argentina and Colombia in Miami Gardens, Fla., July 14, 2024. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VR7XVL27KEMGVMMS23T6EI76BM.jpg?auth=72a796e8e02858f077fe4719fe3c0defe4030feba9a9c2026988651c6cd44f69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A security agent assists a fan who was waiting to enter the stadium prior to the Copa America final soccer match between Argentina and Colombia, in Miami Gardens, Fla., July 14, 2024. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Shooting reported in Plantation; suspect arrested]]></title><link>https://www.local10.com/news/local/2026/06/26/shooting-reported-in-plantation-suspect-arrested/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/shooting-reported-in-plantation-suspect-arrested/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A suspect is in custody after a shooting in the city of Plantation left one person hospitalized, police said.]]></description><pubDate>Sat, 27 Jun 2026 00:13:54 +0000</pubDate><content:encoded><![CDATA[<p>A suspect is in custody after a shooting in the city of Plantation left one person hospitalized, police said.</p><p>Plantation police responded to the 4400 block of NW 10th Court, where they found a person suffering from injuries. The person was transported to the hospital and a suspect was taken into custody.</p><p>Authorities say the incident appears to be isolated with no danger to the public. Detectives are asking residents to stay clear of the area while they investigate.</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/ZTFVVGXDEMF5O6443VL3NRAY5I.jpg?auth=eb72594112369f091a38147722c2fde4591567afb365efe2c9ca9367e6b095a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[World Cup sticker frenzy: Panini packs sell out as fans race to fill 980 spots in collectible albums]]></title><link>https://www.local10.com/business/2026/06/27/world-cup-sticker-frenzy-panini-packs-sell-out-as-fans-race-to-fill-980-spots-in-collectible-albums/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/27/world-cup-sticker-frenzy-panini-packs-sell-out-as-fans-race-to-fill-980-spots-in-collectible-albums/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Adam Martin remembers taking boxes of Panini stickers and their accompanying World Cup albums to a Formula 1 race in May, shortly after his collectibles shop had received a shipment and long before the tournament was to begin.]]></description><pubDate>Sat, 27 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Adam Martin remembers taking boxes of Panini stickers and their accompanying World Cup albums to a Formula 1 race in May, shortly after his collectibles shop had received a shipment and long before the tournament was to begin.</p><p>The idea was to give them to friends with kids. But what happened next surprised him.</p><p>“When I walked in with this box of cards,” Martin recalled, “hundreds of people of all creeds and cultures said something: ‘Where did you get those? How can I get some?’ Those Panini stickers are just that iconic collectible that goes beyond sports collectors.”</p><p>The stickers depicting players and teams in the World Cup have been around since 1970, when four Italian brothers paid $1,000 to procure the rights to produce the images. More than 50 years later, the stickers are available in packs all over the world, and fans young and old not only purchase them but also swap among themselves, helping each other fill their keepsake albums.</p><p>This year's book is the largest ever, partly due to an enlarged 48-team tournament, with 980 distinct stickers. They've become such a hot commodity that many stores are sold out, and backorders may not ship until the tournament has crowned a champion.</p><p>“We've sold an unbelievable amount of the stickers,” said Martin, one of the owners of Dave and Adam's Card World, which has shops in New York and Europe.</p><p>“We thought the order we placed months ago would be enough to tide us over,” Martin said. “We've had to reorder twice.”</p><p>The building buzz for a World Cup tradition</p><p>Panini had produced more than 2 billion packs — each containing seven stickers — by the start of the tournament, said Jason Howarth, the senior vice president of marketing and athlete relations for Panini America. That's quite a feat considering the field wasn't set until April 1.</p><p>Most stickers are not valuable by themselves, though older ones — such as the debuts of Lionel Messi and Cristiano Ronaldo — can fetch hundreds of dollars. The value comes in trying to fill the World Cup album.</p><p>“In European and South American culture, completing the sticker album is something almost every child does at some point,” said Matt Blazey, from Milton Keynes, England, whose YouTube channel featuring cards and collectibles has more than 62,000 subscribers.</p><p>“Most rediscover it in adulthood,” Blazey said, “when they realize they have adult money, which brings back all of those memories of bringing stickers into school, showing them off to your mates and swapping them to complete the album.”</p><p>Indeed, part of the beauty of the Panini stickers is in their accessibility. Each pack only costs about $2 (1.50 euros).</p><p>Beginning with the last World Cup in Qatar, though, Panini also began producing variations with special borders that are much more scarce. Suddenly, stickers with red, purple or orange edges became especially sought-after, and collectors have put huge bounties on ultra-rare, black-bordered, 1-of-1s — as in, one in the world — depicting Messi, Ronaldo, Lamine Yamal and other big stars.</p><p>Some industry experts believe the black Messi sticker alone could command $200,000 at auction.</p><p>“We're tracking and following through social media who pulls the black 1-of-1s,” Howarth said. “Neymar, Leo, Ronaldo — this is probably their last World Cup. What do those stickers sell for? That's going to be a new high mark for the category.”</p><p>The challenge of completing the album is real</p><p>Sammi Kaewsawang had never participated in the World Cup album experience until this year, when the content creator from Long Beach, California, decided to see how long it would take to physically peel and stick all 980 examples into the album.</p><p>By the time Kaewsawang finished with Panama, the last of his 48 teams, he'd been at it for about 7 hours, 47 minutes.</p><p>“Now I'm on my second one, helping my fiance's nephew complete his,” Kaewsawang said. “What made the experience so memorable was the people I met along the way. Trading stickers brought me together with fans of all ages.”</p><p>That is undoubtedly part of the appeal: Even though Panini has a digital collection available, the sense of community that comes from swapping your doubles for a player you might need brings with it a quaint sense of nostalgia, not unlike the way American kids have collected and traded baseball cards for generations.</p><p>Many shops help by scheduling swap meets. Panini itself has a truck at Rockefeller Center in New York, where thousands have shown up in the evenings to trade. Message boards allow fans to connect anywhere in the world, and about 8,000 collectors recently showed up at a stadium in Santiago, Chile, to swap.</p><p>“I've made genuine new friends though this hobby,” Kaewsawang said, “and that means more than completing the collection itself.”</p><p>The end of the Panini stickers is near, or is it?</p><p>Even though Panini stickers have never been hotter — a partnership with Coca-Cola means stickers can be found under labels of certain bottles — the company is facing the end of an era after the 2030 tournament in Morocco, Portugal and Spain.</p><p>The Fanatics brand Topps will take over the rights to produce World Cup cards, stickers and other FIFA collectibles, and it's unclear whether the U.S.-based company will produce a similar product as its Italian rival.</p><p>“It is a real bittersweet moment,” Blazey said. “From my side, and for probably 90% of collectors at the moment — more so outside the U.S., where Panini is a household name — it's a very sad moment for this to be the end. So many people grew up collecting them, and it's synonymous with their childhood, so the loss of the license is very much seen as sacrilege.”</p><p>Yet there is also hope among collectors that Fanatics, which also recently took over the license for the Premier League, can take some of its forward-thinking ideas from sportscards and apply them to a sticker product for the 2034 World Cup.</p><p>It may not be the end of an era so much as a reboot.</p><p>“We're very privileged to be a significant partner with both Panini and Fanatics. We try not to pick sides,” Martin said. “I think Fanatics will do an amazing job with World Cup products, but I'm not sure they'll be able to capture the cultural impact.”</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/7XSFAIDOWOKC3HVTTX3E3YKZR4.jpg?auth=5809fd3f7d7f21cf142d724264d193a13ab050d3bbdf76b00fa1f5a913944748&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Youth exchange Panini World Cup stickers in Mexico City, Tuesday, June 16, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ICX2A37D66372HRHRIP4P44UU.jpg?auth=1c4b66f2e21593686724ae71ef1b1bc06be6621e119f5df8ac3084b12d5c2abf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Panini World Cup stickers are displayed in the historic center in Mexico City, Tuesday, June 16, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MMKB5QYGMJLX7L6IGOXGBXW2P4.jpg?auth=eee06c41ff2705799c9fedd86e53d1a785b7b5c39bf7bc329d869451163d53ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans gather to trade Panini World Cup sticker albums and trading cards at the Bicentenario de La Florida stadium in Santiago, Chile, Sunday, May 31, 2026. (AP Photo/Esteban Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O52VQL5RGVPMYKNXOAROB4XEUI.jpg?auth=312f75c9d608305dad3b697a4018328ad02f830e316e7d0fa8edfc563cd36c1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans gather to trade Panini World Cup sticker albums and trading cards at the Bicentenario de La Florida stadium in Santiago, Chile, Sunday, May 31, 2026. (AP Photo/Esteban Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZI6ROI4JITTKXA3KU6SWMRH2E.jpg?auth=21a8099a375381c2cae62c009704e36d85e02fd0f42eb8be3bf883f16fa06bff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans gather to trade Panini World Cup sticker albums and trading cards at the Bicentenario de La Florida stadium in Santiago, Chile, Sunday, May 31, 2026. (AP Photo/Esteban Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Polygamous sect leader convicted of abuse charges after girls found in trailer on Arizona highway]]></title><link>https://www.local10.com/news/national/2026/06/26/polygamous-sect-leader-convicted-of-abuse-charges-after-girls-found-in-trailer-on-arizona-highway/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/26/polygamous-sect-leader-convicted-of-abuse-charges-after-girls-found-in-trailer-on-arizona-highway/</guid><dc:creator><![CDATA[By JACQUES BILLEAUD and JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — A polygamous sect leader already serving a 50-year federal prison sentence for orchestrating sex involving children was convicted Friday on state child abuse charges after girls were found in an unventilated trailer he was hauling through Arizona.]]></description><pubDate>Sat, 27 Jun 2026 00:44:53 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — A polygamous sect leader already serving a 50-year federal prison sentence for orchestrating sex involving children was convicted Friday on state child abuse charges after girls were found in an unventilated trailer he was hauling through Arizona.</p><p>Someone alerted authorities about the trailer in August 2022 after seeing small fingers reaching through gaps in the doors. Police stopped Samuel Bateman's vehicle as he was driving through Flagstaff and found three girls inside, who were ages 11 to 14 at the time. The trailer was enclosed with a makeshift toilet, a sofa and camping chairs.</p><p>In the federal case, Bateman was convicted of coercing girls as young as 9 to submit to sex acts with him and other young adults, and for scheming to kidnap girls from protective custody, the story of which is the focus of a Netflix series, “Trust Me: The False Prophet.”</p><p>Bateman previously claimed to have more than 20 "spiritual wives," including 10 girls under the age of 18. He testified in his own defense in the state case, telling jurors he would never harm the people he loves. He acknowledged during cross-examination that he knew the girls were in a hot trailer for hours and the ventilation wasn't good, but downplayed the conditions.</p><p>“I just trusted myself as a driver,” he said. “I asked God to bless me every time we hopped in that vehicle.”</p><p>He claimed he thought the girls had gotten out when they stopped. He said he was as “shocked as could possibly be” when he learned that they were still inside when he was pulled over.</p><p>During closing arguments, prosecutor Eric Ruchensky told jurors, “It’s common sense that you don’t carry people in a trailer designed for cargo on a hot day with no ventilation."</p><p>Jurors in the state case weren't supposed to hear about Bateman's conviction in federal court. The judge barred the evidence from being introduced. But Bateman brought it up several times as he represented himself, leading the judge to strike the comments from the record.</p><p>The jury delivered the verdict Friday in about 40 minutes, convicting him on all three counts of child abuse. . Each count carries a mandatory sentence, between four and eight years. The judge has discretion to run the counts consecutively or concurrently. A sentencing hearing is scheduled Aug. 25.</p><p>The Associated Press left a voice mail and email messages Friday for Bateman’s appointed advisory counsel.</p><p>Federal authorities said Bateman, a self-proclaimed prophet, traveled extensively between Arizona, Utah, Colorado and Nebraska as he built an offshoot network of the Fundamentalist Church of Jesus Christ of Latter-day Saints, which historically has been based in the neighboring communities of Colorado City, Arizona, and Hildale, Utah.</p><p>He and his followers practiced polygamy, a legacy of the early teachings of the mainstream Church of Jesus Christ of Latter-day Saints, which abandoned the practice in 1890 and now strictly prohibits it.</p><p>Bateman was one of the trusted followers of Warren Jeffs, who previously led the sect and is serving a life sentence in Texas for sexual assault of children.</p><p>The influence of the polygamous sect has waned significantly over time in the towns where the sect has historically been based. In 2017, a court order placed the towns under supervision, excising the church from their governments and shared police department.</p><p>But the area has since transformed so quickly that they were released from court-ordered supervision last summer, almost two years earlier than expected. Practicing sect members are now believed to account for only a small percentage of the towns’ populations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VBARF27BB5KGLSQWSCXZEL6YXM.jpg?auth=8548161c738b82b883375272b2b240a5c7eff0496f60a39b7ece5e864d978650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hildale, Utah, sits at the base of Red Rock Cliff mountains, with its sister city, Colorado City, Ariz., in the foreground, on Dec. 16, 2014. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KXLUOTNEWHCRBDCVWVEI5AU4I.jpg?auth=d8e8d386ada2dea7a674b445663f71a910c6239218717015f727d7c7e760e533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo provided by the Coconino County, Ariz., Sheriff's Office shows Samuel Bateman, the leader of a small polygamous group near the Arizona-Utah border. (Coconino County Sheriff's Office via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Mike Trout will likely turn down invitation to participate in All-Star Home Run Derby]]></title><link>https://www.local10.com/sports/2026/06/26/mike-trout-will-likely-turn-down-invitation-to-participate-in-all-star-home-run-derby/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/mike-trout-will-likely-turn-down-invitation-to-participate-in-all-star-home-run-derby/</guid><dc:creator><![CDATA[By MIKE DiGIOVANNA, Associated Press]]></dc:creator><description><![CDATA[ANAHEIM, Calif. (AP) — Mike Trout said Friday he is unlikely to participate in the All-Star Home Run Derby in Philadelphia because of his strained right hamstring.]]></description><pubDate>Fri, 26 Jun 2026 23:49:04 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Mike Trout said Friday he is unlikely to participate in the All-Star Home Run Derby in Philadelphia because of his strained right hamstring.</p><p>Trout expects to return from the injury in plenty of time to play in the July 14 All-Star Game, but it will likely prevent the Los Angeles Angels center fielder from the home run competition the night before in Citizen’s Bank Park.</p><p>“They asked me when we were in Sacramento (last weekend), but I probably won’t do it,” Trout, 34, said before the Angels' game against the Athletics. “It would have been cool to do it, but the injury kind of threw things off.”</p><p>Trout, a three-time American League MVP and 11-time All-Star, has turned down numerous invitations to participate in the derby because he felt the high volume of maximum-effort swings the event requires would throw him off at the plate.</p><p>He always maintained that he would take part in the derby at least once before he retires, and this seemed to be the year to do it, with All-Star Game festivities in Citizens Bank Park about 45 miles north of his hometown of Millville, New Jersey.</p><p>Trout fueled more speculation that he would participate in the derby last weekend when he told USA Today that he was “considering” participating in the event.</p><p>But Trout, who was hitting .234 with 17 homers and 36 RBIs in 74 games when he was placed on the 10-day injured list on June 18, had a change of heart over the past week.</p><p>“When it came out that the All-Star Game was in Philly, I thought it definitely would have been cool to do,” said Trout, who ranks second behind Aaron Judge in All-Star voting for AL outfielders. “Then I hurt my leg, so I’m leaning toward not doing it.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JYLGFNRM7BRZ5LFSFBC2PLTC5I.jpg?auth=b8c94d5e8ccba926734a45eabbfe52885976cd631a140d89fa74346f5007582f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Mike Trout (27) reacts after hitting a two-run home run against the Arizona Diamondbacks in the fifth inning of a baseball game, Tuesday, June 16, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Complaint seeks answers on Scouting America's transgender policy after Pentagon deal]]></title><link>https://www.local10.com/news/politics/2026/06/26/complaint-seeks-answers-on-scouting-americas-transgender-policy-after-pentagon-deal/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/26/complaint-seeks-answers-on-scouting-americas-transgender-policy-after-pentagon-deal/</guid><dc:creator><![CDATA[By BEN FINLEY and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A gay rights activist is suing the Department of Defense to answer a simple question: Did Scouting America actually agree to ban transgender members in a deal with the Pentagon?]]></description><pubDate>Fri, 26 Jun 2026 23:46:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A gay rights activist is suing the Department of Defense to answer a simple question: Did Scouting America actually agree to ban transgender members in a deal with the Pentagon?</p><p>James Dale, who filed a complaint in a New York City federal court Thursday, alleges that both sides have provided conflicting answers, while the Pentagon is refusing to release a copy of its agreement with the organization.</p><p>The Pentagon made a deal with Scouting America in February that Defense Secretary Pete Hegseth said would refocus the organization away from diversity initiatives and other “woke” policies. Hegseth threatened to cease the military's longtime support of the organization if it failed to comply in six months, which would be in late August.</p><p>Hegseth put heavy emphasis on Scouting America’s acceptance of transgender youth, saying the organization will require members to use their “biological sex at birth and not gender identity.”</p><p>But Scouting America, formerly known as the Boy Scouts of America, said then that the agreement did not change existing policies regarding transgender youth and that they are welcome.</p><p>“We have transgender people in our program and we’ll have transgender people in our program going forward,” Scouting America President and CEO Roger Krone told The Associated Press in February.</p><p>In his complaint seeking the agreement, Dale states that both accounts “cannot be true, and the stakes are of profound public importance."</p><p>Hegseth had pledged in February to “vigorously review” the changes Scouting America has made, threatening to withdraw support.</p><p>“We hope that doesn’t happen, but it could,” Hegseth said at the time. “Ideally, I believe the Boy Scouts should go back to being the Boy Scouts as originally founded, a group that develops boys into men. Maybe someday.”</p><p>The scouts and the military have had longtime ties, including the military providing logistical support for the National Boy Scout Jamboree and scouts meeting on or near bases. The military also has maintained a strong relationship with the Eagle Scouts, whose members often enlist.</p><p>Dale had filed a Freedom of Information Act request in late March to get the memorandum of understanding between Scouting America and the Pentagon regarding the changes.</p><p>“The Department has invoked no exemption, produced no record, and missed every deadline,” his complaint stated. "Mr. Dale brings this action to enforce the public’s right to know, before the Department’s August deadline expires.</p><p>When asked for comment on Dale's lawsuit, the Pentagon said in a statement that it wouldn't comment on ongoing litigation and referred to the video Hegseth released in February that outlined the changes he said the organization was making. Scouting America did not immediately respond to emails from The Associated Press seeking comment.</p><p>Dale raised another question in his complaint about the government's ability to require the organization to accept or deny certain members.</p><p>In 1990, the Boy Scouts of America expelled Dale, then an Eagle Scout who had become an assistant scoutmaster, after discovering he was co-president of Rutgers University’s gay and lesbian organization. He sued in 1992, accusing the Boy Scouts of discrimination, and lost at the U.S. Supreme Court, which ruled that the organization could maintain membership and leadership criteria that excluded homosexuals.</p><p>“Here, if the Department’s account is true, the federal government has now obtained by contract what the Court once held it could not command by law,” Dales lawsuit states. “And if it is not, then the Department has misled the public about what Scouting America has agreed to do."</p><p>___</p><p>Associated Press writer Jamie Stengle in Dallas contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3PNJKENG3IUWPQR5C6SQ3OSLWM.jpg?auth=d40d1afe193b721a246fd881b4dda1a9335138815d2126079ac0a733864e9712&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks in the Oval Office of the White House during an executive order signing about quantum computing with President Donald Trump, Monday, June 22, 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/NWHDMRX44DDJ5RIWWGH4BDCF5Q.jpg?auth=42825799054b8f78d87cccb0c5efe601d696b75ad0b1755b97685debae8484d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is pictured in Washington, Thursday, June 11, 2026. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Prosecutors: Miami-Dade deputies’ ‘use of deadly force was necessary’ at used car dealership ]]></title><link>https://www.local10.com/news/local/2026/06/26/prosecutors-miami-dade-deputies-use-of-deadly-force-was-necessary-at-used-car-dealership/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/prosecutors-miami-dade-deputies-use-of-deadly-force-was-necessary-at-used-car-dealership/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Last year, Robert Leyva was so angry at his half-brother Eduardo Rivero, Jr. that he put on tactical gear and armed himself with a black Zaviar Z15 rifle and a black Canik TP9 semi-automatic pistol, records show. ]]></description><pubDate>Fri, 26 Jun 2026 18:58:47 +0000</pubDate><content:encoded><![CDATA[<p>Last year, Robert Leyva was so angry at his half-brother Eduardo Rivero, Jr. that he put on tactical gear and armed himself with a black Zaviar Z15 rifle and a black Canik TP9 semi-automatic pistol, records show. </p><p><a href="https://www.local10.com/news/local/2026/06/26/fiscales-uso-de-fuerza-letal-de-agentes-de-miami-dade-fue-necesario-en-concesionario-de-autos-usados/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/fiscales-uso-de-fuerza-letal-de-agentes-de-miami-dade-fue-necesario-en-concesionario-de-autos-usados/">Leer en español</a></p><p>It was the bloody end to the brothers’ long-running feud. Leyva, 49, rode a scooter and arrived shortly after 12:20 p.m. <a href="https://www.local10.com/news/local/2025/04/24/developing-deputies-respond-to-shooting-in-miami-dade-warehouse-area/" target="_self" rel="" title="https://www.local10.com/news/local/2025/04/24/developing-deputies-respond-to-shooting-in-miami-dade-warehouse-area/">on April 24, 2025</a>, at Priced Rights Motors, Inc., a used car dealership that Rivero, 35, had inherited, records show. </p><p>Miami-Dade Sheriff’s Office Deputies Alfredo Perez and Dea Harris fired at Leyva shortly before 1 p.m. at 7321 SW 45 St., in a warehouse area at the Glenvar Heights neighborhood, just west of South Miami, records show. </p><p>“Leyva shot at the officers at least one time prior to either officer using deadly force,” Miami-Dade Assistant State Attorney Sara Imm wrote, according to the closing memo that Miami-Dade State Attorney Katherine Fernandez Rundle also signed.</p><p>Before the deputies responded with a ballistic shield, Armando Yadro told a 911 dispatcher that Leyva had shot him and he was pretending to be dead because he was in the business, records show. </p><figure><img src="https://www.local10.com/resizer/v2/QGJBUEQOKBCFBFSAZQL6BZCFPE.jpg?auth=3b61fd8e11cf923495e3816d0dc61f4d36884fe89092f4a2e9703fda4f3321b2&smart=true&width=1200&height=900" alt="Eduardo Rivero, Jr., left, was fatally shot, and Armando Yadro, right, was injured, on April 24, 2025, in Miami-Dade County." height="900" width="1200"/><figcaption>Eduardo Rivero, Jr., left, was fatally shot, and Armando Yadro, right, was injured, on April 24, 2025, in Miami-Dade County.</figcaption></figure><p>Imm described how Leyva also “directed” a “perceived explosive,” a smoke bomb that appeared to be a grenade, before Perez “discharged his firearm,” according to the closing memo that Fernandez Rundle approved on Thursday, records show. </p><p>“It is reasonable to conclude that both Deputy Harris and Deputy Perez believed that the use of deadly force was necessary to prevent imminent death or great bodily harm to themselves and/or the other two civilians, Imm wrote, according to the memo. </p><p>Videos showed children running for cover outside before deputies arrived. People hiding at nearby businesses heard the gunshots. A SWAT team arrived and evacuated the area, which included a warehouse with kids in a cheerleading practice. </p><p>The deputies weren’t injured, and neither were civilians in the area. Yadro, 35, suffered a wound to the clavicle and survived. Rivero was shot in the side of the head, and a doctor pronounced him dead at HCA Florida Kendall Hospital. Leyva was shot in the head. </p><p>“Doctors were not able to remove the projectile lodged in his brain,” the prosecutor wrote, according to the memo.</p><p>After suffering from “complications” from the gunshot wound he suffered when deputies fired, Leyva was hospitalized and died on Feb. 14, records show. </p><p>The MDSAO reported receiving the Florida Department of Law Enforcement’s report on May 22. </p><p><b>Read the closing memo</b></p><figure><img src="https://www.local10.com/resizer/v2/PO5JWCJ3RVA55M6SOT2CXQLRLY.jpg?auth=1fcbfb085d3f5d3d23014af892286306b23c19b071c6b2347d53d16455ae347a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded></item><item><title><![CDATA[Lionel Messi won't start Argentina's group finale, but World Cup scoring record holder could sub in]]></title><link>https://www.local10.com/sports/2026/06/26/lionel-messi-wont-start-argentinas-group-finale-but-world-cup-scoring-record-holder-could-sub-in/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/26/lionel-messi-wont-start-argentinas-group-finale-but-world-cup-scoring-record-holder-could-sub-in/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Lionel Messi, the top scorer in World Cup history, will not start when defending tournament champion and Group J winner Argentina plays Jordan on Saturday night in its last match before the knockout stage.]]></description><pubDate>Sat, 27 Jun 2026 01:48:43 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Lionel Messi, the top scorer in World Cup history, will not start when defending tournament champion and Group J winner Argentina plays Jordan on Saturday night in its last match before the knockout stage.</p><p>Argentina coach Lionel Scaloni said Friday, two days after Messi's 39th birthday, that the team's captain will begin the match on the bench, but also indicated through an interpreter that he “will come in a little bit later.”</p><p>Scaloni didn't say when Messi might substitute in to the game, or what his lineup would be against first-time World Cup participant Jordan, which lost its first two matches.</p><p>Messi scored all five goals for Argentina in the first two group matches, and now has 18 goals overall in his six World Cups. He had his first-ever hat trick in the tournament in a 3-0 win over Algeria to tie the career scoring record at 16 goals that had been held by Miroslav Klose of Germany. He broke that mark with the goals in a 2-0 win over Austria on Monday at the home of the NFL’s Dallas Cowboys — where the group finale will be played.</p><p>Klose played in 24 World Cup matches for Germany, which wrapped up his fourth tournament by winning the 2014 final 1-0 in extra time over Messi and Argentina. Kylian Mbappé matched Klose at 16 with two goals in France’s 3-0 win over Iraq later Monday. Mbappé, who has four goals in the tournament, didn't score in a 4-1 win over Norway on Friday in his final group match.</p><p>Considered by many to be the greatest player of all time, Messi has made 201 international appearances for Argentina, including a FIFA-record 28 World Cup matches. He has scored in six consecutive World Cup games, joining France striker Just Fontaine and Brazil great Jairzinho as only players to do that.</p><p>Messi had been dealing with a minor hamstring injury with Inter Miami of Major League Soccer that slowed him in the lead-up to the World Cup.</p><p>While there have been no indications of any issues since, Argentina has a lot of games left if it is going to get to another World Cup final. The knockout round for La Albiceleste begins next Friday in South Florida, and in this expanded 48-team tournament that would be the first of five matches in 17 days if they make it to the final on July 19.</p><p>Even with Argentina trying to go undefeated in group play for the fifth time, and first since 2014, Messi isn't the only starter expected to get a break.</p><p>Goalkeeper Emiliano Martínez could be the only regular starter in a lineup that could feature several new faces. Nicolás Paz, who made his World Cup debut subbing in for Messi late in the opener against Algeria, is now expected to start in his place.</p><p>“The hope is that the team will play the same way. That’s what we’re going to try to do,” Scaloni said. “Jordan is a good opponent, and we’re not taking anything for granted. We’ll try to tweak some aspects of the last match, but with the same intention of controlling the ball and dominating the opponent.”</p><p>___</p><p>Associated Press writer Débora Rey contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2SDIWSN2JOJMPVYLDNE3DWTREM.jpg?auth=34952784b6378f101fae36d5865f49d7c055c26d757275a3c2f1da4786ac36a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi watches training for the World Cup soccer tournament Wednesday, June 24, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYFAXUH4JF6JQG463PR3R7Q3ME.jpg?auth=f4d47098eb9e2ed43b569edaaa877121b108e90eb45fdd8afd8fe6142afc16a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Leandro Paredes, left, Lionel Messi, center, and Alexis Mac Allister train for the World Cup soccer tournament Wednesday, June 24, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DCBGMOKF5TVBHMEC6LFMQZYHZE.jpg?auth=03e14abf9cebc82b86bea10c70f56e45b07084d1aa0aecc32e98cfe079dbb5c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi trains for the World Cup soccer tournament Wednesday, June 24, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLBTBO33CPBPVLUPMHK2QYYBIE.jpg?auth=83afeb448fb269d9f78606a0f304c951d67beb9308160acf66cf449838bd6bf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, right, dribbles the ball past Austria goalkeeper Alexander Schlager to score his side's second goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item></channel></rss>