<?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>Thu, 27 Aug 2026 20:35:00 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Nashville mourns Dolly Parton as tributes continue to pour in]]></title><link>https://www.local10.com/news/national/2026/08/27/nashville-mourns-dolly-parton-as-tributes-continue-to-pour-in/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/nashville-mourns-dolly-parton-as-tributes-continue-to-pour-in/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Just about everyone in Nashville has a Dolly story.]]></description><pubDate>Thu, 27 Aug 2026 20:32:32 +0000</pubDate><content:encoded><![CDATA[<p>Just about everyone in Nashville has a Dolly story.</p><p>Inside the Assembly Food Hall in downtown Nashville, Dolly Parton’s big blonde wig greets everyone, along with her signature smile.</p><p>“She’s America’s fairy godmother and she’s just the kindest person and did so much for the world,” said Pamela Corris.</p><p>Since her passing, fans have posted messages here sharing their love for her music and some of her best quotes, including: “It costs a lot of money to look this cheap.”</p><p>Everywhere you go in Nashville, sign after sign shows just how much she meant to Music City.</p><p>“She was amazing and this speaks for itself,” said Haley Minoske.</p><p>Tributes continue to pour in for the “9 to 5” singer.</p><p>Flags throughout the country are being flown at half-staff in honor of Dolly until Sept. 1.</p><p>In her hometown of Sevierville, Tennessee, this memorial keeps growing.</p><p>As fans continue to mourn, we’re learning more about Dolly’s final days. Her sister, Stella, posted on social media:</p><p>“My sister was one of the most generous, thoughtful and kind people I’ve ever known. What the world saw is exactly who she was, so much so, she told me recently that if there was no hope for her, she would still allow her medical team to try experimental drugs in the hope of helping others in the future.”</p><p>A private funeral for close friends and family will take place before she is laid to rest next to her husband, Carl Dean, at Woodlawn Memorial Park.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Broward burglar who groped victim in her sleep cuffed after chase, crash, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/27/broward-burglar-who-groped-victim-in-her-sleep-cuffed-after-chase-crash-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/broward-burglar-who-groped-victim-in-her-sleep-cuffed-after-chase-crash-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man suspected of breaking into a Pompano Beach woman’s home and touching her while she slept was arrested Wednesday after fleeing from deputies and crashing into another vehicle in North Miami, according to the Broward Sheriff’s Office and an arrest report obtained by Local 10 News.]]></description><pubDate>Thu, 27 Aug 2026 20:23:43 +0000</pubDate><content:encoded><![CDATA[<p>A man suspected of breaking into a Pompano Beach woman’s home and groping her while she slept was arrested Wednesday after fleeing from deputies and crashing into another vehicle in North Miami, according to the Broward Sheriff’s Office and an arrest report obtained by Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/08/27/arrestan-a-ladron-de-broward-que-manoseo-a-victima-mientras-dormia-tras-persecucion-y-choque-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/arrestan-a-ladron-de-broward-que-manoseo-a-victima-mientras-dormia-tras-persecucion-y-choque-dicen-agentes/">Leer en español</a></p><p>Stinley Jean Jacques, 27, of Pompano Beach, was identified by BSO as a suspect in the Aug. 16 home invasion incident “following days of intensive investigation” by the agency’s Special Victim’s Unit and their Pompano Beach Crime Suppression Team.</p><p>According to investigators, a woman was asleep at her home in the 2900 block of Northeast Seventh Avenue when she awoke to find a man touching her before he fled the scene. </p><p>Detectives said they used “a variety of investigative methods” to develop Jean Jacques as a possible suspect in that case. </p><p>They said a BSO deputy attempted to stop Jean Jacques while he was driving a white 2026 Nissan Altima. Jean Jacques then refused to stop, leading deputies on a pursuit, according to investigators. </p><p>The report states that Jean Jacques ran a red light at Opa-locka Boulevard and Northwest Sixth Court before crashing into a 2011 silver Mercedes-Benz.</p><p>The driver of the Mercedes suffered multiple injuries, including injuries to her lip, chest and ankle, according to the report. The vehicle sustained approximately $10,000 in damage, deputies said.</p><p>Investigators said Jean Jacques then fled the crash scene on foot, leaving the injured driver behind without providing his information or rendering aid.</p><p>They said he was later arrested by a Miami-Dade Sheriff’s Office deputy in the area of Northwest Seventh Avenue.</p><p>The crash victim identified Jean Jacques as the driver during a show-up identification, according to his arrest report.</p><p>The report states that Jean Jacques’ driver’s license had been expired since Feb. 14, 2026, and that his driving privilege had been suspended for several reasons, including previous traffic-related cases.</p><p>Jail records show Jean Jacques was booked into the Turner Guilford Knight Correctional Center on charges of leaving the scene of a crash involving no serious injury, leaving the scene of an accident involving property damage, driving with an expired license for more than six months and knowingly driving with a suspended license.</p><p>He has not yet been charged in connection with the alleged Aug. 16 home invasion.</p><p>However, BSO officials said he is expected to be brought to Broward County to face additional charges related to that investigation, including burglary, battery, stalking and voyeurism.</p><p>Anyone with information about the case or similar incidents is asked to contact BSO Detective Kristy Fleming at 954-321-4875.</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/4FBS2IIZIVBDBC25JY3ZOEPM2U.jpg?auth=3a3453b2af8ba50bf687b269f3dada7c0b6187ff40dbba049a3ed4e3da2c431d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a ladrón de Broward que manoseó a víctima mientras dormía tras persecución y choque, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/08/27/arrestan-a-ladron-de-broward-que-manoseo-a-victima-mientras-dormia-tras-persecucion-y-choque-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/arrestan-a-ladron-de-broward-que-manoseo-a-victima-mientras-dormia-tras-persecucion-y-choque-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre sospechoso de irrumpir en la casa de una mujer de Pompano Beach y tocarla mientras dormía fue arrestado el miércoles después de huir de agentes y chocar contra otro vehículo en North Miami, según la Oficina del Sheriff de Broward y un informe de arresto obtenido por Local 10 News.]]></description><pubDate>Thu, 27 Aug 2026 20:27:47 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre sospechoso de irrumpir en la casa de una mujer de Pompano Beach y manosearla mientras dormía fue arrestado el miércoles después de huir de agentes y chocar contra otro vehículo en North Miami, según la Oficina del Sheriff de Broward y un informe de arresto obtenido por Local 10 News.</p><p>Stinley Jean Jacques, de 27 años y residente de Pompano Beach, fue identificado por la BSO como sospechoso del incidente de invasión de vivienda del 16 de agosto “tras días de investigación intensiva” por parte de la Unidad de Víctimas Especiales de la agencia y su Equipo de Supresión del Crimen de Pompano Beach.</p><p>Según los investigadores, una mujer dormía en su casa en la cuadra 2900 de Northeast Seventh Avenue cuando despertó y encontró a un hombre tocándola antes de que huyera del lugar.</p><p>Los detectives dijeron que utilizaron “una variedad de métodos de investigación” para identificar a Jean Jacques como posible sospechoso en ese caso.</p><p>Dijeron que un agente de la BSO intentó detener a Jean Jacques mientras conducía un Nissan Altima blanco 2026. Jean Jacques se negó a detenerse, lo que llevó a los agentes a perseguirlo, según los investigadores.</p><p>El informe señala que Jean Jacques se pasó una luz roja en Opa-locka Boulevard y Northwest Sixth Court antes de chocar contra un Mercedes-Benz plateado 2011.</p><p>La conductora del Mercedes sufrió múltiples lesiones, incluidas heridas en el labio, pecho y tobillo, según el informe. El vehículo sufrió aproximadamente $10,000 USD en daños, dijeron los agentes.</p><p>Los investigadores dijeron que Jean Jacques huyó a pie del lugar del accidente, dejando atrás a la conductora herida sin proporcionar su información ni prestarle ayuda.</p><p>Dijeron que posteriormente fue arrestado por un agente de la Oficina del Sheriff de Miami-Dade en el área de Northwest Seventh Avenue.</p><p>La víctima del accidente identificó a Jean Jacques como el conductor durante un procedimiento de identificación, según su informe de arresto.</p><p>El informe señala que la licencia de conducir de Jean Jacques había vencido desde el 14 de febrero de 2026 y que su privilegio para conducir había sido suspendido por varias razones, incluidos casos previos relacionados con infracciones de tránsito.</p><p>Los registros de la cárcel muestran que Jean Jacques fue ingresado en el Centro Correccional Turner Guilford Knight por cargos de abandonar el lugar de un accidente sin lesiones graves, abandonar el lugar de un accidente con daños a la propiedad, conducir con una licencia vencida por más de seis meses y conducir a sabiendas con una licencia suspendida.</p><p>Aún no ha sido acusado en relación con la presunta invasión de vivienda del 16 de agosto.</p><p>Sin embargo, funcionarios de la BSO dijeron que se espera que sea trasladado al condado Broward para enfrentar cargos adicionales relacionados con esa investigación, incluidos robo, agresión, acoso y voyeurismo.</p><p>Se pide a cualquier persona que tenga información sobre el caso o incidentes similares que se comunique con la detective de la BSO Kristy Fleming al 954-321-4875.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FBS2IIZIVBDBC25JY3ZOEPM2U.jpg?auth=3a3453b2af8ba50bf687b269f3dada7c0b6187ff40dbba049a3ed4e3da2c431d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Good Good to no longer be title sponsor of PGA Tour event and loses Callaway sponsorship]]></title><link>https://www.local10.com/news/florida/2026/08/27/good-good-to-no-longer-be-title-sponsor-of-pga-tour-event-and-loses-callaway-sponsorship/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/27/good-good-to-no-longer-be-title-sponsor-of-pga-tour-event-and-loses-callaway-sponsorship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Good Good Golf lost its partnership with Callaway on Thursday and no longer will be title sponsor of a PGA Tour event in November as the fallout continued over a video for a new Callaway driver that showed a man shoving a woman to the ground who was trying to touch the golf club.]]></description><pubDate>Thu, 27 Aug 2026 20:25:09 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Good Good Golf lost its partnership with Callaway on Thursday and no longer will be title sponsor of a PGA Tour event in November as the fallout continued over a video for a new Callaway driver that showed a man shoving a woman to the ground who was trying to touch the golf club.</p><p>Good Good, among the most popular in the YouTube Golf space, has said it was meant to be a spinoff from the movie, “Obsession.” But the criticism was immediate and relentless, and the pressure began mounting by the day.</p><p>Golf Channel postponed a Good Good reality show because a sponsor, reported to be Galaxy Golf, wanted its brand scrubbed from the telecast. Dick's Sporting Goods removed the apparel from its stories. And then Callaway said it was ending the three-year sponsorship.</p><p>The PGA Tour confirmed Good Good would not be title sponsor of the new Nov. 12-15 tournament in Austin, Texas. Officials said it would seek a new title sponsor.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/44KJ2ZJZCLILYHCL4PYZU3DO3U.jpg?auth=c416dc21db6ecdd945b47a8d13ff233cce09cc661ed675ad71d379abc84a4eb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - PGA Tour CEO Brian Rolapp speaks before a practice round of the Tour Championship golf tournament, Wednesday, Aug. 20, 2025, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Renderings show planned memorial in honor of 98 dead at Surfside building collapse]]></title><link>https://www.local10.com/news/local/2026/08/27/renderings-show-memorial-in-honor-of-98-dead-after-surfside-building-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/renderings-show-memorial-in-honor-of-98-dead-after-surfside-building-collapse/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The memorial in honor of the 98 people who died after the Champlain Towers South building collapsed in 2021 will include 13 “pillars of light” with rebar and debris from the site in Surfside. ]]></description><pubDate>Thu, 27 Aug 2026 19:05:35 +0000</pubDate><content:encoded><![CDATA[<p>The memorial in honor of the 98 people who died after the Champlain Towers South building collapsed in 2021 will include 13 “pillars of light” with rebar and debris from the site in Surfside, according to city officials. </p><p><a href="https://www.local10.com/espanol/2026/08/27/revelan-imagenes-del-monumento-conmemorativo-previsto-en-honor-a-las-98-personas-muertas-en-el-colapso-de-edificio-en-surfside/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/revelan-imagenes-del-monumento-conmemorativo-previsto-en-honor-a-las-98-personas-muertas-en-el-colapso-de-edificio-en-surfside/">Leer en español</a></p><p>The city released renderings on Friday showing a memorial wall displaying the 98 names, near a water feature, and a graphic of clasped hands with a written message: “Love Lives On.” </p><figure><img src="https://www.local10.com/resizer/v2/4D3NFL2HGNGCLEC32SXXRPOUU4.jpg?auth=84baa6081bb0dd17e2ef0215385100462d97082df46b030f39e16481d23c7a10&smart=true&width=1200&height=900" alt="Courtesy Keith - Engineering Inspired Design" height="900" width="1200"/><figcaption>Courtesy Keith - Engineering Inspired Design</figcaption></figure><p>“For five years, this community has carried the weight of remembering 98 friends and neighbors without a permanent place to do so,” Mayor Shlomo Danzinger said in a statement. “This memorial gives us that place.” </p><p>The memorial will be at the end of 88th Street and Collins Avenue, and the budget is about $3.5 million, including a $1 million grant from the state, according to city officials. </p><figure><img src="https://www.local10.com/resizer/v2/IQZUIVTF5JG3NODGTA7CQGCKD4.png?auth=d590648a466a6f6059a88216e4d5a67de7684bd2c223812b6cb1129460ee9d2b&smart=true&width=1200&height=900" alt="Keith _ Engineering Inspired Design" height="900" width="1200"/><figcaption>Keith _ Engineering Inspired Design</figcaption></figure><p>“It is tasteful, it is dignified, and it was shaped by the very people who loved them most,” Danzinger said. “A memorial cannot undo what happened here, but it can give a town a way forward. Now we have a permanent place to hold our neighbors in our hearts, and to heal together as a community.”</p><p>The city has yet to announce when the memorial will be unveiled. </p><p><b>Interactive graphic</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 53.89% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/fa6c3019-27e7-4cdb-ba5a-c9e3e8417d40?src=embed&amp;embed_type=responsive_iframe" title="Surfside " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related links</b></p><ul><li><a href="https://www.townofsurfsidefl.gov/docs/default-source/misc/champlain-towers-south-memorial-approval-final-press-release.pdf?sfvrsn=f488e394_1" target="_self" rel="" title="https://www.townofsurfsidefl.gov/docs/default-source/misc/champlain-towers-south-memorial-approval-final-press-release.pdf?sfvrsn=f488e394_1">Town of Surfside gives final approval</a> </li><li><a href="https://www.townofsurfsidefl.gov/news-and-events/news-detail/2026/08/13/town-of-surfside-gives-final-approval-for-permanent-champlain-towers-south-memorial" target="_self" rel="" title="https://www.townofsurfsidefl.gov/news-and-events/news-detail/2026/08/13/town-of-surfside-gives-final-approval-for-permanent-champlain-towers-south-memorial">Announcement</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJ2VKPHZRREXRBLKL4CTZYMPEA.jpg?auth=6af3a1f217c68f45ced659463a008bcfd50f33e7ce3c0b8ebed1711a34441555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Courtesy of Keith Engineering Inspired Design]]></media:description></media:content></item><item><title><![CDATA[Revelan imágenes del monumento conmemorativo previsto en honor a las 98 personas muertas en el colapso de edificio en Surfside]]></title><link>https://www.local10.com/espanol/2026/08/27/revelan-imagenes-del-monumento-conmemorativo-previsto-en-honor-a-las-98-personas-muertas-en-el-colapso-de-edificio-en-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/revelan-imagenes-del-monumento-conmemorativo-previsto-en-honor-a-las-98-personas-muertas-en-el-colapso-de-edificio-en-surfside/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El monumento conmemorativo en honor a las 98 personas que murieron tras el colapso del edificio Champlain Towers South en 2021 incluirá 13 “pilares de luz” con barras de refuerzo y escombros del lugar en Surfside.]]></description><pubDate>Thu, 27 Aug 2026 19:55:36 +0000</pubDate><content:encoded><![CDATA[<p>Según informaron funcionarios de la ciudad, el monumento en honor a las 98 personas que murieron tras el derrumbe del edificio Champlain Towers South en 2021 incluirá 13 “pilares de luz” con barras de refuerzo y escombros del lugar en Surfside.</p><p>El viernes, la ciudad publicó imágenes que muestran un muro conmemorativo con los 98 nombres, cerca de una fuente de agua, y un gráfico de manos entrelazadas con el mensaje escrito: “El amor perdura”.</p><figure><img src="https://www.local10.com/resizer/v2/4D3NFL2HGNGCLEC32SXXRPOUU4.jpg?auth=84baa6081bb0dd17e2ef0215385100462d97082df46b030f39e16481d23c7a10&smart=true&width=1200&height=900" alt="Courtesy Keith - Engineering Inspired Design" height="900" width="1200"/><figcaption>Courtesy Keith - Engineering Inspired Design</figcaption></figure><p>“Durante cinco años, esta comunidad ha cargado con el peso de recordar a 98 amigos y vecinos sin un lugar permanente para hacerlo”, dijo el alcalde Shlomo Danzinger en un comunicado. “Este monumento nos brinda ese lugar”.</p><p>El monumento conmemorativo estará ubicado al final de la calle 88 y la avenida Collins, y el presupuesto ronda los 3,5 millones de dólares, incluyendo una subvención de 1 millón de dólares del estado, según informaron funcionarios de la ciudad.</p><figure><img src="https://www.local10.com/resizer/v2/IQZUIVTF5JG3NODGTA7CQGCKD4.png?auth=d590648a466a6f6059a88216e4d5a67de7684bd2c223812b6cb1129460ee9d2b&smart=true&width=1200&height=900" alt="Keith _ Engineering Inspired Design" height="900" width="1200"/><figcaption>Keith _ Engineering Inspired Design</figcaption></figure><p>“Es un monumento de buen gusto, digno y diseñado por las personas que más los amaban”, dijo Danzinger. “Un monumento no puede deshacer lo sucedido aquí, pero puede ofrecerle a la ciudad un camino hacia el futuro. Ahora tenemos un lugar permanente para honrar la memoria de nuestros vecinos y sanar juntos como comunidad”.</p><p>La ciudad aún no ha anunciado cuándo se inaugurará el monumento conmemorativo.</p><p><b>Gráfico interactivo</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 53.89% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/fa6c3019-27e7-4cdb-ba5a-c9e3e8417d40?src=embed&amp;embed_type=responsive_iframe" title="Surfside " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Enlaces relacionados</b></p><ul><li><a href="https://www.townofsurfsidefl.gov/docs/default-source/misc/champlain-towers-south-memorial-approval-final-press-release.pdf?sfvrsn=f488e394_1" target="_self" rel="" title="https://www.townofsurfsidefl.gov/docs/default-source/misc/champlain-towers-south-memorial-approval-final-press-release.pdf?sfvrsn=f488e394_1">El municipio de Surfside da su aprobación final.</a></li><li><a href="https://www.townofsurfsidefl.gov/news-and-events/news-detail/2026/08/13/town-of-surfside-gives-final-approval-for-permanent-champlain-towers-south-memorial" target="_self" rel="" title="https://www.townofsurfsidefl.gov/news-and-events/news-detail/2026/08/13/town-of-surfside-gives-final-approval-for-permanent-champlain-towers-south-memorial">Anuncio</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJ2VKPHZRREXRBLKL4CTZYMPEA.jpg?auth=6af3a1f217c68f45ced659463a008bcfd50f33e7ce3c0b8ebed1711a34441555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Courtesy of Keith Engineering Inspired Design]]></media:description></media:content></item><item><title><![CDATA[Dolphins trade Tutu Atwell back to Rams for RB Jarquez Hunter]]></title><link>https://www.local10.com/sports/local/2026/08/27/dolphins-trade-tutu-atwell-back-to-rams-for-rb-jarquez-hunter/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/27/dolphins-trade-tutu-atwell-back-to-rams-for-rb-jarquez-hunter/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins traded wide receiver Tutu Atwell back to the Los Angeles Rams on Thursday in exchange for running back Jarquez Hunter, according to ESPN’s Adam Shefter. ]]></description><pubDate>Thu, 27 Aug 2026 19:32:20 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins traded wide receiver Tutu Atwell back to the Los Angeles Rams on Thursday in exchange for running back Jarquez Hunter, pending physicals. </p><p><a href="https://www.local10.com/espanol/2026/08/27/dolphins-traspasan-a-tutu-atwell-de-regreso-a-rams-por-el-corredor-jarquez-hunter/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/dolphins-traspasan-a-tutu-atwell-de-regreso-a-rams-por-el-corredor-jarquez-hunter/">Leer en español</a></p><p>Atwell, 26, had signed a one-year deal with Miami this offseason after spending his first five NFL seasons with the Rams. </p><p>He was expected to compete for a bigger role with the Dolphins, but the team’s three drafted rookies, Caleb Douglas, Chris Bell and Kevin Coleman Jr., appeared to move ahead of him on the depth chart, making Atwell, who is a South Florida native, expendable.</p><p>Hunter, 23, joins a running back room that consists of De’Von Achane, Ollie Gordon II and Jaylen Wright. </p><p>Hunter played college football at Auburn, where he rushed for 3,371 yards and 25 touchdowns while averaging 6.3 yards per carry. He also caught 68 passes for 558 yards and four touchdowns. </p><p>The Rams selected him in the fourth round of the 2025 NFL Draft, but he appeared in only five games as a rookie, playing 22 snaps, all on special teams.</p><p>It is not immediately known if Hunter will see playing time in Miami’s final preseason game when the Atlanta Falcons visit Hard Rock Stadium and quarterback Tua Tagovailoa makes his return to Hard Rock Stadium on Friday night. </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/TWSASOA6INAM3HQFUK6I6XGZS4.jpg?auth=c0953c521fa9275ddb10ad984b9bfb74bf29cd111f0fab95b61604b0bb313e01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía pide “extrema precaución” después de que cocodrilo mata a perro en South Miami]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi]]></dc:creator><description><![CDATA[La policía de South Miami está advirtiendo a residentes y visitantes que tengan “extrema precaución” después de que, según informaron, un cocodrilo atacó y mató a un perro este jueves.]]></description><pubDate>Thu, 27 Aug 2026 16:07:13 +0000</pubDate><content:encoded><![CDATA[<p>La policía de South Miami está advirtiendo a residentes y visitantes que tengan “extrema precaución” después de que, según informaron, un cocodrilo atacó y mató a un perro este jueves.</p><p>La policía dijo que el ataque mortal fue reportado en la cuadra 6200 de Southwest 64th Court. Hasta el momento, no han divulgado información sobre el perro.</p><p>Indicaron que se pide a residentes y visitantes del área de South Miami que mantengan a niños y mascotas alejados de canales, vías fluviales, estanques y otras áreas donde pueda haber un cocodrilo.</p><figure><img src="https://www.local10.com/resizer/v2/HWYMHLOKWVFGLFY2YLLPNPKJWA.jpg?auth=620725a7785369ab0ec8dc5fbe847c06451f1e957367383d21bb0601f478780d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La policía también advirtió al público que no se acerque, alimente, acose ni intente capturar a un cocodrilo que se encuentre cerca.</p><p>Los cocodrilos están protegidos por las leyes de Florida y federales.</p><p>Cualquier persona que vea al animal debe mantener una distancia segura y reportar el avistamiento a las autoridades de vida silvestre correspondientes, dijo la policía.</p><p>La policía también pidió a los residentes que compartan la advertencia con sus vecinos, particularmente con aquellos que tienen mascotas y viven o caminan por el área.</p><p>Los residentes o visitantes que tengan inquietudes sobre un cocodrilo en su área pueden comunicarse con la Comisión de Conservación de Pesca y Vida Silvestre de Florida al 866-392-4286.</p>]]></content:encoded></item><item><title><![CDATA[Police urge ‘extreme caution’ after crocodile kills dog in South Miami ]]></title><link>https://www.local10.com/news/local/2026/08/27/police-urge-extreme-caution-after-crocodile-kills-dog-in-south-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/police-urge-extreme-caution-after-crocodile-kills-dog-in-south-miami/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi]]></dc:creator><description><![CDATA[South Miami police are warning residents and visitors to use “extreme caution” after they said a crocodile attacked and killed a dog Thursday.]]></description><pubDate>Thu, 27 Aug 2026 15:40:25 +0000</pubDate><content:encoded><![CDATA[<p>A crocodile killed a family’s 9-year-old Dutch Shepherd after entering a backyard in South Miami early Thursday, according to the dog’s owner.</p><p><a href="https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/">Leer en español</a></p><p>The owner, Enrique Pomares, told Local 10’s Hannah Yechivi that he let his three dogs outside around 8 a.m., as he does each morning, when the crocodile entered the property and attacked Kygo, the larger dog.</p><p>Pomares said he spent about 10 minutes trying to fend off the crocodile and save his dog. he said the crocodile killed Kygo and dragged him toward a nearby canal. </p><figure><img src="https://www.local10.com/resizer/v2/HWYMHLOKWVFGLFY2YLLPNPKJWA.jpg?auth=620725a7785369ab0ec8dc5fbe847c06451f1e957367383d21bb0601f478780d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“This morning, our Dutch Shepard got grabbed by a crocodile that was swimming in the canal in the back,” Pomares said. “The dog was trying to get away. I pulled him down several times. (It was) just horrific watching this whole thing go down and ultimately, he killed the dog.”</p><p>Pomares said he even threw a kayak into the water in an attempt to distract the crocodile.</p><p>“They are known to be back here,” he added. “I have seen them when I go kayaking. They don’t usually bother anybody, but today, I guess it was hungry.” </p><p>Pomares said the crocodile then began moving toward him.</p><p>“Then he started coming towards me and at that point, all bets were off,” he said. “It was just horrific. He killed the dog and brought it back. We have a little dog in the backyard, and he brought it back in his mouth like (a) trophy to show it to me.</p><p>Pomares, who described Kygo as a family member, was able to photograph the crocodile shortly after the attack.</p><p>South Miami police detectives and a sergeant were investigating the incident. </p><p>Police said residents and visitors in the South Miami area are urged to keep children and pets away from canals, waterways, ponds and other areas where a crocodile may be present. </p><p>They also warned the public not to approach, feed, harass or attempt to capture a nearby crocodile.</p><p>Crocodiles are protected under Florida and federal law. </p><p>Anyone who spots the animal should maintain a safe distance and report the sighting to the appropriate wildlife authorities, police said.</p><p>Florida Fish and Wildlife Conservation Commission officials urged the public to never feed crocodiles, as it is illegal and can make them associate people with food. </p><p>They also recommend keeping pets leashed and children away from the water’s edge, and swimming only in designated areas during daylight hours, since crocodiles are most active from dusk to dawn.</p><p>Police also urged residents to share the warning with neighbors, particularly those who have pets and live or walk in the area.</p><p>Residents or visitors with concerns about a crocodile in their area can contact the FWC at 866-392-4286. </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[Cuba flexibilizará uso de uniforme escolar y horas de clases cuando inicie curso ante limitaciones]]></title><link>https://www.local10.com/espanol/2026/08/27/cuba-flexibilizara-uso-de-uniforme-escolar-y-horas-de-clases-cuando-inicie-curso-ante-limitaciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/cuba-flexibilizara-uso-de-uniforme-escolar-y-horas-de-clases-cuando-inicie-curso-ante-limitaciones/</guid><dc:creator><![CDATA[Por ANDREA RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Cuba flexibilizará el uso del uniforme y la cantidad de horas que los niños estén en la escuela cuando arranque la próxima semana el nuevo curso escolar debido a las limitaciones y problemas como los prolongados apagones agudizados por el cerco petrolero impuesto por Estados Unidos para presionar a cambios en la isla.]]></description><pubDate>Thu, 27 Aug 2026 19:50:01 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Cuba flexibilizará el uso del uniforme y la cantidad de horas que los niños estén en la escuela cuando arranque la próxima semana el nuevo curso escolar debido a las limitaciones y problemas como los prolongados apagones agudizados por el cerco petrolero impuesto por Estados Unidos para presionar a cambios en la isla.</p><p>También se contará con el apoyo de padres y vecinos para proporcionar ayuda alimentaria en las jornadas y se buscarán alternativas para el transporte de educandos y maestros que vivan alejados, dijo el jueves durante una conferencia de prensa la ministra de Educación, Naima Trujillo Barreto. Las clases iniciarán el 1 de septiembre.</p><p>“El sistema educativo cubano es consciente de las dificultades tremendas de los impactos extraordinarios que para nuestras infancias, niños, adolescentes, tiene la asfixia colectiva que nos han impuesto”, señaló la ministra. Se hará “un grandísimo esfuerzo”.</p><p>Recordó que en Cuba la educación es universal y pública y el Estado históricamente proporcionó además de las clases y los sueldos docentes, la alimentación, uniformes escolares o libros, entre otros.</p><p>El sistema educativo cubano siempre fue exhibido como uno de los logros más importantes de la revolución por su masividad y gratuidad total, aunque en las últimas semanas muchas familias se preguntaban en redes sociales sin este ciclo iniciaría.</p><p>Aunque los apagones eran frecuentes en la isla, sumida hace un lustro en una profunda crisis económica, la caída en la calidad de vida se profundizó a partir del cerco petrolero impuesto por el presidente Donald Trump en enero para presionar por un cambio en el modelo político de Cuba.</p><p>La matrícula esperada para el nuevo curso es de 1.4 millones de estudiantes para los niveles iniciales, primaria, secundaria y preuniversitario. Los universitarios son regidos por otro ministerio, el de Educación Superior, que también anunció el inicio de clases en septiembre, aunque hizo énfasis que se buscarán alternativas no presenciales.</p><p>Para el caso de estos niveles de educación general, la ministra sí defendió la necesidad de la presencialidad como un indicador de “calidad”, pese a que el ciclo escolar anterior –en Cuba va de septiembre a julio—debió recortarse desde junio debido a los apagones y la falta de condiciones —como agua— en las escuelas en medio del calor extremo del verano.</p><p>Barreto reconoció, además, que otro de los problemas del sistema educativo es la falta de maestros –muchos de los cuales dejaron las aulas debido a los bajos salarios o salieron del país-- y que se había logrado hasta ahora cubrir el 73% de las plazas.</p><p>La situación más grave la enfrenta La Habana, la capital del país y a donde se traerán unos 300 docentes de otras provincias. Además se buscará alternativa como contar con estudiantes universitarios para que apoyen las clases en los niveles iniciales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3CIM53NQLYVUNKGPNRC7BM5ANQ.jpg?auth=9de91aed9481435210afbd98433532b624bdc875a5b30750b0ed4a44397e73ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre empuja un carrito lleno de bidones de agua mientras otro descansa en un sofá en una calle de La Habana, Cuba, el jueves 27 de agosto de 2026. (Foto AP/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IGQM6LTG4R2WTLOAGTL4NASQVI.jpg?auth=7a2eedfeac8cb0017357f3a6c2d4a40c4d4c4a72e77ef8f5ae41ba0a34a87f3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La gente baila al son de los músicos de conga en las calles de La Habana Vieja, Cuba, el miércoles 26 de agosto de 2026. (Foto AP/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[New team, investment and competition: The women's Northern Super League is on the rise]]></title><link>https://www.local10.com/sports/2026/08/27/new-team-investment-and-competition-the-womens-northern-super-league-is-on-the-rise/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/new-team-investment-and-competition-the-womens-northern-super-league-is-on-the-rise/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[The fledgling Northern Super League has been boosted in its second year by investment and expansion plans as the women's game in Canada grows.]]></description><pubDate>Thu, 27 Aug 2026 19:49:12 +0000</pubDate><content:encoded><![CDATA[<p>The fledgling Northern Super League has been boosted in its second year by investment and expansion plans as the women's game in Canada grows.</p><p>The six-team NSL, co-founded by former Canada national team player Diana Matheson, announced this summer that it will add a team in Winnipeg in 2027.</p><p>The league also announced that London-based sports investment firm APEX will invest up to $30 million in the women's league. And that's in addition to the $5.45 million that the Canadian government pledged on the day of the league's first championship last year.</p><p>“I know my first season in the NWSL was nothing compared to where the NSL is now,” said midfielder Quinn, who was an early signing for the Vancouver Rise after playing for the Seattle Reign in the United States. “I think it’s just set a really amazing standard at the very beginning, and I think the crowds that we have, the resources that every team has, it’s really set a great bar for what it can look like."</p><p>The league's growth reflects a global trend in the women's game. The National Women's Soccer League expanded this season with two teams, the Boston Legacy and the Denver Summit, with two additional teams in Atlanta and Columbus, Ohio, coming on board in 2028.</p><p>The English Women's Super League added two teams — Birmingham City and Crystal Palace — this coming season, pulling them both from the second-tier league to bring the WSL to 14 teams.</p><p>Canada was one of only two countries that played in the 2023 Women’s World Cup without a domestic professional league. The other was Haiti.</p><p>Players for the Canadian national team had long lamented the lack of a professional league in their home country. It became a reality last year, when the league kicked off with six teams: the Halifax Tides, Montreal Roses, Calgary Wild, Ottawa Rapid, AFC Toronto and the Vancouver Rise. Sponsors of the startup league included Coca-Cola, Toyota and DoorDash.</p><p>Quinn, who won a gold medal with Canada at the Tokyo Olympics in 2021, scored the league’s first goal, converting a penalty for a 1-0 Vancouver victory over Calgary in front of more than 14,000 fans at BC Place.</p><p>The Rise would go on to win the championship, defeating AFC Toronto 2-1 before 12,429 fans at Toronto’s BMO Field. On the same day as the title match, the Canadian government pledged up to $5.45 million to help grow the league.</p><p>“We set ourselves some pretty high ambitions, and by the end of the season had hit all the the metrics that we were looking for in terms of attendance and corporate support, our broadcast deals, ratings and those other kind of metrics,” NSL president Christina Litz said. “So I would say the theme of Year 2 has been the long-term growth and stability of this league and making sure that we’re moving from startup to being able to scale in the way we need to continue on those ambitions.”</p><p>Canada Soccer this summer announced the W Canadian Championship, which gives teams a pathway to the 2027 CONCACAF W Champions Cup and the 2028 Women’s Club World Cup. The quarterfinals conclude in October with the semifinals and final set for next year.</p><p>Next year Winnipeg will join in.</p><p>Former Canada national team player Desiree Scott, who was on the gold-medal winning Canadian team in Japan, is co-founder of the new Winnipeg team and will serve as the club's vice president of community and player experience. Former Portland Thorns coach Rob Gale is the team's chief sporting officer.</p><p>Currently, the Ottawa Rapid lead the NSL standings by two points over the Montreal Roses. The two-legged semifinals start on Oct. 31 and the final is set for Nov. 14.</p><p>Rise midfielder Nikki Stanton has played in both the NWSL and the NSL.</p><p>“Last year blew all my expectations out of the water. ... This entire country was ready for a women's sports team. Everyone I meet and I say a play for the Rise they're like, Oh, you guys won the championship,” Stanton said. "I can only see it growing up from here and I'm already loving it and it's one of the best things to be involved in this league."</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/36AEFYHSLLAX3OFJ257GUMRAU4.jpg?auth=c469246b27b4de980bfdecebb15c3bc9d424c378099194135959c8703a7c7497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vancouver Rise FC's Jessika Cowart (3) controls the ball during a NSL match against Toronto AFC in Burnaby, British Columbia, June 28, 2026. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QU7PR72UCQOZY3QQYILOARYZ64.jpg?auth=14dedcd937ae6d0505fd7d1e51fcc33527b007f8561928ebc7d6a8d889030fc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vancouver Rise FC head coach Anja Heiner-Moller watches play during a NSL match against Toronto AFC in Burnaby, British Columbia, June 28, 2026. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Dolphins traspasan a Tutu Atwell de regreso a Rams por el corredor Jarquez Hunter]]></title><link>https://www.local10.com/espanol/2026/08/27/dolphins-traspasan-a-tutu-atwell-de-regreso-a-rams-por-el-corredor-jarquez-hunter/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/dolphins-traspasan-a-tutu-atwell-de-regreso-a-rams-por-el-corredor-jarquez-hunter/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Miami Dolphins traspasaron el jueves al receptor abierto Tutu Atwell de regreso a Los Angeles Rams a cambio del corredor Jarquez Hunter, según Adam Schefter de ESPN.]]></description><pubDate>Thu, 27 Aug 2026 19:46:25 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Dolphins traspasaron el jueves al receptor abierto Tutu Atwell de regreso a Los Angeles Rams a cambio del corredor Jarquez Hunter, según <a href="https://x.com/AdamSchefter/status/2093049955162186205" target="_blank" rel="noreferrer" title="https://x.com/AdamSchefter/status/2093049955162186205">Adam Schefter de ESPN</a>.</p><p>Atwell, de 26 años, había firmado un contrato de un año con Miami durante esta temporada baja después de pasar sus primeras cinco temporadas en la NFL con los Rams.</p><p>Se esperaba que compitiera por un papel más importante con los Dolphins, pero los tres novatos seleccionados por el equipo en el draft, Caleb Douglas, Chris Bell y Kevin Coleman Jr., parecieron superarlo en la tabla de posiciones, lo que hizo prescindible a Atwell, quien es oriundo del sur de Florida.</p><p>Hunter, de 23 años, se une a un grupo de corredores integrado por De’Von Achane, Ollie Gordon II y Jaylen Wright.</p><p>Hunter jugó fútbol americano universitario en Auburn, donde corrió para 3,371 yardas y 25 touchdowns, con un promedio de 6.3 yardas por acarreo. También atrapó 68 pases para 558 yardas y cuatro touchdowns.</p><p>Los Rams lo seleccionaron en la cuarta ronda del Draft de la NFL de 2025, pero apareció en solo cinco partidos como novato, disputando 22 jugadas, todas en equipos especiales.</p><p>No se sabe de inmediato si Hunter tendrá tiempo de juego en el último partido de pretemporada de Miami, cuando los Atlanta Falcons visiten el Hard Rock Stadium y el mariscal de campo Tua Tagovailoa regrese el viernes por la noche.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TWSASOA6INAM3HQFUK6I6XGZS4.jpg?auth=c0953c521fa9275ddb10ad984b9bfb74bf29cd111f0fab95b61604b0bb313e01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a trabajador contratado de MIA después de que reloj Cartier de pasajero aparece a la venta en internet, según MDSO]]></title><link>https://www.local10.com/espanol/2026/08/21/arrestan-a-trabajador-contratado-de-mia-despues-de-que-reloj-cartier-de-pasajero-aparece-a-la-venta-en-internet-segun-mdso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/21/arrestan-a-trabajador-contratado-de-mia-despues-de-que-reloj-cartier-de-pasajero-aparece-a-la-venta-en-internet-segun-mdso/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un trabajador contratado del Aeropuerto Internacional de Miami fue arrestado el jueves después de que investigadores dijeron que un reloj Cartier perteneciente a un pasajero de una aerolínea que dejó una bolsa en un vuelo fue vendido a una joyería local y finalmente apareció a la venta en internet.]]></description><pubDate>Fri, 21 Aug 2026 17:36:21 +0000</pubDate><content:encoded><![CDATA[<p>Un trabajador contratado del Aeropuerto Internacional de Miami fue arrestado el jueves después de que investigadores dijeran que un reloj Cartier perteneciente a un pasajero de una aerolínea que dejó una bolsa en un vuelo fue vendido a una joyería local y finalmente apareció a la venta en internet.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade, el pasajero viajó en un vuelo de American Airlines desde Carolina del Norte a Miami el 8 de junio.</p><p>Después de llegar al MIA, el pasajero dejó accidentalmente una bolsa cruzada de cuero negro valorada en $260 USD, dijeron los investigadores.</p><p>La bolsa contenía aproximadamente $12,377.90 USD en objetos de valor, incluido un reloj Cartier Santos y unos AirPods, según el informe.</p><p>El pasajero dijo a los investigadores que inicialmente pudo rastrear sus AirPods alrededor del Aeropuerto Internacional de Miami durante varios días mediante una aplicación antes de que la ubicación dejara de actualizarse.</p><p>Luego, el 1 de julio, descubrió lo que creía que era su reloj Cartier desaparecido anunciado para la venta en DannysVintageWatches.com, un sitio web con sede en Nueva York, según el informe.</p><p>Los investigadores dijeron que el pasajero pudo identificar el reloj debido a una marca distintiva en la parte superior izquierda de su bisel. Proporcionó a los investigadores varias fotografías en las que aparecía usando el reloj con la misma marca.</p><p>Los detectives comenzaron entonces a rastrear cómo el reloj terminó a la venta.</p><p>Según el informe, los registros obtenidos mediante una citación del 7 de agosto mostraron que Danny’s Vintage Watches compró el reloj a Brickell Watches, un intermediario con sede en Miami.</p><p>El informe indicó que una segunda citación mostró que Brickell Watches lo había adquirido de otro intermediario de joyería de Miami, Consistent Luxury LLC, sin embargo, un representante de Consistent Luxury proporcionó a Local 10 una factura que muestra que en realidad habían comprado el reloj a Brickell Watches.</p><p>Según el informe, el rastro documental finalmente llevó a los detectives hasta Vera Jewelry, ubicada en 12260 SW Eighth St.</p><p>El informe señala que los registros proporcionados por Vera Jewelry mostraron que el sospechoso, Carlos Elky Penton, de 45 años y residente de Hialeah, había vendido allí el reloj el 11 de junio, tres días después de que el pasajero dejara su bolsa, por $1,500 USD, una cantidad que los investigadores describieron como sustancialmente inferior a su valor justo de mercado.</p><p>Los investigadores determinaron que el sospechoso trabajaba para Eulen en el Aeropuerto Internacional de Miami. Según el informe de arresto, Eulen tiene un contrato para prestar servicio a las aeronaves después de que los pasajeros desembarcan, y la compañía prestó servicio a la aeronave utilizada para el vuelo del pasajero el 8 de junio.</p><p>Agentes localizaron a Penton el jueves detrás de una residencia en Hialeah y lo detuvieron.&nbsp;</p><p>Diccionario Local10.txt</p><p>Después de renunciar a sus derechos Miranda, el sospechoso dijo a los investigadores que no estaba trabajando el día en que desapareció la bolsa, pero afirmó que otro empleado de Eulen le había dado el reloj, según el informe.</p><p>Los investigadores dijeron que reconoció que el reloj no le pertenecía y que no conocía a su propietario.</p><p>Penton fue arrestado por un cargo de tráfico de propiedad robada y fue trasladado al Centro Correccional Turner Guilford Knight para ser procesado.</p><p>Hasta la tarde del viernes, Penton permanecía detenido en TGK con una fianza de $7,500 USD.</p><p>No está claro si el reloj fue devuelto alguna vez a la víctima.</p><p><i>Nota del editor: Un informe de arresto de la Oficina del Sheriff de Miami-Dade señala que Brickell Watches había adquirido el reloj Cartier de otro intermediario de joyería de Miami, Consistent Luxury LLC, sin embargo, un representante de Consistent Luxury proporcionó a Local 10 una factura que muestra que en realidad habían comprado el reloj a Brickell Watches.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUD5BGZ3Z5G75K6CP45CAQFHZU.jpg?auth=14ad5d2845c88928ad2a2820904a8bcb6831e4bd6aab3bedd80446dfa28134f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MLB proposes limiting free agent signings to a few weeks in December and then from February on]]></title><link>https://www.local10.com/sports/2026/08/27/mlb-proposes-limiting-free-agent-signings-to-a-few-weeks-in-december-and-then-from-february-on/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/mlb-proposes-limiting-free-agent-signings-to-a-few-weeks-in-december-and-then-from-february-on/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Major League Baseball proposed limiting free-agent signings to several weeks in December and then from early February on each offseason along with a trade ban during the gap in-between, a plan aimed at creating more of an offseason transaction flurry similar to those in the NFL and NBA.]]></description><pubDate>Thu, 27 Aug 2026 20:17:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Major League Baseball proposed limiting free-agent signings to several weeks in December and then from early February on each offseason along with a trade ban during the gap in-between, a plan aimed at creating more of an offseason transaction flurry similar to those in the NFL and NBA.</p><p>The plan offered to the players’ association Thursday is contingent on adoption of the salary cap system MLB proposed in May, which the union has vowed never to accept.</p><p>“A cap-and-floor system would unlock additional opportunities to improve the game for players and fans, creating more stability in rosters, getting the best players to the major leagues more quickly, and accelerating the pace of the offseason,” MLB spokesman Glen Caplin said in a statement. “In our current economic system, these changes would be too harmful to competitive balance and would not be practical.”</p><p>Union head Bruce Meyer immediately criticized the plan.</p><p>“Their latest proposals regarding free agency would eliminate player rights by establishing an artificial free agency window, subject to a salary cap, which would reduce player leverage and create a game of musical chairs pitting player vs. player,” he said in a statement. “The suggestion that the only way to limit roster churn, or incentivize earlier free agent signings is with a salary cap is entirely unserious.”</p><p>Management's prior cap proposal led to a 7 1/2-month strike in 1994-95 and the first cancellation of the World Series in 90 years.</p><p>Under the current rules, players can become free agents starting the day after the World Series but may not negotiate money terms with new teams until the end of the “quiet period” at 5 p.m. Eastern time on the fifth day after the World Series ends.</p><p>MLB proposed extending the quiet period until noon Eastern on the Monday of the winter meetings, usually held in early December. It would allow negotiations during the quiet period but would not permit any contracts to be finalized.</p><p>Free agents could sign through 5 p.m. Eastern on Dec. 21 and then wouldn’t be allowed to until noon Eastern on the first Monday in February, just ahead of spring training.</p><p>During the period the players are not allowed to sign, there would be a prohibition on trades, similar to the current ban from early August through the end of the postseason.</p><p>MLB said the additional time would be needed for revenue and salary cap figures to be finalized ahead of the business season.</p><p>MLB proposed to cap spending in 2027 at $245.3 million, using figures for luxury tax payrolls that include $20.1 million for benefits and the pre-arbitration bonus pool. It also would establish a payroll floor of $171.2 million, forcing some teams to spend more.</p><p>Free-agent eligible players would be limited to deals of $265 million and six years. Under the current rules, outfielder Juan Soto negotiated a record $765 million, 15-year deal with the New York Mets after the 2024 season.</p><p>“MLB expressly conditioned these proposals on the players’ agreement to a salary cap system, which would drastically reduce overall player compensation, eliminate fully guaranteed contracts through escrow, and turn back the clock on fundamental player rights," Meyer said of Thursday's plan.</p><p>MLB also proposed lowering the maximum in-season options to the minor leagues from five to four and adopting a system of weekly rosters. Teams would be allowed 14 pitchers, up from the current limit of 13 when the 26-man roster limit is in effect from the season’s start through Aug. 31.</p><p>Players have proposed optional assignments be cut to three.</p><p>“The league is not interested in any changes that don’t directly reduce the rights of all players and shift leverage to the owners,” Meyer said.</p><p>Teams would be limited to making callups from the minors and demotions to the period after Sunday’s games and before Monday’s contests, with exceptions for injured list decisions and moves to replace those who got hurt.</p><p>Option and injured list periods would be changed from 10 days to one week for position players and from 15 days to two weeks for pitchers, but those periods would start with the first full week after a player goes on the IL. For instance, a pitcher going on the IL or optioned on a Wednesday would have to spend at least 19 days on the IL: the five remaining days that week plus an additional 14 days.</p><p>MLB proposed what currently is the 60-day IL, which doesn’t count against the 40-man roster, increase to 12 weeks.</p><p>MLB would drop the period by one year for having to protect a player from the Rule 5 draft, to the fourth draft for players who signed their initial contract under age 20 and to three for those 20 and over at the time of their first deal.</p><p>Management would allow players selected in the draft to be optioned. Under the current rule, a selected player must be offered back to his former team before he can be assigned to the minors.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YZPYDLHEBCQZMIM5AFGNONYUM.jpg?auth=5a36a9a9b19896dda7f401c59ad252343dd487a92759d13b765472a1371c275b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baseball Commissioner Rob Manfred attends the Little League Classic baseball game between the Milwaukee Brewers and the Atlanta Braves in Williamsport, Pa., Sunday, Aug. 23, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[As midterm elections approach, Republican candidates weigh how closely to align with Trump]]></title><link>https://www.local10.com/news/politics/2026/08/27/as-midterm-elections-approach-republican-candidates-weigh-how-closely-to-align-with-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/as-midterm-elections-approach-republican-candidates-weigh-how-closely-to-align-with-trump/</guid><dc:creator><![CDATA[By STEVE PEOPLES and JILL COLVIN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — “AIR FORCE VETERAN. SMALL BUSINESSMAN. TRUMP CONSERVATIVE.”]]></description><pubDate>Thu, 27 Aug 2026 19:35:04 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — “AIR FORCE VETERAN. SMALL BUSINESSMAN. TRUMP CONSERVATIVE.”</p><p>The all-caps headline on Texas Republican congressional candidate Carlos De La Cruz's website used to align him with President Donald Trump. Not anymore.</p><p>“NATIVE TEXAN. AIR FORCE VETERAN. SMALL BUSINESSMAN. PROVEN CONSERVATIVE,” it reads now.</p><p>De La Cruz's campaign rejected any suggestion he was backing away from the president, whose knack for mobilizing his loyalists remains critical for Republicans in this fall's midterm elections. The overwhelming majority of Republicans on the ballot this fall are embracing Trump despite his dismal approval ratings, an unpopular war with Iran and lingering inflation.</p><p>However, as the two-month sprint to Election Day begins, a small collection of Republican candidates have quietly begun to distance themselves in subtle ways from Trump now that they've won contested primaries in which his endorsement was often the most coveted prize. The shift is easy to miss, often only a few words or new pictures. And Republicans insist there is no shift at all.</p><p>Mike Marinella, a spokesman for the National Republican Congressional Committee, called it a “manufactured storyline.”</p><p>“President Trump and House Republicans have delivered historic results for the American people, and our candidates are eager to take that record directly to voters alongside the President on the campaign trail,” he said.</p><p>But from California to Texas and Kentucky to Alaska, candidates in recent weeks have tweaked their campaign messaging to downplay their connection to Trump. A handful of others have highlighted their opposition to his policies.</p><p>It's an extremely delicate balance for vulnerable Republican candidates, who must expand their appeal beyond Trump's MAGA base to win in the general election this fall, but are also afraid to trigger a backlash from Trump or his hard core supporters if they create too much distance.</p><p>Trump's unpopularity could weigh down his party</p><p>Most candidates are still wrapping their arms around Trump.</p><p>Republican allies of the president argue there is little upside for candidates to turn away from Trump, despite his weak polling numbers. Democrats will try to cast every Republican running as a Trump acolyte, regardless of their actual stances, they said, and midterm successes typically depend on turning out base voters. Trump remains the Republican Party's best motivator.</p><p>“The whole Republican brand is that we’re aligned with Trump so you gain nothing from it,” said Jason Roe, a Republican who advises Rep. Tom Barrett, who is fighting for reelection in a competitive mid-Michigan district race.</p><p>It is typical for candidates from both sides to tweak their messages after primary elections. Some Democrats, for example, have begun pitching themselves as moderates after highlighting endorsements from progressives like Sen. Bernie Sanders during their primaries.</p><p>Still, the slight shift among at least a half-dozen Republican congressional candidates could signal the beginning of a more significant move within the party as the weight of Trump's unpopularity with the general public comes into view at a critical moment. Just 33% of adults approve of Trump's job performance, according to Associated Press-NORC polling from July. And Trump gets similarly poor ratings on his handling of the economy, immigration and foreign policy.</p><p>Meanwhile, Trump will not make it easy for vulnerable Republicans to avoid him. As voters typically begin paying much closer attention to politics after Labor Day, the president will headline a two-day Republican convention in Dallas as he urges voters to act as if he were on the ballot.</p><p>“The problem that we have is they say that Trump does great when he’s on the ballot, but when he’s not on the ballot, his people don’t come,” Trump said as he recently stumped in South Carolina.</p><p>“So what I really want you to do is pretend, please, that I’m on the ballot,” he went on. “Just say that I’m on the ballot one more time.”</p><p>Shifting emphasis moving into the general election</p><p>A number of Republicans have removed or downplayed references to Trump from their websites after winning their primaries.</p><p>Eric Flores, a former assistant U.S. Attorney and Texas Army National Guard infantry captain running against Democratic Rep. Vicente Gonzalez Jr. in South Texas, once featured “SUPPORT PRESIDENT TRUMP’S AGENDA” as No. 2 in his list of priorities on his campaign homepage.</p><p>That item has now been replaced with “ LOWER THE COST OF LIVING,” a top issue for voters. Trump does not appear anywhere else on the website, aside from a list of endorsements that previously appeared on the homepage but has been moved to a separate page.</p><p>Flores' campaign declined to comment.</p><p>In Kentucky, Ralph Alvarado, running to represent the overwhelmingly Republican 6th Congressional District, removed all references to Trump from his campaign homepage, as well as a photo of the two of them together after winning his primary in May. He now promises to offer “INDEPENDENT LEADERSHIP” after previously running as an “AMERICA FIRST FIGHTER.”</p><p>NBC News first reported the changes to Alvarado’s website. Campaign manager Andy Westberry noted Trump's photo still appears elsewhere in a media gallery. “The socialists are going to have to do a lot better than this nonsense to win this district,” he said in a statement.</p><p>Some changes do not mean Trump has been erased.</p><p>While De La Cruz no longer touts himself as a “TRUMP CONSERVATIVE” at the top of his homepage, a video that is embedded lower down features the Air Force veteran speaking at a Trump rally.</p><p>He still calls himself a “TEXAS TRUMP CONSERVATIVE” on his bio page and lists “Supporting President Trump’s America First Agenda” as among his priorities on a “Mission” page.</p><p>But the bio section has also been tweaked. It once described him as “ready to be President Trump’s wingman in Congress.” That section now says he is running because he “believes America needs more servant leaders and fewer corrupt politicians” and “because he’s not finished serving the country he loves.”</p><p>De La Cruz campaign manager Jordan Pawlicki said in a statement that, during the primary, several candidates were claiming the president’s endorsement, so the campaign “put it front and center.”</p><p>“Carlos is honored to have President Trump’s support, which is why the President is featured prominently across our website,” Pawlicki said.</p><p>Republicans downplay any changes to their messaging</p><p>In Nevada, Republican congressional candidate Marty O'Donnell's website featured Trump prominently in June. The very first thing visitors saw was a pop-up with a large picture of Trump and a smiling O'Donnell standing side by side. The words “President Trump endorsed Marty O'Donnell” were written beneath the image.</p><p>Two months later, the photo does not appear on the website. O'Donnell's campaign said the photo was not intentionally removed; the change was simply the standard rotation of the “splash page.”</p><p>O'Donnell adviser Keith Schipper noted that O'Donnell, a music composer best known for his work on the “Halo” video game series, has not deviated from his steadfast support for Trump.</p><p>“Republicans are embracing President Trump on the campaign trail because they know he is the key to getting his voters out in November,” Schipper said. “The president has delivered on the agenda he promised voters in 2024 and Republicans are smartly using it to win this year.”</p><p>There was another subtle shift in Alaska's House race, where Republican Rep. Nick Begich is running for reelection.</p><p>In June, he highlighted his relationship to Trump on the homepage of his website: “Alongside President Trump, we have made great gains for Alaska, putting us on a path to self-determination and generational success.”</p><p>This week, nothing in that section has been changed, except for the opening line that previously mentioned Trump. Now, that line reads, “We have delivered for Alaska, putting us on a path to self-determination and generational success.”</p><p>Begich's campaign did not respond to a request for comment.</p><p>Some are emphasizing their independence</p><p>Rep. Mike Lawler, a New York Republican who represents a district carried by Kamala Harris in the last election, appeared on stage with the president during a rally in his district just three months ago. But does he want Trump to return before Election Day?</p><p>“If he comes back, that’s fine, but ultimately this race is going to be decided by my record and my vision,” Lawler said in an interview.</p><p>Lawler supported Trump’s so-called “big, beautiful bill,” but he’s quick to highlight policy differences, especially on taxes. Trump does not appear on Lawler’s campaign website.</p><p>Others want distance from Trump's unpopular war with Iran.</p><p>In Michigan, Rep. Barrett, who flipped a Lansing-area district two years ago, has been highlighting his vote against Trump’s war in Iran on the campaign trail as he competes against William Lawrence, a self-described democratic socialist.</p><p>Barrett this year has repeatedly broken ranks with Republicans to join Democrats in voting for the War Powers Resolution to rein in Trump’s military campaign in Iran. And he has been promoting those votes, promoting a recent town hall with constituents, by saying he would “be having a discussion about the War Powers Act and my efforts to place congressional limits on the war in Iran.”</p><p>Roe, the Republican who advises Barrett, said the vote was not about some major break from Trump but a difference over a policy-specific issue. Barrett served in the U.S. Army for over two decades.</p><p>“He’s willing to be at odds with the White House on this issue,” Roe said. “It’s important to him.”</p><p>___ Associated Press writer Joey Cappelletti reported from St. Joseph, Michigan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/24UOZBRLTRNWZBHOEOSAO4AEUU.jpg?auth=6c1807877c36ef3f4ce9c99fa04c0bcd93dec007d6d2e5545a3c37cd527e8833&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks to board Air Force One at Morristown Airport, Sunday, Aug. 16, 2026, in Morristown, N.J. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q7N2W2WDK5H6DLUDSG2GYKDHBQ.jpg?auth=276b4619f0d72888894bec28bc66e4abdfaba9e3f67c602ad3b2d880cbe6ae8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens as a reporter asks a question in the Oval Office of the White House, Thursday, Aug. 27, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4S4AKSAP7RC5WGH3LCCZJC44ME.jpg?auth=81704a463269cc3180b78c83e902cca8e1093fe87dc0514e03e7ffff8cfeb3bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives to speak at the David Mack Center for Training and Intelligence, Friday, Aug. 14, 2026, in Garden City, N.Y. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2S32XX4O2VDX3XTG2PTMO6N5DM.jpg?auth=5dd65ce9653cab1119fc6a1b2a37f4aeb253d6ba2179eb6ff68306f5c3abfacd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Mike Lawler, R-N.Y., speaks at an event with President Donald Trump at Rockland Community College, Friday, May 22, 2026, in Suffern, N.Y. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Los El Niño están empeorando cada vez más debido al cambio climático provocado por el ser humano]]></title><link>https://www.local10.com/espanol/2026/08/27/los-el-nino-estan-empeorando-cada-vez-mas-debido-al-cambio-climatico-provocado-por-el-ser-humano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/los-el-nino-estan-empeorando-cada-vez-mas-debido-al-cambio-climatico-provocado-por-el-ser-humano/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — El Niño —el fenómeno climático que aparece periódicamente y genera abruptos aumentos de las temperaturas globales— se está volviendo cada vez más fuerte debido al cambio climático provocado por el ser humano, dice un nuevo estudio.]]></description><pubDate>Thu, 27 Aug 2026 19:29:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — El Niño —el fenómeno climático que aparece periódicamente y genera abruptos aumentos de las temperaturas globales— se está volviendo cada vez más fuerte debido al cambio climático provocado por el ser humano, dice un nuevo estudio.</p><p>Los fenómenos de El Niño son más de un 36% más fuertes de lo que eran antes de que comenzara la era industrial a mediados del siglo XIX, con un salto del 16% solo en los últimos 40 años, lo que muestra que el aumento se está acelerando, según un estudio publicado el jueves en la revista Science. Los hallazgos llegan en medio de pronósticos según los cuales El Niño que se formó hace un par de meses será el mayor registrado en los próximos meses. El fenómeno, que consiste en un calentamiento temporal de partes del Pacífico ecuatorial, distorsiona el clima en todo el mundo e incrementa los eventos extremos, incluidas olas de calor, inundaciones en algunos lugares y sequías en otros. Pueden costar billones de dólares en daños.</p><p>“Eso es importante porque los El Niño fuertes tienen impactos mucho mayores en los peligros climáticos y los extremos en todo el mundo. Cuando nos propusimos responder a la pregunta de por qué esto podría estar ocurriendo, comparamos nuestros datos con un registro de la temperatura global y encontramos que el aumento en la fuerza de El Niño se asemeja estrechamente al incremento de la temperatura global que se debe a causas humanas como la quema de combustibles fósiles”, explicó Julia Cole, autora principal del estudio y científica del paleoclima en la Universidad de Michigan.</p><p>Su estudio analiza los fenómenos de El Niño de hace unos 900 años.</p><p>El Niño ya era terrible y ahora está empeorando</p><p>“El Niño es el aspecto más violento de la variabilidad climática a nivel mundial, con efectos que van desde el colapso de pesquerías locales, hasta mortandades masivas de corales, pasando por sequías severas y escasez de alimentos en todo el mundo”, aportó Boris Worm, científico marino de la Universidad de Dalhousie que no participó en el estudio.</p><p>Worm citó al fallecido científico del clima Wallace Broecker, según el cual “el sistema climático es una bestia enojada y la estamos pinchando con palos”. Añadió Worm: “Las emisiones humanas son el palo y El Niño es uno de esos estallidos ‘furiosos’ que pueden ser tan amenazantes para nuestra seguridad colectiva”.</p><p>La fuerza de un fenómeno de El Niño se determina midiendo la temperatura del agua en una región del Pacífico central alrededor del ecuador y comparando un promedio de tres meses con lo normal. Si está 0,5 grados Celsius (0,9 grados Fahrenheit) por encima de lo normal, se convierte en un El Niño. La parte superior de la escala es 2 grados Celsius (3,6 grados Fahrenheit) y se denomina “muy fuerte”. La cifra semanal más reciente de El Niño es de 2,7 grados (4,9 grados Fahrenheit) y está prevista a seguir aumentando durante otros dos a cuatro meses, según el rastreador de El Niño de la Universidad de Columbia.</p><p>Desde hace tiempo, los científicos han teorizado que, a medida que el mundo se calienta, los fenómenos de El Niño se volverían más fuertes porque se basan en diferencias de temperatura del océano en comparación con el promedio. Pero los registros observacionales solo se remontan a unos 75 años, por lo que los científicos han dicho anteriormente que los datos son demasiado irregulares como para establecer una tendencia. Así que han buscado indicios que señalen un El Niño sin medir directamente las temperaturas del agua. Por ejemplo, han revisado registros históricos de cambios del tiempo en todo el mundo y han identificado El Niño del pasado —como el de tamaño descomunal de 1877— a partir de los cambios que provocan a escala global.</p><p>Uso de fósiles de coral para estudiar la temperatura</p><p>El equipo de Cole adoptó un enfoque novedoso al observar lo que les ocurrió a los corales a lo largo de los siglos para “mirar al pasado”, afirmó. Cole indicó que las mediciones de la proporción de calcio y estroncio en los esqueletos de coral y de distintos isótopos de oxígeno generan dos lecturas independientes del agua de mar en la que se formó el coral. Otra medición de uranio y torio indica cuándo se formaron esos esqueletos.</p><p>Cole examinó 29 fósiles de coral en las islas Galápagos: 14 de antes de la era industrial, 14 de después de que comenzara la era moderna y uno más de aproximadamente la época en que la era industrial estaba iniciándose. El más antiguo era de alrededor del año 1100.</p><p>Las temperaturas que obtuvo a partir de los fósiles a lo largo de más de 900 años son irregulares, con vacíos, pero al graficarlas, dijo, se parecen a un palo de hockey, la misma descripción utilizada para un estudio emblemático de la década de 1990 sobre temperaturas globales del pasado.</p><p>Ella y otros científicos sostienen que esto solo va a empeorar.</p><p>“Plantea el espectro de un futuro en el que eventos más grandes de El Niño y La Niña estén acelerando el ritmo y la severidad de los extremos meteorológicos y climáticos”, advirtió Kim Cobb, científica de corales y clima en la Universidad de Brown que no participó en el estudio.</p><p>Científicos externos divididos sobre la investigación</p><p>Científicos ajenos al estudio están divididos sobre la investigación: algunos la celebran como importante y confiable, y otros dicen que no les convence porque choca con algunas observaciones recientes.</p><p>“Los corales son el estándar de oro para reconstruir El Niño, y esto aporta una mina de oro de nuevo material", declaró Cobb. " Podemos esperar muchas, muchas décadas a que el registro instrumental sea lo suficientemente largo como para detectar un cambio en las propiedades de El Niño, o podemos usar siglos de reconstrucciones de El Niño proporcionadas por registros paleoclimáticos. En conjunto, los datos paleoclimáticos que tenemos, de todo el Pacífico, son bastante consistentes al señalar una intensificación de los El Niño con el calentamiento global”.</p><p>Tanto el científico del clima Michael Mann, de la Universidad de Pensilvania —creador del fenómeno “palo de hockey” de la temperatura—, como el científico marino John Bruno, de la Universidad de Carolina del Norte, dijeron que los datos de coral entran en conflicto con observaciones recientes de la temperatura del agua en las Galápagos. Los datos muestran “una disminución sustancial en décadas recientes” de las variaciones relacionadas con El Niño cerca de las Galápagos durante el periodo en que los gases de efecto invernadero elevaron más las temperaturas, indicó Mann.</p><p>Bruno sostuvo que lo que refleja el coral no es tanto un cambio en El Niño como el calentamiento por los gases de efecto invernadero.</p><p>Cole explicó que el enorme El Niño de 1997-1998 y luego los pequeños hasta 2023-24 crearon una situación en la que parece que los El Niño no se están fortaleciendo porque las mediciones se basan en un periodo de 20 años y hubo algunos años entre fenómenos graves que sesgaron los datos. Señaló que El Niño varía en intensidad y que esa naturaleza de subidas y bajadas no desaparece solo porque esté respondiendo a condiciones más cálidas.</p><p>Pero todos los científicos coincidieron en que el cambio climático es un problema, con o sin un empeoramiento de El Niño.</p><p>“Es importante señalar esto como una razón más por la que necesitamos dejar los combustibles fósiles", subrayó Cole. "No existe una solución mágica para resolver el problema de El Niño”.</p><p>_________________________________</p><p>Julian Trejo Bax contribuyó desde Nueva York.</p><p>_________________________________</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/35VLUT2LGAPWOGWC2HQPZA7Z3I.jpg?auth=b1e663cee1be014fea827f6bf28e880d0ac48a1e82dc763eee0fd6d090e1c8bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas tratan de protegerse del calor en un autobús en Bucarest, Rumania, el 6 de agosto del 2026. (AP foto/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content></item><item><title><![CDATA[Goaltender Connor Hellebuyck confirms he asked the Winnipeg Jets for a trade]]></title><link>https://www.local10.com/sports/2026/08/27/goaltender-connor-hellebuyck-confirms-he-asked-the-winnipeg-jets-for-a-trade/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/goaltender-connor-hellebuyck-confirms-he-asked-the-winnipeg-jets-for-a-trade/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WINNIPEG, Manitoba (AP) — Three-time Vezina Trophy-winning goaltender Connor Hellebuyck publicly confirmed Thursday that he asked the Winnipeg Jets to trade him.]]></description><pubDate>Thu, 27 Aug 2026 19:28:52 +0000</pubDate><content:encoded><![CDATA[<p>WINNIPEG, Manitoba (AP) — Three-time Vezina Trophy-winning goaltender Connor Hellebuyck publicly confirmed Thursday that he asked the Winnipeg Jets to trade him.</p><p>In a statement released by his agent, Ray Petkau, Hellebuyck said he made the request several months ago and “tried to handle the situation quietly and respectfully while giving the organization time to explore its options.”</p><p>Hellebuyck said he felt it was important to go public because training camp is fast approaching. Camps are set to open in roughly three weeks.</p><p>“My position has not changed, and I believe moving on is the best path forward for me and my family,” Hellebuyck said. “(I) hope a resolution can be reached soon.”</p><p>Hellebuyck, 33, has played his entire NHL career with the Jets and was voted MVP in the 2024-25 season. He backstopped the U.S. to the gold medal at the Olympics in February.</p><p>A team spokesperson did not immediately respond to a message seeking comment.</p><p>Trade rumors swirled about Hellebuyck in late June around the draft, but nothing came to fruition. The Michigan native missed time because of injury and had a career-worst .895 save percentage last season as Winnipeg underachieved expectations and missed the playoffs.</p><p>But his track record and body of work are among the best at the position over the past decade. His 345 wins, 2.58 goals-against average and .916 save percentage since entering the league in 2015 are second only to Tampa Bay two-time Stanley Cup champion Andrei Vasilevskiy.</p><p>Hellebuyck has not enjoyed the same postseason success as Vasilevskiy and the Lightning. He's 24-34, with the Jets only making it past the second round and into the Western Conference final once, back in 2018.</p><p>He signed an eight-year, $59.5 million extension with Winnipeg in October 2023. He's under contract through 2031 at a salary cap hit of $8.5 million.</p><p>“Winnipeg has been my home for my entire NHL career, and I will always be grateful for my time there,” Hellebuyck said. “I appreciate everything Winnipeg Jets fans have meant to me throughout my career.”</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RS37T4UTPNVLMBPCJJKQJCTA54.jpg?auth=de0ddbe7c09e094b5168b35901a0f16cd0081930c535044680dcb48f5ddf101c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Winnipeg Jets goaltender Connor Hellebuyck stands by the net during a time out from play against the Dallas Stars in the first period of an NHL hockey game, April 2, 2026, 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[Angela Davis lleva a México su llamado a la liberación mundial desde el feminismo abolicionista]]></title><link>https://www.local10.com/espanol/2026/08/27/angela-davis-lleva-a-mexico-su-llamado-a-la-liberacion-mundial-desde-el-feminismo-abolicionista/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/angela-davis-lleva-a-mexico-su-llamado-a-la-liberacion-mundial-desde-el-feminismo-abolicionista/</guid><dc:creator><![CDATA[Por FERNANDA PESCE, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La filósofa y activista afroamericana Angela Davis llevó a México sus llamamientos de larga data a favor de la abolición del sistema punitivo de justicia, el feminismo y la justicia racial.]]></description><pubDate>Thu, 27 Aug 2026 19:50:55 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La filósofa y activista afroamericana Angela Davis llevó a México sus llamamientos de larga data a favor de la abolición del sistema punitivo de justicia, el feminismo y la justicia racial.</p><p>Dirigiéndose a un público joven que abarrotó varios espacios de la Universidad Nacional Autónoma de México (UNAM) el miércoles por la noche, Davis habló sobre la urgencia de la organización colectiva para lograr cambios sociales.</p><p>“El primer trabajo del activismo radical es generar esperanza, es persuadir a la gente de que un mejor mundo es posible”, afirmó Davis. “La desesperanza no es una opción”, enfatizó.</p><p>Algunos asistentes al conversatorio habían esperado durante horas en las puertas del recinto para poder ver de cerca a la mujer que simbolizó la lucha por los derechos civiles en Estados Unidos durante los años 60 y 70.</p><p>La breve visita de Davis y su compañera de lucha durante 30 años, la también académica Gina Dent, se enmarcó en la presentación de la edición en español del libro “Abolición, feminismo, ¡ahora!”, un texto escrito por ellas y otras dos autoras —Erica R. Meiners y Beth E. Richie— en el que instan a la acción urgente en favor de una justicia transformadora, el cuidado comunitario y el fin de la violencia de género, económica y de raza.</p><p>El libro explora el feminismo abolicionista, un marco teórico que vincula la lucha por desmantelar las prisiones y otros sistemas punitivos con el combate al racismo, la desigualdad económica y otras formas de opresión.</p><p>La misma Davis, que de joven apoyó al movimiento Panteras Negras, fue encarcelada por asesinato y secuestro en 1972 y luego absuelta y liberada gracias a la presión de la gente, lo que —dijo durante el conversatorio— demostró la importancia de la fuerza colectiva. Actualmente, a los 82 años, sigue siendo una voz reconocida entre los movimientos antirracistas y feministas en numerosos lugares del mundo.</p><p>En México, un país que no pisaba desde hace casi seis décadas a pesar de sus numerosos viajes por América Latina, instó a la acción, pero con optimismo ante un público que mayoritariamente la escuchaba por primera vez.</p><p>La conversación empezó con retraso luego de que cuatro jóvenes estudiantes tomaran el escenario para denunciar la violencia contra las mujeres presas en cárceles mexicanas y exigir la liberación de un compañero detenido recientemente por cargos relacionados con una ocupación estudiantil y protestas contra la violencia de género.</p><p>Davis dijo sentirse impresionada por la energía de la protesta y del auditorio que mientras la esperaba no dejó de corear consignas sobre los desaparecidos en México y en contra de la violencia de género. La filósofa deseó que esa energía se pueda canalizar en lograr “cambios reales, como poner fin a las cárceles, avanzar en la abolición del capitalismo o acabar con los femicidios en México”.</p><p>Durante la conversación Davis destacó la importancia de las líderes latinoamericanas y dijo sentirse “americana” no por ser estadounidense sino por estar al lado de otras mujeres del continente como la exvicepresidenta colombiana Francia Márquez o la activista y política brasileña Marielle Franco, asesinada en 2018.</p><p>Hacia el final de la charla una estudiante le lanzó una bandera palestina a Davis, quien se levantó de su asiento para recogerla y la mostró al público y la prensa.</p><p>Davis vinculó la lucha palestina con movimientos más amplios contra el racismo, el colonialismo y la violencia estatal.</p><p>“Palestina representa a personas de todo el mundo… y representa la capacidad de imaginar la victoria y seguir luchando por ella aún bajo las peores circunstancias”, dijo Davis.</p><p>En los últimos años, Davis se unió a la propuesta de hacer una gran huelga feminista en 2017, acompañó al movimiento “Black Lives Matters”  y se sumó a peticiones en favor de presos políticos de distintos países, como una este mes por los encarcelados en Irán.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRZEDHMESTXLHGMKEDXZKOPAWQ.jpg?auth=069243a74c5702defd387815748d3127f2ab3ca86fca5f4514ce96b726378ee1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La activista política estadounidense Angela Davis habla durante una conferencia en la Universidad Nacional Autónoma de México, en la Ciudad de México, el miércoles 26 de agosto de 2026. (AP Foto/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N3NTJ6GQR6ZBUC3A6457QVCY5Q.jpg?auth=0584908c1a696aa4b1916348ce1186ebf0629e2fd3095e00a696a654edeab7e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manifestantes exhiben pancartas durante una conferencia de la activista política estadounidense Angela Davis —segunda por la derecha— en la Universidad Nacional Autónoma de México, en la Ciudad de México, el miércoles 26 de agosto de 2026. (AP Foto/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[MIA contract worker arrested after passenger’s Cartier watch surfaces for sale online, MDSO says]]></title><link>https://www.local10.com/news/local/2026/08/21/mia-contract-worker-arrested-after-passengers-cartier-watch-surfaces-for-sale-online-mdso-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/21/mia-contract-worker-arrested-after-passengers-cartier-watch-surfaces-for-sale-online-mdso-says/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A contract worker at Miami International Airport was arrested Thursday after investigators said a Cartier watch belonging to an airline passenger who left a bag behind on a flight was sold to a local jewelry store and eventually surfaced for sale online.]]></description><pubDate>Fri, 21 Aug 2026 16:57:26 +0000</pubDate><content:encoded><![CDATA[<p>A contract worker at Miami International Airport was arrested Thursday after investigators said a Cartier watch belonging to an airline passenger who left a bag behind on a flight was sold to a local jewelry store and eventually surfaced for sale online.</p><p><a href="https://www.local10.com/espanol/2026/08/21/arrestan-a-trabajador-contratado-de-mia-despues-de-que-reloj-cartier-de-pasajero-aparece-a-la-venta-en-internet-segun-mdso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/21/arrestan-a-trabajador-contratado-de-mia-despues-de-que-reloj-cartier-de-pasajero-aparece-a-la-venta-en-internet-segun-mdso/">Leer en español</a></p><p>According to a Miami-Dade Sheriff’s Office arrest report, the passenger flew on an American Airlines flight from North Carolina to Miami on June 8.</p><p>After arriving at MIA, the passenger accidentally left behind a black leather crossbody bag valued at $260, investigators said.</p><p>The bag contained approximately $12,377.90 worth of valuables, including a Cartier Santos watch and AirPods, according to the report.</p><p>The passenger told investigators he was initially able to track his AirPods around Miami International Airport for several days using an app before the location stopped updating.</p><p>Then, on July 1, he discovered what he believed was his missing Cartier watch listed for sale on DannysVintageWatches.com, a New York-based website, according to the report.</p><p>Investigators said the passenger was able to identify the watch because of a distinctive gash on the upper-left portion of its bezel. He provided investigators with several photographs showing him wearing the watch with the same mark.</p><p>Detectives then began tracing how the watch ended up for sale.</p><p>According to the report, records obtained through an Aug. 7 subpoena showed that Danny’s Vintage Watches purchased the watch from Brickell Watches, a Miami-based broker.</p><p>The report stated that a second subpoena showed Brickell Watches had acquired it from another Miami jewelry broker, Consistent Luxury LLC, however a representative of Consistent Luxury provided Local 10 with an invoice that shows they had actually purchased the watch from Brickell Watches. </p><p>According to the report, the paper trail eventually led detectives to Vera Jewelry, located at 12260 SW Eighth St.</p><p>The report states that records provided by Vera Jewelry showed the suspect, Carlos Elky Penton, 45, of Hialeah, had sold the watch there on June 11 — three days after the passenger left his bag behind — for $1,500, which investigators described as substantially below its fair market value.</p><p>Investigators determined that the suspect worked for Eulen at Miami International Airport. According to the arrest report, Eulen is contracted to service aircraft after passengers get off, and the company serviced the aircraft used for the passenger’s flight on June 8.</p><p>Deputies located Penton Thursday behind a residence in Hialeah and took him into custody.</p><p>After waiving his Miranda rights, the suspect told investigators he was not working on the day the bag went missing but said another Eulen employee had given him the watch, according to the report.</p><p>Investigators said he acknowledged that the watch did not belong to him and that he did not know its owner. </p><p>Penton was arrested on a charge of dealing in stolen property and was transported to the Turner Guilford Knight Correctional Center for processing.</p><p>As of Friday afternoon, Penton remained held at TGK on a $7,500 bond.</p><p>It’s unclear whether the watch was ever returned to the victim.</p><p><i>Editor’s note: An arrest report from the Miami-Dade Sheriff’s Office states that Brickell Watches had acquired the Cartier watch from another Miami jewelry broker, Consistent Luxury LLC, however a representative of Consistent Luxury provided Local 10 with an invoice that shows they had actually purchased the watch from Brickell Watches. </i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUD5BGZ3Z5G75K6CP45CAQFHZU.jpg?auth=14ad5d2845c88928ad2a2820904a8bcb6831e4bd6aab3bedd80446dfa28134f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Decades after sister saved her life through bone marrow donation, South Florida woman is paying it forward]]></title><link>https://www.local10.com/community/2026/08/27/sisters-bone-marrow-donation-saved-1-life-and-helped-make-generations-possible/</link><guid isPermaLink="true">https://www.local10.com/community/2026/08/27/sisters-bone-marrow-donation-saved-1-life-and-helped-make-generations-possible/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[More than three decades ago, a 16-year-old South Florida girl made a decision that would save her older sister’s life.]]></description><pubDate>Thu, 27 Aug 2026 18:53:25 +0000</pubDate><content:encoded><![CDATA[<p>More than three decades ago, a 16-year-old South Florida girl made a decision that would save her older sister’s life.</p><p>Today, that decision continues to have an impact on a family that might not otherwise exist.</p><p>“My aunt donated her bone marrow to my mom, and that’s the reason that I’m here today,” said Vianca Perez, an advocate for bone marrow donations.</p><p>Perez’s mother, Liudmila Esquerdo, was just 19 years old when she was diagnosed with severe aplastic anemia, a rare and potentially life-threatening blood disorder.</p><p>Doctors initially tried treatments to get her bone marrow to respond.</p><p>“That did not work, and that’s when they were looking for a donor,” Esquerdo said.</p><p>Her younger sister, Ivette Esquerdo, turned out to be a perfect match.</p><p>“I was blessed that my sister — all 10 of those components — were 100% matched,” Liudmila Esquerdo said.</p><p>Ivette agreed to donate her bone marrow. She was just 16.</p><p>Before the transplant, Liudmila endured lengthy hospital stays and difficult treatments as her family stayed close and hoped for a successful outcome.</p><p>Even after the transplant, there was no guarantee it would work.</p><p>“July 24, 1995, it was the very last day and my bone marrow wasn’t reacting,” Liudmila recalled.</p><p>Her family began to lose hope.</p><p>Then, at the last moment, something changed.</p><p>“We had lost hope, and that last minute the bone marrow started to work,” she said.</p><p>For Liudmila, it became a second birthday.</p><p>“It’s the day their body accepted that bone marrow,” she said.</p><p>The transplant did more than save Liudmila’s life. It allowed her to go on to have a family, including daughter Vianca and younger son Gabriel.</p><p>Liudmila never forgot the other patients she met during her treatment who did not survive.</p><p>“While I was going through this process, so many people passed away in the bone marrow transplant center that I knew for sure that if I lived, I needed to pay it forward,” she said.</p><p>In 2018, she decided how she would do it: by starting the <a href="https://getredd.org/" target="_self" rel="" title="https://getredd.org/">Get Redd Foundation.</a></p><p>The nonprofit works with people affected by rare blood disorders, providing support while also raising awareness about stem cell and bone marrow donation.</p><p>“We find out how we can help, but more than anything, how can we give you the hope that healing is possible and that miracles are for today,” Liudmila said.</p><p>Get Redd hosts an annual wellness event featuring fitness and nutrition workshops while educating attendees about becoming potential donors.</p><p>Registration to become a stem cell or bone marrow donor can begin with a simple cheek swab.</p><p>“There’s no price to knowing that you were part of someone staying alive and on this earth,” Liudmila said.</p><p>The foundation also holds celebration dinners honoring survivors of rare blood disorders.</p><p>Among those honored this year was Jeff Budnechky, owner of Apocalypse BBQ in Kendall.</p><figure><img src="https://www.local10.com/resizer/v2/3WFEGW5K75DHDDMNILLOX3LMQU.jpg?auth=760c4a272d68e29bdda8ba97f2b9ece29cb611824c96a4fe165cd00e0522b98e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Budnechky is a bone marrow recipient and said his donor gave him far more than additional years of life.</p><p>“If someone didn’t take the time to donate bone marrow, if somebody hadn’t swabbed for me to have a match, there would be no Apocalypse,” Budnechky said. “There would be no Lala’s Burgers. My daughter, Eli, wouldn’t exist. There would have never been a marriage to my wife, Laura.”</p><p>It is a message Perez hopes will inspire others to consider registering.</p><p>“How people not only can save one life, but they can save a family, a lineage,” Perez said. “It’s generations really who you’re impacting.”</p><p>Local 10, Get Redd and Apocalypse BBQ are now making it easier — and tastier — for South Floridians to take the first step toward potentially becoming a donor.</p><p>People 18 and older can register below.</p><p>The first 100 people to sign up will be invited to Apocalypse BBQ in Kendall to have their cheeks swabbed and join the donor registry. In return, each participant will receive a free pulled pork sandwich.</p><p>Additional details will be sent to the first 100 people who register.</p><p>For Liudmila and her family, the hope is that a simple decision today could have the same lasting impact as the one Ivette made 31 years ago — saving not just one life, but potentially generations to come.</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><media:content url="https://www.local10.com/resizer/v2/TUCLC2VVHBHIJEM5JW3QDT2JWU.jpg?auth=9514af67f8fe2cac9d39d765d18ea8bb13ecea3a37aa7b1bffebef695c439337&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[El Departamento de Justicia acusa a más de 80 personas en operativo contra pandillas en Puerto Rico]]></title><link>https://www.local10.com/espanol/2026/08/27/el-departamento-de-justicia-acusa-a-mas-de-80-personas-en-operativo-contra-pandillas-en-puerto-rico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/el-departamento-de-justicia-acusa-a-mas-de-80-personas-en-operativo-contra-pandillas-en-puerto-rico/</guid><dc:creator><![CDATA[Por ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — El Departamento de Justicia de Estados Unidos presentó cargos contra más de 80 personas como parte del desmantelamiento de una violenta pandilla puertorriqueña, anunció el procurador general estadounidense, Todd Blanche, el jueves durante una visita a la isla como parte de los esfuerzos del gobierno del presidente Donald Trump en el combate al crimen violento.]]></description><pubDate>Thu, 27 Aug 2026 18:51:32 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — El Departamento de Justicia de Estados Unidos presentó cargos contra más de 80 personas como parte del desmantelamiento de una violenta pandilla puertorriqueña, anunció el procurador general estadounidense, Todd Blanche, el jueves durante una visita a la isla como parte de los esfuerzos del gobierno del presidente Donald Trump en el combate al crimen violento.</p><p>Los fiscales federales afirman que la pandilla conocida como “Los Baja Deo” durante años traficó fentanilo, cocaína y otras drogas desde la ciudad costera occidental de Mayagüez, generando casi 50 millones de dólares en ganancias. El grupo también es responsable de tiroteos, asesinatos, secuestros y agresiones, así como de la distribución de al menos 340 kilogramos de fentanilo o narcóticos adulterados con fentanilo, manifestó Blanche.</p><p>“Nuestras Fuerzas de Tarea de Seguridad Nacional en todo el país están unificadas, y están unificadas para poner fin a la presencia de cárteles criminales, pandillas extranjeras y organizaciones criminales trasnacionales en todo Estados Unidos”, expresó el secretario de Justicia, recientemente confirmado, a los reporteros desde las oficinas de la agencia federal en San Juan:</p><p>La presencia de Blanche en el territorio caribeño estadounidense para el anuncio subraya los esfuerzos del gobierno de Trump por poner el foco en su labor contra los cárteles y las pandillas que alimentan el tráfico de drogas y la violencia en comunidades de todo Estados Unidos. El gobierno de Trump ha reconfigurado drásticamente el Departamento de Justicia para convertir la lucha contra la inmigración ilegal y el crimen violento en una prioridad máxima.</p><p>Héctor Ramírez-Carbó, secretario de Justicia interino para Puerto Rico, afirmó que “estos 81 miembros violentos de la pandilla ahora enfrentarán a la justicia, y también lo hará cualquier otro que intente ocupar su lugar”. Añadió que “hoy, las familias de Mayagüez pueden disfrutar en paz de lo que sus comunidades tienen para ofrecer sin temor a sufrir daños”.</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/L6ZU4M7XHZBHX6COEHWYBV5ID4.jpg?auth=b79994510440df02b4750718e576b2b09536ef4ed41c547fc23fe123beb321f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El secretario de Justicia de EEUU, Todd Blanche, da una rueda de prensa sobre las personas acusadas de la detención de la banda puertorriqueña de narcotraficantes "Los Baja Deo" (LBD) en San Juan, Puerto Rico, el jueves 27 de agosto de 2026. (Foto AP/Stephanie Rojas)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Rojas</media:credit></media:content></item><item><title><![CDATA[About 90 Americans unaccounted for after catastrophic floods hit Nepal and Tibet]]></title><link>https://www.local10.com/news/national/2026/08/27/about-90-americans-unaccounted-for-after-catastrophic-floods-hit-nepal-and-tibet/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/about-90-americans-unaccounted-for-after-catastrophic-floods-hit-nepal-and-tibet/</guid><dc:creator><![CDATA[By R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[U.S. officials said about 90 U.S. citizens remained unaccounted for Thursday, a day after catastrophic flash floods engulfed a border area of China and Nepal, killing hundreds of people.]]></description><pubDate>Thu, 27 Aug 2026 20:03:21 +0000</pubDate><content:encoded><![CDATA[<p>U.S. officials said about 90 U.S. citizens remained unaccounted for Thursday, a day after catastrophic flash floods engulfed a border area of China and Nepal, killing hundreds of people.</p><p>In a statement, the U.S. State Department said it is not aware of any U.S. deaths, but three Americans have been rescued.</p><p>Many of the missing were on a pilgrimage to Mount Kailash in Tibet, a sacred site for Hindus, Buddhists and others.</p><p>Social media posts were surfacing Thursday from loved ones pleading for people to provide updates or circulate information about Americans they had lost contact with — a Virginia woman traveling with a tour group, a Texas couple on a birthday trip, a mother accompanying her 14-year-old daughter.</p><p>Among those on a guided tour was Venus Rajnikant Patel, a 45-year-old Indian-born U.S. citizen who recently moved from St. Louis to Cincinnati to help his family.</p><p>Patel’s friend Jolene Gosha said she and her friends knew Patel was in Nepal and were devastated when they realized he was staying at a hotel along the border where the floods swept through.</p><p>“We’re just hoping, hoping that by some chance he was able to climb his way out of it,” Gosha said. “I don’t want to give myself false hope because I know the reality is that he's probably not with us.”</p><p>Gosha described Patel as an avid traveler who loves dancing and frequently organizes surprise “flash mob” performances for his friends’ weddings and birthdays.</p><p>“He’s always smiling from ear to ear,” Gosha said. “He’d dance so goofily and didn’t care who was watching.”</p><p>Indian spiritual guru Jaggi Vasudev, also known as Sadhguru, said in a post on X that 77 people returning from Mount Kailash with groups organized by his Isha Foundation were at an immigration center in Gyirong, Tibet, when the floods struck. The Isha Foundation told ABC News that 22 of those 77 people were Americans.</p><p>The Isha Foundation is a spiritual organization based in India and has a U.S. campus called the Isha Institute of Inner-sciences, a yoga and meditation retreat center in the mountains near McMinnville, Tennessee.</p><p>Talking to reporters in the Oval Office on Thursday, President Donald Trump said U.S. officials have spoken with Nepalese leaders and offered to provide “anything they want.”</p><p>Trump said there were 50 or 60 Americans in the area but added that a full accounting hasn’t been completed.</p><p>___</p><p>Associated Press writers Matthew Lee and Collin Binkley in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJO6KZE4C2WGGPNUSRTWD5FODQ.jpg?auth=2c305ed6f36fe1ab9d2306fe910b3fa5726ff57ccb90174ca88f30fec1b5f78e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A government helicopter conducts a rescue mission amidst the devastation left by flash flooding in Nepal's Nuwakot district, Thursday, Aug. 27, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JROP56AQC2G4A4BKTKXMLZRGM.jpg?auth=1dcdec0e619ad54e6bef190dd86974ecf9b433bf7bbb86194e3bd3d92bdd045a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damage is seen in the aftermath of flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/44SZWXELP5EXSVLFDOJE3QQ73Q.jpg?auth=bdf6bb1bc5517d1f982fb121150177f4dfc5cc4c957b2af9a0f03b30921f3838&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past damage in the aftermath of flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Legislatura de Venezuela avanza en proyecto de ley que busca reformar el polémico Tribunal Supremo]]></title><link>https://www.local10.com/espanol/2026/08/27/legislatura-de-venezuela-avanza-en-proyecto-de-ley-que-busca-reformar-el-polemico-tribunal-supremo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/legislatura-de-venezuela-avanza-en-proyecto-de-ley-que-busca-reformar-el-polemico-tribunal-supremo/</guid><dc:creator><![CDATA[Por JORGE RUEDA, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La Asamblea Nacional de Venezuela, de abrumadora mayoría oficialista, aprobó el lunes en una primera discusión un proyecto que apunta a reformar el cuestionado Tribunal Supremo de Justicia (TSJ).]]></description><pubDate>Thu, 27 Aug 2026 18:44:47 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La Asamblea Nacional de Venezuela, de abrumadora mayoría oficialista, aprobó el lunes en una primera discusión un proyecto que apunta a reformar el cuestionado Tribunal Supremo de Justicia (TSJ).</p><p>La primera discusión de la iniciativa se produce dos semanas después que se realizó el primer ciclo de conversaciones formales entre delegaciones del Legislativo unicameral y exdiputados de la oposición (2015-2020) en las que se acordó iniciar un proceso que contribuya a la transformación del sistema judicial venezolano, que es señalado por organizaciones locales e internacionales de derechos humanos, entre ellas Amnistía Internacional, como carente de independencia del poder político.</p><p>“Nosotros no tenemos ningún pudor ni tenemos ningún temor… de ir a fondo en una verdadera transformación del sistema de justicia”, dijo el presidente del legislativo unicameral, Jorge Rodríguez, hermano de la presidenta encargada Delcy Rodríguez, luego de la presentación del proyecto. Acotó que la selección de los magistrados se llevará “a cabo con estricto apego a la norma constitucional".</p><p>El proyecto de ley debe ser aprobado en una segunda discusión y sancionado por la presidenta encargada antes de su publicación oficial.</p><p>Las conversaciones, que se desarrollaron entre el 6 y 12 de agosto en Caracas, estuvieron enfocadas en la reforma de la ley del máximo tribunal, que incluiría renovar y ampliar el comité de postulaciones para la designación de todos los magistrados, así como conformar un consejo de revisión de credenciales y requisitos de los postulados al TSJ para evitar irregularidades en la designación de los magistrados.</p><p>Los adversarios del ahora fallecido presidente Hugo Chávez (1999-2013) y de su sucesor, el ahora depuesto presidente Nicolas Maduro (2013-2026), permanentemente han acusado al oficialismo de designar con su abrumadora mayoría a los magistrados entre sus aliados para asegurarse el control del TSJ, que durante casi tres décadas se ha convertido en un poder decisivo en la trama política venezolana con una gran cantidad de sentencias desfavorables a los críticos de los gobiernos socialistas.</p><p>El oficialismo, por su parte, ha dicho que los nombramientos de magistrados principales y suplentes se hicieron bajo cumplimiento de las leyes.</p><p>Estados Unidos fue el principal impulsor de los diálogos sobre una agenda para fortalecer la democracia y restituir derechos fundamentales tras casi tres décadas de gobiernos socialistas.</p><p>Pese al fracaso de los cuatro anteriores procesos de diálogo —entre 2017 y 2024 realizados todos fuera del país— muchos venezolanos esperan que en esta ocasión sea posible alcanzar acuerdos mínimos que permitan estabilizar y mejorar la situación de Venezuela en buena medida por la inédita situación política tras la destitución de Maduro, quien otrora acudió a los diálogos ejerciendo un control férreo del poder, mientras ahora se evidencia la influencia de Washington en el gobierno de la presidenta en funciones.</p><p>El presidente Donald Trump ha procurado trabajar estrechamente con la mandataria encargada para estabilizar Venezuela tras la salida de Maduro y abrir el país a la inversión de Estados Unidos. La gobernante, por su parte, ha enviado numerosas señales de cooperación y acercamiento entre la Casa Blanca y su administración.</p><p>La influencia de Estados Unidos se profundizó en los últimos meses luego del levantamiento de sanciones contra la presidenta Rodríguez, a quien Trump ha reconocido como la única jefa de Estado de Venezuela.</p><p>Después de que fuerzas estadounidenses capturaron a Maduro y a su esposa en una operación militar la madrugada del 3 de enero, Trump propuso un plan de “tres fases” para Venezuela que incluye la estabilización, recuperación y transición democrática.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDQVFSPJ2S7IL2SWEEGLJ6E4AA.jpg?auth=83f462fd2e55e3571fd3fc3d7e5f18a1f403a598dd6fe0622d46641175e4da1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marco Quiñones, líder del partido Voluntad Popular, desde la izquierda; la expresidenta de la Asamblea Nacional de la oposición, Dinorah Figuera; el presidente de la Asamblea Nacional, Jorge Rodríguez, y el vicepresidente de la Asamblea Nacional, Pedro Infante, posan para una foto durante la inauguración de una nueva ronda de conversaciones políticas en Caracas, Venezuela, el jueves 6 de agosto de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Policía de Haití enfrenta críticas tras ataque en Kenscoff con 47 muertos y 50 secuestrados]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-de-haiti-enfrenta-criticas-tras-ataque-en-kenscoff-con-47-muertos-y-50-secuestrados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-de-haiti-enfrenta-criticas-tras-ataque-en-kenscoff-con-47-muertos-y-50-secuestrados/</guid><dc:creator><![CDATA[Por EVENS SANON, Associated Press]]></dc:creator><description><![CDATA[PUERTO PRÍNCIPE, Haití (AP) — La Policía Nacional de Haití enfrentó crecientes críticas el jueves debido a que las autoridades no lograron impedir un reciente ataque de pandillas en el que murieron 47 personas y más de 50 fueron secuestradas.]]></description><pubDate>Thu, 27 Aug 2026 18:37:33 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — La Policía Nacional de Haití enfrentó crecientes críticas el jueves debido a que las autoridades no lograron impedir un reciente ataque de pandillas en el que murieron 47 personas y más de 50 fueron secuestradas.</p><p>El portavoz policial Garry Desrosiers respondió solo a un puñado de preguntas de periodistas en una conferencia de prensa realizada el jueves, pocos días después de que varias pandillas atacaran Kenscoff, una comunidad agrícola antes pacífica enclavada en las colinas cerca de Puerto Príncipe.</p><p>Cuando le preguntaron qué planea hacer la policía respecto de los secuestrados, Desrosiers indicó que no podía responder esa pregunta públicamente.</p><p>“No podemos hablar de ningún plan”, afirmó.</p><p>El líder de una pandilla ha amenazado con ejecutar a todos los rehenes si muere algún integrante del grupo mientras la policía trabaja para asegurar Kenscoff.</p><p>Desrosiers expresó sus condolencias a todos los afectados por el violento ataque, lanzado a última hora del domingo.</p><p>Más de 2.600 personas han sido desplazadas, según la Organización Internacional para las Migraciones de la ONU, y la ira y la frustración van en aumento. Desrosiers señaló que la policía trabaja para ayudarlas a regresar a casa, pero no ofreció detalles.</p><p>Un periodista preguntó si se había reunido alguna información de inteligencia antes del ataque, y Desrosiers respondió que las autoridades han estado trabajando en la recopilación de inteligencia.</p><p>Agregó que la policía sabe que un líder de una pandilla amenaza con atacar Tabarre, un vecindario dentro de Puerto Príncipe donde se encuentra la embajada de Estados Unidos.</p><p>“No estoy en posición de darle información detallada”, manifestó.</p><p>Vladimir Paraison, jefe de la Policía Nacional de Haití, no estuvo presente en la conferencia de prensa. Recientemente defendió las medidas de seguridad en Kenscoff y dijo que estaba en marcha una investigación para establecer la verdad sobre el ataque “ya sea por complicidad o negligencia”.</p><p>Entre enero y agosto de este año, las operaciones de seguridad habían logrado reducir la violencia en Kenscoff en un 66% antes del ataque del domingo, según la organización sin fines de lucro Armed Conflict Location & Event Data.</p><p>El ataque ocurre mientras Haití se prepara para celebrar su primera elección general en más de una década, aunque expertos advierten que la inseguridad persiste.</p><p>Se calcula que 70% de Puerto Príncipe y extensas franjas de terreno en la región central de Haití y más allá están controladas por hombres armados.</p><p>La violencia de las pandillas ha desplazado a una cifra récord de casi 1,5 millones de personas en todo el país, donde se reportó la muerte de más de 3.050 personas de enero a junio, según estadísticas de la ONU.</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/ZEWYAWJ7M4XU4H5S7QJZMDDQ7U.jpg?auth=572751d2e3d2cfdbc655bd8bfbd5ecff92485cbc8218df66aea2aee35a2f3dbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchas de sangre en el piso, dejadas por la víctima de un ataque de pandillas en el vecindario de Kenscoff de Puerto Príncipe, Haití, el lunes 24 de agosto 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[North Carolina congressman Edwards asks House colleagues not to censure him]]></title><link>https://www.local10.com/news/politics/2026/08/27/north-carolina-congressman-edwards-asks-house-colleagues-not-to-censure-him/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/north-carolina-congressman-edwards-asks-house-colleagues-not-to-censure-him/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Republican North Carolina Rep. Chuck Edwards implored House colleagues to reconsider an Ethics Committee report that found he engaged in persistent, unprofessional and inappropriate conduct toward two female aides and recommended his censure.]]></description><pubDate>Thu, 27 Aug 2026 18:32:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republican North Carolina Rep. Chuck Edwards implored House colleagues to reconsider an Ethics Committee report that found he engaged in persistent, unprofessional and inappropriate conduct toward two female aides and recommended his censure.</p><p>Edwards' letter asks representatives to distinguish between unconventional conduct and sexual harassment.</p><p>“An affectionate friendship is not a sexual proposition. A gift is not sexual misconduct,” he wrote. “A compliment is not sexual misconduct. Poetry is not sexual misconduct.”</p><p>Edwards' letter, dated Tuesday, was first reported by the news outlet NOTUS.</p><p>The Ethics Committee on Thursday declined to comment in response to Edwards’ letter.</p><p>The committee’s report, which came nearly three months after it announced it was investigating Edwards, found that both women were uncomfortable with his behavior but found themselves in a difficult position because he was their boss and a member of Congress.</p><p>The report continued: “Rep. Edwards was at minimum blind to that reality, and at worst, dismissive of the impact his inappropriate conduct had on the careers and well-being of two women on his staff.”</p><p>One aide worked for the congressman’s office for about 2 1/2 years and the other for about three years. They no longer work there. The Ethics panel said the women left due to conduct described in its report, although they provided other explanations to Edwards at the time of their departures.</p><p>Edwards has denied that any of his conduct was intended as a sexual or romantic advance, but the committee said his behavior would “lead a reasonable observer to interpret it as such.”</p><p>It also described his actions as “beyond inappropriate.”</p><p>The report detailed numerous gifts that Edwards gave the two aides, calling the gifts “beyond norms of professional behavior.” The women received jewelry totaling more than $1,000, designer purses, guns, shoes, flowers, a laptop and cellphone, as well as vacations, tickets to performances, and one-on-one dinners.</p><p>The committee earlier this month recommended censure, which registers the House’s deep disapproval of a lawmaker’s conduct that doesn’t meet the threshold for expulsion.</p><p>Edwards, who was elected in 2022, dropped his reelection bid two days after the committee recommended he be censured.</p><p>The committee’s investigation came at a time of heightened scrutiny of lawmakers’ behavior toward female staffers following the resignations of Democratic Rep. Eric Swalwell and Republican Rep. Tony Gonzales. Both faced calls for their expulsion before they stepped down.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XYLL3TCB6XIYL55E5DBN22Q7SA.jpg?auth=5dc6fb4e2650915732c74f656a6ec9e7348b6d47282d8dc5782ed936f51d325f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Chuck Edwards, R-N.C., asks questions before the House Appropriations Committee, June 2, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Controllers warned Trump copter pilots about radio failures 1 week before they came close to jet]]></title><link>https://www.local10.com/news/national/2026/08/27/controllers-warned-marine-one-pilots-about-communication-issues-week-before-dual-takeoff-ntsb-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/controllers-warned-marine-one-pilots-about-communication-issues-week-before-dual-takeoff-ntsb-says/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[Air traffic controllers in Washington and the pilots of President Donald Trump’s helicopter met to discuss communication issues one week before a jet was allowed to take off just as Marine One left the White House, federal investigators said Thursday.]]></description><pubDate>Thu, 27 Aug 2026 19:12:03 +0000</pubDate><content:encoded><![CDATA[<p>Air traffic controllers in Washington and the pilots of President Donald Trump’s helicopter met to discuss communication issues one week before a jet was allowed to take off just as Marine One left the White House, federal investigators said Thursday.</p><p>Controllers reported not receiving the standard three-minute warning call ahead of Marine One flights and both sides agreed to an alternative in those instances — but that plan to relay the radio call through someone else was also unsuccessful on the day of the Aug. 4 incident near Ronald Reagan Washington National Airport, the National Transportation Safety Board's preliminary report shows.</p><p>Having both the jet and helicopter in the air at the same time seemed to violate safety procedures put in place after last year’s midair collision near the busy airport that killed 67 people, but officials stressed that the president was never in danger. The Pentagon also has a longstanding agreement with the Federal Aviation Administration to provide controllers with a three-minute warning before the president’s helicopter takes off that predates last year’s crash.</p><p>The NTSB said recordings from the tower showed that the controllers never heard the calls from Marine One's pilot that day warning that the helicopter was getting ready to take off, but separate recordings posted by ATC.com show the helicopter did make those calls.</p><p>The helicopter pilots tried to relay their three-minute call through the helicopter facility at Joint Base Anacostia-Bolling, but that was also unsuccessful.</p><p>The FAA decided after an airliner collided with an Army Black Hawk helicopter on Jan. 29, 2025, that all takeoffs and landings at the airport would be halted anytime a helicopter passes by on a conflicting route. The airspace near the White House and Reagan is heavily congested with military and commercial aircraft.</p><p>The FAA has acknowledged that the helicopter and airliner briefly got too close before the two aircraft started to move away from each other. The airplane quickly climbed above the helicopter after Marine One’s pilots saw the plane and paused until it safely left the area.</p><p>The NTSB said preliminary estimates show the helicopter and plane were just over 0.8 mile (1.3 kilometers) apart laterally and about 700 feet (215 meters) apart vertically at their closest. The crew of the Envoy Air flight told investigators they received a traffic warning from their collision avoidance system right after they took off, but they never saw the helicopter.</p><p>The official FAA recordings from the tower at Reagan did not include the warnings that Marine One was getting ready to head to Andrews Air Force Base with the president aboard that day.</p><p>A recording posted by ATC.com showed the Marine One pilot telling the tower that the helicopter was “three minutes to life” just like the 2013 agreement between the FAA and the military calls for. But the controller seemed surprised a few minutes later when the helicopter took off.</p><p>“Uh, Marine One, you said, uh, you’re proceeding as briefed?” the controller asked before giving the helicopter directions and commenting, “OK, no three minutes, roger, proceed as briefed.”</p><p>After the controller warned the helicopter about the plane taking off, the Marine One pilot said he saw the traffic and declared, “We’ll be doing a momentary delay.”</p><p>After last year’s midair collision, it became clear that poor communication between air traffic controllers and the military had been a longstanding issue. During a congressional hearing, it came out that a hotline connecting the Pentagon to the tower at Reagan hadn’t been working for more than three years, and the FAA hadn’t even realized it.</p><p>The NTSB said that after this incident involving Marine One, FAA technicians determined that there wasn't adequate line of sight between the radio receiver at the airport and the location where the helicopter takes off at the White House. So those radios were moved from the neighborhood where they had been located to the top of the tower at Reagan. Subsequent tests showed the radios working well after that change.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X2HZXMUDZK2RLMV4CGNVZYOTFM.jpg?auth=162686ec2742e16928d77ef02a4685d395f19d5f49474e66fe457c1aa8e4048c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, walks from Marine One to board Air Force One, Friday, Aug. 21, 2026, at Joint Base Andrews, Md., en route to South Carolina. (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/HAND4DQ6REHKDI73Q6K34OSH2U.jpg?auth=bdc5ac183bd54bd62bf3562cb23c65b7f129c368af2dc3a572c0967525b6071d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives on Marine One at the Ellipse near the White House, Friday, Aug. 21, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Man accused of drunk driving in crash that killed sleeping 82-year-old faces judge ]]></title><link>https://www.local10.com/news/local/2026/08/27/man-accused-of-drunk-driving-in-crash-that-killed-sleeping-82-year-old-faces-judge/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/man-accused-of-drunk-driving-in-crash-that-killed-sleeping-82-year-old-faces-judge/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[A judge on Thursday denied bond for a 67-year-old Coral Gables man accused of driving drunk when he slammed his Cadillac into a home just outside of Coral Gables in June, killing an 82-year-old man who authorities say was sleeping inside.]]></description><pubDate>Thu, 27 Aug 2026 16:47:06 +0000</pubDate><content:encoded><![CDATA[<p>A judge on Thursday denied bond for a <a href="https://www.local10.com/news/local/2026/08/26/man-was-drunk-when-he-crashed-cadillac-into-home-near-gables-killing-sleeping-82-year-old-mdso/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/26/man-was-drunk-when-he-crashed-cadillac-into-home-near-gables-killing-sleeping-82-year-old-mdso/">67-year-old man</a> accused of driving drunk when he slammed his Cadillac into a home just outside of Coral Gables in June, killing an 82-year-old man who authorities say was sleeping inside.</p><p><a href="https://www.local10.com/espanol/2026/08/27/acusan-a-hombre-de-conducir-ebrio-en-accidente-que-mato-a-hombre-de-82-anos-mientras-dormia-comparece-ante-juez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/acusan-a-hombre-de-conducir-ebrio-en-accidente-que-mato-a-hombre-de-82-anos-mientras-dormia-comparece-ante-juez/">Leer en español</a></p><p>Allen Matis’ attorney appeared before Miami-Dade Circuit Judge Mindy Glazer for a second bond hearing and asked that Matis be released on house arrest while he awaits trial. Glazer instead ordered that Matis remain jailed.</p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, the crash happened around 7:30 p.m. June 24 in the 2900 block of Southwest 57th Avenue, in the unincorporated Coral Terrace area.</p><p>Investigators say Matis, of Coral Gables, was driving a Cadillac Lyriq on Palermo Avenue when he ran a stop sign and slammed into the home.</p><p>The impact sent the SUV through the wall, striking Henri Bezy, who was sleeping in his bed. Bezy became trapped underneath the vehicle and was pronounced dead at the scene, according to the report.</p><p>A deputy who responded to the crash reported seeing Matis behind the wheel and observing signs of impairment, authorities said.</p><p>According to his arrest report, toxicology results from blood samples taken several hours after the crash showed Matis had a blood alcohol concentration ranging from 0.245% to 0.29%, more than three times the legal limit.</p><p>Investigators said they also obtained vehicle data showing Matis accelerated to 43 mph and did not apply the brakes during the seconds leading up to the crash.</p><p>Prosecutors argued Thursday that Matis should remain in custody.</p><p>“The fact that the defendant volunteered that he had been at the Ritz Carlton prior to this crash is that he got so drunk at that location that he must have driven right past his own home,” a prosecutor said during the hearing.</p><p>Matis’ defense attorney declined to comment when approached by Local 10’s Gabrielle Arzola after Thursday’s hearing.</p><p>A judge is expected to review the case again at 9 a.m. Friday to determine whether Matis will remain jailed or be released on house arrest while the case proceeds.</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[Acusan a hombre de conducir ebrio en accidente que mató a hombre de 82 años mientras dormía; comparece ante juez]]></title><link>https://www.local10.com/espanol/2026/08/27/acusan-a-hombre-de-conducir-ebrio-en-accidente-que-mato-a-hombre-de-82-anos-mientras-dormia-comparece-ante-juez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/acusan-a-hombre-de-conducir-ebrio-en-accidente-que-mato-a-hombre-de-82-anos-mientras-dormia-comparece-ante-juez/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[Un juez negó el jueves la fianza a un hombre de Coral Gables, de 67 años, acusado de conducir ebrio cuando estrelló su Cadillac contra una casa en las afueras de Coral Gables en junio, matando a un hombre de 82 años que, según las autoridades, dormía en el interior.]]></description><pubDate>Thu, 27 Aug 2026 17:49:34 +0000</pubDate><content:encoded><![CDATA[<p>Un juez negó el jueves la fianza a un <a href="https://www.local10.com/espanol/2026/08/26/hombre-estaba-ebrio-cuando-estrello-cadillac-contra-casa-cerca-de-coral-gables-y-mato-a-hombre-de-82-anos-mientras-dormia-mdso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/hombre-estaba-ebrio-cuando-estrello-cadillac-contra-casa-cerca-de-coral-gables-y-mato-a-hombre-de-82-anos-mientras-dormia-mdso/">hombre de 67 años</a> acusado de conducir ebrio cuando estrelló su Cadillac contra una casa en las afueras de Coral Gables en junio, matando a un hombre de 82 años que, según las autoridades, dormía en el interior.</p><p>El abogado de Allen Matis compareció ante la jueza de circuito de Miami-Dade Mindy Glazer para una segunda audiencia de fianza y pidió que Matis fuera liberado bajo arresto domiciliario mientras espera el juicio. En cambio, Glazer ordenó que Matis permaneciera encarcelado.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade, el accidente ocurrió alrededor de las 7:30 p.m. del 24 de junio en la cuadra 2900 de Southwest 57th Avenue, en el área no incorporada de Coral Terrace.</p><p>Los investigadores dicen que Matis, de Coral Gables, conducía un Cadillac Lyriq por Palermo Avenue cuando se pasó una señal de alto y se estrelló contra la casa.</p><p>El impacto hizo que la SUV atravesara la pared y golpeara a Henri Bezy, quien dormía en su cama. Bezy quedó atrapado debajo del vehículo y fue declarado muerto en el lugar, según el informe.</p><p>Un agente que respondió al accidente reportó haber visto a Matis al volante y observado señales de que estaba bajo los efectos del alcohol, dijeron las autoridades.&nbsp;</p><p>Diccionario Local10.txt</p><p>Según su informe de arresto, los resultados toxicológicos de muestras de sangre tomadas varias horas después del accidente mostraron que Matis tenía una concentración de alcohol en la sangre de entre 0.245% y 0.29%, más de tres veces el límite legal.</p><p>Los investigadores dijeron que también obtuvieron datos del vehículo que mostraban que Matis aceleró hasta 43 mph y no aplicó los frenos durante los segundos previos al accidente.</p><p>Los fiscales argumentaron el jueves que Matis debía permanecer bajo custodia.</p><p>“El hecho de que el acusado dijera voluntariamente que había estado en el Ritz Carlton antes de este accidente indica que se emborrachó tanto en ese lugar que debió haber pasado de largo frente a su propia casa”, dijo un fiscal durante la audiencia.</p><p>El abogado defensor de Matis se negó a hacer comentarios cuando fue abordado por Gabrielle Arzola de Local 10 después de la audiencia del jueves.</p><p>Se espera que un juez revise nuevamente el caso a las 9 a.m. del viernes para determinar si Matis permanecerá encarcelado o será liberado bajo arresto domiciliario mientras avanza el caso.</p>]]></content:encoded></item><item><title><![CDATA[Dolly Parton’s Imagination Library inspires a love of reading in South Florida kids]]></title><link>https://www.local10.com/news/local/2026/08/26/dolly-partons-imagination-library-inspires-a-love-of-reading-in-south-florida-kids/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/dolly-partons-imagination-library-inspires-a-love-of-reading-in-south-florida-kids/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Cities across the country have teamed up with Dolly Parton’s nonprofit, Imagination Library, which provides free books to children from newborns to age 5.]]></description><pubDate>Thu, 27 Aug 2026 02:55:46 +0000</pubDate><content:encoded><![CDATA[<p>Cities across the country have teamed up with Dolly Parton’s nonprofit, Imagination Library, which provides free books to children from newborns to age 5.</p><p>Like the beloved children’s book “The Little Engine That Could,” Parton created the Imagination Library to inspire kids to learn, dream and achieve.</p><p>In 2026, the nonprofit sends books to children around the world. Two of those children are right here in South Florida.</p><p>Lauren Dieppa enjoys reading with her two little ones, Max and Ava. They have each received a book every month from the Imagination Library since they were newborns.</p><p>“Every time we get a book in the mail that night they’re reading it,” Dieppa said.</p><p>Parton founded the Imagination Library in 1995 as a tribute to her father. It began in her home county of East Tennessee before expanding to several states and eventually other countries.</p><p>The program has thousands of community partners that help bring it to their own cities. The Town of Miami Lakes is one of them.</p><p>“We started partnering with the Imagination Library since 2004,” said Clarisell De Cardenas, communications and community affairs director for the town.</p><p>Here’s how it works: Parents register their child on the <a href="https://imaginationlibrary.com/" target="_self" rel="" title="https://imaginationlibrary.com/">Dolly Parton Imagination Library </a>website. The town covers the cost of the book and the mailing.</p><p>The Imagination Library selects the books, making sure they are age-appropriate, and handles mailing them directly to the children’s homes.</p><p>It’s a partnership that delivers plenty of benefits while helping ensure Parton’s dream and legacy as the “Book Lady” will continue to empower generations to come.</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[Man attacks victim with glass, metal bottles after hurling racial slurs at him in North Miami Beach, police say ]]></title><link>https://www.local10.com/news/local/2026/08/27/man-attacks-victim-with-glass-metal-bottles-after-hurling-racial-slurs-at-him-in-north-miami-beach-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/man-attacks-victim-with-glass-metal-bottles-after-hurling-racial-slurs-at-him-in-north-miami-beach-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was arrested Thursday after North Miami Beach police said he used racial slurs before attacking another man with a glass beer bottle and then following him into a bathroom and repeatedly striking him with a metal water bottle.]]></description><pubDate>Thu, 27 Aug 2026 17:40:10 +0000</pubDate><content:encoded><![CDATA[<p>A man was arrested Thursday after North Miami Beach police said he used racial slurs before attacking another man with a glass beer bottle and then following him into a bathroom and repeatedly striking him with a metal water bottle.</p><p><a href="https://www.local10.com/espanol/2026/08/27/policia-hombre-ataca-a-victima-con-botellas-de-vidrio-y-metal-tras-lanzarle-insultos-racistas-en-north-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/policia-hombre-ataca-a-victima-con-botellas-de-vidrio-y-metal-tras-lanzarle-insultos-racistas-en-north-miami-beach/">Leer en español</a></p><p>Lesmar Roberto Cruzata Vidal, 32, of Hialeah, was arrested on a charge of aggravated battery with a weapon with prejudice, according to an arrest report.</p><p>Police said the attack happened shortly before 1:30 a.m. at a home in the 16800 block of Northeast Fourth Court that police said was operating as a hostel.</p><p>According to the report, responding officers arrived at the scene to find Cruzata Vidal and the victim standing outside the home.</p><p>The victim told police he had been living at the hostel for about six months and had returned roughly 10 to 15 minutes before the confrontation. He said he was leaving to walk to a nearby liquor store when he saw Cruzata Vidal loitering in the parking lot.</p><p>According to the arrest report, the victim said Cruzata Vidal called out “Yo, n****, yo n****,“ without provocation.</p><p>The victim asked whether Cruzata Vidal was speaking to him, and Cruzata Vidal confirmed that he was, the report stated.</p><p>According to the report, an argument followed and Cruzata Vidal allegedly struck the victim in the face with a glass beer bottle.</p><p>Police said the victim suffered a severe, deep laceration to his right cheek.</p><p>The victim told investigators he pushed Cruzata Vidal away and ran inside the home, where he asked other residents to call 911.</p><p>He then went into a bathroom to clean his face, according to the report.</p><p>Police said Cruzata Vidal followed the victim into the bathroom and struck him in the face approximately 10 times with a metal water bottle.</p><p>The second attack left the victim with a large abrasion in the center of his forehead that broke the skin, along with visible swelling, according to investigators.</p><p>Officers said they found a trail of blood leading to the bathroom where the victim said the second attack occurred.</p><p>Multiple witnesses declined to identify themselves or provide written statements but told officers that Cruzata Vidal was the primary aggressor, according to the report.</p><p>Police said Cruzata Vidal told officers he had never met the victim and claimed the victim approached and struck him without provocation.</p><p>Police described Cruzata Vidal as “extremely confrontational and inebriated” and said officers were unable to obtain a consistent account from him. Officers also noticed a laceration on his left hand, the report noted.</p><p>Cruzata Vidal was taken to Jackson West Medical Center for medical clearance before being transported to the Turner Guilford Knight Correctional Center.</p><p>Police collected the broken glass bottle and metal water bottle as evidence.</p><p>According to the arrest report, the aggravated battery charge includes a prejudice enhancement because of the racial slurs police said Cruzata Vidal used before the attack.</p><p>As of Thursday afternoon, Cruzata Vidal remained held at TGK. Online jail records listed his bond as “to be set.”</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/P22E5SHERVEYFO6XCA7NRTR75M.jpg?auth=f4486057fde013e7c42ec28d5c7647eed9e275e0c2ac226821b118672813899c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Hombre ataca a víctima con botellas de vidrio y metal tras lanzarle insultos racistas en North Miami Beach]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-hombre-ataca-a-victima-con-botellas-de-vidrio-y-metal-tras-lanzarle-insultos-racistas-en-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-hombre-ataca-a-victima-con-botellas-de-vidrio-y-metal-tras-lanzarle-insultos-racistas-en-north-miami-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue arrestado el jueves después de que la policía de North Miami Beach dijera que lanzó insultos racistas antes de atacar a otro hombre con una botella de cerveza de vidrio y luego seguirlo hasta un baño y golpearlo repetidamente con una botella de agua de metal.]]></description><pubDate>Thu, 27 Aug 2026 17:46:01 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue arrestado el jueves después de que la policía de North Miami Beach dijera que lanzó insultos racistas antes de atacar a otro hombre con una botella de cerveza de vidrio y luego seguirlo hasta un baño y golpearlo repetidamente con una botella de agua de metal.</p><p>Lesmar Roberto Cruzata Vidal, de 32 años y residente de Hialeah, fue arrestado por un cargo de agresión agravada con un arma con agravante por prejuicio, según un informe de arresto.</p><p>La policía dijo que el ataque ocurrió poco antes de la 1:30 a.m. en una vivienda ubicada en la cuadra 16800 de Northeast Fourth Court que, según la policía, funcionaba como hostal.</p><p>Según el informe, los agentes que respondieron llegaron al lugar y encontraron a Cruzata Vidal y a la víctima afuera de la vivienda.</p><p>La víctima dijo a la policía que había estado viviendo en el hostal durante unos seis meses y que había regresado aproximadamente entre 10 y 15 minutos antes del enfrentamiento. Dijo que salía para caminar hasta una licorería cercana cuando vio a Cruzata Vidal merodeando por el estacionamiento.</p><p>Según el informe de arresto, la víctima dijo que Cruzata Vidal le gritó “Yo, n****, yo n****”, sin provocación.</p><p>La víctima preguntó si Cruzata Vidal se dirigía a él y Cruzata Vidal confirmó que sí, señala el informe.</p><p>Según el informe, se produjo una discusión y Cruzata Vidal presuntamente golpeó a la víctima en el rostro con una botella de cerveza de vidrio.</p><p>La policía dijo que la víctima sufrió una laceración grave y profunda en la mejilla derecha.</p><p>La víctima dijo a los investigadores que empujó a Cruzata Vidal y corrió al interior de la vivienda, donde pidió a otros residentes que llamaran al 911.</p><p>Luego entró a un baño para limpiarse el rostro, según el informe.</p><p>La policía dijo que Cruzata Vidal siguió a la víctima hasta el baño y la golpeó en el rostro aproximadamente 10 veces con una botella de agua de metal.</p><p>El segundo ataque dejó a la víctima con una gran abrasión en el centro de la frente que le rompió la piel, además de una hinchazón visible, según los investigadores.</p><p>Los agentes dijeron que encontraron un rastro de sangre que conducía al baño donde la víctima dijo que ocurrió el segundo ataque.</p><p>Varios testigos se negaron a identificarse o proporcionar declaraciones por escrito, pero dijeron a los agentes que Cruzata Vidal fue el principal agresor, según el informe.</p><p>La policía dijo que Cruzata Vidal aseguró a los agentes que nunca había conocido a la víctima y afirmó que la víctima se le acercó y lo golpeó sin provocación.</p><p>La policía describió a Cruzata Vidal como “extremadamente conflictivo y ebrio” y dijo que los agentes no pudieron obtener de él una versión coherente. Los agentes también observaron una laceración en su mano izquierda, señala el informe.</p><p>Cruzata Vidal fue trasladado a Jackson West Medical Center para recibir autorización médica antes de ser transportado al Centro Correccional Turner Guilford Knight.</p><p>La policía recolectó la botella de vidrio rota y la botella de agua de metal como evidencia.</p><p>Según el informe de arresto, el cargo de agresión agravada incluye un agravante por prejuicio debido a los insultos racistas que, según la policía, Cruzata Vidal utilizó antes del ataque.</p><p>Hasta la tarde del jueves, Cruzata Vidal permanecía detenido en TGK. Los registros de la cárcel en línea indicaban que su fianza estaba “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P22E5SHERVEYFO6XCA7NRTR75M.jpg?auth=f4486057fde013e7c42ec28d5c7647eed9e275e0c2ac226821b118672813899c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Deputies: Man caused fatal crash while ‘under the influence of both alcohol and marijuana’ in Miami-Dade]]></title><link>https://www.local10.com/traffic/2026/08/27/deputies-man-caused-fatal-crash-while-under-the-influence-of-both-alcohol-and-marijuana-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/27/deputies-man-caused-fatal-crash-while-under-the-influence-of-both-alcohol-and-marijuana-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 34-year-old man faced charges on Friday in Miami-Dade County after deputies accused him of causing a fatal crash while under the influence of both alcohol and marijuana, records show.  ]]></description><pubDate>Thu, 27 Aug 2026 16:47:02 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old man faced charges on Friday in Miami-Dade County after deputies accused him of causing a fatal crash while under the influence of both alcohol and marijuana, records show. </p><p><a href="https://www.local10.com/espanol/2026/08/27/agentes-hombre-causo-accidente-mortal-mientras-estaba-bajo-los-efectos-del-alcohol-y-la-marihuana-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/agentes-hombre-causo-accidente-mortal-mientras-estaba-bajo-los-efectos-del-alcohol-y-la-marihuana-en-miami-dade/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies arrested Kareem Johnson at 12:20 a.m. on Thursday in the Gladeview-West Little River area, according to a deputy’s arrest report. </p><p>Johnson, of Fort Lauderdale, “failed to stop at a red light and struck the side of the victim’s vehicle” on May 9 in the Brownsville neighborhood, according to deputies.</p><p>MDSO deputies and Miami-Dade Fire Rescue personnel responded to the crash shortly after 9 p.m. on May 9 at Northwest 22 Avenue and 50th Street. MDFR personnel pronounced a man dead. </p><p>Prosecutors filed the felony case against Johnson on July 30, and a judge issued a warrant for his arrest, according to Miami-Dade County court records. </p><p>Miami-Dade corrections booked Johnson shortly after 3:10 p.m. on Thursday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Johnson faced charges of vehicular homicide and DUI manslaughter. He was denied bond. Miami-Dade County Circuit Judge Lody Jean was set to preside over the case. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RTQHMSPV5NDDLHZH6OFRT5VTXI.jpg?auth=ef235036946110c7a4395d409fee6a9b0e663b52ad636796384fe132aa053873&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade corrections booked Kareem Johnson on Thursday at the Turner Guilford Knight Correctional Center.]]></media:description></media:content></item><item><title><![CDATA[Agentes: Hombre causó accidente mortal mientras estaba “bajo los efectos del alcohol y la marihuana” en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/27/agentes-hombre-causo-accidente-mortal-mientras-estaba-bajo-los-efectos-del-alcohol-y-la-marihuana-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/agentes-hombre-causo-accidente-mortal-mientras-estaba-bajo-los-efectos-del-alcohol-y-la-marihuana-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 34 años enfrentó cargos el viernes en el condado Miami-Dade después de que agentes lo acusaran de causar un accidente mortal mientras estaba bajo los efectos del alcohol y la marihuana, según muestran los registros.]]></description><pubDate>Thu, 27 Aug 2026 17:43:02 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 34 años enfrentó cargos el viernes en el condado Miami-Dade después de que agentes lo acusaran de causar un accidente mortal mientras estaba bajo los efectos del alcohol y la marihuana, según muestran los registros.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a Kareem Johnson a las 12:20 a.m. del jueves en el área de Gladeview-West Little River, según el informe de arresto de un agente.</p><p>Johnson, de Fort Lauderdale, “no se detuvo ante un semáforo en rojo y chocó contra el costado del vehículo de la víctima” el 9 de mayo en el vecindario de Brownsville, según los agentes.</p><p>Agentes de MDSO y personal de Miami-Dade Fire Rescue respondieron al accidente poco después de las 9 p.m. del 9 de mayo en Northwest 22 Avenue y 50th Street. Personal de MDFR declaró muerto a un hombre.</p><p>Los fiscales presentaron el caso por delito grave contra Johnson el 30 de julio y un juez emitió una orden para su arresto, según los registros judiciales del condado Miami-Dade.</p><p>El Departamento de Correcciones de Miami-Dade ingresó a Johnson poco después de las 3:10 p.m. del jueves en el Centro Correccional Turner Guilford Knight, según los registros de reclusos.</p><p>Johnson enfrentó cargos de homicidio vehicular y homicidio involuntario por conducir bajo los efectos del alcohol o drogas. Se le negó la fianza. La jueza de circuito del condado Miami-Dade Lody Jean estaba asignada para presidir el caso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RTQHMSPV5NDDLHZH6OFRT5VTXI.jpg?auth=ef235036946110c7a4395d409fee6a9b0e663b52ad636796384fe132aa053873&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade corrections booked Kareem Johnson on Thursday at the Turner Guilford Knight Correctional Center.]]></media:description></media:content></item><item><title><![CDATA[Trump signs order renaming Lake Ontario as 'Lake America' in the United States]]></title><link>https://www.local10.com/news/politics/2026/08/27/trump-signs-order-renaming-lake-ontario-as-lake-america-in-the-united-states/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/trump-signs-order-renaming-lake-ontario-as-lake-america-in-the-united-states/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Thursday he is renaming Lake Ontario to be known as “Lake America” in the United States as he escalates his trade war with Canada.]]></description><pubDate>Thu, 27 Aug 2026 19:50:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Thursday he is renaming Lake Ontario to be known as “Lake America” in the United States as he escalates his trade war with Canada.</p><p>The Republican president signed an executive order directing the Interior Department to update the lake's name in the U.S. geographic naming service. Trump cannot force Canada to follow his preferred naming convention, however.</p><p>Trump has been floating the idea of the name change in recent days as the U.S. announced it was imposing 50% tariffs on $20 billion worth of Canadian goods over the weekend after talks between the countries broke down. Trump has been needling America’s northern neighbor since he returned to the White House last year, suggesting the ally with whom the U.S. once had warm relations should instead be absorbed as the 51st state.</p><p>Canada responded to Trump’s import taxes this week by imposing retaliatory tariffs on $20 billion worth of American goods, including steel, dairy products, appliances and farm equipment.</p><p>Trump, who signed the order as he was sitting at the Resolute Desk in the Oval Office, had a large sign behind him propped on a stand with a map of the Great Lakes. Over Lake Ontario, in big red letters, the map read “Lake America.”</p><p>On the other side of the president was another map with the words, “MAKING THE GREAT LAKES EVEN GREATER.”</p><p>Trump said as he was signing the order that he'd “notified all of the various people that we have to notify. So, we’ve done everything that you have to do.”</p><p>“And this is official, effective immediately,” he added.</p><p>But the executive order Trump signed shows that the changes are supposed to be made within 30 days.</p><p>The office of Canadian Prime Minister Mark Carney did not immediately respond to a request for comment</p><p>Nova Scotia Premier Tim Houston dismissed Trump’s move in a social media post, writing: “We’re into some real foolishness now. It’s Lake Ontario, buddy.”</p><p>The lake is one of multiple Great Lakes that the U.S. and Canada share borders along.</p><p>There is no single international body that determines names of international bodies of water and Trump has wide latitude over how the U.S. government recognizes geographic places and landmarks.</p><p>Ontario Premier Doug Ford, who has traded insults with Trump, this week brushed aside the prospect of Trump changing the lake's name as “a lot of rhetoric.”</p><p>The name Lake Ontario comes from the Huron Indigenous people’s word “oniatarí:io,” which means “lake of shining waters.” The province of Ontario, founded in 1867, took its name from the lake.</p><p>Trump said that while his action was not meant to send any particular geopolitical message, “Canada’s been ripping us off for a long time” on trade and military issues.</p><p>“They wanted to be treated like a state and they’re not a state,” the president said. “We just can’t do that anymore.”</p><p>“We love the people of Canada,” Trump added. “I don’t think their representatives do, an appropriate job. Maybe they’ll change. I really don’t know. It doesn’t make much difference.”</p><p>The move is reminiscent of his move last year to rename the Gulf of Mexico as the “Gulf of America.”</p><p>Trump scribbled his name with a Sharpie pen on the executive order, then held it up for the cameras, offering, “And we filed all the necessary papers, documents, everything else.”</p><p>He also suggested his push to rename bodies of water may not be finished.</p><p>“So, if you think about it, we have a gulf and we have a lake. Now, all we need is an ocean,” Trump said. “So maybe we’ll have to change the name of the Atlantic and/or the Pacific. Maybe we’ll change them.”</p><p>___</p><p>Associated Press writer Rob Gillies in Toronto contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6KKRLRALHWOAZXE6JZPMM5IQAQ.jpg?auth=22b9249678fa1ae6320fd7da8dd26a93967ba060ed246cca3cf7432d8ae30c6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump signs an executive order in the Oval Office of the White House, Thursday, Aug. 27, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AS6CLP45J27WHHT5ECU75WW7PQ.jpg?auth=5244241c61b250660198997189dfae4b07736e2e1d96cac47b8afd70d8416b29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump holds up a signed executive order in the Oval Office of the White House, Thursday, Aug. 27, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZZNP5TO2ZXXFQFBVFBR6O7OOY.jpg?auth=ca8719f7e6cdab2f2216e5946627c04e1f7f49750107ce29d9ce373d3a59d5fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[City Councillor Renaldo Agostino looks at the Detroit skyline across the Detroit River Monday, Aug. 24, 2026, in Windsor, Ontario (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4YJRUDGPVHCWQW3UASBY7CIMA.jpg?auth=529c9e59a2e7955fdfbace70981335be56e34f6eb2e55558ff25e7084959ff0f&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 in the Oval Office of the White House, Thursday, Aug. 27, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Peter Cullen, prolific voice actor who gave Optimus Prime his authoritative baritone, has died]]></title><link>https://www.local10.com/entertainment/2026/08/27/peter-cullen-prolific-voice-actor-who-gave-optimus-prime-his-authoritative-baritone-has-died/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/27/peter-cullen-prolific-voice-actor-who-gave-optimus-prime-his-authoritative-baritone-has-died/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Peter Cullen, a prolific voice actor who enlivened scores of TV series, specials and movies, including Optimus Prime in the syndicated 1984 series “Transformers” and Eeyore in the Winnie the Pooh cartoon franchise, has died. He was 85.]]></description><pubDate>Thu, 27 Aug 2026 17:31:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Peter Cullen, a prolific voice actor who enlivened scores of TV series, specials and movies, including Optimus Prime in the syndicated 1984 series “Transformers” and Eeyore in the Winnie the Pooh cartoon franchise, has died. He was 85.</p><p>His agent, Kevin Motley, said Cullen died Wednesday at his home in Los Angeles. “His family asks that you honor his remarkable legacy by serving your communities and leading others with compassion, integrity, and loyalty and always remember 'be strong enough to be gentle,'" said a family statement.</p><p>Cullen's career spanned from being an announcer at the groundbreaking late-1960s comedy and variety series “The Smothers Brothers Comedy Hour” to “The Smurfs” and multiple G.I. Joe iterations, but he struck a nerve as Optimus Prime.</p><p>While the original cartoon ran just a few years, it left an indelible mark on pop culture, with a toy line, spinoff cartoon series and comics produced over the next two decades. That culminated in the launch of a multibillion-dollar, live-action film franchise in 2007 by Michael Bay.</p><p>Before his audition, Cullen only knew that he would be reading for the part of a truck, though giving voice to a vehicle didn’t seem that crazy. “You’re always auditioning for something in animation that’s a little off of the norm,” Cullen told the AP in 2019.</p><p>When Cullen read about the heroic Autobot leader that turned into a red cabover semitrailer, he thought about his older brother, who had served as a U.S. Marine in the Vietnam War.</p><p>“He was my hero, and he certainly was the mainstay behind the character,” Cullen said. “I just did an impression of Larry, and he’s still alive in my mind today because every time I do Prime, there’s my brother Larry.”</p><p>Cullen’s authoritative baritone as Optimus Prime also appeared in 2009's “Transformers: Revenge of the Fallen” through “Dark of the Moon,” “Age of Extinction,” “The Last Knight,” “Bumblebee” and "Rise of the Beasts” in 2023.</p><p>His thoughtful, almost operatic lines would be quoted for decades by kids and adults alike: “I am Optimus Prime, and I send this message to any surviving Autobots taking refuge among the stars: We are here. We are waiting,” he said in the first movie. In another, he intoned: “Fate rarely calls upon us at a moment of our choosing.”</p><p>Other highlights from Cullen's prolific career include voicing Eeyore across various “Winnie-the-Pooh” projects, including Disney’s “The New Adventures of Winnie the Pooh” TV series that aired from 1988-91, as well as voicing the villainous KARR opposite KITT in the 1980s NBC series “Knight Rider,” and lending his pipes to King Kong in the Jeff Bridges-led “King Kong” remake in 1976.</p><p>Cullen would attend conventions around the country to meet with fans from multiple generations, often getting teary. He said parents sometimes got more excited than their children meeting him.</p><p>“I expect that I will run into a father with his son, and the father will more than likely get choked up,” Cullen said before MegaCon Orlando in 2019. “And then I get choked up, and then the kid is saying ‘What are these two grown men getting choked up about?’”</p><p>Cullen is survived by his four children, Angus, Claire, Pilar and Clay.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JYUPENFHNSCWPE7SONQ5ZAZB64.jpg?auth=ef5cf7651fed1cfdd1fa88f04d00b01f5343e8b584697ae0a1963a3868386aa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peter Cullen attends The Paley Honors: A Gala Tribute to Hasbro's Centennial in New York on Oct. 23, 2023. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZ3Y35A3MG3YSWF7EQ4RMY4UZE.jpg?auth=c1e6ad618b432a7b9648ffa2e6dd73a99874d5e1a47c74bf06ff0d4c89155fe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peter Cullen appears at the Comic-Con Fan Expo in Rosemont, Ill., on Aug. 18, 2024. (Photo by Rob Grabowski/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rob Grabowski</media:credit></media:content></item><item><title><![CDATA[Group of Democratic senators calls on ICE to cancel plan to buy electric shock gloves]]></title><link>https://www.local10.com/news/politics/2026/08/27/group-of-democratic-senators-calls-on-ice-to-cancel-plan-to-buy-electric-shock-gloves/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/group-of-democratic-senators-calls-on-ice-to-cancel-plan-to-buy-electric-shock-gloves/</guid><dc:creator><![CDATA[By RYAN J. FOLEY, Associated Press]]></dc:creator><description><![CDATA[A group of U.S. senators led by Democrat Catherine Cortez Masto of Nevada urged Immigration and Customs Enforcement to cancel its plan to outfit officers with gloves that can deliver painful electric shocks.]]></description><pubDate>Thu, 27 Aug 2026 19:33:07 +0000</pubDate><content:encoded><![CDATA[<p>A group of U.S. senators led by Democrat Catherine Cortez Masto of Nevada urged Immigration and Customs Enforcement to cancel its plan to outfit officers with gloves that can deliver painful electric shocks.</p><p>In a letter to ICE's acting director Thursday, Cortez Masto and 15 of her colleagues in the Democratic caucus questioned ICE's need to spend up to $20 million to buy the devices, as well as the agency's ability to use them appropriately.</p><p>“The blatant and tragic misuse of force in Los Angeles, Chicago, Minneapolis, Houston, Maine, and other locations around the country raises significant skepticism about the agency’s professional capability to safely deploy a new tool that could be used to harm Americans without cause,” the letter said.</p><p>In addition to Cortez Masto, the letter was signed by Independent Sen. Angus King of Maine and 14 other Democrats, who are in the minority in the Republican-controlled Senate. They are the latest to express opposition to the plan, which became public this month when ICE published a notice outlining plans to purchase thousands of “conductive distraction and de-escalation devices” for officers and investigators.</p><p>The devices are normal patrol gloves until an officer presses a button to activate the electrical mode. They must be applied directly to someone’s skin to produce a shock that causes pain, which is promoted as a way to gain compliance from people who are resisting. They have been used by some local jails and police departments in recent years.</p><p>Cortez Masto and the other senators said the device “presents substantial risks if deployed during civil arrests — even more so if it is deployed without clear limits, appropriate training, and comprehensive oversight.” They said that if ICE moves forward with the plan, it must make public details about how officers will be trained and how the use of the gloves will be documented and reviewed internally to avoid misuse.</p><p>White House border czar Tom Homan has argued that the gloves could be another way to gain compliance without resorting to the use of deadly force and could be particularly effective in detention settings. He has said that it will be months before they are deployed because the agency is working out training and policy details.</p><p>ICE's parent agency, the Department of Homeland Security, reacted defiantly Thursday to critics of the plan.</p><p>“Sanctuary politicians attempting to ban our federal law enforcement from any safety equipment is despicable and a deliberate attempt to undermine and endanger our officers,” the agency said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KR5BBRIPMKVB3NIMM54TDLVNZA.jpg?auth=19bf287a33db7ca47f03952a08e0f695e7cf1a03299eb756870fdc3166d6a88a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Catherine Cortez Masto, D-Nev., walks through the Capitol during votes in Washington, July 16, 2026. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3MB7JBPVQGFQQT4WMBVPG2LLM.jpg?auth=302d8f586c60851e0b7dfe582dee96daf14c3487068b1ff52d196364a71a6fa7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelson County, Ky., jailer Justin Hall shows an electric shock glove that is used at his facility, Thursday, Aug. 13, 2026, in Bardstown, Ky. (AP Photo/Dylan Lovan)]]></media:description><media:credit role="author" scheme="urn:ebu">Dylan Lovan</media:credit></media:content></item><item><title><![CDATA[Justice Department charges more than 80 people in Puerto Rico gang takedown]]></title><link>https://www.local10.com/news/politics/2026/08/27/justice-department-charges-more-than-80-people-in-puerto-rico-gang-takedown/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/justice-department-charges-more-than-80-people-in-puerto-rico-gang-takedown/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — The U.S. Justice Department has charged more than 80 people in the takedown of a violent Puerto Rican gang, Attorney General Todd Blanche announced Thursday during a visit to the island as part of the Trump administration's efforts to highlight its push to tackle violent crime.]]></description><pubDate>Thu, 27 Aug 2026 18:50:08 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — The U.S. Justice Department has charged more than 80 people in the takedown of a violent Puerto Rican gang, Attorney General Todd Blanche announced Thursday during a visit to the island as part of the Trump administration's efforts to highlight its push to tackle violent crime.</p><p>Federal prosecutors say the gang known as “Los Baja Deo” for years trafficked fentanyl, cocaine and other illegal drugs from the west coast city of Mayagüez, generating nearly $50 million in proceeds. The group is also responsible for shootings, killings, kidnappings and assaults and the distribution of at least 340 kilograms of fentanyl or fentanyl-laced narcotics, Blanche said.</p><p>"Our Homeland Security Task Forces around the country are unified and they’re unified to end the presence of criminal cartels, foreign gangs and transnational criminal organizations around the United States,” the newly confirmed attorney general told reporters from the U.S. attorney's office in San Juan.</p><p>Blanche's presence in the U.S. Caribbean territory for the announcement underscores the Trump administration's efforts to put a spotlight on its work tackling cartels and gangs that fuel drug trafficking and violence in communities across the U.S. The Trump administration has dramatically reshaped the Justice Department to make tackling illegal immigration and violent crime a top priority.</p><p>“These 81 violent gang members will now face justice and so will any other that try to take their place,” said Héctor Ramírez-Carbó, the acting U.S. attorney for Puerto Rico. “Today, the families of Mayagüez can peacefully enjoy what their communities have to offer without fear of harm.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TONHNZOP3LBODLZFILVF7HJHQ4.jpg?auth=c834b26967b568ad538ac197b8ff46e2428251497c115f5b769982e6fcc61728&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche, center, gives a news conference about people charged in the takedown of Puerto Rican drug gang “Los Baja Deo” (LBD) in San Juan, Puerto Rico, Thursday, Aug. 27, 2026. (AP Photo/Stephanie Rojas)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Rojas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCSTBSZQP3BP4QOPIUIQOE3YOA.jpg?auth=bb2602af0cbfc32b87c7abb8dede6427be45b5f5ebb3a11d047a938bed9661bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche gives a press conference about people charged in the takedown of Puerto Rican drug gang "Los Baja Deo" (LBD) in San Juan, Puerto Rico, Thursday, Aug. 27, 2026. (AP Photo/Stephanie Rojas)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Rojas</media:credit></media:content></item><item><title><![CDATA[Woman accused of stealing over $268,000 in jewels while working as a housekeeper in West Miami]]></title><link>https://www.local10.com/news/local/2026/08/27/woman-accused-of-stealing-over-268000-in-jewels-while-working-as-a-housekeeper-in-west-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/woman-accused-of-stealing-over-268000-in-jewels-while-working-as-a-housekeeper-in-west-miami/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A family had trusted Arays Izquierdo so much that they gave her a key to their home in West Miami, and she betrayed them by stealing nearly $150,000 in jewels, according to police.]]></description><pubDate>Thu, 27 Aug 2026 15:34:50 +0000</pubDate><content:encoded><![CDATA[<p>A family had trusted Arays Izquierdo so much that they gave her a key to their home in West Miami, and she betrayed them by stealing more than $268,000 in jewels, according to police.</p><p><a href="https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/">Leer en español</a></p><p>A Van Cleef &amp; Arpels necklace, two Louis Vuitton bracelets valued at nearly $150,000, and a gold bracelet valued at $95,650, were among the pieces that Izquierdo stole while working as the family’s housekeeper, according to a police officer’s arrest report. </p><p>“She had pawned multiple items consistent with property reported missing by the victim,” a West Miami police officer wrote, according to the report. </p><p>Police officers recently searched Izquierdo’s apartment in Hialeah and found “multiple items that had previously been reported missing from the victim’s residence,” according to police. </p><p>The property was in Izquierdo’s “bedroom and closet and was recovered as part of the investigation,” a police officer wrote, according to the arrest report. </p><p>The victims reported that Izquierdo also took a 24-karat gold knot chain, Cartier bracelets, two Cuban link chains, a custom-made bracelet with a diamond, according to the police report. </p><p>The list also included a nail necklace by Cartier, a Capricorn pendant, a pair of white gold diamond earrings, and a gold diamond necklace.</p><p>Court records show Miami police officers arrested Izquierdo on Nov. 21 and accused her of first-degree misdemeanor petit theft at a Target in the Flagami neighborhood. Miami-Dade prosecutors dropped the case. </p><p>Shortly before 9 a.m. on Aug. 20, Hialeah and West Miami police officers detained Izquierdo at her apartment, according to a police report. </p><p>Corrections booked Izquierdo shortly after 12:40 a.m. on Friday at the Turner Guilford Knight Correctional Center, according to Miami-Dade inmate records. </p><p>Izquierdo faced charges of burglary of an occupied dwelling and first-degree grand theft, according to Miami-Dade court records. A judge ordered her to stay away from the family in West Miami. Her bond was $20,000. </p><p>Miami-Dade County Circuit Judge Tanya Brinkley was set to preside over the case. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PGXANX6ZSZATJLR5CKKGSG6HIE.jpg?auth=9d42e693aaa09991235ca050e6d7e76a6777b4c73f6bcbf70d644ba17ddf8b05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade County corrections booked Arays Izquierdo on Friday at the Turner Guilford Knight Correctional Center.]]></media:description></media:content></item><item><title><![CDATA[Acusan a mujer de robar más de $268,000 USD en joyas mientras trabajaba como empleada doméstica en West Miami]]></title><link>https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una familia confiaba tanto en Arays Izquierdo que le dio una llave de su casa en West Miami, y ella traicionó su confianza al robar casi $150,000 USD en joyas, según la policía.]]></description><pubDate>Thu, 27 Aug 2026 16:34:14 +0000</pubDate><content:encoded><![CDATA[<p>Una familia confiaba tanto en Arays Izquierdo que le dio una llave de su casa en West Miami, y ella traicionó su confianza al robar más de $268,000 USD en joyas, según la policía.</p><p>Un collar Van Cleef &amp; Arpels, dos brazaletes Louis Vuitton valorados en casi $150,000 USD y un brazalete de oro valorado en $95,650 USD estaban entre las piezas que Izquierdo robó mientras trabajaba como empleada doméstica de la familia, según el informe de arresto de un agente de policía.</p><p>“Había empeñado varios artículos que coincidían con propiedades reportadas como desaparecidas por la víctima”, escribió un agente de la policía de West Miami, según el informe.</p><p>Agentes de policía registraron recientemente el apartamento de Izquierdo en Hialeah y encontraron “varios artículos que habían sido reportados previamente como desaparecidos de la residencia de la víctima”, según la policía.</p><p>Las pertenencias estaban en el “dormitorio y armario de Izquierdo y fueron recuperadas como parte de la investigación”, escribió un agente de policía, según el informe de arresto.</p><p>Las víctimas reportaron que Izquierdo también se llevó una cadena de nudo de oro de 24 quilates, brazaletes Cartier, dos cadenas de eslabones cubanos y un brazalete hecho a la medida con un diamante, según el informe policial.</p><p>La lista también incluía un collar de clavo de Cartier, un colgante de Capricornio, un par de aretes de diamantes y oro blanco y un collar de oro con diamantes.</p><p>Los registros judiciales muestran que agentes de la policía de Miami arrestaron a Izquierdo el 21 de noviembre y la acusaron de robo menor de primer grado, un delito menor, en un Target del vecindario de Flagami. Los fiscales de Miami-Dade retiraron el caso.</p><p>Poco antes de las 9 a.m. del 20 de agosto, agentes de las policías de Hialeah y West Miami detuvieron a Izquierdo en su apartamento, según un informe policial.</p><p>El Departamento de Correcciones ingresó a Izquierdo poco después de las 12:40 a.m. del viernes en el Centro Correccional Turner Guilford Knight, según los registros de reclusos de Miami-Dade.</p><p>Izquierdo enfrentaba cargos de robo en una vivienda ocupada y robo mayor en primer grado, según los registros judiciales de Miami-Dade. Un juez le ordenó mantenerse alejada de la familia de West Miami. Su fianza fue fijada en $20,000 USD.</p><p>La jueza de circuito del condado Miami-Dade Tanya Brinkley estaba asignada para presidir el caso.</p><p><i>La editora de asignaciones de Local 10 News Mercedes Cevallos contribuyó a este reporte.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PGXANX6ZSZATJLR5CKKGSG6HIE.jpg?auth=9d42e693aaa09991235ca050e6d7e76a6777b4c73f6bcbf70d644ba17ddf8b05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade County corrections booked Arays Izquierdo on Friday at the Turner Guilford Knight Correctional Center.]]></media:description></media:content></item><item><title><![CDATA[Carlos Alcaraz opens US Open title defense against Safiullin, Venus Williams plays Sofia Kenin]]></title><link>https://www.local10.com/sports/2026/08/27/carlos-alcaraz-opens-us-open-title-defense-against-safiullin-venus-williams-plays-sofia-kenin/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/carlos-alcaraz-opens-us-open-title-defense-against-safiullin-venus-williams-plays-sofia-kenin/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Carlos Alcaraz will open the defense of his U.S. Open title against an opponent who made a strong run at Wimbledon while the Spaniard was sidelined with an injury.]]></description><pubDate>Thu, 27 Aug 2026 16:31:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Carlos Alcaraz will open the defense of his U.S. Open title against an opponent who made a strong run at Wimbledon while the Spaniard was sidelined with an injury.</p><p>Along with some interesting opening-round matches, the draws for men's and women's singles Thursday delivered one what-could-have-been possibility: Had Serena Williams decided to play, there could have been a Williams sisters showdown in Round 1.</p><p>When Venus Williams was given a wild card into the event at 46, the U.S. Tennis Association initially held one spot, which surely would have gone to Serena if the six-time U.S. Open champion wanted to play after returning to tennis for the first time since 2022. When the 44-year-old decided to only compete in doubles, the USTA awarded that last wild card over the weekend to American Sofia Kenin, the 2020 Australian Open champion.</p><p>On Thursday, Venus Williams and Kenin were randomly drawn to face each other.</p><p>Main draw play at the final Grand Slam tournament of the season begins Sunday.</p><p>Alcaraz is the No. 2 seed and will face Roman Safiullin. It will be Alcaraz's first singles match since April, after the two-time U.S. Open champion was forced to miss the French Open and Wimbledon because of a right wrist injury.</p><p>The Spaniard returned to play with Serena Williams in the mixed doubles tournament and looked rusty. He may have to be sharper against Safiullin, who reached the fourth round at Wimbledon, upsetting Andrey Rublev and Joao Fonseca along the way before falling to 24-time Grand Slam singles champion Novak Djokovic in four sets.</p><p>Safiullin also upset Alcaraz, ranked No. 2 at the time, in the ATP Masters 1000 in Paris in 2023. Alcaraz avenged that loss the following year at the Paris Olympics in their lone other meeting.</p><p>Alexander Zverev, the French Open champion who became the No. 1 seed in New York when Jannik Sinner pulled out with a knee injury, will open against Italian Lorenzo Sonego.</p><p>Two-time defending women's champion Aryna Sabalenka opens against Camila Osorio. The top-ranked Sabalenka, who has struggled during the North American hard-court season, could face Wimbledon champion Linda Noskova, the No. 6 seed, in the quarterfinals.</p><p>The other potential women's quarterfinals: No. 2 Elena Rybakina vs. No. 8 Iga Swiatek, No. 3 Jessica Pegula vs. No. 7 Karolina Muchova, and No. 4 Coco Gauff vs. No. 5 Mirra Andreeva, the French Open champion.</p><p>Pegula, who opens against Elena-Gabriela Ruse, would play the Williams-Kenin winner in the second round.</p><p>The potential men's quarters: No. 1 Zverev vs. No. 6 Alex de Minaur, No. 2 Alcaraz vs. No. 8 Ben Shelton, No. 3 Felix Auger-Aliassime vs. No. 5 Flavio Cobolli, and No. 4 Djokovic vs. No. 7 Daniil Medvedev.</p><p>No. 10 seed Arthur Fils, coming off the title in the Cincinnati Open, faces two-time Grand Slam finalist Stefanos Tsitsipas, who was once ranked No. 3, in the first round. Stan Wawrinka, the 2016 U.S. Open champion who received a wild card to play in his final Grand Slam tournament before retiring, faces Matteo Berrettini, the 2021 Wimbledon runner-up, to open a second straight major tournament. Berrettini won in four sets — all tiebreakers — at the All England Club.</p><p>Rublev, the No. 23 seed, faces 2014 U.S. Open champion Marin Cilic. No. 13 Lorenzo Musetti, who reached the quarterfinals in New York last year, opens against Britain's Arthur Fery, who lost to Zverev in the Wimbledon semifinals.</p><p>Some first-round matches won't be determined until the conclusion of the qualifying tournaments, which were scheduled to finish Thursday. Potential women's contenders such as No. 11 Marta Kostyuk and No. 17 Alex Eala were among those waiting to see who they would face in their openers.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPVXXCJDHFXF7PTKJWW7GSRLSY.jpg?auth=fdb7c69c030dcd37e0e8ce6f9ca4ad3a93ac243e408dcb69fa1bbee1d9f9b2ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, returns the ball during a mixed doubles match at the U.S. Open tennis championships, Tuesday, Aug. 25, 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/UNPW54Q5FW27MBPNRNXTQSOZQI.jpg?auth=35ff7c9a2d62843d89f326a993fcdf14b9adb76dd58450b54620fda53e0349c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, left, and Venus Williams, right, both of the United States, wave to the crowd at the end of a women's doubles match against Marta Kostyuk, of Ukraine, and Peyton Stearns, also of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content></item><item><title><![CDATA[Saquean casa de pareja de Coral Gables que murió en accidente de helicóptero en Kenia, roban obras de arte y autos, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[La policía arrestó a un hombre y una mujer el martes tras acusarlos de saquear la casa de una pareja de Coral Gables que murió en un accidente de helicóptero en Kenia, robando “varias obras de arte valiosas”, además de sus camionetas SUV y otros artículos.]]></description><pubDate>Wed, 26 Aug 2026 15:35:18 +0000</pubDate><content:encoded><![CDATA[<p>La policía arrestó el martes a un hombre y una mujer tras acusarlos de saquear la casa de una pareja de Coral Gables que murió en un <a href="https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/">accidente de helicóptero en Kenia</a>, robando “varias obras de arte valiosas”, además de sus vehículos SUV y otros artículos.</p><p>Los registros muestran que la casa, ubicada en Valencia Avenue, pertenecía a Henry Parra, de 55 años, y Adam Hlavaty, de 42, quienes murieron en el accidente del miércoles pasado junto con otras cinco personas, incluidas otras con vínculos con el sur de Florida, en el condado Samburu, en el norte de Kenia.</p><p>La policía de Coral Gables dijo que el robo ocurrió en algún momento entre el jueves y el sábado, después del accidente.</p><p>Identificaron a los sospechosos del robo como Geybert Alexander Garcia, de 40 años, y Melany Perdomo, de 24, quienes viven juntos cerca del área no incorporada de Palm Springs North, en el noroeste de Miami-Dade.</p><p>Según los investigadores, la pareja “saqueó la residencia y se llevó numerosos artículos pertenecientes a los fallecidos, como documentos personales y comerciales, joyas, aparatos electrónicos y obras de arte”.</p><p>También robaron el Land Rover 2023 y el Porsche Taycan 2020 de la pareja, según un reporte de arresto. El reporte menciona el accidente, pero no indica si los investigadores creen que Garcia y Perdomo se enteraron de la muerte de la pareja antes del robo ni cómo lo habrían hecho.</p><p>La policía dijo que la empleada doméstica de Parra y Hlavaty descubrió el robo el domingo.</p><p>Las autoridades dijeron que una señal emitida por la MacBook robada de la pareja, junto con la ubicación del Range Rover robado, situó los artículos sustraídos en la casa de Garcia y Perdomo, en la cuadra 8300 de Northwest 195th Terrace.</p><p>Según el reporte, después de confirmar que los vehículos estaban estacionados afuera de la casa, la policía de Coral Gables y agentes de la Oficina del Sheriff de Miami-Dade ejecutaron allí una orden de registro el martes.</p><p>Los investigadores dijeron que Garcia se escondió en un clóset mientras los agentes encontraron a Perdomo en un dormitorio del piso superior.</p><p>Durante el registro, “los agentes localizaron e identificaron numerosos documentos robados” pertenecientes a la pareja, así como el control de la llave del Range Rover, según el reporte de arresto.</p><p>“Además, varias obras de arte valiosas fueron recuperadas del interior de la residencia, incluida una escultura de arte perteneciente a las víctimas y valorada en más de aproximadamente $500,000 USD”, señala el reporte. “Los agentes también localizaron varios artículos e instrumentos compatibles con la producción y/o alteración de documentos de identificación fraudulentos e información de identificación personal”.</p><p>Además, los investigadores dijeron que encontraron una Ford F-250 con un VIN alterado que resultó haber sido robada en el condado Indian River.</p><p>Los registros de la cárcel muestran que Garcia y Perdomo fueron arrestados cada uno por múltiples cargos de delitos graves, incluidos robo y robo mayor de vehículo.</p><p>En corte el miércoles, el abogado de Garcia, Paul Basile, presentó un documento al tribunal indicando que había sido firmado y notarizado y que otorgaba a Garcia “permiso para tener posesión de esos vehículos y entrar a la propiedad”.</p><p>Sin embargo, Lauren Bailey, amiga de la familia de las víctimas, también estaba en corte y dijo que eso no puede ser cierto.</p><p>“No hay manera de que ellos pudieran haber firmado ese documento”, dijo Bailey. “En primer lugar, no estaban en el país. En segundo lugar, nunca habrían hecho algo así. Tenían a otras personas. Tienen una empleada doméstica que va a la casa todos los días. No habría necesidad de hacer algo así”.</p><p>Continuó: “La casa fue dañada; entraron por la fuerza. La puerta fue destruida. Arrancaron la cámara, y le hemos entregado al fiscal las fotos de eso. Su familia vino desde Indiana y llegó a una casa en la que habían entrado por la fuerza y de la que habían robado sus pertenencias, y no se sienten cómodos si dejan ir a esta persona”.</p><p>La fiscal Nessa Eth preguntó al detective del Departamento de Policía de Coral Gables, Wilfredo Diaz, si creía que los documentos eran legítimos.</p><p>“No”, testificó Diaz. “Creo que es un documento fraudulento”.</p><p>La jueza de Miami-Dade Mindy Glazer también pareció mostrarse escéptica sobre la validez del documento, especialmente considerando que Garcia tiene antecedentes de arrestos en el condado, y ordenó que tanto él como Perdomo permanecieran detenidos sin derecho a fianza.</p><p>Perdomo, a pesar de que su reporte de arresto indica que nació en Florida, también quedó detenida bajo una retención migratoria, según muestran los registros de la cárcel. </p>]]></content:encoded></item><item><title><![CDATA[Seahawks give 3-time Pro Bowl DT Leonard Williams a $90 million, 3-year extension, AP source says]]></title><link>https://www.local10.com/sports/2026/08/27/seahawks-give-3-time-pro-bowl-dt-leonard-williams-a-90-million-3-year-extension-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/seahawks-give-3-time-pro-bowl-dt-leonard-williams-a-90-million-3-year-extension-ap-source-says/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[Three-time Pro Bowl defensive tackle Leonard Williams and the Seattle Seahawks have agreed on a three-year, $90 million contract extension that includes $56 million guaranteed, a person with knowledge of the deal told The Associated Press on Thursday.]]></description><pubDate>Thu, 27 Aug 2026 17:40:12 +0000</pubDate><content:encoded><![CDATA[<p>Three-time Pro Bowl defensive tackle Leonard Williams and the Seattle Seahawks have agreed on a three-year, $90 million contract extension that includes $56 million guaranteed, a person with knowledge of the deal told The Associated Press on Thursday.</p><p>The person spoke on condition of anonymity because the team hasn’t announced the extension.</p><p>The 32-year-old Williams was a second-team AP All-Pro last season when he helped the Seahawks win the franchise’s second Super Bowl title.</p><p>Williams has 22 sacks in 2 1/2 seasons with Seattle and 61 1/2 in an 11-year career spent with the Seahawks, Giants and Jets.</p><p>Williams signed a three-year, $64.5 million deal with Seattle in 2024, after the Giants traded him to the Seahawks in October 2023. He was set to become a free agent in 2027.</p><p>During training camp earlier this month, Williams said joining the Seahawks “lit a fire within me."</p><p>"It just restored all my energy and love for the game. Just being in a new environment in general changed my perspective. When Mike (coach Mike Macdonald) got hired, it even heightened it because of his principles and things that he has brought to the team. His first year was my first year under contract as well, and I think we were able to build a defense together and be a big part of it,” he said.</p><p>Williams was the No. 6 pick in the 2015 NFL draft by the Jets out of USC. He had seven sacks during the regular season last year and another in the playoffs.</p><p>In 2024, he returned an interception 92 yards for a touchdown in addition to getting 11 sacks.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XLFOYYPXSAGBR3KUJSRZXPCO6I.jpg?auth=4638841a64f4fa375b127e293d1ba7f9eb63204c7e8cb05d59f0bef4afeadec9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks' Leonard Williams responds to fans during warmups before an NFL preseason football game against the Dallas Cowboys, Saturday, Aug. 15, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Out on bond in 2022 attempted murder case, twins accused of drive-by paintball attacks in Naranja]]></title><link>https://www.local10.com/news/local/2026/08/27/out-on-bond-in-2022-attempted-murder-case-twins-accused-of-drive-by-paintball-attacks-in-naranja/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/out-on-bond-in-2022-attempted-murder-case-twins-accused-of-drive-by-paintball-attacks-in-naranja/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Two twin brothers are each facing felony charges after Miami-Dade deputies accused them of shooting at least two people with paintball rounds in the county’s unincorporated Naranja area in mid-August.]]></description><pubDate>Thu, 27 Aug 2026 15:55:43 +0000</pubDate><content:encoded><![CDATA[<p>Two twin brothers are each facing felony charges after Miami-Dade deputies accused them of shooting at least two people with paintball rounds in the county’s unincorporated Naranja area in mid-August.</p><p><a href="https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/">Leer en español</a></p><p>Deputies said the 22-year-old twins, Ernest Germain Flowers and Evan Germain Flowers, committed the attacks while out on bond for attempted murder in connection with a <a href="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/" target="_self" rel="" title="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/">2022 shooting in a Dadeland Mall parking garage</a>, when they were 18.</p><p>According to the Miami-Dade Sheriff’s Office, deputies responded to Naranja Lakes Park, located at 14401 SW 272nd St., at around 4:30 p.m. on Aug. 18 after a reported shooting with paintball pellets and found a woman “who sustained multiple considerable injuries to her leg, which required treatment by Miami-Dade Fire Rescue.”</p><p>While responding, they said they received another call about a man shot with paintball pellets while sitting on a bus bench at Southwest 264th Street and South Dixie Highway.</p><p>Both reported seeing the suspects pull up to them in a silver SUV and open fire, deputies said.</p><p>Investigators said surveillance footage and “investigative means” allowed them to track down “a license plate for the involved vehicle, possible residence and persons of interest.”</p><p>Police said the woman was able to identify Ernest Flowers as the shooter after picking him out of a photo lineup.</p><p>Authorities said they found the brothers on Wednesday and took them into custody on charges of felony battery, misdemeanor battery and aggravated assault with a deadly weapon.</p><p>They said the two are suspected in multiple other “similar incidents.”</p><p>Both men were being held in the Turner Guilford Knight Correctional Center after being given bonds of $12,001. However, they’ll remain held after being ordered to face a division judge, records show.</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/RLQFNYJXTJEINNYRBQMBTMOU7M.png?auth=4f90e29acdde42a02cc8e9c3a140c0e76fc1d3fddaa826c2154c72286332bc9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Ernest and Evan Flowers]]></media:description></media:content></item><item><title><![CDATA[Gemelos en libertad bajo fianza por caso de intento de asesinato de 2022 son acusados de ataques desde vehículo con pistolas de paintball en Naranja]]></title><link>https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Dos hermanos gemelos enfrentan cargos de delitos graves después de que agentes de Miami-Dade los acusaran de disparar balas de pintura contra al menos dos personas en el área no incorporada de Naranja, en el condado, a mediados de agosto.]]></description><pubDate>Thu, 27 Aug 2026 16:28:11 +0000</pubDate><content:encoded><![CDATA[<p>Dos hermanos gemelos enfrentan cargos de delitos graves después de que agentes de Miami-Dade los acusaran de disparar balas de pintura contra al menos dos personas en el área no incorporada de Naranja, en el condado, a mediados de agosto.</p><p>Los agentes dijeron que los gemelos de 22 años, Ernest Germain Flowers y Evan Germain Flowers, cometieron los ataques mientras se encontraban en libertad bajo fianza por intento de asesinato en relación con una <a href="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/">balacera ocurrida en 2022 en un estacionamiento de Dadeland Mall</a>, cuando tenían 18 años.</p><p>Según la Oficina del Sheriff de Miami-Dade, los agentes respondieron alrededor de las 4:30 p.m. del 18 de agosto a Naranja Lakes Park, ubicado en 14401 SW 272nd St., tras el reporte de disparos con balas de pintura y encontraron a una mujer “que sufrió múltiples lesiones considerables en la pierna, que requirieron tratamiento por parte de Miami-Dade Fire Rescue”.</p><p>Mientras respondían, dijeron que recibieron otra llamada sobre un hombre al que dispararon con balas de pintura mientras estaba sentado en una parada de autobús en Southwest 264th Street y South Dixie Highway.</p><p>Ambas víctimas reportaron haber visto a los sospechosos acercarse en una SUV plateada y abrir fuego, dijeron los agentes.</p><p>Los investigadores dijeron que imágenes de vigilancia y “medios de investigación” les permitieron localizar “una placa del vehículo involucrado, una posible residencia y personas de interés”.</p><p>La policía dijo que la mujer pudo identificar a Ernest Flowers como el tirador después de seleccionarlo en una rueda de reconocimiento fotográfica.</p><p>Las autoridades dijeron que encontraron a los hermanos el miércoles y los detuvieron por cargos de agresión grave, agresión menor y asalto agravado con un arma mortal.</p><p>Dijeron que ambos son sospechosos de múltiples “incidentes similares”.</p><p>Ambos hombres permanecían detenidos en el Centro Correccional Turner Guilford Knight después de que se les fijaran fianzas de $12,001 USD. Sin embargo, permanecerán detenidos después de que se ordenara que comparezcan ante un juez de división, según muestran los registros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLQFNYJXTJEINNYRBQMBTMOU7M.png?auth=4f90e29acdde42a02cc8e9c3a140c0e76fc1d3fddaa826c2154c72286332bc9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Ernest and Evan Flowers]]></media:description></media:content></item><item><title><![CDATA[MDSO: Woman admits to stealing, pawning over $36K worth of ex-employer’s jewelry]]></title><link>https://www.local10.com/news/local/2026/08/27/mdso-woman-admits-to-stealing-pawning-over-36k-worth-of-ex-employers-jewelry/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/mdso-woman-admits-to-stealing-pawning-over-36k-worth-of-ex-employers-jewelry/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 48-year-old woman from Miami-Dade County was arrested Wednesday after authorities say she admitted to stealing and pawning jewelry belonging to a former employer over several years. ]]></description><pubDate>Thu, 27 Aug 2026 15:16:36 +0000</pubDate><content:encoded><![CDATA[<p>A 48-year-old woman from Miami-Dade County was arrested Wednesday after authorities say she admitted to stealing and pawning jewelry belonging to a former employer over several years. </p><p><a href="https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies said the investigation began July 22, 2022, after the victim reported that valuable jewelry had gone missing from her Palmetto Bay home.</p><p>The victim told investigators that Yuliedy Diaz, of South Miami Heights, had worked for her full time as a cleaning woman for 12 years, according to deputies. </p><p>Over the course of several years, the victim said she noticed jewelry and watches disappearing, including Cartier and Rolex watches, necklaces, gold bracelets and earrings, according to an arrest report. Deputies said the items were estimated to be worth about $36,437. </p><p>Investigators said they used LeadsOnline, a database that tracks pawn transactions nationwide, and determined Diaz had pawned 73 items between July 2018 and June 9, 2025. </p><p>They said the victim later identified 32 of those items as her property. </p><p>The report details multiple transactions at pawnshops, including the pawning of Cartier and Rolex watches, gold jewelry, rings, earrings and bracelets.</p><p>Deputies said on March 18, 2022, Diaz pawned an Oyster Rolex watch. They said she later repurchased that same watch on April 29, 2022.</p><p>Investigators said Diaz provided pawnshops with her driver’s license, home address, phone number and place of employment each time she pawned the jewelry.</p><p>On Aug. 10, the victim identified Diaz from a photograph, according to the report. She also recognized the jewelry shown in photographs of the pawned items as her own, deputies said. </p><p>The following day, investigators showed the victim records for all 73 items Diaz allegedly pawned. After reviewing them, the victim identified 32 items as belonging to her, the report states.</p><p>Deputies said Diaz was apprehended on Wednesday morning and taken to the MDSO’s Palmetto Bay Policing Unit for questioning.</p><p>According to the report, Diaz waived her Miranda rights and agreed to an interview with investigators. </p><p>Investigators said she admitted to previously working for the victim and “admitted to stealing and pawning all 73 of the victim’s jewelry after being shown several photographs and pawnshop records.” </p><p>The report states Diaz also wrote a statement apologizing to the victim.</p><p>When investigators asked whether she still had any of the victim’s jewelry, Diaz said she was “not sure,” according to the report.</p><p>Investigators said they obtained written consent to search Diaz’s bedroom at her home. They said the search turned up three Fossil watches, a Gevril watch and a necklace that Diaz said belonged to the victim. </p><p>Diaz turned the items over to investigators to be returned to the victim, the report states. </p><p>Jail records show Diaz is facing 10 counts of dealing in stolen property, along with one count each of grand theft between $20,000 and $100,000 and pawnbroker false verification/altered identification involving 300 or more items. </p><p>As of Thursday morning, she was being held on a $20,000 bond at the Turner Guilford Knight Correctional Center. </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/DHQCW4D4LVDILLM47S7DKWJT74.jpg?auth=3a8cff32403eb68d88fe780d7743e93fd34ef0b3973880d8e3ffef23596d649b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Mujer admite robar y empeñar más de $36,000 USD en joyas de su ex empleador]]></title><link>https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 48 años del condado Miami-Dade fue arrestada el miércoles después de que, según las autoridades, admitiera haber robado y empeñado durante varios años joyas pertenecientes a un ex empleador.]]></description><pubDate>Thu, 27 Aug 2026 16:22:10 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 48 años del condado Miami-Dade fue arrestada el miércoles después de que, según las autoridades, admitiera haber robado y empeñado durante varios años joyas pertenecientes a un ex empleador.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que la investigación comenzó el 22 de julio de 2022, después de que la víctima reportara la desaparición de joyas valiosas de su casa en Palmetto Bay.</p><p>La víctima dijo a los investigadores que Yuliedy Diaz, de South Miami Heights, había trabajado para ella a tiempo completo como empleada de limpieza durante 12 años, según los agentes.</p><p>A lo largo de varios años, la víctima dijo que notó la desaparición de joyas y relojes, incluidos relojes Cartier y Rolex, collares, brazaletes de oro y aretes, según un informe de arresto. Los agentes dijeron que se estimaba que los artículos tenían un valor aproximado de $36,437 USD.</p><p>Los investigadores dijeron que utilizaron LeadsOnline, una base de datos que rastrea transacciones de casas de empeño en todo el país, y determinaron que Diaz había empeñado 73 artículos entre julio de 2018 y el 9 de junio de 2025.</p><p>Dijeron que posteriormente la víctima identificó 32 de esos artículos como de su propiedad.</p><p>El informe detalla múltiples transacciones en casas de empeño, incluido el empeño de relojes Cartier y Rolex, joyas de oro, anillos, aretes y brazaletes.</p><p>Los agentes dijeron que el 18 de marzo de 2022, Diaz empeñó un reloj Oyster Rolex. Dijeron que posteriormente volvió a comprar ese mismo reloj el 29 de abril de 2022.</p><p>Los investigadores dijeron que Diaz proporcionó a las casas de empeño su licencia de conducir, dirección de su casa, número de teléfono y lugar de empleo cada vez que empeñaba las joyas.</p><p>El 10 de agosto, la víctima identificó a Diaz mediante una fotografía, según el informe. También reconoció como suyas las joyas que aparecían en fotografías de los artículos empeñados, dijeron los agentes.</p><p>Al día siguiente, los investigadores mostraron a la víctima los registros de los 73 artículos que presuntamente Diaz había empeñado. Después de revisarlos, la víctima identificó 32 artículos como de su propiedad, señala el informe.</p><p>Los agentes dijeron que Diaz fue detenida la mañana del miércoles y trasladada a la Unidad Policial de Palmetto Bay de MDSO para ser interrogada.</p><p>Según el informe, Diaz renunció a sus derechos Miranda y aceptó ser entrevistada por los investigadores.</p><p>Los investigadores dijeron que admitió haber trabajado anteriormente para la víctima y “admitió haber robado y empeñado las 73 joyas de la víctima después de que le mostraran varias fotografías y registros de casas de empeño”.</p><p>El informe señala que Diaz también escribió una declaración disculpándose con la víctima.</p><p>Cuando los investigadores le preguntaron si todavía tenía alguna de las joyas de la víctima, Diaz dijo que “no estaba segura”, según el informe.</p><p>Los investigadores dijeron que obtuvieron consentimiento por escrito para registrar el dormitorio de Diaz en su casa. Dijeron que durante el registro encontraron tres relojes Fossil, un reloj Gevril y un collar que Diaz dijo que pertenecían a la víctima.</p><p>Diaz entregó los artículos a los investigadores para que fueran devueltos a la víctima, señala el informe.</p><p>Los registros de la cárcel muestran que Diaz enfrenta 10 cargos de tráfico de propiedad robada, además de un cargo de robo mayor de entre $20,000 USD y $100,000 USD y un cargo de verificación falsa ante una casa de empeño/identificación alterada que involucra 300 o más artículos.</p><p>Hasta la mañana del jueves, permanecía detenida con una fianza de $20,000 USD en el Centro Correccional Turner Guilford Knight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DHQCW4D4LVDILLM47S7DKWJT74.jpg?auth=3a8cff32403eb68d88fe780d7743e93fd34ef0b3973880d8e3ffef23596d649b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Burglars ransack home of Gables couple killed in Kenya chopper crash, steal artwork, cars, cops say]]></title><link>https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[Police arrested a man and woman on Tuesday after accusing them of ransacking the home of a Coral Gables couple killed in a helicopter crash in Kenya, stealing “several valuable pieces of artwork,” along with their SUVs and other items.]]></description><pubDate>Wed, 26 Aug 2026 15:08:53 +0000</pubDate><content:encoded><![CDATA[<p>Police arrested a man and woman on Tuesday after accusing them of ransacking the home of a Coral Gables couple <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">killed in a helicopter crash in Kenya</a>, stealing “several valuable pieces of artwork,” along with their SUVs and other items.</p><p><a href="https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/">Leer en español</a></p><p>Records show the home, along Valencia Avenue, belonged to Henry Parra, 55, and Adam Hlavaty, 42, who were killed in last Wednesday’s crash along with five other people ― including others with South Florida ties ― in northern Kenya’s Samburu County.</p><p>Coral Gables police said the burglary happened sometime between Thursday and Saturday, after the crash.</p><p>They identified the burglary suspects as Geybert Alexander Garcia, 40, and Melany Perdomo, 24, who live together near the unincorporated Palm Springs North area of northwest Miami-Dade.</p><p>According to investigators, the pair “ransacked the residence and removed numerous items belonging to the decedent such as personal and business documents, jewelry, electronics, and artwork.”</p><p>They also stole the couple’s 2023 Land Rover and 2020 Porsche Taycan, an arrest report states. The report mentions the crash, but doesn’t state whether or how investigators believe that Garcia and Perdomo became aware of the couple’s deaths before the burglary.</p><p>Police said Parra and Hlavaty’s housekeeper discovered the heist on Sunday.</p><p>Authorities said a ping from the couple’s stolen MacBook, along with vehicle location from the stolen Range Rover, placed the stolen items at Garcia and Perdomo’s home in the 8300 block of Northwest 195th Terrace.</p><p>According to the report, after confirming the cars were parked outside of the home, Coral Gables police and Miami-Dade Sheriff’s Office deputies executed a search warrant there on Tuesday. </p><p>Investigators said Garcia hid in a closet while officers found Perdomo in an upstairs bedroom.</p><p>During the search, “officers located and identified numerous stolen documents” belonging to the couple, as well as the key fob to the Range Rover, the arrest report states.</p><p>“Additionally, several valuable pieces of artwork were recovered from inside the residence, including an art sculpture belonging to the victims and valued in excess of approximately $500,000,” it states. “Officers also located several items and instruments consistent with the production and/or alteration of fraudulent identification documents and personal identifying information.”</p><p>Additionally, investigators said they found a Ford F-250 with an altered VIN that turned out to be stolen out of Indian River County.</p><p>Jail records show Garcia and Perdomo were each arrested on multiple felony charges, including burglary and grand theft auto.</p><p>In court on Wednesday, Garcia’s attorney, Paul Basile, presented a document to the court stating that it had been signed and notarized and that granted Garcia “permission to have possession of those vehicles and to enter the premises.”</p><p>Lauren Bailey, a family friend of the victims, was also in court however, and said that can’t be true.</p><p>“There is no way that they could possibly have signed that document,” Bailey said. “They were not in the country, first of all. Secondly, they would have never done so. They had other people. They have a live-in maid that comes to the house every day. There would be no need to do such a thing.”</p><p>She continued, “The house was damaged; it was broken into. The door was destroyed. They ripped off the camera, which we’ve given the prosecutor the photos of that. His family came from Indiana and came home to a house that had been broken into and their things stolen, and they don’t feel comfortable if you let this person go.”</p><p>Prosecutor Nessa Eth asked Coral Gables Police Department Detective Wilfredo Diaz whether he believed the paperwork was legitimate.</p><p>“No,” Diaz testified. “I believe it is a fraudulent document.”</p><p>Miami-Dade Judge Mindy Glazer also appeared to be skeptical about the document’s validity, especially considering that Garcia has a history of arrests in the county, and ordered that both he and Perdomo be held without bond.</p><p>Perdomo, despite being listed in her arrest report as being born in Florida, was also detained on an immigration hold, jail records show.</p><p>On Thursday, a judge set an arraignment date of Sept. 28 for both suspects.</p><p><b>Thursday noon report:</b></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[Miramar firefighter/paramedic accused of attacking fellow firefighter she used to date]]></title><link>https://www.local10.com/news/local/2026/08/27/miramar-firefighterparamedic-arrested-on-battery-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/miramar-firefighterparamedic-arrested-on-battery-charges/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A firefighter/paramedic with Miramar Fire Rescue was arrested Wednesday by Miramar police on battery charges, authorities confirmed.]]></description><pubDate>Thu, 27 Aug 2026 16:02:08 +0000</pubDate><content:encoded><![CDATA[<p>A firefighter/paramedic with Miramar Fire Rescue was arrested Wednesday by Miramar police on battery charges, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/">Leer en español</a></p><p>Online jail records show Tanyla Christyanna Gamble, 25, faces charges of battery/dating violence and battery causing bodily harm.</p><p>According to an arrest report, officers were called to Fire Station 107, located at 11811 Miramar Parkway, at about 11:40 p.m. Wednesday regarding a physical altercation between two firefighters who had previously been involved in a romantic relationship for about two years before breaking up about a month ago.</p><p>Police said Gamble entered the victim’s room at the fire station and initiated an argument, which escalated into a physical altercation.</p><p>According to the report, Gamble repeatedly punched the victim, including once in the back of the head, which caused a visible bump.</p><p>Police said Gamble did not sustain any physical injuries during the incident. </p><p>The victim provided a sworn statement to detectives, detailing what occurred, but Gamble declined to provide a statement, according to the report. </p><p>A spokesperson for Miramar Fire Rescue released a statement to Local 10 News Thursday, saying Gamble has been placed on administrative leave.</p><p>“Miramar Fire Rescue is aware of the arrest of one of our employees,” the statement read. “The Department takes matters involving the conduct of its personnel seriously. The allegations are currently being handled by the appropriate law enforcement agency and remain part of an ongoing investigation. Miramar Fire Rescue is cooperating as appropriate and will also address this matter in accordance with City and Department policies and applicable personnel procedures.</p><p>“To protect the integrity of the ongoing investigation and the rights of everyone involved, the Department will not comment on the specific circumstances of the case at this time.</p><p>“Currently the individual in question is on administrative leave until the conclusion and outcome of all investigations.”</p><p>As of Thursday afternoon, Gamble was being held at the Broward County Main Jail. She was expected to appear in bond court sometime Thursday. </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/EAMJSVM3GRD4DE7H2KZJSWD7BE.jpg?auth=2e7f717922cff9c7aee2c66c514b89591f6a0a2d1b21239bdcf49c3b97e6850c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a bombero y paramédico de Miramar por cargos de agresión]]></title><link>https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un bombero y paramédico de Miramar Fire Rescue fue arrestado el miércoles por la policía de Miramar por cargos de agresión, confirmaron las autoridades.]]></description><pubDate>Thu, 27 Aug 2026 16:14:02 +0000</pubDate><content:encoded><![CDATA[<p>Un bombero y paramédico de Miramar Fire Rescue fue arrestado el miércoles por la policía de Miramar por cargos de agresión, confirmaron las autoridades.</p><p>Los registros de la cárcel en línea muestran que Tanyla Christyanna Gamble, de 25 años, enfrenta cargos de agresión relacionada con violencia en el noviazgo y agresión que causa lesiones corporales.</p><p>Un portavoz de Miramar Fire Rescue emitió un comunicado a Local 10 News el jueves, confirmando que Gamble es bombera y paramédica del departamento.</p><p>“Miramar Fire Rescue está al tanto del arresto de una de nuestras empleadas”, decía el comunicado. “El Departamento toma con seriedad los asuntos relacionados con la conducta de su personal. Las acusaciones están siendo manejadas actualmente por la agencia policial correspondiente y siguen siendo parte de una investigación en curso. Miramar Fire Rescue está cooperando según corresponda y también abordará este asunto de acuerdo con las políticas de la Ciudad y del Departamento y los procedimientos de personal aplicables.</p><p>“Para proteger la integridad de la investigación en curso y los derechos de todas las personas involucradas, el Departamento no hará comentarios sobre las circunstancias específicas del caso en este momento.</p><p>“Actualmente, la persona en cuestión se encuentra de licencia administrativa hasta la conclusión y el resultado de todas las investigaciones”.</p><p>Local 10 News ha solicitado una copia del informe de arresto de Gamble.</p><p>Hasta la tarde del jueves, Gamble permanecía detenida en la cárcel principal del condado Broward. Se esperaba que compareciera ante un tribunal de fianzas en algún momento del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EAMJSVM3GRD4DE7H2KZJSWD7BE.jpg?auth=2e7f717922cff9c7aee2c66c514b89591f6a0a2d1b21239bdcf49c3b97e6850c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Beluga whale dies at Chicago aquarium days after coming from Canada park in rescue effort]]></title><link>https://www.local10.com/news/national/2026/08/27/beluga-whale-dies-at-chicago-aquarium-days-after-coming-from-canada-park-in-rescue-effort/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/beluga-whale-dies-at-chicago-aquarium-days-after-coming-from-canada-park-in-rescue-effort/</guid><dc:creator><![CDATA[By CYBELE MAYES-OSTERMAN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — A beluga whale died days after it was transported hundreds of miles to a Chicago aquarium from a shuttered Ontario park as part of an ongoing effort to rescue Canada’s last captive whales.]]></description><pubDate>Thu, 27 Aug 2026 19:37:38 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — A beluga whale died days after it was transported hundreds of miles to a Chicago aquarium from a shuttered Ontario park as part of an ongoing effort to rescue Canada’s last captive whales.</p><p>The whale, a 23-year-old female named Peekachu, died suddenly Tuesday as caretakers tried to rehydrate her, Chicago’s Shedd Aquarium said in a news release. Peekachu was one of eight whales moved from Marineland park in Ontario to the Chicago aquarium this summer — four in July, and four more this month.</p><p>Marineland shut its doors in 2024, kicking off a race to find new homes for its 30 beluga whales and four dolphins before they would be euthanized. The Canadian government finally approved a plan to export the whales to the Shedd Aquarium and four other marine parks in January.</p><p>Twenty whales — 19 belugas and one killer whale — have died at Marineland since 2019, according to provincial government data obtained through freedom-of-information laws and official statements.</p><p>The complex operation to bring the whales to the Shedd Aquarium saw them hoisted in custom-made slings and held in temperature-controlled containers, aquarium officials previously told The Associated Press. Their behavior and health were carefully monitored to the minute once they arrived, officials said.</p><p>Peekachu was blind in one eye and had trouble socializing with fellow whales, the aquarium said in its announcement. The whale showed “early signs of progress” in the days after the trip, but blood samples taken Tuesday concerned caretakers that she was dehydrated. As aquarium attendants tried to revitalize her with food and medicine that evening, she died, according to the aquarium.</p><p>The aquarium said it is committed to sharing a necropsy report of the whale “as soon as we have one.”</p><p>Marineland's whales and dolphins will also move to Georgia Aquarium in Atlanta, SeaWorld locations in San Antonio and San Diego, and Oceanografic Valencia in Spain.</p><p>___</p><p>Mayes-Osterman is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DYPATBXZDTLTJLI4FCCANN5SEI.jpg?auth=11d467a54873517994b1553f0d6d19a7867722aab6cf6853c21b54c1f70e74a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Shedd Aquarium shows beluga whale Peekachu at the aquarium in Chicago, Monday, Aug. 17, 2026. (Shedd Aquarium via AP)]]></media:description></media:content></item><item><title><![CDATA[Wanted for more than 2 years, cops arrest 6th relative in Margate teen torture case]]></title><link>https://www.local10.com/news/local/2026/08/27/wanted-for-more-than-2-years-cops-arrest-6th-relative-in-margate-teen-torture-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/wanted-for-more-than-2-years-cops-arrest-6th-relative-in-margate-teen-torture-case/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[More than two years after Margate police began looking for her, a sixth relative wanted in connection with a brutal teen torture case is finally behind bars.]]></description><pubDate>Thu, 27 Aug 2026 15:06:33 +0000</pubDate><content:encoded><![CDATA[<p>More than two years after Margate police <a href="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/" target="_self" rel="" title="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/">began looking for her</a>, Denaria Graham is finally behind bars.</p><p><a href="https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/">Leer en español</a></p><p>The 24-year-old, booked into the Broward Main Jail in Fort Lauderdale, is the sixth member of her family to be arrested ― and the fifth to be directly implicated ― in connection with what police said was years of torture of her cousin, who was 15 when <a href="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/" target="_self" rel="" title="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/">the first arrests</a> were made in October 2023.</p><p>Those arrests, of guardians Latricia Elizabeth Crawley and Benjamin Deztuan Lockett, came after the teenager reported the abuse to an online instructor, who then informed Margate police, authorities said.</p><p>Authorities said Crawley, 49, and Lockett, 46, the girl’s aunt and uncle respectively, subjected her to various forms of torture in a home in the 200 block of Northwest 79th Terrace, including beatings, oiling the girl’s knees and forcing her to kneel on rice, binding her with rope, throwing boiling water on her and pouring cold water on her while she slept, “just to see her wake up.”</p><p>Amended charging documents also state that Crawley inserted thumbtacks through the girl’s fingernails, used a stapler gun on her back, pepper-sprayed her face and rubbed a “mixture of Epsom salt and conditioner” in the girl’s eyes.</p><p>The girl, police said, was caged in two different closets and was forced to urinate and defecate in a bucket.</p><p>Officers said when they found her, she showed multiple signs of malnutrition and starvation.</p><p>Other arrests followed, including the girl’s sister, <a href="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/">Shankyria Clayton</a>, and another cousin, <a href="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/" target="_self" rel="" title="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/">Treaunshae Gibbons</a>.</p><p>Clayton, 23, is accused of being aware of the abuse and not reporting it — and joining her aunt, uncle and cousin in caging and starving her sister.</p><p>Gibbons, 32, is accused of being aware of the abuse and not reporting it ― despite working for a child abuse nonprofit at the time. Police said she used her knowledge of the system to help Crawley deal with investigators, acting as a “middleman.”</p><p>Police said the girl was also living with a relative who was a sex offender. Horace Crawley, then 74, <a href="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/">was arrested in November 2023</a> on two counts pertaining to failing to re-register. He has never been implicated in the abuse, however.</p><p>Broward court records show he pleaded no contest on the registry-related charges and received probation.</p><figure><img src="https://www.local10.com/resizer/v2/UGJBD7CRFQZHU6GM42YL5TYCPY.jpg?auth=359fc2482da9d42568857cdd5b499ef782ac4db871e98397ea3579aca694f63b&smart=true&width=1200&height=900" alt="Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate." height="900" width="1200"/><figcaption>Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate.</figcaption></figure><p>Graham is now the latest arrest in the case.</p><p>According to court proceedings, she was aware police were looking for her and turned herself in on Wednesday.</p><p>Authorities said one of the closets the victim was caged in was in Graham’s room while she was living with the family and Graham, tasked at times with watching the victim, would only let her out of the closet to defecate.</p><p>She is now facing charges of aggravated child abuse, child neglect and failing to report child abuse.</p><p>In court on Thursday, a judge ordered Graham held without bond.</p><p>A hearing in the case for the other relatives is scheduled for Sept. 14 and it’s believed that Graham will be part of that as well.</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/M7VZHNE6RJDPLIS43IXLTR25WY.png?auth=3f3b20121e6f4bd4c119e16284a843c2c8fa69d4af2b47d5e18f02ec47b16535&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Denaria Graham]]></media:description></media:content></item><item><title><![CDATA[Arrestan a sexto familiar buscado por más de 2 años en caso de tortura de adolescente en Margate]]></title><link>https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Más de dos años después de que la policía de Margate comenzara a buscarla, una sexta familiar buscada en relación con un brutal caso de tortura de un adolescente finalmente está tras las rejas.]]></description><pubDate>Thu, 27 Aug 2026 16:00:05 +0000</pubDate><content:encoded><![CDATA[<p>Más de dos años después de que la policía de Margate <a href="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/">comenzara a buscarla</a>, Denaria Graham finalmente está tras las rejas.</p><p>La mujer de 24 años, ingresada en la cárcel principal de Broward en Fort Lauderdale, es el sexto miembro de su familia en ser arrestado, y el quinto implicado directamente, en relación con lo que la policía dijo que fueron años de tortura contra su prima, quien tenía 15 años cuando se realizaron los <a href="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/">primeros arrestos</a> en octubre de 2023.</p><p>Esos arrestos, de los tutores Latricia Elizabeth Crawley y Benjamin Deztuan Lockett, se produjeron después de que la adolescente denunciara el abuso a un instructor en línea, quien luego informó a la policía de Margate, dijeron las autoridades.</p><p>Las autoridades dijeron que Crawley, de 49 años, y Lockett, de 46, tía y tío de la adolescente, respectivamente, la sometieron a diversas formas de tortura en una vivienda ubicada en la cuadra 200 de Northwest 79th Terrace, entre ellas golpearla, ponerle aceite en las rodillas y obligarla a arrodillarse sobre arroz, atarla con una cuerda, arrojarle agua hirviendo y echarle agua fría mientras dormía, “solo para verla despertar”.</p><p>Documentos de acusación modificados también indican que Crawley insertó tachuelas debajo de las uñas de la adolescente, utilizó una pistola de grapas en su espalda, le roció gas pimienta en el rostro y le frotó una “mezcla de sal de Epsom y acondicionador” en los ojos.</p><p>La adolescente, según la policía, fue encerrada en dos armarios diferentes y obligada a orinar y defecar en un balde.</p><p>Los agentes dijeron que cuando la encontraron, presentaba múltiples señales de desnutrición e inanición.</p><p>Posteriormente se produjeron otros arrestos, entre ellos el de la hermana de la adolescente, <a href="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/">Shankyria Clayton</a>, y otra prima, <a href="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/">Treaunshae Gibbons</a>.</p><p>Clayton, de 23 años, está acusada de estar al tanto del abuso y no denunciarlo, además de participar junto con su tía, tío y prima en encerrar y privar de alimentos a su hermana.</p><p>Gibbons, de 32 años, está acusada de estar al tanto del abuso y no denunciarlo, a pesar de que en ese momento trabajaba para una organización sin fines de lucro dedicada a combatir el abuso infantil. La policía dijo que utilizó su conocimiento del sistema para ayudar a Crawley a lidiar con los investigadores, actuando como “intermediaria”.</p><p>La policía dijo que la adolescente también vivía con un familiar que era un delincuente sexual. Horace Crawley, quien entonces tenía 74 años, <a href="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/">fue arrestado en noviembre de 2023</a> por dos cargos relacionados con no volver a registrarse. Sin embargo, nunca ha sido implicado en el abuso.</p><p>Los registros judiciales de Broward muestran que no refutó los cargos relacionados con el registro y recibió libertad condicional.</p><figure><img src="https://www.local10.com/resizer/v2/UGJBD7CRFQZHU6GM42YL5TYCPY.jpg?auth=359fc2482da9d42568857cdd5b499ef782ac4db871e98397ea3579aca694f63b&smart=true&width=1200&height=900" alt="Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate." height="900" width="1200"/><figcaption>Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate.</figcaption></figure><p>Graham es ahora la persona más reciente arrestada en el caso.</p><p>Según los procedimientos judiciales, ella sabía que la policía la estaba buscando y se entregó el miércoles.</p><p>Las autoridades dijeron que uno de los armarios donde la víctima permanecía encerrada estaba en la habitación de Graham mientras ella vivía con la familia y que Graham, quien en ocasiones tenía la tarea de vigilar a la víctima, solo la dejaba salir del armario para defecar.</p><p>Ahora enfrenta cargos de abuso infantil agravado, negligencia infantil y no denunciar abuso infantil.</p><p>En el tribunal el jueves, un juez ordenó que Graham permaneciera detenida sin derecho a fianza.</p><p>Una audiencia en el caso de los otros familiares está programada para el 14 de septiembre y se cree que Graham también formará parte de ella.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M7VZHNE6RJDPLIS43IXLTR25WY.png?auth=3f3b20121e6f4bd4c119e16284a843c2c8fa69d4af2b47d5e18f02ec47b16535&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Denaria Graham]]></media:description></media:content></item><item><title><![CDATA[Execution date set for man convicted of killing 2 real estate agents near Atlanta in 2003]]></title><link>https://www.local10.com/news/national/2026/08/27/execution-date-set-for-man-convicted-of-killing-2-real-estate-agents-near-atlanta-in-2003/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/execution-date-set-for-man-convicted-of-killing-2-real-estate-agents-near-atlanta-in-2003/</guid><dc:creator><![CDATA[By KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Georgia prison officials plan to execute a man next month who was convicted of fatally shooting two real estate agents in Atlanta’s suburbs more than two decades ago.]]></description><pubDate>Thu, 27 Aug 2026 16:51:47 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Georgia prison officials plan to execute a man next month who was convicted of fatally shooting two real estate agents in Atlanta’s suburbs more than two decades ago.</p><p>Stacey Humphreys, 53, was convicted of malice murder in the 2003 killings of 33-year-old Cyndi Williams and 21-year-old Lori Brown. He is set to receive a lethal injection at the state prison near Jackson at 7 p.m. on Sept. 16, according to the Department of Corrections.</p><p>Humphreys would be the first person executed in Georgia this year. The death penalty in the state has largely been tied up in litigation over an agreement related to the coronavirus pandemic that defense lawyers contend temporarily shields many death row residents from execution. The last execution in the state was in March 2024.</p><p>Humphreys was previously scheduled to die last December, but the execution was halted after his lawyers filed a petition asking a judge to order two members of the State Board of Pardons and Paroles to recuse themselves from hearing his clemency petition. Humphreys' lawyers argued that the two parole board members had conflicts of interest because they had played roles during his trial.</p><p>Kimberly McCoy, one of the board members, was a victim advocate with the Cobb County district attorney’s office at the time of Humphreys’ trial and was assigned to work with the victims in the case. The other, Wayne Bennett, was the sheriff in Glynn County, where the trial was moved because of pretrial publicity, and Humphreys’ lawyers argued he oversaw security for the jurors and Humphreys himself during the case.</p><p>Fulton County Superior Court Judge Robert McBurney put the execution on hold while he considered the case. He ruled in March that McCoy must recuse herself because of a “material conflict of interest,” but found that Bennett had very little recollection of the trial and did not have a conflict.</p><p>McBurney also denied a request from Humphreys' lawyers to order the governor to appoint a substitute member of the parole board so that their client's case can be heard by a full five-member board and to order the board to stay his clemency hearing until that has happened. McBurney found that was up to the governor and the board but wrote that they “will no doubt be guided by the finality of the death penalty and the firm tradition of (if not the right to) a five-member deliberative panel in determining how to best proceed” with his case.</p><p>Humphreys' lawyers appealed to the Georgia Supreme Court, which declined to hear the case. They subsequently filed a petition with the U.S. Supreme Court, which remains pending.</p><p>Humphreys' lawyers said a replacement for McCoy should be appointed for his clemency hearing and urged the parole board to put the execution on hold until that happens.</p><p>“There should be no shortcuts when imposing the ultimate punishment,” they said in an emailed statement.</p><p>Humphreys entered a sales office in a model home for a new subdivision in Powder Springs, a suburb about 20 miles (32 kilometers) northwest of Atlanta, around midday on Nov. 3, 2003. The two women worked there as real estate agents, and evidence presented at trial showed that Humphreys forced them to strip naked and give him their bank PINs before fatally shooting them.</p><p>Humphreys took the women’s driver’s licenses and bank and credit cards, and withdrew more than $3,000 from their accounts, according to court filings. He told police after his arrest that he had recently taken out some high-interest payday loans and needed money for a payment on his truck.</p><p>Humphreys was on parole for a 1993 felony theft conviction at the time and had been released from prison 13 months earlier.</p><p>Witnesses told police they saw a man fitting Humphreys’ description at the sales office and a vehicle in the parking lot that matched his black Dodge Durango. Police zeroed in on Humphreys and tried to question him at his Dunwoody home days later. He fled and was arrested in Wisconsin after leading police on a high-speed chase.</p><p>He told investigators he didn’t remember his actions at the time of the killings, but when asked why he fled, he said, “I know I did it. I know it just as well as I know my own name,” according to court filings.</p><p>Police found a Ruger handgun that matched the 9 mm bullets used to kill the women in the console of the rented Jeep Humphreys used to flee. Blood on the gun matched Williams’ DNA, and blood in Humphreys’ truck matched Brown’s DNA, according to court documents.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKQKVN4B2DLHFZDTR3SQTOHWSM.jpg?auth=d2dd1ef3c46eae2b5f2354b5885a2e791c23ca5b400217029a9432e9b0ba857a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo released by the Georgia Department of Corrections on Thursday, Aug. 27, 2026, shows Stacey Humphreys. (Georgia Department of Corrections via AP)]]></media:description></media:content></item><item><title><![CDATA[Exclusive: US Patriot missile stocks in Europe are 'beyond critical' due to Iran war, officials say]]></title><link>https://www.local10.com/news/politics/2026/08/27/exclusive-us-patriot-missile-stocks-in-europe-are-beyond-critical-due-to-iran-war-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/exclusive-us-patriot-missile-stocks-in-europe-are-beyond-critical-due-to-iran-war-officials-say/</guid><dc:creator><![CDATA[By EMMA BURROWS and BEN FINLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military is experiencing a “beyond critical” shortage of advanced missile interceptors in Europe largely driven by President Donald Trump’s war with Iran, a U.S. defense official in Europe and a NATO official told The Associated Press, raising concerns about vulnerabilities in NATO countries to a potential Russian attack.]]></description><pubDate>Thu, 27 Aug 2026 18:29:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military is experiencing a “beyond critical” shortage of advanced missile interceptors in Europe largely driven by President Donald Trump’s war with Iran, a U.S. defense official in Europe and a NATO official told The Associated Press, raising concerns about vulnerabilities in NATO countries to a potential Russian attack.</p><p>The U.S. defense official said the most concerning shortfall involves Patriot missile interceptors, which can shoot down Russia’s high-speed ballistic missiles. The NATO official confirmed the low inventories of Patriots among American and NATO forces in Europe. Both spoke on condition of anonymity to discuss sensitive military matters.</p><p>In the event of a Russian ballistic missile assault on, for example, a military headquarters or power plant, NATO could be in a similar position to Patriot-starved Ukraine and be forced “to take punch after punch in the mouth,” the U.S. defense official said.</p><p>In Europe, the American military “definitely” does not have enough Patriots to stop any possible sustained ballistic missile attack and would have “very limited” capability to defend against a single ballistic missile strike or a stray Russian missile that goes off course, the U.S. official said.</p><p>It illustrates the cascading fallout from Trump’s decision to launch a war against Iran, a conflict that reaches the six-month mark on Friday. U.S. missile stocks in Europe have been moved to the Middle East, where U.S. and Gulf allies have fired off significant numbers of interceptors, including Patriots, to thwart Iran’s drones and missiles. Some of those attacks have killed and wounded American troops.</p><p>Though a Russian ballistic missile attack against NATO countries is not imminently expected, CIA Director John Ratcliffe went to Moscow this week to warn Russia not to attack, The Wall Street Journal reported.</p><p>Asked by reporters Thursday whether Ratcliffe delivered that message to Russian President Vladimir Putin, Trump offered a roundabout response.</p><p>“I don’t want to comment on that, but they’re not going to attack,” Trump said.</p><p>European and NATO officials say Russia could be in a position to attack countries in the alliance by 2030. Patriot stockpiles are projected to rebound by then. In the meantime, Russia’s war in Ukraine could hinder its ability to carry out any missile attack on Europe as it would be a challenge for Moscow to fight an air war on two fronts.</p><p>US Patriot transfers to Ukraine played a role in the drawdown, but the Iran war wasn't expected</p><p>U.S. Army Col. Martin O’Donnell, a senior NATO military spokesperson, said it is “simply not the case” that the number of Patriot missiles in Europe is beyond critical.</p><p>NATO, he said, is able to “block punches” and has enough air defense munitions available to defend itself as well as to donate to Ukraine.</p><p>Chief Pentagon spokesman Sean Parnell said in a statement Thursday that claims of U.S. munition shortages “are false.”</p><p>“We have everything required to strike at the time and place of the President’s choosing,” Parnell said. “Across multiple combatant commands, we have already executed successful operations while maintaining a deep, ready arsenal to defend our people and our interests.”</p><p>Officials in Ukraine, however, are begging for more Patriots to defend against Russian missile attacks, while previous U.S. transfers to Ukraine have drawn down some of the American supply of the interceptors.</p><p>Kyiv says only U.S.-made Patriots can stop Russia’s advanced ballistic missiles, which increasingly are getting through Ukrainian defenses, including as part of a barrage overnight into Thursday.</p><p>The U.S. supplied hundreds of Patriot missiles to Ukraine over the course of the 4 1/2-year-long conflict, but the Iran war was the tipping point for shrinking inventories, said Ed Arnold, senior associate fellow at the Royal United Services Institute, a military think tank in London.</p><p>The supply to Ukraine was planned for and reasonably measured, he said, whereas stocks in the Middle East have been unexpectedly and quickly drained, exposing supply chain constraints.</p><p>The U.S. military in Europe also is grappling with critical shortages of the Army Tactical Missile System, or ATACMS, a medium-range ballistic missile designed to strike behind enemy lines, the two officials said. But the overall munitions picture in Europe is less dire than on air defenses alone because some European militaries have their own offensive missiles, such as the Taurus and Storm Shadow, which are both long-range air-launched bunker-busting missiles.</p><p>Europe has few alternatives while stocks are low</p><p>The dearth of Patriot interceptors in Europe would leave few alternatives for shooting down Russia’s more advanced ballistic missiles, which can be combined with swarms of inexpensive drones to overwhelm defenses, experts say.</p><p>Ukraine and some allies already use systems that can destroy slower-moving drones without expensive missiles. But ballistic missiles are a challenge because they dive steeply toward targets at more than five times the speed of sound, leaving little time to stop them.</p><p>The Patriot system tracks the missile, predicts its path and launches within minutes, all while carrying out complex calculations to ensure the interceptor finds its target. One Patriot battery can only cover a limited area: for example, a small military base but not a whole city.</p><p>One alternative could be France and Italy’s SAMP/T NG air defense system. France has promised to speed up the delivery of the system — the upgraded version of the current SAMP/T — to Ukraine, which the manufacturer says is better able to counter ballistics.</p><p>The new iteration, however, has not yet been battle tested and the current version of the SAMP/T has a smaller range than the Patriot.</p><p>While U.S. and European militaries have warships that can serve as mobile air defense, they may be too far from a target to protect it and could risk getting sunk.</p><p>Patriot stocks have plunged during the Iran war</p><p>Ukraine has received Patriots from American and European stockpiles since Russia's 2022 invasion, with the U.S. providing about 600 of the interceptors during the Biden administration, said Mark Cancian, a retired Marine colonel who is now senior adviser at the Center for Strategic and International Studies, a Washington think tank.</p><p>But the greatest expenditure has been during the Iran conflict, which has used up 65% of U.S. Patriots, amounting to roughly 1,500 of the nation's 2,330 interceptors, CSIS says. About 600 missiles, including those destined for Europe, should be made this year, with a production goal of 2,000 Patriot missiles a year set for 2030, Cancian said.</p><p>NATO says Europe’s first Patriot missile production facility is expected to open in Germany in September, with deliveries possibly beginning early next year. The first deliveries should go to countries that have already placed orders, including Germany, the Netherlands, Romania and Spain, the U.S. defense official said.</p><p>But for now, that means some countries, such as Germany, have bought expensive Patriot systems but are in the “ridiculous” position of not having any ammunition to fire from them, said Arnold of the London think tank.</p><p>Germany's defense ministry said it does not comment on stockpiles.</p><p>Russia also has limitations</p><p>Moscow likely cannot carry out a sustained air assault on a NATO target while it launches almost nightly attacks on Ukraine, Arnold said.</p><p>Ukraine's recent strikes into Russia also have exposed weaknesses in Russia's air defenses, which could prompt Putin to think twice about provoking a retaliatory attack.</p><p>“The uncomfortable truth is possibly the best air defense that we have is Russian constraints,” Arnold said.</p><p>___</p><p>Burrows reported from London. Associated Press writers Konstantin Toropin and Aamer Madhani contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y4KCYHOPFR5IWXW4KIRMFBHNGA.jpg?auth=45a521d927c8df5e4e8e4d1355122a097b8d10d68494401bcbe3cfd51d83ccfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Patriot missles are seen at the Rzeszow-Jasionka Airport, March 25, 2022, in Jasionka, Poland. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VV2N4K4EAEUUX6J4IOWYXWGBV4.jpg?auth=443e5a246b3c99dcf94785e0ca5ca8ebb0332f5455461bef7fb6694a39cbbb1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above warehouse stores after a Russian air attack in Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCIDKM5YQJTGF3DIUT2JT4ZBYQ.jpg?auth=a8f7971b8001486ff34b0adbd6c0c5f7bdc73e20e590893af610dd14f3effee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above warehouse stores behind a sunflower field following a Russian air attack in Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[Barcelona scraps tribute to Spain World Cup winners. Act supporting Catalan symbol held instead]]></title><link>https://www.local10.com/sports/2026/08/27/barcelona-scraps-tribute-to-spain-world-cup-winners-act-supporting-catalan-symbol-is-expected/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/barcelona-scraps-tribute-to-spain-world-cup-winners-act-supporting-catalan-symbol-is-expected/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BARCELONA, Spain (AP) — Barcelona's World Cup winners with Spain have not been honored by the club at its first home game of the season on Thursday because of an incident involving the “estelada” flag, Catalonia's pro-independence symbol.]]></description><pubDate>Thu, 27 Aug 2026 20:13:29 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Barcelona's World Cup winners with Spain have not been honored by the club at its first home game of the season on Thursday because of an incident involving the “estelada” flag, Catalonia's pro-independence symbol.</p><p>Instead, an act supporting the estelada organized by a local group took place at Camp Nou stadium, which was laden with some 10,000 small flags that were handed to fans before the match. There were also some large flags and a few banners being displayed in the stands.</p><p>Fans raised the flags during Barcelona's anthem. Before the match, a few thousand fans marched with the pro-independence symbols near the Camp Nou, according to local media.</p><p>Barcelona has eight World Cup champions in its squad, the most of any club, and it planned a tribute to them before its Spanish league home opener against Athletic Bilbao.</p><p>Other Spanish clubs, in partnership with the Spanish soccer federation, had honored their own World Cup champions in tributes that included the displaying of the World Cup trophy and the presence of Spain coach Luis de la Fuente.</p><p>Barcelona said it didn't intend to go ahead with the tribute after one of its fans had an estelada flag taken away from him by police before the team's game at Elche last weekend. The young fan confronted the officers, who hit him with batons before detaining him.</p><p>The Catalan club said it regretted the confiscation of the flags from its fans, saying the estelada "is a legally endorsed symbol and its display constitutes a legitimate exercise of freedom of expression." It said “it cannot in itself be considered an incitement to hatred or violence.”</p><p>Barcelona said it considered the “procedure used to detain one of our fans was disproportionate and that the use of force lacked the necessary justification and appropriateness.”</p><p>The incident quickly escalated to the political sphere, with local politicians expressing their opinions.</p><p>A Catalan organization handed out 10,000 estelada flags outside the Camp Nou before Thursday's game. Barcelona club president Joan Laporta highlighted the peaceful “act of exaltation of the estelada,” which he said represented the Catalans' right to freedom of expression. Barcelona was not directly organizing the event.</p><p>Laporta said it was not “the most appropriate moment” to offer the tribute to the Spain players, adding that “soccer must unite, not generate confrontations.”</p><p>Laporta said the Spanish soccer federation understood the club's position.</p><p>The eight Barcelona players who helped Spain win its second World Cup trophy last month are Joan García, Eric García, Pedri, Pau Cubarsí, Gavi, Rodri, Dani Olmo and Lamine Yamal.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SMSH3BLDQ4FTJRMLHBB5XYWJUA.jpg?auth=90263bf5e9ec58377b7c183b6470494bdcec07912c72efcef888bba214d5291b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters lift independence flags during a Spanish La Liga soccer match between Barcelona and Athletic in Barcelona, Spain, Thursday, Aug. 27, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EEQG3MEK2CZLORMZ4EFC77AZLI.jpg?auth=61f6602479f3b0b5ba9f6fb17753615e88878b2544e8117e193b5556001cbb0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters lift independence flags during a Spanish La Liga soccer match between Barcelona and Athletic in Barcelona, Spain, Thursday, Aug. 27, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NCWSZ3L6MHXXZ5KO4IYOJQ3ZAI.jpg?auth=31f7a4d89049d00217c4806c101a0f8a3ff61094303b420db340b73519e92c6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters lift independence flags during a Spanish La Liga soccer match between Barcelona and Athletic in Barcelona, Spain, Thursday, Aug. 27, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content></item><item><title><![CDATA[Parents and teachers in Congo urge delay of school resumption as Ebola outbreak rages on]]></title><link>https://www.local10.com/health/2026/08/27/parents-and-teachers-in-congo-urge-delay-of-school-resumption-as-ebola-outbreak-rages-on/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/27/parents-and-teachers-in-congo-urge-delay-of-school-resumption-as-ebola-outbreak-rages-on/</guid><dc:creator><![CDATA[By CONSTANT SAME BAGALWA and OPE ADETAYO, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Parents and teachers at the epicenter of Congo’s fast-moving Ebola outbreak are urging authorities to delay the reopening of schools as infections continue to outpace efforts to contain the disease.]]></description><pubDate>Thu, 27 Aug 2026 17:39:03 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Parents and teachers at the epicenter of Congo’s fast-moving Ebola outbreak are urging authorities to delay the reopening of schools as infections continue to outpace efforts to contain the disease.</p><p>The Ebola outbreak centered in the eastern Ituri province is the fastest-growing in the disease’s history and remains out of control with 5,713 confirmed cases, including 2,744 deaths, according to Congolese health authorities.</p><p>Schools are set to reopen across Congo on Sept. 1, but some teachers and parents in Ituri are urging authorities to delay the return, saying the Ebola outbreak still poses too great a risk to children.</p><p>Children aged 4 and below have the highest case-fatality rate of any age group in the outbreak, at 60%, according to available health data.</p><p>“We want to resume classes, but not at the cost of our lives,” Fazila Rebecca, a teacher in Ituri’s capital of Bunia, told The Associated Press. “As long as the disease is circulating and protective measures remain inadequate, returning to the classroom means taking a risk we cannot ignore.”</p><p>The local Ituri teachers union met Tuesday in Bunia, urging authorities to assess the outbreak before deciding whether to reopen schools.</p><p>“We are not opposed to the resumption of classes, but we believe that the health and safety of teachers and students must be a priority,” said Budju Lobo Isaac, a teachers’ union representative.</p><p>Authorities in Ituri did not immediately respond to a request for comment.</p><p>United Nations Secretary-General António Guterres said Thursday that an additional $1.1 billion is urgently needed to fight the outbreak, with the United Nation's $2.13 billion response plan only 48% funded — largely because of a major contribution from the United States.</p><p>Guterres said international attention and resources are still lagging behind the reality on the ground, warning that “without additional funding, vital operations will run out of money just when they need to expand.”</p><p>The outbreak in eastern Congo is spreading under extremely difficult conditions, fueled by insecurity, displacement, a health workers’ strike and intense population movements. The World Health Organization has said it remains out of control and is on track to surpass the 2014-2016 West Africa Ebola outbreak, the deadliest on record, which killed more than 11,000 people.</p><p>Although the current outbreak was declared in mid-May, officials believe it had been spreading since February. It has spread from three health zones to nearly 60, with most cases and deaths occurring outside the network of monitored contacts and within communities.</p><p>A key challenge in fighting the outbreak is that the rare Bundibugyo virus that is causing it has no approved vaccines or treatments, although clinical trials of potential vaccines and treatments have begun in the region.</p><p>Efforts to bring the outbreak under control — from limited public gatherings to social distancing and airport closures — have disrupted life in the six affected provinces, particularly Ituri, which has been ravaged by rebel violence.</p><p>The government has introduced measures, including installing health and sanitary equipment at some locations, but advocacy groups say more needs to be done to build trust within the community.</p><p>“Beyond the practical challenges, community acceptance remains critical,” said Greg Ramm, director for Save the Children in Congo. “The immediate priority is to ensure that every school, teacher and family has the information and resources they need to make the start of the school year as safe as possible for children.”</p><p>Espérance Dz’venga was shopping for school supplies Wednesday at Bunia’s central market. She said she wants her children in school, but worries about their safety.</p><p>“As a parent, I want to see my children in school, but — like many other parents — what I want most is for them to come home healthy,” she said. “We are afraid that our children might be exposed at school and then bring the illness home.”</p><p>——</p><p>Adetayo reported from London. AP writer Edith M. Lederer at the United Nations contributed to this report.</p><p>___ For more on Africa and development: https://apnews.com/hub/africa-pulse</p><p>The Associated Press receives financial support for global health and development coverage in Africa from the Gates Foundation. The 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/FZL3LT3CDMOPYLAN5V6HPLSI4I.jpg?auth=5fffde14457ef68f1a08a7971aae340cc61ce354bc3c7f31cc5a5a4cc6a5f2ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parents who came for their children's school resumption sit inside an office of a school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FGEMZSH7IUSCTYA34C6OSNKO5I.jpg?auth=27054a1d7aa5575c5351f2a48289ef07cb462512b0ecc8c1f423e92715203349&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A parent who came for her child's school resumption stands outside the school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IYRHPR6B5MMRY5KDGFFUH2WUA.jpg?auth=95930b7b6486db24a3a01e3ef28595c4e5aa4deccc54ed7983bd1f0f9b5ecae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of a school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7SKB23RPTBBYIJRHYGYLPYSM4.jpg?auth=9f54ef1d172633f6e4feded0c96dd43fb0d6aba44137a202520bc38942b81c5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A parent who came for his child's school resumption washes his hands outside a school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Dolly forms in the Atlantic far from land, forecasters say]]></title><link>https://www.local10.com/weather/hurricane/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-far-from-land-forecasters-say/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-far-from-land-forecasters-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Associated Press]]></dc:creator><description><![CDATA[Tropical Storm Dolly formed Thursday morning in the Atlantic far from land, forecasters confirmed.]]></description><pubDate>Thu, 27 Aug 2026 14:58:56 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Storm Dolly formed Thursday morning in the Atlantic far from land, forecasters confirmed.</p><p>According to the National Hurricane Center, Dolly formed over the central tropical Atlantic. Forecasters advised people in the Leeward Islands to monitor its progress.</p><p>Dolly was moving west at 24 mph with maximum sustained winds of 40 mph.</p><p>While Dolly formed just two days after the death of country music icon <a href="https://www.local10.com/entertainment/2026/08/25/country-music-icon-dolly-parton-dies-at-80/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/08/25/country-music-icon-dolly-parton-dies-at-80/">Dolly Parton</a>, the <a href="https://www.local10.com/news/national/2026/08/26/the-next-atlantic-storm-will-be-named-dolly-but-its-not-connected-to-partons-death/" target="_self" rel="" title="https://www.local10.com/news/national/2026/08/26/the-next-atlantic-storm-will-be-named-dolly-but-its-not-connected-to-partons-death/">naming of the storm is pure coincidence</a>, forecasters say.</p><p>Storm systems are named by procedures set by the World Meteorological Organization, and the lists of names are reused every six years. For the Atlantic region, the lists are alphabetical and alternate male and female names.</p><p>This season started with Tropical Storm Arthur coming ashore on the U.S. Gulf Coast in June, and Tropical Storm Bertha dumped rain in Louisiana and Texas in July. Tropical Storm Cristobal formed and quickly dissipated in the Atlantic earlier in August.</p><p>The National Oceanic and Atmospheric Administration has forecast a below-average Atlantic hurricane season due to El Nino. It forecast eight to 14 named storms, with three to six of them reaching hurricane strength and one to three of those intensifying to major hurricanes.</p><p>The NHC and other weather agencies name storms to easily communicate warnings about them to people and to avoid confusion. The WMO says names are chosen to be short, easy to pronounce and familiar to the regions of the world where the storm names are used. It meets regularly to evaluate potential names, and some names are retired for reasons of sensitivity, particularly for deadly or destructive storms.</p><p>One name from the 2025 season was retired, Melissa, which was a Category 5 hurricane that brought devastation to the Caribbean.</p>]]></content:encoded></item><item><title><![CDATA[Fuertes lluvias e inundaciones en centro-norte de Japón dejan varados a personas y vehículos]]></title><link>https://www.local10.com/espanol/2026/08/27/fuertes-lluvias-e-inundaciones-en-centro-norte-de-japon-dejan-varados-a-personas-y-vehiculos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/fuertes-lluvias-e-inundaciones-en-centro-norte-de-japon-dejan-varados-a-personas-y-vehiculos/</guid><dc:creator><![CDATA[Por MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[TOKIO (AP) — Lluvias torrenciales azotaron el jueves las prefecturas japonesas de Ishikawa y Toyama, en el centro-norte del país, lo que provocó inundaciones y deslizamientos de tierra, cerró carreteras y dejó a personas varadas en viviendas y vehículos anegados.]]></description><pubDate>Thu, 27 Aug 2026 14:49:28 +0000</pubDate><content:encoded><![CDATA[<p>TOKIO (AP) — Lluvias torrenciales azotaron el jueves las prefecturas japonesas de Ishikawa y Toyama, en el centro-norte del país, lo que provocó inundaciones y deslizamientos de tierra, cerró carreteras y dejó a personas varadas en viviendas y vehículos anegados.</p><p>La Agencia Meteorológica de Japón emitió la alerta de nivel 5 por lluvias intensas para partes de las prefecturas de Ishikawa y Toyama, e instó a los residentes de las zonas afectadas a tomar medidas de precaución ante posibles inundaciones y deslizamientos de tierra.</p><p>La lluvia amainó más tarde el jueves y la agencia rebajó la alerta por lluvias intensas a un nivel medio, pero advirtió a la población sobre la posibilidad de que se registren más lluvias y deslizamientos de tierra hasta la mañana del viernes.</p><p>La agencia pronosticó hasta 20 centímetros (7,8 pulgadas) de lluvia en las zonas de Kaga y Noto hasta la mañana del viernes. Las dos prefecturas recomendaron a más de 380.000 personas que se refugiaran en lugares más seguros.</p><p>Imágenes de la televisión pública NHK mostraron a varios residentes varados en la ciudad de Himi, en la prefectura de Toyama, siendo rescatados en una embarcación neumática por trabajadores de auxilio que avanzaban a pie por aguas que les llegaban a la altura de las rodillas. Varios vehículos que se habían detenido en calles inundadas fueron abandonados.</p><p>En la vecina prefectura de Ishikawa, al oeste de Toyama, 270 viviendas en tres municipios quedaron aisladas debido a las inundaciones, aunque las autoridades señalaron que no había reportes de heridos entre los residentes varados. Las fuertes lluvias también provocaron deslizamientos de tierra y el cierre de carreteras en Ishikawa.</p><p>El secretario jefe del gabinete, Minoru Kihara, indicó que varios ríos se desbordaron en las dos prefecturas, inundando muchas viviendas, sin que se informara de heridos.</p><p>El temporal provocó cortes de electricidad en más de 1.000 hogares en Toyama e Ishikawa, según la compañía Hokuriku Electric Power Co.</p><p>Las fuertes lluvias y las inundaciones generalizadas a principios de este mes en la prefectura de Chiba, al este de Tokio, dejaron 13 muertos.</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/RLHWENYUWX3FGOBNUSFOMVUGPM.jpg?auth=a3de0472c73836fc763cb4c7bbb2a95dc2d2d019bd2868cee5aa942801f96d0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un vehículo permanece en una calle inundada tras las fuertes lluvias en Himi, prefectura de Toyama, Japón, el jueves 27 de agosto de 2026. (Suo Takekuma/Kyodo News vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Suo Takekuma</media:credit></media:content></item><item><title><![CDATA[Broward County Animal Care seek ‘furever’ home for Smoke, other furry friends ]]></title><link>https://www.local10.com/pets/2026/08/27/broward-county-animal-care-seek-furever-home-for-smoke-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/27/broward-county-animal-care-seek-furever-home-for-smoke-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care is hoping to find a forever home for Smoke, a 2-year-old dog who has been at the shelter for about four months.]]></description><pubDate>Thu, 27 Aug 2026 14:31:30 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care is hoping to find a “furever” home for Smoke, a 2-year-old dog who has been at the shelter for about four months.</p><p><a href="https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/">Leer en español</a></p><p>According to shelter officials, Smoke came to BCAC as a stray and is considered a long-term dog, meaning he has been there for more than 100 days. Broward County Animal Care currently has more than 20 long-term dogs in need of adoption.</p><p>Staff describe Smoke as a moderately energized, treat-motivated dog who loves attention and cuddling. He weighs about 45 to 50 pounds, is potty trained and has finished teething.</p><p>Shelter officials say long stays can be stressful and boring for dogs, so they provide regular walks, time outside and mental stimulation.</p><p>For more information about Smoke and other dogs available for adoption, visit <a href="https://petadoptions.broward.org" target="_self" rel="" title="https://petadoptions.broward.org">petadoptions.broward.org</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[Broward County Animal Care busca hogar “para siempre” para Smoke y otros amigos peludos]]></title><link>https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care espera encontrar un hogar para siempre para Smoke, un perro de 2 años que ha estado en el refugio durante unos cuatro meses.]]></description><pubDate>Thu, 27 Aug 2026 14:42:09 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care espera encontrar un hogar “para siempre” para Smoke, un perro de 2 años que ha estado en el refugio durante unos cuatro meses.</p><p>Según funcionarios del refugio, Smoke llegó a BCAC como perro callejero y es considerado un perro de larga estadía, lo que significa que ha permanecido allí durante más de 100 días. Broward County Animal Care tiene actualmente más de 20 perros de larga estadía que necesitan ser adoptados.</p><p>El personal describe a Smoke como un perro de energía moderada, motivado por las golosinas, al que le encanta recibir atención y acurrucarse. Pesa entre 45 y 50 libras, está entrenado para hacer sus necesidades y ya terminó la etapa de dentición.</p><p>Funcionarios del refugio dicen que las estadías prolongadas pueden ser estresantes y aburridas para los perros, por lo que les proporcionan paseos regulares, tiempo al aire libre y estimulación mental.</p><p>Para obtener más información sobre Smoke y otros perros disponibles para adopción, visite <a href="https://petadoptions.broward.org/" target="_blank" rel="noreferrer" title="https://petadoptions.broward.org/">petadoptions.broward.org</a>.</p>]]></content:encoded></item><item><title><![CDATA[Coral Gables police to investigate claims of false testimony tied to development project]]></title><link>https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Coral Gables police are expected to investigate allegations that some people who spoke in support of a development project at a recent city commission meeting may have provided false addresses and misrepresented themselves as city residents.]]></description><pubDate>Wed, 26 Aug 2026 22:33:20 +0000</pubDate><content:encoded><![CDATA[<p>Coral Gables police are expected to investigate allegations that some people who spoke in support of a development project at a recent city commission meeting may have provided false addresses and misrepresented themselves as city residents.</p><p><a href="https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/">Leer en español</a></p><p>The allegations were presented Tuesday by attorney David Winker, who is representing community activist Bonnie Bolton in her effort to preserve the<a href="https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/"> Garden of Our Lord.</a></p><p>“We can’t have people coming in and just manufacturing support for these projects,” Winker said.</p><p>Bolton called the allegations “massive corruption” that she believes tainted the process surrounding the preservation fight.</p><p>The issue began with observations made by Coral Gables resident Omar Packard, who said he became suspicious after watching people speak in favor of the development project.</p><p>“We started noticing these people that they seemed to need to look at their cellphone to recite their addresses,” Packard said.</p><p>Packard said he began writing down the addresses provided during public comment and checking them.</p><p>“I found a lot of them didn’t even exist or were commercial buildings,” he said.</p><p>He then began visiting some of the addresses in person.</p><p>According to Packard, the people he spoke with said the speakers did not live there.</p><p>“They came here, they took these addresses, they misrepresented themselves, and they stole our voices,” Packard said.</p><p>Packard shared his findings with Bolton, who then provided them to Winker.</p><p>Winker presented the allegations to commissioners and requested that the vote on the development project be deferred.</p><p>“Every single address that we checked was fraudulent,” Winker told the commission.</p><p>Winker said he believes the allegations should be investigated by law enforcement.</p><p>“You can’t take an oath and say something that’s false,” he said. “That’s a crime.”</p><p>He later added, “I think that law enforcement really needs to take a hard look at this. Who are these people?”</p><p>Despite the request for a delay, commissioners moved forward with the development item, approving it in a 3-1 vote.</p><p>Commissioner Melissa Castro voted against the project and said the allegations raised serious questions about the integrity of the process.</p><p>“As soon as I saw this presentation, I was floored,” Castro said.</p><p>Castro said she already had concerns about the project itself, arguing that it does not fit with the surrounding neighborhood and is out of character with the historic area.</p><p>But she said the allegations of false testimony gave her another reason to oppose moving forward with the vote.</p><p>“I don’t believe that vote should have taken place that day,” Castro said. “I believe that really messed with the integrity of the record.”</p><p>“If there was false testimony, what else was false?” she added. “Now it’s questionable.”</p><p>The commission also unanimously approved a motion by Mayor Vince Lago, seconded by Castro, calling for the allegations to be referred to the appropriate authorities.</p><p>“If people showed up here and lied to the commission saying they are residents of the City Beautiful, I want to make sure that goes to the necessary authorities,” Lago said during the meeting.</p><p>Castro said she wants to know who may have been behind the alleged misrepresentations.</p><p>“When you have fictitious people, or impersonating people that live in the area, it’s a huge deal,” she said.</p><p>She added that if the investigation does not involve the appropriate agencies, she plans to continue pursuing the issue herself.</p><p>“It hinders democracy,” Castro said.</p><p>A spokesperson for the developer connected to the agenda item said in a statement that the company was surprised by the allegations.</p><p>“We were surprised and deeply disappointed by the actions alleged by Mr. Winker,” the statement read in part. “They do not reflect who we are or how we operate.”</p><p>A spokesperson for the City of Coral Gables told Local 10 that police will investigate some of the claims raised during the commission meeting.</p><p>Winker said the issue goes beyond one development project.</p><p>“I think that it’s so fundamental to our democracy,” he said. “We can’t have people just coming in and lying in official proceedings.”</p><p>Read the full statement from the developer below: </p><blockquote><p>“We were surprised and deeply disappointed by the actions alleged by Mr. Winker. They do not reflect who we are or how we operate. </p><p>“For 40 years, Fifield has built its reputation on trust and true partnership with the communities we serve. This project is no exception. </p><p>“At the heart of it is a promise to Crystal Academy and its students: a permanent, rent-free home for the next 99 years. We remain fully committed to fulfilling it, and to full transparency with the City Commission and the Coral Gables community as this process moves forward.”</p><p class="citation">Fifield spokesperson</p></blockquote><p>City of Coral Gables official statement: </p><blockquote><p>“To clarify, the City Commission did not vote to open a criminal investigation by the Coral Gables Police Department. The Commission requested that the Police Department investigate the claims of one of the parties and refer any appropriate allegations regarding the speakers’ addresses to the appropriate authorities for review. The Coral Gables Police Department will investigate some of the claims that were raised. </p><p>“Because the matter is being referred for review, the city cannot speculate as to whether a law may have been violated or characterize the allegations as fraud, perjury or another potential offense. Those are matters for the appropriate authorities to determine.</p><p>“The Commission separately approved the various related items by a 3-1 vote. Commissioner Ariel Fernandez did not attend the meeting.</p><p>“The Commission’s land-use decision was based on the competent substantial evidence in the record; therefore, the referral of the separate allegations does not prevent the items from moving forward.”</p><p class="citation">City of Coral Gables</p></blockquote><p>To see Winker’s full presentation to the city commission, <a href="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513" target="_blank" rel="noreferrer" title="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513">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[Policía de Coral Gables investigará denuncias de falso testimonio relacionado con proyecto de desarrollo]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Se espera que la policía de Coral Gables investigue las acusaciones de que algunas personas que hablaron en apoyo de un proyecto de desarrollo durante una reciente reunión de la comisión de la ciudad podrían haber proporcionado direcciones falsas y haberse presentado falsamente como residentes de la ciudad.]]></description><pubDate>Thu, 27 Aug 2026 14:38:28 +0000</pubDate><content:encoded><![CDATA[<p>Se espera que la policía de Coral Gables investigue las acusaciones de que algunas personas que hablaron en apoyo de un proyecto de desarrollo durante una reciente reunión de la comisión de la ciudad podrían haber proporcionado direcciones falsas y haberse presentado falsamente como residentes de la ciudad.</p><p>Las acusaciones fueron presentadas el martes por el abogado David Winker, quien representa a la activista comunitaria Bonnie Bolton en su esfuerzo por preservar el Garden of Our Lord.</p><p>“No podemos permitir que la gente venga y simplemente fabrique apoyo para estos proyectos”, dijo Winker.</p><p>Bolton calificó las acusaciones de “corrupción masiva” que, según cree, contaminó el proceso relacionado con la lucha por la preservación.</p><p>El asunto comenzó con observaciones hechas por Omar Packard, residente de Coral Gables, quien dijo que comenzó a sospechar después de ver a personas hablar a favor del proyecto de desarrollo.</p><p>“Comenzamos a notar que estas personas parecían necesitar mirar sus teléfonos celulares para recitar sus direcciones”, dijo Packard.</p><p>Packard dijo que comenzó a anotar las direcciones proporcionadas durante los comentarios públicos y a verificarlas.</p><p>“Descubrí que muchas de ellas ni siquiera existían o eran edificios comerciales”, dijo.</p><p>Luego comenzó a visitar personalmente algunas de las direcciones.</p><p>Según Packard, las personas con las que habló dijeron que quienes intervinieron en la reunión no vivían allí.</p><p>“Vinieron aquí, tomaron estas direcciones, se presentaron falsamente y nos robaron nuestras voces”, dijo Packard.</p><p>Packard compartió sus hallazgos con Bolton, quien luego se los proporcionó a Winker.</p><p>Winker presentó las acusaciones a los comisionados y solicitó que se aplazara la votación sobre el proyecto de desarrollo.</p><p>“Cada una de las direcciones que verificamos era fraudulenta”, dijo Winker a la comisión.</p><p>Winker dijo que cree que las acusaciones deben ser investigadas por las autoridades.</p><p>“No se puede prestar juramento y decir algo que es falso”, dijo. “Eso es un delito”.</p><p>Más tarde agregó: “Creo que las autoridades realmente necesitan examinar esto detenidamente. ¿Quiénes son estas personas?”</p><p>A pesar de la solicitud de aplazamiento, los comisionados siguieron adelante con el proyecto de desarrollo y lo aprobaron con una votación de 3-1.</p><p>La comisionada Melissa Castro votó en contra del proyecto y dijo que las acusaciones plantearon serias dudas sobre la integridad del proceso.</p><p>“En cuanto vi esta presentación, quedé atónita”, dijo Castro.</p><p>Castro dijo que ya tenía inquietudes sobre el proyecto en sí, argumentando que no encaja con el vecindario circundante y no está en consonancia con el carácter de la zona histórica.</p><p>Pero dijo que las acusaciones de falso testimonio le dieron otra razón para oponerse a seguir adelante con la votación.</p><p>“No creo que esa votación debió realizarse ese día”, dijo Castro. “Creo que realmente afectó la integridad del registro”.</p><p>“Si hubo falso testimonio, ¿qué más fue falso?”, agregó. “Ahora es cuestionable”.</p><p>La comisión también aprobó por unanimidad una moción del alcalde Vince Lago, secundada por Castro, para que las acusaciones fueran remitidas a las autoridades correspondientes.</p><p>“Si personas se presentaron aquí y mintieron a la comisión diciendo que son residentes de la Ciudad Bella, quiero asegurarme de que esto llegue a las autoridades correspondientes”, dijo Lago durante la reunión.</p><p>Castro dijo que quiere saber quién pudo haber estado detrás de las presuntas tergiversaciones.</p><p>“Cuando hay personas ficticias, o personas que se hacen pasar por gente que vive en el área, es algo muy serio”, dijo.</p><p>Agregó que si la investigación no involucra a las agencias correspondientes, planea continuar investigando el asunto por su cuenta.</p><p>“Obstaculiza la democracia”, dijo Castro.</p><p>Un portavoz del desarrollador relacionado con el punto de la agenda dijo en un comunicado que la compañía estaba sorprendida por las acusaciones.</p><p>“Nos sorprendieron y decepcionaron profundamente las acciones denunciadas por el señor Winker”, decía en parte el comunicado. “No reflejan quiénes somos ni cómo operamos”.</p><p>Un portavoz de la ciudad de Coral Gables dijo a Local 10 que la policía investigará algunas de las acusaciones planteadas durante la reunión de la comisión.</p><p>Winker dijo que el asunto va más allá de un solo proyecto de desarrollo.</p><p>“Creo que es algo fundamental para nuestra democracia”, dijo. “No podemos permitir que la gente simplemente venga y mienta en procedimientos oficiales”.</p><p>Lea a continuación el comunicado completo del desarrollador:</p><blockquote><p>“Nos sorprendieron y decepcionaron profundamente las acciones denunciadas por el señor Winker. No reflejan quiénes somos ni cómo operamos.</p><p>“Durante 40 años, Fifield ha construido su reputación sobre la confianza y una verdadera colaboración con las comunidades a las que servimos. Este proyecto no es la excepción.</p><p>“En el centro de este proyecto hay una promesa a Crystal Academy y sus estudiantes: un hogar permanente y sin pago de alquiler durante los próximos 99 años. Seguimos plenamente comprometidos a cumplirla y a mantener una total transparencia con la Comisión de la Ciudad y la comunidad de Coral Gables a medida que avanza este proceso”.</p><p class="citation">Portavoz de Fifield</p></blockquote><p>Comunicado oficial de la ciudad de Coral Gables:</p><blockquote><p>“Para aclarar, la Comisión de la Ciudad no votó para abrir una investigación penal por parte del Departamento de Policía de Coral Gables. La Comisión solicitó que el Departamento de Policía investigue las denuncias de una de las partes y remita cualquier acusación pertinente relacionada con las direcciones de los oradores a las autoridades correspondientes para su revisión. El Departamento de Policía de Coral Gables investigará algunas de las denuncias planteadas.</p><p>“Debido a que el asunto será remitido para su revisión, la ciudad no puede especular sobre si se pudo haber violado alguna ley ni caracterizar las acusaciones como fraude, perjurio u otro posible delito. Esos son asuntos que corresponde determinar a las autoridades pertinentes.</p><p>“Por separado, la Comisión aprobó los diversos puntos relacionados con una votación de 3-1. El comisionado Ariel Fernandez no asistió a la reunión.</p><p>“La decisión de la Comisión sobre el uso de terrenos se basó en evidencia sustancial y competente que consta en el expediente; por lo tanto, la remisión de las acusaciones por separado no impide que los puntos sigan adelante”.</p><p class="citation">Ciudad de Coral Gables</p></blockquote><p>Para ver la presentación completa de Winker ante la comisión de la ciudad, <a href="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513" target="_blank" rel="noreferrer" title="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Iran scrambles to sustain trade as US threatens to sanction countries that refuse to break ties]]></title><link>https://www.local10.com/business/2026/08/27/iran-scrambles-to-sustain-trade-as-us-threatens-to-sanction-countries-that-refuse-to-break-ties/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/iran-scrambles-to-sustain-trade-as-us-threatens-to-sanction-countries-that-refuse-to-break-ties/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB and SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Iran’s economy, already strained by high inflation, years of Western sanctions and a war that has sharply reduced oil revenue, is poised for more instability as the Trump administration tries to coerce other countries into ending all financial dealings with the Islamic Republic.]]></description><pubDate>Thu, 27 Aug 2026 14:33:36 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Iran’s economy, already strained by high inflation, years of Western sanctions and a war that has sharply reduced oil revenue, is poised for more instability as the Trump administration tries to coerce other countries into ending all financial dealings with the Islamic Republic.</p><p>A decision by the United Arab Emirates to suspend trade relations with Iran last week kick-started the White House’s latest attempt to isolate Tehran into submission. Iran entered the war with its foreign commerce concentrated among a relatively small group of countries, leaving it with fewer places to turn now.</p><p>The success of the U.S. strategy will largely hinge on China, the main buyer of Iranian oil and its top trading partner. Russia, a fellow target of sweeping U.S.-led sanctions, has a military conflict and economic crisis of its own and probably can’t offer longtime ally Iran much hard financial support.</p><p>Regional partners like Turkey, Pakistan and Iraq maintain important relationships with both Iran and the U.S., giving them reason to avoid exposure to the secondary sanctions that Treasury Secretary Scott Bessent said awaited nations that did not cut economic ties with Iran.</p><p>“Those who stand with the United States will reap the rewards of our partnership,” Bessent said Monday while outlining the plan he called “Operation Economic Outcast.” “Those who tether themselves to the Iranian regime should expect to share in the isolation.”</p><p>The Emirates will be hard for Iran to replace as a conduit for foreign goods and payments</p><p>Despite Western sanctions, Iran in 2024 exchanged $125 billion worth of goods globally, according to Trade Data Monitor, a private firm. Iran is not a member of the World Trade Organization.</p><p>The bulk of its declared international trade, though, was with a handful of partners. The UAE, China and Turkey supplied nearly three-quarters of Iran’s merchandise imports. Four countries — China, Iraq, the UAE and Turkey — accounted for more than two-thirds of its non-oil exports.</p><p>On the supply side, the UAE held outsized importance. It was Iran's biggest source of imported items and a gateway to financial channels that helped Iranian businesses make and receive international payments. Both roles kept Iran connected to the global economy.</p><p>As a re-export hub, the UAE processed shipments from foreign suppliers reluctant to deal directly with Iranian customers.</p><p>“From Iran’s perspective, the UAE can be replaced, but the Iranians are openly saying it’s not going to happen overnight,” said Alex Vatanka, a senior fellow at the Middle East Institute in Washington.</p><p>China has deep economic ties to Iran but depends less on the relationship</p><p>Beijing has economic interests in the Persian Gulf beyond Iran, and so far has avoided getting drawn into the conflict the U.S. and Israel initiated. China buys the overwhelming majority of Iran’s crude through opaque trading networks that bypass sanctions.</p><p>Its manufacturing clout and stranglehold on critical mineral supplies nonetheless give Beijing more room than Iran's other partners to resist U.S. pressure, said David Lubin, a senior research fellow at Chatham House. Aggressive action against major Chinese banks and businesses could revive trade tensions as Chinese leader Xi Jinping prepares to meet with President Donald Trump in Washington next month.</p><p>“I don’t see China playing ball by any means,” Lubin said.</p><p>China is both Iran's largest reported export market and a supplier of essential parts and products, according to WTO and U.N. data.</p><p>During the Obama administration, Beijing did agree to reduce energy imports from Iran, said Atlantic Council fellow Daniel Fried, a former U.S. ambassador to Poland.</p><p>“We will want the Chinese to go a lot farther than they have gone in the past,” Fried said. “But it’s a lot harder now.”</p><p>China has experience helping an ally survive sanctions: it has long been North Korea’s economic lifeline and main diplomatic backer. Experts say China has avoided fully enforcing U.N. sanctions on North Korea and sent clandestine aid to help its impoverished neighbor stay afloat.</p><p>Expanding bilateral trade would create problems for Iran's neighbors</p><p>Iranian Parliament Speaker Mohammad Bagher Qalibaf, who has been his country's lead negotiator over the past six months, was in Iraq the day of the UAE's trade suspension. A purpose of his visit, he said, was “speeding up efforts to expand joint cooperation among all countries in the region, without foreign interference.”</p><p>The U.S. dollar's preeminence in international trade and finance, however, means none of Iran's trading partners would antagonize Washington lightly, Vatanka said. “We’re still at a point where if the U.S. wants to hurt you, it will matter,” he said.</p><p>Underscoring potential consequences, Turkey settled a yearslong U.S. dispute in July over the role of a state-owned bank in helping Iran evade sanctions through an oil-for-gold scheme. Trump also moved to lift sanctions on its fellow NATO member stemming from Turkey's purchase of a sophisticated Russian missile system.</p><p>“I really don’t think Turkey would like to become the next country helping Iran to evade sanctions right now,” said Riccardo Gasco, an analyst at the IstanPol think tank in Istanbul.</p><p>Iran is a vital import source for Iraq and retains influence there through allied political factions and armed groups. Baghdad has sought closer economic and security ties with Washington. Since it invaded Iraq in 2003, the U.S. has significant control over the nation's foreign currency reserves because they are housed in the Federal Reserve Bank in New York.</p><p>Oman, a frequent intermediary between Washington and Tehran, has found its balancing act suddenly precarious. Trump threatened Oman last week over its ongoing negotiations with Iran on the future management of the Strait of Hormuz.</p><p>One easy route for goods slipping past sanctions on Iran would be ports like Gwadar near the Persian Gulf in Pakistan, said Peter Harrell, a visiting scholar at Georgetown University.</p><p>“Ship an intermodal container of drone parts to one of the ports in western Pakistan and unload it onto a truck and have it driven across the border into Iran,” he said.</p><p>While Pakistan, a key ally and economic partner of China in the region, wants to increase trade with Iran, it faces competing pressures. It is serving as a key mediator between Tehran and Washington and has deep security ties with Saudi Arabia, Iran’s longtime regional rival.</p><p>Caspian Sea trade route alternatives unlikely to grow quickly</p><p>With the Strait of Hormuz mostly blocked and Russia's war with Ukraine endangering ships on the Black Sea, Iran has sought to develop a “road of life” on the Caspian Sea, said Nikita Smagin, an independent analyst and a former Russian state news agency correspondent in Tehran.</p><p>Russia reportedly sent drones to Iran this year, repaying Tehran's favor after Moscow's full-scale invasion of Ukraine. It also rerouted exports to Iran via Caspian Sea ports like Astrakhan. Agricultural products make up 80% of Russia and Iran's reported trade.</p><p>“Both economies are exporting natural resources and have little to offer each other,” Smagin said.</p><p>The other countries that border the Caspian — Azerbaijan, Turkmenistan and Kazakhstan — probably won’t rush to join in, said Umud Shokri, a fellow at George Mason University.</p><p>Yet Russia and Iran are already in an “axis of the sanctioned,” said Mark Galeotti, executive director of the Mayak Intelligence firm. For decades the pair have collaborated to thwart trade restrictions, and increasing bilateral trade in both “strategic goods” and contraband like military technology, microchips and Gucci handbags could be a next step.</p><p>“Pomegranates and tomatoes only go so far,” he said.</p><p>___</p><p>McNeil reported from Brussels. Associated Press writers Amir Vahdat in Tehran and Dasha Litvinova in Tallinn, Estonia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/74A5ZUFBBEXOSGK2K5TYGSSZ44.jpg?auth=09fab8dbb2cfc323930832e1168f86af53e81d5008040c4539636ad640dd19d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks away after watching a black plume of smoke rise from a warehouse in the industrial area of Sharjah City, United Arab Emirates, March 1, 2026, following reports of Iranian strikes in Dubai. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P76IM6RAOJQPQNIIGYXKDEPLDI.jpg?auth=5fb7db10707b6025457be6af15ebf1a1975bbdeec2e199b24e81b611655cf81d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing Iran and its neighbors. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MGTW7JGZY3D54TCHQI73XHLGHA.jpg?auth=2819a800c03d402981e05fb7fce115d12c06a3b6ead1fcd38ae9a0aa8dd356e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A carpet seller sits at his shop in the old main bazaar in Tehran, Iran, June 23, 2019. (AP Photo/Ebrahim Noroozi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LAPW5PO6ICXYOOA5NA2ULUTXAQ.jpg?auth=386cc976ed54ec7318ba401b191bc6c0ae78d46d4620fcbc02b3b9371da61ed1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this picture released by the official website of the office of the Iranian supreme leader Supreme Leader Ayatollah Ali Khamenei, right, and Russian President Vladimir Putin greet each other during their meeting in Tehran, Iran, July 19, 2022. (Office of the Iranian Supreme Leader via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DYAPQ7KCIR2GE57NYMWLOFIUZ4.jpg?auth=774f3f6e9806215857304e6eae185395998c293f07d38d78a31dd2bc12575ed4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pakistan Navy ships berth at Gwadar port in the coastal city of Gwadar in the southwest Pakistani province of Balochistan on Jan. 15, 2025. (AP Photo/Anjum Naveed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q6WQRVEVKMKHIOOHU7TXG222AU.jpg?auth=c1e3ad8189a19afde71f764b68bfbb35be96f1785734406c50cb648db168aeb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People fish along a pier near Mutrah Corniche in Muscat, Oman, on Feb. 6, 2026. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content></item><item><title><![CDATA[Invest 96L trying to form, but unlikely to get very far]]></title><link>https://www.local10.com/weather/hurricane/2026/08/27/invest-96l-trying-to-form-but-unlikely-to-get-very-far/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/27/invest-96l-trying-to-form-but-unlikely-to-get-very-far/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[A strong tropical disturbance that rolled off Africa to start the week – since designated Invest 96L by the National Hurricane Center – is doing its best Little-Engine-That-Could impression this morning and appears to be nearing tropical depression or storm status in the eastern Atlantic.]]></description><pubDate>Thu, 27 Aug 2026 14:15:50 +0000</pubDate><content:encoded><![CDATA[<p>A strong tropical disturbance that rolled off Africa to start the week – since designated Invest 96L by the National Hurricane Center – is doing its best Little-Engine-That-Could impression this morning and appears to be nearing tropical depression or storm status in the eastern Atlantic.</p><p><a href="https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/">Leer en español</a></p><p>Early Thursday, the National Hurricane Center upped development odds to 90% that 96L will become the Atlantic hurricane season’s next system.</p><figure><img src="https://www.local10.com/resizer/v2/GEYOAS7BX5DBHO3ARUUY2O6SGY.PNG?auth=45c249d5c3ad53ced0e3fb8e99f618b66d23a1c6ca05dfab4070139bd1eea198&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The missing piece of information to give 96L the upgrade is whether its circulation is closed off, something not easily gleaned from traditional nighttime satellite. Daytime satellite should help in this determination, along with satellite wind estimates that arrive from occasional passes of certain polar-orbiting satellites.</p><p>Whether 96L becomes Tropical Depression Four or Tropical Storm Dolly, it looks to have a short shelf life thanks to a wall of wind shear it will run into this weekend as it approaches the easternmost Caribbean islands, something we’ve covered extensively in newsletters this week.</p><p>This ribbon of wind shear – anchored across the Caribbean and into the Atlantic’s Main Development Region – has been a thorn in the side of wannabe storms all season and is courtesy of the historic Super El Niño that’s developed over the eastern equatorial Pacific.</p><p>Intensity models show the most likely outcome, which is at most a weak and short-lived tropical storm.</p><figure><img src="https://www.local10.com/resizer/v2/WP32X5W64VFY7NNK6FONAC3NQ4.png?auth=5f954c86585f7e82c31d5612853b063e0794b8adde65cad968bf21f23a5a031b&smart=true&width=1200&height=900" alt="Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com.</figcaption></figure><p>Though 96L or what develops from it will move near or over parts of the Lesser Antilles starting this weekend followed by Puerto Rico, the Virgin Islands, the Dominican Republic, and Haiti for early next week, it won’t pose a serious widespread wind or heavy rain threat.</p><h3><b>Re-development next week unlikely</b></h3><p>The big question earlier this week was whether 96L would survive the shear zone and try to stage a second act over the southwestern Atlantic for the middle part of next week. That question appears to have a decided answer today.</p><p>The one-two combo of high shear and interaction with the Caribbean islands early next week should keep 96L sufficiently disorganized and weak that it won’t be able to recover on the other side. The already low odds of a comeback have continued to trend lower and that scenario is off the table for now.</p><figure><img src="https://www.local10.com/resizer/v2/VRTOJXEMBVE33AY5YD36SUZKM4.png?auth=95ba7b9e19fc0c9c56562dcef701b8654dab60d178043bfec4d37fdabaf25352&smart=true&width=1200&height=900" alt="Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%)." height="900" width="1200"/><figcaption>Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%).</figcaption></figure><p>So it appears this year’s Super El Niño will claim another victim with 96L, extending the Atlantic’s hurricane drought into September and ensuring any storm contenders have an uphill climb as we approach the traditional peak of the hurricane season.</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/7CPYVHDDDBCDRPB3X3E4KQFQMA.png?auth=7461785b3d4d048e75ba1fd5328d36a2f8e0e6bfc33e6749dda51eedd30dd8d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning satellite showing Invest 96L (bottom right) over the eastern Atlantic. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Invest 96L intenta formarse, pero es poco probable que llegue muy lejos]]></title><link>https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Una fuerte perturbación tropical que salió de África al comenzar la semana, desde entonces designada Invest 96L por el Centro Nacional de Huracanes, está haciendo su mejor imitación de “La pequeña locomotora que sí pudo” esta mañana y parece estar cerca de alcanzar la categoría de depresión o tormenta tropical en el Atlántico oriental.]]></description><pubDate>Thu, 27 Aug 2026 14:32:27 +0000</pubDate><content:encoded><![CDATA[<p>Una fuerte perturbación tropical que salió de África al comenzar la semana, desde entonces designada Invest 96L por el Centro Nacional de Huracanes, está haciendo su mejor imitación de “La pequeña locomotora que sí pudo” esta mañana y parece estar cerca de alcanzar la categoría de depresión o tormenta tropical en el Atlántico oriental.</p><p>A primeras horas del jueves, el Centro Nacional de Huracanes aumentó a 90% las probabilidades de desarrollo de 96L y de que se convierta en el próximo sistema de la temporada de huracanes del Atlántico.</p><figure><img src="https://www.local10.com/resizer/v2/GEYOAS7BX5DBHO3ARUUY2O6SGY.PNG?auth=45c249d5c3ad53ced0e3fb8e99f618b66d23a1c6ca05dfab4070139bd1eea198&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La información que falta para elevar la categoría de 96L es determinar si su circulación está cerrada, algo que no se puede discernir fácilmente con las imágenes satelitales nocturnas tradicionales. Las imágenes satelitales diurnas deberían ayudar a determinarlo, junto con las estimaciones de vientos por satélite que llegan durante los pases ocasionales de ciertos satélites de órbita polar.</p><p>Ya sea que 96L se convierta en la Depresión Tropical Cuatro o en la Tormenta Tropical Dolly, parece que tendrá una corta duración debido a un muro de cizalladura del viento que encontrará este fin de semana mientras se acerca a las islas más orientales del Caribe, algo que hemos cubierto ampliamente en los boletines de esta semana.</p><p>Esta franja de cizalladura del viento, establecida sobre el Caribe y extendiéndose hacia la Región Principal de Desarrollo del Atlántico, ha sido un obstáculo para las tormentas que han intentado formarse durante toda la temporada y es consecuencia del histórico súper El Niño que se ha desarrollado sobre el Pacífico ecuatorial oriental.</p><p>Los modelos de intensidad muestran el resultado más probable, que sería, como máximo, una tormenta tropical débil y de corta duración.</p><figure><img src="https://www.local10.com/resizer/v2/WP32X5W64VFY7NNK6FONAC3NQ4.png?auth=5f954c86585f7e82c31d5612853b063e0794b8adde65cad968bf21f23a5a031b&smart=true&width=1200&height=900" alt="Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com.</figcaption></figure><p>Aunque 96L o lo que se desarrolle a partir de este sistema pasará cerca o sobre partes de las Antillas Menores a partir de este fin de semana, seguido por Puerto Rico, las Islas Vírgenes, República Dominicana y Haití a principios de la próxima semana, no representará una amenaza seria y generalizada de fuertes vientos o lluvias intensas.</p><h3><b>Es poco probable que vuelva a desarrollarse la próxima semana</b></h3><p>La gran pregunta a principios de esta semana era si 96L sobreviviría a la zona de cizalladura e intentaría una segunda etapa sobre el Atlántico suroccidental a mediados de la próxima semana. Esa pregunta parece tener hoy una respuesta definitiva.</p><p>La combinación de la fuerte cizalladura y la interacción con las islas del Caribe a principios de la próxima semana debería mantener a 96L lo suficientemente desorganizado y débil como para que no pueda recuperarse al otro lado. Las ya bajas probabilidades de que resurja han continuado disminuyendo y ese escenario queda descartado por ahora.</p><figure><img src="https://www.local10.com/resizer/v2/VRTOJXEMBVE33AY5YD36SUZKM4.png?auth=95ba7b9e19fc0c9c56562dcef701b8654dab60d178043bfec4d37fdabaf25352&smart=true&width=1200&height=900" alt="Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%)." height="900" width="1200"/><figcaption>Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%).</figcaption></figure><p>Así que parece que el súper El Niño de este año se cobrará otra víctima con 96L, prolongando hasta septiembre la sequía de huracanes en el Atlántico y asegurando que cualquier sistema con potencial de convertirse en tormenta enfrente un camino cuesta arriba a medida que nos acercamos al pico tradicional de la temporada de huracanes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7CPYVHDDDBCDRPB3X3E4KQFQMA.png?auth=7461785b3d4d048e75ba1fd5328d36a2f8e0e6bfc33e6749dda51eedd30dd8d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning satellite showing Invest 96L (bottom right) over the eastern Atlantic. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Policía de Coral Springs busca a adolescente de 16 años desaparecido, visto por última vez en bicicleta eléctrica]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Coral Springs pidió el jueves la ayuda del público para localizar a un adolescente de 16 años que, según informaron, fue reportado como desaparecido.]]></description><pubDate>Thu, 27 Aug 2026 14:20:32 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Coral Springs pidió el jueves la ayuda del público para localizar a un adolescente de 16 años que, según informaron, fue reportado como desaparecido.</p><p>La policía dijo que Eli Brown fue visto por última vez el miércoles alrededor de las 4:30 p.m. cerca de la intersección de Northwest 38th Street y 115th Avenue.</p><p>Indicaron que mide aproximadamente 5 pies y 6 pulgadas de estatura y pesa alrededor de 170 libras.</p><p>Según los investigadores, Eli fue visto por última vez vistiendo una camisa negra de manga larga y pantalones deportivos negros. Dijeron que salió del área en una bicicleta eléctrica negra y blanca.</p><figure><img src="https://www.local10.com/resizer/v2/YZQLAZDZRNDFZNRU4OJDK2ZWXI.jpg?auth=28251885dcc674b7e45a2fc3c7fe46bdee575a4391dafaa0e4edd0627f0c0aa4&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Se pide a cualquier persona que vea a Eli o tenga información sobre su paradero que llame al Departamento de Policía de Coral Springs al 954-344-1800.</p>]]></content:encoded></item><item><title><![CDATA[Coral Springs police seek missing boy, 16, last seen on e-bike]]></title><link>https://www.local10.com/news/local/2026/08/27/coral-springs-police-seek-missing-boy-16-last-seen-on-e-bike/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/coral-springs-police-seek-missing-boy-16-last-seen-on-e-bike/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Coral Springs police asked for the public’s help Thursday in locating a 16-year-old boy who they say was reported missing. ]]></description><pubDate>Thu, 27 Aug 2026 14:06:24 +0000</pubDate><content:encoded><![CDATA[<p>Coral Springs police asked for the public’s help Thursday in locating a 16-year-old boy who they say was reported missing. </p><p><a href="https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/">Leer en español</a></p><p>Police said Eli Brown was last seen Wednesday at about 4:30 p.m. near the intersection of Northwest 38th Street and 115th Avenue. </p><p>They said he is approximately 5 feet, 6 inches tall and weighs about 170 pounds.</p><p>According to investigators, Eli was last seen wearing a long-sleeve black shirt and black sweatpants. They said he left the area on a black and white e-bike.</p><figure><img src="https://www.local10.com/resizer/v2/YZQLAZDZRNDFZNRU4OJDK2ZWXI.jpg?auth=28251885dcc674b7e45a2fc3c7fe46bdee575a4391dafaa0e4edd0627f0c0aa4&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Anyone who sees Eli or has information about his whereabouts is urged to call the Coral Springs Police Department at 954-344-1800.</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[Fans across Nashville pay tribute to Dolly Parton]]></title><link>https://www.local10.com/news/national/2026/08/26/fans-across-nashville-pay-tribute-to-dolly-parton/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/fans-across-nashville-pay-tribute-to-dolly-parton/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[From flowers outside her home to notes left at murals across the city, fans in Nashville are finding their own ways to remember Dolly Parton.]]></description><pubDate>Thu, 27 Aug 2026 01:40:14 +0000</pubDate><content:encoded><![CDATA[<p>From flowers outside her home to notes left at murals across the city, fans in Nashville are finding their own ways to remember Dolly Parton.</p><p><a href="https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/">Leer en español</a></p><p>Her presence is felt throughout Music City, where people are mourning the loss of a country music icon they say gave so much to the world.</p><p>“I thought she was going to live forever,” said Joann Kirkman.</p><p>“Now she’s up in heaven with God’s angels singing to us all and it’s true, we will always love her,” said Emily Tansill.</p><p>Flowers and messages from fans surround Parton’s star outside the Country Music Hall of Fame.</p><p>A few blocks away sits her latest project, the Songteller Hotel. It’s not yet open, but fans have still built a memorial.</p><p>“The kind of person she is, it’s so rare that people want to do such good in this world like Dolly does,” said Mandy Madson.</p><p>Outside her home is a mountain of flowers and tributes as a nonstop stream of people take a moment to pay their respects.</p><p>“She was just a global treasure that everybody loved and I don’t think anyone disagreed on,” said Garrett Webb.</p><p>In East Tennessee, Dollywood opened the day after her passing, with the theme park saying the show must go on as Dolly would have wanted.</p><p>The show also went on at the Grand Ole Opry, where Parton made her debut at just 13 years old when it was still at the Ryman.</p><p>One fan reminisced about the times her church choir sang with Parton.</p><p>“Our choir backed up Dolly twice on the Country Music Awards in 1989 and then in 1990 on the Dove Awards,” the fan said. </p><p>Parton’s bright smile is painted on the sides of buildings all over Music City.</p><p>Across the river in East Nashville is another mural where fans have left notes and flowers to remember a woman who gave so much to the world.</p><p>And she still has more to give. There’s a secret song locked away in Dollywood that won’t be released until 2045. Parton has said it’s a really good song.</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[Fanáticos de Nashville rinden homenaje a Dolly Parton]]></title><link>https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Desde flores afuera de su casa hasta notas dejadas en murales por toda la ciudad, los fanáticos en Nashville están encontrando sus propias maneras de recordar a Dolly Parton.]]></description><pubDate>Thu, 27 Aug 2026 14:24:42 +0000</pubDate><content:encoded><![CDATA[<p>Desde flores afuera de su casa hasta notas dejadas en murales por toda la ciudad, los fanáticos en Nashville están encontrando sus propias maneras de recordar a Dolly Parton.</p><p>Su presencia se siente en toda la Ciudad de la Música, donde la gente lamenta la pérdida de un ícono de la música country que, según dicen, dio tanto al mundo.</p><p>“Pensé que iba a vivir para siempre”, dijo Joann Kirkman.</p><p>“Ahora está en el cielo con los ángeles de Dios cantándonos a todos y es cierto, siempre la amaremos”, dijo Emily Tansill.</p><p>Flores y mensajes de fanáticos rodean la estrella de Parton afuera del Salón de la Fama de la Música Country.</p><p>A unas cuadras de distancia se encuentra su proyecto más reciente, el Songteller Hotel. Todavía no está abierto, pero los fanáticos ya han creado un memorial.</p><p>“El tipo de persona que es, es muy raro que la gente quiera hacer tanto bien en este mundo como lo hace Dolly”, dijo Mandy Madson.</p><p>Afuera de su casa hay una montaña de flores y homenajes mientras un flujo constante de personas se toma un momento para presentar sus respetos.</p><p>“Era simplemente un tesoro mundial que todos amaban y creo que nadie estaba en desacuerdo con eso”, dijo Garrett Webb.</p><p>En el este de Tennessee, Dollywood abrió el día después de su fallecimiento, y el parque temático dijo que el espectáculo debe continuar como Dolly hubiera querido.</p><p>El espectáculo también continuó en el Grand Ole Opry, donde Parton hizo su debut con apenas 13 años cuando todavía estaba en el Ryman.</p><p>Una fanática recordó las ocasiones en que el coro de su iglesia cantó con Parton.</p><p>“Nuestro coro acompañó a Dolly dos veces, en los Country Music Awards en 1989 y luego en 1990 en los Dove Awards”, dijo la fanática.</p><p>La brillante sonrisa de Parton está pintada en los costados de edificios por toda la Ciudad de la Música.</p><p>Al otro lado del río, en East Nashville, hay otro mural donde los fanáticos han dejado notas y flores para recordar a una mujer que dio tanto al mundo.</p><p>Y todavía tiene más para dar. Hay una canción secreta guardada en Dollywood que no será lanzada hasta 2045. Parton ha dicho que es una canción realmente buena.</p>]]></content:encoded></item><item><title><![CDATA[Tropical Storm Dolly forms in the Atlantic and could bring heavy rain to portions of the Caribbean]]></title><link>https://www.local10.com/news/national/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-and-could-bring-heavy-rain-to-portions-of-the-caribbean/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-and-could-bring-heavy-rain-to-portions-of-the-caribbean/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tropical Storm Dolly formed Thursday in the Atlantic Ocean far from land, and forecasters said it could bring heavy rain to portions of the Caribbean.]]></description><pubDate>Thu, 27 Aug 2026 17:22:02 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tropical Storm Dolly formed Thursday in the Atlantic Ocean far from land, and forecasters said it could bring heavy rain to portions of the Caribbean.</p><p>The storm was about 1,555 miles (2,500 kilometers) east of the Leeward Islands and had maximum sustained winds of 40 mph (64 kph), the U.S. National Hurricane Center in Miami said. Dolly was moving west.</p><p>The storm and its name had no connection to Dolly Parton’s death Tuesday.</p><p>Storm systems are named by procedures set by the World Meteorological Organization, and the lists of names are reused every six years. For the Atlantic region, the lists are alphabetical and alternate male and female names.</p><p>Dolly was the fourth named storm for the 2026 Atlantic hurricane season.</p><p>There were no coastal watches or warnings in effect, but the center said the Leeward Islands could get heavy rain Saturday and Sunday. The Virgin Islands, Puerto Rico and Hispaniola could see heavy rain Sunday and Monday.</p><p>Little change in strength is forecast during the coming days, the center said, but flash flooding could occur.</p><p>The Atlantic hurricane season started with Tropical Storm Arthur coming ashore on the U.S. Gulf Coast in June, and Tropical Storm Bertha dumped rain in Louisiana and Texas in July. Tropical Storm Cristobal formed and quickly dissipated in the Atlantic earlier in August.</p><p>The National Oceanic and Atmospheric Administration has forecast a below-average Atlantic hurricane season due to El Nino. It forecast eight to 14 named storms, with three to six of them reaching hurricane strength and one to three of those intensifying to major hurricanes.</p><p>The NHC and other weather agencies name storms to easily communicate warnings about them to people and to avoid confusion. The WMO says names are chosen to be short, easy to pronounce and familiar to the regions of the world where the storm names are used. It meets regularly to evaluate potential names, and some names are retired for reasons of sensitivity, particularly for deadly or destructive storms.</p><p>One name from the 2025 season was retired, Melissa, which was a Category 5 hurricane that brought devastation to the Caribbean.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DGZRZEWEF3QTCPYIYM4II7344Y.jpg?auth=e70e77de39ca2484b062c1f2e6d6e39ce4deeb2f369971df9bd0b5cf76554607&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image released by NOAA shows Tropical Storm Dolly over the Atlantic Ocean, Thursday, Aug. 27, 2026. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DANAKXSV2BM3WKNNNHSNUH2IHY.jpg?auth=6422e8dadd6e5ee5094b98ccc5171e1662bd225b1904b78bcbd57b0f48af47af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers, notes and photos are left on Dolly Parton's star on the Hollywood Walk of Fame on Wednesday, Aug. 26, 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/2PANOU5WI7RXP7AUXXRE3IU3ME.jpg?auth=946040dd1ab0b11f3222762b76200daa544da8f130d2b5ab2b101a7180f84605&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The 2026 Atlantic Tropical Cyclone Names are displayed at the National Hurricane Center on the first day of hurricane season, June 1, 2026, in Miami. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Agente sale bajo fianza de cárcel de Broward tras arresto por violencia doméstica]]></title><link>https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Con una sudadera con capucha cubriéndole la cabeza, el agente de la Oficina del Sheriff de Broward Isaiah Williams salió el miércoles de la cárcel principal de Fort Lauderdale.]]></description><pubDate>Thu, 27 Aug 2026 14:13:40 +0000</pubDate><content:encoded><![CDATA[<p>Con una sudadera con capucha cubriéndole la cabeza, el agente de la Oficina del Sheriff de Broward Isaiah Williams salió el miércoles de la cárcel principal de su empleador en Fort Lauderdale.</p><p>Williams, de 27 años, se encontraba allí como recluso después de que la policía de Miramar lo acusara de <a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-agente-de-bso-por-violencia-domestica-tras-golpiza-y-forcejeo-por-un-arma-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-agente-de-bso-por-violencia-domestica-tras-golpiza-y-forcejeo-por-un-arma-dice-la-policia/">atacar a su prometida</a> en el apartamento de ambos en Southwest 45th Court, cerca de Red Road.</p><p>No tuvo nada que decir cuando Local 10 News le preguntó sobre los cargos.</p><p>Según un informe de arresto, un amigo llevó a la víctima al apartamento. Ella dijo a la policía que Williams se molestó cuando llegó a casa, la insultó y la golpeó, provocando que cayera por las escaleras.</p><p>El informe de arresto continúa diciendo que Williams se colocó encima de ella y le dio un puñetazo en el rostro, y cuando la víctima se volteó para protegerse la cara, él la golpeó en la parte posterior de la cabeza y le jaló el cabello.</p><p>La policía dijo que la víctima contó a los agentes que Williams colocó su mano derecha debajo de su cuello y apretó, luego la levantó del suelo por el cuello.</p><p>Según el informe, la víctima se defendió y dijo a la policía que Williams amenazó con matarla, por lo que metió la mano en su bolso para sacar su arma.</p><p>Ambos forcejearon por el arma antes de que Williams se la arrebatara y huyera, dijeron las autoridades.</p><p>Un juez le ordenó a Williams “no tener armas de fuego ni municiones” y no regresar “a ningún lugar donde la víctima viva, trabaje o frecuente”.</p><p>Fue arrestado el lunes y compareció el martes ante un juez del tribunal de fianzas.</p><p>Williams se encuentra de licencia sin sueldo desde su arresto.</p>]]></content:encoded></item><item><title><![CDATA[Deputy bonds out of Broward jail after domestic violence arrest]]></title><link>https://www.local10.com/news/local/2026/08/26/deputy-bonds-out-of-broward-jail-after-domestic-violence-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/deputy-bonds-out-of-broward-jail-after-domestic-violence-arrest/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[With a hoodie covering his head, Broward Sheriff’s Office Deputy Isaiah Williams walked out of the main jail in Fort Lauderdale Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 22:03:03 +0000</pubDate><content:encoded><![CDATA[<p>With a hoodie covering his head, Broward Sheriff’s Office Deputy Isaiah Williams walked out of his employer’s Main Jail in Fort Lauderdale Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/">Leer en español</a></p><p>Williams, 27, was there as an inmate after Miramar police accused him of <a href="https://www.local10.com/news/local/2026/08/25/beating-gun-struggle-led-to-bso-deputys-domestic-violence-arrest-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/25/beating-gun-struggle-led-to-bso-deputys-domestic-violence-arrest-cops-say/">attacking his fiancee</a> at their apartment along Southwest 45th Court, near Red Road. </p><p>He had nothing to say as Local 10 News asked him about the charges.</p><p>According to an arrest report, the victim was dropped off to their apartment by a male friend. She told police Williams was upset once she got home, called her names and hit her, causing her to fall down the stairs. </p><p>The arrest report goes on to say that Williams was on top of her and punched her in the face and as the victim turned over to protect her face, he punched the back of her head and pulled her hair. </p><p>Police said the victim told officers that Williams put his right hand under her neck and tightened his grasp, then lifted her off of the ground by her neck. </p><p>According to the report, the victim fought back, telling police Williams threatened to kill her and she reached into her purse for her gun. </p><p>They struggled for the weapon before Williams snatched it from her and took off, authorities said.</p><p>A judge ordered him to have “no firearms, weapons, or ammunition” and to not return “to any place the victim lives, works, or frequents.”</p><p>He was arrested on Monday and faced a bond court judge on Tuesday. </p><p>Williams has been on unpaid leave since his arrest.</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[UEFA prepares criminal complaint in Swiss courts against FIFA's Infantino over World Cup sell-off]]></title><link>https://www.local10.com/news/2026/08/27/uefa-prepares-criminal-complaint-in-swiss-courts-against-fifas-infantino-over-world-cup-sell-off/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/uefa-prepares-criminal-complaint-in-swiss-courts-against-fifas-infantino-over-world-cup-sell-off/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[MONACO (AP) — UEFA is preparing a criminal complaint against FIFA President Gianni Infantino in Swiss courts for possible financial mismanagement over his failed plan to sell future World Cup profits to private investors.]]></description><pubDate>Thu, 27 Aug 2026 18:36:00 +0000</pubDate><content:encoded><![CDATA[<p>MONACO (AP) — UEFA is preparing a criminal complaint against FIFA President Gianni Infantino in Swiss courts for possible financial mismanagement over his failed plan to sell future World Cup profits to private investors.</p><p>The governing body of European soccer announced its intentions in court documents filed Thursday in the U.S. seeking access to possible evidence related to the sell-off plan, which was withdrawn after a furious backlash by UEFA and other global soccer leaders.</p><p>The move increases the pressure on Infantino, who is facing the biggest crisis in his 10 years as FIFA's leader.</p><p>UEFA filed documents in a Manhattan court requesting discovery of potential evidence from the New York investment fund, Thrive Capital Management, founded by Josh Kushner — the younger brother of President Donald Trump’s son-in-law Jared Kushner.</p><p>UEFA also filed a request in a southern Florida district for authorization of discovery “in a foreign proceeding” against FIFA itself, which has offices in the Miami suburb of Coral Gables.</p><p>Under the plan revealed in late July, Thrive and Kushner were to be the anchor investors intending to pay FIFA $4.2 billion for a 20% stake in a subsidiary that would run the soccer body’s commercial events, including the World Cup.</p><p>“UEFA and its counsel are contemplating a Swiss criminal proceeding against Infantino and possibly other FIFA officials for criminal mismanagement under Article 158 of the Swiss Criminal Code,” UEFA’s lawyers state in a 56-page document seen by The Associated Press.</p><p>The document suggests the $4.2 billion figure could be a “fraudulently off-market price promoted by Infantino for his own benefit.”</p><p>FIFA is expected to have about $5 billion in cash reserves after the World Cup in North America boosted its revenue to a record $15 billion over the 2023-26 commercial cycle.</p><p>“The question is therefore why the FIFA president believed he needed outside investors to expand development funding,” UEFA said in a statement.</p><p>Infantino dropped the sell-off plan on Aug. 1 after intense criticism led by soccer officials in Europe.</p><p>UEFA had warned against destroying potential evidence</p><p>UEFA first threatened to take legal action on Aug. 3 when it warned FIFA against destroying or hiding any "relevant materials” related to the plan. Thursday's legal move was revealed to its member federations in Monaco just two hours before the Champions League draw began.</p><p>“Infantino claimed that the plan would ‘unleash the commercial potential and opportunity that FIFA has,’” UEFA lawyers told the courts. “In truth, it was a vehicle for Infantino and that small circle to acquire a permanent stake in and otherwise profit from FIFA’s most valuable assets to the detriment of FIFA, its members, and other parties within the football family.</p><p>“Under the terms Infantino announced, those investors stood to acquire a permanent financial interest in FIFA’s commercial arm for $4.2 billion, implying an absurdly low enterprise value of only approximately $20 billion, a figure that was neither the product of an open, competitive auction, nor tested by any independent valuer.”</p><p>Thrive declined to comment. FIFA was approached for comment.</p><p>Swiss prosecutors' poor results in FIFA trials</p><p>It was unclear if UEFA would send a potential criminal complaint to the Swiss federal prosecution office in Bern or to local prosecutors in FIFA's home city Zurich.</p><p>The Swiss attorney general's office has a poor record in recent years prosecuting cases of alleged corruption linked to FIFA and soccer officials.</p><p>Former FIFA president Sepp Blatter, former UEFA president Michel Platini and the influential Qatari president of Champions League title holder Paris Saint-Germain, Nasser al-Khelaïfi, all were acquitted twice at trials in Switzerland.</p><p>UEFA committed to replacing Infantino</p><p>The crisis has raised questions about Infantino’s future. Just months ago, he was widely expected to win another four-year term in the FIFA election set for March 2027, but a growing number of soccer federations around the world but mainly in Europe have withdrawn their support, with some joining UEFA in calling on him to step down, ideally before the Nov. 18 deadline for candidates.</p><p>“Should the current FIFA president nevertheless seek another mandate, UEFA will join forces with its partner confederations to ensure that member associations are offered a credible alternative,” the European body said, “one committed to integrity, accountability, development and genuine institutional change.”</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IDQRAC2UCGIUGKYBZV6HJLF7TA.jpg?auth=fff08859c4bf630b6593345e0501449269819b01cc03014ff80f3ed0d27bca8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino attends the closing ceremony of the Esports World Cup at the Grand Palais in Paris, France, Sunday Aug. 23, 2026. (Teresa Suarez/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Teresa Suarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RBBQLNZSL74Y6JW3HFU2U4BFCY.jpg?auth=f8935219cd3c7dd6b42714681f64c1eb6ecb61f3785c0c4152eac1d216754960&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 gestures as he meets the media at the FIFA World Cup closing press conference in Doha, Qatar, Friday, Dec. 16, 2022. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[7 hospitalized after bus, vehicle collide in Lauderdale Lakes]]></title><link>https://www.local10.com/traffic/2026/08/27/6-hospitalized-after-bus-vehicle-collide-in-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/27/6-hospitalized-after-bus-vehicle-collide-in-lauderdale-lakes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Seven people were transported to local hospitals Thursday morning following a bus crash in Lauderdale Lakes, first responders confirmed to Local 10 News.]]></description><pubDate>Thu, 27 Aug 2026 12:46:10 +0000</pubDate><content:encoded><![CDATA[<p>Seven people were transported to local hospitals Thursday morning following a bus crash in Lauderdale Lakes, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/">Leer en español</a></p><p>According to Broward Sheriff Fire Rescue officials, the crash was reported just after 7 a.m. in the 3800 block of West Oakland Park Boulevard.</p><p>First responders said the bus and another vehicle collided.</p><p>Seven people who were involved in the crash were evaluated at the scene before being transported to local hospitals for further treatment. </p><p>Broward Sheriff’s Office deputies said the people injured included the driver of the vehicle, five bus passengers and a man who was retrieving his bicycle from the front of the bus. </p><p>First responders said all injuries were believed to be non-life-threatening.</p><p>The circumstances leading up to the crash remain under investigation.</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/6SJR24DUWNFAHNW2RM26P4VW54.png?auth=49b648b05d3b3d73f7d5e25a90b379fa377bc709a396e0ca3b1a96595fd36392&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[South Florida should have great view of tonight’s partial lunar eclipse ]]></title><link>https://www.local10.com/weather/2026/08/27/south-florida-should-have-great-view-of-tonights-partial-lunar-eclipse/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/27/south-florida-should-have-great-view-of-tonights-partial-lunar-eclipse/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Weather permitting, we should have a great view of Thursday night’s partial lunar eclipse. ]]></description><pubDate>Thu, 27 Aug 2026 12:38:28 +0000</pubDate><content:encoded><![CDATA[<p>Weather permitting, we should have a great view of Thursday night’s partial lunar eclipse. </p><p><a href="https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/">Leer en español</a></p><p>Head to the beach and look to the east-southeast to see the moon rise and the beginning of the eclipse at 9:24 p.m. Then track the moon and the eclipse as it moves west overnight, peaking at 12:12 a.m. </p><p>The eclipse ends at 3:01 a.m. </p><p>Even though the moon will take on a reddish tint, you don’t need to take any safety precautions when viewing -- just sit back and enjoy as the Earth passes in between the sun and moon for a few hours. </p><p>Weather should be good for viewing, although it might be a little cloudy at the beginning. </p>]]></content:encoded></item><item><title><![CDATA[Sur de Florida tendrá excelente vista del eclipse lunar parcial de esta noche]]></title><link>https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Si el clima lo permite, deberíamos tener una excelente vista del eclipse lunar parcial de la noche de este jueves.]]></description><pubDate>Thu, 27 Aug 2026 14:05:12 +0000</pubDate><content:encoded><![CDATA[<p>Si el clima lo permite, deberíamos tener una excelente vista del eclipse lunar parcial de la noche de este jueves.</p><p>Diríjase a la playa y mire hacia el este-sureste para ver salir la luna y el comienzo del eclipse a las 9:24 p.m. Luego siga la luna y el eclipse mientras se desplazan hacia el oeste durante la noche, alcanzando su punto máximo a las 12:12 a.m.</p><p>El eclipse termina a las 3:01 a.m.</p><p>Aunque la luna adquirirá un tono rojizo, no es necesario tomar ninguna precaución de seguridad para observarlo, simplemente siéntese y disfrute mientras la Tierra pasa entre el Sol y la Luna durante unas horas.</p><p>El clima debería ser favorable para observarlo, aunque podría estar un poco nublado al principio.</p>]]></content:encoded></item><item><title><![CDATA[Hospitalizan a seis personas tras choque entre autobús y vehículo en Lauderdale Lakes]]></title><link>https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Seis personas fueron transportadas a hospitales locales la mañana de este jueves tras un accidente de autobús en Lauderdale Lakes, confirmaron los socorristas a Local 10 News.]]></description><pubDate>Thu, 27 Aug 2026 14:00:43 +0000</pubDate><content:encoded><![CDATA[<p>Seis personas fueron transportadas a hospitales locales la mañana de este jueves tras un accidente de autobús en Lauderdale Lakes, confirmaron los socorristas a Local 10 News.</p><p>Según funcionarios de Broward Sheriff Fire Rescue, el accidente fue reportado poco después de las 7 a.m. en la cuadra 3800 de West Oakland Park Boulevard.</p><p>Los socorristas dijeron que el autobús y otro vehículo chocaron.</p><p>Seis personas involucradas en el accidente fueron evaluadas en el lugar antes de ser transportadas a hospitales locales para recibir tratamiento adicional, dijeron funcionarios de BSFR.</p><p>Indicaron que se creía que ninguna de las lesiones ponía en peligro la vida.</p><p>Las circunstancias que llevaron al accidente siguen bajo investigación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SJR24DUWNFAHNW2RM26P4VW54.png?auth=49b648b05d3b3d73f7d5e25a90b379fa377bc709a396e0ca3b1a96595fd36392&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Inundaciones en Nepal resaltan crecientes riesgos de glaciares en una región que va calentándose]]></title><link>https://www.local10.com/espanol/2026/08/27/inundaciones-en-nepal-resaltan-crecientes-riesgos-de-glaciares-en-una-region-que-va-calentandose/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/inundaciones-en-nepal-resaltan-crecientes-riesgos-de-glaciares-en-una-region-que-va-calentandose/</guid><dc:creator><![CDATA[Por SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BENGALURU, India (AP) — La mortífera inundación en Nepal probablemente fue causada por un enorme fragmento de un glaciar que se desprendió y tapó temporalmente un río, según investigaciones preliminares de científicos. Eso pudo haber provocado que el agua acumulada se precipitara río abajo con una fuerza enorme unas horas después, sugirieron.]]></description><pubDate>Thu, 27 Aug 2026 13:59:50 +0000</pubDate><content:encoded><![CDATA[<p>BENGALURU, India (AP) — La mortífera inundación en Nepal probablemente fue causada por un enorme fragmento de un glaciar que se desprendió y tapó temporalmente un río, según investigaciones preliminares de científicos. Eso pudo haber provocado que el agua acumulada se precipitara río abajo con una fuerza enorme unas horas después, sugirieron.</p><p>Los científicos aún están reuniendo información a partir de datos satelitales y a nivel del terreno para determinar con exactitud qué ocurrió y qué causó la inundación.</p><p>El Servicio Geológico de Estados Unidos informó de un colapso glaciar de magnitud 5,2 que envió escombros río abajo con un impacto catastrófico en las comunidades. Señaló que su determinación se basó en datos de estaciones sísmicas cercanas, ondas sísmicas de período largo e imágenes satelitales.</p><p>“Realmente se ha desprendido una parte baja de un glaciar", declaró Jakob Steiner, geocientífico de la Universidad de Graz, en Austria, que actualmente está radicado en Bangladesh. "Si miras las imágenes, es como si alguien hubiera cortado con un cuchillo enorme toda la parte inferior y se hubiera caído”.</p><p>Steiner explicó que una masa de hielo glaciar cayéndose desde gran altura podría sentirse como una bomba, lo que habría derivado en el caos posterior.</p><p>Los científicos indicaron que es demasiado pronto para establecer una conexión directa entre el calentamiento global y la catástrofe. Sin embargo, señalaron que, a medida que aumenta la temperatura de la Tierra por actividades humanas como la quema de petróleo, gas y carbón, crecen las probabilidades de desastres de este tipo, especialmente en las montañas del Himalaya, que se están calentando considerablemente más rápido que muchas otras partes del mundo.</p><p>“Tenemos que ser cautelosos y no establecer una conexión todavía. Sin embargo, el aumento de las temperaturas está cambiando la región del Hindu Kush Himalaya y derritiendo los glaciares”, explicó Saswat Sanyal, especialista en reducción del riesgo de desastres del grupo de investigación climática International Centre for Integrated Mountain Development, con sede en Katmandú.</p><p>Cientos de personas han perdido sus hogares en toda la región del Himalaya, y las autoridades informaron de daños a gran escala en infraestructura crítica, incluidas represas hidroeléctricas, carreteras, edificios y puentes en la región.</p><p>Aumento repentino del nivel del agua no dio oportunidad de escapar</p><p>Los niveles de los ríos en toda la región subieron hasta 9 metros en 30 minutos como resultado de la crecida provocada por el desprendimiento glaciar aguas arriba, indicaron expertos del grupo de investigación climática con sede en Katmandú.</p><p>“Fue un aumento enorme, una crecida enorme de agua que ocurrió de repente”, indicó Sanyal.</p><p>La evidencia preliminar sugiere que un gran volumen de hielo y roca pudo haberse precipitado en el Lhende Khola, un afluente del río Bhote Koshi. Los investigadores señalaron que el colapso pudo haber desplazado agua y arrastrado sedimentos sueltos y rocas, produciendo una potente crecida río abajo. También están examinando si los escombros represaron temporalmente el río antes de que el agua embalsada rompiera el bloqueo, lo que habría magnificado la inundación.</p><p>Steiner indicó que la zona tiene un historial de peligros montañosos destructivos. Inundaciones originadas en un lago glaciar golpearon el mismo valle en 2025, mientras que una avalancha de hielo y roca ocurrió en otra parte del área en 2024. La región más amplia de Langtang también fue afectada por avalanchas devastadoras durante el terremoto de Nepal de 2015.</p><p>El cambio climático aumenta los riesgos en el Himalaya</p><p>El Hindu Kush Himalaya se está calentando rápidamente, lo que impulsa cambios importantes en los glaciares, la cobertura de nieve, el permafrost y las laderas montañosas, según científicos del clima.</p><p>Las montañas contienen el mayor volumen de nieve y hielo fuera de las regiones polares. Más de 63.000 glaciares en el área alimentan al menos 10 grandes sistemas fluviales asiáticos y sostienen la seguridad alimentaria, hídrica, energética y de medios de sustento de miles de millones de personas.</p><p>Sin embargo, alrededor del 78% del área glaciar, ubicada entre 4.500 y 6.000 metros sobre el nivel del mar, está altamente expuesta al calentamiento.</p><p>“Lo que pasó ayer es, por desgracia, la nueva normalidad. A partir de aquí va a empeorar”, señaló Steiner.</p><p>La última década fue el período de varios años más caluroso a nivel mundial desde que comenzaron los registros, y 2024 fue el año más cálido jamás registrado. Informes de las Naciones Unidas han determinado que, entre 2000 y 2019, los glaciares perdieron 267 gigatoneladas de hielo por año, aproximadamente equivalente a la masa de 46.500 Grandes Pirámides de Guiza.</p><p>Debido al calentamiento, expertos proyectan la pérdida de hasta el 50% de todos los glaciares —excluidos los de Groenlandia y la Antártida— para 2100, incluso si el calentamiento global puede limitarse a 1,5 grados Celsius (2,7 grados Fahrenheit).</p><p>Las políticas globales actuales ponen a la Tierra en una trayectoria de calentamiento de alrededor de 2,8 grados Celsius (5 grados Fahrenheit) por encima de los niveles preindustriales para finales de siglo.</p><p>Investigaciones del grupo con sede en Katmandú han encontrado que los glaciares en estas montañas se están derritiendo a un ritmo acelerado, con tasas de pérdida de hielo que se han duplicado desde 2000.</p><p>El derretimiento de los glaciares puede alimentar y agrandar los lagos glaciares, aumentando el potencial de inundaciones repentinas.</p><p>A medida que los glaciares retroceden, la roca de montaña que antes estaba aislada y sostenida por el hielo queda expuesta a temperaturas más cálidas, a la lluvia y a ciclos repetidos de congelación y deshielo. El permafrost —suelo que ha permanecido congelado durante años— también puede descongelarse, debilitando paredes rocosas y laderas.</p><p>“Aumentan las probabilidades de que el material empiece a desplazarse montaña abajo”, apuntó Steiner.</p><p>Sanyal dijo que ese podría ser el tipo de peligro en cascada detrás de lo ocurrido en Nepal: una avalancha o colapso glaciar que se convierte en un flujo de escombros, bloqueo del río e inundación repentina y devastadora.</p><p>El rápido crecimiento y la falta de alertas agravan el desastre</p><p>Steiner señaló que alrededor del 10% de la producción eléctrica de Nepal estaba ubicada en el valle afectado. Añadió que las pérdidas repetidas plantean interrogantes sobre si se ha hecho lo suficiente para instalar sistemas de alerta tanto para residentes como para visitantes tras inundaciones y avalanchas anteriores.</p><p>El paisaje ha sido durante mucho tiempo un atractivo para los turistas, con más de un millón de personas que visitan el país cada año en los últimos años.</p><p>Los científicos afirman que sistemas de alerta temprana más sólidos, un mejor monitoreo y un intercambio transfronterizo de información más rápido serán cada vez más importantes a medida que suban las temperaturas y los paisajes montañosos se vuelvan menos estables.</p><p>Pero monitorear miles de glaciares, laderas empinadas y valles fluviales a lo largo del arco del Himalaya es extremadamente difícil.</p><p>Y cuando comienzan los desastres en cascada, puede haber solo minutos para actuar.</p><p>“No tenemos horas. A veces tenemos unos pocos minutos para realmente prepararnos”, sostuvo Sanyal.</p><p>Steiner aseguró que ya se ha alcanzado una “línea roja” en la que algunas regiones de Nepal son simplemente demasiado riesgosas para vivir.</p><p>“Esperábamos que desastres similares anteriores fueran una llamada de atención para los gobiernos de la región del Himalaya, pero es un poco frustrante que los daños nunca parezcan ser lo suficientemente horribles”, aseveró Steiner.</p><p>“No soy muy optimista en que a partir de mañana haya soluciones claras", agregó. "Sabemos lo que hay que hacer, pero varios actores necesitan coordinarse y hacer que las cosas sucedan”.</p><p>__________________________________</p><p>Puede seguir a Arasu en X en @sibi123. Puede contactarlo en sarasu@ap.org.</p><p>_________________________________</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JCB25D6KWLALZBVIKPPY46R62Q.jpg?auth=4581f3aae68b649f9ff3c4d961e666524bcfccb7763a48bdb09111d793110a9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cuadrillas de obreros despejan escombros tras las inundaciones en el distrito Nuwakot de Nepal el 27 de agosto del 2026. (AP foto/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Aug. 27: Spotty thunderstorms could contain frequent lighting and gusty winds]]></title><link>https://www.local10.com/weather/2026/08/27/aug-27-spotty-thunderstorms-could-contain-frequent-lighting-and-gusty-winds/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/27/aug-27-spotty-thunderstorms-could-contain-frequent-lighting-and-gusty-winds/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[South Florida is firmly back into a rainy season pattern with scattered showers and thunderstorms each day. ]]></description><pubDate>Thu, 27 Aug 2026 13:42:09 +0000</pubDate><content:encoded><![CDATA[<p>South Florida is firmly back into a rainy season pattern with scattered showers and thunderstorms each day. </p><p>There will be plenty of dry time in between, but storms could interrupt any outdoor plans at times. Some could be strong with frequent lightning, brief heavy rain, gusty winds, and even some small hail. High temperatures will be in the low 90s with a heat index between 100-105 degrees, which is just below heat advisory criteria.</p><p>This pattern will last into the weekend with rounds of showers and thunderstorms. This is a welcomed sight considering the severe to extreme drought that is ongoing. </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[The Latest: Trump signs order to rename Lake Ontario to ‘Lake America’]]></title><link>https://www.local10.com/news/politics/2026/08/27/the-latest-trump-signs-order-to-rename-lake-ontario-to-lake-america/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/the-latest-trump-signs-order-to-rename-lake-ontario-to-lake-america/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump said Thursday he is renaming Lake Ontario to be known as “Lake America” in the U.S. as he exacerbates his trade war with Canada. The Republican president signed an executive order updating the lake’s name for the U.S. geographic naming service. Trump cannot, however, force Canada to follow his preferred naming convention.]]></description><pubDate>Thu, 27 Aug 2026 20:15:30 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump said Thursday he is renaming Lake Ontario to be known as “Lake America” in the U.S. as he exacerbates his trade war with Canada. The Republican president signed an executive order updating the lake’s name for the U.S. geographic naming service. Trump cannot, however, force Canada to follow his preferred naming convention.</p><p>The president has been floating the idea of the name change in recent days as the U.S. announced it was imposing 50% tariffs on $20 billion worth of Canadian goods over the weekend after talks between the countries broke down. Canada struck back on Tuesday, slapping retaliatory tariffs on about $20 billion worth of U.S. goods, from industrial products to everyday purchases.</p><p>Here's the Latest:</p><p>Carney rejects Trump’s ‘Lake America’ renaming with a swipe at a changing US</p><p>Canadian Prime Minister Mark Carney rejected Trump’s move to rename Lake Ontario as “Lake America,” invoking the lake’s Indigenous roots while pointedly casting the episode as part of a transformation of the United States under Trump.</p><p>In a social media post, Carney noted that Lake Ontario takes its name from the Wendat word “Ontari’io,” meaning “the lake is beautiful, the lake is big,” and said the name predates both the Canadian Confederation and the U.S. Declaration of Independence.</p><p>“We know that America is changing. Their trading relationships, their foreign policies, their national monuments, their hydronyms,” Carney said.</p><p>“Canadians also know that naming reality means calling it Lake Ontario — then, now and always.”</p><p>Judge questions why Kennedy Center is moving so quickly to return Trump’s name to building</p><p>Just seconds after the Trump administration’s lawyer, Bradley Mayers, began making his case at a nearly two-hour hearing, U.S. District Court Judge Christopher Cooper interrupted to ask why the Kennedy Center needed to begin inscribing the president’s name on the institution’s facade as soon as Sept. 8.</p><p>“What’s magic about that date?” Cooper asked, quipping that sometimes judges travel over the Labor Day holiday.</p><p>Mayers responded that the timeline was in accordance with a vote earlier this month by the Trump-aligned board. As he returned to his arguments that renovations at the Kennedy Center require energy and talent, Cooper interjected again.</p><p>“That’s all fine and good,” the judge said. “What does that have to do with what Congress intended in these statutes? That’s really what’s before me.”</p><p>Canadian histo</p><p>rian says ‘Lake America’ move should be mocked, warns of backlash</p><p>Canadian historian Robert Bothwell says Trump’s move to rename Lake Ontario as “Lake America” should be met with ridicule.</p><p>“People should be standing around the capital laughing themselves sick,” Bothwell said. “Everybody knows the Gulf of America is a joke, and this is a joke in an awful way.”</p><p>Bothwell says the renaming fits what he sees as Trump’s broader effort to subordinate Canada and said it makes a negotiated settlement between the two countries “next to impossible.</p><p>He also warned that if Apple or Google adopt “Lake America” on their maps, it could provoke a backlash in Canada.</p><p>“It’s an insult,” Bothwell said, adding that Canadians could respond with boycotts that might grow into a broader political movement.</p><p>DOJ sues 4 more states for offering in-state tuition for immigrant students</p><p>The U.S. Department of Justice is suing four states that provide in-state tuition for students without legal status, saying the practice discriminates against U.S. citizens and encourages illegal immigration.</p><p>The complaints against Arizona, New Mexico, Oregon and Washington were filed Thursday, marking just the latest legal challenges over tuition breaks for such students. In all, the department has filed 21 lawsuits, with five of those resulting in judges permanently enjoining and declaring unconstitutional laws that gave reduced tuition to students living in the U.S. illegally.</p><p>“This is a simple matter of federal law: colleges cannot provide benefits to illegal aliens that they do not provide to U.S. citizens,” Assistant Attorney General Brett Shumate said in a statement. “This Department of Justice will not tolerate American students being treated like second-class citizens in their own country.”</p><p>Federal prosecutors are seeking to keep the four states from providing in-state tuition rates for all immigrants who maintain in-state residency, regardless of whether those students are lawfully present in the United States.</p><p>New analysis says the Trump administration’s logic used to cut emissions rules is flawed</p><p>The Trump administration relied on flawed logic to justify scrapping vehicle emissions standards earlier this year, according to a new study by a group of economists published Thursday in the journal Science.</p><p>It scrapped the emissions standards when it revoked the endangerment finding, which had long served as the legal underpinning for federal regulation of greenhouse gas emissions.</p><p>Researchers who examined the Environmental Protection Agency’s analysis for doing so said eliminating the rules will cost the country billions of dollars, not save it billions.</p><p>Even setting aside environmental reasons for keeping emissions rules, “the economic case for the rollback of the standards still falls apart,” said Antonio Bento, one of the study’s authors.</p><p>The EPA said it stands by its economic analysis.</p><p>“We will not attempt to push an EV mandate on the American people based on facially implausible projections,” the agency said in a statement.</p><p>Democratic-led states sue Trump administration over changes to family planning program</p><p>The program provides grants to health care providers for contraception, cancer screenings and other services, mainly for low-income women.</p><p>More than 20 states, including New York, Massachusetts and California, argue in a lawsuit against the U.S. Department of Health and Human Services that the department broke the law when it set stricter rules this year for which providers qualify for the program, including requiring them to end diversity programs.</p><p>“This lawsuit is about ensuring safe and effective family planning and reproductive care remains accessible to all,” California Attorney General Rob Bonta said at a news conference, adding that the new requirements were politically motivated.</p><p>Democrat who questioned Kennedy about his 2019 Samoa trip says the now-health secretary lied</p><p>During Kennedy’s confirmation hearings to be the nation’s health secretary, Sen. Edward Markey, D-Mass., asked about Kennedy’s 2019 trip to Samoa at least three times.</p><p>Again and again, Kennedy denied that his reason for the trip was related to vaccines.</p><p>Markey said new documents published by the AP and The Guardian on Thursday “confirm what we already knew: RFK Jr. lied to Congress.”</p><p>“This is a pattern, not a slip,” Markey said in a statement. “He should never have been confirmed, and he cannot be trusted to run HHS for even one more day.”</p><p>In response to questions from the AP, the Department of Health and Human Services said that the Samoa visit “was unrelated to vaccines.”</p><p>But the US president can’t dictate what the rest of the world calls it</p><p>Trump has wide latitude over how the U.S. government recognizes geographic places and landmarks.</p><p>But he can’t force Canada or individual citizens on either side of the border to follow his preferred naming conventions.</p><p>▶ Read more</p><p>Trump introduced idea to rename Lake Ontario hours before Canada announced its reciprocal tariffs</p><p>“The United States is giving serious consideration to changing the name of Lake Ontario to Lake America in that we don’t expect to doing much business with Ontario any longer,” Trump posted Tuesday on Truth Social.</p><p>This latest branding move — reminiscent of his move to rechristen the Gulf of Mexico as the “Gulf of America” — highlights how much Trump’s rhetoric and trade policy have sundered the previously warm relationship between Washington and Ottawa.</p><p>In a scheduled announcement hours after Trump’s post, Canadian leaders unveiled tariffs on about $20 billion worth of American goods, including steel, dairy products, appliances and farm equipment — a retaliation for the Trump administration’s new 50% tariffs on Canadian goods.</p><p>▶ Read more</p><p>Lake Ontario’s name predates either country</p><p>The lake’s name comes from the Huron Indigenous people’s word “oniatarí:io,” meaning “lake of shining waters,” and predates European settlement in the region. The province, founded in 1867, took its name from the lake.</p><p>The International Hydrographic Organization — of which both the United States and Canada are members — works to ensure that the world’s seas, oceans and navigable waters are surveyed and charted uniformly, and also names some of them. But there is no single international body that determines the names of international bodies of water.</p><p>▶ Read more</p><p>Lutnick downplays potential of demolishing Kennedy Center</p><p>Trump administration lawyers raised the prospect earlier this week that the Kennedy Center would be demolished if Trump’s name wasn’t recognized at the institution to facilitate further fundraising for renovations.</p><p>“What was pointed out,” Commerce Secretary Howard Lutnick told reporters, “was that if you do nothing, bad things happen. But they’re not going to happen on Thursday.”</p><p>Lutnick was speaking ahead of a hearing in Washington to consider arguments over the Kennedy Center’s move to inscribe Trump’s name on the building. He argued that the effort was a way to recognize the president’s contributions to the renovations and said the board wasn’t trying to rename the institution, which a judge ruled earlier this year was illegal.</p><p>“That’s yesterday,” Lutnick said of the renaming debate.</p><p>Trump sidesteps question about CIA director’s Russia trip</p><p>CIA Director John Ratcliffe made a surprise visit to Moscow earlier this week, but Trump won’t share what he told Russian officials.</p><p>The Wall Street Journal reported on Wednesday, citing unidentified people briefed on the matter, that Ratcliffe’s trip was to deliver a warning to Russia not to attack NATO countries.</p><p>Asked during Thursday’s Oval Office exchange with reporters about whether Ratcliffe delivered that message to Russian President Vladimir Putin, Trump offered a roundabout response.</p><p>“I don’t want to comment on that, but they’re not going to attack,” Trump said.</p><p>Trump says US is sending aid to Nepal after catastrophic floods</p><p>The president said recent flooding in a border area of China and Nepal was terrible to see, describing how “strong, well-built buildings were wiped out like they were toothpicks.”</p><p>Talking to reporters in the Oval Office on Thursday, he said the U.S. has spoken with Nepalese leaders and offered to provide “anything they want.”</p><p>Trump said there were 50 or 60 Americans in the area but added that a full accounting hasn’t been completed.</p><p>The State Department has said 90 Americans were unaccounted for in China and Nepal. It said it was not aware of any U.S. deaths.</p><p>Hawaii governor condemns RFK Jr.’s 2019 Samoa trip and says health secretary ‘misled Congress’</p><p>Hawaii’s Democratic Gov. Josh Green on Thursday called for Kennedy to resign as health secretary, saying he “misled Congress about his intentions in Samoa and his stance on vaccinations during his confirmation hearings.”</p><p>The statement came in reaction to new reporting from the AP and The Guardian revealing that documents refute Kennedy’s statements to senators that a 2019 trip he took to Samoa had “nothing to do with vaccines.”</p><p>Green, a Democrat and physician, organized flights loaded with vaccine doses to administer inoculations in Samoa during its deadly measles outbreak later in 2019.</p><p>Green said Kennedy’s “fear tactics” contributed to that disaster.</p><p>“He and his anti-vax organization intentionally misled the Prime Minister and the people of Samoa about the measles vaccination earlier that year, and Samoa paid the ultimate price,” Green said.</p><p>Trump calls Cruz ‘very talented,’ says the Texas senator ‘might’ run for president in 2028</p><p>The president was asked about Cruz teasing a 2028 presidential run and responded, “I would say that he’s very talented. He’s a very good friend of mine. I think he might do that, yeah.”</p><p>Trump added of Cruz: “He’s a talented guy.”</p><p>Cruz ran for president in 2016 and was among the last Republican primary candidates still in the race when Trump clinched the party’s nomination.</p><p>Trump signs order renaming Lake Ontario as ‘Lake America’ in the US</p><p>Trump said Thursday he is renaming Lake Ontario to be known as “Lake America” in the United States as he exacerbates his trade war with Canada.</p><p>The Republican president signed an executive order that updated the lake’s name for the U.S. geographic naming service. Trump cannot force Canada to follow his preferred naming convention, however. The move is reminiscent of his move last year to rename the Gulf of Mexico as the “Gulf of America.’”</p><p>Trump, who signed the order as he was sitting at the Resolute Desk in the Oval Office, had a large sign behind him propped on a stand with a map of the Great Lakes. Over Lake Ontario, in big red letters, the map read “Lake America.”</p><p>He told reporters that Canada is “the worst” to deal with on trade. “They feel entitled and we can’t have that,” he said.</p><p>The president has been floating the idea of the name change in recent days as the U.S. announced it was imposing 50% tariffs on $20 billion worth of Canadian goods over the weekend after talks between the countries broke down.</p><p>▶ Read more</p><p>Democratic senator who questioned Kennedy on Samoa reacts to AP’s reporting</p><p>AP’s latest findings about Robert F. Kennedy Jr. ’s trip to Samoa show his platform “is built on lies and grifts that leave a trail of dead children in their wake,” said Democratic Sen. Ron Wyden of Oregon, ranking member of the Senate Finance Committee, which oversees Kennedy’s health department.</p><p>The AP reported earlier Thursday that new documents refute Kennedy’s account that his 2019 visit, before a deadly measles outbreak, had “nothing to do with vaccines.”</p><p>Responding to the reporting, Wyden said he plans to press Republicans to refer Kennedy to the Justice Department for criminal investigation for lying to Congress.</p><p>If Democrats take the Senate majority in this fall’s elections, he added, his committee will prioritize holding Kennedy accountable.</p><p>“There are consequences for lying to Congress,” he said.</p><p>Group of Democratic senators calls on ICE to cancel plan for shock gloves</p><p>A group of U.S. senators led by Democrat Catherine Cortez Masto of Nevada is urging Immigration and Customs Enforcement to cancel its plan to outfit officers with gloves that can deliver painful electric shocks.</p><p>In a letter to ICE’s acting director, Cortez Masto and 15 of her colleagues in the Democratic caucus questioned ICE’s need to spend up to $20 million on the devices and the agency’s ability to use them appropriately.</p><p>“The blatant and tragic misuse of force in Los Angeles, Chicago, Minneapolis, Houston, Maine, and other locations around the country raises significant skepticism about the agency’s professional capability to safely deploy a new tool that could be used to harm Americans without cause,” the letter said.</p><p>Zelenskyy’s direct plea helped unlock Russia sanctions in the Senate. What’s next is uncertain</p><p>A Russian sanctions package in Congress represents the most ambitious effort to support Ukraine since Trump returned to the White House. The Senate approved it after a personal plea from Ukrainian President Volodymyr Zelenskyy, who told lawmakers after Lindsey Graham’s funeral last month that his country needs the sanctions as a morale booster.</p><p>The bill Graham promoted would deprive President Vladimir Putin of oil and gas revenue fueling the war machine. But House approval is uncertain. House Speaker Mike Johnson faces resistance from some Republicans. And many Democrats supportive of Ukraine warn it would hand Trump too much tariff authority.</p><p>▶ Read more</p><p>The shortage illustrates cascading fallout from Trump’s unexpected war against Iran</p><p>U.S. missile stocks in Europe have been moved to the Middle East, where U.S. and Gulf allies have fired off significant numbers of interceptors, including Patriots, to thwart Iran’s drones and missiles. Some of those attacks have killed and wounded American troops.</p><p>Though a Russian ballistic missile attack against NATO countries is not imminently expected, CIA Director John Ratcliffe went to Moscow this week to warn Russia not to attack, The Wall Street Journal reported. Trump played down the significance of the rare and secretive trip, saying it was “sort of semi-routine.”</p><p>European and NATO officials say Russia could be in a position to attack countries in the alliance by 2030. Patriot stockpiles are projected to rebound by then. In the meantime, Russia’s war in Ukraine could hinder its ability to carry out any missile attack on Europe as it would be a challenge for Moscow to fight an air war on two fronts.</p><p>US faces critical shortage of Patriot missiles in Europe, officials tell AP</p><p>The shortage of advanced missile interceptors is largely driven by Trump’s war with Iran, a U.S. defense official in Europe and a NATO official told The Associated Press, raising concerns about vulnerabilities in NATO countries to a potential Russian attack.</p><p>The U.S. defense official said the most concerning shortfall involves Patriot missile interceptors, which can shoot down Russia’s high-speed ballistic missiles. The NATO official confirmed the low inventories of Patriots among American and NATO forces in Europe. Both spoke on condition of anonymity to discuss sensitive military matters.</p><p>In the event of a Russian ballistic missile assault on, for example, a military headquarters or power plant, NATO could be in a similar position to Patriot-starved Ukraine and be forced “to take punch after punch in the mouth,” the U.S. defense official said.</p><p>In Europe, the American military “definitely” does not have enough Patriots to stop any possible sustained ballistic missile attack and would have “very limited” capability to defend against a single ballistic missile strike or a stray Russian missile that goes off course, the U.S. official said.</p><p>▶ Read more</p><p>Michigan Democrats want to fight Trump. First they have to stop fighting each other</p><p>When Democrats gathered this week in a West Michigan congressional district they’re trying to flip blue, they wanted to talk about the cost of living under President Donald Trump. But it didn’t take long for the conversation to turn to a controversy dividing their party.</p><p>One attendee chided U.S. Rep. Hillary Scholten for failing to support Democratic Senate nominee Abdul El-Sayed.</p><p>“Your inflammatory rhetoric has nothing to do with creating a better economic future for the people of West Michigan, and everything to do with protecting the pipeline of our tax dollars to Israel,” the woman said.</p><p>The exchange captured a problem confronting Democrats as they head toward November. Party leaders believe concerns about the economy have given them an opening to win control of Congress, but internal divisions are making it harder to keep the focus there.</p><p>▶ Read more</p><p>New sanctions and a trade embargo leave Iran with few places to turn</p><p>Iran’s economy, already strained by high inflation, years of Western sanctions and a war that has sharply reduced oil revenue, is poised for more instability as the Trump administration tries to coerce other countries into ending all financial dealings with the Islamic Republic.</p><p>A decision by the United Arab Emirates to suspend trade relations with Iran last week kick-started the White House’s latest attempt to isolate Tehran into submission. Iran entered the war with its foreign commerce concentrated among a relatively small group of countries, leaving it with fewer places to turn now.</p><p>The success of the U.S. strategy will largely hinge on China, the main buyer of Iranian oil and its top trading partner. Russia, a fellow target of sweeping U.S.-led sanctions, has a military conflict and economic crisis of its own and probably can’t offer longtime ally Iran much hard financial support.</p><p>▶ Read more</p><p>Canada is bolstering its defense industry as US relations fray</p><p>The Canadian government is investing an additional $60 billion over the next five years to reduce its dependence on American suppliers, a shift due to Trump’s pressure to contribute more to NATO as well as strained trade relations with Washington.</p><p>Canada aims to boost domestic defense capabilities and create jobs while developing innovative technologies for military and civilian use, like drones and robotics. Clothing maker Wuxly, known for luxury parkas, is joining in, making high-tech military gear.</p><p>Prime Minister Mark Carney’s vow to strengthen Canadian economic self-sufficiency is a boon for Canadian startups and established companies, as well as firms in Europe.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XINSU565NEHT6K74WHIM4NMATE.jpg?auth=092b0e18320974d90f5487bef55493737c7c29bef452f4e3e7acde90bde506e7&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, center, walks from Marine One to board Air Force One, Aug. 21, 2026, at Joint Base Andrews, Md., en route to South Carolina. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/74A5ZUFBBEXOSGK2K5TYGSSZ44.jpg?auth=09fab8dbb2cfc323930832e1168f86af53e81d5008040c4539636ad640dd19d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks away after watching a black plume of smoke rise from a warehouse in the industrial area of Sharjah City, United Arab Emirates, March 1, 2026, following reports of Iranian strikes in Dubai. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UXZ7TKLCYUB2YAYVOQ6GHSKA6I.jpg?auth=eb3b73669eccc6c66ae8787fd3e4b74a5bc5a75841f66538c9031da0cec25732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Robert F. Kennedy Jr., President Donald Trump's choice to be Secretary of Health and Human Services, appears before the Senate Finance Committee for his confirmation hearing, at the Capitol in Washington, Jan. 29, 2025. (AP Photo/Ben Curtis, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HETZC3RELDVTYZCYZCII5SDTPM.jpg?auth=d7b63eca762d5b06980ebfe01c2b0eb718f44a7936807f84c9c201d4dd101252&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cans and kegs of craft beer are stored at Pryes Brewing Company in Minneapolis, Wednesday, Aug. 26, 2026. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Kidnappers in Nigeria collected more than $5 million in ransoms in a year, analysts say]]></title><link>https://www.local10.com/business/2026/08/27/kidnappers-in-nigeria-collected-more-than-5-million-in-ransoms-in-a-year-analysts-say/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/kidnappers-in-nigeria-collected-more-than-5-million-in-ransoms-in-a-year-analysts-say/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN, Associated Press]]></dc:creator><description><![CDATA[ABUJA, Nigeria (AP) — Kidnappers in Nigeria collected more than $5 million in ransom payments over the last year, a Lagos-based intelligence group said Thursday, as the country faces a multifaceted security crisis.]]></description><pubDate>Thu, 27 Aug 2026 13:36:30 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — Kidnappers in Nigeria collected more than $5 million in ransom payments over the last year, a Lagos-based intelligence group said Thursday, as the country faces a multifaceted security crisis.</p><p>“For every ransom that is paid for a kidnapping incident, you are simply birthing another kidnapping incident,” Kehinde Giwa, a security analyst at SBM Intelligence, told The Associated Press.</p><p>SBM Intelligence said in a report on Wednesday that 7.78 billion naira ($5.8 million) was paid in ransom for releasing people who had been kidnapped between July 2025 and June 2026. The group said that 7,825 people were kidnapped in that time, a 66% increase from the previous year.</p><p>Abductions are common in Nigeria, where militant groups target schoolchildren and other civilians to put pressure on the government and extract ransoms.</p><p>Last week, dozens of people were kidnapped from a mosque in a spate of abductions at several villages in Nigeria's north-central Niger state.</p><p>Armed groups, known as bandits in Nigeria, regularly carry out raids and kidnappings for ransom in the northwest and north-central parts of the country. Authorities have said the bandit groups include mostly former herders who took up arms against farming communities, after clashes between them over increasingly strained resources.</p><p>There is also an insurgency by Islamic militants in the country’s northeast that has lasted more than a decade.</p><p>“Nigeria is not winning the war,” said Giwa, from SBM Intelligence. “There are close to 21 kidnapping incidents that happen on a daily basis.”</p><p>Abba Bukar, a resident of Maiduguri, in the northeastern state Borno, said Thursday that he was abducted in June close to a university and spent around four weeks in captivity.</p><p>“My father paid around 2 million naira (about $1,500). He had to sell my house and belongings and borrow money,” Bukar said, adding that the family is still struggling to recover economically from the ordeal.</p><p>The United States and Nigeria recently formed a military partnership to tackle the West African country's multifaceted security crisis.</p><p>The U.S. in February sent troops to Nigeria to help advise its military, and in March, the U.S. also deployed drones there after Trump’s allegations about Christians being targeted in Africa's most populous country.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVYL2BXJTX4NCWYC63R3JVB634.jpg?auth=53dae8d7fcf661cad7caba185e9f7be374ad048f6500ef0415e5cc6532f763da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People protest demanding government to rescue the school children that were recently kidnapped in various part of the country, on the street of Lagos, Nigeria, Friday, June 12, 2026. (AP Photo/Sunday Alamba, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sunday Alamba</media:credit></media:content></item><item><title><![CDATA[Ratko Mladic, ex-Bosnian Serb warlord who oversaw atrocities, dies as a prisoner at 84]]></title><link>https://www.local10.com/news/2026/08/27/ratko-mladic-ex-bosnian-serb-warlord-who-oversaw-atrocities-dies-in-prison-at-84/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/ratko-mladic-ex-bosnian-serb-warlord-who-oversaw-atrocities-dies-in-prison-at-84/</guid><dc:creator><![CDATA[By JOVANA GEC and DUSAN STOJANOVIC, Associated Press]]></dc:creator><description><![CDATA[BELGRADE, Serbia (AP) — Ratko Mladic, the bullish Bosnian Serb general whose forces besieged the Bosnian capital for several years in the 1990s and carried out the worst massacre in Europe since World War II, died Thursday while serving a life sentence for his crimes, U.N. officials said. He was 84.]]></description><pubDate>Thu, 27 Aug 2026 19:18:29 +0000</pubDate><content:encoded><![CDATA[<p>BELGRADE, Serbia (AP) — Ratko Mladic, the bullish Bosnian Serb general whose forces besieged the Bosnian capital for several years in the 1990s and carried out the worst massacre in Europe since World War II, died Thursday while serving a life sentence for his crimes, U.N. officials said. He was 84.</p><p>Mladic died at a hospital in The Hague, Netherlands, U.N. court officials said. A Mladic relative who spoke to The Associated Press on the condition of anonymity because of the sensitivity of the situation confirmed the reports and said Mladic’s son, Darko Mladic, was on his way to the Dutch city.</p><p>The U.N. tribunal for war crimes committed during the wars in the former Yugoslavia in the 1990s sentenced Mladic to life in prison in 2017 in what was considered a key step toward bringing justice to the victims. He had been in custody since 2011 after many years on the run.</p><p>The ruthless, blue-eyed former communist officer-turned nationalist warlord was one of the most notorious figures of the conflict that left more than 100,000 people dead and over 1 million homeless. He commanded his troops to “scorch the brains” of the Bosnian Muslims and boasted of being a “Serbian God.”</p><p>A rise to power</p><p>When the ethnic war in Bosnia and Herzegovina started in 1992, Mladic became the commander of the Bosnian Serb troops and took control of large swaths of the country to form a Serb mini-state.</p><p>Serbs under Mladic’s control laid siege to the Bosnian capital, Sarajevo, and other cities and villages, established concentration camps for detained non-Serb civilians and enemy soldiers, and systematically killed prisoners.</p><p>In Sarajevo, Serb troops kept the city isolated while killing civilians with snipers and heavy artillery. In 1995, Mladic’s troops slaughtered more than 8,000 Muslim men and boys in Srebrenica — the first case of genocide in Europe since WWII.</p><p>But Mladic and his admirers have never repented. He was seen by many as a patriot fighting for the first pan-Serbian state. Defiant, Mladic acted bullishly during his trial and yelled at the judges when sentenced to life in prison.</p><p>Munira Subasic, from the Mothers of Srebrenica group, said she had mixed feelings about Mladic’s death and deplored that Mladic’s crimes are still being denied by many Bosnian Serbs.</p><p>“Today, a major war criminal died, the criminal of the Balkans,” Subasic said. But while mothers of victims “are still carrying the pain in our souls" 31 years later, “we are still listening to denials, we are still listening to how Ratko Mladic was a hero for the Serbs,” she said.</p><p>“I am sorry that he died and that he did not suffer for a little while longer, that he didn’t wait for more and dream about the eyes of our children,” she said.</p><p>Residents of Pale, a Bosnian Serb stronghold just outside of Sarajevo, mourned Mladic.</p><p>“He was murdered there, in those dungeons,” said Janko Seslija, a former Bosnian Serb soldier. “I feel sorry for Gen. Mladic. He was an honorable man, honorable soldier and commander.”</p><p>Raised on nationalism</p><p>Mladic was born March 12, 1942, in the tiny Bosnian village of Bozinovici, in the hills 40 kilometers (25 miles) south of Sarajevo. Like other protagonists in the Yugoslav conflict, he imbibed nationalism from his family’s fate in WWII — his own father was killed by Croats.</p><p>A communist-era officer, Mladic sided with the Serbs as Yugoslavia disintegrated into war. Mladic first led a Serb insurgency in Croatia before taking over the Bosnian Serb army that was backed by Serbia and then-President Slobodan Milosevic, who also died in the custody of the Hague court in 2006 while on trial for genocide.</p><p>Mladic was known for his obsession with his nation’s history. He saw Bosnia’s war as a chance for revenge against the onetime 500-year-long Ottoman occupation of Serbia. He often referred to Bosnia’s Muslims as Turks and boasted of revenge when his troops overran the protected U.N. enclave of Srebrenica in 1995.</p><p>Carried away by Serb dominance in firepower and international ignorance, Mladic was convinced of his final victory.</p><p>“The time has come ... for revenge against Turks in these regions,” Mladic said after taking over Srebrenica.</p><p>Slaughter of civilians</p><p>A U.N. “safe haven” for Muslims, Srebrenica ended up overrun by Serbs who separated the men and boys, forced them to strip, killed them and bulldozed their bodies into mass graves in a brutal rampage that lasted for over a week.</p><p>The Srebrenica survivors said one image forever will be imprinted in their minds: Mladic handing out candy to Muslim children who had been rounded up on the town’s square and reassuring them that everything would be all right — even patting one child on the head.</p><p>Convinced of the power of his army, he used to tell his soldiers: “When I give you guarantees, it’s as if they are given by God.” To clear the way for his helicopter to land, he would tell air traffic controllers: “Here speaks Ratko Mladic — the Serbian God.”</p><p>Sarajevans still remember his commands to the Serb gunmen pounding the Bosnian capital in early 1992. He issued his orders through a military radio system, not bothering to scramble the signal, which was picked up and taped by the Sarajevo police.</p><p>“Turn toward Velesici, there are no Serbs there,” Mladic said as he ordered his artillery to pound the Sarajevo suburb.</p><p>“Scorch their brains,” he told his gunmen.</p><p>Life on the run</p><p>Faced with the U.N. tribunal’s genocide indictment, Mladic in 1996 began his fugitive years in Han Pijesak, a military compound in eastern Bosnia built for Yugoslavia's longtime communist leader, Josip Broz Tito, and designed to withstand a nuclear attack.</p><p>With his wife, Bosa, Mladic settled down to imposed domesticity, passing the time caring for bees and goats. His 23 goats reputedly bore the names of foreign dignitaries he despised, such as Madeleine Albright, the former U.S. secretary of state.</p><p>Surrounded by security guards, he occasionally ventured out of the dense pine forest to mark events such as the anniversary of the Bosnian Serb army and St. Vitus Day, a religious festival marking the 1389 Serb defeat by the Turks at Kosovo.</p><p>When his trail grew too hot in Bosnia in the late 1990s, Mladic moved with family to a villa near the Serbian capital, Belgrade. There, he was seen at his son’s wedding, soccer games and fancy restaurants, refusing to give interviews and smiling quizzically when photographed.</p><p>When Milosevic was ousted from power in 2000, and Serbia's new pro-democracy authorities signaled they might hand Mladic to the tribunal, tabloids reported he had left Belgrade for Bosnia.</p><p>But true to his style, Mladic countered those rumors and others that said he was terminally ill, and before going underground in 2002, he was repeatedly seen driving around the Serbian capital in a Yugo.</p><p>Capture and conviction</p><p>He completely disappeared from public view in 2008 and was finally arrested in May 2011 in a village near Belgrade where he was hiding at a relative’s house.</p><p>The frail-looking old man who appeared in court at the Hague was a far cry from the robust image Mladic exuded in wartime. But his defiance was intact.</p><p>“Everything you said is pure lies. Shame on you!” he yelled at the U.N. judges when they handed down the conviction.</p><p>Already in poor health upon arrest in 2011, Mladic is believed to have suffered multiple strokes during his years on the run and was hospitalized on several occasions while in custody.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IL7ANQF6QDHUM7YYGRMPFGA5RU.jpg?auth=4bd25737656219a46e620d79ec4a3e99a6eb501c0ca4423bb428d2010a8c7212&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bosnian Serb General Ratko Mladic, right, talks on the phone next to Russian Army General Vladimir Zurbenko, center, during the visit of a Russian Army delegation to the Bosnian town of Banja Luka in Oct. 1995. (AP Photo/Radivoje Pavicic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Radivoje Pavicic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6REC6F446RI6W64WU5ED7ODN7E.jpg?auth=1d78cd2b9d36759dd2aaf7ec0d14ac67d2bf4206843ca95869a9aaccdccd92a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bosnian Serb General Ratko Mladic, center, speaks with Bosnian Serb President Radovan Karadzic, right, in the Bosnian town of Banja Luka, in 1994. (AP Photo/Radivoje Pavicic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Radivoje Pavicic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QXXXOCH46DRYQXPTGWRWC5B2IM.jpg?auth=8c6e5f4c471cb591b6c4920ca5937bba09a4b9afbc4e55f6dd4f5a81f06032b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A mural of former Bosnian Serb military chief Ratko Mladic vandalized with paint in Belgrade, Serbia, Tuesday, Sept. 20, 2022. (AP Photo/Darko Vojinovic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YBPIXD7I4KOWUHISWPU5KTWGLI.jpg?auth=ac0699d941822c58d423ea320a5367d80e79346d8ebbf37f3f40234a2e356b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nura Mustafic, one of the Mothers of Srebrenica and other Bosnian organizations, wipes away tears as she reacts to the verdict which the Yugoslav War Crimes Tribunal, ICTY, handed down in the genocide trial against former Bosnian Serb military chief Ratko Mladic, in The Hague, Netherlands, Wednesday Nov. 22, 2017. (AP Photo/Phil Nijhuis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Nijhuis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M2XM3XAESLJ5RPGTXDLMTTOANU.jpg?auth=a5c9c06add54714fa2eca3e25276d0099bef3c879f062b7b43d45ee5bad5cab9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Bosnian Serb military chief Ratko Mladic sits in the court room in The Hague, Netherlands, Tuesday, June 8, 2021, where the United Nations court delivers its verdict in the appeal of Mladic against his convictions for genocide and other crimes and his life sentence for masterminding atrocities throughout the Bosnian war. (AP Photo/Peter Dejong, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content></item><item><title><![CDATA[Jury deliberates whether Lindsay Clancy is liable for the murder of her 3 children]]></title><link>https://www.local10.com/news/2026/08/27/jury-deliberates-whether-lindsay-clancy-is-liable-for-the-murder-of-her-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/jury-deliberates-whether-lindsay-clancy-is-liable-for-the-murder-of-her-3-children/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Jurors in the Lindsay Clancy murder trial in Plymouth, Massachusetts, are deliberating Wednesday whether the former labor and delivery nurse is criminally responsible for killing her three children in 2023.]]></description><pubDate>Thu, 27 Aug 2026 17:03:25 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Jurors in the Lindsay Clancy murder trial in Plymouth, Massachusetts, are deliberating Wednesday whether the former labor and delivery nurse is criminally responsible for killing her three children in 2023.</p><p>While both sides agree she killed her children, Clancy’s defense team argued she suffered from postpartum psychosis, with defense attorney Kevin Reddington stating that “ lousy medical care ” exacerbated her condition. Prosecutors at the Plymouth County District Attorney’s office argued she intentionally planned the killings and that the nation’s healthcare system is “ not on trial here.”</p><p>Postpartum psychosis is estimated to afflict 1 to 2 per 1,000 women after delivery. Experts at the Cleveland Clinic describe it as a mental health emergency affecting someone’s sense of reality. It can happen to anyone after giving birth, but the chances are higher for people with certain mental health conditions. Though most people with postpartum psychosis don’t harm their children, mothers with severe cases may try to do so, and also may try to harm themselves.</p><p>___</p><p>Editor’s Note: 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. There is also an online chat at 988lifeline.org.</p><p>___</p><p>Here's the latest:</p><p>Judge describes the difficulty of murder trials</p><p>After jurors left the courtroom, Sullivan commended the prosecution and defense for their efforts.</p><p>“Unless you’ve tried a difficult murder like this one, you may not be aware how difficult and tough it is to try a case like this,” he said. “It’s emotionally taxing. It’s intellectually challenging. It’s physically exhausting.”</p><p>Jury begins deliberations</p><p>The jury has started to deliberate in the murder trial of Lindsay Clancy, a mother accused of strangling her three young children in a case that has drawn attention to postpartum mental health. Clancy has pleaded not guilty by reason of lack of criminal responsibility. Her lawyers have argued she was experiencing postpartum psychosis when she killed Cora, Dawson and Callan Clancy at the family’s home in coastal Duxbury, Massachusetts, in January 2023. The rare mental illness is linked to the stress, sleep deprivation and hormonal changes that follow childbirth. Prosecutors say Clancy planned the killings and understood her actions were wrong. Jurors must decide whether she was criminally responsible and, if so, exactly what crimes she committed.</p><p>Judge appoints a foreperson before deliberations begin</p><p>Before the jury left the courtroom, Sullivan appointed one of the jurors, identified only as No. 257, as foreperson.</p><p>He told them a deliberation is not an easy task, and to respect each other’s opinions.</p><p>Judge explains ‘proof beyond a reasonable doubt’ to the jury</p><p>Sullivan has told jurors that Clancy retains the presumption of innocence unless they find her guilty.</p><p>“Proof beyond a reasonable doubt does not mean proof beyond all possible doubt, for everything in the lives of human beings is open to some possible or imaginary doubt,” the judge says.</p><p>“The charge is proved beyond a reasonable doubt if, after you’ve compared and considered all of the evidence, you have in your minds an abiding conviction to a moral certainty that the charge is true.”</p><p>Closing arguments end, jury hears more instructions</p><p>Sprague has ended her closing argument describing how horrific and cruel the killings were.</p><p>“She left them discarded on the basement floor like broken toys because she was done playing the game,” Sprague says. “You know to a moral certainty she is guilty.”</p><p>The judge is now giving the jury more instructions ahead of the start of deliberations.</p><p>State provides its theory for why Clancy killed her children</p><p>Sprague confronts one of the central questions in the case: Why would a mother who loved her children kill them?</p><p>“She was depressed. She was exhausted. She was done. She didn’t want to try anymore. She felt damaged,” Sprague says. “But those kids, those kids were her protective factor. Those kids were keeping her from ending her misery.”</p><p>And so, Sprague says, Clancy “had to remove the protective factor.”</p><p>Sprague adds Clancy had other options, including moving to her mother’s for more support or killing herself and leaving the kids alive.</p><p>“It was a choice to take them with her. It was a horrible choice,” the prosecutor says. “It is a choice that we don’t want to think about that a mother could make, because that doesn’t make us feel safe or comfortable in this world. But it’s a choice she made.”</p><p>Prosecutor says evidence shows Clancy planned the killings</p><p>Sprague alleges Clancy sent her then-husband to get some take-out food at a local restaurant to give her time to kill the children. She even checked a map to see how long it would take him to collect the food and return home.</p><p>“What she needed to know was how long specifically on that night it would take to get there,” Sprague says, “because she knew she would have a limited amount of time to do what she wanted to do. And what she had decided to do was to kill the children and then kill herself.”</p><p>When Clancy saw she would need more time than the restaurant trip would take, she asked her then-husband to also pick up medication at a local pharmacy, Sprague says.</p><p>“She’s adding to this errand and she has to make sure she’s not interrupted,” Sprague says.</p><p>State says Clancy lied to mental health providers about her dark thoughts</p><p>Sprague says Clancy’s decision not to tell her mental health providers about thoughts she had in December 2022 of harming her children shows she understood those thoughts were wrong.</p><p>Clancy disclosed the thoughts to her then-husband and to her mother, but not to her doctors, Sprague says.</p><p>Clancy feared her children could be taken away if she told a mandated reporter, Sprague says.</p><p>“That’s a rational thought,” Sprague says. “It also shows you that she knew it was a bad thought, a wrong thought.”</p><p>“Not only is she hiding it. She is lying about it.”</p><p>Prosecution questions Clancy’s adherence to treatment</p><p>Prosecutor Jennifer Sprague acknowledges that Clancy sought help for her mental health struggles, but argued that she did not always take medications as prescribed or give her providers complete and accurate information.</p><p>“She wanted to get better, but she wanted to get better on her own terms,” Sprague says. “And as a nurse, she knew that’s not the right way to approach it.”</p><p>Sprague rejects the defense’s argument that Clancy did not receive the care she needed, saying her providers were working with the information Clancy gave them.</p><p>“This doesn’t mean that she wasn’t struggling, that she wasn’t dealing with these mental health issues,” Sprague says. “She had depression.”</p><p>But, she adds: “They were doing the best they could with her level of cooperation and compliance with the plan.”</p><p>Prosecutor begins her closing argument</p><p>Prosecutor Jennifer Sprague says the case isn’t about the “mental health system or how it treats women.”</p><p>“That’s a distraction to get you angry and passionate about an important issue, but an issue that’s not on trial here,” she says.</p><p>The case, Sprague says, is about whether Clancy could recognize what was wrong with her actions and conform her actions to the law. In Clancy’s case, she had more support and resources than most have when navigating the American health care system.</p><p>“This wasn’t a woman suffering from a lack of care, a lack of resources,” she says. “She had an abundance of health, an abundance of care. She had all of that and more.”</p><p>Clancy wrote about her ‘horrible, intrusive thoughts’</p><p>Before Reddington concluded his closing argument, he held up a posterboard with some of Clancy’s desperate writings as her mental health deteriorated.</p><p>He says she was in “the depths of the despair” before the killings.</p><p>She wrote that he was having “horrible, intrusive thoughts” that prompted her to seek treatment.</p><p>At one point, her writings became like gibberish, he says.</p><p>“There’s nothing other than little chicken scratches because her mind was gone,” Reddington said.</p><p>Reddington describes Clancy attempt to research support for postpartum depression, called a suicide hotline, visited multiple providers and was voluntarily admitted to a psychiatric hospital.</p><p>“My God, what does she have to do? She was reaching out for help and she wasn’t getting it,” he says.</p><p>Lawyer talks of Clancy’s deterioration during mental health treatment</p><p>Reddington has told the jury that Clancy ’lived for her kids” but after she starting seeing a doctor, “it was not a wonderful life anymore.”</p><p>“You have the medical records. You heard the testimony. You know her concerns. You know her fears,” Reddington said. “Does this sound like a young lady that didn’t care and wanted to score more drugs off somebody? That’s another repulsive allegation.”</p><p>Reddington holds up a posterboard with some of Clancy’s desperate writings as her mental health deteriorated.</p><p>He says she was in “the depths of the despair” before the killings.</p><p>Reddington talks of Clancy’s devotion to her children</p><p>The defense attorney holds up a small “wish box” that Lindsay Clancy and her then-husband, Patrick, bought on their honeymoon in Hawaii, before they had children.</p><p>Over the years, the couple filled the box with slips of paper recording their hopes for the future. Some were dated 2017, 2018 and 2020.</p><p>“They reference her wishes to have healthy kids, her wishes for her kids to be successful, her wishes to have a good birth the second time around,” Reddington says.</p><p>The box offers a glimpse of the life the couple had imagined for their family years before Clancy killed their three children, he says.</p><p>Defense lawyer criticizes prosecution’s case</p><p>Reddington is reminding jurors of what he told them at the beginning of the trial.</p><p>“In my opening statement, I told you, I said, ‘Watch the evidence, watch the manipulation,’ because that’s what this case was built upon originally and how it developed as the case progressed until it’s in front of you,” he says.</p><p>Reddington says the prosecution has tried to paint Clancy’s suicide attempt as less serious than it was.</p><p>“She made a very, very significant suicide effort,” he says. “They were arguing that it was a fake suicide. Dinky little cuts. No bleeding … You know that’s not what happened.”</p><p>Closing arguments begin with Reddington for the defense</p><p>Reddington is up first.</p><p>He thanks the jury for their service during the monthlong trial, through tough and gut-wrenching testimony.</p><p>“Sadly, juries carry this burden with them for years,” Reddington says.</p><p>He names all three children.</p><p>“They are the victims in this case,” Reddington says.</p><p>Clancy listens to the jury instructions</p><p>Lindsay Clancy stares straight ahead as the judge goes over the instructions.</p><p>At one point, she dabs her eyes with a tissue.</p><p>Jurors hear instructions on law before closing arguments</p><p>Judge William Sullivan printed out a copy of the instructions for the panel.</p><p>He reminded jurors that Clancy is innocent until proven guilty, and went over the elements of the charges.</p><p>He said a defendant is not criminally responsible for their conduct if they have a mental diseases or defect.</p><p>Sullivan tells the jury that they will consider three counts of murder in the first degree for each of the children but can consider murder in the second degree.</p><p>“If you find the defendant guilty of murder you shall decide the degree of murder,” he told the jury.</p><p>The judge says a defendant may form the required intent needed to prove a murder charge and act with premeditation even if she suffered from a mental impairment or consumed prescription.</p><p>The courtroom is full</p><p>The doors of the courtroom have opened and about 90 people have shuffled inside.</p><p>The Plymouth County District Attorney’s office has several people in the front row, including District Attorney Timothy Cruz.</p><p>Clancy’s defense attorney, Kevin Reddington, is pacing back and forth and Clancy has yet to arrive.</p><p>Clancy’s parents Mike and Paula Musgrove are in the front, sitting alongside members of Reddington’s defense team. Neither Patrick Clancy nor his family are here.</p><p>The courtroom is filled.</p><p>Clancy lawyer says the trial has raised awareness about postpartum psychosis</p><p>“A month ago, five weeks ago, I didn’t know anything about this, and it’s just been quite a very, very scary eye-opener for me,” defense attorney Kevin Reddington told The Associated Press before proceedings began Thursday.</p><p>“I do hope that it has opened a discussion and people realize how serious this is. The mother’s postpartum depression, postpartum psychosis, the babies, the statistics, it’s just horrifying,” Reddington says. “And you cannot just deal with human beings in that type of distress on a telemedical Zoom call and throw pills at them.”</p><p>Asked how Clancy has been coping during the trial, Reddington said “not well,” describing her as scared and sad.</p><p>Reddington declined to offer a preview of his closing argument, saying he had nothing written down and would decide what to say when he got to the courtroom.</p><p>Clancy supporters are in the crowd outside the courthouse</p><p>Many are dressed in pink and calling attention to women’s mental health issues.</p><p>“I feel that mental health is at the cornerstone of this, but so is community, family — and we need to believe women,” said Marta Quijano. “And we need to support people and help people when they ask for help. And as a physician myself, I’ve been on both sides of this coin when women are dismissed for our concerns, and it’s not fair.”</p><p>Lyn Feeney said women suffering in their mental health, especially new mothers, need support from a variety of people.</p><p>“The more children you have, the harder it gets,” she said. “So I feel like women just need support from mental health professionals, physicians, family and the justice system.”</p><p>People are lining up outside courthouse</p><p>About 75 people were waiting around 7:30 a.m. ET to get into the Plymouth County court building, including journalists and other members of the public.</p><p>Several media outlets have set up canopies on a nearby grassy area. A handful of people wearing pink in support were also in line.</p><p>Signs and treatment for postpartum psychosis</p><p>Postpartum psychosis usually happens within several days of giving birth but can occur up to six weeks afterwards.</p><p>Symptoms may include hallucinations, delusions, paranoia or other behavior changes.</p><p>A woman may also have mood changes, such as mania or depression, disorganized thinking or behavior, insomnia, irritability or agitation.</p><p>Mothers with the condition need inpatient mental healthcare, which can include involuntary hospitalization. Treatments include medications or electroconvulsive therapy, a procedure done under anesthesia in which small electric currents pass through the brain, intentionally causing a brief seizure.</p><p>Experts say getting help early increases the odds of a good outcome.</p><p>What to know about postpartum psychosis</p><p>Postpartum psychosis is estimated to afflict only 1 to 2 per 1,000 women after delivery. Experts at the Cleveland Clinic describe it as a mental health emergency affecting someone’s sense of reality.</p><p>It can happen to anyone after giving birth, but the chances are higher for people with certain mental health conditions. In a journal article on the subject in 2023, researchers at the Medical University of Lublin in Poland said about half of people with postpartum psychosis have a previous history of psychiatric problems and the most common risk factor associated with the condition is bipolar affective disorder, which causes extreme mood swings.</p><p>Though most people with postpartum psychosis don’t harm their children, mothers with severe cases may try to do so, and also may try to harm themselves.</p><p>Experts say it’s important to seek immediate help if you or your partner or family member show signs of postpartum psychosis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7R7OWUJ3PIOYN75MNWDVRRCB6Y.jpg?auth=c9f37548eb96b30a1c4cfa9c007e4d949294ae6d7703955cb85c88543caa9c61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy listens to the testimony of Dr. Gregory Saathoff during her murder trial in Plymouth Superior Court on Wednesday, Aug. 26, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/POQWAT7KGJZT5NRXPKYRSNLCK4.jpg?auth=d63ac95926fff7b455ec9103b375d613ab55e2731b8285e44bf7c3a64d5aa03f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Musgrove, the father of Lindsay Clancy listens to testimony in his daughters murder trial in Plymouth Superior Court, on Wednesday, Aug. 26, 2026 in Plymouth, Mass. (Greg Derr /The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr/The Patriot Ledger</media:credit></media:content></item><item><title><![CDATA[The number of Americans applying for jobless aid slips to 203,000 as layoffs remain low]]></title><link>https://www.local10.com/business/2026/08/27/the-number-of-americans-applying-for-jobless-aid-slips-to-203000-as-layoffs-remain-low/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/the-number-of-americans-applying-for-jobless-aid-slips-to-203000-as-layoffs-remain-low/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) —]]></description><pubDate>Thu, 27 Aug 2026 12:38:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) —</p><p>The number of people filing for U.S. unemployment benefits fell last week, remaining at historic lows as layoffs are rare and most Americans enjoy job security.</p><p>Jobless claims slipped to 203,000 last week from a revised 207,000 the week before, the Labor Department reported Thursday. The four-week average of claims, which smooths out week-to-week ups and downs, ticked up slightly to 205,500.</p><p>Claims for jobless benefits are a proxy for layoffs, and economists watch them because they can provide early clues of where the job market is headed. For the past year, claims have mostly been at a historically low range of around 200,000 to 230,000 a week.</p><p>The U.S. economy and job market have proved resilient in the face of high gasoline prices caused by the fighting with Iran. The U.S. unemployment rate is low at 4.1%. That is partly because President Donald Trump’s immigration crackdown and the ongoing retirement of baby boomers mean that fewer people are competing for jobs: More than 1.3 million people have dropped out of the U.S. labor force over the past year.</p><p>Companies, scarred by the surprise worker shortages that followed the end of COVID-19 lockdowns, are reluctant to let go of staff. But they aren’t hiring much either. So times are tough for Americans seeking to break into the job market and those who lost their jobs and are looking for new work. Economists describe a “no hire, no fire″ job market.</p><p>So far this year, employers — companies, nonprofits and government agencies — have added an average 61,000 jobs a month. That is an improvement on the 9,700 they averaged last year — the weakest hiring outside a recession since 2002 — when the lingering effects of high interest rates and Trump’s erratic trade policies discouraged companies from hiring.</p><p>When the Labor Department puts out the August jobs report next week, it’s expected to show that employers added another 65,000 jobs, according to a survey of forecasters by the data firm FactSet.</p><p>Hiring this year remains well below the 166,00 monthly jobs created, on average, in 2023 and 2024, let alone the 491,000 a month recorded during the 2021-2022 hiring boom that followed pandemic lockdowns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IGXCUTWOAKZ6SNCR34DDXYOSRQ.jpg?auth=4ae2523cbb158e807942198bdb368f38ad2ca05485a6806ecf6c59c96c17809e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A job seeker waits to talk to a recruiter at a job fair Aug. 28, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[ICE officer charged in Minneapolis shooting released in Texas after immediate extradition rejected]]></title><link>https://www.local10.com/news/2026/08/27/ice-officer-charged-in-minneapolis-shooting-released-in-texas-after-immediate-extradition-rejected/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/ice-officer-charged-in-minneapolis-shooting-released-in-texas-after-immediate-extradition-rejected/</guid><dc:creator><![CDATA[By MICHAEL GONZALEZ and VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[BROWNSVILLE, Texas (AP) — An Immigration and Customs Enforcement officer charged with shooting a man and lying about it during the immigration crackdown in Minneapolis was released from a Texas jail on Thursday after a judge refused to order his return to Minnesota.]]></description><pubDate>Thu, 27 Aug 2026 19:09:02 +0000</pubDate><content:encoded><![CDATA[<p>BROWNSVILLE, Texas (AP) — An Immigration and Customs Enforcement officer charged with shooting a man and lying about it during the immigration crackdown in Minneapolis was released from a Texas jail on Thursday after a judge refused to order his return to Minnesota.</p><p>Christian Castro was released at the break of dawn from a detention center in Brownsville. He motioned his hand toward a few camera operators and a reporter crowding around him and quickly got into an SUV that drove off.</p><p>A day earlier, U.S. District Judge Fernando Rodriguez Jr. wrote that he couldn't prevent a county sheriff from releasing Castro, nor could he order Texas Gov. Greg Abbott to sign his extradition warrant.</p><p>Castro is charged in Minnesota with assault and falsely reporting a crime in the Jan. 14 shooting of 24-year-old Julio Cesar Sosa-Celis.</p><p>Castro is accused of shooting into a home and then lying about it</p><p>Castro allegedly fired through the front door of a Minneapolis home, wounding Sosa-Celis in the leg. Prosecutors say Castro also falsely accused Sosa-Celis and another man of attacking an ICE officer with a broom handle and a snow shovel.</p><p>After a Minnesota judge issued a nationwide warrant for Castro's arrest in May, authorities, including Minnesota’s Bureau of Criminal Apprehension, arrested Castro in Cameron County on May 29. Minnesota authorities then sought his extradition as he remained in custody in Brownsville, a city bordering Mexico.</p><p>Texas law required him to be released after 90 days if he was not extradited, which Abbott has so far refused to allow.</p><p>Minnesota Attorney General Keith Ellison had sought a temporary restraining order to block Castro’s release, warning that he could flee to Mexico. Minnesota's filing cited calls Castro made from jail to a woman in Mexico, talking “about marrying her and buying a house in Mexico when he is released."</p><p>The judge conceded in Wednesday's order that Castro could flee the country but said “the threat of injury by itself does not create an issue ripe for adjudication.”</p><p>Abbott waiting for internal state investigation about Castro</p><p>Texas attorneys on Tuesday argued the judge could not rule on a decision that’s still pending. Abbott has not denied the extradition. Instead he is waiting for the outcome of an internal state investigation considering whether Castro was legally a “fugitive” under the Extradition Clause, the lawyers said.</p><p>“The Court concludes that it lacks subject matter jurisdiction because the case is not ripe for adjudication,” the judge's order read. “Minnesota cannot premise its causes of action on the allegation that Governor Abbott may violate those authorities in the future; it must prove that a violation has already occurred.”</p><p>The judge said in his order that the extradition laws do not outline how long the Texas governor can take to make that decision.</p><p>Abbott said last week he would not respond to the extradition request, citing the ongoing investigation into fraud in government social service programs in Minnesota, which President Donald Trump used to justify his immigration crackdown there.</p><p>Abbott directs ‘bad lawyers’ comment at Minnesota attorney general</p><p>After the judge's decision, Ellison posted online that the Texas governor had an obligation to extradite Castro — and that instead, “Greg Abbott is turning Texas into a sanctuary state for violent criminals.”</p><p>Abbott responded to Ellison online as well.</p><p>“You guys are such bad lawyers. You showed up unprepared, uninformed & unpersuasive,” Abbott wrote online. “You don’t know the law & it showed.”</p><p>The Texas governor accused Minnesota of refusing to enforce immigration laws and threatened to send immigrants in the future to their state as he did with New York City, when thousands were released into Texas under President Joe Biden's administration.</p><p>A message seeking reaction from Ellison was sent to his office Thursday.</p><p>___</p><p>Valerie Gonzalez reported from McAllen, Texas. Associated Press writer Kathy McCormack in Concord, New Hampshire, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPQXEHEMQDER3HZIBPJZNTAC44.jpg?auth=907c5640041d8c1e3169033527ff951566af4585ed92f6be48080a727ee41436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Immigration and Customs Enforcement officer Christian Castro gets into a car surrounded by news reporters moments after being released from the Carrizalez-Rucker Cameron County Detention Center in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CRTMU3GVMZKFKYCC3HCISGQTQM.jpg?auth=9108dade8c9b184a69f2b09fda16841dd6d65f766fc587100e2243043cd060ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle waits outside of the Carrizalez-Rucker Cameron County Detention Center for the release of Immigration and Customs Enforcement officer Christian Castro in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2TQZTKCYSL6TFCHEXP755HV3Q.jpg?auth=df0e0491721ac178c483020c3ca7dffd67395f25c1040d85537f7c6480f4cb7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cameron County Sheriff Manuel Treviño speaks during a news conference outside of the Carrizalez-Rucker Cameron County Detention Center shortly after Immigration and Customs Enforcement officer Christian Castro was released in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3V67PYFMF23H7UMS6DPOGRYHIM.jpg?auth=76455305bcb5d6e14778563bd745d97cd7642916d16a97a0a292575ab7ecc6f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Carrizalez-Rucker Cameron County Detention Center, where Immigration and Customs Enforcement officer Christian Castro was held, is shown in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content></item><item><title><![CDATA[‘Honeybun Boyz’ fraud ring stole millions from victims, feds say]]></title><link>https://www.local10.com/news/local/2026/08/26/honeybun-boyz-fraud-ring-stole-millions-from-victims-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/honeybun-boyz-fraud-ring-stole-millions-from-victims-feds-say/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Dozens of people fell victim to an elaborate fraud ring, with some losing their life savings. Federal agents say the criminal network, called the “Honeybun Boyz,” made off with millions of dollars.]]></description><pubDate>Wed, 26 Aug 2026 21:53:08 +0000</pubDate><content:encoded><![CDATA[<p>Dozens of people fell victim to an elaborate fraud ring, with some losing their life savings. Federal agents say the criminal network, called the “Honeybun Boyz,” made off with millions of dollars.</p><p><a href="https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/">Leer en español</a></p><p>A criminal complaint filed earlier in August reveals a $20 million criminal enterprise operating in South Florida.</p><p>The 29-page complaint says the FBI began investigating “money mule networks” last year.</p><p>Federal agents identified a group called the Honeybun Boyz. </p><p>The complaint describes the group as a major metropolitan criminal enterprise made up of financial fraudsters who flaunt $100,000 bankrolls tied to account takeovers that target vulnerable victims.</p><p>The term “honeybun” in certain circles means $100,000, a term also used by music artists like Pop Smoke.</p><p>The three-tiered network is made up of controllers, the bosses, handlers and mules who move the money.</p><p>Federal agents identified as many as 30 victims in South Florida, many of them elderly, including a widow who was convinced to withdraw $95,000 in cash.</p><p>The report says businesses were defrauded too. One victim was told the bank had a security breach. </p><p>Through a phishing link, fraudsters allegedly obtained the victim’s login information for an American business bank account, and a fraudulent wire transfer for $82,000 was initiated, according to investigators. </p><p>They said the fraudsters used phishing links, fake bank phone calls and stolen banking information to get the cash.</p><p>A complaint obtained by Local 10 News on Wednesday lists luxury purchases the suspects allegedly made in April, with thousands spent on high-end goods at Balenciaga, Louis Vuitton and a high-end Miami watch store.</p><p>Two of the suspects are accused of using the money to purchase a home in Miami Lakes worth close to $1 million.</p><p>Twelve defendants are listed in the complaint. They face charges of conspiracy to commit bank fraud and conspiracy to commit money laundering.</p><p>The report says Honeybun Boyz groups have also been identified in other major cities, including Los Angeles, Atlanta and New York.</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[Judge denies plea deal for former Miami-Dade piano teacher accused of acting inappropriately with student ]]></title><link>https://www.local10.com/news/local/2026/08/26/judge-denies-plea-deal-for-former-miami-piano-teacher/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/judge-denies-plea-deal-for-former-miami-piano-teacher/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A former piano teacher, Rudolph Infante, was back in front of a judge Wednesday morning for a plea hearing.]]></description><pubDate>Wed, 26 Aug 2026 20:09:28 +0000</pubDate><content:encoded><![CDATA[<p>A former piano teacher, Rudolph Infante, was back in front of a Miami-Dade County judge Wednesday morning for a plea hearing.</p><p><a href="https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/">Leer en español</a></p><p>The proposed deal called for five years of probation with no jail time in exchange for a guilty plea. But the judge denied the deal after the victim said five years of probation was not enough.</p><p>According to police, a Miami Southridge Senior High School student told investigators Infante made inappropriate comments to her, including, “If I was only 30 years younger... You’re so beautiful... I’ve been thinking about you... I can’t wait to be with you.”</p><p>He is accused of hitting on the student, inappropriately touching her and allegedly kissing her chest. The teen told police she felt afraid.</p><p>Infante was charged with four counts of battery and one count of offenses against students by authority figures.</p><p>The case will continue. There will either be a new plea deal or a trial.</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[Venezuela to end police checkpoints in cities, president says]]></title><link>https://www.local10.com/news/world/2026/08/26/venezuela-to-end-police-checkpoints-in-cities-president-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/26/venezuela-to-end-police-checkpoints-in-cities-president-says/</guid><dc:creator><![CDATA[Cody Weddle, Latin America Journalist]]></dc:creator><description><![CDATA[Major changes have been announced for roadways in Venezuela.]]></description><pubDate>Wed, 26 Aug 2026 23:43:25 +0000</pubDate><content:encoded><![CDATA[<p>Major changes have been announced for roadways in Venezuela.</p><p>“We are going to eliminate police checkpoints in the cities,” Interim President Delcy Rodriguez said in Spanish. </p><p>“What we hope is that it is carried out,” Diego Casanova, with the Committee for Political Prisoners, said in Spanish.</p><p>Casanova said he hopes the change is implemented, but he is skeptical.</p><p>His brother, Jose Gregorio Perez, was arrested at a checkpoint in 2024 and was only freed in January of last year. Casanova has continued to lead protests calling for the release of all political prisoners.</p><p>Casanova said removing the roadblocks would “prevent further police abuses,” adding that these checkpoints have been used as points for extortion and places of repression.</p><p>Javier Tarazona with Fundaredes monitors human rights in Venezuela. He spent nearly five years in jail and said he welcomes the announcement, but wants to see how it plays out.</p><p>Tarazona said he wants to see it as “the starting point for a process of reconciliation.”</p><p>He is now calling for a new amnesty law to free those still jailed and considered political prisoners.</p><p>An original amnesty law was passed in January, shortly after the U.S. captured Nicolas Maduro, but human rights groups maintain that around 400 political prisoners remain. The Venezuelan government denies that it holds any political prisoners.</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[After ICE detention, Navy sailor’s father now back home in Key West: ‘I believe in this country’]]></title><link>https://www.local10.com/news/local/2026/08/26/after-ice-detention-navy-sailors-father-now-back-home-in-key-west-i-believe-in-this-country/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/after-ice-detention-navy-sailors-father-now-back-home-in-key-west-i-believe-in-this-country/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Luis Aviles is home in Key West.]]></description><pubDate>Wed, 26 Aug 2026 22:01:15 +0000</pubDate><content:encoded><![CDATA[<p>Luis Aviles <a href="https://www.local10.com/news/local/2026/08/25/family-of-uss-lincoln-sailor-says-father-who-was-detained-by-cbp-now-back-home/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/25/family-of-uss-lincoln-sailor-says-father-who-was-detained-by-cbp-now-back-home/">is home in Key West</a>.</p><p>The handyman and father of a U.S. Navy sailor was released from ICE custody after being arrested over the weekend by U.S. Border Patrol agents.</p><p>“I can’t say nothing bad, because I say thank you for giving me freedom to come back to my home,” Aviles said. </p><p>Federal authorities told Local 10 News that Aviles entered the United States illegally from Nicaragua nearly 20 years ago and that his son’s military service has no bearing on his status.</p><p>Aviles was asked Wednesday about his arrival those years back, but he declined to give details.</p><p>“I got very scared,” he said. “I don’t want to remember that situation.”</p><p>His arrest came in the midst of the Trump administration’s crackdown on illegal immigration.</p><p>Border Patrol agents, as well as U.S. Immigration and Customs Enforcement officers, are targeting convicted criminals in operations around South Florida. </p><p>But federal authorities are also arresting those without legal immigration status, who are subject to deportation in the eyes of the government.</p><p>Aviles’ case garnered national attention after his son Josh, who is in his ninth month onboard the USS Abraham Lincoln, made an outcry on social media. </p><p>Aviles says he has pending paperwork, and the process doesn’t deter him. </p><p>“I’m waiting for everything,” he said. “I believe in this country. I believe that everything is good. It’s good. I believe in the people of the United States too. I have a lot of friends I say thank you (to) for taking care of my family.”</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[Queer community mourns passing of Dolly Parton, an advocate for LGBTQ+ rights]]></title><link>https://www.local10.com/news/local/2026/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Dolly Parton was a lifelong ally of the LGBTQ+ community. ]]></description><pubDate>Wed, 26 Aug 2026 22:50:16 +0000</pubDate><content:encoded><![CDATA[<p>Dolly Parton was a lifelong ally of the LGBTQ+ community.</p><p>Following the global star’s passing, members of South Florida’s LGBTQ community are both mourning her and looking back to honor her incredible career. </p><p>“I am not gay, but if I were I would be the first one running out of the closet,” Parton said. </p><p>While Parton may have steered away from politics and controversy, she always spoke up for her queer fans, telling the Hollywood Reporter in 2023, “I have some of everybody in my own immediate family and in my circle of employees. I’ve got transgender people. I’ve got gays. I’ve got lesbians.”</p><p>That’s why for people like Marcy Miller, the loss is so painful.</p><p>“Because she represents hope and love and joy and the sparkle that’s missing a lot,” said Miller. </p><p>Miller’s home is filled with Dolly Parton gear, honoring the sparkly country music star as a tribute to a legacy of love and inclusion.</p><p>“She can be Christian and still stand for the trans community, the LGBT community,” said Miller. </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[Tanzania's resigning vice president expelled from the governing party, deepening test to democracy]]></title><link>https://www.local10.com/news/world/2026/08/27/tanzanias-resigning-vice-president-expelled-from-the-governing-party-deepening-test-to-democracy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/tanzanias-resigning-vice-president-expelled-from-the-governing-party-deepening-test-to-democracy/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA and ALI SULTAN, Associated Press]]></dc:creator><description><![CDATA[ZANZIBAR, Tanzania (AP) — Tanzania’s governing party expelled the vice president who resigned this week, in an act of retaliation that will further test the credentials of the East African nation as a place of relative peace and stability.]]></description><pubDate>Thu, 27 Aug 2026 12:18:24 +0000</pubDate><content:encoded><![CDATA[<p>ZANZIBAR, Tanzania (AP) — Tanzania’s governing party expelled the vice president who resigned this week, in an act of retaliation that will further test the credentials of the East African nation as a place of relative peace and stability.</p><p>A meeting of the Chama cha Mapinduzi, or CCM, party decided to punish Emmanuel Nchimbi for indiscipline, and it nominated Energy Minister Deogratius Ndejembi to become President Samia Suluhu Hassan’s deputy, CCM Secretary-General Asha-Rose Migiro told reporters late Wednesday.</p><p>The maneuver is believed to be part of the ongoing fallout from Hassan’s contentious election in October, when the security forces were deployed to put down riots over the disqualification of the president’s main rivals. The internet was shut down for days, a move that Hassan later apologized for and promised would never happen again.</p><p>Hassan's main rival, Tundu Lissu, is jailed over treason charges he says are politically motivated.</p><p>Nchimbi said that his resignation would take effect Sept. 4 and that he would remain “a good citizen” of his country. His decision has shocked many in a country where stability is prized under the one-party rule of CCM. Some analysts say he disagreed with Hassan over governance and other issues stemming from the government’s brutal crackdown on protests during and after the Oct. 29 election.</p><p>A postelection inquiry showed 518 people were killed in the violence. The leader of the commission that investigated the violence, Mohamed Chande Othman, said during the release of his report in April that the number of deaths was likely higher, because some families buried their loved ones without taking their bodies to morgues. He recommended an investigation into the use of firearms, as some of the witnesses told the commission that their loved ones were shot while sitting inside their houses.</p><p>A version of CCM has ruled Tanzania since independence from Britain in 1961. CCM is fused with the state, effectively in charge of the security apparatus and structured in such a way that new leaders emerge every five or 10 years.</p><p>Hassan herself was able to rise to the presidency as vice president in 2021 without incident when her predecessor, John Pombe Magufuli, died suddenly after the start of his second term.</p><p>The orderly transition sustained Tanzania’s reputation as an oasis of political stability and relative peace, a major reason for CCM’s considerable support, especially among rural voters.</p><p>___ Rodney Muhumuza reported from Kampala, Uganda. An Associated Press reporter in Dar es Salaam, Tanzania, who can't be named because of security concerns, also contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BQDF3QZSLK2745ATEKFOL3FRNA.jpg?auth=5be4c990b72ffab55f2f62f67bd206fd4e27c02b996e92c81a3df7fa1e713a83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tanzania's Vice President Emmanuel Nchimbi delivers his speech during a campaign rally in Dodoma, Tanzania, Saturday, Sept. 27, 2025. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RGIDZN26F6Z3XCBSNNJJJFL6KI.jpg?auth=6977362988f61dc9413d9b19b6c2c74115b1fe2ebe97529061903449b4c299fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tanzania's President Samia Suluhu Hassan delivers remarks during a campaign rally ahead of the general elections in Iringa, Tanzania, on Oct. 5, 2025. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Exclusive: RFK Jr. said a Samoa trip had nothing to do with vaccines. New documents refute that]]></title><link>https://www.local10.com/health/2026/08/27/exclusive-rfk-jr-said-a-samoa-trip-had-nothing-to-do-with-vaccines-new-documents-refute-that/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/27/exclusive-rfk-jr-said-a-samoa-trip-had-nothing-to-do-with-vaccines-new-documents-refute-that/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Health Secretary Robert F. Kennedy Jr. repeatedly told lawmakers who held the key to his confirmation last year that a 2019 visit to Samoa before a deadly measles outbreak had “nothing to do with vaccines.”New documents obtained by The Associated Press and The Guardian refute that testimony.]]></description><pubDate>Thu, 27 Aug 2026 18:29:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Health Secretary Robert F. Kennedy Jr. repeatedly told lawmakers who held the key to his confirmation last year that a 2019 visit to Samoa before a deadly measles outbreak had “nothing to do with vaccines.”New documents obtained by The Associated Press and The Guardian refute that testimony.</p><p>Kennedy, then a prominent anti-vaccine activist, preceded the visit with a letter to the Samoan prime minister requesting to study the Pacific island nation’s measles, mumps and rubella vaccines after the deaths of two children who had received them. In the letter, he used the words vaccine or vaccination eight times.</p><p>The letter raises questions about how truthful Kennedy was in testimony before Congress. During an arduous confirmation process where he needed the support of some skeptical Republican lawmakers to advance, Kennedy also pledged to maintain vaccine policies that, once in office, he moved to change.</p><p>“I am writing this letter to you in the hope that we might be helpful to the people of your great nation,” Kennedy wrote, adding that he believed the deaths of the two children could have resulted from manufacturing issues.</p><p>“I would propose my team conduct detailed health informatics assessment in Samoa of what happened with your MMR vaccines,” he continued.</p><p>The Department of Health and Human Services said in response to questions from the AP that the Samoa visit “was unrelated to vaccines.”</p><p>“Any claim or insinuation based on these letters that Secretary Kennedy lied under oath or to Congress is not only false but outright defamatory,” the department said in a statement. Kennedy was not under oath during his confirmation hearing. Knowingly giving material false testimony to Congress is a crime that carries a possible prison sentence regardless of whether a person is under oath, though it is rarely prosecuted.</p><p>HHS did not make Kennedy available for an interview. The White House did not respond to a request for comment. The Samoan prime minister’s office and the former prime minister who corresponded with Kennedy did not respond to requests for comment.</p><p>Kennedy’s Samoa visit has become one of the most contentious events in his career. At the time, he was leading a nonprofit known for its anti-vaccine activism. Critics said the visit fueled anti-vaccine sentiment in Samoa, which later experienced the measles outbreak that killed 83 people, mostly children under 5.</p><p>Attorneys said lawmakers could use Kennedy’s statements as grounds for hearings, investigations or an impeachment inquiry. But such action is unlikely under the current Republican-led Congress, which is aligned with President Donald Trump's administration.</p><p>Massachusetts Sen. Edward Markey and Oregon Sen. Ron Wyden, both Democrats who questioned Kennedy about Samoa in his confirmation hearings, accused the health secretary of lying.</p><p>Wyden, the top Democrat on the Senate Finance Committee, said he will press Republicans to refer the case to the Justice Department, and pledged to hold Kennedy accountable if Democrats retake the Senate in fall elections.</p><p>“There are consequences for lying to Congress,” he said.</p><p>Under repeated questioning, Kennedy insisted vaccines weren’t the reason for the trip</p><p>At the start of Trump’s second term, Kennedy — then a leader in the anti-vaccine movement — faced an uphill battle to become the nation’s health secretary. Lawmakers from both parties had criticized his anti-vaccine rhetoric, and in confirmation hearings, he tried to assure them that he supported childhood vaccination.</p><p>The Samoa trip also came under scrutiny.</p><p>Kennedy told the senators that his Samoa visit didn't influence people’s decisions on whether to vaccinate.</p><p>Several times, he flatly denied that his reason for the trip had anything to do with vaccines.</p><p>When it came up during Wyden's questioning, Kennedy replied: “I went there, nothing to do with vaccines. I went there to introduce a medical informatics system that would digitalize records in Samoa and make health delivery much more efficient.”</p><p>The following day, when Markey asked, Kennedy said: “My purpose in going down there had nothing to do with vaccines.”</p><p>Upon further questioning, Kennedy again denied it had anything to do with vaccines before adding: “My purpose in the trip was not to — I ended up having conversations with people, some of whom I never intended to meet.”</p><p>In the end, Kennedy won crucial support from Republican Sen. Bill Cassidy, the Louisiana physician who leads the Senate health committee and strongly advocates vaccination. The Senate confirmed Kennedy on a 52-48 vote.</p><p>Cassidy said he voted to confirm Kennedy because Kennedy promised not to change certain vaccine policies and guidance. For example, Cassidy said when announcing his vote, Kennedy pledged to maintain a vaccine advisory committee “without changes.” In office, Kennedy ousted all 17 members of the committee and named his own advisers.</p><p>Cassidy has acknowledged his trust in Kennedy was broken.</p><p>“The commitments that were made to me have been violated,” Cassidy said on CBS's “Face the Nation” in June.</p><p>Letters show Kennedy wanted to study Samoa’s use of MMR vaccine</p><p>Kennedy for years was chair and chief legal counsel of Children’s Health Defense, a nonprofit group known for its anti-vaccine activism. The group turned its attention to Samoa in July 2018, when two young children died after receiving a tainted MMR vaccine that had been improperly prepared. The two nurses involved were criminally charged the following month. The nurses ultimately pleaded guilty to manslaughter.</p><p>The Samoan government halted all vaccinations for 10 months, until April 2019. Vaccination rates plummeted.</p><p>During that time, CHD started contacting the Samoan government, according to emails previously obtained by the AP and the Guardian through a lawsuit against the State Department brought with the aid of the Reporters Committee for Freedom of the Press.</p><p>In the newly obtained letter from Kennedy, also revealed through the lawsuit and dated Jan. 20, 2019, he addressed then-Prime Minister Tuilaepa Sailele Malielegaoi and described his desire to study Samoa’s use of the MMR vaccine.</p><p>Kennedy speculated that the deaths in Samoa may have been caused by issues with different vaccine lots. Writing on CHD letterhead, he said his team wanted to evaluate whether that was the case through a “detailed health informatics assessment.”</p><p>He expressed his belief that it was difficult and time-consuming in most of the world to investigate “adverse health events associated with vaccines” and said health information systems are rarely designed to quickly study links “between diagnoses and specific vaccination events.”</p><p>The letter did not specifically discuss anti-vaccine activism.</p><p>The prime minister responded a month later, saying Samoa could benefit from CHD’s assessment.</p><p>“It is certainly beneficial for Samoa to have the benefit of your Team’s independent health assessment of our MMR Vaccines and I would welcome with much anticipation your Team’s proposed visit to our islands,” he wrote.</p><p>CHD did not respond to a request for comment.</p><p>Kennedy, his wife, actor Cheryl Hines, and Michael Graven, a CHD colleague, took their trip to Samoa in May and June of that year. By then, vaccinations had resumed and Samoa’s top health official had announced that human error, not a vaccine issue, caused the children's deaths.</p><p>While in Samoa, Kennedy met with anti-vaccine activists, including one who helped arrange the trip with a U.S. Embassy employee, the AP and the Guardian previously reported.</p><p>Months later, with vaccination rates still dangerously low, measles broke out, sickening thousands.</p><p>Public health experts have said their efforts to address the outbreak were hampered by anti-vaccine activists, some of whom they claim were emboldened by Kennedy’s visit.</p><p>The AP and the Guardian previously reported that State Department and UNICEF officials privately discussed that the trip was about vaccines.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UXZ7TKLCYUB2YAYVOQ6GHSKA6I.jpg?auth=eb3b73669eccc6c66ae8787fd3e4b74a5bc5a75841f66538c9031da0cec25732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Robert F. Kennedy Jr., President Donald Trump's choice to be Secretary of Health and Human Services, appears before the Senate Finance Committee for his confirmation hearing, at the Capitol in Washington, Jan. 29, 2025. (AP Photo/Ben Curtis, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIDJTXEOELMLCTQQ657KT4OTOU.jpg?auth=fb68771e6b79bfb32ada4e2e8f229ffe150fee210603aa7f500d3b83a4cc5a4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prime Minister Tuilaepa Sailele Malielegaoi, foreground right, shakes hands with Robert F. Kennedy Jr. at the the 57th Independence Celebration in Mulinu'u, Samoa, June 1, 2019. At foreground left is Kennedy's wife, actress Cheryl Hines.(Misiona Simo/Samoa Observer via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Misiona Simo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEOQFXMKVYETKP6OBTOBTQKTFE.jpg?auth=d6d4f124d906c08ff68a671bb65a9aa7a13c84ae4dad022404ee556de8d466a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health and Human Services Secretary Robert F. Kennedy Jr., listens during a meeting to sign an executive order about vaccines Aug. 10, 2026, in the Oval Office of the White House in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUUJWZGQE4VP5PEIP3ZXE2NOWE.jpg?auth=1db5cff66f220decf5f54a129caff7cf94ea9cb6fbc1997e1a77dc646cb8ff14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Robert F. Kennedy, Jr., right, President Donald Trump's nominee to serve as Secretary of Health and Human Services, talks with Committee Chairman Sen. Bill Cassidy, R-La., following his confirmation hearing on Capitol Hill, Jan. 30, 2025, in Washington. (AP Photo/Rod Lamkey, Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey Jr.</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KP6HUFOBKXL2VCSZ5TTW4BBDI.jpg?auth=4c910c8cc9847a5623fea92024d4f570442da1a1ba2f86128977791fa9a8217c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health and Human Services Secretary Robert F. Kennedy Jr., speaks during a meeting to sign an executive order about vaccines, Aug. 10, 2026, in the Oval Office of the White House in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[CALLING ALL STUDENT-ATHLETES: Submit your sports photos for Local 10’s High School Spotlight]]></title><link>https://www.local10.com/sports/local/2026/08/27/calling-all-student-athletes-submit-your-sports-photos-for-local-10s-high-school-spotlight/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/27/calling-all-student-athletes-submit-your-sports-photos-for-local-10s-high-school-spotlight/</guid><description><![CDATA[High school sports are back, and Local 10 wants to help celebrate the student-athletes who make game days and championship moments special across South Florida.]]></description><pubDate>Thu, 27 Aug 2026 11:19:43 +0000</pubDate><content:encoded><![CDATA[<p>High school sports are back, and Local 10 wants to help celebrate the student-athletes who make game days and championship moments special across South Florida.</p><p>Parents, families, coaches and high school athletes are invited to submit their favorite sports photos to Local10.com as part of Local 10’s High School Spotlight.</p><p>Whether it’s a game-winning touchdown, a big save on the soccer field, a volleyball celebration, a cheerleading routine, a cross-country finish or a memorable moment with teammates, we want to see it.</p><p>High School Spotlight is a chance to showcase the athletes representing schools and communities across Miami-Dade, Broward and Monroe counties.</p><p>Photos don’t have to capture a championship moment, either. From first games and senior nights to team traditions and celebrations with coaches, some of the best memories happen away from the scoreboard.</p><p>When submitting a photo, be sure to include information about the athlete, team and school so we know who we’re cheering for.</p><p>Your photo could be featured on air as part of Local 10’s High School Spotlight coverage.</p><p>So, parents, get those cameras ready. And student-athletes, send us your best shots from the season.</p><p><div data-ss-embed="promotion" data-opguid="548ba180-f70e-4967-9fbb-81f32d71d4c4" data-routing="hash" data-script="v9k291"></div>
<script defer src="https://embed-1180189.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="v9k291">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KABNGDS2BNDUHNULYKJBEDCOWA.png?auth=971bb8f6f290d3caa22ed1b34882578e1b4492c669a7e67b84fa79b1a8799db3&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Rapper Yung Filly to return to Britain before Australian rape trial next year]]></title><link>https://www.local10.com/entertainment/2026/08/27/rapper-yung-filly-to-return-to-britain-before-australian-rape-trial-next-year/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/27/rapper-yung-filly-to-return-to-britain-before-australian-rape-trial-next-year/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PERTH, Australia (AP) — British social media celebrity and rapper Yung Filly can return to Britain before he stands trial in Australia next year on charges of raping a fan, a judge ruled on Thursday.]]></description><pubDate>Thu, 27 Aug 2026 11:15:45 +0000</pubDate><content:encoded><![CDATA[<p>PERTH, Australia (AP) — British social media celebrity and rapper Yung Filly can return to Britain before he stands trial in Australia next year on charges of raping a fan, a judge ruled on Thursday.</p><p>The 31-year-old Columbian-born entertainer, whose real name is Andres Felipe Valencia Barrientos, was convicted by a District Court of Western Australia jury last month of assaulting a woman in a Perth hotel room in September 2024.</p><p>The jury acquitted him on three counts of raping her. But prosecutors said last week they would retry him on another three rape charges on which jurors could not agree.</p><p>Barrientos returned Thursday to the court, where Judge Linda Black agreed to change his bail conditions so he can return to London while he waits for his second trial.</p><p>Black said although the retrial would be expedited and likely happen in 2027, there could be a delay.</p><p>“It seems to me it is appropriate to return to his home country until he is needed for his retrial,” Black said.</p><p>The revised bail conditions include that Barrientos return to Britain by Aug. 31 and stay there until he flies back to Perth for the trial. He will be required to return to Australia 10 days before his retrial and must surrender his passport within 24 hours of returning.</p><p>Barrientos is not allowed to contact the alleged victim or a key prosecution witness, who both cannot be named. Barrientos also cannot publicly comment on the case in any way.</p><p>He will be sentenced on his two convictions for assault occasioning bodily harm after the second jury reach their verdicts on the outstanding rape charges. The assault convictions each carry a potential maximum sentence of five years in prison. Rape convictions would each carry a potential maximum sentence of 14 years in prison.</p><p>Barrientos was touring Australia and had already performed in Sydney and Melbourne before he encountered his alleged victim in Perth. Prosecutors alleged the woman initially agreed to have sex but withdrew her consent because she feared for her safety. He was arrested several days later in the east coast city of Brisbane, where the tour was to end.</p><p>Barrientos has been free on bail since he was charged and was allowed to return to Britain for several months before his first trial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IT644IU5Z3LA47UMEPMNPNUFAM.jpg?auth=55091395c9d39c80f2b70e73da8609e3007a9b848de24c2ece6a277caa514d65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British rapper Yung Filly, whose real name is Andres Felipe Valencia Barrientos, leaves the Western Australian District Court in Perth, Australia, on 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[Aug. 27: Rain possible today; partial lunar eclipse visible starting at 10:33 pm]]></title><link>https://www.local10.com/weather/2026/08/27/aug-27-rain-possible-today-partial-lunar-eclipse-visible-starting-at-1033-pm/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/27/aug-27-rain-possible-today-partial-lunar-eclipse-visible-starting-at-1033-pm/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Thursday morning. Lows this morning are in the 80s, heat indices are in the 90s. ]]></description><pubDate>Thu, 27 Aug 2026 11:00:00 +0000</pubDate><content:encoded><![CDATA[<p>Good Thursday morning. Lows this morning are in the 80s, heat indices are in the 90s. High temperatures will be in the lower 90s, but heat indices will be reaching 100 degrees. Grab the rain gear, showers and storms are possible this morning and then again this afternoon thanks to the sea breeze. Tonight, keep your eyes to the sky to see the partial lunar eclipse starting at 10:33 p.m. The maximum eclipse will be at 12:12 a.m., the full sturgeon moon will also be seen at peek illumination at 12:19 a.m. Friday morning. 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[Nepal floods highlight growing glacier risks in warming Himalayas]]></title><link>https://www.local10.com/news/world/2026/08/27/nepal-floods-highlight-growing-glacier-risks-in-warming-himalayas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/nepal-floods-highlight-growing-glacier-risks-in-warming-himalayas/</guid><dc:creator><![CDATA[By SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BENGALURU, India (AP) — The deadly flash flood in Nepal on Wednesday was likely caused by a huge chunk of a glacier that broke off and temporarily dammed a river, according to preliminary investigations by scientists. That may have led to the backed-up water surging downstream with enormous force a few hours later, they suggested.]]></description><pubDate>Thu, 27 Aug 2026 17:47:58 +0000</pubDate><content:encoded><![CDATA[<p>BENGALURU, India (AP) — The deadly flash flood in Nepal on Wednesday was likely caused by a huge chunk of a glacier that broke off and temporarily dammed a river, according to preliminary investigations by scientists. That may have led to the backed-up water surging downstream with enormous force a few hours later, they suggested.</p><p>Scientists are still piecing together information from satellite and ground-level data to figure out exactly what happened to cause the flood, which killed hundreds and left many more missing, including foreigners and pilgrims.</p><p>The U.S. Geological Survey on Wednesday reported a magnitude 5.2 glacier collapse that sent debris flowing downstream with catastrophic impact on communities. It said its determination was based on data from nearby seismic stations, long period seismic waves and satellite imagery.</p><p>“A lower part of a glacier has really come off,” said Jakob Steiner, a geoscientist at the University of Graz in Austria who is currently based in Bangladesh. “If you look at the imagery it’s like someone cut with a huge knife through the whole lower part and it fell off.”</p><p>Steiner said a mass of glacial ice dropping from a great height could have felt like a bomb exploding, resulting in the chaos that followed.</p><p>Scientists said it is too early to draw a direct connection between global warming and Wednesday’s catastrophe. However, they said that as Earth’s temperature rises because of human activities such as burning oil, gas and coal, the chances of such disasters increase, especially in the Himalayan mountains, which are warming considerably faster than many other parts of the world.</p><p>“We have to be cautious and not draw a connection yet. However, rising temperatures are changing the Hindu Kush Himalaya region and melting glaciers,” said Saswat Sanyal, a disaster risk reduction specialist at the Kathmandu-based climate research group International Centre for Integrated Mountain Development.</p><p>Hundreds have lost their homes across the Himalayan region, and officials reported large-scale damage to critical infrastructure, including hydropower dams, roads, buildings and bridges in the region.</p><p>Sudden rise in water levels gave no chance to escape</p><p>Water levels in rivers across the flood-affected region rose by as much as 9 meters (29.5 feet) in 30 minutes as a result of the surge from the glacial detachment upstream, researchers at the Kathmandu-based climate research group said.</p><p>“It was a huge rise, a huge surge of water that happened suddenly,” said Sanyal.</p><p>Preliminary evidence suggests a large volume of ice and rock may have plunged into the Lhende Khola, a tributary of the Bhote Koshi River. Researchers said the collapse could have displaced water and picked up loose sediment and boulders, producing a powerful surge downstream. Researchers are also examining whether debris temporarily dammed the river before the impounded water burst through, magnifying the flood.</p><p>Steiner said the area has a history of destructive mountain hazards. Floods originating from a glacial lake struck the same valley in 2025, while an ice and rock avalanche occurred elsewhere in the area in 2024. The broader Langtang region was also hit by devastating avalanches during Nepal’s 2015 earthquake.</p><p>Climate change increasing risks in the Himalayas</p><p>The Hindu Kush Himalaya is warming rapidly, driving major changes in glaciers, snow cover, permafrost and mountain slopes, according to climate scientists.</p><p>The mountains contain the largest volume of snow and ice outside the polar regions. More than 63,000 glaciers in the area feed at least 10 major Asian river systems and support the food, water, energy and livelihood security of billions of people.</p><p>However, around 78% of the glacier area, located between 4,500 and 6,000 meters above sea level, is highly exposed to warming.</p><p>“What happened yesterday is unfortunately the new normal. It’s going to get worse from here onwards,” Steiner said.</p><p>The last decade was the hottest multi-year period globally since records began, and 2024 was the warmest year ever recorded. United Nations reports have found that between 2000 and 2019, glaciers lost 267 gigatons of ice per year, roughly equivalent to the mass of 46,500 Great Pyramids of Giza.</p><p>In a warming world, the reports project the loss of up to 50% of all glaciers — excluding those in Greenland and Antarctica — by 2100, even if global warming can be limited to 1.5 degrees Celsius (2.7 degrees Fahrenheit).</p><p>Current global policies put Earth on a trajectory to warm by about 2.8 degrees Celsius (5 degrees Fahrenheit) above preindustrial levels by the end of the century.</p><p>Research by the Kathmandu-based group has found that glaciers across these mountains are melting at an accelerating rate, with ice-loss rates doubling since 2000.</p><p>Melting glaciers can feed and enlarge glacial lakes, increasing the potential for sudden floods.</p><p>As glaciers retreat, mountain rock that was previously insulated and supported by ice becomes exposed to warmer temperatures, rain and repeated freezing and thawing. Permafrost — ground that has remained frozen for years — can also thaw, weakening rock faces and slopes.</p><p>“The chances that material starts to move down from mountains increase,” Steiner said.</p><p>Sanyal said that may be the kind of cascading hazard behind what happened Wednesday in Nepal: An avalanche or glacier collapse that turns into a debris flow, river blockage and devastating flash flood.</p><p>Fast growth and lack of warnings compound disaster</p><p>Steiner said about 10% of Nepal’s power production was located in the valley affected by the latest disaster. He said the repeated losses raise questions about whether enough has been done to install warning systems for residents and visitors alike after previous floods and avalanches.</p><p>The country's landscape has long been a draw for tourists, with more than a million people visiting the country annually in recent years.</p><p>Scientists say stronger early warning systems, better monitoring and faster cross-border information sharing will be increasingly important as temperatures rise and mountain landscapes become less stable.</p><p>But monitoring thousands of glaciers, steep slopes and river valleys across the Himalayan arc is extremely difficult.</p><p>And when cascading disasters begin, there may be only minutes to act.</p><p>“We don’t have hours,” Sanyal said. “We have sometimes a few minutes to actually prepare.”</p><p>Steiner said a “red line” has already been reached where some regions of Nepal are just too risky to live in now.</p><p>“We expected previous similar disasters to be a wake-up call for governments in the Himalayan region, but it’s a bit frustrating that the damages never seem to be horrible enough,” Steiner said.</p><p>“I’m not super optimistic that from tomorrow onwards there will be clear solutions,” he added. “We know what can be done, but various stakeholders need to coordinate and make things happen.”</p><p>___</p><p>Arasu can be followed on X at @sibi123. Reach him at sarasu@ap.org</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R4IMVZPBW6X6VM3C47BLWXXS2Y.jpg?auth=fc04602636e6fd5f5199750b58e2772b6141edaf0e01843f0c33c9f1d8b08bb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle is seen in the aftermath of flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVCMQKCAGL26W3P76PQK6SBBKA.jpg?auth=eecd25b1934f63c86b336f69589d8a5b800737c908e78090acd843eb7f66a77d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Earthmovers clear the debris from flash flooding in Nepal's Nuwakot district, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZRCIKL7STW2SE6S6P4I7TB56E.jpg?auth=d58c512fe1475b95111fac4c8896329e2cbedb983308ec485dd341727560cd3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A child walks in mud in the aftermath of a flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YEO7RDMTYBXUIYL3GNTI76HI24.jpg?auth=c7eb31f5bc4768681dd26c56d7117d13b22d3c0887695c16c00eefbd55cd8278&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Earthmovers clear the debris of flash flooding in Nepal's Nuwakot district, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSGK3KJFB2YP7L7GMKR76LUUK4.jpg?auth=da13016f98e6f3e935fb37ebe4d4c72ed3d5926b50e5acaf9e14e2fe9198bba5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by Xinhua News Agency, shows a mudslide-hit area near Gyirong Port in southwestern China's Tibetan Autonomous Region on Wednesday, Aug. 26, 2026. (Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content></item><item><title><![CDATA[Jerusalem court acquits a man indicted in nun attack, orders psychiatric care]]></title><link>https://www.local10.com/news/world/2026/08/27/jerusalem-court-acquits-a-man-indicted-in-nun-attack-orders-psychiatric-care/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/jerusalem-court-acquits-a-man-indicted-in-nun-attack-orders-psychiatric-care/</guid><dc:creator><![CDATA[By GIOVANNA DELL'ORTO, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — A Jerusalem Magistrate’s Court judge acquitted a man accused of attacking a Catholic nun based on his insanity defense, but ordered him committed to psychiatric hospitalization for up to six years.]]></description><pubDate>Thu, 27 Aug 2026 10:37:20 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — A Jerusalem Magistrate’s Court judge acquitted a man accused of attacking a Catholic nun based on his insanity defense, but ordered him committed to psychiatric hospitalization for up to six years.</p><p>The violent assault in April on a nun walking in her habit in Jerusalem’s Old City sent shock waves across Israel and its many Christian communities.</p><p>Clergy and advocates say verbal abuse and spitting have grown increasingly common in the densely packed historic heart of Jerusalem. There, Christians, Jews and Muslims daily cross paths, mostly uneventfully, as they visit some of the holiest sites of Christianity, Islam and Judaism.</p><p>But the violent beating of the nun was seen as a rare and worrisome escalation in the volatile environment that people of all faiths have been experiencing in nearly three years of war.</p><p>On Wednesday, a judge ruled that there was evidence that a Jewish man from a settlement in the occupied West Bank committed the actions he was charged with, but he was entitled to an insanity defense after the district psychiatrist found he was psychotic at the time of the attack.</p><p>The director of The French Biblical and Archeological School of Jerusalem, where the nun is a researcher, told The Associated Press that he hoped the psychiatric hospitalization would be carried out in full “so that public safety can be assured, our colleague can recover psychologically, and people can live in and visit Jerusalem without fear, regardless of their belonging to any community.”</p><p>But Friar Olivier Poquillon added he regretted the decision not to impose a criminal penalty.</p><p>“At the moment of the incident, his judgment was nevertheless sufficient for him to deliberately choose a Catholic nun as his victim from among all the people present,” he said.</p><p>Yisca Harani, who founded the organization Religious Freedom Data Center to track harassment of Christians, said even mentally unstable people can be influenced to act by the prevailing discourse around them.</p><p>“He is still someone who is the product of either the ignorance or the incitement that is around him,” she said. “Even if he is mentally unstable, he was fed with all that anti-Christian material that is around us now.”</p><p>Harani’s organization has tracked a near-tripling of incidents in Jerusalem from four years ago to the last three months recorded — about one a day now — virtually all by Jewish religious nationalists.</p><p>Their hostility to Christians is grounded in the history of persecution of Jews in Christian-majority European countries, in faith practices they see as idol-worshipping, and in seeing their presence as an affront near areas historically sacred to Jews, like the Western Wall, experts say.</p><p>Ambassador George Deek, Israel's new special envoy to the Christian world, said that earlier this month, Israeli police appointed an English-speaking officer to be a first point of contact for Christians in case of incidents, “so there will be a rapid response.”</p><p>“We are going to come up with practical solutions to how we can minimize or stop, if possible, the phenomenon,” Deek said. “We take these issues very seriously.”</p><p>___</p><p>Associated Press journalist Koral Saeed contributed from Herzliya, Israel.</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/WDM7MGA4EMAGD6PRNPXYUX3EOQ.jpg?auth=74e88dd241aa36a7365b2682bc415bbb598eae519d20729261f780635aac6717&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Christian pilgrims walk past the site where a nun was attacked by a man last Wednesday, after visiting the Cenacle, traditionally believed to be the site of the Last Supper, in Jerusalem, Friday, May 1, 2026. (AP Photo/Leo Correa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content></item><item><title><![CDATA[Republicans face a midterm verdict as Iran war drags on months longer than Trump promised]]></title><link>https://www.local10.com/news/2026/08/27/republicans-face-a-midterm-verdict-as-iran-war-drags-on-months-longer-than-trump-promised/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/republicans-face-a-midterm-verdict-as-iran-war-drags-on-months-longer-than-trump-promised/</guid><dc:creator><![CDATA[By MIKE CATALINI and STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[BETHLEHEM, Pa. (AP) — Mike Gibbons sat out the presidential election two years ago, frustrated that Democrat Kamala Harris did not take a stronger stand against Israel's war in Gaza and unable to bring himself to cast a vote for Republican Donald Trump.]]></description><pubDate>Thu, 27 Aug 2026 11:05:06 +0000</pubDate><content:encoded><![CDATA[<p>BETHLEHEM, Pa. (AP) — Mike Gibbons sat out the presidential election two years ago, frustrated that Democrat Kamala Harris did not take a stronger stand against Israel's war in Gaza and unable to bring himself to cast a vote for Republican Donald Trump.</p><p>That is not his plan this year.</p><p>The 33-year-old restaurant server in this eastern Pennsylvania town that once housed one of the world's largest steelmakers is eager to vote for any Democrat he can in November. As the war with Iran that Trump initially said would last weeks surpasses six months on Friday, Gibbons is feeling the fallout every time he fills his tank at nearly $1 per gallon more than last year.</p><p>“The price of gas affects the price of everything and the price of everything's up and my pay hasn't gone up,” he said. “I'm doing blue no matter who this time.”</p><p>The Iran war has reshaped the rapidly approaching midterm elections, undermining Trump's campaign pledge to steer clear of foreign conflicts and challenging Republicans who would rather focus on their tax cuts as they cling to narrow majorities in Congress.</p><p>While the president's supporters are undeterred, the war's unpopularity and economic ripple effects could tilt the scales in tightly contested U.S. House districts like the one in Bethlehem, where Republican Rep. Ryan Mackenzie is one of this year's most vulnerable incumbents.</p><p>Midterm elections are always difficult for the party in power in Washington. But interviews with voters around the country show how a war that Trump expected to end with a swift victory could undermine the final years of his presidency.</p><p>Many US adults say the war has not been worth fighting</p><p>About two-thirds of U.S. adults say the war with Iran has not been worth fighting, according to a July poll from The Associated Press-NORC Center for Public Affairs Research. That includes the vast majority of Democrats and independents, as well as more than one-third of Republicans.</p><p>Although Trump has long criticized Iran's leadership, he did little to prepare Americans or allies for such a lengthy conflict. Republican President George W. Bush, for instance, spent more than a year making a case for launching a war in Iraq through speeches and attempts to build an international coalition. Trump did none of that.</p><p>Trump has refused to acknowledge the war's cost, saying this month he would “never apologize” for higher prices stemming from it and insisting he did “the right thing" to prevent Iran from obtaining a nuclear weapon. His administration announced new sanctions this week in an attempt to further isolate Tehran.</p><p>In Congress, Republicans have shifted from initially cheerleading Trump's moves in Iran to expressing concern about the toll of the war. But the party has largely unified to block measures that would curb Trump's war powers and leaders have shown no interest in cutting off money for the war, preferring to portray Democrats as extremists who cannot be trusted to govern.</p><p>Democrats who were blamed just two years ago for presiding over high prices see an opportunity to turn the issue back on their opponents. As part of his comeback U.S. Senate bid in Ohio, Sherrod Brown released an ad this week filmed at a gas station as he said “the cost of gas is out of control and we're the ones paying for it.”</p><p>Speaking to a group of older adults recently in a Republican-dominated swath of western Maryland, Democratic U.S. Sen. Angela Alsobrooks blamed higher prices on the war. Heading into November, she encouraged fellow Democrats to stay focused on the war's impact and what it says about Trump's leadership.</p><p>“We ought to be saying what is obvious, which is our country is heading in the wrong direction,” she said in an interview.</p><p>That resonates with voters such as Brandon Bane, a fast-food worker in Bakersfield, California, where Republican Rep. David Valadao is also in a competitive congressional race. Bane, who described himself as a political independent, said he often has to balance paying rent and groceries, noting high gas prices have only added to the challenge.</p><p>“It hasn’t been worth it at all,” he said of the war, adding that he plans to vote for Valadao’s challenger, Democrat Randy Villegas.</p><p>Melissa Wegman, a Democratic retiree who is also from Bakersfield, said she was shocked when the pump recently whirled to $128 to fill the tank on her SUV.</p><p>“I have to manage a budget," she said.</p><p>Some voters are sticking with Republicans</p><p>But there is a risk, too, that the war does not provide Democrats with the political boost they are expecting.</p><p>While there is plenty of frustration about prices, there are also voters willing to make adjustments without blaming Republicans. Many remain aligned with Trump and are not interested in seeing Democrats return to power.</p><p>North Carolina is a top pickup opportunity for Democrats hoping to flip a U.S. Senate seat. But at the State Farmers Market in Raleigh, North Carolina, Lucienda Lowe of Sugarloaf Orchards said her faith in Trump is solid.</p><p>“There has to be a reason why they’re over there,” she said. “They wouldn’t be over there doing that if there wasn’t something more going on than what we’re seeing.”</p><p>She has not raised her prices on apples even as fuel and fertilizer costs soar. Her family has been farming since 1846 so she feels resilient to weather the next rough patch and tells others to do the same.</p><p>“Suck it up, buttercup," she said.</p><p>Similarly in Iowa, where Democrats are bullish on their prospects of flipping everything from a U.S. Senate seat and the governor's mansion to several U.S. House races, Larry Cole said higher gas prices as a result of the war are just the “nature of the beast.”</p><p>The 66-year-old Republican service manager from Perry, Iowa, said he will back Republicans in this midterm elections and does not want to see Democrats gain control in either chamber. He said Trump has taken action that other presidents were not willing to do to keep Iran in check.</p><p>Trump “hit them where they need to be hit,” Cole said.</p><p>Mark Duffy, 65, of Scottsdale, Arizona, said he did not expect the Iran war to go on as long as it has, but it has not had material effects on his life.</p><p>“I didn’t think it would go this long,” said Duffy, who retired a year ago from his career selling electronic components. “I don’t think anybody did, but now the next wave is the economic sanctions, so we’ll see if that works and maybe that is a way for other people to join.”</p><p>For others, the war has only reinforced a sense that neither political party is responsive to the needs of voters.</p><p>As he left a tattoo parlor in Ashland, Virginia, 26-year-old Evan Mise said he feels the increase in gas prices and worries about whether his mom will be able to retire or whether he will someday be able to.</p><p>But he had not decided whether to support Democrats or Republicans in November.</p><p>“I feel like our government is pretty corrupt through and through," he said. “It’s kind of just a sit-back-and-watch thing. And I think my generation especially feels helpless."</p><p>___</p><p>Sloan reported from Washington. Associated Press writers Allen G. Breed in Raleigh, N.C., Michael R. Blood in Bakersfield, Calif., Sarah Rankin in Ashland, Va., Jonathan J. Cooper in Scottsdale, Ariz., and Hannah Fingerhut in Des Moines, Iowa, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WPIP4K2ALBFRVAS5OIZ4PHGPI.jpg?auth=d06f2b6cd4c1fa9a5aac5523f354ccf19ab5ed9254d0d8956a9eae614ffc31a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People march while taking part in a protest against the U.S.-Israeli war with Iran, and against conflict in Lebanon, Wednesday, April 8, 2026, in New York. (AP Photo/Ryan Murphy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BX6VYQUUI63DPSMNSXKZBAY3HQ.jpg?auth=fe7711274a4cad39ada9614b926b119ac4c7452436f0361497f7b1d5f2ee32f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lucienda Lowe of Sugarloaf Orchards, whose family has been farming since 1846, talks to a customer at the State Farmers Market in Raleigh, N.C., on Friday, Aug. 21, 2026. (AP Photo/Allen G. Breed)]]></media:description><media:credit role="author" scheme="urn:ebu">Allen G. Breed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRE4VO6JEUCYI66G5NSBDEHDIM.jpg?auth=8d83946ee415010e30df760011deefb3530bffad4968342e71e1c200049d2121&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 speaks with reporters during a news conference in the James Brady Press Briefing Room at the White House, April 6, 2026, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</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/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/">Local artists continue to remember Dolly Parton, who passed away Tuesday at the age of 80</a></li><li><a href="https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/">Burglars ransack home of Gables couple killed in Kenya chopper crash</a></li><li><a href="https://www.local10.com/news/2026/08/26/floods-caused-by-a-glacial-collapse-kill-at-least-160-people-on-nepal-china-border-hundreds-missing/" target="_self" rel="" title="https://www.local10.com/news/2026/08/26/floods-caused-by-a-glacial-collapse-kill-at-least-160-people-on-nepal-china-border-hundreds-missing/">Hundreds missing as floods caused by a glacial collapse devastate parts of the Nepal-China border</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[Russia bombards 9 Ukrainian cities overnight, calling the strikes 'massive']]></title><link>https://www.local10.com/business/2026/08/27/russia-bombards-9-ukrainian-cities-overnight-calling-the-strikes-massive/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/russia-bombards-9-ukrainian-cities-overnight-calling-the-strikes-massive/</guid><dc:creator><![CDATA[By HANNA ARHIROVA, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia bombarded cities across Ukraine with missiles and drones in an overnight onslaught that ran into the daylight hours of Thursday, when explosions echoed around Kyiv through the morning.]]></description><pubDate>Thu, 27 Aug 2026 14:15:06 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia bombarded cities across Ukraine with missiles and drones in an overnight onslaught that ran into the daylight hours of Thursday, when explosions echoed around Kyiv through the morning.</p><p>Ukraine is desperately short of U.S.-made Patriot air defense missiles that can counter Russia’s ballistic missiles, and Moscow’s fast-flying jet-powered drones have brought another challenge since the Russian military's full-scale invasion began 4½ years ago.</p><p>Ukrainian officials say Russia builds up missile stocks and launches major attacks every few days, hoping to exhaust Ukrainian defenses through the sheer weight of numbers. In response, Ukraine has hit high-profile targets on Russian soil as the countries inflict mutual destruction.</p><p>Russia says attack targeted war-related facilities</p><p>The Russian Defense Ministry said its forces carried out a “massive” strike on targets in nine Ukrainian cities that began after nightfall on Wednesday. It described the targets as military-related, including industrial facilities, oil refineries, logistics hubs and port infrastructure.</p><p>Civilian areas, including apartment buildings, suffered damage. The barrage killed a 78-year-old woman in the southern Zaporizhzhia region and another person in the northern Kharkiv region, with at least 14 people reported wounded elsewhere, Ukrainian officials said.</p><p>“Russia continues to invest in missiles and in expanding its war, and that means more countermeasures are needed,” Ukrainian President Volodymyr Zelenskyy said on social media, noting promises earlier this week by European countries to provide more air defense assistance.</p><p>“It is important that these (measures) are also supplemented by additional ballistic missile defense packages” through European purchases of weapons from the United States, he said.</p><p>Though the Russian Defense Ministry insisted only war-related targets were attacked, Russia appears determined to hurt Ukrainian businesses and dent the country's economy through attacks on private enterprise after Ukraine’s long-range drone strikes caused financial difficulties for Moscow.</p><p>Russian drones hit three major distribution centers, destroying depots belonging to a toy store chain and a confectionery company, and damaging another run by an electronics retailer, the companies said.</p><p>In addition, Moscow continued its efforts to wreck the Ukrainian power grid before the freezing winter months.</p><p>Four powerful glide bombs destroyed generating equipment at the southern Kherson region’s combined heat and power plant, forcing it to shut down, its operator Naftogaz said.</p><p>Zelenskyy expected on official visit to neighboring Moldova</p><p>Zelenskyy was due to visit neighboring Moldova on Thursday to mark its national day commemorating its 1991 declaration of independence from the Soviet Union. Ukraine announced its independence the same year.</p><p>Russia’s neighbors in Eastern Europe are concerned its invasion of Ukraine could trigger a wider conflict, and drones flying into its airspace have fueled jitters.</p><p>Moldova’s Ministry of Defense said Thursday that five drones breached its airspace overnight, but it didn’t specify who fired them.</p><p>Ukraine’s air force said defenses shot down or suppressed seven Russian ballistic missiles, though it didn’t say how they achieved that.</p><p>Four districts of Kyiv were hit during the night, damaging residential buildings, a school and a medical facility, though no casualties were reported, city police said.</p><p>Russian forces struck industrial facilities as well as energy infrastructure in Ukraine’s central Poltava region, said Vitalii Diakivnych, head of the Poltava regional military administration.</p><p>The southern Odesa region also came under a major Russian attack lasting more than seven hours, according to Oleh Kiper, head of the Odesa regional military administration.</p><p>The barrage damaged a 16-story residential building and two educational facilities as well as a grain elevator, he said. Odesa is a key port for Ukraine’s vital exports of grain and other agricultural products.</p><p>Some trains were delayed by more than 17 hours following the attack, according to Ukrainian state rail company Ukrzaliznysia.</p><p>Ukraine takes aim at another Russian online retailer</p><p>Ukraine has also fired hundreds of long-range drones almost nightly at targets in Russia.</p><p>Ukraine’s General Staff said that plane-launched missiles hit Russia’s main and backup command posts near the eastern city of Donetsk, where Ukrainian defenders are under pressure from a Russian push.</p><p>The Russian Defense Ministry said Thursday that its air defenses shot down 267 Ukrainian drones over 14 Russian regions, the illegally annexed Crimean Peninsula, the Sea of Azov and the Black Sea.</p><p>After razing huge warehouses in recent months belonging to Wildberries, Russia’s biggest online retailer, Ukrainian drones are now taking aim at Ozon, the country's second-largest e-commerce company.</p><p>Ozon initially said that its logistics facilities in the cities of Orenburg and Ufa were attacked, but neither of the premises caught fire. A later alteration to the company statement said that only the Ufa site was attacked, while the Orenburg facility was evacuated because of an alert, but resumed normal operations.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VV2N4K4EAEUUX6J4IOWYXWGBV4.jpg?auth=443e5a246b3c99dcf94785e0ca5ca8ebb0332f5455461bef7fb6694a39cbbb1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above warehouse stores after a Russian air attack in Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LWMK2YIMYCEF7IC4AWJKCFGWAY.jpg?auth=3f046951cff950ae527f252da6f0ef4b85a731f9fc6caa41ab130741775219ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises over the city center after a Russian attack on Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EMCKYNIZMI3ZGORMZX4GQGHQSA.jpg?auth=ef14e6598b49a3ddd31520d5de4906b3df39d0095285e54bbee9d3b2b300149b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Commuters shelter at Palats Sportu metro station during an air raid alarm in Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7WNXVEJ532VA7LDLAXXU563ZUY.jpg?auth=ba30c8507bc36a60d74e52520d7322467808486b4e710ef554a93fc55a3a4f8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters put out a fire at warehouse stores after a Russian air attack in Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UK6KFIXXUDZL7GT64ZADO4NPIY.jpg?auth=94acf3cca0b92a6a077bda48259d705f5cd90948d451b1a8e172a74f671675f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman begs for money at Maidan metro entrance during an air raid alarm in central Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item></channel></rss>