<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Fri, 31 Jul 2026 17:35:26 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Pair accused of stealing more than $27K worth of luggage at MIA]]></title><link>https://www.local10.com/news/local/2026/07/31/pair-accused-of-stealing-more-than-27k-worth-of-luggage-at-mia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/pair-accused-of-stealing-more-than-27k-worth-of-luggage-at-mia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Two men are accused of stealing more than $27,000 worth of luggage from baggage carousels at Miami International Airport, according to an arrest report from the Miami-Dade Sheriff’s Office.]]></description><pubDate>Fri, 31 Jul 2026 17:12:22 +0000</pubDate><content:encoded><![CDATA[<p>Two men were arrested Thursday after they allegedly stole more than $27,000 worth of luggage from baggage carousels at Miami International Airport earlier this year, according to an arrest report from the Miami-Dade Sheriff’s Office.</p><p>Deputies identified the suspects as David Williams, 44, of Miami, and Alexander Oscar, 46.</p><p>According to the report, surveillance video captured Williams and Oscar entering MIA through the curbside arrivals area on multiple occasions and walking to baggage carousels, where the pair removed luggage before leaving the terminal and entered “waiting vehicles.”</p><p>Investigators said the thefts happened in April and involved multiple cases at MIA. </p><p>They said in one case, Williams and Oscar allegedly stole luggage valued at $6,305 from Carousel 26. </p><p>In another case, the pair allegedly took luggage valued at approximately $4,000 from that same carousel, according to deputies. </p><p>The report also states Williams was captured on surveillance video in several other incidents, allegedly removing luggage from carousels 22, 23 and 25 at MIA. </p><p>Investigators said the total value of property stolen in all cases was listed at $27,205.</p><p>Jail records show Williams is facing six counts of third-degree grand theft, while Oscar is facing two counts of the same charge. </p><p>Records show Williams was previously arrested on one count of armed robbery with a deadly weapon in an unrelated case. </p><p>As of Friday afternoon, both men were being held at the Turner Guilford Knight Correctional Center, with Williams’ bond set at $20,000 and Oscar’s set at $7,500.</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/QDJTFQRXVREFPCBGBWFHIEKNLY.jpg?auth=70d09758bf2956fd63a16d47e27a4f75acb9ff359b8f76cd656869a1644d5e2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[First US refueling aircraft arrive at air base in Bulgaria to support Middle East operations]]></title><link>https://www.local10.com/news/world/2026/07/31/first-us-refueling-aircraft-arrive-at-air-base-in-bulgaria-to-support-middle-east-operations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/first-us-refueling-aircraft-arrive-at-air-base-in-bulgaria-to-support-middle-east-operations/</guid><dc:creator><![CDATA[By VESELIN TOSHKOV, Associated Press]]></dc:creator><description><![CDATA[SOFIA, Bulgaria (AP) — The first two U.S. military aircraft intended to provide support for operations in the Middle East arrived Friday at an air base in southeastern Bulgaria, drawing a complaint from Iran as Bulgarian residents have also been protesting the deployment.]]></description><pubDate>Fri, 31 Jul 2026 17:03:19 +0000</pubDate><content:encoded><![CDATA[<p>SOFIA, Bulgaria (AP) — The first two U.S. military aircraft intended to provide support for operations in the Middle East arrived Friday at an air base in southeastern Bulgaria, drawing a complaint from Iran as Bulgarian residents have also been protesting the deployment.</p><p>The Trump administration has faced pushback from some European allies over the use of air bases in support of its war with Iran.</p><p>But lawmakers in Bulgaria — a member of NATO and the European Union — voted earlier in July to allow the deployment of up to eight U.S. KC-135 refueling aircraft, as well as 250 personnel with personal weapons and ammunition and airfield equipment, at Bezmer Air Base.</p><p>Under a 2006 U.S.-Bulgaria defense agreement, the Bezmer facility, about 260 kilometers (160 miles) southeast of the capital, Sofia, is a joint-use facility. Any new use of the base requires parliamentary approval.</p><p>The deployment, requested by the U.S. Embassy in Bulgaria, is authorized until Oct. 1, 2026.</p><p>U.S. President Donald Trump thanked Bulgarian Prime Minister Rumen Radev in a Truth Social post for allowing the deployment “despite Iran’s threats.”</p><p>On Thursday, Bulgarian Foreign Minister Velislava Petrova assured her Iranian counterpart, Abbas Araghchi, that the deployment “in no way means a change in Bulgaria’s approach toward Iran." The two countries are important trade partners.</p><p>A Bulgarian Foreign Ministry statement quoted Petrova as saying “it was out of the question" that any direct military actions linked to the conflict in the Middle East would be carried out from Bulgarian territory.</p><p>The statement did not indicate what Araghchi said. But the Bulgarian state news agency, BTA, said Araghchi protested to Petrova over Bulgaria’s support for U.S. military operations against Iran during a telephone conversation initiated by the Bulgarian side. The report cited a report from Iran's state-run IRNA news agency.</p><p>Residents of the village of Bezmer and nearby settlements, including the regional capital Yambol, have staged peaceful protests in recent days against the deployment of the U.S. aircraft.</p><p>Government officials visited the region to address people’s fears, assuring them that the deployment is solely for logistical missions involving in-flight refueling outside Bulgarian airspace.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IDWUVXY5GRDQQXZTTLPVJOBNGI.jpg?auth=fd8ae0601c4f41708b464726680255259efdad190e8aa01463a6d8bb05795a7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Prime Minister Rumen Radev speaks during debated as Bulgarian Parliament approved deployment of U.S. military aircraft on Bulgarian territory in a 136-13 vote, Wednesday, July 22, 2026. (Bulgarian News Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bulgarian News Agency</media:credit></media:content></item><item><title><![CDATA[Tax returns show California's Newsom earning between $1.7 million and $2 million annually]]></title><link>https://www.local10.com/business/2026/07/31/tax-returns-show-californias-newsom-earning-between-17-million-and-2-million-annually/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/tax-returns-show-californias-newsom-earning-between-17-million-and-2-million-annually/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — California Gov. Gavin Newsom and his wife made between $1.7 million and $2 million annually from 2022 through 2024, and they paid about half a million a year in federal and state taxes, according to tax returns released by his office.]]></description><pubDate>Fri, 31 Jul 2026 17:00:04 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — California Gov. Gavin Newsom and his wife made between $1.7 million and $2 million annually from 2022 through 2024, and they paid about half a million a year in federal and state taxes, according to tax returns released by his office.</p><p>The Democrat's office released more than 700 pages of tax filings spanning four years for reporters to review, offering a window into Newsom's finances as he prepares to leave office and considers a 2028 presidential bid. Newsom’s office did not release returns for 2025, because the couple filed for an extension and will complete those returns in October.</p><p>The returns show the Newsoms' income has remained relatively consistent since when he took office in 2019, when the couple reported $1.7 million in annual income. The exception was in 2021, when the family sold a house for nearly $6 million in Marin County, making roughly $800,000 from the sale. That year, they made $4.2 million and paid more than $1 million in federal and state taxes. They earned roughly $2 million in 2022.</p><p>The release of the couple's tax filings comes as their finances have been under scrutiny after the U.S. Justice Department launched investigations into the Newsoms, the governor announced last month. Newsom has blasted the probes as politically motivated.</p><p>It was the first time Newsom released returns since 2022.</p><p>Newsom made nearly $200,000 annually from serving as governor, but most of his income comes from winery and restaurant businesses that he put in a blind trust when he took office. The returns don’t name each individual business, making it impossible to know which ones gained and lost money.</p><p>The PlumpJack Group, a company he owns that includes a suite of wineries and restaurants, is now run by his sister and cousin.</p><p>His wife Jennifer Siebel Newsom, a film director, lost money most years from Girls Club Entertainment, a production company she founded. The business produced “Miss Representation,” a 2011 documentary about disparaging portrayals of women and girls in media, and two other films.</p><p>The Newsoms paid between roughly $14,000 and $44,000 a year for childcare for three of their four children, according to the tax filings.</p><p>They gave between $40,000 and $65,000 in gifts to charity each year, mostly through monetary donations. They also donated thousands of dollars worth of clothing, toys and other items to thrift stores and nonprofits, including in 2022, when they gave away Armani business wear they originally bought for $45,000 to a racial justice organization in Oakland.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YHA6APAOPFXJY4Q6Z5423INFEM.jpg?auth=6e6e565513bff7f5f6230b5c802a55d74a40206be6706f03289335814e560755&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gov. Gavin Newsom is introduced at the National Association of Latino Elected and Appointed Officials conference in Los Angeles, Tuesday, July 14, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Arizona, California y Nevada tomarán menos agua del río Colorado, dice propuesta]]></title><link>https://www.local10.com/espanol/2026/07/31/arizona-california-y-nevada-tomaran-menos-agua-del-rio-colorado-dice-propuesta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/arizona-california-y-nevada-tomaran-menos-agua-del-rio-colorado-dice-propuesta/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Arizona, California y Nevada tomarían menos agua del río Colorado bajo una propuesta anunciada el viernes por el gobierno federal para evitar una crisis en la atribulada vía fluvial.]]></description><pubDate>Fri, 31 Jul 2026 16:59:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Arizona, California y Nevada tomarían menos agua del río Colorado bajo una propuesta anunciada el viernes por el gobierno federal para evitar una crisis en la atribulada vía fluvial.</p><p>La propuesta de la Oficina de Reclamación exime por ahora a Colorado, Utah, Nuevo México y Wyoming de enfrentar recortes obligatorios. Pero se trata de una solución temporal, mientras los estados que dependen del río siguen enfrentados por un plan de gestión a largo plazo para el recurso menguante que abastece de energía a enormes extensiones del oeste norteamericano.</p><p>Según el plan, los estados de la Cuenca Baja podrían afrontar recortes colectivos de hasta 3 millones de acres-pie (130.000 millones de pies cúbicos) hasta 2036, “sujeto a la hidrología”, de acuerdo con un comunicado de prensa del Departamento del Interior. Eso equivale aproximadamente a suficiente agua para abastecer a más de 25 millones de personas al año.</p><p>El plan también permitiría liberaciones anuales de entre 5 millones y 12 millones de acres-pie desde el lago Powell, el segundo embalse más grande de la cuenca. En el marco federal de 10 años, las decisiones de gestión del agua se tomarán cada dos años.</p><p>“Este marco proporciona la flexibilidad para responder a condiciones hidrológicas cambiantes, al tiempo que preserva la oportunidad de que los estados de la cuenca sigan trabajando hacia soluciones duraderas por consenso”, declaró el secretario del Interior, Doug Burgum, en un comunicado.</p><p>Los recortes propuestos en los estados de la Cuenca Baja —California, Arizona y Nevada— serían los mayores hasta la fecha y podrían tener enormes impactos en ciudades y granjas: precios del agua más altos, mayor dependencia del agua subterránea, más tierras agrícolas fuera de producción y mandatos de conservación en lugares donde antes no existían.</p><p>El plan federal llega tras años de negociaciones estancadas y un invierno con sequía récord que llevó los embalses del río Colorado a mínimos históricos combinados. Se espera que los funcionarios federales finalicen el plan en los próximos días.</p><p>Más de 40 millones de personas en siete estados, varias naciones tribales y México, así como agricultores, fauna silvestre, industrias y la energía hidroeléctrica, dependen del menguante río Colorado, de 2.334 kilómetros (1.450 millas). Años de uso excesivo, combinados con el aumento de las temperaturas y la sequía, han reducido gravemente los caudales del Colorado en comparación con décadas pasadas.</p><p>__________________________________</p><p>The Associated Press recibe apoyo de la Walton Family Foundation para la cobertura de políticas ambientales y sobre agua. 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 ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQBOGNIUAHY5XCBAUCH67OMU4U.jpg?auth=dbebecf4e9d27d89e77a39bedd4fd7466309659c6d968ba45f3414d3051bfe84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El Lago Powell cerca de Page, Nevada, el 15 de julio del 2026. (AP foto/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[USPS carrier accused of stealing winning Florida Lottery ticket from mail, claiming prize]]></title><link>https://www.local10.com/news/local/2026/07/31/usps-carrier-accused-of-stealing-winning-florida-lottery-ticket-from-mail-claiming-prize/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/usps-carrier-accused-of-stealing-winning-florida-lottery-ticket-from-mail-claiming-prize/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A United States Postal Service employee is facing multiple felony charges after investigators say she stole a winning Florida Lottery ticket from the mail and fraudulently claimed a $2,600 prize.]]></description><pubDate>Fri, 31 Jul 2026 16:06:48 +0000</pubDate><content:encoded><![CDATA[<p>A United States Postal Service employee from Broward County is facing multiple felony charges after investigators say she stole a winning Florida Lottery ticket from the mail and fraudulently claimed a $2,600 prize.</p><p><a href="https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/">Leer en español</a></p><p>According to the Florida Lottery, the case stemmed from a joint investigation by the agency’s Division of Security and the U.S. Postal Service Office of Inspector General.</p><p>Investigators said the investigation began after a Florida Lottery player reported that a winning Pick 4 ticket she mailed through the U.S. Postal Service never arrived at its intended destination.</p><p>According to an arrest report, the winning ticket was purchased at a Publix store in Tampa and was worth $2,600. Because the prize exceeded the $599 maximum payout that can be claimed at a lottery retailer, the terminal instructed that the ticket be returned to the player, investigators said.</p><p>They said the winner later mailed the ticket to a relative in Fort Lauderdale to help pay for another person’s funeral expenses, but the ticket was never successfully delivered.</p><p>A Florida Lottery inspector determined the ticket was instead redeemed June 19 at the Florida Lottery’s Miami District Office by 28-year-old Lakaysha Kenya Lockhart. Investigators later identified Lockhart as a USPS letter carrier assigned to the Oakland Park post office.</p><p>According to her arrest report, Lockhart, who has listed addresses in Lauderhill and Hollywood, “was not known to, approved or authorized by the ticket owner” to redeem the winning ticket.</p><p>Authorities said Florida Lottery special agents and USPS OIG investigators conducted a joint operation that led to Lockhart’s arrest on July 23. They said Lockhart admitted after her arrest to stealing the winning lottery ticket and redeeming it at the Miami District office.</p><p>“Our players deserve confidence that every Lottery prize is protected through strong security measures and diligent oversight,” Florida Lottery Secretary Reginald D. Dixon said in a statement. “I commend our Division of Security for their outstanding investigative work and thank our partners at the United States Postal Service Office of Inspector General and the Broward County Sheriff’s Office for their collaboration in protecting the integrity of Florida Lottery games and bringing this case to a successful resolution.”</p><p>Jail records show Lockhart is facing one count of grand theft, dealing in stolen property, filing a false claim for payment, and two counts of unlawful use of a two-way communications device and mail theft.</p><p>Florida Lottery officials said that because the offenses occurred in multiple judicial circuits, the cases will be prosecuted separately.</p><p>Lockhart was not listed as an inmate in Broward County jail records as of Friday morning.</p><p>A USPS spokesperson told Local 10 News that Lockhart joined the agency on April 21, 2025, and remains employed by USPS but is currently off duty.</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/JTDR6VF32NF7DDE4MBUX34HATE.jpg?auth=6163a691d6eae851cf0eba80e5f2f28c07f2399a67cd126e9c1dfb587c4eefa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Texas man arrested in videoed attack on Bayside Hard Rock Cafe server, police say]]></title><link>https://www.local10.com/news/local/2026/07/31/texas-man-arrested-in-videoed-attack-on-bayside-hard-rock-cafe-server-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/texas-man-arrested-in-videoed-attack-on-bayside-hard-rock-cafe-server-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Miami-Dade Crime Stoppers tip led to the arrest of a Texas man in a video-recorded attack on a Hard Rock Cafe server at Bayside Marketplace in downtown Miami, according to police.]]></description><pubDate>Fri, 31 Jul 2026 16:28:21 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade Crime Stoppers tip led to the arrest of a Texas man in a video-recorded <a href="https://www.local10.com/news/local/2026/07/29/video-cops-seek-suspect-in-jarring-attack-on-bartender-at-bayside-marketplace/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/29/video-cops-seek-suspect-in-jarring-attack-on-bartender-at-bayside-marketplace/">attack on a Hard Rock Cafe server</a> at Bayside Marketplace in downtown Miami, according to police.</p><p><a href="https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/">Leer en español</a></p><p>Daniel Ramirez, 47, of Lubbock, Texas, was taken into custody by the Miami Police Department Friday morning at a Royal Caribbean cruise terminal at PortMiami. He’s facing a felony battery charge.</p><p>Miami police said the incident happened on Sunday evening after the employee spotted Ramirez “inside an employee-only area consuming garnishes” and told him not to eat them.</p><p>Authorities said Ramirez responded, “B----, what do you want me to do, spit it out?” and both left the bar area.</p><p>However, according to an MPD arrest report, the server’s manager called her back over after Ramirez made a complaint.</p><p>“According to the victim, (Ramirez) told the manager that no woman was allowed to tell him what to do and that the victim needed to be reprimanded,” the arrest report states.</p><p>Police said the manager told the server to pretend like she was being reprimanded.</p><p>Authorities said later, after the victim went inside through the front entrance to talk to another employee, Ramirez “forcefully shoved her, causing her to fall into a metal garment rack.”</p><p>“As a result of the fall, the victim struck her (head) and chipped one of her front teeth,” the report states.</p><p>She was able to snap photos of him before he left, police said, but when Ramirez “realized she was photographing him, he turned around, struck the cellular phone out of her hand, pushed her in the face and caused her to fall to the ground” and lose consciousness. Ramirez fled, police said.</p><figure><img src="https://www.local10.com/resizer/v2/6HMJFJR2TFD3VNUU6AFE73G2JY.png?auth=af151d58239cfcae009a3c20a0a06562d3cdb9331afd0341b5ad62e26ee20c6d&smart=true&width=1200&height=900" alt="Bayside Marketplace suspect" height="900" width="1200"/><figcaption>Bayside Marketplace suspect</figcaption></figure><p>According to the report, an MPD officer “attempted to interview the family who had remained at the table with the defendant in an effort to obtain (Ramirez’s) identity,” but they all refused to cooperate or provide information.</p><p>Police said after receiving the Crime Stoppers tip, they were able to identify Ramirez and the victim picked him out of a lineup.</p><p>At around 6:40 a.m. Friday, police said U.S. Customs and Border Protection informed MPD that they apprehended Ramirez at the port.</p><p>Investigators said Ramirez, upon being apprehended, “spontaneously stated that he had ‘run into a lady.’”</p><p>Police said he later declined to speak with MPD investigators.</p><p>As of Friday afternoon, Ramirez was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” in online jail records.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V2YP62IAXJDZPCSGI2XVABN6FI.jpg?auth=5fd029478f81584b192e2507887432c4814a735a25f4e2537056a7d6c80656f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Ramirez]]></media:description></media:content></item><item><title><![CDATA[Arrestan a hombre de Texas por ataque grabado en video contra mesera del Hard Rock Cafe de Bayside, dice la Policía]]></title><link>https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una pista de Miami-Dade Crime Stoppers condujo al arresto de un hombre de Texas por un ataque grabado en video contra una mesera del Hard Rock Cafe en Bayside Marketplace, en el centro de Miami, según la Policía.]]></description><pubDate>Fri, 31 Jul 2026 16:39:04 +0000</pubDate><content:encoded><![CDATA[<p>Una pista de Miami-Dade Crime Stoppers condujo al arresto de un hombre de Texas por un <a href="https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/">ataque grabado en video contra una mesera del Hard Rock Cafe</a> en Bayside Marketplace, en el centro de Miami, según la Policía.</p><p>Daniel Ramirez, de 47 años y residente de Lubbock, Texas, fue arrestado la mañana del viernes por el Departamento de Policía de Miami en una terminal de cruceros de Royal Caribbean en PortMiami. Enfrenta un cargo grave de agresión.</p><p>La Policía de Miami informó que el incidente ocurrió el domingo por la noche después de que la empleada sorprendiera a Ramirez “dentro de un área exclusiva para empleados consumiendo guarniciones” y le pidiera que dejara de hacerlo.</p><p>Las autoridades indicaron que Ramirez respondió: “Perra, ¿qué quieres que haga, que lo escupa?”, y ambos abandonaron el área del bar.</p><p>Sin embargo, según el informe de arresto del Departamento de Policía de Miami, el gerente de la mesera la llamó nuevamente después de que Ramirez presentara una queja.</p><p>“Según la víctima, (Ramirez) le dijo al gerente que ninguna mujer podía decirle qué hacer y que la víctima debía ser reprendida”, señala el informe de arresto.</p><p>La Policía informó que el gerente le pidió a la mesera que fingiera que estaba siendo reprendida.</p><p>Las autoridades indicaron que más tarde, después de que la víctima entró por la puerta principal para hablar con otro empleado, Ramirez “la empujó con fuerza, provocando que cayera contra un perchero metálico”.</p><p>“Como resultado de la caída, la víctima se golpeó la cabeza y se fracturó uno de los dientes frontales”, señala el informe.</p><p>La Policía informó que la víctima logró tomarle fotografías antes de que se marchara, pero cuando Ramirez “se dio cuenta de que ella lo estaba fotografiando, se dio la vuelta, le golpeó el teléfono celular de la mano, la empujó en el rostro y provocó que cayera al suelo” y perdiera el conocimiento. Luego, Ramirez huyó, según la Policía.</p><figure><img src="https://www.local10.com/resizer/v2/6HMJFJR2TFD3VNUU6AFE73G2JY.png?auth=af151d58239cfcae009a3c20a0a06562d3cdb9331afd0341b5ad62e26ee20c6d&smart=true&width=1200&height=900" alt="Bayside Marketplace suspect" height="900" width="1200"/><figcaption>Bayside Marketplace suspect</figcaption></figure><p>Según el informe, un agente del Departamento de Policía de Miami “intentó entrevistar a la familia que permanecía en la mesa con el acusado para obtener la identidad de (Ramirez)”, pero todos se negaron a cooperar o proporcionar información.</p><p>La Policía informó que, tras recibir la pista de Miami-Dade Crime Stoppers, logró identificar a Ramirez y la víctima lo reconoció en una rueda de reconocimiento.</p><p>Alrededor de las 6:40 a.m. del viernes, la Policía indicó que la Oficina de Aduanas y Protección Fronteriza de Estados Unidos (CBP) informó al Departamento de Policía de Miami que había detenido a Ramirez en el puerto.</p><p>Los investigadores señalaron que, al ser detenido, Ramirez “de manera espontánea manifestó que había ‘chocado con una mujer’”.</p><p>La Policía indicó que posteriormente se negó a hablar con los investigadores del Departamento de Policía de Miami.</p><p>Hasta la tarde del viernes, Ramirez permanecía detenido en el Centro Correccional Turner Guilford Knight y, según los registros de la cárcel en línea, su fianza figuraba como “pendiente de fijarse”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V2YP62IAXJDZPCSGI2XVABN6FI.jpg?auth=5fd029478f81584b192e2507887432c4814a735a25f4e2537056a7d6c80656f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Ramirez]]></media:description></media:content></item><item><title><![CDATA[UN, scientists warn that strong El Nino will add fuel to 'a planet already on fire']]></title><link>https://www.local10.com/tech/2026/07/31/un-scientists-warn-that-strong-el-nino-will-add-fuel-to-a-planet-already-on-fire/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/31/un-scientists-warn-that-strong-el-nino-will-add-fuel-to-a-planet-already-on-fire/</guid><dc:creator><![CDATA[By SETH BORENSTEIN and EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — A strengthening El Nino has already broken records for intensity at its early stages, and it likely will spark even more wild weather worldwide as it grows, “adding fuel to a planet already on fire,” United Nations officials warned Friday.]]></description><pubDate>Fri, 31 Jul 2026 16:59:49 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — A strengthening El Nino has already broken records for intensity at its early stages, and it likely will spark even more wild weather worldwide as it grows, “adding fuel to a planet already on fire,” United Nations officials warned Friday.</p><p>A key area of the Pacific Ocean used to measure the strength of El Nino this week reached its warmest and most intense level ever recorded for the 15th week since it formed, which is early in its lifetime, scientists at Columbia University reported.</p><p>El Nino — a natural warming of the Pacific near the equator that warps weather patterns worldwide — won't peak for several months and should last through spring 2027. The World Meteorological Organization, a U.N. agency, cautioned on Friday that it will likely trigger extreme heat, drought and rainfall well into next year.</p><p>“Two months ago, I warned that El Nino was arriving on our doorstep. Now it is inside the house — and turning up the heat,” United Nations Secretary-General Antonio Guterres told reporters Friday. “We have already endured a summer of extremes — record-shattering heat domes; apocalyptic wildfires raging in Spain, France and far beyond; thousands of lives lost in the scorching conditions.”</p><p>“But according to the latest science, this is only a warm-up act,” Guterres said, saying as the El Nino strengthens it will be “adding fuel to a planet already on fire.”</p><p>“We are in uncharted territory,” he said. “The climate crisis is in overdrive.”</p><p>Most computer forecast models are showing that this El Nino will likely break the all-time record for intensity when it peaks, sometime late fall or so, but that's not guaranteed, scientists said.</p><p>Chaotic extremes in rain, drought and unheard of heat coming</p><p>It's still early in the nearly yearlong life of a typical El Nino to see many direct effects yet, but they are coming, scientists said, agreeing with Guterres’ warnings. El Nino's effects will combine with the long-term global warming from the burning of coal, oil and gas.</p><p>“We’re seeing something that is the warmest July ever recorded for that specific region," used as an El Nino indicator, Columbia University climate scientist Jeffrey Shaman said. "A year from now, it’s going to be very hot in the Northern Hemisphere. And we’re going to possibly have a summer like we’ve never experienced globally."</p><p>But before then, the strong El Nino is likely to cause changes in rainfall patterns that will bring chaotic extremes to different parts of the world in fall and winter. There's a strong chance of drought and wildfires in Indonesia, India and other parts of Asia, south and east Australia, chunks of South America and southern regions in Africa, the WMO warned. Other areas, including much of the United States and fire-struck Southern Europe will get above average rain.</p><p>“This El Nino, developing against the backdrop of unprecedented ocean heat and rising temperatures, provides governments and communities with a window of opportunity to anticipate risks and act before impacts unfold,” said WMO Secretary-General Celeste Saulo.</p><p>El Nino amplifies human-caused warming</p><p>While El Nino and climate change are separate phenomena, their effects create a harmful combination — and people aren't taking the connection seriously enough, Guterres said.</p><p>“We hear much about record heat, drought and wildfires — but not enough about the real change that is driving these events: the accelerating climate crisis powered by fossil fuels," Guterres said.</p><p>Guterres said the world gets too absorbed by dramatic wars in Ukraine, the Middle East and Sudan to notice the dangers of climate change. On top of that, “there is a deliberate campaign, namely by the fossil fuel industry and some countries in order to pretend that that the problems that we are witnessing indeed do not exist.”</p><p>The U.N. must be more active and mobilize public opinion “to tell governments it’s time to recognize this threat as an existential threat to us all,” he told reporters.</p><p>Much of the heat from the burning of fossil fuels gets trapped in the oceans, but “during an El Nino the ocean in some sense gets to return some of the heated buildups of global warming back to the atmosphere,” Shaman said. Even though this El Nino will end, the released heat sticks around in the air, along with the higher temperatures, which will jump up again the next El Nino, he added.</p><p>Guterres called for more early warning systems and cooling systems to handle extreme heat. He said industry and governments need to make work safer, highlighting the garment industry, which has 90 million workers, most of them women. In 17 of the 23 biggest clothing making hubs, dangerously hot days jumped by more than 10% in the past 20 years, “yet most global brands set no heat standard for the factories that supply them.”</p><p>But mostly, Guterres said, “the world must stop fueling the crisis.... More coal, oil and gas will lead to a more combustible future."</p><p>___</p><p>Borenstein reported from Washington.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N32D5EJLZSYOXRQF5SAKQ2PLNQ.jpg?auth=567175023486a25ac680ce658c3a02eac2087b0bb17ae055cf97ae8b903c125c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter moves beehives away from flames while battling a wildfire in San Martin de Valdeiglesias, west of Madrid, Spain, July 26, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJQ7SZDTAMGTUWXTDZCXAKQ4MI.jpg?auth=b94d798041815f9796637729ca1e3ea2c54bf7bdf5a0067985fa110f0d9e1e7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maria del Carmen, left, her daughter Maria del Carmen Lopez, right, and her partner Mario Gonzalez, center, collect their belongings after their bungalows were ravaged by a wildfire at a campsite in Valle de Iruelas, Spain, July 30, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZHPTPCGZMCBT43QTMCTQS4ZFE.jpg?auth=b2d8077c04f29ef0bb07883a7d33ec2c6e2a39a9eaa0599bef41fe5df4d79625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Meghana Jalagam uses a fan to keep cool from the hot weather during a World Cup soccer match between the United States and Bosnia and Herzegovina at a watch party July 1, 2026, in Detroit. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RXLE6RMR7LT7JWUJUR5QO57GKM.jpg?auth=91f63333b46cd86620506aad425bd66b5e8dc8f34e940c82fba4f779b419223a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A usually submerged patch of land rises from the surface of the Danube River due to low levels of the water following an extended period of drought in Corabia, Romania, July 29, 2026. (AP Photo/ Nicolae Dumitrache, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicolae Dumitrache</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTWC7KGNFIZVJHIRQRLL7XSQW4.jpg?auth=31cb4b9e4d93608eb4ca8324bbd2c379bbd7ecb4cc521d8dbd3b94fac4153d5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tourists cool off at a public water fountain in Paris, 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/4UI57PG7LK5ZK7GFEWEWJJF7FQ.jpg?auth=b3802d349b8cf33bf8797cbe701275828221f61f5fb37da86c124f4969e880f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo made with a long exposure, Bench Fire burns above the Pelton Reservoir in Jefferson County, Ore., July 25, 2026. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Cártel de Jalisco mató a popular alcalde de México porque lo provocaba. "El Mencho" estaba al tanto]]></title><link>https://www.local10.com/espanol/2026/07/31/cartel-de-jalisco-mato-a-popular-alcalde-de-mexico-porque-lo-provocaba-el-mencho-estaba-al-tanto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/cartel-de-jalisco-mato-a-popular-alcalde-de-mexico-porque-lo-provocaba-el-mencho-estaba-al-tanto/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — El Cartel de Jalisco Nueva Generación presuntamente mató al popular alcalde de la localidad michoacana de Uruapan, Carlos Manzo, porque lo consideraban una “provocación” y hay indicios de que su máximo líder, Nemesio Oseguera Cervantes “El Mencho”, estaba al tanto de la operación, dijo el viernes el secretario de Seguridad mexicano Omar García Harfuch.]]></description><pubDate>Fri, 31 Jul 2026 17:04:25 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — El Cartel de Jalisco Nueva Generación presuntamente mató al popular alcalde de la localidad michoacana de Uruapan, Carlos Manzo, porque lo consideraban una “provocación” y hay indicios de que su máximo líder, Nemesio Oseguera Cervantes “El Mencho”, estaba al tanto de la operación, dijo el viernes el secretario de Seguridad mexicano Omar García Harfuch.</p><p>Sin embargo, el funcionario —que habló durante la conferencia presidencial matutina— no quiso dar por cerrado el caso ocurrido en plena celebración del Día de Muertos en el occidente de México y que tuvo un fuerte impacto en todo el país.</p><p>García Harfuch dijo que todavía tiene que declarar el pricipal inculpado, el jefe de una célula muy violenta del cártel llamada “Los Rs” que fue detenido el jueves y quien presuntamente ordenó y financió el asesinato del alcalde.</p><p>El capturado es Ramón Ángel Álvarez Ayala, alias “R1”, y con su arresto suman 31 las personas detenidas por el homicidio de Manzo, entre ellas integrantes del círculo de seguridad que lo custodiaba el día en que fue asesinado.</p><p>Álvarez Ayala ya había sido detenido por el Ejército junto con dos hermanos en 2012 acusado de provocar incendios y narcobloqueos en Guadajalara, la capital de Jalisco. Las autoridades de entonces lo consideraban el número dos del Cartel de Jalisco Nueva Generación, detrás de "El Mencho".</p><p>Todos obtuvieron su libertad en 2022 y siguieron delinquiendo en el occidente de México financiándose con el tráfico de drogas y la extorsión a productores de limón, aguacate, ganaderos y a comerciantes y transportistas.</p><p>García Harfuch dijo ya se puso en contacto con agencias de Estados Unidos para saber las imputaciones que R1 tiene en ese país, donde el cártel es uno de los ocho designados por el gobierno estadounidense como organizacines terroristas. El secretario subrayó que aunque el intercambio de información con los estadounidenses es permanente, la acción fue una investigación del gabinete de Seguridad mexicano.</p><p>En la operación para su captura llevada a cabo en Atotonilco —Jalisco— por fuerzas federales, fue detenida otra persona y un sospechoso murió.</p><p>García Harfuch señaló que de acuerdo con la evidencia —comunicaciones y transferencias bancarias— R1 fue el principal autor intelectual de la muerte de Manzo, pero “los indicios que tenemos por dos testimonios y por intervenciones telefónicas autorizadas por un juez es de que ('El Mencho') tenía conocimiento del homicidio”. “El Mencho” fue muerto en un operativo en febrero.</p><p>“Ya se irá acreditando exactamente el móvil", agregó, pero algunos detenidos dijeron sentir “una provocación del presidente municipal (Manzo) hacia el grupo criminal” porque cuando las fuerzas federales hacían alguna detención, el alcalde estaba presente y hacía alusiones al cártel, explicó el secretario.</p><p>Manzo, exdiputado del oficialista Morena y luego uno de sus críticos, era visto como el único político que intentaba limpiar de narcos su territorio. Había depurado a la policía municipal, presumía las capturas en redes y visitaba a los vecinos en las zonas más complicadas. En octubre de 2025, un mes antes de su asesinato, había pedido ayuda al gobierno federal.</p><p>Su homicidio y el de un popular líder limonero, también en Michoacán, provocó que el gobierno de Claudia Sheinbaum incrementara sus efectivos en el estado, azotado por el crimen organizado desde hace décadas y donde tienen presencia numerosos grupos criminales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYDPI66UA3Z6JBUK6CWSZALIRQ.jpg?auth=0e03745c21a45e7a1593fa646406513b687c091c0b0c66f660189db9bd6e205c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un miembro de la Guardia Nacional se encuentra junto a un retrato del alcalde asesinado Carlos Manzo Rodríguez en Uruapan, México, el 21 de noviembre de 2025. (AP Foto/Eduardo Verdugo, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Policía: Balean a hombre en el torso en Miami]]></title><link>https://www.local10.com/espanol/2026/07/31/policia-balean-a-hombre-en-el-torso-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/policia-balean-a-hombre-en-el-torso-en-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de aproximadamente 30 años resultó herido la noche del jueves en una balacera en Miami, confirmaron las autoridades a Local 10 News.]]></description><pubDate>Fri, 31 Jul 2026 15:45:58 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de aproximadamente 30 años resultó herido la noche del jueves en una balacera en Miami, confirmaron las autoridades a Local 10 News.</p><p>La balacera fue reportada en el área de Northwest Second Avenue y la calle 12.</p><p>Según la agente Kenia Fallat, de la Policía de Miami, la víctima recibió un disparo en el torso.</p><p>Fallat indicó que un equipo de Miami Fire Rescue respondió al lugar y trasladó a la víctima al Centro de Trauma Ryder del Hospital Jackson Memorial, donde permanece en estado crítico.</p><p>La investigación continúa en curso.</p><p>No se divulgaron de inmediato más detalles.</p><p>Cualquier persona con información sobre la balacera debe comunicarse con el Departamento de Policía de Miami o con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Cutler Bay woman accused of running unlicensed cosmetic surgery recovery home]]></title><link>https://www.local10.com/news/local/2026/07/31/cutler-bay-woman-accused-of-running-unlicensed-cosmetic-surgery-recovery-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/cutler-bay-woman-accused-of-running-unlicensed-cosmetic-surgery-recovery-home/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies arrested a woman they said operated an unlicensed cosmetic surgery recovery facility out of her home in Cutler Bay.]]></description><pubDate>Fri, 31 Jul 2026 16:00:34 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies arrested a woman they said operated an unlicensed cosmetic surgery recovery facility out of her home in Cutler Bay.</p><p><a href="https://www.local10.com/espanol/2026/07/31/acusan-a-mujer-de-cutler-bay-de-operar-un-hogar-de-recuperacion-para-cirugias-esteticas-sin-licencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/acusan-a-mujer-de-cutler-bay-de-operar-un-hogar-de-recuperacion-para-cirugias-esteticas-sin-licencia/">Leer en español</a></p><p>Deputies said Sandra Elvira-Paez, 44, was also illegally giving patients massages and injections.</p><p>Arrest records show Elvira-Paez was taken into custody at the home, located in the 8900 block of Southwest 215th Lane, on Thursday afternoon. She faces four felony charges.</p><p>According to an MDSO arrest report, deputies found Elvira-Paez and three post-operative patients at the home. Deputies said there were also two employees, one of whom was her son.</p><p>Those patients told deputies that they were receiving care out of the home and paid up to $450 per night for services. They additionally told deputies, according to the report, that Elvira-Paez had given them “numerous” massages and “also injects them with their anti-coagulant medication.”</p><p>According to the report, Elvira-Paez told deputies that she’s licensed to give massages in her native Colombia, but deputies said she’s not licensed to give massages ― or provide “any type of medical services” ― in Florida.</p><p>Authorities said Elvira-Paez was also improperly disposing medical waste.</p><p>Deputies arrested her on charges including practicing medicine without a license and operating an assisted living facility without a license, plus felony and misdemeanor charges related to improper waste disposal.</p><p>Records show she was set to be released from the Turner Guilford Knight Correctional Center on a nearly $11,000 bond Friday.</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><p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ENZTOSWVJJBSNEPT5EOPJTZLLM.jpg?auth=354977feea3a19385e57fb93a128caf6abe761721617faf659985ebba94181e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sandra Elvira-Paez]]></media:description></media:content></item><item><title><![CDATA[Acusan a mujer de Cutler Bay de operar un hogar de recuperación para cirugías estéticas sin licencia]]></title><link>https://www.local10.com/espanol/2026/07/31/acusan-a-mujer-de-cutler-bay-de-operar-un-hogar-de-recuperacion-para-cirugias-esteticas-sin-licencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/acusan-a-mujer-de-cutler-bay-de-operar-un-hogar-de-recuperacion-para-cirugias-esteticas-sin-licencia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a una mujer a la que acusan de operar un hogar de recuperación para cirugías estéticas sin licencia desde su vivienda en Cutler Bay.]]></description><pubDate>Fri, 31 Jul 2026 16:33:41 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a una mujer a la que acusan de operar un hogar de recuperación para cirugías estéticas sin licencia desde su vivienda en Cutler Bay.</p><p>Los agentes informaron que Sandra Elvira-Paez, de 44 años, también realizaba masajes y aplicaba inyecciones a los pacientes de manera ilegal.</p><p>Los registros de arresto muestran que Elvira-Paez fue detenida el jueves por la tarde en la vivienda, ubicada en la cuadra 8900 de Southwest 215th Lane. Enfrenta cuatro cargos graves.</p><p>Según el informe de arresto de la Oficina del Sheriff de Miami-Dade, los agentes encontraron a Elvira-Paez y a tres pacientes en recuperación tras cirugías en la vivienda. También había dos empleados, uno de ellos su hijo.</p><p>De acuerdo con el informe, los pacientes dijeron a los agentes que recibían atención en la vivienda y pagaban hasta $450 USD por noche por los servicios. También afirmaron que Elvira-Paez les había realizado “numerosos” masajes y que “además les aplicaba su medicamento anticoagulante”.</p><p>Según el informe, Elvira-Paez dijo a los agentes que cuenta con licencia para dar masajes en su natal Colombia, pero los agentes indicaron que no tiene licencia para realizar masajes ni para prestar “ningún tipo de servicio médico” en Florida.</p><p>Las autoridades informaron que Elvira-Paez también desechaba de manera inadecuada los residuos médicos.</p><p>Los agentes la arrestaron por cargos que incluyen ejercer la medicina sin licencia y operar un centro de residencia asistida sin licencia, además de cargos graves y menores relacionados con la eliminación inadecuada de residuos.</p><p>Los registros muestran que estaba previsto que fuera liberada el viernes del Centro Correccional Turner Guilford Knight tras pagar una fianza de casi $11,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ENZTOSWVJJBSNEPT5EOPJTZLLM.jpg?auth=354977feea3a19385e57fb93a128caf6abe761721617faf659985ebba94181e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sandra Elvira-Paez]]></media:description></media:content></item><item><title><![CDATA[Acusan a cartero del USPS de robar un boleto ganador de la Lotería de Florida enviado por correo y cobrar el premio]]></title><link>https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una empleada del Servicio Postal de Estados Unidos (USPS) enfrenta múltiples cargos graves después de que los investigadores informaran que robó del correo un boleto ganador de la Lotería de Florida y cobró fraudulentamente un premio de $2,600 USD.]]></description><pubDate>Fri, 31 Jul 2026 16:30:44 +0000</pubDate><content:encoded><![CDATA[<p>Una empleada del Servicio Postal de Estados Unidos (USPS) del condado Broward enfrenta múltiples cargos graves después de que los investigadores informaran que robó del correo un boleto ganador de la Lotería de Florida y cobró fraudulentamente un premio de $2,600 USD.</p><p>Según la Lotería de Florida, el caso surgió de una investigación conjunta entre la División de Seguridad de la agencia y la Oficina del Inspector General del Servicio Postal de Estados Unidos.</p><p>Los investigadores informaron que la investigación comenzó después de que una jugadora de la Lotería de Florida reportó que un boleto ganador de Pick 4 que había enviado por correo a través del Servicio Postal de Estados Unidos nunca llegó a su destino.</p><p>Según el informe de arresto, el boleto ganador fue comprado en una tienda Publix de Tampa y tenía un valor de $2,600 USD. Debido a que el premio superaba el límite máximo de $599 USD que puede cobrarse en un establecimiento autorizado de la lotería, el sistema indicó que el boleto debía ser devuelto a la jugadora, informaron los investigadores.</p><p>Indicaron que la ganadora posteriormente envió el boleto por correo a un familiar en Fort Lauderdale para ayudar a cubrir los gastos funerarios de otra persona, pero el boleto nunca fue entregado.</p><p>Un inspector de la Lotería de Florida determinó que el boleto fue cobrado el 19 de junio en la oficina del Distrito de Miami de la Lotería de Florida por Lekaysha Kenya Lockhart, de 28 años. Posteriormente, los investigadores identificaron a Lockhart como una cartera del USPS asignada a la oficina postal de Oakland Park.</p><p>Según el informe de arresto, Lockhart, quien tiene direcciones registradas en Lauderhill y Hollywood, “no era conocida por la propietaria del boleto ni estaba autorizada o aprobada por ella” para cobrar el premio.</p><p>Las autoridades informaron que agentes especiales de la Lotería de Florida e investigadores de la Oficina del Inspector General del USPS realizaron una operación conjunta que condujo al arresto de Lockhart el 23 de julio. Indicaron que, tras su arresto, Lockhart admitió haber robado el boleto ganador y haberlo cobrado en la oficina del Distrito de Miami.</p><p>“Nuestros jugadores merecen la confianza de que cada premio de la Lotería está protegido mediante sólidas medidas de seguridad y una supervisión rigurosa”, dijo en un comunicado el secretario de la Lotería de Florida, Reginald D. Dixon. “Reconozco el extraordinario trabajo investigativo de nuestra División de Seguridad y agradezco a nuestros socios de la Oficina del Inspector General del Servicio Postal de Estados Unidos y de la Oficina del Sheriff de Broward por su colaboración para proteger la integridad de los juegos de la Lotería de Florida y lograr una resolución exitosa de este caso”.</p><p>Los registros de la cárcel muestran que Lockhart enfrenta un cargo de hurto mayor, uno por tráfico de propiedad robada, uno por presentar un reclamo falso de pago y dos cargos por uso ilegal de un dispositivo de comunicación bidireccional y robo de correspondencia.</p><p>Funcionarios de la Lotería de Florida informaron que, debido a que los delitos ocurrieron en múltiples circuitos judiciales, los casos serán procesados por separado.</p><p>Hasta la mañana del viernes, Lockhart no figuraba como reclusa en los registros de la cárcel del condado Broward.</p><p>Local 10 solicitó una declaración al Servicio Postal de Estados Unidos sobre su arresto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTDR6VF32NF7DDE4MBUX34HATE.jpg?auth=6163a691d6eae851cf0eba80e5f2f28c07f2399a67cd126e9c1dfb587c4eefa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Detienen a hombre después de que una mujer fuera baleada en Wilton Manors, dice testigo]]></title><link>https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue detenido la mañana de este viernes después de que una mujer fuera baleada en Wilton Manors, dijo un testigo a Local 10 News.]]></description><pubDate>Fri, 31 Jul 2026 14:34:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue detenido la mañana de este viernes después de que una mujer fuera baleada en Wilton Manors, dijo un testigo a Local 10 News.</p><p>La investigación se desarrolla en el centro comercial Palm Gardens, ubicado junto a North Andrews Avenue y Northeast 26th Drive.</p><p>Michaila Hightower, de Local 10, se encontraba en el lugar cuando un hombre fue detenido y colocado en la parte trasera de una patrulla.</p><p>En el suelo del centro comercial se podían observar lo que parecía ser sangre y prendas de vestir.</p><p>Dwayne Lewis, quien presenció la balacera, dijo a Hightower que una mujer había recibido un disparo en una pierna, aunque la Policía no confirmó de inmediato esa información.</p><p>“La víctima estaba justo a mi lado. Estaba perdiendo mucha sangre”, dijo.</p><p>Lewis contó que esperaba en una parada de autobús cercana cuando ocurrió la balacera.</p><p>“Desde el auto, probablemente escuché unos tres o cuatro disparos”, dijo.</p><p>Lewis señaló que parecía haber una pelea en el centro comercial antes de la balacera.</p><p>“Solo estaban discutiendo y escuché a una mujer decir: “Cariño, no; cariño, no”. Entonces él simplemente comenzó a disparar”, dijo Lewis. “Luego, las dos personas a las que les disparaba corrieron hacia una pequeña oficina, la oficina de impuestos. El tirador se dio la vuelta y regresó a su auto”.</p><p>Además del concreto manchado de sangre, también se observó un impacto de bala en la ventana del lado del conductor de un Honda Accord.</p><p>“Lo único que decía era: “Por favor, llamen a una ambulancia”. Estaba hablándole a una joven”, dijo Lewis.</p><p>A pesar de haber recibido un disparo en una pierna, Lewis dijo que la víctima permanecía tranquila y consciente.</p>]]></content:encoded></item><item><title><![CDATA[Suspect flees scene after shooting woman in Wilton Manors, police say ]]></title><link>https://www.local10.com/news/local/2026/07/31/man-detained-after-possible-shooting-in-wilton-manors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/man-detained-after-possible-shooting-in-wilton-manors/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[A suspect fled from a Wilton Manors shopping center Friday morning after shooting a woman in the leg, police confirmed.  ]]></description><pubDate>Fri, 31 Jul 2026 11:31:02 +0000</pubDate><content:encoded><![CDATA[<p>A suspect fled from a Wilton Manors shopping center Friday morning after shooting a woman in the leg, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/">Leer en español</a></p><p>The shooting was reported at about 5:15 a.m. at the Palm Gardens shopping center off North Andrews Avenue and Northeast 26<sup>th</sup> Drive.</p><p>Surveillance video shows a group of people scrambling and running for cover after the shooting. </p><p>Local 10’s Michaila Hightower was at the scene as a man was detained and placed in the back of a patrol car, but police said the suspect they are looking for fled the scene in a white, four-door vehicle.</p><p>What appeared to be blood and pieces of clothing could be seen on the ground in the shopping center after the shooting.</p><p>Dwayne Lewis, who witnessed the shooting, told Hightower that a woman had been shot in the leg, which was later confirmed by police. </p><p>“The victim -- she was lying right next to me. She was bleeding out,” he said. </p><p>Lewis said he was waiting at a nearby bus stop when the shooting occurred.</p><p>“From the car, I probably heard about three or four (gunshots),” he said. </p><p>Lewis said there appeared to be a fight in the shopping center before the shooting.</p><p>“They were just arguing and I heard a woman say, ‘Baby, no; baby, no.’ Then he just let off some shots,” Lewis said. “Then the two he was shooting at just ran inside the little office area there -- the tax office. The shooter turned around and went away to his car.”</p><p>In addition to the blood-stained concrete, a bullet hole was also spotted in the driver’s-side window of a Honda Accord. </p><p>“All she said was, ‘Please call the ambulance.’ She was talking to a girl,” Lewis said. </p><p>Despite being shot in the leg, Lewis said the victim was calm and alert after the shooting.</p><p>Police said officers rendered aid to the victim at the scene before Fort Lauderdale Fire Rescue medics transported her to Broward Health Medical Center. </p><p>The suspect’s identity has not been released and it’s unclear whether police know who they are looking for.</p><p>Anyone with information about the shooting or suspect is asked to call the Wilton Manors Police Department 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[Pakistan's military rejects UN report alleging hundreds of civilian deaths in strikes on Afghanistan]]></title><link>https://www.local10.com/news/world/2026/07/31/pakistans-military-rejects-un-report-alleging-hundreds-of-civilian-deaths-in-strikes-on-afghanistan/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/pakistans-military-rejects-un-report-alleging-hundreds-of-civilian-deaths-in-strikes-on-afghanistan/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Pakistan’s military on Friday rejected as “baseless” a recent U.N. report that said Pakistani cross-border military operations killed nearly 500 civilians and wounded over 1,000 in neighboring Afghanistan between October and June.]]></description><pubDate>Fri, 31 Jul 2026 16:15:32 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistan’s military on Friday rejected as “baseless” a recent U.N. report that said Pakistani cross-border military operations killed nearly 500 civilians and wounded over 1,000 in neighboring Afghanistan between October and June.</p><p>At a televised news conference, military spokesman Lt. Gen. Ahmad Sharif Chaudhry said Pakistan had targeted only hideouts and infrastructure used by the Pakistani Taliban, known as Tehrik-e-Taliban Pakistan, or TTP, during that period, and said those killed in the strikes were militants.</p><p>He said the operations were carried out in self-defense to protect the lives of people in Pakistan.</p><p>Chaudhry questioned recently released reports by the U.N. Assistance Mission in Afghanistan, or UNAMA, and Amnesty International, saying they relied largely on accounts from Afghans despite what he described as restrictions on freedom of expression under Taliban rule.</p><p>He also accused Afghanistan’s Taliban government of sheltering militants responsible for attacks inside Pakistan and said international rights organizations had failed to document such violence.</p><p>“These are double standards,” Chaudhry said, asking how many times rights groups had documented civilian casualties caused by U.S.-led coalition airstrikes during the war in Afghanistan.</p><p>Chaudhry’s remarks came days after UNAMA, in a report on the human rights situation in Afghanistan, said it had documented 499 civilians killed and 1,216 wounded in fighting between Pakistan and Afghanistan despite international efforts to reduce tensions.</p><p>Pakistan and Afghanistan have exchanged fire intermittently for months, but tensions escalated sharply in February, when Afghan forces launched a cross-border raid into Pakistan in retaliation for Pakistani airstrikes inside Afghanistan. Islamabad later declared it was in “open war.”</p><p>Pakistan often accuses Afghanistan of harboring militants who carry out deadly attacks inside Pakistan, especially the Pakistani Taliban. The group is separate from, but allied with, the Afghan Taliban, which has ruled Afghanistan since it returned to power in the country in 2021 amid the chaotic withdrawal of U.S.-led troops. Afghanistan denies providing sanctuary to militants.</p><p>In the deadliest reported attack in the recent fighting, a Pakistani airstrike struck a drug-treatment center in the Afghan capital Kabul in March, killing hundreds of civilians. Amnesty International said last week the bombing should be investigated as a possible war crime.</p><p>Chaudhry defended the strikes, saying Pakistan had carried out operations in Kabul and elsewhere with precision to target militant infrastructure supporting attacks inside Pakistan. He said Pakistan is also continuing operations inside the country against “Khawarij,” a term Pakistan uses for TTP and affiliated groups.</p><p>According to Chaudhry, Pakistan has recorded 3,145 “terrorism incidents” since January.</p><p>He said Pakistan had killed 2,084 militants since January, while 819 Pakistanis, including soldiers, police officers and civilians, had been killed. He said security forces had carried out 40,348 intelligence-based operations across the country during the same period.</p><p>Chaudhry also said Afghanistan-based militants had carried out 28 suicide attacks in Pakistan since January and alleged that most were carried out by Afghan nationals or people associated with Afghanistan’s security forces. He alleged that drug addicts had been recruited to carry out suicide bombings.</p><p>“Not every drug addict is a terrorist, but every suicide bomber was a drug addict,” he said.</p><p>Chaudhry said Pakistan launched a new counterterrorism operation earlier this year following a surge in militant violence and would continue the campaign. “We will continue these operations,” he said, adding that Pakistan was winning the fight against terrorism and, “God willing, we will win.”</p><p>He also accused the outlawed Baloch Liberation Army and TTP of directing attacks in Pakistan’s insurgency-hit southwestern Balochistan province from Afghanistan. Balochistan has long faced a separatist insurgency led by BLA that accuses the government of discrimination and exploiting the province’s natural resources. The government denies the allegations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IF6IF5BSEE327JCNNLST3P4DLE.jpg?auth=7c70b2fcf0615a3bfcd3b20419ee5bf985aade0215ea7d3597212f93d09f7bf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Pakistan with its capital, Islamabad, and the Kashmir region. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Man shot in torso in Miami, police say]]></title><link>https://www.local10.com/news/local/2026/07/31/man-shot-in-torso-in-miami-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/man-shot-in-torso-in-miami-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man who is about 30 years old was injured Thursday night in a shooting in Miami, authorities confirmed to Local 10 News.]]></description><pubDate>Fri, 31 Jul 2026 11:01:36 +0000</pubDate><content:encoded><![CDATA[<p>A man who is about 30 years old was injured Thursday night in a shooting in Miami, authorities confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/07/31/policia-balean-a-hombre-en-el-torso-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/policia-balean-a-hombre-en-el-torso-en-miami/">Leer en español</a></p><p>The shooting was reported in the area of Northwest Second Avenue and 12<sup>th</sup> Street.</p><p>According to Miami police Officer Kenia Fallat, the victim was shot in the torso.</p><p>She said a Miami Fire Rescue crew responded to the scene and transported the victim to Jackson Memorial Hospital’s Ryder Trauma Center, where he is listed in critical condition. </p><p>The investigation remains ongoing.</p><p>No other details were immediately released.</p><p>Anyone with information about the shooting is asked to call the Miami Police Department or Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Romo on leave from CBS Sports after arrest on suspicion of operating vehicle under the influence]]></title><link>https://www.local10.com/entertainment/2026/07/31/romo-on-leave-from-cbs-sports-after-arrest-on-suspicion-of-operating-vehicle-under-the-influence/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/31/romo-on-leave-from-cbs-sports-after-arrest-on-suspicion-of-operating-vehicle-under-the-influence/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Tony Romo has been placed on leave from his role as the lead analyst on CBS’ NFL coverage following his arrest last week on suspicion of operating a vehicle while under the influence.]]></description><pubDate>Fri, 31 Jul 2026 16:12:40 +0000</pubDate><content:encoded><![CDATA[<p>Tony Romo has been placed on leave from his role as the lead analyst on CBS’ NFL coverage following his arrest last week on suspicion of operating a vehicle while under the influence.</p><p>CBS Sports announced Friday that the former Dallas Cowboys quarterback was on leave “until further notice.” JJ Watt will join Jim Nantz and Tracy Wolfson as CBS Sports’ lead NFL team during Romo’s absence.</p><p>Romo, 46, was arrested July 23 after he was stopped while driving south on Interstate 43 in Wisconsin. According to the Milwaukee County Sheriff’s Office report, Romo performed poorly on field sobriety tests before getting taken into custody, booked and released.</p><p>He has a court date set for Sept. 21.</p><p>CBS Sports’ announcement comes after citations released by the Milwaukee County Sheriff’s Office indicated an open bottle of an alcoholic beverage was found in the passenger’s side of Romo’s black Jeep during an inventory before it was towed.</p><p>According to the citations, police stopped Romo after he was seen passing cars in a gore area, which separates interstate traffic from cars entering from an on-ramp. Police said Romo questioned what a gore area was during the stop.</p><p>Body camera footage released earlier this week showed Romo telling deputies he had been coming from a golf course and was on his way “to visit grandma and grandpa” when he was stopped. A deputy told Romo he suspected him of being impaired because he had “red glassy eyes” and an “odor of an intoxicating alcoholic beverage.”</p><p>Romo went to high school about 35 miles from Milwaukee in Burlington, Wisconsin.</p><p>He has been the lead game analyst for CBS’ NFL coverage since 2017 after making four Pro Bowl appearances during an NFL career that ran from 2004-16 and was spent entirely with Dallas.</p><p>Romo remains the Cowboys’ franchise leader in career touchdown passes with 248. He held the franchise record for career passing yards (34,183) until Dak Prescott overtook him last season.</p><p>Watt joined CBS in 2023. He was an analyst on “The NFL Today” for two seasons before teaming with Ian Eagle on the network’s No. 2 crew beginning last season.</p><p>Romo wasn’t expected to have his first game until the opening Sunday of the regular season on Sept. 13. CBS will air a preseason game between the Cincinnati Bengals and Philadelphia Eagles on Aug. 28.</p><p>CBS likely will reveal its game assignments and announcer pairings for the first three weeks of the regular season in the next couple of weeks.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6DZ3NZT7SDYSAQJA6I4UUSILZA.jpg?auth=0a34728caa90bf90b010e39480a39b4d306e71fb064873df28a3f9c498063157&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former NFL quarterback Tony Romo, right, attends an NBA basketball game between the Indiana Pacers and the Dallas Mavericks on March 5, 2024, in Dallas. (AP Photo/Tony Gutierrez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Republican Indiana Senate leader who defied Trump on redistricting leaving post]]></title><link>https://www.local10.com/news/politics/2026/07/31/republican-indiana-senate-leader-who-defied-trump-on-redistricting-leaving-post/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/republican-indiana-senate-leader-who-defied-trump-on-redistricting-leaving-post/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — The Republican leader of the Indiana Senate announced Friday that he would give up his position after six GOP incumbents who opposed President Donald Trump on his congressional redistricting push in the state lost their primaries.]]></description><pubDate>Fri, 31 Jul 2026 16:10:21 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — The Republican leader of the Indiana Senate announced Friday that he would give up his position after six GOP incumbents who opposed President Donald Trump on his congressional redistricting push in the state lost their primaries.</p><p>Indiana Senate President Pro Tem Rodric Bray drew the ire of Trump in December when he voted against the redistricting plan after saying for weeks that it didn't have enough support to pass. The rejection came after intense lobbying from Trump, Vice President JD Vance, national conservative groups and others.</p><p>Bray, who has held his leadership position since 2018, said in a statement Friday that he would not seek reelection to the post when Senate Republicans choose their leaders in November. His current Senate term runs through 2028 and he will remain in office, albeit not as the Republican Senate leader.</p><p>Trump reacted to the news in a social media post by saying Bray had “foolishly led,” the state Senate, noting the May primary defeats of those who defied him on the redistricting plan.</p><p>Bray did not mention Trump or the redistricting fight in his statement announcing his position to step down from the leadership position. Bray said holding the job “has been among the most significant honors of my life, but it’s time for the Senate to choose another leader."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRMWZMGVGAZI6AXNHNNCPDULRI.jpg?auth=1324acaeef08af4b9c9b179a2484cdc93eb732e31c2e0f3893d3d43afabb33c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Senate President Pro Tem Rodric Bray, R-Martinsville, speaks at the Statehouse in Indianapolis, July 20, 2022. (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/TBFRJSDJ4X6ZZVOGWPFRYXFMIU.jpg?auth=ccfe8bf6f68af0d5c484473d88342c4cf25016f6f70b7cab1bcde9ae3646bccb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana Senate President Pro Tem Rodric Bray takes a question after a bill to redistrict the state's congressional map was defeated, Thursday, Dec. 11, 2025, at the Statehouse in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Residents invited to National Night Out events across Florida Keys]]></title><link>https://www.local10.com/news/local/2026/07/31/residents-invited-to-national-night-out-events-across-florida-keys/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/residents-invited-to-national-night-out-events-across-florida-keys/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[The Monroe County Sheriff’s Office is inviting residents to attend National Night Out events across the Florida Keys to promote community engagement and public safety. ]]></description><pubDate>Fri, 31 Jul 2026 15:44:12 +0000</pubDate><content:encoded><![CDATA[<p>The Monroe County Sheriff’s Office is inviting residents to attend National Night Out events across the Florida Keys to promote community engagement and public safety. </p><p><a href="https://www.local10.com/espanol/2026/07/31/invitan-a-residentes-a-participar-en-eventos-de-national-night-out-en-los-cayos-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/invitan-a-residentes-a-participar-en-eventos-de-national-night-out-en-los-cayos-de-florida/">Leer en español</a></p><p>The sheriff’s office says the free event will take place on Aug. 4 from 5:30 p.m. to 7:30 p.m. and will bring together enforcement, first responders, military personnel and community members. </p><p>The agency says National Night Out helps strengthen neighborhood partnerships and raise crime prevention awareness. </p><p>The sheriff’s office said attendees will have the opportunity to meet deputies, police officers, firefighters and members of the military, while learning about the agencies and organizations that help keep the Keys safe. Food and refreshments will also be provided.</p><p>The agency says the National Night Out events will be held in four locations spread across the Keys:</p><p>•	Key Largo Community Park in Key Largo</p><p>•	Founders Park in Islamorada</p><p>•	Monroe County Sheriff’s Office Aviation Hangar at the Florida Keys Marathon International Airport in Marathon</p><p>•	Truman Waterfront in Key West</p><p>Depending on the location, the sheriff’s office says visitors can explore displays from specialized units, including the Dive Team, SWAT, and Crime Scene Investigation. </p><p>Also expected to participate are representatives from the U.S. Coast Guard, Florida Fish and Wildlife Conservation Commission, Florida Highway Patrol, Monroe County Fire Rescue, and other fire districts, Monroe County schools, chambers of commerce and more. </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/OSOCNBMOK3SILHRSFS2OYUFJXI.jpg?auth=376472e64eea2c77ddf2820bef3279b1172480528525d386710fa13d299d4c37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida Monroe County Sheriff's Office cruiser.]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Invitan a residentes a participar en eventos de National Night Out en los Cayos de Florida]]></title><link>https://www.local10.com/espanol/2026/07/31/invitan-a-residentes-a-participar-en-eventos-de-national-night-out-en-los-cayos-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/invitan-a-residentes-a-participar-en-eventos-de-national-night-out-en-los-cayos-de-florida/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[La Oficina del Sheriff del condado Monroe invita a los residentes a asistir a los eventos de National Night Out en los Cayos de Florida para promover la participación comunitaria y la seguridad pública.]]></description><pubDate>Fri, 31 Jul 2026 15:55:13 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff del condado Monroe invita a los residentes a asistir a los eventos de National Night Out en los Cayos de Florida para promover la participación comunitaria y la seguridad pública.</p><p>La Oficina del Sheriff informó que el evento gratuito se llevará a cabo el 4 de agosto de 5:30 p.m. a 7:30 p.m. y reunirá a agentes del orden, socorristas, personal militar y miembros de la comunidad.</p><p>La agencia indicó que National Night Out ayuda a fortalecer las alianzas entre los vecindarios y las autoridades, además de crear conciencia sobre la prevención del crimen.</p><p>La Oficina del Sheriff señaló que los asistentes tendrán la oportunidad de conocer a agentes, policías, bomberos y miembros de las Fuerzas Armadas, mientras aprenden sobre las agencias y organizaciones que ayudan a mantener seguros los Cayos de Florida. También habrá comida y refrigerios.</p><p>La agencia informó que los eventos de National Night Out se realizarán en cuatro lugares de los Cayos:</p><p>• Key Largo Community Park, en Key Largo</p><p>• Founders Park, en Islamorada</p><p>• Hangar de Aviación de la Oficina del Sheriff del condado Monroe, en el Aeropuerto Internacional Florida Keys Marathon, en Marathon</p><p>• Truman Waterfront, en Key West</p><p>Dependiendo del lugar, la Oficina del Sheriff indicó que los visitantes podrán recorrer exhibiciones de unidades especializadas, entre ellas el Equipo de Buceo, SWAT y la Unidad de Investigación de la Escena del Crimen.</p><p>También se espera la participación de representantes de la Guardia Costera de Estados Unidos, la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC), la Patrulla de Carreteras de Florida, Monroe County Fire Rescue, otros distritos de bomberos, escuelas del condado Monroe, cámaras de comercio y otras organizaciones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OSOCNBMOK3SILHRSFS2OYUFJXI.jpg?auth=376472e64eea2c77ddf2820bef3279b1172480528525d386710fa13d299d4c37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida Monroe County Sheriff's Office cruiser.]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Miami Spice regresa por su 25º aniversario con nuevos restaurantes y menús de precio fijo]]></title><link>https://www.local10.com/espanol/2026/07/31/miami-spice-regresa-por-su-25-aniversario-con-nuevos-restaurantes-y-menus-de-precio-fijo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/miami-spice-regresa-por-su-25-aniversario-con-nuevos-restaurantes-y-menus-de-precio-fijo/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Miami Spice regresa este viernes para celebrar su 25.º aniversario, brindando a los comensales la oportunidad de disfrutar menús de precio fijo en algunos de los restaurantes más populares del sur de Florida a precios reducidos.]]></description><pubDate>Fri, 31 Jul 2026 15:51:48 +0000</pubDate><content:encoded><![CDATA[<p>Miami Spice regresa este viernes para celebrar su 25º aniversario, ofreciendo a los comensales la oportunidad de disfrutar de menús de precio fijo en algunos de los restaurantes más populares del sur de Florida a precios reducidos.</p><p>El programa gastronómico anual incluye restaurantes participantes que ofrecen menús especiales para el brunch, el almuerzo y la cena hasta septiembre, con varias novedades que se suman a la lista de este año.</p><p>Entre los restaurantes que debutan en Miami Spice se encuentran Daniel’s Miami, Yamashiro, Maple &amp; Ash y Zuma.</p><p><a href="https://www.danielssteak.com/miami/" rel="" title="https://www.danielssteak.com/miami/">Daniel’s Miami</a>&nbsp;ofrece cuatro experiencias gastronómicas Miami Spice, que incluyen menús de brunch y almuerzo por 40 dólares y opciones de cena que oscilan entre los 65 y los 95 dólares.</p><p>Los comensales pueden elegir entre platos como empanadas de carne Wagyu, lubina a la parrilla, costillas de ternera Wagyu estofadas y mero con costra de sémola de maíz de Florida, además de cócteles especiales creados para Miami Spice.</p><p><a href="https://yamashiromiami.com/" rel="" title="https://yamashiromiami.com/">Yamashiro</a>&nbsp;también participa por primera vez con un brunch dominical de 40 dólares y un menú de cena de 95 dólares que incluye platos de inspiración japonesa, entre ellos su característico bacalao negro.</p><p><a href="https://www.mapleandash.com/miami/" rel="" title="https://www.mapleandash.com/miami/">Maple &amp; Ash</a>&nbsp;también se une a Miami Spice por primera vez, brindando a los comensales la oportunidad de experimentar el servicio de mesa y los platos estrella de este lujoso restaurante de carnes a precios especiales.</p><p>“Lo diseñamos todo en torno a la diversión”, dijo Kam Losonsky, chef ejecutivo de Maple &amp; Ash. “Disfrutarás de una experiencia de lujo”.</p><p>El menú Miami Spice del restaurante incluye tartar de atún y filete mignon con trufa.</p><p>“Estás obteniendo opciones que realmente no vas a encontrar en ningún otro lugar, especialmente a este precio”, dijo Losonsky.</p><p>Entre los demás restaurantes participantes se encuentra&nbsp;<a href="https://www.thesetaihotel.com/miami-beach-restaurants/jaya" rel="" title="https://www.thesetaihotel.com/miami-beach-restaurants/jaya">Jaya at The Setai</a>&nbsp;, que ofrece menús de almuerzo y cena de inspiración asiática con platos como Pad Thai, curry Panang y costillas cortas galbi a la barbacoa coreana.</p><p><a href="https://urldefense.com/v3/__https:/www.zumarestaurant.com/en/miami__;!!FfvXB3Q!ixXK782Qnc6KNm7fQAUWcneJnlnPx6n7hGsg5iyPfxSUKGN4irjOlAggv9UF31gbiIiodrK5XgUXZjyUPjbk$" rel="">Zuma</a>&nbsp;ofrece menús de almuerzo y cena con precios de $35 y $60, respectivamente. Durante el Miami Spice, los comensales podrán disfrutar del famoso pastel de queso con arce de Zuma Vail, junto con otros platos favoritos del público del año pasado, entre los que se incluyen:</p><ol><li>Pollo karaage con aderezo de limón y chile</li><li>Gyoza de gambas y bacalao negro</li><li>Salsa teriyaki de salmón y pepinillos encurtidos.</li></ol><p><a href="https://www.catchrestaurants.com/location/catch-miami-beach/" rel="" title="https://www.catchrestaurants.com/location/catch-miami-beach/">CATCH Miami Beach</a>&nbsp;ofrece un menú de cena de 65 dólares con opciones de mariscos, sushi y carnes, mientras que&nbsp;<a href="https://www.lejardinier-miami.com/" rel="" title="https://www.lejardinier-miami.com/">Le Jardinier,</a>&nbsp;galardonado con una estrella Michelin , regresa con almuerzos y cenas de tres platos de inspiración francesa.</p><p>También participan&nbsp;<a href="https://www.stubbornseed.com/" rel="" title="https://www.stubbornseed.com/">Stubborn Seed</a>&nbsp;, restaurante con estrella Michelin , donde los comensales pueden disfrutar de una cena de tres platos con delicias como pollo con trufa y pavlova de cítricos, y&nbsp;<a href="https://michaelsgenuine.com/about/" rel="" title="https://michaelsgenuine.com/about/">Michael’s Genuine Food &amp; Drink</a>&nbsp;, que ofrece almuerzos y cenas de tres platos con menús que varían a lo largo de la temporada para mostrar ingredientes frescos de origen local.</p><p>Miami Spice, que se extiende hasta finales de septiembre, no solo ofrece a los comensales la oportunidad de probar nuevos restaurantes, sino que también ayuda a los restaurantes a darse a conocer a nuevos clientes.</p><p>Para obtener más información sobre Miami Spice y una lista de los restaurantes participantes,&nbsp;<a href="https://www.miamiandbeaches.com/deals/spice-restaurant-months" rel="" title="https://www.miamiandbeaches.com/deals/spice-restaurant-months">haga clic aquí.</a></p>]]></content:encoded></item><item><title><![CDATA[Miami Spice returns for 25th year with new restaurants, prix-fixe menus ]]></title><link>https://www.local10.com/features/2026/07/31/miami-spice-returns-for-25th-year-with-new-restaurants-prix-fixe-menus/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/31/miami-spice-returns-for-25th-year-with-new-restaurants-prix-fixe-menus/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Miami Spice returns Friday for its 25th year, giving diners a chance to enjoy prix-fixe meals at some of South Florida’s most popular restaurants at reduced prices.]]></description><pubDate>Fri, 31 Jul 2026 11:09:15 +0000</pubDate><content:encoded><![CDATA[<p>Miami Spice returns Friday for its 25th year, giving diners a chance to enjoy prix-fixe meals at some of South Florida’s most popular restaurants at reduced prices.</p><p><a href="https://www.local10.com/espanol/2026/07/31/miami-spice-regresa-por-su-25-aniversario-con-nuevos-restaurantes-y-menus-de-precio-fijo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/miami-spice-regresa-por-su-25-aniversario-con-nuevos-restaurantes-y-menus-de-precio-fijo/">Leer en español</a></p><p>The annual dining program features participating restaurants offering special brunch, lunch and dinner menus through September, with several newcomers joining this year’s lineup.</p><p>Among the restaurants making their Miami Spice debut are Daniel’s Miami, Yamashiro, Maple &amp; Ash and Zuma.</p><p><a href="https://www.danielssteak.com/miami/" target="_self" rel="" title="https://www.danielssteak.com/miami/">Daniel’s Miami</a> is offering four Miami Spice dining experiences, including $40 brunch and lunch menus and dinner options ranging from $65 to $95. </p><p>Diners can choose from dishes including Wagyu beef empanadas, grilled branzino, braised Wagyu beef short rib and Florida grits-crusted grouper, along with specialty cocktails created for Miami Spice.</p><p><a href="https://yamashiromiami.com/" target="_self" rel="" title="https://yamashiromiami.com/">Yamashiro</a> is also participating for the first time with a $40 Sunday brunch and $95 dinner menu featuring Japanese-inspired dishes, including its signature black cod.</p><p><a href="https://www.mapleandash.com/miami/" target="_self" rel="" title="https://www.mapleandash.com/miami/">Maple &amp; Ash</a> is also joining Miami Spice for the first time, giving diners the chance to experience the luxury steakhouse’s tableside service and signature dishes at special prices.</p><p>“We build everything around fun,” said Maple &amp; Ash executive chef Kam Losonsky. “You’re getting a luxurious experience.” </p><p>The restaurant’s Miami Spice menu includes tuna tartare and filet mignon with truffle.</p><p>“You’re getting options you really aren’t gonna get anywhere else, especially for this price point,” Losonsky said.</p><p>Other participating restaurants include <a href="https://www.thesetaihotel.com/miami-beach-restaurants/jaya" target="_self" rel="" title="https://www.thesetaihotel.com/miami-beach-restaurants/jaya">Jaya at The Setai</a>, which is offering Asian-inspired lunch and dinner menus featuring dishes such as Pad Thai, Panang curry and Korean barbecue galbi short rib. </p><p><a href="https://urldefense.com/v3/__https:/www.zumarestaurant.com/en/miami__;!!FfvXB3Q!ixXK782Qnc6KNm7fQAUWcneJnlnPx6n7hGsg5iyPfxSUKGN4irjOlAggv9UF31gbiIiodrK5XgUXZjyUPjbk$" rel="">Zuma</a> is offering lunch and dinner menus priced at $35 and $60. During Miami Spice, guests can enjoy the restaurant’s signature Maple Cheesecake from Zuma Vail, along with fan favorite dishes from last year, including:</p><ol><li>Chicken karaage with chili lemon dressing</li><li>Prawn and black cod gyoza</li><li>Salmon teriyaki sauce and pickled cucumber</li></ol><p><a href="https://www.catchrestaurants.com/location/catch-miami-beach/" target="_self" rel="" title="https://www.catchrestaurants.com/location/catch-miami-beach/">CATCH Miami Beach</a> is serving a $65 dinner menu with seafood, sushi and steak selections, while Michelin-starred <a href="https://www.lejardinier-miami.com/" target="_self" rel="" title="https://www.lejardinier-miami.com/">Le Jardinier</a> returns with French-inspired three-course lunches and dinners.</p><p>Also participating are Michelin-starred <a href="https://www.stubbornseed.com/" target="_self" rel="" title="https://www.stubbornseed.com/">Stubborn Seed</a>, where diners can enjoy a three-course dinner featuring dishes such as truffle chicken and citrus pavlova, and <a href="https://michaelsgenuine.com/about/" target="_self" rel="" title="https://michaelsgenuine.com/about/">Michael’s Genuine Food &amp; Drink</a>, which is offering three-course lunches and dinners with menus that rotate throughout the season to showcase fresh, locally sourced ingredients.</p><p>Miami Spice, which lasts through the end of September, not only gives diners a chance to try new restaurants, but also helps restaurants introduce themselves to new customers.</p><p>For more information on Miami Spice and a list of participating restaurants, <a href="https://www.miamiandbeaches.com/deals/spice-restaurant-months" target="_self" rel="" title="https://www.miamiandbeaches.com/deals/spice-restaurant-months">click here. </a></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[Jurors in Lindsay Clancy's trial visit the home where she killed her children]]></title><link>https://www.local10.com/news/2026/07/31/jurors-in-lindsay-clancys-trial-visit-the-home-where-she-killed-her-children/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/jurors-in-lindsay-clancys-trial-visit-the-home-where-she-killed-her-children/</guid><dc:creator><![CDATA[BY LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[DUXBURY, Mass. (AP) — Jurors walked through the Massachusetts home where Lindsay Clancy strangled her three children, a rare visit Friday that let them see firsthand the place where an outwardly ordinary family life unraveled into tragedy.]]></description><pubDate>Fri, 31 Jul 2026 15:55:13 +0000</pubDate><content:encoded><![CDATA[<p>DUXBURY, Mass. (AP) — Jurors walked through the Massachusetts home where Lindsay Clancy strangled her three children, a rare visit Friday that let them see firsthand the place where an outwardly ordinary family life unraveled into tragedy.</p><p>After being driven past two businesses relevant to the narrative of the January 2023 killings, jurors were escorted in groups of six to view the inside of the house, including the basement where the children died. During the roughly 40-minute visit, the jury also saw the yard where Clancy was found after jumping from a second-story window.</p><p>Journalists were kept away by a police barricade, but court officers could be seen through the trees escorting jurors to and from the bus along the site of the Clancy family’s former driveway. The home now has a new owner.</p><p>Clancy herself did not attend the visit to the home, which she hasn't seen since the day of the killings. Her lawyers argue she was in the grip of postpartum psychosis, a rare mental illness linked to the stress, sleep deprivation and hormonal changes that follow childbirth.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>Jurors in U.S. criminal cases often are expressly told not to visit the scene of the events in question. There are a number of rationales for not doing so — among other things, the site may have changed in the interim between an alleged crime and a trial.</p><p>But courts sometimes allow juries to make a supervised excursion as a group, for reasons that can include assessing distances or features that aren’t thought to come across fully in photos.</p><p>Such excursions have happened in a number of high-profile cases, including the 2023 murder trial of South Carolina attorney Alex Murdaugh, the 2022 sentencing trial of Parkland, Florida, school shooter Nikolas Cruz, the 2015 Massachusetts murder trial of former New England Patriots player Aaron Hernandez and the 1995 murder trial of O.J. Simpson.</p><p>Jurors in Clancy's trial retraced the route her then-husband, Patrick Clancy, took when she asked him to pick up takeout food and medicine for Cora on the night of the killings. He returned to find the children dead and his then-wife badly injured and bleeding in the yard.</p><p>The panel was driven past the restaurant — about 5.5 miles (9 kilometers) from the family’s former home in Duxbury, a town south of Boston — and the pharmacy, about a mile (1.6 km) from the house.</p><p>Prosecutors say the errands were a ruse to get her husband out of the house. They say Lindsay Clancy, a former labor and delivery nurse, acted intentionally and is criminally responsible for the deaths of children Cora, 5; Dawson, 3; and Callan, 8 months.</p><p>Her lawyers don't dispute that she killed the children, but they say she had bipolar disorder and her condition worsened while she was on antidepressants prescribed after the birth of her third child. She believed a voice was telling her to “kill the children so you can kill yourself,” according to her lawyers.</p><p>Lindsay Clancy remains paralyzed from the waist down after using multiple methods to try to end her life that night.</p><p>If convicted of murder, she faces life in prison without parole. If found not guilty due to a lack of criminal responsibility, she would be committed to a state mental health facility.</p><p>___ Associated Press writer Jennifer Peltz contributed from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6F5TOEB37MJTNCUALLPAE2N4KA.jpg?auth=2dae01a2306083ec4e84c8f719f0e6c67a4d0d8ce28e85bf7851da80d16a0970&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police barricade stands outside the former home of Lindsay Clancy in Duxbury, Mass., on Friday, July 31, 2026. (AP Photo/Rodrique Ngowi)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrique Ngowi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IH5LRPOXWYGCEAE5UAWSVIJWUI.jpg?auth=fff0c1d6d93f3a3a79287f50ba6046c7c8b9f8d62638461a38f31422daed8942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy listens during her murder trial at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NL5YQHA45QZ6NS7TYY2DT2WTYE.jpg?auth=143679138c7198979a9866f2364956f6c77ca36c50354ec1f54d96714d190508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duxbury fire department Capt. PJ Hussey points to photograph as he testifies during the murder trial for Lindsay Clancy at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVYL2Z4IXKKDXQNZ6GHMIKQH6U.jpg?auth=fbd4c3735399a5901b09348522dc1b1747b1e4985013f5aafad1d527fd86ed64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kevin Reddington, defense attorney gestures as he cross-examines a witness during the murder trial for Lindsay Clancy at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MCFVCVOFBW27TCY3NGNIOOAEI4.jpg?auth=6fe449db2ec91bee775082ad02a82f1dc3cd00936fc9d1d84e04b1db2b6947fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy awaits the start of proceedings during her murder trial at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool) CORRECTION: Source is The Boston Herald, not The Boston Globe.]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista de Cuba de Local 10, Dr. Andy Gomez]]></title><link>https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[El primer ministro de Cuba, Manuel Marrero, anunció esta semana que Cuba está creando su primer banco privado bajo el Banco Central de Cuba, que es administrado por el gobierno cubano y cuyo presidente forma parte del Consejo de Ministros del gobierno.]]></description><pubDate>Thu, 30 Jul 2026 14:06:07 +0000</pubDate><content:encoded><![CDATA[<p><b>31 de julio:</b> Cuba dice que considerará permitir que los exiliados cubanos visiten la isla e inviertan en Cuba</p><p>El gobierno cubano anunció ayer, al cierre de la reunión anual de la Asamblea Nacional, que está considerando permitir que los exiliados cubanos visiten la isla, permanezcan el tiempo que deseen e inviertan en Cuba.</p><p>Sin embargo, los exiliados cubanos con ciudadanía estadounidense aún enfrentan algunas restricciones impuestas por el Departamento del Tesoro de Estados Unidos.</p><p><b>30 de julio: Cuba crea su primer banco privado bajo el Banco Central de Cuba, dice el primer ministro</b></p><p>El primer ministro de Cuba, Manuel Marrero, anunció esta semana que Cuba está creando su primer banco privado bajo el Banco Central de Cuba, que es administrado por el gobierno cubano y cuyo presidente forma parte del Consejo de Ministros del gobierno.</p><p>¿Por qué querría un inversionista extranjero invertir en un sistema así, sin protección para su dinero?</p><p><b>Actualización del 29 de julio: Cinco destacados economistas en Cuba publican informe titulado “Una propuesta para transformar la economía cubana”</b></p><p>Cinco destacados economistas en Cuba acaban de publicar un informe titulado “Una propuesta para transformar la economía cubana”. El documento presenta un diagnóstico estructural de la actual crisis económica que enfrenta el país y propone, como objetivo estratégico, la creación de una economía social de mercado sustentada por un Estado democrático regido por el Estado de derecho.</p><p>Aunque el informe es positivo, el problema que observo es la creación de un Estado democrático. Debemos recordar que Cuba no tenía una democracia antes del inicio de la Revolución Cubana en 1959. La transición de un Estado totalitario que ha tenido una economía centralizada durante casi 68 años podría tomar tiempo. Un tiempo que Cuba y su población no tienen debido a la actual crisis económica.</p><p><b>Actualización del 27 de julio: 73 años del inicio de la Revolución Cubana</b></p><p>Ayer se conmemoró el 73 aniversario desde que Fidel Castro, Raúl Castro y su grupo de rebeldes atacaron el Cuartel Moncada en Santiago de Cuba. El 26 de julio de 1953 es considerado el inicio de la Revolución Cubana.</p><p>Al igual que en el poema de Robert Frost, “El camino no tomado”, la Revolución Cubana tomó un rumbo que destruyó al país y “nunca miró atrás”. Hoy, Cuba se encuentra al final de lo que Fidel llamó sus días de gloria.</p><p><b>Actualización del 24 de julio: La Administración Trump anuncia una serie de nuevas sanciones contra Cuba</b></p><p>El jueves, la Administración Trump anunció una serie de nuevas sanciones contra Cuba dirigidas al conglomerado militar del gobierno, GAESA. Sin embargo, esta vez también incluye a empresas como Coral S.A., que asumieron operaciones de algunos sectores de GAESA para evitar las sanciones de Estados Unidos y mantener en funcionamiento las operaciones de importación en Cuba.</p><p>La pregunta que muchos académicos que seguimos a Cuba nos hacemos es si la estrategia de Estados Unidos en adelante es obligar a Cuba a vender eventualmente algunos de los activos de GAESA a Estados Unidos.</p><p><b>Actualización del 23 de julio: Estados Unidos continúa enviando señales contradictorias sobre lo que hará con Cuba</b></p><p>El pasado lunes, el Departamento de Estado de Estados Unidos emitió un informe de 100 páginas titulado “Cuba: La capital del comunismo del siglo XXI”, en el que expone por qué Cuba representa una amenaza para la seguridad nacional no solo de Estados Unidos, sino del mundo entero. El gobierno cubano reaccionó de inmediato y no solo criticó el informe, sino que acusó al secretario de Estado, Marco Rubio, de amenazar a la isla.</p><p>El miércoles, durante una conferencia de prensa en Filipinas, Rubio, al ser consultado por un periodista sobre cuál era el plan de Estados Unidos para Cuba, utilizó un tono mucho más diplomático y dijo que Estados Unidos sigue dispuesto a negociar con Cuba.</p><p>Washington continúa enviando señales contradictorias sobre lo que hará con Cuba. Lo que sí sabemos es que la estrategia utilizada en Venezuela no produjo un cambio de régimen.</p><p><b>Actualización del 21 de julio: Llegará a Cuba la primera ayuda humanitaria desde Estados Unidos</b></p><p>Hoy llegará a Cuba la primera ayuda humanitaria como parte del ofrecimiento del secretario de Estado, Marco Rubio, para ayudar al pueblo cubano mientras enfrenta la peor situación económica desde principios de la década de 1990. El cargamento de hoy incluye 700 kits de higiene y 700 paquetes de alimentos que serán distribuidos directamente al pueblo cubano por Catholic Relief Services Caritas Cuba y otras organizaciones religiosas.</p><p>El secretario Rubio quiere dejar claro al pueblo cubano que Estados Unidos lo respalda y está dispuesto a seguir ayudándolo como parte del compromiso de $100 millones USD en ayuda humanitaria.</p><p><b>Actualización del 20 de julio: Cuba libera al artista Luis Manuel Otero Alcántara</b></p><p>El pasado sábado, Cuba liberó al artista y líder opositor Luis Manuel Otero Alcántara tras cumplir cinco años en prisión. Otero Alcántara fue uno de los líderes del Movimiento San Isidro, que impulsó grandes protestas en toda la isla hace cinco años.</p><p>Al llegar a Miami, Otero Alcántara agradeció a la comunidad cubanoamericana por su apoyo y pidió a Cuba liberar a todos los presos políticos.</p><p><b>Actualización del 16 de julio: Departamento de Defensa de Estados Unidos paga $3 millones USD a personal afectado por el Síndrome de La Habana</b></p><p>El Departamento de Defensa de Estados Unidos ha pagado $3 millones USD en compensación al personal estadounidense afectado por la misteriosa condición conocida como Síndrome de La Habana, realizando el primer pago bajo la Ley de La Habana de 2021.</p><p>El Síndrome de La Habana apareció por primera vez en 2016, cuando diplomáticos y oficiales de inteligencia estadounidenses en La Habana, Cuba, reportaron síntomas inusuales, entre ellos intensa presión en la cabeza, mareos, náuseas, alteraciones auditivas y problemas de memoria.</p><p><b>Actualización del 14 de julio: Nuevas sanciones de Estados Unidos aumentan la presión sobre la economía controlada por los militares en Cuba</b></p><p>El lunes, Estados Unidos impuso nuevas sanciones dirigidas a empresas controladas por GAESA, el conglomerado económico militar de Cuba, así como a algunas de las brigadas militares responsables de reprimir protestas como las que vimos recientemente.</p><p>¿Cuánto tiempo más podrá resistir el gobierno cubano? Continúa llegando información a funcionarios estadounidenses que indica que hay sectores dentro del gobierno cubano cada vez más preocupados por cuánto tiempo más podrán sobrevivir sin negociar con el gobierno de Estados Unidos antes de enfrentar un colapso total de su sistema.</p><p><b>Actualización del 10 de julio: ¿Tiene el nieto de Raúl Castro plena autoridad para negociar por el gobierno cubano?</b></p><p>Como esperaba, parece haber una pequeña grieta dentro del círculo más cercano del gobierno cubano. Algunos han criticado a Raulito, el nieto de Raúl Castro, por ofrecer negociar directamente con el presidente Trump. La crítica se centra en si realmente tiene plena autoridad para negociar en nombre del gobierno cubano o si solo negocia en representación de la familia Castro.</p><p>Ayer, el Partido Comunista de Cuba (PCC) respaldó los esfuerzos de Raulito, pero la cúpula militar ha permanecido en silencio.</p><p><b>Actualización del 8 de julio: Las Naciones Unidas no tienen derecho legal para levantar el embargo de Estados Unidos a Cuba</b></p><p>Cada año, Cuba argumenta ante las Naciones Unidas que el embargo económico de Estados Unidos es la causa de sus problemas económicos. Cada año, Cuba pierde más apoyo para ese argumento. Las Naciones Unidas no tienen un derecho legítimo ni legal para levantar el embargo. Solo el Congreso de Estados Unidos puede hacerlo.</p><p>La maquinaria de propaganda del gobierno cubano ha fracasado. La mayoría de los cubanos en la isla, incluidos economistas cubanos, responsabilizan al gobierno cubano por las actuales malas condiciones económicas.</p><p><b>Actualización del 6 de julio: Nieto de Raúl Castro dice que Cuba está dispuesta a negociar con Estados Unidos</b></p><p>Reuters informó esta mañana que Raulito, nieto de Raúl Castro y conocido como “El Cangrejo”, anunció que Cuba está dispuesta a negociar con Estados Unidos. La pregunta que debemos hacernos es si Raulito negocia en nombre de la familia Castro o del gobierno cubano.</p><p>Sabemos que Cuba ha estado vendiendo algunos de sus activos, incluidos algunos pertenecientes al conglomerado económico militar GAESA, durante las últimas semanas. El intento de Cuba por atraer inversión extranjera no ha despertado mucho interés debido al temor de perder el dinero invertido.</p><p><b>Actualización del 2 de julio: La cultura del miedo en Cuba complica una transición democrática</b></p><p>Cuando hablamos de Cuba, normalmente nos concentramos en su sistema político y económico centralizado. Sin embargo, no reconocemos que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir dentro de una cultura del miedo. Ese sistema de gobierno crea un conjunto psicológico de actitudes y valores que ayudan a definir el comportamiento diario para alinear los deseos y necesidades de la población con las restricciones impuestas por el gobierno.</p><p>Romper esos comportamientos podría requerir años de preparación y cambio psicológico. Por lo tanto, la transición de un Estado totalitario hacia alguna forma de gobierno democrático podría tomar tiempo.</p><p><b>Las actualizaciones de junio del Dr. Andy S. Gomez pueden consultarse </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>haciendo clic aquí</b></a><b>.</b></p><p><i>El Dr. Andy S. Gomez es el analista de Cuba de Local 10. Gomez es considerado uno de los principales expertos sobre Cuba. Trabajó en educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un coche antiguo pasa frente al Hotel Meliá Habana en La Habana, Cuba, el martes 21 de julio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Pembroke Pines dad said baby choked on formula, but injuries showed ‘violent shaking,’ cops say]]></title><link>https://www.local10.com/news/local/2026/07/31/pembroke-pines-dad-said-baby-choked-on-formula-but-injuries-showed-violent-shaking-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/pembroke-pines-dad-said-baby-choked-on-formula-but-injuries-showed-violent-shaking-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Pembroke Pines man is facing two felony charges after police said his baby daughter was left with lasting injuries from “violent shaking.”]]></description><pubDate>Fri, 31 Jul 2026 15:29:41 +0000</pubDate><content:encoded><![CDATA[<p>A Pembroke Pines man is facing two felony charges after police said his baby daughter was left with lasting injuries from “violent shaking.”</p><p><a href="https://www.local10.com/espanol/2026/07/31/acusan-a-padre-de-pembroke-pines-de-sacudir-violentamente-a-su-bebe-tras-afirmar-que-se-atraganto-con-formula-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/acusan-a-padre-de-pembroke-pines-de-sacudir-violentamente-a-su-bebe-tras-afirmar-que-se-atraganto-con-formula-dice-la-policia/">Leer en español</a></p><p>Pembroke Pines police said Antonio Lee Rogers, 27, claimed the girl had choked on formula.</p><p>According to an arrest warrant authored on July 22, Rogers called 911 on Oct. 10, 2025 to report the “choking,” saying that the 4-month-old “was not breathing and her mouth was turning blue.”</p><p>Medics took the girl to Memorial Hospital Miramar in critical condition, the warrant states. Police said she was “lifeless” upon arriving at the emergency room but doctors were able to intubate and revive her.</p><p>According to the warrant, she was later taken to Joe DiMaggio Children’s Hospital and doctors determined that the girl’s injuries, which included a traumatic brain injury with a brain bleed, were not consistent with Rogers’ claim that she choked on formula.</p><p>Authorities said medical imaging showed that she older brain bleed injuries that indicated a prior incident of shaking.</p><p>Now under the care of her grandmother, the girl still requires “extensive medical treatment due to her injuries,” including “home health nursing,” according to police.</p><p>Records show police took Rogers into custody on Wednesday on charges of aggravated child abuse and child neglect with great bodily harm.</p><p>As of Friday, he was being held without bond in the Broward Sheriff’s Office’s Paul Rein Detention Facility in Pompano Beach.</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/BZL6FAYRCFDHLKDQQXUZMMQ2II.jpg?auth=a0ef0b4fb217f423f3f2a62900e785bdead6095bc99cb8a7ee32f9836dde1b11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Antonio Rogers]]></media:description></media:content></item><item><title><![CDATA[Acusan a padre de Pembroke Pines de sacudir violentamente a su bebé tras afirmar que se atragantó con fórmula, dice la Policía]]></title><link>https://www.local10.com/espanol/2026/07/31/acusan-a-padre-de-pembroke-pines-de-sacudir-violentamente-a-su-bebe-tras-afirmar-que-se-atraganto-con-formula-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/acusan-a-padre-de-pembroke-pines-de-sacudir-violentamente-a-su-bebe-tras-afirmar-que-se-atraganto-con-formula-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Pembroke Pines enfrenta dos cargos graves después de que la Policía informara que su hija de 4 meses sufrió lesiones permanentes tras ser sacudida violentamente.]]></description><pubDate>Fri, 31 Jul 2026 15:33:48 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Pembroke Pines enfrenta dos cargos graves después de que la Policía informara que su hija de 4 meses sufrió lesiones permanentes tras ser sacudida violentamente.</p><p>La Policía de Pembroke Pines informó que Antonio Lee Rogers, de 27 años, afirmó que la niña se había atragantado con fórmula.</p><p>Según una orden de arresto redactada el 22 de julio, Rogers llamó al 911 el 10 de octubre de 2025 para reportar que la bebé se estaba “atragantando”, diciendo que la menor de 4 meses “no estaba respirando y que su boca se estaba poniendo azul”.</p><p>Los paramédicos trasladaron a la niña al Memorial Hospital Miramar en estado crítico, según la orden de arresto. La Policía indicó que la menor llegó “sin signos de vida” a la sala de emergencias, pero los médicos lograron intubarla y reanimarla.</p><p>De acuerdo con la orden de arresto, posteriormente fue trasladada al Hospital Infantil Joe DiMaggio, donde los médicos determinaron que las lesiones de la niña, que incluían una lesión cerebral traumática con una hemorragia cerebral, no eran compatibles con la versión de Rogers de que se había atragantado con fórmula.</p><p>Las autoridades informaron que los estudios médicos también revelaron hemorragias cerebrales antiguas que indicaban un incidente previo de sacudidas.</p><p>Ahora bajo el cuidado de su abuela, la niña aún requiere “tratamiento médico especializado debido a sus lesiones”, incluido “servicio de enfermería a domicilio”, según la Policía.</p><p>Los registros muestran que la Policía arrestó a Rogers el miércoles por cargos de abuso infantil agravado y negligencia infantil que causó lesiones corporales graves.</p><p>Hasta el viernes, permanecía detenido sin derecho a fianza en el Centro de Detención Paul Rein de la Oficina del Sheriff de Broward en Pompano Beach.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZL6FAYRCFDHLKDQQXUZMMQ2II.jpg?auth=a0ef0b4fb217f423f3f2a62900e785bdead6095bc99cb8a7ee32f9836dde1b11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Antonio Rogers]]></media:description></media:content></item><item><title><![CDATA[Camp David, the president's rustic Maryland mountain retreat, through the years]]></title><link>https://www.local10.com/news/national/2026/07/31/camp-david-the-presidents-rustic-maryland-mountain-retreat-through-the-years/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/31/camp-david-the-presidents-rustic-maryland-mountain-retreat-through-the-years/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump left behind the gold-accented White House on Friday for a Cabinet meeting at rustic Camp David in Maryland's mountains.]]></description><pubDate>Fri, 31 Jul 2026 16:58:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump left behind the gold-accented White House on Friday for a Cabinet meeting at rustic Camp David in Maryland's mountains.</p><p>The retreat, about an hour northwest of Washington, has been the backdrop for presidential summits and smaller-scale meetings since Franklin Roosevelt established it during World War II. Friday’s meeting isn’t Trump’s first at Camp David, but he has spent less time at the compound than other presidents, and typically spends weekends at his own properties, including Mar-a-Lago in Palm Beach, Florida, and his golf courses in New Jersey and Virginia.</p><p>Here's a look at some key dates and prominent visitors in the camp's history, assembled using archival material from The Associated Press, the National Archives, and presidential libraries.</p><p>1942 — Roosevelt established the camp as Shangri-La, a reference from James Hilton's novel “Lost Horizon.” Roosevelt had liked to relax on a presidential yacht, but the military and Secret Service started to worry about his safety on the open water during World War II. Roosevelt asked the National Park Service to identify sites within 100 miles of the White House that he could use for rest and picked what is now known as Camp David.</p><p>1943 — Roosevelt hosted Winston Churchill, who went on a fishing trip with the president and discussed the Normandy invasion at the retreat.</p><p>1953 — Dwight Eisenhower renamed the facility Camp David after his grandson and father.</p><p>1959 — Eisenhower hosted Nikita Khrushchev, the first time a Soviet leader had come to the United States.</p><p>1971 — Richard Nixon met with economic advisers amid inflation and a looming run on gold, leading eventually to an announcement ending the gold-backed dollar.</p><p>1973 — Nixon hosted his Soviet counterpart, Leonid Brezhnev.</p><p>1978 — Jimmy Carter hosted Egypt’s Anwar Sadat and Israel’s Menachem Begin, resulting in the Camp David Accords signed in 1979. Unlike at the White House, where journalists come and go, the news media are barred from Camp David, unless they are invited to cover an event, like Friday’s summit.</p><p>1984 — Ronald Reagan, the president who spent the most time at Camp David, hosted British Prime Minister Margaret Thatcher for the first time.</p><p>1990 — George H.W. Bush hosted Soviet leader Mikhail Gorbachev.</p><p>1992 — Camp David's only wedding occurred when Bush’s daughter, Dorothy, married Bobby Koch at Evergreen Chapel at the facility.</p><p>2000 — Bill Clinton hosted a summit with Israeli Prime Minister Ehud Barak and Palestinian Authority Chairman Yasser Arafat.</p><p>2001 — George W. Bush met with British Prime Minister Tony Blair early in the year and held post 9/11 meetings ahead of the Afghanistan invasion later in the year.</p><p>2003 — Bush hosted Russian President Vladimir Putin.</p><p>2012 — Barack Obama hosted the G8 Summit.</p><p>2015 — Obama hosted Persian Gulf nations for a summit.</p><p>2019 — Trump canceled a secret weekend meeting at Camp David with Taliban and Afghanistan leaders after a bombing in Kabul that killed 12 people, including an American soldier. ———</p><p>Associated Press journalist Darlene Superville contributed archival reporting for this timeline.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S26ITQGMR2O7GTPTPBBLTRZMLM.jpg?auth=723a155a40cd0a84959f851c0b5f4ed4186113a037b94349a7047e296156a1d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President John Kennedy and former President Dwight Eisenhower walks along a flagstone path, in perfect step at Camp David, atop of mountain near Thurmont, Maryland on April 22, 1961 after they flew there to discuss the Cuban crisis. In background is one of the lodges at the camp. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWDKNUWAZB7DTSLQU5CIQ3GD4E.jpg?auth=4444dd17f445e79b6446d7f4f4a78837ef3206ae10f03f4e24a1a717801dbb0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President George W. Bush, left, accompanied by Afghanistan's President Hamid Karzai, right, gestures during their joint press conference, Monday, Aug. 6, 2007, at Camp David, Md. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CN2K52HP5AUA7UFNGLH3AM3TY.jpg?auth=6a563b264fc4f89a180b9cbc6cedb6a6afb4468108abe9556e6c81422a46ad73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, Italian Prime Minister Mario Monti, British Prime Minister David Cameron and German Chancellor Angela Merkel and French President Francois Hollande, right, listen as President Barack Obama shows off the grounds at the G-8 Summit Saturday, May 19, 2012 at Camp David, Md. (AP Photo/Charles Dharapak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Dharapak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYNQ7RCY7H44EI57MWEHNQQUUA.jpg?auth=c1621db5892ad3a73524b7a96a4e737a7391e1344d367540f81bf6600ae6bca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this July 1981 file photo released by The White House, U.S. President Ronald Reagan, left, and Vice President George Bush go horseback riding at Camp David, Md. (Michael Evans/The White House, via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Evans</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSCLSX6ZWMVFQVQ4JRUSPLMABI.jpg?auth=19f99f416e7cfd34e6f6a49ed537ebc0308340adc7ee7fe6827d14fe4c6a3b3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Bill Clinton, Israeli Prime Minister Ehud Barak, left, and Palestinian leader Yasser Arafat, right, walk on the grounds of Camp David, Md., Tuesday July 11, 2000, at the start of the Mideast summit. (AP Photo/Ron Edmonds, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Edmonds</media:credit></media:content></item><item><title><![CDATA[Departamento Penitenciario de Florida amplía incentivos de contratación para oficiales penitenciarios]]></title><link>https://www.local10.com/espanol/2026/07/31/departamento-de-correcciones-de-florida-amplia-incentivos-de-contratacion-para-oficiales-penitenciarios/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/departamento-de-correcciones-de-florida-amplia-incentivos-de-contratacion-para-oficiales-penitenciarios/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[El Departamento Penitenciario de Florida está ampliando sus incentivos de reclutamiento al ofrecer un bono de contratación de $1,000 USD a oficiales penitenciarios elegibles en 13 instituciones correccionales de todo el estado.]]></description><pubDate>Fri, 31 Jul 2026 15:22:50 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento Penitenciario de Florida está ampliando sus incentivos de reclutamiento al ofrecer un bono de contratación de $1,000 USD a oficiales penitenciarios elegibles en 13 instituciones correccionales de todo el estado.</p><p>Según el departamento, los nuevos oficiales penitenciarios elegibles en instituciones seleccionadas también podrían calificar para un bono de retención existente de $5,000 USD, lo que eleva el total de incentivos disponibles hasta $6,000 USD.</p><p>Las instituciones con un bono de $6,000 USD incluyen:</p><ul><li>Apalachee CI (Sneads)</li><li>Florida State Prison (Raiford)</li><li>Franklin CI (Carrabelle)</li><li>Gulf CI (Wewahitchka)</li><li>Hamilton CI (Jasper)</li><li>Jackson CI (Malone)</li><li>Liberty CI (Bristol)</li><li>Northwest Florida Reception Center (Chipley)</li><li>Okeechobee CI (Okeechobee)</li><li>Santa Rosa CI (Milton)</li><li>Taylor CI (Perry)</li></ul><p>El departamento informó que los oficiales serán elegibles para recibir los bonos después de obtener la certificación de la Comisión de Normas y Capacitación en Justicia Penal de Florida.</p><p>“El Departamento Penitenciario de Florida está comprometido con invertir en los hombres y mujeres que deciden servir y apoyar la misión de seguridad pública de Florida”, dijo en un comunicado Hope Gartman, subsecretaria adjunta de Instituciones.</p><p>Gartman agregó que una carrera en el sistema correccional ofrece un salario competitivo, beneficios para empleados, oportunidades de ascenso y la posibilidad de generar un impacto significativo en la seguridad pública.</p><p>Según el Departamento de Correcciones de Florida (FDC), los oficiales penitenciarios recién contratados reciben un salario inicial de $22 USD por hora y cuentan con capacitación remunerada, beneficios de jubilación por trabajo de alto riesgo, beneficios para empleados del estado de Florida y oportunidades de desarrollo profesional.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EV63O3REXNFJLFIP56FK53NJE4.jpg?auth=c2eec1c2866b78817bcef89ffb22a9759bebd00d554a306699db897e8f4603db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Florida Department of Corrections expands hiring incentives for correctional officers]]></title><link>https://www.local10.com/news/florida/2026/07/31/florida-department-of-corrections-expands-hiring-incentives-for-correctional-officers/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/31/florida-department-of-corrections-expands-hiring-incentives-for-correctional-officers/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[The Florida Department of Corrections is expanding its recruitment incentives by offering a $1,000 hiring bonus to eligible correctional officers at 13 correctional institutions across the state.]]></description><pubDate>Fri, 31 Jul 2026 14:22:04 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Department of Corrections is expanding its recruitment incentives by offering a $1,000 hiring bonus to eligible correctional officers at 13 correctional institutions across the state.</p><p><a href="https://www.local10.com/espanol/2026/07/31/departamento-de-correcciones-de-florida-amplia-incentivos-de-contratacion-para-oficiales-penitenciarios/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/departamento-de-correcciones-de-florida-amplia-incentivos-de-contratacion-para-oficiales-penitenciarios/">Leer en español</a></p><p>According to the department, eligible new correctional officers at select institutions may also qualify for an existing $5,000 retention bonus, bringing the total available incentives to as much as $6,000. </p><p>Institutions with a $6,000 bonus include:</p><ul><li>Apalachee CI (Sneads)</li><li>Florida State Prison (Raiford)</li><li>Franklin CI (Carabelle)</li><li>Gulf CI (Wewahitchka)</li><li>Hamilton CI (Jasper)</li><li>Jackson CI (Malone)</li><li>Liberty CI (Bristol)</li><li>Northwest Florida Reception Center (Chipley)</li><li>Okeechobee CI (Okeechobee)</li><li>Santa Rosa CI (Milton)</li><li>Taylor CI (Perry)</li></ul><p>The department said officers become eligible for the bonuses after receiving certification through the Florida Criminal Justice Standards and Training Commission.</p><p>“The Florida Department of Corrections is committed to investing in the men and women who choose to serve and support Florida’s public safety mission,” Assistant Deputy Secretary of Institutions Hope Gartman said in a statement. </p><p>Gartmen added that a career in corrections offers competitive pay, employee benefits, opportunities for advancement, and the chance to make a meaningful impact on public safety. </p><p>According to the FDC, newly hired correctional officers earn a starting salary of $22 per hour and receive paid training, high-risk retirement benefits, State of Florida employee benefits, and opportunities for career advancement. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EV63O3REXNFJLFIP56FK53NJE4.jpg?auth=c2eec1c2866b78817bcef89ffb22a9759bebd00d554a306699db897e8f4603db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cancer survivor’s nonprofit receives boost to help more patients through treatment]]></title><link>https://www.local10.com/community/2026/07/31/cancer-survivors-nonprofit-receives-boost-to-help-more-patients-through-treatment/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/31/cancer-survivors-nonprofit-receives-boost-to-help-more-patients-through-treatment/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[A Miami-Dade cancer survivor is continuing her mission to support patients facing one of life’s toughest battles, and thanks to a partnership sparked by Good News South Florida, her nonprofit has received a helping hand to continue its work.]]></description><pubDate>Fri, 31 Jul 2026 15:02:18 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade cancer survivor is continuing her mission to support patients facing one of life’s toughest battles, and thanks to a partnership sparked by Good News South Florida, her nonprofit has received a helping hand to continue its work.</p><p><a href="https://www.local10.com/espanol/2026/07/31/organizacion-sin-fines-de-lucro-de-sobreviviente-de-cancer-recibe-apoyo-para-ayudar-a-mas-pacientes-durante-su-tratamiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/organizacion-sin-fines-de-lucro-de-sobreviviente-de-cancer-recibe-apoyo-para-ayudar-a-mas-pacientes-durante-su-tratamiento/">Leer en español</a></p><p>Rosemary Carrera, founder of <a href="https://www.305pinkpack.org/" target="_self" rel="" title="https://www.305pinkpack.org/">305 Pink Pack</a>, created the nonprofit after her own battle with Stage 2 breast cancer. Following months of chemotherapy and radiation, she said she wanted to ensure others wouldn’t have to navigate treatment alone.</p><p>“Unless you’ve been through a cancer diagnosis, you have no idea what it’s like,” Carrera said.</p><p>A licensed optometrist, wife and mother, Carrera founded 305 Pink Pack in 2020 to help bridge the gap between a cancer diagnosis and everyday life. The organization connects patients with essential resources, including transportation to treatments, childcare assistance and practical support during recovery.</p><p>“We will connect you to what you need and what can help you during this time,” Carrera said.</p><p>In addition to support services, the nonprofit provides cancer patients with “chemo kits” filled with items designed to ease the side effects of treatment, including lip balm, personal care products and other comfort items.</p><p>“We are always in need of more chemo kits,” Carrera said. “We just went through our last batch.”</p><p>That need prompted a surprise partnership.</p><p>During a recent visit, Local 10 Community Relations Director Mayte Padron introduced Carrera to Renee De Bien, manager of <a href="https://www.walgreensspecialtyrx.com/" target="_self" rel="" title="https://www.walgreensspecialtyrx.com/">Walgreens Specialty Pharmacy</a>, a division that helps patients manage chronic and complex medical conditions.</p><p>“We just hold their hand throughout their journey, at least so they are just able to focus on healing,” De Bien said.</p><p>Walgreens Specialty Pharmacy donated enough supplies to replenish the nonprofit’s chemo kits, providing every item on Carrera’s wish list. The donation included essentials such as cough drops, moisturizing products, socks and other comfort items frequently requested by patients undergoing treatment.</p><p>The surprise didn’t end there.</p><p>On behalf of Local 10 viewers and Good News South Florida, Padron also presented Carrera with a $500 donation to support the organization’s mission.</p><p>Carrera said community support allows 305 Pink Pack to continue serving cancer patients when they need it most, helping them focus less on daily challenges and more on healing.</p><p>The nonprofit is seeking additional volunteers and donations. Community members can support the organization by hosting fundraisers, volunteering to drive cancer patients to treatment appointments or donating supplies for future chemo kits.</p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Organización sin fines de lucro de sobreviviente de cáncer recibe apoyo para ayudar a más pacientes durante su tratamiento]]></title><link>https://www.local10.com/espanol/2026/07/31/organizacion-sin-fines-de-lucro-de-sobreviviente-de-cancer-recibe-apoyo-para-ayudar-a-mas-pacientes-durante-su-tratamiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/organizacion-sin-fines-de-lucro-de-sobreviviente-de-cancer-recibe-apoyo-para-ayudar-a-mas-pacientes-durante-su-tratamiento/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Una sobreviviente de cáncer de Miami-Dade continúa con su misión de apoyar a pacientes que enfrentan una de las batallas más difíciles de la vida y, gracias a una alianza impulsada por Good News South Florida, su organización sin fines de lucro ha recibido apoyo para continuar su labor.]]></description><pubDate>Fri, 31 Jul 2026 15:18:07 +0000</pubDate><content:encoded><![CDATA[<p>Una sobreviviente de cáncer de Miami-Dade continúa con su misión de apoyar a pacientes que enfrentan una de las batallas más difíciles de la vida y, gracias a una alianza impulsada por Good News South Florida, su organización sin fines de lucro ha recibido apoyo para continuar su labor.</p><p>Rosemary Carrera, fundadora de <a href="https://www.305pinkpack.org/" target="_blank" rel="noreferrer" title="https://www.305pinkpack.org/">305 Pink Pack</a>, creó la organización sin fines de lucro después de su propia lucha contra un cáncer de mama en etapa 2. Tras meses de quimioterapia y radioterapia, dijo que quería asegurarse de que otras personas no tuvieran que enfrentar solas el tratamiento.</p><p>“A menos que hayas pasado por un diagnóstico de cáncer, no tienes idea de cómo es”, dijo Carrera.</p><p>Carrera, optometrista con licencia, esposa y madre, fundó 305 Pink Pack en 2020 para ayudar a cerrar la brecha entre un diagnóstico de cáncer y la vida cotidiana. La organización conecta a los pacientes con recursos esenciales, incluido transporte a sus tratamientos, asistencia para el cuidado de niños y apoyo práctico durante la recuperación.</p><p>“Los conectaremos con lo que necesiten y con lo que pueda ayudarlos durante este proceso”, dijo Carrera.</p><p>Además de los servicios de apoyo, la organización entrega a los pacientes con cáncer “kits de quimioterapia” con artículos diseñados para aliviar los efectos secundarios del tratamiento, incluidos bálsamo labial, productos de cuidado personal y otros artículos de comodidad.</p><p>“Siempre necesitamos más kits de quimioterapia”, dijo Carrera. “Acabamos de entregar el último lote”.</p><p>Esa necesidad dio lugar a una alianza sorpresa.</p><p>Durante una visita reciente, la directora de Relaciones Comunitarias de Local 10, Mayte Padron, presentó a Carrera con Renee De Bien, gerente de <a href="https://www.walgreensspecialtyrx.com/" target="_blank" rel="noreferrer" title="https://www.walgreensspecialtyrx.com/">Walgreens Specialty Pharmacy</a>, una división que ayuda a los pacientes a manejar enfermedades crónicas y afecciones médicas complejas.</p><p>“Los acompañamos durante todo su proceso para que puedan concentrarse únicamente en sanar”, dijo De Bien.</p><p>Walgreens Specialty Pharmacy donó suficientes suministros para reabastecer los kits de quimioterapia de la organización, proporcionando todos los artículos que figuraban en la lista de deseos de Carrera. La donación incluyó productos esenciales como pastillas para la tos, productos humectantes, calcetines y otros artículos de comodidad que con frecuencia solicitan los pacientes durante el tratamiento.</p><p>La sorpresa no terminó ahí.</p><p>En nombre de los televidentes de Local 10 y de Good News South Florida, Padron también entregó a Carrera una donación de $500 USD para apoyar la misión de la organización.</p><p>Carrera afirmó que el apoyo de la comunidad permite que 305 Pink Pack continúe ayudando a pacientes con cáncer cuando más lo necesitan, permitiéndoles concentrarse menos en los desafíos diarios y más en su recuperación.</p><p>La organización busca más voluntarios y donaciones. Los miembros de la comunidad pueden apoyar la organización organizando actividades de recaudación de fondos, ofreciéndose como voluntarios para transportar a pacientes con cáncer a sus citas médicas o donando suministros para futuros kits de quimioterapia.</p><ul><li><b>Para donar:</b> Si desea hacer una donación monetaria para una historia o proyecto de Good News South Florida, <a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_blank" rel="noreferrer" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">haga clic aquí</a>. Local 10 ha creado el Fondo Local 10 con The Miami Foundation y el 100% de su donación se destinará a la causa que usted indique en el apartado de “información adicional”.</li><li><b>Para ser voluntario o enviar una propuesta de historia:</b> Si desea participar como voluntario en un proyecto de Good News South Florida o presentar una historia para su consideración, envíe un correo electrónico a <a href="goodnews@local10.com" target="_blank" rel="noreferrer" title="goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida se transmite los viernes durante el noticiero matutino de Local 10 a las 10 a.m. También se retransmite los viernes a las 3:30 p.m. y los domingos por la mañana a partir de las 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Broward Sheriff’s Office warns residents about resurfacing jury duty scams]]></title><link>https://www.local10.com/news/local/2026/07/31/broward-sheriffs-office-warns-residents-about-resurfacing-jury-duty-scams/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/broward-sheriffs-office-warns-residents-about-resurfacing-jury-duty-scams/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is warning residents to remain vigilant as a jury duty scam targeting the public has resurfaced.]]></description><pubDate>Fri, 31 Jul 2026 15:05:52 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is warning residents to remain vigilant as a jury duty scam targeting the public has resurfaced. </p><p><a href="https://www.local10.com/espanol/2026/07/31/oficina-del-sheriff-de-broward-advierte-a-residentes-sobre-el-resurgimiento-de-estafas-relacionadas-con-el-servicio-de-jurado/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/oficina-del-sheriff-de-broward-advierte-a-residentes-sobre-el-resurgimiento-de-estafas-relacionadas-con-el-servicio-de-jurado/">Leer en español</a></p><p>According to BSO, detectives are investigating a recent scam attempt in which a resident was contacted and falsely told they had missed federal jury duty and an arrest warrant had been issued. </p><p>Investigators said the scammer instructed the victim to deposit $15,000 into a kiosk as bail to avoid being arrested. The victim was also told to participate in a video conference with someone posing as a member of the Broward County judiciary. </p><p>BSO says the victim became suspicious of the activity and did not send any money nor provide personal information, ended the call and notified law enforcement. </p><p>The sheriff’s office is working with the Seventeenth Judicial Circuit and the Broward Clerk of Courts to remind residents that law enforcement agencies, the courts and the clerk’s office will never call to threaten anyone with arrest or demand payment to avoid jail.</p><p>Authorities say scammers often use high-pressure tactics, spoofed phone numbers and names of real government employees to make their schemes appear legitimate. </p><p>BSO is also urging residents to never send money, gift cards, or cryptocurrency after receiving an unsolicited phone call, text message or email. Officials also advise against sharing personal or financial information with unexpected callers and recommend verifying any requests by contacting the agency using an official phone number or website.</p><p>Anyone who believes they have been targeted by a scam is encouraged to contact local law enforcement. Residents living in Broward Sheriff’s Office jurisdictions can report suspicious activity through BSO’s non-emergency phone number at 954-764-HELP (4357).</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XF6EG44FU4UPVH4MFSEROKWWDE.png?auth=27748f73f3972eec0788d9d1d0f8424d52047480f2cc20b261d26a60bccc1722&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Oficina del Sheriff de Broward advierte a residentes sobre el resurgimiento de estafas relacionadas con el servicio de jurado]]></title><link>https://www.local10.com/espanol/2026/07/31/oficina-del-sheriff-de-broward-advierte-a-residentes-sobre-el-resurgimiento-de-estafas-relacionadas-con-el-servicio-de-jurado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/oficina-del-sheriff-de-broward-advierte-a-residentes-sobre-el-resurgimiento-de-estafas-relacionadas-con-el-servicio-de-jurado/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Broward advierte a los residentes que permanezcan atentos ante el resurgimiento de una estafa relacionada con el servicio de jurado que está dirigida al público.]]></description><pubDate>Fri, 31 Jul 2026 15:13:01 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Broward advierte a los residentes que permanezcan atentos ante el resurgimiento de una estafa relacionada con el servicio de jurado que está dirigida al público.</p><p>Según la BSO, los detectives investigan un intento reciente de estafa en el que un residente fue contactado y falsamente informado de que había faltado a un servicio de jurado federal y que se había emitido una orden de arresto en su contra.</p><p>Los investigadores informaron que el estafador instruyó a la víctima a depositar $15,000 USD en un quiosco como fianza para evitar ser arrestada. También le indicó que participara en una videoconferencia con una persona que se hacía pasar por un miembro del sistema judicial del condado Broward.</p><p>La BSO informó que la víctima sospechó de la situación y no envió dinero ni proporcionó información personal, puso fin a la llamada y notificó a las autoridades.</p><p>La Oficina del Sheriff trabaja junto con el Décimo Séptimo Circuito Judicial y la Secretaría de los Tribunales del condado Broward para recordar a los residentes que las agencias del orden público, los tribunales y la Secretaría nunca llamarán para amenazar a alguien con arrestarlo ni exigirán pagos para evitar la cárcel.</p><p>Las autoridades indicaron que los estafadores suelen utilizar tácticas de alta presión, números telefónicos falsificados y nombres de empleados reales del gobierno para hacer que sus fraudes parezcan legítimos.</p><p>La BSO también insta a los residentes a nunca enviar dinero, tarjetas de regalo o criptomonedas después de recibir una llamada telefónica, mensaje de texto o correo electrónico no solicitado. Además, recomienda no compartir información personal o financiera con personas que llamen de forma inesperada y verificar cualquier solicitud comunicándose directamente con la agencia mediante un número de teléfono o sitio web oficial.</p><p>Cualquier persona que crea haber sido víctima de una estafa debe comunicarse con las autoridades locales. Los residentes que viven en jurisdicciones de la Oficina del Sheriff de Broward pueden reportar actividades sospechosas llamando al número de no emergencias de la BSO, 954-764-HELP (4357).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XF6EG44FU4UPVH4MFSEROKWWDE.png?auth=27748f73f3972eec0788d9d1d0f8424d52047480f2cc20b261d26a60bccc1722&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Scam Alert WPLG]]></media:description></media:content></item><item><title><![CDATA[Local 10 Editorial: Early voting begins next week; get out and vote!]]></title><link>https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/</guid><description><![CDATA[The election season officially begins next week.]]></description><pubDate>Fri, 31 Jul 2026 14:00:08 +0000</pubDate><content:encoded><![CDATA[<p>The election season officially begins next week.</p><p><a href="https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/">Leer en español</a></p><p>Early voting for Florida’s Aug. 18 primary starts Monday in Miami-Dade and Monroe counties.</p><p>Broward County early voting begins Saturday, Aug. 8.</p><p>For specific hours and locations, check your county’s election website or view <a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/"><b>Local 10’s 2026 Voter Guide. </b></a></p><p>Voter turnout for recent primary elections has been dismal in South Florida. </p><p>Your vote is your voice. Don’t stay silent. Vote by mail, vote early or vote on Aug. 18. <i>Just make sure you vote</i>.</p><p><b>What is the deadline to drop off my vote-by-mail ballot?</b></p><p>Before 7 p.m., on Aug. 18. </p><p>In Miami-Dade, sign inside the red box <a href="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf" rel="" title="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf">on the back of the vote-by-mail envelope</a>. If you forgot to sign the envelope or the signature does not match, Florida law allows you to submit an affidavit to cure your vote-by-mail ballot. The affidavit must be completed and submitted to the Elections Department along with a copy of your identification by 5 p.m. on the second day after the election.</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-eng.pdf" rel="">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (English)</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-spa-cre.pdf" rel="">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (Español &amp; Kreyòl)</p><h3><b>Useful contacts</b></h3><ul><li>For more information on early voting in <b>Broward</b>, <a href="https://browardvotes.gov/voting-methods/early-voting-dates-hours-and-sites" target="_self" rel="" title="https://browardvotes.gov/voting-methods/early-voting-dates-hours-and-sites">click here</a> or call 954-357-7050</li><li>For more information on early voting in <b>Miami-Dade</b>, <a href="https://www.votemiamidade.gov/elections/voters/early-voting.page" target="_self" rel="" title="https://www.votemiamidade.gov/elections/voters/early-voting.page">click here</a> or call 305-499-8683</li><li>For more information on early voting in <b>Monroe</b>, <a href="https://www.votemonroeflkeys.gov/Voting/Three-Ways-to-Vote/Early-Voting" target="_self" rel="" title="https://www.votemonroeflkeys.gov/Voting/Three-Ways-to-Vote/Early-Voting">click here</a> or call 305-292-3416</li></ul>]]></content:encoded></item><item><title><![CDATA[Editorial de Local 10: La votación anticipada comienza la próxima semana; ¡salga y vote!]]></title><link>https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/</guid><description><![CDATA[La temporada electoral comienza oficialmente la próxima semana.]]></description><pubDate>Fri, 31 Jul 2026 15:07:49 +0000</pubDate><content:encoded><![CDATA[<p>La temporada electoral comienza oficialmente la próxima semana.</p><p>La votación anticipada para las primarias de Florida del 18 de agosto comienza el lunes en los condados de Miami-Dade y Monroe.</p><p>La votación anticipada en el condado de Broward comienza el sábado 8 de agosto.</p><p>Para conocer los horarios y lugares específicos, consulte el sitio web electoral de su condado o vea <a href="https://www.local10.com/espanol/2026/03/19/guia-del-votante-asi-puede-prepararse-para-las-primarias-de-florida-del-18-de-agosto/" target="_self" rel="" title="https://www.local10.com/espanol/2026/03/19/guia-del-votante-asi-puede-prepararse-para-las-primarias-de-florida-del-18-de-agosto/"><b>la Guía del votante de Local 10 para 2026.</b></a></p><p>La participación electoral en las recientes elecciones primarias ha sido pésima en el sur de Florida.</p><p>Tu voto es tu voz. No te quedes callado. Vota por correo, vota anticipadamente o vota el 18 de agosto. <i>¡Lo importante es que votes</i> !</p><p><b>¿Cuál es la fecha límite para entregar mi boleta de voto por correo?</b></p><p>Antes de las 19:00 horas del 18 de agosto.</p><p>En Miami-Dade, firme dentro del recuadro rojo <a href="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf" rel="" title="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf">en el reverso del sobre de voto por correo</a> . Si olvidó firmar el sobre o la firma no coincide, la ley de Florida le permite presentar una declaración jurada para subsanar el error en su voto por correo. La declaración jurada debe completarse y presentarse al Departamento de Elecciones junto con una copia de su identificación antes de las 5 p. m. del segundo día después de las elecciones.</p><p>• <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-eng.pdf" rel="">Boleta de voto por correo - Declaración jurada para la subsanación de errores de firma</a> (inglés)</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-spa-cre.pdf" rel="">Boleta de Voto por Correo - Declaración Jurada de Cure con Firma</a> (Español y Kreyòl)</p><h3><b>Contactos útiles</b></h3><ul><li>Para obtener más información sobre la votación anticipada en&nbsp;<b>Broward</b>&nbsp;,&nbsp;<a href="https://browardvotes.gov/voting-methods/early-voting-dates-hours-and-sites" target="_self" rel="" title="https://browardvotes.gov/voting-methods/early-voting-dates-hours-and-sites">haga clic aquí</a>&nbsp;o llame al 954-357-7050.</li><li>Para obtener más información sobre la votación anticipada en&nbsp;<b>Miami-Dade</b>&nbsp;,&nbsp;<a href="https://www.votemiamidade.gov/elections/voters/early-voting.page" target="_self" rel="" title="https://www.votemiamidade.gov/elections/voters/early-voting.page">haga clic aquí</a>&nbsp;o llame al 305-499-8683.</li><li>Para obtener más información sobre la votación anticipada en&nbsp;<b>Monroe</b>&nbsp;,&nbsp;<a href="https://www.votemonroeflkeys.gov/Voting/Three-Ways-to-Vote/Early-Voting" target="_self" rel="" title="https://www.votemonroeflkeys.gov/Voting/Three-Ways-to-Vote/Early-Voting">haga clic aquí</a>&nbsp;o llame al 305-292-3416.</li></ul>]]></content:encoded></item><item><title><![CDATA[Policía de Miami divulga video de vigilancia tras arresto por caso de vandalismo en el Monumento de Bahía de Cochinos]]></title><link>https://www.local10.com/espanol/2026/07/31/policia-de-miami-divulga-video-de-vigilancia-tras-arresto-por-caso-de-vandalismo-en-el-monumento-de-bahia-de-cochinos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/policia-de-miami-divulga-video-de-vigilancia-tras-arresto-por-caso-de-vandalismo-en-el-monumento-de-bahia-de-cochinos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Miami divulgó el viernes un video de vigilancia que muestra el momento en que un hombre presuntamente vandalizó el histórico Monumento de Bahía de Cochinos en La Pequeña Habana, días después de su arresto.]]></description><pubDate>Fri, 31 Jul 2026 15:01:52 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miami divulgó este viernes un video de vigilancia que muestra el momento en que un hombre presuntamente <a href="https://www.local10.com/espanol/2026/07/30/policia-hombre-enfrenta-cargo-grave-por-vandalizar-monumento-de-bahia-de-cochinos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/policia-hombre-enfrenta-cargo-grave-por-vandalizar-monumento-de-bahia-de-cochinos/">vandalizó el histórico Monumento de Bahía de Cochinos en La Pequeña Habana</a>, días después de su arresto.</p><p>La Policía confirmó el miércoles el arresto de Jean Carlo Rojas, de 27 años, en relación con los daños al monumento ubicado en el 806 de la avenida 13 del suroeste.</p><p>Según los investigadores, un empleado del Departamento de Parques de la Ciudad de Miami reportó los daños después de ser notificado el domingo por la mañana de que el monumento había sido vandalizado.</p><p>Los detectives informaron que la parte dañada, descrita como el misil gris del monumento, ya había sido reparada tras un acto anterior de vandalismo. Las autoridades estimaron los nuevos daños en $1,000 USD.</p><p>Indicaron que el video de vigilancia muestra a un hombre con una camiseta blanca sin mangas, pantalones cortos negros y zapatos negros subiéndose sobre la parte del misil del monumento alrededor de las 9:18 p.m. del sábado, provocando que se rompiera.</p><p>Tras revisar las imágenes y buscar videos adicionales en la zona, los detectives informaron que identificaron al sospechoso por su vestimenta y sus tatuajes distintivos. Mientras recopilaba videos de vigilancia de un negocio cercano, el detective principal vio a Rojas de pie en la acera cerca del monumento y solicitó a los agentes que lo detuvieran.</p><p>Según el informe de arresto, Rojas renunció a sus derechos Miranda y aceptó hablar con los detectives. Una declaración que hizo durante la entrevista fue censurada en la versión pública del informe.</p><p>Rojas, identificado en el informe como trabajador de la construcción y en situación de calle, enfrenta un cargo grave de daños criminales contra un monumento o propiedad histórica.</p><p>Los registros de la cárcel muestran que ya se encontraba en libertad bajo fianza por un caso separado en el que enfrenta cargos por agresión contra un agente del orden público y resistencia a un agente sin violencia.</p><p>Hasta la mañana del viernes, Rojas permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $2,500 USD.</p>]]></content:encoded></item><item><title><![CDATA[Miami police release surveillance video after arrest in Bay of Pigs Monument vandalism case]]></title><link>https://www.local10.com/news/local/2026/07/31/miami-police-release-surveillance-video-after-arrest-in-bay-of-pigs-monument-vandalism-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/miami-police-release-surveillance-video-after-arrest-in-bay-of-pigs-monument-vandalism-case/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami police on Friday released surveillance video showing the moments a man allegedly vandalized the historic Bay of Pigs Monument in Little Havana, days after his arrest.]]></description><pubDate>Fri, 31 Jul 2026 14:43:24 +0000</pubDate><content:encoded><![CDATA[<p>Miami police on Friday released surveillance video showing the moments a man allegedly <a href="https://www.local10.com/news/local/2026/07/30/man-faces-felony-for-vandalizing-bay-of-pigs-memorial-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/30/man-faces-felony-for-vandalizing-bay-of-pigs-memorial-police-say/">vandalized the historic Bay of Pigs Monument in Little Havana</a>, days after his arrest.</p><p><a href="https://www.local10.com/espanol/2026/07/31/policia-de-miami-divulga-video-de-vigilancia-tras-arresto-por-caso-de-vandalismo-en-el-monumento-de-bahia-de-cochinos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/policia-de-miami-divulga-video-de-vigilancia-tras-arresto-por-caso-de-vandalismo-en-el-monumento-de-bahia-de-cochinos/">Leer en español</a></p><p>Police confirmed the arrest of 27-year-old Jean Carlo Rojas on Wednesday in connection with the damage to the monument at 806 SW 13th Ave.</p><p>According to investigators, a city of Miami parks employee reported the damage after being notified Sunday morning that the monument had been vandalized. </p><p>Detectives said damaged portion, described as the monument’s gray missile, had previously been repaired following an earlier act of vandalism. Officials estimated the new damage at $1,000.</p><p>They said surveillance video shows a man wearing a white tank top, black shorts and black shoes stepping on the missile portion of the monument around 9:18 p.m. Saturday, causing it to break.</p><p>After reviewing the footage and canvassing the area for additional video, detectives said they identified the suspect by his clothing and distinctive tattoos. While retrieving surveillance footage from a nearby business, the lead detective spotted Rojas standing on the sidewalk near the monument and called for officers to detain him.</p><p>According to an arrest report, Rojas waived his Miranda rights and agreed to speak with detectives. A statement he made during the interview was redacted from the publicly released report.</p><p>Rojas, who is identified in the report as a construction worker who is homeless, is charged with felony criminal mischief involving a memorial or historic property.</p><p>Jail records show he was already out on felony bond in a separate case involving charges of battery on a law enforcement officer and resisting an officer without violence.</p><p>As of Friday morning, Rojas was being held at the Turner Guilford Knight Correctional Center on a $2,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></item><item><title><![CDATA[Arizona, California and Nevada would share cuts under federal proposal to manage the Colorado River]]></title><link>https://www.local10.com/news/national/2026/07/31/arizona-california-and-nevada-would-share-cuts-under-federal-proposal-to-manage-the-colorado-river/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/31/arizona-california-and-nevada-would-share-cuts-under-federal-proposal-to-manage-the-colorado-river/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Arizona, California and Nevada would take less water from the Colorado River under a proposal announced Friday by the federal government to stave off crisis in the beleaguered waterway.]]></description><pubDate>Fri, 31 Jul 2026 14:55:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Arizona, California and Nevada would take less water from the Colorado River under a proposal announced Friday by the federal government to stave off crisis in the beleaguered waterway.</p><p>The proposal from the U.S. Bureau of Reclamation spares Colorado, Utah, New Mexico and Wyoming from facing mandatory cuts for now. But it’s a temporary fix as the states that rely on the river still fight over a long-term management plan for the dwindling resource that powers huge swaths of the Western U.S.</p><p>Under the plan, the Lower Basin states could face collective cuts up to 3 million acre-feet (130 billion cubic feet) through 2036, “subject to hydrology,” according to a press release by the Department of the Interior. That’s about enough water to serve more than 25 million people a year.</p><p>The plan would also allow annual releases between 5 million and 12 million acre-feet from Lake Powell, the basin’s second-largest reservoir. Under the 10-year federal framework, water management decisions will be made every two years.</p><p>“This framework provides the flexibility to respond to changing hydrologic conditions while preserving the opportunity for the Basin States to continue working toward durable, consensus-based solutions,” said Secretary of the Interior Dough Burgum in the press release.</p><p>The proposed cuts in the Lower Basin states of California, Arizona and Nevada would be the biggest to date and could have huge impacts across cities and farms — higher water prices, increased groundwater reliance, more agriculture out of production and conservation mandates in places where none have existed before.</p><p>The federal plan comes after years of deadlocked negotiations and a record-dry winter that tipped Colorado River reservoirs to combined record lows. Federal officials are expected to finalize the plan in the coming days.</p><p>More than 40 million people in seven U.S. states, several tribal nations and Mexico, as well as farmers, wildlife, industries and hydropower, rely on the dwindling 1,450-mile (2,334-kilometer) Colorado River. Years of overuse combined with rising temperatures and drought have severely depleted flows in the Colorado today than in decades past.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T37XMEIM3MUBCL5AZGJHCKUNLA.jpg?auth=5fbe78413ccb58732897922c1e36c1fb18e5961f4b87cf9dde63e2561a4c8afe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A formerly floating buoy now sits high and dry above Lake Powell at the Glen Canyon National Recreation Area, July 15, 2026, near Page, Nev. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AMLU6FQHH2C5FWHMO4V3Z7GFME.jpg?auth=3ef2b3a17e589d8a4c03d39b0707630ca329fdfbc3a16c6ee5c6d4900527a0e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bathtub ring of light minerals shows the high water line of Lake Mead near Hoover Dam at the Lake Mead National Recreation Area on Tuesday, June 30, 2026, near Boulder City, Nev. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OX3AL2IFURBM5HNQGJP6DJ6X5Q.jpg?auth=eae77fadd05bb3170a6d6e159a6fd83668fe8a66f6133478df194f373ce898a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person takes a picture during a tour on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. A bathtub ring of light minerals on the canyon wall shows the high water mark of the reservoir. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VIMZ4CSLJKACVX4G454VROK5YI.jpg?auth=a568c1ac001df2187b35a8ac5c2a68ba1765b6823c2cc2c7c608f152c5d69715&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boats are moored at a marina on Lake Mead at the Lake Mead National Recreation Area on Tuesday, June 30, 2026, near Boulder City, Nev. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Hamas says a deal has been reached in Gaza, and other developments in the Middle East]]></title><link>https://www.local10.com/news/world/2026/07/31/hamas-says-a-deal-has-been-reached-in-gaza-and-other-developments-in-the-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/hamas-says-a-deal-has-been-reached-in-gaza-and-other-developments-in-the-middle-east/</guid><dc:creator><![CDATA[By SAMY MAGDY and ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Hamas confirmed Friday that it will disarm in a potential breakthrough for ending the war in Gaza, but major obstacles remain. There were no U.S. strikes on Iran overnight, but the Iran's paramilitary Revolutionary Guard said it had struck another two tankers in the Strait of Hormuz, and Kuwait said it intercepted drones.]]></description><pubDate>Fri, 31 Jul 2026 14:53:27 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Hamas confirmed Friday that it will disarm in a potential breakthrough for ending the war in Gaza, but major obstacles remain. There were no U.S. strikes on Iran overnight, but the Iran's paramilitary Revolutionary Guard said it had struck another two tankers in the Strait of Hormuz, and Kuwait said it intercepted drones.</p><p>Here are the most important developments across the Middle East today:</p><p>Gaza: Deal reached for Hamas to disarm, Israel to withdraw</p><p>Hamas said it will begin disarming as part of a deal announced by U.S. President Donald Trump that also requires Israel to end its strikes and withdraw from Gaza.</p><p>Hamas also said that laying down its heavy weapons, which would come later in the process, was contingent on the creation of a Palestinian state, something Israel’s current government adamantly rejects.</p><p>Israel has not officially commented on the deal, which is part of a U.S.-brokered ceasefire announced last October. That agreement called for Hamas to disarm and hand over power to an independent Palestinian administration. Israel was to withdraw, and an International Stabilization Force was to deploy.</p><p>But progress stalled, with Israel saying everything hinged on Hamas disarming, and Hamas accusing Israel of violating the agreement by continuing to carry out regular strikes on Gaza.</p><p>The war in Gaza began after the Hamas-led attack on southern Israel on Oct. 7, 2023, killed around 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry says.</p><p>The Associated Press is tracking the progress of Trump's plan to end the Israel-Hamas war.</p><p>Latest developments on the Iran conflict</p><p>No U.S. strikes were reported in Iran on Friday. Iran fired drones at Kuwait, a Gulf country hosting U.S. forces, and said it had also fired at oil tankers in the Strait of Hormuz, a key waterway for global oil and gas shipments, which has been largely closed by the fighting.</p><p>1. Kuwait's Defense Ministry said Friday its armed forces had shot down drones inside Kuwaiti airspace. It said the Iranian attacks had targeted several vital military facilities, causing material damage from falling shrapnel but no casualties. It did not specify how many drones were intercepted. Iranian state media said Iran had targeted an air base in Kuwait with drones, in retaliation for U.S. strikes on Thursday. 
                2. Iran's Revolutionary Guard claimed to have hit two oil tankers attempting to pass through the Strait of Hormuz. Iranian state media said four other tankers had turned around. The report did not provide further details on which flags or ownership the tankers were sailing under, or say whether there were any casualties.</p><p>Elsewhere in the region:</p><p>3. Saudi Arabia has announced a plan for a defense alliance of 14 countries to strengthen maritime security, safeguard freedom of navigation and secure international trade routes and energy supply corridors in the Red Sea region. The Iran war has severely disrupted global shipping. Yemen's Houthi rebels have declared a blockade on Saudi Arabia over a separate but related conflict, putting at risk another major trade corridor.
                4. Saudi Arabia's Defense Ministry said Thursday that the coalition is “defensive in nature,” and that access “remains open to all willing countries.” Oman and the United Arab Emirates were the only two Gulf countries that did not back Saudi Arabia’s statement. Turkey, Egypt and Pakistan were among those that joined the proposed alliance.</p><p>___</p><p>Becatoros contributed to this report from Athens, Greece</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TP553E4XBGNFU4RSXQBS2R4LBY.jpg?auth=7b988343e9d60d4d65d4561f1674c1e8da4c0bce1136141ca5392a0fddff2528&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian man rides his bicycle by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 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[August US hurricanes: Where do they form and where do they strike?]]></title><link>https://www.local10.com/weather/hurricane/2026/07/31/august-us-hurricanes-where-do-they-form-and-where-do-they-strike/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/31/august-us-hurricanes-where-do-they-form-and-where-do-they-strike/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The odds of a U.S. hurricane strike ramp up dramatically in August compared to June and July.]]></description><pubDate>Fri, 31 Jul 2026 14:32:42 +0000</pubDate><content:encoded><![CDATA[<p>The odds of a U.S. hurricane strike ramp up dramatically in August compared to June and July. According to U.S. hurricane landfall records which extend back 175 years, August has seen more hurricanes than June and July combined (49 total for June and July compared to 82 for August) and falls second only to September for the most likely month of a mainland U.S. hurricane hit.</p><p><a href="https://www.local10.com/espanol/2026/07/31/huracanes-de-agosto-en-estados-unidos-donde-se-forman-e-impactan/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/huracanes-de-agosto-en-estados-unidos-donde-se-forman-e-impactan/">Leer en español</a></p><p>Not surprisingly, Florida has recorded more hurricane landfalls in August than any other state. As we’ve discussed in previous newsletters, Florida is the undisputed hurricane heavyweight, doubling the number of total landfalls recorded for its closest competitors (Louisiana and Texas). That said, Texas edges out Florida in the early months of the season, historically recording more hurricane landfalls in June and July than the Sunshine State.</p><h3><b>Texas’s big hurricane month</b></h3><p>Texas is also unique in that hurricane landfalls typically peak in August (rather than September for most other states) and the risk for hurricanes drops dramatically by October.</p><figure><img src="https://www.local10.com/resizer/v2/XOLPN5SGDZDRHKRRM4JYG6YAQU.png?auth=763d0cbbee85d963a79283bfcea0c3139cc413bb6b4afd2238c4f61a4f4d7453&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Florida isn’t as lucky, with historical hurricane activity nearly as high in October as it is during September. This is especially true for South Florida, which has recorded as many October hurricanes as it has September hurricanes.</p><figure><img src="https://www.local10.com/resizer/v2/YZNOMJNUIREQVOEDAHQLHIVY2M.png?auth=271863a4aabf31a73a70b3dcb3ad2f17507ad1db4a9018661d684b8f9ec3ebc6&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>So unlike its counterpart in the western Gulf, South Florida often gets the late season stuff, especially from systems being pulled out of the Gulf and western Caribbean.</p><p>In August, we typically look east for hurricane threats to South Florida. August and September tend to be the months when the risk for a head-on strike to southeast Florida is most likely, so we keep an eye out for what’s coming east of the Bahamas or south of Cuba from the central Caribbean.</p><h3><b>Watching the trends off the southeast U.S. late next week</b></h3><p>Tomorrow marks the first day of August, but as we’ve discussed all week, things will stay quiet to open the month.</p><p>Models do show a small development window for a disturbance moving westward through the subtropics – a preferred zone for development this season – late next week. Friday morning’s single track run of the American GFS, which shows a hurricane approaching the southeast a week from this upcoming Saturday, is on an island with its usual outlier-GFS scenario (other model camps and their ensembles do not show a credible hurricane threat). Generally, models suggest a low chance (around 10%) of the disturbance trying to develop as it rounds the subtropical high pressure into next weekend (weekend of August 8<sup>th</sup>). For now, it’s nothing to worry about, but it’s worth checking back on the trends next week.</p><figure><img src="https://www.local10.com/resizer/v2/6Q7GALSGZNF7FDMAV7R5TBLCSE.png?auth=6b32361e58c748f27fb7f8e62ac687d676bd2e00223ff99d31fd6071b5247d65&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through Friday, August 14th (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 10%) for a disturbance tracking along the southeast U.S. late next week into next weekend (weekend of August 8th) as well as for a westward moving tropical wave in the Atlantic Main Development Region by the middle part of the month. We’ll check back on the trends next week but for now neither is anything to worry about. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through Friday, August 14th (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 10%) for a disturbance tracking along the southeast U.S. late next week into next weekend (weekend of August 8th) as well as for a westward moving tropical wave in the Atlantic Main Development Region by the middle part of the month. We’ll check back on the trends next week but for now neither is anything to worry about. Credit: Deelan Jariwala.</figcaption></figure><p>Otherwise, models still show the possibility of some development with a tropical wave moving through the Atlantic Main Development Region (between Africa and the Caribbean) as we approach the middle part of August. With that development window being so far out, odds remain low for now.</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/63TF7JXMVZBJBNEHMHXB2BGOKI.png?auth=a32733890a03b609b4242f9ce611830b09a852be9ff1fa8b8d709038ac7a679d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Huracanes de agosto en Estados Unidos: ¿Dónde se forman e impactan?]]></title><link>https://www.local10.com/espanol/2026/07/31/huracanes-de-agosto-en-estados-unidos-donde-se-forman-e-impactan/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/huracanes-de-agosto-en-estados-unidos-donde-se-forman-e-impactan/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Las probabilidades de que un huracán impacte a Estados Unidos aumentan drásticamente en agosto en comparación con junio y julio.]]></description><pubDate>Fri, 31 Jul 2026 14:52:31 +0000</pubDate><content:encoded><![CDATA[<p>Las probabilidades de que un huracán impacte a Estados Unidos aumentan drásticamente en agosto en comparación con junio y julio. Según los registros de huracanes que han tocado tierra en Estados Unidos durante los últimos 175 años, agosto ha registrado más huracanes que junio y julio combinados (49 en total entre junio y julio, frente a 82 en agosto) y solo es superado por septiembre como el mes con mayor probabilidad de que un huracán impacte el territorio continental de Estados Unidos.</p><p>No sorprende que Florida haya registrado más huracanes que han tocado tierra en agosto que cualquier otro estado. Como hemos comentado en boletines anteriores, Florida es, sin discusión, el estado más afectado por los huracanes, con el doble del número total de impactos registrados que sus competidores más cercanos, Luisiana y Texas. Dicho esto, Texas supera a Florida durante los primeros meses de la temporada, ya que históricamente registra más huracanes que tocan tierra en junio y julio que el Estado del Sol.</p><h3><b>El gran mes de los huracanes en Texas</b></h3><p>Texas también es único porque los huracanes que tocan tierra suelen alcanzar su punto máximo en agosto, en lugar de septiembre, como ocurre en la mayoría de los demás estados, y el riesgo de huracanes disminuye drásticamente para octubre.</p><figure><img src="https://www.local10.com/resizer/v2/XOLPN5SGDZDRHKRRM4JYG6YAQU.png?auth=763d0cbbee85d963a79283bfcea0c3139cc413bb6b4afd2238c4f61a4f4d7453&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Florida no tiene la misma suerte, ya que históricamente la actividad de huracanes en octubre es casi tan alta como en septiembre. Esto es especialmente cierto en el sur de Florida, donde se han registrado tantos huracanes en octubre como en septiembre.</p><figure><img src="https://www.local10.com/resizer/v2/YZNOMJNUIREQVOEDAHQLHIVY2M.png?auth=271863a4aabf31a73a70b3dcb3ad2f17507ad1db4a9018661d684b8f9ec3ebc6&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Así que, a diferencia de su contraparte en el oeste del Golfo, el sur de Florida suele recibir los sistemas de finales de temporada, especialmente aquellos que son arrastrados desde el Golfo de México y el oeste del Caribe.</p><p>En agosto, normalmente miramos hacia el este en busca de amenazas de huracanes para el sur de Florida. Agosto y septiembre suelen ser los meses en los que existe la mayor probabilidad de un impacto directo en el sureste de Florida, por lo que mantenemos la vista puesta en los sistemas que avanzan al este de las Bahamas o al sur de Cuba desde el Caribe central.</p><h3><b>Vigilan las tendencias frente al sureste de Estados Unidos para finales de la próxima semana</b></h3><h3>Mañana comienza agosto, pero, como hemos comentado durante toda la semana, el inicio del mes se mantendrá tranquilo.</h3><p>Los modelos muestran una pequeña ventana de desarrollo para una perturbación que se desplazará hacia el oeste a través de los subtrópicos, una zona favorable para el desarrollo durante esta temporada, hacia finales de la próxima semana. La corrida de trayectoria única del modelo estadounidense GFS del viernes por la mañana, que muestra un huracán acercándose al sureste de Estados Unidos una semana después del próximo sábado, es un escenario aislado y corresponde al habitual comportamiento atípico del GFS (otros modelos y sus conjuntos no muestran una amenaza creíble de huracán). En términos generales, los modelos sugieren una baja probabilidad, de alrededor del 10%, de que la perturbación intente desarrollarse al rodear el área subtropical de alta presión hacia el próximo fin de semana (el fin de semana del 8 de agosto). Por ahora, no es motivo de preocupación, pero vale la pena seguir de cerca las tendencias la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/6Q7GALSGZNF7FDMAV7R5TBLCSE.png?auth=6b32361e58c748f27fb7f8e62ac687d676bd2e00223ff99d31fd6071b5247d65&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through Friday, August 14th (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 10%) for a disturbance tracking along the southeast U.S. late next week into next weekend (weekend of August 8th) as well as for a westward moving tropical wave in the Atlantic Main Development Region by the middle part of the month. We’ll check back on the trends next week but for now neither is anything to worry about. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through Friday, August 14th (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 10%) for a disturbance tracking along the southeast U.S. late next week into next weekend (weekend of August 8th) as well as for a westward moving tropical wave in the Atlantic Main Development Region by the middle part of the month. We’ll check back on the trends next week but for now neither is anything to worry about. Credit: Deelan Jariwala.</figcaption></figure><p>Por lo demás, los modelos siguen mostrando la posibilidad de cierto desarrollo de una onda tropical que se desplazará por la Región Principal de Desarrollo del Atlántico (entre África y el Caribe) a medida que nos acerquemos a mediados de agosto. Como esa posible ventana de desarrollo aún está muy lejana, por ahora las probabilidades siguen siendo bajas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63TF7JXMVZBJBNEHMHXB2BGOKI.png?auth=a32733890a03b609b4242f9ce611830b09a852be9ff1fa8b8d709038ac7a679d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[A giddy Patti Smith meets fellow Chicago legend, Pope Leo XIV, and says "Hi"]]></title><link>https://www.local10.com/entertainment/2026/07/31/a-giddy-patti-smith-meets-fellow-chicago-legend-pope-leo-xiv-and-says-hi/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/31/a-giddy-patti-smith-meets-fellow-chicago-legend-pope-leo-xiv-and-says-hi/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Rock legend Patti Smith was giddy and almost at a loss for words when she met Friday with Pope Leo XIV.]]></description><pubDate>Fri, 31 Jul 2026 16:41:22 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Rock legend Patti Smith was giddy and almost at a loss for words when she met Friday with Pope Leo XIV.</p><p>“Hi,” she said softly as she sat down across from Leo at his desk in the Apostolic Palace.</p><p>Wearing a crucifix necklace and hair in her trademark braids, Smith has become an increasingly visible presence at the Vatican thanks to her friendship with the Rev. Antonio Spadaro, undersecretary in the Vatican’s culture ministry.</p><p>She has said that while she is not Catholic, she was drawn in particular to Pope Francis and his “gentle, open, and steadfast sense of humanity.”</p><p>She also had a thing for Pope John Paul I: Her 1979 tune “Wave,” is about a make-believe conversation with the pope who had just died after a 33-day papacy. It begins “Hi. Hi” uttered in the same breathy voice Smith used with Leo on Friday.</p><p>The pope clearly was familiar with the tune. “That was marvelous,” he said.</p><p>Earlier this year, Smith performed during the inauguration of the Holy See’s pavilion at the Venice Biennale contemporary art fair. The occasion, May 8, was the anniversary of Leo’s election.</p><p>Spadaro, who joined Smith at Friday’s audience, said the encounter between the two Chicago natives was around 40 minutes long. In a text message, he said it “felt more like a conversation between two people discovering they were old friends, sharing memories woven from words and music, dreams, visions, and hopes — both from yesterday and for today.”</p><p>He said at the end, Smith said “Bye. Bye.”</p><p>Smith met Francis in 2013 and sang for him in 2014. When he died, on April 21, 2025, she wrote a poem on social media, comparing Francis to a dandelion, “humble yet strong.”</p><p>“Nature and poetry and the suffering shall miss their champion,” she wrote.</p><p>It was Leo's second encounter with a music legend this week. On Wednesday, Leo attended a concert in his honor by tenor Andrea Bocelli.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CO6JRG32YEZRRR3LSRLRMDHYRY.jpg?auth=3b302f31ab0079e966c75b0476c84d55d5df26c34ac411f243a949ce404dabd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV speaks as he attends the "Canticle of Peace" prayer and fraternity meeting at Borgo Laudato Si' in Castel Gandolfo, about 30 kilometers (19 miles) southwest of Rome, Italy, Wednesday, July 29, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LQUOWBEQWSAXQANLQFK2KSUIX4.jpg?auth=83f4551780ce85f683e51b293e0ca7565d891215fd3bb8f271715d70e91372ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV speaks as he attends the "Canticle of Peace" prayer and fraternity meeting at Borgo Laudato Si' in Castel Gandolfo, about 30 kilometers (19 miles) southwest of Rome, Italy, Wednesday, July 29, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Social media companies sued over deaths of four teens as pressure, lawsuits over child safety mount]]></title><link>https://www.local10.com/business/2026/07/31/social-media-companies-sued-over-deaths-of-four-teens-as-pressure-lawsuits-over-child-safety-mount/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/social-media-companies-sued-over-deaths-of-four-teens-as-pressure-lawsuits-over-child-safety-mount/</guid><dc:creator><![CDATA[By KAITLYN HUAMANI and BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[The families of four teenagers who died by suicide are suing Meta, TikTok, Snapchat and YouTube over what they describe as “years of escalating harms” from using their platforms that eventually resulted in their deaths.]]></description><pubDate>Fri, 31 Jul 2026 17:15:56 +0000</pubDate><content:encoded><![CDATA[<p>The families of four teenagers who died by suicide are suing Meta, TikTok, Snapchat and YouTube over what they describe as “years of escalating harms” from using their platforms that eventually resulted in their deaths.</p><p>The lawsuit, filed Thursday in the Superior Court of Delaware, is the latest in a flurry of suits filed against the social media giants that alleges their platforms are addictive and dangerous.</p><p>The complaint was filed on behalf of four families from Texas, North Carolina, Minnesota and Tennessee whose children died over a 14-month period starting in July 2024 through September 2025.</p><p>The Social Media Victims Law Center is bringing the suit on behalf of the families, and its founding attorney, Matthew Bergman, said it's “particularly salient” that the children in this case died “long after” similar suits had been filed.</p><p>“These platforms continue to kill kids, despite the platitudes of their executives,” Bergman said in an interview. “This is a clear and present danger to the health and safety of children, not just in the United States but around the world.”</p><p>The four teens who died by suicide each experienced harms including social media addiction, severe sleep deprivation, depression, anxiety and suicidal ideation after years of using the social platforms, the complaint states. Livi Castro died at age 13, Riv Kelleher at 14, Nathaniel Chambers at age 17 and Dawson Holden at 18.</p><p>The complaint alleges the social media companies knew they were causing harm to young users.</p><p>A spokesperson for Google, which owns YouTube, said in a statement that “providing young people with a safer, healthier experience has always been core to our work. In collaboration with mental health and parenting experts, we’ve built services and policies to provide young people with age-appropriate experiences, and parents with robust controls. We send our deepest sympathies to the families and are reviewing the claims in this lawsuit.”</p><p>Representatives for Meta, TikTok and Snap did not immediately respond to requests for comment.</p><p>Sacha Haworth, executive director of The Tech Oversight Project, said in a statement that parents, activists and whistleblowers have come forward and met with lawmakers for years and “while Congress has dragged its feet, more children have died."</p><p>Federal legislation of social media has moved at a glacial pace. The Senate passed the Kids Online Safety Act — which had the support of parents’ groups and children’s advocacy organizations — exactly two years before this lawsuit was filed. The House of Representatives never voted on that version of the legislation, and the House and Senate are currently disagreeing on key provisions they think should be included.</p><p>“Livi, Nathaniel, Dawson, and Riv’s stories are proof that Big Tech companies continue to lie about the safety of their products, choosing instead to pour hundreds of millions of dollars into false advertising, deceptive paid partnerships with trusted education programs and political lobbying,” Haworth's statement continued.</p><p>Meta, YouTube, TikTok and Snap are facing numerous state and federal lawsuits over harms to minors. Meta is on trial in Tennessee this week for a lawsuit brought by the state attorney general claiming that the company deliberately designed its platforms, notably Instagram, to make them addictive to young people, and did not warn them of its dangers. And in August, Meta is heading to trial in federal court in Oakland, California to face four of dozens of states that sued the company in 2023. That lawsuit says the company is contributing to the youth mental health crisis by designing addictive features and violated federal law by collecting data on kids under 13 without parental consent.</p><p>Not all lawsuits are successful, and many are settled out of court. Last week, a Florida teenager dropped his case against Meta that was set to go to trial in state court in Los Angeles, without receiving any payment from the company. Meta had argued that the teen only used his Instagram and Facebook for just minutes a day, on average, and created most accounts only after hiring a lawyer in his case.</p><p>Still, the mounting court cases can get expensive, even for a company like Meta Platforms. Earlier this week Meta said it had $2.4 billion in legal expenses in the second quarter, which contributed to a relatively unusual 14% profit decline.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6BVYAHC3KLMUNNJ64J5ZIKNBIU.jpg?auth=80be17f9b4b478034334f8fc03f21b696c5a62c0da028c94713aa5ce7243784e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This combination of 2017-2022 photos shows the logos of Facebook, YouTube, TikTok and Snapchat on mobile devices. On Friday, Jan. 6, 2023, Seattle Public Schools filed a lawsuit in U.S. District Court, suing the tech giants behind TikTok, Instagram, Facebook, YouTube and Snapchat, seeking to hold them accountable for the mental health crisis among youth. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HUPROFD3D5IJVTHVLGFEQBSKHQ.jpg?auth=4115341024b74ac6f25501ebfe050f63aabd4b1f541b9dd9fd4eb7fabe3bda80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group holds hands outside a landmark trial over whether social media platforms deliberately addict and harm children, Wednesday, Feb. 18, 2026, in Los Angeles. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[Policía: Arrestan a conductor tras estrellar vehículo contra autos estacionados y fachada de cervecería en North Miami]]></title><link>https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe, Terrell Forney]]></dc:creator><description><![CDATA[Un conductor fue arrestado la madrugada del jueves tras estrellar su vehículo contra cinco autos estacionados y la fachada de una cervecería en North Miami, confirmaron las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 13:32:28 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor fue arrestado el miércoles tras estrellar su camioneta de trabajo contra cinco autos estacionados y la fachada de una cervecería en North Miami, según confirmaron las autoridades.</p><p>Según la policía de North Miami, el accidente se reportó poco después de las 3 pm en <a href="https://www.lostcitybrewing.com/" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a> , ubicada en 12207 NE 13th Court.</p><p>Según la policía, el conductor, Eros Emanuel Gehrig, de 53 años, perdió el control del vehículo y chocó contra cinco coches antes de estrellarse contra la fachada del edificio.</p><p>“La estructura fue evaluada y se determinó que era segura y que no representaba ningún peligro para la seguridad”, dijo un portavoz del Departamento de Policía Metropolitana de Nuevo México (NMPD) a Local 10 News en un correo electrónico.</p><figure><img src="https://www.local10.com/resizer/v2/OR5GFYLNRVFPJNORAQLLVOFIZU.jpg?auth=c4ada8c919ffda2224af446ab87ad1a1ea8afddbf58cafb7204262a23f5f5fdc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El propietario de la cervecería, Chris Campos, declaró a Local 10 News que es un milagro que no hubiera nadie dentro del local en ese momento.</p><p>“Falta una hora para que abramos, media hora después de que estuviéramos haciendo algunas reparaciones al refrigerador que está en esta pared”, dijo Campos. “Fue un momento realmente fortuito en el que no había nadie y, la verdad, si hubiera habido gente, habría sido terrible”.</p><p>Según el informe de detención, una revisión de los registros reveló que la licencia de conducir de Gehrig en Florida había sido suspendida indefinidamente el 12 de septiembre de 2012.</p><p>Fue arrestado bajo el cargo de conducir con la licencia suspendida.</p><p>La policía informó que Gehrig fue trasladado al Hospital HCA Florida Aventura para ser evaluado antes de ser ingresado en el Centro Correccional Turner Guilford Knight.</p><p>Gehrig fue puesto en libertad el jueves por la mañana tras pagar la fianza.</p>]]></content:encoded></item><item><title><![CDATA[Niño de 4 años resulta gravemente herido en tiroteo accidental en Pompano Beach, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[Una persona resultó herida la noche del miércoles en una balacera accidental en un complejo de apartamentos de Pompano Beach, informaron las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 13:24:48 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de 4 años resultó gravemente herido la noche del miércoles en una balacera accidental en un complejo de apartamentos de Pompano Beach, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Broward (BSO), la balacera fue reportada alrededor de las 10:12 p.m. en los condominios Windward Lakes, cerca de la cuadra 4000 de Southwest 15th Street.</p><p>La portavoz de la BSO, Gerdy St. Louis, informó que mientras los agentes y los paramédicos de Pompano Beach Fire Rescue se dirigían al lugar, les notificaron que los padres de la víctima habían trasladado al niño a una estación de bomberos cercana.</p><p>Las autoridades informaron que los paramédicos le brindaron atención al menor antes de trasladarlo a un hospital local para recibir tratamiento.</p><p>Vecinos que hablaron con Local 10 News describieron los momentos de desesperación mientras el padre del niño se apresuraba a conseguir ayuda para su hijo.</p><p>“Corrían hacia el auto y él no dejaba de decir: “Suban al auto, suban al auto””, dijo un residente.</p><p>Los vecinos dijeron que vieron a la familia cargar al menor hasta su vehículo antes de salir rápidamente para buscar ayuda médica.</p><p>“Los vimos con el niño, cargándolo”, dijo un residente. “La madre estaba muy alterada, todos subieron al auto y salieron a toda velocidad, y a los pocos minutos la Policía ya estaba aquí”.</p><p>Hasta el jueves, el niño permanecía en estado crítico.</p><p>St. Louis informó que detectives de las unidades de Escena del Crimen y Crímenes Violentos de la BSO investigan las circunstancias que rodean la balacera.</p>]]></content:encoded></item><item><title><![CDATA[A high-stakes test for Trump’s Gaza ceasefire board as Hamas disarmament looms]]></title><link>https://www.local10.com/news/2026/07/31/a-high-stakes-test-for-trumps-gaza-ceasefire-board-as-hamas-disarmament-looms/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/a-high-stakes-test-for-trumps-gaza-ceasefire-board-as-hamas-disarmament-looms/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Carrying out this week's agreement for Gaza on the disarmament of the Palestinian group Hamas, Israel’s withdrawal and the transition to a civilian body to run the war-ravaged region will be a major test for the international body established by U.S. President Donald Trump to oversee the ceasefire in Gaza.]]></description><pubDate>Fri, 31 Jul 2026 14:42:54 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Carrying out this week's agreement for Gaza on the disarmament of the Palestinian group Hamas, Israel’s withdrawal and the transition to a civilian body to run the war-ravaged region will be a major test for the international body established by U.S. President Donald Trump to oversee the ceasefire in Gaza.</p><p>The agreement announced by Trump late Thursday could pave the way for ending the latest Israel-Hamas war that broke out on Oct. 7, 2023, when Hamas-led militants stormed southern Israel killing over 1,200 people and taking 251 hostages. Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including hundreds who perished after a ceasefire went into effect in Oct. 10.</p><p>Few places in the Palestinian territory of over 2 million people have been left unscathed, and the United Nations, World Bank and European Union estimate that reconstruction will cost $70 billion.</p><p>Hamas officials said the group has agreed to the disarmament agreement. Israel has not commented.</p><p>The Board of Peace will have a major role in overseeing the deal's implementation.</p><p>Here's what the group is and what it is expected to do:</p><p>What is the Board of Peace</p><p>The Board of Peace was first mentioned in September when the White House released Trump’s plan to end the Israel-Hamas war in Gaza.</p><p>Trump’s 20-point ceasefire plan called on Hamas to surrender its weapons and destroy its vast network of tunnels. It also envisions Israeli forces withdrawing from Gaza, the arrival of a new technocratic Palestinian government, deployment of an international security force and the rebuilding of the battered Palestinian enclave after more than two years of war.</p><p>More than two dozen nations signed on as the board's founding members, including Israel and other regional heavyweights, as well as countries from outside the Middle East such as Indonesia, Paraguay and Vietnam.</p><p>Germany, Italy, Norway, Switzerland and the United Kingdom are among more than a dozen countries that have not joined the board but took part in a February meeting as observers.</p><p>Israelis are suspicious of the involvement of Qatar and Turkey, which have longstanding relations with Hamas. Earlier this year, Palestinians objected because their representatives weren’t invited to the board, even as it weighs the future of a territory that is home to some 2 million of them.</p><p>A $1 billion contribution secures permanent membership on the board instead of a three-year appointment, which has no contribution requirement.</p><p>During the first meeting of the board in February in Washington, members pledged $7 billion in aid for Gaza — just a fraction of the $70 billion that international bodies say is needed to rebuild the territory. The board also announced plans for international troops and police, and for reconstruction. But no timeline was given.</p><p>How the board is involved in the new deal</p><p>The agreement was reached after months of “very difficult negotiations,” Nickolay Mladenov, the director-general of the Board of Peace in Gaza, said in comments posted on X. “There were several points when I did not believe we would make it,” he added.</p><p>Mladenov, a former Bulgarian defense and foreign minister who served as the U.N. envoy to Iraq before being appointed as the U.N. Mideast peace envoy from 2015-2020, added, “Implementation and verification have to be real” and “withdrawal must move in lockstep with decommissioning.”</p><p>The National Committee for The Administration of Gaza, a Palestinian technocratic body that operates under the supervision of the Board of Peace, is tasked with administering Gaza in the interim period after Hamas gives up control.</p><p>That includes setting up a new police force to replace the one previously run by Hamas and implementing the disarmament process - the details of which are not yet clear.</p><p>The NCAS said in a statement Friday that it is ready to assume responsibility for governing Gaza and restoring public services and the rule of law.</p><p>Ambitious Plans</p><p>In November, the Trump administration’s blueprint to secure and govern Gaza won strong approval at the United Nations.</p><p>Israel and the U.S. say Hamas’ disarmament is key to progress on the other fronts. Arab and Muslim members of the Board of Peace have accused Israel of undermining the ceasefire with its daily strikes and want the U.S. to rein in its close ally. They have called on Hamas to disarm but say Israel’s withdrawal is just as important.</p><p>Senior Hamas official Ghazi Hamad, who is a member of the group’s negotiating team, told Qatar's Al Jazeera TV on Friday that the agreement is a “full package” of which Hamas’ disarmament is a part.</p><p>“Hamas and Palestinian factions are making concessions for the sake of our Palestinian people in Gaza,” Hamad said. He added that Hamas will not take any step unless they are sure that Israel will implement the deal from its side.</p><p>Israel defines demilitarization as extending from heavy weapons like rocket-propelled grenades all the way down to roughly 60,000 rifles that Israeli Prime Minister Benjamin Netanyahu says would have to be given up.</p><p>Trump — along with son-in-law Jared Kushner and envoy Steve Witkoff — has laid out ambitious plans for rebuilding Gaza with international investment.</p><p>In Davos last year, Kushner suggested reconstruction could be complete in a matter of three years, even though U.N. forecasts suggest that clearing rubble and demining alone could take much longer.</p><p>Kushner’s slides showed a reconstructed Gaza with a coastal tourism strip, industrial zones and data centers. He conceded that rebuilding would begin only in demilitarized areas and that security would be essential to attract investment.</p><p>A stabilization force</p><p>The ceasefire deal also calls for a temporary International Stabilization Force made up of soldiers from Arab and Muslim-majority countries. Its mandate is not spelled out in detail, but would include securing aid deliveries, preventing weapons smuggling and vetting and training a Palestinian police force.</p><p>Maj. Gen. Jasper Jeffers, who is leading the effort, said in February the plans call for 12,000 police and 20,000 soldiers for Gaza.</p><p>Indonesia, Morocco, Kazakhstan, Kosovo and Albania have pledged to send troops for the force, while Egypt and Jordan have committed to train police.</p><p>Troops will initially be deployed to Rafah, a heavily damaged and largely depopulated city under full Israeli control, where the U.S. administration hopes to first focus reconstruction efforts.</p><p>The biggest blow to the planned force came about a week after the U.S. and Israel attacked Iran on Feb. 28, when Indonesia put its commitment of 8,000 troops on indefinite hold. Some 1,000 were to have been sent in April, followed by the remainder in June.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CMHMHM24RF5R4F3DQ46R33WDII.jpg?auth=dc54f902846846e1dc385b89518c750ccc23b99376fcf1221a06328c0f835a86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians salvage their belongings from the rubble of a building and tents destroyed in an Israeli airstrike in Gaza City, Thursday, July 30, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Boy, 4, critically injured in accidental shooting in Pompano Beach, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[A 4-year-old boy was critically injured Wednesday night in an accidental shooting at an apartment complex in Pompano Beach, authorities said.]]></description><pubDate>Thu, 30 Jul 2026 11:00:58 +0000</pubDate><content:encoded><![CDATA[<p>A 4-year-old boy was critically injured Wednesday night in an accidental shooting at an apartment complex in Pompano Beach, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the shooting was reported at about 10:12 p.m. at the Windward Lakes Condominiums near the 4000 block of Southwest 15th Street.</p><p>BSO spokeswoman Gerdy St. Louis said as deputies and Pompano Beach Fire Rescue medics were heading to the scene, they were advised that the victim’s parents had transported the boy to a nearby fire station.</p><p>Medics there provided aid to the victim before he was transported to a local hospital for treatment, authorities said.</p><p>Neighbors who spoke to Local 10 News described the frantic moments as the boy’s father rushed to get his son help.</p><p>“They were running to the car and he just kept saying, ‘Get in the car, get in the car,’” one resident said.</p><p>Neighbors said they saw the family carrying the child to their vehicle before rushing away to get medical help.</p><p>“We saw them with the child, like, carrying him,” one resident said. “The mother was very upset and they all go in the car and sped away, and within minutes the police were here.”</p><p>As of Thursday, the boy was listed in critical condition. </p><p>St. Louis said detectives with BSO’s Crime Scene and Violent Crimes units are investigating the circumstances surrounding the shooting.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[MDSO: Man hospitalized after being found with stab wound outside northwest Miami-Dade market]]></title><link>https://www.local10.com/news/local/2026/07/31/mdso-man-hospitalized-after-being-found-with-stab-wound-outside-northwest-miami-dade-market/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/mdso-man-hospitalized-after-being-found-with-stab-wound-outside-northwest-miami-dade-market/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man was hospitalized after he was found with an apparent stab wound to his leg outside of a northwest Miami-Dade market on Thursday, according to the Miami-Dade Sheriff’s Office. ]]></description><pubDate>Fri, 31 Jul 2026 14:00:10 +0000</pubDate><content:encoded><![CDATA[<p>A man was hospitalized after he was found with an apparent stab wound to his leg outside of a northwest Miami-Dade market on Thursday, according to the Miami-Dade Sheriff’s Office. </p><p><a href="https://www.local10.com/espanol/2026/07/31/mdso-hospitalizan-a-hombre-tras-encontrarlo-con-herida-de-arma-blanca-afuera-de-mercado-en-el-noroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/mdso-hospitalizan-a-hombre-tras-encontrarlo-con-herida-de-arma-blanca-afuera-de-mercado-en-el-noroeste-de-miami-dade/">Leer en español</a></p><p>Deputies on Friday said the man, who has not been identified, was stabbed at an unknown time and in an unknown location before he was eventually found outside of Northside Supermarket, located at 7990 NW 32nd Ave.</p><p>Authorities said Miami-Dade Fire Rescue medics transported him to a nearby hospital for treatment.</p><p>They said MDSO detectives responded to the scene and are investigating the circumstances surrounding the stabbing.</p><p>No other details about the stabbing were immediately released.</p><p>Anyone with information is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5YJFPUNLVEF5MHZDPXFCHP5N4.jpg?auth=827b99c420454ec011dacee1071f7dc4970474c4dee7f333755e217ddf698156&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Hospitalizan a hombre tras encontrarlo con herida de arma blanca afuera de mercado en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/31/mdso-hospitalizan-a-hombre-tras-encontrarlo-con-herida-de-arma-blanca-afuera-de-mercado-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/mdso-hospitalizan-a-hombre-tras-encontrarlo-con-herida-de-arma-blanca-afuera-de-mercado-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre fue hospitalizado después de que lo encontraran con una aparente herida de arma blanca en una pierna afuera de un mercado en el noroeste de Miami-Dade el jueves, según la Oficina del Sheriff de Miami-Dade.]]></description><pubDate>Fri, 31 Jul 2026 14:17:50 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue hospitalizado después de que lo encontraran con una aparente herida de arma blanca en una pierna afuera de un mercado en el noroeste de Miami-Dade el jueves, según la Oficina del Sheriff de Miami-Dade.</p><p>Agentes informaron el viernes que el hombre, cuya identidad no ha sido revelada, fue apuñalado en un momento y lugar aún desconocidos antes de que finalmente lo encontraran afuera del Northside Supermarket, ubicado en el 7990 de la avenida 32 del noroeste.</p><p>Las autoridades informaron que paramédicos de Miami-Dade Fire Rescue lo trasladaron a un hospital cercano para recibir tratamiento.</p><p>Indicaron que detectives de la Oficina del Sheriff de Miami-Dade respondieron al lugar e investigan las circunstancias que rodean el apuñalamiento.</p><p>No se divulgaron de inmediato más detalles sobre el apuñalamiento.</p><p>Cualquier persona con información debe comunicarse con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5YJFPUNLVEF5MHZDPXFCHP5N4.jpg?auth=827b99c420454ec011dacee1071f7dc4970474c4dee7f333755e217ddf698156&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man stabs his 12-year-old cousin in Sunrise, police say]]></title><link>https://www.local10.com/news/local/2026/07/31/man-stabs-his-12-year-old-cousin-in-sunrise-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/man-stabs-his-12-year-old-cousin-in-sunrise-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 28-year-old man was arrested Thursday night after he stabbed his 12-year-old cousin in Sunrise, authorities confirmed.]]></description><pubDate>Fri, 31 Jul 2026 12:04:43 +0000</pubDate><content:encoded><![CDATA[<p>A 28-year-old man was arrested Thursday night after he stabbed his 12-year-old cousin in Sunrise, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/31/policia-hombre-apunala-a-su-primo-de-12-anos-en-sunrise/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/policia-hombre-apunala-a-su-primo-de-12-anos-en-sunrise/">Leer en español</a></p><p>The stabbing was reported at an apartment complex in the 12800 block of Vista Isles Drive.</p><p>According to Sunrise police, the victim sustained non-life-threatening injuries and was transported to a local hospital for treatment.</p><p>A motive for the stabbing remains unclear.</p><p>No other details 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/TFWFIOYNMBFHTJNIUFFLP5RBLY.jpeg?auth=e8be12b95cc127de4ec8c8c916ad980d444546bbc6a51149903e16f6229a56ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Hombre apuñala a su primo de 12 años en Sunrise]]></title><link>https://www.local10.com/espanol/2026/07/31/policia-hombre-apunala-a-su-primo-de-12-anos-en-sunrise/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/policia-hombre-apunala-a-su-primo-de-12-anos-en-sunrise/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 28 años fue arrestado el jueves por la noche después de apuñalar a su primo de 12 años en Sunrise, confirmaron las autoridades.]]></description><pubDate>Fri, 31 Jul 2026 14:11:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 28 años fue arrestado el jueves por la noche después de apuñalar a su primo de 12 años en Sunrise, confirmaron las autoridades.</p><p>El apuñalamiento fue reportado en un complejo de apartamentos ubicado en la cuadra 12800 de Vista Isles Drive.</p><p>Según la Policía de Sunrise, la víctima sufrió heridas que no ponen en peligro su vida y fue trasladada a un hospital local para recibir tratamiento.</p><p>El motivo del apuñalamiento aún no está claro.</p><p>No se divulgaron de inmediato más detalles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TFWFIOYNMBFHTJNIUFFLP5RBLY.jpeg?auth=e8be12b95cc127de4ec8c8c916ad980d444546bbc6a51149903e16f6229a56ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Twins acquire veteran reliever A.J. Minter from the last-place Mets for a pair of infield prospects]]></title><link>https://www.local10.com/sports/2026/07/31/twins-acquire-veteran-reliever-aj-minter-from-the-last-place-mets-for-a-pair-of-infield-prospects/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/twins-acquire-veteran-reliever-aj-minter-from-the-last-place-mets-for-a-pair-of-infield-prospects/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Minnesota Twins acquired left-handed reliever A.J. Minter from the New York Mets for minor league infielders Bruin Agbayani and Billy Amick on Friday, reinforcing a thin bullpen ahead of the trade deadline.]]></description><pubDate>Fri, 31 Jul 2026 14:10:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Minnesota Twins acquired left-handed reliever A.J. Minter from the New York Mets for minor league infielders Bruin Agbayani and Billy Amick on Friday, reinforcing a thin bullpen ahead of the trade deadline.</p><p>The 19-year-old Agbayani, who is the son of former Mets fan favorite Benny Agbayani, is a middle infielder who hit .268 in 10 games for Fort Myers in low Class A this season. The sixth-round 2025 draft pick, a native of Hawaii, has been limited by injuries.</p><p>The 23-year-old Amick batted .217 with 23 homers in 86 games for Double-A Wichita this season, playing first and third base. He was a second-round draft pick in 2024.</p><p>Minter had a 2.35 ERA in 23 innings with 20 strikeouts and only two walks. He didn't make his season debut until May 26, going more than a year between major league appearances. His 2025 season ended after 13 appearances when he injured his left lat muscle in his back and needed surgery.</p><p>Minter signed a two-year, $22 million contract with the Mets in 2025. His 2024 season with the Atlanta Braves also was cut short by a torn labrum in his left hip, but when he's been healthy he's been one of baseball's most effective late-game lefties. The 33-year-old, who was a second-round 2015 draft pick by the Braves, has a 3.18 ERA with 456 strikeouts in 382 2/3 innings over 420 career appearances.</p><p>Minter likely will be the first of multiple Mets players moved before the trade deadline on Monday. They have the second-worst record in the National League.</p><p>The Twins, who started a nine-game road trip at Seattle on Friday, have a 4.92 relief ERA that ranks fifth worst in the major leagues. They lead the American League in runs scored and entered Friday one game out of a wild card spot.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XA4UYI3YQQK27PMHEWXFJU4H2M.jpg?auth=35f4e0f5ff7066ec4aa1341e054d905bd041d1096d5c556d9da95169dd200dc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher A.J. Minter delivers in the fifth inning of a baseball game against the Atlanta Braves, Friday, July 3, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content></item><item><title><![CDATA[Venezolanos reciben con esperanza inicio de agenda de trabajo entre el gobierno y la oposición]]></title><link>https://www.local10.com/espanol/2026/07/31/venezolanos-reciben-con-esperanza-inicio-de-agenda-de-trabajo-entre-el-gobierno-y-la-oposicion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/venezolanos-reciben-con-esperanza-inicio-de-agenda-de-trabajo-entre-el-gobierno-y-la-oposicion/</guid><dc:creator><![CDATA[Por JORGE RUEDA, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Con una prudencia comprensible luego de varias negociaciones fracasadas, los venezolanos reciben el sábado el comienzo de un nuevo ciclo de conversaciones entre el oficialismo y la oposición sobre una agenda conjunta para fortalecer la democracia y restituir derechos fundamentales tras casi tres décadas de gobiernos socialistas.]]></description><pubDate>Fri, 31 Jul 2026 13:22:35 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Con una prudencia comprensible luego de varias negociaciones fracasadas, los venezolanos reciben el sábado el comienzo de un nuevo ciclo de conversaciones entre el oficialismo y la oposición sobre una agenda conjunta para fortalecer la democracia y restituir derechos fundamentales tras casi tres décadas de gobiernos socialistas.</p><p>Las negociaciones son encabezadas por miembros de la actual Asamblea Nacional de Venezuela, de abrumadora mayoría oficialista, y un grupo de exlegisladores opositores que en su momento intentaron destituir al entonces presidente Nicolás Maduro y cuenta con la mediación de Estados Unidos.</p><p>“Espero que finalmente esta gente (el gobierno) entienda que con las arbitrariedades de siempre no vamos a salir adelante, deben respetar los acuerdos”, dijo Soraida Martínez, un ama de casa de 58 años. “Los dos deben ceder por el bien del país”, agregó.</p><p>El primer encuentro se realizará casi siete semanas después de una reunión en Caracas entre el presidente del Legislativo, Jorge Rodríguez —hermano de la presidenta encargada Delcy Rodríguez— y la exdiputada Dinorah Figuera, quien regresó brevemente al país luego de casi ocho años en el exilio. Washington fue el principal impulsor de la iniciativa.</p><p>Figuera anticipó que la prioridad es desarrollar una agenda institucional por encima de los intereses de las distintas organizaciones políticas del país, como lo ha planteado la administración de Donald Trump.</p><p>Después de que fuerzas estadounidenses capturaran a Maduro y a su esposa en enero, el gobierno de Trump propuso un plan de tres fases para Venezuela que incluye la estabilización, recuperación y transición democrática.</p><p>La administración de Trump entiende que la agenda debe contemplar prioridades como la reconstrucción de las instituciones democráticas de Venezuela, el fortalecimiento del Consejo Nacional Electoral (CNE), de mayoría oficialista; el restablecimiento de garantías duraderas para la participación política y la salvaguarda de las libertades cívicas “esenciales para un debate político abierto”, destacó el Departamento de Estado en un comunicado emitido luego de la reunión Rodríguez y Figuera.</p><p>Los negociadores han dicho que además van a convocar a la unidad nacional para enfrentar las consecuencias de los dos potentes terremotos que sacudieron el país en 24 de junio y dejaron más de 5.500 fallecidos, 16.700 heridos y más de 20.000 personas sin hogar, según el más reciente reporte oficial.</p><p>En 2023 Figuera fue escogida para representar a los exlegisladores opositores de la Asamblea Nacional de 2015. Ese Poder Legislativo, de mayoría opositora, fue considerado ampliamente como la última institución de Venezuela elegida democráticamente.</p><p>Pese al fracaso de los cuatro anteriores procesos de diálogo —entre 2017 y 2024— una gran mayoría espera un buen resultado de la negociación dada la inédita situación política del país tras la destitución de Maduro (2013-2026) y la influencia estadounidense en el gobierno de Rodríguez.</p><p>Muchos consideran que esta vez sería posible lograr acuerdos mínimos que permitan mejorar la situación del país.</p><p>Los analistas, sin embargo, coinciden también en que una transición a la democracia luce todavía lejana y advierten que una elección libre será el final de un largo proceso. La fijación de un calendario y condiciones electorales no parece algo inmediato.</p><p>La transición a la democracia “no arranca con el inicio de un proceso de diálogo, se inicia con un reconocimiento y una restitución de garantías que han sido violadas”, dijo John Magdaleno, consultor político y profesor de la Universidad Católica Andrés Bello.</p><p>Según Magdaleno, primero deben restituirse libertades civiles y derechos políticos como la libertad de opinión y expresión, de prensa, de reunión y de asociación, la inviolabilidad de las comunicaciones privadas y otras garantías que protegen, aseguran y hacen cumplir los derechos humanos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I7O6CFSUMMDHNC2XZEQRKYROXU.jpg?auth=12ef5d43564ad66547396102c2e33be77584661f46de8548f7c3972bdcbe4aeb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta encargada de Venezuela, Delcy Rodríguez, habla en una conferencia de prensa sobre la respuesta del gobierno ante los sismos consecutivos, en Caracas, Venezuela, el jueves 2 de julio 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/FMQHPJMR34TLTBSKXNIMYH5SC4.jpg?auth=5b8dd4cf21365665c1510a0d4b4b0ac8d2a1c426b863c95c835fca59789b7ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Partidarios de la líder opositora María Corina Machado conmemoran el segundo aniversario de las disputadas elecciones presidenciales de 2024 en Caracas, Venezuela, el martes 28 de julio 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[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The Cuban government announced yesterday at the closing of the annual National Assembly meeting that they are considering allowing Cuban exiles to visit the island, stay as long as they want and invest in Cuba.]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 31: Cuba says they will consider allowing Cuban exiles to visit island, invest in Cuba </b></p><p>The Cuban government announced yesterday at the closing of the annual National Assembly meeting that they are considering allowing Cuban exiles to visit the island, stay as long as they want and invest in Cuba.</p><p>However, Cuban exiles with U.S. citizenship still face some U.S. restrictions imposed by the U.S. Treasury Department.</p><p><b>July 30: Cuban government announces elimination of 92,000 government jobs </b></p><p>The Cuban government announced this morning the elimination of 92,000 government jobs. A state worker in Cuba makes on the average $16-$18 per month.</p><p><a href="https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>Meanwhile, Cuba’s Prime Minister Manuel Marrero announced this week that Cuba was creating its first private bank under the Central Bank of Cuba, which is run by the Cuban government, and its president serves on the Council of Ministers of the government.</p><p>Why would any foreign investor want to invest&nbsp;in such a system with no protection for their money?</p><p><b>July 29 update: 5</b> <b>leading economists in Cuba release report entitled ‘A Proposal to Transform the Cuban Economy.’</b></p><p>Five leading economists in Cuba just released a report entitled “A Proposal to Transform the Cuban Economy.” The document lays out a structural diagnosis of the current economic crisis facing the nation and proposes, as a strategic goal, the creation of a social market economy underpinned by a democratic state governed by the rule of law.</p><p>While the report is good, the problem that I see is the creation of a democratic state. We must remember that Cuba did not have a democracy before the start of the Cuban Revolution in 1959. To transition a totalitarian state that has had a centralized economy for almost 68 years could take time. Time that Cuba and its population do not have given the current economic crisis.</p><p><b>July 27 update: 73 years after start of Cuban Revolution </b></p><p>Yesterday marked the 73<sup>rd</sup> anniversary since Fidel Castro, Raul Castro and their group of rebels attacked the Moncada Military Barracks in Santiago de Cuba. July 26, 1953 is considered the start of the Cuban Revolution. </p><p>Like Robert Frost’s poem, “The Road Not Taken”, the Cuban revolution took a path that destroyed the country and “never looked back.” Today, Cuba is at the end of what Fidel called its glory days.</p><p><b>July 24 update: Trump Administration announces series of new sanctions against Cuba</b></p><p>On Thursday, the Trump Administration announced a series of new sanctions against Cuba targeting the government’s military conglomerate Gaesa. However, this time it includes companies like Coral S. A. that took over operations from some sectors of GAESA to avoid U.S. sanctions and keep import operations in Cuba functioning. </p><p>The question many academics that follow Cuba like me are asking is whether the U.S. strategy moving forward is to force Cuba to eventually sell some of GAESA’s assets to the U.S.</p><p><b>July 23 update: US continues to send mixed signals as to what will be done with Cuba </b></p><p>This past Monday, the U.S. Department of State issued a 100-page report entitled “Cuba: The Capital of 21<sup>st</sup> Century Communism” that outlined why Cuba is a national security threat not only to the U.S., but to the entire world. The Cuban government reacted at once and not only criticized the report but blamed Secretary of State Marco Rubio with threatening the island nation.</p><p>On Wednesday at a press conference in the Philippines, Rubio, when asked by a reporter what the U.S. plan was for Cuba, used a much more diplomatic tone and said the U.S. is still willing to negotiate with Cuba.</p><p>Washington continues to send mixed signals as to what will be done with Cuba. What we do know is that the strategy used in Venezuela did not bring about regime change.</p><p><b>July 21 update: First humanitarian aid from US will arrive in Cuba</b></p><p>Today, the first humanitarian aid will arrive in Cuba as part of Secretary of State Marco Rubio’s offer to help the Cuban people as they experience the worst economic situation since the early 1990’s. Today’s cargo includes 700 hygiene kits and 700 food items to be distributed directly to the Cuban people by Catholic Relief Services Caritas Cuba and other faith-based organizations. </p><p>Secretary Rubio wants to let the Cuban people clearly know that the U.S. stands behind them and is willing to continue to help them as part of the U.S. commitment of $100 million in humanitarian aid.</p><p><b>July 20 update: Cuba releases artist Luis Manuel Otero Alcantara </b></p><p>This past Saturday, Cuba released artist and opposition leader Luis Manuel Otero Alcantara after serving five years in jail. Otero Alcantara was one of the leaders of the San Isidro movement that led to large protests across the island nation five years ago. </p><p>Upon arriving in Miami, Otero Alcantara thanked the Cuban American community for its support and asked Cuba to release all political prisoners in jail.</p><p><b>July 16 update: US Department of Defense pays $3 million to US personnel affected by Havana Syndrome</b></p><p>The U.S. Department of Defense has paid $3 million in compensation to U.S. personnel affected by the mysterious condition known as Havana Syndrome, making the first payment under the 2021 Havana Act.</p><p>Havana Syndrome first appeared in 2016 when U.S. diplomats and intelligence officers in Havana, Cuba reported unusual symptoms, including intense head pressure, dizziness, nausea, hearing disturbances and memory problems.</p><p><b>July 14 update: New U.S. sanctions increase pressure on Cuba’s military-run economy</b></p><p>The United States on Monday introduced new sanctions targeting companies controlled by GAESA, Cuba’s military economic conglomerate, as well as some of the military brigades responsible for suppressing protests like the ones we saw the other day.</p><p>How much longer can the Cuban government hold on? Information continues to reach U.S. officials indicating that there are sectors within the Cuban government that are increasingly concerned about how much longer they can survive without negotiating with the U.S. government before facing a complete collapse of their system.</p><p><b>July 10 update: Does Raul Castro’s grandson have the full authority to negotiate for the Cuban government?</b></p><p>As I expected, there seems to be a small crack within the inner circle of the Cuban government. Some have criticized Raulito (Raul Castro’s grandson) for offering to negotiate directly with President Trump. The criticism comes as to whether he has the full authority to negotiate for the Cuban government or is he just negotiating for the Castro family?</p><p>Yesterday, the Cuban Communist Party (PCC) backed Raulito’s efforts, but the military leadership has remained quiet.</p><p><b>July 8 update: United Nations has no legal right to lift U.S. embargo on Cuba </b></p><p>Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. Each year, Cuba loses more support for their argument. The United Nations has no legitimate or legal right to lift the embargo. The U.S. Congress can only lift the embargo.</p><p>The Cuban government propaganda machine has failed. Most Cubans on the island, including economists on the island, blame the Cuban government for their current poor economic conditions. </p><p><b>July 6 update: Raul Castro’s grandson says Cuba is willing to negotiate with US</b></p><p>Reuters reported earlier this morning that Raul Castro’s grandson Raulito, known as “El Cangrejo,” announced that Cuba is willing to negotiate with the U.S. The question we need to ask ourselves is whether Raulito is negotiating on behalf of the Castro family or the Cuban government?</p><p>We know that Cuba has been selling some of their assets, including some belonging to the military economic conglomerate GAESA in the last couple of weeks. Cuba’s attempt to invite foreign investment has not attracted many takers for the fear of losing their money.</p><p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></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/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vintage car drives past the Hotel Meliá Habana in Havana, Cuba, on Tuesday, July 21, 2026. (AP Photo/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Family seeks release of Venezuelan woman detained by ICE]]></title><link>https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Family members of a Venezuelan woman detained by U.S. Immigration and Customs Enforcement gathered outside the ICE detention facility in Pompano Beach Thursday, calling for her release.]]></description><pubDate>Thu, 30 Jul 2026 21:36:20 +0000</pubDate><content:encoded><![CDATA[<p>Family members of a Venezuelan woman detained by U.S. Immigration and Customs Enforcement gathered outside the ICE detention facility in Pompano Beach Thursday, calling for her release.</p><p><a href="https://www.local10.com/espanol/2026/07/30/familia-busca-la-liberacion-de-mujer-venezolana-detenida-por-ice/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/familia-busca-la-liberacion-de-mujer-venezolana-detenida-por-ice/">Leer en español</a></p><p>Claudia Caglianone’s family said she was detained earlier this month at Fort Lauderdale-Hollywood International Airport.</p><p>“When people hear about detainees, the picture that comes to mind is somebody that they’ve been told to fear,” said her cousin, Gabriel Dominguez. “When I think of that, I think of a young woman who spent the majority of her life trying to do the right thing.”</p><p>The family said Caglianone moved to the United States in 2017, applied for asylum shortly after arriving and received Temporary Protected Status in 2023 while her asylum case remains pending.</p><p>“So here we are, standing together and doing the very thing for her that she’s done for so many of us — to show up,” Dominguez said.</p><p>He also called his cousin “living proof that the reality is much more complicated than any narrative that could be painted.”</p><p>The family said Caglianone spent time at the Miramar detention facility before being transferred to the Pompano Beach facility.</p><p>U.S. Rep. Debbie Wasserman Schultz visited the facility on behalf of the family.</p><p>She said she had no concerns about the conditions inside but remains worried about those being held there.</p><p>“I am very concerned that there are 671 people in this facility that shouldn’t be here, that should not have been detained in the first place,” Wasserman Schultz said.</p><p>“We’ll continue to show up until we bring her home,” Dominguez said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Jackson Health union head fears ‘stress on the system’ from TPS-recipient job losses]]></title><link>https://www.local10.com/news/local/2026/07/30/jackson-health-union-head-fears-stress-on-the-system-from-tps-recipient-job-losses/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/jackson-health-union-head-fears-stress-on-the-system-from-tps-recipient-job-losses/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Martha Baker is a registered nurse and the president of SEIU 1991, the union that represents nurses, doctors and healthcare professionals within the Jackson Health System. ]]></description><pubDate>Thu, 30 Jul 2026 22:31:19 +0000</pubDate><content:encoded><![CDATA[<p>Martha Baker is a registered nurse and the president of SEIU 1991, the union that represents nurses, doctors and healthcare professionals within the Jackson Health System. </p><p>“(The) Jackson leadership team tells me there’s about 50 Haitian employees who are subject to be terminated due to the TPS (Temporary Protected Status) being revoked by Washington, and it puts a wear and tear on the remaining staff,” she said. “Missed lunches, double shifts; it puts a financial burden on the hospital.”</p><p>In a statement provided to Local 10 News, a spokesperson for Jackson Health System said contingency staffing plans to prevent disruptions to patient care are in place, including overtime.</p><p>“You know, to pay overtime alone is silly when you just had somebody yesterday who was well-trained,” said Baker. “At Jackson, with our mission to take care of all residents regardless of your ability to pay, it’s just a shame that we would put more stress on the system. Jackson struggles every day to break even.”</p><p>The hospital group added that 50 employees affected is a small fraction of their 15,000 employees.</p><p>There was a similar sentiment from the spokesperson for Broward Health who told Local 10 News that the 47 staff members impacted there represents less than 1% of their total workforce.</p><p>A spokesperson for Memorial Healthcare System told Local 10 News they had 27 impacted employees out of 17,000. </p><p>“While it may seem like a small number with only 50 being affected, 50 is a big number,” said Baker. “That’s a big number to hire.”</p><p>That is especially true for those with specialized nursing skills, like the two she says who worked in the transplant unit.</p><p>“Almost similar to an ICU or a step down unit because these patients are so sick and it takes so long, not everybody can work that floor unless you’ve been properly trained,” said Baker. “Two of our Haitian nurses are being sent back.”</p><p>She added that filling those vacancies can also take a financial toll. </p><p>“They say for every nurse you lose, you lose $100,000, and that’s the cost it takes to hire, to train, to process, to precept, and when they’re what we call non-productive while they’re training for eight to 12 weeks, we’re paying them,” said Baker. “Those dollars add up, all the way back to advertising for a vacancy, and interviewing, adding all the time put together -- it’s a significant cost and loss to the system.”</p><p>This is happening at a time the Jackson Health System is experiencing patient growth and is actively hiring. </p><p>Baker also responded to the the claim that TPS beneficiaries with work permits take jobs away from American citizens.</p><p>“That’s a myth in healthcare because there’s too many vacancies in healthcare,” she said. “The problem is, can we survive the shortages we’re challenged with? So I can’t believe anybody would be turned away from a job in healthcare because some immigrant got it over them. That’s kind of, I think, more politics at its worst. A divisiveness.”</p><p>Baker made a plea to those in Congress who have the power to make a difference. </p><p>“Do your job,” she said. “We love our Haitian members in our community and at Jackson. It’s disgusting that our senators are allowing this to happen. We are sending our Haitian teammates back to what is probably one the most dangerous countries on Earth today.”</p><p>Baker also offered advice for the people being impacted by the loss of TPS. </p><p>“Everyone asking, what should I do? Should I show up to work? The main thing I tell them is to speak with your employer,” she said. “You are not allowed to work while unauthorized in the country, but there are different cases, some TPS recruitments who have filed for other forms of relief, so those individuals are a little safer, but it is up to your employer. The employer knows the law, that they cannot have someone working who is unauthorized to do so in the United States. So when I say don’t panic, make sure that you have all your affairs in order, get all your immigration affairs in order, all your personal affairs in order.”</p><p>She went on to say that many still feel they are in “legal limbo” because lower courts still need to weigh in on an exact timeline for executing final administrative orders.</p><p>“This is not the time to be missing any immigration hearings, any appointments, any ICE check-ins, and I understand there’s a well-founded fear of being arrested, and I can’t guarantee, no attorney can guarantee that that’s not going happen,” Baker said. “But I would rather you proceed with the proper procedures than for you to sit here and then there’s a final order of removal because now it just becomes more issues for you.” </p><p>Full statement from Jackson Health System:</p><blockquote><p><b>Jackson Health System recognizes that the expiration of Temporary Protected Status (TPS) is a difficult and uncertain time for affected employees and their families. Jackson has worked closely with these employees to submit any documentation that could establish continued work authorization. Federal law requires that employees whose work authorization expires and who cannot provide alternative eligibility documentation can no longer remain employed. Jackson has continued to employ affected team members for as long as federal TPS extensions remained in effect, and we would welcome them back should they regain work authorization.</b></p><p><b>Approximately 50 employees are affected, a small fraction of our 15,000+ team members. We have contingency staffing plans, including per diem staff, agency personnel, and overtime, to ensure uninterrupted, high-quality patient care throughout this transition.</b></p><p class="citation">Krysten Brenlla, Media Relations & Branded Content Manager, Jackson Health System</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[With no incumbent seeking reelection, 2 women are running for Broward School Board in District 7]]></title><link>https://www.local10.com/news/local/2026/07/30/with-no-incumbent-seeking-reelection-2-women-running-for-broward-school-board-in-district-7/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/with-no-incumbent-seeking-reelection-2-women-running-for-broward-school-board-in-district-7/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[With Broward County District 7 School Board Member Nora Rupert not seeking reelection, two candidates are now eyeing the seat to help lead the district that includes Coconut Creek, Deerfield Beach, Hillsboro Beach, Lighthouse Point, Margate, Pompano Beach and some tribal land in the county. ]]></description><pubDate>Thu, 30 Jul 2026 22:33:39 +0000</pubDate><content:encoded><![CDATA[<p>With Broward County District 7 School Board Member Nora Rupert not seeking reelection, two candidates are now eyeing the seat to help lead the district that includes Coconut Creek, Deerfield Beach, Hillsboro Beach, Lighthouse Point, Margate, Pompano Beach and some tribal land in the county. </p><p>U.S. Army veteran and nurse Cynthia Dominique described how she would tackle the district’s severe financial challenges if elected.</p><p>“I believe we have to take a holistic approach,” she said. “We have to find a way to pay our teachers more, including the staff who make learning possible -- the bus drivers, the cafeteria workers, the custodian staff.”</p><p>Candidate Rochelle “Shelly” Soffer is a school speech language pathologist and former teacher.</p><p>“When we get the budget, we have to scrutinize the budget,” she said. “Where are we over-spending? Where are we under-spending when we make these allocations? When we make these projections, where are the projections not aligning?”</p><p>Both candidates detailed how they would address the district’s declining enrollment as families opt out of traditional public school.</p><p>“Why are they looking at these other avenues? What is it that we are not doing as a county that would make them come back?” asked Soffer. “Now we’ve heard safety and security, but we also gotta look at programming.”</p><p>Said Dominique: “The programs that we implement, the technology that we implement, we should be scrutinizing everything to make sure it’s actually improving student outcomes and we’re getting a return on our investment.”</p><p>School board elections are nonpartisan. </p><p>While you do have to be registered to vote, you are not required to be registered with a political party in order to vote for who you want to see represent your district on the school board. </p><p>The election is set for Aug. 18. </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 Latest: Trump announces deal for Hamas to disarm in Gaza, but hurdles and uncertainty remain]]></title><link>https://www.local10.com/news/politics/2026/07/31/the-latest-trump-announces-deal-for-hamas-to-disarm-in-gaza-but-hurdles-and-uncertainty-remain/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/the-latest-trump-announces-deal-for-hamas-to-disarm-in-gaza-but-hurdles-and-uncertainty-remain/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Hamas said Friday that it reached an agreement to disarm, a significant move that could help end the war in Gaza — but one that will face many hurdles and could take a long time to achieve, if at all. Israel has not commented on the deal, which President Donald Trump announced hours earlier. It comes nine months after a U.S.-brokered ceasefire to end the fighting between Israel and the group was signed.]]></description><pubDate>Fri, 31 Jul 2026 17:34:09 +0000</pubDate><content:encoded><![CDATA[<p>Hamas said Friday that it reached an agreement to disarm, a significant move that could help end the war in Gaza — but one that will face many hurdles and could take a long time to achieve, if at all. Israel has not commented on the deal, which President Donald Trump announced hours earlier. It comes nine months after a U.S.-brokered ceasefire to end the fighting between Israel and the group was signed.</p><p>Trump is taking Friday’s Cabinet meeting on the road — to the Camp David presidential retreat in Maryland. It's the first Cabinet meeting at Camp David in Trump’s second term after an earlier attempt in May was scuttled because of bad weather.</p><p>Trump said Thursday he may pull acting Attorney General Todd Blanche’s nomination for the full-time post to avoid conceding to Senate Republicans’ demands over a sweeping tax audit immunity deal benefiting the president and members of his family.</p><p>Here's the Latest:</p><p>Trump has wrapped up the public portion of his Cabinet meeting</p><p>The president gave a lengthy opening statement, heard from top officials including Secretary of State Marco Rubio and answered questions on Iran and array of other topics.</p><p>He has now asked the press and cameras to leave, meaning the rest of the meeting’s proceedings won’t happen in view of the public.</p><p>Trump steps back from pledge to let Ukraine make Patriot interceptors</p><p>Asked about his previous commitment to give Ukraine a license to make Patriot air defense systems to counter Russian missiles, Trump said, “We have not agreed to that.”</p><p>“We’re talking about it. But it’s a hard thing to give away that kind of technology,” Trump said at his Cabinet meeting on Friday.</p><p>“I don’t think this would ever happen, but you know there’s people that, you give that technology, they can someday turn on you,” Trump added. “You look at war, that’s happened a couple of times over the years, right? So we have to be very careful.”</p><p>It was a contrast to earlier remarks from the sidelines of the NATO summit this month, where Trump said, “We’ll give them the right to make Patriots.”</p><p>Trump said he discussed the topic with Ukrainian President Volodymyr Zelenskyy when they met in Washington on Tuesday. Zelenskyy also met with senators to make a case for why Ukraine needs the interceptors.</p><p>Trump claims Iran war helped drive Hamas to disarmament agreement</p><p>The president during his Cabinet meeting said the newly-minted agreement aimed at leading to disarmament of the Palestinian group Hamas and Israel’s withdrawal from Gaza and transition of oversight of the territory to a civilian body will have “ups and downs.”</p><p>Still, he said this week’s agreement is a “great breakthrough” that has been helped along by the U.S. and Israel’s war with Iran, which has served as Hamas’ prime backer.</p><p>“Nobody’s ever thought that would be possible to disarm Hamas,” Trump said. “That shows you how much success we’re having with Iran, because if you go four months ago or five months ago, a deal like that would have been impossible.”</p><p>RFK Jr talks about first visiting Camp David 6-plus decades ago</p><p>Trump health chief Robert Kennedy Jr. said he was visiting the presidential retreat on Friday for the first time in about 62 years.</p><p>“My father loved this place, my uncle loved this place,” said Kennedy, who is the son of former Attorney General and New York Sen. Robert Kennedy.</p><p>He said that his uncle, President John F. Kennedy, was resentful of his predecessor, President Dwight D. Eisenhower, for naming it Camp David after Eisenhower’s grandson.</p><p>Kennedy said that had his uncle lived to a second term, he planned to rename the retreat Shangri-La, which was its original moniker before Eisenhower changed it.</p><p>Kennedy also cheered Trump for allowing reporters in the compound, saying Trump had opened “inner sanctum” of the presidency.</p><p>Trump later pointed to a picture of John F. Kennedy on the wall and said he was a “handsome guy.”</p><p>Trump says the anti-weaponization fund is ‘dead’</p><p>The comments came after the president spent the morning defending the $1.8 billion fund on social media.</p><p>“It is dead,” Trump said. “But I wish it weren’t, to be honest with you.”</p><p>Trump continued to defend the people who could potentially benefit from the fund, mainly those who stormed the Capitol on Jan. 6, 2021.</p><p>“Their families have been ruined,” Trump said. Those people “wanted to go to a rally or an event and ended up spending the rest of their lives in horror.”</p><p>Trump acknowledged that Blanche, his attorney general pick, has been a “pawn in this whole thing.”</p><p>Trump says ‘we just want to win’ in Iran</p><p>The president has previously insisted that Iran has been “completely defeated” militarily. But in his engagement with reporters at Camp David on Friday, he acknowledged that he expects U.S. military action will likely continue for some time.</p><p>“We’ll be hitting them very hard,” Trump said. “You know, at some point they’re going to say, ‘We just can’t take it anymore.’”</p><p>Trump cheers Clayton for first Cabinet meeting</p><p>Jay Clayton, confirmed earlier this week as the new director of national intelligence, is at Camp David for his first formal Cabinet meeting.</p><p>Clayton was confirmed by the Senate on party lines earlier this week.</p><p>“He’s with us today, as you know,” Trump said. “He’s had a big victory.”</p><p>Trump said of Clayton, a former federal prosecutor and chairman of the Securities and Exchange Commission: “His whole life has been about doing a fantastic job.”</p><p>Trump says he doesn’t think International Criminal Court is targeting him but ‘it could happen’</p><p>Secretary of State Marco Rubio complained that the international court based in the Hague was very arrogant and had unfairly targeted leaders around the world.</p><p>That prompted the president to interject: “There’s no indication they’re after me. It could happen.” He didn’t elaborate, but his suggestion drew laughter from Cabinet members.</p><p>Trump said Rubio wasn’t trying to defend him personally, but instead wanted to shield other court targets. He said that could include people like Israeli Prime Minister Benjamin Netanyahu.</p><p>“There is no indication that I’m one of them, at this moment,” Trump added again for emphasis, drawing still more laughter.</p><p>Trump says US could see surge of migrants like Spain if Republicans don’t win midterms</p><p>Spain is grappling to respond after some 60,000 migrants crossed from Morocco into Spain’s tiny Ceuta territory in the past 24 hours.</p><p>Roughly half of them have already made their way back voluntarily, according to the Spanish government, but Trump suggested the moment should be taken as a warning to U.S. voters as midterm elections near.</p><p>“You know I saw Spain yesterday and I watched the catastrophe that took place. It looks like an invasion of a country by hundreds of thousands of people,” Trump said. “And that same thing is going to happen to us if the Republicans don’t get elected. Except worse, much bigger.”</p><p>Trump also criticized Spain’s left wing government led by Pedro Sánchez, claiming the country’s “weak law, bad management” is to blame.</p><p>US to make visa bond requirements permanent, affecting mostly African countries</p><p>The State Department is making permanent a pilot program under which citizens from 50 countries, mainly in Africa, are required to post bonds to apply for a U.S. visa, and it’s raising the cost as well, to as much as $20,000.</p><p>A draft notice published Friday in the Federal Register says a review “provided sufficient data” to suggest the bond program effectively enforces compliance, and would be made permanent by the end of August. The notice is to be formally published on Monday. Additional countries may be added to the list, found here.</p><p>The program requires holders of passports from the affected countries to pay the bond when being interviewed for business and tourist visas. The regulation says the bond will be refunded if the application is denied or after the person leaves the United States.</p><p>The Trump administration rolled out the program as a way of cracking down on visa overstays.</p><p>Trump starts Cabinet meeting at Camp David</p><p>The president began his Cabinet meeting Friday by saying his team was meeting in a “very special room.”</p><p>The White House has tried to highlight that this was the first televised Cabinet meeting at the presidential retreat.</p><p>Trump said he invited the news media to watch because he believes in “transparency,” before turning to his standard talking points about the economy and border security, among other issues.</p><p>CEO defends Exxon’s performance at a time of global supply shortages</p><p>American refineries are running at near-full capacity and poised to benefit because some refineries in the Middle East and Russia were damaged. And Asia can’t get the amount of Middle East oil needed for refining.</p><p>“Penalizing the businesses who stood by those countries and provided that product going forward is very short-sighted,” Exxon CEO Darren Woods said in a call with investors Friday. “We canceled investments that we had planned for Europe based on the last time they passed a windfall profits tax.”</p><p>Lawmakers propose taxing the war profits of major oil producers</p><p>Exxon and Chevron don’t set the price of American oil, which has ricocheted between $68 and $115 a barrel, driven by supply and demand, and what traders, refiners and other buyers are willing to pay.</p><p>Democrats nevertheless hope to tax major oil producers for profits from 2026 onward and redistribute that revenue to consumers.</p><p>“It’s fair to put a windfall profits tax on inordinate windfall profits rather than cut off children’s food programs,” said Sen. Sheldon Whitehouse. His measure and a companion bill by Rep. Ro Khanna of California would impose a per-barrel tax on companies that produced or imported at least 300,000 barrels of oil per day in 2025.</p><p>The UK and other European countries have extended temporary windfall profits taxes on fossil fuel companies to 2030, according to Tax Foundation Europe.</p><p>Critics say the energy company windfalls are unjustified</p><p>“There are constituencies around the world who are having a very good crisis, and the oil producers are one of them,” said Patrick Galey, fossil fuels lead at Global Witness, a nonprofit organization that investigates environmental issues.</p><p>“When you compare that to the hundreds of millions of people who are struggling with rolling blackouts, with electricity curbs, rationing, waiting in line for food queues, or the disruption to fertilizers and the potential impact that that has on food prices, we don’t think that it’s a justifiable price for the rest of the world to be paying.”</p><p>Major oil companies reap massive profits as US and Iran fighting drives energy prices higher</p><p>American oil and gas giants are announcing huge spring windfalls thanks to the fighting between Iran and the U.S. that made consumers around the world pay more for fuel.</p><p>Exxon Mobil on Friday reported that its second quarter profits doubled to $14.53 billion, boosted by record diesel production. The oil giant, based in Spring, Texas, brought in $116.02 billion in revenue, up 42%. Chevron, based in Houston, nearly quadrupled its profits to $12.07 billion and revenue jumped 56% to $70.06 billion.</p><p>Six of Europe’s largest oil companies posted combined first-quarter profits of $22 billion, more than 40% higher than last year.</p><p>Saudi Arabia announces Red Sea defense alliance plan</p><p>The kingdom said the alliance includes 14 countries to strengthen maritime security, safeguard freedom of navigation and secure international trade routes and energy supply corridors in the Red Sea region.</p><p>The Iran war has severely disrupted global shipping through the Strait of Hormuz. Yemen’s Houthi rebels have declared a blockade on Saudi Arabia over a separate but related conflict, putting at risk another major trade corridor.</p><p>Saudi Arabia’s Defense Ministry said Thursday that the coalition is “defensive in nature,” and that access “remains open to all willing countries.” Oman and the United Arab Emirates were the only two Gulf countries that did not back Saudi Arabia’s statement. Turkey, Egypt and Pakistan were among those that joined the proposed alliance.</p><p>Latest developments in the Iran conflict</p><p>No U.S. strikes were reported in Iran on Friday.</p><p>Iran fired drones at Kuwait, a Gulf country hosting U.S. forces, and said it had also fired at oil tankers in the Strait of Hormuz, a key waterway for global oil and gas shipments, which has been largely closed by the fighting.</p><p>Kuwait’s Defense Ministry said Friday its armed forces had shot down drones inside Kuwaiti airspace. It said the Iranian attacks had targeted several vital military facilities, causing material damage from falling shrapnel but no casualties. It did not specify how many drones were intercepted. Iranian state media said Iran had targeted an air base in Kuwait with drones, in retaliation for U.S. strikes on Thursday.</p><p>Iran’s Revolutionary Guard claimed to have hit two oil tankers attempting to pass through the Strait of Hormuz. Iranian state media said four other tankers had turned around. The report did not provide further details on which flags or ownership the tankers were sailing under, or say whether there were any casualties.</p><p>FIFA chief operating officer tells AP that staff was ‘deceived’ by World Cup sell-off plan that ‘must not go ahead’</p><p>FIFA’s chief operating officer Kevin Lamour said in a statement to The Associated Press that the staff was “deceived” by Gianni Infantino’s lack of openness while planning the scheme to sell a World Cup stake to private investors linked to Trump’s family.</p><p>“It is the project of one person,” wrote Lamour, a long-time colleague of Infantino at both FIFA and UEFA. “Not only must this project not go ahead … but the time has now come for football political leaders to ask themselves the right questions and make the right decisions.”</p><p>Lamour did not resign the post he held since 2024 but said he had a duty to his colleagues to speak out about the “contempt and intimidation” FIFA staff has faced.</p><p>“And if that means I lose my job, then so be it” the French official said. “I will understand and respect that decision. At least I’ll sleep well tonight.”</p><p>▶ Read more</p><p>Wisconsin Democrats shaken by Mandela Barnes’ exit from governor’s race</p><p>The former lieutenant governor’s announcement came Thursday amid news that the state party had reviewed past allegations of inappropriate behavior, further shaking up the race less than two weeks before the Aug. 11 primary in Wisconsin, where independents and moderates are key voters and where Trump won two razor-thin elections.</p><p>That leaves four Democrats, including most prominently Milwaukee County Executive David Crowley, who rejoined the race with the endorsement of Gov. Tony Evers after Lt. Gov. Sara Rodriguez ended her run amid a campaign finance scandal two weeks ago, and insurgent democratic socialist State Rep. Francesca Hong, running far to the left.</p><p>The single mother and former line cook has captured the imaginations of liberal Democrats upset with the party establishment, but she’s raised concerns that her past calls for defunding the police will hurt her chances against Trump-backed Republican U.S. Rep. Tom Tiffany in November.</p><p>▶ Read more</p><p>Details on disarmament from the Hamas statement</p><p>Hamas said Friday that it’s committed to implementing the Gaza ceasefire agreement, including the new roadmap focused on the steps it needs to take to disarm.</p><p>The group’s statement says it and other Palestinian factions agreed to the framework as part of a national consensus to protect people in Gaza and help meet their humanitarian needs.</p><p>It said Israel must adhere to the ceasefire deal agreed to in October and halt its attacks in order for implementation to move forward, echoing language in the new roadmap released Friday by the Board of Peace.</p><p>The agreement calls for Hamas, which ran the government in Gaza, to first turn over all police weapons to a national committee of technocrats responsible for administering the strip. Only later, once the Israeli military withdraws from Gaza, would it be required to decommission and hand over its heavier weapons, according to the text.</p><p>▶ Read more</p><p>Democratic candidates grapple with ‘defund the police’ baggage</p><p>With midterm elections looming, Democrats hope to convince voters that Trump administration lawlessness is the biggest threat to their rights and pocketbooks. The party’s past debates over crime and safety threaten to undermine that pitch.</p><p>Across the country, Democratic candidates are facing tough questions about their past calls to “defund the police” by reimagining public safety services or redirecting spending to other social programs — a prominent demand during the protests that followed George Floyd’s death.</p><p>Democratic leaders fear the outlier opinions may sink their chances of gaining ground in Congress, governor’s mansions and statehouses as the party’s rising left flank captivates its base, just as Republicans stoke fears about crime, immigration and democratic socialism in their closing midterm message.</p><p>▶ Read More</p><p>Asian soccer joins Europe and North America in opposing World Cup privatization plan</p><p>The Asian Football Confederation, a key ally in Gianni Infantino’s presidency of global soccer, has joined UEFA and CONCACAF in protesting his plan to sell stakes in the World Cup to private equity investors tied to the Trump family.</p><p>“Football should never have been placed in such a position,” said the Asian soccer body. Together with Europe and North America, they count 136 of FIFA’s 211 members.</p><p>“Some things are simply too important to sell,” UEFA said in a statement Thursday announcing a boycott of FIFA events.</p><p>Infantino’s secret proposal revealed Tuesday would spin off its commercial operations in a new $20 billion subsidiary 20% owned by private investors, whose core investor would be a New York investment firm created by Joshua Kushner, the brother of Trump’s son-in-law Jared Kushner.</p><p>Trump swings at Cornyn over Blanche nomination</p><p>Trump, still frustrated about the status of his attorney general pick, began his Friday morning by going after one of the Republican senators who was holding up Todd Blanche’s confirmation to lead the Justice Department.</p><p>Continuing a criticism he began earlier this week, Trump said Texas Sen. John Cornyn had no issue with the $1.8 billion anti-weaponization fund until after he endorsed his primary challenger, Ken Paxton, for the Senate.</p><p>In the post, Trump also continued to defend the controversial fund, which Blanche said in his Senate testimony was dead. Republican senators want him to put that commitment into writing.</p><p>“Perhaps there has never been a group of people treated so badly in our Nation’s history,” Trump said. “They are suffering still, many ruined, and I felt that they should be given compensation for what has been done to them.”</p><p>Blanche met privately with Cornyn and North Carolina Sen. Thom Tillis over the issue later Thursday and the sides were working collaboratively, although Blanche’s confirmation prospects still remain unclear.</p><p>FIFA adviser on White House’s World Cup panel resigns to protest Infantino private equity plan</p><p>Senior FIFA adviser Carlos Cordeiro, who represented the soccer body on the White House Task Force for the World Cup, resigned Friday to protest its private equity plan.</p><p>“I cannot stand by while FIFA considers selling a stake in the World Cup,” Cordeiro, a former Goldman Sachs banker, said in a statement resigning as adviser to FIFA President Gianni Infantino that urged other senior FIFA staff to speak out.</p><p>Cordeiro often joined Infantino on working visits to meet Trump at the White House in recent years.</p><p>“Let me be clear. I had no involvement in this proposal, and I oppose it unequivocally,” the former U.S. Soccer Federation president said, calling the $20 billion commercial subsidiary “a bad deal for football.”</p><p>“Football has been central to my life, and after more than 35 years in banking, I understand both the value of this asset and the consequences of giving part of it away” he said. “That is why this proposal should be rejected.”</p><p>▶ Read more</p><p>The Trump administration is ending a Medicare drug subsidy program. Here’s how it could affect costs</p><p>Millions of older adults on Medicare prescription drug coverage could face steeper monthly costs in 2027, after the Trump administration concludes a temporary subsidy program that has helped offset premiums for the past two years.</p><p>The Centers for Medicare & Medicaid Services this week announced it would wrap up the program, which was initially implemented by the Biden administration in 2024 to lower patients’ Medicare Part D prescription drug costs in response to the effects of the 2022 Inflation Reduction Act.</p><p>While federal officials insist the financial impact on Medicare beneficiaries will be minimal, the decision opens the Republican-led administration to potential political consequences in a high-stakes midterm election year. Voters have identified cost of living as a top concern, and many older adults, who tend to vote in high numbers, are on fixed incomes where every dollar counts. The roughly 25 million Americans with Medicare Part D plans will find out about their 2027 rates in the fall, when they are casting ballots in November’s elections.</p><p>▶ Read more</p><p>Trump floats pulling Blanche’s nomination for attorney general to avoid conceding to GOP demands</p><p>Trump said Thursday he may pull acting Attorney General Todd Blanche’s nomination for the full-time post to avoid conceding to Senate Republicans’ demands over a sweeping tax audit immunity deal benefiting the president and members of his family.</p><p>After failed negotiations forced the delay of a committee vote to advance Blanche’s nomination, Trump suggested he was holding firm against pressure from Republican Sens. John Cornyn and Thom Tillis. They have expressed concerns about the controversial settlement of Trump’s lawsuit against the Internal Revenue Service, which a judge denounced as an exercise in self-dealing.</p><p>The senators said the Justice Department seemed interested in reaching an agreement with them, but the White House wouldn’t budge to aid the confirmation of Trump’s loyal former personal attorney, who has aggressively pursued the administration’s priorities as acting attorney general. Instead, Trump said in a social media post that he might pull Blanche’s nomination and resubmit it after Cornyn and Tillis leave office next year.</p><p>▶ Read more</p><p>Trump is taking his Friday Cabinet meeting on the road to Camp David</p><p>Trump told his Cabinet members to meet him at the Camp David presidential retreat in Maryland, a rustic backdrop for the Trump administration sessions that have come to be known for being overly long and consumed by endless praise for their boss.</p><p>White House press secretary Karoline Leavitt said the 13th such meeting of the Republican president’s second term “will be a lot of fun and something different for the Cabinet to experience together.”</p><p>An earlier attempt in May was scuttled because of bad weather. During his first term, Trump held a Cabinet meeting at the retreat.</p><p>The public portion of Trump’s Cabinet meetings has lasted as long as three hours, with the president letting everyone at the table update him on their departments or agencies — with added praise for him personally and his leadership thrown in. In a departure from other presidents, he allows the news media to stay for the duration, a move that Leavitt has said proves his commitment to transparency.</p><p>▶ Read more</p><p>Trump announces a deal for Hamas to disarm in Gaza, but many hurdles and uncertainty remain</p><p>A Hamas official said Friday that they did reach an agreement on disarmament, the most crucial part of the ceasefire deal. Israel didn’t give an indication that they had agreed.</p><p>Trump said Thursday that a deal has been reached for Hamas to disarm and Israel to withdraw its forces from Gaza, but many hurdles, conditions and long timelines remained to wind down the war in the Palestinian territory.</p><p>The White House announcement comes nine months after a U.S.-brokered ceasefire was signed. Negotiations between Israel and Hamas had largely deadlocked over the implementation of its second phase, including the disarmament of Hamas and the reconstruction of Gaza.</p><p>Trump’s 20-point ceasefire plan calls on the militant group to surrender its weapons and destroy its vast network of tunnels. It also envisions Israeli forces withdrawing from Gaza, the arrival of a new technocratic Palestinian government, deployment of an international security force and the rebuilding of the battered Palestinian enclave.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZ7NQXTXFXH5YT7R22QQXBNBZE.jpg?auth=0bb8db6b43e4c9996cd5b339267278589f6a6b336707d508cf7e38c036544d99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, seated center, joined by Energy Secretary Chris Wright, from left, Interior Secretary Doug Burgum, Secretary of State Marco Rubio, Defense Secretary Pete Hegseth, acting Labor Secretary Keith Sonderling, and Housing and Urban Development Secretary Scott Turner, attends a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZDMHOOXW7KAORONZUYCNSCZFI.jpg?auth=3e9ad538cf107162d1fc34ef04f26501927d28f8e81d3dbd0dd62a74fa0403e3&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 evacuate an injured man following an Israeli military strike, in Deir al-Balah, central Gaza Strip, Saturday, July 25, 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/25QQHCG3MU3SETD4B6FMFHFS7I.jpg?auth=bf4582671c8eb39bfbfe8e699a0bedf737d73e92dc6e5f217cbacaa8a9071433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Acting Attorney General Todd Blanche appears before the Senate Judiciary Committee on Capitol Hill in Washington, July 15, 2026. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Fort Lauderdale woman reunited with dog after rescue ownership dispute]]></title><link>https://www.local10.com/news/local/2026/07/30/fort-lauderdale-woman-reunited-with-dog-after-rescue-ownership-dispute/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/fort-lauderdale-woman-reunited-with-dog-after-rescue-ownership-dispute/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Maria Helena Lugo says the past three weeks have been an emotional struggle as she fought to get her dog, Coco, back.]]></description><pubDate>Fri, 31 Jul 2026 02:43:45 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.facebook.com/share/p/19DY71DsUL/" target="_self" rel="" title="https://www.facebook.com/share/p/19DY71DsUL/">Maria Helena Lugo </a>says the past three weeks have been an emotional struggle as she fought to get her dog, Coco, back.</p><p>Lugo, who speaks only Spanish, said someone found Coco and brought him to Sandy Paws K-9 Rescue in Fort Lauderdale. But when she went to claim him, the rescue said she did not have enough proof of ownership to take him home.</p><p>“When the deputy arrived, he told me to stay outside while he went in to see what was going on,” Lugo said in Spanish.</p><p>Desperate for help, Lugo reached out to Local 10 News.</p><p>A meeting was arranged in Fort Lauderdale, where Lugo was finally reunited with Coco.</p><p>After facing criticism on social media, Sandy Paws Canine Rescue explained why the dog was not released sooner.</p><p>“We contacted the initial person who owned the microchip, which was his original breeder. It was a man who was not connected to the family whatsoever,” said Desiree Remington, Vice President of Sandy Paws Canine Rescue.</p><p>Remington said a few days later, Lugo’s son contacted the rescue, claiming the dog belonged to their family.</p><p>“The police advised us we did not need to give her the dog because she didn’t have proof of ownership,” Remington said.</p><p>She said everything changed after the rescue saw photos on social media clearly showing Coco with Lugo and her family, providing the additional evidence needed to confirm ownership.</p><p>That’s when the long-awaited reunion finally happened.</p><p>“There were too many conflicting stories for us to simply hand the dog over the first time she came to our residence,” Remington said.</p><p>With Coco back in her arms, Lugo said she was overwhelmed with relief.</p><p>“I’m so happy,” she said. “I feel like I’ve gotten my life back. You can’t imagine what these 15 days without my dog have been like. I’ve suffered so much.”</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[New York sues prediction market platform Kalshi alleging 'illegal gambling operation']]></title><link>https://www.local10.com/business/2026/07/31/new-york-sues-prediction-market-platform-kalshi-alleging-illegal-gambling-operation/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/new-york-sues-prediction-market-platform-kalshi-alleging-illegal-gambling-operation/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[New York officials sued prediction market platform Kalshi for potentially billions of dollars on Friday, calling it an “illegal, unlicensed gambling operation” that includes sports wagering as the state seeks to halt its operations and force the company to forfeit its profits.]]></description><pubDate>Fri, 31 Jul 2026 16:41:49 +0000</pubDate><content:encoded><![CDATA[<p>New York officials sued prediction market platform Kalshi for potentially billions of dollars on Friday, calling it an “illegal, unlicensed gambling operation” that includes sports wagering as the state seeks to halt its operations and force the company to forfeit its profits.</p><p>New York joins a growing number of states filing lawsuits against Kalshi and other companies in a dispute with President Donald Trump's administration over who regulates the fast-growing prediction market. Kalshi and other platforms argue they are federally licensed and regulated, and states have no authority to govern them.</p><p>“It’s sad to see this type of political theater from the leadership in our own state,” Elisabeth Diana, a spokesperson for New York-based Kalshi, said in a statement. “States can’t just shut down a federally licensed exchange. This would also hurt New Yorkers, who would be driven offshore. We love New York, we love New Yorkers, and New Yorkers love our product.”</p><p>Prediction market platforms like Kalshi and Polymarket allow trading on the likelihood of a wide range of events such as sports, politics, news and even the weather.</p><p>New York Gov. Kathy Hochul and Attorney General Letitia James, both Democrats, announced the lawsuit filed in state Supreme Court in Manhattan.</p><p>“New York’s gambling laws protect children from underage betting and help combat gambling addiction,” James said in a statement. “No matter what they call themselves, prediction markets like Kalshi are gambling platforms, plain and simple. By ignoring our laws, Kalshi is running an illegal operation and harming New Yorkers in the process.”</p><p>James' office is requesting that Kalshi be ordered to forfeit all illegal gains, pay restitution to consumers who were harmed and pay fines equal to three times the company's gains. In a court filing, state officials provided a rough estimate of the damages and costs sought by the lawsuit — $36 billion.</p><p>Kalshi had been in negotiations with New York officials in recent weeks over tax and consumer protection issues.</p><p>In April, New York filed a similar lawsuit against prediction market platforms Coinbase and Gemini on illegal gambling operation allegations.</p><p>State officials say the prediction markets meet the legal definition of gambling “because the outcomes of the events on which its users are betting are uncertain and outside the control of the bettor or hinge on a game of chance.”</p><p>New York claims Kalshi has failed to obtain a license from the state Gaming Commission and skirted its obligation to pay taxes like licensed casinos and mobile sports gambling platforms do. The lawsuit also says prediction markets allow users ages 18 to 20, while New York requires mobile sports betting users to be at least 21.</p><p>Last October, the Gaming Commission ordered Kalshi to stop what it called the “illegal operating” of an “unlicensed mobile sports wagering platform” in New York. Kalshi responded days later by filing a federal lawsuit against the commission and its members — legal action that remains pending.</p><p>Prediction market platforms say they operate differently than gambling operations, because consumers are trading against other consumers — much like how stock markets work. Prices are based on trading, and the platforms only take a fee from the trading, they say.</p><p>The platforms also argue federal law gives the U.S. Commodity Futures Trading Commission exclusive jurisdiction to regulate transactions offered in the prediction market. In February, Trump’s appointee atop the federal commission declared that the agency “will no longer sit idly by” while states aim to regulate or ban prediction markets and “undermine the agency’s exclusive jurisdiction.”</p><p>States counter that the vast majority of the business on prediction market platforms is sports betting, which they are empowered to regulate, and that is completely different from the commodities and futures contracts that the commission regulates.</p><p>On Monday, a federal judge temporarily blocked Minnesota’s first-in-the-nation law banning prediction markets just days before it was to take effect — dealing a setback for states trying to outlaw or regulate the platforms. In April, another federal judge ordered a similar temporary halt to Arizona's efforts to enforce its gambling laws against prediction markets.</p><p>A tangle of lawsuits is growing, as states try to use their gambling laws to shut down Kalshi, Polymarket and other prediction market operators. In April alone, the federal government sued Connecticut, Arizona and Illinois, challenging their efforts to regulate the industry.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NRMXE3ZPI5QTRKSPQ6GPNJG32Y.jpg?auth=b23e38ad38cf457a64c94394a91cdcbe13e60bd2cfd556d57b2d3dacd28d8a5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An ad for the prediction market app Kalshi is displayed on a mobile phone Thursday, April 16, 2026, in Chicago. (AP Photo/Erin Hooley, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DCLRU5DYGSI2MQJ3S4AWEU5CZM.jpg?auth=86c37a342cf3cb1121153b364d41a0e1284fd8e07e5322f3caf691ab689166e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Attorney General of New York Letitia James reacts during a Rental Ripoff Hearing at Fordham University on Wednesday, March 11, 2026, in New York. (AP Photo/Andres Kudacki, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFSZJP73NX7A3JDHGA7NPRNRXQ.jpg?auth=242ffc54a3c10bcb5042cebbd44327ee3a3d99efb521d6fe5b8dc55f0bb87521&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Gov. Kathy Hochul speaks following a ribbon cutting ceremony at the new Bills Highmark Stadium in Orchard Park, N.Y., Tuesday, June 23, 2026. (AP Photo/Jeffrey T. Barnes, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content></item><item><title><![CDATA[A discarded SpaceX rocket is on a high-speed collision course with the moon]]></title><link>https://www.local10.com/tech/2026/07/31/a-discarded-spacex-rocket-is-on-a-high-speed-collision-course-with-the-moon/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/31/a-discarded-spacex-rocket-is-on-a-high-speed-collision-course-with-the-moon/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — A drifting SpaceX rocket is on a collision course with the moon after launching a pair of lunar landers more than a year ago.]]></description><pubDate>Fri, 31 Jul 2026 12:00:50 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — A drifting SpaceX rocket is on a collision course with the moon after launching a pair of lunar landers more than a year ago.</p><p>The rocket's upper stage will unintentionally slam into the moon on Wednesday, carving out a crater and sending up a plume of dust and rubble that scientists — and skygazers — are eager to observe.</p><p>Space tracking expert Bill Gray predicts an impact of 5,400 mph (8,700 kph) — seven times the speed of sound — near Einstein Crater on the moon’s sunlit western limb. With the action unfolding in the wee hours, the eastern portions of the U.S. and Canada, and much of South America should have the best views.</p><p>While scientists are not too concerned about this particular piece of space junk, it highlights the growing threat as more and more items cram into orbit.</p><p>“Things are getting crowded up there,” said Gray, who plans to view the aftermath from New Brunswick, Canada.</p><p>It was never SpaceX's intent to hit the moon. But space experts said the crash could have been avoided if the upper stage had been nudged into orbit around the sun.</p><p>It will be the second dead rocket known to crash into the moon accidentally. A Chinese rocket segment dug out a pair of craters on the lunar far side in 2022.</p><p>Lucky for astronomers, the upcoming smashup will occur on the moon’s near side, packing the equivalent energy of three tons of TNT.</p><p>The impact flash, lasting less than a second, will probably be too dim to see, according to experts. But the stream of ejected material could stretch for several miles (kilometers) into space and remain visible to telescopes for tens of minutes.</p><p>“The gravity on the moon is low and there is no wind to blow the dust away,” said Los Alamos National Laboratory’s Benjamin Fernando, who’s encouraging observations by professionals and amateurs alike.</p><p>“Part of the reason for our interest in this event is to figure out how much of a hazard debris impacts pose to future astronauts,” he added in an email.</p><p>Fernando anticipates an impact crater nearly 90 feet across and 16 feet deep (27 meters across and 5 meters deep), too small to see from Earth but visible to spacecraft.</p><p>NASA’s Lunar Reconnaissance Orbiter and South Korea’s Danuri lunar orbiter will gather before-and-after shots of the crash scene. Danuri will stray within a mile or two (a few kilometers) of the SpaceX rocket just two minutes before impact, according to Fernando and his team.</p><p>The abandoned rocket segment — measuring some 40 feet (12 meters) and weighing around 10,000 pounds (4,500 kilograms) — hoisted two private lunar landers on Jan. 15, 2025.</p><p>One of them — Firefly Aerospace’s Blue Ghost — became the first private spacecraft to pull off a fully successful lunar touchdown. The other, Japan-based ispace’s lander, wrecked.</p><p>With meteoroids and other natural objects offering little if any warning before walloping the moon, scientists said there’s much to learn by observing well-tracked strikes by human-made objects like the one coming up. NASA hurled rocket sections and lunar modules into the moon during the Apollo era for seismic measurements. Decades later, in 2009, NASA intentionally crashed its LCROSS spacecraft and upper stage in search of ice near the lunar south pole.</p><p>With the moon as the new travel hot spot, scientists said it’s crucial to improve debris monitoring and traffic control before packs of robots and astronauts arrive.</p><p>The United States and China are racing to land astronauts on the moon in the next few years. Elon Musk’s SpaceX and Jeff Bezos’ Blue Origin are vying to provide the lander for NASA's yet-to-be-named moonwalkers of Artemis IV, who will succeed the 12 Apollo astronauts who strolled the lunar surface.</p><p>“This impact will not be a problem,” retired astrophysicist Jonathan McDowell said in an email. “But in a future where there are long-term bases on the moon, similar impacts would be an issue and we need not to leave rocket stages in chaotic orbits of this kind.”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ENJTECJJO5SJ6J67GSDIR6HQ4.jpg?auth=cc138ba081e3195eaf0870355b43f7180412d6188d13e0d4ef735be547cdb574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A SpaceX Falcon 9 rocket lifts off from pad 39A with a payload of a pair of lunar landers at the Kennedy Space Center in Cape Canaveral, Fla., Jan. 15, 2025. (AP Photo/John Raoux, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X42DVCWYN6PUQ6KCTNOKJ6JQUM.jpg?auth=6e4194b8479c96f5949c0cf5a2e7d18a5ca339a9998bd66038f5e4ef00c1c071&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A blue moon rises in San Jose de Maipo outskirts of capital Santiago, Chile, May 30, 2026. (AP Photo/Esteban Felix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Oprah Winfrey says she will close her school for girls in South Africa next year]]></title><link>https://www.local10.com/news/world/2026/07/31/oprah-winfrey-says-she-will-close-her-school-for-girls-in-south-africa-next-year/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/oprah-winfrey-says-she-will-close-her-school-for-girls-in-south-africa-next-year/</guid><dc:creator><![CDATA[By MICHELLE GUMEDE, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — Oprah Winfrey says she will close the school for underprivileged girls she set up in South Africa two decades ago at the end of next year.]]></description><pubDate>Fri, 31 Jul 2026 12:07:31 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — Oprah Winfrey says she will close the school for underprivileged girls she set up in South Africa two decades ago at the end of next year.</p><p>Winfrey opened the Oprah Winfrey Leadership Academy for Girls in 2007 after being inspired by conversations with former South African President Nelson Mandela about the transformative power of educating girls. He was among the guests at the school's opening ceremony.</p><p>Winfrey's charitable foundation ran and funded the school, but it was always part of the agreement that the academy campus near Johannesburg be ultimately handed over to the provincial education department, the academy said.</p><p>“The dream was never simply to build a school,” Winfrey said in a statement issued by the academy on Wednesday. “It was to invest in the limitless potential of young women. That mission doesn’t end with one campus. It continues in every girl whose future can be transformed through education.”</p><p>The academy said Winfrey’s commitment to educating South African girls would continue through an expanded national scholarship program supporting academically talented girls at leading schools across the country.</p><p>More than 500 girls have graduated from the academy and some have attended top universities in South Africa, the United States and Europe, according to the Oprah Winfrey Charitable Foundation.</p><p>The Gauteng provincial government will take over the 52-acre academy campus, which has 21 classrooms, six science and computer laboratories, a 10,000-volume library and a 600-seat theater. It did not immediately say what the plans for the property were.</p><p>Gauteng Provincial Minister for Education Lebogang Maile said those currently enrolled in the school will be able to complete their education with uninterrupted financial support.</p><p>The academy drew international attention shortly after opening in 2007 when several students accused a dormitory matron of physically and sexually abusing them.</p><p>Winfrey traveled to South Africa to meet with students and parents, publicly apologized, and commissioned an independent investigation.</p><p>The matron was acquitted of criminal charges in 2010.</p><p>___</p><p>This report has been corrected to show Oprah Winfrey’s statement as issued on Wednesday and not Thursday.</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JUX4C63NBEFZPAD7IF4HKHSFVY.jpg?auth=ca60aa89067694d9a2655bdfb34de9ccf2051982463b92feaa19cf1bdebb1844&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oprah Winfrey talks to students at her Leadership Academy for Girls at Henley-On-Klip South Africa, Friday, Jan. 13, 2012 on the eve of the first graduation at her school. (AP Photo/Denis Farrell, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Farrell</media:credit></media:content></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><ul><li><a href="https://www.local10.com/news/local/2026/07/28/customer-pays-3850-for-transmission-repair-months-later-the-mechanic-calls-claiming-he-never-touched-the-transmission-and-has-video/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/customer-pays-3850-for-transmission-repair-months-later-the-mechanic-calls-claiming-he-never-touched-the-transmission-and-has-video/">Customer pays $3,850 for transmission repair. Months later, the mechanic calls claiming he never touched the transmission and has video</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say" target="_blank">Plantation cruise passenger caught with child sex abuse videos showing 100+ victims, feds say</a></li><li><a href="https://www.local10.com/news/local/2026/07/27/secret-service-agent-among-those-charged-in-south-florida-fraternity-hazing-investigation" target="_blank">Secret Service agent among those charged in South Florida fraternity hazing investigation</a></li><li><a href="https://www.local10.com/news/national/2026/07/26/fbis-most-wanted-fraud-suspect-captured-after-fleeing-to-jamaica" target="_blank">FBI ‘most wanted’ fraud suspect from South Florida captured after fleeing to Jamaica</a></li><li><a href="https://www.local10.com/news/florida/2026/07/29/pig-butchering-scam-leaves-florida-man-heartbroken-and-asking-for-help" target="_blank">‘Pig butchering’ scam leaves Florida man heartbroken and asking for help</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/miami-dade-driving-instructors-accused-of-fraudulently-passing-unqualified-drivers" target="_blank">Miami-Dade driving instructors accused of fraudulently passing unqualified drivers</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/neighbors-frightened-after-hearing-gunshots-in-hallandale-beach" target="_blank">Hallandale Beach police swarm parking garage after car shot up, leaving 1 dead</a></li><li><a href="https://www.local10.com/news/local/2026/07/29/800-million-mega-millions-winning-ticket-sold-in-florida" target="_blank">$800 million Mega Millions winning ticket sold in Florida</a></li><li><a href="https://www.local10.com/news/local/2026/07/29/north-miami-police-accuse-home-depot-employee-of-fraud-grand-theft" target="_blank">North Miami police accuse Home Depot employee of fraud, grand theft</a></li><li><a href="https://www.local10.com/news/local/2026/07/27/45-years-after-adam-walsh-disappearance-from-hollywood-mall" rel="">45 years after Adam Walsh disappearance from Hollywood Mall</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[As progressives seek to take on inequality, some cite religion as a motivating factor]]></title><link>https://www.local10.com/business/2026/07/31/as-progressives-seek-to-take-on-inequality-some-cite-religion-as-a-motivating-factor/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/as-progressives-seek-to-take-on-inequality-some-cite-religion-as-a-motivating-factor/</guid><dc:creator><![CDATA[By KRYSTA FAURIA, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — The jokes practically wrote themselves as an eclectic group of progressive pastors, imams and a rabbi walked into a room, finding their seats around a table to talk about religion and politics.]]></description><pubDate>Fri, 31 Jul 2026 11:25:09 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — The jokes practically wrote themselves as an eclectic group of progressive pastors, imams and a rabbi walked into a room, finding their seats around a table to talk about religion and politics.</p><p>Though there was no shortage of levity, a sense of urgency filled the Detroit meeting room as Abdul El-Sayed, a former gubernatorial candidate who is running as a Democrat for the U.S. Senate in Michigan, began speaking about how his Muslim faith informs his progressive views.</p><p>The public health researcher asked the group of faith leaders ahead of Tuesday’s primary, “What does the inspiration of holding yourself accountable to something bigger than you mean for what you do for the people around you?”</p><p>El-Sayed added, “If you can’t eat food and I have something to do about it, I better do it.”</p><p>Progressive Democratic politicians have won major electoral victories across the country in recent months amid growing frustrations surrounding inequality, affordability and potential threats to job security posed by artificial intelligence. As the economy becomes a flashpoint for the November midterms, many of these candidates and voters who support them are citing religion as a justification for their positions.</p><p>“We’re in an era of historical inequality,” El-Sayed told The Associated Press. “Most faith traditions — certainly the Abrahamic faith traditions — put a lot more burden on the wealthy.”</p><p>The interfaith roundtable took place days after a high-profile rally for El-Sayed, who has made “Medicare for All” a fixture of his campaign and is running against the more moderate Rep. Haley Stevens. It featured speeches from progressive heavy hitters like Sen. Bernie Sanders of Vermont and Rep. Alexandria Ocasio-Cortez of New York.</p><p>Though not a member of the Democratic Socialists of America, El-Sayed is being endorsed by liberal allies, many of them members of the DSA, while being criticized by Republicans and centrist Democrats for being too far left to be electable in a swing state.</p><p>If elected in November, he would be the first Muslim senator in U.S. history.</p><p>Representatives for Stevens, who is identified in congressional profiles as a Protestant, did not respond to requests for comment.</p><p>Progressive ideologies carry different connotations for different generations</p><p>Religious support for progressive economic and labor movements is not new, even if it has ebbed and flowed in the U.S. over the centuries. Pope Leo XIV’s recent encyclical was in many ways an ode to “Rerum novarum,” Pope Leo XIII’s seminal 1891 text on labor, wages and unions that helped shape Catholic social teaching.</p><p>This embrace of religion isn't unique to the Democratic Party's progressive wing. More moderate candidates like James Talarico, the seminarian running for the U.S. Senate in Texas, also highlight their faith. But as left-leaning Democrats and democratic socialists like New York Mayor Zohran Mamdani, who is Muslim, score wins in local and national races, Republicans have repeatedly decried the party's progressive wing as communists devoid of religion.</p><p>“Republicans and conservatives believe in natural rights that flow from a creator. I think communism rejects that. It espouses a very atheistic, centralized sort of secular view of society,” said Douglas Blair, a spokesperson for Heritage Action for America.</p><p>Megan Romer, a DSA national co-chair and ordained ruling elder within the Presbyterian Church (USA), conceded socialism is a troubling concept for some people of faith.</p><p>“People’s idea of it is, ‘Oh, that’s when you’re not allowed to have a religion, right?’ Which has been true in some socialist projects,” she said.</p><p>But experts say that narrative carries less weight among many younger Americans who have no memory of the Cold War and the anti-religious associations it begot.</p><p>Theology informs more than just faith</p><p>Though there are more Democrats unaffiliated with religion than Republicans, many people of faith do not see progressive ideologies like socialism as contradictory to their beliefs. They cite Black religious activists who were outspoken critics of capitalism, including Martin Luther King Jr., Malcolm X and W.E.B. Du Bois, as models for their thinking about the relationship between religion and politics.</p><p>The Rev. Andrew Wilkes, who co-pastors the Double Love Experience Church in New York City, became interested in democratic socialism more than a decade ago after presiding over a funeral for someone whose insurance wouldn’t cover a critical operation. “It was not God that sent him home but an unjustly organized healthcare system and economy,” he said.</p><p>“There’s an increasing recognition, I would say, connecting socialism to a sense of a moral compass,” Wilkes said, adding that religion can bring optimism and creativity in a time of pessimism. “There’s a level of world-building that faith can speak to.”</p><p>Romer, who joined the DSA in 2018 in part because of Sanders’ unsuccessful presidential run two years earlier, thinks there is a theological component to why Christianity in particular has thrived among conservatives.</p><p>“That flavor of Christianity is a very individualistic one. They talk a lot about your personal relationship with God,” she said. “My interpretation of Christianity is one that, I think the early Christians — they were not communists in the modern sense, but they lived in communal situations.”</p><p>Attitudes toward capitalism are changing, and religion is playing a role</p><p>This faith-driven economic focus is not limited to elections.</p><p>Clergy and Laity United for Economic Justice is a nonprofit organization that works with congregations throughout Southern California to support workers’ rights. Earlier this month, it facilitated a visit to Live Oak United Church of Christ in Brea, California, to support efforts to unionize a local grocery store chain.</p><p>“We just feel very, very overworked,” Luis Cueva, a Mother’s Market employee, told members of the congregation after their Sunday service as he asked for support.</p><p>“Jesus was a socialist,” Cueva said after the meeting, citing his teachings about it being difficult for rich people to go to heaven. “It means a lot to know that the church is willing to help.”</p><p>About half of U.S. adults have a positive view of capitalism, according to a poll last year from Gallup, down from 61% in 2010. Democrats have driven part of the shift, but favorable views of capitalism have also declined among independents.</p><p>President Donald Trump and other Republicans have cast these attitudes and candidates as being fundamentally at odds with religion.</p><p>“These are hard core, godless communists,” Trump said recently during a speech to the Faith & Freedom Coalition. “All communists are godless. They don't believe in God.”</p><p>Faith can be both a political asset and a liability</p><p>Although there are myriad points of contention within the Democratic Party, such as support for Israel, El-Sayed considers economic issues a top issue for his campaign.</p><p>“I talk about taking money out of politics because it’s the reason life is not affordable,” he said. “People are realizing that politicians on both sides of the aisle really are being paid off by the same people.”</p><p>The son of Egyptian immigrants, El-Sayed is aware that his Islamic faith can be weaponized or misunderstood. But since having a religious experience in college that followed a rebellious childhood, he takes seriously the implications of his faith.</p><p>“If you put your morals on a mantel, they’re not morals. They’re just, you know, things that you can admire and then you give yourself the permission to step away from them when it’s convenient,” he said.</p><p>As the roundtable concluded, leaders from each faith took turns praying. Their heads lifted, but the Rev. Horace Sheffield chimed in with one last request on behalf of El-Sayed.</p><p>“I don’t think y’all were specific enough. So I’m gonna say it real simple,” he said. “Lord, let him win.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JSGSBMIAVGRGORZ6RG2JWUOCSY.jpg?auth=d5018f2eadcd7bfaf07633b9130f674ab8605f539e153a9a5dab15e598bbde97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan Democratic U.S. Senate primary candidate Abdul El-Sayed addresses the crowd during a campaign rally, Saturday, July 18, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YOROBSBF7DAY4P3AXJ3ZDHLLU.jpg?auth=450629f1b457627a80ae9f9adfe08da8c65a7fbe0b999ee515fcacc9a3042d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left foreground, U.S. Rep. Alexandria Ocasio-Cortez, D-N.Y., Michigan Democratic U.S. Senate primary candidate Abdul El-Sayed, and U.S. Sen. Bernie Sanders, I-VT. join hands together following a campaign rally, Saturday, July 18, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content></item><item><title><![CDATA[Hamas says it will disarm if Israel halts strikes and withdraws from Gaza, but obstacles remain]]></title><link>https://www.local10.com/news/world/2026/07/31/hamas-says-it-will-disarm-if-israel-halts-strikes-and-withdraws-from-gaza-but-obstacles-remain/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/hamas-says-it-will-disarm-if-israel-halts-strikes-and-withdraws-from-gaza-but-obstacles-remain/</guid><dc:creator><![CDATA[By SAMY MAGDY, SAM MEDNICK, JONATHAN J. COOPER and MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Hamas said Friday that it will begin disarming as part of a deal announced by U.S. President Donald Trump that also requires Israel to end its strikes and withdraw from Gaza. It marks a potential breakthrough in ending the war, but implementation faces major challenges.]]></description><pubDate>Fri, 31 Jul 2026 16:40:30 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Hamas said Friday that it will begin disarming as part of a deal announced by U.S. President Donald Trump that also requires Israel to end its strikes and withdraw from Gaza. It marks a potential breakthrough in ending the war, but implementation faces major challenges.</p><p>Hamas also said that laying down its heavy weapons, which would come later in the process, was contingent on the creation of a Palestinian state, something Israel's current government adamantly rejects.</p><p>Israel has not officially commented on the deal, which is part of a U.S.-brokered ceasefire announced last October. That agreement called for Hamas to disarm and hand over power to an independent Palestinian administration. Israel was to withdraw, and an International Stabilization Force was to deploy.</p><p>But progress stalled, with Israel saying everything hinged on Hamas disarming, and Hamas accusing Israel of violating the agreement by continuing to carry out regular strikes on Gaza.</p><p>Expectations of implementation are low</p><p>Disarming would represent a sea change for Hamas, whose founding charter calls for armed resistance against Israel, and which sees its arsenal, including rockets, anti-tank missiles and explosives, as lying at the heart of its identity.</p><p>Israel, meanwhile, appears unlikely to pull back significant forces or make other concessions ahead of its October elections. Prime Minister Benjamin Netanyahu faces a tough reelection battle, with opponents accusing him of failing to prevent the Oct. 7, 2023, attack that triggered the war.</p><p>Neil Quilliam, a Middle East expert at London’s Chatham House think tank, said expectations are low that Hamas will actually disarm or that Israel will withdraw from Gaza.</p><p>“I think that Netanyahu’s silence speaks volumes,’’ Quilliam said. “This is a massive decision that he has to make.”</p><p>“But with the prospect of the elections hanging over his head, with several Cabinet ministers and opposition leaders already counseling not to go ahead with the deal, I think he understands that doing so would likely scupper his chances of reelection,” he added.</p><p>The deal would be implemented in stages</p><p>In announcing the latest deal on social media, Trump said it would be carried out in “carefully structured phases.”</p><p>“As disarmament is completed, Israeli forces will withdraw, and the International Stabilization Force will work with a new Palestinian police force to take responsibility for Gaza being safe for its residents and its neighbors,” he wrote.</p><p>A copy of the agreement obtained and verified by The Associated Press said that all weapons held by the Hamas-run police will be transferred to the U.S.-backed Palestinian technocratic committee, known as the National Committee for the Administration of Gaza, upon its arrival in the enclave. It’s not clear when that would happen since it is contingent on other steps.</p><p>A process to decommission and store heavy weapons, military production sites and tunnels will begin after the arrival of the Palestinian committee and the deployment of international forces. The process will be linked to a phased Israeli withdrawal, according to the agreement.</p><p>Israel currently controls around 60% of Gaza, areas that have been mostly destroyed and depopulated. Most of the territory's 2 million Palestinians are in the other part, where hundreds of thousands live in squalid tent camps and destroyed neighborhoods.</p><p>In a statement Thursday, an Israeli official said that there will be no Israeli withdrawal before the militant group is disarmed and the strip demilitarized. The statement was made on condition of anonymity in line with government protocol.</p><p>A person with knowledge of the situation said that Israel is fully involved, but it's not a signatory to the deal, which is between Hamas and several countries helping to negotiate and guarantee the ceasefire. The person spoke on condition of anonymity in order to discuss the agreement. The deal's guarantors are the U.S., Turkey, Egypt and Qatar.</p><p>It could take years for Hamas to disarm</p><p>On Thursday, U.S. and Board of Peace officials, describing the deal to reporters on condition of anonymity under guidelines set by the White House, gave an extremely optimistic assessment. The board was established by Trump to oversee the ceasefire in Gaza.</p><p>While Gaza's police force is expected to hand over its arms, that doesn't include the vast majority of Hamas militants, and heavy weaponry is not included in that part of the agreement, according to the officials.</p><p>Instead, the surrender of heavy weapons and the decommissioning of Hamas tunnels and other infrastructure are to come later in a process that could take between 200 and 350 days, a Board of Peace official said. That timeline did not appear in the agreement obtained by AP.</p><p>A Hamas official and a regional official involved in the process said that Hamas and other groups agreed to “collect and store” arms inside Gaza under the supervision of the Palestinian technocratic committee and that weapons won’t be handed to Israel or non-Palestinian parties.</p><p>The officials, who spoke on condition of anonymity because they were not authorized to brief the media, said this would be a gradual process linked to an Israeli withdrawal.</p><p>Israel has been deeply skeptical</p><p>A U.S. official said Israel, which has been deeply skeptical about Hamas’ willingness to give up its guns or relinquish control of Gaza, had been consulted at every step of the negotiation. The official said Israel was not being asked to do anything more than what it had committed to as part of the October agreement.</p><p>A member of the Palestinian technocratic committee told the AP on Friday that it was eager to enter Gaza but was concerned Israel will pose challenges. The person spoke on condition of anonymity because they were not authorized to speak to the media. The person said they didn’t expect to enter Gaza for at least two months.</p><p>The committee welcomed the progress Friday, but said the work to restore public institutions and services and rebuild the territory would be immense.</p><p>The war in Gaza began after a Hamas-led attack on southern Israel on Oct. 7, 2023, killed around 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said. The ministry, which is part of the Hamas-led government and is staffed by medical professionals, does not distinguish between civilians and militants in its toll but says women and children make up around half of all deaths.</p><p>___</p><p>Mednick reported from Tel Aviv, Israel, Cooper from Phoenix, and Lee from Washington. Associated Press writers Farnoush Amiri in New York, Edith M. Lederer at the United Nations and Danica Kirka in London contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMJR44IJZJYHIOW6FKSPXX6WT4.jpg?auth=65813bb46f2d530ee6aa32581efa81f98be6766301c811d57394a45c0fe5f052&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian man rides his bicycle by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 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/GJ45UWY27VGOPYTONUQXPCIMV4.jpg?auth=e63ff4d08c008623a17f821a7b222eca49e8c67df6caa1084629c67b20abb2bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian man rides his bicycle by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 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/VTNU7QUXLKFWI4VGZHRMJGYC6A.jpg?auth=f1ddc8fe040d92e19039068e5cd697cc26d7b971ced6dac4822181330e35c439&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian walk by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 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/TP553E4XBGNFU4RSXQBS2R4LBY.jpg?auth=7b988343e9d60d4d65d4561f1674c1e8da4c0bce1136141ca5392a0fddff2528&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian man rides his bicycle by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 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/NTJ7DUOCYUS2KLT55KZ7Z3NLDI.jpg?auth=a8068b66d8be880ebb51b0f8ab99bb7d05be8216493a97dee2a8bbfae2f30907&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian barber Mousa al-Kharibi gives a man a haircut inside a tent, by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 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/RDMU5YZOKQJU67Y2WK2X3V25SM.jpg?auth=f2e58929ab5338dc4fcc60df11f48f3524a94df007f6ef185f1e08aab19a08d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tracker showing progress in the Gaza ceasefire. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Missouri proposal would create nation's toughest standard for citizen-led constitutional amendments]]></title><link>https://www.local10.com/news/politics/2026/07/31/missouri-proposal-would-create-nations-toughest-standard-for-citizen-led-constitutional-amendments/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/missouri-proposal-would-create-nations-toughest-standard-for-citizen-led-constitutional-amendments/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[JEFFERSON CITY, Mo. (AP) — Over the past several years, Missouri voters have amended the state constitution to create abortion rights, legalize marijuana and sports betting and expand Medicaid healthcare coverage for low-income adults.]]></description><pubDate>Fri, 31 Jul 2026 11:00:26 +0000</pubDate><content:encoded><![CDATA[<p>JEFFERSON CITY, Mo. (AP) — Over the past several years, Missouri voters have amended the state constitution to create abortion rights, legalize marijuana and sports betting and expand Medicaid healthcare coverage for low-income adults.</p><p>None of those initiatives would have passed under a ballot measure getting decided by voters Tuesday.</p><p>Missouri's proposed Amendment 4 would make it significantly harder to amend the constitution by requiring citizen initiatives to pass in all eight of the state's diverse congressional districts instead of by a traditional, simple statewide majority. No other state has such a high standard — or has even asked voters to consider it.</p><p>“This is a first-of-its-kind,” said Kelly Hall, executive director of the Fairness Project, a national group that backs progressive ballot initiatives like the ones Missouri's Republican lawmakers are hoping to quelch.</p><p>“It would be nearly impossible for citizens to participate meaningfully in any sort of direct democracy,” said Hall, who believes other states could try to copy Missouri's proposal.</p><p>Lawmakers seek to rein in citizen initiatives</p><p>The Missouri proposal is the culmination of years of attempts by lawmakers in numerous states to raise the bar for citizen-initiated petitions to qualify for the ballot and win voter approval. Some elected officials contend lawmaking is best left to themselves — the people's representatives — because citizen initiatives lack the vetting that comes from the multistep legislative process of public hearings, debates and revisions.</p><p>The effort to curtail citizen initiatives on state ballots comes as President Donald Trump pushes for greater restrictions on who can vote and how ballots are cast, asserting the integrity of elections is at stake.</p><p>Missouri’s measure “fits into the larger narrative and story around what the future of democracy looks like in the United States,” said Chris Melody Fields Figueredo, executive director of the Ballot Initiative Strategy Center, which supports progressive ballot measures.</p><p>Citizen initiatives are allowed only in some states</p><p>About one-third of U.S. states allow people to bypass their legislatures by gathering signatures to place proposed constitutional amendments on the ballot. Several others allow the process for proposed laws.</p><p>In most of those states, a simple majority of voters is all that’s needed to approve constitutional amendments. Colorado requires a 55% vote for most measures, and Florida a 60% vote.</p><p>Voters in recent years rejected ballot measures to raise the approval threshold for amendments in Arkansas, Ohio and South Dakota. Still, South Dakota lawmakers have placed a proposal for a 60% approval threshold on the November ballot. North Dakota voters will consider a similar measure, and Utah voters will decide on a 60% requirement for citizen-initiated tax increases.</p><p>Missouri’s proposal would apply only to citizen initiatives. Constitutional amendments proposed by the Legislature still would need only a statewide majority. No other state has a dual standard like that.</p><p>Missouri proposal requires geographic consensus</p><p>Republican state Rep. Ed Lewis, who sponsored Missouri's measure, said he wants to ensure people in all parts of the state have their voices heard. He said activists funded by out-of-state interest groups have run up large majorities in St. Louis and Kansas City to pass controversial initiatives that failed throughout most of the rest of Missouri.</p><p>The abortion, marijuana, sports betting and Medicaid initiatives all were placed on the ballot by petitions between 2020 and 2024 after lawmakers declined to act. All passed with 53% or less of the statewide vote.</p><p>Requiring “50% in each of our congressional districts is not a difficult barrier for anything that has a consensus,” Lewis said. But “it is a difficult barrier for either a very conservative or a very liberal initiative petition,” he said.</p><p>“If you’re going to change the constitution, shouldn’t it be broadly accepted?” Lewis asked rhetorically.</p><p>Amendments to the U.S. Constitution require ratification by three-fourths of the states.</p><p>Critics say Missouri's proposed amendment could undercut consensus, because an initiative backed by large margins in seven congressional districts still would fail if opposed by a slim margin in just one district.</p><p>“It is an astonishing level of unfairness, and it crushes our notion of one person, one vote and majority rule, which we learned about in school as kids,” said Scott Charton, a spokesperson for the Missouri Realtors campaign committees, which have backed previous initiatives.</p><p>Republicans are divided over initiative restrictions</p><p>Though Amendment 4 was referred to the ballot by Republican lawmakers, people at a recent Republican club meeting in Jefferson City were divided about whether to make it harder for citizens to amend the state constitution.</p><p>Rick Kolb said he supports the tougher standards.</p><p>“Our country was founded as a republic not a democracy,” he said. When initiatives appear on the ballot, “everybody votes on these things that they haven’t put any thought into it.”</p><p>But Jim Bryan said he opposes the amendment, fearing it could allow voters in St. Louis or Kansas City to thwart measures supported by the rest of the state.</p><p>“The popular vote is what I want,” he said.</p><p>A new petition could fortify citizen initiatives</p><p>Regardless of the outcome, Tuesday's vote may not be the last on Missouri's citizen initiatives.</p><p>The Respect Missouri Voters coalition submitted more than 300,000 petition signatures — currently being verified by election officials — to try to place a constitutional amendment on the November ballot protecting the initiative process. It would reverse the Legislature's amendment by requiring only a statewide majority to pass citizen initiatives. It also would bar the Legislature from increasing the number of signatures needed to qualify for the ballot, shortening the time to do so or imposing other requirements that weaken initiative rights.</p><p>The measure also would make it harder for the Legislature to reverse or amend voter-approved initiatives by requiring an 80% vote in both the House and Senate instead of a simple majority. That comes after the Legislature last year repealed a paid sick leave law approved by voters and referred a new constitutional amendment to the November ballot to reverse voter-approved abortion rights.</p><p>Supporters insist their measure is nonpartisan, noting that Democratic lawmakers also tried to restrict citizen initiatives before Republicans gained control of the Capitol.</p><p>“Politicians in power want all the power in their hands,” said Benjamin Singer, co-founder of Respect Missouri Voters. “They don’t want citizens to have a check on their power.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DYCQWPK2WGVAZ7IYVCHUSUCCVY.jpg?auth=78d3e9bda0595564bb969ede43da9191b921c0def153b1f57317f3a39dbf3742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Billman, of Columbia, Mo., holds a sign explaining his opposition to a state legislative proposal that would make it harder for voters to approve citizen-initiated constitutional amendments while rallying at the state Capitol in Jefferson City, on Wednesday, Sept. 10, 2025. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWBNGCHIOBNRSLY64VD44VCLRQ.jpg?auth=647388353b251b6e372ba8a339a8e2e6c43316bb8c63aad370e4a42e25bf8fc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Missouri Capitol is shown on Tuesday, Aug. 13, 2024, in Jefferson City, Mo. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AFUOQGUIYVL35XW3XN6VPVZSEU.jpg?auth=a56579ba13b89f175cba6e89001ee746a258f9dece7a1abd67c77055b99d6419&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Liz Kester, a volunteer with the Respect Missouri Voters Coalition, explains her support for a ballot initiative limiting legislative powers while at the Missouri Capitol lawn on Wednesday, Sept. 10, 2025 in Jefferson City, Mo. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[July 31: Rainfall chances increase this afternoon, evening]]></title><link>https://www.local10.com/weather/2026/07/31/july-31-rainfall-chances-increase-this-afternoon-evening/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/31/july-31-rainfall-chances-increase-this-afternoon-evening/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy last day of July! A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m. ]]></description><pubDate>Fri, 31 Jul 2026 10:47:49 +0000</pubDate><content:encoded><![CDATA[<p>Happy last day of July! A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the mid-90s, with a possibility of breaking records. In Miami, I’m forecasting a high of 95 degrees -- the record is 95, set back in 1999. Also in Fort Lauderdale, I’m forecasting 95 -- the record high is 96, set back in 1986. Rainfall chances increase later this afternoon and evening as moisture surges into the region. Westerly flow continues Saturday which may focus showers and storms around the east coast, however a wind shift towards the east on Sunday will shift higher rain chances westward. 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[Immigration crackdown threatens Haitian caregivers and the seniors who rely on them]]></title><link>https://www.local10.com/news/florida/2026/07/31/immigration-crackdown-threatens-haitian-caregivers-and-the-seniors-who-rely-on-them/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/31/immigration-crackdown-threatens-haitian-caregivers-and-the-seniors-who-rely-on-them/</guid><dc:creator><![CDATA[By MATT SEDENSKY and GISELA SALOMON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Who will be there each morning with Solange French’s eggs at breakfast, and who will be ready with soup or fish at lunch? When the 91-year-old needs help in the shower, who will rush to her side, and when it’s time for a doctor’s appointment, who will take her? Who will do the laundry or buy the groceries or clean the house?]]></description><pubDate>Fri, 31 Jul 2026 15:30:02 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Who will be there each morning with Solange French’s eggs at breakfast, and who will be ready with soup or fish at lunch? When the 91-year-old needs help in the shower, who will rush to her side, and when it’s time for a doctor’s appointment, who will take her? Who will do the laundry or buy the groceries or clean the house?</p><p>Until now, the answer has been a doting home health aide from Haiti named Martha Nelson. But with the Supreme Court sanctioning a White House immigration crackdown, Nelson’s permission to stay in the country appears likely to be yanked within days, leaving French worried.</p><p>“She’s with me all the time,” says French. “Life would be impossible.”</p><p>As the Trump administration unwinds years of protections for hundreds of thousands of people from Haiti, twin populations of vulnerable people find themselves in the crosshairs: caregivers in jobs to which those immigrants have flocked, and the older adults and disabled people who rely on them.</p><p>Around the U.S., care homes and home health agencies are bracing for the loss of workers with TPS, which stands for temporary protected status, even as they continue to reel from other immigration policy changes that have squeezed an already short-staffed industry.</p><p>For businesses, it is a predicament that could hurt bottom lines and tax remaining workers. For their clients, it threatens to upend every aspect of their lives.</p><p>“They have become like family,” says Katy Sanchez, who lives in a group home for disabled people in Nanuet, New York, run by The Arc Rockland, which stands to lose 19 caregivers with TPS, on top of 20 others it lost in immigration changes last year. “If they are forced to leave, it would be devastating.”</p><p>Supreme Court ruling paved the way</p><p>The Supreme Court sided with the Trump administration last month, saying it could end temporary protected status. The ruling specifically pertained to 350,000 Haitians and 6,000 Syrians, but immigration advocates and legal observers say it could be applied to a broader group of 1.3 million people from 17 countries.</p><p>The justices' move has been met with weeks of confusion. Immigration officials subsequently granted several extensions to TPS holders that carried through Monday. U.S. Citizenship and Immigration Services issued guidance Wednesday affirming TPS was over, though some attorneys and labor unions have argued work authorization remains intact until lower courts lift an injunction.</p><p>The Department of Homeland Security made light of the TPS expiration, referencing lyrics from a 1998 hit song: “It’s closing time, which means you don’t have to go home, but you can’t stay here.”</p><p>Fearful they might be in breach of the law, some employers have begun terminating TPS holders, to the dismay of their clients.</p><p>Anna Fischbein grew accustomed to visits to her home in Sunny Isles, Florida, from the same kindly Haitian health aide every week for the past 10 years. But Jewish Community Services of South Florida terminated the aide along with 17 others when their TPS lapsed.</p><p>“I lost not only a lady working for me,” the 87-year-old Holocaust survivor says, her voice broken by sobs. “I lost a friend.”</p><p>Facilities scramble to come up with replacement workers</p><p>Around 1 in 5 workers in the U.S. is foreign born, according to the Bureau of Labor Statistics, but immigrants are overrepresented in caregiving roles. Among home health aides, for example, one-third are immigrants, according to PHI, a nonprofit focused on the caregiving workforce.</p><p>In lives upended by age or disability, a cherished caregiver is a lifeline. For someone living in their own home, they may be the last line of defense before institutionalization. For those in a care facility, they may be their strongest advocate, who notices subtle changes before anyone else, ensures small comforts like dollar-store word search books, and brings a sense of humanity to the humiliation of being incontinent.</p><p>“They are the first people they see when they wake up in the morning and they’re the last ones that they see before they go to bed,” says Simone Smith, vice president of human resources at Cabrini of Westchester, a nursing home in Dobbs Ferry, New York, where eight Haitians with TPS await word of their fate.</p><p>Like similar facilities around the country, Cabrini is prepared to scramble to secure replacement staffers from nursing agencies and plead with remaining workers to take overtime shifts. Cabrini’s workforce is about 75% immigrant. Among those with TPS, Smith senses “almost a hopelessness.”</p><p>A Haitian who loses TPS faces an unbearable choice: Attempt to stay in the U.S. and find underground work, tiptoeing through life with fear that authorities will eventually find and remove them. Or return to a country so plagued by gang violence and poverty that many believe it would amount to a death sentence.</p><p>“I’m afraid all the time,” says a Haitian man working at a Brooklyn nursing home who asked for anonymity because of concerns for the safety of himself and his family. “I pay tax to the country. I’m a good person. … All I want is to work. When you work, you are a person.”</p><p>Families wonder what they will do</p><p>Outside a simple brick house in Queens, Nelson stands guard as French steps through her door. On the porch, you might mistake the two for old friends, their bond as much an illustration of what is at risk as it is of how much things have changed.</p><p>The women made the same journey, from Port-au-Prince to New York, four decades apart.</p><p>French was drawn here in 1970 by the potential opportunities she saw. She built businesses as a hairdresser and seamstress. Her late husband made his way as an electrician and contractor. They bought their home. Their children got good educations. They believed they achieved the American dream.</p><p>Nelson came after an earthquake flattened Haiti in 2010. At home, she ran a butcher shop, but after arriving in New York she found work in caregiving roles. She began working for French about three years ago after French fell and broke her hip. Nelson, now 69, has been with her nearly every weekday since.</p><p>Both women felt welcomed by the U.S. when they arrived. But French is saddened to see how views on immigrants have evolved.</p><p>“America is a good country,” French says, “but it has changed.”</p><p>Nelson brings leftovers, tends to French’s chores and is a source of companionship. They watch the news together and talk in Haitian Creole about their families. On weekends, Nelson calls to make sure French has gotten up from bed and nags her to eat.</p><p>“On my days off, I think about her,” Nelson says.</p><p>French says Nelson has become like family. Nelson agrees, saying she sees French as if she’s her own mother, a show of affection and the source of the pair’s one ongoing dispute.</p><p>“You’re not like my daughter,” French protests. “You’re like my sister.”</p><p>For now, the two continue their routine, knowing each shift may be Nelson's last. She keeps a copy of her work authorization zipped in a black cloth pouch that she carries everywhere, in case she is stopped. Each Sunday, she sinks to her knees in church, praying for an answer. She worries for herself and for French.</p><p>“It makes me feel depressed,” Nelson says. “It could be difficult for her without me.”</p><p>___</p><p>Salomon reported from Miami.</p><p>___</p><p>Matt Sedensky can be reached at msedensky@ap.org and https://x.com/sedensky</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z4JCGYFQG7ZARPXC5BZDHUUSAE.jpg?auth=c343f30479c5f140b3b30ad73a544a49f5b92e7a04b7343740c3dd45703106fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A "Fall Risk" alert bracelet marks the walker of Anna Fischbein as she speaks about the loss of a beloved Haitian home health care worker whose Temporary Protected Status expired this week, during an interview in her apartment, Thursday, July 30, 2026, in Sunny Isles Beach, Fla. (AP Photo/Rebecca Blackwell).]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GSDXZVIV3F3BPQUWESTDE45PA.jpg?auth=93018abd8cfb00db79981ae3046c35ca3a28d7ed46d02127d44678c71ad873d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anna Fischbein speaks about the loss of a beloved Haitian home health care worker whose Temporary Protected Status expired this week, as another health care worker with American citizenship waits behind to drive her to a doctor's appointment, during an interview in her apartment, Thursday, July 30, 2026, in Sunny Isles Beach, Fla. (AP Photo/Rebecca Blackwell).]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F3VD7RK4RT2WCOX73AKWGLYGIQ.jpg?auth=276b9094edb2a4c0189beaeae615a0538f0d3ef9abb4f6a1f089cee73ccde010&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miriam Singer, CEO of Jewish Community Services of South Florida, pauses as she speaks of the home health workers she had to let go after their TPS expired Wednesday, July 29, 2026, in Miami Beach, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3OBGE4SNXBRPF4WROJEOUT5YU.jpg?auth=d7ea91af6ac5d42acf2e89742409648b6aa090392617797d9fa47b80552bcfe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People hold Haitian flags and signs during a rally in support of immigrants living in the United States with temporary protected status, or TPS, Thursday, July 9, 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[Senior FIFA executive says staff were deceived over Infantino's World Cup sell-off plan]]></title><link>https://www.local10.com/news/2026/07/31/senior-fifa-official-resigns-over-infantinos-world-cup-sell-off-plan-second-says-it-deceived-staff/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/senior-fifa-official-resigns-over-infantinos-world-cup-sell-off-plan-second-says-it-deceived-staff/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — FIFA's chief operating officer said its staff were deceived by their president Gianni Infantino's World Cup sell-off plan, and suggested on Friday the project must not go ahead.]]></description><pubDate>Fri, 31 Jul 2026 16:17:28 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — FIFA's chief operating officer said its staff were deceived by their president Gianni Infantino's World Cup sell-off plan, and suggested on Friday the project must not go ahead.</p><p>Zurich-based executive Kevin Lamour all but invited Infantino to fire him in a statement to The Associated Press that defended his colleagues amid intense fallout from the FIFA boss' plan to sell stakes in future World Cup profits to private equity funds.</p><p>Lamour wrote that staff were “deceived” by Infantino’s lack of openness in planning the sale over recent months and “deserve better than contempt and intimidation.”</p><p>“It is the project of one person,” Lamour, a long-time colleague of Infantino at both FIFA and European soccer body UEFA, wrote. “Not only must this project not go ahead … but the time has now come for football political leaders to ask themselves the right questions and make the right decisions.”</p><p>Lamour's statement came hours after Infantino's senior adviser Carlos Cordeiro, a former Goldman Sachs banker who represented the soccer body on the White House Task Force for the World Cup, resigned and urged other senior FIFA staff to speak out.</p><p>“I cannot stand by while FIFA considers selling a stake in the World Cup,” Cordeiro wrote in a statement. The former U.S. Soccer Federation president said he was not included in talks about the plan backed by a New York investment fund created by Joshua Kushner.</p><p>“Let me be clear. I had no involvement in this proposal, and I oppose it unequivocally,” Cordeiro said. He called the $20 billion commercial subsidiary “a bad deal for football.”</p><p>Lamour did not resign the post he has held since 2024 but said he had a duty to his colleagues.</p><p>“And if that means I lose my job then so be it” the French official said. “I will understand and respect that decision. At least I’ll sleep well tonight.”</p><p>Lamour came to soccer from politics two decades ago as an aide to then-UEFA president Michel Platini. He often had an international role in soccer politics liaising with FIFA member federations in Africa and Asia who are weighing their own decisions about Infantino's offers of $20 million each by a Sept. 19 deadline.</p><p>Cordeiro often joined Infantino on working visits to meet U.S. President Donald Trump at the White House in recent years.</p><p>“Football has been central to my life, and after more than 35 years in banking I understand both the value of this asset and the consequences of giving part of it away,” he said. “That is why this proposal should be rejected.”</p><p>Infantino has proposed spinning off FIFA’s commercial businesses — including World Cups and Club World Cups for men and women — into a $20 billion subsidiary with 20% owned by private investors. The “anchor investor,” described by FIFA, is Kushner, the younger brother of Trump’s son-in-law Jared Kushner.</p><p>“FIFA already has access to extraordinary financial resources. The organization sits on billions of dollars in reserves and no debt,” Cordeiro said. He noted FIFA's revenue of $15 billion over the last four years tied to the men's World Cup just ended.</p><p>“Against that backdrop, selling a permanent stake in football’s most valuable asset to raise $4.2 billion makes little sense. It is mortgaging football’s future without any compelling justification,” he said.</p><p>Cordeiro said he shared five years of working for FIFA alongside Infantino with “dedicated, principled people who care deeply about the game.”</p><p>“I hope they, too, will speak up,” he wrote, “because decisions of this magnitude should be made in the interests of football, not those who stand to profit from it.”</p><p>Infantino has been president of FIFA for more than 10 years and seemed sure to be re-elected unopposed next March. FIFA has set a Nov. 18 deadline for challengers to come forward.</p><p>Lamour was part of Infantino’s inner circle that campaigned for him to become the surprise winner of that FIFA presidential election in February 2016.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDFXPCIDSKNPWHQFMX72O2FWMQ.jpg?auth=76887a32790b13793f9cd14dec211261c35f50399a3839374dc3d21448c99968&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino speaks during a news conference at the stadium in Mexico City, Wednesday, June 10, 2026, a day before the opening FIFA World Cup match between Mexico and South Africa. (AP Photo/Eduardo Verdugo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QEJHE4E37SXOUDWAJI6UJLXTZQ.jpg?auth=0499df44ed2a03900599c22f7f4aa4208582273a64fb57271458e5268545c7b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - UEFA's deputy general secretary Kevin Lamour, centre, looks on as he stands next to UEFA President Aleksander Ceferin, right, prior to the start of a Group F match between Turkey and Georgia at the Euro 2024 soccer tournament in Dortmund, Germany, Tuesday, June 18, 2024. K(AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EEKBLJGP4IYXZ3ZOFIYENYI2A.jpg?auth=d959bccc9aa24e45770f69100dfbcd14db972c96db7f76f9170da90a743a017d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump answers questions from reporters during a meeting with the White House task force on the 2026 FIFA World Cup in the Oval Office of the White House, Monday, Nov. 17, 2025, in Washington, as FIFA President Gianni Infantino, Secretary of State Marco Rubio and FIFA senior adviser Carlos Cordeiro listen. (AP Photo/Evan Vucci, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[EU to crack down on AI deepfakes, illicit imagery and hacking with new team in Brussels]]></title><link>https://www.local10.com/news/world/2026/07/31/eu-to-crack-down-on-ai-deepfakes-illicit-imagery-and-hacking-with-new-team-in-brussels/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/eu-to-crack-down-on-ai-deepfakes-illicit-imagery-and-hacking-with-new-team-in-brussels/</guid><dc:creator><![CDATA[By SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — The European Union rolled out a new team on Friday to rein in AI companies across the world, in one of the most aggressive regulations the high-tech sector has so far faced as fears rise over the risks the rapidly advancing technology poses to people, politics and prosperity.]]></description><pubDate>Fri, 31 Jul 2026 09:47:29 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — The European Union rolled out a new team on Friday to rein in AI companies across the world, in one of the most aggressive regulations the high-tech sector has so far faced as fears rise over the risks the rapidly advancing technology poses to people, politics and prosperity.</p><p>Brussels aims to track the use of AI models for violations of its new regulations, like the publishing of sexually explicit material, fake photos and videos, and cyber threats to public infrastructure. When the bloc's AI Act comes into force on Sunday, AI companies will be required to make clear to consumers with labels or digital watermarks that chatbots or imagery are generated with AI.</p><p>“As enforcement begins, we are taking an important step towards AI that people and businesses can understand and trust, and whose benefits are shared widely across our society,” said Henna Virkkunen, the EU chief for tech sovereignty, on Friday.</p><p>The European Commission said in a statement that new regulations also include “systemic risks” posed by AI like “chemical, biological, radiological and nuclear incidents, loss of control, cyber offense, harmful manipulation and threats to fundamental rights."</p><p>The team is the latest move in the 27-nation EU’s “tech sovereignty” strategy that welds landmark digital regulations with economic ambition that has seen over the past week billions of euros in fines on Big Tech companies as well as record investment in AI infrastructure inside the bloc.</p><p>The rollout comes on the heels of shocking AI safety failures that rattled the nascent industry. Political leaders worldwide are now weighing control of the technology with market leadership.</p><p>Anthropic said on Friday its artificial intelligence models hacked into three other organizations during testing, just days after ChatGPT maker OpenAI raised concerns over AI controls after it disclosed its rogue models hacked another company.</p><p>The EU is now expanding its AI Office in Brussels with an additional 38 people who will begin monitoring AI companies, from the new firms to the American and Chinese tech titans like OpenAI and DeepSeek.</p><p>Those companies must “document certain information,” said the European Commission, the bloc's tech enforcer, which reserves the right to interview AI company staff during investigations. It has also launched a Whistleblower Tool for tech workers and a Compliance Tool for tech users to confidentially alert authorities to illegal conduct.</p><p>If models or other products break the EU's sector regulations, called the AI Act, Brussels can fine the firms or cut off their access to the EU market. Recent gigantic antitrust fines on U.S. tech companies have irked U.S. President Donald Trump.</p><p>The EU now clearly sees systemic vulnerability in its deep reliance on American software companies like Amazon, Google and Microsoft as well as imports of Chinese industrial goods and critical minerals. While it is seeking protections from AI, it is also keen to catch up in the AI arms race, where it is a distant third behind the U.S. and China.</p><p>More broadly, the EU is seeking more independence from both Washington and Beijing by reinvigorating specific domestic industries like manufacturing and defense and forging new trade deals from Brazil to Australia to meet the global rise in economic nationalism spearheaded by Trump.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZSXQKZ2C7JTORRLNX6RYQBRI4.jpg?auth=d93c2f5f042192c6de9eb74e493569d8f94a7c51e3bdec7d0ad3f846087724dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A data centre is pictured in Frankfurt, Germany, Friday, Aug. 22, 2025. (AP Photo/Michael Probst, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/">Young boy critically injured in accidental shooting in Pompano Beach, deputies say</a></li><li><a href="https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/">Plantation photographer faces judge after post-cruise arrest on child sex abuse video charges</a></li><li><a href="https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/">Family seeks release of Venezuelan woman detained by ICE</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[As heat and dry conditions fan wildfires in France, volunteers fan out to help]]></title><link>https://www.local10.com/news/2026/07/31/as-heat-and-dry-conditions-fan-wildfires-in-france-volunteers-fan-out-to-help/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/as-heat-and-dry-conditions-fan-wildfires-in-france-volunteers-fan-out-to-help/</guid><dc:creator><![CDATA[By MARK CARLSON and MASHA MACPHERSON, Associated Press]]></dc:creator><description><![CDATA[LANTON, France (AP) — With his watering can and bucket, Jean-François Pauner meanders from one small fire to the next along a forest floor, dousing small flareups of wildfires that have swept through woodlands four times the size of Paris in southwestern France.]]></description><pubDate>Fri, 31 Jul 2026 16:01:03 +0000</pubDate><content:encoded><![CDATA[<p>LANTON, France (AP) — With his watering can and bucket, Jean-François Pauner meanders from one small fire to the next along a forest floor, dousing small flareups of wildfires that have swept through woodlands four times the size of Paris in southwestern France.</p><p>“This is the first fire I'm experiencing real-time, and I can tell you it’s vicious," said Pauner, 64. “It’s underground, it comes out at any moment, and no matter how much we try to extinguish it, re-extinguish it, re-extinguish it, it keeps restarting."</p><p>“It’s like a steamroller that’s constantly, constantly rolling,” said Pauner, wearing shorts, boots and sunglasses on a string around his neck on a road through cultivated pine trees, as the ground smoldered.</p><p>Pauner is among the untold numbers of volunteers who have mobilized to support firefighters battling the biggest wildfires in years in France.</p><p>“I’m protecting my forest, and my home,” he said, pouring his watering can into a smoking ditch as if watering a garden, then huffing in the heat.</p><p>Hundreds of thousands forced from their homes</p><p>The wildfires that tore through cultivated forests on an Atlantic coast also known for towering sand dunes and tourist resorts devastated 42,000 hectares (about 162 square miles) west of Bordeaux, driving nearly a quarter-million people out of their homes and vacation sites.</p><p>Europe is facing an extremely hot summer, fueling wildfires from the Atlantic coast to the eastern Mediterranean. The United Kingdom, Spain, Germany, Greece and Turkey battled blazes this week.</p><p>As cooler, more humid air moved into southwest France this week, authorities allowed two-thirds of the 224,000 evacuees to return home, including some more on Friday.</p><p>But the ground still simmers in many places.</p><p>“It’s stabilized, but not totally stopped,” French Interior Minister Laurent Nunez told RTL radio. “Hot spots remain.”</p><p>Volunteers like Pauner — what he calls “little eyes” on watch to report flare-ups to firefighters — do what they can with limited resources. Others have mobilized their trucks and giant jerrycans to supply water to fire crews.</p><p>Drought has left forests dangerously dry</p><p>Prolonged drought and climate change have created fire-prone conditions. Pauner said the region endured more than two months without significant rainfall, leaving vegetation exceptionally dry.</p><p>In the smoking forests, fire crews used rakes to dig down into the smoldering forest floor so buried embers can be doused with water, a long and painstaking job. Ukraine became the latest country to send help, dispatching 70 people and 10 vehicles in the coming days, Nunez said.</p><p>Investigators suspect that contractors clearing away vegetation inadvertently ignited the blaze last week. But other fires have been attributed to arsonists or criminal negligence.</p><p>Nunez said police have made 308 arrests in connection with blazes this summer — more than 120 of them involving minors — and that 33 people have either been convicted or are being held pending court rulings.</p><p>Elsewhere in Europe, fires are also burning</p><p>Blazes continued in other parts of Europe.</p><p>Many parts of Greece were listed at high or extreme risk of wildfires, with strong winds. Three Greek firefighters died fighting fires this week on the southern island of Crete.</p><p>Firefighters were tackling 73 wildfires around the country, 51 of them which broke out on Friday, Fire department spokesman Col. Vassilis Vathrakogiannis said.</p><p>The fire department and coast guard used boats to evacuate more than 250 from one of the largest fires, in Boeotia, and evacuation orders were issued for several other fires, including one on the western fringes of the Greek capital.</p><p>Gale-force winds were hampering aircraft from dumping water on the wildfires, he said.</p><p>In England, where half the country is gripped by drought, firefighters battled a wildfire on an east coast heath in Suffolk, near a nuclear power station that fire services said wasn't threatened. More than 100 firefighters were deployed.</p><p>“I wouldn’t say it is under control," said Henry Griffin, a fire officer.</p><p>___ Macpherson reported from Paris. Elena Becatoros in Athens, Greece, Danica Kirka in London, Jamey Keaten in Geneva and John Leicester contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EFG7RLC2WBFRV4F2QHIOZIQEAI.jpg?auth=b4e7059cfb1ab16aac6194b356ecfa0251247eb211975172787d0b927f8e4856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A picture taken from the French Civil Security rescue coordination helicopter shows a firefighting plane dropping water during a wildfire in Le Porge, France, Firday, July 31, 2026. (Sarah Meyssonnier/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Meyssonnier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RA3YXA2T4SKUPQ6GUECUN3EY5U.jpg?auth=93a698dad3fc4bab448ca5662b7a6fbcaa441c5b2d48a3ca23a7c173ac063aa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter works to extinguish fires near Lege-Cap-Ferret, southwestern France, Friday, July 31, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3KOGVOFHF2M5AGCS7YMZTAKQY.jpg?auth=6d8739868551f50b8cfe163df37aec5d41d4b12eb37add0a2ce180b4018352f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters put hoses away as they battle fires near Lege-Cap-Ferret, southwestern France, Friday, July 31, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBIQESGZBVUEVX7MM4BMWXNS2E.jpg?auth=37302d34af32bbb6089833749f01504f01bad9eac38837cec5915c1d1f7db596&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters pull hoses as they battle fires near Lege-Cap-Ferret, southwestern France, Friday, July 31, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RBYR5V74YPMR62KX2WRCFPVJCU.jpg?auth=d7f6c94df83617a9f8bf8fd88a9a18e8beb4764e084e7f6027bcf70c86af0c1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter unrolls a hose as he battles fires near Lege-Cap-Ferret, southwestern France, Friday, July 31, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[Rights group says Russia-linked airstrike in Mali killed 8 civilians last month]]></title><link>https://www.local10.com/news/world/2026/07/31/rights-group-says-russia-linked-airstrike-in-mali-killed-8-civilians-last-month/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/rights-group-says-russia-linked-airstrike-in-mali-killed-8-civilians-last-month/</guid><dc:creator><![CDATA[By MARK BANCHEREAU, Associated Press]]></dc:creator><description><![CDATA[DAKAR, Senegal (AP) — Human Rights Watch said Friday that Russian government-controlled Africa Corps aircraft killed eight civilians, including three children, in an airstrike on a village in central Mali last month.]]></description><pubDate>Fri, 31 Jul 2026 09:13:38 +0000</pubDate><content:encoded><![CDATA[<p>DAKAR, Senegal (AP) — Human Rights Watch said Friday that Russian government-controlled Africa Corps aircraft killed eight civilians, including three children, in an airstrike on a village in central Mali last month.</p><p>The rights group said an attack aircraft identified as a Russian Sukhoi Su-24 dropped two munitions on Kyrnia village in the Mopti region on June 15. One strike hit near the home of the village chief, killing his wife and three children. The second hit a nearby cattle market, killing four men. No fighters from the Islamic militant group JNIM, which has controlled the village for six years, were reported among the casualties.</p><p>The Associated Press was not able to independently verify the claims by Human Rights Watch.</p><p>Mali has been plagued for over a decade by militants affiliated with al-Qaida and the Islamic State group, including JNIM, as well as a Tuareg separatist rebellion in the north.</p><p>Violence escalated in recent months after an alliance of JNIM and Tuareg separatists carried out the largest coordinated attack in over a decade, targeting the airport of the country’s capital, Bamako, the nearby garrison town of Kati, and several northern and central cities.</p><p>April’s attacks exposed the weaknesses of Mali’s strategy to combat the rebellion, including relying on Russia, which has partnered with the military-led government after it distanced itself from former allies such as France.</p><p>Russian mercenaries have been present in Mali since late 2021 to help its military junta fight militants and separatists. Last year, Africa Corps, which reports to Russia’s Defense Ministry, replaced the private mercenary Wagner Group in the country.</p><p>Human Rights Watch said it interviewed 19 people, analyzed satellite imagery, and reviewed a video the Africa Corps posted online describing the strike last month as targeting a “terrorist” gathering. Researchers said roughly 100 JNIM fighters were in the village at the time but were mostly gathered elsewhere, and that the strikes did not appear to target a clear military objective.</p><p>The rights group called on Mali’s government to investigate the strike and hold those responsible accountable, saying it could otherwise be complicit in war crimes.</p><p>Russia’s Defense Ministry did not immediately respond to a request for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U3OHWN77JHUBRK6SNV3FYUHGGI.jpg?auth=8bb3291e028f96d5a98cc461ac5cdbdf770d2f874060d93171a1f3ee8b544c45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Tuesday, April 12, 2016 photo provided by the U.S. Navy, two Russian Sukhoi Su-24 attack aircraft fly near USS Donald Cook in the Baltic Sea. (U.S. Navy via AP, file)]]></media:description></media:content></item><item><title><![CDATA[Pressure rises on Infantino and FIFA's World Cup investor plan as adviser resigns and Asia opposes]]></title><link>https://www.local10.com/sports/2026/07/31/pressure-rises-on-infantino-and-fifas-world-cup-investor-plan-as-adviser-resigns-and-asia-opposes/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/pressure-rises-on-infantino-and-fifas-world-cup-investor-plan-as-adviser-resigns-and-asia-opposes/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — Pressure on FIFA President Gianni Infantino and his divisive plan to sell World Cup profits to private equity grew Friday as his senior adviser who sat on a White House panel resigned and Asia's soccer body joined Europe and North America in opposing it.]]></description><pubDate>Fri, 31 Jul 2026 13:54:54 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — Pressure on FIFA President Gianni Infantino and his divisive plan to sell World Cup profits to private equity grew Friday as his senior adviser who sat on a White House panel resigned and Asia's soccer body joined Europe and North America in opposing it.</p><p>An expanding crisis for soccer's governing body reached into Infantino's longtime inner circle when his pick to represent FIFA on the White House Task Force for the World Cup walked away calling the Joshua Kushner-backed $20 billion commercial subsidiary plan “a bad deal for football.”</p><p>Carlos Cordeiro is a former Goldman Sachs banker and officially Infantino's Senior Adviser yet revealed he was not involved in the secretive investment plan that has rocked the sport since media reports revealed it Tuesday.</p><p>“I cannot stand by while FIFA considers selling a stake in the World Cup,” Cordeiro said in a statement formally resigning, just hours after FIFA insisted in a statement: “Nobody is selling football.”</p><p>Cordeiro's exit — and call for other senior staff to speak out — intensified scrutiny on Infantino one day after European soccer body UEFA threatened to boycott all FIFA games and events until the plan is dropped. North America's CONCACAF also rejected Infantino’s offer of one-off $20 million payments to each member federation by a mid-September deadline.</p><p>Cordeiro often joined Infantino on working visits to meet U.S. President Donald Trump at the White House in recent years, and took part in meetings of the administration's World Cup task force led by Andrew Guiliani.</p><p>“Let me be clear. I had no involvement in this proposal, and I oppose it unequivocally,” said Cordeiro, the former U.S. Soccer Federation president.</p><p>Asia joins Europe and North America</p><p>On another seismic day in soccer politics, Asia’s soccer body that has been a key ally in Infantino's 11-year presidency opposed the investor plan and said FIFA must urgently review its management style</p><p>The Asian Football Confederation said it “stands in solidarity” with UEFA and CONCACAF, the first two continental bodies to oppose Infantino whose combined 90 FIFA member countries near a majority of the 211 global total.</p><p>“Football should never have been placed in such a position,” said the Asian soccer body, which counts 46 of FIFA's 211 members</p><p>Infantino has proposed spinning off FIFA's commercial businesses — including World Cups and Club World Cups for men and women — into a $20 billion subsidiary with 20% owned by private investors.</p><p>The “anchor investor,” described by FIFA, is a New York-based investment firm created by Joshua Kushner, the younger brother of Trump’s son-in-law Jared Kushner.</p><p>“(T)he proposed (FIFA Forward Enterprise) cannot realistically achieve the necessary broad consensus and unity required to move forward” and must be reconsidered, the AFC said.</p><p>The statement did not name Infantino yet criticized FIFA for problems beyond the content of the private equity plan plus failing to consult about the secretive proposal.</p><p>“Rather, it has exposed fundamental weaknesses in FIFA’s consultation and decision-making processes that must now be addressed,” said the AFC, whose longtime president Sheikh Salman bin Ibrahim Al Khalifa narrowly lost the FIFA presidential election to Infantino in 2016.</p><p>“Accordingly, the AFC calls upon FIFA to undertake an urgent review of its governance and decision-making framework,” said the organization based in Kuala Lumpur, Malaysia.</p><p>Infantino's job at risk?</p><p>Infantino had seemed — 11 days ago after the World Cup final in East Rutherford, New Jersey — to have a clear path to being reelected unopposed for a fourth and final term in office through 2031.</p><p>FIFA had briefed during the tournament that Infantino had letters of support from about 200 members, despite a furor over letting United States forward Folarin Balogun play against Belgium even though he received a red card in his previous game. Trump acknowledged asking Infantino to review Balogun's mandatory one-game ban.</p><p>FIFA has set a Nov. 18 deadline for potential candidates to declare in a presidential vote of the 211 members scheduled next March in Rabat, Morocco.</p><p>FIFA blames the media</p><p>The Asian statement came hours after FIFA blamed the media and doubled down on pursuing the project which now seems to have a majority of the 211 in opposition.</p><p>“Our planned consultation process was disrupted by incorrect media reports,” FIFA said in a statement early Friday. “We will proceed with this consultation process to ensure that each (member) has the ability to express its vote based on facts.”</p><p>The next FIFA event that would be targeted by the threatened European boycott is within weeks — the Women’s Under-20 World Cup hosted by Poland from Sept. 5. The four British federations comprise FIFA’s only bidder to host the 2035 Women’s World Cup. That decision is due Nov. 23.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDFXPCIDSKNPWHQFMX72O2FWMQ.jpg?auth=76887a32790b13793f9cd14dec211261c35f50399a3839374dc3d21448c99968&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino speaks during a news conference at the stadium in Mexico City, Wednesday, June 10, 2026, a day before the opening FIFA World Cup match between Mexico and South Africa. (AP Photo/Eduardo Verdugo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CBJHZTK3MDMPXCZTFKLJ3GSFDA.jpg?auth=80d5c157ac1984b858ac29932f2301e957c5d5f58dd5ccdb25d77b79aa72cc05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Asia Football Confederation President Salman Bin Ibrahim Al-Khalifa, left, poses with FIFA President Gianni Infantino during an inauguration ceremony for the new building of the Asia Football Confederation in Kuala Lumpur, Malaysia Tuesday, Oct. 30, 2018. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GCQNK7UDWHGYOJLYAAQTUASDRM.jpg?auth=566b16e6d7c7ca37c8d09e2378199356d19149151bbc5a75f91c0ab53c7125e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - UEFA President Aleksander Ceferin, right, and FIFA President Gianni Infantino pose during the 48th UEFA congress in Paris, Thursday, Feb. 8, 2024. (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/4KRC4RPZ2PEDJBOGW4VBZQDDYA.jpg?auth=97fdf92a9f2a1e37a4301df8497860935855695017de6142aa2ec976d796c35b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump holds up a red card during a meeting with FIFA president Gianni Infantino, center, and United States Soccer Federation president Carlos Cordeiro, left, in the Oval Office of the White House, Aug. 28, 2018, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[60,000 migrants crossed into Spanish territory of Ceuta, but many soon left voluntarily]]></title><link>https://www.local10.com/news/world/2026/07/31/60000-migrants-crossed-into-spanish-territory-of-ceuta-but-many-soon-left-voluntarily/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/60000-migrants-crossed-into-spanish-territory-of-ceuta-but-many-soon-left-voluntarily/</guid><dc:creator><![CDATA[By SERGIO RODRIGO RUÍZ, RENATA BRITO and SUMAN NAISHADHAM, Associated Press]]></dc:creator><description><![CDATA[CEUTA, Spain (AP) — About 60,000 migrants crossed from Morocco into Spain’s tiny Ceuta territory in the past 24 hours, Ceuta's president said Friday, a figure that is equivalent to 70% of the population of the city in North Africa. At least 57 migrants died on the journey.]]></description><pubDate>Fri, 31 Jul 2026 17:16:18 +0000</pubDate><content:encoded><![CDATA[<p>CEUTA, Spain (AP) — About 60,000 migrants crossed from Morocco into Spain’s tiny Ceuta territory in the past 24 hours, Ceuta's president said Friday, a figure that is equivalent to 70% of the population of the city in North Africa. At least 57 migrants died on the journey.</p><p>But roughly half of the people who made the crossing soon made their way back voluntarily, the Spanish government said, after the sudden arrival of so many migrants triggered chaos and a humanitarian crisis.</p><p>Some migrants swam several miles through the sea and faced down authorities who tried to turn them back with water cannons, tear gas and warning shots. Those who died included some who drowned or were killed in a stampede to cross a breakwater barrier near a border checkpoint.</p><p>Spain deployed its armed forces and additional police to restore order in Ceuta, which sits on the Strait of Gibraltar at the entrance to the Mediterranean Sea and has been a Spanish possession since 1580. On the Moroccan side of the border, security forces clashed with migrants.</p><p>“The situation that Ceuta is going through is absolutely unsustainable,” Ceuta President Juan Jesús Vivas told journalists.</p><p>Meanwhile, migrants from Morocco also attempted to cross into Melilla, Spain’s other territory at the tip of North Africa, where they clashed with police.</p><p>Spanish Prime Minister Pedro Sánchez visited Ceuta on Friday and condemned the border breach, which he described as “a violation of Spain's territorial integrity.”</p><p>Sánchez blamed human smugglers for the crisis, saying they “deceive so many young people and ultimately lead many of them to their deaths," whether in the ocean or in the city.</p><p>The Spanish Interior Ministry released its own figures shortly after Vivas’ spoke, estimating that some 50,000 people had crossed from Morocco since Thursday. It added that 37,500 had already returned to Morocco by Friday afternoon, with hundreds more going back by the hour.</p><p>Rachid Sbihi, who leads a local workers association representing Civil Guard officers, described the situation as a “serious humanitarian crisis,” saying thousands of migrants, including unaccompanied children, were left sleeping in parks and on sidewalks, while others roamed the streets aimlessly.</p><p>“It’s chaotic,” Sbihi said.</p><p>The Moroccan Interior Ministry did not immediately respond to a request for comment on the migrant figures released by the Spanish authorities.</p><p>European Commission President Ursula von der Leyen said the images from Ceuta "are unacceptable.”</p><p>“We cannot allow anyone to come to our Union without abiding by our rules,” she said Friday in an online statement. “Dangerous crossings must stop immediately. Smuggling networks must be dismantled. And returns must be swift, as our rules allow.”</p><p>Dozens died in the chaos</p><p>Some of the 41 people who died had drowned, Sbihi said, but some were also killed in a stampede to cross the breakwater fence at Tarajal Beach, an urban beach near a border checkpoint with Morocco. The waters near the border fence were littered with buoys, shoes and other abandoned belongings.</p><p>Many young Moroccans who crossed into Ceuta told The Associated Press that they had hoped to find better work opportunities in Spain but were returning given the mayhem in Ceuta.</p><p>“There’s nothing at home. I’d have to work 12-hour shifts for a meager wage. That’s why I came here,” said 21-year-old Abdulah Buji, who hails from the city of Tetouan. “But I haven’t found any opportunities here either, so I have to go back.”</p><p>Moroccan police used water cannons and fired warning shots into the air to prevent migrants from crossing into Ceuta, according to rights groups in Morocco.</p><p>Morocco’s ambassador to Spain said the situation in Ceuta had unfolded against Morocco’s wishes.</p><p>“We have always prioritized legal, orderly and safe migration for all,” Karima Benyaich said. She did not comment on what prompted the migrants to cross into Ceuta.</p><p>To reach Ceuta, on the northern African coast, migrants often swim from the Moroccan town of Fnideq, covering about 3 miles (5 kilometers) to reach Spanish territory. Others attempt the crossing from the nearby town of Belyounech, where the distance is shorter.</p><p>Border surge linked to Supreme Court ruling</p><p>The authorities in Ceuta and Madrid have linked the border surge to a recent decision by the Spanish Supreme Court, which ruled that migrants arriving by sea could not be summarily deported, unlike those who cross by land or climb the border fence.</p><p>Sánchez said migrant smugglers misinterpreted the ruling.</p><p>The interpretation of the Supreme Court’s ruling “spread like wildfire over the past few hours through the networks of human trafficking organizations,” triggering the surge, Sánchez said.</p><p>Spanish prime minister has bucked anti-immigration trend</p><p>Sánchez has bucked the anti-migration trend that has gained ground across Europe and in the U.S.</p><p>Earlier this year, his government moved to give residency and work permits to hundreds of thousands of migrants already living in the country without permission.</p><p>Sánchez, a Socialist, argued that it would be good for the economy and the demographics of an aging Spain. Migrants who entered irregularly after Jan. 1 this year were not included.</p><p>His critics have jumped at the opportunity to attack his policy, saying it encouraged more migrants to come.</p><p>“Sánchez allows Spain to be invaded through Ceuta,” Spanish conservative politician Isabel Díaz Ayuso wrote on X.</p><p>The U.S. State Department expressed its support for “the people of Spain, and all Europeans, against this egregious violation of their sovereignty and human rights.”</p><p>In a post on X, the department added that “this unacceptable incident is the direct result of the Spanish Government’s deliberate efforts to enable and facilitate mass illegal migration into Europe.”</p><p>Sánchez on Friday defended his migration policy and distanced it from the events in Ceuta.</p><p>The chaos had ripple effects abroad. Italy temporarily suspended the its open-border Shengen agreement with Spain, re-imposing border controls for air and sea. The Interior Ministry said the decision amounted to a “closure” of the borders, but experts said it was merely a resumption of border controls. The agreement allows travelers to fly between the two countries without presenting passports.</p><p>French Interior Minister Laurent Nunez said France would also strengthen border checks with Spain.</p><p>“This crisis in Ceuta has nothing to do with the regularization of migrants adopted by the Government of Spain, as is being falsely claimed by some,” the Spanish government said in a statement late Thursday after Meloni's announcement.</p><p>Pressure grows on second Spanish territory in Africa</p><p>Migrants from Morocco also attempted to cross into Melilla, the other Spanish territory at the tip of North Africa.</p><p>There was widespread chaos in Bni Nsar, the Moroccan town bordering the Spanish territory, where migrants clashed with police, throwing rocks and setting police vehicles ablaze, according to local media and rights groups. They reported injuries among security forces and the arrest of dozens of people attempting to cross.</p><p>Like Ceuta, Melilla is an self-governing Spanish city. Many Moroccans consider both cities to be occupied territory.</p><p>___</p><p>Naishadham reported from Madrid. Brito reported from Barcelona, Spain. Associated Press journalists Joseph Wilson in Barcelona, Spain; Akram Oubachir in Casablanca, Morocco; and Antonio Sempere in Ceuta, Spain, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVG57OWUW4FLFCD4QIUYVXBDLE.jpg?auth=a47c6b30ece7179ee3bd0ffafed1ee238d0cf28353ec575c546199f17010011a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants return to Morocco from the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7VY5LGJ32CY35MWF6OZBCBRL5U.jpg?auth=3983c31f6b24f5be58756bb3fe7d7749a7c9c3ddd0410cf8b9b842ddfd09d149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants rest outside the Temporary Center for Immigrants (CETI) after crossing from Morocco into the Spanish enclave of Ceuta, Friday, July 31, 2026. CETI is the Spanish acronym for the migrant reception center. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GO6KA4SXM75C5RGHCFLPFUFO2Q.jpg?auth=15af1f5555dcab311558f363c6e38e677548148ee057328ed070651f5f6ae153&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A migrant runs from Spanish police officers as they cordon off access to the beach for people crossing from Morocco into the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYDROYTHRVQAEKJNMRM5OO5XXE.jpg?auth=218fb6a72d70e55732e45525000abd9f6a6d0c56e600d327acc333b72e165de1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belongings left behind by migrants float in the sea after they crossed from Morocco into the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EXI7RMPNABW4HLWSB72WL4TFE.jpg?auth=b46bfdd8f2f25b1023be4accbda6a59c48845a27e9aa6e4286a4302c4a3255da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Ceuta territory is seeing an influx of migrants. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[34 miners killed in a methane explosion at a coal mine in southwestern Pakistan]]></title><link>https://www.local10.com/news/2026/07/31/34-miners-killed-in-a-methane-explosion-at-a-coal-mine-in-southwestern-pakistan/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/34-miners-killed-in-a-methane-explosion-at-a-coal-mine-in-southwestern-pakistan/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[QUETTA, Pakistan (AP) — A methane gas explosion at a coal mine in southwestern Pakistan killed 34 miners, authorities said on Friday, despite an overnight rescue attempt.]]></description><pubDate>Fri, 31 Jul 2026 06:54:42 +0000</pubDate><content:encoded><![CDATA[<p>QUETTA, Pakistan (AP) — A methane gas explosion at a coal mine in southwestern Pakistan killed 34 miners, authorities said on Friday, despite an overnight rescue attempt.</p><p>Rescuers recovered 32 bodies from the mine on the outskirts of Quetta, the capital of Balochistan province, and were working to retrieve the remaining two, the Provincial Disaster Management Authority said in a statement.</p><p>Mine inspector Ghani Baloch said authorities initially believed 42 people had been inside the mine when the explosion occurred Thursday.</p><p>Balochistan’s Minister for Mines and Minerals Shoaib Nosherwani expressed condolences to the victims’ families and announced compensation of 500,000 Pakistani rupees (about $1,800) for the family of each victim. He said authorities would investigate the cause of the explosion and review safety measures at coal mines across the province.</p><p>Deadly accidents are common in Pakistan’s coal mining industry, particularly in Balochistan, where many mines lack adequate ventilation, gas-monitoring systems and other basic safety measures.</p><p>Despite the dangers and low wages, thousands of workers rely on coal mining for their livelihoods in Balochistan, Pakistan’s largest but least-developed province, where poverty and unemployment remain widespread.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNHSGOA7LJ7TCRM35KVRDI5MOM.jpg?auth=274786f60947dad10108bb9cc5270db1d55c4720407bf4c37149d29e654c4aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People place the body of a miner recovered after an explosion inside a coal mine, into an ambulance on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EATCEUS6KZVTUH3DS5URUKYUGE.jpg?auth=9f46e9f0340371daa522798ed64f1061d7f4ac01343320d1f8b09a7f70aa3864&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People transport the body of a miner recovered after an explosion inside a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZZUXPUY5WTUNQNRG7QK6YDBBQ.jpg?auth=482e9723f651c95412418a1d13000752e784a14b741461d548e526b63b1ec543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People transport the body of a miner recovered after an explosion inside a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AI4SYGA3JZNX2FWUAYKFH5NOQE.jpg?auth=60cca44714fb5f246c69e35230297221b6577c04ed65a829505b1c104f01eca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man comforts a miner mourning fellow miners killed in an explosion at a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content></item><item><title><![CDATA[Israelis worry about weakening connection with younger Jewish Americans]]></title><link>https://www.local10.com/news/politics/2026/07/31/israelis-worry-about-weakening-connection-with-younger-jewish-americans/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/israelis-worry-about-weakening-connection-with-younger-jewish-americans/</guid><dc:creator><![CDATA[By GIOVANNA DELL'ORTO, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Israelis across political and religious lines are worried about the weakening connection with younger Jewish Americans — who, according to a recent AP-NORC poll, tend to consider support for Israel less crucial to their Jewish identity than older adults.]]></description><pubDate>Fri, 31 Jul 2026 13:46:04 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Israelis across political and religious lines are worried about the weakening connection with younger Jewish Americans — who, according to a recent AP-NORC poll, tend to consider support for Israel less crucial to their Jewish identity than older adults.</p><p>“It’s extremely important to us,” said Itai Nixon, who leads the diaspora department for Israel’s Ministry of Diaspora Affairs. “We’re the state of the Jewish people, not just Israelis.”</p><p>Lesley Sachs, who has protested the current Israeli government and chairs the Israel Movement for Progressive and Reform Judaism, also considers a close relationship with diaspora Jews a “strategic asset” for both Israel and Jews worldwide.</p><p>So she’s greatly concerned about diaspora Jews losing the sense that Israel can be a homeland for them, especially as rising antisemitism targets them regardless of political and religious affiliations.</p><p>“That was always really, really important that everybody around the world, especially after the Holocaust, knows that there is a country that will always take them,” Sachs said in her synagogue in Tel Aviv. “This is already a few generations after, and this is less prominent in their DNA. And I think that this is really a failure on the part of both Israel and world Jewry, that we have not managed to keep that prominent.”</p><p>Since 2000, Taglit-Birthright Israel has brought a million Jewish young adults from the United States and elsewhere for a free 10-day “discovery” tour of Israel. The organization’s CEO says it’s more necessary than ever to show what their connection to Israel could be like beyond controversial politics.</p><p>“That really increases the importance of my job to expose people to what they give up on,” said Gidi Mark. “What we give them is a mirror.”</p><p>The staunch Israel-US relationship shows some cracks</p><p>Israel and the United States have long been staunch allies. U.S. President Donald Trump and Israel’s Prime Minister Benjamin Netanyahu met in Washington earlier this week to discuss the war against Iran they launched together five months ago.</p><p>“The United States is perceived as the best friend of Israel in the entire world, and that’s still the case,” said Tamar Hermann, who directs the Israel Democracy Institute’s Viterbi Center for Public Opinion and Policy Research in Jerusalem.</p><p>Divisions over the ceasefire in the Iran war, however, have weakened Jewish Israelis’ belief that Trump prioritizes Israel’s security — from 64% in March to 26% in June — according to the center.</p><p>Amid diplomatic tensions, the role of Jewish Americans who historically lobbied for political, military and financial support for Israel gains new prominence, Israelis said. And that deepens the concern that many young progressive Americans, including Jews, now see supporting Israel in any way as irreconcilable with their worldview.</p><p>The decline in support for Israel has become particularly stark since the Oct. 7, 2023, attack when Hamas-led militants killed 1,200 people, mostly civilians in southern Israel, and abducted 251 others. Israel’s ensuing war against Hamas in Gaza has killed more than 73,000 people, according to the Gaza Health Ministry. The ministry, which was part of the recently dissolved Hamas-run government, maintains detailed records viewed as generally reliable by U.N. agencies and international organizations. It does not distinguish between civilians and militants but says women and children make up around half of all fatalities.</p><p>That in turn ignited protests across the United States, especially on college campuses.</p><p>“Holocaust, refugees, the importance of Israel in times of need abroad, and the fact that Israel is a small country fighting for its existence … that’s history they read in a book,” Sachs said of younger Jewish Americans. “They weren’t emotionally part of it in any way or any form. And so they look at their values and the things that they believe in. And they don’t see it in Israel.”</p><p>Jewish Americans have complicated relationship with Israel</p><p>Only about 4 in 10 religious Jewish adults under 45 in the United States say that supporting Israel is “extremely” or “very” important for their Jewish identity, while about half of older religious Jewish adults do, according to the AP-NORC poll.</p><p>The survey of 1,022 Jewish adults — including people who identify as Jewish by religion and religiously unaffiliated people who identify as Jewish through culture, ethnicity or family background — also found that only about half of religious adults say Israel’s ongoing military operations in Gaza are justified. The number drops to 2 in 10 among Jewish adults without a religious affiliation.</p><p>At the same time, about 6 in 10 Jewish adults say prejudice against Jewish people is an “extremely” or “very” serious problem in the United States today.</p><p>To many Israelis, safety threats against Jews make it all the more tragic — and dangerous — that young Jewish Americans do not see the state of Israel as a refuge or even an ally.</p><p>“Antisemitism sadly helps us to explain why a Jewish homeland is not a bad idea,” said Asaf Zamir, a deputy mayor of Tel Aviv who served as consul general in New York. “Opposing the government is fine, but you cannot understand your history as a Jew without understanding the part of Israel in it.”</p><p>Israel reaches out to secular and liberal Jews in North America</p><p>In order to promote deeper attachment between Israel and diaspora Jews, both the government and religious organizations are reinforcing exchange programs. For decades, young Israelis have traveled to Jewish summer camps across North America, and non-Israeli Jews get free trips to Israel.</p><p>“To see Israel and meet Israelis is the gold standard,” Itai Nixon said of programs bringing teens to the country.</p><p>Taglit-Birthright’s Gidi Mark said that since 2023, with multiple wars, tour participants are fewer — and their reactions to touring Israel have also changed. He recalled one participant shouting “Israel! Israel!” outside his hotel just because he felt safe to express himself.</p><p>“These people don’t feel free to experience who they are in the places that they are coming from,” Mark said.</p><p>These and other initiatives are focusing on secular Jews and adherents to Reform Judaism. The largest branch of the religion in North America, it emphasizes progressive values such as social justice.</p><p>Orthodox Jews abroad tend to have stronger ties to Israel — and Orthodox Jews in Israel tend to see themselves as closer to diaspora Jews than do secular Israelis, Hermann said.</p><p>Within the Israeli Reform movement, which is a small part of Judaism in the country, there’s a push to send more young Israelis to the United States, including as camp counselors.</p><p>“That kind of action is important, that one-on-one connection saying, ‘You know what, we believe in the same things you do. Really, we have the same ideology in general, and we feel we need to change Israel together,'" Sachs said. “We need to be partners in making Israel the country that we all need.”</p><p>Alma Edry, 18, is spending two months as a counselor at a progressive Jewish summer camp in Ontario with teens and young adults from Canada and the United States. She said her biggest surprise has been “that Israel is such a big deal for people outside the country.”</p><p>“Most of their friends are anti-Israel,” she said of the campers. “This is their chance to celebrate their connection.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CB44KA5GTS7X2SVAQ4MWMOEGCU.jpg?auth=2dee79d0470bc4103d4373c598484c3ae067a26d775e9aabc8cb3f35fc3e89b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A U.S. flag is seen through a hole torn in an Israel national flag, as they wave in the wind at a horse ranch, near the southern Israeli town of Sderot, Friday, Nov. 20, 2020. (AP Photo/Oded Balilty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Oded Balilty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4TZX5XC4RDNMG4OLJUBRGROT6M.jpg?auth=bcc52f8cf00a078d9e5dc0d1071a79d16883ad34ae24f171e2e09f97a6e8bcad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Image of the U.S. and Israeli flags is projected on the walls of Jerusalem's Old City, Sunday, July 22, 2025. Following the U.S. involvement in the war between Israel and Iran. (AP Photo/Mahmoud Illean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content></item><item><title><![CDATA[Anthropic says its AI models hacked 3 organizations during testing]]></title><link>https://www.local10.com/business/2026/07/31/anthropic-says-its-ai-models-hacked-3-organizations-during-testing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/anthropic-says-its-ai-models-hacked-3-organizations-during-testing/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[Anthropic said its artificial intelligence models hacked into three other organizations during testing, just days after ChatGPT maker OpenAI raised concerns over AI controls after it disclosed its rogue models hacked another company.]]></description><pubDate>Fri, 31 Jul 2026 09:52:05 +0000</pubDate><content:encoded><![CDATA[<p>Anthropic said its artificial intelligence models hacked into three other organizations during testing, just days after ChatGPT maker OpenAI raised concerns over AI controls after it disclosed its rogue models hacked another company.</p><p>Anthropic, the San Francisco-based AI company behind Claude, posted on its website Thursday that it discovered the three incidents after reviewing more than 141,000 evaluation runs.</p><p>It had launched a “large-scale” cybersecurity review which specifically looked for evidence whether its AI models were able to access the internet from within testing environments that should have been sealed off, in response to the OpenAI incident, Anthropic said.</p><p>Anthropic said the models involved in the incidents were Claude Opus 4.7, Claude Mythos 5 and an internal research test model. The earliest incidents date to April, the AI company said.</p><p>“Claude compromised the impacted organizations’ infrastructure using basic techniques,” Anthropic said, such as exploiting weak passwords.</p><p>In all three incidents, the AI models were tasked with a “capture the flag” cybersecurity challenge, which Anthropic said has been one of the ways it assesses a model’s cyber capabilities.</p><p>The models were given a fictional scenario and told a piece of secret information, or the “flag,” had been hidden on a different machine on the network with the objective of breaking in and retrieving it, it said.</p><p>It added that it had already reached out to the affected organizations, which it did not name. Two of them said they had not previously detected the activity. Anthropic said it was “continuing to reach out to the third.”</p><p>Anthropic said it conducted its review with Irregular, which describes itself as the “first frontier security lab.”</p><p>“Addressing these risks will require closer cooperation across the AI ecosystem,” Irregular said in a post on X.</p><p>Last week, OpenAI said its AI models went rogue during an evaluation of its models, breaking into the servers of AI startup Hugging Face. OpenAI described it as a “significant security incident.”</p><p>These incidents have highlighted the vulnerabilities in AI security and controls and raised questions over how AI can be safely kept under human control as the technology’s usage becomes more widespread globally.</p><p>Researchers have warned for years about risks from technology and the need for stronger AI defensive engineering.</p><p>“Safety testing happens before a model is released precisely because we don’t yet know what it is capable of,” Anthropic said on Thursday on its website.</p><p>Kok Tin Gan, co-founder & CEO of cybersecurity firm NyxLab, which specializes in cybersecurity and threat detection, believes there will be more such incidents in the future.</p><p>“It is increasingly about governing what agents are available to the AI, what authorities they possess, which actions require approval, and how we ensure they remain within scope,” Gan said.</p><p>But the future of AI safety extends beyond just the safety of AI models, he said.</p><p>“If we simply give the AI a goal and allow it to decide how to achieve it, we should not be surprised when it takes actions that technically satisfy the objective, but fall outside our intended scope or expectations,” Gan said.</p><p>Therefore, stepping up the governance of the organizations and authorities behind these AI models is going to be increasingly important, he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UBK4KMKYKQLXAZX6OIFXEVIK4.jpg?auth=394cd2d9c319bcd6b626590ea43d8737aed34de37dc0c4c27e5d1bf1b7deb062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logo are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content></item><item><title><![CDATA[An Australian jury convicts British entertainer Yung Filly of assault as he weeps in court]]></title><link>https://www.local10.com/entertainment/2026/07/31/an-australian-jury-convicts-british-entertainer-yung-filly-of-assault-as-he-weeps-in-court/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/31/an-australian-jury-convicts-british-entertainer-yung-filly-of-assault-as-he-weeps-in-court/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PERTH, Australia (AP) — An Australian jury convicted the British social media celebrity and rapper Yung Filly on Friday of assaulting a fan following a music performance two years ago, but did not find him guilty of allegations that he raped and choked her.]]></description><pubDate>Fri, 31 Jul 2026 05:41:16 +0000</pubDate><content:encoded><![CDATA[<p>PERTH, Australia (AP) — An Australian jury convicted the British social media celebrity and rapper Yung Filly on Friday of assaulting a fan following a music performance two years ago, but did not find him guilty of allegations that he raped and choked her.</p><p>The 30-year-old entertainer, whose real name is Andres Felipe Valencia Barrientos, wept after the verdicts were delivered in the District Court of Western Australia state in Perth.</p><p>He had pleaded not guilty to six charges of rape, three charges of assault occasioning bodily harm and one count of choking in a Perth hotel room in September 2024.</p><p>The accuser cannot legally be named. She was 20 at the time.</p><p>Three days after the jury began deliberating, they found him guilty of only two of the assault charges which relate to him biting the woman. He testified during his eight-day trial that they were “love bites” and denied his victim had complained that he was hurting her.</p><p>He was found not guilty on some charges, but he could potentially face a retrial on three charges of rape on which the jury could not reach a verdict.</p><p>Despite the convictions, the Colombian-born entertainer remained free on bail until the case returns to court on Aug. 21 to discuss next steps.</p><p>Barrientos had been touring Australia and had already performed in Sydney and Melbourne before he encountered his victim in Perth. He was arrested several days later in the east coast city of Brisbane, where the tour was to end.</p><p>Prosecutors alleged the woman initially agreed to have sex but withdrew her consent because she feared for her safety.</p><p>Photos of the woman with bruising as well as bite marks on her face and neck were shown to the court.</p><p>Barrientos has been free on bail since he was charged and was allowed to return to Britain for several months.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OXNYQ7SL4TONDNVHNPIYDTCNCY.jpg?auth=00e4a6c6c2cde18bc07f33fb2448bf766eb2f600a72db9ee52c53dfcbc623902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British YouTuber and rapper known as Yung Filly, whose real name is Andres Felipe Valencia Barrientos, leaves Western Australian District Court in Perth, Australia, Monday, July 27, 2026. (Aaron Bunch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">AARON BUNCH</media:credit></media:content></item><item><title><![CDATA[Democratic candidates grapple with past stances on defunding the police ahead of key midterm races]]></title><link>https://www.local10.com/news/politics/2026/07/31/democratic-candidates-grapple-with-past-stances-on-defunding-the-police-ahead-of-key-midterm-races/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/democratic-candidates-grapple-with-past-stances-on-defunding-the-police-ahead-of-key-midterm-races/</guid><dc:creator><![CDATA[By MATT BROWN, ANTHONY IZAGUIRRE and SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Just months before the midterm elections, Democrats hope to convince voters that lawlessness under President Donald Trump’s administration is the biggest threat to their rights and pocketbooks. But the party’s past debates over crime and safety threaten to undermine that pitch.]]></description><pubDate>Fri, 31 Jul 2026 04:01:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Just months before the midterm elections, Democrats hope to convince voters that lawlessness under President Donald Trump’s administration is the biggest threat to their rights and pocketbooks. But the party’s past debates over crime and safety threaten to undermine that pitch.</p><p>Across the country, Democratic candidates are grappling with their previous positions calling to “defund the police” — a prominent demand during the protests that followed George Floyd's death — by either reimagining public safety services altogether or redirecting some police departments’ funds to other social programs. Now, they are facing tough questions about their past positions.</p><p>Democratic leaders fear that the outlier opinions favoring police defunding may again tarnish the party's brand and sink its chances of gaining ground in Congress, governor's mansions and statehouses nationwide.</p><p>“It was a serious debate in 2020 that arguably cost us some seats that year and caused us to lose on something where we should have had the upper ground, because a few members of our party wanted to have a stylistic debate rather than one on substance,” said Antjuan Seawright, a Democratic strategist.</p><p>Seawright said to avoid being painted as politically toxic on safety issues, Democrats “have to define the narrative before others define us with the narrative.”</p><p>That task may become more challenging as the party grapples with a rising left flank that has captivated its base, just as Republicans move to make warnings about crime, immigration and growing support for democratic socialism core to their closing midterm message.</p><p>Wisconsin gubernatorial candidate reckons with past ‘defund’ rhetoric</p><p>In Wisconsin, a swing state known for razor-thin elections that President Donald Trump won in 2016 and 2024, insurgent democratic socialist State Rep. Francesca Hong has upended the Democratic gubernatorial primary by running far to the left in a state where independent and moderate voters are key in statewide races. A single mother and former line cook, Hong has captured the imaginations of liberal Democrats upset with the party establishment.</p><p>But she’s also raised concerns among more moderate Democrats that her past support for defunding the police would hurt her chances in the general election against Trump-backed Republican U.S. Rep. Tom Tiffany.</p><p>“I support defunding the police as a first step towards abolishing the police,” Hong said in a 2020 social media post after the police shooting of Jacob Blake, a Black man in Kenosha, Wisconsin. A year later, while serving in the State Assembly, Hong again posted about Blake, writing: “Police exist to uphold white supremacy. Defund then abolish. Reform can’t be an option.”</p><p>But as a candidate for governor, Hong had softened her tone while not disavowing her past statements. On Tuesday night, in the only televised debate ahead of the Aug. 11 primary, Hong said she did not support cutting police funding.</p><p>“The governor cannot defund the police and I’m not here to govern by slogan,” Hong said. “I’m here to make sure that I am the governor that is most serious about public safety, and that means investing in the things that we know prevent crimes.”</p><p>New York, Michigan politicians distance themselves from ‘defund’ calls</p><p>In neighboring Michigan, Democratic Senate candidate Abdul El-Sayed, a staunch progressive, has faced questions about his past support for defunding the police. Last November, CNN reported that the public health researcher and Rhodes scholar had deleted scores of posts expressing support for defunding the police. He now says he rejects the idea.</p><p>And in New York, Mayor Zohran Mamdani has tried to distance himself from his past criticisms of the city’s police department and a previous call to defund the agency. He is at times still dogged by a set of social media posts he made in 2020, at the height of the Black Lives Matter protests, where he described the department as “racist, anti-queer & a major threat to public safety” and pushed to “Defund this rogue agency.”</p><p>Mamdani apologized for the language during his campaign and stressed that he no longer wanted to defund the agency. He has since moved to ease lingering concerns by retaining his predecessor’s police commissioner, Jessica Tisch, an establishment moderate respected by the city’s business leaders and law enforcement community. That decision angered some of Mamdani’s progressive allies.</p><p>The backtracking illustrates how the politics of criminal justice have shifted since 2020, posing dilemmas for Democrats’ midterm strategy and their ability to enact their preferred solutions.</p><p>Memphis voters reject ‘defund the police’ but decry National Guard presence</p><p>The stakes are life and death for communities caught in the middle of the political debate.</p><p>In Memphis, Tennessee, residents are exhausted at being thrust into the national discourse over crime and safety. The president surged the city with National Guard troops last year as part of an “anti-crime” task force. The task force has faced renewed local backlash after federal agents earlier this month killed a man experiencing a mental health crisis and another person during an altercation while agents executed a drug warrant. The city's local Democratic lawmakers claim that the tough-on-crime policies only temporarily reduced crime while troop presence was at its peak.</p><p>“They don’t like how it was done, how President Trump and the governor were able to snap their fingers, and all of a sudden we see federal agents flooding our city,” said State Sen. London Lamar, who represents Memphis and has faced tough questions from constituents and her statehouse colleagues about how to address crime in the city.</p><p>But Lamar added that outside of frustrated local progressive activists, residents outraged by the administration's anti-crime crackdown were still skeptical of calls to “defund the police.”</p><p>“It's not really sticking because, though it's quietly kept, the vast majority of the community still wants law enforcement's presence,” said Lamar. The debate is a useful distraction, Lamar said, from real conversations over how to boost public safety.</p><p>“Our challenges are being exploited for political gain,” she added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OPI5OV7ZHH4N5K74TJLXAEI5PE.jpg?auth=ff1e72c7a1c9529e08ec93cf97fba9ee8ce872740fd8d0593382157c9bfbabfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Francesca Hong talks during a primary debate in Milwaukee, Tuesday, July 28, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3JVKNXRGTKYDD4CYG3P6RHZZWI.jpg?auth=655ff0adfa94fac2e4ae8b46ef8e09f3696e3b1a1ae03d9a2ce2855ee88b00f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed speaks during a U.S. Senate debate with U.S. Rep. Haley Stevens, Monday, July 27, 2026, in Southfield, Mich. (Robin Buckson/Detroit News via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Robin Buckson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3LQR5IZKKPBUN4PDOW4PDZCF4.jpg?auth=245cc072ab4fc4cd6bfeddfa43e1a027c22fc2a7b87ba37f064dc53b6ae66437&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani speaks about the unstable building at 235 East 42nd Street and the surrounding buildings that were evacuated, Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Actor Storm Reid hopes music reveals another side, introducing listeners to the real her]]></title><link>https://www.local10.com/entertainment/2026/07/31/actor-storm-reid-hopes-music-reveals-another-side-introducing-listeners-to-the-real-her/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/31/actor-storm-reid-hopes-music-reveals-another-side-introducing-listeners-to-the-real-her/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Storm Reid knows how the world sees her: an accomplished, polished actor who always seems to have it all together. Through new music, the Emmy-winner hopes listeners discover another side of her.]]></description><pubDate>Fri, 31 Jul 2026 12:23:53 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Storm Reid knows how the world sees her: an accomplished, polished actor who always seems to have it all together. Through new music, the Emmy-winner hopes listeners discover another side of her.</p><p>Having released her new single “Shotty” on Friday, Reid wants people to meet the less pristine version of herself: a 23-year-old from Atlanta who falls in love, deals with boy problems and is still finding her way.</p><p>“I think people might think I have it all together when I really don't,” said Reid, who is known for performances in “ Euphoria, ” “ A Wrinkle in Time ” and “ The Last of Us, ” which earned her an Emmy in 2024. She graduated from the University of Southern California last year.</p><p>“I'm a normal girl trying to figure it out,” she continued.</p><p>“Shotty” follows Reid’s debut single, “Clean Sweep,” continuing a music journey she has pursued over the past year. So far, she has recorded more than 25 songs.</p><p>Reid said she hopes to focus work on her first EP after wrapping production on Teyana Taylor's feature directorial debut “Get Lite,” giving herself time to shape a project that tells a cohesive story. She's releasing music independently through her label, 1720 Music, saying the approach gives her greater creative freedom while leaving the door open to partner with a major label in the future.</p><p>“The indie route, you have a little bit more autonomy of what you want to do and how you do things,” she said.</p><p>Reid said ownership also gives her an opportunity to create doors for other artists.</p><p>“It’s the most powerful thing,” she said. “I want to sign people. I want to sign songwriters and producers and artists, and give them opportunities.”</p><p>Music has quickly become as important to Reid as acting, a career she'll continue with upcoming projects including Netflix’s “Roommates” and “Get Lite.” Preparing for Taylor's film pushed Reid outside her comfort zone as a dancer, challenging her to become more comfortable as a performer.</p><p>It's a skill Reid hopes will eventually translate to performing her own music.</p><p>“It’s as big and as important as acting is,” she said. “It’s something that I want to continue to do and want to continue to grow at.”</p><p>Reid said years in Hollywood prepared her for criticism.</p><p>“People didn’t feel like I deserved to win an Emmy, but it’s still sitting in my house,” she said. “It’s still in my mama’s house, so I don’t really care what people say.”</p><p>Since releasing “Clean Sweep,” Reid said she has largely stayed away from reading online comments.</p><p>“I don’t want to get distracted or discouraged,” she said. “Mostly I’ve been so thankful. The sentiments have been really nice and people have been supportive. ... I'm excited and can’t wait for them to hear more.”</p><p>For Reid, music has become more about who she's always been.</p><p>“Not everything is gonna be perfect. Not everything is gonna be prim, proper and pristine and eloquent,” Reid said. “Like yeah, that’s a part of me, and I can do that, and I can do it really well. But also … this is me too.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HAOLCZ4I5OOP6UUTB3OCSALW3Q.jpg?auth=3cd0d313281e5937bbe0642782eeb24ad56235c98b8ea7656aa8221747cac2bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Storm Reid poses for a portrait on Thursday, July 30, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HGLVAQKQFSJU5TNCNDXYBF2U5Y.jpg?auth=37a184a85aed6e8991746f4d55ec5a16a9c984afc9a11a0986ae27a47b40c926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Storm Reid poses for a portrait on Thursday, July 30, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Trump hails a 'unique' Cabinet meeting at Camp David as he seizes on Spain's migration crisis]]></title><link>https://www.local10.com/news/politics/2026/07/31/trump-hails-unique-cabinet-meeting-at-camp-david-a-retreat-with-a-history-of-high-stakes-talks/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/trump-hails-unique-cabinet-meeting-at-camp-david-a-retreat-with-a-history-of-high-stakes-talks/</guid><dc:creator><![CDATA[By JACQUELYN MARTIN, DARLENE SUPERVILLE and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[CAMP DAVID, Md. (AP) — President Donald Trump took Friday's Cabinet meeting on the road to the Camp David retreat in Maryland, using the historic rustic backdrop to boast of his administration's achievements while seizing on a migrant crisis in Spain to make his case for why voters should choose Republicans in the midterm elections.]]></description><pubDate>Fri, 31 Jul 2026 17:04:28 +0000</pubDate><content:encoded><![CDATA[<p>CAMP DAVID, Md. (AP) — President Donald Trump took Friday's Cabinet meeting on the road to the Camp David retreat in Maryland, using the historic rustic backdrop to boast of his administration's achievements while seizing on a migrant crisis in Spain to make his case for why voters should choose Republicans in the midterm elections.</p><p>Trump began the meeting by noting it was “something very unique.”</p><p>“It's Camp David, and this room is a very, very special room,” Trump said, as the White House spent Friday morning highlighting that the meeting was the first televised Cabinet meeting at the storied presidential retreat.</p><p>He then segued into his usual talking points about the economy, the border and Iran — but then referred to the recent surge of migrants into Cueta, a tiny territory of Spain, suggesting that the moment should be taken as a warning to voters ahead of the U.S. midterms.</p><p>“You know I saw Spain yesterday, and I watched the catastrophe that took place. It looks like an invasion of a country by hundreds of thousands of people,” Trump said. “And that same thing is going to happen to us if the Republicans don’t get elected. Except worse, much bigger.”</p><p>Other Cabinet officials, including Secretary of State Marco Rubio and Defense Secretary Pete Hegseth, also spoke before Trump fielded questions from journalists, who left the meeting after nearly an hour.</p><p>It was the first Cabinet meeting at Camp David in Trump's second term after an earlier attempt in May was scuttled because of bad weather. During his first term, Trump held a Cabinet meeting at the retreat.</p><p>The public portion of Trump's Cabinet meetings has lasted as long as three hours, with the president letting everyone at the table update him on their departments or agencies — with added praise for him personally and his leadership thrown in. In a departure from other presidents, he has allowed the news media to stay for the duration of the meetings, a move that Leavitt has said proves his commitment to transparency.</p><p>More recently, however, Trump has commented on how lengthy the meetings have become. He has begun urging speakers to keep their comments brief, and he has limited the number of oral reports.</p><p>“Everybody around here has got a lot to say. But we did that once, and it lasted for like four or five hours. It was a little much,” Trump said at the May meeting.</p><p>Camp David was established in 1942 during Franklin Roosevelt's presidency and has been used by every president since.</p><p>Roosevelt had enjoyed relaxing aboard a presidential yacht, but the military and the U.S. Secret Service began to worry about his safety on open water during World War II. As a result, Roosevelt asked the National Park Service to find sites within 100 miles (160 kilometers) of the White House that he could use for rest.</p><p>He chose what is now known as Camp David. He gave it the original name of Shangri-La, from James Hilton’s novel “Lost Horizon.” President Dwight Eisenhower renamed it Camp David, after his grandson and father.</p><p>Trump spent more weekends at the retreat in his first term but has visited sparingly in his second, most recently in June for Father’s Day.</p><p>In 2019, during his first term, Trump announced on social media that he had canceled a secret weekend meeting at Camp David with Taliban and Afghanistan leaders — scheduled for just days before the anniversary of the Sept. 11, 2001, attacks — after a bombing in the capital of Kabul killed a dozen people, including a U.S. soldier.</p><p>Presidents throughout history have turned to Camp David when they needed security and privacy for sensitive diplomatic talks with foreign leaders. Jimmy Carter took the leaders of Egypt and Israel there in 1978 for talks that produced the Camp David Accords, a peace agreement between the two countries.</p><p>Camp David is also where Carter huddled in 1979 with representatives of a cross-section of American society. He later delivered a nationally televised speech on energy policy that became known as the “malaise” speech — even though he never said the word.</p><p>The camp's primary purpose is to provide presidents a place to rest, relax and recharge.</p><p>The 180-acre (73-hectare) retreat, which is run by the Navy and guarded by Marines, has a cabin named Aspen that’s reserved for the president, plus about a dozen other cabins for guests. A main lodge has conference rooms, a dining room and an office for the president.</p><p>Guests can take advantage of a range of indoor and outdoor amenities, including a fitness center, a bowling alley, a movie theater, a heated swimming pool and tennis and basketball courts. A chapel offers religious services.</p><p>___</p><p>Superville and Kim reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZ7NQXTXFXH5YT7R22QQXBNBZE.jpg?auth=0bb8db6b43e4c9996cd5b339267278589f6a6b336707d508cf7e38c036544d99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, seated center, joined by Energy Secretary Chris Wright, from left, Interior Secretary Doug Burgum, Secretary of State Marco Rubio, Defense Secretary Pete Hegseth, acting Labor Secretary Keith Sonderling, and Housing and Urban Development Secretary Scott Turner, attends a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JFMZEXXGJEW3UZDYK7GP6RX2HY.jpg?auth=e93dcca6a515c727c46fcb617c4044286d66228b8500745012d1bbd3b61be119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks as Secretary of State Marco Rubio, left, and Defense Secretary Pete Hegseth listen during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QJ4FQORIBYJOZJTRUYOYPZXBFM.jpg?auth=f4725a5f2e079b86c513bce09787bc4e577b5ebddd02d03999e0c48936899eae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5WRI7PFPJVK2M7HN22PTKSST6A.jpg?auth=f83f0bbe4401caa23297bfe08f38d22780391ae20ae15b45952044389437d549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, center, joined by Interior Secretary Doug Burgum, from left, Secretary of State Marco Rubio, Defense Secretary Pete Hegseth and acting Labor Secretary Keith Sonderling, listens as reporters raise their hands to ask a question during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYHF2QI5ULVTITUL3MLRYGCE4M.jpg?auth=0c0299604a8d803d1191c05e65db5a4d779aacb68d88570ed6135c421f7b87f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign for Camp David, the presidential retreat, is pictured near Thurmont, Md., Aug. 18, 2023. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[Roaches inside the rice! Plus rodent and roach issues at Westland Mall]]></title><link>https://www.local10.com/food/dirty-dining/2026/07/27/roaches-inside-the-rice-plus-rodent-and-roach-issues-at-westland-mall/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/07/27/roaches-inside-the-rice-plus-rodent-and-roach-issues-at-westland-mall/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[This week’s Dirty Dining inspections uncovered some stomach-turning surprises!]]></description><pubDate>Mon, 27 Jul 2026 14:05:05 +0000</pubDate><content:encoded><![CDATA[<p>This week’s Dirty Dining inspections uncovered some stomach-turning surprises!</p><p><a href="https://www.local10.com/espanol/2026/07/27/cucarachas-dentro-del-arroz-ademas-problemas-de-roedores-y-cucarachas-en-westland-mall/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/27/cucarachas-dentro-del-arroz-ademas-problemas-de-roedores-y-cucarachas-en-westland-mall/">Leer en español</a></p><p>The unsavory surprises included roaches in the rice, rodent droppings, flies contaminating food, a sewage backup in a food prep area, and even a restaurant with no sink or dishwasher to clean its dishes. Inspectors ordered the kitchens to clean up and fix the problems.</p><p>No kitchens in Broward or the Florida Keys were ordered shut last week.</p><p>All the places listed were allowed to re-open following an ordered cleanup and then a re-inspection.</p><p><b>**LAS DELICIAS RESTAURANT</b></p><p><b>748 WEST 49TH ST.</b></p><p><b>HIALEAH</b></p><p><b>ORDERED SHUT 7/24</b></p><p><b>18 VIOLATIONS FOUND</b> </p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. <b>Observed approximately 3 live roaches inside rice container at kitchen area."</b></p><p>“Roach activity present as evidenced by live roaches found. Observed approximately 3 live roaches inside rice container at kitchen area. Also observed approximately 3 live roaches under chest freezer at kitchen area.”</p><p>“Dead roaches on premises. Observed 1 dead roach on preparation table at kitchen area. Observed approximately 7 dead roaches under preparation table at kitchen area. Repeat Violation.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Food stored in a prohibited area. Observed raw pork uncovered container inside mop sink at kitchen area. Operator removed during inspection.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed cooked pork (48F - Cooling); cooked rice (46F - Cooling); beans (43F - Cold Holding); cooked yuca (43F - Cold Holding); chicken soup (43F - Cold Holding); chicken wings (43F - Cold Holding) ground beef (43F - Cold Holding) on reach in cooler, as per operator from previous day.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p><b>**KELLY’S CAJUN GRILL</b></p><p><b>1635 WEST 49TH ST.</b></p><p><b>HIALEAH</b></p><p><b>ORDERED SHUT 7/20</b></p><p><b>23 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. <b>Observed approximately 4 rodent droppings under preparation table at kitchen area."</b></p><p>“Dead roaches on premises. Observed approximately 10 dead roaches inside reach in freezer at cook line. Observed approximately 3 dead roaches under equipment at cook line. Observed approximately 6 dead roaches inside walk in cooler.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed food stored on dirty plastic containers at walk in cooler.”</p><p>“Floor not cleaned when the least amount of food is exposed. Observed throughout kitchen.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed breaded fish (46F - Cold Holding); cooked chicken (46F - Cold Holding); raw chicken (48F - Cold Holding) on walk in cooler, as per operator less than 2 hours.”</p><p>“Time/temperature control for safety food thawed in an improper manner. Observed raw chicken (frozen) in standing water at 3 compartment sink. Employee moved to walk in cooler.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed employee coming from bathroom and begin work without washing their hands.”</p><p><b>**PUBBELLY SUSHI</b></p><p><b>8970 SW 72ND PLACE</b></p><p><b>DADELAND</b></p><p><b>ORDERED SHUT 7/20</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found. Observed approximately 20 live flies inside of plastic bin touching potatoes; on rack outside of walk in cooler and ice machine. Observed 3 live flies on kitchen cooking equipment on dry dish rack in ware wash area. Observed 1 live fly on wall in mop sink next to ware wash area. Observed 2 live flies on box of parchment paper outside of walk in freezer. Observed 2 live flies in air outside of walk in freezer.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed 1 case of potatoes with approximately 20 live flies inside touching product.”</p><p><b>**SUBWAY</b></p><p><b>20505 SOUTH DIXIE HIGHWAY</b></p><p><b>CUTLER BAY</b></p><p><b>ORDERED SHUT 7/24</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Sewage/wastewater backing up through floor drain. Sewage water coming up from the floor drain once I start the water in hand wash sink in the preparation area by the 3 compartment sink. The area where the water is backing up cannot be contained. Backup is in the preparation area by the 3 compartment sink.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed odor at the kitchen area once the water sewage backed up from the floor.”</p><p>“Floor area(s) covered with standing water. Observed standing water in the floor next to 3 compartment sink.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin. Repeat Violation.”</p><p>“Employee with no hair restraint while engaging in food preparation. Observed manager with no hair restraint while engaged in food preparation.”</p><p><b>**JUST4FUN</b></p><p><b>5701 SUNSET DR.</b></p><p><b>SOUTH MIAMI</b></p><p><b>ORDERED SHUT 7/24</b></p><p><b>1 VIOLATIONS FOUND</b></p><p>“No dishwashing facilities of any kind provided. Observed triple sink removed from establishment, no dishwasher available for proper wash rinse and sanitizing. As per operator, mall had them remove all ware washing equipment and drain was sealed.”</p>]]></content:encoded></item><item><title><![CDATA[Video shows driver crashing into cars before plowing into North Miami bar]]></title><link>https://www.local10.com/news/local/2026/07/30/driver-arrested-after-crashing-vehicle-into-parked-cars-front-of-north-miami-brewing-company-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/driver-arrested-after-crashing-vehicle-into-parked-cars-front-of-north-miami-brewing-company-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe, Terrell Forney]]></dc:creator><description><![CDATA[A driver was arrested Wednesday after crashing his work truck into five parked cars and the front of a brewing company in North Miami, authorities confirmed.]]></description><pubDate>Thu, 30 Jul 2026 11:14:17 +0000</pubDate><content:encoded><![CDATA[<p>Video shows a driver crashing a work truck into parked cars before plowing into a bar on Wednesday afternoon in North Miami.</p><p><a href="https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/">Leer en español</a></p><p>Eros Emanuel Gehrig, whose driver’s license was suspended, crashed into the <a href="https://www.lostcitybrewing.com/" target="_self" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a>, at 12207 NE 13th Court, according to the North Miami Police Department.</p><p>Gehrig, 53, lost control and struck five cars before hitting the front of the building at about 3 p.m., according to police.</p><figure><img src="https://www.local10.com/resizer/v2/OR5GFYLNRVFPJNORAQLLVOFIZU.jpg?auth=c4ada8c919ffda2224af446ab87ad1a1ea8afddbf58cafb7204262a23f5f5fdc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Chris Campos, the owner of the <a href="https://www.lostcitybrewing.com/" target="_self" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a>, said the bar was closed when the truck left a large hole in the wall. </p><p>“It’s an hour before we open, a half-hour after we were doing some repairs to the fridge that sits on this wall,” Campos said. “It’s really that serendipitous moment where nobody was here and, I mean, if people would have been here, it would have been awful.” </p><p>According to a police officer’s arrest report, Gehrig’s Florida driver’s license had been suspended indefinitely on Sept. 12, 2012. He was arrested on a charge of driving with a suspended license.</p><p>Police said Gehrig was taken to HCA Florida Aventura Hospital to be evaluated before being booked into the Turner Guilford Knight Correctional Center. </p><p>Gehrig was released from jail Thursday morning after posting bond. </p><p>The cleanup at Lost City is complete for now, and the business has reopened.</p><p>A boarded-up wall damaged in the crash has been transformed into a temporary piece of artwork, but Campos says it will take more time to fully restore the business.</p><p>“I don’t want to lose any more business,” Campos said. “We’re a small business. We can’t afford not to be open more than a day or two.”</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[Quake survivors in southwestern Japan sleep in cars in sweltering heat as death toll rises to 34]]></title><link>https://www.local10.com/news/world/2026/07/31/quake-survivors-in-southwestern-japan-sleep-in-cars-in-sweltering-heat-as-death-toll-rises-to-34/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/quake-survivors-in-southwestern-japan-sleep-in-cars-in-sweltering-heat-as-death-toll-rises-to-34/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI and MAYUKO ONO, Associated Press]]></dc:creator><description><![CDATA[YATSUSHIRO, Japan (AP) — Thousands of survivors of a powerful earthquake in southwestern Japan spent Friday in crowded shelters or sleeping in cars as they faced shortages of water and fuel and punishing summer temperatures that stoked fears of heat-related illness.]]></description><pubDate>Fri, 31 Jul 2026 11:56:34 +0000</pubDate><content:encoded><![CDATA[<p>YATSUSHIRO, Japan (AP) — Thousands of survivors of a powerful earthquake in southwestern Japan spent Friday in crowded shelters or sleeping in cars as they faced shortages of water and fuel and punishing summer temperatures that stoked fears of heat-related illness.</p><p>The death toll rose to 34, the Kumamoto prefectural government said, as rescuers raced to find those still missing after the quake triggered a mall explosion, toppled a factory chimney and flattened homes.</p><p>Japanese Prime Minister Sanae Takaichi stressed that authorities must secure water supplies by doing “whatever it takes” and called for close coordination with the military and other relevant agencies. The earthquake left thousands of homes without power, but electricity was fully restored by Friday evening. The local power company also said there were no immediate reports of remaining outages.</p><p>The magnitude 7.1 earthquake hit Japan’s southern main island of Kyushu on Tuesday. As search operations entered a fourth day, it wasn’t known how many people remained missing.</p><p>More than 1,500 buildings were damaged, including 179 that were destroyed, according to preliminary assessments by Kumamoto officials.</p><p>Officials said one more death and its connection to the quake is under investigation. At least 96 people were injured, including six seriously.</p><p>Debris collected at a severely damaged century-old Japanese inn</p><p>In Yatsushiro City, another hard-hit area in southern Kumamoto, Kinparo, a 116-year old Japanese inn, was severely damaged, with its roofed main entrance collapsed to the ground, white walls cracked and rooftiles fell.</p><p>On Friday, three days after the quake, workers were removing parts of the gate, which is part of a registered historic property that needs to be restored.</p><p>Started in 1910, the three-story ryokan with traditional architecture and its hot bath have attracted many fans from the region and across Japan.</p><p>“The damage is tremendous and it would require significant repairs, and I can’t even think if or how I can do that,” inn owner Keisuke Matsumoto said. “But it’s a valuable family inn that has been handed down for generations since my great-great grandfather built it, so I do hope to preserve it.”</p><p>Inside, his mother Misao Matsumoto said she was not injured in the quake but “I’m mentally discouraged. It’s very painful to see parts of what I’ve lived with and enjoyed for decades crumble to that state.” But she said experts of historic buildings will come in to discuss the reconstruction, so “I have to hang in there."</p><p>Across the street from the Kinparo inn, a fish cake shop owner unable to resume his business due to the water cutoff was giving away tube-shaped fish cakes while they are still edible.</p><p>Signs for the “chikuwa” fish cake hang from the ceiling. “I just wanted to cheer up this neighborhood,” said shop owner Shinichiro Katayama. He says he cannot clean or check his fish cake machine is intact until the water supply resumes. “I don’t even know if the machine still works. When water supply is back that would be my first step toward a recovery.”</p><p>Thousands are without water as heat soars</p><p>Kumamoto authorities said nearly 80,000 homes remained without water. More than 9,000 people were staying in shelters, where power sources were being added to provide air conditioning.</p><p>Fuel has also become scarce as power outages disabled gas stations and quake damage disrupted deliveries from other regions. Many have resorted to sleeping in their cars for privacy, but with the fuel shortage, they struggle to keep the air conditioning running in sweltering temperatures.</p><p>Japan's weather agency and the Ministry of the Environment issued an extreme heat alert for Kumamoto city Friday as temperatures peaked at 36 C (97 F).</p><p>Hirokazu Sato, who lost his home in the earthquake, said he and his wife and three children would remain in their car until they can move into temporary housing.</p><p>“I don’t know how soon I’d be able to move in,” said Sato. “We need to have the air conditioning on throughout the day and night, which uses up gas.”</p><p>Kumamoto is also a major industrial hub, and there are concerns that the quake could possibly disrupt semiconductor and auto-parts supply chains for months to come.</p><p>Taiwan Semiconductor Manufacturing Company, a global chip giant that operates a lab in Kumamoto, said all personnel were safe and operations were gradually resuming after postquake inspections found the structure was sound, although detailed inspections and impact assessments were still underway.</p><p>Searches continue, with the number of missing unknown</p><p>Japanese officials had described Friday afternoon as a crucial point for rescue efforts as some experts say survival chances decline after the first three days.</p><p>With search dogs, rescuers continued looking for survivors across the Kumamoto area, including at the collapsed Aeon Mall in the town of Kashima, one of the hardest-hit sites. The complex was bustling with thousands of people when the quake happened.</p><p>The company said about 3,000 shoppers were evacuated to a parking lot before an explosion happened in another part of the mall, where some staff remained working. The mall’s second floor collapsed, trapping people. Seven of the 11 rescued were confirmed dead, but officials did not say if anyone else is missing.</p><p>A search operation had ended at a Nippon Paper Industries factory in the Yatsushiro city where a chimney collapsed in the quake, officials said. Of the 11 people dug out there, nine were confirmed dead.</p><p>Smaller-scale searches continued Friday at the sites of collapsed houses in badly hit towns in southern Kumamoto. Authorities haven't supplied a firm figure for how many people are missing.</p><p>____</p><p>Ono reported from Tokyo. Associated Press writer business writer Yuri Kageyama contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P2XGB4K6XTMMAXGZFT5NRQBNOU.jpg?auth=50e06081b2a37bb0e8a63bcf2eeb01d0c53303fa4c692e745247608dd31a7140&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Electric poles are seen fallen over rail tracks in Hikawa, southern Japan, Thursday, July 30, 2026, two days after an earthquake hit the area. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Tatis makes spectacular catch to rob Devers of a 3-run home run]]></title><link>https://www.local10.com/sports/2026/07/30/tatis-makes-spectacular-catch-to-rob-devers-of-a-3-run-home-run/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/tatis-makes-spectacular-catch-to-rob-devers-of-a-3-run-home-run/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — San Diego right fielder Fernando Tatis Jr. made a spectacular leaping catch to rob San Francisco's Rafael Devers of a three-run home run in the first inning of the Padres' 4-1 loss Thursday night.]]></description><pubDate>Fri, 31 Jul 2026 04:43:48 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — San Diego right fielder Fernando Tatis Jr. made a spectacular leaping catch to rob San Francisco's Rafael Devers of a three-run home run in the first inning of the Padres' 4-1 loss Thursday night.</p><p>Devers did get a sacrifice fly, but Tatis added on to his impressive list of home run robberies.</p><p>Tatis tracked Devers' fly ball and leaped to get his glove high above the short wall in right-center at Petco Park to make the catch. He landed and tumbled onto his backside, but flipped the ball to center fielder Jackson Merrill, who tossed it into the infield.</p><p>Merrill helped Tatis to his feet and patted him on the chest. Pitcher JP Sears raised his left arm in celebration.</p><p>Tatis was an All-Star at shortstop in 2021 and was moved to right field in 2023, after missing the 2022 season with injuries and a PED suspension. He won the Gold Glove and Platinum Glove awards in 2023 and 2025.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S6LBBBJTAEAS7H3AQAFXWQ5BYA.jpg?auth=416b023ec0f21d9da7fb647e21b1104aeb1481e6944aa310409bd152b1a76d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres right fielder Fernando Tatis Jr. makes the catch above the wall for the out on a sacrifice fly by San Francisco Giants' Rafael Devers during the first inning of a baseball game Thursday, July 30, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NQBZHPAT3KKNOPJLBMCZYZ3DY.jpg?auth=8f679f71fd2cfc6e2771ffad459cf542c5542ad211dfc90b383c188f48c7d358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans react after San Diego Padres right fielder Fernando Tatis Jr., below, made a catch above the wall for the out on a sacrifice fly by San Francisco Giants' Rafael Devers during the first inning of a baseball game Thursday, July 30, 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[Deebo Samuel returns to the 49ers on a 1-year deal worth up to $7M, AP source says]]></title><link>https://www.local10.com/sports/2026/07/30/deebo-samuel-returns-to-the-49ers-on-a-1-year-deal-worth-up-to-7m-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/deebo-samuel-returns-to-the-49ers-on-a-1-year-deal-worth-up-to-7m-ap-source-says/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — The San Francisco 49ers are bringing back former All-Pro Deebo Samuel for a second stint after starting receiver Ricky Pearsall got sidelined by a knee injury.]]></description><pubDate>Fri, 31 Jul 2026 01:44:40 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — The San Francisco 49ers are bringing back former All-Pro Deebo Samuel for a second stint after starting receiver Ricky Pearsall got sidelined by a knee injury.</p><p>A person familiar with the deal said Samuel agreed on Thursday to return to the 49ers on a one-year contract worth up to $7 million. The person spoke on condition of anonymity because the deal hadn't been announced.</p><p>NFL Network first reported the agreement.</p><p>Samuel spent his first six seasons with the 49ers after being drafted in the second round in 2019, helping the team reach the Super Bowl twice and earning All-Pro honors in 2021 when he had 1,770 yards from scrimmage and 14 touchdowns.</p><p>Samuel was traded to Washington in 2025 for a fifth-round draft pick and had 72 catches for 727 yards and five TDs for the Commanders last season. He became a free agent in March and now will join the Niners to provide reinforcement with Pearsall out.</p><p>Samuel has 406 career catches for 5,519 yards and 27 touchdowns and has been one of the most dynamic players after the catch in the NFL. His average of 8.7 yards after the catch on receptions rank first among all receivers with at least 100 catches since 2019. He also has rushed for 1,218 yards and 21 TDs in 97 career games.</p><p>The move comes a day after the 49ers announced that Pearsall was sidelined with a knee injury that could require surgery. The team said Pearsall had swelling in the right knee that was related to the posterior cruciate ligament injury that forced him to miss eight games in the 2025 regular season. The Niners are concerned that the knee is still an issue after Pearsall participated in just two practices in training camp and were evaluating all options.</p><p>Pearsall has flashed when he is healthy, but has struggled to stay on the field since being drafted in the first round in 2024. He missed most of training camp as a rookie with a shoulder injury and then was shot in a robbery attempt just before the start of that season. Pearsall returned to make 31 catches for 400 yards and three TDs in 11 games.</p><p>Pearsall was slowed early last summer by a hamstring injury, but got off to a fast start with 20 catches for 327 yards in his first four games before going down with a knee injury in Week 4. He has 67 catches for 928 yards and three TDs in 20 games over two seasons.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M23ZXZFLXQDOHXTP4U4EMT3ECE.jpg?auth=a53c21083f66326f98476bd34edc6b5b8dd3199bff0b99be09f4cabf55018ead&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Francisco 49ers wide receiver Deebo Samuel Sr. (1) runs for a first down during the first half of an NFL football game against the Miami Dolphins, Dec. 22, 2024, in Miami Gardens, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Pakistani rescuers recover 3 bodies of the 10 climbers missing on Broad Peak after an avalanche]]></title><link>https://www.local10.com/news/world/2026/07/31/pakistani-rescuers-find-4-bodies-of-the-10-climbers-missing-on-broad-peak-after-an-avalanche/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/pakistani-rescuers-find-4-bodies-of-the-10-climbers-missing-on-broad-peak-after-an-avalanche/</guid><dc:creator><![CDATA[By MUNIR AHMED and RIAZ KHAN, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Rescuers searching for 10 climbers missing after an avalanche on Pakistan's Broad Peak found four bodies and recovered three of them Friday and were continuing to search for the other missing climbers despite adverse weather that hampered helicopter flights, officials said.]]></description><pubDate>Fri, 31 Jul 2026 16:39:16 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Rescuers searching for 10 climbers missing after an avalanche on Pakistan's Broad Peak found four bodies and recovered three of them Friday and were continuing to search for the other missing climbers despite adverse weather that hampered helicopter flights, officials said.</p><p>A statement from the regional Gilgt-Baltistan government identified the three recovered bodies as Nepalese climber Pur Bahadur Gurung, Omani climber Nathira Ahmed and American climber Mallory Geis. It said the bodies had been transported to a hospital.</p><p>The announcement came hours after officials said search teams had located the remains of four climbers despite harsh weather. The officials spoke on condition of anonymity because they were not authorized to speak to the media. They did not immediately identify the fourth body that had been spotted.</p><p>Bad weather continued to hamper the rescue effort Friday, according to a statement from the Gilgit-Baltistan region's Chief Minister Amjad Hussain.</p><p>The climbers lost contact with their base camp after an avalanche struck Broad Peak while they were attempting to scale the mountain, said Karrar Haidri, vice president of the Alpine Club of Pakistan. “The team has been out of communication since Thursday,” said Haidri, adding that army helicopters were part of the search-and-rescue operation.</p><p>Authorities said the search for the missing climbers continued until Friday evening and would resume Saturday.</p><p>According to the Alpine Club, the expedition comprised five Nepali climbers in addition to the Omani and American climbers, as well as Pakistani climber Sohail Sakhi, a Chinese climber identified only as Wang, and one other foreign climber.</p><p>On Friday, China’s government said it was trying to verify whether any of its nationals were among the 10 climbers missing.</p><p>“We will provide assistance to Chinese citizens in need and are also willing to offer help in accordance with the needs of the Pakistani side,” Chinese Foreign Ministry spokesperson Mao Ning said Friday in Beijing.</p><p>The expedition leader was the renowned mountaineer Nirmal Purja, a Nepal-born former soldier in the British army widely known as Nims Dai. He climbed the world’s 14 highest peaks in a record 189 days in 2019, an achievement featured in the Netflix documentary, “14 Peaks: Nothing is Impossible.” His record was surpassed in 2023.</p><p>Moving Mountains, a travel company based in Pakistan, announced late last month that the expedition team was on its way to the small town of Askole and wished them a safe journey climbing Broad Peak. The company said this was Geis’ first try at an 8,000-meter peak in Pakistan, while it was expected to be Sakhi’s final one.</p><p>Sakhi is a guide for the company, as well as a geographer and high-altitude photographer, and has climbed some of the world’s major peaks, according to Moving Mountains’ website.</p><p>Geis, 39, lives in San Antonio. She announced on social media earlier this year that she was closing her Pilates studio to take “a giant leap of faith into the unknown to see where life goes. I have a sneaking suspicion there will be lots of helmets, harnesses, and crampons involved.”</p><p>Broad Peak, at 8,047 meters (26,401 feet), is the world’s 12th-highest mountain. It lies in Pakistan’s Karakoram range, home to five of the world’s 14 peaks above 8,000 meters, attracting climbers from around the globe.</p><p>Accidents are common during climbing expeditions in northern Pakistan because of avalanches and rapidly changing weather.</p><p>___</p><p>Khan reported from Peshawar, Pakistan. AP journalist E. Eduardo Castillo in Beijing and Hallie Golden in Seattle contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q4NKIQJRH7P2YJY6GLJ6LVHMII.jpg?auth=84a4e988577d2810752cc6671110da1ce8df428284ace9eba7d2eea0b5a15bae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nirmal Purja, one of the team member of the all-Nepalese mountaineering team that became the first to scale Mount K2 in winter, gestures as the team arrives at Tribhuwan International airport in Kathmandu, Nepal, Jan. 26, 2021. (AP Photo/Niranjan Shrestha, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BX6HI2BMWZKFNPKOOEZIJYBGYU.jpg?auth=2d99075075a662fd43dad583756a9d18b7bd0b6d1a018da11581b4f16395ec9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Alpine Club of Pakistan on Friday, July 31, 2026, members of a mountaineers rescue team prepare to depart from an airbase on a search operation for climbers missing after an avalanche on Pakistan's Broad Peak, in Skardu, in Gilgit-Baltistan's region, in northern Pakistan. (Alpine Club of Pakistan via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5YGG65HOYRYFC764IXDJN5HXQI.jpg?auth=7a3ca51947b3705b30fc5e22203d8975bab3d812136e751ad7c264d5108fc08c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Alpine Club of Pakistan on Friday, July 31, 2026, members of a mountaineers rescue team pose for photo with honorary general secretary of Alpine Club of Pakistan Ayaz Ahmed Shigri, center, before departing from an airbase on a search operation for climbers missing after an avalanche on Pakistan's Broad Peak, in Skardu, in Gilgit-Baltistan's region, in northern Pakistan. (Alpine Club of Pakistan via AP)]]></media:description></media:content></item><item><title><![CDATA[Dodgers rest Shohei Ohtani amid lingering left knee soreness]]></title><link>https://www.local10.com/sports/2026/07/30/dodgers-rest-shohei-ohtani-amid-lingering-left-knee-soreness/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/dodgers-rest-shohei-ohtani-amid-lingering-left-knee-soreness/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Shohei Ohtani was set to return as the leadoff hitter for the Los Angeles Dodgers on Friday, a day after he wasn't in the lineup because of lingering soreness in his left knee that is keeping him off the mound.]]></description><pubDate>Fri, 31 Jul 2026 06:05:24 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Shohei Ohtani was set to return as the leadoff hitter for the Los Angeles Dodgers on Friday, a day after he wasn't in the lineup because of lingering soreness in his left knee that is keeping him off the mound.</p><p>The Dodgers open a three-game set against the Boston Red Sox.</p><p>The two-way superstar wanted to play Thursday against the Seattle Mariners, manager Dave Roberts said, but it was the team's decision to rest him. Ohtani told the training staff of renewed soreness after Wednesday night's 4-2 win.</p><p>“I appreciate the communication,” Roberts said. “I can’t read minds, the training staff can’t read minds, so just for him to communicate that then allows for us to make a decision.”</p><p>Second baseman Tommy Edman went 0 for 3 in Ohtani’s place for the series finale, a 6-2 win.</p><p>Ohtani has been dealing with knee soreness since June 11 and hasn't pitched since July 3 while also dealing with a right biceps issue. He skipped the All-Star Game in Philadelphia to stay home and receive a lubricant injection in the knee.</p><p>He is still serving as the designated hitter. Ohtani was 5 for 7 combined in his last two games against the Mariners, with a home run, four RBIs and two runs scored.</p><p>"The last couple days he’s been on base a lot more whereas the last part of the road trip he wasn’t, so there might have been a little something to that,” Roberts said, adding that nothing occurred in the game Wednesday to precipitate Ohtani sitting out the next day.</p><p>The Dodgers expect Ohtani to return to pitching this season, but they're not rushing him back to the mound.</p><p>“If there was something structural, then we would be much more concerned,” Andrew Friedman, president of baseball operations, said Wednesday. “The fact that there’s not and the fact that it does keep improving suggests that we’re on the right path.”</p><p>For now, the team doesn't have any plans to shut down Ohtani entirely to give him time to recover from his ailments.</p><p>"We're talking about this constantly,” Roberts said. “Nothing should be off the table and nothing is set in stone. So I think it’s more of how he feels. With this new information we’ve got to have new conversations.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JC76TBI3V2GWR34N55ALIKFZG4.jpg?auth=eed7195c90e57e369afc73a1dd333c88a168c9fc8b53f23f67608a59ba9f819a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) scores on an infield hit by Freddie Freeman (5) against the Seattle Mariners during the third inning of a baseball game Wednesday, July 29, 2026, in Los Angeles. (AP Photo/Scott Strazzante)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Strazzante</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D3HT5JWQZIRNTC3NWKWBM4MJ5E.jpg?auth=69d296d747dba45c98cc088d1e10ea95c2c77b3bc340606685f0ede981602e1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) grimaces after hitting a foul ball against the Seattle Mariners during the first inning of a baseball game Wednesday, July 29, 2026, in Los Angeles. (AP Photo/Scott Strazzante)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Strazzante</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6LSOV3XYTG3CM57QQO5MJ7NAU.jpg?auth=ccd2adc6dede663b66aeac65abe6a041e5ccf02a63c7e2463b57829fe8bd0841&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) reacts to his RBI double against the Seattle Mariners during the sixth inning of a baseball game Wednesday, July 29, 2026, in Los Angeles. (AP Photo/Scott Strazzante)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Strazzante</media:credit></media:content></item><item><title><![CDATA[AI in the exam room: How technology is changing the patient experience]]></title><link>https://www.local10.com/health/2026/07/30/ai-in-the-exam-room-how-technology-is-changing-the-patient-experience/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/30/ai-in-the-exam-room-how-technology-is-changing-the-patient-experience/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Artificial intelligence is already part of everyday life, from voice assistants like Siri and Alexa to ChatGPT and the recommendations that pop up on phones for what to buy or watch.]]></description><pubDate>Fri, 31 Jul 2026 00:55:15 +0000</pubDate><content:encoded><![CDATA[<p>Artificial intelligence is already part of everyday life, from voice assistants like Siri and Alexa to ChatGPT and the recommendations that pop up on phones for what to buy or watch.</p><p>Now, AI is becoming a bigger part of healthcare, with hospitals and doctors’ offices using the technology in ways that some say are making care better for patients.</p><p>Dr. Jennifer Goldman, a primary care physician and chief medical information officer at Memorial Healthcare, is leading efforts to bring AI into the hospital and the exam room.</p><p>“It actually makes healthcare more human,” Goldman said. “I’m no longer having to look at a computer and type during the visit. I can listen more fully to my patients.”</p><p>Patients like Alexandra Tuduce Sanchez say the technology also makes communication and coordination between providers easier.</p><p>“If you need to see a neurologist or GI doctor, everybody has all the history of what you’re taking, what could be causing some of your symptoms,” Sanchez said.</p><p>In the fast-paced and constantly evolving healthcare world, experts say AI tools use specialized algorithms to document and summarize patient visits. They can also help screen patients for diseases, including diabetic retinopathy, earlier than ever.</p><p>Goldman said that, with a patient’s permission, she can use her phone during an exam to take notes, and the AI system will automatically transcribe the visit into a medical note.</p><p>“If my patients agree to let me use my phone in the exam room to take notes, then it will actually transcribe the visit in a note for me,” she said.</p><p>Goldman said Memorial Healthcare has been implementing AI for the past two years and believes the technology is only beginning to change healthcare.</p><p>“It makes the world a little smaller,” she said. “It’s not you alone in the exam room. You have the benefit of all the research and the community of physicians around you.”</p><p>AI tools can also identify subtle fractures, microscopic tumors and early brain lesions on scans that human eyes might miss.</p><p>Studies also show that AI scribes and automated note-taking systems reduce the hours physicians spend on paperwork, helping reduce burnout.</p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[US stocks swing as Amazon leaps, Apple sinks and rising oil prices add to worries about inflation]]></title><link>https://www.local10.com/news/2026/07/31/us-stocks-swing-as-amazon-leaps-apple-sinks-and-rising-oil-prices-add-to-worries-about-inflation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/us-stocks-swing-as-amazon-leaps-apple-sinks-and-rising-oil-prices-add-to-worries-about-inflation/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The U.S. stock market is swinging between gains and losses on Friday, as Wall Street's wildJuly remains rocky. Amazon is leaping, but Apple is sinking, and rising oil prices are adding to worries about inflation already squeezing the bond market.]]></description><pubDate>Fri, 31 Jul 2026 16:34:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. stock market is swinging between gains and losses on Friday, as Wall Street's wildJuly remains rocky. Amazon is leaping, but Apple is sinking, and rising oil prices are adding to worries about inflation already squeezing the bond market.</p><p>The S&P 500 rose 0.4% after veering between an earlier gain of 0.7% and drop of 0.5%. The Dow Jones Industrial Average was up 221 points, or 0.4%, as of 12:29 p.m. Eastern time, and the Nasdaq composite was 0.6% higher after briefly losing all of an early 1.3% jump.</p><p>The market initially seemed to be heading for healthy gains as Amazon leaped 15.2% after reporting much stronger profit for the latest quarter than analysts expected. Its profit more than tripled from a year earlier, thanks in part to an acceleration of growth in its cloud computing business.</p><p>Analysts said that could be a signal Amazon’s huge investments in artificial-intelligence technology are paying off, and Amazon increased its forecast for how much it will spend on investments this year.</p><p>The stock reaction was similar to what Microsoft got a day before, when it soared to its best day in nearly 18 years on signals that its AI investments may also be yielding higher profits.</p><p>Worries have been high on Wall Street that companies pouring billions of dollars into AI data centers may not get enough profit and productivity to make all the investments worth it. That weighed on the broad U.S. stock market, causing its sharp swings throughout July, along with worries that stock prices shot too high for companies selling the processors and computer memory that such “hyperscalers” are scrambling to buy.</p><p>Chipmakers swung sharply again on Friday. Micron Technology, for example, went from an early jump of 6.4% to a loss of 5.3%.</p><p>More firmly on the losing end of Wall Street was Apple, which dropped 9.6% despite reporting stronger profit for the latest quarter than expected. Its forecast for growth in the current quarter fell short of expectations, which executives pinned on a supply crunch in components getting vacuumed up in the AI boom.</p><p>Also pressuring stocks was another rise in oil prices as uncertainty continues about when the war with Iran will allow crude to flow freely again from the Middle East.</p><p>The price for a barrel of Brent crude rose 0.9% to $87.66 after careening between $72 and $102 earlier in July.</p><p>Higher oil prices have pushed the cost for a gallon of regular gasoline to an average of nearly $4.11 across the United States, up from $3.85 a month ago, according to AAA. More expensive oil also puts upward pressure on prices for virtually every product that rides on a ship, plane or truck before it gets to a customer.</p><p>The worries about inflation sent yields in the bond market even higher.</p><p>The yield on the 10-year Treasury jumped to 4.74% from 4.68% late Thursday and from just 3.97% before the war with Iran sent oil prices shooting higher. That's a notable move for the bond market, and the yield moves higher when investors' expectations for inflation, economic growth and other factors in upcoming years are rising.</p><p>The leap has already sent the average long-term U.S. mortgage rate to its highest level in a year.</p><p>Longer-term yields jumped on Wednesday after the Federal Reserve's chair, Kevin Warsh, promised again to get inflation back down to 2% but did not say how he plans to get it there. The Fed voted again to keep its main interest rate steady on Wednesday, even though inflation continues to remain well above 2%.</p><p>Higher interest rates could keep a lid on inflation, but they could also slow the economy and undercut prices for stocks and other investments. President Donald Trump, who nominated Warsh to lead the Fed, has lobbied for lower interest rates instead of higher.</p><p>Warsh has clearly told financial markets that he does not want to give hints about what the Fed will do with interest rates, saying he wants to get direct, “unfiltered” messages from them rather than echoes back of what the Fed has suggested.</p><p>But “without clarifying why action was or wasn’t taken already, it’s hard to see how statements about being committed to hitting its inflation target aren’t just a bluff,” according to Brian Jacobsen, chief economic strategist at Annex Wealth Management.</p><p>“The Fed is facing a growing credibility problem,” economists at Bank of America wrote in a report. Unless data comes in showing less pressure on inflation in the interim, “it is imperative for the Fed to pass the September test by hiking rates and delivering an internally consistent narrative.”</p><p>In stock markets abroad, the swings were even wilder for chip stocks.</p><p>Seoul’s Kospi index soared 17.9% for its best day in history. The index is dominated by two tech giants, Samsung Electronics and SK Hynix, which both surged at least 26.8% on Friday.</p><p>The Kospi, though, still lost 22% in July despite Friday’s historic move. That’s after it more than doubled in the first six months of the year.</p><p>___</p><p>AP Business Writers Chan Ho-him and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6KCZAWFIM4BTP7URJJTH3JKCSU.jpg?auth=98e9f11dc4b8c7dadb1b2891ec041207b644af127f66bc82570812f05bd64b43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Mark Fitzgerald works on the floor of the New York Stock Exchange, Thursday, July 30, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2O4TJSCXWYCIQBQRYDN4ING3I.jpg?auth=a532e148e0b45f6b9131413f54b5c22acdeba666756ca545431d6c182999a065&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dealer walks past near the screen showing the Korea Composite Stock Price Index (KOSPI) at a dealing room of Hana Bank in Seoul, South Korea, Friday, July 31, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Milei propone reforma del Banco Central y figura del "shutdown" del Estado en caso de déficit]]></title><link>https://www.local10.com/espanol/2026/07/30/milei-propone-reforma-del-banco-central-y-figura-del-shutdown-del-estado-en-caso-de-deficit/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/milei-propone-reforma-del-banco-central-y-figura-del-shutdown-del-estado-en-caso-de-deficit/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — El presidente liberal Javier Milei lanzó el jueves una ambiciosa reforma del Banco Central para poner fin a una emisión monetaria descontrolada que, según denunció, le sirvió a la política para financiarse a costa de los argentinos.]]></description><pubDate>Fri, 31 Jul 2026 00:49:04 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — El presidente liberal Javier Milei lanzó el jueves una ambiciosa reforma del Banco Central para poner fin a una emisión monetaria descontrolada que, según denunció, le sirvió a la política para financiarse a costa de los argentinos.</p><p>“Frente a esta pasión expropiatoria de la alta política decidimos poner fin a 91 años de historia y reformar la carta orgánica del Banco Central de la República Argentina”, dijo el mandatario en un mensaje emitido por cadena nacional de radio y televisión.</p><p>La iniciativa oficial debe ser aprobada por el Congreso, donde el oficialismo requiere de los votos de partidos aliados de la oposición en ambas cámaras para la sanción de leyes.</p><p>La del Banco Central es la última y probablemente más ambiciosa de las reformas que ha impulsado Milei desde su llegada al poder en 2023, en su propósito por desregular la economía argentina tras décadas de intervencionismo del Estado.</p><p>“La reforma de la carta orgánica del Banco Central viene a poner fin con la estafa de falsificar dinero para financiar la alta política, cuya manifestación más evidente es la tasa de inflación”, argumentó Milei. “Dicha estafa es más conocida como impuesto inflacionario, que permite aumentar ingresos tributarios sin autorización del Congreso”.</p><p>Milei, un economista anarco-capitalista, ganó la presidencia prometiendo eliminar los altísimos aumentos de precios de Argentina y revertir sus crónicos déficits fiscales. Más de dos años después, sus amplias medidas de desregulación y austeridad han desacelerado la inflación: la tasa anual, ahora en 33%, superaba el 200% cuando asumió el cargo.</p><p>Los puntos de la reforma</p><p>-El proyecto establece que la misión fundamental del Banco Central será preservar el valor de la moneda.</p><p>-prohíbe de modo taxativo la financiación del Estado.</p><p>-Con el objetivo de blindar al presidente del Banco Central y al directorio de “los atropellos de la política”, la remoción de las autoridades monetarias requerirá dos tercios no solo de la Cámara de Senadores, como hasta ahora, sino también de la Cámara de Diputados.</p><p>-Se restringe el pago de dividendos por los resultados derivados de la prestación del servicio de liquidez.</p><p>Otros proyectos</p><p>En paralelo a los cambios en el Banco Central, Milei también anunció un proyecto por el cual incorpora la figura del “shutdown” (cierre) de la administración del Estado, como en Estados Unidos, en caso de un presupuesto nacional deficitario.</p><p>“Si durante varios meses seguidos el resultado fiscal es deficitario, el Congreso dispondrá de algunas semanas para devolver las cuentas al equilibrio”, explicó Milei. “Si no lo hace, entrará en vigencia automática el shutdown”.</p><p>En la práctica, se paralizarán las actividades no esenciales del Estado, mientras el presidente, el vicepresidente, los senadores, los diputados, los ministros, secretarios y subsecretarios “no cobrarán un solo peso de sueldo”, adelantó Milei.</p><p>Milei aclaró que jubilaciones, pensiones, planes sociales, la salud, la seguridad, la defensa nacional y el servicio penitenciario quedarán exceptuados.</p><p>Como parte del paquete de reformas, el presidente también impulsará cambios en el mercado de capitales y de seguros.</p><p>“Entre todas ellas (las reformas) pondrán fin a 91 años de saqueo, expropiación, impunidad y decadencia y nos permitirán hacer a la Argentina grande nuevamente”, concluyó Milei.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SW2PDCQ7ROTPD2RVHXQMA7G2W4.jpg?auth=a1c6665b77e8fdf6ecacb49a84f4bf97a55c533fecf3a7660ea7129c53582366&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei pronuncia un discurso en la ceremonia de inauguración de la exposición anual de la Sociedad Rural en Buenos Aires, Argentina, el domingo 26 de julio de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Trump announces a deal for Hamas to disarm in Gaza, but many hurdles and uncertainty remain]]></title><link>https://www.local10.com/news/world/2026/07/30/trump-announces-a-deal-for-hamas-to-disarm-in-gaza-but-many-hurdles-and-uncertainty-remain/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/trump-announces-a-deal-for-hamas-to-disarm-in-gaza-but-many-hurdles-and-uncertainty-remain/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, MATTHEW LEE, FARNOUSH AMIRI and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Thursday that a deal has been reached for Hamas to disarm and Israel to withdraw its forces from Gaza, but many hurdles, conditions and long timelines remained to wind down the war in the Palestinian territory.]]></description><pubDate>Fri, 31 Jul 2026 05:52:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Thursday that a deal has been reached for Hamas to disarm and Israel to withdraw its forces from Gaza, but many hurdles, conditions and long timelines remained to wind down the war in the Palestinian territory.</p><p>The White House announcement comes nine months after a U.S.-brokered ceasefire was signed. Negotiations between Israel and Hamas had largely deadlocked over the implementation of its second phase, including the disarmament of Hamas and the reconstruction of Gaza.</p><p>“The agreement will be carried out in carefully structured phases,” Trump said on social media. “As disarmament is completed, Israeli forces will withdraw, and the International Stabilization Force will work with a new Palestinian police force to take responsibility for Gaza being safe for its residents and its neighbors.”</p><p>Trump’s 20-point ceasefire plan calls on the militant group to surrender its weapons and destroy its vast network of tunnels. It also envisions Israeli forces withdrawing from Gaza, the arrival of a new technocratic Palestinian government, deployment of an international security force and the rebuilding of the battered Palestinian enclave.</p><p>Trump announced what he said was an agreement to realize one of the most difficult portions of the Gaza ceasefire while negotiations have stalled and military attacks have escalated in the war that the U.S. and Israel in February launched against Iran, a key sponsor of Hamas.</p><p>On Friday, a Hamas official said they have reached an agreement on disarmament, the most crucial part of the ceasefire deal. Israel didn't give an indication that they had agreed.</p><p>Officials offer long or unspecific timelines for Hamas to disarm</p><p>U.S. and Board of Peace officials, describing the deal to reporters on condition of anonymity under guidelines set by the White House, gave an extremely optimistic assessment of the agreement that laid out a scenario very similar to the one described by Trump and his top aides when the Board of Peace, an international body established by Trump to oversee the ceasefire in Gaza, was first formed.</p><p>The officials were unable to offer specific timelines for the disarmament of Hamas or other groups that operate in Gaza, such as Palestinian Islamic Jihad, but said the Gaza police force would turn over weapons to the technocratic Board of Peace-backed Gaza administration in the next two weeks.</p><p>The Gaza police force, however, does not include the vast majority of Hamas militants and heavy weaponry is not included in that part of the agreement, according to the officials.</p><p>Instead, the surrender of heavy weapons and the decommissioning of Hamas tunnels and other infrastructure are to come later in a process that could take between 200 and 350 days, a Board of Peace official said.</p><p>Israel has not responded but has been deeply skeptical</p><p>A U.S. official said Israel, which has been deeply skeptical about Hamas’ willingness to give up its guns or relinquish at least behind-the-scenes control of Gaza, had been consulted at every step of the negotiation.</p><p>However, the official said Israel was not being asked to do anything more than what it had initially committed to when it agreed to Trump’s 20-point plan, which essentially involves withdrawing its forces from Gaza and committing to ending airstrikes on the territory.</p><p>The official said Trump would be “very, very disappointed” if Israel didn't adhere to the agreement. Trump and Israeli Prime Minister Benjamin Netanyahu met at the White House on Tuesday, but neither said much about what was discussed in their first face-to-face meeting since launching the war against Iran.</p><p>Israel’s U.N. Mission said it had no immediate comment.</p><p>The official added that Iran remains a wildcard in the equation because although it counseled Hamas members not to accept a deal, it is also not in a position to offer the group much support because it is preoccupied with the conflict with the United States.</p><p>Hamas previously had insisted on implementing the first phase of the ceasefire before moving to discuss its weapons. The group’s founding charter calls for armed resistance against Israel, and it has been reluctant to give up an arsenal, including rockets, anti-tank missiles and explosives, that lies at the heart of its identity.</p><p>Hamas announced earlier this month, however, that it had dissolved its government in Gaza and was preparing to transfer power to a technical committee backed by the United Nations as part of the ceasefire deal.</p><p>The war in Gaza began after the Hamas-led attack on southern Israel on Oct. 7, 2023, killed around 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p><p>Israel’s military now controls more than half of Gaza, leaving Palestinians confined to squalid tent camps and heavily damaged urban neighborhoods.</p><p>___</p><p>Cooper reported from Phoenix, Amiri from New York and Magdy from Cairo. Associated Press writer Edith M. Lederer contributed from the United Nations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OENU6L6NOYSXRJJ2ZOEE3X2YDA.jpg?auth=6abf6736315dfdcc85e7573a2462f78feda202de20fb51952b2bdd78ed988d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians salvage their belongings from the rubble of a building and tents destroyed in an Israeli airstrike in Gaza City, Thursday, July 30, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KWBYHVKXMHVIQJ6BM3ZPR5TQJE.jpg?auth=17d5a9e168599a53bd1095c39f9359cc16a46eeb4b364d7486708271d7e1371b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump arrives on Air Force One at Hagerstown Regional Airport, in Hagerstown, Md., en route to Camp David, Md., June 8, 2025. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Burglary charge could send man linked to Navajo elder's disappearance back to federal prison]]></title><link>https://www.local10.com/news/2026/07/30/burglary-charge-could-send-man-linked-to-navajo-elders-disappearance-back-to-federal-prison/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/30/burglary-charge-could-send-man-linked-to-navajo-elders-disappearance-back-to-federal-prison/</guid><dc:creator><![CDATA[By SAVANNAH PETERS and JACQUES BILLEAUD, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The last person known to have seen Navajo elder Ella Mae Begay alive has been accused of burglary in an unrelated incident, raising questions about whether he will be sent back to federal prison in Begay's disappearance.]]></description><pubDate>Fri, 31 Jul 2026 00:13:02 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The last person known to have seen Navajo elder Ella Mae Begay alive has been accused of burglary in an unrelated incident, raising questions about whether he will be sent back to federal prison in Begay's disappearance.</p><p>Preston Tolth is the only person ever charged and convicted in connection with the 2021 disappearance of Begay, a weaver and grandmother of nine from a remote community on the Navajo Nation who has never been found. He acknowledged stealing her truck, beating her and leaving her on the side of the road.</p><p>Her case has become emblematic of the heartache felt across Indian Country when loved ones go missing or are killed. Begay's photo appears at marches. Her name is regularly invoked at rallies calling attention to the crisis.</p><p>Phoenix police arrested Tolth, 27, on Tuesday after getting a call about a home break-in. Officers found him about a block away, wearing clothing that matched the description of the suspect and carrying a pocket knife, according to court records.</p><p>Tolth was released from federal prison in June, five years to the day Begay vanished and two years earlier than his sentence was scheduled to end. The Bureau of Prisons cited a federal statue that counts time served after the commission of a crime but before sentencing, including on unrelated charges, in releasing him early.</p><p>Tolth was sent to a transitional housing facility in Phoenix. Under the terms of his plea agreement in federal court, he was not to commit any additional crimes while on supervised release. He also was barred from possessing dangerous weapons.</p><p>He faces a single charge of burglary in Maricopa County. Court records did not have an attorney listed for him, and his public defender in the federal case did not respond to an emailed request for comment Thursday.</p><p>Esther Winne, a spokesperson for the U.S. Attorney’s Office in Arizona, said the office is aware of his arrest.</p><p>“There is a process for handling violations,” Winne said in an email Tuesday, declining further comment.</p><p>Gerald Foxworth, an employee at Phoenix Oasis where Tolth was staying, said Tolth returned to the facility drunk on July 4 in violation of program rules. Tolth left on his own after refusing to be transported to a medical center, Foxworth said, and the facility informed Tolth's probation officer.</p><p>The U.S. Marshals Service had an active warrant out for Tolth’s arrest when he was picked up by Phoenix police.</p><p>The Associated Press left phone and email messages with Tolth's probation officer Thursday requesting comment.</p><p>Begay's family said they were unaware Tolth left transitional housing. His arrest is the latest frustration in a case they say has offered little in the way of justice or closure. The eldest of Begay's three children, Gerald Begay, said he is relieved no one was harmed in the break-in.</p><p>“(Federal officials) made the decision to release this person. Now he’s out here hurting people,” Begay said. “This could have ended far worse.”</p><p>___</p><p>This story is published through the Global Indigenous Reporting Network at The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6Z42MWJBYDBHKMK24GVWHVO6E.jpg?auth=b415725affc244e0bc2751f0861e2e853fc32a35fca422771bec1307f7237d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Seraphine Warren, center left, is embraced by state Sen. Shannon Pinto outside the state capitol building on Feb. 4, 2022, in Santa Fe, N.M. (AP Photo/Cedar Attanasio, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Cedar Attanasio</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTI73QH2CHDKODFI2WYWK2HHFI.jpg?auth=189615e78970fad2748c86087dc997d40b3e13b82c730aaa2243349f40876fe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gerald Begay, whose mother Ella Mae Begay went missing from her home, poses for a portrait in his home in Denver, April 2, 2026. (AP Photo/Thomas Peipert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6KBVX7SGYTSFRKCC67BKTBKVY.jpg?auth=74854d5ae8d27c453f823426f2db2baaf14d17da754993ba159fbc465e30a28f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Weavings created by Ella Mae Begay, who went missing from her home, are displayed in her son's home in Denver, April 2, 2026. (AP Photo/Thomas Peipert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content></item><item><title><![CDATA[Haití empieza a registrar votantes en la capital bajo amenaza de pandillas]]></title><link>https://www.local10.com/espanol/2026/07/30/haiti-empieza-a-registrar-votantes-en-la-capital-bajo-amenaza-de-pandillas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/haiti-empieza-a-registrar-votantes-en-la-capital-bajo-amenaza-de-pandillas/</guid><dc:creator><![CDATA[Por EVENS SANON y DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[PUERTO PRÍNCIPE, Haití (AP) — El registro de votantes comenzó el jueves en la capital y en otras partes de Haití, lo que marca un hito crucial en el plan de llevar a cabo elecciones generales, aun cuando persisten las preocupaciones por la violencia generada por las pandillas.]]></description><pubDate>Thu, 30 Jul 2026 23:53:22 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — El registro de votantes comenzó el jueves en la capital y en otras partes de Haití, lo que marca un hito crucial en el plan de llevar a cabo elecciones generales, aun cuando persisten las preocupaciones por la violencia generada por las pandillas.</p><p>El gobierno abrió 10 centros de registro en diversas partes de Puerto Príncipe, en vecindarios considerados por lo general seguros, mientras decenas de haitianos esperanzados iban llegando poco a poco.</p><p>“Puede que sea la primera vez que voy a votar”, manifestó el obrero de la construcción Vadley Bernadel, de 34 años.</p><p>Haití no ha celebrado elecciones generales en más de una década, y el país no ha tenido presidente desde que el mandatario Jovenel Moïse fue asesinado en su residencia privada en julio de 2021.</p><p>La violencia de las pandillas no ha hecho más que aumentar desde entonces, pero el primer ministro de Haití está bajo presión para celebrar elecciones, teniendo el 13 de diciembre como fecha de la primera vuelta.</p><p>“Haití necesita a alguien con visión, alguien que pueda conducir al país en una mejor dirección”, expresó Bernadel, quien lamentó las múltiples crisis de su país.</p><p>Hombres armados aún controlan extensas zonas</p><p>La violencia de las pandillas ha desplazado a más de 1,4 millones de personas, y hombres armados controlan aproximadamente el 70% de Puerto Príncipe y las principales carreteras que conducen a las provincias Central y Artibonite del país, que también están bajo asedio.</p><p>Más del 50% del electorado haitiano vive en esas tres regiones, y no está claro si todos los posibles votantes podrán registrarse, y mucho menos votar, dada la violencia.</p><p>“El país puede organizar elecciones en tres meses si decide hacerlo. La pregunta es: ¿qué tipo de elecciones?”, planteó Diego Da Rin, analista del International Crisis Group.</p><p>Si el gobierno insiste en celebrar comicios el 13 de diciembre, “una gran parte del electorado va a quedar por fuera de las elecciones”, advirtió.</p><p>Da Rin señaló que la policía y una misión respaldada por la ONU han recuperado zonas cercanas al Palacio Nacional en Puerto Príncipe y han logrado otros avances, pero pandillas poderosas aún controlan enormes extensiones de territorio.</p><p>“No ha habido avances significativos”, afirmó. “El gobierno no va a poder organizar elecciones en los territorios controlados por las pandillas”.</p><p>Jacques Desrosiers, presidente del Consejo Electoral Provisional de Haití, dijo que planea abrir más centros de registro de votantes en las próximas semanas, incluidos 20 en Pétion-Ville, considerada una de las zonas más seguras.</p><p>En cuanto a la posibilidad de abrir centros en otras comunidades, indicó que eso está en manos del gobierno haitiano.</p><p>Los haitianos temen morir mientras el país se prepara para las elecciones</p><p>El abogado Francky Cavetan dijo que no planea votar porque es demasiado arriesgado, pero sí visitó un centro de registro por curiosidad.</p><p>“Aquí no va a haber elecciones porque el gobierno y el consejo electoral le están mintiendo a la población”, sostuvo. “Están haciendo creer a la gente que las elecciones traerán seguridad, pero tiene que haber seguridad antes de las elecciones”.</p><p>Más de 5.900 personas murieron el año pasado en todo Haití, y más de 1.600 más entre enero y marzo de este año, según las Naciones Unidas. Además, en el primer semestre del año se reportaron 5.500 incidentes de violencia de género, y el 70% de los casos involucró violación, muchas de ellas violaciones en grupo cometidas por pandillas, dijo recientemente Farhan Haq, portavoz adjunto del secretario general de la ONU.</p><p>Cavetan cuestionó cómo siquiera harían campaña los candidatos. También estaba molesto porque cree que un gran número de haitianos no sabe que también se les pedirá participar en un referéndum el mismo día de las elecciones, mientras el gobierno impulsa cambios a la Constitución del país.</p><p>“Ni siquiera le están explicando a la gente qué es lo que planean cambiar en la Constitución”, señaló Cavetan.</p><p>Da Rin coincidió con ese sentir y apuntó que el público todavía no sabe qué cambios busca el gobierno.</p><p>Sin embargo, su mayor preocupación en torno a las elecciones es la seguridad.</p><p>“El desafío para las autoridades en este momento es organizar elecciones sin haber derrotado a las pandillas y disminuir lo máximo posible la influencia que tengan sobre las elecciones”, explicó.</p><p>Da Rin indicó que los vínculos de larga data entre las pandillas y ciertas élites poderosas en Haití siguen activos.</p><p>Desde hace tiempo, las pandillas han sido utilizadas para intimidar a los votantes o convencerlos de elegir a determinados candidatos, así como para destruir urnas cuando algunos miembros de la élite haitiana creían que sus candidatos podrían no ganar, señaló Da Rin.</p><p>“Las pandillas han sido como un instrumento muy importante para las élites para hacer ganar a sus candidatos en las elecciones”, afirmó.</p><p>En un centro de registro en la comunidad de Laboule, sólo tres personas se habían inscrito una hora después de que abrieran las puertas.</p><p>Victor Valensky, conductor de un colorido autobús conocido como tap-tap, era uno de ellos.</p><p>Dijo que estaba enojado por la situación de su país, pero también temía la violencia de las pandillas.</p><p>“Quiero participar en las elecciones, pero tengo que asegurarme de estar a salvo”, expresó el hombre de 38 años. “Si muero ahora, probablemente mi esposa no podrá mantener sola a mis dos hijos… Voy a ser muy cuidadoso antes de salir el día de las elecciones”.</p><p>___</p><p>Coto informó desde San Juan, Puerto Rico.</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/ZBE3SG6RBRXZ5NDAIJAN5N535M.jpg?auth=0ede18fe0025272e6644726f256b96c065754de86aa9a1187cc5fa423d8a921e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haitianos se inscriben para votar en las próximas elecciones generales en Puerto Príncipe, Haití, el jueves 30 de julio de 2026. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Colombia reforzará seguridad con más de 11.000 uniformados para jura presidencial de De la Espriella]]></title><link>https://www.local10.com/espanol/2026/07/30/colombia-reforzara-seguridad-con-mas-de-11000-uniformados-para-jura-presidencial-de-de-la-espriella/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/colombia-reforzara-seguridad-con-mas-de-11000-uniformados-para-jura-presidencial-de-de-la-espriella/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El Ministerio de Defensa colombiano anunció el jueves que desplegará más de 11.000 uniformados para reforzar la seguridad durante la toma de posesión presidencial del conservador Abelardo de la Espriella a realizarse el 7 de agosto en Cali, zona del suroeste del país en la que operan grupos armados ilegales.]]></description><pubDate>Thu, 30 Jul 2026 23:52:34 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El Ministerio de Defensa colombiano anunció el jueves que desplegará más de 11.000 uniformados para reforzar la seguridad durante la toma de posesión presidencial del conservador Abelardo de la Espriella a realizarse el 7 de agosto en Cali, zona del suroeste del país en la que operan grupos armados ilegales.</p><p>“El Estado colombiano está preparado para garantizar la seguridad antes, durante y después de la posesión presidencial", aseguró la ministra de Defensa encargada, Angélica Verbel López, en un comunicado de prensa.</p><p>La seguridad será reforzada tanto en Cali, capital del departamento Valle del Cauca, como en sus municipios aledaños que incluyen a Jamundí, donde hacen presencia las disidencias de la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC) que no se acogió al acuerdo de paz firmado hace una década con el Estado.</p><p>El Ministerio de Defensa indicó que fortalecerán la inteligencia militar para anticipar o detectar “cualquier acción criminal”, lo que se une a la recompensa de hasta 157.000 dólares ofrecida por la alcaldía de Cali por información sobre posibles ataques.</p><p>También será restringido el espacio aéreo de Cali para sobrevolar drones. Sólo podrán operar los drones desplegados por la fuerza pública para labores de vigilancia.</p><p>Las disidencias de las FARC suelen ejecutar acciones criminales de alto impacto, usando explosivos usualmente lanzados desde drones, lo que ha cambiado la dinámica del conflicto armado en los últimos dos años.</p><p>Los militares y policías que serán desplegados en la zona tendrán especialidades de antiexplosivos, operaciones especiales, artillería, vigilancia, transporte y evacuaciones aeromédicas, agregó el reporte.</p><p>El esquema de seguridad será complementado por helicópteros y aviones militares que sobrevolarán la ciudad.</p><p>De la Espriella decidió posesionarse en Cali rompiendo la tradición de jurar en Bogotá como sus antecesores para dar un mensaje a los grupos armados ilegales a los que prometió mano dura en su gobierno.</p><p>“Bandido que no se someta, lo vamos a dar de baja", dijo De la Espriella el jueves en una declaración a la prensa en la que dio “menos de una semana” a los ilegales para que se rindan. "Luego no digan que no se los advertimos”, agregó.</p><p>De la Espriella, quien ha denunciado amenazas en su contra, insistió en que cortará con la política de negociación de paz con los ilegales que sostuvo el saliente presidente Gustavo Petro.</p><p>Petro desconoció la victoria de De la Espriella, su férreo opositor, pese a que la autoridad electoral lo declaró ganador sobre el oficialista Iván Cepeda, lo que derivó en la suspensión de la transición de gobierno entre las entidades.</p><p>No obstante la tensión política, De la Espriella ha continuado armando su equipo de gobierno y preparando su asunción al poder. El jueves anunció como ministra de Salud designada a la abogada Ana María Vesga, a quien le encomendó “superar la crisis humanitaria, financiera y de confianza que enfrenta la salud”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2OWCR3ZKZRKP2L6QKBSMVCQVWY.jpg?auth=1f2f2bd9fedf7a9be723fe64a48e56252d63053eafa72e13698d3639b32b66f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella, habla durante una conferencia de prensa en Bogotá, Colombia, el jueves 30 de julio de 2026. (Foto AP/John Vizcaino)]]></media:description><media:credit role="author" scheme="urn:ebu">John Vizcanino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WKJZTAVMYM7JFDGQ4B3G5D5Z3Y.jpg?auth=6d3c2a99d08129fb47896e541fb2dc6427004eaa687ccde7b0d7a2f3bd7123d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Conserjes caminan afuera del auditorio de la Universidad Santiago de Cali, donde tomará posesión el presidente electo Abelardo de la Espriella, en Cali, Colombia, el miércoles 29 de julio de 2026. (Foto AP/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[Chile y Venezuela acuerdan retomar relaciones consulares y trazan hoja de ruta para normalizar lazos]]></title><link>https://www.local10.com/espanol/2026/07/30/chile-y-venezuela-acuerdan-retomar-relaciones-consulares-y-trazan-hoja-de-ruta-para-normalizar-lazos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/chile-y-venezuela-acuerdan-retomar-relaciones-consulares-y-trazan-hoja-de-ruta-para-normalizar-lazos/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — El gobierno de Chile anunció el jueves que ha acordado con Venezuela restablecer las relaciones consulares entre ambos países y trazar una hoja de ruta para la “normalización progresiva de sus relaciones bilaterales” congeladas desde 2024.]]></description><pubDate>Thu, 30 Jul 2026 23:31:20 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — El gobierno de Chile anunció el jueves que ha acordado con Venezuela restablecer las relaciones consulares entre ambos países y trazar una hoja de ruta para la “normalización progresiva de sus relaciones bilaterales” congeladas desde 2024.</p><p>“A partir de hoy, Chile y Venezuela comienzan una nueva etapa, que nos va a permitir avanzar en tremendos desafíos que tenemos como países en un mismo continente, desafíos que hablan de seguridad, de migración y de desarrollo económico”, dijo en una declaración a la prensa el mandatario chileno, José Antonio Kast.</p><p>La reactivación de las relaciones consulares es el primer paso hacia la reanudación plena de los vínculos bilaterales entre las dos naciones, cuyos lazos menguaron por completo a partir de julio de 2024, cuando el entonces presidente chileno Gabriel Boric cuestionó la transparencia de las elecciones venezolanas que según el Consejo Nacional Electoral de ese país ganó Nicolás Maduro sobre el candidato opositor Edmundo González, algo que desconoció la oposición y varios países de la región.</p><p>“Quiero valorar la disposición del gobierno venezolano y saludar a la presidenta encargada, Delcy Rodríguez, por la disposición a avanzar en esta hoja de ruta conjunta”, agregó Kast.</p><p>Por su parte, el canciller chileno, Francisco Pérez Mackenna, enfatizó que la medida permitirá que “los 700.000 venezolanos que se encuentran en Chile podrán empezar a recibir la asistencia consular, lo mismo para los cerca de 25.000 chilenos" que viven en Venezuela. “Esta es una buena noticia para ambos países”.</p><p>Las actividades consulares en los dos países están suspendidas desde enero de 2025, cuando Venezuela determinó el cese de los servicios a raíz de la crisis diplomática. Desde entonces, los consulados se mantienen cerrados y sin atención al público.</p><p>Con el anuncio del jueves, Chile sigue los pasos de países como Perú y Estados Unidos que igualmente pusieron en marcha una hoja de ruta para retomar las relaciones con Venezuela.</p><p>En marzo Washington reabrió formalmente su embajada en Caracas tras el restablecimiento de relaciones diplomáticas plenas con el país sudamericano, después de que el gobierno de Donald Trump capturara a Maduro durante una operación militar y lo trasladara a Estados Unidos.</p><p>La semana pasada, Perú y Venezuela también informaron que han iniciado “un proceso progresivo de reanudación integral de las relaciones bilaterales” las cuales estaban rotas desde el 30 de julio de 2024.</p><p>De acuerdo con el último censo en Chile, divulgado en 2025, los venezolanos componen la mayor población internacional que vive en el país y representan el 41,6% de toda la población nacida en el extranjero.</p><p>En los últimos años, las tensiones entre los dos países han adentrado también la arena social, ya que el país sudamericano se volvió uno de los mayores países receptores de inmigración en América Latina. La población migrante saltó desde el 0,8% en 1992 al 8,8% en la actualidad.</p><p>El flujo migratorio descontrolado se convirtió en uno de los ejes de la carrera electoral por la presidencia de Kast, ya que muchos chilenos, incluso el gobierno, vinculan la llegada masiva de extranjeros con un aumento de la delincuencia.</p><p>Durante la campaña electoral Kast prometió implementar un gobierno de mano dura contra la violencia y la inmigración irregular y, tras asumir la presidencia el pasado marzo, reafirmó su compromiso con poner en marcha expulsiones masivas e impulsar un proyecto de ley para convertir la situación migratoria irregular en un delito.</p><p>Estimaciones oficiales calculan que alrededor de 336.000 personas, en su mayoría venezolanos, se encuentran viviendo en Chile sin los papeles necesarios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UVXR5V2XCDN7EBFUAGXDXMZKR4.jpg?auth=266e25d4b261189b861847e73a291c753e9fdd632341194baae93144a4aca3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[José Antonio Kast saluda tras ganar la segunda vuelta de las elecciones presidenciales en Santiago de Chile, el domingo 14 de diciembre de 2025. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[‘Flesh-eating’ bacteria infections in Florida: 1 dead, 12 confirmed cases, health officials report]]></title><link>https://www.local10.com/health/2026/07/30/flesh-eating-bacteria-causes-death-in-south-florida-health-officials-report/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/30/flesh-eating-bacteria-causes-death-in-south-florida-health-officials-report/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A patient aged 80 to 84 was the first to die this year in Florida of a confirmed Vibrio vulnificus, better known as the “flesh-eating bacteria,” infection, according to the Florida Department of Health’s data on Thursday.  ]]></description><pubDate>Thu, 30 Jul 2026 23:16:53 +0000</pubDate><content:encoded><![CDATA[<p>A patient aged 80 to 84 was the first to die this year in Florida of a confirmed <a href="https://www.floridahealth.gov/diseases-and-conditions/disease/vibrio-infections/" target="_self" rel="" title="https://www.floridahealth.gov/diseases-and-conditions/disease/vibrio-infections/">Vibrio vulnificus</a>, better known as the “flesh-eating bacteria,” infection, <a href="https://www.flhealthcharts.gov/ChartsReports/rdPage.aspx?rdReport=FrequencyMerlin.Frequency&amp;FirstTime=True" target="_self" rel="" title="https://www.flhealthcharts.gov/ChartsReports/rdPage.aspx?rdReport=FrequencyMerlin.Frequency&amp;FirstTime=True">according </a>to the Florida Department of Health’s data on Thursday. </p><p>The death was in Palm Beach County. There have been 12 more infections statewide so far this year, including two more in Palm Beach and two in Miami-Dade County, according to the FDOH’s data. </p><p>The other eight cases were in Bay, Hillsborough, Lee, Marion, Okaloosa, Polk, and St. Johns counties, according to the FDOH. Last year, there were five deaths and 33 cases. </p><p>Eating raw or undercooked shellfish, particularly oysters, and swimming in marine waters with an open wound increases the risk of exposure to the bacteria, according to the FDOH. </p><p>People with weakened immune systems are at a higher risk of severe and life-threatening illness with symptoms such as fever, chills, septic shock, and blistering skin lesions, according to the FDOH. </p><p><b>FDOH data</b></p><figure><img src="https://www.local10.com/resizer/v2/MG4L7ACYWZD2HBB7ECLTLR4FJI.png?auth=f37df0c9d852bca8c63ad50d039eed1b73cd656b591a69f166be655b374b495d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTUZ7CQ3RNEN5KSMOTE5B2MFNY.jpg?auth=a50a397be29608bff0e1be628cf5d923be9b5ee71e46201f43c010da2f3b7a80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE PHOTO: This is a file photo of a patient suffering from an infection of the flesh-eating bacteria in Florida.]]></media:description></media:content></item><item><title><![CDATA[US cites 'unauthorized travel' to end DACA status for a mother of 3 deported to Mexico]]></title><link>https://www.local10.com/news/national/2026/07/30/us-cites-unauthorized-travel-to-end-daca-status-for-a-mother-of-3-deported-to-mexico/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/us-cites-unauthorized-travel-to-end-daca-status-for-a-mother-of-3-deported-to-mexico/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[McALLEN, Texas (AP) — A Texas mother deported to Mexico despite having legal permission to stay in the U.S. after arriving as a child has filed a lawsuit against the federal government after it notified her it would be terminating her permission because of “unauthorized travel” stemming from her deportation.]]></description><pubDate>Thu, 30 Jul 2026 23:42:57 +0000</pubDate><content:encoded><![CDATA[<p>McALLEN, Texas (AP) — A Texas mother deported to Mexico despite having legal permission to stay in the U.S. after arriving as a child has filed a lawsuit against the federal government after it notified her it would be terminating her permission because of “unauthorized travel” stemming from her deportation.</p><p>Jessica Treviño, 34, filed a lawsuit through her attorney this week asking a federal judge to intervene.</p><p>Treviño and her husband were arrested in December after federal agents followed them into a Home Depot parking lot in South Texas. Both were deported and are living in Matamoros, Mexico, just south of Brownsville, Texas. Their three children, all U.S. citizens, are living with family on the U.S. side near the border.</p><p>After being brought to the country as a child at the age of 7, Treviño subsequently received legal permission at 20 to remain in the U.S. under the Deferred Action for Childhood Arrivals program, or DACA. Introduced in 2012, DACA does not confer legal status but has allowed hundreds of thousands of people who had come to the U.S. as children to temporarily remain and obtain work permits.</p><p>As a DACA recipient, she must maintain a clean criminal record and is not allowed to travel outside the United States.</p><p>Her attorney, David Rozas, filed the lawsuit. He noted her status and work permit were most recently authorized until April 2027.</p><p>Last week, U.S. Citizenship and Immigration Services sent her a notice of intent to terminate her status for “unauthorized travel outside of the United States on or about March 25, 2026," the same day she was deported from the country by the Department of Homeland Security.</p><p>DHS did not respond to a request for comment as of Thursday afternoon.</p><p>Rozas filed a petition asking a federal judge in Brownsville to declare the woman's expulsion was unlawful, order the government to facilitate Treviño's return to the U.S. and allow her DACA status to remain valid.</p><p>“The government had no lawful basis to remove her, and we filed this petition to demand she be brought back home,” her attorney added.</p><p>An immigration judge under the Justice Department had issued a voluntary departure order for Treviño in February while she was in ICE custody, but a valid DACA status prevents the Department of Homeland Security from deporting her.</p><p>“I would be so blessed to be able to go back home, because that’s what I long for most right now. I’m really desperate. It’s been seven months since I’ve been home,” Treviño said Thursday. Her three children are set to start school next month and their mother said she would like to be there.</p><p>The current Trump administration has deported 86 DACA recipients and arrested 241 others, according to a DHS letter sent in February to Democratic Sen. Richard J. Durbin of Illinois.</p><p>Advocates for DACA recipients say Treviño's deportation is part of a pattern.</p><p>“This is what a deliberate, systematic effort to destroy DACA looks like in practice: target recipients one by one, manufacture justifications after the fact, and leave their children to grow up without them,” said Todd Schulte, president of FWD.us, a policy organization defending immigration rights.</p><p>____</p><p>This story has been revised to correct that Treviño arrived in U.S. at age 7, not 8, later receiving DACA status at 20 years old.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJW4ZIJUGGH5LVE2DBGXYGNAZ4.jpg?auth=b427fc6afbca7b2f0fc66b9012558cc237e524294d340cd728056fc5d0f1c5de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Jessica Treviño on Thursday, July 30, 2026, shows Treviño, who was deported in March 2026 despite having a valid DACA status and clean criminal record. (Jessica Treviño via AP)]]></media:description></media:content></item></channel></rss>