<?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>Mon, 29 Jun 2026 18:43:59 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Choque múltiple en Deerfield Beach deja seis heridos, uno de ellos niño]]></title><link>https://www.local10.com/news/local/2026/06/29/choque-multiple-en-deerfield-beach-deja-seis-heridos-uno-de-ellos-nino/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/choque-multiple-en-deerfield-beach-deja-seis-heridos-uno-de-ellos-nino/</guid><description><![CDATA[
Cuatro vehículos colisionaron en Southwest 10th Street y los heridos fueron distribuidos entre dos hospitales del condado]]></description><pubDate>Mon, 29 Jun 2026 18:42:12 +0000</pubDate><content:encoded><![CDATA[<p>Seis personas resultaron heridas, entre ellas un niño, en un choque múltiple ocurrido el lunes en Deerfield Beach, confirmaron socorristas a Local 10 News.</p><p>Según funcionarios de Broward Sheriff Fire Rescue, el accidente ocurrió en la cuadra 800 de Southwest 10th Street.</p><p>Las autoridades indicaron que cuatro vehículos estuvieron involucrados en la colisión.</p><p>Dos de los heridos fueron trasladados a Broward Health Medical Center y cuatro más al Broward Health North.</p><p>Dos de las víctimas fueron clasificadas como alertas de trauma, incluido el niño, informaron las autoridades.</p><p>No se divulgaron otros detalles sobre la colisión de manera inmediata.</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/YSYPM74ZYODA4W32X752GQA27Y.png?auth=dfcdd9b8b5dacebd24e6c5c389d8c2fb2daa04a411a781cc0742b40da628917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Breaking News Generic]]></media:description></media:content></item><item><title><![CDATA[Helping Venezuela: NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’ ]]></title><link>https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description></description><pubDate>Mon, 29 Jun 2026 17:48:52 +0000</pubDate><content:encoded><![CDATA[<p>NFL star Andrés Borregales, who was born in Caracas and moved to South Florida in 2004, joined the Global Empowerment Mission’s team to help send aid to northern Venezuela.</p><p>The 23-year-old New England Patriots player — who made NFL history on Feb. 8 as the first Venezuelan-born player to make it to a Super Bowl — didn’t just hand over money and donations. </p><p>“We physically can’t be there right now ... which sucks ... but we are still helping out in any way that we can. That’s why we are here helping out,” he said while volunteering at GEM’s warehouse in Doral. </p><p>The former University of Miami standout, known as “Automatic Andy,” and his wife, Stephanie Borregales, a Florida State University graduate, wore the GEM neon green vest with pride. </p><p>“I have my sister over there,” the NFL football kicker said. “Thank God, she is OK, but a lot of families aren’t.” </p><p>There was urgency after a 4.6-magnitude aftershock struck on Monday amid the devastation of Wednesday’s 7.2- and 7.5-magnitude earthquakes in the Venezuelan state of La Guaira.</p><p>“Not many people have a shelter to go back to or a home to go back to because it’s all rubble,” Andy Borregales said. </p><p>As the death toll continued to increase, the United Nations <a href="https://news.un.org/en/story/2026/06/1167826" target="_self" rel="" title="https://news.un.org/en/story/2026/06/1167826">estimated</a> on Monday that there were some 680,000 children among the 1.8 million Venezuelans who need assistance after the quakes.</p><p>There are other Venezuelan professional athletes in pain in the U.S. MLB catcher William Contreras, who was born in Puerto Cabello and plays for the Milwaukee Brewers, was<a href="https://www.mlb.com/news/william-contreras-honors-venezuela-with-world-baseball-classic-gear" target="_self" rel="" title="https://www.mlb.com/news/william-contreras-honors-venezuela-with-world-baseball-classic-gear"> in tears after a victory on Friday</a> and apologized for not being able to join the search and rescue effort. </p><p>Andy Borregales, who graduated from Champagnat Catholic School in Hialeah in 2021, felt the same pain, but as a Venezuelan American from South Florida, he had a massive effort to join. </p><p>Moving boxes at the warehouse, at 1850 NW 84th Ave, was helping Andy Borregales, who also played football as a student at Booker T. Washington High School in Miami’s Overtown and Chaminade-Madonna College Preparatory School in Hollywood. </p><p>“It’s really just amazing to see just everyone come together,” said Stephanie Borregales, a Cuban American who wed the NFL player last year in Boca Raton and who believes in the healing power of giving.</p><p>GEM also has a warehouse in Valencia, Venezuela, where the distribution effort begins. GEM is not accepting clothes or linens, but the list of items they are accepting includes tents, inflatable mattresses, nonperishable food, hygiene products, batteries, diapers, and emergency kits. </p><p>“If all you can donate is a box of soap. That is enough,” Andy Borregales said. “Do what you can.” </p><p><b>For more information about how to become a GEM volunteer, </b><a href="https://www.globalempowermentmission.org/volunteer/" target="_self" rel="" title="https://www.globalempowermentmission.org/volunteer/"><b>visit this page</b></a><b>. </b></p><p><b>Related list</b>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">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-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Doral police accuse second Russian national of stealing high-value parcels for fraud group]]></title><link>https://www.local10.com/news/local/2026/06/29/doral-police-accuse-second-russian-national-of-stealing-high-value-parcels-for-fraud-group/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/doral-police-accuse-second-russian-national-of-stealing-high-value-parcels-for-fraud-group/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman is facing a dozen felony charges after Doral police accused her of intercepting high-value FedEx and UPS packages on behalf of an online fraud group.]]></description><pubDate>Mon, 29 Jun 2026 18:26:50 +0000</pubDate><content:encoded><![CDATA[<p>A woman is facing a dozen felony charges after Doral police accused her of intercepting high-value FedEx and UPS packages on behalf of an online fraud group.</p><p>The Doral Police Department initially arrested Veronika Nikolaevna Mitina, 34, of Hallandale Beach, on Tuesday. The agency formally re-arrested her on Wednesday and Friday while she was already jailed at the Turner Guilford Knight Correctional Center.</p><p>Mitina is facing charges for three thefts spanning from August 2025 to this April targeting three different Doral residents, according to police. Authorities said one victim had ordered a Cartier watch worth $8,000, another had ordered two gold coins worth nearly $9,500 and the other victim had ordered gold bars worth $70,000.</p><p>According to DPD, Mitina committed the thefts while participating in “a Telegram group chat where she received jobs that included intercepting package(s) from delivery drivers.”</p><p>Those allegations mirror those made against a fellow Russian national <a href="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/">arrested by Doral police in May</a>. Police said Vladimir Kudyakov, 43, of Hollywood, admitted to using fake identifications to steal high-value FedEx packages as part of a “delivery job” in a Telegram group chat for “Russians in America.”</p><p>Arrest reports don’t indicate any known personal connection between Mitina and Kudyakov.</p><p>Police said in each of Mitina’s three known thefts, she pulled up to delivery drivers at various residential communities in Doral while in a Lexus SUV with Illinois plates and showed an identification on her phone with the addresses where the packages were supposed to be delivered.</p><p>The thefts were captured on CCTV footage, arrest reports state.</p><p>Authorities said police asked Mitina to come to the DPD headquarters on Tuesday, where she provided a “full confession” and told investigators about the group chat.</p><p>Mitina’s dozen charges include counts of grand theft, organized scheme to defraud, unlawful use of a communications device and dealing in stolen property.</p><p>Records show she remained at TGK on a $47,500 bond as of Monday.</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/67WYI6J2JFDONEEPR6OWKBQOPE.jpg?auth=e5645636c35879b277f2a7a9f5a4bd4af208af45f07a59311722a2695bbdbe16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veronika Mitina]]></media:description></media:content></item><item><title><![CDATA[West Miami man commits gunpoint assault on sex partner angered by ‘fecal matter’ act in bed: Cops]]></title><link>https://www.local10.com/news/local/2026/06/29/west-miami-man-commits-gunpoint-assault-on-sex-partner-angered-by-fecal-matter-act-in-bed-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/west-miami-man-commits-gunpoint-assault-on-sex-partner-angered-by-fecal-matter-act-in-bed-cops/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A West Miami man is facing three felony charges after he pulled a gun on, beat and choked another man who was upset at him over a revolting act during a sexual encounter, according to police.]]></description><pubDate>Mon, 29 Jun 2026 17:40:01 +0000</pubDate><content:encoded><![CDATA[<p>A West Miami man is facing three felony charges after he pulled a gun on, choked and beat another man who was upset at him over a revolting act during a sexual encounter, according to police.</p><p>West Miami police said the crime happened at around 6 a.m. Sunday at the home of suspect Luis Alberto Negrin, 38, in the 6100 block of Southwest 14th Street.</p><p>Police said they responded after getting a call about the victim “crying and bleeding in the middle of the roadway.”</p><p>An arrest report states that the victim and Negrin had been drinking and smoking cigarettes throughout the early morning hours, which eventually led to sex.</p><p>Police said during the encounter, Negrin committed an act involving “fecal matter” without the victim’s consent, leaving the victim “angry and disgusted” and leading to a “verbal argument.”</p><p>The report states that it “quickly escalated into a physical confrontation” when Negrin pulled a small silver gun out and pointed it at the victim’s head “while making threatening gestures.”</p><p>“Fearing for his safety and believing (Negrin) was capable of shooting him, (the victim) stated that he slowly backed away further into the residence in an attempt to de-escalate the situation,” police wrote. “(The victim) advised that (Negrin) continued to follow him while keeping the firearm aimed at his head.”</p><p>Once in the kitchen, police said Negrin “placed him into a headlock” and “applied extreme pressure around his neck, making it difficult for him to breathe.”</p><p>Police said the victim believed he lost consciousness twice. Authorities said after being released from the headlock the man tried to call 911, but Negrin grabbed his cellphone to keep him from calling the police.</p><p>According to the report, Negrin punched the victim “multiple times,” causing cuts, redness and swelling to his face. </p><p>“(The victim) stated that he continued looking for an opportunity to escape because he believed (Negrin) would continue to assault him or possibly shoot him,” the report states.</p><p>Police said the victim eventually managed to “break free” and run to a neighbor’s home to seek help. Responding officers said the man had injuries consistent with his account of the incident.</p><p>Authorities said when they went to Negrin’s home to speak with him, he barricaded himself inside for two hours before finally opening the door. </p><p>Police took Negrin into custody on charges of aggravated assault with a firearm, battery by strangulation, tampering with a witness or victim and battery.</p><p>As of Monday afternoon, he was being held in the Turner Guilford Knight Correctional Center on an $8,500 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/65FADF2OONCCPD76QVOC5YAWEI.jpg?auth=b5cf5e073c64d796846c216a6a3dd408874797065df0f209854c25e25e391f64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luis Negrin]]></media:description></media:content></item><item><title><![CDATA[Luigi Mangione’s federal trial in UnitedHealthcare CEO's killing postponed until January]]></title><link>https://www.local10.com/news/national/2026/06/29/luigi-mangiones-federal-trial-in-unitedhealthcare-ceos-killing-postponed-until-january/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/luigi-mangiones-federal-trial-in-unitedhealthcare-ceos-killing-postponed-until-january/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, LARRY NEUMEISTER and JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Luigi Mangione’s federal trial in the killing of UnitedHealthcare CEO Brian Thompson will now begin in January, a judge said Monday, delaying it from the fall.]]></description><pubDate>Mon, 29 Jun 2026 18:21:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Luigi Mangione’s federal trial in the killing of UnitedHealthcare CEO Brian Thompson will now begin in January, a judge said Monday, delaying it from the fall.</p><p>U.S. District Judge Margaret Garnett said she was postponing the federal trial so Mangione’s lawyers can focus on his state murder trial, which is scheduled to begin on Sept. 8.</p><p>Jury selection in the federal case will begin on Jan. 5, instead of Oct. 13, followed by opening statements and testimony on Jan. 25, instead of Nov. 4, Garnett said at a hearing in Manhattan.</p><p>Garnett said she will not release the questionnaire that prospective jurors will be required to fill out until after the panel is chosen. Having it circulating online for months before jury selection “would only make what promises to be a difficult task more difficult,” she said.</p><p>The hearing started about a half-hour late after Mangione got stuck in a courthouse elevator. He appeared bemused as a pair of deputy U.S. Marshals belatedly led him into the courtroom. He briefly gazed at the courtroom gallery, where about two dozen of his supporters were sitting.</p><p>Garnett said she had hoped with “undue optimism” to hold the federal trial in the fall but that “we can no longer wait to see what happens” in the state case.</p><p>“In my view it’s simply impossible to be moving through the jury selection process in this case while the defendant and his counsel are fully occupied by conducting the state trial,” Garnett said.</p><p>Mangione’s lawyers declined to comment to reporters afterward.</p><p>Mangione has pleaded not guilty to state and federal charges in the Dec. 4, 2024, killing. He could spend his life in prison if convicted in either case.</p><p>Wearing a beige jail suit, the 28-year-old Ivy League graduate appeared energetic and engaged during Monday's short hearing. He watched keenly at times, knitting his fingers and resting his chin upon them.</p><p>He spoke animatedly with his lawyers, Karen Friedman Agnifilo and Marc Agnifilo, before the proceeding began, gesturing with his hands as he sat between them at the defense table.</p><p>Mangione’s federal charges allege that he traveled across state lines by bus to stalk and kill Thompson and that he used means such as a cellphone, the internet, interstate highways and stayed at a hostel that serves out-of-state customers while planning and carrying out the attack.</p><p>At a hearing in the state case in February, Mangione spoke out against the prospect of two trials, telling the judge: “It’s the same trial twice. One plus one is two. Double jeopardy by any commonsense definition.”</p><p>Mangione’s lawyers had argued that back-to-back trials on a compressed timeline would violate his constitutional rights.</p><p>Thompson, 50, was killed as he walked to a Manhattan hotel for UnitedHealth Group’s annual investor conference.</p><p>Surveillance video showed a masked gunman shooting him from behind. Police say “delay,” “deny” and “depose” were written on the ammunition, mimicking a phrase used to describe how insurers avoid paying claims.</p><p>Mangione was arrested five days later at a McDonald’s in Altoona, Pennsylvania, about 230 miles (370 kilometers) west of Manhattan.</p><p>In January, Garnett took the death penalty off the table but ruled that prosecutors could use items collected from Mangione’s backpack during his arrest as evidence against him.</p><p>They included a 3D-printed pistol that investigators said matched the one used to kill Thompson and a notebook in which authorities say Mangione described his intent to “wack” an insurance executive.</p><p>Earlier this month, Mangione’s lawyers said they would pursue a psychiatric defense in the state case, but reversed course a day later. The defense, involving claims that he was suffering from extreme emotional disturbance at the time of the killing, isn’t allowed in federal court.</p><p>Mangione has become a cause célèbre for people upset with the health insurance industry.</p><p>An online fundraiser for his legal defense fund has raised more than $1.5 million and his court appearances have attracted a cadre of supporters, some of whom have worn “FREE LUIGI” T-shirts and green clothing — the color worn by the Mario Bros. video game character Luigi.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SAQ67ZTOGN24DUESCY37SYMEI.jpg?auth=9683ef744e9ab0eb2c11185a52a1c7bd65f7d160bcdc84c5a2af6d6e1c6032e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Luigi Mangione appears for a pre-trial hearing at Manhattan Criminal Court in New York, on June 17, 2026. (AP Photo/Angelina Katsanis, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ARNAXRAMR3E4ZVNRKX5ZPDMWI.jpg?auth=ff0bdbb4a14f5e0f560c9e5b14623b5f49d5efb982830676e6d215874bda1138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Reporters and others wait outside of a federal courthouse during a hearing for Luigi Mangione in New York, Monday, June 29, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLNEI6HCPN6SWR5AMEUKNZ3F7U.jpg?auth=f18d054538d82f4eae4a73a6f067d237d6be70d45e315090bba750cf43dac0bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karen Friedman Agnifilo, center, and Jacob Kaplan, left, lawyers for Luigi Mangione, are surrounded by media as they leave a federal courthouse in New York, Monday, June 29, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMVXGCLD6SJYXEIIDJDDOYHMIQ.jpg?auth=a9005468e7a8d7addd73796ec0717bf4d9f0f262a89dd65e175154d36fa0ab0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marc Agnifilo, center right, and Karen Friedman Agnifilo, center left, lawyers for Luigi Mangione, are surrounded by media as they leave a federal courthouse in New York, Monday, June 29, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIVVW72JJRB5N4EDJYRDPQBLMA.jpg?auth=8b96e77c76d0e0d51ed81ff5d8223412063e79680306142dc248f35921d2dc1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman wearing a "Free Luigi" pin talks to reporters outside a federal courthouse in New York, Monday, June 29, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[¿Qué es un domo de calor y cómo nos afecta? AP Explica]]></title><link>https://www.local10.com/espanol/2026/06/29/que-es-un-domo-de-calor-y-como-nos-afecta-ap-explica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/que-es-un-domo-de-calor-y-como-nos-afecta-ap-explica/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Estos meses de verano insoportablemente calurosos y húmedos, que ponen en riesgo a millones de personas en todo el mundo, suelen ser posibles debido a fenómenos conocidos como domos de calor.]]></description><pubDate>Mon, 29 Jun 2026 18:20:48 +0000</pubDate><content:encoded><![CDATA[<p>Estos meses de verano insoportablemente calurosos y húmedos, que ponen en riesgo a millones de personas en todo el mundo, suelen ser posibles debido a fenómenos conocidos como domos de calor.</p><p>Los domos de calor pueden hacer que temperaturas ya elevadas sean aún más extremas y prolongadas; su intensidad es cada vez peor y su frecuencia aumenta a medida que el planeta se calienta.</p><p>Esto es lo que hay que saber.</p><p>¿Qué compone un domo de calor y qué hace?</p><p>Los domos de calor son, esencialmente, sistemas de alta presión que se ciernen sobre una región y atrapan el calor y la humedad, según expertos.</p><p>Se originan por el flujo hacia el norte de aire cálido. Ese sistema hace que el aire descienda, aumente la presión y suban las temperaturas.</p><p>“El concepto de un domo de calor realmente significa que el aire en esta región es muy cálido, y sabemos que el aire cálido se expande”, explicó Jennifer Francis, climatóloga del Woodwell Climate Research Center. “Básicamente, esto significa que las capas de la atmósfera también se abomban hacia arriba”.</p><p>En pocas palabras, los domos de calor provocan olas de calor, señalan los expertos.</p><p>¿Cómo ha afectado el calor al mundo este año?</p><p>El calor afectó a diversas regiones del mundo a comienzos de 2026.</p><p>El área continental de Estados Unidos registró en marzo su mes más anormalmente caluroso en 132 años de registros, con extremos que batieron récords primero en el suroeste y luego en el resto del país. El calor afectó el Abierto de Francia y castigó partes de India en mayo. Desde entonces, el calor extremo ha sido una preocupación central para el Mundial de fútbol que tiene lugar en Estados Unidos, Canadá y México.</p><p>Europa se ha calcinado desde mediados de junio bajo temperaturas máximas inusuales de alrededor de 40 grados Celsius (104 Fahrenheit) en muchos lugares debido a un domo de calor.</p><p>Ahora, se espera que gran parte del este de Estados Unidos experimente una larga ola de calor en los próximos días y, ya esta semana, gran parte del Suroeste registra temperaturas de alrededor de 38 °C (100 °F), y esas temperaturas podrían extenderse a otros lugares para el feriado del 4 de julio.</p><p>¿Qué función desempeña el cambio climático?</p><p>La ciencia muestra que, a medida que el planeta se calienta —como resultado de que los seres humanos queman carbón, petróleo y gas—, las olas de calor empeoran, duran más y se vuelven más frecuentes.</p><p>“Olas de calor como esta se vinculan directamente con la crisis climática y el cambio climático”, afirmó Francis, “y es por la manera en que hemos quemado combustibles fósiles y hemos talado bosques durante tanto tiempo, aumentando la concentración de gases que atrapan el calor en la atmósfera.</p><p>“Este tipo de olas de calor y sequías, y los incendios asociados a ellas, aumentan tal como esperaríamos que lo hicieran en un mundo que se calienta”, agregó.</p><p>¿Cómo puedo mantenerme a salvo?</p><p>Los expertos indican que las personas necesitan mantenerse hidratadas cuando llega un calor sofocante y húmedo. Los domos de calor pueden dificultar la recuperación completa de las altas temperaturas por la noche, por lo que es importante encontrar maneras de mantenerse fresco durante el día y en las horas de la tarde.</p><p>Asegúrese de evitar hacer ejercicio al aire libre durante el calor del día —y busque sombra o, si puede, acceso a aire acondicionado. Algunas ciudades ofrecen recursos y centros de enfriamiento para brindar alivio.</p><p>Refrescarse en piscinas cercanas o en cuerpos de agua también puede ayudar.</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. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GEM3OABJNSF43S3UEG7CEOYSAQ.jpg?auth=d741aa10bf5d86d3493122f311627b2bd05ff7d873bf92474597746286f30ce9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Una persona usa una sombrilla para protegerse del sol durante una advertencia de calor en Central Park, el 19 de mayo de 2026, en Nueva York. (AP Foto/Adam Gray, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[ICE releases a Texas nun intercepted walking to church dressed in her habit]]></title><link>https://www.local10.com/news/national/2026/06/29/ice-releases-a-texas-nun-intercepted-walking-to-church-dressed-in-her-habit/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/ice-releases-a-texas-nun-intercepted-walking-to-church-dressed-in-her-habit/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[McALLEN, Texas (AP) — A nun was released from immigration custody after she was arrested walking to Mass in her habit in South Texas.]]></description><pubDate>Mon, 29 Jun 2026 18:20:34 +0000</pubDate><content:encoded><![CDATA[<p>McALLEN, Texas (AP) — A nun was released from immigration custody after she was arrested walking to Mass in her habit in South Texas.</p><p>Sister Leticia Ugboaja was walking to Our Lady of Sorrows Church in McAllen, Texas, just a few miles from the U.S.-Mexico border on Sunday when she was detained by U.S. Immigration and Customs Enforcement officers.</p><p>The Department of Homeland Security and ICE have not responded to a request for comment since Sunday.</p><p>Parish officials posted a message on social media shortly after the arrest that gained traction in the news and led to Congress members including U.S. Rep. Monica de la Cruz intervening on Ugboaja's behalf.</p><p>The nun is part of the Daughters of Mary Mother of Mercy and volunteered as an Extraordinary Minister of Holy Communion at Our Lady of Sorrows Church, according to Brenda Riojas, a spokesperson for the Diocese of Brownsville.</p><p>Ugboaja is also a registered nurse at South Texas Health System and worked previously for 10 years as a certified nursing assistant at DHR Health in Edinburg, Riojas confirmed.</p><p>Members of congress representing south Texas intervened with federal officials. As of Monday, Ugboaja was back in her home.</p><p>“We are grateful for the quick response of local representatives who reached out to the Department of Homeland Security to get her released from custody,” Riojas added in her statement.</p><p>President Donald Trump's immigration crackdown — including at sensitive sites such as houses of worship — has prompted faith leaders to adjust their response to church members who have become too afraid to attend. Some have encouraged online attendance, while others have offered help doing errands such as grocery shopping for people too fearful to leave their homes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZAPL23NBCGI4QFHUSRXQJS4QU.jpg?auth=167c8aa059f0642f88104ce29df1d8c0ab12fafddc91e922bb228e60cd8541d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun beams over the Our Lady of Sorrows Church in McAllen, Texas, Monday, June 29, 2026. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content></item><item><title><![CDATA[DC will pay $50,000 to man detained while protesting guard patrol with 'Star Wars' song, record says]]></title><link>https://www.local10.com/entertainment/2026/06/29/dc-will-pay-50000-to-man-detained-while-protesting-guard-patrol-with-star-wars-song-record-says/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/dc-will-pay-50000-to-man-detained-while-protesting-guard-patrol-with-star-wars-song-record-says/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The District of Columbia has agreed to pay $50,000 to settle a lawsuit filed by a resident who accused police officers of illegally detaining him for following an Ohio National Guard patrol while playing Darth Vader’s theme song from “Star Wars” on his cellphone, according to a document released Monday.]]></description><pubDate>Mon, 29 Jun 2026 18:17:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The District of Columbia has agreed to pay $50,000 to settle a lawsuit filed by a resident who accused police officers of illegally detaining him for following an Ohio National Guard patrol while playing Darth Vader’s theme song from “Star Wars” on his cellphone, according to a document released Monday.</p><p>The plaintiff, Sam O’Hara, sued the district, four Metropolitan Police Department officers and a guard member from Ohio over what he says was his act of protest against President Donald Trump's federal law enforcement surge in Washington, D.C.</p><p>A court filing on Thursday disclosed the settlement but didn't specify any monetary terms. The amount is included in a copy of the settlement agreement that D.C. Attorney General Brian L. Schwalb's office provided to The Associated Press.</p><p>The $50,000 settlement includes attorney's fees and costs. O'Hara is represented by the American Civil Liberties Union of the District of Columbia. In an email on Friday, an ACLU spokesperson referred to the settlement’s financial terms as “a significant amount” that O’Hara “is pleased with” but said they weren't disclosing the dollar figure to protect his privacy.</p><p>O’Hara, an artist who works in the hospitality industry, agreed to drop his claims against the district and the MPD officers within three business days of receiving the settlement payment. The settlement isn't an admission of wrongdoing by the district, the agreement says.</p><p>O'Hara's settlement with the district doesn’t resolve his related claims against an Ohio National Guard member, Sgt. Devon Beck, who has asked a judge to dismiss O’Hara’s claims against him.</p><p>O’Hara sued the district in October, claiming police officers violated his First Amendment rights to free speech and his Fourth Amendment rights against unreasonable seizures and excessive force.</p><p>O’Hara played “The Imperial March” theme from “Star Wars” on his phone as he followed several National Guard troops down a public street on Sept. 11, 2025. One of the troops summoned police officers, who stopped O’Hara and kept him handcuffed for 15 to 20 minutes before releasing him without charges, according to the lawsuit.</p><p>Trump’s ongoing deployment of guard members in Washington began last August after the Republican president issued an executive order declaring a crime emergency in the nation's capital. The surge inflamed tensions with residents of the heavily Democratic district. Hundreds of guard members remain deployed in the district nearly a year later, with no clear end in sight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UM6D6PDQ23R6QJUGMGUO247A3Q.jpg?auth=8dc5741e2e7c08ccc5e357a8eab64a3496e17117236dfe7dc801de0947ba36e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the National Guard stands guard the streets near the White House complex Saturday, June 13, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/65I4HPU44SMD6B5XXE5R534N6M.jpg?auth=ce8f7cc7ed23013745a238224bae5aba22f9ca55c5f9cb6550e079fc2c0e69c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard soldiers patrol at the base of the Washington Monument, on Friday, June 5, 2026, in Washington, looking toward the Lincoln Memorial. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z5CR2HSYQ7XYG6K4EPTDK6INGA.jpg?auth=6396ed0505a180db5d33fe22297ee18cf1abf27a677c0f4860e2cd44d42169f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members stand near the Lincoln Memorial on Tuesday, June 2, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Professor known for 'torture memos' will advise conspiracy probe focused on perceived Trump foes]]></title><link>https://www.local10.com/news/national/2026/06/29/professor-known-for-torture-memos-will-advise-conspiracy-probe-focused-on-perceived-trump-foes/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/professor-known-for-torture-memos-will-advise-conspiracy-probe-focused-on-perceived-trump-foes/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A conservative law professor known for his expansive views of presidential power and for decades-old memos that justified harsh interrogation techniques after the Sept. 11, 2001 terror attacks says he will be advising a team of prosecutors investigating whether former law enforcement and intelligence officials conspired against President Donald Trump.]]></description><pubDate>Mon, 29 Jun 2026 17:51:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A conservative law professor known for his expansive views of presidential power and for decades-old memos that justified harsh interrogation techniques after the Sept. 11, 2001 terror attacks says he will be advising a team of prosecutors investigating whether former law enforcement and intelligence officials conspired against President Donald Trump.</p><p>John Yoo confirmed in an email to The Associated Press on Monday that he would be assisting Joe diGenova, the former Justice Department prosecutor who was assigned in April to investigate whether officials, who over the last decade scrutinized Trump, participated in a criminal conspiracy against the Republican president.</p><p>“He’s a lawyer. He's going to be helping us,” diGenova said in a brief telephone interview about Yoo. He did not elaborate.</p><p>A law professor at the University of California, Berkeley, Yoo was a senior Justice Department official in the George W. Bush administration who served as a lead author of the so-called “torture memos” that government officials used to justify using “enhanced interrogation” techniques on potential terror suspects. The Justice Department later rescinded the memos.</p><p>In the years since, he's remained a prominent proponent of broad executive authority, telling the AP in a 2020 interview that he had told Trump administration officials multiple times that a Supreme Court ruling which rejected Trump’s effort to end the Deferred Action for Childhood Arrivals program, or DACA, opened the door to enormous new presidential power.</p><p>The conspiracy investigation is being conducted in Florida, but the scope is unclear, as is whether any criminal charges will be brought.</p><p>Prosecutors have centered at least part of the probe on the long-concluded investigation into Russian interference in the 2016 U.S. presidential election. Investigators have issued a broad swath of subpoenas for records and conducted interviews related to the creation of an intelligence community assessment, released in January 2017, that found that Russia engaged in wide-ranging election interference to boost Trump over his Democratic opponent Hillary Clinton.</p><p>A 2019 report by special counsel Robert Mueller affirmed that Russia interfered on Trump's behalf and that the Trump campaign repeatedly welcomed the assistance, but it did not find sufficient evidence to establish a criminal conspiracy between Moscow and the campaign.</p><p>Several subsequent investigations into the Russia probe have identified multiple errors into how it was conducted, and a former FBI lawyer pleaded guilty in 2020 to doctoring an email during the course of the inquiry. But none of the reviews have identified criminal misconduct by any senior law enforcement or intelligence official involved in the investigation.</p><p>Trump has nonetheless continued to demand retribution and has sought to punish top officials from that time at the FBI and CIA.</p><p>Asked in a Fox News Channel interview in May what the Justice Department had done to address claims of a long-running conspiracy to bring down Trump, acting Attorney General Todd Blanche said, “That's exactly what we're investigating right now.”</p><p>Yoo's involvement in the investigation was earlier reported by Politico and CNN.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HBRV365NRQG52QGSJJIVBKTEKE.jpg?auth=e8e10ede88e51d491ddbd38e32f852c573765a96dda5f5ea53525de3ef534995&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Yoo, a law professor at the University of California at Berkeley, testifies on Capitol Hill in Washington, June 26, 2008. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[Supreme Court rules constitutional privacy protections apply to cellphone users location history]]></title><link>https://www.local10.com/news/national/2026/06/29/supreme-court-rules-constitutional-privacy-protections-apply-to-cellphone-users-location-history/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/supreme-court-rules-constitutional-privacy-protections-apply-to-cellphone-users-location-history/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court held Monday that constitutional privacy protections extend to cellphone location information, ruling in the case of a bank robber whose identity was discovered through a geofence warrant.]]></description><pubDate>Mon, 29 Jun 2026 17:37:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court held Monday that constitutional privacy protections extend to cellphone location information, ruling in the case of a bank robber whose identity was discovered through a geofence warrant.</p><p>Justice Elena Kagan wrote for the 6-3 court that people don’t forfeit expectations of privacy even when they opt into Google’s location history.</p><p>“A cellphone user is not to be viewed as sharing private information with third parties—which then can be freely passed on to the government—just by doing the ordinary things cellphone users do,” Kagan wrote.</p><p>Justice Samuel Alito wrote in dissent that Okello Chatrie had no expectation of privacy in information he voluntarily turned over to Google.</p><p>The decision is the court’s latest effort to apply a constitutional provision ratified in 1791 to technology the nation’s founders could not have envisioned.</p><p>Police obtained a geofence warrant after a bank robbery in a suburb of Richmond, Virginia, and used it to locate cellphones that were near the bank around the time it was robbed in May 2019.</p><p>One of those phones belonged to Chatrie, who had eluded the police until they turned to the powerful technological tool.</p><p>The warrant kick-started the investigation. After determining that Chatrie was among those near the Call Federal Credit Union in Midlothian at the time, police obtained a search warrant for his home. They found nearly $100,000 in cash, including bills wrapped in bands signed by the bank teller.</p><p>Chatrie pleaded guilty to robbing the bank and was sentenced to nearly 12 years in prison. His lawyers argued on appeal that none of the evidence should have been used against him.</p><p>They challenged the warrant as a violation of his privacy because it allowed authorities to gather the location history of people near the bank without having any evidence they had anything to do with the robbery. Prosecutors argued that Chatrie had no expectation of privacy because he voluntarily opted into Google’s location history.</p><p>The Supreme Court did not decide Monday whether the search complied with the Fourth Amendment, which bans unreasonable searches and seizures. It sent the case back to a lower court for more work.</p><p>A federal judge had ruled that the search violated Chatrie’s rights, but allowed the evidence to be used because the officer who applied for the warrant reasonably believed he was acting properly.</p><p>The federal appeals court in Richmond upheld the conviction in a fractured ruling. In a separate case, the federal appeals court in New Orleans ruled that geofence warrants “are general warrants categorically prohibited by the Fourth Amendment.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YCVZXYLVW4KUSGPGEUADQQPVC4.jpg?auth=b78ca6e3cd79341e7728190c1823eb1896aa02e6e70c13c92edb0986e9616f94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists and demonstrators wait outside the Supreme Court for the Justices to release opinions, in Washington, Monday, June 29, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Free agency starts Tuesday in NBA, and LeBron James has all eyes on him once again]]></title><link>https://www.local10.com/sports/2026/06/29/free-agency-starts-tuesday-in-nba-and-lebron-james-has-all-eyes-on-him-once-again/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/free-agency-starts-tuesday-in-nba-and-lebron-james-has-all-eyes-on-him-once-again/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[NBA free agency in 2010: Everyone waited for LeBron James to make a decision.]]></description><pubDate>Mon, 29 Jun 2026 17:36:21 +0000</pubDate><content:encoded><![CDATA[<p>NBA free agency in 2010: Everyone waited for LeBron James to make a decision.</p><p>NBA free agency in 2026: Everyone is waiting again for James to make a decision.</p><p>James was the biggest domino to fall in the NBA's offseason player movement period 16 years ago when he decided to join Miami, and he may be the biggest domino to fall — at least in free agency — this summer as well. Free agency opens in the NBA on Tuesday evening, with James' future atop the list of most intriguing storylines that will be solved over the coming days and weeks.</p><p>It seems like retirement isn't happening yet, which would mean the NBA's all-time leader in points scored, minutes played and games played coming back for a record-extending 24th season and potentially — when including playoff contests — appearing in the 2,000th game of his career.</p><p>His options would figure to include staying with the Los Angeles Lakers, returning to Miami or Cleveland (both would have interest for obvious reasons) or even thinking about moving elsewhere like Golden State and teaming up with longtime friends Stephen Curry and Draymond Green to chase one more title.</p><p>Green — who is not expected to leave Golden State — on Monday declined his $27.6 million option for next season, doing so to give the Warriors more maneuverability to add players in the coming days, a person with knowledge of the situation told The Associated Press. The person spoke to the AP on condition of anonymity because that detail was not revealed publicly by the team, and it raises the possibility that the Warriors might now have more of a selling point to pitch to James.</p><p>“When the time comes, you guys will know what I decide to do,” James said when the Lakers were eliminated this spring by Oklahoma City in a 4-0 sweep.</p><p>The time is coming.</p><p>The window when teams can begin officially talking with free agents — other than the ones on their own team, those talks could begin when the NBA Finals ended — opens at 6 p.m. Eastern on Tuesday, and deals could be flying not long afterward.</p><p>In most cases, any new deals cannot be executed until at least the end of the NBA's offseason moratorium on July 6.</p><p>“This period we’re in right now, kind of from mid-May to mid-July, it’s a two-month sprint through the draft, combine, free agency, Summer League, all that,” Warriors general manager Mike Dunleavy Jr. said earlier this month. “We’re super busy right now. But it’s a fun time of year. This is where we get to make decisions, shape the roster, do all that stuff.”</p><p>The NBA finalists — champion New York and runner-up San Antonio — both will have moves to make in the coming days, though they are expected to keep their cores largely intact.</p><p>Plenty of decisions and roster-shaping already has happened around the league, either by trades (such as the Giannis Antetokounmpo blockbuster) or teams re-signing or extending their own players (such as Trae Young's $212 million deal with Washington and Austin Reaves' $185 million deal with the Lakers).</p><p>Miami will land Antetokounmpo and Bobby Portis in a trade that sends Tyler Herro, other players and draft capital to Milwaukee, but that won't be finalized until that moratorium date passes. But in the interim, the Heat will be looking to add shooters — Tim Hardaway Jr., whose father's number is retired in Miami, and longtime Antetokounmpo favorite Khris Middleton make a lot of sense.</p><p>The Heat will be keeping Andrew Wiggins, who on Monday exercised his $30 million option for this coming season and, according to a person familiar with the talks between the sides, has agreed in principle on a $34 million deal for the following two seasons — with 2028-29 at his option.</p><p>More trades could be coming, with a person familiar with the negotiations confirming to the AP that Toronto has spoken with the Los Angeles Clippers on the possibility of Kawhi Leonard — who led the Raptors to the 2019 NBA title — returning to Ontario next season. And Boston is still believed to be holding talks about the possibility of trading 2024 NBA Finals MVP Jaylen Brown, who was the centerpiece of the Celtics' ultimately futile offer to land Antetokounmpo in trade discussions with Milwaukee.</p><p>“Nobody has won more combined regular-season and playoff games since I entered the league 10 years ago,” Brown posted on social media over the weekend. He's right: The Celtics have won 523 games with Brown in the lineup, including playoff contests, which is six more than Denver has won with Nikola Jokic over that span.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMMGIX75B2BR4X2ZLKMONEF64U.jpg?auth=3810d9d670dfc55cbea79fc0284e77e944e1459f9002d295465687e1ca153343&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James salutes public address announcer Lawrence Tanter prior to an NBA basketball game against the Denver Nuggets Saturday, March 2, 2024, in Los Angeles. (AP Photo/Mark J. Terrill,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DETXQSVHTRZTMUEAWQKPC5ADCI.jpg?auth=8cae62caea7c654851401fc4f0de2f639cd5200c2229a40237e110829abd5d17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics' Jaylen Brown plays during Game 6 in a first-round NBA basketball playoff series Thursday, April 30, 2026, in Philadelphia. (AP Photo/Matt Slocum,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Report: Heat forward Andrew Wiggins to sign 3-year contract to stay with Miami]]></title><link>https://www.local10.com/sports/local/2026/06/29/report-heat-forward-andrew-wiggins-to-sign-3-year-contract-to-stay-with-miami/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/29/report-heat-forward-andrew-wiggins-to-sign-3-year-contract-to-stay-with-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Miami Heat forward Andrew Wiggins will sign a three-year contract to stay in the Magic City in a whopping $64 million deal, ESPN’s Shams Charania reported Monday.]]></description><pubDate>Mon, 29 Jun 2026 17:15:34 +0000</pubDate><content:encoded><![CDATA[<p>Miami Heat forward Andrew Wiggins will sign a three-year contract to stay in the Magic City in a whopping $64 million deal, <a href="https://x.com/ShamsCharania/status/2071636097675719043?s=20" target="_self" rel="" title="https://x.com/ShamsCharania/status/2071636097675719043?s=20">ESPN’s Shams Charania</a> reported Monday.</p><p>According to Charania, the deal comes with a player option in the third season.</p><p>Citing sources, Charania said that as part of the deal, Wiggins opts in for $30 million for the 2026-2027 season.</p><p>The move comes after it was revealed last week that the Heat landed NBA superstar <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">Giannis Antetokounmpo</a> — a two-time NBA MVP and 10-time All-Star — from the Milwaukee Bucks.</p><p>The terms, according to a person who spoke to The Associated Press on condition of anonymity because the move had yet to receive the required league approval: Antetokounmpo and Bobby Portis are heading to Miami for Wisconsin native Tyler Herro, Jaime Jaquez Jr., Kel’el Ware and Kasparas Jakucionis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3C5LDZIDBFNHM24APULGNN2VY.jpg?auth=69471161dccd9b1f813b2ef82788a22641387dcf5190e3db414922cf31b41405&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Pistons forward Duncan Robinson (55) dribbles the ball as Miami Heat forward Andrew Wiggins (22) defends during the first half of an NBA basketball game Saturday, Nov. 29, 2025, in Miami. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Sweltering Midwest heat cancels outdoor plans as cooling centers open and the East braces]]></title><link>https://www.local10.com/health/2026/06/29/sweltering-midwest-heat-cancels-outdoor-plans-as-cooling-centers-open-and-the-east-braces/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/29/sweltering-midwest-heat-cancels-outdoor-plans-as-cooling-centers-open-and-the-east-braces/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT and KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[DES MOINES, Iowa (AP) — Summer camp and other outdoor activities were canceled or delayed Monday as a heat wave held its grip on the Midwest and spread eastward. Communities opened cooling centers and urged people to take it easy and stay hydrated.]]></description><pubDate>Mon, 29 Jun 2026 18:25:07 +0000</pubDate><content:encoded><![CDATA[<p>DES MOINES, Iowa (AP) — Summer camp and other outdoor activities were canceled or delayed Monday as a heat wave held its grip on the Midwest and spread eastward. Communities opened cooling centers and urged people to take it easy and stay hydrated.</p><p>“Overall, we’re looking at just a really hot and humid pattern. It’s going to be with us through most of the week," Andrew Ansorge, a meteorologist in Des Moines, Iowa, said of the first prolonged period of heat this summer.</p><p>Much of Iowa and big chunks of the Midwest were under an extreme heat warning through at least Tuesday. Temperatures were forecast to reach the 90s, with heat index values, or “feels-like” temperatures, expected to top 100 degrees (37.8 degrees Celsius) in the region, Ansorge said.</p><p>Visiting Des Moines with family, Rachel Washburn searched for things to do with kids during a heat wave. They landed at a water sprayground before lunch, where her children played tag in the cool water to escape a heat index forecast to reach 109 degrees Fahrenheit (43 degrees Celsius).</p><p>“My kids were quite shocked at the heat and humidity,” said Washburn of her seven children ages 18 months to 17 who are used to more temperate weather in Bemidji, Minnesota. “We were hoping for some good weather, but we'll make do.”</p><p>Some of the worst conditions are expected by Thursday and Friday as the heat moves through the Ohio Valley, the Mid-Atlantic and into the Northeast, with the potential for some record-high temperatures, said Scott Kleebauer, a meteorologist with the Weather Prediction Center in College Park, Maryland.</p><p>On Monday morning, Tom and Cindy Youngblood walked around an outdoor sculpture park in Des Moines, enjoying brief moments of shade and a helpful breeze. The couple, both 67 and from Rogers, Arkansas, returned from a camping trip in Wisconsin and chose a hotel over their camper van Sunday.</p><p>“We did not want to camp last night because we knew it would be too hot,” Cindy Youngblood said.</p><p>Kleebauer said one of the center’s biggest recommendations is to stay hydrated and have access shady areas and air conditioning.</p><p>“It just so happens to be coinciding with a time frame where a lot of people are away and a lot of people are going away for vacation” during the Fourth of July holiday week, he said.</p><p>Extreme heat has also taken its toll in Europe, where temperature records were set and many heat-related deaths were reported in France.</p><p>People can be caught off guard by the first heat wave of the year, said Dr. Roy Elrod, chief of staff at DMC Detroit Receiving Hospital.</p><p>“You’re happy winter’s gone, you’re ready to enjoy the summer, you’ve just been aching for it,” Elrod said. “And so, I think we slip into kind of a position where we think it’s got to be OK.”</p><p>But heat-related injuries can happen in a matter of minutes, especially to those who don’t prepare for the weather by hydrating, wearing light clothing, avoiding the hottest times of the day and minimizing exposure to the sun, he said.</p><p>“We’re just not always prepared for it and it just takes an incident that rattles you and shakes you up that you understand that it can get serious very quick,” he said.</p><p>In the Midwest, some camp programs on Monday rearranged their schedules. Other outdoor activities, like a farmers market in Michigan and a drive-in theater in Minnesota, were canceled on Monday because of the heat.</p><p>In Flint, Michigan, the city activated four cooling centers through Wednesday, with the potential to extend operations if the heat persists.</p><p>The University of Wisconsin-Madison said it was closing 23 buildings to the public starting Tuesday, allowing only limited access to 11 others. It was relocating some summer classes after a broken water line at its cooling plant earlier this month severely reduced the ability to provide air conditioning across campus.</p><p>—</p><p>McCormack reported from Concord, New Hampshire. Associated Press reporters Scott Bauer in Madison, Wisconsin, and Haya Panjwani in Washington, D.C., contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMB3JT7VRWGD5UYVJEQOLLOTMU.jpg?auth=e01e394d475f2f9978bc9c7a13255a66e19e603559e03d6c9f25f48fb1825d0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play at a water sprayground in Des Moines, Iowa, Monday, June 29, 2026. (AP Photo/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZKRHTZH53B65DVKIDQON7DT5WI.jpg?auth=c9de62002265909487c879e124291432a4234a3752d3259e17c3f25f16062a6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play at a water sprayground in Des Moines, Iowa, Monday, June 29, 2026. (AP Photo/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XRCWO5MFYI4ZZA7XDS2ENODLWE.jpg?auth=a2aa6ebf249cff30a3b2668950c4f72ab5b6412c23a305b7dbb718e0ef3dc2ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Japan soccer fan wipes his brow while standing in the heat in downtown Dallas, June 24, 2026. (AP Photo/LM Otero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/744E5FCHIXUROPYU6RBA2IMHHY.jpg?auth=b0dbefaa754f1dc40f131b48dbd18aff19b9db09026ed1e4e9802042cf4c1346&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play at a water sprayground in Des Moines, Iowa, Monday, June 29, 2026. (AP Photo/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content></item><item><title><![CDATA[Suspect caught on camera breaking into Local 10 photojournalist’s car outside Hollywood restaurant]]></title><link>https://www.local10.com/news/local/2026/06/29/suspect-caught-on-camera-breaking-into-car-outside-hollywood-restaurant/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/suspect-caught-on-camera-breaking-into-car-outside-hollywood-restaurant/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Hollywood police are searching for a suspect who was caught on surveillance video breaking into a vehicle outside a popular neighborhood restaurant early Monday morning.]]></description><pubDate>Mon, 29 Jun 2026 11:19:28 +0000</pubDate><content:encoded><![CDATA[<p>Hollywood police are searching for a suspect who was caught on surveillance video breaking into a Local 10 photojournalist’s vehicle outside a popular neighborhood restaurant early Monday morning.</p><p>The break-in happened around 12:45 a.m. in the rear parking lot of Boston Johnny’s, located at 2120 N. Dixie Highway, where surveillance cameras captured a masked individual walking through the lot before targeting a parked vehicle that belongs to Local 10 photojournalist Avi Robledo.</p><p>The video shows the suspect approaching a car, pausing to look around, and pretending to walk away as another vehicle passes by. Moments later, the person returns, pulls on door handles and then smashes Robledo’s vehicle’s window to gain access inside.</p><p>Robledo said his vehicle was burglarized while he was inside the restaurant for less than an hour.</p><p>“At first we thought it was hail because we saw the glass on the roof and didn’t see the passenger window smashed in yet,” Robledo said.</p><p>His backpack was stolen during the break-in.</p><p>Restaurant owner Jason said this is the first time the business has experienced a vehicle burglary in its parking lot.</p><p>“Yeah, it’s concerning. This is our neighborhood, so we want to be good neighbors. We want them to be good neighbors to us,” he said.</p><p>Police also investigated a second vehicle that was damaged in the driveway of a home across the street, photographing evidence as they searched for clues.</p><p>A man at the scene told Local 10 News that the car targeted belongs to his daughter-in-law, and said this is the second time a vehicle has been burglarized outside his home in a matter of months.</p><p>Although Boston Johnny’s surveillance system captured the suspect’s actions, the business owner said identifying the person may be difficult.</p><p>“Luckily I have good cameras. It doesn’t do much good—you know, hoodie, black clothes, dark clothes, mask,” he said.</p><p>Hollywood police are continuing their investigation and are working to identify the suspect seen on the surveillance footage. </p><p>“We know of two exactly and then there was evidence of a third one because there’s stuff that doesn’t belong to them – it’s right by their car … including a laptop,“ Jason said.</p><p>Anyone with information is urged to contact Hollywood police or Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[6 injured in multi-vehicle crash in Deerfield Beach]]></title><link>https://www.local10.com/news/local/2026/06/29/6-injured-in-multi-vehicle-crash-in-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/6-injured-in-multi-vehicle-crash-in-deerfield-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Six people were injured, including a child, in a multi-vehicle crash Monday in Deerfield Beach, first responders confirmed to Local 10 News.]]></description><pubDate>Mon, 29 Jun 2026 17:02:00 +0000</pubDate><content:encoded><![CDATA[<p>Six people were injured, including a child, in a multi-vehicle crash Monday in Deerfield Beach, first responders confirmed to Local 10 News.</p><p>According to Broward Sheriff Fire Rescue officials, the crash occurred in the 800 block of Southwest 10<sup>th</sup> Street.</p><p>Officials said four vehicles were involved in the collision.</p><p>They said two people were transported to Broward Health Medical Center and four were taken to Broward Health North.</p><p>Two of the injured victims were listed as trauma alerts, including a child, authorities said.</p><p>No other details about the collision were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YSYPM74ZYODA4W32X752GQA27Y.png?auth=dfcdd9b8b5dacebd24e6c5c389d8c2fb2daa04a411a781cc0742b40da628917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Deion Sanders says he feels like his old self a year after surgery: 'I consider myself cancer-free']]></title><link>https://www.local10.com/sports/2026/06/29/deion-sanders-says-he-feels-like-his-old-self-a-year-after-surgery-i-consider-myself-cancer-free/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/deion-sanders-says-he-feels-like-his-old-self-a-year-after-surgery-i-consider-myself-cancer-free/</guid><dc:creator><![CDATA[By ARNIE STAPLETON, Associated Press]]></dc:creator><description><![CDATA[BOULDER, Colo. (AP) — Deion “Coach Prime” Sanders says he feels like his old — and younger — self again a year after undergoing surgery to remove his cancerous bladder.]]></description><pubDate>Mon, 29 Jun 2026 16:49:49 +0000</pubDate><content:encoded><![CDATA[<p>BOULDER, Colo. (AP) — Deion “Coach Prime” Sanders says he feels like his old — and younger — self again a year after undergoing surgery to remove his cancerous bladder.</p><p>“I consider myself cancer-free," thanks to robotic surgery that also reconstructed his bladder using part of his intestine, Sanders told The Associated Press after getting a tutorial in the surgical system that was used in his operation.</p><p>This being Men's Health Awareness Month, the University of Colorado football coach wanted to get a first-hand look at the Intuitive Da Vinci System, which is less invasive than open surgeries and cuts down on hospital stays and speeds recoveries.</p><p>“I was fighting” last year at this time, Sanders recalled. "I was walking out on the property with a bag of blood and also urine and trying to get back. But this expedited the process. Last year at this time I was in a whole different place, and I'm just thankful.”</p><p>Sanders missed football camps last summer in Boulder as he went through cancer treatments. The Buffaloes finished with a 3-9 mark a year after making a bowl game behind Shedeur Sanders and Heisman Trophy winner Travis Hunter.</p><p>This summer he appears much fitter and energetic as he oversees offseason training.</p><p>"If I pull my shirt up, I'm not scarred, it's not flawed. I'm not embarrassed by anything that transpired. I'm elated by everything that transpired,” Sanders said.</p><p>At a routine checkup last spring, a CT scan showed a mass on Sanders' bladder. He was referred to the University of Colorado Anschutz, where he met Dr. Janet Kukreja, director of urologic oncology at the CU Cancer Center and UCHealth University of Colorado Hospital.</p><p>Sanders, who turns 59 later this summer, was diagnosed with a malignant tumor in his bladder. Although the tumor hadn't reached the muscle layer in his bladder it was considered “very high risk” with a 50-50 chance of recurring or progressing after treatments.</p><p>Kukreja is among the small group of surgeons in the U.S. who perform robotic removal of the entire cancerous bladder — called a radical cystectomy — and robotic reconstruction of the organ, which involves having a section of intestine function as a bladder.</p><p>“It got me back in the game, got me back on my feet and got me out of the darn hospital and back into the normalcy of my life," Sanders said. “I'm here to let people know there's another option if you need surgery."</p><p>He called the robotic system his time machine.</p><p>”I'd be a fool to be blessed the way I was blessed and not sound alarms," Sanders said. “When I opened up a club years ago I went to the mountaintop and told all the stations come on to the nightclub. So, why wouldn't I do this? Saved me time so I could get back on the field, get back on my game instead of sitting up there in the hospital having a pity party. It saves you time. That’s what we’re all fighting for is time. We never know how much we get.”</p><p>Football past and present</p><p>Sanders has spent time recently with his son Shedeur, who's entering his second year with the Cleveland Browns and who will compete for the starting job with Deshaun Watson in training camp.</p><p>“He's on vacation but he's going to the hills in St. Croix right now doing gassers," Sanders said.</p><p>Asked what he thought about Hunter, entering his second season in Jacksonville, possibly focusing on playing defensive back after pulling double duty as a DB and wide receiver in college, Sanders said, “I just want him to be happy. I can't tell those coaches how to coach and Travis what he's gifted to do. I just want him happy; that's all I want.”</p><p>As for Julian “JuJu” Lewis, the Buffs' starting quarterback and former five-star recruit out of Carrollton, Georgia, who took over the starting role as a freshman late last season, Sanders said those cameos will pay dividends in 2026.</p><p>“I think the entire team is benefitting" from lessons learned last year and new faces arriving this spring, Sanders said. “I have the best coaching staff I've ever featured. Everybody's unified. I just walked out of the weight room. They're lifting their butts off and they can't wait to go to camp. It's going to be phenomenal.”</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X334DUEIPUCQZIRBRRSXXCDFTE.jpg?auth=099f35bc772e85560fa27d104d778c81bd93a3a723c7297163c7c5a4fdf6b457&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders talks about working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year during a demonstration of the device Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAFU3BPTGFKBSHUZCH5KPGBAVE.jpg?auth=20b0bf7ca3791e2ff732eaed145dcbf33a68eb2580d8e261106250ced1813692&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders talks after working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year during a demonstration of the device Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQYZ66Z2NEKV4CYJ4LSTEXLVDE.jpg?auth=91c306b9f3199c0da8d31da4c9b078ed564facaf99a2eb82c02b18a8de69d130&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders talks after working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year after a demonstration of the device Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNCZRFCTAFVXLCHNPS6FP536FI.jpg?auth=667cfcbd8927b13f25945b1565433a2893ff87b587798c8f4186499f4febe645&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders, front, reacts after working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year during a demonstration of the device by Jason Hart, senior vice president of global marketing for Intuitive, Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Deputies identify teen who drowned in Florida City lake]]></title><link>https://www.local10.com/news/local/2026/06/29/deputies-identify-teen-who-drowned-in-florida-city-lake/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/deputies-identify-teen-who-drowned-in-florida-city-lake/</guid><dc:creator><![CDATA[Amanda Batchelor, Aaron Maybin]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office on Monday identified a 14-year-old boy who drowned over the weekend in a Florida City lake as Marcus L. Sanders. ]]></description><pubDate>Mon, 29 Jun 2026 16:49:08 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office on Monday identified a 14-year-old boy who drowned over the weekend in a Florida City lake as Marcus L. Sanders. </p><p>According to authorities, deputies responded to a<a href="https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/"> lake in the area of Southwest 336th Street and Southwest 192nd Avenue </a>at about 7:15 p.m. Saturday after several teenagers reported that a teenage boy had gone into the lake and didn’t come back up. </p><p>Miami-Dade Fire Rescue crews joined the search, and a diver later found Sanders underwater and unresponsive.</p><p>Rescue crews performed life-saving efforts before the boy was taken to Homestead Hospital, where he was pronounced dead, officials said.</p><p>While crews were still working that scene, another group of teenagers across the lake also went into the water, first responders said. </p><p>Deputies said a second 14-year-old boy went underwater and didn’t resurface.</p><p>He was later found by MDFR divers and was airlifted to the trauma center at HCA Florida Kendall Hospital, where he was listed in critical condition, officials said.</p><p>Deputies confirmed that the boy remained in critical condition on Monday. His name has not been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EFMWTQMIGVBOBL3VL7PHWVL3ME.jpeg?auth=0fcf1f5564aa61914e71d3c8152e6109b508d519d05f994456cc452bc7b9fb99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fundraisers aim to help grieving parents of 5-year-old boy who died at park in Miami-Dade  ]]></title><link>https://www.local10.com/community/2026/06/29/fundraiser-aims-to-help-grieving-parents-of-5-year-old-boy-who-died-at-park-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/fundraiser-aims-to-help-grieving-parents-of-5-year-old-boy-who-died-at-park-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Two fundraisers were ongoing on Monday to help support the grieving parents of a boy who died on Friday at the Krome Motocross Park in Miami-Dade County. ]]></description><pubDate>Mon, 29 Jun 2026 16:32:31 +0000</pubDate><content:encoded><![CDATA[<p>Two fundraisers were ongoing on Monday to help support the grieving parents of a boy who died on Friday at the Krome Motocross Park in Miami-Dade County. </p><p>Five-year-old Garret “Gary” Leonard was riding a little motorbike as he often did with his family when the driver of a Chevrolet Silverado truck struck him at the motocross park, according to deputies. </p><p>Miami-Dade Fire Rescue personnel pronounced Garret dead on Friday night at the park at <a href="https://maps.app.goo.gl/uacSJZWMcWfUbQNu8" target="_self" rel="" title="https://maps.app.goo.gl/uacSJZWMcWfUbQNu8">16665 Krome Ave.</a>, and MDSO’s traffic homicide deputies were investigating the cause of the crash. </p><p>“We are coming together to support Garret’s family with funeral expenses and to help them navigate the days ahead,” Alejandro Acevedo wrote in a statement published on <a href="https://www.gofundme.com/f/support-for-garret-leonards-memorial" target="_self" rel="" title="https://www.gofundme.com/f/support-for-garret-leonards-memorial">a GoFundMe page</a>. </p><p>Acevedo remembered Gary as a boy “who brought joy to everyone around him, especially within the moto community,” so he also wanted to create “a memorial race in his name” to honor him. </p><p>Andrew Stelloh was also fundraising, and his hope was to help Gary’s parents to be able to afford to take time off from work to grieve.</p><p>“Garrett was such a sweet young man who loved motocross and was well on his way to becoming a great athlete,” Stelloh wrote in a statement on <a href="https://www.gofundme.com/f/in-memory-of-garrett-support-for-his-grieving-parents" target="_self" rel="" title="https://www.gofundme.com/f/in-memory-of-garrett-support-for-his-grieving-parents">a GoFundMe page</a>. “He loved to show you how well he could ride his track in the yard at their house. He was such a sweet boy who gave the best little kid hugs with the biggest smile.”</p><p><b>Here are the fundraisers:</b></p><p><div class="gfm-embed" data-url="https://www.gofundme.com/f/support-for-garret-leonards-memorial/widget/large?attribution_id=sl%3A1c3a210f-5f32-4218-9e25-b2da22dba316"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script></p><p><div class="gfm-embed" data-url="https://www.gofundme.com/f/in-memory-of-garrett-support-for-his-grieving-parents/widget/large?attribution_id=sl%3A65c4d0dd-c521-4e98-a0b8-513f8fcb480c"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script></p><p><b>Related story</b>:<b> </b><a href="https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/" rel=""><b>MDSO: Boy, 5, killed after being struck by pickup truck at Krome Motorcross Park</b></a></p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=476&href=https%3A%2F%2Fwww.facebook.com%2Freel%2F946200378469327%2F&show_text=true&width=267&t=0" width="267" height="591" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U5PH3MXBXBCDLAMTFHDB7ZWNUE.jpg?auth=ce1763885ee6d61df6ae1e1970b5c8f54f118ce85c8885e786721ea004a80307&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two GoFundMe users are fundraising to help support the grieving parents of Garret "Gary" Leonard, who died on Friday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Incendio forestal sin control arrasa 180 acres en el oeste de Broward]]></title><link>https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Las llamas visibles desde millas de distancia recuerdan que la temporada de incendios en el sur de Florida está lejos de terminar.]]></description><pubDate>Sun, 28 Jun 2026 21:29:31 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio forestal continúa activo en el oeste del Condado de Broward.</p><p>Para el lunes por la mañana, el fuego había crecido a unas 180 acres cerca de la Sawgrass Expressway y Commercial Boulevard, según las autoridades.</p><p>“Es una locura, hombre”, dijo Troy Budoski, quien observaba el incendio desde lejos. “Se ven las llamas rojas desde aquí. Está ardiendo fuerte. ¡Arde caliente!”</p><p>El incendio se desató el domingo por la tarde, cuando quemó unas 100 acres de inmediato y continuó extendiéndose hacia el oeste.</p><p>Las cámaras de tráfico ubicadas a millas de distancia captaron las densas nubes de humo en el horizonte.</p><p>“Nunca imaginé que esto podría incendiarse, y está aquí mismo, no tan lejos”, dijo un hombre llamado Connor. “Iba hacia el norte por la autopista y lo vi, así que pensé: voy a curiosear y ver qué pasa. Y efectivamente, todavía se ven las llamas. Es una locura.”</p><p>Las autoridades monitorean el incendio mientras continúa activo en la zona.</p><p>“Lo que más me preocupa es: ¿cómo va a contener esto el departamento de bomberos?”, se preguntó Connor.</p><p>Para el lunes por la mañana, el fuego no tenía ningún porcentaje de contención.</p><p>Este incendio se suma a una temporada de fuegos que ha sido especialmente intensa. Solo en los últimos meses, decenas de miles de acres han quedado arrasados por las llamas.</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[Teen dead, another critical after two separate lake incidents in Florida City]]></title><link>https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[A teenager is dead and another is in critical condition after two separate water-related incidents in Florida City Saturday night, officials said.]]></description><pubDate>Sun, 28 Jun 2026 02:09:33 +0000</pubDate><content:encoded><![CDATA[<p>A teenager is dead and another is in critical condition after two separate water-related incidents in Florida City Saturday night, officials said.</p><p><a href="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/">Leer en español</a></p><p>Officers responded around 7:15 p.m. to Southwest 336th Street and Southwest 192nd Avenue after several teenagers reported that a boy had gone into a lake and didn’t come back up. </p><p>Miami-Dade Fire Rescue joined the search, and a diver later found the teen underwater and unresponsive.</p><p>Rescue crews performed life-saving efforts, and the boy was taken to Homestead Hospital, where he was pronounced dead, officials said.</p><p>While crews were still working that scene, another group of teenagers across the lake also went into the water. A second 14-year-old boy went under and didn’t resurface.</p><p>He was later found by Miami-Dade Fire Rescue divers and was airlifted to the trauma center at HCA Florida Kendall Hospital, where he was listed in critical condition, officials said.</p><p>Both incidents are currently under investigation by the Miami-Dade Sheriff’s Office.</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[Penelope Keith, star of classic British sitcom 'The Good Life,' dies at 86]]></title><link>https://www.local10.com/entertainment/2026/06/29/penelope-keith-star-of-classic-british-sitcom-the-good-life-dies-at-86/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/penelope-keith-star-of-classic-british-sitcom-the-good-life-dies-at-86/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Penelope Keith, a comic performer who shone as flinty but loveable upper-crust characters in British sitcoms “The Good Life” and “To the Manor Born,” has died aged 86.]]></description><pubDate>Mon, 29 Jun 2026 16:49:14 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Penelope Keith, a comic performer who shone as flinty but loveable upper-crust characters in British sitcoms “The Good Life” and “To the Manor Born,” has died aged 86.</p><p>Keith’s family said Monday that she had been diagnosed with cancer and died at her home in Surrey, near London.</p><p>Keith began her acting career onstage and joined the Royal Shakespeare Company in 1963. But she found her greatest fame on television.</p><p>She won a BAFTA award in 1977 for “The Good Life,” playing Margo Leadbetter, a snobbish suburbanite appalled by her back-to-the-land neighbors Tom and Barbara Good, played by Richard Briers and Felicity Kendal.</p><p>Kendal called Keith a “comic genius.”</p><p>“She was a joy to know and work with, and she will be much missed,” Kendal said.</p><p>Keith displayed a similar mix of imperiousness and deadpan wit in “To the Manor Born,” broadcast between 1979 and 1981 and brought back for a 2007 Christmas special. Keith played cash-strapped aristocratic widow Audrey fforbes-Hamilton, forced to sell her country estate to a nouveau millionaire, played by Peter Bowles, with whom she has a love-hate relationship.</p><p>Keith's velvet tones featured on children’s show “Teletubbies” and in ads for everything from Pimm’s to Parker Pens. She also presented cozy documentary TV series, including “Penelope Keith’s Hidden Villages.”</p><p>Keith continued to perform in stage roles into her 80s. Theaters in London’s West End will dim their lights on Wednesday evening in tribute to her.</p><p>In 2014 she was made a dame, the female equivalent of a knight, for services to the arts and to charity.</p><p>She is survived by her husband, Rodney Timson, and their two adopted sons.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOYKIDYYJ26EKPRHKOTIUVXAGA.jpg?auth=c5bac5293917a4e48cba2b8b1252f91ed8ab99e67e3ffb0eb18946fc5250fd58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dame Penelope Keith after she was made a Dame Commander for services to the Arts and to charity during an Investiture ceremony at Windsor Castle, England, July 3, 2014. (Andrew Matthews/PA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZWE7JXQLMMDUGF4QAW7K5PHJU.jpg?auth=324d9e69798eaa7f428d0ea049899bf06fdac657f32257d46567b04f262adf12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Camilla, the then-Duchess of Cornwall, right, with Penelope Keith, left, in London, England, July 12, 2022. (Chris Jackson/PA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Jackson</media:credit></media:content></item><item><title><![CDATA[Keeping an eye off the Carolina coast this week]]></title><link>https://www.local10.com/weather/hurricane/2026/06/29/keeping-an-eye-off-the-carolina-coast-this-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/29/keeping-an-eye-off-the-carolina-coast-this-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Over the weekend the National Hurricane Center added to its tropical outlook the system off the southeast U.S. we began discussing in this newsletter last Thursday.]]></description><pubDate>Mon, 29 Jun 2026 13:44:15 +0000</pubDate><content:encoded><![CDATA[<p>Over the weekend the National Hurricane Center added to its tropical outlook the system off the southeast U.S. we began discussing in this newsletter last Thursday.</p><p><a href="https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/"><b>Leer en español</b></a></p><p>As we detailed last week, the system is associated with the remnants of a large clustering of thunderstorms that pushed southeastward through the Carolinas late yesterday and is now mixed up with a stalled front over the waters off the southeast U.S.</p><p>As we discussed in previous newsletters, models suggest only low development odds, and they’ve only trended downward with the already-low-odds over the past 24 hours.</p><p>As of Monday morning, NHC was maintaining a 10% chance of development this week, down slightly from 20% on Sunday.</p><h3><b>Marginal conditions ahead</b></h3><p>Though stalled fronts like this can be common trigger for early-season development – especially north of the deep tropics in what we call the subtropics – the bar is typically higher to churn out significant development compared to traditional tropical disturbances that roll westward off Africa and can develop later in the season.</p><p>Fronts are a natural source of wind shear, which is anathema to would-be tropical systems. So the first thing that would need to happen to promote development is to scour away at the shear. This is a gradual process that often results from the low-pressure system firing off repeated rounds of strong thunderstorms. This mostly commonly happens where water temperatures are warmest.</p><p>As we mentioned last week, this is partly why we’re keeping an eye on the area despite the low odds, as waters east of Florida are at near-record or record warmth for the time of year and the Gulf Stream – the deep ribbon of warm waters that runs along the shorelines of the southeastern U.S. – often serves as a fuel source to tap for these type of initially non-tropical low-pressure systems.</p><p>In general, however, the farther offshore and north of Florida you go right now, the cooler the waters are. That’s been the directional trend over the past few days, which is partly why the already low development odds have trended down even further. Additionally, the initial overland thunderstorm system that moved off the Carolina coast overnight wasn’t as strong as it could’ve otherwise been, so its starting place is weaker.</p><p>Development odds from Google’s DeepMind 1000-member machine learning-based ensemble system fell below 5 percent in its latest run.</p><figure><img src="https://www.local10.com/resizer/v2/KWBIUTPPKRD2LHR4JJUWCIW7DI.png?auth=eb78f54a35126f58137e0e1878308c5b76a2448c6981de72c4da254b324ae3e0&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala.</figcaption></figure><h3><b>A slow loop back toward the Carolinas</b></h3><p>The system will get trapped underneath a powerful ridge of high pressure centered over the Ohio Valley – the same high-pressure heat dome that’ll cause dangerous heat across much of the central and eastern U.S. this week.</p><p>The high-pressure heat dome to its north will steer the low-pressure system toward the west or west-northwest and back toward the coast of southeast Georgia or the Carolinas for Friday into Saturday.</p><p>It’s unlikely given the marginal conditions we’ll see much of anything. If it manages to overcome the odds, it’ll likely stay a tropical depression or low-end tropical storm at the high side, with the main development window from this Wednesday (July 1<sup>st</sup>) through Friday (July 3<sup>rd</sup>).</p><p>It’s unclear if the system will reach the coast or drift just offshore for the weekend, but with so much dry, sinking air inland over the eastern U.S., this will not pose a flood threat regardless of development, unlike Arthur and its remnants along the Gulf Coast a few weeks back.</p><p>Otherwise things look to stay quiet for the opening weeks of July for the remainder of the tropical Atlantic.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTUMKUDIVBO3CI5DN23LWBJLM.PNG?auth=a36c8037b471c678fe99b3f347ce48919a468882f7418b4f7c4f675265dc7940&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[‘It’s burning pretty good’: Crews work to keep brush fire near Sawgrass Expressway from spreading]]></title><link>https://www.local10.com/news/local/2026/06/29/its-burning-pretty-good-crews-work-to-keep-brush-fire-near-sawgrass-expressway-from-spreading/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/its-burning-pretty-good-crews-work-to-keep-brush-fire-near-sawgrass-expressway-from-spreading/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Broward residents awoke to flames sweeping across the Everglades Monday morning as a massive plume of smoke rose from the horizon off the Sawgrass Expressway, near Atlantic Boulevard. ]]></description><pubDate>Mon, 29 Jun 2026 16:33:53 +0000</pubDate><content:encoded><![CDATA[<p>Broward residents awoke to flames sweeping across the Everglades Monday morning as a massive plume of smoke rose from the horizon off the Sawgrass Expressway, near Atlantic Boulevard. </p><p>Kaitlyn Perricone said she’s seen flames like this before but it’s been years.</p><p>“We came here for sunrise just to see the fire,” she said. “I (saw) it last night when I woke up. We woke up a little early.”</p><p>The fire <a href="https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/">sparked on Sunday afternoon</a> and quickly spread to nearly 200 acres. As of around noon on Monday, it hadn’t been contained.</p><p>“It’s pretty crazy, man,” resident Troy Budoski said. “You see the red fire from all the way over here. It’s burning pretty good. Burning hot.”</p><p>While neither the blaze nor the smoke seemed to be affecting drivers, traffic cameras captured the thick smoke off in the distance, with the wind pushing the fire west.</p><p>Crews with the Florida Forest Service were working to keep it from spreading on Monday.</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[Broward elementary school teacher arrested; accused of bringing stun gun on campus]]></title><link>https://www.local10.com/news/local/2026/06/29/broward-elementary-school-teacher-arrested-accused-of-bringing-stun-gun-on-campus/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/broward-elementary-school-teacher-arrested-accused-of-bringing-stun-gun-on-campus/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Broward County elementary school teacher was arrested Sunday, months after she allegedly brought a stun gun to school, authorities said.]]></description><pubDate>Mon, 29 Jun 2026 14:36:01 +0000</pubDate><content:encoded><![CDATA[<p>A Broward County elementary school teacher was arrested Sunday, months after she allegedly brought a stun gun to school, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/"><b>Leer en español</b></a></p><p>According to an arrest report from the Margate Police Department, Nia Natalie Robinson, 27, is a teacher at Liberty Elementary School, located at 2450 Banks Road.</p><p>Police said Robinson brought the stun gun on campus on April 17 and showed it to two other employees.</p><p>According to the report, Robinson provided a written statement to school staff, stating that she “totally forgot” that she had her stun gun on school grounds and showed it to the two employees when having a conversation with them about protecting herself.</p><p>Police said Robinson claimed that she did not use the stun gun on campus and was “very apologetic.”</p><p>They said both employees also provided written statements, corroborating Robinson’s explanation.</p><p>According to the report, the stun gun was confiscated by a school resource officer.</p><p>The report states that a probable cause affidavit was then submitted to the Broward County State Attorney’s Office to determine whether Robinson would face charges.</p><p>She was consequently arrested Sunday on a charge of possession of a weapon on school grounds.</p><p>As of Monday morning, Robinson was being held at the North Broward Bureau. She was expected to appear in bond court later in the morning or afternoon.</p><p>A spokesperson for Broward County Public Schools told Local 10 News in an email that Robinson no longer works for the district. </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/CM2I3GJNR5CHLHS3PDZ2VDARTI.jpg?auth=6a53a903840067bf831c91b5b1f1b29e5c4afe0d4bb668795010f50d7238d3ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fugitive caught in Chicago appears in court accused of injuring Hollywood police officer]]></title><link>https://www.local10.com/news/local/2026/06/29/fugitive-caught-in-chicago-appears-in-court-accused-of-injuring-hollywood-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/fugitive-caught-in-chicago-appears-in-court-accused-of-injuring-hollywood-officer/</guid><description></description><pubDate>Mon, 29 Jun 2026 14:34:43 +0000</pubDate><content:encoded><![CDATA[<p>As a police officer continues to recover after a hit-and-run crash in Hollywood, the 20-year-old man accused of causing his suffering was at the Broward County Main Jail on Monday in Fort Lauderdale.</p><p><a href="https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/"><b>Leer en español</b></a></p><p>The Broward Sheriff’s Office Department of Detention’s correctional officers booked Artiom Echiusciu on Sunday in Fort Lauderdale, and he appeared in county bond court on Monday morning. </p><p>“Echiusciu was residing in the United States illegally from Russia,” Deanna Bettineschi, a spokeswoman for the Hollywood Police Department, wrote in a statement. </p><p>At 12:25 a.m., on May 20, Echiusciu was driving a BMW at more than 100 miles per hour when he crossed a center median at Hollywood Boulevard and North Ocean Drive and struck the officer’s patrol car, according to Bettineschi.</p><p>“The impact of the crash sent the officer to the hospital with serious but non-life-threatening injuries,” Bettineschi wrote in the statement. </p><p>Echiusciu got out of the BMW, ran away, a Lyft driver gave him a ride, and he fled to Chicago, where the U.S. Marshals Service Great Lakes Regional Fugitive Task Force arrested him on June 10, according to </p><p>“The officer is continuing to recover, and we appreciate the outpouring of support seen from our community,” Bettineschi wrote.</p><p>Echiusciu faces charges of leaving the scene of a crash involving serious bodily injury, driving with a suspended license, leaving the scene of a crash involving property damage, and failing to register a vehicle. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/11/suspect-in-hit-and-run-that-injured-hollywood-police-officer-captured-in-chicago/" rel="">Suspect in hit-and-run that injured Hollywood police officer captured in Chicago</a></li><li><a href="https://www.local10.com/news/local/2026/05/20/bmw-collides-with-hollywood-police-vehicle-on-ocean-drive/" rel="">Police: Driver takes off after BMW crosses median, strikes Hollywood police vehicle</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ISMNCXVPVNHURECDX2YGQWJR6I.jpg?auth=02a3700260377ca4ee48ae78c9b264206c29dabcc852067c0f384266b19618d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Correctional officers booked Artiom Echiusciu on Sunday in Fort Lauderdale and he appeared in court on Monday morning.]]></media:description></media:content></item><item><title><![CDATA[Dos hombres avientan a adolescente en pleito por cargador Tesla en Aventura]]></title><link>https://www.local10.com/espanol/2026/06/29/dos-hombres-avientan-a-adolescente-en-pleito-por-cargador-tesla-en-aventura/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/dos-hombres-avientan-a-adolescente-en-pleito-por-cargador-tesla-en-aventura/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Múltiples testigos desmintieron la versión de los acusados; ambos fueron arrestados por abuso infantil.]]></description><pubDate>Mon, 29 Jun 2026 16:31:34 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres atacaron a un adolescente durante una disputa por un espacio de estacionamiento en una estación de carga Tesla Supercharger en Aventura el fin de semana, según informaron las autoridades. Uno de los hombres es acusado de empujar al joven de 17 años, mientras que el otro es acusado de embestirlo intencionalmente con su vehículo en reversa.</p><p>El incidente ocurrió poco antes de las 2:30 p.m. del domingo en las estaciones de carga de vehículos eléctricos del centro comercial Aventura Commons, ubicado en 21265 Biscayne Blvd., según el departamento de policía de la ciudad.</p><p>De acuerdo con los reportes policiales, el joven intentaba estacionar su Tesla cuando se enredó en una discusión con los dos hombres en otro vehículo por un espacio de estacionamiento.</p><p>La policía indicó que el muchacho declaró a los agentes que el pasajero del otro vehículo, identificado posteriormente como Ahmed Mohamed, de 34 años y residente de Sunny Isles Beach, “lo empujó intencionalmente antes de agarrarlo en un intento de alejarlo físicamente del espacio de estacionamiento.”</p><p>Según los reportes, el joven “logró recuperar el equilibrio y se paró nuevamente frente al espacio de estacionamiento para evitar que el otro vehículo lo ocupara”, pero “segundos después”, el conductor del otro vehículo, identificado como Serguey Artigas, de 47 años y residente de Miami Beach, “puso el vehículo en reversa intencionalmente y retrocedió contra él, golpeándolo en la pierna.”</p><p>Tras el incidente, los dos hombres procedieron a estacionar. El joven logró fotografiarlos mientras caminaban hacia el área de Whole Foods del centro comercial.</p><p>Los agentes encontraron a los dos hombres en el centro comercial y los interrogaron. Ambos negaron cualquier irregularidad y afirmaron que la disputa había sido únicamente verbal.</p><p>Sin embargo, las autoridades señalaron que “múltiples testigos independientes” corroboraron la versión del adolescente, incluido el embestimiento con el vehículo.</p><p>Los agentes arrestaron a ambos hombres por cargos de abuso infantil. Además, Artigas enfrenta un cargo adicional de agresión agravada con arma mortal, y Mohamed enfrenta un cargo adicional de agresión.</p><p>Para el lunes por la mañana, la fianza de ambos aparecía como “por determinar” en los registros de la cárcel de Miami-Dade.</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/OTYRTV23A5ETLB5ADEGBANQWJI.png?auth=85b26bfb156fb16d7b28d53e8a5cc17a803845f038dc180693a88ffae8f0ca29&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Serguey Artigas (left), Ahmed Mohammed (right)]]></media:description></media:content></item><item><title><![CDATA[Rapper Twista pleads guilty to not paying taxes and faces potential prison time]]></title><link>https://www.local10.com/entertainment/2026/06/29/rapper-twista-pleads-guilty-to-not-paying-taxes-and-faces-potential-prison-time/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/rapper-twista-pleads-guilty-to-not-paying-taxes-and-faces-potential-prison-time/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Chicago rapper known as Twista has pleaded guilty to five counts of willfully failing to pay his income taxes and faces up to five years in prison.]]></description><pubDate>Mon, 29 Jun 2026 16:31:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Chicago rapper known as Twista has pleaded guilty to five counts of willfully failing to pay his income taxes and faces up to five years in prison.</p><p>The IRS Criminal Investigations division, the crime-fighting arm of the IRS, says Twista, whose legal name is Carl Mitchell, failed to pay income tax from 2019 to 2023 and owes more than $440,000 in back taxes.</p><p>Last week, Mitchell pleaded guilty to five counts of willfully failing to pay income tax. He is scheduled for sentencing on Oct. 22.</p><p>Best known for his 2004 album ’Kamikaze,” Mitchell has collaborated with musicians including Ye, the rapper formerly known as Kanye West, and Jamie Foxx on the song “Slow Jamz." He has received two Grammy nominations.</p><p>His income stemmed from performances, album sales, streaming and royalties, according to IRS-CI.</p><p>Despite warnings from both the IRS and his own accountants of his tax debts, “instead, Mitchell entered into agreements with a third-party company to pay him advances on future royalties, knowing that the IRS would not be able to levy these funds,” the IRS said in a statement.</p><p>Mitchell also has unpaid tax liabilities dating back to 2011, and the government alleges Mitchell made large purchases to support his lifestyle, including buying at least four luxury vehicles.</p><p>Representatives for Mitchell did not immediately respond to an Associated Press request for comment.</p><p>“IRS Criminal Investigation doesn’t care how famous you are or what you’ve accomplished,” Adam Jobes, with IRS-CI's Chicago field office, said in a statement. "If you willfully refuse to pay your taxes, we’ll follow the money and bring you to justice.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CPKIYWU2VSTUCPSL4EB23U5KZY.jpg?auth=9bc385aed7c5afee1203ada8262a023caa35dbad7da34dcf4288ca2f20c5f38a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Carl "Twista" Mitchell attends the ARTPOP album release and artRave event the Brooklyn Navy Yard on Sunday, Nov. 10, 2013 in New York City. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJ42VPUYADJQBDO5KVIM53XWVE.jpg?auth=37a6246cd0562f357b00efe0e952189ea1ff53643806b7d3c403ecf7a370b2d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Twista arrives for the 49th Annual Grammy Awards, Feb. 11, 2007, in Los Angeles. (AP Photo/Matt Sayles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Sayles</media:credit></media:content></item><item><title><![CDATA[Police: McDonald’s employee arrested after girl, father shot outside Hallandale Beach fast food restaurant ]]></title><link>https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A McDonald’s employee has been arrested after an 11-year-old girl and her father were shot outside a McDonald’s in Hallandale Beach, authorities announced Monday morning.]]></description><pubDate>Mon, 29 Jun 2026 12:39:52 +0000</pubDate><content:encoded><![CDATA[<p>A McDonald’s employee has been arrested after an 11-year-old girl and her father were <a href="https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/">shot outside a McDonald’s in Hallandale Beach</a>, authorities announced Monday morning.</p><p>According to police, Ralph N-Kosi Blue III, 18, was arrested on two counts of aggravated battery and two counts of aggravated assault.</p><p>According to Hallandale Beach police, the shooting happened Saturday afternoon as the victims were waiting inside their SUV as the girl’s mother went inside the McDonald’s to pick up food. </p><p>“The investigation determined this was a targeted incident that originated outside the City of Hallandale Beach and culminated in the parking lot of 835 W. Hallandale Beach Blvd., where the suspect, who was reporting to work at McDonald’s, appears to have been the only individual who fired,” HBPD confirmed Monday in a press release. “The girl and her father, who had no connection to the dispute, were struck and transported to a nearby hospital. The father has since been released, and the child remains in stable condition.”</p><p>Detectives said they learned that two other children, ages 2 and 5, were also in the SUV at the time, but neither was injured. </p><p>While police confirmed that an incident leading to the shooting occurred outside of the city, detectives have not released a motive.</p><p>As of Monday morning, Blue was being held at the Broward County Main Jail as he awaited a bond court hearing.</p><p>“This arrest is the result of the relentless work of our detectives and the strong partnership we share with the Broward Sheriff’s Office,” Hallandale Beach police Chief Michel Michel said in statement. “A family was hurt by a reckless act of violence that had nothing to do with them. Today’s arrest is a significant step, but our investigation is far from over. We remain committed to identifying everyone involved and holding them fully accountable.”</p><p>This investigation remains ongoing and police confirmed that detectives are still “pursuing additional leads and working to identify and apprehend any other individuals involved.”</p><p>Anyone with information about the shooting is asked to call the Hallandale Beach Police Department Detective Bureau at 954-457-1400. Anonymous tips can be made by calling Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[3 firefighters killed in blazes along Colorado-Utah border are identified]]></title><link>https://www.local10.com/news/2026/06/29/3-firefighters-killed-in-blazes-along-colorado-utah-border-are-identified/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/3-firefighters-killed-in-blazes-along-colorado-utah-border-are-identified/</guid><dc:creator><![CDATA[By TY ONEIL, MATTHEW BROWN and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah (AP) — The three firefighters killed over the weekend in wildfires along the Colorado-Utah border were part of a crew that goes into remote areas to quickly put out new fires, federal officials said Monday.]]></description><pubDate>Mon, 29 Jun 2026 17:36:10 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah (AP) — The three firefighters killed over the weekend in wildfires along the Colorado-Utah border were part of a crew that goes into remote areas to quickly put out new fires, federal officials said Monday.</p><p>The three were killed and two others suffered burns when they were overcome Saturday by flames after deploying emergency shelters to shield themselves from fast-moving fires.</p><p>Wildfires have erupted over the past week across the West, fueled by months of dry weather and a record lack of snow this past winter in some places. Wildfire experts have been warning for months that extreme fire dangers are likely this summer.</p><p>With more than two dozen large fires burning across the U.S., almost 8,000 wildland firefighters and dozens of firefighting helicopters have been deployed. About half of the largest blazes are in Alaska while the rest are mostly in Western states.</p><p>Officials on Monday increased the national “preparedness level” for wildfires to a 4, on a scale of 1 to 5. That’s a sign resources are beginning to be strained, and officials warned of a high potential for new, large fires in multiple parts of the country in coming days.</p><p>Among the concerns were high winds in the mountains of Colorado and Wyoming, in the Black Hills of South Dakota and across portions of the High Plains.</p><p>Evacuations were in place for seven fires, including in Arizona, Washington state, New Mexico, Colorado and Utah.</p><p>So far this year, the fires have burned more than 4,800 square miles (12,400 square kilometers) — the most by this point in the year since 2022 and significantly above the 10-year average.</p><p>The U.S. Forest Service identified the firefighters killed as Emily Barker, 38, of Clinton Township, Michigan; Nick Hutcherson, 27 of Glendale, Arizona; and Sydney Watson, 26, of Warrior, Alabama.</p><p>They were assigned to a Helitack crew that can be dropped into remote areas by helicopters and whose mission is to prevent new fires from growing into out-of-control blazes. But it can be extremely dangerous, often taking place in areas where fires are rapidly expanding.</p><p>One of the crew members worked for the U.S. Wildland Fire Service while two were assigned to the U.S. Forest Service and all were part of an interagency response to fires just west of Grand Junction, Colorado.</p><p>The Snyder Fire in the area has burned about 44 square miles (114 square kilometers), authorities said.</p><p>The Wildland Fire Service, created earlier this year to streamline firefighting on public lands, said in a statement that it “stands united” with the Forest Service in grief and “in our unwavering support for the loved ones left behind.”</p><p>The weekend deaths came almost exactly 13 years after a crew of 19 wildland firefighters were killed when they were trapped in a brush-choked box canyon near Yarnell, Arizona.</p><p>Like Saturday’s victims, the men killed in Arizona in June 2013 were members of a specialized firefighting crew who had tried to deploy emergency shelters meant to shield them from flames and heat.</p><p>___</p><p>Brown reported from Billings, Montana and Seewer from Toledo, Ohio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMU4HZOIENQJ5CSZ4VPWJJYIGA.jpg?auth=49f05fc1f26d42c31b89c91b65bd6d4afe3a66e8ee26cda1c263d7d11c22e5da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Snyder Fire burns near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLATRY4S2EJS5BBGDNFFXR2MUE.jpg?auth=233c67c3549a5176f913685cccbb64987bc2dd59573c120aecae8d68398d38fe&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><media:content url="https://www.local10.com/resizer/v2/65NODFMOP7XNBHKAKXPUZNRNU4.jpg?auth=42fdfd49a52c3c7f7ccf48e8540010f61f86ee839e76e128d6d98d04870e0874&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighting aircraft rests on the tarmac at Grand Junction Regional Airport in Grand Junction, Colo., as the Snyder Fire burns nearby on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[After an earthquake, how long can trapped victims survive?]]></title><link>https://www.local10.com/news/world/2026/06/29/after-an-earthquake-how-long-can-trapped-victims-survive/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/after-an-earthquake-how-long-can-trapped-victims-survive/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — For those trapped in rubble after an earthquake, survival depends on many factors, including weather and access to water and air.]]></description><pubDate>Mon, 29 Jun 2026 18:10:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — For those trapped in rubble after an earthquake, survival depends on many factors, including weather and access to water and air.</p><p>If their injuries aren't too severe, victims can survive for a week or more, assuming the weather isn't too hot or cold, experts say.</p><p>In Venezuela, rescue teams have been racing against the clock to pull survivors from the rubble after two powerful earthquakes shook the northern state of La Guaira last Wednesday. More than 770 buildings were totally or partially collapsed from the earthquakes, and aftershocks continued to shake the region.</p><p>Most rescues happen in the 24 hours after a disaster. The chances of survival drop with each day after that, experts say. Most victims are badly injured or buried by falling stones or other debris.</p><p>What factors affect earthquake survival?</p><p>Trapped victims are more likely to survive if they are in a debris-free pocket that prevents major injury while they await rescue, like under a sturdy desk, said geophysicist Victor Tsai from Brown University. Experts call this a survivable void space.</p><p>If fire, smoke or hazardous chemicals were released as a result of the building collapse, they may decrease a person's survival odds, said emergency response expert Dr. Joseph Barbera, an associate professor at George Washington University.</p><p>Beyond that, having air to breathe and water to drink are crucial as the days go on.</p><p>“You could survive a while without food,” Barbera said. “You could survive less without water.”</p><p>Temperatures where someone is trapped may affect survival, and temperatures outside the rubble can affect rescue missions.</p><p>More than 2,600 rescue workers from around the world arrived in Venezuela with trained search dogs and machinery, the government said. And rescue efforts in La Guaira, the hardest-hit area, appeared significantly more organized on Sunday, after residents expressed frustration and anger about the level of response in the days before.</p><p>It can be important for survivors to receive vital medical care before they are removed from the rubble, Barbera said. If not, the buildup of toxins from crushed muscles could make them go into shock after they are rescued.</p><p>After the 2011 earthquake and tsunami in Japan, a teenager and his 80-year-old grandmother were found alive after nine days trapped in their flattened home. And the year before, a 16-year-old Haitian girl was rescued from earthquake rubble in Port-au-Prince after 15 days.</p><p>What to do during an earthquake</p><p>The best practices for survival during an earthquake depend on where you are in the world. Building codes in regions with active fault lines are often designed to withstand earthquakes, but that doesn't hold true everywhere.</p><p>In many countries, including the United States, the best practices are to drop, seek cover and hang on unless you are close to a building exit. Seek shelter under a heavy table or near sturdy furniture that may yield a survivable pocket if the roof collapses. Cover your face with cloth or a mask to protect from dust and debris.</p><p>If you are trapped in the rubble after and earthquake, save your energy and don't overexert. Ration food and water, listen for rescue calls and search for something near you to make noise. If you have a phone with you, conserve its battery and try for help in short spurts each day.</p><p>—-</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Science and Educational Media Group 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/42B3XQNCZP47UZD4SAWVD3ESS4.jpg?auth=0139e969ed77c44a9874783ec7bfd391335b15a08f00c8ca9eaf0fe447acb6f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Franklin Rodriguez searches for missing relatives in the rubble of his apartment building, which collapsed in the back-to-back earthquakes that struck La Guaira, Venezuela, Monday, June 29, 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/CMRIPRPETRTEZJZHZDNFDBBMLE.jpg?auth=745390d6860d212ee71fc2e36394d6ca802ff00ddfcc0d4cb18570e82b39d317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescuer carries a girl pulled from the rubble four days after twin earthquakes struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FCAQGJH2YTR5DMGUQIG3XABOAI.jpg?auth=5ba85cc209e30ca820a6ec89018463e5ecf1543388a87e56c1bf788ec1dec1d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buildings are collapsed and damaged along the coast in Caraballeda, La Guaira state, Venezuela, Sunday, June 28, 2026, following earthquakes. (Miguel Medina, Pool photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CM6KGZCP7O7YZ7WFQWMOPDYXU.jpg?auth=7c17fec47d67d3d9c801dbddf2eb1bbef7b76d0640c8fba1f3f50c329e2ed693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County pull a survivor from the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIAOJUCJGT4YYNLPI57XQ6R3K4.jpg?auth=7226cde5174f68a6f96b2b7ea793aa53f2463027b84105e10c136c4d28a71dbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relief workers carry a man rescued from a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Naomi Osaka wows Wimbledon crowd with kimono inspired by Lucy Liu’s character in ‘Kill Bill']]></title><link>https://www.local10.com/sports/2026/06/29/naomi-osaka-wows-wimbledon-crowd-with-latest-fashion-creation-a-japanese-inspired-robe/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/naomi-osaka-wows-wimbledon-crowd-with-latest-fashion-creation-a-japanese-inspired-robe/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Wimbledon's strict rules about all-white clothing didn't prevent Naomi Osaka from making another fashion statement as she walked onto the grass at the All England Club on Monday.]]></description><pubDate>Mon, 29 Jun 2026 17:01:13 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Wimbledon's strict rules about all-white clothing didn't prevent Naomi Osaka from making another fashion statement as she walked onto the grass at the All England Club on Monday.</p><p>Osaka, who has made a habit of creating a buzz with her creative outfits at recent Grand Slam tournaments, wore a flowing kimono with swinging sleeves and elaborate embroidery as she walked onto No. 3 Court for her first-round match against Elsa Jacquemot.</p><p>After winning 6-1, 7-5, Osaka said she got the inspiration for the outfit from a Quentin Tarantino movie.</p><p>“For me, my Japanese heritage means a lot. They say all white at Wimbledon and I thought it would be really cool to come out in a kimono," Osaka said in an on-court interview. "I just get inspired by a lot of different things, and for me, one of my favorite movies is ‘Kill Bill.' So I really love Lucy Liu's character, O-Ren Ishii, and she comes out in this really iconic white kimono. I always tell people I like to be like a video game character sometimes, I don't want to be myself when I'm playing on the court. And I kind of try to embody her a little.”</p><p>The Japanese player's latest creation drew a rave reaction from the crowd, many of whom were eagerly waiting with their phones aloft to record her entrance. One female fan shouted “C'mon queen!” as Osaka walked out.</p><p>“It’s something that we’ve been waiting for all day, right, what Naomi Osaka is going to appear in at Wimbledon," said Alicia Molik, the former top-10 ranked player who is doing commentary for the BBC.</p><p>Osaka kept her robe on as she bounced on her toes at the net while listening to instructions from the chair umpire. She then removed it and placed it on her chair to begin warmups before the match started.</p><p>The four-time Grand Slam champion’s fashion creations and walk-ons are becoming an eagerly anticipated ritual at both Grand Slam tournaments and other events.</p><p>At the Australian Open this year, she walked onto court wearing a wide-brim hat, a veil and holding a white parasol. At the French Open, she came out for her opening match in a ceremonial black skirt and sleeveless beaded bodice, which she removed to reveal a sequined gold playing dress.</p><p>And at the Met Gala in New York, Osaka stunned in a edgy Robert Wun white sculptural fitted dress featuring exaggerated shoulders and adorned with red feathers and a matching headpiece. To complete her look, she wore two-toned red gloves.</p><p>So the big question ahead of Wimbledon was, how would she handle the all-white rule at the All England Club?</p><p>“Literally everyone keeps asking me that and I've never thought of the color white being a restriction,” Osaka said at her pre-tournament press conference on Sunday. “I feel like there’s so many different patterns, fabrics, textures that you can use.”</p><p>And use them, she did.</p><p>___</p><p>AP Sports Writer Ken Maguire contributed to this report.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJWUKBYKVST7FJ7YWHQVRBI3IA.jpg?auth=801f90495650a7b7e59ace1ae14c9baad8bf22fe5d7401c474f00ffccf3cca0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVAFA4WNN75AHTRDLMWJTG4QWM.jpg?auth=63a8c85c034aaf352861b31c3482afeda3b78eaf29ea2525afe6dd3037313171&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LOTILC3FZOMKM4Q6VRGVSMLRRM.jpg?auth=885b457e614034e4a8c20fafaf53d7b6307b50ee565e42beb30800cf357b45dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S225ZLWBB3QVXL3BQM3546TS7Y.jpg?auth=4cd812371c4393c0b13fc9beae2522159ee1fb79b7d8e0b89125ad9d34abf2f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content></item><item><title><![CDATA[America 250 celebrations bring extraordinary security challenge to Washington]]></title><link>https://www.local10.com/news/national/2026/06/29/america-250-celebrations-bring-extraordinary-security-challenge-to-washington/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/america-250-celebrations-bring-extraordinary-security-challenge-to-washington/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal law enforcement authorities are preparing for one of Washington, D.C.'s, largest and most complex security operations as the nation’s capital gears up to celebrate the 250th anniversary of the nation’s freedom.]]></description><pubDate>Mon, 29 Jun 2026 16:33:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal law enforcement authorities are preparing for one of Washington, D.C.'s, largest and most complex security operations as the nation’s capital gears up to celebrate the 250th anniversary of the nation’s freedom.</p><p>With rising political violence, including recent incidents near the White House, and a president who enjoys being at the center of public pomp yet has repeatedly faced attempts on his life, a major security challenge awaits.</p><p>“It comes as no surprise to you that D.C. on a normal day is a target-rich environment,” said Darren B. Cox assistant director in charge of the FBI’s Washington Field Office at a recent press conference detailing the security preparations. “We are prepared for any threats.”</p><p>Hundreds of thousands of people are expected to visit Washington in the coming weeks for the festivities.</p><p>The throngs will be joined by thousands of law enforcement officers and agents and 5,000 National Guard troops, along with military-style vehicles and other hardware they don’t often see on the streets of America.</p><p>Authorities are preparing for a major security operation</p><p>The largest crowds are expected July 4, with multiple events happening simultaneously, including the Great American State Fair, a showcase for each state and a signature attraction of the celebrations that stretches across the National Mall.</p><p>The annual fireworks display that night is designated a National Security Special Event for the first time by the Department of Homeland Security, granting it the highest classification for federal security coordination.</p><p>For visitors, that means strict ID requirements, long lines and magnetometers, similar to air travel security. Snipers are also expected to be deployed at some events.</p><p>Flights at Ronald Reagan Washington National Airport, which is across the Potomac River from Washington, will be suspended longer than in other years because of the scope of the celebrations — from noon on July 4 until the next day. Other America 250 events that include flyovers or parachute jumps could prompt more flight disruptions.</p><p>The FBI, Secret Service, U.S. Capitol Police, U.S. Park Police and D.C. National Guard have all been involved in security coordination for the events. At the press conference earlier this month, equipment that could be deployed to guard the city was on display, including BearCat armored SWAT vehicles, Mine-Resistant Ambush Protected, known as MRAPs, as well as communication vans and FBI diving boats.</p><p>“Our protective model is meant to adjust to any type of direct or indirect threats that we come across,” said Tara McLeese, special agent in charge of the Secret Service Washington Field Office. “I can assure you that we have no lack of imagination as to the potential threats out there."</p><p>Brig. Gen. Leland Blanchard II, interim commander of the D.C. National Guard, said the planning had been underway for months and included rehearsals.</p><p>Blanchard said the guard members would continue the roles they have served the last 10 months as part of a deployment to the city President Donald Trump says is meant to fight crime. Blanchard highlighted that guard members, including military police officers, would be helping with duties like traffic and crowd control as well as responding to emergencies around the events.</p><p>President Trump, who has already attended several events leading up to July 4, including the kickoff rally last week launching the Great American State Fair, has said on Truth Social that he would hold a rally on the National Mall.</p><p>Speaking at a press conference Monday updating the upcoming security preparations, Cox reiterated that “at this time we are not tracking any credible threats related to the July 4th event, but we always remain vigilant.”</p><p>Recent violence has shaped the threat picture</p><p>The festivities come at a fraught moment, with recent political violence creating a complex threat environment for authorities. One man, Cole Tomas Allen, has been charged with attempting to assassinate the president after he sprinted past security at the White House Correspondents’ Association dinner in April. Allen has pleaded not guilty.</p><p>In the following weeks, two men on two separate occasions opened fired at Secret Service officers, the service said. Each incident happened in the vicinity of the White House.</p><p>More recently, the FBI announced it had thwarted a planned attack targeting Trump’s UFC cage-fighting show at the White House. Several suspects have been arrested in that case.</p><p>Security was already enhanced on the National Mall ahead of the launch of festivities, as Trump claimed without providing evidence that vandals had damaged the Reflecting Pool that he had recently renovated.</p><p>Matt Dallek, a political scientist at George Washington University who studies extremism, said Trump posed a unique security challenge because he is “both an accelerant and a target of political violence.”</p><p>The nation’s bicentennial offers a historical parallel</p><p>Observers draw some parallels to the 1976 bicentennial. The nation was coming off Watergate and Vietnam and 10 months before the celebration there were two assassination attempts against then-President Gerald Ford.</p><p>“There was a lot of sourness in the country in ’76, a lot of cynicism about the direction of the country,” Dallek said. But both Ford and his democratic opponent Jimmy Carter understood the threat political divisions posed and “were looking to bring down the level of vitriol.”</p><p>Angelyn Spaulding Flowers, Professor of Homeland Security & Administration of Justice at the University of the District of Columbia, said the amount of security was unparalleled for the city, citing the ongoing and open-ended National Guard presence that has flooded Washington with additional security patrols for months.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GD3EA6L7NPLYUDMJTYCUCMOOE4.jpg?auth=117e16ab314b08ed90f65a1d8f05aa5e4894d6286f0b431fe51c8c07a5eba2a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members stand at the entrance of the Great American State Fair on the National Mall, Saturday June 27, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZRQRBQJPOPOTNSFG7J7XKWE6XE.jpg?auth=353a636e8b56c40634cfa584cd264c51899a0d70f9f18f32a6ef4d79e5de66f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People dance with a U.S. Army robotic dog at the Great American State Fair on the National Mall, Sunday June 28, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4PKAL5ZCETOAE4BOXQK2DADDCQ.jpg?auth=422bc6e4d797bbbb98ec23c5703cc152db6450a21300c4d95d9b648520a6e8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend the Great American State Fair on the National Mall, Saturday June 27, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JJEKOURYWSJU3HARV5ZQCR6RRQ.jpg?auth=202ccee9ff84d7a2c22dabd8b7dc261fec2221cb1343a1945a8c2f4a5d7197f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past members of the National Guard stationed outside the Great American State Fair on the National Mall, Saturday June 27, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NEISOTHQFLBO52QRPDFVPEJ32E.jpg?auth=63a383aeab363d6bb211e1c83f967235d5c1aa007502405fc1297b27909ba942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol and a mock-up of President Donald Trump's proposed triumphal arch are seen from the ferris wheel at the Great American State Fair on the National Mall, Thursday, June 25, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[Duo accused of pushing, ramming teen during Tesla Supercharger spat in Aventura]]></title><link>https://www.local10.com/news/local/2026/06/29/duo-accused-of-pushing-ramming-teen-during-tesla-supercharger-spat-in-aventura/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/duo-accused-of-pushing-ramming-teen-during-tesla-supercharger-spat-in-aventura/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Two men attacked a teenager during a parking dispute at a Tesla Supercharger station in Aventura over the weekend, authorities said. One of the men is accused of pushing the 17-year-old boy while the other is accused of purposely backing into him.]]></description><pubDate>Mon, 29 Jun 2026 15:09:17 +0000</pubDate><content:encoded><![CDATA[<p>Two men attacked a teenager during a parking dispute at a Tesla Supercharger station in Aventura over the weekend, authorities said. One of the men is accused of pushing the 17-year-old boy while the other is accused of purposely backing into him.</p><p>It happened just before 2:30 p.m. Sunday at the electric vehicle charging stations at the Aventura Commons shopping center, located at 21265 Biscayne Blvd., according to the city’s police department.</p><p>According to police reports, the boy was “attempting to park his Tesla” when he got into an argument with the two men in another car “over a parking space.”</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3281.3846966843753!2d-80.14437810589287!3d25.97161578988671!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9ad9330be6e3f%3A0x9fa01c99d2bc9e6!2sTesla%20Supercharger!5e1!3m2!1sen!2sus!4v1782744186781!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>Police said the boy told officers that the passenger of the other vehicle, later identified as Ahmed Mohamed, 34, of Sunny Isles Beach, “intentionally pushed him before grabbing him in an attempt to physically move him away from the parking space.”</p><p>According to the reports, the boy “stated he was able to regain his balance and again stood in front of the parking space in an effort to prevent the other vehicle from taking it,” but “seconds later,” the driver of the other vehicle, later identified as Serguey Artigas, 47, of Miami Beach, “intentionally placed the vehicle in reverse and backed into (him), striking him in the leg.”</p><p>Police said they then proceeded to park. The boy, authorities said, was able to snap a picture of them as they walked to the Whole Foods area of the plaza.</p><p>Officers saw the two men in the shopping plaza and questioned them, according to the reports. The two men denied any wrongdoing, claiming the dispute was only verbal.</p><p>But authorities said that “multiple independent witnesses” corroborated the teen’s account of the incident, including the vehicle ramming.</p><p>Officers arrested both men on child abuse charges, while Artigas faces an additional felony count of aggravated battery with a deadly weapon and Mohammed faces an additional charge of battery.</p><p>Bond for both men was listed as “to be set” in Miami-Dade jail records as of Monday morning.</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/OTYRTV23A5ETLB5ADEGBANQWJI.png?auth=85b26bfb156fb16d7b28d53e8a5cc17a803845f038dc180693a88ffae8f0ca29&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Serguey Artigas (left), Ahmed Mohammed (right)]]></media:description></media:content></item><item><title><![CDATA[Arrestan al empleado de McDonald’s que atacó a balazos a niña y su padre en Hallandale Beach]]></title><link>https://www.local10.com/news/local/2026/06/29/arrestan-a-empleado-de-mcdonalds-por-disparar-a-nina-y-su-padre-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/arrestan-a-empleado-de-mcdonalds-por-disparar-a-nina-y-su-padre-en-hallandale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Dos niños pequeños que también estaban en el vehículo resultaron ilesos; el padre ya fue dado de alta, pero la menor permanece hospitalizada en condición estable.]]></description><pubDate>Mon, 29 Jun 2026 14:04:41 +0000</pubDate><content:encoded><![CDATA[<p>Un empleado de McDonald’s fue arrestado tras el <a href="https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/" rel="">tiroteo ocurrido afuera de un McDonald’s en Hallandale Beach</a> en el que resultaron heridos una niña de 11 años y su padre, informaron las autoridades el lunes por la mañana.</p><p>Según la policía, Ralph N-Kosi Blue III, de 18 años, fue arrestado por dos cargos de agresión agravada con arma y dos cargos de agresión agravada.</p><p>De acuerdo con la policía de Hallandale Beach, el tiroteo ocurrió el sábado por la tarde mientras las víctimas esperaban dentro de su SUV. La madre de la niña había entrado al McDonald’s a recoger un pedido cuando se desató la balacera.</p><p>“La investigación determinó que se trató de un incidente dirigido que se originó fuera de la ciudad de Hallandale Beach y culminó en el estacionamiento de 835 W. Hallandale Beach Blvd., donde el sospechoso, que se presentaba a trabajar en McDonald’s, parece haber sido el único que disparó”, confirmó el Departamento de Policía de Hallandale Beach en un comunicado de prensa. “La niña y su padre, quienes no tenían ninguna relación con la disputa, fueron alcanzados por los disparos y trasladados a un hospital cercano. El padre ya fue dado de alta, y la menor permanece en condición estable.”</p><p>Los detectives también determinaron que otros dos niños, de 2 y 5 años, se encontraban en el vehículo en el momento del tiroteo, pero ninguno resultó herido.</p><p>Aunque la policía confirmó que el incidente que desencadenó el tiroteo ocurrió fuera de la ciudad, los detectives no han revelado el móvil.</p><p>El lunes por la mañana, Blue se encontraba detenido en la cárcel principal del Condado de Broward a la espera de una audiencia para fijar fianza.</p><p>“Este arresto es el resultado del trabajo incansable de nuestros detectives y la sólida colaboración que mantenemos con la Oficina del Sheriff de Broward”, declaró el jefe de policía de Hallandale Beach, Michel Michel. “Una familia fue lastimada por un acto de violencia imprudente que no tenía nada que ver con ellos. El arresto de hoy es un paso significativo, pero nuestra investigación está lejos de concluir. Seguimos comprometidos a identificar a todos los involucrados y a hacerlos plenamente responsables.”</p><p>La investigación continúa activa y la policía confirmó que los detectives siguen “persiguiendo pistas adicionales y trabajando para identificar y capturar a otros individuos involucrados.”</p><p>Quienes tengan información sobre el tiroteo pueden llamar a la División de Detectives del Departamento de Policía de Hallandale Beach al 954-457-1400. Las pistas anónimas pueden enviarse llamando a Broward Crime Stoppers al 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YY3ZAFNXQBF7DEEWF7WUI6Z4IM.jpg?auth=437d396e5112970cdb51ea25d408601be0c05808ca85e3ec9ac85d75fb8d2bd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Enmascarado rompe ventana de auto y roba a fotógrafo frente a restaurante]]></title><link>https://www.local10.com/news/local/2026/06/29/enmascarado-rompe-ventana-de-auto-y-roba-a-fotografo-frente-a-restaurante/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/enmascarado-rompe-ventana-de-auto-y-roba-a-fotografo-frente-a-restaurante/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Un hombre enmascarado aprovechó la madrugada para romper ventanas y robar en el estacionamiento de Boston Johnny’s, en Hollywood, donde entre las víctimas quedó un fotógrafo de noticias que solo fue a cenar.]]></description><pubDate>Mon, 29 Jun 2026 14:09:55 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Hollywood busca a un sospechoso captado en video de vigilancia mientras rompía la ventana de un vehículo en el estacionamiento trasero de un popular restaurante del vecindario, en las primeras horas del lunes.</p><p>El robo ocurrió alrededor de las 12:45 a.m. en el estacionamiento trasero de Boston Johnny’s, ubicado en 2120 N. Dixie Highway. Las cámaras de seguridad grabaron a un individuo enmascarado que recorría el área antes de atacar un vehículo estacionado.</p><p>El video muestra al sospechoso acercándose a un auto, mirando a su alrededor y fingiendo alejarse cuando otro vehículo pasa por el lugar. Momentos después, la persona regresa, jala las manijas de las puertas y rompe la ventana del vehículo para entrar.</p><p>Entre las víctimas se encuentra el fotógrafo de Local 10, Avi Robledo, cuyo vehículo estaba estacionado en el lugar mientras él se encontraba dentro del restaurante por menos de una hora.</p><p>“Al principio creímos que era granizo porque vimos el vidrio sobre el techo y todavía no habíamos notado la ventana del pasajero rota”, dijo Robledo.</p><p>Su mochila fue robada durante el incidente.</p><p>El dueño del restaurante, Jason, afirmó que es la primera vez que el negocio enfrenta un robo de vehículo en su estacionamiento.</p><p>“Sí, es preocupante. Este es nuestro vecindario, así que queremos ser buenos vecinos. Y queremos que ellos también lo sean con nosotros”, expresó.</p><p>La policía también investigó un segundo vehículo dañado al otro lado de la calle, donde recolectó evidencia en busca de pistas.</p><p>Aunque el sistema de vigilancia de Boston Johnny’s captó las acciones del sospechoso, el dueño del negocio reconoció que identificarlo podría ser difícil.</p><p>“Por suerte tengo buenas cámaras. Pero de poco sirve —ya saben, capucha, ropa negra, ropa oscura, máscara”, dijo.</p><p>La policía de Hollywood continúa la investigación y trabaja para identificar al sospechoso que aparece en las imágenes.</p><p>Quienes tengan información pueden comunicarse con la policía de Hollywood o con Broward Crime Stoppers al 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Sistema frente a las Carolinas tiene solo 10% de probabilidad de desarrollo]]></title><link>https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Las aguas cálidas récord al este de Florida mantienen la zona bajo vigilancia, aunque los modelos apuntan a que el sistema se disipará sin mayor impacto.]]></description><pubDate>Mon, 29 Jun 2026 14:38:30 +0000</pubDate><content:encoded><![CDATA[<p>Durante el fin de semana, el Centro Nacional de Huracanes incorporó a su pronóstico tropical el sistema frente a la costa sureste de Estados Unidos, del que comenzamos a hablar en este boletín el jueves pasado.</p><p>Como detallamos la semana pasada, el sistema está asociado con los remanentes de una gran agrupación de tormentas eléctricas que se desplazó hacia el sureste a través de las Carolinas y ahora se mezcla con un frente estacionario sobre las aguas frente al sureste del país.</p><p>Según los modelos, las probabilidades de desarrollo son bajas y han seguido disminuyendo en las últimas 24 horas. Para el lunes por la mañana, el NHC mantenía una probabilidad de desarrollo del 10% para esta semana, ligeramente por debajo del 20% del domingo.</p><h4>Condiciones marginales por delante</h4><p>Aunque los frentes estacionarios como este pueden ser un detonante común para el desarrollo temprano de la temporada —especialmente al norte de los trópicos profundos, en lo que llamamos los subtrópicos— la barra es típicamente más alta para generar un desarrollo significativo en comparación con las perturbaciones tropicales tradicionales que avanzan hacia el oeste desde África.</p><figure><img src="https://www.local10.com/resizer/v2/KWBIUTPPKRD2LHR4JJUWCIW7DI.png?auth=eb78f54a35126f58137e0e1878308c5b76a2448c6981de72c4da254b324ae3e0&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala.</figcaption></figure><p>Los frentes son una fuente natural de cizalladura del viento, lo cual es perjudicial para los posibles sistemas tropicales. Por eso, lo primero que tendría que ocurrir para favorecer el desarrollo es disipar esa cizalladura, un proceso gradual que generalmente resulta de rondas repetidas de fuertes tormentas. Esto ocurre con mayor frecuencia donde las temperaturas del agua son más cálidas.</p><p>Como mencionamos la semana pasada, esto es en parte por lo que seguimos vigilando la zona a pesar de las bajas probabilidades: las aguas al este de Florida están cerca de temperaturas récord para esta época del año, y la Corriente del Golfo —la profunda franja de aguas cálidas que corre a lo largo de las costas del sureste del país— suele servir de fuente de energía para este tipo de sistemas de baja presión inicialmente no tropicales.</p><p>En general, sin embargo, cuanto más al norte y lejos de la costa de Florida, más frías son las aguas. Esa ha sido la tendencia en los últimos días, lo que en parte explica la caída adicional en las probabilidades de desarrollo. Además, el sistema de tormentas que se desplazó sobre tierra y salió por la costa de las Carolinas durante la noche no fue tan intenso como podría haber sido, por lo que su punto de partida es más débil.</p><p>Las probabilidades de desarrollo del sistema de conjunto basado en aprendizaje automático de 1,000 miembros de Google DeepMind cayeron por debajo del 5% en su última corrida.</p><h4>Un lento giro de regreso hacia las Carolinas</h4><p>El sistema quedará atrapado bajo una poderosa cresta de alta presión centrada sobre el valle de Ohio, la misma cúpula de calor que provocará temperaturas peligrosas en gran parte del centro y este del país esta semana.</p><p>La cúpula de calor al norte dirigirá el sistema de baja presión hacia el oeste o el noroeste, de regreso hacia la costa del sureste de Georgia o las Carolinas entre el viernes y el sábado.</p><p>Es poco probable que, dadas las condiciones marginales, veamos algo significativo. Si el sistema logra superar las probabilidades, lo más probable es que se mantenga como una depresión tropical o, en el mejor de los casos, una tormenta tropical de baja intensidad, con la ventana principal de desarrollo entre este miércoles 1 de julio y el viernes 3 de julio.</p><p>No está claro si el sistema alcanzará la costa o se mantendrá cerca de ella durante el fin de semana, pero con tanta masa de aire seco y en descenso sobre el este del país, no representará una amenaza de inundaciones independientemente de si se desarrolla o no, a diferencia de lo que ocurrió con Arthur y sus remanentes en la Costa del Golfo hace unas semanas.</p><p>Por lo demás, el Atlántico tropical se mantiene en calma para las primeras semanas de julio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTUMKUDIVBO3CI5DN23LWBJLM.PNG?auth=a36c8037b471c678fe99b3f347ce48919a468882f7418b4f7c4f675265dc7940&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a maestra de primaria en Broward por llevar pistola eléctrica a la escuela]]></title><link>https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El arma fue confiscada ese mismo día, pero la fiscalía tardó meses en determinar que había causa para arrestarla.]]></description><pubDate>Mon, 29 Jun 2026 14:48:03 +0000</pubDate><content:encoded><![CDATA[<p>Una maestra de primaria del Condado de Broward fue arrestada el domingo, meses después de haber llevado presuntamente una pistola eléctrica al plantel escolar, según informaron las autoridades.</p><p>De acuerdo con el reporte de arresto del Departamento de Policía de Margate, Nia Natalie Robinson, de 27 años, es maestra en Liberty Elementary School, ubicada en 2450 Banks Road.</p><p>La policía indicó que Robinson llevó la pistola eléctrica al campus el 17 de abril y se la mostró a otros dos empleados.</p><p>Según el reporte, Robinson presentó una declaración escrita al personal de la escuela en la que afirmó que “se olvidó por completo” de que tenía la pistola eléctrica en el plantel, y que se la mostró a los dos empleados durante una conversación sobre cómo protegerse.</p><p>La policía señaló que Robinson aseguró no haber usado la pistola eléctrica en el campus y que estaba “muy arrepentida.”</p><p>Ambos empleados también presentaron declaraciones escritas que corroboran la versión de Robinson.</p><p>Según el reporte, la pistola eléctrica fue confiscada por un oficial de seguridad escolar. Posteriormente, se presentó una declaración de causa probable ante la Fiscalía del Condado de Broward para determinar si Robinson enfrentaría cargos.</p><p>Como resultado, fue arrestada el domingo por cargos de posesión de un arma en terrenos escolares.</p><p>Para el lunes por la mañana, Robinson se encontraba detenida en el North Broward Bureau, a la espera de comparecer ante un juez para la audiencia de fianza.</p><p>Local 10 News se comunicó con las Escuelas Públicas del Condado de Broward para solicitar comentarios y aguarda una respuesta.</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/CM2I3GJNR5CHLHS3PDZ2VDARTI.jpg?auth=6a53a903840067bf831c91b5b1f1b29e5c4afe0d4bb668795010f50d7238d3ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fugitivo ruso capturado en Chicago comparece ante tribunal por atropellar a policía en Hollywood]]></title><link>https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/</guid><description><![CDATA[Semanas después de escapar en un Lyft, los Alguaciles Federales lo atraparon en Chicago; ahora enfrenta múltiples cargos en Broward.]]></description><pubDate>Mon, 29 Jun 2026 14:53:26 +0000</pubDate><content:encoded><![CDATA[<p>Mientras un oficial de policía continúa recuperándose tras un accidente de fuga en Hollywood, el joven de 20 años acusado de causarle ese sufrimiento se encontraba el lunes en la cárcel principal del Condado de Broward, en Fort Lauderdale.</p><p>Los oficiales de correccionales del Departamento de Detención de la Oficina del Sheriff de Broward registraron a Artiom Echiusciu el domingo en Fort Lauderdale, y compareció ante el tribunal de fianzas del condado el lunes por la mañana.</p><p>“Echiusciu residía ilegalmente en los Estados Unidos, proveniente de Rusia”, indicó Deanna Bettineschi, portavoz del Departamento de Policía de Hollywood, en un comunicado.</p><p>Según Bettineschi, a la 1:25 a.m. del 20 de mayo, Echiusciu conducía un BMW a más de 100 millas por hora cuando cruzó la mediana central en Hollywood Boulevard y North Ocean Drive e impactó el patrullero del oficial.</p><p>“El impacto del choque envió al oficial al hospital con heridas graves, aunque sin riesgo de vida”, escribió Bettineschi.</p><p>Tras el accidente, Echiusciu salió del BMW, huyó a pie, tomó un Lyft y escapó a Chicago, donde el Grupo de Trabajo Regional de Fugitivos de los Grandes Lagos del Servicio de Alguaciles de los Estados Unidos lo arrestó el 10 de junio.</p><p>“El oficial continúa recuperándose y agradecemos el apoyo que hemos recibido de nuestra comunidad”, expresó Bettineschi.</p><p>Echiusciu enfrenta cargos de fuga de un accidente con lesiones corporales graves, conducir con licencia suspendida, fuga de un accidente con daños materiales y no registrar un vehículo.</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/ISMNCXVPVNHURECDX2YGQWJR6I.jpg?auth=02a3700260377ca4ee48ae78c9b264206c29dabcc852067c0f384266b19618d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Correctional officers booked Artiom Echiusciu on Sunday in Fort Lauderdale and he appeared in court on Monday morning.]]></media:description></media:content></item><item><title><![CDATA[Florida Republicans gather at Hard Rock Casino for annual Sunshine State Showdown]]></title><link>https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.]]></description><pubDate>Sun, 28 Jun 2026 02:53:15 +0000</pubDate><content:encoded><![CDATA[<p>It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.</p><p>From supporters to candidates, the message throughout the gathering was confidence heading into this year’s elections.</p><p>“Obviously we can’t be too complacent, but I think our prospects are great,” said Jad with the Florida Young Republicans.</p><p>“I feel really good. You talk about stuff happening in other states, in Florida things just get better and better every year as Republicans and as proud Floridians in America,” said John Carroll, a District 53 State House candidate.</p><p>Several high-profile Republican figures took the stage, including Attorney General James Uthmeier and U.S. Senators Ashley Moody and Rick Scott.</p><p>11 Republicans are running for governor, including Congressman Byron Donalds, who has been endorsed by President Donald Trump.</p><p>“We are the best state in America, that’s not going to change, and this November we will tell the Florida Democratic Party once again. Because when you win in Florida, it’s the best state, and that’s not going to change anytime soon,” Donalds said.</p><p>Lieutenant Governor Jay Collins also spoke, while his competitor delivered sharp criticism.</p><p>“If we do not test our nominee now, the left-wing machine will test him when it’s too late to choose somebody else. And I’m telling you plainly Byron Donalds is not ready for the fight ahead,” the competitor said.</p><p>Donalds, meanwhile, focused his criticism on Democratic frontrunner David Jolly, a former Republican.</p><p>“I don’t know about you but we have worked too long in this state to make it the number one conservative state in America just to let some milquetoast Democrat wannabe think he is gonna transform Florida,” Donalds said.</p><p>Former Florida House Speaker Paul Renner also took the stage, pitching himself as a steady hand in the race.</p><p>“You also want a governor who’s gonna get there and deliver results and I’m a no nonsense, less talk, more action leader,” Renner said.</p><p>The event also featured a debate among four congressional candidates competing for the GOP nomination in the newly redistricted District 25, stretching from Miami Beach to Delray Beach.</p><p>Candidates including former state Rep. George Moraitis, former Boca Raton Mayor Scott Singer, business owner Raven Harrison, and businessman Dan Franzese traded sharp exchanges over qualifications, experience, and vision for the district.</p><p>Singer and Franzese in particular went after each other’s records and backgrounds in a heated back-and-forth.</p><p>“These are the failed efforts by a repeat failed candidate,” one candidate said.</p><p>“I’ll tell you what else I hear when I go door to door, you could not get elected dog catcher in that district if you ran in your town again,” another said.</p><p>On the Democratic side, Rep. Jared Moskowitz is set to face progressive challenger Oliver Larkin in the primary.</p><p>Primary elections are scheduled for August 18th, with the general election set for November 3rd.</p><p><i>*Correction: An earlier version of this story stated that Scott Singer is the current mayor of Boca Raton. Singer is the former mayor of Boca Raton, completing his term in March.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TKHR7TU5WVCMZHCPJ66XG23GSU.jpg?auth=74e0359fc5441c9de723b6dab8775774c71a1a5f815b32df83b4731f50653fa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Former NBA players Malik Beasley, Ed Davis are latest to be charged in gambling scandal]]></title><link>https://www.local10.com/sports/2026/06/29/former-nba-players-malik-beasley-ed-davis-are-latest-to-be-charged-in-gambling-scandal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/former-nba-players-malik-beasley-ed-davis-are-latest-to-be-charged-in-gambling-scandal/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[Former NBA players Malik Beasley and Ed Davis have been indicted in the latest round of charges in the government’s sprawling gambling investigation, authorities said Monday.]]></description><pubDate>Mon, 29 Jun 2026 16:19:11 +0000</pubDate><content:encoded><![CDATA[<p>Former NBA players Malik Beasley and Ed Davis have been indicted in the latest round of charges in the government’s sprawling gambling investigation, authorities said Monday.</p><p>When he was playing for the Milwaukee Bucks in 2024, Beasley agreed to tailor his performance based on prop bets in certain games, according to an indictment unsealed in Brooklyn.</p><p>U.S. Attorney Joseph Nocella Jr. said Beasley and others “turned professional basketball into a criminal betting operation.”</p><p>The schemes, he added, “erode the integrity of American sports and victimize the sports-watching public.”</p><p>Attorneys for Beasley and Davis did not immediately return messages seeking comment on charges of conspiracy and bribery.</p><p>Nocella said the scheme involved hundreds of thousands of dollars. The indictment, which names six people, says Beasley had financial woes, including millions of dollars in gambling losses, and had relied on Davis, a former teammate, for financial help.</p><p>In return for fixing his performance, Beasley got paid by his money-winning co-conspirators and his debts to Davis were reduced or eliminated, the indictment alleges.</p><p>In one example, Beasley dashed past four players to grab a rebound at the last second in a Milwaukee victory over the Los Angeles Clippers on March 10, 2024. With the Bucks ahead by seven points, the shot and any rebound would not have affected the outcome.</p><p>But by hustling to grab the missed shot, Beasley finished with four rebounds that night, which was a winning prop bet, the indictment states.</p><p>“What's funny is after he got it he had a big sigh of relief,” a co-conspirator said in a text message, according to the indictment.</p><p>Beasley last played for the Detroit Pistons in 2024-25, averaging 16 points. He is one of five players in NBA history with more than 300 3-pointers in a season, but has not played in the NBA since because of the investigation. He played briefly for a team in Puerto Rico earlier this year.</p><p>Beasley's financial woes have been widely reported by the news media, including lawsuits by his Detroit landlord and payment disputes with a Milwaukee barber and Minnesota dentist.</p><p>Davis was a journeyman who was primarily a backup in a 12-year career that got him roughly $48 million in gross salary. He and Beasley briefly were teammates in Minnesota in the 2020-21 season.</p><p>In April, former NBA player Damon Jones, 49, became the first person to plead guilty in a gambling sweep that led to the arrests of more than 30 people, including reputed mobsters and other basketball figures.</p><p>Jones entered guilty pleas to two counts of conspiracy to commit wire fraud for his role in schemes to defraud major sportsbooks, including DraftKings and FanDuel, and filch millions of dollars from unwitting poker players.</p><p>He was accused of selling or attempting to sell insider information to bettors based on his relationships in the NBA.</p><p>One of the biggest figures in the sweeping gambling investigation is Chauncey Billups, a member of the Basketball Hall of Fame who was coach of the Portland Trail Blazers when he was charged last year.</p><p>Billups is accused of participating in a conspiracy to fix high-stakes card games tied to La Cosa Nostra organized crime families that cheated unsuspecting gamblers out of at least $7 million. He has pleaded not guilty.</p><p>Another key figure is Terry Rozier, who was on the Miami Heat when he was charged in 2025. Rozier is accused of conspiring with friends to help them win bets on his performance during a 2023 game when he played for the Charlotte Hornets. He, too, has pleaded not guilty.</p><p>___</p><p>Associated Press writers Tim Reynolds in Miami and Michael R. Sisak in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/INJI4C2KHT6RZUSGPONKGKIU7Y.jpg?auth=14fcdae8737fea6208dd2a70b50d3aff3dfc27c315ddcc97a9765840c962f5ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks' Malik Beasley dribbles during the first half of Game 4 of the first round NBA playoff basketball series against the Indiana Pacers, April 28, 2024, 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/WFLSW26U4MFOBTUQ6JS46R2QKU.jpg?auth=1b6948a4827fe2dc867ef89d1cde061504f709b91f421c4c56a2c00186745506&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota Timberwolves center Ed Davis plays against the Denver Nuggets during an NBA basketball game, Jan. 3, 2021, in Minneapolis. (AP Photo/Andy Clayton-King, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Clayton-King</media:credit></media:content></item><item><title><![CDATA[WhatsApp will allow users to go by usernames instead of phone numbers, closing a privacy blind spot]]></title><link>https://www.local10.com/tech/2026/06/29/whatsapp-will-allow-users-to-go-by-usernames-instead-of-phone-numbers-closing-a-privacy-blind-spot/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/29/whatsapp-will-allow-users-to-go-by-usernames-instead-of-phone-numbers-closing-a-privacy-blind-spot/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — WhatsApp users will soon get the option of going by usernames instead of phone numbers, the company said Monday, announcing plans to address a privacy blind spot.]]></description><pubDate>Mon, 29 Jun 2026 16:00:06 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — WhatsApp users will soon get the option of going by usernames instead of phone numbers, the company said Monday, announcing plans to address a privacy blind spot.</p><p>The app said it has started allowing users to reserve unique usernames, which can be used to contact WhatsApp users when the feature is launched later this year.</p><p>WhatsApp, which says it has more than 3 billion users globally, has until now allowed users to be contacted by anyone who has their phone number.</p><p>The app, owned by Meta Platforms, said in a blog post that over the “coming months” users will get the option to be found and contacted only by their username, and not their number. It wasn't more specific about the timeline.</p><p>“We have designed this as a core privacy feature,” Alice Newton-Rex, WhatsApp's vice president of product, told reporters.</p><p>There won't be a directory of usernames on the app, and the app won't suggest names as you type.</p><p>“People will need to know your exact username to contact you for the first time,” she said.</p><p>WhatsApp's current privacy settings are limited to blocking individual users and silencing unknown callers. The app also allows users to add a profile name, but that's only displayed in chat groups for other people who don't have the user's contact info saved.</p><p>While Americans still prefer text messaging to WhatsApp, the app is widely used in Europe, Asia and much of the rest of the world.</p><p>Catchy online handles are highly coveted and users will likely scramble to claim a desirable one.</p><p>“I think a lot of people will go and get usernames and that’s why we decided to open reservations early,” Newton-Rex said.</p><p>Companies, organizations and creators with existing accounts on Meta's social media platforms, Instagram and Facebook, will get the chance to claim their usernames on WhatsApp.</p><p>Usernames need to be between three and 35 characters. To prevent impersonation, WhatsApp will hold back usernames for high-profile people or groups such as celebrities, public figures and government entities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4J6RMSNKIDNMCEANYTSDMRRQ4A.jpg?auth=82e0773233eadfec4acb00fba7cbc6f581182649f8de6a73f9f86e85873d29a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A WhatsApp icon is displayed on an iPhone, Nov. 15, 2018, in Gelsenkirchen, Germany. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Supreme Court says Fed’s Cook can keep her job for now, but it upholds other Trump firings]]></title><link>https://www.local10.com/business/2026/06/29/supreme-court-says-feds-cook-can-keep-her-job-for-now-but-it-upholds-other-trump-firings/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/supreme-court-says-feds-cook-can-keep-her-job-for-now-but-it-upholds-other-trump-firings/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday dramatically expanded presidential power, upholding President Donald Trump’s firings of the heads of independent federal agencies with one important exception: the Federal Reserve.]]></description><pubDate>Mon, 29 Jun 2026 18:23:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday dramatically expanded presidential power, upholding President Donald Trump’s firings of the heads of independent federal agencies with one important exception: the Federal Reserve.</p><p>The justices allowed Fed governor Lisa Cook to stay in her job while she fights the Republican president’s effort to fire her over allegations of mortgage fraud, which she has denied.</p><p>But other than at the nation’s central bank, with its role of setting interest rates, the court held that presidents have free rein to fire agency heads at will, despite federal laws that require a cause for such dismissals and a 91-year-old decision that had limited executive authority.</p><p>With the six conservative justices in the majority, the nine-member court jettisoned its unanimous decision in Humphrey’s Executor that had limited when presidents can fire agencies’ board members — in part to try to ensure decision-making free of political influence.</p><p>“We hold that such protection from removal is contrary to the separation of powers enshrined in the Constitution,” Chief Justice John Roberts wrote for the court.</p><p>Support for Trump’s position</p><p>The justices ruled in the case of former Federal Trade Commission member Rebecca Slaughter, whom Trump fired without cause despite a provision of federal law that requires a reason. The logic of the decision extends to other agencies, including the National Labor Relations Board, the Merit Systems Protection Board and the Consumer Product Safety Commission, where Trump also has fired board members.</p><p>Trump voiced his approval in a Truth Social post. “It is such an Honor to be the sitting President who won this Historic and Unprecedented Ruling, one of the most important ever given with respect to Presidential Powers,” he wrote.</p><p>The court already had signaled its support for the Trump administration’s position, over the liberals’ objection, by allowing Slaughter and the board members of other agencies to be removed from their jobs even as their legal challenges continued.</p><p>No president before Trump had sought to wrest control of the agencies that regulate wide swaths of American life, including nuclear energy, product safety and labor relations. But at arguments in Slaughter's case in December, the six conservatives, including three appointed by Trump, seemed more concerned about issuing a ruling that would endure than handing too much power to Trump.</p><p>Their rhetoric was reminiscent of the presidential immunity case in 2024 that allowed Trump to avoid prosecution for his efforts to undo his 2020 presidential election loss to Democrat Joe Biden. The court is writing a decision “for the ages,” Justice Neil Gorsuch said then.</p><p>Justice Sonia Sotomayor, in a dissent she summarized aloud in the courtroom, said the ruling could lead to “submission, instability, and even oppression.”</p><p>“The president, to be sure, emerges with more power than ever before. That power was given to him by six justices on this court, not the people or the Constitution,” Sotomayor said.</p><p>Fed governor Cook's case</p><p>In Cook’s case, the court voted 5-4 to reject the Trump administration’s effort to get Cook out of her job now. Roberts, Justice Brett Kavanaugh and the three liberal justices were in the majority.</p><p>Allowing Cook to be ousted now, Roberts wrote, “would allow the President to remove a member of the Federal Reserve at any time, for any reason, without any notice before, and without any judicial check after. That would turn for-cause protection into little more than at-will employment.”</p><p>Roberts did include a footnote in his opinion noting that nothing forbids Trump from “trying again” to fire her, provided she is given proper notice and a chance to contest it.</p><p>Trump suggested he would take Roberts up on the offer, saying on Truth Social that “we will take appropriate action immediately to make sure that someone who has committed wrongdoing will not be making vital decisions concerning the Welfare of the United States of America!”</p><p>Cook, who was nominated to the Fed’s Board of Governors by Biden, can continue in her post at least as long as her lawsuit challenging her firing goes on, the court said. The Trump administration is appealing a lower-court ruling in her favor.</p><p>Besides trying to fire Cook, Trump had threatened to fire former Federal Reserve chairman Jerome Powell if he didn’t leave the board when his term as chairman ended in mid-May. Powell has remained as a governor, even as Kevin Warsh has replaced him as chairman.</p><p>Judges on lower courts have allowed Cook to remain in her post as one of seven central bank governors.</p><p>The true motivation for trying to fire Cook, Trump’s critics say, is the Republican president’s desire to exert control over U.S. interest rate policy. If Trump succeeds in removing Cook, the first Black woman to be a Federal Reserve governor, he could replace her with his own appointee and gain a majority on the Fed’s board. The case is being closely watched by Wall Street investors and could have broad impacts on the financial markets and the U.S. economy.</p><p>Cook said her case was “never about mortgage documents signed years before I became a Federal Reserve governor.”</p><p>"It was an attempt to remove me on a manufactured pretext because I refused to bow to political pressure and continued to set interest rates based only on what would best serve the American people. That is the most fundamental obligation of a Federal Reserve governor,” Cook said in a statement.</p><p>Trump's confrontation with the Fed</p><p>Trump has been dismissive of worries that cutting rates too quickly could trigger higher inflation. He wants dramatic reductions so the government can borrow more cheaply and Americans can pay lower borrowing costs for new homes, cars or other large purchases, as worries about high costs have soured some voters on his economic management.</p><p>The Fed has left its key rate unchanged this year, but a growing chorus of policymakers is expressing concern about persistently high inflation and suggesting the central bank could raise its benchmark rate by the end of this year or leave it unchanged.</p><p>While Cook’s case was under review at the high court, Trump dramatically escalated his confrontation with the Fed. The Justice Department opened a criminal investigation of Powell and served the central bank with subpoenas.</p><p>The investigation ended in late April, the department said. The announcement cleared a major roadblock to the confirmation of Warsh as Powell’s successor.</p><p>The case against Cook stems from allegations she claimed two properties, in Michigan and Georgia, as “primary residences” in June and July 2021, before she joined the Fed board. Such claims can lead to a lower mortgage rate and smaller down payment than if one of them was declared as a rental property or second home.</p><p>Those applications, Solicitor General D. John Sauer said in January, are evidence of “gross negligence at best” and give Trump reason to fire her. In any event, he argued, courts shouldn’t be reviewing his decision and Cook has no right to a hearing.</p><p>Cook has denied any wrongdoing and has not been charged with a crime.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PVX3X2S2GC2Q4PLE333PJ7FAAY.jpg?auth=96ead3e30a1897ba844d54ef66fed1bb20fd0e2d264b09cb8c9524dc0dc58e69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Federal Reserve Board of Governors member Lisa Cook leaves the Supreme Court in Washington, Jan. 21, 2026. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KFDVKMSP2GIXAQYFQ7ECM6EHQ.jpg?auth=0af1c079629aa3c70a7014475d8c7f7f321330afa5fe0e314ebb470050cff5b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors sit on the steps of the U.S. Supreme Court, Monday, June 8, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Former NFL RB Chris Johnson, known as CJ2K for his 2,000 yards for Titans in '09, reveals he has ALS]]></title><link>https://www.local10.com/sports/2026/06/29/former-nfl-rb-chris-johnson-known-as-cj2k-for-his-2000-yards-for-titans-in-09-reveals-he-has-als/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/former-nfl-rb-chris-johnson-known-as-cj2k-for-his-2000-yards-for-titans-in-09-reveals-he-has-als/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Chris Johnson, one of nine players in NFL history to rush for more than 2,000 yards in a season who made the Pro Bowl in each of his first three years with the Tennessee Titans, revealed in a television interview aired Monday that he has ALS.]]></description><pubDate>Mon, 29 Jun 2026 16:03:21 +0000</pubDate><content:encoded><![CDATA[<p>Chris Johnson, one of nine players in NFL history to rush for more than 2,000 yards in a season who made the Pro Bowl in each of his first three years with the Tennessee Titans, revealed in a television interview aired Monday that he has ALS.</p><p>Johnson, 40, spent 10 seasons in the league and last played in 2017 for the Arizona Cardinals. He said on ABC's “ Good Morning America ” that he was diagnosed with the fatal nervous system disease last year.</p><p>“Honestly, I don’t know if you really fully process it,” he said, using his eyes to communicate through a computerized speech-generating device during the interview with Michael Strahan. “At first you’re in shock. Then you realize you have two choices: You can give up or you can fight. I chose to fight.”</p><p>Johnson, a first-round draft pick out of East Carolina in 2008, rushed for 7,965 yards over six seasons with the Titans. The native of Orlando, Florida, had 2,006 yards in 2009 to earn the nickname “CJ2K” and ingratiate himself with the Tennessee fan base.</p><p>Titans owner Amy Adams Strunk, in a statement released Monday, said the organization is holding Johnson, his wife and four children close.</p><p>“Some people leave a mark on an organization that you just can’t put into words. Chris Johnson is one of those people for us. His leadership on the field, in addition to his impact in the locker room and Nashville community have written him permanently into the story of this franchise," Adams Strunk said. “Learning this news is extremely difficult, and we will support Chris every step of the way throughout his journey."</p><p>ALS, which is an acronym for amyotrophic lateral sclerosis and is commonly known as Lou Gehrig’s disease, is a neurodegenerative condition that affects nerve cell communication with muscles throughout the body. The disease leads to muscle weakness and can cause deterioration of the ability to move, speak and breathe.</p><p>Tim Shaw, who had a six-year career as a linebacker in the NFL and was a teammate of Johnson's with the Titans from 2010-12, was diagnosed in 2014 at age 30 with ALS and is still alive.</p><p>Johnson, who also played one season for the New York Jets, first noticed weakness in his right hand and trouble with his grip. He was still working out daily a year ago. Now he can't hold a cup or speak on his own.</p><p>“Your mind stays sharp. People sometimes look at a person with a physical disability and assume you’re not still the same person inside,” Johnson said. “I still think the same. I still dream. I still love my family. My body just doesn’t cooperate.”</p><p>Johnson was joined for the interview by his wife, Brittany, who has become his primary caregiver.</p><p>“She hasn’t left my side through any of this. My kids are also a huge part of why I keep going,” Johnson said. “Every day I wake up wanting more time with them to make more memories and just be their dad. They give me a reason to keep fighting.”</p><p>Johnson has been participating in experimental treatments with the goal of extending his life and helping the medical field move closer to a cure for the disease.</p><p>“If it helps even one person get diagnosed sooner, inspires more research or gives another family hope,” he said, “then it's worth it.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCADYTN7J7FN4ZLSWI6S2LQENA.jpg?auth=ce1d19b9a36fdc085264eb87663a80ee8cbc06b9adfa5ae473715ea869daa8b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Tennessee Titans running back Chris Johnson visits the field during the second half of an NFL football game against the New York Jets, Sept. 15, 2024, in Nashville, Tenn. (AP Photo/George Walker IV, file)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Supreme Court rules states can count late-arriving mailed ballots, rejecting Trump-led challenge]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-rules-states-can-count-late-arriving-mailed-ballots-rejecting-trump-led-challenge/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-rules-states-can-count-late-arriving-mailed-ballots-rejecting-trump-led-challenge/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday ruled that states can count ballots that arrive after Election Day, a persistent target of President Donald Trump.]]></description><pubDate>Mon, 29 Jun 2026 17:46:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday ruled that states can count ballots that arrive after Election Day, a persistent target of President Donald Trump.</p><p>The 5-4 decision rejected a Republican-led attack on laws in more than half the states and the District of Columbia that permit mailed ballots to arrive and be counted some number of days after the election, provided they are postmarked by Election Day. The outcome spares officials the headache of changing their ballot rules just a few months before the 2026 midterm congressional elections.</p><p>In just over half those states, the more forgiving deadlines apply only to ballots cast by military and overseas voters.</p><p>Justice Amy Coney Barrett wrote the court's majority opinion, joined by Chief Justice John Roberts and the three liberal justices.</p><p>Federal laws setting a single Election Day “leave open when those votes must be received,” Barrett wrote.</p><p>Congress could change the law, she said. “If varied deadlines for ballot receipt similarly call for a national solution, the American people must choose it through their elected representatives,” Barrett wrote.</p><p>Justice Samuel Alito wrote the dissent for four justices. “Not only is today’s decision inconsistent with statutory text, legal context, historical practice, and precedent; it also threatens to produce lamentable consequences," Alito wrote. “The majority’s holding spawns a slurry of troubling election-law questions and risks further undermining Americans’ confidence in election integrity.”</p><p>The legal challenge was part of Trump’s broader attack on most mail balloting, which he has said breeds fraud despite strong evidence to the contrary and years of experience in numerous states. Trump has repeatedly claimed that his loss to Joe Biden in 2020 resulted from fraud even though more than 60 court decisions and his own attorney general said that argument had no merit.</p><p>Trump called the court ruling a “tremendous loss” and renewed his call for Congress to pass the SAVE America Act, which has made it through the House of Representatives but not the Senate.</p><p>“There is only one reason to oppose — CHEATING!” Trump wrote on Truth Social.</p><p>Among other changes, the legislation would limit who is able to receive a mail ballot and impose a documentary proof-of-citizenship requirement for registering to vote.</p><p>“If we want fair and secure elections, Election Day should mean exactly what it says, which is why this decision makes it even more imperative that Congress pass the SAVE America Act,” RNC Chairman Joe Gruters said in a statement.</p><p>The court heard arguments in March in a case from Mississippi pitting the state against Trump’s Republican administration and the Republican and Libertarian parties. At issue was whether federal law sets a single Election Day that requires ballots to be both cast by voters and received by state officials.</p><p>The federal appeals court in New Orleans struck down a Mississippi law allowing ballots to be counted if they arrive within five business days of the election and are postmarked by Election Day.</p><p>The outcome is a “sigh of relief” for a lot of election administrators, said Stephen Richer, a Republican and the former top election administrator in Arizona’s Maricopa County, which includes Phoenix.</p><p>A ruling in favor of the Republican National Committee "would have created a whole host of administrative challenges for the affected states,” said Richer, who is now a legal fellow at the Cato Institute.</p><p>RNC officials did not immediately respond Monday to email and telephone requests for comment.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2N3CFXY23R3PDOUY5G6X5OOWJU.jpg?auth=6a9196391a1e7e7c3eca8c3df2665997845fef57d0dd4653df26030205c8edbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Department of Elections workers sort mail-in ballots for the California primary election at City Hall on Tuesday, June 2, 2026, in San Francisco. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OSONCWH64PG5UFHAOLNVW7GKHU.jpg?auth=603acb9a7ab17196828c46afb1fd3cfb6da96df98c68d0e7e7cc706d35eeef3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Tuesday, June 2, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Gotham signs Australian striker Sam Kerr through the 2030 season]]></title><link>https://www.local10.com/sports/2026/06/29/gotham-signs-australian-striker-sam-kerr-through-the-2030-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/gotham-signs-australian-striker-sam-kerr-through-the-2030-season/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[Australian striker Sam Kerr is joining Gotham FC in the National Women's Soccer league after spending the past six-plus seasons with Chelsea.]]></description><pubDate>Mon, 29 Jun 2026 16:09:30 +0000</pubDate><content:encoded><![CDATA[<p>Australian striker Sam Kerr is joining Gotham FC in the National Women's Soccer league after spending the past six-plus seasons with Chelsea.</p><p>Gotham announced signing Kerr on Monday to a deal that will keep her with the team through 2030. The move marks a return to the NWSL for Kerr, who previously played for Sky Blue — which later became Gotham — from 2015-17.</p><p>She also played for the Chicago Red Stars before moving to Chelsea in November 2019. Kerr remains the NWSL's top regular-season scorer with 77 career goals and led the league in scoring for three straight seasons from 2017-19. She won league MVP awards in 2017 and 2019.</p><p>Kerr, 32, also is the all-time leading scorer for the Australia, among men or women, with 75 international goals, surpassing men's leader Tim Cahill with 51. She led the Matildas to the semifinals of the 2023 Women's World Cup, hosted by Australia and New Zealand.</p><p>“I’m incredibly excited to return to Gotham FC and to this city,” Kerr said in a statement released by the team. “This club was an important part of my journey, and to come back at this moment, with everything Gotham has built, is really special. The ambition here is clear, and I’m looking forward to helping this team compete for trophies and create more history.”</p><p>Known for her backflip goal celebrations, Kerr is widely considered one of the best strikers in the world. She's the only player to have won a Golden Boot in three different leagues.</p><p>“Sam is one of the defining players of her generation and a game-changing talent who has consistently delivered at the highest levels of world football,” said Yael Averbuch West, president of soccer operations for Gotham FC. “Her winning mentality, relentless competitiveness and ability to decide matches in an instant make her one of the most impactful players in the game. Bringing Sam back to Gotham is a landmark moment for our club, and we couldn’t be more excited.”</p><p>Gotham won the league title last year and in 2023. The team’s loaded roster already includes such players as Esther González, who won the 2023 World Cup with Spain, German goalkeeper Ann-Katrin Berger, U.S. midfielder Rose Lavelle and England defender Jess Carter.</p><p>Kerr finished with 17 goals last season for Chelsea. She scored 65 goals in the Women’s Super League and won the league’s Golden Boot twice. She scored 116 goals in all competitions, tying Chelsea’s all-time leading scorer Fran Kirby. Chelsea won five WSL titles, three FA Cups and three League Cups during Kerr’s tenure with the club.</p><p>She also played professionally in the W League in Australia.</p><p>Kerr is married to American Kristie Mewis, who also played in the NWSL and the English WSL, as well as for the U.S. national team. The couple have a son, Jagger Mewis-Kerr, who was born in May 2025.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4PGSKZU6HUC3OXMH7OJ7CRDJO4.jpg?auth=605e695b991e86232cff1b4d0e35d8a242bbb3d971f606d8238ba7abf09aead7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australia's Sam Kerr during the Women's Asian Cup semifinal soccer match between China and Australia in Perth, Australia, Tuesday, March 17, 2026. (AP Photo/Gary Day)]]></media:description><media:credit role="author" scheme="urn:ebu">Gary Day</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O54PWKWUA2OCJ3NPKHWGOJCQNA.jpg?auth=246d6e3054d2acc4fcbc2be573a37f4496414e6492e7029cc7139a1f222f320a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's goalkeeper Esthefanny Torres, left, blocks a shot from Australia's Sam Kerr during their women's soccer friendly international in Sydney, Tuesday, June 9, 2026. (AP Photo/Rick Rycroft)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content></item><item><title><![CDATA[June 29: Dry and hot today with storms returning over the next couple days]]></title><link>https://www.local10.com/weather/2026/06/29/june-29-dry-and-hot-today-with-storms-returning-over-the-next-couple-days/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/29/june-29-dry-and-hot-today-with-storms-returning-over-the-next-couple-days/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[The focus Monday is more on the heat and less on the rain. ]]></description><pubDate>Mon, 29 Jun 2026 13:54:06 +0000</pubDate><content:encoded><![CDATA[<p>The focus Monday is more on the heat and less on the rain. High temperatures will be in the low-to-middle 90s. Factor in the humidity and it will feel like 100°-105°. That will be our heat index today. Rain chances are very low at 10% with afternoon thunderstorms too far inland to have an effect on the metro.</p><p>Thunderstorms return to the forecast on Tuesday, but more on Wednesday. Some thunderstorms this week will be slow movers, producing heavy rain that leads to minor flooding. High temperatures will consistently be above average in the low-to- middle 90s.</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[Supreme Court won't revive Alan Dershowitz's $300 million suit against CNN]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-wont-revive-alan-dershowitzs-300-million-suit-against-cnn/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-wont-revive-alan-dershowitzs-300-million-suit-against-cnn/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court refused Monday to revive a $300 million defamation lawsuit filed against CNN over its coverage of a prominent attorney's remarks made while defending President Donald Trump during his 2020 impeachment.]]></description><pubDate>Mon, 29 Jun 2026 14:37:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court refused Monday to revive a $300 million defamation lawsuit filed against CNN over its coverage of a prominent attorney's remarks made while defending President Donald Trump during his 2020 impeachment.</p><p>The majority declined to take up the case in a brief, unexplained order. Justices Neil Gorsuch and Clarence Thomas dissented, calling on the court to reconsider the legal standards for public figures who claim defamation.</p><p>Alan Dershowitz said the news network aired only a portion of the comment made during his defense of the president, distorting his meaning to make him look like he’d “lost his mind,” according to court documents.</p><p>The network said that multiple outlets had interpreted his remarks in a similar way, and Dershowitz couldn’t show CNN was trying to mischaracterize what he said.</p><p>In his appeal, Dershowitz had urged the court to reconsider New York Times Co. v. Sullivan. The landmark First Amendment case that made it harder for public figures to win libel lawsuits because it requires proof that an outlet knowingly published something false, or showed a reckless disregard for the truth.</p><p>Dershowitz, a retired Harvard Law School professor and legal commentator, was part of Trump's defense team during his impeachment trial over allegations that Trump wanted political favors from Ukraine in return for U.S. military aid. Trump was acquitted by the Senate.</p><p>Dershowitz responded to a question at one point by saying, “the only thing that would make a quid pro quo unlawful is if the quo were somehow illegal." Providing arms to Ukraine, he said, isn't illegal.</p><p>He alleged that CNN only played what he said moments later: “Every public official that I know believes that his election is in the public interest and, mostly, they are right, your election is in the public interest, and if the president does something which he believes will help him get elected in the public interest, that cannot be the kind of quid pro quo that results in impeachment.”</p><p>Dershowitz said the edit made it seem like he was arguing a president could avoid impeachment for illegal acts as long as he was doing it to get reelected – a concept his original suit called “preposterous and foolish on its face.”</p><p>CNN countered by saying it did air his full remarks during its live coverage, and invited him on twice more to expand on his meaning.</p><p>Lower courts tossed out the suit, finding that Dershowitz hadn’t shown CNN acted with “actual malice” in its reporting, making it fall short of the standard set by New York Times Co. v. Sullivan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7VIBOGAKZTQJUK4YEKZBI4ZQOE.jpg?auth=c6d6632348c1df6caa9818f1e81f7b44c191ca8b17ae21b9d777058d2e1910c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Attorney Alan Dershowitz leaves federal court,in New York, Dec. 2, 2019. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBJLIQUS3RTIGZPIXAJHHFFPOI.jpg?auth=3a819d11e273d8053b1471e89cf4855ed32799f89ad2cd9d15e04bdcd87a8b31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is photographed, on Thursday, June 25, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Supreme Court will weigh Trump-backed Republican push to enforce Arizona voting laws]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-will-weigh-trump-backed-republican-push-to-enforce-arizona-voting-laws/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-will-weigh-trump-backed-republican-push-to-enforce-arizona-voting-laws/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court said Monday it will consider a Republican push to enforce strict Arizona voting laws passed in the swing state after the 2020 election.]]></description><pubDate>Mon, 29 Jun 2026 14:44:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court said Monday it will consider a Republican push to enforce strict Arizona voting laws passed in the swing state after the 2020 election.</p><p>The high court has allowed some similar rules to take effect temporarily before, including Arizona's proof-of-citizenship requirement for state and local elections and a Virginia purge of voter rolls that the state said was aimed at keeping noncitizens from voting.</p><p>President Donald Trump’s Republican administration joined the appeal after lower courts found the measures violated federal voting laws.</p><p>The high court is expected to hear arguments in the fall and hand down an opinion after the midterm elections.</p><p>The Republican-controlled legislature passed the laws in 2022, part of a wave of similar proposals around the country after Trump falsely claimed widespread voter fraud was responsible for his narrow defeat there to Democrat Joe Biden. Trump reclaimed the state in 2024, helping secure his return to the White House.</p><p>The case reached the Supreme Court's emergency docket in 2024. The justices gave the GOP a partial victory, allowing Arizona to require proof of citizenship for registration in state and local elections but not federal races.</p><p>Also that year, the high court allowed Virginia to continue a purge of voter rolls shortly before the election.</p><p>Citizenship is required to vote across the country, and people must attest they are citizens under penalty of perjury to register. Arizona is among only a handful of states that require additional proof, like a driver's license or passport. Data indicates that voting by noncitizens is rare.</p><p>Arizona tried to impose proof requirements for national elections in 2013, but the law was struck down by the Supreme Court. Now, people can register as “federal only” voters without providing proof of citizenship, but Arizona requires additional proof for state and local election participation.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EFRBEAPJIA6DRX7VCSX3SWA2GI.jpg?auth=c315eaa163986aede1373868e93970731a2107016125a03a8d04f4c014ce5ff2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Arizona State University Barrett Choir wave Arizona state flags during the celebration of the 100th anniversary of Arizona's statehood, Feb. 14, 2012, in Phoenix.(AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VYLDD76OTSBAIJVQUHMNCHM64Q.jpg?auth=70fc97e239c8a3ede4d681841cf1d0e12baba4ef691204fcc674d1e171d74ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 5, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Viktor Hovland wins Travelers in Monday playoff when Scheffler misses short birdie putt]]></title><link>https://www.local10.com/sports/2026/06/29/viktor-hovland-wins-travelers-in-monday-playoff-when-scheffler-misses-short-birdie-putt/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/viktor-hovland-wins-travelers-in-monday-playoff-when-scheffler-misses-short-birdie-putt/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Viktor Hovland got all the validation he needed Monday that his game was on track again, and a whole lot more.]]></description><pubDate>Mon, 29 Jun 2026 16:50:49 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Viktor Hovland got all the validation he needed Monday that his game was on track again, and a whole lot more.</p><p>He beat Scottie Scheffler in a playoff at the Travelers Championship, had both parents from Norway watch him win for the first time and even did the “row” with the Norwegian soccer fans who cheered him all the way to the surprising end.</p><p>Hovland capped off a gritty rally when he made a 7-foot birdie putt on the first playoff hole and won the Travelers when Scheffler missed a 4-foot birdie putt.</p><p>“Winning in the playoff against Scottie — best player in the world — that was pretty satisfying,” said Hovland, who won for the first time since the Valspar Championship in March 2025.</p><p>The surprise was Scheffler going from a big advantage — an 8-iron to 4 feet on the 18th on the first playoff hole — to missing a hard-sliding putt on the high side that made Hovland a winner.</p><p>“Maybe I hit it a little firmer than I intended to,” said Scheffler, whose putt caught the left edge and rolled out some 7 feet by the hole. “It looked like it got pretty far by the hole and I was playing it outside the hole, so I hit it down my line, just maybe the speed was a touch off.”</p><p>It was a big disappointment for Scheffler, who made Monday possible by making an 8-foot par putt on the 72nd hole in near darkness to force the playoff.</p><p>He was first to hit from the 18th fairway and some 3,000 fans on the hillside around the green erupted in cheers. Hovland responded, just like the 28-year-old Norwegian had done on the back nine Sunday when he rallied from a two-shot deficit.</p><p>Hovland's birdie putt was snapping off to the right when it curled in the right side and he let out a big fist pump.</p><p>“It’s one of those putts that if I make mine, his gets significantly tougher, and if I miss, he probably will make his,” Hovland said. “Yeah, it was definitely no gimmies there, so to put the pressure on him was awesome.”</p><p>It was the first Monday finish on the PGA Tour since The Players Championship in 2025, which involved a three-hole aggregate playoff won by Rory McIlroy. This turned out to be one hole and 15 minutes, but it did not lack for drama, or atmosphere.</p><p>There was lively banter for the playoff. A group of Norwegian fans, who had been in Boston for the World Cup, wore their soccer jerseys and chanted, “Hov-land!” as he approached his golf ball in the fairway. The Americans began the “Scot-tie Scheff-ler!” chants to drown them out.</p><p>The Norwegians also brought the “row,” which has gone viral in the stadium and subway stations and wherever they go. They sit shoulder to shoulder, arms out and then forcefully pull them in. Hovland had never seen it in person until Saturday.</p><p>When it was over, he sat with his people and they showed him how it's done.</p><p>“You definitely get adrenaline from it,” he said.</p><p>Hovland had plenty of that Sunday afternoon when he returned from a 90-minute rain delay and made three straight birdies to catch up to Scheffler and eventually get into the playoff. He closed with a 69, while Scheffler had a 68. They finished at 21-under 259.</p><p>Hovland is rarely satisfied with a swing that has given him a reputation for making solid contact. He felt it gaining momentum with a third-place finish in Canada, and even in the U.S. Open despite missing the cut. There was always one bad swing that allowed doubts to creep in.</p><p>Those were gone at the TPC River Highlands, particularly at the end. He was first to hit in the playoff and drilled it down the middle, just as he had done all week.</p><p>“I’ve been playing golf with Viktor for a long time. We’ve had some good battles in college and out here as a pro," Scheffler said. “He’s a guy that has a lot of talent and works really hard. So those are the types of guys you like to see have success.”</p><p>For Scheffler, it was his fourth runner-up finish this year after opening his season with a victory at The American Express in the California desert. But he felt a little momentum, even in a playoff loss, as he gets ready a three-week stretch that includes the British Open, the final major of the year.</p><p>“Ball striking is definitely in a good spot. That was some of the best I hit it all season,” Scheffler said. “Obviously I think just a little disappointed with the results of today. But, yeah, I did a good job of keeping myself in the tournament last night, made the nice putt to close out last night, and so trying to remember that one.”</p><p>Hovland headed home for Norway with his parents. As for his throng of flag-waving, rowing supporters? Norway plays Ivory Coast on Tuesday in Dallas, the hometown of Scheffler.</p><p>“That was probably more coincidental,” Hovland said with a laugh. “That should be a good game.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLVOGXPMPJCHJD3CTVSD5CXGTU.jpg?auth=c2e9148d0456689863ef730be9b075f0d806e59b53ca581e0a63e35ac93b5e92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, holds the Travelers Championship golf tournament trophy at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7SWOPZJ7EXFLOI4WC6PDI3BASM.jpg?auth=f5926b8d985b3d72e04531a09d684fba9e06d184d1120ffbabc2b63b94dea779&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, reacts after winning the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6S3YAFIBGYNKE2RC5DW3JHDYM.jpg?auth=193c9c1d830e89d9fb0206ab9423f7a575146da4d948af8c751cad3251207124&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, right, hugs his caddie Shay Knight as Scottie Scheffler, left, walks off the green on the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)r]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/254FSFSNHYJGYMEUVDIT27UMHE.jpg?auth=9165471e7cc14aca41f97c60fe9f0c3261dcedf36ea7840dab45069f5ab6e430&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, reacts after making a birdie on the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Supreme Court rejects Trump’s push to toss $5 million verdict in E. Jean Carroll sexual abuse case]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-rejects-trumps-push-to-toss-5-million-verdict-in-e-jean-carroll-sexual-abuse-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-rejects-trumps-push-to-toss-5-million-verdict-in-e-jean-carroll-sexual-abuse-case/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday rejected a push by President Donald Trump to throw out a jury’s $5 million finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her.]]></description><pubDate>Mon, 29 Jun 2026 16:52:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday rejected a push by President Donald Trump to throw out a jury’s $5 million finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her.</p><p>The high court declined to take up the case in a brief, unexplained order, as is typical. There were no noted dissents. Trump also plans to appeal another $83.3 million verdict awarded to Carroll by a different jury after a second defamation trial, his lawyers have said.</p><p>The decision comes as the court hands down its biggest opinions, including a ruling that expands his firing power over the federal bureaucracy with the exception of the Federal Reserve.</p><p>Trump called the decision to pass on the Carroll case “surprising” in a social media post, and he said he would continue to fight the defamation claims. “This Case is really against the United States of America, and all it stands for,” he wrote.</p><p>Trump’s lawyers had argued that allegations leading to the verdict were propped up by “highly inflammatory” evidentiary rulings, including those that allowed the testimony of two other women who accused Trump of sexual abuse decades ago. Trump has denied all three women’s allegations.</p><p>Trump's attorneys argued the judge broke federal evidence rules in the case. They framed it as a distraction from Trump’s unique duties as president, though the verdict came before his return to the White House.</p><p>“This mistreatment of a President cannot be allowed to stand,” Attorney Justin D. Smith wrote in court documents. Trump, a Republican, has since nominated Smith to be an appeals court judge. His lawyers called the case “Liberal Lawfare" in a statement on Monday.</p><p>Carroll's lawyers had urged the justices to pass on the case. They argued that the women's testimony was relevant because the allegations were similar and that Judge Lewis Kaplan’s decisions were in line with others around the country. “This question is not worthy of review,” wrote attorney Roberta Kaplan, who is not related to the judge.</p><p>Monday's decision affirms the jury's verdict will stand, she said in a statement Monday. “His multiple efforts to appeal that verdict have all failed and today’s ruling ends his quest to avoid accountability for his actions,” she said.</p><p>Carroll, a longtime advice columnist and former TV talk show host, testified at a 2023 trial that Trump turned a friendly encounter in spring 1996 into a violent attack in the dressing room at Bergdorf Goodman, a luxury retailer across the street from Trump Tower in Manhattan. The jury also found Trump liable for defaming Carroll when he denied her allegation in 2022.</p><p>The Associated Press does not identify people who say they have been sexually assaulted unless they come forward publicly, as Carroll has done.</p><p>Trump has successfully fended off other hefty court judgments, including a New York civil fraud penalty of over $500 million thrown out by a New York appeals court. The Supreme Court also granted him broad immunity  from criminal prosecution in 2024, though it later narrowly rejected his bid to halt sentencing in his New York hush money case.</p><p>___</p><p>Associated Press writers Jennifer Peltz in New York and Michelle Price in Washington contributed to this report.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QYRUUCGNMRMZ2OEIKXFHC7ILSU.jpg?auth=8e2967e6d05da27bde16af042723905725b55faebb04ab9e5b57d0f01d1faa24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll arrives at Manhattan federal court, Jan. 17, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQ4NNQURBMR5NHVVD3P3VHZBP4.jpg?auth=fa2e7999a520f86b64a09e4643b5ff37ad25f2b248c600475b5dd146105712cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 29 update: Venezuela earthquakes put a pause on any serious conversations between US, Cuba</b></p><p>The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?</p><p>The Cuban government is trying to find ways to implement the recently approved 176 reforms. But even Cuban economists inside the island agree that they might be too late to save Cuba from a total economic collapse.</p><p><b>June 24 update: US Supreme Court allows claim by Exxon Mobil against the government of Cuba to proceed</b></p><p>The U.S. Supreme Court has ruled in a 6-to-3 decision that the claim by Exxon Mobil against the government of Cuba for confiscating their properties in the early 1960’s can proceed under the Helms-Burton law.</p><p>This clearly sets a precedent for the other 5,913 registered American companies to file legal procedures against the Cuban government.</p><p><b>June 22 update: Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, dies</b></p><p>Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, died in Cuba Sunday at the age of 94. He was the founder of the Ministry of the Interior, known for its repressive measures against the Cuban people. Valdes is credited for killing numerous Cubans who opposed the regime from the early days of the revolution. Most recently, he was responsible for training the security police in Venezuela.</p><p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Gender-bending is now part of menswear. Paris runways show how mainstream it has become]]></title><link>https://www.local10.com/news/world/2026/06/29/gender-bending-is-now-part-of-menswear-paris-runways-show-how-mainstream-it-has-become/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/gender-bending-is-now-part-of-menswear-paris-runways-show-how-mainstream-it-has-become/</guid><dc:creator><![CDATA[By THOMAS ADAMSON and EMMA CARMICHAEL, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — This was men’s fashion season. The women were everywhere.]]></description><pubDate>Mon, 29 Jun 2026 14:11:04 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — This was men’s fashion season. The women were everywhere.</p><p>They walked the coed Paris runways at Amiri and Ami. At Vetements, women modeled many of the “menswear” looks, and Sharon Stone closed the show in thigh-high boots.</p><p>Inside fashion, none of this was eyebrow-raising.</p><p>The gender blur was not happening on the margins. It was built into Paris Men’s Fashion Week, which ended Sunday, where a multibillion-dollar luxury industry shows what it thinks men will want next.</p><p>It has reached menswear advertising, too.</p><p>A pregnant Rihanna became the face of Pharrell Williams’ first Louis Vuitton men’s campaign in 2023, appearing on a giant Paris billboard with her baby bump exposed and arms full of Vuitton bags.</p><p>“It’s not something completely new,” said Joseph McBrinn, art historian at Ulster University.</p><p>Women have paraded through menswear collections for so many seasons that it barely registers with fashion insiders anymore — even as a Gen Z mainstream, only now catching up to the gender-bending David Bowie flaunted in the ’70s, treats it as the cutting edge.</p><p>In recent decades, he said, fashion has moved “from very binary understandings of gender and fashion to something which is today very fluid” — reflective, he added, of how younger people now think.</p><p>The deeper confusion: They do not always travel together.</p><p>At Issey Miyake’s IM Men, by the brand’s account, the cast was entirely male — yet the show still read as androgynous.</p><p>The border between his and hers keeps eroding, on the body and on the calendar. It has not vanished, and its erosion owes as much to money as to gender.</p><p>“Androgyny only works because people understand what is being crossed,” said Andrew Groves, menswear systems professor at the University of Westminster.</p><p>The real story is not that menswear has escaped its rules, but that designers are finding new freedom inside one of fashion’s narrowest rule books, Groves added.</p><p>The runways look like they are erasing gender; the categories are exactly what make the gesture legible.</p><p>This season's men's clothes borrowed freely from womenswear</p><p>For Jonathan Anderson, Dior’s first ever designer to oversee both its men’s and women’s lines, models wore pearls, pink and sheer blouses with soft bows at the throat; the collection, he told reporters, was about how he "connects with the feminine.”</p><p>At Saint Laurent, men bared their chests in second-skin tops, wore briefs cut from leather and walked in transparent shoes lifted from the women’s runway.</p><p>The house opened Paris Men’s Week, and its menswear push is not only aesthetic: Saint Laurent has reportedly set a target of doubling men’s sales by 2030.</p><p>Many houses have folded men’s and women’s collections into one coed runway. Once provocations, such shows became a calendar strategy by the late 2010s — part creative, part convenient, mostly commercial.</p><p>When Anthony Vaccarello took over Saint Laurent in 2016, he scrapped its separate menswear show and sent men down the women’s runway, restoring a men’s show only in 2018; Vetements and Balenciaga merged theirs around then too.</p><p>“I don’t think having men and women on the same runway means a greater belief in nonbinary genders,” said Valerie Steele, director of the Museum at the Fashion Institute of Technology. “That’s really more of an economic thing.”</p><p>One show costs less than two</p><p>A mixed approach consolidates the media moment and lets a designer tell a single story. That matters in a luxury market under pressure – it’s been a weaker period for the sector in the last couple of years.</p><p>Women already buy menswear, which helps explain why Ami, founded in 2011 as a men’s brand, added womenswear.</p><p>The blurring of the clothes is the older story. Long before “nonbinary” was common usage, Yves Saint Laurent put women in men’s tailoring in 1966, Bowie smudged the line in the ’70s and Jean Paul Gaultier sent men out in skirts in the ‘80s. Fashion ran years ahead of the language.</p><p>Suzy Menkes, the veteran fashion critic, sees the history stretching even further back. Men once wore “the most dramatic, precious, glamorous and priceless jewels,” she noted, without doubting that they were suitable for men. The 20th century, she said, narrowed that idea of male dress before fashion began reopening it.</p><p>The exchange has never been equal: A woman in a man’s suit is, 60 years on, unremarkable; a man in a skirt or heels still reads as transgression.</p><p>“Women’s bodies are still consumed in ways that men’s bodies are not,” McBrinn said.</p><p>Men, he added, “can still be seen as deviant” when they cross the line.</p><p>Off the runway, the moment is volatile: combative online masculinity, “manosphere" influencers like the Tate brothers, a wave of anti-trans laws.</p><p>Last year, J.Crew set off a conservative uproar by marketing a pink sweater to men — even as Dior, Paul Smith and Willy Chavarria sent pink down their own runways. The fight was cultural, but not only: reports said pink apparel sellouts rose 17% year-on-year in spring-summer 2025.</p><p>Menkes said color is part of the same story. Postwar Europe helped harden the idea that some colors were “suitable” for men, she said, and it took “a surprisingly long time” for shades such as lilac or pale pink to be accepted as male choices.</p><p>Steele said openness to androgyny crested in the 1920s, the ’70s and the ’90s, then receded each time.</p><p>“Everything is moving to the right,” McBrinn said. “Fashion may go back to being much more entrenched within gender binary” — perhaps, he warned, within five to 10 years.</p><p>The stakes run past the runway</p><p>After years of expanding legal protections for LGBTQ+ people, progress is reversing in many countries, with transgender people at the center of the fight.</p><p>“We are seeing tremendous backlash internationally against trans people,” Steele said.</p><p>In the end, Steele said, the runway matters less than the office and the dinner table. People shift when they see androgynous clothes on friends, colleagues or men around them.</p><p>Increasingly, they are just clothes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3YLSZBF6BSRG6JYGX7BUN2KN6U.jpg?auth=2feecbffa79a6a49a113acf1694d29edd2bb0a97203a147d41c60e8284915173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEEZ4GTJT45S4G7W7U6NWXZMOQ.jpg?auth=61a3a477505f7f79913c84ba27b5f9c84936d9287bd5d076f6cea9c7a42502f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MHBOF62TQ3I66MBINFNFDTVBBM.jpg?auth=9892fa0a53beec96af9d87d45196eee9067c6759c0888502395d87046bf744b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Dries Van Noten Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3HEKPUJFIJC5TLXLL4FQMOW4MY.jpg?auth=8c3e1aaa020fcb353c838c7cdbe247fd2aa1ba283183cfe2e17a8d252df1f025&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6INO5BGWRKRLMKFK7G7MYQD7M.jpg?auth=d754871137ede3b73781cda234822a06db8a401082c148f443c04698501f6c4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Dries Van Noten Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[The Latest: Supreme Court says Fed’s Lisa Cook can keep job for now in series of final week rulings]]></title><link>https://www.local10.com/news/2026/06/29/the-latest-supreme-court-says-feds-lisa-cook-can-keep-job-for-now-in-series-of-final-week-rulings/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/the-latest-supreme-court-says-feds-lisa-cook-can-keep-job-for-now-in-series-of-final-week-rulings/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has won and lost some as the Supreme Court wraps its final week of a term focused on executive power.]]></description><pubDate>Mon, 29 Jun 2026 18:05:43 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has won and lost some as the Supreme Court wraps its final week of a term focused on executive power.</p><p>The justices said Monday that Trump can fire leaders of independent agencies with one exception, ruling that central banker Lisa Cook can keep her job at the Federal Reserve for now.</p><p>The court said states can count late-arriving mailed ballots, rejecting a Trump-led challenge. It declined to consider Trump’s push to toss a $5 million jury verdict that he sexually abused writer E. Jean Carroll. And it turned away Trump defender Alan Dershowitz ’s effort to rewrite the U.S. libel law standards.</p><p>Here's the Latest:</p><p>Secretaries of state in mail voting-reliant Washington and Oregon praise Supreme Court mail ballot ruling</p><p>The top election officials in Washington and Oregon — states that conduct elections mostly by mail — commended Monday’s U.S. Supreme Court ruling allowing states to continue counting late arriving mail ballots.</p><p>Oregon allows mail ballots that are postmarked by Election Day and received in the seven days following to be counted. In Washington, mail ballots can be counted if they are postmarked by Election Day and received 21 days after a general election or 14 days after a primary.</p><p>“The decision is a win for voters, particularly for Oregon voters,” Oregon Secretary of State Tobias Read said in a phone interview.</p><p>“The ruling upholds our longstanding ballot return rules, which support accessible and fair elections,” Washington Secretary of State Steve Hobbs said in a news release.</p><p>Schumer blasts Supreme Court decision on independent federal agencies</p><p>Senate Democratic leader Chuck Schumer says the Supreme Court’s decision giving presidents free rein to fire agency heads at will gives Trump a “permission slip to turn independent federal agencies into members-only clubs for his golf buddies and cronies.”</p><p>The justices ruled in the case of former Federal Trade Commission member Rebecca Slaughter, whom Trump fired without cause despite a provision of federal law that requires a reason. The logic of the court’s decision extends to other agencies where Trump has fired board members.</p><p>Slaughter once served as Schumer’s chief counsel. Schumer says she was fired for no other reason than doing a good of a job protecting consumers.</p><p>“Instead of preserving independence intended to keep markets fair and protect consumers, Trump’s instead catering to fraudsters and monopolists. And the Supreme Court is giving him a green light to do it,” Schumer said.</p><p>Top California election official says mail-in ballot ruling is a win for democracy</p><p>California’s Secretary of State hailed Monday’s decision by the U.S. Supreme Court as a win for voters, the rule of law and democracy.</p><p>Shirley Weber, California’s first Black secretary of state, said in a statement the court “protected an important safeguard” that helps make sure voters are not disenfranchised by mail delays.</p><p>“This ruling makes one thing clear,” the Democrat said in a statement. “Our elections belong to the people, not to partisan agendas.”</p><p>Under California law, ballots received within seven days of an election are counted as long as they are postmarked by Election Day.</p><p>FCC’s sole Democrat warns of Supreme Court ruling’s impact</p><p>Anna Gomez is one of the few Democrats who have held onto their seats at federal agencies after Trump fired most of them, partly because her presence allows for a quorum that allows Chairman Brendan Carr to enact his agenda.</p><p>She warned the Supreme Court’s ruling “puts at risk how Congress intended independent agencies to function in American democracy.”</p><p>“Those who argue these agencies are unaccountable misunderstand how they were designed, as the FCC answers to Congress, the democratically elected body that created it, through oversight, appropriations, and legislation,” she said in a statement following the Court’s ruling. “When commissioners can be removed for their policy views rather than for cause, the inevitable result is an agency that pulls its punches and defers to political winds rather than the record before it.”</p><p>She said consumers “will pay the price” in higher costs, fewer choices and slower progress toward connectivity.</p><p>Republican chairman follows Trump’s lead on mail-in ballot ruling</p><p>RNC Chairman Joe Gruters said the court’s decision upholding state practices of accepting all ballots postmarked by Election Day is a reason to pass the president’s proposed elections bill that is stalled on Capitol Hill.</p><p>“If we want fair and secure elections, Election Day should mean exactly what it says, which is why this decision makes it even more imperative that Congress pass the SAVE America Act,” Gruters said.</p><p>RNC aides distributed the statement after Trump made the same argument Monday morning. Trump’s proposal would virtually eliminate absentee voting nationally, require voters to provide citizenship documentation to register and then present certain photo identification at polling places.</p><p>Gruters said Democrats “are inviting chaos at the ballot box by allowing elections to drag on.” He did not offer any examples of such chaos, and it was the original plaintiffs who wanted the court to overturn long-established rules months before November’s elections.</p><p>America 250 celebrations bring extraordinary security challenge to Washington</p><p>Federal law enforcement is preparing for one of the capital’s largest and most complex security operations as hundreds of thousands of people visit Washington for the 250th anniversary of the nation’s freedom.</p><p>The security challenge comes amid rising political violence, including recent incidents near the White House, and a president who enjoys being at the center of public pomp yet has repeatedly faced attempts on his life.</p><p>The nation’s capital “is a target-rich environment” on a normal day, said Darren B. Cox, assistant director in charge of the FBI’s Washington Field Office. “We are prepared for any threats.”</p><p>The throngs will be joined by thousands of law enforcement officers and agents and 5,000 National Guard troops, along with military-style vehicles and other hardware not often seen on American streets.</p><p>▶ Read more</p><p>Trump says he will keep fighting Carroll case after court declines to take it up</p><p>The president said in a social media post that it was “a Fake Case” brought against him by a woman he claims he never met.</p><p>“I will continue the fight against this Weaponization and Lawfare Case against me, including the ridiculous claim of Defamation, with all of my power and strength,” Trump wrote.</p><p>He also said the case, in which a jury found that he sexually abused the writer E. Jean Carroll in New York City in the 1990s and and later defamed her, is “really against the United States of America, and all it stands for.”</p><p>In a statement Monday, Carroll said the decision affirms the jury’s verdict will stand. “His multiple efforts to appeal that verdict have all failed and today’s ruling ends his quest to avoid accountability for his actions,” she said.</p><p>Trump says he'll seek to remove Cook despite court rejection of his initial attempt</p><p>Trump said he lost his effort to remove the Federal Reserve’s Lisa Cook “on a strictly procedural basis” and would still seek to remove the central bank governor.</p><p>The court ruled 5-4 that the Federal Reserve’s Lisa Cook can remain on the Fed board as she challenges the administration’s attempts to fire her over claims of mortgage fraud, which she has denied.</p><p>Trump said in a social media post that “we will take appropriate action immediately to make sure that someone who has committed wrongdoing will not be making vital decisions concerning the Welfare of the United States of America!”</p><p>In light of Supreme Court rejection, Trump renews push for his voter ID bill</p><p>Trump called a Supreme Court ruling that ballots postmarked by Election Day can be counted days after an election a “tremendous loss.”</p><p>Trump posted on social media that the decision makes it more important for his SAVE America Act to pass. The measure would require proof of citizenship and include a ban on mail-in ballots unless that person is sick, disabled, traveling or deployed by the military, Trump noted.</p><p>“There is only one reason to oppose — CHEATING!” Trump said.</p><p>The president then called out Republican senators who have objected to the measure: Lisa Murkowski of Alaska, Susan Collins of Maine, Thom Tillis of North Carolina, Bill Cassidy of Louisiana and Mitch McConnell of Kentucky.</p><p>Cook says her attempted firing was about ‘political pressure’ on the Fed</p><p>The firing attempt “was never about mortgage documents signed years ago” but rather “was an attempt to remove me on a manufactured pretext because I refused to bow to political pressure” from Trump, who has long sought lower interest rates from the central bank, Cook said in a written statement reacting to the court’s ruling.</p><p>Trump fired Cook last August, citing allegations that she had committed fraud in mortgage documents she signed in June and July of 2021. The Biden appointee sued to keep her job, and lower courts ruled she could remain while the case is litigated. The Supreme Court Monday upheld those rulings.</p><p>“Today’s ruling affirms a principle that has underpinned sound economic stewardship for generations: that the Federal Reserve must make all its policy decisions guided by evidence and independent judgment, free from political interference,” Cook’s statement said.</p><p>Trump applauds ruling empowering him to fire independent agency leaders</p><p>A majority of the justices ruled presidents have free rein to fire agency heads at will, despite federal laws that require a cause for such dismissals and a previous court ruling from 91 years ago.</p><p>“It is such an Honor to be the sitting President who won this Historic and Unprecedented Ruling, one of the most important ever given with respect to Presidential Powers,” Trump posted on social media.</p><p>The justices ruled in the case of former Federal Trade Commission member Rebecca Slaughter. The decision’s logic extends to National Labor Relations Board, the Merit Systems Protection Board and the Consumer Product Safety Commission.</p><p>Trump did not acknowledge that the court recognized some limits on his authorities by also ruling 5-4 that Lisa Cook can remain a central bank governor while challenging unproven mortgage fraud allegations, which she has denied.</p><p>Supreme Court says Fed’s Cook can keep her job for now</p><p>The Supreme Court on Monday dramatically expanded presidential power, upholding Trump’s firings of the heads of independent federal agencies with one important exception, the Federal Reserve.</p><p>The justices allowed Fed governor Lisa Cook to stay in her job while she fights the Republican president’s effort to fire her over allegations of mortgage fraud, which she has denied.</p><p>But other than at the nation’s central bank, with its role of setting interest rates, the court held that presidents have free rein to fire agency heads at will, despite federal laws that require a cause for such dismissals and a 91-year-old decision that had limited executive authority. That decision, Humphrey’s Executor, was overturned.</p><p>Witkoff and Kushner going to Qatar for talks with Iran</p><p>White House press secretary Karoline Leavitt said on Monday that Steve Witkoff, who is the special envoy, and Jared Kushner, Trump’s son-in-law, are flying to Qatar to meet with the Iranians.</p><p>Leavitt said in an interview with Fox News’ “Fox & Friends” that those talks would be “high level” and that technical negotiations would occur on the sidelines. Iran has denied that the talks are happening.</p><p>Trump accused Iran of violating the ceasefire by attacking a ship last week in Strait of Hormuz, but so far the interim deal for negotiations to take place appears to have held.</p><p>Court rules states can count late-arriving mailed ballots</p><p>The Court said states can count ballots that arrive after Election Day, a persistent target of Trump.</p><p>The decision Monday rejects a Republican-led attack on laws in more than half the states and the District of Columbia that permit mailed ballots to arrive and be counted some number of days after the election, provided they are postmarked by Election Day. The outcome spares officials the headache of changing their ballot rules just a few months before the 2026 midterm congressional elections.</p><p>In just over half those states, the more forgiving deadlines apply only to ballots cast by military and overseas voters.</p><p>Trump has claimed most mail balloting breeds fraud despite strong evidence to the contrary and years of experience. He keeps repeating that fraud caused his loss to Joe Biden in 2020 even though more than 60 court decisions and his own attorney general said that argument had no merit.</p><p>▶ Read more</p><p>Supreme Court rebuffs Alan Dershowitz’s $300 million suit against CNN</p><p>The Supreme Court refused Monday to revive the prominent attorney’s defamation lawsuit against CNN over its coverage of remarks he made while defending Trump during his 2020 impeachment.</p><p>Justices Neil Gorsuch and Clarence Thomas dissented from the majority decision, saying legal standards for public figures who claim defamation should be reconsidered.</p><p>Alan Dershowitz said the news network aired only part of a comment he made, distorting his meaning to make him look like he’d “lost his mind,” according to court documents.</p><p>The network said that multiple outlets had interpreted his remarks in a similar way, and Dershowitz couldn’t show CNN was trying to mischaracterize what he said.</p><p>Dershowitz had urged the justices to reconsider New York Times Co. v. Sullivan, the landmark First Amendment case that made it harder for public figures to win libel lawsuits by requiring proof that an outlet either knowingly published something false, or showed a reckless disregard for the truth.</p><p>Supreme Court will weigh GOP push to revive Arizona voting laws</p><p>The Supreme Court said Monday it will consider a Republican push to enforce strict Arizona voting laws passed in the swing state after the 2020 election.</p><p>The high court has allowed some similar rules to take effect temporarily before, including Arizona’s proof-of-citizenship requirement for state and local elections and a Virginia purge of voter rolls that the state said was aimed at keeping noncitizens from voting.</p><p>President Donald Trump’s Republican administration joined the appeal after lower courts found the measures violated federal voting laws.</p><p>The high court is expected to hear arguments in the fall and hand down an opinion after the midterm elections.</p><p>▶ Read more</p><p>Supreme Court rejects Trump push to toss $5 million E. Jean Carroll verdict</p><p>Trump wanted the justices to throw out a jury’s finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her. The high court, in a typically brief and unexplained order, declined to take up the case.</p><p>Trump’s lawyers had argued that allegations leading to the verdict were propped up by “highly inflammatory” evidentiary rulings, including those that allowed the testimony of two other women who accused Trump of sexual abuse decades ago. Trump has denied all three women’s allegations.</p><p>Trump’s attorneys also framed the case as a distraction from Trump’s unique duties as president, though the verdict came before his return to the White House. A jury also awarded Carroll an additional $83.3 million after a second defamation trial. Trump also appealed that ruling, which is not yet before the Supreme Court.</p><p>Are oil traders too optimistic about a recovery in Gulf oil shipping?</p><p>Oil prices have inched up amid escalating tensions, with Tehran launching fresh drone and missile attacks on Bahrain and Kuwait in response to new U.S. airstrikes over the weekend.</p><p>Brent crude, the international standard, was up 58 cents to $73.18 a barrel early Monday, up from about $72 before the war. Benchmark U.S. crude gained 73 cents to $69.96 a barrel.</p><p>But there’s still plenty of risk regarding ship safety in the Strait of Hormuz following the latest attacks on vessels. ING commodities strategists Warren Patterson and Ewa Manthey said in a commentary Monday that oil traders have been “too optimistic” about the timeline for a recovery in Persian Gulf supplies.</p><p>“This complacency is odd and clearly leaves significant upside risk if the supply recovery proves slow — or if we see significant re-escalation,” the commentary said.</p><p>▶ Read more</p><p>Race or ethnicity matters more to many Black Americans: AP-NORC poll</p><p>Most Black Americans — 73% — say their race or ethnicity is “extremely” or “very” important to how they see themselves, according to the new AP-NORC poll. Only about half of Black adults say that being an American is highly important to their personal identity.</p><p>About half of Hispanic Americans say their race or ethnicity is highly important to them, compared to 22% of white Americans.</p><p>Vincent Harris, a 60-year-old in California who participated in the poll, says his identity as a Black man rises above other attributes for him because of how Black men are treated in America.</p><p>“A lot of people are scared of Black men just because we are Black and we are male. And that’s crazy,” Harris said. “People don’t even take you for who you are as a person; they just look at your race.”</p><p>House Republicans look to get their agenda on track</p><p>With a social media assist from President Donald Trump, House Speaker Mike Johnson is looking this week to ease the divisions in his Republican ranks and make progress on key legislative priorities before this fall’s elections.</p><p>Johnson sent lawmakers home early last week and went to the White House after GOP tumult prevented the House from voting on two spending bills and a measure dealing with veterans’ benefits. Meanwhile, the list of legislative priorities only grew with Trump requesting another $87.6 billion, mostly to cover the war with Iran.</p><p>Johnson emerged from his White House visit with a coveted Trump social media post telling Republicans to quit voting down procedural rules that allow for final votes on their legislative priorities. “No more grandstanding, please!” Trump wrote.</p><p>Before Trump’s message, Republican and Democratic lawmakers were openly doubting whether the House would even return this week.</p><p>▶ Read more</p><p>Nancy Pelosi democracy institute is established at UC Berkeley</p><p>The former House Speaker and the University of California, Berkeley, are partnering to form a new nonpartisan academic institute they say will be dedicated to strengthening democracy.</p><p>Pelosi says she wants to “strengthen our democratic institutions and forge a future that serves the public good.” The Democrat is leaving Congress after representing San Francisco for nearly 40 years and is planning a busy retirement. She’ll co-teach a course on Congress at the Nancy Pelosi Institute for Representative Democracy, which will launch in January and has already received more than $35 million in philanthropic commitments.</p><p>The university says the institute aims to strengthen America’s democratic institutions; overcome challenges to society, the economy and the planet; promote human and civil rights; and ensure political leadership that represents the full spectrum of perspectives and backgrounds.</p><p>▶ Read more</p><p>Kara Swisher brings her Silicon Valley influence into politics</p><p>Kara Swisher is expanding her influence from tech journalism to politics. She’s known for her fearless interviews with tech leaders including Mark Zuckerberg and Elon Musk. Now her podcasts including “On with Kara Swisher” and “Pivot” are gaining traction as political platforms, reflecting the growing importance of digital media.</p><p>Swisher is hardly the only podcaster talking politics. Conservatives like Megyn Kelly and Tucker Carlson and some liberals like the former Barack Obama aides who host “Pod Save America” have larger audiences. They’re all dwarfed by Joe Rogan. But Swisher has few rivals who can match her technology expertise and connect those observations to the broader political debate.</p><p>Swisher told The Associated Press from her Washington home that she gets called by all the presidential candidates and she’s “going to get to all of them.”</p><p>▶ Read more</p><p>American identity matters more to Republicans: AP-NORC poll</p><p>The new AP-NORC poll also finds that Republicans are much likelier than Democrats or independents to say being an American is “extremely” or “very” important to their personal identity.</p><p>At the same time, young adults are less likely than older people to say this is important to their identity. Matt Stafford, a 39-year-old centrist in Massachusetts who participated in the poll, said he is proud to be American, even if U.S. politics frustrate him. He has a bald eagle tattooed on his back to represent the U.S. and “all the things we’re supposed to stand for.”</p><p>Despite that pride, he’s frustrated: “I love America, but our biggest problem is how we’re pushing both sides — like the left and the right — to the extremes.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DAL2JLUUXXMO56LHHQZJECX4HY.jpg?auth=6dd965025141c8516381008c3e90cdf8289321b6d8cb81792f76a78f10200e23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A demonstrator carries an American flag upside-down near the White House during a protest taking place on the day of a military parade commemorating the Army's 250th anniversary, coinciding with President Donald Trump's 79th birthday, June 14, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NT3BYQT3JCJGS3Q2CXZDYYTZDA.jpg?auth=4205823fa967e9090a8a26fa91bb5d2ac8e1d2129b6c8a9ae61731de2d5b2590&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, from right, White House aide Natalie Harp and Interior Secretary Doug Burgum walk during a tour of the East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (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/QYRUUCGNMRMZ2OEIKXFHC7ILSU.jpg?auth=8e2967e6d05da27bde16af042723905725b55faebb04ab9e5b57d0f01d1faa24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll arrives at Manhattan federal court, Jan. 17, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RW6KFXIP7JULC6MUAKO6FFWB4.jpg?auth=2073af58594b04b60ea539cf9f519825b9854320bb18c35e8186817e7f2fe3f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hannah Liu, 26, of Washington, holds up a sign in support of birthright citizenship, May 15, 2025, outside of the Supreme Court in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2466C4NRBVSIFWQAL4YENP2BA.jpg?auth=52f9a287eda47ffc33c46df85d4305e4bcd8af10cf90d7ea6e761666295d19b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A small motorboat passes anchored vessels in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 2026.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: Presidente de Asamblea Nacional dice que cifra de muertos por sismos asciende a 1.719]]></title><link>https://www.local10.com/espanol/2026/06/29/lo-ultimo-nuevo-temblor-en-venezuela-mientras-continuan-los-rescates/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/lo-ultimo-nuevo-temblor-en-venezuela-mientras-continuan-los-rescates/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Un nuevo sismo de una serie de réplicas de los devastadores terremotos de la semana pasada sacudió Venezuela el lunes e hizo temblar edificios mientras los equipos de rescate continúan buscando sobrevivientes entre los escombros.]]></description><pubDate>Mon, 29 Jun 2026 18:20:31 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Un nuevo sismo de una serie de réplicas de los devastadores terremotos de la semana pasada sacudió Venezuela el lunes e hizo temblar edificios mientras los equipos de rescate continúan buscando sobrevivientes entre los escombros.</p><p>El nuevo sismo se produjo a unos 30 kilómetros de La Guaira, en la costa norte de Venezuela, a las 7.01 hora local (11.01 GMT) con una magnitud de 4,6 y una profundidad de 10 kilómetros, informó el Servicio Geológico de Estados Unidos (USGS).</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>Presidente de Asamblea Nacional informa nueva cifra de muertos</p><p>El presidente de la Asamblea Nacional, Jorge Rodríguez, informa que la cifra de fallecidos asciende a 1.719 y que los heridos suman 5.034. Indica a su vez que en total hay 15.866 personas damnificadas.</p><p>Agrega que en el sismo de la mañana del lunes “no hubo absolutamente ninguna afectación de ninguna estructura ni sobre ninguna persona, afortunadamente”.</p><p>En cuanto a los daños materiales causados por los sismos de la semana pasada, se han contabilizado 855 edificios afectados de los cuales 189 sufrieron un colapso total. También sufrieron daños 38 hospitales y más de 1.600 estructuras como puentes y carreteras.</p><p>México enviará más ayuda</p><p>La presidenta Claudia Sheinbaum dice que las autoridades venezolanas hicieron una nueva solicitud a México para el envío de plantas potabilizadoras de agua y energía eléctrica y alimentos no perecederos, que serán enviados por vía aérea y marítima. “En la medida que podamos vamos a enviar todo lo que se requiera”, añadió.</p><p>Sheinbaum expresó en su conferencia matutina que México está disputo a apoyar a Venezuela cuando se inicie la fase de reconstrucción de las áreas devastadas por los terremotos con normas de construcción y sistemas de alerta sísmico que no existen actualmente en el país sudamericano.</p><p>Actividades se reanudan lentamente en Caracas</p><p>En Caracas los comercios abren sus puertas más tarde de lo habitual y el transporte colectivo se mantiene activo, aunque con pocos pasajeros.</p><p>“Voy tarde al trabajo, pero a pesar del susto no nos podemos quedar en casa, hay que producir”, dijo Johny González, un empleado de un automercado de 22 años, momentos antes de abordar un autobús.</p><p>“Nos toca tener mucha fortaleza mental para salir a trabajar, en mi caso ayuda que todos estamos sanos (en la familia) y tenemos un techo que nos abrigue”, agregó.</p><p>Sismos tuvieron impacto geológico en Trinidad y Tobago</p><p>En la vecina Trinidad y Tobago, geólogos confirman que los dos terremotos elevaron la costa suroeste de Trinidad hasta seis metros.</p><p>El geólogo Xavier Moonan, quien visitó Galfa Point durante el fin de semana, indicó que la línea costera también se desplazó hacia el sur aproximadamente 30 metros.</p><p>Se encontraron peces, cangrejos y rayas muertos en la playa de Trinidad tras los dos terremotos de la semana pasada.</p><p>Moonan explicó que, cuando se produce un gran terremoto en la región, la transferencia de energía tiende a reflejarse en la falla a lo largo de la costa sur de Trinidad.</p><p>Nuevo temblor en Venezuela mientras continúan los rescates</p><p>Un nuevo sismo sacude la región centro costera de Venezuela, el más reciente de una serie de réplicas luego de los dos terremotos del 24 de junio.</p><p>“Aquí estamos otra vez en la calle, no sé cuándo vamos a tener un momento de verdadera tranquilidad”, dijo a The Associated Press Concepción Hernández, un ama de casa de 51 años, que evacuó junto a su esposo un edificio en la barriada Los Palos Grandes de Caracas.</p><p>“Somos bendecidos, nuestro edificio resistió otra vez, salimos sin problema. La mayoría de los vecinos ya regresó a su casa”, agregó Hernández.</p><p>De momento no ha habido reportes de daños o víctimas.</p><p>EEUU amplía ayuda a Venezuela</p><p>El Departamento de Estado estadounidense informa que “en respuesta a las necesidades urgentes identificadas por los equipos de primera intervención estadounidenses sobre el terreno, Estados Unidos ha incrementado su compromiso financiero para esta respuesta vital a más de 300 millones de dólares”.</p><p>Los fondos están destinados a organizaciones asociadas, financiación bilateral y al fondo común para los países de la Oficina de las Naciones Unidas para la Coordinación de Asuntos Humanitarios.</p><p>China promete 14,7 millones de dólares en ayuda humanitaria</p><p>China anuncia que proporcionará 100 millones de yuanes (14,7 millones de dólares) en ayuda humanitaria para las víctimas de los terremotos en Venezuela. Esta ayuda se suma a una cantidad no especificada de asistencia en efectivo enviada previamente a Venezuela, declara Guo Jiakun, portavoz del Ministerio de Relaciones Exteriores chino. Ocho ciudadanos chinos han fallecido a causa de los terremotos, según informaron medios de comunicación chinos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WY2GVRKKDHB7ANMZ3ACN6RKRI4.jpg?auth=3e14c687e0e5b77af65c49f8f2028bb6d1eceddf8e67f4d17cd6e92286dcf7a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Franklin Rodríguez hace una pausa para fumar mientras busca a sus familiares desaparecidos entre los escombros de su edificio de apartamentos que se derrumbó durante los terremotos consecutivos que azotaron La Guaira, Venezuela, el lunes 29 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/73SCVIPSPQ6JM4MXPBVF7ZCGUU.jpg?auth=b71eee3c0e7af8bed2c5f0e8481ecc3079f9a4430feacf611b3cd5ff5fba79b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un niño duerme a la intemperie, frente a casas dañadas por el terremoto en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARRBCNB3K5FFNMAIZBXNPPVMS4.jpg?auth=1650ec360667be7be2d406b44c622ce47ee654bb5553c5e9017389a277dbdfc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate del Ejército mexicano buscan a personas atrapadas en edificios derrumbados tras los terremotos que azotaron La Guaira, Venezuela, el domingo 28 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[Zelenskyy condemns 'horrific attacks' as Russian strikes kill 11 and wound 40 in Ukraine]]></title><link>https://www.local10.com/news/world/2026/06/29/zelenskyy-condemns-horrific-attacks-as-russian-strikes-kill-8-wound-35-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/zelenskyy-condemns-horrific-attacks-as-russian-strikes-kill-8-wound-35-in-ukraine/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russian missiles and drones killed at least 11 civilians and injured 40 others in Ukraine on Monday in what President Volodymyr Zelenskyy described as “horrific attacks.”]]></description><pubDate>Mon, 29 Jun 2026 14:23:23 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russian missiles and drones killed at least 11 civilians and injured 40 others in Ukraine on Monday in what President Volodymyr Zelenskyy described as “horrific attacks.”</p><p>Since Russia launched its all-out invasion of its neighbor more than four years ago, its forces have conducted bombing in an effort to destroy Ukraine’s infrastructure and sap morale. More than 16,000 Ukrainian civilians have been killed, according to the U.N.</p><p>A Russian missile targeting infrastructure struck the central city of Dnipro, killing five people and wounding 29, Zelenskyy said on social media. Russian drones also hit a passenger minibus in the southern city of Zaporizhzhia, killing three and wounding six, including a child, he said.</p><p>Russia drones also killed a 69-year-old woman and a 77-year-old man in the northeastern Sumy region, National Police said. Kharkiv Mayor Ihor Terekhov said a daytime Russian strike killed one person and wounded five others in the northeastern city.</p><p>Other deadly attacks occurred in at least six other regions of Ukraine, authorities said. No further details were immediately available.</p><p>Strikes leave some Ukrainians without power</p><p>Some customers in eight Ukrainian regions were left without power Monday after Russian strikes, while hot weather drove up electricity use as people turned on air conditioners, grid operator Ukrenergo said.</p><p>Zelenskyy renewed his plea for Europe to step up its development of air defenses to block Russia’s ballistic missiles.</p><p>“People need greater protection from such horrific attacks,” Zelenskyy said. “Above all, we need anti-ballistic capabilities. It is essential that Europe is as active as possible in developing its own anti-ballistic defense – its own systems and missiles.”</p><p>Putin says expanding Ukrainian drone attacks won't stop the war</p><p>A marked shift has taken place in the war in recent months, Western officials say, as Ukraine’s expanding drone strikes have brought fuel shortages in Russia and Russia-occupied territory. The attacks have weakened the Russian military’s supply lines to the front in eastern and southern Ukraine, slowing their advance, according to analysts.</p><p>Ukraine’s innovative drone engineering has given it an edge and made it a world leader in the technology’s military use. It is now helping partner countries after previously pleading for foreign military support.</p><p>Russian President Vladimir Putin on Sunday acknowledged that Ukrainian long-range drone strikes on Russia’s oil facilities have caused fuel shortages. The scarcity has triggered public anger and frustration as people wait in line for hours at gas stations.</p><p>But Putin ruled out making concessions to end the invasion and insisted that Russia will ultimately prevail in the war despite what he called “temporary” setbacks.</p><p>Kremlin spokesperson Dmitry Peskov said Russia’s position on Ukraine remains unchanged, insisting that Russian troops are continuing their front-line offensive.</p><p>Their effort “makes us confident that our goals will be achieved,” Peskov told reporters.</p><p>Russia's battlefield progress is waning, analysts say</p><p>The Institute for the Study of War, a Washington-based think tank, said the Kremlin's stance is an attempt to push the West and Ukraine to giving in to Russia’s demands.</p><p>But, it added, “Russia’s battlefield performance continues to decline in 2026 and Russia’s ability to seize its objectives militarily is in question.”</p><p>Russia’s Defense Ministry said that air defenses downed 209 Ukrainian drones from late Sunday through early Monday.</p><p>Ukraine’s air force said it shot down 82 of the 108 drones that Russia launched overnight.</p><p>___</p><p>Hatton reported from Lisbon.</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/V72OHNUGZZHROF2FLUHKINKW3Q.jpg?auth=ed35d6a2b72911c2786284431b325b4770166109feca993d377b33ac1ba8575a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Services on Monday, June 29, 2026, a rescue worker with paramedics move an injured man into an ambulance after a Russian drone strike on passengers minivan in Dnipropetrovsk region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEBWNN4V3EXIBILEFRQMO4AQWE.jpg?auth=ca3d39f27a578b1d76fe2339ef450c93170e0d0462fca76ea2efd51270ff1474&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Services on Monday, June 29, 2026, a passengers minivan is seen damaged after a Russian drone strike in Dnipropetrovsk region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5VK6C4IG2FKPTOGVNBP5R7CPS4.jpg?auth=d408aa0f2faac49126b854a6808aba0372d59b5faab9026543c907dbdde14298&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Services on Monday, June 29, 2026, a rescue worker puts out a fire of petrol station damaged by a Russian strike on Poltava region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NV52ZTQOHIMZHUVRUMWLZ4AUNU.jpg?auth=efecb3f3942264fe5e594f9627515c7d1a9eedf48f17fc20ba17325d8ef352db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Services on Monday, June 29, 2026, a rescue worker puts out a fire of a tractor destroyed by a Russian strike on Mykolaiv region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content></item><item><title><![CDATA[Una fuerte réplica sacude Venezuela mientras los rescatistas buscan sobrevivientes]]></title><link>https://www.local10.com/espanol/2026/06/29/una-fuerte-replica-sacude-venezuela-mientras-los-rescatistas-buscan-sobrevivientes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/una-fuerte-replica-sacude-venezuela-mientras-los-rescatistas-buscan-sobrevivientes/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Una fuerte réplica sacudió Venezuela a primera hora del lunes tras los devastadores terremotos consecutivos de la semana pasada, mientras civiles y equipos de emergencia seguían revisando entre las ruinas de edificios derrumbados en busca de sobrevivientes.]]></description><pubDate>Mon, 29 Jun 2026 12:29:16 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Una fuerte réplica sacudió Venezuela a primera hora del lunes tras los devastadores terremotos consecutivos de la semana pasada, mientras civiles y equipos de emergencia seguían revisando entre las ruinas de edificios derrumbados en busca de sobrevivientes.</p><p>La réplica, que se registró unos 27 kilómetros (17 millas) al norte de Caraballeda, en la costa caribeña de Venezuela, a las 7:01 de la mañana hora local, tuvo una magnitud de 4,6, según el Servicio Geológico de Estados Unidos. El servicio geológico de Colombia situó la magnitud en 5,1.</p><p>Jorge Rodríguez, líder de la Asamblea Nacional venezolana, indicó que no había reportes inmediatos de daños adicionales por el sismo, que hizo que residentes de la capital, Caracas, salieran gritando a las calles.</p><p>“Aquí estamos otra vez en la calle, no sé cuándo vamos a tener un momento de verdadera tranquilidad”, dijo Concepción Hernández, una ama de casa de 51 años, que evacuó su edificio de apartamentos en el municipio de Chacao, Caracas.</p><p>El temblor del lunes también sacudió la golpeada ciudad portuaria de La Guaira, donde equipos de rescate locales e internacionales trabajan contrarreloj desde que los dos terremotos azotaron el estado norteño hace cinco días.</p><p>El gobierno ha reportado 1.450 muertos por los sismos, mientras enfrenta crecientes críticas de venezolanos que consideran que su respuesta es insuficiente y queda opacada por los esfuerzos encabezados por civiles para rescatar a personas sepultadas bajo edificios colapsados. Se ha informado de miles más como desaparecidos.</p><p>Aunque la probabilidad de encontrar personas con vida disminuía con cada hora que pasaba, los rescatistas continuaron sacando a algunos sobrevivientes de entre los escombros, ofreciendo a familias angustiadas un atisbo de esperanza. Las primeras 48 a 72 horas después de un desastre natural son cruciales para las labores de rescate, aunque la supervivencia puede prolongarse si las personas tienen acceso a comida y agua.</p><p>La presidenta encargada de Venezuela, Delcy Rodríguez, dijo a última hora del domingo que, aunque ya se había superado ese umbral de tiempo, la búsqueda de sobrevivientes continuaría. Más de 2.600 rescatistas de todo el mundo han llegado con perros adiestrados de búsqueda y maquinaria, informó el gobierno.</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/X25RQJSKFKPVLNEJV2UZYDAHAU.jpg?auth=44b2ff285f991a3c4f22d70f7d2f018f464e3b7e1bb9c6c81e720fde7bf83dbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un niño duerme en la calle ante casas dañadas por los sismos en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Venezuelans search more earthquake ruins as aftershock rattles rescuers in disaster zone]]></title><link>https://www.local10.com/news/world/2026/06/29/venezuelans-search-more-earthquake-ruins-as-aftershock-rattles-rescuers-in-disaster-zone/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/venezuelans-search-more-earthquake-ruins-as-aftershock-rattles-rescuers-in-disaster-zone/</guid><dc:creator><![CDATA[By JUAN PABLO ARRAEZ and ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — With the window for finding survivors shrinking fast, Venezuelans combed Monday through more ruins of buildings toppled by last week’s powerful back-to-back earthquakes, and a 4.6 magnitude aftershock rumbled through the disaster zone in the northern state of La Guaira.]]></description><pubDate>Mon, 29 Jun 2026 18:26:28 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — With the window for finding survivors shrinking fast, Venezuelans combed Monday through more ruins of buildings toppled by last week’s powerful back-to-back earthquakes, and a 4.6 magnitude aftershock rumbled through the disaster zone in the northern state of La Guaira.</p><p>Relief organizations say the first 72 hours after a natural disaster is the most crucial time period for rescues, though survival can be extended if people have access to food and water. Five days after the twin quakes struck northern Venezuela, attention turned to the humanitarian crisis that was taking shape in devastated regions.</p><p>The death toll stood at more than 1,700 people, according to the government.</p><p>Major questions loomed about whether the cash-strapped government under acting President Delcy Rodríguez — who came to power in January after the Trump administration seized former President Nicolás Maduro — will be able to coordinate the effort needed to care for thousands of people who have been left homeless.</p><p>Facing criticism that authorities have done too little, too slowly, the government has promoted its rescue efforts on social and state-run media. On Monday, it shared footage of Rodríguez inspecting a school-turned-shelter for displaced people in the hard-hit northern town of Catia La Mar and survivors being lifted out of the ruins to applause.</p><p>But such bright spots are rare at the quake's epicenter, where families keep vigil at search sites.</p><p>“We have to stay strong, even without food, without sleep,” said Ana Rada, watching as civil defense workers looked for her brother. “Until I see the body, I still have hope.”</p><p>Aftershock rattles rescuers</p><p>Following a weekend of smaller aftershocks, Monday's temblor struck near the epicenter of last week's quakes — 27 kilometers (17 miles) north of Caraballeda on Venezuela’s Caribbean coast — and measured 4.6 magnitude, according to the United States Geological Survey. Colombia’s geological survey put the magnitude at 5.1.</p><p>Jorge Rodríguez, the leader of the Venezuelan National Assembly, said there were no immediate reports of additional damage, but the aftershock sent residents in the capital of Caracas screaming into the streets.</p><p>“Here we are again, back in the street. I don’t know when we’ll have a moment of true peace,” said Concepción Hernández, 51, who evacuated her apartment building in the Chacao municipality of Caracas.</p><p>The Caracas Metro said it would temporarily suspend service Monday to inspect infrastructure following the aftershock.</p><p>Questions over extent of US help</p><p>The disaster has raised expectations for the Trump administration, considering its takeover of Venezuela’s oil industry earlier this year.</p><p>In a briefing with reporters, a senior State Department official said 300 first responders sent from the U.S. are working on the ground — alongside dozens of other international rescue teams — and two dozen C-17 military transport planes arrive every day with supplies. Financial support from the U.S. now exceeds $300 million.</p><p>The American military is also assisting with some repairs, including damage to the port in La Guaira to enable the arrival of more relief supplies by sea. Another team is helping to manage air traffic after the quakes destroyed part of the control tower at Simón Bolívar International Airport in Caracas, said the official, who spoke on condition of anonymity because he was not authorized to speak publicly.</p><p>It seemed unlikely, however, that the Trump administration would grant temporary legal protections to Venezuelans as previous administrations have done for people from disaster-stricken countries already in the U.S. Such action was taken after earthquakes in 2010 in Haiti and 2001 in El Salvador.</p><p>Venezuelans have been a major focus of the Trump administration’s immigration crackdown, with officials revoking temporary legal protections for hundreds of thousands of Venezuelans and stepping up deportation flights.</p><p>Rescuers included a miner deported from the US</p><p>Among the rescuers digging through the rubble Monday in La Guaira was miner Jean Sosa, who said he was deported from the U.S. in January over a missed immigration court hearing and returned to Caracas last month, dazed by an odyssey that he said began in shackles at an Arizona immigration detention center. The journey involved traveling by bus through five countries after immigration agents left him in southern Mexico without his passport, phone or wallet.</p><p>Since arriving Wednesday in La Guaira to visit family and friends, Sosa has raced to pull people from the rubble in the absence of national rescue teams.</p><p>“I’m not involved in politics, but I believe many people could have been saved if there had been equipment and support from top authorities from the very beginning,” he told The Associated Press, wearing a helmet and a black T-shirt splotched with dust in the port city where he said he had already rescued 20 people alive.</p><p>Those rescues heartened him, he said, and gave him hope for more despite the lack of supplies. “We’re working without gloves, without equipment, borrowing supplies, improvising bandages and whatever else we can.”</p><p>Government and UN offer vastly different numbers of people affected</p><p>The full scale of the damage remained unclear. Jorge Rodríguez, who is the brother of the acting president, said that as of Monday, a total of 15,866 people had been affected, while the number of damaged or collapsed buildings had reached 855.</p><p>A preliminary assessment by NASA estimated that the earthquake damaged or destroyed 58,870 buildings. The assessment relied on radar imagery from the European Space Agency’s Sentinel-1 satellites, which can detect changes to infrastructure.</p><p>The United Nations has said that up to 6.8 million of Venezuela’s nearly 30 million residents may be affected, which could mean being displaced or losing access to essential services such as electricity and water.</p><p>Because of the chaos and poor cellphone service, many Venezuelans have turned to non-governmental digital databases to report their loved ones as missing. More than 50,000 people were reported missing on one such database, though it is unclear how many have been found.</p><p>___</p><p>DeBre reported from Buenos Aires, Argentina. Associated Press writers Jorge Rueda and Regina Garcia Cano in Caracas, Venezuela, and Gabriela Aoun Angueira in Tijuana, Mexico, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IWGIRQBDQN2X7ZVMPZCZ3LQBV4.jpg?auth=7165d8f5df9187a325728e7ecd1e13ed7d024bd0dc3f1233a9785e697a62b47d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents watch rescuers' efforts to reach survivors beneath the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, early Monday, June 29, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJBASP6SWB7NQNDHLNJKRUY3W4.jpg?auth=6cc440b579041bf5f5369063e11e798fb58a897eadf4dc388caff81d1ae06412&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteer Jean Sosa, who joined rescue teams searching for earthquake survivors, explains what he saw after going under the rubble of a building where rescuers are trying to reach trapped people in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EQM6VPWOZVHJDRPEDSHMRBTJDQ.jpg?auth=fe982d229a29799c63902ae603482bc31f55b610035df35b14d4607b14fd50c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble of a building that collapsed when earthquakes struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KGRAP6IG5JPJWO7UMF7E565I3I.jpg?auth=64ba427404e8aa7018a5a62bcde9bc2f998d8e6fa05ec823c2fd83869bda3894&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescuers searching for survivors run as an aftershock shakes the area five days after back-to-back earthquakes struck La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMRIPRPETRTEZJZHZDNFDBBMLE.jpg?auth=745390d6860d212ee71fc2e36394d6ca802ff00ddfcc0d4cb18570e82b39d317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescuer carries a girl pulled from the rubble four days after twin earthquakes struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Police: Father and daughter, 11, 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, Pablo Hernandez, Samiar Nefzi, Byron Tollefson]]></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 her father were shot while sitting inside a car in a Hallandale Beach McDonald’s parking lot Saturday afternoon, police confirmed to Local 10 News.</p><p><a href="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/">Leer en español</a></p><p>Hallandale Beach police said the girl and her father were innocent bystanders and were not involved in the altercation that led to the shooting.</p><p>Police said the family had just arrived at the McDonald’s in the 800 block of West Hallandale Beach Boulevard when the girl’s mother went inside to get food. They said the father and daughter remained in the vehicle waiting. </p><p>Investigators said an altercation started in the parking lot between other people and the father and daughter were shot while they were inside their car.</p><p>They said the girl was conscious and alert after being shot.</p><p>Both were transported to a local hospital and are in stable condition, with the girl having to undergo surgery.</p><p>Detectives remained at the scene reviewing surveillance footage and investigating the shooting. Police were also conducting a house-by-house search as they looked for the suspect, who remained at large, authorities said.</p><p>A spokesperson with the Broward Sheriff’s Office confirmed the Hallandale Beach Police Department is the lead agency on the case.</p><p>Hallandale Beach police Capt. Megan Jones told Local 10 News it’s believed one of the people involved in the shooting was a McDonald’s employee.</p><p>The Hallandale Beach Police Department is asking anyone with information, video footage, or knowledge that may assist detectives in this investigation to contact the Hallandale Beach Police Department at 954-457-1400.</p><p>Anyone wishing to remain anonymous may contact Broward Crime Stoppers at 954-493-TIPS (8477).</p><p><i>Local 10 News reporter Rosh Lowe contributed to this </i>story.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[‘The best news’: South Florida woman’s mother rescued from rubble after Venezuela earthquakes]]></title><link>https://www.local10.com/news/local/2026/06/28/the-best-news-south-florida-womans-mother-rescued-from-rubble-after-venezuela-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/the-best-news-south-florida-womans-mother-rescued-from-rubble-after-venezuela-earthquakes/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A South Florida woman’s mother survived the Venezuela earthquakes after being pulled from the rubble of a collapsed building.]]></description><pubDate>Sun, 28 Jun 2026 22:24:13 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman’s mother survived <a href="https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/">the Venezuela earthquakes</a> after being pulled from the rubble of a collapsed building.</p><p>Paola Ramos said her 54-year-old mother, Carla, was beneath the rubble for three days before being rescued.</p><p>“I called my family,” Ramos said. “I couldn’t find my mom.”</p><p>Ramos spent the next 72 hours unsure if her mother was dead or alive.</p><p>“It’s frustrating, but I’m really connected with my people,” she said. “I was trying to do my best. I used my social media platforms to spread the news.”</p><p>She posted videos to Instagram, expressing fear that her mother’s building was being overlooked.</p><p>“I thought for two days she was dead because the building was really collapsed,” Ramos said. “It was on the floor.”</p><p>Learning of her mother’s rescue was “the best news,” Ramos said.</p><p>Since the devastating twin earthquakes, the United Nations estimates at least 243 people have been pulled from the rubble alive as the death toll continues to climb.</p><p>Ramos credits her mother’s faith for keeping her alive.</p><p>“She’s really shocked,” Ramos said. “She was there working, taking care of a child.”</p><p>The 6-year-old boy she was taking care of did not survive, Ramos said, dying of dehydration.</p><p>“Right now, we are not thinking. We have no time to process,” Ramos said. “Venezuela was not prepared for this.”</p><p>Humanitarian relief efforts have been well underway since the natural disaster occurred.</p><p>Two highly trained South Florida teams, Florida Task Force One and Two, were dispatched to the scene to aid in the search-and-rescue effort.</p><p>Many are stopping by local donation sites.</p><p>“It’s amazing,” Ramos said. “We need help.”</p><p>Ramos had a message for those in Venezuela: “Keep going; have faith.”</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[A look back at 1983 when Florida became launch site that helped shape space race]]></title><link>https://www.local10.com/features/2026/06/29/a-look-back-at-1983-when-florida-became-launch-site-that-helped-shape-space-race/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/29/a-look-back-at-1983-when-florida-became-launch-site-that-helped-shape-space-race/</guid><description><![CDATA[Take a quick trip back to 1983 for a brief history of how Florida became the launch site that helped shape the space race.]]></description><pubDate>Mon, 29 Jun 2026 12:09:18 +0000</pubDate><content:encoded><![CDATA[<p>Take a quick trip back to 1983 for a brief history of how Florida became the launch site that helped shape the space race.</p>]]></content:encoded></item><item><title><![CDATA[UC Berkeley is establishing the Nancy Pelosi Institute to address democracy's challenges]]></title><link>https://www.local10.com/news/politics/2026/06/29/uc-berkeley-is-establishing-the-nancy-pelosi-institute-to-address-democracys-challenges/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/uc-berkeley-is-establishing-the-nancy-pelosi-institute-to-address-democracys-challenges/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Former House Speaker Nancy Pelosi is pointing to a busy retirement next year. She and the University of California, Berkeley, are partnering to form a new nonpartisan academic institute they say will be dedicated to strengthening democracy.]]></description><pubDate>Mon, 29 Jun 2026 12:06:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former House Speaker Nancy Pelosi is pointing to a busy retirement next year. She and the University of California, Berkeley, are partnering to form a new nonpartisan academic institute they say will be dedicated to strengthening democracy.</p><p>Pelosi, a Democrat who has represented San Francisco for nearly 40 years and is not seeking reelection, will also participate in the organization's academics by co-teaching a course on Congress. The Nancy Pelosi Institute for Representative Democracy will launch in January.</p><p>“I am honored to partner with this exceptional community of scholars and students so we can equip the next generation with the tools they need to strengthen our democratic institutions and forge a future that serves the public good,” Pelosi said.</p><p>The university says the institute will be focused on four pillars: strengthening America's democratic institutions; overcoming challenges to society, the economy and the planet; promoting human and civil rights; and ensuring political leadership that represents the full spectrum of perspectives and backgrounds.</p><p>Examples of the research that will be pursued include how to address climate change and wealth inequality and which electoral changes could be made to reduce voter polarization.</p><p>The Nancy Pelosi Institute has already received more than $35 million in philanthropic commitments. UC Berkeley Chancellor Rich Lyons said the institute aligns with the university's commitment to foster civil discourse and prepare students to lead with integrity on the global stage. The institute will be anchored in the university's political science department.</p><p>“We intend to do more than simply study democracy,” Lyons said. “We are building this institute to strengthen it.”</p><p>The institute will also be home to an exhibit chronicling Pelosi's career, a remarkable arc that included two stints as House speaker. Republican George W. Bush was completing the final two years of his presidency when she became the first female speaker. She continued during Democrat Barack Obama's first two years as president, helping muscle his landmark Affordable Care Act into law.</p><p>The second stint served as a check on President Donald Trump, a Republican who was impeached twice by the House but acquitted in the Senate.</p><p>One of Pelosi's most enduring images will be of her tearing up her copy of Trump's 2020 State of the Union address. She held up what remained of the address to her family in the gallery and explained to reporters that “it was a manifesto of mistruths.” Republicans were harshly critical of her action.</p><p>Trump was no fan of Pelosi. He responded to news of Pelosi's retirement last year by telling reporters he was glad she would be leaving Congress.</p><p>Pelosi, 86, remains a powerful figure in Democratic politics, particularly in her home state of California. Since stepping aside from leadership in 2023, she has served as a rank-and-file member of the House unlike any other, a speaker emerita engaged in the daily business of legislating while providing counsel to the next generation of Democratic leadership.</p><p>___</p><p>Follow the AP's coverage of Nancy Pelosi at https://apnews.com/hub/nancy-pelosi.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJSNTLWKCDFMLDAVMH3DPK57VY.jpg?auth=0999a3fc498f181ebcdbaad11af43fc202d4b58af500f2c232383c1c03805100&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Nancy Pelosi, D-Calif., speaks at an event at the U.S. Capitol, March 25, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[4 dead amid flooding caused by heavy rains, Kentucky governor says]]></title><link>https://www.local10.com/news/national/2026/06/29/4-dead-amid-flooding-caused-by-heavy-rains-kentucky-governor-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/4-dead-amid-flooding-caused-by-heavy-rains-kentucky-governor-says/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FRANKFORT, Ky. (AP) — Four people have died due to flooding from thunderstorms in Kentucky, Gov. Andy Beshear said Saturday, and he declared a state of emergency with additional rainfall expected.]]></description><pubDate>Mon, 29 Jun 2026 12:05:37 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFORT, Ky. (AP) — Four people have died due to flooding from thunderstorms in Kentucky, Gov. Andy Beshear said Saturday, and he declared a state of emergency with additional rainfall expected.</p><p>Flash flood warnings were in effect Saturday for parts of Kentucky and Indiana amid heavy rainfall, according to the National Weather Service.</p><p>The agency late Saturday afternoon said between 4 and 10 inches of rain had already fallen in some parts of southwestern Indiana, with more possible. Beshear’s office said up to 7 inches of rain were expected in parts of his state through the late evening.</p><p>He said on social media that three people had died in Madison County and one in Jackson County due to flooding.</p><p>Two of the flood victims, a man and a woman, were found dead inside their house after floodwaters inundated a section of the city of Richmond, Kentucky, and trapped residents inside their homes, according to the Madison County coroner’s office.</p><p>Another victim was extracted from a vehicle trapped in floodwaters on Tates Creek Road near Lexington, the coroner’s office said.</p><p>Carlos Coyle, the deputy Madison County coroner, said search and rescue teams were going door to door searching for victims in hard-hit areas. Some areas still were not accessible, he said.</p><p>Beshear said on social media there were “significant roads underwater” in Madison County. He also said at least 12 state roads were “out of commission” because they were flooded.</p><p>“This is a serious flooding event, where teams have already had to conduct multiple water rescues from vehicles and homes across the commonwealth,” he said in a separate statement. “As more heavy rain continues through late tonight, we need folks to remain alert and to avoid driving, especially after dark when there is limited visibility.”</p><p>In northwest Kentucky, just outside Louisville, Bullitt County emergency management officials asked residents of a rural road to evacuate as a precaution after a landslide at a dam embankment. The dam was holding, and there was no indication of imminent failure, they said.</p><p>The area saw about 3 inches of rain in the past two days, according to the National Weather Service.</p>]]></content:encoded></item><item><title><![CDATA[Shooting in northern Germany leaves 6 people dead. Suspected shooter arrested]]></title><link>https://www.local10.com/news/world/2026/06/29/shooting-in-northern-germany-leaves-6-people-dead-suspected-shooter-arrested/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/shooting-in-northern-germany-leaves-6-people-dead-suspected-shooter-arrested/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A shooting at a youth welfare facility in northern Germany on Monday left six people dead, police said. The suspected shooter was arrested.]]></description><pubDate>Mon, 29 Jun 2026 15:47:29 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A shooting at a youth welfare facility in northern Germany on Monday left six people dead, police said. The suspected shooter was arrested.</p><p>Five people – four women and one man – died at the scene of the shooting in Stade, police said. A sixth, also an adult, died later at a hospital.</p><p>Police said several people were wounded, some of them seriously, German news agency dpa reported, but they did not give a specific figure or information on the victims’ identity.</p><p>Police said the shooting took place in the facility on Dankersstrasse, a street south of the town center. The facility includes temporary accommodation for pregnant women or young mothers with children.</p><p>There was no immediate word on a possible motive.</p><p>A main suspect was arrested, while another two people were subject to “police measures” on suspicion of involvement, police said in a statement. They didn't elaborate.</p><p>Video footage after the shooting showed a large police presence, along with other emergency service personnel and several ambulances on a residential street.</p><p>Germany’s gun laws are more restrictive than those in the United States, and mass shootings are rare but not unheard of.</p><p>Vitali Mertens, who lives across the street from the scene, said he heard gunshots and “the whole area was cordoned off right away.”</p><p>Stade has about 50,000 inhabitants and is located about 40 kilometers (25 miles) from Hamburg.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SBJY2ZS3XBQFON5MYS5RNOHBYM.jpg?auth=1c8bc9ef5c1298c9f81d248b2c6f0386a3221d7c0685bf328ae0b5d03e06b574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from a video, emergency responders, residents and police in Stade, Germany, Monday, June 29, 2026 after five people were killed in a shooting on Monday at a youth welfare facility in the northern German town of Stade, police said. (NWM-TV via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UAPGDQ2UNOC5KGESTGLP32QQK4.jpg?auth=9cb61b8ccaed1b89b896beb6bb6a41207604b90f48f9b3e8290cd666884a1a55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the location of Stade in Germany. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPOEE5BL2WZDDDLVD7BEVJ35SE.jpg?auth=f09da9dc9f7451f2bfbd0c813ebe6ce6f799937d5d2467d2af06dd7ff280d9c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from a video, emergency responders, residents and police in Stade, Germany, Monday, June 29, 2026 after five people were killed in a shooting on Monday at a youth welfare facility in the northern German town of Stade, police said. (NWM-TV via AP)]]></media:description></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Colorado's state primary]]></title><link>https://www.local10.com/news/politics/2026/06/29/ap-decision-notes-what-to-expect-in-colorados-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/ap-decision-notes-what-to-expect-in-colorados-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Democratic voters in Colorado will decide in a state primary Tuesday which of two well-known statewide officeholders to nominate to replace term-limited Democratic Gov. Jared Polis. Republicans will also choose a nominee for governor, while voters across the state will finalize general election matchups for U.S. Senate and U.S. House.]]></description><pubDate>Mon, 29 Jun 2026 11:31:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Democratic voters in Colorado will decide in a state primary Tuesday which of two well-known statewide officeholders to nominate to replace term-limited Democratic Gov. Jared Polis. Republicans will also choose a nominee for governor, while voters across the state will finalize general election matchups for U.S. Senate and U.S. House.</p><p>The Democratic gubernatorial primary between U.S. Sen. Michael Bennet and state Attorney General Phil Weiser will not only determine who might lead Colorado as President Donald Trump wages what Weiser has described as a “ revenge campaign ” against the state and its outgoing governor, but it could also create an opening in the closely divided U.S. Senate.</p><p>If Bennet wins the nomination and the general election, he would need to vacate his U.S. Senate seat, allowing the governor to name a replacement until the next general election in 2028. Bennet has said that he would hold his seat right up until taking office and appoint his own replacement, rather than allowing Polis to make the pick.</p><p>In a June 4 debate, Bennet said he would appoint a replacement under the age of 50. Of the four Democrats in Colorado’s congressional delegation, three are under 50: Jason Crow, Joe Neguse and Brittany Pettersen. All have endorsed Bennet.</p><p>One name Bennet already eliminated from consideration was Polis, saying his decision to commute the sentence of election conspiracy theorist and imprisoned former Mesa County Clerk Tina Peters was disqualifying. Peters’ conviction over her role in a security breach of county election equipment after the 2020 election became a rallying cry for Trump and his supporters.</p><p>If Weiser becomes governor, Bennet would serve out the remaining two years of his term, a scenario that has prompted some Weiser supporters to brandish bumper stickers that read “Weiser for governor! Bennet for Senate.”</p><p>This is the second office Bennet has sought while serving in the U.S. Senate. In 2019, he briefly sought the Democratic presidential nomination. This year, he is one of four sitting senators running for governor, which is the most in recent history.</p><p>The winner will face either state Rep. Scott Bottoms, state Sen. Barb Kirkmeyer, or pastor and Marine Corps veteran Victor Marx as the Republican nominee. Marx leads the GOP field in fundraising, with about $2.8 million in contributions and about $200,000 in the bank heading into the campaign’s final 20-day stretch. Marx more than doubled Kirkmeyer’s and Bottoms’ combined totals in each category.</p><p>According to Colorado Secretary of State records, Marx is the beneficiary of more than $400,000 in spending on TV and digital advertising from outside groups supporting his campaign. He’s also the target of a several hundred-thousand-dollar ad campaign opposing him and supporting Kirkmeyer. Another group has spent a small amount on social media and email advertising opposing Marx and supporting Bottoms.</p><p>On the Democratic side, Weiser has raised about $6.5 million in contributions, compared to about $4.8 million for Bennet. Both candidates also have the backing of outside groups who have spent millions in support of their campaigns and against the other.</p><p>Democrats have won nine of the last 11 elections for Colorado governor and have held the office since 2007.</p><p>At the top of the ballot, first-term Democratic U.S. Sen. John Hickenlooper faces a primary challenge from state Sen. Julie Gonzales. The winner will face Republican state Sen. Mark Baisley, who is unopposed in his primary.</p><p>One of the top U.S. House races to watch in November will be in the 8th Congressional District in the northern Denver suburbs, where Republican U.S. Rep. Gabe Evans seeks a second term. The Democratic nominee will be either former state Rep. Shannon Bird or state Rep. Manny Rutinel. The seat will be key to determining control of the chamber.</p><p>El Paso County and the city and county of Denver are the most populous jurisdictions in the state. Arapahoe, Jefferson, Adams and Douglas counties, which surround Denver, also have large populations, as do Larimer, Weld, Boulder, Pueblo and Mesa.</p><p>These 11 counties comprise about 87% of the state’s total registered voters and are critical sources of primary votes for both parties. However, Republican-leaning El Paso and Douglas counties tend to be more influential in Republican primaries, while heavily-Democratic Denver and Boulder counties tend to play a larger role in Democratic primaries.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. MT, which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, secretary of state, attorney general, university regent, state Senate and state House.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or unaffiliated voters may participate in the Democratic, Republican or Unity Party primaries.</p><p>How many voters are there?</p><p>As of June 1, there were about 4.4 million registered voters in Colorado. That includes about 1.1 million registered Democrats, about 997,000 registered Republicans and about 2.3 million voters not affiliated with any party.</p><p>How many people actually vote?</p><p>In 2022, when Democratic incumbents were running for renomination for both U.S. Senate and governor, roughly 520,000 people voted in the Democratic primaries and about 633,000 in the Republican primaries.</p><p>In 2020, when there was a Republican incumbent U.S. Senator running for renomination, about 999,000 voters cast ballots in the Democratic primary and about 555,000 in the Republican primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>Elections in Colorado are conducted predominantly by mail. As of Thursday, about 327,000 Democratic primary ballots and about 228,000 Republican primary ballots have already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>In most Colorado counties, the first vote update of the night tends to include a mix of results from mail, early in-person and Election Day in-person voting. Since Colorado elections are conducted primarily by mail, mail voting results are released throughout the night, along with results from other voting methods.</p><p>How long does vote-counting usually take?</p><p>In the 2022 state primary, the AP first reported results at 9:04 p.m. ET, or four minutes after polls closed. By 12 a.m. ET, about 79% of the vote had been counted. The last vote update of the night was at 4:05 a.m. ET with about 90% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>In Colorado, an automatic recount is triggered if the margin between the top two vote-getters is 0.5% or less of the leading candidate’s vote total. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 126 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GOP2HEDLSP3QYDLZ6BOP522IRU.jpg?auth=f1bc37363793f413ac2463b4f3172c63807a78573c9b90ff588e831fb8813314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Michael Bennet, D-Colo., announces his plan to run for Colorado's governorship in the 2026 election at an event outside the Museum of Nature and Science, April 11, 2025, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[House Republicans are looking to get their agenda on track after a chaotic week]]></title><link>https://www.local10.com/news/politics/2026/06/29/house-republicans-are-looking-to-get-their-agenda-on-track-after-a-chaotic-week/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/house-republicans-are-looking-to-get-their-agenda-on-track-after-a-chaotic-week/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — With a social media assist from President Donald Trump, House Speaker Mike Johnson is looking this week to ease the divisions in his Republican ranks and make progress on key legislative priorities before this fall's elections.]]></description><pubDate>Mon, 29 Jun 2026 11:16:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — With a social media assist from President Donald Trump, House Speaker Mike Johnson is looking this week to ease the divisions in his Republican ranks and make progress on key legislative priorities before this fall's elections.</p><p>Johnson sent lawmakers home early last week after tumult in his conference prevented the House from voting on two spending bills and a measure dealing with veterans' benefits. Meanwhile, the list of legislative priorities only grew with Trump requesting $87.6 billion in new spending, mostly to cover the cost of the war with Iran.</p><p>The week ahead could signal whether Johnson can turn a short summer in Washington into a productive work period that voters will reward in November.</p><p>“We have got a lot more to do. We have got to keep it going,” Johnson told Fox News Channel’s "Sunday Morning Futures."</p><p>Johnson, of Louisiana, went to the White House moments after the House wrapped up its abbreviated workweek and returned with a coveted Trump social media post telling Republicans to quit voting down the procedural rules that allow for final votes on their legislative priorities.</p><p>“No more grandstanding, please!" Trump wrote.</p><p>Before Trump's message, Republican and Democratic lawmakers were openly doubting whether the House would even return this week or just follow the Senate's lead and break for the July Fourth holiday.</p><p>“I got to have everybody working here on all cylinders, and I’m excited to bring them back," Johnson said on Fox.</p><p>A promising week quickly turns sour for Republicans</p><p>The House began last week with a legislative victory that speaks to voters' concerns about affordability, passing bipartisan legislation aimed at lowering the cost of housing. It was the culmination of years of work by members on both sides of the political aisle.</p><p>But Trump abruptly called off the bill signing ceremony, saying he would not act until Congress passed legislation that requires proof of citizenship for those registering to vote. Johnson said he will send the housing bill to Trump on Monday and hopes the Republican president signs it with the “biggest, boldest marker that he has.”</p><p>Hard-liners in the House have also taken up Trump's demand for the elections bill. More than two dozen of them have signed a letter pledging to vote against any Senate bills unless the elections legislation is attached. Rep. Anna Paulina Luna, R-Fla., led the blockade that prompted Johnson to send lawmakers home early.</p><p>Democrats seized on the Republican gridlock.</p><p>”This is the incredibly pathetic Congress," said Rep. Jim McGovern, D-Mass. "The fact they can't get their act together, can’t establish discipline to keep this place running, is stunning. I’ve never seen such incompetence.”</p><p>Republicans also voiced their frustration.</p><p>“I just think it’s a very self-defeating position for anyone to take, that they’re going to shut everything down over one issue,” said Rep. Brian Fitzpatrick, R-Pa.</p><p>But Rep. Andy Harris, R-Md., predicted there will be more gridlock ahead unless a bill that includes the elections legislation is sent to Trump. While the House has already passed a version of the measure, it has stalled in the Senate.</p><p>“Yeah, I think everything is going to be held up until we come to an agreement on voter ID and especially confirming the citizenship of Americans before they register to vote," Harris said.</p><p>Asked if Americans want Congress to be advancing other priorities besides the voting bill, known as the SAVE America Act, Harris replied. “I think they truly believe that this is a very important bill. I’m not sure they believe that a lot of the other things we’re doing here in Washington are very important.”</p><p>The test ahead is on an important defense bill</p><p>Trump's admonition to House Republicans to quit voting down their own procedural rules will be put to the test this week. Leadership is expected to tee up a vote on an annual defense policy bill, must-pass legislation that calls for some of the increased spending that Trump wants for the Pentagon.</p><p>Luna, a Trump ally, was making no promises about standing down, even after the president's social media post. She has proposed attaching the elections legislation to the defense bill. Because of the narrow Republican majority, it takes only a few Republican “no” votes to block a bill from advancing to a final vote.</p><p>“If they want my vote, they should entertain it, debate it, and if they block it, then we’ll see. But that’s how you get my vote," Luna told reporters.</p><p>There's little time left for top GOP priorities</p><p>The House is scheduled to be in session for only about 28 days before the midterm elections. The lawmakers are out for virtually all of August and October, giving them additional time to campaign back home for reelection.</p><p>In that window, they must pass bills to keep the government running beyond the Sept. 30 end of the budget year. They also aspire to pass a bill on a party-line basis that would include more defense spending, partially paid for by cuts in other programs. Republicans have billed their effort as going after waste and fraud.</p><p>It would be the successor to the big tax and spending cut bill that Republicans passed last year. That measure extended the tax cuts passed in Trump's first term and expanded tax breaks for those who get income through tips and overtime. The bill also focused on boosting immigration enforcement, paid in part through reduced spending on Medicaid and nutrition assistance.</p><p>Johnson has talked optimistically about being able to pass such a bill before the August recess. He met with members of the House Budget Committee last week as they try to find a path forward. But Republican senators are not counting on it. There are also doubters in the House, given the difficulty of the process that is required to bypass a filibuster in the Senate.</p><p>“I’m just not seeing a path forward on it," said Republican Rep. David Valadao, who represents a perennial swing district in California's farm belt.</p><p>But Budget Committee Chairman Jodey Arrington, R-Texas, said members are close to a framework. He predicted it will be politically rewarded if they are able to address election integrity and curb waste and fraud.</p><p>“We have to energize our base, and we have to address the enthusiasm gap," Arrington said.</p><p>___</p><p>AP Congressional Correspondent Lisa Mascaro contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYFIBXTCCCJ72OHBTV7SFW6R5U.jpg?auth=37bf74fc72cab75244b7f87752e4eb8c27f5ec2645abfccb0ad0238016ccb0f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Speaker Mike Johnson of La., arrives at the White House ahead of the UFC Freedom 250 on the South Lawn, Sunday, June 14, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LNLGNHN5AWEIAUEAAVSWIQ2TIU.jpg?auth=6c3e8ac5f8378baf761375ca5b97f40cbc2b10606472906c1f344d590b392cf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Speaker Mike Johnson of La., arrives before President Donald Trump speaks at the opening of the Great American State Fair on the National Mall, Wednesday, June 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T24UF7Z4EIVLC4DI2ZGKJVXTHQ.jpg?auth=2164271b4c504914f6d9e98e07dc91b20acef740551f1e1243b784ed0d032400&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen at sunset, Thursday, June 25, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Award-winning Miami chef expands culinary vision with gourmet baguette delivery service]]></title><link>https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</link><guid isPermaLink="true">https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.]]></description><pubDate>Mon, 29 Jun 2026 11:04:00 +0000</pubDate><content:encoded><![CDATA[<p>Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.</p><p>Recently named “Best Chef in Miami” by <i>Aventura Magazine</i>, Ostrow is the founder and executive chef of <a href="https://maisonostrow.com/" target="_self" rel="" title="https://maisonostrow.com/">Maison Ostrow</a>, a French kosher restaurant in North Bay Village. Her newest venture, <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">Maison Baguette</a>, delivers handcrafted gourmet sandwiches inspired by cuisines from around the world.</p><p>For Ostrow, the journey began long before she opened her Miami restaurant.</p><p>“I’m the happiest when I’m around food,” she said.</p><p>Growing up in France, she developed her love of cooking at her grandparents’ country home, where large family gatherings revolved around the kitchen table.</p><p>“My grandparents had a country house where everybody would meet on the weekend — all the cousins, the uncles and everyone,” Ostrow recalled. “It was like a constant revolving door of food.”</p><p>Inspired by those family meals, Ostrow trained under some of France’s most accomplished chefs before eventually relocating to South Florida.</p><p>Determined to bring authentic French cuisine to Miami’s kosher dining scene, she opened Maison Ostrow, assembling a kitchen staff trained in France under Michelin-starred chefs.</p><p>“For me to open a restaurant that was kosher and French, I needed to have a real kitchen,” Ostrow said. “The guys with me in my kitchen were trained in France under Michelin-star chefs. They know their stuff.”</p><p>The restaurant’s menu features dishes including smoked salmon crêpes, caramelized miso black cod, homemade pastas, risottos, veal, lamb and duck.</p><p>But despite her extensive fine-dining menu, Ostrow admits one food has always been her favorite.</p><p>“I’m obsessed with a sandwich,” she said. “I can eat sandwiches every day. If you want to invite me over for dinner, just tell me you’re making a sandwich. I’m coming.”</p><p>That passion inspired Maison Baguette, a delivery-only concept centered around freshly baked French bread filled with globally inspired recipes.</p><p>Rather than creating traditional deli sandwiches, Ostrow designed a menu featuring about 25 different combinations inspired by favorite dishes from around the world.</p><p>“We picked dishes, not sandwiches, from all over the world that we love,” she said. “It can be sweet-and-sour sesame chicken representing Asia, a Greek salad with chicken, or steak frites with peppercorn sauce.”</p><p>Each sandwich is served on homemade baguettes developed specifically for delivery.</p><p>Perfecting the bread took months of testing.</p><p>“The work was literally five full months to perfect that baguette,” Ostrow said. “We imported flour from all over the globe, and we made it happen. Now we’re open, we’re thriving, and I couldn’t be prouder of my little baguette.”</p><p>Customers can also order VIP meal boxes that include fries, a dessert and a drink.</p><p>With Maison Ostrow continuing to serve diners in North Bay Village and Maison Baguette expanding her reach across South Florida, Ostrow hopes to continue sharing the French culinary traditions that first inspired her around her grandparents’ kitchen table.</p><p>Maison Baguette sandwiches can be ordered online through the company’s <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">website</a> or mobile app.</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[180-acre brush fire burns in west Broward County]]></title><link>https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/</guid><dc:creator><![CDATA[Pablo Hernandez, Brett Knese]]></dc:creator><description><![CDATA[A brush fire is burning in west Broward County Sunday evening.]]></description><pubDate>Sun, 28 Jun 2026 21:15:29 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire is burning in west Broward County.</p><p><a href="https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/">Leer en español</a></p><p>As of Monday morning, the fire had grown to about 180 acres near the Sawgrass Expressway and Commercial Boulevard, according to authorities.</p><p>“It’s pretty crazy man,” said bystander Troy Budoski. “You see the red fire from all the way over here. It’s burning pretty good. Burning hot!”</p><p>The fire erupted Sunday afternoon, immediately torching about 100 acres and spreading further west.</p><p>Traffic cameras miles away show the massive, thick smoke clouds off in the distance.</p><p>“I never knew it would catch on fire and it’s right here. It’s not that far away,” a man named Connor said. “I was driving north on the expressway and I saw it, so I thought, I’m gonna be nosey and check it out. Sure enough, you can still see the fires, which is pretty crazy.”</p><p>Officials are monitoring the fire as it continues to burn in the area.</p><p>“Biggest thing for me is, how is the fire department going to contain this?” Connor wondered.</p><p>As of Monday morning, the fire was 0% contained.</p><p>This is the beginning of yet another firefight in what has been a busy fire season.</p><p>Tens of thousands of acres have been scorched just in the last few months.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[June 29: Another hot, humid day with afternoon storms ]]></title><link>https://www.local10.com/weather/2026/06/29/june-29-another-hot-humid-day-with-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/29/june-29-another-hot-humid-day-with-afternoon-storms/</guid><description><![CDATA[Happy Monday! Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-108 degrees.]]></description><pubDate>Mon, 29 Jun 2026 10:44:29 +0000</pubDate><content:encoded><![CDATA[<p>Happy Monday! Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-108 degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland so much of the metro/coastal areas will stay dry and very hot. Saharan dust will provide for limited rain chances with hazy sunrises and sunsets. A brush fire continues to burn over inland Broward County, with southeast breeze smoke and haze pushing inland over the Everglades. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Kara Swisher took Silicon Valley by force. Now she's eyeing influence in the 2028 campaign]]></title><link>https://www.local10.com/business/2026/06/29/kara-swisher-took-silicon-valley-by-force-now-shes-eyeing-influence-in-the-2028-campaign/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/kara-swisher-took-silicon-valley-by-force-now-shes-eyeing-influence-in-the-2028-campaign/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Kara Swisher is everywhere.]]></description><pubDate>Mon, 29 Jun 2026 12:41:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Kara Swisher is everywhere.</p><p>She's filling in for Joy Behar on ABC's “The View.” Appearing alongside Meryl Streep in “The Devil Wears Prada 2.” Starring in a CNN documentary. Preparing a national tour. And churning out four podcasts most weeks featuring long-form interviews and commentary.</p><p>It's a ubiquity born of more than three decades chronicling the technology industry with a professed indifference to power that vaulted her into a rare echelon of journalism celebrity.</p><p>She harnessed that reputation to persuade rivals Steve Jobs and Bill Gates to appear onstage together and make Mark Zuckerberg so uncomfortable under questioning that he broke out into a sweat. She had Elon Musk's cellphone number — the two aren't currently speaking — and often texts tech and business leaders.</p><p>She's betting the influence that made her a Silicon Valley force will translate into politics as podcasts supplant traditional media as a destination for candidates seeking attention.</p><p>During Republican President Donald Trump's second term, potential Democratic presidential candidates ranging from California Gov. Gavin Newsom and former Vice President Kamala Harris to onetime Transportation Secretary Pete Buttigieg and former White House chief of staff Rahm Emanuel have appeared on Swisher's shows. She expects that roster to grow.</p><p>“We get called by all the presidential candidates,” the 63-year-old Swisher said in an interview at her home in a leafy corner of Washington, where her trademark high self-regard was on display. “We’re going to get to all of them.”</p><p>Swisher is hardly the only podcaster talking politics. Conservatives like Megyn Kelly and Tucker Carlson and some liberals like the former Barack Obama aides who host “Pod Save America” have larger audiences. They're all dwarfed by Joe Rogan.</p><p>But Swisher, who has evolved from a traditional print journalist to business owner and podcast host, has few rivals who can match her technology expertise and connect those observations to the broader political debate.</p><p>“When I first went on her podcast when I just got into Congress in 2017, she was very well respected in tech circles,” said Rep. Ro Khanna, a California Democrat whose district includes Silicon Valley. “But now she's emerged as a larger cultural force, especially at a time where there's such anger at the tech billionaires and tech arrogance.”</p><p>Interviews that produce revealing moments</p><p>When she's not on the road, Swisher typically records from a basement studio in the Washington home she shares with her wife, children and a cat named Lovely. The conversations on her interview podcast “On with Kara Swisher” are often referenced later on “Pivot,” which she co-hosts with entrepreneur Scott Galloway.</p><p>They frequently produce revealing moments, as when Newsom filled in for Galloway on “Pivot.” Swisher derided him for being too easy on Steve Bannon when the longtime Trump aide appeared on Newsom's own podcast.</p><p>“You had an opportunity to engage,” Swisher pressed. “Why not engage?”</p><p>The typically self-possessed Newsom conceded, “I'm not the pro that some of these others are, but I appreciate the insight.”</p><p>Swisher pushed Buttigieg on why he took so long to say President Joe Biden, a fellow Democrat, shouldn't have sought reelection. Buttigieg said he wasn't consulted.</p><p>“Sure, but you have eyes,” Swisher responded.</p><p>Her interview with Harris captured the former vice president's tenacious side as she called policies from Trump's Health and Human Services secretary, Robert F. Kennedy Jr., “f----- up.” Harris said gravely that she “can't laugh” about such matters, though Swisher noted on a later podcast that the two had just joked about Kennedy backstage.</p><p>“Be the person backstage because that's the person who gave a great answer,” Swisher said in the later podcast.</p><p>In an interview, Newsom said Swisher “calls out my bulls—-.”</p><p>“She'll send me missives unsolicited,” he said. “She's usually right, and it drives me crazy.”</p><p>Sen. Mark Warner, a Virginia Democrat who has long known Swisher, agreed that being interviewed by Swisher is “not a layup.”</p><p>Even Sen. Thom Tillis of North Carolina, a rare Republican to go on her show, said it was a worthwhile experience despite being pressed on whether his willingness to speak out against the Trump White House emerged only after he opted against reelection.</p><p>“If you’re a politician, you should be able to walk up anywhere and hold your own,” Tillis said. “Do the prep, get on the show. You may end up having an opportunity, like in my experience, to give a completely different perspective.”</p><p>‘Pivot’ was initially focused on tech and business</p><p>Shaping the political conversation wasn't the objective when “Pivot” launched in 2018.</p><p>Galloway, who hosts his own “Prof G” and “Raging Moderates” podcasts, recalled the idea for “Pivot” was to focus on the intersection of technology and business. That's still much of the show's focus, but the biggest stories in those spaces, such as the initial public offering for Musk's SpaceX or the rise of artificial intelligence, are now inevitably linked to politics.</p><p>“Show me a big business or tech story, and I'm going to show you a political overlay,” Galloway said.</p><p>The expansion converges with a sense of urgency among Democrats to be more aggressive on digital platforms, where audiences are increasingly concentrated.</p><p>“The single most important quality that every candidate needs to have is the ability to talk and the ability to talk anywhere,” said Teddy Goff, the co-founder of Precision Strategies and the digital director for Obama's 2012 presidential campaign. “That might mean a two-hour podcast interview. It might mean a 15-second digital video.”</p><p>Democrats are still stung by Rogan's nearly three-hour Trump interview in the final weeks of the 2024 campaign. Rogan, who doesn't consider himself a journalist, has said Harris' campaign didn't agree to his terms. Harris has described being spurned by Rogan.</p><p>Swisher agreed Democrats should embrace podcasts but insisted she's not a left-leaning counter to Rogan.</p><p>“You can’t manufacture this stuff,” she said. “It just doesn’t work, right? The kids like what the kids like.”</p><p>Still, the podcasts add up to influence and financial success.</p><p>Galloway said “Pivot,” which is effectively a joint venture between himself, Swisher and Vox Media, will be a $15 million to $20 million business this year. With a staff of just five, that's a robust moneymaker as media is disrupted by a wave of mergers and acquisitions.</p><p>Vox Media itself has been reborn after a recent acquisition by James Murdoch, who swept New York magazine, the Vox Media Podcast Network and the Vox editorial brand into a single company where podcasts are the fastest-growing business.</p><p>“Podcasts are the NBA,” Galloway said. “There’s a small amount of people making a lot of money.”</p><p>A goal to be popular ‘among the entire populace’</p><p>While Swisher largely hosts Democrats, she's recently interviewed Tillis and Scott Jennings, a conservative CNN commentator. She hopes to soon bring on additional Republicans and said she texted Steve Hilton's wife, a former Google executive, in hopes of booking him shortly after he advanced in California's governor's race.</p><p>“What we’re going for is to be popular among the entire populace,” she said. “So that people who don’t feel they want to be in a constant state of anger, whether it’s on the left or the right, can have a place to go.”</p><p>But her barbed comments about Trump and other Republicans could complicate that goal.</p><p>Kelly McBride, an ethics expert at the Poynter Institute, a journalism think tank, said shows like Swisher’s can sometimes “butt right up against the type of podcasts that I would not consider journalism.”</p><p>“The way you separate them out is that the intention and the system surrounding the podcast is engineered in a way to create fact-based information,” she said.</p><p>Swisher describes her work as “reported analysis,” citing tech writer Om Malik, who died last week, as an inspiration.</p><p>As for the tone of the podcasts, it's all part of the authenticity that is central to Swisher's brand. Beyond the takes on the day’s news, she and Galloway have developed a strong — if unlikely — chemistry in which his penchant for vulgarities can make her seem almost highbrow.</p><p>“We don’t shy away from our faults,” she said. “We don’t shy away from our biases. You know, we don’t shy away from things that most people try to.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HLHTGOHGII6DBCETSL3SOEDGWQ.jpg?auth=2f194e604b0bf2f8041f1113feb5a082f1e8c73df2fb26a86ad28cad13e2fa6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKNWFZOAMUYEZFIAZI52FNPGGQ.jpg?auth=b1a22aeab55851bb06b658e4a9a7ea4c08486be5a4c712f98c0ffd8552d0e833&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3LO6BV5JBWVCLZVW4CVWME5A4U.jpg?auth=991d8f428b903408a26ef933ed2a5fa5b3bb12375caad34a38b2046df806cb18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R4YQMYP5TD5DGTQ7ILTRIJZYDE.jpg?auth=7ef85f8467d90b9b36d342432666fe7e6eaaddcaf35c6dce75a86e5362b55f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/422KCAU3DN2YXLLI73T6HBMBO4.jpg?auth=d6426fb0239ad5a53add50c828d40e3130550d7f28df0fd14388d80eac53e52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Defending champion Sinner comes back to beat Kecmanovic in 5 sets in 1st round of Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/29/defending-champion-sinner-comes-back-to-beat-kecmanovic-in-5-sets-in-1st-round-of-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/defending-champion-sinner-comes-back-to-beat-kecmanovic-in-5-sets-in-1st-round-of-wimbledon/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Defending champion Jannik Sinner had to come back from a set down twice and regain his composure following a worrisome tumble to the grass in a five-set victory over 50th-ranked Miomir Kecmanovic in the first round of Wimbledon on Monday.]]></description><pubDate>Mon, 29 Jun 2026 17:08:28 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Defending champion Jannik Sinner had to come back from a set down twice and regain his composure following a worrisome tumble to the grass in a five-set victory over 50th-ranked Miomir Kecmanovic in the first round of Wimbledon on Monday.</p><p>A month after his French Open meltdown, the top-ranked Sinner produced a 4-6, 6-3, 6-7 (6), 6-2, 6-3 win that lasted 3 hours and 30 minutes in the honorary opening match on Centre Court reserved for the past year’s men’s singles champion.</p><p>Sinner said he was “a little tight in the beginning,” noting that it was his first grass-court match of the season.</p><p>“I’m happy that I turned it around,” Sinner said.</p><p>Lleyton Hewitt, the 2002 champion, remains the only Wimbledon men’s singles winner in the professional era (since 1968) to have lost in the first round the following year. The Australian was defeated by Ivo Karlovic in his 2003 opener.</p><p>Sinner hadn’t played an official match since he struggled with dizziness during a heat wave at Roland Garros, where after being within one game of concluding his second-round match in straight sets, he was beaten by Juan Manuel Cerundolo in five.</p><p>The match with Kecmanovic was played in ideal conditions, with sunny skies and the temperature 24 degrees Celsius (75 Fahrenheit).</p><p>Sinner is a big favorite to repeat as Wimbledon champion since his main rival Carlos Alcaraz, who he beat in last year’s final, is missing the championships due to a right wrist injury.</p><p>Sinner felt the pressure from the honors reserved for the defending champion.</p><p>“It was a very, very different feeling," he said. "There’s a lot of nerves when you go down the stairs behind the court. Also mentally knowing it’s such a prestige court and such a historical court.”</p><p>Early in the third set, Sinner drew a loud applause when he executed a sliced stop-volley drop shot that was so good Kecmanovic didn’t even run for it. But in the same game, Sinner then fell hard to the grass when he lost his footing trying to change directions. He went down on his knees and fell backwards grimacing in pain as he grasped what appeared to be his left hip area. But he quickly got up and resumed playing.</p><p>As the match wore on, Sinner appeared to be bleeding through his right shoe.</p><p>“I’m good,” Sinner said. “It just seems much worse than it is. … It’s just a nail.”</p><p>Kecmanovic saved a set point in the third-set tiebreaker with a wild point that ended with Sinner down on the ground again after he first retrieved a short ball and then retreated to run down a ball over his shoulder into the corner. It evened the tiebreaker at 6-6 and Sinner and Kecmanovic slapped hands on the ensuing change of ends as the players appeared to appreciate each other’s effort.</p><p>Two points later, a backhand from Sinner sailed long and Kecmanovic had a two-sets-to-one lead.</p><p>“The third set," Sinner said, "was a very tough one to swallow.”</p><p>But Sinner cleaned up his game in the final two sets.</p><p>When Sinner held for a 5-2 lead in the fifth, David Beckham in the Royal Box was among the spectators taking part in a Centre Court wave.</p><p>Sinner has now won all five of his career meetings with Kecmanovic but this one was nothing like a straight-sets victory in the third round at Wimbledon in 2024 and the players shared a friendly embrace at the net when it was over.</p><p>Sinner produced 72 winners to Kecmanovic's 20 but also had many more unforced errors: 52 to 33. The serve was a weapon for Sinner, cranking out 31 aces to Kecmanovic's one.</p><p>“We will try to aim for a couple of improvements for the next match,” Sinner said.</p><p>Kecmanovic had to regroup recently after Viktor Troicki left him to coach another Serbian — someone by the name of Novak Djokovic.</p><p>In other matches, 12th-seeded Andrey Rublev was beaten by Roman Safiullin 6-4, 6-7 (6), 3-6, 6-3, 7-6 (12); and rising Spanish teenager Rafael Jodar, in his Wimbledon debut, beat Felix Gill 6-3, 6-3, 7-5.</p><p>In women's action, Naomi Osaka made another fashion statement by wearing a flowing kimono for her walk-on before a 6-1, 7-5 victory over Elsa Jacquemot; fourth-seeded Jessica Pegula beat Darja Vidmanova 7-5, 6-3; and French Open finalist Maja Chwalinska, who needed a wild-card entry, was beaten 2-6, 7-5, 6-2 by Mananchaya Sawangkaew.</p><p>Up next on Centre Court, top-ranked Aryna Sabalenka was playing Teodora Kostovic, followed by seven-time champion Djokovic against Wu Yibing.</p><p>Serena Williams will play her opening match on Tuesday against 20-year-old Maya Joint of Australia — marking the first time she competes in singles in nearly four years. Then she’ll play doubles with older sister Venus Williams later in the week.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CS6HDLOVY2GZZAMPLOWEHLR4GY.jpg?auth=e02cab6ca627da49d8a9a361eb1e47c740b6fa7a87c9e5888e1149cda3252f7c&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 celebrates winning the men's singles match against Miomir Kecmanovic of Serbia during at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MATCLPQ4QC7NIXWRYLPZ6TLH64.jpg?auth=34528e6406973a022139eee5fd037a0caf557905393dbc0a3c5cbbd1292b665d&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 reacts as after falling over during the men's singles match against Miomir Kecmanovic of Serbia at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DP3RKGRWN5EWO55OIOWND4ZJNM.jpg?auth=4711214b169a80c59ea9c2730a10eaf3376f1f6e0a3e5c5d25511777eb9a23f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Jannik Sinner's right shoe shows a red stain during the men's singles match against Miomir Kecmanovic of Serbia at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIQQZUK2LIMKNI32TCMK23TCPI.jpg?auth=c98d3222a10cb6a34d311c36c500ddd5317b8511b52862921394c9213f2aa22d&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 celebrates winning the men's singles match against Miomir Kecmanovic of Serbia during at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5VC3OBBHTIJ4UDA7HSL3VAPZ4.jpg?auth=5974d21feffa95af399b83d5b6dad38981b46ef193094f5e81c6e82d5f1cd330&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer legend David Beckham and his mother Sandra Georgina Beckham react during the men's singles match between Jannik Sinner of Italy and Miomir Kecmanovic of Serbia at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.((AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Star-maker Clive Davis honored at funeral that draws Bruce Springsteen, Dionne Warwick and others]]></title><link>https://www.local10.com/entertainment/2026/06/29/star-maker-clive-davis-honored-at-funeral-that-draws-bruce-springsteen-dionne-warwick-and-others/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/star-maker-clive-davis-honored-at-funeral-that-draws-bruce-springsteen-dionne-warwick-and-others/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Kenny G played a mournful sax solo, Jennifer Hudson's voice soared and Bruce Springsteen spoke glowingly at the funeral Monday for music legend Clive Davis, as pop royalty honored a man who championed so many of their careers.]]></description><pubDate>Mon, 29 Jun 2026 16:00:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Kenny G played a mournful sax solo, Jennifer Hudson's voice soared and Bruce Springsteen spoke glowingly at the funeral Monday for music legend Clive Davis, as pop royalty honored a man who championed so many of their careers.</p><p>Dionne Warwick, Barry Manilow, Alicia Keys, Ja Rule and Stevie Wonder were among the other musical stars at the service. Former House Speaker Nancy Pelosi, Adrien Brody, Hoda Kotb and Gayle King were among the other notables.</p><p>Rabbi Angela Warnick Buchdahl said Davis would have been thrilled by the turnout. “Clive would have loved this,” she said. “He’d have been touched to have filled the house, thrilled by the superstars who have come to share tributes to him.”</p><p>The service was closed to the public but was livestreamed from Central Synagogue in Manhattan.</p><p>Davis, a record company lawyer who rose to become one of music’s most influential figures, launched the careers of numerous stars, including Whitney Houston, Springsteen, Keys and Kenny G, and influenced others such as Carlos Santana, Janis Joplin and the Grateful Dead.</p><p>Springsteen called him big, bombastic and brave. “He was born to run everything,” The Boss said. He remembered meeting him at age 22 in 1972, his anxiety rising. “I can’t wait to hear you,” Davis told him. After his audition, the executive simply said: “Welcome to Columbia Records."</p><p>"In those few words, he changed my life forever,” Springsteen said.</p><p>Davis died June 22 in his Manhattan apartment at the age of 94, a few weeks after he was hospitalized for an upper respiratory issue.</p><p>Buchdahl asked what song Davis most admired that was not something he had a hand in and was told “Somewhere Over the Rainbow,” written by composer Harold Arlen and lyricist E.Y. “Yip” Harburg in 1938 for the film “The Wizard of Oz.” Buchdahl then sang a soaring version. “You have a home at Sony Music Classics,” joked Rob Stringer, the CEO of Sony Music Entertainment.</p><p>Warwick told a story about how Davis urged her to work with Manilow in the late 1970s, which she initially resisted. But Davis’ suggestion was fruitful: Their partnership, the album “Dionne,” went platinum and earned two Grammy Awards. “So Barry and I became very, very good friends that day,” she said to laughter.</p><p>Manilow recalled Davis urging him to record the rock song “Brandy,” written by Scott English and Richard Kerr. Manilow turned it into a love song and played it for Davis. “Just do that,” Davis told him. They renamed it “Mandy.” It went to No. 1. “He believed in me from the very beginning,” Manilow said.</p><p>Hudson sang Leonard Cohen’s “Hallelujah” and then grew emotional as she transitioned to “I Will Always Love You,” a hit for Houston. ”We love you, Clive" she said before getting a standing ovation.</p><p>While many record execs saw their influence wane as they grew older, Davis' seemed to grow. He breathed new life into the careers of established artists such as Aretha Franklin and Santana, and helped launch Keys and several early “American Idol” winners' careers, including Kelly Clarkson's.</p><p>Springsteen said a world had died with Davis' passing — the record executive-led top-down changemakers that also included such visionaries as Berry Gordy, Ahmet Ertegun, Mo Ostin and Jerry Wexler: “Men who defined, loved and sustained the record business.”</p><p>“There isn’t a day when I don’t sit on my big front porch in my big house, surrounded by my big cars with my big family, looking out over my big yard, and Clive doesn’t come somewhere whistling around the top of my brain,” Springsteen said.</p><p>Keys was in tears when she approached the podium and borrowed a handkerchief. “I'm actually not a crier. I'm in a strange place,” she told the crowd. She recalled being 15 when she first met Davis, running because she was late, and playing songs for him on a piano. “You saw something in me that I was just beginning to see in myself,” she read in a letter to Davis.</p><p>“In a world that so often reduces art to commerce, and genius to product, you held the line. You reminded me again and again that what we were doing was about truth and legacy, and about the human heart reaching out to another human heart and saying, ’You are not alone.”</p><p>Davis is survived by his four children, eight grandchildren and two great grandchildren. An instrumental version of Houston’s “I Wanna Dance with Somebody (Who Loves Me)” played as Davis coffin was carried out of the synagogue.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WSZBQXH6WVKRVH42LI5PSZGP6Y.jpg?auth=98c8c61a9afdd562de3721c130cd90d8cad614c44c3d85d84a17b5f603d6a107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pallbearers carry the casket after funeral services for Clive Davis at Central Synagogue in New York, Monday, June 29, 2026. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YEUVDETTARIQ2GPJESF3YOXY6Y.jpg?auth=0d2acbe6da1f66c8e590503b1e7e929d01f47e70a8f774a1861d4b327f034fd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Record mogul Clive Davis is pictured in his New York office, Sept. 10, 1980. (AP Photo/Marty Reichenthal, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marty Reichenthal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7CN5OWA3TYKJAA6UPHID7GEPQ.jpg?auth=0598a2bc1363480187a20e07bae981cf4f51871e4f73e00bf1eb5108e54757b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alicia Keys arrives at the funeral services for Clive Davis at Central Synagogue in New York, Monday, June 29, 2026. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YWU7I66MD3CDJQDISDEVQVSYMI.jpg?auth=3cb8b0ba508c345a809e6c7e7c8427840bb6c58f5331be8b2b5c752d885c9290&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barry Manilow arrives at the funeral services for Clive Davis at Central Synagogue in New York, Monday, June 29, 2026. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FNPHMLGEVR4HQHPV76FTFZIOPE.jpg?auth=16eb99ceeb0445c9887dc4bb6c4864ffefb0de283b4b24a839cbdb64a391f40b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Adrien Brody and Georgina Chapman arrive at the funeral services for Clive Davis at Central Synagogue in New York, Monday, June 29, 2026. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[Comcast plans to split into two public companies by spinning off NBCUniversal and Sky]]></title><link>https://www.local10.com/news/2026/06/29/comcast-plans-to-split-into-two-public-companies-by-spinning-off-nbcuniversal-and-sky/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/comcast-plans-to-split-into-two-public-companies-by-spinning-off-nbcuniversal-and-sky/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS and MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Communications giant Comcast is planning to split itself into two: one media-centered business that would include brands like NBCUniversal and Sky and a separate company focused on broadband and wireless services.]]></description><pubDate>Mon, 29 Jun 2026 17:48:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Communications giant Comcast is planning to split itself into two: one media-centered business that would include brands like NBCUniversal and Sky and a separate company focused on broadband and wireless services.</p><p>In a Monday announcement, Comcast said the breakup will put both of these operations in a better position to pursue their own priorities and growth. The move arrives as communications companies continue to wrestle with years of cord-cutting, and shifting habits in how consumers now buy subscriptions for anything from their phone plans to streaming budgets more broadly.</p><p>“The world is changing faster than ever,” Comcast Chairman and co-CEO Brian Roberts said on a Monday call — adding that it “has become clear” the company’s technology and media businesses each “have compelling opportunities in front of them that are distinct in nature and best pursued with dedicated focus.”</p><p>Upon the spinoff’s completion, both businesses would become their own publicly-traded companies. Comcast said it expects to complete the process in about a year, pending regulatory approvals and a final greenlight from its board.</p><p>That means consumers shouldn’t feel immediate impacts. But a host of major brands currently sit under Comcast’s umbrella — from internet and wireless provider Xfinity to streaming platform Peacock, NBC News and Universal Studios. And analysts are eyeing what those businesses could look like farther down the road.</p><p>What could be in store for NBCUniversal and Comcast</p><p>“In the short term, bundles, pricing, and distribution will likely hold,” said Mike Proulx, a vice president and research director at market research firm Forrester. For NBCUniversal — set to head the media-centered company Comcast is spinning off — the split in itself carries little effect on its current business, he noted, and is “more to do with what it becomes longer term.”</p><p>Proulx is bracing for future acquisitions in this space, adding that “Comcast is following a playbook we have already seen.” He pointed to Warner Bros. Discovery, which announced its own intention to split just last June — before becoming a takeover target that erupted into a messy tug-of-war between Netflix and Skydance-owned Paramount. Paramount eventually became victorious, and is now edging closer to closing its $81 billion buyout of Warner’s entire company.</p><p>Comcast executives have appeared to so far dismiss the possibility of heading toward a similar fate. When asked on Monday’s call whether investors should view the separation as a step toward “potential strategic transactions” for either business, Roberts said: “Absolutely not.”</p><p>His co-CEO Mike Cavanagh — who is set to become the chief executive of the NBCUniversal spinoff — echoed that sentiment. Cavanagh reiterated plans to “build and invest for growth” with more freedom as a standalone business.</p><p>Still, analysts like Proulx speculate that even if NBCUniversal doesn’t become a takeover target, “it’ll likely be the company doing the acquiring.”</p><p>“As it stands, traditional TV is dying, and Peacock alone isn’t enough to compete at scale against the biggest streaming services,” Proulx said via email. “One way or the other, NBCU’s entertainment business will look different within the next couple of years.”</p><p>This isn’t the first spinoff for Comcast</p><p>Like other companies, Comcast in recent years has shifted its business emphasis away from traditional cable toward streaming and other sources of revenue, such as its movie studio, theme parks and home wireless and internet services.</p><p>NBCUniversal includes that theme parks division, Universal film and television studios, NBC and Telemundo networks, Peacock, and Bravo — and with the spinoff, European media business Sky will also be part of that portfolio led by Cavanagh.</p><p>Meanwhile, Philadelphia-based Comcast will continue providing internet services to residential and business customers. Comcast’s former Chief Financial Officer Michael Angelakis will become the CEO of that company following its separation.</p><p>Comcast has split off assets before. Monday’s move arrives just months after the company officially completed its separation of Versant Media Group — which, as first announced in November 2024, is the new home of networks like USA, Oxygen, E!, SYFY and Golf Channel, as well as CNBC and MSNBC (now MS NOW). Movie ticketing platform Fandango and the Rotten Tomatoes movie rating site were also included.</p><p>Once the latest split is complete, Comcast shareholders will own shares in both Comcast and NBCUniversal. Comcast expects to keep a stake of up to 19.9% ownership position in NBCUniversal for up to one year after the spinoff is complete.</p><p>Comcast jumped more than 6% as of midday trading following Monday’s announcement. Shares still are down over 10% since the start of 2026.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A6APZFN7RUCVWQU7EGVMLSASFI.jpg?auth=26734d9ef0622ba9d1511f990f2f298684a0e4bfd744ed4754263a9c25081892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A Comcast truck is shown on Jan. 24, 2019, in Pittsburgh. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Israeli strike hits a tent in central Gaza, killing 3, including a child]]></title><link>https://www.local10.com/news/2026/06/29/israeli-strike-hits-a-tent-in-central-gaza-killing-3-including-a-child/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/israeli-strike-hits-a-tent-in-central-gaza-killing-3-including-a-child/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and SAM METZ, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — Israeli forces struck a tent sheltering displaced people in the central Gaza Strip on Monday, killing at least three Palestinians, including an 8-year-old boy and his grandfather, medical officials said.]]></description><pubDate>Mon, 29 Jun 2026 14:26:21 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Israeli forces struck a tent sheltering displaced people in the central Gaza Strip on Monday, killing at least three Palestinians, including an 8-year-old boy and his grandfather, medical officials said.</p><p>Health authorities in the coastal enclave said the drone strike hit a neighborhood in Deir al-Balah, one of the least damaged towns in central Gaza.</p><p>Al-Aqsa Martyrs Hospital said the fatalities were Hassan al-Hanagra and his 8-year-old grandchild, Malik Abu Shawish, along with another man. Abu Shawish, whose parents are divorced, was visiting his mother's tent at the time of the strike, and his mother was among seven people wounded in the strike, hospital officials said.</p><p>Israel's military said the strike was targeting a militant, but did not immediately name him or say if he was killed.</p><p>A strike in southern Gaza on Sunday killed Zaher Abu Salem, the Israeli military said, describing him as a member of Islamic Jihad who was involved in the Oct. 7, 2023, attack on Israel that triggered the war. A total of four people were killed Sunday in a flurry of strikes around Gaza, including a 13-year-old girl, Eileen al-Farra, who was hit by shrapnel from Israeli tank shelling and was buried Monday.</p><p>While the heaviest fighting has subsided since a ceasefire took hold in October, Israeli forces have carried out near-daily strikes, killing 1,045 Palestinians, including more than 360 women and children, according to health officials in Gaza. Israel says it is targeting militants, often saying they were planning attacks on Israeli troops who hold more than 60% of the Gaza Strip. Five Israeli soldiers have been killed in militant attacks since the ceasefire.</p><p>The Gaza Health Ministry, which is part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. But it does not give a breakdown of civilians and militants.</p><p>Israel's campaign in Gaza has killed more than 73,058 Palestinians, including those killed since the ceasefire, according to Gaza’s Health Ministry. The Hamas-led Oct. 7 attack on Israel killed some 1,200 people and saw 251 taken hostage.</p><p>Palestinian teen killed near Ramallah</p><p>Meanwhile, Israeli forces raided locations throughout the occupied West Bank, including near Ramallah, where the Palestinian Health Ministry reported a 15-year-old from Jerusalem was killed by a gunshot to the head.</p><p>Emergency crews transported Amir Jaber to the hospital from the al-Bireh area after attempting to resuscitate him at the scene, the Palestinian Red Crescent Society said. It also reported two injured by Israeli fire in a raid near Hebron, the West Bank's most populous city.</p><p>The Israeli military did not comment immediately.</p><p>The raid near Ramallah — the Palestinians' administrative capital in the West Bank — was among half a dozen throughout the territory reported by WAFA, the Palestinian news agency, on Monday.</p><p>At least 59 Palestinians have been killed by Israeli settlers and soldiers in the West Bank this year, the U.N. Office for the Coordination of Humanitarian Affairs reported last week.</p><p>___</p><p>Metz reported from Ramallah, West Bank. Associated Press writer Samy Magdy in Cairo contributed to this report.</p><p>___</p><p>Find more of AP’s coverage at https://apnews.com/hub/israel-hamas-war</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2XGCUCE4LYKJ4TOMCM6NYZVLTM.jpg?auth=2db9f177bdd2b8ab9807710567adc2e66c9cd146f15bc09074e1c45746740d05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Palestinian Abdullah Moussa, 30, who was killed in an Israeli airstrike, during his funeral in Khan Younis, southern 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/7V476EBHXAUTUDBH5OMN5ZBBXQ.jpg?auth=650b9f832821aa2d24fcb31908b6b10062e07d233ad18eb50f8749ffb31bc42a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians perform funeral prayers for Ali Asbitan, 28, who was killed in an Israeli airstrike, in Deir al-Balah, Gaza Strip, Monday, June 29, 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/PMIZ7GJ3NYLHKWP7ZJCHI2KIC4.jpg?auth=ab03bb21056566710ab012da462ad1d42a870462258cf77d425a2b95f924bb2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - Palestinians carry the body of Ali Asbitan, 28, who was killed in an Israeli airstrike, at Al-Aqsa Hospital in Deir al-Balah, Gaza Strip, Monday, June 29, 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/37PSOFOWQDHZ6OTGS55SJ6ASSM.jpg?auth=f1365ad4f3e76b23e82d45e96b4c42b53b0135e45473aac6c19a07f8e2577b86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians mourn Ali Asbitan, 28, who was killed in an Israeli airstrike during his funeral at Al-Aqsa Hospital in Deir al-Balah, Gaza Strip, Monday, June 29, 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/VDBDB2PMUGHM7E2E73NIAO2Q7I.jpg?auth=964c85e4f30185c2f3f96161796315aec6c2737a89b24a2bbb2c13974e8f6713&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians mourn over the body of Ali Asbitan, 28, who was killed in an Israeli airstrike during his funeral at Al-Aqsa Hospital in Deir al-Balah, Gaza Strip, Monday, June 29, 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[Americans' pride in US history and democracy drops, and fewer are proud to be American, polls find]]></title><link>https://www.local10.com/news/politics/2026/06/29/americans-pride-in-us-history-and-democracy-drops-and-fewer-are-proud-to-be-american-polls-find/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/americans-pride-in-us-history-and-democracy-drops-and-fewer-are-proud-to-be-american-polls-find/</guid><dc:creator><![CDATA[By LINLEY SANDERS, SIMRAN PARWANI and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans have grown less proud of their country's history or the way its democracy works over the past decade, according to a new AP-NORC poll.]]></description><pubDate>Mon, 29 Jun 2026 15:41:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans have grown less proud of their country's history or the way its democracy works over the past decade, according to a new AP-NORC poll.</p><p>Americans’ pride in the U.S. on several key attributes has dropped since 2017 — including the nation's military and its political influence around the globe — according to the survey from The Associated Press-NORC Center for Public Affairs Research. This poll was conducted in April, as the United States and Iran fought over the Strait of Hormuz in a prolonged war that started with the U.S. and Israel launching strikes on Iran.</p><p>New Gallup polling also finds that only 53% of U.S. adults are “extremely” or “very” proud to be an American, the lowest reading in the trend dating back to 2001.</p><p>The findings point to a broad decline in patriotic sentiment over a tumultuous period that included most of President Donald Trump's first term, the COVID-19 pandemic and rising inflation that contributed to a backlash against President Joe Biden. That timeframe also covers Trump's return to the White House, where he's taken more aggressive actions on immigration and issues abroad.</p><p>Much of the falling positivity comes from Democrats, who have become increasingly disenchanted with the country since Trump's first term.</p><p>At the same time, most U.S. adults say that being an American is “extremely” or “very” important to their identity, highlighting an enduring connection, even as some become increasingly critical of the country's past or the government’s current actions.</p><p>American pride declines on the armed forces and democracy</p><p>Americans' pride in the way democracy works in the U.S. has declined 14 percentage points, falling from 42% in February 2017 to 28% now.</p><p>In addition, Americans' pride in their armed forces has dropped 19 percentage points since 2017, and pride in the U.S.’s history has declined 14 percentage points. In each case, the drop is largely driven by Democrats, with some movement among independents as well.</p><p>Karla Galdamez — a 48-year-old Democrat who used to teach U.S. history — believes America has regressed under the Trump administration. While the Californian is not proud of Trump, she is pleased with how far the U.S. has come in 250 years.</p><p>“It’s a country that really wanted to be different and really wanted to be better," she said. "Despite some of the very ugly history that we have of segregation and slavery ... if you look at the trajectory of the last 250 years, we’ve done nothing but get better and move toward a more egalitarian nation.”</p><p>Only 14% of Democrats and 28% of independents say they are “extremely" proud to be an American, according to Gallup's new poll, compared with 70% of Republicans.</p><p>The AP-NORC poll found that Republicans are especially likely to be proud of the nation's armed forces. About 9 in 10 Republicans say the military makes them “extremely” or “very” proud, compared with about 6 in 10 U.S. adults.</p><p>Samantha Fulks, a 40-year-old in San Antonio, Texas, says she’s proud to be an American and doesn't hide it. The Texas Republican showcases that pride with an American flag in her front yard — as well as Trump flags in the back yard — and she plans to wear red, white and blue on the Fourth of July. Fulks comes from a military family, and while she believes the country's involvement in Iran is unnecessary, she remains a proud supporter of the military.</p><p>“I still support our troops no matter what they do,” Fulks said.</p><p>Being an American matters more for personal identity among Republicans and older adults</p><p>Matt Stafford, a 39-year-old in Massachusetts, is proud of being an American, even if the U.S. political system frustrates him.</p><p>He has a bald eagle tattooed on his back to represent the United States, its freedoms and “all the things we’re supposed to stand for as a country.” But despite that national pride, he often finds himself frustrated by politicians on both sides. Stafford — a centrist who identifies as “politically homeless” — wants Democrats and Republicans to come together to look out for their constituents in middle America.</p><p>“I love America, but our biggest problem is how we’re pushing both sides — like the left and the right — to the extremes," he said.</p><p>For many Americans, their partisanship is often intertwined with their national identity. The poll finds that Republicans are much likelier than Democrats or independents to say being an American is “extremely” or “very” important to their personal identity.</p><p>Younger people are also much less likely than older people to say being an American is highly important to their personal identity. About three-quarters of Americans ages 60 and older say being an American is highly important to them, compared with only about one-third of U.S. adults under 30.</p><p>Race or ethnicity matters more to many Black Americans</p><p>The AP-NORC survey found that the vast majority of Black Americans — 73% — say their race or ethnicity is “extremely” or “very” important to how they see themselves, higher than the share that say that about being an American.</p><p>Vincent Harris, a 60-year-old in California, says his identity as a Black man rises above other attributes for him because of how Black men are treated in America.</p><p>“A lot of people are scared of Black men just because we are Black and we are male. And that's crazy,” Harris said. “People don't even take you for who you are as a person; they just look at your race.”</p><p>About half of Hispanic Americans say their race or ethnicity is highly important to them, compared with 22% of white Americans.</p><p>Black and Hispanic adults are also more likely than white adults to say their family’s ancestry or country of origin is highly important to their personal identity.</p><p>Harris, who identifies as a gay man, says being an American is “a wonderful thing” because of the freedoms that Americans have, despite the obstacles he's had to overcome.</p><p>“It’s great to be an American — regardless of race, gender, sexual orientation, religion, or whatever. As long as you have that freedom of choice as an American, that’s a great thing," Harris said. "Right now, I wouldn’t live in any other country in the world. I’m here. I love it.”</p><p>___</p><p>The AP-NORC poll of 2,596 adults was conducted April 16-20 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.6 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DAL2JLUUXXMO56LHHQZJECX4HY.jpg?auth=6dd965025141c8516381008c3e90cdf8289321b6d8cb81792f76a78f10200e23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A demonstrator carries an American flag upside-down near the White House during a protest taking place on the day of a military parade commemorating the Army's 250th anniversary, coinciding with President Donald Trump's 79th birthday, June 14, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2DQ5WEUATIIUGDWQSKT2WFAXN4.jpg?auth=15b54475940a7fbecbc193530ab3514a0ed259f98b8c4ffe70a9d136a1e13b29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People say the Pledge of Allegiance before a visit by President Donald Trump, May 1, 2026, in The Villages, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content></item><item><title><![CDATA[Andy Burnham says he’d hand more power to local governments if he becomes UK leader]]></title><link>https://www.local10.com/news/world/2026/06/29/andy-burnham-says-hed-hand-more-power-to-local-governments-if-he-becomes-uk-leader/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/andy-burnham-says-hed-hand-more-power-to-local-governments-if-he-becomes-uk-leader/</guid><dc:creator><![CDATA[By ALASTAIR GRANT and JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — Andy Burnham, likely the next U.K. prime minister, pledged Monday to give away a chunk of his power by handing greater autonomy to local leaders in a “circuit-breaker” for the sclerotic British state.]]></description><pubDate>Mon, 29 Jun 2026 15:15:06 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Andy Burnham, likely the next U.K. prime minister, pledged Monday to give away a chunk of his power by handing greater autonomy to local leaders in a “circuit-breaker” for the sclerotic British state.</p><p>The former mayor of Greater Manchester also said he would move part of the prime minister’s office from London’s 10 Downing St. to northwest England as part of “the biggest rebalancing of power our country has seen.”</p><p>“Growth cannot be ordered from the top down. Instead, it can only be nurtured from the bottom up,” Burnham said in a speech aimed at bringing voters, Labour Party colleagues and financial markets up to speed with his economic vision.</p><p>Burnham is the strong favorite to replace Prime Minister Keir Starmer, who announced his resignation last week.</p><p>“If councils can’t fix potholes, what chance do they have of bringing forward major regeneration schemes to get growth going?” Burnham said. He set out a 10-year plan to get “good growth in every postcode,” in a country where wealth and power are concentrated in London and the south of England.</p><p>He said he would reverse almost two decades of low growth since the 2008 financial crisis through an approach dubbed “Manchesterism” — harnessing private and public money to invest in areas like transport, housing and infrastructure. He also pledged to create new industrial jobs and better educational opportunities, and to reform the U.K.’s inefficient and expensive privatized water and energy utilities.</p><p>Moving the new ‘No. 10 North’ to Manchester</p><p>During the speech at the People’s History Museum in the city where he spent nine years as mayor, Burnham said a new government office in Manchester – dubbed “No. 10 North” — would oversee regional development and become “the nerve center of a rewired Britain,” tasked with equalizing living standards across the country. Regional mayors would get more power over housing, welfare and education as part of his planned reforms.</p><p>Burnham’s rousing speech was short on specifics about where the government would find more money, and he didn’t take questions from journalists.</p><p>Burnham won praise for his role in revitalizing and regenerating Manchester, but he has not served in a U.K. government for almost two decades, and may struggle to replicate “Manchesterism” on a U.K.-wide scale.</p><p>The Institute for Public Policy Research, a left-leaning think tank, said Burnham is right to focus on “rebalancing Britain."</p><p>“The U.K.’s concentration of power and opportunity in Westminster has held back growth, productivity and living standards for too long,” said IPPR Executive Director Harry Quilter-Pinner. “The real test now is delivery.”</p><p>Matthew Flinders, a politics professor at the University of Sheffield, said replicating Burnham’s Manchester approach on a national level would require “a fundamental shift" in the way politics is done in Britain.</p><p>“And at the heart of that would be moving from a very traditional, elitist, centralized model of politics toward something that is in many ways far more European, far more based on power-sharing in order to develop long-term policymaking capacity,” he said.</p><p>Burnham is likely to inherit Starmer's challenges</p><p>Burnham will be aware that Starmer also announced a 10-year mission — the equivalent of two full terms in government —- to transform Britain soon after he was elected in a landslide in July 2024. Starmer is leaving after two years in office marred by missteps and judgment errors that eroded his standing with his party and the public.</p><p>Burnham won a special election for a seat in Parliament on June 18 and was sworn in as a lawmaker on June 22, the same day Starmer announced that he will resign as soon as a successor is chosen.</p><p>Burnham is so far the only contender in the Labour Party leadership contest. If no one challenges him, he will become prime minister by July 20.</p><p>While Burnham is considered more charismatic than the stolid Starmer, he will face many of the same political and economic challenges, including a sluggish economy, tattered public services and a cost-of-living squeeze. He will also be constrained by the platform the center-left Labour Party was elected on in 2024, with its pledges not to increase taxes on working people.</p><p>And like other NATO countries, the U.K. is under pressure to dramatically increase defense spending to counter a more aggressive Russia and less reliable United States.</p><p>The government’s long-awaited defense investment plan — which sparked the resignation of Defense Secretary John Healey on June 11 — is expected to be published before a NATO summit in Turkey on July 7 and 8. Starmer’s successor will be expected to stick to the commitments in the plan.</p><p>“Andy Burnham’s big idea is to shuffle power between politicians,” said opposition Conservative Party Chairman Kevin Hollinrake. “Not fix the welfare system. Not cut the taxes strangling working families and British business. Not fund the defense our country desperately needs.”</p><p>___</p><p>Lawless reported from London. Associated Press Writer Brian Melley contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FNLX6TEZLNMSQUZBJMQFK5TKHU.jpg?auth=dc032131bde63170d77a2820ea712ffb0f91b9fa58a800ceee143f18472ddd64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour party's Andy Burnham delivers a speech at the People's History Museum in Manchester, England, Monday, June 29, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XSUKIA7TBKLRKC3G7ZH2SEGWX4.jpg?auth=c6533edaee13a2d82de2683e0d305bf1a5f851bf7d062126d38fe2c50952e9eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour party's Andy Burnham delivers a speech at the People's History Museum in Manchester, England, Monday, June 29, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OS37HQCVEPNPXC2BS6IQN6TSMM.jpg?auth=0842508ecc56bfaf1aebdcea1e5a8eff0aec6abb3bc7c22af1a7df477bbc1cc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour party's Andy Burnham adjusts his glasses as he delivers a speech at the People's History Museum in Manchester, England, Monday, June 29, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJO5WOBLSP7YTJXZGZ2JQLB4XI.jpg?auth=9e2d3d91afd5f2fd005ff6b5f5f13a24572fa5d3cc94ac832bac5ce42d63ccdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham running near his house in Cheshire, England, Sunday, June 28, 2026. (Peter Powell/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Powell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPBZN6U4Z7NIG2A7465PVKZXJI.jpg?auth=90d1eb8ddfbab0ba7a30029bbc5a95fb472b06b9897b047927dd93f58f17986b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham running near his house in Cheshire, England, Sunday, June 28, 2026. (Peter Powell/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Powell</media:credit></media:content></item><item><title><![CDATA[South Korean tech giants to build a $518 billion chipmaking hub to serve soaring AI demand]]></title><link>https://www.local10.com/business/2026/06/29/south-korean-tech-giants-to-build-a-518-billion-chipmaking-hub-to-serve-soaring-ai-demand/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/south-korean-tech-giants-to-build-a-518-billion-chipmaking-hub-to-serve-soaring-ai-demand/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korean tech giants Samsung Electronics and SK Hynix said Monday they will invest a combined 800 trillion won ($518 billion) in building a new computer chipmaking hub in the country’s southwest region, capitalizing on surging artificial intelligence -driven demand.]]></description><pubDate>Mon, 29 Jun 2026 08:27:36 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korean tech giants Samsung Electronics and SK Hynix said Monday they will invest a combined 800 trillion won ($518 billion) in building a new computer chipmaking hub in the country’s southwest region, capitalizing on surging artificial intelligence -driven demand.</p><p>President Lee Jae Myung joined the companies’ chairs Monday in announcing the plan, which dovetails with the government’s efforts to expand investment beyond the greater Seoul metropolitan area, the country’s economic center and heart of its semiconductor sector.</p><p>The southwest has been a particular focus, as it lacks major industrial hubs and has historically trailed in economic development. The region has long been a political base for Lee’s liberal Democratic Party.</p><p>Samsung and SK Hynix, which together produce about two-thirds of the world’s memory chips, said they will each build two fabrication plants in the southwest, expanding beyond their existing manufacturing complexes in Gyeonggi Province, south of Seoul.</p><p>Samsung Chairman Lee Jae-yong said the company’s new fabs will be built in the southwestern city of Gwangju, where experts have proposed several potential sites, including the grounds of a military air base slated for relocation.</p><p>The companies didn’t specify when the fabs in the southwest regions would be completed. SK Hynix's Chairman Chey Tae-won said the project would be a complex, large-scale effort requiring “vast sites, along with sufficient power, water and skilled workers." He said it took nine years for SK Hynix to establish its major manufacturing cluster in Gyeonggi Province. Still, a significant expansion of manufacturing facilities is needed for the company to keep up with global demand, Chey said.</p><p>Government officials dismissed questions about whether the southwest has enough power and water to support major semiconductor fabs. They said the region’s strength in renewable energy would give the chipmakers an edge as they face growing global pressure to use cleaner sources of electricity.</p><p>Samsung and SK Hynix have reported record profits in recent months as soaring global investment in data centers and other AI infrastructure has fueled demand for memory chips. Government officials and business experts expect AI-driven demand to continue increasing as the technology spreads to AI-powered industrial robots and autonomous vehicles. The chipmakers' existing semiconductor complexes in Gyeonggi Province may reach capacity sooner than expected, they say.</p><p>During Monday’s event, government officials outlined plans to build what they called a nationwide semiconductor ecosystem, with existing manufacturing hubs in the southeast expanding production of chip components and materials, the central Chungcheong region specializing in chip packaging, while data centers are built across the country.</p><p>“We must establish the core building blocks of artificial intelligence faster than any other country. Semiconductors, physical AI and AI data centers are the three pillars of our next great leap forward,” the president said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYVF5ZSKFM2ISWD5I6AVDMP4O4.jpg?auth=33f3c7e7062bf3bdc72aaee3107dac40e19851bfa65124bc0b91b4794082d158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean President Lee Jae Myung attends an announcement with Samsung Electronics Chairman Lee Jae-yong and SK Group Chairman Chey Tae-won at the Blue House presidential office in Seoul, South Korea, Monday, June 29, 2026. (Kim Min-Hee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Min-Hee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FDYHMUAICO3BFDMNG5A3VKXR5M.jpg?auth=3853921fef17d8faf89a3be45f4fb986a2fe3f97f352b410fc857faa5cf2c0d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean President Lee Jae Myung, center, holds hands with Samsung Electronics Chairman Lee Jae-yong, right, and SK Group Chairman Chey Tae-won after an announcement of building a new computer chipmaking hub, as they meet at the Blue House presidential office in Seoul, South Korea, Monday, June 29, 2026. (Kim Min-Hee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Min-Hee</media:credit></media:content></item><item><title><![CDATA[US and Iran pause strikes but disagree over next steps on talks]]></title><link>https://www.local10.com/news/2026/06/29/us-and-iran-pause-strikes-but-disagree-over-next-steps-on-talks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/us-and-iran-pause-strikes-but-disagree-over-next-steps-on-talks/</guid><dc:creator><![CDATA[By JON GAMBRELL and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — President Donald Trump said Monday that Iran had requested a meeting with U.S. counterparts, though one of Iran's top negotiators said no further talks had been scheduled after attacks across the Persian Gulf over the weekend challenged negotiations to end the war.]]></description><pubDate>Mon, 29 Jun 2026 17:09:15 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — President Donald Trump said Monday that Iran had requested a meeting with U.S. counterparts, though one of Iran's top negotiators said no further talks had been scheduled after attacks across the Persian Gulf over the weekend challenged negotiations to end the war.</p><p>The U.S. president has tried to preserve a fragile interim deal, but hostilities mounted in recent days in the Strait of Hormuz, through which a fifth of the world's oil had been shipped before war began. After four days of trading strikes, both sides appeared to pause their attacks Monday.</p><p>Trump said on social media that a meeting with Iran would happen Tuesday in Doha, Qatar. Trump special envoy Steve Witkoff and Jared Kushner, the president's son-in-law, are flying to Qatar for the meeting, White House press secretary Karoline Leavitt told Fox News’ “Fox & Friends.”</p><p>But Kazem Gharibabadi, a senior negotiator for Iran, denied any talks had been scheduled.</p><p>The U.S. and Iran agreed to an interim deal earlier this month that calls for Tehran to dilute its stockpile of enriched uranium. It also waives U.S.-backed sanctions on the country, opens the Strait of Hormuz and gives each side 60 days to hammer out broader agreements.</p><p>The Trump administration was operating Monday on the understanding that the U.S. and Iran are standing down after the recent back-and-forth strikes and that vessels can move freely through the Strait of Hormuz, said a U.S. official who requested anonymity to discuss the sensitive negotiations.</p><p>The U.S. official also said that Qatar planned to release $6 billion in frozen Iranian assets that would be used to purchase U.S. food products for the Iranian people.</p><p>Iranian President Masoud Pezeshkian had announced the expected release of funds earlier Monday in comments that appeared to be aimed at selling the Iranian public on the interim deal.</p><p>Increased tension in waterway vital to world energy supplies</p><p>During the war that began Feb. 28, Iran’s attacks and threats stopped cargo ships and tankers from moving through the Strait of Hormuz, creating a global energy crisis.</p><p>In recent days, Iran has twice attacked vessels in the strait — including a tanker filled with Qatari crude — following efforts to open Oman’s territorial waters to both inbound and outbound traffic from the Persian Gulf.</p><p>The attacks drew retaliatory American airstrikes and raised concerns that negotiations to reach a formal end to the war could be disrupted. Iran launched drone and missile attacks targeting Bahrain and Kuwait on Sunday.</p><p>The strait has long been considered an international waterway despite its location in Iran and Oman’s territorial waters.</p><p>Pezeshkian says $6 billion coming to Iran</p><p>Pezeshkian offered praise for the interim deal in comments published Monday by the state-run IRNA news agency, calling it “a great victory for the Iranian people.”</p><p>“Based on the plans made, $6 billion out of the total $12 billion of Iranian resources in Qatar will be released and returned to the country, and necessary follow-ups are being carried out,” he said. He did not elaborate.</p><p>Pezeshkian, a reformist within Iran's theocracy, is the highest-ranking official within Iran to reference the release of the funds held by Qatar, a key mediator along with Pakistan in the negotiations.</p><p>Confusion mounts over next round of Iran-US talks</p><p>Pakistan, a key mediator, has said talks between Iran and the U.S. would resume Tuesday.</p><p>Gharibabadi, the Iranian negotiator, cast doubt on the meeting in comments published by IRNA.</p><p>“Reports by some media about technical talks by the working groups being held in Doha are not confirmed,” he said.</p><p>Technical talks involve lower-level diplomats working on the specifics of any deal that would draw top leaders from Iran and the U.S. back to the table.</p><p>Oman, Iran discuss possible fees for ships transiting the Strait of Hormuz</p><p>Oman's foreign minister, Badr Albusaidi, said Monday that Oman and Iran are considering charging service-related fees for commercial ships transiting the Strait of Hormuz.</p><p>Albusaidi said services could include water safety measures, pollution prevention, navigational assistance and preparedness for incidents such as fires. He told Radio Monte Carlo while visiting France that there are “successful examples” of similar services being provided in compliance with maritime law.</p><p>Albusaidi said Oman does not support imposing transit fees on ships.</p><p>“This is internationally forbidden," he said, "and we are abiding by these rules."</p><p>Lebanon's president says it will deploy troops as part of deal with Israel</p><p>Lebanese President Joseph Aoun said Monday that Lebanon is determined to deploy troops along its entire southern border as part of a framework agreement with Israel signed Friday. He made the remark while meeting with Adm. Brad Cooper, the top U.S. military commander in the Middle East.</p><p>The deal was rejected by the Iran-backed Hezbollah militant group, which triggered the latest war with Israel on March 2 when it fired rockets across Lebanon's southern border and into northern Israel.</p><p>The Israel-Lebanon deal calls for Hezbollah to be disarmed before Israel will withdraw its troops from southern Lebanon. Israel agreed to withdraw initially from a couple of “pilot zones” where the Lebanese army would then deploy, but no details have been shared about how that will work in practice.</p><p>Hezbollah officials have warned that attempts to implement the plan could lead to civil war.</p><p>___</p><p>Boak reported from Washington. Associated Press writers Nasser Karimi and Amir Vahdat in Tehran, Iran; Bassem Mroue and Sally Abou AlJoud in Beirut and Russ Bynum in Savannah, Georgia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUMEXLCSGZQ4ZRMQFLCCHVGP3E.jpg?auth=4beaf6216e47d014fca55dc49465afdd20a7a24c434431281f9c10c957db7ad7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a welcoming billboard featuring Iranian President Masoud Pezeshkian along a roadside in Islamabad, Pakistan, Tuesday, June 23, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASEKNC5VUU5UWYNAIZB32CSR7I.jpg?auth=380d65f97e779aefac18e3d665966e3fe4f301ab7cfd3bf0227c0e62337dc749&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women talk in front of a banner with graphic depicting the slain Iranian Supreme Leader Ayatollah Ali Khamenei kissing head of the late commander of Iran's Revolutionary Guard expeditionary Quds Force, Gen. Qassem Soleimani, who was killed in a U.S. drone attack in 2020 in Iraq, as they wait for the green light to cross an intersection in downtown Tehran, Iran, Monday, June 29, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Thousands of immigrants got scammed by an attorney exploiting humanitarian visas, lawsuits say]]></title><link>https://www.local10.com/news/national/2026/06/29/thousands-of-immigrants-got-scammed-by-an-attorney-exploiting-humanitarian-visas-lawsuits-say/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/thousands-of-immigrants-got-scammed-by-an-attorney-exploiting-humanitarian-visas-lawsuits-say/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[An attorney in Washington state promised “miracles” to tens of thousands of immigrants seeking legal status in the United States.]]></description><pubDate>Mon, 29 Jun 2026 17:28:47 +0000</pubDate><content:encoded><![CDATA[<p>An attorney in Washington state promised “miracles” to tens of thousands of immigrants seeking legal status in the United States.</p><p>Instead, Alexandra Lozano created fake stories of domestic abuse and human trafficking to apply for humanitarian visas without her clients' knowledge, according to several lawsuits and a legal ethics investigation. They say she preyed on immigrants’ desperation to drain their bank accounts while leaving them at risk of deportation.</p><p>She is accused of hiring workers who didn’t have proper legal credentials and building an assembly-line system to rush through applications, even copying clients’ signatures onto documents they never saw.</p><p>“I put the trust of my family with her,” 30-year-old Gabriel Martinez Garcia said. After they paid $30,000, he said Lozano duped his family and got his mother placed in removal proceedings despite her marriage to a naturalized U.S. citizen. “We believed in her and then she just let us down.”</p><p>Lozano's firm, Luz del Camino Legal, closed this month amid a barrage of allegations. She permanently surrendered her law license rather than face discipline from the bar association, and denies wrongdoing.</p><p>While federal data shows immigration service scams are rising sharply, Lozano’s alleged scheme stands out for its scale. The bar says her signature is on more than 53,000 pending cases.</p><p>It's unclear how many cases were fraudulent or to what extent her clients were complicit. The ones suing her say they had no idea.</p><p>The consequences of her downfall are hitting the immigration system “like a tidal wave,” said Erika Gonzalez, an attorney with the Coalition to Abolish Slavery and Trafficking.</p><p>The Trump administration last year started overhauling the humanitarian programs Lozano allegedly exploited, claiming a surge in applications since 2020 was a sign of widespread fraud. The administration tightened the programs' restrictions and slowed processing rates, which advocacy groups say will hurt legitimate victims.</p><p>The visas are meant for people who were trafficked or abused</p><p>Lozano specialized in getting visas through the Victims of Trafficking and Violence Protection Act of 2000 and the Violence Against Women Act of 1994, which covers all genders.</p><p>These programs seek to protect victims from having their immigration status weaponized by abusers. Evidence standards are more flexible, making the system more accessible to victims. But it's also easier for an unscrupulous firm to exploit, immigration attorneys say.</p><p>Lozano's firm probed clients for issues at home or work, then spun them as abuse cases that didn't meet the threshold for these humanitarian programs, according to attorneys representing dozens of her old clients.</p><p>Although clients quickly secured work permits, they often faced trouble years later when seeking permanent residency and their claims faced greater scrutiny.</p><p>Lozano denies mass immigration fraud</p><p>Angelo Calfo, an attorney representing Lozano, said clients were expected to review their applications before signing and blamed them for any false statements.</p><p>“Alexandra’s practice has always been to fight for her clients, zealously pursue every lawful option available to them, and support their efforts to build lives in this country,” his statement said.</p><p>The bar accused Lozano of fraud in May and her firm shut down June 10. She’s being investigated by the fraud unit of U.S. Citizenship and Immigration Services, according to emails obtained by The Associated Press. The Department of Homeland Security, which runs the immigration agency, declined to comment.</p><p>At least 920 immigration service scams were reported in 2025, which is more than the first three years of the Biden administration combined, according to Federal Trade Commission data analyzed by the AP. Experts say that's probably an undercount, given immigrants’ reluctance to come forward.</p><p>Clients say foreign workers, not US-licensed lawyers, handled cases</p><p>Lozano is accused of enlisting hundreds of employees in Colombia, Mexico and Argentina to provide legal advice to clients and handle visa applications. That would mean clients never got consultations from a U.S.-licensed attorney.</p><p>“Alexandra was telling us to please invent more information about the abuse because it is not real abuse,” said Rafael Alvarez, who worked for Lozano from 2022 to 2024 in Colombia. “There were a lot of cases that were not true.”</p><p>Lozano's former chief operating officer, Amy Rios, testified in 2024 that the firm earned $1.7 million teaching other law firms its legal strategies for humanitarian visas and “changed the way many attorneys now approach immigration law.”</p><p>Recent lawsuits accuse at least two other firms in Texas and Ohio of replicating Lozano’s tactics, which they deny.</p><p>Immigrants say they didn't know about the lies</p><p>Erika Sanchez and her husband entered the U.S. unlawfully. Multiple lawyers told them there was no way to adjust their status from within the country.</p><p>But Lozano promised a successful outcome after just one consultation in 2020, according to a lawsuit the couple filed in May alongside seven other former clients.</p><p>The couple trusted the firm when it asked for their signatures on blank paper, Sanchez said, and lived on a tight budget to pay Lozano more than $32,000.</p><p>“We truly did believe that she was doing the right thing,” Sanchez said.</p><p>She added that they never saw the application submitted by the firm for her husband, which they later learned contained false claims that his teenage daughter abused him. He is now in removal proceedings.</p><p>Some former clients say they didn't discover the alleged fraud for years. Nora Murillo Moreno said the firm told her about the fake abuse claims on the day before her green card interview. She panicked.</p><p>“Should I say what really happened, or what is written?” Murillo Moreno said. “I knew things didn’t match.”</p><p>Trump administration says visa surge indicates ‘rampant fraud’</p><p>Attorneys suing Lozano say her rise parallels an exponential increase in visa applications for trafficking and domestic abuse cases.</p><p>Domestic abuse claims more than tripled between the 2020 and 2025 fiscal years, from nearly 15,000 applications to upward of 53,000 per year, according to immigration agency data. There were also nearly twelve times as many applications from parents alleging their child abused them.</p><p>During that same period, human trafficking claims jumped from around 1,000 applications to more than 37,000.</p><p>In December, the immigration agency said it would overhaul its domestic violence visa program due to “rampant fraud" based on the increase in filings, without offering other evidence. The changes include narrowing definitions of abuse and giving greater weight to evidence supplied by alleged abusers.</p><p>Cecelia Levin, an attorney with the nonprofit Alliance for Immigrant Survivors, said making these visas harder for actual abuse victims isn't the answer. Instead, the Trump administration should focus on enforcing the law against attorneys running scams, she said.</p><p>An earlier ethics complaint was dismissed</p><p>Immigration attorneys say Lozano’s social media was filled with red flags, like claiming the Virgin Mary blessed all her cases.</p><p>In 2023, the Washington bar said it had concerns about Lozano’s law practice but dismissed an ethics complaint against her, according to a document obtained by the AP. The complaint alleged deceptive advertising and other misconduct, but the bar said she was protected by disclaimers.</p><p>Sara Niegowski, a spokesperson for the bar, said it blocked Lozano from practicing law “as quickly as possible.”</p><p>Lozano’s ex-clients are in a legal mess</p><p>Former clients are now scrambling to get their case files from the defunct firm. Hundreds showed up for recent consultations with volunteer attorneys in Washington and Oregon.</p><p>Many applied to join a lawsuit seeking financial compensation for legal malpractice. Another class action lawsuit aims to recoup their attorney fees. On Friday, a statement from the federal immigration agency told ex-clients how to withdraw their cases or update their addresses so processing could continue.</p><p>Vicente Omar Barraza, an attorney behind the malpractice lawsuit, said hundreds of former clients told him they still don't know what Lozano's firm wrote in their applications. He’s worried many people lost viable pathways to legal status.</p><p>Garcia Martinez, who says his mother is in removal proceedings because Lozano mishandled her case, lives every day in fear that she will be deported.</p><p>“I’m just praying really, really, really hard for her,” Garcia Martinez said. “None of this should have happened.”</p><p>___</p><p>Associated Press writer Jesse Bedayn in Austin, Texas, and data journalist Aaron Kessler in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VRCDTSLJLF5A22MYC5B3ZSVXBQ.jpg?auth=ae885998c99a8d94fd093a16d899ab55c9485f67b26e0177c9a3183632c29b47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia, 30, holds a Bible close to his chest as tattoos of his parents are visible on his wrists, in Tenino, Wash., on Sunday, June 14, 2026. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B4MJFGDSWG6MCXX5257GGAFQYQ.jpg?auth=a4829ba74f09749ec180b2b50cb8f12c821727e0ee5e36d4bdef27d72b1b0ef9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia, 30, poses with an email advertisement from attorney Lozano displayed on his phone in Tenino, Wash., on Sunday, June 14, 2026. . (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KYDZUJYNJX2T7ADBSBMAXXD3JI.jpg?auth=4d87a7b1ec0ff7f8fa29510a5a992aa58a864a93d716726c9ffb075d0c298ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia, 30, holds a Hail Mary necklace given to him by his mother, which he wears every day, in Tenino, Wash., on Sunday, June 14, 2026. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QDBK7FVY5L2AKO35FMNGFF73PY.jpg?auth=4651eea52720e0f12e638863160d95009ab55b637dd69a71764ae1b80dfac2be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The former office of Alexandra Lozano Immigration Law, now operating as La Luz del Camino Legal, on Sunday, June 14, 2026, in Tukwila, Wash. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYCDV3DMIN2W6NLYQAC7AZPEWI.jpg?auth=d8eb05a230719a817947d3de71bfb453d2a4606f85d9626b3c2aa7cef7694cb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia rests his hand on a tree as his mother's name tattoo is visible on his wrist, in Tenino, Wash., on Sunday, June 14, 2026. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content></item><item><title><![CDATA[Pakistani airstrikes kill 36 civilians in Afghanistan and wound 160, officials say]]></title><link>https://www.local10.com/news/2026/06/29/pakistani-airstrikes-kill-36-civilians-in-afghanistan-and-wound-160-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/pakistani-airstrikes-kill-36-civilians-in-afghanistan-and-wound-160-officials-say/</guid><dc:creator><![CDATA[By ABDUL QAHAR AFGHAN and SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[KABUL, Afghanistan (AP) — Pakistani forces' ground operations and strikes killed at least 36 civilians in Afghanistan overnight and wounded more than 160 others, Afghan officials said Monday, as tensions between the neighbors escalated. One Afghan official said the attacks would be met with retaliation.]]></description><pubDate>Mon, 29 Jun 2026 14:18:37 +0000</pubDate><content:encoded><![CDATA[<p>KABUL, Afghanistan (AP) — Pakistani forces' ground operations and strikes killed at least 36 civilians in Afghanistan overnight and wounded more than 160 others, Afghan officials said Monday, as tensions between the neighbors escalated. One Afghan official said the attacks would be met with retaliation.</p><p>Pakistan said the operations were launched in response to militant attacks across Pakistan. Security forces carried out a ground operation along the border late Sunday, followed by strikes against militant hideouts and safe havens, killing 29 fighters, Pakistan's Information Minister Attaullah Tarar said.</p><p>Afghanistan condemned the strikes in Paktia, Paktika, and Kunar provinces as a “cowardly act of aggression” and an “act of brutality.” Hayatullah Mohajer Farahi, the deputy minister for publications at the Ministry of Information and Culture, said Afghanistan would respond “in due time.”</p><p>Hamdullah Fitrat, the deputy spokesperson for Afghanistan’s Taliban government, said Pakistani forces targeted a home in Paktia's Chamkani district, killing an older man and a child, while other family members were wounded. When residents gathered to rescue people, the area was struck again, killing 28 villagers and wounding 158, he said.</p><p>Six people, mostly women and children, were killed in a village in Giyan district, Paktika province, when another home was struck, he said. A civilian home in Kunar province was also hit, causing no casualties but killing some 30 livestock.</p><p>The U.N. Assistance Mission in Afghanistan independently confirmed that at least 28 civilians were killed and 49 others were wounded in the strikes, including women and children. It added that the figures were preliminary and could increase.</p><p>Pakistani officials said an uneasy calm prevailed along the border Monday, with security forces remaining on high alert.</p><p>Envoys are summoned over the attacks</p><p>On Monday, Afghanistan and Pakistan summoned each other's top diplomats to protest the attacks.</p><p>Zia Ahmad Takal, the Afghanistan Foreign Ministry's deputy spokesperson, accused Islamabad of repeatedly blaming Afghanistan for security incidents inside Pakistan without “credible evidence.”</p><p>Pakistan’s behavior “seriously harms the atmosphere of trust between the two countries, good neighborly relations and the security and stability of the region,” Takal said.</p><p>Pakistan’s Ministry of Foreign Affairs said it summoned Afghanistan’s top diplomat in Islamabad to protest the involvement of Afghan nationals in recent attacks, including one in Karachi over the weekend.</p><p>Militant attacks targeting Pakistan’s police and security forces have surged in recent years. Authorities have blamed the Pakistani Taliban, or TTP, and allied militant groups for most of the violence. The Pakistani Taliban are separate from but allied with the Afghan Taliban that returned to power in 2021.</p><p>Tarar, the Pakistani information minister, shared three videos on X that he said showed projectiles striking sprawling camps and safe havens of Jamaat-ul-Ahrar and Fitna al-Khawarij in Afghanistan’s Paktia, Paktika and Kunar provinces. Tarar said the overnight strikes killed “terrorists” and destroyed weapons and ammunition stockpiles.</p><p>Pakistan uses the phrase “Khawarij” to refer to Indian-backed Pakistani Taliban and other militants. Jamaat-ul-Ahrar is a breakaway faction of the Pakistani Taliban.</p><p>Tarar said Pakistan’s counter-terrorism campaign “will continue at full pace to wipe out the menace of foreign-sponsored and supported terrorism from the country.”</p><p>India, however, denied any involvement, with Foreign Ministry spokesperson Randhir Jaiswal calling the statements “baseless allegations.” Pakistan should “look inwards, take credible action against the terror infrastructure on its territory,” he said.</p><p>Pakistan launches operation after assault in Karachi</p><p>The Pakistani security operation followed a militant attack targeting the regional headquarters of the paramilitary Rangers in Karachi that killed three soldiers. Security forces killed three attackers and arrested another assailant, whom the military identified as a wounded Afghan national.</p><p>Jamaat-ul-Ahrar claimed responsibility for the Karachi attack.</p><p>Officials in Pakistan claimed one Afghan suspect was captured following the attack, saying that “Afghan soil and Afghan nationals continue to be used to orchestrate terrorist attacks inside Pakistan.” Police later released the statement of the wounded Afghan detainee, who said the Karachi attack was planned by Jamaat‑ul‑Ahrar, though it was unclear if the confession was made under duress.</p><p>Sunday’s cross-border strikes and ground operation came less than three weeks after Pakistan’s military launched airstrikes on what it said were militant hideouts in Afghanistan. They ended about a month of relative calm following what Islamabad had described as an “open war” between the neighboring countries, despite international efforts to broker a lasting peace.</p><p>The escalation follows months of military action. Hundreds of people have been killed in cross-border fighting since February, when Afghanistan launched retaliatory strikes after Pakistan carried out airstrikes inside Afghan territory.</p><p>Multiple rounds of talks have failed to secure a lasting ceasefire. China hosted the two sides in April and Beijing later said Pakistan and Afghanistan had agreed not to escalate their conflict and to explore a solution.</p><p>___</p><p>Fraser reported from Ankara, Turkey. Associated Press writer Munir Ahmed contributed from Islamabad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CS47SU3NYYGWNJBMDED2QZF25E.jpg?auth=e0a731339ebb8007726629df0e16e099ebe5ff620fccd0b2019644c9610dda16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TSJ2DBH4QX6MI5QQFONEQCZPIY.jpg?auth=e3509dd71f3993a3864124b26712fd64f8a41115c59665d133117a56cef560b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The remains of a destroyed house are seen after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYEY6DLHHGMEUH3XLW2NRMZZCY.jpg?auth=cbf769baf4ac62f0aacd950d6a3215e3b0bad7b12b4b566926f9ef5e103acff7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JBJL4VWB3VPSWUKLFCZXD7STWQ.jpg?auth=fa98df5ef737cad58504743414e00b9fa5cb9f58900ce161fa6ac80f6f6b81dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENWUI37MA2XBPLWYT4QILTRSTA.jpg?auth=4c41d53a6fcbdbbbcec9cbe685c3051d2ff1d7f535562cd8fa89b2f4971890ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content></item><item><title><![CDATA[A long-awaited Australia-Vanuatu pact blocks China from building a military base]]></title><link>https://www.local10.com/news/world/2026/06/29/a-long-awaited-australia-vanuatu-pact-blocks-china-from-building-a-military-base/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/a-long-awaited-australia-vanuatu-pact-blocks-china-from-building-a-military-base/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Australia and Vanuatu signed a long-awaited bilateral security and economic treaty Monday that prevents China creating a military base on the South Pacific island nation.]]></description><pubDate>Mon, 29 Jun 2026 09:10:30 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia and Vanuatu signed a long-awaited bilateral security and economic treaty Monday that prevents China creating a military base on the South Pacific island nation.</p><p>Australian Prime Minister Anthony Albanese signed the so-called Nakamal Agreement with his Vanuatu counterpart, Jotham Napat, in the Australian capital nine months after the Vanuatuan government rejected an earlier draft. Vanuatu had feared the deal would limit its ability to attract infrastructure investment.</p><p>“Our agreement reflects and confirms Australia’s role as Vanuatu’s largest and most comprehensive economic, security and development partner, a responsibility that we take seriously,” Albanese told reporters.</p><p>Natap said the pact “reaffirms our shared commitment to continuing and strengthening the comprehensive partnership between our two countries, founded on mutual respect, trust and our common vision for a peaceful, stable and prosperous Pacific.”</p><p>Under the agreement, Vanuatu will not allow any foreign military base or infrastructure in its territory and will keep its critical infrastructure free from militarization, foreign interference or unauthorized access, a government statement said.</p><p>The agreement is one of several Australia has struck or is negotiating with regional neighbors to prevent China from gaining security influence in the region.</p><p>Vanuatu will consult with Australia when it considers third-party engagement in its critical infrastructure, but there is no power of veto as originally proposed.</p><p>China expressed concern that the agreement may be targeted at it.</p><p>“We hope that cooperation between relevant countries and Pacific Island countries will contribute to the development and stability of the island region, not target any third party or be used as a tool for geopolitical rivalry,” said Guo Jiakun, a spokesperson for China’s Ministry of Foreign Affairs.</p><p>Vanuatu committed to prioritize policing cooperation with Pacific Islands Forum members, a collection of 18 countries and territories that includes Australia. But the agreement does not exclude Chinese police. China does not have a permanent police presence in Vanuatu, but Chinese police personnel often visit the nation of 350,000 people.</p><p>Vanuatu also agrees to come to Australia, New Zealand and France first in response to major natural disasters.</p><p>Australia had proposed to provide Vanuatu with 500 million Australian dollars ($344 million) over a decade under the terms of the agreement as originally drafted.</p><p>Albanese said the cost of the latest agreement would be made public by December.</p><p>Napat said a bilateral agreement Vanuatu is negotiating with China would be made public once the pact had “clearance from Beijing.”</p><p>Napat has previously described the so-called Namele Agreement with China as a “comprehensive development cooperation” deal. He said it was not a security pact.</p><p>Vanuatu has received large loans and aid from China for buildings, wharves and other infrastructure.</p><p>“Currently, it’s not yet signed. We will share the (Namele) agreement. There is nothing to hide. Our government is transparent and I am so grateful that the Prime Minister (Albanese) has also given me the clearance to share with them (China) the Nakamal Agreement,” Napat said. China did not say whether it would reveal the details of the agreement when asked at the Ministry of Foreign Affairs Monday in Beijing.</p><p>In September last year, Albanese was notified that a previous draft of the pact had been rejected hours before he was to fly to Vanuatu for the signing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BQVSDRKPCGJKUX6RO6G2EEG2TM.jpg?auth=0de6695ec77bd4c9cbeb3632984730bc6dac8c5a5993af3e574a314923c1a66b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Prime Minister of Vanuatu Jotham Napat, left, and Australian Prime Minister Anthony Albanese sign the Nakamal agreement at Parliament House in Canberra, Monday, June 29, 2026. (Lukas Coch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lukas Coch</media:credit></media:content></item><item><title><![CDATA[El calor récord en Europa desborda las morgues de París y deja a familias angustiadas]]></title><link>https://www.local10.com/espanol/2026/06/29/el-calor-record-en-europa-desborda-las-morgues-de-paris-y-deja-a-familias-angustiadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/el-calor-record-en-europa-desborda-las-morgues-de-paris-y-deja-a-familias-angustiadas/</guid><dc:creator><![CDATA[Por JOHN LEICESTER y JEFFREY SCHAEFFER, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Cada pocos minutos, suena el teléfono del dueño de la morgue. Desde que una ola de calor sin precedentes empezó a cobrarse vidas y a agotar el espacio de almacenamiento de cadáveres en París y alrededores, los directores de funerarias y las familias en duelo que lo llaman suelen tener casi la misma pregunta: ¿tiene sitio para uno más?]]></description><pubDate>Mon, 29 Jun 2026 05:52:15 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Cada pocos minutos, suena el teléfono del dueño de la morgue. Desde que una ola de calor sin precedentes empezó a cobrarse vidas y a agotar el espacio de almacenamiento de cadáveres en París y alrededores, los directores de funerarias y las familias en duelo que lo llaman suelen tener casi la misma pregunta: ¿tiene sitio para uno más?</p><p>Con las 32 plazas de su cámara frigorífica ocupadas, Zouhaeir Hertelli se ve obligado, a regañadientes, a decir suavemente “Non”, una y otra y otra vez.</p><p>“Nos enfrentamos a una situación realmente catastrófica”, lamentó. “Estoy recibiendo cientos de llamadas”.</p><p>A medida que la histórica ola de calor desplazaba sus temperaturas mortales hacia el este este fin de semana, a otras partes de Europa, Francia empezó a contabilizar el costo humano que dejó a su paso.</p><p>Podría llevar tiempo contabilizar las muertes asociadas al calor</p><p>El trabajo estadístico y de salud pública para contabilizar las muertes relacionadas con el calor podría llevar semanas o meses. Pero ya es evidente que el saldo que impusieron las intensas e implacables temperaturas extremas fue terrible en Francia, el primer país golpeado desde mediados de junio, en particular entre las personas mayores que murieron en casa.</p><p>“Estamos afrontando un enorme aumento de muertes por la ola de calor y estamos realmente llenos, llenos, llenos”, expresó Hertelli.</p><p>En su primera estimación preliminar, la agencia nacional de salud pública indicó que las muertes se dispararon durante el pico de la ola de calor en Francia la semana pasada, que abrasó gran parte del país más grande de Europa con temperaturas que en muchos lugares superaron los 40 grados Celsius (104 grados Fahrenheit) y que además batieron récords de máximas nocturnas, un agotador golpe doble para cuerpos ya fatigados.</p><p>Salud Pública Francia señaló que hubo más de 1.200 muertes el miércoles pasado, cuando Francia registró el día más caluroso de su historia, rompiendo un récord que se había establecido apenas el día anterior.</p><p>Luego, las muertes aumentaron a más de 1.400 el jueves y a otras 1.400 el viernes, indicó. A modo de comparación, la tasa de muertes previa a la ola de calor en abril y mayo era de alrededor de 900 a 1.000 por día, precisó.</p><p>La agencia advirtió que espera que su estimación de un exceso de mortalidad de al menos 1.000 personas sólo durante esos tres días sofocantes aumente a medida que lleguen más certificados de defunción de personas que murieron en casa y en centros de atención para personas mayores, donde la mayoría de las muertes aún no se registran de forma electrónica.</p><p>“En consecuencia, la mortalidad será más alta que estas primeras cifras”, indicó la agencia.</p><p>Muchos de los fallecidos tenían 65 años o más</p><p>El organismo estatal señaló que el 85% de las muertes registradas hasta ahora durante los tres días que estudió correspondieron a personas de 65 años o más y que hubo un fuerte aumento de muertes en el hogar —de alrededor del 40%—, particularmente en la región de París.</p><p>Hertelli y otros en el sector funerario dijeron que las morgues de París se quedaron rápidamente sin espacio de almacenamiento. El Ayuntamiento indicó que se instalaron dos unidades temporales de almacenamiento, con 20 plazas cada una, para las morgues municipales y que los hospitales de la ciudad aportaron otras 50 plazas adicionales.</p><p>Aun así, Hertelli contó que directores de funerarias con los que habló le dijeron que estaban teniendo que almacenar cuerpos en lugares tan lejanos como Chartres —a 80 kilómetros (50 millas) de París— y en otras regiones alrededor de la capital. Para abrir más espacio, explicó que ha pedido a las autoridades permiso para instalar temporalmente contenedores refrigerados fuera de su morgue, que está junto al aeropuerto de Orly, en París, pero que todavía espera luz verde.</p><p>“Las familias están sufriendo”, afirmó. “No tenemos ninguna solución que ofrecerles, porque las funerarias están llenas. Así que nos afecta profundamente, sentimos empatía por ellas, pero no hay nada que podamos ofrecer. Realmente nos enfrentamos a un problema, un gran problema”, añadió.</p><p>Las temperaturas alcanzaron máximos históricos</p><p>Las temperaturas máximas históricas de 2003, superadas esta vez, fueron responsabilizadas de 15.000 muertes, lo que provocó una reflexión nacional sobre el cuidado de las personas mayores, que se vieron particularmente afectadas. También se atribuyeron más de 5.700 muertes al calor durante un verano excepcionalmente caluroso el año pasado.</p><p>Véronique Bertrand, directora de una funeraria en París, dijo que teme que se hayan olvidado las lecciones aprendidas.</p><p>“La mayoría de las muertes con las que estamos lidiando en este momento eran de personas que vivían solas en casa, aisladas. Dadas las circunstancias en las que fueron encontradas, no puede haber otra conclusión que que se trató de muertes causadas por el calor”, sostuvo Bertrand.</p><p>“Creo que la gente necesita absolutamente despertar, que la solidaridad tiene que volver, que lo que ocurrió en 2003 llevó a un movimiento en esa dirección, con personas pensando en sus vecinos, en quienes los rodean y viven solos, y quizá comprobando de vez en cuando que están bebiendo agua y que están siendo atendidos”, agregó.</p><p>“Con el paso de los años, quizá hemos olvidado que podría volver a ocurrir y que las cosas incluso quizá serían peores”, advirtió.</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/BRMPSMBOJ33TPQGF6Y4F7F3DIE.jpg?auth=fd0310fe97d9c0aec60e4dd5104ffcb9c2fe0f1d8b52b79399f5457491ca88bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Véronique Bertrand, directora de funeraria, hace llamadas de trabajo el domingo 28 de junio de 2026 en su oficina de 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[China imposes export controls on 40 Japanese entities as tensions with Tokyo rise]]></title><link>https://www.local10.com/news/2026/06/29/china-imposes-export-controls-on-40-japanese-entities-as-tensions-with-tokyo-rise/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/china-imposes-export-controls-on-40-japanese-entities-as-tensions-with-tokyo-rise/</guid><dc:creator><![CDATA[By SIMINA MISTREANU, Associated Press]]></dc:creator><description><![CDATA[TAIPEI, Taiwan (AP) — China imposed new export controls Monday on 40 Japanese entities it says are contributing to the country’s “remilitarization,” as tensions with Tokyo rise.]]></description><pubDate>Mon, 29 Jun 2026 09:39:51 +0000</pubDate><content:encoded><![CDATA[<p>TAIPEI, Taiwan (AP) — China imposed new export controls Monday on 40 Japanese entities it says are contributing to the country’s “remilitarization,” as tensions with Tokyo rise.</p><p>Relations between Beijing and Tokyo have been increasingly tense since Japanese Prime Minister Sanae Takaichi last year implied Japan could intervene if China used military force against Taiwan, an island democracy China claims as its own.</p><p>Meanwhile, Japan has accelerated its military expansion, especially by adding offensive capabilities, which Beijing has condemned.</p><p>China's Commerce Ministry on Monday placed 20 Japanese entities, including multiple divisions of Mitsubishi Corporation, on a control list, which prohibits Chinese and foreign exporters from selling to them dual-use items made in China. Dual-use items can be used for both civilian and military purposes.</p><p>Additionally, 20 other entities have been added to a watch list for dual-use items, according to the ministry. It includes Mitsui E&S, which makes engines and other equipment for ships, as well as divisions of Fujitsu and Komatsu corporations.</p><p>Chinese companies exporting to these firms will be required to apply for special licenses, submit risk assessment reports on the Japanese companies and written pledges that the dual-use items will not be used for military purposes.</p><p>Beijing and Tokyo spar over export measures</p><p>The export controls are “entirely justified, reasonable and lawful," the Chinese Commerce Ministry said, adding they are aimed at "firmly deterring Japan’s reckless pursuit of ‘new militarism.’”</p><p>“We hope Japan will recognize its mistakes, reverse its wrongful course, genuinely reflect on its past and return to the right track,” it added.</p><p>Japan’s top government spokesperson called the curbs as “unacceptable and extremely regrettable,” while calling on Beijing to retract the measures.</p><p>Chief Cabinet Secretary Minoru Kihara said Monday that Japan would take necessary countermeasures after thoroughly assessing the curbs and their impact.</p><p>Under Takaichi, Japan's military has been equipped with more offensive capabilities, including long-range missiles on remote islands. Exports of lethal weapons are now allowed under a new policy. Japan will revise its defense and security documents by December, which could further increase its defense budget.</p><p>On Monday, Japan's Ground Self-Defense Force announced the deployment of a Type-12 missile launcher on the southernmost remote island of Minamitorishima, an apparent response to China’s growing activity expanding into the Pacific.</p><p>The curbs serve as a diplomatic message, an expert says</p><p>In February, China put 20 Japanese companies on an export control list and 20 others on a watch list.</p><p>The Commerce Ministry said that since then, “instead of reflecting on its past and correcting its course, Japan has continued down the wrong path” by accelerating remilitarization, deploying offensive weapons and launching missiles.</p><p>The ministry emphasized the curbs affect only a small number of Japanese entities, and the measures only apply to dual-use items. “They do not affect normal Sino-Japanese economic and trade exchanges, and honest and law-abiding Japanese entities have absolutely nothing to worry about.”</p><p>The measures function more as a "diplomatic message” as Beijing steps up its pressure on Tokyo, said George Chen, partner for Greater China at the advisory firm The Asia Group.</p><p>“From Beijing’s perspective, Japan has not taken meaningful actions to stabilize bilateral ties,” Chen said. “And concerns are growing in China about deeper defense cooperation between Japan, the United States, and potentially other partners.”</p><p>In the short term, Japan–China relations will likely remain fragile “and at risk of slipping further if neither side moves to arrest the downward trend,” he added.</p><p>For Beijing, the issue of Taiwan is particularly sensitive. China considers the self-ruled island its own territory, to be retaken by force if necessary, and has increased military pressure on it.</p><p>Earlier this month, the Chinese coast guard conducted patrols east of Taiwan in what state media described a “pointed warning” to Japan and the Philippines following an announcement that the countries would discuss their maritime boundaries in waters that Beijing views as its own.</p><p>The United Kingdom, Germany and France in a rare joint statement last week condemned Chinese activities in the waters east of Taiwan, adding they opposed any change of the status quo between China and Taiwan.</p><p>___</p><p>Associated Press writers Mari Yamaguchi in Tokyo and Kanis Leung and Chan Ho-him in Hong Kong contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TL3E2IU5LXBMKLGOGJT5LYVZNM.jpg?auth=b5997c6abf0e95116a45cd806b0e91ce14288149d1688016e451e9660740a4fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A delivery man drives past the Japanese Embassy in Beijing on Nov. 24, 2025. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[US stocks rise and recover some of their losses from a rare losing week]]></title><link>https://www.local10.com/business/2026/06/29/us-stocks-rise-and-recover-some-of-their-losses-from-a-rare-losing-week/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/us-stocks-rise-and-recover-some-of-their-losses-from-a-rare-losing-week/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks are rising Monday and recovering some of their losses from a rare losing week.]]></description><pubDate>Mon, 29 Jun 2026 17:46:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are rising Monday and recovering some of their losses from a rare losing week.</p><p>The S&P 500 climbed 1% after erasing a midmorning stumble and was on track to break a five-day losing streak. It’s coming off just its second losing week in the last 13. The Dow Jones Industrial Average was up 296 points, or 0.6%, as of 1:38 p.m. Eastern time, and the Nasdaq composite was 1.8% higher.</p><p>Comcast helped lead the way and jumped 6.5% after saying it will split off its NBCUniversal media business and Sky from its broadband and wireless business. Its stock came into the day with a loss of 17.3% for the year so far.</p><p>Several stocks boosted by the artificial-intelligence boom also rose after Samsung Electronics and SK Hynix said they will invest roughly $518 billion in a new chipmaking hub in South Korea, as its president hopes to capitalize on surging AI demand.</p><p>Applied Materials, whose equipment helps make semiconductors, rallied 10.5% to bring its gain for the year so far to roughly 170%.</p><p>AI stocks have been on a roller-coaster ride recently after soaring to tremendous heights. They’re under pressure because of worries that their profits can’t possibly keep pace with the huge gains for their stock prices. And the drops have an outsized effect on investors because AI stocks have become some of Wall Street’s largest and most influential, giving them more weight on indexes than others.</p><p>SpaceX, which owns the xAI business along with rockets, has already become worth more than $2 trillion after its stock made its debut on the Nasdaq earlier this month, with sharp rises and falls along the way. It’s become big enough that Nasdaq said Elon Musk’s company will join the Nasdaq 100 index before trading begins on July 7, which will force funds tracking the index to buy the stock.</p><p>SpaceX rose 3.7%.</p><p>That helped offset a 5.6% drop for Verizon Communications, which said it's paying $625 million as part of a deal to combine its international wireline connectivity and managed network services business with some of London-based BT Group's subsidiaries in a joint venture.</p><p>The gains for the stock market came even though oil prices rose. The price for a barrel of Brent crude, the international standard, climbed 2.1% to $74.09, pulling slightly above where it was before the war with Iran began. A barrel of benchmark U.S. crude rose 2.4% to $70.92.</p><p>Following attacks across the Persian Gulf over the weekend, President Donald Trump said Monday on social media that Iran had requested a meeting with U.S. counterparts, though one of Iran’s top negotiators said no further talks had been scheduled.</p><p>The hope is that an end to the war with Iran will give oil tankers full access again to the Strait of Hormuz, allowing them to exit the Persian Gulf and deliver crude to customers worldwide. That would help lower the price of oil, whose jumps because of the war have sent a punishing wave of inflation around the world.</p><p>If oil prices do recede and stay low enough, it could keep enough pressure off inflation to allow the Federal Reserve and other central banks to keep interest rates steady or even cut them instead of hiking them. Higher interest rates can keep a lid on inflation, but they also slow the economy and hurt prices for all kinds of investments. High yields worldwide have been rattling investors since oil prices burst above $100 per barrel.</p><p>The yield on the 10-year Treasury edged down to 4.37% from 4.38% late Friday and from 4.56% early this month.</p><p>In stock markets abroad, indexes were mixed across Europe and Asia.</p><p>Stocks jumped 1.6% in Hong Kong and 1.2% in Shanghai for two of the world’s biggest gains, while South Korea’s Kospi slipped 0.2%.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VSGAZNL2DEGOK23ZKPN5AWV5WA.jpg?auth=cd1ecc1c243802928730f9d1f37cc8fbf80ea6a4e85cb11e150fb47554f3b37d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Philip Finale works on the floor of the New York Stock Exchange, Friday, June 26, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Europe's record heat has overwhelmed Paris mortuaries and left families in distress]]></title><link>https://www.local10.com/news/world/2026/06/29/europes-record-heat-has-overwhelmed-paris-mortuaries-and-left-families-in-distress/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/europes-record-heat-has-overwhelmed-paris-mortuaries-and-left-families-in-distress/</guid><dc:creator><![CDATA[By JOHN LEICESTER and JEFFREY SCHAEFFER, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Every few minutes, the mortuary owner's phone rings. Since a record-smashing heat wave started taking lives and storage space for bodies in Paris and beyond, the funeral directors and mourning families calling him mostly have the same question: Do you have room for one more?]]></description><pubDate>Mon, 29 Jun 2026 12:38:20 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Every few minutes, the mortuary owner's phone rings. Since a record-smashing heat wave started taking lives and storage space for bodies in Paris and beyond, the funeral directors and mourning families calling him mostly have the same question: Do you have room for one more?</p><p>With all 32 places in his cold room taken, Zouhaeir Hertelli reluctantly has to gently say “Non,” over and over and over again.</p><p>“We're facing a really catastrophic situation," he said. “I'm getting hundreds of calls."</p><p>As the historic heat wave shifted its deadly temperatures eastward this weekend to other parts of Europe, France began counting the human cost it left in its wake.</p><p>Tallying heat-related deaths could take time</p><p>The statistical and public health work of tallying heat-related deaths could take weeks or months. But it's already apparent that the toll exacted by the intense, unrelenting extreme temperatures was terrible in France, the first country hit from mid-June, particularly among older people who died at home.</p><p>“We're dealing with an enormous spike of deaths because of the heat wave and we're really full, full, full,” Hertelli said.</p><p>In its first preliminary estimate, the national public health agency said deaths surged during the heat wave's peak in France last week, which roasted most of Europe's largest country with temperatures that soared in many places above 40C (104 F) and also broke records for nighttime highs — an exhausting one-two punch for fatigued bodies.</p><p>Public Health France said there were more than 1,200 deaths last Wednesday, when France registered its hottest-ever day, breaking a record that had been set just the previous day. By way of comparison, the pre-heat wave death rate in April and May was around 900 to 1,000 per day, it said.</p><p>There were more than 1,400 deaths on Thursday and another 1,400 on Friday, it said.</p><p>The agency cautioned that its estimate of at least 1,000 additional deaths during those three sizzling days is expected to increase as more death certificates come in for people who died at home and in care facilities for older people, where most deaths are still not registered electronically.</p><p>"Mortality will as a consequence be higher than these first figures,” the agency said.</p><p>Many who died were 65 and older</p><p>It said that 85% of the deaths registered so far during the three days it studied involved people aged 65 and above and that there was a sharp increase in deaths at home — up by about 40% — particularly in the Paris region.</p><p>Hertelli and others in the funeral industry said Paris mortuaries quickly ran out of storage space. City Hall said two temporary storage units, with 20 places each, were installed for municipal mortuaries and that city hospitals provided another 50 additional places.</p><p>Still, Hertelli said funeral directors he spoke to told him they were having to store bodies as far away as Chartres — 80 kilometers (50 miles) from Paris — and in other regions around the capital. To open more space, he said he has asked authorities for permission to temporarily install refrigerated containers outside his mortuary, which is next to Paris' Orly airport, but is still waiting for a green light.</p><p>“Families are suffering,” he said. “We have no solution to offer them, because the funeral homes are full. So we are deeply affected, we have empathy for them, but there’s nothing we can offer. We are really facing a problem, a big problem," he said.</p><p>Temperatures reached historic highs</p><p>Historic high temperatures in 2003, surpassed this time, were blamed for 15,000 deaths, provoking a national reckoning about care of older people, who were particularly hard-hit. More than 5,700 deaths were also attributed to heat during an exceptionally hot summer last year.</p><p>Véronique Bertrand, a Paris funeral director, said she fears that lessons have been forgotten.</p><p>“Most of the deaths that we are dealing with at the moment were people who were living alone at home, isolated. Given the circumstances in which they were found, there can be no other conclusion than that these were deaths caused by the heat," Bertrand said.</p><p>“I think people absolutely need to wake up, that solidarity needs to come back, that what happened in 2003 led to a movement in that direction, with people thinking about their neighbors, of those around them who live alone and perhaps checking from time to time that they're drinking water and are being looked after," she said.</p><p>"With the passing years, we’ve perhaps forgotten that it could happen again and that things would even perhaps be worse.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QL6H4H4SNVEBGZWZC4XWEXNH4.jpg?auth=095f1e1f362a9bc9cf4ff8362f9270a16255b4a4d2a54daca3194bfe7872994a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Véronique Bertrand, a funeral director, works the phones Sunday, June 28, 2026, at her office in Paris. (AP Photo/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/UILN5HIHO5GOQQDWR2DJNLLX5Y.jpg?auth=546c7e688097e62b0f904449c080b45e5fca7667d77512208477c0d3f0481324&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tourists enjoy cooling off at a public water fountain In Paris, on June 26, 2026. (AP Photo/Christophe Ena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JGVHQKFOUU6OP7QLA4OVNHNYPQ.jpg?auth=3f6e9b34741fc993908d1c523063339665f74d9e1a9505a8f482f7caa3a181ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zouhaeir Hertelli, a mortuary and funeral service director, walks out of his coffin storeroom near Paris’ Orly airport on Sunday, June 28, 2026. (AP Photo/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/IFC3SL5ZFLIM7W7W2ACGAMOSZQ.jpg?auth=6d58ba60c58379a5f4f3763ce9a702076e81fa13d778362bf28f07762cb8fecc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person cools off at Trocadero fountain near the Eiffel Tower during a heat wave in Paris, on June 24, 2026. (AP Photo/Christophe Ena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LR7YDLXQK5NDC5OCUOQJ5XM52Q.jpg?auth=130c2c2414f0dc72a61f8d861130f06df237b379ca22f299dcdb193be7db1155&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Parisians bath in the Canal Saint-Martin in Paris, as the national weather service, Meteo France, placed 54 departments, about half the country, under a red heat wave alert, on June 23, 2026. (AP Photo/Christophe Ena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Alonso reaches 500 consecutive games, and Olson is closing in on the Braves' franchise record]]></title><link>https://www.local10.com/sports/2026/06/29/alonso-reaches-500-consecutive-games-and-olson-is-closing-in-on-the-braves-franchise-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/alonso-reaches-500-consecutive-games-and-olson-is-closing-in-on-the-braves-franchise-record/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[Pete Alonso played his 500th consecutive game this week, although if he wanted that to seem impressive to local fans, he probably picked the wrong city to play in.]]></description><pubDate>Mon, 29 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>Pete Alonso played his 500th consecutive game this week, although if he wanted that to seem impressive to local fans, he probably picked the wrong city to play in.</p><p>Alonso, of course, joined the Baltimore Orioles this past offseason. Their franchise record for consecutive games is also the big league record of 2,632 by Cal Ripken Jr. Lou Gehrig held the record of 2,130 before it was broken by Ripken in 1995.</p><p>Alonso is now at 501 after Sunday's game. That means you can still fit Gehrig's entire streak into the gap between Ripken and Alonso. Before leaving the New York Mets for Baltimore, Alonso did set their franchise record of 416 consecutive games.</p><p>The only player with a longer active streak is Matt Olson, and unlike Alonso he's on the verge of breaking his current team's mark. Olson has played 864 straight games, the last 730 of which have come for the Atlanta Braves. The Braves' record is held by two-time MVP Dale Murphy at 740. So Olson is on track to break the record July 10, on the road against St. Louis.</p><p>Olson would tie Murphy's mark July 9 — exactly 40 years to the day from when Murphy's streak ended.</p><p>Trivia time</p><p>Which still-existing franchise has the shortest consecutive games record? Aside from Ripken's Orioles and Gehrig's New York Yankees, which has the longest?</p><p>Bumbling Blue Jays</p><p>For the teams in the American League wild-card race, it's hard to fall too far off the pace. The Toronto Blue Jays have lost six straight games, and they're still only 2 1/2 games out of a postseason spot.</p><p>That doesn't make this recent stretch of baseball any more palatable. Texas swept four straight from the defending AL champions, with the Blue Jays dropping the finale Sunday when they let Jarred Kelenic score the winning run all the way from second on a wild pitch in the ninth.</p><p>There isn't much for Toronto to be happy about, especially at the plate. After finishing third in the majors in OPS last year, the Blue Jays are in the bottom 10 this season. Vladimir Guerrero Jr. has only four home runs and George Springer is batting .220.</p><p>Performance of the week</p><p>Junior Caminero hit three home runs and drove in six runs as Tampa Bay routed Kansas City 13-2 on Thursday. The Rays also took a combined no-hitter into the ninth inning of that game before Carter Jansen homered off Craig Kimbrel with one out.</p><p>Tampa Bay has hit just 74 home runs this season — only Miami and Boston have fewer — and Caminero has 22 of them.</p><p>Comebacks of the week</p><p>It's a three-pack this week, courtesy of the resurgent Phillies and a compliant Washington bullpen.</p><p>Tuesday: The Nationals lead 5-0 in the fifth and 8-6 in the ninth before allowing eight runs in the final inning for a 14-9 loss. Those eight runs came after the first two Philadelphia batters of the ninth struck out.</p><p>Wednesday: Again down to their last out with nobody on, Philadelphia rallies with Kyle Schwarber's walk and Derek Hill's two-run homer. The Phillies win 5-4.</p><p>Thursday: Down 5-0, the Phillies score two runs in the sixth, three in the seventh and five in the ninth for a 10-5 victory.</p><p>Washington's peak win probabilities, according to Baseball Savant: 98.8% on Tuesday, 96.3% on Wednesday and 96.5% on Thursday.</p><p>The Nationals also blew an eight-run lead at San Francisco earlier this month. They've lost four games after leading by at least five — the most such defeats in baseball.</p><p>Trivia answer</p><p>According to Sportradar, the shortest belongs to Washington. The franchise mark is held by the elder Vladimir Guerrero, who played in 276 straight games when the team was still in Montreal.</p><p>Aside from the Orioles and Yankees, the Chicago Cubs have the longest team record for consecutive games: 1,117 by Billy Williams. Not far behind are the Los Angeles Dodgers (1,107 by Steve Garvey) and Cleveland (1,103 by Joe Sewell).</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFP3DEIGX4DDHFFPWAURFIAVKQ.jpg?auth=84524d596f5a82c28bcb059adcc66f646cc37fa6b0218e3928e583d4be5ed17e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles' Pete Alonso celebrates after hitting a home run during the first inning of a baseball game against the Washington Nationals, Sunday, June 28, 2026, in Baltimore. (AP Photo/Daniel Kucin Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Kucin Jr.</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUGCN7DSZ5RMAL5DOFUTYU36MI.jpg?auth=f581586e77ff18f310db773415a60ac5645e13597ea51932a4a97ad3a1cda144&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Matt Olson watches his hit for a single during the sixth inning of a baseball game against the San Diego Padres Monday, June 22, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[A Chinese dissident recounts his perilous dinghy escape to South Korea and how he got to Canada]]></title><link>https://www.local10.com/news/2026/06/29/a-chinese-dissident-recounts-his-perilous-dinghy-escape-to-south-korea-and-how-he-got-to-canada/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/a-chinese-dissident-recounts-his-perilous-dinghy-escape-to-south-korea-and-how-he-got-to-canada/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A roughly 40-hour sea journey on a dinghy with a dying phone. Detention in South Korea. That’s just part of what Chinese dissident Dong Guangping endured to escape his native country. He arrived late last week in Canada, a destination he had eyed for more than a decade.]]></description><pubDate>Mon, 29 Jun 2026 12:03:58 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A roughly 40-hour sea journey on a dinghy with a dying phone. Detention in South Korea. That’s just part of what Chinese dissident Dong Guangping endured to escape his native country. He arrived late last week in Canada, a destination he had eyed for more than a decade.</p><p>Dong had been locked up in China several times, including for his activities commemorating the 1989 crackdown on pro-democracy protesters in Beijing’s Tiananmen Square and past efforts to flee.</p><p>“It’s like living in a cage. Very suffocating,” he said in an online video interview with The Associated Press from Toronto, referring to the lack of freedom of expression in China.</p><p>After his release from prison, the 68-year-old dissident said he was unable to receive retirement benefits or renew his passport and was under constant police monitoring.</p><p>China's Foreign Ministry said the government handles the entry and exit of its citizens in accordance with the law and that Chinese citizens must abide by the Constitution and the law.</p><p>Dong attempted to flee at least three previous times: in 2015 to Thailand, where authorities deported him back to China; in 2019 when he tried to swim to a Taiwanese island off China's east coast; and in 2020, when he reached Vietnam, only to be deported back again.</p><p>Last month, he tried again.</p><p>Dong says he shook off the fear of death</p><p>In the early hours of May 24, he set off in a gray rubber dinghy fitted with an engine from Weihai, a coastal city in eastern China’s Shandong province, under fine weather. He was eyeing Japan, confident that the government there would not send him back to China.</p><p>But the next day brought fog. When he noticed his phone, which he relied on for GPS navigation, was on its last bar, he became terrified. His power bank also died. He quickly switched to his contingency plan — South Korea.</p><p>Dong recalled that dread ran deep because his tiny boat might capsize if the winds and waves picked up. But he had no way to return and shook off the fear of death.</p><p>“Living conditions back in the country are so terrible that being alive is little different than being dead. So there is no point fearing death," he said. “If you move forward, there’s a chance at life.”</p><p>In the evening, he saw lights in the distance and moved toward them. The first vessel could not hear his cries for help and left. Later, he encountered a fishing boat that agreed to pull him on board. He asked the fishers to call the police to help him.</p><p>The South Korean coast guard detained him for allegedly violating the country’s immigration law. They sought a warrant to formally arrest him, but a court refused, saying it’s “difficult to recognize sufficient grounds and necessity” for his arrest.</p><p>From refugee center to Canada</p><p>Dong was later sent to a refugee center in Incheon, a port city near Seoul. Earlier this month, the U.N. refugee agency contacted him via video call, he said.</p><p>A refugee center manager later asked about his height, weight and his eye color. He was worried at first but it turned out to be a good sign. His lawyer told him it was at the request of the Canadian diplomatic mission, he said.</p><p>About a week later, Dong boarded a flight and he arrived in Toronto Friday. He was still unclear what legal procedures were involved in his move, but guessed it was based on cooperation between the South Korean and Canadian governments and the U.N. agency.</p><p>“I feel very surprised, extremely surprised. It's like still in a dream. It's very fast,” he said.</p><p>He believed the resettlement status in Canada that his family secured in 2015, before Thai authorities deported him back to China, was still valid.</p><p>The Canadian Embassy in South Korea declined to comment on Dong's case. South Korea’s Foreign Ministry said the country handled the case “in accordance with law and principle,” but did not specify Seoul’s role in arranging Dong’s transfer to Canada. The U.N. refugee agency declined to comment on individual cases for reasons of confidentiality and protection.</p><p>Dong vows to press on with his activism</p><p>Dong said he feels at home after arriving in Toronto, saying he finally tasted freedom for the first time in over a decade.</p><p>"There’s not even a hint of fear,” he said.</p><p>He hopes to make a living, possibly by being a truck driver or an Uber driver.</p><p>But the joy doesn't help Dong let go of the deportations by the Thai and Vietnamese authorities.</p><p>In 2015, Dong and his family went to Thailand to seek refugee status from the U.N. refugee agency, but Thai authorities later arrested him and returned him to China, according to Amnesty International. His ex-wife and daughter managed to settle in Canada.</p><p>The activist fled to Vietnam in 2020, but was sent back in 2022. He was jailed each time he was returned to China. He said he plans to consult a lawyer to see if he can sue both Thailand and Vietnam.</p><p>For Dong, the fight is far from over. He also plans to press on in his call for China's democratization.</p><p>In the late 1990s, the former police officer distributed leaflets with his articles on topics such as the Tiananmen crackdown. He was imprisoned for three years in 2001 for inciting subversion of state power.</p><p>He also spent more than eight months behind bars over his participation in a memorial for victims of the crackdown after being arrested in 2014, he said.</p><p>“My ultimate goal is for China to achieve constitutional democracy," he said.</p><p>___</p><p>Associated Press writers Kim Tong-hyung in Seoul, South Korea, and Ken Moritsugu in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CLNX3CCJICGTLULIYFXJKX5SVI.jpg?auth=ea461a500fb0d044dacb04b8c25d96cc73234509a20113c8ee6bddd9987ebb58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Dong Guangping, Dong Guangping is seen on a dinghy, crossing the sea between China and South Korea, on May 24, 2026. (Dong Guangping via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CCJEGV7RTID3YHQWAO6EORDIY4.jpg?auth=b0073b06a2b9efa2b9eb92a9863f27fa189af882c014deeb346c43693673a786&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Dong Guangping, Dong Guangping poses for a photo with the Canadian flag after arriving in Toronto, Canada, on June 27, 2026. (Dong Guangping via AP)]]></media:description></media:content></item><item><title><![CDATA[Alex Murdaugh's true crime saga continues as he's back in court for hearing on his murder retrial]]></title><link>https://www.local10.com/news/2026/06/29/alex-murdaughs-true-crime-saga-continues-as-hes-back-in-court-for-hearing-on-his-murder-retrial/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/alex-murdaughs-true-crime-saga-continues-as-hes-back-in-court-for-hearing-on-his-murder-retrial/</guid><dc:creator><![CDATA[By JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[LEXINGTON, S.C. (AP) — Alex Murdaugh was back in court Monday on charges he killed his wife and son, appearing silently at a pretrial hearing that was mostly short on substance but long on spectacle as the true crime sensation continues to captivate.]]></description><pubDate>Mon, 29 Jun 2026 17:52:36 +0000</pubDate><content:encoded><![CDATA[<p>LEXINGTON, S.C. (AP) — Alex Murdaugh was back in court Monday on charges he killed his wife and son, appearing silently at a pretrial hearing that was mostly short on substance but long on spectacle as the true crime sensation continues to captivate.</p><p>Murdaugh’s murder convictions and sentence of life in prison were overturned last month by the South Carolina Supreme Court. On Monday, a new judge laid out a timeline for hearings set the retrial to begin April 5. She also nailed down deadlines for making sure the defense and prosecution have exchanged evidence, a process called discovery.</p><p>Dozens of media outlets, from international agencies and local TV stations to podcasters, were inside the 200-person Lexington County courthouse to again chronicle every forehead rub and quizzical look from the once-rich and imposing Southern lawyer.</p><p>“I see we have a full house,” Judge Debra McCaslin said as the hearing began.</p><p>For many, it was a rare glimpse of how life in state prison has changed the 58-year-old Murdaugh. After pleading guilty to stealing about $12 million from clients and his family’s law firm, he is serving a 40-year federal sentence at the same time as a 27-year state sentence.</p><p>Unlike just about everyone else in the courtroom, the judge said she was new to the story, which combines a grisly double murder with the fall of a powerful legal dynasty.</p><p>“I don’t know anything about the first trial, so when you tell me something please be complete,” McCaslin told the lawyers.</p><p>Prosecutors say Murdaugh shot his wife Maggie and younger son Paul, 22, because he believed sympathy over their deaths would buy him time to fix his problems. At that point in 2021, his financial crimes were close to being exposed by his law firm and the family of a teen who filed a wrongful death lawsuit after Paul crashed a boat while drinking.</p><p>A jury convicted Murdaugh of two counts of murder in 2023. While admitting he is a thief, insurance cheat, liar and bad lawyer, he has adamantly denied the killings.</p><p>Murdaugh wore an orange prison jumpsuit Monday, listening with his mouth set in a tight line.</p><p>At one point, as defense attorney Dick Harpootlian asked the judge to let Murdaugh wear civilian clothing in court, he told his client to stand.</p><p>“Chains around the hands, chain around the waist, chains on his feet,” Harpootlian noted, saying a jury would see Murdaugh shackled like a dangerous criminal when he’s only been convicted of financial crimes.</p><p>Prosecutor Creighton Waters said it's important for incarcerated defendants to wear restraints and jumpsuits. “Every time someone is transferred out of court, it is a security risk.”</p><p>Defense lawyers want Murdaugh, who was disbarred during his legal troubles, to have access in prison to a laptop without internet, so his team won't have to print and deliver evidence to him. Harpootlian said Monday there are more than 20,000 pages of documents.</p><p>“Well surely, Mr. Harpootlian, he reviewed those before his first trial, did he not?” the judge asked.</p><p>“Five years ago,” the lawyer replied.</p><p>Another pretrial motion asks prosecutors to turn over DNA found under Murdaugh’s wife’s fingernails for testing at a private lab. Investigators said it was from an unknown and unrelated man. The defense said they'd cover the cost of testing.</p><p>“I’m gonna let you pay for it,” the judge quipped, drawing a chuckle from the courtroom.</p><p>Murdaugh was grimacing and biting his lower lip during the exchange.</p><p>The defense also wants to hold the next trial outside Colleton County, where the killings happened and the first trial took place. That matter wasn't decided Monday.</p><p>Investigators and armchair detectives alike have spent hours poring over alibis, timelines and digital breadcrumbs, including a cellphone video that prosecutors say cracked the case. They allege Murdaugh’s voice can be heard on the video, which was taken by his son shortly before the shootings at dog kennels on the family’s sprawling property. Murdaugh says he was asleep at the time.</p><p>During the first trial, a few jurors said the Colleton County clerk of court, who is assigned to oversee the evidence and the jury during the trial, told them to watch Murdaugh’s body language when he testified in his own defense and to not be fooled, confused or thrown off by what he might say.</p><p>The state Supreme Court ruled this was a suggestion Murdaugh was guilty, and overturned his convictions.</p><p>The justices were also concerned there had been too much testimony around how Murdaugh stole from clients, many of them in dire straits.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TS2YSAHGGVICF56EMTY2ZPHL6U.jpg?auth=aa57c65501b2989c844cf1e480d545e4d2a4c2ae687ceaac27e9906f9d57f8a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Murdaugh attends a judicial hearing on Monday, June 29, 2026, at the Marc H. Westbrook Judicial Center in Lexington, S.C. (Tracy Glantz/The State via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Tracy Glantz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OA2PM3AHRZLGQDEWS2VTV7L75U.jpg?auth=7453d174271fc47d81764b704d28e050ff300e40737d4caf7cb3e388d7e99043&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Murdaugh arrives for a judicial hearing on Monday, June 29, 2026, at the Marc H. Westbrook Judicial Center in Lexington, S.C. (Tracy Glantz/The State via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Tracy Glantz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/35RLMFSEC4KUTS7BDFYP5DBNGM.jpg?auth=db5f46fd7de46b29c88a1ab90451b98763b0641cb300478cee50b08e0b713e87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Judge Debra McCaslin oversees a judicial hearing on Monday, June 29, 2026, at the Marc H. Westbrook Judicial Center in Lexington, S.C. (Tracy Glantz/The State via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Tracy Glantz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JPIVCOBUB7WDDCJCV6GHEI6ALE.jpg?auth=eae2b1c6ef794a29f777c38b805f1012c193971ab1502cccde3c77406ee95d37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Murdaugh arrives for a judicial hearing on Monday, June 29, 2026, at the Marc H. Westbrook Judicial Center in Lexington, S.C. (Tracy Glantz/The State via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Tracy Glantz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZTXK6HYMLYY4RCZ7XARGNPTAVA.jpg?auth=92586f86bd1ec9ec934b8c44262e45e21f7d31b82a5643598e95da7a973bb3aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors wait in line outside the Lexington County Courthouse before a pre-trial hearing for Alex Murdaugh in Lexington, S.C., Monday, June 29, 2026. (AP Photo/Sam Wolfe)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Wolfe</media:credit></media:content></item><item><title><![CDATA[The Supreme Court nears the end of its term with momentous cases about Trump's power to be decided]]></title><link>https://www.local10.com/news/politics/2026/06/29/the-supreme-court-nears-the-end-of-its-term-with-momentous-cases-about-trumps-power-to-be-decided/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/the-supreme-court-nears-the-end-of-its-term-with-momentous-cases-about-trumps-power-to-be-decided/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court is wrapping up a term that has focused on President Donald Trump's expansive claims of presidential power.]]></description><pubDate>Mon, 29 Jun 2026 04:01:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court is wrapping up a term that has focused on President Donald Trump's expansive claims of presidential power.</p><p>Trump's efforts to restrict birthright citizenship, fire the heads of most independent agencies at will and remove a sitting Federal Reserve governor are among the remaining eight cases the justices are expected to decide this week, beginning Monday.</p><p>The court also is weighing, in cases from West Virginia and Idaho, whether to uphold laws in roughly half the states that prohibit transgender girls and women from playing on their public school and college sports.</p><p>Two election-related cases remain, over state laws that allow a grace period for the receipt of mailed ballots, provided they are sent by Election Day, and limits on political party spending in support of candidates for Congress and president.</p><p>Also outstanding is a dispute over geofence warrants that collect the location history of cellphone users to find people near crime scenes. Critics say the practice is a fishing expedition that violates civil liberties.</p><p>The court’s conservative majority has so far been mostly receptive to Trump's immigration crackdown, including a decision last week allowing the administration to end temporary legal protections for people who came to the U.S. because of war or natural disaster in their homeland. Another decision could make it harder for people fleeing persecution to seek asylum in the United States.</p><p>During arguments in April, the justices signaled a more skeptical look at Trump's executive order that would overturn long-settled understanding and deny citizenship to children born to parents who are in the country illegally or temporarily.</p><p>The court also has rejected Trump's assertion of the power to unilaterally impose wide-ranging tariffs under an emergency powers law.</p><p>The decision in February drew Trump's ire, including an unusually harsh and personal denunciation of two of his court appointees, Justices Neil Gorsuch and Amy Coney Barrett, who voted against him.</p><p>The extent of Trump's power to fire independent agency members is the oldest undecided case, argued in December. The justices seem likely to overturn, or drastically narrow, a 91-year-old decision. It required a cause, like neglect of duty, before a president could remove the Senate-confirmed officials from their jobs.</p><p>The outcome appears to be in little doubt because the conservatives have allowed the firings to take effect while the case plays out, even after lower-court judges found the firings illegal.</p><p>The court seemed less willing to endorse Trump's bid to immediately fire Federal Reserve governor Lisa Cook over allegations of mortgage fraud, which she denies. No president has ever fired a Fed governor in the agency's 112-year history.</p><p>By custom, the court finishes its work before July 4. After this week, its next public meeting is the first Monday in October.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VHKB6POKJSGIZLFN4HUKZBR2Z4.jpg?auth=7974213e215e9cd82cb3528b7c3bf349cac6faaff8ec91fb704dd2c92a9a067c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is photographed on Thursday, June 25, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Red Sox rally past Yankees 5-4 in 10 innings to complete 4-game sweep after Gray loses no-hit bid]]></title><link>https://www.local10.com/sports/2026/06/28/red-sox-rally-past-yankees-5-4-in-10-innings-to-complete-4-game-sweep-after-gray-loses-no-hit-bid/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/red-sox-rally-past-yankees-5-4-in-10-innings-to-complete-4-game-sweep-after-gray-loses-no-hit-bid/</guid><dc:creator><![CDATA[By DOUG ALDEN, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Jarren Duran singled home the winning run to cap a three-run rally in the 10th inning after Boston blew a two-run lead in the ninth, and the Red Sox finished a four-game sweep of the rival New York Yankees with a 5-4 victory Sunday night.]]></description><pubDate>Mon, 29 Jun 2026 03:55:00 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Jarren Duran singled home the winning run to cap a three-run rally in the 10th inning after Boston blew a two-run lead in the ninth, and the Red Sox finished a four-game sweep of the rival New York Yankees with a 5-4 victory Sunday night.</p><p>Boston starter Sonny Gray took a no-hitter into the eighth against his former team before Amed Rosario singled with one out. That ended a brilliant outing for Gray, who had nine strikeouts to reach 2,000 for his career.</p><p>But the Yankees scored twice in the ninth off All-Star closer Aroldis Chapman to tie it 2-all, aided enormously by a brutal throwing error from two-time Gold Glove right fielder Wilyer Abreu.</p><p>New York scratched across two more runs in the 10th, taking advantage of another throwing error by Abreu after Rosario's sinking liner squirted out of his glove for an RBI single. But right-hander Fernando Cruz (4-3) was unable to hold the lead after closer David Bednar had pitched the previous two innings.</p><p>Boston's first four-game sweep of the Yankees since 2018 marked the first four-game winning streak this season for the last-place Red Sox.</p><p>New York arrived at Fenway Park with the best record in the American League but left a game behind Tampa Bay atop the AL East.</p><p>Justin Slaten (1-4) worked one inning for the win.</p><p>Anthony Seigler led off the bottom of the 10th with an RBI single that scored the automatic runner from second base and trimmed Boston's deficit to 4-3. Pinch-hitter Masataka Yoshida followed with a double before a sacrifice fly by Tsung-Che Cheng tied it at 4 and advanced Yoshida to third.</p><p>New York brought in Rosario from left field to form a five-man infield, and Duran hit a line drive to right where nobody was standing.</p><p>Yankees second baseman Jazz Chisholm Jr. was ejected for arguing after he was called out on a check-swing for strike three to end the sixth.</p><p>Up next</p><p>Yankees LHP Ryan Weathers (3-5, 3.95 ERA) faces Detroit RHP Casey Mize on Monday as New York returns home and opens a three-game series against the Tigers.</p><p>Boston is scheduled to start LHP Ranger Suarez (3-3, 2.83 ERA) against Washington LHP Andrew Alvarez on Monday to open a three-game set at Fenway Park.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJHA7IBITYWTSLWWO44VUYVT5Y.jpg?auth=b8736edf3d4cbeb81ad50f79abec8896ebcb1f5f3f92a30ebe63555bb2b36ec6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQTJVOTT4VM2WJNJR3KRUWN6JI.jpg?auth=ec07890b9ae05c4954c35f28ec0bbd4bd84cfcebd19704e5a8dce54efe2766ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5OIR2EHLJCUFD35TW3VLSWWRE.jpg?auth=acd0b9ae169947fd37e009f085142aef0c5c9caf62c830802925e0b2945649c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, left, celebrates with teammates after hitting a walk-off one-run single in the tenth inning of a baseball game to win against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNZXRS5PSPDGWS4WNICWW4VXGI.jpg?auth=58ee20a055efd3dd37959180299391db553c5f538d20a49defe2709c5742e883&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras celebrates after scoring on a two-run single by Caleb Durbin in the fourth inning of a baseball game against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Australia to double potential fines for Facebook and Instagram over child social media accounts]]></title><link>https://www.local10.com/news/2026/06/28/australia-to-double-potential-fines-for-facebook-and-instagram-over-child-social-media-accounts/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/australia-to-double-potential-fines-for-facebook-and-instagram-over-child-social-media-accounts/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Australia plans to double potential fines for social media platforms, including Facebook and Instagram, who fail to prevent Australian children from holding accounts as critics argue the world-first ban on under-16s was failing.]]></description><pubDate>Mon, 29 Jun 2026 02:53:07 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia plans to double potential fines for social media platforms, including Facebook and Instagram, who fail to prevent Australian children from holding accounts as critics argue the world-first ban on under-16s was failing.</p><p>Communications Minister Anika Wells on Monday blamed the platforms’ resistance to the age restrictions for the need to toughen the laws that came into force on Dec. 10.</p><p>“We can all agree we would like the scheme to work better than it is currently, but that is on Big Tech taking the Mickey,” Wells told the Australian Broadcasting Corp., using an Australian slang term for deceiving, teasing or mocking.</p><p>The government announced Sunday it would introduce draft legislation into Parliament this week that would double the maximum fine to 99 million Australian dollars ($68 million) for platforms that fail to take reasons steps to prevent Australian children from holding accounts.</p><p>The amendments would also increase the powers of eSafety Commissioner Julie Inman Grant, Australia’s online safety watchdog, to demand information and documents to ensure platforms were complying with Australian law, a government statement said.</p><p>The new powers would also include information from third parties, such as age assurance technology providers, to test claims made by the platforms about how those under 16 continued to circumvent the ban, the statement said.</p><p>Senior opposition lawmaker Jane Hume said her party would consider voting for the reforms, saying the “social media ban wasn’t working” because of deficient laws.</p><p>“The legislation was clearly undercooked in the first place. The eSafety Commissioner wasn’t given the powers to be able to pursue these Big Tech companies,” Hume said.</p><p>Parliament passed the initial legislation with overwhelming support in 2024. The targeted platforms were given more than 12 months to plan to implement the ban.</p><p>Many countries who have implemented or are planning similar restrictions have been closely watching progress of Australia’s ban.</p><p>The government initially reported more than 5 million children had accounts removed, deactivated or restricted after the ban became law.</p><p>But eSafety reported in March that seven in 10 children who held accounts on restricted platforms on Dec. 10 remained on Facebook, Instagram, Snapchat and TikTok.</p><p>Inman Grant said in April she was considering court action against those platforms and YouTube, alleging they were not taking reasonable steps to exclude children.</p><p>She had been satisfied with progress made by the remaining restricted platforms: X, Kick, Reddit, Threads and Twitch.</p><p>Wells said she had received monthly updates from eSafety since March and “we are not seeing improvements.”</p><p>“These (draft) changes ensure that the eSafety Commissioner has the tools and powers she needs to hold platforms to account and we’re making sure that she can do just that,” Wells said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QNQ2ALIOPBY23LYIP5IKOBWILA.jpg?auth=2192415209002e5e5b51303776e219c47294ccc51adc5460677b5b9de5dc73d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A logon screen for Facebook and the new Meta policy are photographed in Sydney, Australia, on Nov. 20, 2025. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content></item><item><title><![CDATA[Korda looks forward to rest before taking on next two majors after frustrating finish at Women's PGA]]></title><link>https://www.local10.com/sports/2026/06/28/korda-looks-forward-to-rest-before-taking-on-next-two-majors-after-frustrating-finish-at-womens-pga/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/korda-looks-forward-to-rest-before-taking-on-next-two-majors-after-frustrating-finish-at-womens-pga/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — Nelly Korda moved within three strokes of the lead as she made the turn in the final round of the Women's PGA Championship, before three sharp shots gave her a birdie on the 10th hole.]]></description><pubDate>Mon, 29 Jun 2026 02:30:08 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — Nelly Korda moved within three strokes of the lead as she made the turn in the final round of the Women's PGA Championship, before three sharp shots gave her a birdie on the 10th hole.</p><p>Winning a third straight major to start the season was within reach for Korda on this windy Sunday at Hazeltine National Golf Club, three weeks after she came back to secure her first U.S. Women's Open title.</p><p>“I was just trying to take it a shot at a time, really," Korda said. "I didn’t know where the leaders were at, so I was just trying to focus on myself.”</p><p>Soft greens from a morning deluge that delayed play by 3 1/2 hours and an unsteady putter got the best of her, as did the rest of the formidable pack at the top of the leaderboard. That's why the feat she was pursuing is so rare, a daunting prospect even for the runaway LPGA Tour leader.</p><p>Haeran Ryu finished at 13-under 275 to become the sixth South Korean to win the event over the last 12 editions, beating Ina Yoon by two strokes. Brooke Henderson and Dewi Weber tied for third at 10 under. Three Americans — Allisen Corpuz, Auston Kim and Alison Lee — tied for fifth place, six strokes behind Ryu.</p><p>Korda shot a 1-over 73 to finish seven shots back and fall into a four-way tie for eighth, failing to match what Inbee Park in 2013 and Babe Zaharias in 1950 pulled off as the only women to win the first three majors of the season.</p><p>For her part, that wasn't an accomplishment she'd been intentionally pursuing, even if her smashing success on the course this year has been fueling more fan interest in the sport, a following that was palpable to her wherever she went this week.</p><p>“You guys made that such a big thing. I didn’t think about that, no," Korda said. “I was just kind of disappointed in the way that I played this week, not that I came up short really. I was just thinking about the way that I played, not like the realistic big picture that everyone is talking about.”</p><p>Korda three-putted five times this week, after posting no more than three in any other tournament this year. Hazeltine’s signature lakeside hole dragged her down, too, with a double bogey in both the first and fourth rounds on the 16th. Her second shot from the right edge of the fairway on Sunday splashed in the water for a costly penalty stroke, and she two-putted the par-4 hole.</p><p>This was just the second time in nine official stroke play events this year that Korda didn't finish first or second. She also tied for eighth at the Queen City Championship in Cincinnati in May. Korda still needs two points to secure her spot in the LPGA Hall of Fame, a system that will grant her entry with one more major win or two more regular tour event victories. But with the Evian Championship and Women’s British Open waiting on the schedule next month, Korda has two more majors to play. Winning one of them would give her the career grand slam at age 27.</p><p>Next week, she'll rest and reset before traveling to Europe.</p><p>“Just chill for a few days,” Korda said, “and then practice.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZQA7HQWDWCQ5DD5L5KGYAPMPS4.jpg?auth=a96643c1e03af1f6b781b4882fb6b49c1badf8e30fb680fc73f0d610eee85214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda talks to her caddie on the first hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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/LEYJLDUJVWQQ6XXTLGS5GPEEY4.jpg?auth=9f401b514767a9835c1f362e4c2912dc6d3ab881339f4af7b272daf4e763c60a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda watches her putt on the 18th hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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/HLUMCTUP3DQQJIMYSYXV4E27RM.jpg?auth=9ff1e2bfe62d9eebd8b91c027d4570dc473b575720b84e0ef77e662622f9101c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda chips onto the seventh green during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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/CJR3WDWTG7TZOB3XJTDU5V3UMQ.jpg?auth=c95f6aabe3f656d9c3728a96983a265cf01ffc28e887270d2c8bbf93480760b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda celebrates a putt on the seventh hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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[NBC bumps Yankees-Red Sox to stay with golf as Scheffler forces playoff]]></title><link>https://www.local10.com/entertainment/2026/06/28/nbc-bumps-yankees-red-sox-to-stay-with-golf-as-scheffler-forces-playoff/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/nbc-bumps-yankees-red-sox-to-stay-with-golf-as-scheffler-forces-playoff/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It is rare that a New York Yankees-Boston Red Sox game gets preempted for anything, especially on network television.]]></description><pubDate>Mon, 29 Jun 2026 03:22:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It is rare that a New York Yankees-Boston Red Sox game gets preempted for anything, especially on network television.</p><p>That was the case though Sunday night due to a rain delay at the PGA Tour's Travelers Championship, and with Scottie Scheffler in contention.</p><p>An NBC Sports spokesman said the decision was made in consultation with the PGA Tour and Major League Baseball to stick with coverage of the golf tournament once it resumed at 7:20 p.m. EDT until it finished or was suspended due to darkness.</p><p>Scheffler — the world's No.. 1 player — made an 8-foot par putt on the 18th hole to force a sudden-death playoff against Viktor Hovland on Monday morning. Tournament officials determined officials deemed there was not enough daylight to start the playoff.</p><p>The final round was stopped for 90 minutes as storms moved over the TPC River Highlands course in Cromwell, Connecticut. NBC aired the conclusion of the KPMG Women’s PGA Championship. The start of the final round of third women's major of the year in Chaska, Minnesota, was delayed 3 1/2 hours due to rain. Haeran Ryu won by two strokes for her first major title.</p><p>The Yankees-Red Sox game was also streamed on Peacock. NBC picked up coverage at 8:28 p.m. during the bottom of the fourth inning with the Red Sox leading 2-0.</p><p>NBC viewers still got to see the more interesting parts of the game. Boston's Sonny Gray had a no-hitter through seven innings before the Yankees' Amed Rosario ended it with a single with one out in the eighth inning. New York rallied for two runs in the ninth to send it into extra innings and then scored two in the 10th to take a 4-2 lead.</p><p>The Red Sox though scored three in the 10th, including Jarren Duran's game-winning RBI single, to beat the Yankees 5-4 and complete a four-game sweep of their longtime rival.</p><p>This is NBC's first season carrying “Sunday Night Baseball.” It was the first Yankees-Red Sox game on NBC since Sept. 8, 1995.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FW6RCEPV5QHE56T53HQVQB5XWU.jpg?auth=9f8accb13960e5c808b4c6960652163a6adfcfb0576278a335f2f243a330b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to his tee shot on the 18th hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Sonny Gray loses no-hit bid against Yankees in 8th but Red Sox rally in 10th to finish 4-game sweep]]></title><link>https://www.local10.com/sports/2026/06/29/sonny-gray-loses-no-hit-bid-against-yankees-in-8th-but-red-sox-rally-in-10th-to-finish-4-game-sweep/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/sonny-gray-loses-no-hit-bid-against-yankees-in-8th-but-red-sox-rally-in-10th-to-finish-4-game-sweep/</guid><dc:creator><![CDATA[By DOUG ALDEN, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Sonny Gray was almost overloaded with reasons to celebrate.]]></description><pubDate>Mon, 29 Jun 2026 05:44:18 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Sonny Gray was almost overloaded with reasons to celebrate.</p><p>As if taking a no-hitter into the eighth inning and reaching 2,000 career strikeouts weren't enough, his brilliant outing Sunday night for Boston came against the rival New York Yankees — a team Gray once pitched for and hasn't been shy about disliking.</p><p>So after winning in a wild ending, Gray and the Red Sox were reveling in a four-game sweep at Fenway Park that marked their longest winning streak this season.</p><p>“They’re at the top of our division right now. They are where we hope to be. So yeah, it was a good series and it was a pretty sick finish to the series for us,” Gray said after the Red Sox rallied for a 5-4 victory in 10 innings.</p><p>Actually, the Yankees fell a game behind first-place Tampa Bay in the AL East, thanks in large part to Boston's first four-game sweep in the rivalry since 2018.</p><p>Finishing it off proved difficult when New York scored two runs in the ninth to tie it and then two more in the 10th to take a 4-2 lead. But the Red Sox responded with three in the bottom half and walked off with a rousing win on Jarren Duran's game-ending single.</p><p>The chaotic conclusion nearly overshadowed what Gray had done earlier, striking out nine and shutting down the Yankees emphatically for 7 1/3 innings as Boston clung to a 2-0 advantage.</p><p>“I was just trying to do my part to win the game. That’s all I was thinking about other than executing a pitch," Gray said. “I just felt very focused. I wanted to come out and win the game and we did that.”</p><p>Gray didn't dwell much on the opponent despite his history with New York.</p><p>He pitched for the Yankees after a trade-deadline deal with the Athletics in 2017, but the following season ended up losing his spot in the rotation and being left off the postseason roster. His time in New York ended with an offseason trade to Cincinnati.</p><p>Stops in Minnesota and St. Louis followed before the three-time All-Star arrived in Boston this season, and he said he never really wanted to play for the Yankees in the first place.</p><p>While the last-place Red Sox (36-46) are still 10 games below .500, Gray said it felt pretty special getting to that point after what it took to win Sunday night. The veteran right-hander tipped his cap to Boston fans as he left to a standing ovation in the eighth after Amed Rosario ended the no-hit bid with a one-out single up the middle on Gray’s 97th pitch.</p><p>“I think in the sixth inning or something they started really like getting into it and it was cool. I appreciated that,” Gray said. “I appreciate them and it seemed like they appreciated the outing tonight. We need them. If we’re going to get back into this thing, we need them. And they were here for us this weekend, so I appreciated that.”</p><p>It was the first time since 1963 the Yankees were held hitless through the first four innings of three straight games.</p><p>Gray got some defensive help in the third when Wilyer Abreu robbed Austin Wells of a hit with a sliding grab in shallow right field after a full sprint to reach the sinking ball in time. Abreu also committed a pair of costly throwing errors late that helped the Yankees tie it and later take the lead.</p><p>Interim manager Chad Tracy said he still has plenty of confidence in his two-time Gold Glove outfielder, as did his teammates.</p><p>“We’ve had a good weekend. Even though we gave up a couple of runs, the energy in the dugout coming in was like, let’s go win the game,” Tracy said. “There’s been times here in the past couple of months where that would have kind of crushed us, but that was not the case. They were fired up to try and get that done.”</p><p>Yankees starter Carlos Rodón allowed only one hit in five innings, Caleb Durbin's two-run single with one out in the fourth.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2N7VHZIE7NYSN6IPX7EV6CFGO4.jpg?auth=0ce6dfab006bfed229d22158d0f1bd452ae55f7167f4f0b7c5d91e389bc488aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray delivers a pitch to a New York Yankees batter in the first inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJHA7IBITYWTSLWWO44VUYVT5Y.jpg?auth=b8736edf3d4cbeb81ad50f79abec8896ebcb1f5f3f92a30ebe63555bb2b36ec6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5OIR2EHLJCUFD35TW3VLSWWRE.jpg?auth=acd0b9ae169947fd37e009f085142aef0c5c9caf62c830802925e0b2945649c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, left, celebrates with teammates after hitting a walk-off one-run single in the tenth inning of a baseball game to win against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNZXRS5PSPDGWS4WNICWW4VXGI.jpg?auth=58ee20a055efd3dd37959180299391db553c5f538d20a49defe2709c5742e883&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras celebrates after scoring on a two-run single by Caleb Durbin in the fourth inning of a baseball game against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[A rights group warns Vietnam is ramping up arrests under broad laws to crush dissent]]></title><link>https://www.local10.com/news/world/2026/06/28/a-rights-group-warns-vietnam-is-ramping-up-arrests-under-broad-laws-to-crush-dissent/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/a-rights-group-warns-vietnam-is-ramping-up-arrests-under-broad-laws-to-crush-dissent/</guid><dc:creator><![CDATA[By DAVID RISING, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Vietnam is increasingly using broadly written laws to arrest activists, dissidents and others that authorities consider a threat to the Communist Party's rule, according to a new analysis released Monday by a human rights group.]]></description><pubDate>Mon, 29 Jun 2026 02:03:39 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Vietnam is increasingly using broadly written laws to arrest activists, dissidents and others that authorities consider a threat to the Communist Party's rule, according to a new analysis released Monday by a human rights group.</p><p>The 88 Project, which focuses on rights issues in Vietnam, documented 56 such arrests in 2025, the third consecutive year of increases and double the number in 2022. The report includes only arrests where the defendant could be identified by name and the case tracked, and the actual numbers are believed to be much higher, said Ben Swanton, co-director of the group.</p><p>The report says the country under leader To Lam “routinely weaponizes criminal law” to quash dissent. To Lam, the country’s former top security official who has served as general secretary of the Communist Party since 2024, was also elected president earlier this year.</p><p>The arrests are largely driven by fears of an uprising against the leadership in a so-called “color revolution,” like the 2004 Orange Revolution in Ukraine, or the 1986 Yellow Revolution in the Philippines, according to the report.</p><p>It is a fear shared by the Communist Party in neighboring China, which has been accused of using similar tactics to stifle critics. Though competing maritime claims have led to confrontations between the two countries and a tense diplomatic relationship at times, China and Vietnam were able to agree earlier this year to together “prioritize political security and enhance efforts to prevent and resist color revolutions,” the Chinese state-run Xinhua News Agency reported.</p><p>“With the ascendancy of To Lam, the country has become a literal police state that tolerates no dissent,” Swanton said.</p><p>“This represents a serious regression from the period of relative openness in the 2010s when some dissent was tolerated and civil society groups were able to engage in policy activism.”</p><p>Vietnam's Foreign Ministry did not respond to requests for comment on the findings of the report.</p><p>The report found that authorities are relying increasingly on Article 331 of Vietnam's penal code, which makes it a crime punishable by up to seven years in prison to “abuse democratic freedoms to infringe upon the interests of the state.”</p><p>Previously little used, “authorities have enlarged the scope and application of Article 331 so that it reaches further into society, beyond human rights and democracy dissidents ... to all those who voice any grievance with state or local Communist Party and government officials,” New York-based Human Rights Watch wrote in a report last year.</p><p>“The Vietnamese authorities’ increased use of Article 331 is a little known facet of the government’s expanding crackdown on ordinary people who are seeking to use social media and other peaceful means to publicly raise important social issues, including religious freedom, land rights, rights of Indigenous people, and government and Communist Party corruption,” Human Rights Watch wrote.</p><p>Among those arrested under Article 331 last year were three men behind the YouTube channel “Nguoi Da Tin' — The Messenger — on allegations that videos they uploaded were ”distorted content" that violated the statute, The 88 Project reported.</p><p>The report provides details of every arrest identified as politically related in 2025.</p><p>Those also included an activist for the minority Montagnard group who was arrested in Thailand and extradited to Vietnam, a dissident writer accused of spreading “propaganda against the state,” and a man who helped residents of Ha Tinh province file complaints demanding fair compensation for land expropriated for a new highway.</p><p>“The Vietnamese government has dealt alarmingly severe punishments to longstanding targets like journalists and human rights activists, while displaying an increasing willingness to attack groups previously thought safe, such as political exiles and legal petitioners,” the report said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYTP5IL5ZSGHGQOJQSVNPAG6KA.jpg?auth=1e503022371ff190d6588fd6ae860a7fdaf58d1c374bddb790114f5864eb8d09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A giant Vietnamese national flag hangs from a balcony in the old quarter of Hanoi, Vietnam, Monday, Sept. 1, 2025. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[Scheffler makes clutch putt to force Monday playoff against Hovland in Travelers Championship]]></title><link>https://www.local10.com/sports/2026/06/28/scheffler-makes-clutch-putt-to-force-monday-playoff-against-hovland-in-travelers-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/scheffler-makes-clutch-putt-to-force-monday-playoff-against-hovland-in-travelers-championship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Scottie Scheffler made an 8-foot par putt on the 18th hole Sunday and pumped his fist with more emotion than he showed all day, just for the right to return Monday at the rain-delayed Travelers Championship to face a sudden-death playoff against Viktor Hovland.]]></description><pubDate>Mon, 29 Jun 2026 01:13:12 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Scottie Scheffler made an 8-foot par putt on the 18th hole Sunday and pumped his fist with more emotion than he showed all day, just for the right to return Monday at the rain-delayed Travelers Championship to face a sudden-death playoff against Viktor Hovland.</p><p>The final round was stopped for 90 minutes as storms moved over the TPC River Highlands, and officials deemed there was not enough daylight for them to start the playoff.</p><p>The playoff was to start at 9 a.m. Monday, the first time a PGA Tour went an extra day since The Players Championship last year.</p><p>“It’s more fun when you’re making the ones to win,” Scheffler said. “But to keep yourself in it is also nice. Like I said, I live another day until tomorrow, and will be coming out in the morning and see what I can do.”</p><p>Scheffler and Hovland each had birdie chances at the end. Scheffler rammed his 30-foot putt 8 feet by the hole. Hovland's 25-foot attempt missed by inches and he tapped in for a 69. Scheffler made his third big par putt for a 68 to match Hovland at 21-under 259.</p><p>That was one shot ahead of Collin Morikawa, who closed with a 61 and was briefly tied for the lead, though it never looked as though it would be enough.</p><p>Hovland, who went into the final round with a one-shot lead over Scheffler, found himself two back when play was halted by a pounding rain and lightning in the area, both of them in the fairway on the 14th hole.</p><p>Hovland poured in a 15-foot birdie putt from just off the green, to get within one shot and Scheffler had to make a 6-foot par putt to stay in the lead.</p><p>On the reachable par-4 15th, Scheffler's pitch from the collar of rough — wet grass might have saved his tee shot from going in the water — raced toward the pin on the top shelf and kept right on going, over the back and down a slope. He chipped that just onto the green and made another big par putt with Hovland in tight for a third straight birdie.</p><p>That left them tied. Scheffler missed a big opportunity on a 10-foot birdie chance on the 17th that spun off of the left edge of the cup, and the world's No. 1 player did well to hammer a shot from the wet rough right of the 18th fairway to just inside 30 feet.</p><p>PGA Tour official decided before they finished the 18th there would not be enough light to play even one extra hole.</p><p>They arrived at the playoff in different manners — Scheffler with three birdies against one bogey, Hovland going through a 10-hole stretch in the middle of his round with just two pars.</p><p>Hovland fell behind by two early, only for a two-shot swing on No. 7. There was a two-shot swing in Scheffler's favorite to start the back nine, and then Hovland made up ground with three straight birdies, the final two after rain changed the condition of the course.</p><p>The break was good for Hovland just to settle him down.</p><p>“I hit some good shots and then some bad shots and I just couldn’t quite get a flow in,” Hovland said. “So it was nice to just get completely off the golf course and reset and I felt a lot better coming back. So sometimes that’s all you need.”</p><p>Morikawa finished in style, a shot out of the wet sand in the bunker on the 18th to just inside 10 feet for ninth birdie of the round to post at 20-under 260. Morikawa, who started the day nine shots out of the lead, had to wait some three hours — including the delay — before leaving.</p><p>“The thought of actually having a chance, waiting it out, didn’t really cross my mind,” Morikawa said. “But I told my wife earlier this morning, ‘Let’s shoot 61 and end the three-week stretch on a good note.’ And sometimes the way you manifest things works out.”</p><p>Matt Fitzpatrick shot 64 to finish alone in fourth followed by U.S. Open champion Wyndham Clark, who played remarkably well after such a draining week at Shinnecock Hills. He was in it until a shot into the water for bogey on the 17th. Clark had a 65 and was three shots back.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FW6RCEPV5QHE56T53HQVQB5XWU.jpg?auth=9f8accb13960e5c808b4c6960652163a6adfcfb0576278a335f2f243a330b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to his tee shot on the 18th hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDALZVH2OVS6L2AONS4NSTUV7U.jpg?auth=664462cc87211176f4889780395f04e3d985feabe0d7366aaa32a3635f0ef226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, reacts to his shot at the fifth hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKLDGOLXXTZV3MLDKYH2IYLZHQ.jpg?auth=94c3741b49be70d477a28dc945121315f79b7cf73da0acd1eaa36312a80c90b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign announces that play is temporarily suspended due to dangerous weather during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3M3CZCKODITJ76TAFRRYAM4WU.jpg?auth=8daccf00dbc7018fc74d8920480ad0302cf5b05dfee4d385b459b6ff0413807f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler, left, shakes hands with Viktor Hovland, right, of Norway, after finishing tied in the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NVOTGBXOAQQE77XNADLVMSMXE.jpg?auth=4b4bdc420e2adbbd1c174e3dab83e655d9541b9f28b23145fe92cf5acb15977f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, center, of Norway, moves his ball due to standing water without penalty on the 18th fairway during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Desde los escombros en Venezuela, una inesperada historia de supervivencia tras días de tragedia]]></title><link>https://www.local10.com/espanol/2026/06/28/desde-los-escombros-en-venezuela-una-inesperada-historia-de-supervivencia-tras-dias-de-tragedia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/desde-los-escombros-en-venezuela-una-inesperada-historia-de-supervivencia-tras-dias-de-tragedia/</guid><dc:creator><![CDATA[Por JUAN PABLO ARRAEZ, MATIAS DELACROIX y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Una mezcla de equipos de rescate y civiles revisó el domingo una montaña de escombros casi indistinguible de las otras ruinas que se extendían por tramos de la costa norte de Venezuela tras dos devastadores sismos.]]></description><pubDate>Sun, 28 Jun 2026 23:50:42 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Una mezcla de equipos de rescate y civiles revisó el domingo una montaña de escombros casi indistinguible de las otras ruinas que se extendían por tramos de la costa norte de Venezuela tras dos devastadores sismos.</p><p>En los días transcurridos desde los terremotos de 7,2 y 7,5 del miércoles, los equipos de búsqueda y los habitantes locales habían creído que no había señales de vida bajo la masa de concreto en el estado La Guaira, una de las zonas más golpeadas.</p><p>Entonces, el domingo se produjo un estallido de movimiento. Equipos de rescate de Estados Unidos, Francia y Venezuela sacaron de un agujero un par de piernas cubiertas de polvo.</p><p>Los equipos trasladaron con cuidado al hombre desde la estructura donde había quedado atrapado durante cuatro días —con el cuerpo flácido, pero aún aferrado a su teléfono— hasta una lona negra y le administraron suero por vía intravenosa.</p><p>Luego apareció su hijo pequeño, sacado sin camiseta y casi sin respuesta por encima de un grupo de rescatistas con cascos, con las palabras “Fairfax County Urban Search & Rescue” estampadas en la espalda.</p><p>Los equipos de rescate coreaban: “Lento, lento, suave, suave”, en una mezcla de español e inglés, cuando pasaban al padre y al hijo entre una multitud de curiosos hasta una ambulancia cercana.</p><p>Los equipos estallaron en aplausos varios días después de iniciadas las labores de búsqueda y rescate, en un momento en que la esperanza de encontrar sobrevivientes se estaba desvaneciendo.</p><p>Los periodistas de The Associated Press Juan Pablo Arraez y Matías Delacroix estuvieron entre la multitud de personas que presenció el rescate.</p><p>Arraez contó el domingo que estaban recorriendo la región de La Guaira “esperando ver algún milagro” cuando encontraron a los equipos de rescate de Estados Unidos y a civiles locales trabajando con calma para sacar al padre y al hijo del edificio.</p><p>“En esta etapa muchos empiezan a perder la esperanza. Se ve en sus rostros”, declaró Arraez, al momento en que helicópteros volaban por encima. “Cuando alguien sale con vida, como este padre y este hijo, es más que un vistazo, es una esperanza real para la gente”.</p><p>El doble golpe de los terremotos ha sido el mayor desastre natural que la nación sudamericana ha enfrentado en décadas.</p><p>Las autoridades informaron el domingo que 1.450 personas habían muerto, con miles más heridas y muchas más desaparecidas.</p><p>Las primeras 48 a 72 horas después de un desastre natural son cruciales para las labores de rescate, aunque la supervivencia puede prolongarse si las personas tienen acceso a comida y agua.</p><p>Pero pequeños momentos de optimismo, solidaridad y humanidad como este han atravesado un duelo casi abrumador.</p><p>Bomberos venezolanos vertieron agua en la boca de un perro cubierto de polvo que asomaba la cabeza a través de grietas en el concreto.</p><p>Después de quedar atrapada durante 70 horas, una mujer se incorporó en una camilla, sonriendo y saludando a multitudes que vitoreaban cuando la subían en una camilla con ruedas a una ambulancia.</p><p>___</p><p>El fotoperiodista de The Associated Press Matías Delacroix 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/PUPFHOSXDAYUH55VTE3K2VHWUA.jpg?auth=be4d03eec4ffc1f8e888cd5580986ff0fa790014807cdddf35fb1725f2b57895&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate del Ejército mexicano buscan a personas atrapadas en edificios colapsados tras los sismos que sacudieron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZHHIBYNBBSQQZMYRUYDSLXVJ4.jpg?auth=b88d5ed400e8c9d68c45708f9e17863e1afd906c375963a6cbe90625d5682d74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un rescatista carga a una niña sacada de los escombros cuatro días después de que dos sismos azotaran La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Haeran Ryu wins the Women's PGA Championship for her first major title]]></title><link>https://www.local10.com/sports/2026/06/28/haeran-ryu-wins-the-womens-pga-championship-for-her-first-major-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/haeran-ryu-wins-the-womens-pga-championship-for-her-first-major-title/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — Haeran Ryu recovered from a rough start to secure her first career major title, winning the Women's PGA Championship by two strokes over Ina Yoon on a windy Sunday at Hazeltine National Golf Club.]]></description><pubDate>Mon, 29 Jun 2026 00:10:13 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — Haeran Ryu recovered from a rough start to secure her first career major title, winning the Women's PGA Championship by two strokes over Ina Yoon on a windy Sunday at Hazeltine National Golf Club.</p><p>Ryu shot a 2-under 70 to finish at 13-under 275 and become the sixth South Korean to win the event over the last 12 editions, flashing a big smile after sinking her last putt as friends ran out to douse her in celebration.</p><p>The 2023 LPGA Tour Rookie of the Year was also the first major champion in at least the last 60 years to rally from a 10-plus-shot deficit after the first round. Ryu opened Thursday with a 73 in a tie for 70th place, as Yoon shot a tournament-record 63.</p><p>Playing her first event in six weeks, Ryu shook off whatever rust she showed and heeded some keen advice from her coach about moving forward.</p><p>“You don’t have another problem so just trust your shot and trust your caddie and trust yourself on the golf course,” Ryu said during the trophy ceremony on the 18th green.</p><p>Brooke Henderson and Dewi Weber tied for third at 10 under. Three Americans — Allisen Corpuz, Auston Kim and Alison Lee — tied for fifth place, six strokes behind Ryu.</p><p>“Haeran played unbelievable today,” Yoon said. “Brooke, I like to play her, play with her all the time. She’s such a nice girl. I learned a lot today, this week.”</p><p>LPGA Tour leader Nelly Korda wrapped up a frustrating weekend on the greens with a 73 to finish in a four-way tie for eighth, failing to become the third player to win the first three majors of the season.</p><p>The course was closed for most of the morning while a thunderstorm moved through the Twin Cities metro area, dropping more than an inch of rain and pushing all of the tee times back by 3 1/2 hours while players tried to stay focused and loose. That left the greens extra soft and the air especially gusty, making many of Hazeltine’s notoriously long fairways even trickier.</p><p>Ryu was five strokes behind Yoon in a four-way tie for second after two rounds and surged to the top on Saturday to take a one-shot lead over Henderson, the third time she’s been ahead or tied for the lead entering the final round of a major.</p><p>The 25-year-old Ryu bogeyed three of her first five holes before settling in and flexing her ball-striking muscle on a particularly tough afternoon for putting.</p><p>Ranking in the top three on the tour in approach, tee to green, and greens in regulation, Ryu went 4 under over the final 12 holes to separate from the pack in a far more relaxing finish than she was on track for. Four different players held a solo lead over the front nine.</p><p>Weber became only the fourth women’s player from the Netherlands to finish in the top 20 at a major tournament, with Anne van Dam the most recent at the 2024 British Women’s Open. Only one player on the men’s side has ever done so.</p><p>The 23-year-old Yoon had her best finish on the LPGA Tour, deftly rebounding from a 75 on Saturday and a double bogey on the third hole on Sunday.</p><p>“Little disappointed yesterday and today, but I think I did pretty good job being under pressure and it’s just part of golf,” Yoon said. “I think it’s going to be a really big lesson in the big picture.”</p><p>Korda turns her focus to the next two majors</p><p>Korda made the turn only three shots back and birdied the 10th hole, but her short game fell short down the stretch in similar fashion to the third round. She three-putted five different times at Hazeltine, after posting no more than three in any other tournament this year.</p><p>Hazeltine's signature lakeside hole dragged her down, too, with a double bogey in the first and fourth rounds on the 16th. Her second shot from the right edge of the fairway splashed in the water for a costly penalty stroke, and she two-putted the par-4 hole.</p><p>With the Evian Championship and Women's British Open next month, Korda can still add a grand slam to what has been a superb season despite some setbacks this week in Minnesota.</p><p>“I was just thinking about the way that I played," Korda said, "not like the realistic big picture that everyone is talking about.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGKOBUHVDT6LBOUNHSZCGMN7SA.jpg?auth=f26279fe02b7fc53e39b4cef1c0af49766b422840a700820dcd3d99a9fcbe03f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, celebrates on the 18th green after winning the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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/BWN4EZG3VESATVZBVKUQAOFLMM.jpg?auth=379c5a9bedff6ab04be423f8d37e7173107d31d163495896ff588660ef4ea896&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, poses with the trophy after winning the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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/W6BQ5SROR7CME3YJHRHNDECKXQ.jpg?auth=f53a1d1fda42f057b9bdd8cc719e9904d4650e553e0659cbd7b653541d38db56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, hits on the eighth hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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/CJR3WDWTG7TZOB3XJTDU5V3UMQ.jpg?auth=c95f6aabe3f656d9c3728a96983a265cf01ffc28e887270d2c8bbf93480760b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda celebrates a putt on the seventh hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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/IIPPELTQG7YBLK7NBUYVYLXU5I.jpg?auth=860afb4cb259650d8621d6f414e266583dee7e6e9d29e182cab4d9a0210af7bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, walks to the 18th green during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 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[Rescuers pull survivors from rubble as Venezuela quake deaths top 1,450]]></title><link>https://www.local10.com/news/world/2026/06/28/rescuers-pull-survivors-from-rubble-as-venezuela-quake-deaths-top-1450/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/rescuers-pull-survivors-from-rubble-as-venezuela-quake-deaths-top-1450/</guid><dc:creator><![CDATA[Cody Weddle]]></dc:creator><description><![CDATA[Officials have raised the death toll from Venezuela’s twin earthquakes to more than 1,450 people, National Assembly President Jorge Rodríguez confirmed, as frustrations mounted over traffic choking the only highway connecting Caracas to the hard-hit state of La Guaira.]]></description><pubDate>Sun, 28 Jun 2026 22:59:09 +0000</pubDate><content:encoded><![CDATA[<p>Officials have raised the death toll from Venezuela’s twin earthquakes to more than 1,450 people, National Assembly President Jorge Rodríguez confirmed, as frustrations mounted over traffic choking the only highway connecting Caracas to the hard-hit state of La Guaira.</p><p>Ambulances sat gridlocked on the route after authorities set up access checkpoints — measures meant to control the flow of people into the disaster zone that ended up causing significant delays.</p><p>Deborah Cienfuegos, who was searching for her brother and parents beneath the rubble, pleaded with people not to travel to the coast just to take photos and record video.</p><p>“Here we are, our family, our people — don’t be indifferent. Don’t come to Vargas state just to film,” she said.</p><p>Still, rescuers continued pulling survivors from the wreckage. Colombian teams freed one man — visibly smiling despite hours trapped under debris. </p><p>Crews from Fairfax County, Virginia, pulled a crying infant from a collapsed building, calling out their every move to others still buried before cutting through the rubble.</p><p>The earthquakes left at least 12,000 people homeless, many now sleeping in public parks, with more than 700 buildings either requiring repairs or slated for demolition.</p><p>Journalist Ivanna Laura, who has spoken with many of the displaced, said uncertainty is widespread.</p><p>“There’s a lot of uncertainty about what’s going to happen now, for the people who need help and lost everything,” she said.</p><p>Amid the devastation, Venezuelans mobilized to deliver food, water and supplies to those who lost everything — offering a lifeline as the hard work of recovery gets underway.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade deputies arrest Argentinian YouTubers at World Cup match]]></title><link>https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Argentinian YouTubers Beni Marmol and Pato Perrotta are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.]]></description><pubDate>Sun, 28 Jun 2026 18:39:47 +0000</pubDate><content:encoded><![CDATA[<p>Argentinian YouTubers <a href="https://www.youtube.com/@Benimarmol" target="_self" rel="" title="https://www.youtube.com/@Benimarmol">Beni Marmol</a> and <a href="https://www.youtube.com/@patoperrotta" target="_self" rel="" title="https://www.youtube.com/@patoperrotta">Pato Perrotta</a> are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.</p><p><a href="https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/">Leer en español</a></p><p>Marmol, 20, and Perrotta, 26, both of Buenos Aires, each have hundreds of thousands of followers on YouTube and other platforms and frequently collaborate in videos. </p><p>The match was held Saturday at Miami Stadium, better known as Hard Rock Stadium.</p><p>Miami-Dade Sheriff’s Office deputies said both Marmol, whose full name is Lautaro B. Marmol, and Perrotta, whose full name is Patricio Rafael Perrotta, “bypass(ed) three layers of security” using credentials of a past game and made it onto “stadium grounds.”</p><p>Marmol “stated that he was a media influencers (sic) trying to get in to stream the game,” a deputy wrote in his arrest report.</p><p>Perrotta, meanwhile, said he was “hired by a media company to review the event and has credentials, but they were from a previous event,” his arrest report states.</p><p>Deputies arrested each on a charge of interference with a sporting or entertainment event.</p><p>Records show a Miami-Dade judge found probable cause for both and ordered them held on a $2,500 bond.</p><p>They were both being held in the Turner Guilford Knight Correctional Center as of Sunday afternoon. </p><p>The two were among 16 people arrested at the match, according to MDSO.</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: Donations continue to flow in Doral]]></title><link>https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</guid><dc:creator><![CDATA[Hannah Yechivi, Bridgette Matter]]></dc:creator><description><![CDATA[South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after devastating back-to-back earthquakes rocked the South American country.]]></description><pubDate>Sun, 28 Jun 2026 14:34:15 +0000</pubDate><content:encoded><![CDATA[<p>South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after <a href="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/">devastating back-to-back earthquakes</a> rocked the South American country.</p><p><a href="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/">Leer en español</a></p><p>The <a href="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/">Global Empowerment Mission</a> in Doral is receiving donations, including canned food, diapers, and medicine, with 40,000 pounds already in Venezuela and 82,000 pounds arriving soon.</p><p>A long line of cars could be seen at GEM’s warehouse on Sunday morning.</p><p>“We also have a warehouse already open in Caracas and we are planning on sending at least two flights over the next few days,” Billy Richardson, GEM’s logistics director, told Local 10 News on Sunday.</p><p>Richardson explained how aid from South Florida reaches Venezuelans in need.</p><p>“We are working with one of the bigger distributors in Venezuela that is going to help us logistically ― the trucks and other vehicles to get aid around ― and they’ll be going out to different distribution points to help allocate as much community as possible," he said.</p><p>Richardson said GEM is asking people to avoid donating water, which is not currently in short supply, as well as “sodas and high fructose juices.”</p><p>Richardson described the response from South Floridians as “absolutely incredible.”</p><p>“South Florida and the Venezuelan community has all come out and really supported this cause,” he said. “I mean, we’ve had well over 2,500 volunteers in the last few days and I don’t see that stopping anytime soon, which is incredible. It’s amazing.”</p><p>For many volunteering their time, helping those in need in Venezuela personal.</p><p>“I have friends, we have family who had to evacuate their buildings,” volunteer Joshua Tovar said. Thankfully we don’t have any lost ones but we know people who have lost ones."</p><p>Volunteer Xenia Marcinko said her loved ones are safe, but she’s devastated for her country.</p><p>“We can’t count how many families need our help,” she said.</p><p>--</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-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul><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></channel></rss>