<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Mon, 17 Aug 2026 15:35:25 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Woman accused of leaving 6-year-old son alone at Sunny Isles Beach park]]></title><link>https://www.local10.com/news/local/2026/08/17/woman-accused-of-leaving-6-year-old-son-alone-at-sunny-isles-beach-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/woman-accused-of-leaving-6-year-old-son-alone-at-sunny-isles-beach-park/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman was arrested over the weekend after she left her 6-year-old son alone at a park in Sunny Isles Beach for nearly an hour, authorities said.]]></description><pubDate>Mon, 17 Aug 2026 15:29:51 +0000</pubDate><content:encoded><![CDATA[<p>A woman was arrested over the weekend after she left her 6-year-old son alone at a park in Sunny Isles Beach for nearly an hour, authorities said.</p><p>According to an arrest report from the Sunny Isles Beach Police Department, the incident was reported shortly before 9 p.m. Saturday at Town Center Park, located at 17200 Collins Ave.</p><p>Police said a man notified officers that the young boy had approached him and said his mother, Elena Sexton, had left him at the park and he was scared and had not eaten since breakfast time.</p><p>The witness told officers that the boy had been alone in the park for nearly an hour.</p><p>According to the report, the boy told officers that his mother had left him alone so she could go get food with a friend.</p><p>Police said officers canvassed the area but could not locate the boy’s mother.</p><p>Officers eventually spotted Sexton, 41, of Corpus Christi, Texas, walking back to the park, the report stated.</p><p>According to the report, Sexton claimed that she had parked at a nearby shopping plaza and went back to get some toys when she saw a friend who asked her to sit and have food.</p><p>She said she did so while leaving her son at the park, authorities said.</p><p>Sexton was arrested on a charge of child neglect without great bodily harm. </p><p>Police confirmed the Florida Department of Children and Families was also notified, but the report did not state whether the boy was released into DCF custody or was turned over to a relative.</p><p>As of Monday morning, Sexton remained held at the Turner Guilford Knight Correctional Center. Online jail records listed her 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/TPZJDIV47RDN3OJVC74FE7RTJE.jpg?auth=2a37c3498a009ded6f73e49cc8943c57a3f59adb0159bdd1bd1628c1d8aeac19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Investigan muerte en West Park]]></title><link>https://www.local10.com/espanol/2026/08/17/investigan-muerte-en-west-park/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/investigan-muerte-en-west-park/</guid><dc:creator><![CDATA[Amanda Batchelor, Michaila Hightower]]></dc:creator><description><![CDATA[La investigación comenzó temprano la mañana del lunes en la cuadra 2300 de Southwest 46th Avenue.]]></description><pubDate>Mon, 17 Aug 2026 13:07:10 +0000</pubDate><content:encoded><![CDATA[<p>Desde el lunes se lleva a cabo una investigación por una muerte en West Park.</p><p>Según los agentes, el tiroteo se reportó alrededor de la 1 a. m. en la cuadra 2300 de Southwest 46th Avenue.</p><p>Un equipo de Local 10 News se encontraba en el lugar mientras el cuerpo yacía en el suelo.</p><p>Los agentes confirmaron que, al llegar a la escena, encontraron a la víctima con múltiples heridas de bala.</p><p>A pesar de aplicar de inmediato maniobras de reanimación, los paramédicos del servicio de rescate y bomberos de la Oficina del Sheriff de Broward (BSO) declararon a la víctima fallecida en el lugar.“</p><p>No es muy seguro por aquí, ¿sabes?“, comentó AC Jones, residente de la zona.</p><p>Detectives de la Unidad de Homicidios de la BSO investigan ahora las circunstancias del tiroteo.Hasta el momento no se ha revelado la identidad de la víctima ni el motivo del tiroteo.</p><p>Se solicita a cualquier persona que tenga información sobre el incidente que llame a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Man fatally shot in West Park; motive unknown]]></title><link>https://www.local10.com/news/local/2026/08/17/death-investigation-underway-in-west-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/death-investigation-underway-in-west-park/</guid><dc:creator><![CDATA[Amanda Batchelor, Michaila Hightower]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is investigating after a man was fatally shot early Monday morning in West Park, authorities confirmed.]]></description><pubDate>Mon, 17 Aug 2026 11:06:11 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is investigating after a man was fatally shot early Monday morning in West Park, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/17/investigan-muerte-en-west-park/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/investigan-muerte-en-west-park/">Leer en español</a></p><p>According to deputies, the shooting was reported at about 1 a.m. in the 2300 block of Southwest 46<sup>th</sup> Avenue.</p><p>A Local 10 News crew was at the scene as a body was on the ground.</p><p>Deputies confirmed that they arrived at the scene and found the victim suffering from multiple gunshot wounds.</p><p>Despite immediately administering life-saving measures, paramedics with Broward Sheriff Fire Rescue pronounced the victim dead at the scene. </p><p>“It’s not too safe around here, you know?” AC Jones, who lives in the area, said. </p><p>BSO Homicide Unit detectives are now investigating the circumstances surrounding the shooting.</p><p>The victim’s identity has not yet been released nor has a motive for the shooting. </p><p>Anyone with information about the shooting is asked to call Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[From ‘Nashville’ to ‘Remember the Titans,’ Hayden Panettiere’s notable roles and where to watch]]></title><link>https://www.local10.com/entertainment/2026/08/17/from-nashville-to-remember-the-titans-hayden-panettieres-notable-roles-and-where-to-watch/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/from-nashville-to-remember-the-titans-hayden-panettieres-notable-roles-and-where-to-watch/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[Hayden Panettiere spent most of her life in front of a camera. The actor, who died Sunday at age 36, made her debut in a toy commercial when she was just 11 months old. From her soap opera beginnings and early breakout roles holding her own opposite acting legends, Panettiere had an undeniable presence that would lead to starring roles on the small and big screens.]]></description><pubDate>Mon, 17 Aug 2026 15:05:18 +0000</pubDate><content:encoded><![CDATA[<p>Hayden Panettiere spent most of her life in front of a camera. The actor, who died Sunday at age 36, made her debut in a toy commercial when she was just 11 months old. From her soap opera beginnings and early breakout roles holding her own opposite acting legends, Panettiere had an undeniable presence that would lead to starring roles on the small and big screens.</p><p>Here are some of her most memorable films and television shows, and where to stream them.</p><p>“A Bug’s Life” (1998)</p><p>She was 9 when she voiced Princess Dot in the Pixar film.</p><p>WHERE TO WATCH: Streaming on Disney+.</p><p>“Remember the Titans” (2000)</p><p>The football-loving and wise-beyond-her-years Sheryl Yoast stole scenes from the likes of Denzel Washington.</p><p>WHERE TO WATCH: Streaming on Hulu and Disney+.</p><p>“Ice Princess” (2005)</p><p>A teen sports trifle that’s now bonded in tragedy after the deaths of both Michelle Trachtenberg and Panettiere.</p><p>WHERE TO WATCH: Streaming on Disney+.</p><p>“Bring It On: All or Nothing” (2006)</p><p>It might not be a particularly good movie, but the third “Bring It On,” co-starring Solange, has become a nostalgic millennial classic.</p><p>WHERE TO WATCH: Available to rent on various platforms.</p><p>“Heroes” (2006-2010)</p><p>“Save the cheerleader, save the world.” Panettiere was the indestructible Claire Bennet at the heart of the popular sci-fi series.</p><p>WHERE TO WATCH: Streaming on Netflix.</p><p>“I Love You, Beth Cooper” (2009)</p><p>Chris Columbus directed this teen rom-com about a nerd and the popular girl.</p><p>WHERE TO WATCH: Available to rent on various platforms.</p><p>“The Cove” (2009)</p><p>Panettiere's participation in a protest on behalf of dolphins in Taiji, Japan, was featured prominently in this Oscar-winning documentary.</p><p>WHERE TO WATCH: Streaming on Tubi, Fandango and Pluto TV.</p><p>“Nashville” (2012-2018)</p><p>Playing rising country superstar Juliette Barnes was perhaps her defining role.</p><p>WHERE TO WATCH: Streaming on Netflix.</p><p>“Scream VI” (2023)</p><p>Panettiere advocated for her own return to the franchise as Kirby Reed. The film became a big box office hit.</p><p>WHERE TO WATCH: Streaming on Netflix.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/REW4G6I3BSL65TLC4JLL5AXZT4.jpg?auth=57ac5633141cdf33be388ee4399fd1fc0e4f89c317e15f180c5b296e062f69a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hayden Panettiere arrives at the 61st Primetime Emmy Awards on Sept. 20, 2009, in Los Angeles. (AP Photo/Matt Sayles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Sayles</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DRD2MWSD4FWIVZPZRE47TPCX4M.jpg?auth=43b23daa5398c588c84987cf89c8625fcc0dee7d7911c07196b98cc83573097f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Connie Britton, left, and Hayden Panettiere attend the "Nashville" panel at the Disney ABC TCA in Beverly Hills, Calif., on July 27, 2012. (Photo by Todd Williamson/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Todd Williamson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DAKOL3WWG7S7CG2Y5PVTAOYPBQ.jpg?auth=93016276af04e71fc99a46fc3535673c3141e489a57331ee5fc5c58fc1cd0f3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hayden Panettiere appears at the world premiere of "Scream VI" in New York on March 6, 2023. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[The Latest: The AP Top 25 preseason college football poll is set to be released at noon]]></title><link>https://www.local10.com/sports/2026/08/17/the-latest-the-ap-top-25-preseason-college-football-poll-is-set-to-be-released-at-noon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/the-latest-the-ap-top-25-preseason-college-football-poll-is-set-to-be-released-at-noon/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The wait is almost over.]]></description><pubDate>Mon, 17 Aug 2026 15:02:38 +0000</pubDate><content:encoded><![CDATA[<p>The wait is almost over.</p><p>The 2026 AP Top 25 preseason poll drops at noon ET, giving college football enthusiasts a look at how voters view the top teams approaching the season.</p><p>The Top 25 voters are decided by more than 60 journalists covering college football for AP members and other news organizations. They’re urged to base their votes on head-to-head results, not reputation, preseason speculation or regional bias.</p><p>Indiana finished the 2025 season at No. 1 in the rankings after a historic 16-0 run and national championship game victory. This season, Ohio State enters with the best odds (+600) to win it all. Notre Dame (+650), Texas (+650), Indiana (+800) and Oregon (+800) round out the top five.</p><p>Buckeyes are an early favorite</p><p>It’s the first time the Buckeyes have topped the list since the 2015 preseason.</p><p>Ohio State ranked No. 1 in the AP Top 25 for the entire regular season last year, only dropping after a Big Ten Championship game defeat from Indiana. With a 12-1 record, Ohio State still earned the No. 2 seed and a first-round bye in the College Football Playoff. The Buckeyes ultimately went on to drop 24-14 to eventual runners-up, Miami, in the Cotton Bowl.Gallery</p><p>This season appears promising with quarterback and receiver duo Julian Sayin and Jeremiah Smith returning to the offense. Veteran defensive end Kenyatta Jackson Jr. is expected to anchor the defense. Notre Dame and Texas are tied for the second best odds at +650. Indiana (+800) and Oregon (+800) round out the top five.</p><p>How are votes counted?</p><p>There was a time when voters called, emailed and faxed their votes to the AP. Long ago, the ballots were tabulated by hand.</p><p>Now voting is done online and all the tabulation is automated.</p><p>There is a 1-25 point system, with a team voted No. 1 receiving 25 points down to 1 point for a 25th-place vote. After that, it’s simple: The poll lists the teams with the most points from 1 to 25 and others receiving votes are also noted.</p><p>Where did we leave off?</p><p>After shocking the nation with a perfect 16-0 record, Big Ten title and national championship victory, the Indiana Hoosiers were unanimously voted No. 1 in the final poll of the season.</p><p>Runners-up Miami finished right behind after falling just short of a national title. Miami’s No. 2 ranking was its highest since the 2002 season.</p><p>Ole Miss, Oregon and Ohio State rounded out the top five.</p><p>But a lot can change from one year to the next.</p><p>Eight Hoosiers ascended to the pros, including Heisman winner and first-overall pick Fernando Mendoza. Miami had nine draftees, including three first-rounders.</p><p>Ole Miss, Oregon and Ohio State have the advantage of a returning quarterback in 2026 — each in the Heisman conversation ahead of the season.</p><p>The origin story</p><p>The Associated Press Top 25 college football poll started in 1936, the brainchild of former sports editor Alan J. Gould.</p><p>The number of teams ranked, the number of voters on the panel and how the ballots are tabulated has fluctuated over the years, but no news organization has been ranking teams and naming a major college football national champion longer than the AP. It has been the Top 10, Top 20 and, since 1989, the Top 25.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF57ZY6LTEMXZAMF7TUNJVV4DE.jpg?auth=1f161efd9f5d7af8c93c79fc686658f3c384c833c500329bf32fda9245450492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana head coach Curt Cignetti reacts during the second half of the College Football Playoff national championship game against Miami, Jan. 19, 2026, in Miami Gardens, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Police: Woman hits co-worker with glass bottle at restaurant in Allapattah]]></title><link>https://www.local10.com/news/local/2026/08/17/police-woman-hits-co-worker-with-glass-bottle-at-restaurant-in-allapattah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/police-woman-hits-co-worker-with-glass-bottle-at-restaurant-in-allapattah/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 29-year-old woman was behind bars on Monday after police officers accused her of hitting her co-worker in the head with a bottle in Miami’s Allapattah neighborhood, records show.  ]]></description><pubDate>Mon, 17 Aug 2026 14:56:52 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old woman was behind bars on Monday after police officers accused her of hitting her co-worker in the head with a bottle in Miami’s Allapattah neighborhood, records show. </p><p>Virgen Pereirasardui got into an argument with her co-worker about “serving alcoholic beverages to customers” at about 3:40 a.m. on July 18 at Guembos, at 2055 NW 22nd Ave., according to police. </p><p>Pereirasardui “grabbed a glass alcohol bottle and hit the victim on the forehead, which caused the victim to suffer a laceration to the right side of the forehead, lose consciousness, and fall to the floor,” a Miami police officer wrote, according to an arrest report. </p><p>A man took the victim to Jackson Memorial Hospital, where she underwent several stitches on the right side of her forehead, according to the arrest report. </p><p>The victim reported the July 18 attack on Aug. 6 to police and said she had worked with Pereirasardui from Wednesday to Saturday since February.</p><p>Police officers arrested Pereirasardui shortly after 11:15 a.m. on Friday at an apartment building in Miami’s Little Havana, according to the report. </p><p>Miami-Dade corrections booked Pereirasardui shortly after 5:30 p.m. on Friday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Pereirasardui faced a charge of aggravated battery with great bodily harm, a second-degree felony, according to Miami-Dade court records. </p><p>Pereirasardui, who was born in Cuba, was denied bond on a hold by U.S. Immigration and Customs Enforcement, records show. </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/6CXXEAYAV5CTLMM6GORBOXRXPU.jpg?auth=d0eb68d533a8ba30049157569cc8b5e21e5e798cf371452db20df46211f0e0c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Virgen Pereirasardui on Friday in Little Havana after an attack at a restaurant in Allapattah.]]></media:description></media:content></item><item><title><![CDATA[Lala leaves a trail of catastrophic flooding across parts of Hawai’i]]></title><link>https://www.local10.com/weather/hurricane/2026/08/17/lala-leaves-a-trail-of-catastrophic-flooding-across-parts-of-hawaii/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/17/lala-leaves-a-trail-of-catastrophic-flooding-across-parts-of-hawaii/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Hurricane Lala delivered a stinging blow to Hawaiʻi over the weekend, pummeling the island chain with repeated rounds of prolific rain topping 3 feet (36 inches) across the wetter windward (east-facing) mountains of the Big Island. Winds gusted to 70 to 90 mph on the Big Island and topped 74 mph and 85 mph respectively on Maui and Oahu as the center of Lala slid about 60 to 75 miles to their south on Saturday local time.]]></description><pubDate>Mon, 17 Aug 2026 14:59:43 +0000</pubDate><content:encoded><![CDATA[<p>Hurricane Lala delivered a stinging blow to Hawaiʻi over the weekend, pummeling the island chain with repeated rounds of prolific rain topping 3 feet (36 inches) across the wetter windward (east-facing) mountains of the Big Island. <a href="https://www.weather.gov/hfo/pns" rel="">Winds gusted to 70 to 90 mph on the Big Island</a> and topped 74 mph and 85 mph respectively on Maui and Oahu as the center of Lala slid about 60 to 75 miles to their south on Saturday local time.</p><p>Although the center of Lala never technically crossed land, it came to within about 25 to 30 miles of the Big Island as a Category 1 hurricane, the closest approach of any hurricane on record (since at least 1949) to the Big Island.</p><figure><img src="https://www.local10.com/resizer/v2/E4JA7OMGHZCVBJST4GEM7UVCWQ.png?auth=c1e3f813201e8311e43894a00ad59f022bcc9e40ccb802ba319bab27fa1bd167&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>At Lala’s closest approach on Saturday, <a href="https://x.com/gdimeweather/status/2088791430982479875?s=20" rel="">snow was even reported</a> atop the nearly 14,000-foot summit of Mauna Kea, with winds at the time <a href="https://x.com/NWSHonolulu/status/2088745511834788138?s=20" rel="">gusting to 119 mph and a wind chill of 24°F</a>.</p><h3><b>One of the wettest U.S. tropical cyclones on record</b></h3><p>The upslope winds (winds blowing from the east and pushing up windward or east-facing mountain slopes) enhanced rainfall as Lala’s eyewall and outer bands collided with Hawai’i’s dramatic, undulating terrain on Saturday. Rainfall totals reached an incredible <a href="https://www.weather.gov/wrh/timeseries?site=007HI&amp;hours=72" rel="">43.55 inches at Laupāhoehoe Natural Area Reserve</a> on the northeast side of the Big Island based on preliminary totals.</p><p>Lala will likely go down as one of the top 10 wettest tropical cyclones on record for the U.S. and perhaps the third wettest to affect Hawai’i, only behind Lane in 2018 and Hiki in 1950 which brought rainfall totals of 58 inches and 52 inches, respectively.</p><p>Even outside the Big Island, Lala dropped double-digit rainfall totals along windward slopes. Rainfall exceeded <a href="https://www.weather.gov/wrh/timeseries?site=020HI&amp;hours=72" rel="">two feet (24 inches) along the Waikamoi Ridge</a> on Maui and <a href="https://www.weather.gov/wrh/timeseries?site=MOGH1&amp;hours=72" rel="">a foot (12 inches) in the Moanalua Valley</a> northwest of Honolulu on Oahu.</p><p>Though rainfall totals stayed in the single digits on the drier, downslope side of the islands, including in some of the state’s more densely populated districts, hurricane force wind gusts <a href="https://www.hawaiianelectric.com/noon-update-hawaiian-electric-continues-damage-assessments-power-restoration-where-possible" rel="">knocked out power to over a quarter million customers</a> at the storm’s peak, including nearly 175,000 customers on Oahu, constituting more than half of all Hawaiian Electric customers on the state’s most populous island.</p><p>As of Monday morning, about 116,000 customers remain without power, <a href="https://poweroutage.us/area/state/hawaii" rel="">according to PowerOutage.us</a>, or about 25% of customers across the state.</p><h3><b>Another central Pacific system possible this week but should stay south of Hawai’i</b></h3><p>Lala continues to pull away from Hawai’i today and though another system may develop southeast of Hawai’i later this week, forecast models largely keep it weaker and tracking well south of the state through the upcoming weekend.</p><figure><img src="https://www.local10.com/resizer/v2/VNTIMNGAXBH2RMS4TWRX3RR7UE.png?auth=724d37d966257b2113cd3e9c393a990201b19ee466b028c609098fec426c3137&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Monday, August 24, 2026 from Google’s DeepMind ensemble system. Models largely keep the next system weaker and tracking south of Hawaiʻi into the upcoming weekend. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Monday, August 24, 2026 from Google’s DeepMind ensemble system. Models largely keep the next system weaker and tracking south of Hawaiʻi into the upcoming weekend. Credit: Weathernerds.org.</figcaption></figure><h3><b>Atlantic systems fizzle</b></h3><p>Meanwhile on the Atlantic side, the two systems we were tracking last week – Invest 92L and Invest 94L – have fizzled.</p><p>Invest 92L was torn apart by a firehose of wind shear as it moved quickly through the Caribbean this weekend and Invest 94L is succumbing to the same fate, being shredded to pieces just east of the Caribbean islands early Monday.</p><p>We’ll continue to watch the waves roll off Africa this month, but for now, models suggest they’ll have a hard journey given El Niño’s stronghold on the basin.</p><figure><img src="https://www.local10.com/resizer/v2/EGU57GV2R5DFHL4SZYFOHB3RYU.PNG?auth=70636d66da46aca3a1d9a3d020e3f6c5c1cb15e51d10e90306219a279270935c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>So far we’ve not yet recorded an Atlantic hurricane. The average date of the first hurricane in the Atlantic is August 11<sup>th</sup>. The latest date for the first hurricane formation is September 11<sup>th</sup> (a record held by Hurricanes Gustav in 2002 and Humberto in 2013). No Atlantic hurricane season in the modern era has ended without a hurricane.</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/PUMEZLB4YZEZZLX252BSRQU7EI.png?auth=70923d5340c494b9732ff520fe3ccd9ff01c4e9b9ac2a1180b96accae1b2ea54&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Radar image of Hurricane Lala at its closest point of approach to the Big Island of Hawaiʻi around 5:30 PM HST (11:30 PM ET) Saturday, August 15th. Credit: Tomer Burg/Polarwx.com.]]></media:description></media:content></item><item><title><![CDATA[Persiste el riesgo de inundaciones por tormentas del medio oeste al Atlántico medio en EEUU]]></title><link>https://www.local10.com/espanol/2026/08/17/persiste-el-riesgo-de-inundaciones-por-tormentas-del-medio-oeste-al-atlantico-medio-en-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/persiste-el-riesgo-de-inundaciones-por-tormentas-del-medio-oeste-al-atlantico-medio-en-eeuu/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS, Indiana, EE.UU. (AP) — Las tormentas eléctricas, las lluvias intensas y las inundaciones repentinas seguían amenazando el lunes desde el medio oeste hasta la región del Atlántico medio en Estados Unidos, prolongando un periodo mortal de clima inestable.]]></description><pubDate>Mon, 17 Aug 2026 14:40:24 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS, Indiana, EE.UU. (AP) — Las tormentas eléctricas, las lluvias intensas y las inundaciones repentinas seguían amenazando el lunes desde el medio oeste hasta la región del Atlántico medio en Estados Unidos, prolongando un periodo mortal de clima inestable.</p><p>El Servicio Meteorológico Nacional indicó que rondas repetidas de lluvias intensas y tormentas eléctricas continuarán un día más antes de que un frente frío barra ese patrón meteorológico de la costa este el martes. Mientras tanto, gran parte de Virginia Occidental, el sureste de Ohio y el noreste de Kentucky estaban bajo vigilancia por inundaciones hasta la noche del lunes, y el nivel alto del agua que persistía por tormentas anteriores aumentaba la posibilidad de inundaciones repentinas.</p><p>En Indiana, donde días de tormentas e inundaciones dejaron al menos siete muertos, las aguas retrocedieron en el río White de Indianápolis y las lluvias disminuyeron en otras partes del estado el domingo. Pero una advertencia por inundación seguía vigente la mañana del lunes para parte del condado Randolph, en el centro-este de Indiana, donde hubo tormentas eléctricas.</p><p>“Aunque hemos visto tendencias alentadoras, el trabajo está lejos de terminar”, expresó Jacob Spence, director de la Agencia Metropolitana de Servicios de Emergencia en Indianápolis, donde funcionarios municipales lanzaron el domingo un sitio web para apoyar a los residentes afectados.</p><p>Entre los fallecidos por las tormentas que comenzaron el 11 de agosto están un niño de 4 años, tres hombres y tres mujeres, informó Liz Woods, portavoz del Departamento de Seguridad Nacional del estado.</p><p>Además, entre las siete víctimas había un ciclista de 31 años que fue hallado muerto temprano el domingo en un agujero que se abrió en una carretera arrasada por las aguas en el condado Henry, al este de Indianápolis. El forense del condado Henry, Brian Clark, señaló que el hombre, James Briar, al parecer rodeó una barricada y cayó en el tramo de carretera colapsado.</p><p>Las lluvias intensas azotaron Indiana la última semana, haciendo que los ríos alcanzaran su cresta y estableciendo récords, mientras carreteras y puentes resultaron gravemente dañados o fueron arrasados por completo por las aguas que corrían con fuerza.</p><p>Más de 106.000 clientes en todo el estado seguían sin electricidad hasta la mañana del lunes, pero hubo hasta 300.000 afectados, según el sitio que da seguimiento a los apagones PowerOutage.us.</p><p>Las lluvias torrenciales y las inundaciones destructivas estuvieron entre los impactos de tormentas severas que han causado estragos en el medio oeste y más allá en los últimos días. Tornados, lluvias intensas e inundaciones repentinas provocaron daños graves en comunidades desde Illinois hasta el oeste de Pensilvania.</p><p>El servicio meteorológico pronostica lluvias intensas y tormentas eléctricas en el alto valle del río Ohio hasta los Apalaches centrales, con posibilidad de tormentas severas a última hora del lunes en el este de Tennessee y el oeste de Carolina del Norte.</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/KQ3WOMGFT2GPXQ2DQPBEYR5SNM.jpg?auth=4a1730de0f873cdc61af4724175843cc5f45307bd621ea3691823ae6c7235fce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Frank Gounder saca equipo de su taller de carpintería afectado por las inundaciones en Indianápolis, domingo 16 de agosto de 2026. (Foto AP/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content></item><item><title><![CDATA[Russian court jails a Kremlin critic for 11 years for opposing the war in Ukraine]]></title><link>https://www.local10.com/news/world/2026/08/17/russian-court-jails-a-kremlin-critic-for-11-years-for-opposing-the-war-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/russian-court-jails-a-kremlin-critic-for-11-years-for-opposing-the-war-in-ukraine/</guid><dc:creator><![CDATA[By ELISE MORTON, Associated Press]]></dc:creator><description><![CDATA[A Russian court on Monday convicted a prominent opposition politician for speaking out against the war in Ukraine and sentenced him to 11 years and one month in prison in the latest crackdown leading up to next month's parliamentary election.]]></description><pubDate>Mon, 17 Aug 2026 14:35:55 +0000</pubDate><content:encoded><![CDATA[<p>A Russian court on Monday convicted a prominent opposition politician for speaking out against the war in Ukraine and sentenced him to 11 years and one month in prison in the latest crackdown leading up to next month's parliamentary election.</p><p>The verdict against Lev Shlosberg, a senior member of the Yabloko party, was another step by the Kremlin to stifle dissent since Russia invaded its neighbor in February 2022. Yabloko is the only official political party overtly opposing the war.</p><p>Shlosberg, 63, is Yabloko's deputy chairman and served in the regional legislature of Pskov from 2016-21. He stood trial in the city of Pskov, some 600 kilometers (370 miles) northwest of Moscow, on charges of "discrediting” and spreading “false information” about the Russian military.</p><p>The charges stemmed from a debate in which he called for ending the war and from posting on his Telegram channel a British tabloid front page featuring an image of a bloodied woman next to one of Russian President Vladimir Putin, with the headline: "Her blood ... his hands.” Shlosberg has rejected the charges as unfounded.</p><p>It was the second trial for Shlosberg in the last two years. He has also been designated a “foreign agent,” a label that carries strong pejorative connotations in Russia and brings additional government scrutiny. He was convicted of violating the foreign agent regulations.</p><p>In December 2025, he was placed in pre-trial detention on the new charges and has been held behind bars ever since.</p><p>In his final statement to the court Friday, Shlosberg said that for 30 years, Russia has traveled “a path from hopes for freedom to the almost complete destruction of human and civil rights and freedoms.”</p><p>He said the war in Ukraine has “changed the lives of every Russian citizen without exception,” and predicted that once its true death toll becomes known, “the entire country will shudder.”</p><p>Following the verdict, the Yabloko party said Shlosberg received the “brutal sentence” for “love of the Motherland and calls for a ceasefire.” In a statement on Telegram, the party said Shlosberg will appeal the verdict.</p><p>Amnesty International denounced the verdict against Shlosberg.</p><p>“His arbitrary prosecution and sentencing are blatant reprisals for exercising his right to freedom of expression to call for peace,” said Marie Struthers, the group's Eastern Europe and Central Asia director.</p><p>“The Russian authorities must immediately and unconditionally release Lev Shlosberg and quash his conviction," her statement added. “They must repeal legislation criminalizing peaceful anti-war expression, end the persecution of Yabloko members and supporters, and respect the rights to freedom of expression, association, peaceful assembly and political participation for all Russians.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPX2SEHVILTABCFU4ALBSRU6KE.jpg?auth=36f30615d1c9f3137adb391daf2a2550bc784d0939d34b8e6cf1c76882783d61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lev Shlosberg, center, senior member of the Yabloko party, is being led out of the court room after a judge convicted him and sentenced him to more than 11 years in prison, in a court in Pskov, Russia, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/7XIFEMF6GF3CD4C7MDAF3ZXNC4.jpg?auth=5241f339cee872ae48160917bd45bf90aa1e80049a478608ee7fefe5bbe83534&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lev Shlosberg, second right, senior member of the Yabloko party, stands in the defendant's box as the judge delivers a verdict in the case against him in a court in Pskov, Russia, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/3DEJR7HWKUAGPJUNZR2DJRLTHI.jpg?auth=df68bccff1bbbef646f8c2be16024ba310f4a4786e6272b95b48176d4a45fa5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lev Shlosberg, second right, senior member of the Yabloko party, stands in the defendant's box as the judge delivers a verdict in the case against him in a court in Pskov, Russia, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Miami singer Masha Kova teams up with Grammy winner Teddy Riley for debut single]]></title><link>https://www.local10.com/features/2026/08/17/miami-singer-masha-kova-teams-up-with-grammy-winner-teddy-riley-for-debut-single/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/17/miami-singer-masha-kova-teams-up-with-grammy-winner-teddy-riley-for-debut-single/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[At just 20 years old, South Florida singer Masha Kova is carving out her own sound with help from a music legend who helped define the R&B she grew up loving.]]></description><pubDate>Mon, 17 Aug 2026 11:21:31 +0000</pubDate><content:encoded><![CDATA[<p>At just 20 years old, South Florida singer<a href="https://www.instagram.com/iammashakova/?hl=en" target="_self" rel="" title="https://www.instagram.com/iammashakova/?hl=en"> Masha Kova</a> is carving out her own sound with help from a music legend who helped define the R&amp;B she grew up loving.</p><p><a href="https://www.local10.com/espanol/2026/08/17/cantante-de-miami-masha-kova-se-une-a-ganador-del-grammy-teddy-riley-para-su-sencillo-debut/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/cantante-de-miami-masha-kova-se-une-a-ganador-del-grammy-teddy-riley-para-su-sencillo-debut/">Leer en español</a></p><p>Kova, a Miami-based singer with deep musical roots, worked with Grammy-winning producer Teddy Riley on her debut single, “Bye Bye Bye.” Riley, known as the creator of New Jack Swing, has become a mentor to the young artist as she develops a sound blending pop, R&amp;B and early-2000s nostalgia.</p><p>“I’m a huge 2000s girlie,” Kova said. “That’s my whole brand.”</p><p>For Kova, working alongside Riley was an opportunity to learn from someone whose influence stretches across generations of R&amp;B.</p><p>“Working with Teddy Riley was such a surreal experience,” she said. “Being in a room with such a legend who has so much aura, knowledge, and he’s iconic. He is a blueprint in music.”</p><p>But the upbeat sound of “Bye Bye Bye” came out of a difficult period in Kova’s life.</p><p>She said she walked into the studio at a low point and knew exactly what kind of song she needed to make.</p><p>“I was like, ‘OK guys, I need a good feel-good song,’” Kova said. “‘I need a song that feels like a bop that’s going to make me feel like I’m the baddest.’”</p><p>While the title may sound like a breakup anthem, Kova said its message goes beyond leaving a relationship behind.</p><p>“I’m also saying ‘bye bye bye’ to, like, my old identities, my old self, my old friendships, my old habits,” she said.</p><h3><b>A musical calling</b></h3><p>Music has been part of Kova’s life since childhood. Her mother was a singer in Russia, while her father was a music producer.</p><p>Initially, Kova wanted to take a different path.</p><p>“I wanted to stand out and I was like, I’m going to be the only one in the family that does not do music. I’m going to be a lawyer,” she said.</p><p>That changed during the COVID-19 pandemic, when time alone gave her an opportunity to reconnect with music.</p><p>“You know when something is just your calling, you can’t run from it,” she said. “And I fell in love all over again. I started to write. I started to sing.”</p><p>Now, Kova hopes to use her growing platform for more than her music. She has spoken openly about struggling with body image when she was younger and wants her brand to encourage self-acceptance.</p><p>“When I was younger I really faced body dysmorphia issues and not loving myself,” Kova said.</p><p>Her “Body So Tea” message, she said, is about reminding others to embrace who they are.</p><p>“I want to emulate that you are beautiful the way you are and you are special,” she said.</p><h3><b>More music on the way</b></h3><p>Kova is already preparing her next release, “Red Light Green Light,” which she describes as a blend of pop and house music.</p><p>“It’s a metaphor for, you know, that push and pull effect sometimes you have with someone,” she said. “So it’s a very flirty, sexy song.”</p><p>In September, Kova plans to perform both songs during her first showcase in Wynwood.</p><p>She is also working on additional music, with a potential EP on the horizon.</p>]]></content:encoded></item><item><title><![CDATA[Cantante de Miami Masha Kova se une a ganador del Grammy Teddy Riley para su sencillo debut]]></title><link>https://www.local10.com/espanol/2026/08/17/cantante-de-miami-masha-kova-se-une-a-ganador-del-grammy-teddy-riley-para-su-sencillo-debut/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/cantante-de-miami-masha-kova-se-une-a-ganador-del-grammy-teddy-riley-para-su-sencillo-debut/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Con apenas 20 años, la cantante del sur de Florida Masha Kova está creando su propio sonido con la ayuda de una leyenda de la música que ayudó a definir el R&B]]></description><pubDate>Mon, 17 Aug 2026 14:20:47 +0000</pubDate><content:encoded><![CDATA[<p>Con apenas 20 años, la cantante del sur de Florida Masha Kova está creando su propio sonido con la ayuda de una leyenda de la música que ayudó a definir el R&amp;B que ella creció amando.</p><p>Kova, una cantante radicada en Miami con profundas raíces musicales, trabajó con el productor ganador del Grammy Teddy Riley en su sencillo debut, “Bye Bye Bye”. Riley, conocido como el creador del New Jack Swing, se ha convertido en mentor de la joven artista mientras desarrolla un sonido que combina pop, R&amp;B y nostalgia de principios de los años 2000.</p><p>“Soy una chica de los 2000 de pies a cabeza”, dijo Kova. “Esa es toda mi marca”.</p><p>Para Kova, trabajar junto a Riley fue una oportunidad de aprender de alguien cuya influencia se extiende por generaciones de R&amp;B.</p><p>“Trabajar con Teddy Riley fue una experiencia tan surrealista”, dijo. “Estar en una habitación con una leyenda que tiene tanta presencia, conocimiento y que es icónico. Él es un referente en la música”.</p><p>Pero el sonido alegre de “Bye Bye Bye” surgió de un período difícil en la vida de Kova.</p><p>Dijo que entró al estudio en un momento difícil y sabía exactamente qué tipo de canción necesitaba hacer.</p><p>“Yo estaba como, “OK, chicos, necesito una canción que me haga sentir bien””, dijo Kova. “”Necesito una canción que se sienta como un bop que me haga sentir que soy la más poderosa"“.</p><p>Aunque el título puede sonar como un himno de ruptura, Kova dijo que su mensaje va más allá de dejar atrás una relación.</p><p>“También estoy diciendo “bye bye bye” a, como, mis antiguas identidades, mi antiguo yo, mis viejas amistades, mis viejos hábitos”, dijo.</p><h3>Un llamado musical</h3><p>La música ha sido parte de la vida de Kova desde su infancia. Su madre era cantante en Rusia, mientras que su padre era productor musical.</p><p>Inicialmente, Kova quería tomar un camino diferente.</p><p>“Quería destacar y decía, voy a ser la única de la familia que no haga música. Voy a ser abogada”, dijo.</p><p>Eso cambió durante la pandemia de COVID-19, cuando el tiempo a solas le dio la oportunidad de reconectarse con la música.</p><p>“Sabes cuando algo es simplemente tu llamado, no puedes huir de ello”, dijo. “Y me volví a enamorar. Empecé a escribir. Empecé a cantar”.</p><p>Ahora, Kova espera utilizar su creciente plataforma para algo más que su música. Ha hablado abiertamente sobre sus dificultades con la imagen corporal cuando era más joven y quiere que su marca fomente la autoaceptación.</p><p>“Cuando era más joven, realmente enfrenté problemas de dismorfia corporal y de no amarme a mí misma”, dijo Kova.</p><p>Su mensaje “Body So Tea”, dijo, busca recordarles a los demás que acepten quiénes son.</p><p>“Quiero transmitir que eres hermosa tal como eres y que eres especial”, dijo.</p><h3>Más música en camino</h3><p>Kova ya está preparando su próximo lanzamiento, “Red Light Green Light”, que describe como una combinación de música pop y house.</p><p>“Es una metáfora de, ya sabes, ese efecto de tira y afloja que a veces tienes con alguien”, dijo. “Así que es una canción muy coqueta y sexy”.</p><p>En septiembre, Kova planea interpretar ambas canciones durante su primer showcase en Wynwood.</p><p>También está trabajando en música adicional, con un posible EP en el horizonte.</p>]]></content:encoded></item><item><title><![CDATA[Flooding risk remains as storms move from the Midwest to the mid-Atlantic]]></title><link>https://www.local10.com/news/national/2026/08/17/flooding-risk-remains-as-storms-move-from-the-midwest-to-the-mid-atlantic/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/17/flooding-risk-remains-as-storms-move-from-the-midwest-to-the-mid-atlantic/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS, Ind. (AP) — Thunderstorms, heavy rain and flash flooding continued to threaten a swath of the U.S. from the Midwest to the mid-Atlantic Monday, extending a deadly stretch of unsettled weather.]]></description><pubDate>Mon, 17 Aug 2026 14:10:18 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS, Ind. (AP) — Thunderstorms, heavy rain and flash flooding continued to threaten a swath of the U.S. from the Midwest to the mid-Atlantic Monday, extending a deadly stretch of unsettled weather.</p><p>The National Weather Service said repeated rounds of heavy rain and thunderstorms would continue for one more day before a cold front sweeps the weather pattern off the East Coast on Tuesday. In the meantime, much of West Virginia, southeast Ohio and northeast Kentucky were under a flood watch through Monday evening, with high water lingering from previous storms increasing the possibility of flash flooding.</p><p>In Indiana, where days of storms and flooding left at least seven people dead, floodwaters receded in Indianapolis’ White River and rains eased in other parts of the state Sunday. But a flood warning remained in effect Monday morning for part of Randolph County in east central Indiana, where thunderstorms had dropped between 1 and 2 inches of rain by 8 a.m.</p><p>“While we have seen encouraging trends, the work is far from over,” said Jacob Spence, director of the Metropolitan Emergency Services Agency in Indianapolis, where city officials on Sunday launched a website to support affected residents.</p><p>A 4-year-old boy, three men and three women were among those who had died since the storms that began Aug. 11, said Liz Woods, a spokesperson for the state Department of Homeland Security.</p><p>Also, among the seven victims was a 31-year-old cyclist found dead early Sunday in a hole that opened up on a washed-out road in Henry County, east of Indianapolis. Henry County Coroner Brian Clark said the man, James Briar, appears to have gone around a barricade and fallen into the collapsed road.</p><p>Heavy rains hammered Indiana over the past week, causing rivers to crest and setting records as roads and bridges were seriously damaged or washed out entirely by the rushing waters.</p><p>More than 106,000 utility customers statewide remained without power as of Monday morning, down from a peak of around 300,000, according to the online utility tracker PowerOutage.us.</p><p>The drenching rains and destructive flooding were among the impacts of severe storms that have wreaked havoc across the Midwest and beyond in recent days. Tornadoes, heavy rains and flash flooding brought serious damage to communities from Illinois to western Pennsylvania.</p><p>The National Weather Service forecasts heavy rain and thunderstorms across the upper Ohio Valley to the central Appalachians, with the possibility of severe storms late Monday across eastern Tennessee and western North Carolina.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6CHOVQG7VUHY5ML5TTIAUKLJW4.jpg?auth=18f68dc41896513f921b11322aaa67a9d7a7dca2c81ad7e3dc1494abd52c39ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scott Conrad, left, Joseph Workman, second from left, Ronan Carey, in the boat, and Kesley Patterson use a kayak to transport items from their flooded homes in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BUO7UZQSN37ABBTDTHGOIMIIM.jpg?auth=9e5bc7ae72fd563efe0fc169c12a3534b4eeed3f295a3b338af6865a1fb65284&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Darius Canler and Curtis Carey carry a TV from their flooded home in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5PZQ23OM4H3BVLBVC6P2MVLJA.jpg?auth=0b35695eb783f2d6892c026008772f24c4a4334d636d01ae134956c2629daa04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scott Conrad, left, Joseph Workman, right, and Kesley Patterson, back to camera, push a kayak through floodwaters as they transport items from their flooded homes in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content></item><item><title><![CDATA[Live rodents found in South Beach kitchen, restaurant ordered shut!]]></title><link>https://www.local10.com/food/dirty-dining/2026/08/17/live-rodents-found-in-south-beach-kitchen-restaurant-ordered-shut/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/08/17/live-rodents-found-in-south-beach-kitchen-restaurant-ordered-shut/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Several South Florida restaurants were ordered shut this week after state inspectors found serious food-safety violations, including live rodents, roaches, flies, mold and food being held at unsafe temperatures. ]]></description><pubDate>Mon, 17 Aug 2026 13:43:40 +0000</pubDate><content:encoded><![CDATA[<p>Several South Florida restaurants were ordered shut this week after state inspectors found serious food-safety violations, including live rodents, roaches, flies, mold and food being held at unsafe temperatures. </p><p><a href="https://www.local10.com/espanol/2026/08/17/encuentran-roedores-vivos-en-cocina-de-south-beach-y-ordenan-cierre-de-restaurante/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/encuentran-roedores-vivos-en-cocina-de-south-beach-y-ordenan-cierre-de-restaurante/">Leer en español</a></p><p>The closures included restaurants in Miami Beach, Miami, Aventura, Plantation and Cutler Bay. </p><p>All of the restaurants mentioned were allowed to reopen following an ordered cleanup and re-inspection.</p><p>No restaurants in the Florida Keys were ordered shut.</p><p><b>**OSTERIA DEL MAR</b></p><p><b>BEACON SOUTH BEACH HOTEL</b></p><p><b>720 OCEAN DR.</b></p><p><b>MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/13</b></p><p><b>5 VIOLATIONS FOUND</b></p><p><i><b>“Live rodent present. Observed at ware washing area live rodent crawling on the floor under dishwasher and another crawling on the floor at cook line.”</b></i></p><p>“Reach-in cooler /Walk- cooler interior/shelves have accumulation of soil residues. Observed shelves at walk in cooler and reach in cooler across from walk in soiled with mold like substance.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed can opener blade at prep table soiled.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw shell eggs stored over a container of marinara sauce at walk in cooler.”</p><p><b>**VILLA PIZZA</b></p><p><b>MIAMI INTERNATIONAL AIRPORT</b></p><p><b>CONCOURSE D</b></p><p><b>4200 NW 21ST </b></p><p><b>MIAMI</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/11</b></p><p><b>22 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately one rodent dropping by the flour container, three rodent droppings on a shelf on top of the three compartment sink, one by the front counter behind reach in cooler.”</p><p>“Roach activity present as evidenced by live roaches found. Observed three live roaches on the floor under the front counter pizza display area.”</p><p>“Dead roaches on premises. Observed two dead roaches in the lobby.”</p><p>“Live, small flying insects found. Observed three flies by the ice machine, one under the soda machine.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed Mixed tomatoes (51 F - Cold Holding); Shredded mozzarella (56 F - Cold Holding); Mixed vegetables (59 F - Cold Holding); Diced pineapple (58 F - Cold Holding); Diced olives (58 F - Cold Holding); Diced pepperoni (57 F - Cold Holding) in the prep cooler area, according to operator stored in unit for more than five hours. Repeat Violation.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed soda nozzles located in the lobby soiled. Observed pizzas on the front counter on wood service area. Repeat Violation.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall soiled under the three compartment sink, walls behind kitchen equipment with heavy soiled.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed ceiling vents soiled throughout the establishment.”</p><p>“Cold holding equipment not maintained in good repair. Do not store time/temperature control for safety food in this unit until the unit is repaired. observed prep reach in cooler ambient temperature 56 F. Repeat Violation.”</p><p>“Equipment in poor repair. Observed flour lid broken, observed prep reach in cooler ambient temperature 56 F. “Repeat Violation.”</p><p>“Floor soiled/has accumulation of debris. Observed floor soiled under oven, kitchen equipment. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed walk in fan cover soiled. Repeat Violation.”</p><p><b>**REN’S SUSHI JAPANESE AND THAI CUISINE</b></p><p><b>801 S. UNIVERSITY DR.</b></p><p><b>PLANTATION</b></p><p><b>ORDERED SHUT 8/14</b></p><p><b>12 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach in the dishwashing area crawling on clean dishes. Observed 2 live roaches under the sushi area crawling on the floor. Operator killed and disposed of roach and rewashed the dishes.”</p><p>“Dead roaches on premises. Observed 1 dead roach in the triple sink, 3 dead roaches under the prep sink, 5 dead roaches in the dry storage area, 1 dead roach in a box of single use cups, 6 dead roaches in the back storage area, 12 dead roaches in the expo area, 3 dead roaches in the sushi area and 4 dead roaches near the ice machine.”</p><p>“Live, small flying insects found. Observed approximately 12 small flying insects at the dishwashing area landing on clean and dirty dishes.”</p><p>“Floor soiled/has accumulation of debris between large pieces of equipment in the kitchen.”</p><p>“Handwash sink used for purposes other than handwashing. Observed handwashing sink used to thaw shrimp. Operator removed item from handwashing sink.” </p><p><b>**TEJAS DE HONDURAS</b></p><p><b>19200 SW 106TH AVE.</b></p><p><b>CUTLER BAY</b></p><p><b>ORDERED SHUT 8/12</b></p><p><b>22 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 6 live roaches, one roach crawling inside the gasket of the reach in freezer, one crawling inside the oven, two crawling on the floor of the kitchen area next to the reach in cooler, one crawling on the floor at the cook line and the other roach crawling under the preparation table in the kitchen area.”</p><p>“Dead roaches on premises. Observed 7 dead roaches in the kitchen of the establishment, one dead roach on preparation table in the kitchen,3 on the floor of the kitchen , two inside a dirty pot stored on the floor of the kitchen and one under the AC located behind the mop in the kitchen area.”</p><p>“Pesticide/insecticide labeled for household use only present in establishment. Observed a can of raid on the floor of the kitchen next to the stove.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed cheese (52 F - Cold Holding); chicken (46 F - Cold Holding) at the reach in cooler in the kitchen. Also observed cheese (51 F - Cold Holding); milk (46 F - Cold Holding) at the reach in cooler at the front counter. As per operator foods were stored inside reach in cooler since yesterday. Foods have been out of temperature for more than 4 hours. Stop sale was issued. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed fan covers with accumulated grease in the kitchen area.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout the kitchen.”</p><p>“Floor area(s) covered with standing water. Observed at the kitchen.”</p><p>“Floor not cleaned when the least amount of food is exposed. Kitchen. Repeat Violation.”</p><p>“Food stored on floor. Observed plastic waters and sodas stored on the floor at the front counter.”</p><p>“Time/temperature control for safety food thawed in an improper manner. Observed chicken and beef inside a plastic bucket stored on the floor.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout the kitchen.”</p><p>“No soap provided at handwash sink. Observed at the front counter.”</p><p><b>**CVI.CHE 105 AVENTURA</b></p><p><b>AVENTURA MALL</b></p><p><b>19501 BISCAYNE BLVD.</b></p><p><b>AVENTURA</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/13</b></p><p><b>13 VIOLATIONS FOUND</b></p><p>Roach activity present as evidenced by live roaches found. Observed 10 + live roaches crawling on food bags and containers, wall and underneath the shelves in dry storage area.</p><p>Floor soiled/has accumulation of debris. Observed accumulation of old food debris underneath the shelves inside dry storage area.</p><p>Accumulation of black/green mold-like substance in the interior of the ice machine/bin. All three ice machines with excessive accumulation of mold like substance inside .</p><p>Dish machine not sanitizing properly. Discontinue use of dish machine for sanitizing and set up manual sanitization until dish machine is repaired and sanitizing properly. Observed dishwasher machine at the bar chlorine 0 ppm. No sanitizer container in use at the dishwasher machine at bar.</p><p>Food-contact surfaces not sanitized after cleaning, before use. Do not use equipment/utensils not properly sanitized. Observed bar dishwasher in use with glasses and cups without sanitizer solution. Manager adjusted the machine, then chlorine sanitizer 100 ppm.</p><p>Employee failed to wash hands before putting on gloves to initiate a task working with food. Observed employees wearing gloves without washing their hands first. All employees were coached and washed hand correctly. </p><p>Hand sink used for ware washing. Observed employee washing utensils in the hand sink at the bar and at the grill/sauté line. **Repeat Violation**</p><p><b>**LA GRANJA CHICKEN STEAK AND SEAFOOD</b></p><p><b>6144 SOUTH DIXIE HIGHWAY</b></p><p><b>SOUTH MIAMI</b></p><p><b>ORDERED SHUT 8/11</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed 25 + live flies on dry food racks inside bag of onions in kitchen area.”</p><p>“Live, small flying insects found. Observed 25 + live flies on dry food racks inside bag of onions in kitchen area. Observed 1 live fly above triple sink on clean container. Observed 1 live fly on wall above prep table in kitchen area. Observed 1 live fly on wall above sauces in kitchen area. Observed 1 live fly on wall above soda container in kitchen area.”</p><p>“Insect control device installed over food preparation area. Observed above prep table.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw eggs behind herbs and corn in lowboy. Repeat Violation.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken above raw pork in cooler drawers under cook line. Repeat Violation.” </p><p><b>**TEJAS DE HONDURAS</b></p><p><b>19200 SW 106TH AVE.</b></p><p><b>CUTLER BAY</b></p><p><b>ORDERED SHUT 8/12</b></p><p><b>22 VIOLATIONS FOUND </b></p><p>“Roach activity present as evidenced by live roaches found. Observed 6 live roaches, one roach crawling inside the gasket of the reach in freezer, one crawling inside the oven, two crawling on the floor of the kitchen area next to the reach in cooler, one crawling on the floor at the cook line and the other roach crawling under the preparation table in the kitchen area.”</p><p>“Dead roaches on premises. Observed 7 dead roaches in the kitchen of the establishment, one dead roach on preparation table in the kitchen,3 on the floor of the kitchen , two inside a dirty pot stored on the floor of the kitchen and one under the AC located behind the mop in the kitchen area.”</p><p>“Pesticide/insecticide labeled for household use only present in establishment. Observed a can of raid on the floor of the kitchen next to the stove.”</p><p>“Interior of oven/microwave has accumulation of black substance/grease/food debris.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout the kitchen.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed cheese (52 F - Cold Holding); chicken (46 F - Cold Holding) at the reach in cooler in the kitchen. Also observed cheese (51 F - Cold Holding); milk (46 F - Cold Holding) at the reach in cooler at the front counter. As per operator foods were stored inside reach in cooler since yesterday. Foods have been out of temperature for more than 4 hours. Stop sale was issued. Repeat Violation.”</p><p>“Floor area(s) covered with standing water. Observed at the kitchen.”</p><p>“Floor not cleaned when the least amount of food is exposed. Kitchen. Repeat Violation.”</p><p>“Food stored on floor. Observed plastic waters and sodas stored on the floor at the front counter.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed reach in cooler and reach in freezer door gaskets soiled and also hood filters soiled. Repeat Violation.”</p><p>“Hole in or other damage to wall. Observed 3 holes in the wall next to the hand wash sink in the kitchen. Also observed a hole at the kitchen entrance.”</p><p>“Employee has not received adequate training related to their assigned duties as evidenced by lack of general knowledge in performing their assigned duties. Employee did not how to sanitize utensils.”</p><p>“No soap provided at handwash sink. Observed at the front counter.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JNAQRF66CNAZJLIO7YLKRMVQMQ.jpg?auth=7c7349e8e9708a3d6dd971ba0535c0bebfe0dd920bd0a5310d59336ed5239e54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[¡Encuentran roedores vivos en cocina de South Beach y ordenan cierre de restaurante!]]></title><link>https://www.local10.com/espanol/2026/08/17/encuentran-roedores-vivos-en-cocina-de-south-beach-y-ordenan-cierre-de-restaurante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/encuentran-roedores-vivos-en-cocina-de-south-beach-y-ordenan-cierre-de-restaurante/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Varios restaurantes del sur de Florida han sido ordenados a cerrar esta semana tras inspecciones estatales y graves violaciones de seguridad alimentaria incluido roedores vivos.]]></description><pubDate>Mon, 17 Aug 2026 13:59:55 +0000</pubDate><content:encoded><![CDATA[<p>Varios restaurantes del sur de Florida fueron ordenados a cerrar esta semana después de que inspectores estatales encontraran graves violaciones de seguridad alimentaria, incluidos roedores vivos, cucarachas, moscas, moho y alimentos almacenados a temperaturas inseguras.</p><p>Los cierres incluyeron restaurantes en Miami Beach, Miami, Aventura, Plantation y Cutler Bay.</p><p>Todos los restaurantes mencionados recibieron autorización para reabrir después de una limpieza ordenada y una nueva inspección.</p><p>Ningún restaurante de los Cayos de Florida fue ordenado a cerrar.</p><p><b>**OSTERIA DEL MAR</b></p><p><b>BEACON SOUTH BEACH HOTEL</b></p><p><b>720 OCEAN DR.</b></p><p><b>MIAMI BEACH</b></p><p><b>ORDENADO A CERRAR EL 13 DE AGOSTO</b></p><p><b>5 VIOLACIONES ENCONTRADAS</b></p><p><i><b>“Roedor vivo presente. Se observó un roedor vivo arrastrándose por el piso debajo del lavavajillas en el área de lavado de utensilios y otro arrastrándose por el piso en la línea de cocina”.</b></i></p><p>“El interior/estantes del refrigerador vertical y del refrigerador de acceso peatonal presentan acumulación de residuos de suciedad. Se observaron estantes del refrigerador de acceso peatonal y del refrigerador vertical frente a la cocina sucios con una sustancia similar al moho”.</p><p>“Superficie en contacto con alimentos sucia con residuos de alimentos, sustancia similar al moho o baba. Se observó la cuchilla del abrelatas en la mesa de preparación sucia”.</p><p>“Alimentos de origen animal crudos almacenados sobre alimentos listos para consumir o sin la separación adecuada. Se observaron huevos de gallina crudos almacenados sobre un recipiente de salsa marinara en el refrigerador de acceso peatonal”.</p><p><b>**VILLA PIZZA</b></p><p><b>MIAMI INTERNATIONAL AIRPORT</b></p><p><b>CONCOURSE D</b></p><p><b>4200 NW 21ST</b></p><p><b>MIAMI</b></p><p><b>INSPECCIÓN BASADA EN UNA QUEJA</b></p><p><b>ORDENADO A CERRAR EL 11 DE AGOSTO</b></p><p><b>22 VIOLACIONES ENCONTRADAS</b></p><p>“Presencia de roedores, evidenciada por excrementos de roedores encontrados. Se observó aproximadamente un excremento de roedor junto al recipiente de harina, tres excrementos de roedor en un estante sobre el fregadero de tres compartimentos y uno detrás del refrigerador vertical, junto al mostrador delantero”.</p><p>“Presencia de cucarachas, evidenciada por cucarachas vivas encontradas. Se observaron tres cucarachas vivas en el piso debajo del mostrador delantero, en el área de exhibición de pizzas”.</p><p>“Cucarachas muertas en el establecimiento. Se observaron dos cucarachas muertas en el vestíbulo”.</p><p>“Se encontraron pequeños insectos voladores vivos. Se observaron tres moscas junto a la máquina de hielo y una debajo de la máquina de refrescos”.</p><p>“Acumulación de una sustancia similar al moho negro/verde en el interior de la máquina/depósito de hielo”.</p><p>“Se emitió una orden de no venta para alimentos que requieren control de tiempo/temperatura por seguridad debido a un manejo inadecuado de la temperatura. Se observaron tomates mixtos (51 F - conservación en frío); mozzarella rallada (56 F - conservación en frío); vegetales mixtos (59 F - conservación en frío); piña en cubos (58 F - conservación en frío); aceitunas en cubos (58 F - conservación en frío); pepperoni en cubos (57 F - conservación en frío) en el área del refrigerador de preparación, que según el operador habían estado almacenados en la unidad durante más de cinco horas. Violación repetida”.</p><p>“Superficie en contacto con alimentos sucia con residuos de alimentos, sustancia similar al moho o baba. Se observaron las boquillas de refrescos ubicadas en el vestíbulo sucias. Se observaron pizzas en el mostrador delantero, sobre el área de servicio de madera. Violación repetida”.</p><p>“Pared sucia con acumulación de grasa, residuos de alimentos y/o polvo. Se observó la pared sucia debajo del fregadero de tres compartimentos y las paredes detrás del equipo de cocina con mucha suciedad”.</p><p>“Techo/losetas del techo/ventilaciones sucios con acumulación de residuos de alimentos, grasa, polvo o sustancia similar al moho. Se observaron ventilaciones del techo sucias en todo el establecimiento”.</p><p>“Equipo de conservación en frío no mantenido en buen estado. No almacene alimentos que requieran control de tiempo/temperatura por seguridad en esta unidad hasta que sea reparada. Se observó una temperatura ambiente de 56 F en el refrigerador vertical de preparación. Violación repetida”.</p><p>“Equipo en mal estado. Se observó la tapa de la harina rota y una temperatura ambiente de 56 F en el refrigerador vertical de preparación. Violación repetida”.</p><p>“Piso sucio/con acumulación de residuos. Se observó el piso sucio debajo del horno y del equipo de cocina. Violación repetida”.</p><p>“Superficie que no está en contacto con alimentos sucia con grasa, residuos de alimentos, suciedad, baba o polvo. Se observó la cubierta del ventilador del refrigerador de acceso peatonal sucia. Violación repetida”.</p><p><b>**REN’S SUSHI JAPANESE AND THAI CUISINE</b></p><p><b>801 S. UNIVERSITY DR.</b></p><p><b>PLANTATION</b></p><p><b>ORDENADO A CERRAR EL 14 DE AGOSTO</b></p><p><b>12 VIOLACIONES ENCONTRADAS</b></p><p>“Presencia de cucarachas, evidenciada por cucarachas vivas encontradas. Se observó una cucaracha viva en el área de lavado de platos, arrastrándose sobre platos limpios. Se observaron dos cucarachas vivas debajo del área de sushi, arrastrándose por el piso. El operador mató y desechó la cucaracha y volvió a lavar los platos”.</p><p>“Cucarachas muertas en el establecimiento. Se observó una cucaracha muerta en el fregadero triple, tres cucarachas muertas debajo del fregadero de preparación, cinco cucarachas muertas en el área de almacenamiento seco, una cucaracha muerta en una caja de vasos de un solo uso, seis cucarachas muertas en el área de almacenamiento trasera, 12 cucarachas muertas en el área de despacho, tres cucarachas muertas en el área de sushi y cuatro cucarachas muertas cerca de la máquina de hielo”.</p><p>“Se encontraron pequeños insectos voladores vivos. Se observaron aproximadamente 12 pequeños insectos voladores en el área de lavado de platos, posándose sobre platos limpios y sucios”.</p><p>“Piso sucio/con acumulación de residuos entre equipos grandes en la cocina”.</p><p>“Fregadero de manos utilizado para fines distintos al lavado de manos. Se observó el fregadero de manos utilizado para descongelar camarones. El operador retiró el producto del fregadero de manos”.</p><p><b>**TEJAS DE HONDURAS</b></p><p><b>19200 SW 106TH AVE.</b></p><p><b>CUTLER BAY</b></p><p><b>ORDENADO A CERRAR EL 12 DE AGOSTO</b></p><p><b>22 VIOLACIONES ENCONTRADAS</b></p><p>“Presencia de cucarachas, evidenciada por cucarachas vivas encontradas. Se observaron seis cucarachas vivas: una arrastrándose dentro de la junta del refrigerador congelador vertical, una dentro del horno, dos arrastrándose por el piso del área de cocina junto al refrigerador vertical, una arrastrándose por el piso en la línea de cocina y otra arrastrándose debajo de la mesa de preparación en el área de cocina”.</p><p>“Cucarachas muertas en el establecimiento. Se observaron siete cucarachas muertas en la cocina del establecimiento, una cucaracha muerta sobre la mesa de preparación en la cocina, tres en el piso de la cocina, dos dentro de una olla sucia almacenada en el piso de la cocina y una debajo del aire acondicionado ubicado detrás del trapeador en el área de cocina”.</p><p>“Se encontró un pesticida/insecticida etiquetado únicamente para uso doméstico en el establecimiento. Se observó una lata de Raid en el piso de la cocina junto a la estufa”.</p><p>“Se emitió una orden de no venta para alimentos que requieren control de tiempo/temperatura por seguridad debido a un manejo inadecuado de la temperatura. Alimentos que requieren control de tiempo/temperatura por seguridad se mantenían en frío a más de 41 grados Fahrenheit. Se observó queso (52 F - conservación en frío); pollo (46 F - conservación en frío) en el refrigerador vertical de la cocina. También se observó queso (51 F - conservación en frío); leche (46 F - conservación en frío) en el refrigerador vertical del mostrador delantero. Según el operador, los alimentos habían estado almacenados dentro del refrigerador vertical desde el día anterior. Los alimentos habían estado fuera de temperatura durante más de cuatro horas. Se emitió una orden de no venta. Violación repetida”.</p><p>“Techo/losetas del techo/ventilaciones sucios con acumulación de residuos de alimentos, grasa, polvo o sustancia similar al moho. Se observaron cubiertas de ventiladores con acumulación de grasa en el área de cocina”.</p><p>“Pared sucia con acumulación de grasa, residuos de alimentos y/o polvo. Se observó suciedad en toda la cocina”.</p><p>“Área(s) del piso cubierta(s) con agua estancada. Se observó en la cocina”.</p><p>“Piso no limpiado cuando hay la menor cantidad de alimentos expuestos. Cocina. Violación repetida”.</p><p>“Alimentos almacenados en el piso. Se observaron aguas y refrescos de plástico almacenados en el piso del mostrador delantero”.</p><p>“Alimentos que requieren control de tiempo/temperatura por seguridad descongelados de manera inadecuada. Se observaron pollo y carne de res dentro de un cubo de plástico almacenado en el piso”.</p><p>“Pared sucia con acumulación de grasa, residuos de alimentos y/o polvo. Se observó suciedad en toda la cocina”.</p><p>“No se proporcionó jabón en el fregadero de manos. Se observó en el mostrador delantero”.</p><p><b>**CVI.CHE 105 AVENTURA</b></p><p><b>AVENTURA MALL</b></p><p><b>19501 BISCAYNE BLVD.</b></p><p><b>AVENTURA</b></p><p><b>INSPECCIÓN BASADA EN UNA QUEJA</b></p><p><b>ORDENADO A CERRAR EL 13 DE AGOSTO</b></p><p><b>13 VIOLACIONES ENCONTRADAS</b></p><p>“Presencia de cucarachas, evidenciada por cucarachas vivas encontradas. Se observaron más de 10 cucarachas vivas arrastrándose sobre bolsas y recipientes de alimentos, la pared y debajo de los estantes en el área de almacenamiento seco”.</p><p>“Piso sucio/con acumulación de residuos. Se observó acumulación de residuos de alimentos antiguos debajo de los estantes dentro del área de almacenamiento seco”.</p><p>“Acumulación de una sustancia similar al moho negro/verde en el interior de la máquina/depósito de hielo. Las tres máquinas de hielo presentaban una acumulación excesiva de una sustancia similar al moho en su interior”.</p><p>“Máquina de lavar platos no desinfecta adecuadamente. Suspenda el uso de la máquina de lavar platos para desinfectar y establezca una desinfección manual hasta que la máquina sea reparada y desinfecte correctamente. Se observó la máquina de lavar platos del bar con cloro a 0 ppm. No había un recipiente de desinfectante en uso en la máquina de lavar platos del bar”.</p><p>“Las superficies en contacto con alimentos no fueron desinfectadas después de la limpieza y antes de su uso. No utilice equipos/utensilios que no hayan sido desinfectados adecuadamente. Se observó el lavavajillas del bar en uso con vasos y tazas sin solución desinfectante. El gerente ajustó la máquina y luego el desinfectante de cloro registró 100 ppm”.</p><p>“Empleado no se lavó las manos antes de ponerse los guantes para iniciar una tarea relacionada con alimentos. Se observaron empleados usando guantes sin lavarse las manos primero. Todos los empleados recibieron instrucciones y se lavaron las manos correctamente”.</p><p>“Fregadero de manos utilizado para lavar utensilios. Se observó a un empleado lavando utensilios en el fregadero de manos del bar y en el área de parrilla/salteado. Violación repetida”.</p><p><b>**LA GRANJA CHICKEN STEAK AND SEAFOOD</b></p><p><b>6144 SOUTH DIXIE HIGHWAY</b></p><p><b>SOUTH MIAMI</b></p><p><b>ORDENADO A CERRAR EL 11 DE AGOSTO</b></p><p><b>9 VIOLACIONES ENCONTRADAS</b></p><p>“Se emitió una orden de no venta debido a que los alimentos no se encontraban en condiciones aptas y seguras. Se observaron más de 25 moscas vivas en los estantes de alimentos secos, dentro de una bolsa de cebollas en el área de cocina”.</p><p>“Se encontraron pequeños insectos voladores vivos. Se observaron más de 25 moscas vivas en los estantes de alimentos secos, dentro de una bolsa de cebollas en el área de cocina. Se observó una mosca viva sobre el fregadero triple, encima de un recipiente limpio. Se observó una mosca viva en la pared sobre la mesa de preparación en el área de cocina. Se observó una mosca viva en la pared sobre las salsas en el área de cocina. Se observó una mosca viva en la pared sobre el recipiente de refrescos en el área de cocina”.</p><p>“Dispositivo para el control de insectos instalado sobre el área de preparación de alimentos. Se observó sobre la mesa de preparación”.</p><p>“Alimentos de origen animal crudos almacenados sobre alimentos listos para consumir o sin la separación adecuada. Se observaron huevos crudos detrás de hierbas y maíz en el refrigerador bajo. Violación repetida”.</p><p>“Alimentos de origen animal crudos no separados adecuadamente entre sí en la unidad de almacenamiento según la temperatura mínima requerida de cocción. Se observó pollo crudo sobre carne de cerdo cruda en los cajones del refrigerador debajo de la línea de cocina. Violación repetida”.</p><p><b>**TEJAS DE HONDURAS</b></p><p><b>19200 SW 106TH AVE.</b></p><p><b>CUTLER BAY</b></p><p><b>ORDENADO A CERRAR EL 12 DE AGOSTO</b></p><p><b>22 VIOLACIONES ENCONTRADAS</b></p><p>“Presencia de cucarachas, evidenciada por cucarachas vivas encontradas. Se observaron seis cucarachas vivas: una arrastrándose dentro de la junta del refrigerador congelador vertical, una dentro del horno, dos arrastrándose por el piso del área de cocina junto al refrigerador vertical, una arrastrándose por el piso en la línea de cocina y otra arrastrándose debajo de la mesa de preparación en el área de cocina”.</p><p>“Cucarachas muertas en el establecimiento. Se observaron siete cucarachas muertas en la cocina del establecimiento, una cucaracha muerta sobre la mesa de preparación en la cocina, tres en el piso de la cocina, dos dentro de una olla sucia almacenada en el piso de la cocina y una debajo del aire acondicionado ubicado detrás del trapeador en el área de cocina”.</p><p>“Se encontró un pesticida/insecticida etiquetado únicamente para uso doméstico en el establecimiento. Se observó una lata de Raid en el piso de la cocina junto a la estufa”.</p><p>“Interior del horno/microondas presenta acumulación de sustancia negra/grasa/residuos de alimentos”.</p><p>“Pared sucia con acumulación de grasa, residuos de alimentos y/o polvo. Se observó suciedad en toda la cocina”.</p><p>“Se emitió una orden de no venta para alimentos que requieren control de tiempo/temperatura por seguridad debido a un manejo inadecuado de la temperatura. Alimentos que requieren control de tiempo/temperatura por seguridad se mantenían en frío a más de 41 grados Fahrenheit. Se observó queso (52 F - conservación en frío); pollo (46 F - conservación en frío) en el refrigerador vertical de la cocina. También se observó queso (51 F - conservación en frío); leche (46 F - conservación en frío) en el refrigerador vertical del mostrador delantero. Según el operador, los alimentos habían estado almacenados dentro del refrigerador vertical desde el día anterior. Los alimentos habían estado fuera de temperatura durante más de cuatro horas. Se emitió una orden de no venta. Violación repetida”.</p><p>“Área(s) del piso cubierta(s) con agua estancada. Se observó en la cocina”.</p><p>“Piso no limpiado cuando hay la menor cantidad de alimentos expuestos. Cocina. Violación repetida”.</p><p>“Alimentos almacenados en el piso. Se observaron aguas y refrescos de plástico almacenados en el piso del mostrador delantero”.</p><p>“Superficie que no está en contacto con alimentos sucia con grasa, residuos de alimentos, suciedad, baba o polvo. Se observaron sucias las juntas de las puertas del refrigerador vertical y del congelador vertical, así como los filtros de la campana. Violación repetida”.</p><p>“Orificio u otro daño en la pared. Se observaron tres orificios en la pared junto al fregadero de manos en la cocina. También se observó un orificio en la entrada de la cocina”.</p><p>“Empleado no ha recibido capacitación adecuada relacionada con sus funciones asignadas, evidenciado por falta de conocimientos generales para desempeñar sus funciones. El empleado no sabía cómo desinfectar los utensilios”.</p><p>“No se proporcionó jabón en el fregadero de manos. Se observó en el mostrador delantero”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JNAQRF66CNAZJLIO7YLKRMVQMQ.jpg?auth=7c7349e8e9708a3d6dd971ba0535c0bebfe0dd920bd0a5310d59336ed5239e54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Police: 2 people hospitalized after shooting in Hollywood]]></title><link>https://www.local10.com/news/local/2026/08/16/police-2-people-hospitalized-after-shooting-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/16/police-2-people-hospitalized-after-shooting-in-hollywood/</guid><dc:creator><![CDATA[Samiar Nefzi, Bridgette Matter]]></dc:creator><description><![CDATA[Authorities are investigating a shooting that occurred overnight in Hollywood. ]]></description><pubDate>Sun, 16 Aug 2026 13:47:16 +0000</pubDate><content:encoded><![CDATA[<p>Authorities are investigating a shooting that occurred overnight in Hollywood. </p><p><a href="https://www.local10.com/espanol/2026/08/16/hospitalizan-a-dos-personas-tras-tiroteo-en-hollywood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/16/hospitalizan-a-dos-personas-tras-tiroteo-en-hollywood/">Leer en español</a></p><p>Investigators shut down a portion of the 2700 block of Arthur Street after gunfire rang out inside a home around 2:30 a.m. Sunday. </p><p>When they arrived, officers said they found two men with gunshot wounds. </p><p>According to family members of one of the victims, a 23-year-old man was inside a home during a studio session when someone inside pulled out a gun and started shooting. </p><p>They said their family member was shot multiple times in his abdomen, hand and leg.</p><p>Police said the suspect remained at the scene and was taken into custody. </p><p>A silver BMW SUV was towed away from outside of the home where the shooting occurred.</p><p>No other details were immediately released by police. </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[Bruce Springsteen biographer and music critic Dave Marsh dies at 76]]></title><link>https://www.local10.com/entertainment/2026/08/17/bruce-springsteen-biographer-and-music-critic-dave-marsh-dies-at-76/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/bruce-springsteen-biographer-and-music-critic-dave-marsh-dies-at-76/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[Dave Marsh, a longtime music critic who wrote several influential books about Bruce Springsteen, including the early biography “Born to Run” has died. He was 76.]]></description><pubDate>Mon, 17 Aug 2026 13:51:41 +0000</pubDate><content:encoded><![CDATA[<p>Dave Marsh, a longtime music critic who wrote several influential books about Bruce Springsteen, including the early biography “Born to Run” has died. He was 76.</p><p>Marsh died Friday in Connecticut, his friend Jeffrey St. Clair, a co-editor of the online magazine Counterpunch, told The Associated Press. St. Clair said Marsh had been suffering from a degenerative brain disease for several years. Jim Rotolo, the SiriusXM radio host, announced Marsh’s death on his social media accounts.</p><p>Springsteen paid tribute to Marsh in an Instagram post, writing that the loss had left the band “heartbroken.”</p><p>“My great friend Dave, with his straight out of Detroit attitude, was a true Rock ‘n’ Roll lifer. He was soulful, intelligent, heartfelt, opinionated, bruising and often fantastically argumentative,” Springsteen wrote. “He deeply believed in what I was trying to accomplish and his lifetime of support meant the world to me.”</p><p>Steven Van Zandt also wrote a remembrance on Instagram, writing “he was fearless, relentless, arrogant, everything you'd want in a RocknRoll troublemaker. And by the way, a tremendous writer.”</p><p>Marsh was an early champion of Springsteen, writing about him for Creem magazine and penning his first Rolling Stone cover story in 1978. In 1979 his biography “Born to Run: The Bruce Springsteen Story” was released and became a best seller. He followed it in 1986 with “Glory Days: Bruce Springsteen in the 1980s.” Legend has it that he was the one responsible for getting Jon Landau, Springsteen's longtime manager and record producer, to his first Springsteen concert.</p><p>Born in Pontiac, Michigan, in 1950, Marsh dropped out of Detroit’s Wayne State University in 1969 to write for the new rock magazine “Creem,” where Lester Bangs was among his friends and mentors. Springsteen wasn’t Marsh’s only subject, but he was always close by. In 1979, he married Barbara Carr, who would go on to be Springsteen’s co-manager alongside Landau for decades. The rocker even attended their wedding.</p><p>He and Carr also devoted much effort to The Kristen Ann Carr Fund, a charity that they started named after their daughter who died from sarcoma at age 21 in 1993. Later that year, Springsteen hosted a benefit concert at Madison Square Garden, where they raised $1.5 million.</p><p>Marsh also wrote “The Heart of Rock & Soul: The 1001 Greatest Singles Ever Made,” a biography of The Who, and a book about The Kingsmen hit “Louie Louie.” In recent years he was a frequent co-host and guest on the E Street Nation SirusXM channel.</p><p>___</p><p>National Writer Hillel Italie contributed from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5GMG74XLF5EEFJUMQAUWD2RLJ4.jpg?auth=2c7a0c45fef1de9c1ad245be7a3cb460b6d4a94ae89c5bcce43159375f8ceb5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by The Kristen Ann Carr Fund shows Dave Marsh speaking at the KACF "A Night to Remember" event at the Tribeca Grill in New York, April 20, 2013. (Marc Levine/The Kristen Ann Carr Fund via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Levine</media:credit></media:content></item><item><title><![CDATA[South Florida rallies for Colombia earthquake victims with benefit concert, relief supplies]]></title><link>https://www.local10.com/news/local/2026/08/17/south-florida-rallies-for-colombia-earthquake-victims-with-benefit-concert-relief-supplies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/south-florida-rallies-for-colombia-earthquake-victims-with-benefit-concert-relief-supplies/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Nearly one week after a powerful earthquake struck Colombia, South Floridians are coming together to support victims as search-and-rescue operations continue.]]></description><pubDate>Mon, 17 Aug 2026 11:29:08 +0000</pubDate><content:encoded><![CDATA[<p>Nearly one week after a powerful earthquake struck Colombia, South Floridians are coming together to support victims as search-and-rescue operations continue.</p><p><a href="https://www.local10.com/espanol/2026/08/17/sur-florida-se-une-para-apoyar-a-victimas-del-terremoto-en-colombia-con-concierto-benefico-y-envio-de-ayuda/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/sur-florida-se-une-para-apoyar-a-victimas-del-terremoto-en-colombia-con-concierto-benefico-y-envio-de-ayuda/">Leer en español</a></p><p>About 290 people have died, roughly 140 remain missing and nearly 4,000 others have been injured following the earthquake.</p><p>As communities in Colombia work to recover, aid from South Florida is making its way to some of the hardest-hit areas.</p><p>On Sunday night, a benefit concert at the Kaseya Center in downtown Miami brought together some of Latin America’s biggest music stars and a crowd hoping to support relief efforts in both Colombia and Venezuela, which is also recovering from devastating earthquakes.</p><p>Camilo Garcia, who is Cuban, said he wanted to attend and show his support.</p><p>“Loud, beautiful. People dancing. People screaming. Clapping. Everything was nice,” Garcia said of the concert.</p><p>He said the event demonstrated the importance of communities coming together following disasters.</p><p>“This is a great thing we’re doing for both countries,” Garcia said. “They needed this to get help from us, and we should help more people in the future like this.”</p><h3>Relief supplies headed to Colombia</h3><p>The support extended beyond the concert.</p><p>A plane loaded with medical supplies was preparing for its second relief flight from South Florida to Colombia.</p><p>Juan Rojas, president of Red Legacy Aviation, said the aircraft was headed to Pereira, near the center of some of the earthquake damage.</p><p>“This airplane is going to head down to Pereira, which is super close to the center of all the damage -- one of the cities that has suffered the most,” Rojas said.</p><p>Help Land Foundation is also among three organizations urgently collecting supplies for earthquake victims.</p><p>“We’re small but with big hearts,” founder Ender Urdaneta said. “For us, the important thing is making sure we’re helping those in need.”</p><p>The relief efforts come as rescuers in Colombia continue searching for survivors and those still unaccounted for nearly a week after the earthquake.</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[Supreme Court again rebuffs Trump’s push to toss out $5 million verdict in E. Jean Carroll case]]></title><link>https://www.local10.com/news/politics/2026/08/17/supreme-court-again-rebuffs-trumps-push-to-toss-out-5-million-verdict-in-e-jean-carroll-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/17/supreme-court-again-rebuffs-trumps-push-to-toss-out-5-million-verdict-in-e-jean-carroll-case/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday again rebuffed President Donald Trump’s push to throw out a jury’s $5 million finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her.]]></description><pubDate>Mon, 17 Aug 2026 13:57:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday again rebuffed President Donald Trump’s push to throw out a jury’s $5 million finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her.</p><p>The Republican president’s lawyers had asked the justices to reconsider their refusal to hear his appeal. The court denied Trump’s petition along with several others.</p><p>It’s unusual — although not unheard of — for the court to grant such requests. Trump paid the judgment shortly after the court declined to take up his appeal in June.</p><p>Trump and the Justice Department are also asking the high court to toss out a second Carroll verdict totaling $83 million. They argue he’s immune from being sued over comments he made about her in 2019, when he was president. The court has not yet acted on that appeal.</p><p>Carroll is a longtime advice columnist and former TV talk show host. She testified at a 2023 trial that Trump turned a friendly 1990s encounter into a violent attack in the dressing room at Bergdorf Goodman, a luxury retailer across the street from Trump Tower in Manhattan. The jury found Trump liable for defaming Carroll when he denied her allegation in 2022.</p><p>Trump has denied any wrongdoing.</p><p>The Associated Press does not identify people who say they have been sexually assaulted unless they come forward publicly, as Carroll has done.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KC4MCM6NFM6SYOLVO6BC3QFXSA.jpg?auth=22ab58fefeefb5bfe5f6edf4ed189a6bf5cb953bc35217905347dd74b8765b78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll exits the New York Federal Court after former President Donald Trump appeared in court, Sept. 6, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BZWNXSP54GBNYXGGNJ2JFMTII.jpg?auth=9e34ccf77db37559c73f1b13969ae509782f458673685387adff79b4f16c7f49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Monday, July 27, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AJXPJMX5W2DMGSB24R76X6E2OU.jpg?auth=5800d3b5644b46d7093808bb4cb5680230d3959bd9a498bd743f693dd6cead62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump boards 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></item><item><title><![CDATA[Rodri set to arrive as Barcelona finalize transfer of Spain captain from Man City]]></title><link>https://www.local10.com/sports/2026/08/17/rodri-set-to-arrive-as-barcelona-finalize-transfer-of-spain-captain-from-man-city/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/rodri-set-to-arrive-as-barcelona-finalize-transfer-of-spain-captain-from-man-city/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Spain's World Cup-winning captain Rodri is set to arrive in Barcelona on Monday to seal his transfer from Manchester City to the Catalan club.]]></description><pubDate>Mon, 17 Aug 2026 13:45:02 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Spain's World Cup-winning captain Rodri is set to arrive in Barcelona on Monday to seal his transfer from Manchester City to the Catalan club.</p><p>Rodri was expected to undergo a medical as Barcelona and City exchanged documentation to finalize the agreement.</p><p>Barcelona agreed to a deal worth 76.5 million euros ($88.5 million), a person with knowledge of the transaction confirmed to The Associated Press on Sunday. The person spoke on condition of anonymity because details of the transfer have not been made public.</p><p>The 30-year-old midfielder Rodri, who helped Spain secure its second World Cup title last month, will join international teammates Lamine Yamal, Dani Olmo, Pau Cubarsí, Gavi and Pedri at the Catalan club.</p><p>Rodri won the Golden Ball as the World Cup’s best player. He had one year left on his contract with City.</p><p>Real Madrid was also reportedly interested in signing Rodri at one point, and he had loudly praised the Barcelona rival in the past.</p><p>Hansi Flick's Barcelona, chasing a three-peat in the Spanish league, has already boosted its squad with England forward Anthony Gordon, who will help to make up for the departures of Robert Lewandowski and Ferran Torres, who scored the winning goal in extra time in the World Cup final against Argentina.</p><p>Rodri joined City from Atletico Madrid in 2019. He scored the winning goal in the Champions League final victory over Inter Milan in 2023, and won the Ballon d'Or as the world's best player the following year after being part of Spain's European Championship-winning team.</p><p>His departure further weakens City's midfield, with Bernardo Silva having left for Real Madrid earlier this offseason.</p><p>Rodri did not play Sunday in City’s 3-0 defeat to Arsenal in the Community Shield. He is recovering from minor back surgery he underwent after the World Cup.</p><p>___</p><p>AP Sports Writers Steve Douglas and Joseph Wilson contributed to this report.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TRTLWZOWBYKPLW5YCCOXWTUIYA.jpg?auth=0788e7b596dc84a98eeb2182e3a23f988aa5cb4be543cf66cf6047b8922ea014&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Rodri celebrates with the tournament's best player award after the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVOQDPEBTBXCYSUCIF27OHBXLM.jpg?auth=cc1800a6a55931cf21a78c691b88e720fe43549ff6f9a262feb5bf0daf6bdf72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Rodri poses with the tournament's best player award at the end of the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WUUKBJQBFBR6NPSFR4I73K7UXQ.jpg?auth=584d8192197680b90dfc9455c496b1a15b99ac6f139eec05050aaa9272175cd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Rodri (16) vies for the ball against Argentina's Julian Alvarez (9) during the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Sur Florida se une para apoyar a víctimas del terremoto en Colombia con concierto benéfico y envío de ayuda.]]></title><link>https://www.local10.com/espanol/2026/08/17/sur-florida-se-une-para-apoyar-a-victimas-del-terremoto-en-colombia-con-concierto-benefico-y-envio-de-ayuda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/sur-florida-se-une-para-apoyar-a-victimas-del-terremoto-en-colombia-con-concierto-benefico-y-envio-de-ayuda/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Tras casi una semana del potente terremoto en Colombia, habitantes del sur de Florida se unen para apoyar a las víctimas mientras continúan las operaciones de búsqueda y rescate.]]></description><pubDate>Mon, 17 Aug 2026 13:43:53 +0000</pubDate><content:encoded><![CDATA[<p>Casi una semana después de que un potente terremoto azotara Colombia, habitantes del sur de Florida se unen para apoyar a las víctimas mientras continúan las operaciones de búsqueda y rescate.</p><p>Unas 290 personas han muerto, aproximadamente 140 permanecen desaparecidas y casi 4,000 más han resultado heridas tras el terremoto.</p><p>Mientras las comunidades en Colombia trabajan para recuperarse, la ayuda del sur de Florida está llegando a algunas de las zonas más afectadas.</p><p>La noche del domingo, un concierto benéfico en el Kaseya Center, en el centro de Miami, reunió a algunas de las mayores estrellas de la música latinoamericana y a una multitud que buscaba apoyar los esfuerzos de ayuda tanto en Colombia como en Venezuela, que también se está recuperando de devastadores terremotos.</p><p>Camilo Garcia, quien es cubano, dijo que quería asistir y mostrar su apoyo.</p><p>“Fuerte, hermoso. Gente bailando. Gente gritando. Aplaudiendo. Todo estuvo bien”, dijo Garcia sobre el concierto.</p><p>Dijo que el evento demostró la importancia de que las comunidades se unan después de los desastres.</p><p>“Esto es algo grandioso que estamos haciendo por ambos países”, dijo Garcia. “Necesitaban esto para recibir ayuda de nosotros, y deberíamos ayudar a más personas en el futuro de esta manera”.</p><h3>Suministros de ayuda se dirigen a Colombia</h3><p>El apoyo se extendió más allá del concierto.</p><p>Un avión cargado con suministros médicos se preparaba para realizar su segundo vuelo de ayuda desde el sur de Florida hacia Colombia.</p><p>Juan Rojas, presidente de Red Legacy Aviation, dijo que la aeronave se dirigía a Pereira, cerca del centro de algunos de los daños causados por el terremoto.</p><p>“Este avión se dirigirá a Pereira, que está muy cerca del centro de todos los daños, una de las ciudades que más ha sufrido”, dijo Rojas.</p><p>Help Land Foundation también se encuentra entre las tres organizaciones que están recolectando suministros con urgencia para las víctimas del terremoto.</p><p>“Somos pequeños, pero tenemos corazones grandes”, dijo el fundador Ender Urdaneta. “Para nosotros, lo importante es asegurarnos de que estamos ayudando a quienes lo necesitan”.</p><p>Los esfuerzos de ayuda se producen mientras los rescatistas en Colombia continúan buscando sobrevivientes y personas que aún permanecen desaparecidas, casi una semana después del terremoto.</p>]]></content:encoded></item><item><title><![CDATA[BSO investigating hit-and-run crash involving scooter in Lighthouse Point]]></title><link>https://www.local10.com/news/local/2026/08/17/bso-investigating-hit-and-run-crash-involving-scooter-in-lighthouse-point/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/bso-investigating-hit-and-run-crash-involving-scooter-in-lighthouse-point/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Broward Sheriff’s Office traffic homicide detectives are investigating a hit-and-run crash involving a vehicle and a scooter in Lighthouse Point, according to police.]]></description><pubDate>Mon, 17 Aug 2026 12:59:50 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office traffic homicide detectives are investigating a hit-and-run crash involving a vehicle and a scooter in Lighthouse Point, according to police.</p><p><a href="https://www.local10.com/espanol/2026/08/17/bso-investiga-atropello-y-fuga-que-involucra-scooter-en-lighthouse-point/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/bso-investiga-atropello-y-fuga-que-involucra-scooter-en-lighthouse-point/">Leer en español</a></p><p>Lighthouse Point police confirmed that the crash happened at approximately 9:25 p.m. Sunday in the 4900 block of North Federal Highway.</p><p>Police said officers responded to the scene and found that the crash involved a vehicle and a scooter.</p><p>Because of the severity of the injuries sustained in the crash, the investigation was turned over to BSO’s Traffic Homicide Unit, police said.</p><p>Lighthouse Point police said they assisted with traffic control while BSO investigators processed the scene.</p><p>Authorities have not released information about the person who was injured, the extent of their injuries or a description of the vehicle believed to have left the scene.</p><p>North Federal Highway has since reopened to traffic.</p><p>The investigation remains ongoing. </p><p>Anyone with information is asked to call Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HO4XLTR4VRGUNKIGSNJQAHWOVE.jpeg?auth=377a4af9fcf69cf80c1db83c202fe73730f0c11049e8a9edd8e6d0a18966a77d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO investiga atropello y fuga que involucra scooter en Lighthouse Point]]></title><link>https://www.local10.com/espanol/2026/08/17/bso-investiga-atropello-y-fuga-que-involucra-scooter-en-lighthouse-point/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/bso-investiga-atropello-y-fuga-que-involucra-scooter-en-lighthouse-point/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Por la gravedad de las lesiones sufridas en el accidente, la investigación se transfirió a la Unidad de Homicidios de Tránsito de la BSO]]></description><pubDate>Mon, 17 Aug 2026 13:35:32 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de homicidios de tránsito de la Oficina del Sheriff de Broward investigan un atropello y fuga que involucra a un vehículo y un scooter en Lighthouse Point, según la Policía.</p><p>La Policía de Lighthouse Point confirmó que el accidente ocurrió aproximadamente a las 9:25 p.m. del domingo en la cuadra 4900 de North Federal Highway.</p><p>La Policía dijo que los agentes respondieron a la escena y encontraron que el accidente involucró a un vehículo y un scooter.</p><p>Debido a la gravedad de las lesiones sufridas en el accidente, la investigación fue transferida a la Unidad de Homicidios de Tránsito de la BSO, dijo la Policía.</p><p>La Policía de Lighthouse Point dijo que ayudó con el control del tráfico mientras los investigadores de la BSO procesaban la escena.</p><p>Las autoridades no han divulgado información sobre la persona que resultó herida, la gravedad de sus lesiones ni una descripción del vehículo que se cree abandonó la escena.</p><p>North Federal Highway ya fue reabierta al tráfico.</p><p>La investigación continúa.</p><p>Cualquier persona que tenga información debe llamar a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HO4XLTR4VRGUNKIGSNJQAHWOVE.jpeg?auth=377a4af9fcf69cf80c1db83c202fe73730f0c11049e8a9edd8e6d0a18966a77d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Police investigate alleged drunk boating crash in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/16/fort-lauderdale-man-arrested-after-alleged-drunk-boating-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/16/fort-lauderdale-man-arrested-after-alleged-drunk-boating-crash/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Wild scenes unfolded on the water in Fort Lauderdale early Saturday morning after police say a man allegedly driving a boat under the influence crashed into other boats at Bahia Mar Dock.]]></description><pubDate>Mon, 17 Aug 2026 01:24:11 +0000</pubDate><content:encoded><![CDATA[<p>Wild scenes unfolded on the water in Fort Lauderdale early Saturday morning after police say a man allegedly driving a boat under the influence crashed into other boats at Bahia Mar Dock.</p><p><a href="https://www.local10.com/espanol/2026/08/17/investigan-presunto-choque-de-embarcacion-bajo-efectos-del-alcohol-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/investigan-presunto-choque-de-embarcacion-bajo-efectos-del-alcohol-en-fort-lauderdale/">Leer en español</a></p><p>The incident happened around 1:30 a.m. after Fort Lauderdale police received a call about a drunk boater crashing into other boats.</p><p>Video captured witnesses watching as the boat eventually became tied up to a portion of the dock. In the video, one of the men appears to point a gun at the boater.</p><p>It’s not clear how many boats the man crashed into.</p><p>Video also shows damage to the boat he was driving, including shattered glass and portions of the hull torn apart.</p><p>In another clip, people on board can be seen sitting while everyone involved waits for police to arrive.</p><p>Fort Lauderdale police’s DUI officer was part of the investigation.</p><p>Police identified the man as Michael Bender and said he was charged with boating under the influence.</p><p>However, Bender is not in custody. Police used a not-in-custody probable cause filing and are awaiting toxicology results to determine his blood alcohol level.</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[Investigan presunto choque de embarcación bajo efectos del alcohol en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/08/17/investigan-presunto-choque-de-embarcacion-bajo-efectos-del-alcohol-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/investigan-presunto-choque-de-embarcacion-bajo-efectos-del-alcohol-en-fort-lauderdale/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Caóticas escenas se registraron en el agua de Fort Lauderdale cuando un hombre que presuntamente conducía alcoholizado impactó un contra otros más en Bahía Mar Dock.]]></description><pubDate>Mon, 17 Aug 2026 13:28:17 +0000</pubDate><content:encoded><![CDATA[<p>Caóticas escenas se registraron en el agua de Fort Lauderdale la madrugada del sábado luego de que la Policía dijera que un hombre que presuntamente conducía un bote bajo los efectos del alcohol chocó contra otros botes en Bahía Mar Dock.</p><p>El incidente ocurrió alrededor de la 1:30 a.m., después de que la Policía de Fort Lauderdale recibiera una llamada sobre un navegante ebrio que chocaba contra otros botes.</p><p>Un video captó a testigos observando mientras el bote finalmente quedó amarrado a una parte del muelle. En el video, uno de los hombres parece apuntar con un arma al conductor del bote.</p><p>No está claro contra cuántos botes chocó el hombre.</p><p>El video también muestra daños en el bote que conducía, incluidos vidrios rotos y partes del casco destrozadas.</p>]]></content:encoded></item><item><title><![CDATA[Congo’s fast-moving Ebola outbreak becomes the country's worst with over 2,300 dead]]></title><link>https://www.local10.com/health/2026/08/17/congos-fast-moving-ebola-outbreak-becomes-the-countrys-worst-with-over-2300-dead/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/17/congos-fast-moving-ebola-outbreak-becomes-the-countrys-worst-with-over-2300-dead/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Congo’s fast-moving Ebola outbreak has now killed over 2,300 people and become the deadliest outbreak of the disease on record in the Central African nation.]]></description><pubDate>Mon, 17 Aug 2026 13:23:53 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Congo’s fast-moving Ebola outbreak has now killed over 2,300 people and become the deadliest outbreak of the disease on record in the Central African nation.</p><p>The outbreak unfolding in one of Congo’s most vulnerable regions is the fastest-growing Ebola outbreak ever, with 4,945 cases including 2,325 deaths, according to government data released overnight into Monday.</p><p>This is Congo’s 17th and largest Ebola outbreak. The toll eclipses that of the country's 2018-2020 outbreak when 2,299 deaths out of 3,481 cases were recorded.</p><p>The latest data shows 101 new cases and 33 deaths reported in the previous 24 hours. Over 1,000 people have recovered, while 730 remain in hospitals or isolation.</p><p>The outbreak has infected and killed more people at a greater speed than any other outbreak in history. The World Health Organization has said it is on track to surpass the 2014-16 Ebola outbreak in West Africa, the deadliest on record with more than 11,000 deaths.</p><p>There are no approved vaccines or treatments for the rare Bundibugyo virus responsible for the current outbreak across six provinces in Congo's east. Trials for those are ongoing in Ituri province, the epicenter.</p><p>Most new cases and deaths are being reported outside of people being monitored. Challenges also include strikes by some unpaid health workers, threats by rebel groups, anger from long-traumatized communities, territories difficult to reach due to bad roads, and misinformation asserting that Ebola isn’t real.</p><p>WHO warned over the weekend that the outbreak is still moving at an “exceptional pace” ahead of efforts to track it, noting that it reached a weekly record of 579 cases and 304 deaths in the previous week.</p><p>“A substantial scaling up of response activities is underway to get ahead of the outbreak,” the agency said.</p><p>On Friday, United Nations humanitarian chief Tom Fletcher announced the allocation of an additional $30.5 million and the deployment of 20 more staff to aid the response on the frontlines.</p><p>“This is a wake-up call,” Fletcher said. “We need speed, scale and solidarity before this virus gets even further ahead of us.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4CT2ZMP3UZT3YD5EP45CTACHZM.jpg?auth=5374d536005609d3a8873d4cbb21efc995dc129d37bc4390b76c03ca1da24b86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker sprays disinfectant in a freshly dug grave for the body of Jacques Lobo Dhena, who died of Ebola, in Bunia, Ituri province, eastern Congo, Wednesday, Aug. 12, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content></item><item><title><![CDATA[Driver crashes into parked cars, wall at North Miami Beach apartment complex]]></title><link>https://www.local10.com/news/local/2026/08/17/driver-crashes-into-parked-cars-wall-at-north-miami-beach-apartment-complex/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/driver-crashes-into-parked-cars-wall-at-north-miami-beach-apartment-complex/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Authorities are investigating after a driver crashed into several parked vehicles before hitting a wall at a North Miami Beach apartment complex.]]></description><pubDate>Mon, 17 Aug 2026 11:09:06 +0000</pubDate><content:encoded><![CDATA[<p>Authorities are investigating after a driver crashed into several parked vehicles before hitting a wall at a North Miami Beach apartment complex.</p><p><a href="https://www.local10.com/espanol/2026/08/17/conductor-choca-contra-vehiculos-estacionados-y-muro-en-complejo-de-apartamentos-de-north-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/conductor-choca-contra-vehiculos-estacionados-y-muro-en-complejo-de-apartamentos-de-north-miami-beach/">Leer en español</a></p><p>The crash happened at the Aliro Apartments near Northeast 142nd Street and 18th Avenue.</p><p>Miami-Dade Fire Rescue crews responded to the scene.</p><p>Despite the damage, no injuries were reported.</p><p>It remains unclear what caused the driver to lose control and crash. The circumstances surrounding the incident are 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></item><item><title><![CDATA[Conductor choca contra vehículos estacionados y muro en complejo de apartamentos de North Miami Beach]]></title><link>https://www.local10.com/espanol/2026/08/17/conductor-choca-contra-vehiculos-estacionados-y-muro-en-complejo-de-apartamentos-de-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/conductor-choca-contra-vehiculos-estacionados-y-muro-en-complejo-de-apartamentos-de-north-miami-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Autoridades investigan accidente de conductor que choca contra varios vehículos estacionados antes de impactar una pared cerca de Northeast 142nd Street y 18th Avenue.]]></description><pubDate>Mon, 17 Aug 2026 13:16:24 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades investigan luego de que un conductor chocara contra varios vehículos estacionados antes de impactar una pared en un complejo de apartamentos de North Miami Beach.</p><p>El accidente ocurrió en los apartamentos Aliro, cerca de Northeast 142nd Street y 18th Avenue.</p><p>Equipos de Miami-Dade Fire Rescue respondieron a la escena.</p><p>A pesar de los daños, no se reportaron personas heridas.</p><p>Aún no está claro qué causó que el conductor perdiera el control y chocara. Las circunstancias que rodean el incidente están bajo investigación.</p>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in Florida’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-floridas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-floridas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Florida voters will select nominees Tuesday to replace term-limited Republican Gov. Ron DeSantis and to complete the remainder of Secretary of State Marco Rubio’s unexpired U.S. Senate term. The state also will hold its first congressional primaries since adopting a redrawn district map designed to boost Republican candidates in November.]]></description><pubDate>Mon, 17 Aug 2026 13:01:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Florida voters will select nominees Tuesday to replace term-limited Republican Gov. Ron DeSantis and to complete the remainder of Secretary of State Marco Rubio’s unexpired U.S. Senate term. The state also will hold its first congressional primaries since adopting a redrawn district map designed to boost Republican candidates in November.</p><p>The primary for governor could set the direction for both parties in the state. A longstanding rivalry between DeSantis and President Donald Trump broadly shapes the Republican contest, while moderate and progressive candidates compete to guide beleaguered state Democrats out of their electoral doldrums.</p><p>Eleven candidates are competing for the Republican gubernatorial nomination, including Lt. Gov. Jay Collins, U.S. Rep. Byron Donalds, former investment firm CEO James Fishback and former state House Speaker Paul Renner.</p><p>Donalds has Trump’s endorsement and enjoys an overwhelming financial advantage over the rest of the field. He backed Trump over DeSantis in the 2024 presidential primaries and was considered as a possible Trump running mate that year.</p><p>Collins is a close DeSantis ally who says he is running to “protect the DeSantis legacy.” He was tapped by DeSantis to serve as lieutenant governor in August 2025. In his announcement, DeSantis said Collins, an Army Special Forces veteran who lost a leg to combat injuries, was “the Chuck Norris of Florida politics.” Nonetheless, DeSantis has not endorsed a candidate in the primary.</p><p>Six Democrats are running to succeed DeSantis, including former Republican U.S. Rep. David Jolly, state Rep. Dotie Joseph and former high school math teacher Dayna Marie Foster, who is backed by the state’s Democratic Progressive Caucus.</p><p>Jolly took an unlikely path to running for governor as a Democrat, joining the party in 2025 after leaving the GOP in 2018. He has a commanding fundraising lead over the rest of the field in spite of his past political affiliation. He has tapped former Democratic U.S. Rep. Gwen Graham as his running mate, and her name will appear alongside his on the ballot. Graham is the daughter of the late Bob Graham, the longtime Democratic U.S. Senator and governor.</p><p>Florida Democrats have faced a drought in statewide elections, particularly for governor. A Democrat last won the governorship more than 30 years ago. DeSantis was reelected in 2022 with a 19-point margin over former Gov. Charlie Crist, another former Republican-turned independent-turned Democrat.</p><p>In the U.S. Senate race, Republican U.S. Sen. Ashley Moody faces minimal opposition for the party’s nomination. Moody was state attorney general in January 2025 when DeSantis appointed her to fill Rubio’s vacant U.S. Senate seat. She is now running to complete the final two years of Rubio’s term.</p><p>Her Democratic opponent in November will be either state Rep. Angie Nixon or retired Army Lt. Col. Alex Vindman. Vindman, a former National Security Council staff member, was a key witness in Trump’s first impeachment in 2019. His brother, Eugene, was elected to Congress from Virginia's 7th District in 2024.</p><p>Nixon, along with Joseph in the race for governor, was among a group of Black state lawmakers who led unsuccessful Democratic efforts to block Republican redistricting plans in 2022 and 2026.</p><p>The new congressional boundaries Republicans enacted in May essentially eliminate four congressional districts currently or most recently represented by Democrats. Democratic U.S. Reps. Kathy Castor in the 14th District around Tampa and Darren Soto in the 9th District near Orlando are both running for reelection in their new Republican-friendly districts and will face the winners of crowded GOP primaries.</p><p>In South Florida along the Gold Coast, Republicans redrew the area with the hope of reducing the number of Democratic districts from five to three. Like Castor and Soto, U.S. Rep. Jared Moskowitz is running for reelection in a new Republican-friendly district, but he must first clear a primary challenge from union organizer and democratic socialist Oliver Larkin.</p><p>In another South Florida district, former U.S. Rep. Sheila Cherfilus-McCormick is mounting a comeback bid after resigning from the 20th District in April. She’ll face U.S. Rep. Debbie Wasserman Schultz in the Democratic primary in the new 20th, which is no longer a majority-Black district.</p><p>Republican U.S. Reps. Randy Fine and Cory Mills face competitive primary challenges in the 6th and 7th Districts, respectively, while a crowded Republican primary to replace Donalds in the 19th District has attracted a lot of out-of-state interest. Former U.S. Reps. Madison Cawthorn of North Carolina and Chris Collins of New York, as well as a former Illinois state senator, all seek the Republican nomination.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. local time, which is 7 p.m. and 8 p.m. ET. Most of the state is in Eastern time, and polls there close at 7 p.m. ET. A few counties are in Central time, and polls there close at 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, chief financial officer, agriculture commissioner, state Senate and state House.</p><p>Who gets to vote?</p><p>Only voters registered with a political party may participate in that party’s primary. Democrats may not vote in the Republican primary or vice versa. Independent or unaffiliated voters may not participate in either primary.</p><p>How many voters are there?</p><p>As of July 20, there were about 13.5 million registered voters in Florida. Of those, about 5.6 million, or about 42% were Republicans; about 4.1 million, or 30%, were Democrats and about 3.3 million, or about 25%, were not registered with any party. The rest were registered with other parties.</p><p>How many people actually vote?</p><p>About 1.5 million Republican primary voters and about 1.1 million Democratic primary voters participated in the 2024 U.S. Senate primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 63% of the Republican primary vote and about 77% of the Democratic primary vote in the 2024 U.S. Senate primaries was cast early in-person or by mail.</p><p>As of Friday, about 663,000 Republican ballots and about 610,000 Democratic ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Florida counties release all or almost all of their results from early in-person and mail voting in their first vote updates of the night, usually before releasing any results from in-person Election Day voting. Less than a third of counties release any in-person Election Day results in their first vote update.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 8 p.m. ET, just as the final polls closed in the state. The last vote update of the night was at 11:47 p.m. ET with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Florida requires a machine recount in races where the vote margin is 0.5% or less of the total votes cast. A manual recount of overvotes and undervotes is then required if the machine recount results in a vote margin of 0.25% or less of the total votes cast. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 77 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGWTURZFHQ2PEY5XZ5TLMNPAGE.jpg?auth=9b69b65d5ebde11902045bd81d3cdeaafae71a6e40c72c4566ba0b864522b0cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Employees prepare voting equipment at the Miami-Dade Supervisor of Elections Training and Support Center warehouse to be transported to voting precincts in advance of the August 18 Florida primary election, Thursday, Aug. 13, 2026, in Doral, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Trump dwarfs his predecessors in the number of ultra-rich in his second White House, report shows]]></title><link>https://www.local10.com/business/2026/08/17/trump-dwarfs-his-predecessors-in-the-number-of-ultra-rich-in-his-second-white-house-report-shows/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/17/trump-dwarfs-his-predecessors-in-the-number-of-ultra-rich-in-his-second-white-house-report-shows/</guid><dc:creator><![CDATA[By THOMAS BEAUMONT, Associated Press]]></dc:creator><description><![CDATA[Wealth, perhaps second only to loyalty, has been a prized attribute for Donald Trump during his second presidency.]]></description><pubDate>Mon, 17 Aug 2026 13:00:19 +0000</pubDate><content:encoded><![CDATA[<p>Wealth, perhaps second only to loyalty, has been a prized attribute for Donald Trump during his second presidency.</p><p>The number of people worth at least $100 million whom the Republican president has appointed to his administration is more than four times the combined total under the three previous presidents, according to a report from the consumer advocacy group Public Citizen.</p><p>It’s the numbers for the Trump administration, in the context of previous administrations, that stand out in Public Citizen’s report, published on Monday. In all, 57 Trump officials are worth at least $100 million, including 17 ambassadors and the remaining 40 in senior posts across the executive branch.</p><p>Look no further than Trump's Cabinet. Eight of its 23 members fit the category, notably Treasury Secretary Howard Lutnick and Education Secretary Linda McMahon, both billionaires.</p><p>The president, himself a billionaire, has described his inclination toward appointing the ultrawealthy as deference to financial success. And yet, Trump, who owes his White House comeback to support from middle-income, working Americans drawn to his pledge to lower everyday costs, now faces a midterm election electorate decidedly less keen on his handling of the economy.</p><p>Presidents have long sought counsel from the nation’s wealthiest people and tapped some for high-profile administrative leadership roles. Likewise, presidents routinely reward wealthy and influential supporters with ambassadorships.</p><p>Among the most notable examples is Andrew Mellon, the aluminum, oil and banking tycoon who was among the handful of the nation’s wealthiest people in the 1920s and served as treasury secretary for three presidents.</p><p>The Trump officials worth at least $100 million include Deputy Secretary of Defense Stephen Feinberg and Small Business Administration Administrator Kelly Loeffler, who are also billionaires, and Treasury Secretary Scott Bessent and special envoy Steve Witkoff, both worth hundreds of millions of dollars.</p><p>By comparison, Republican George W. Bush’s administration and Democrat Joe Biden’s each included five members worth $100 million or more. Democrat Barack Obama’s included three, the report states.</p><p>A government populated by so many of the economic elite presents potential problems, the report's authors said.</p><p>"When the people holding the reins of government are drawn overwhelmingly from the ranks of the ultra-rich, it leads to misplaced incentives and corruption, and begs the question, ‘Whose interests they are truly serving?” said Lisa Gilbert, Public Citizen’s co-president.</p><p>The list does not include Trump, whose net worth Forbes estimates at more than $6 billion. Nor does it include space and social media giant Elon Musk, who advised Trump last year on an effort to reduce the federal government's size, scope and workforce and is the world's wealthiest person, with a net worth Forbes estimates at about $860 billion.</p><p>Trump's views are well established: Financial success is evidence of executive mastery and negotiating strength.</p><p>“They have great competence, those people. Incredible competence. Some of the smartest business leaders,” Trump said last year in explaining why he put considerable weight on advice from business executives.</p><p>He has also pointed to investments by wealthy people as a signal of future economic growth. To encourage billionaires to deliver, Trump, in his first year back in the White House, pursued policies on artificial intelligence and financial regulation that could benefit wealthy people, along with tax cuts and reduced regulatory burdens for large-scale investments.</p><p>Still, last month, only 32% of U.S. adults approved of Trump’s handling of the economy, down from 40% at the beginning of his second term and as his Republican Party faces headwinds in its attempt to hold both majorities in Congress in November.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2ODVQE7ZGA3K5E3S3SOHKQ624.jpg?auth=2ea3228f4f14897d858353618ad3186f6fe64cb7762a37204aa008b724d66f4a&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 while meeting with Lebanese President Joseph Aoun in the Oval Office at the White House, Tuesday, July 21, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HAVWBAWNQ35WVVE7JOMAJIOCWI.jpg?auth=5c9bf4ac2a730d139cb149146955d2c4d41113cd9e6dd15271b2251a1be84cac&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. 6, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WC2BJFSEGH6VT23YZ7FTEXFD2I.jpg?auth=635ac0ba05453c11e3102eeb3f95ab440b915122682a39fb3297a75bc7d7fb40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Commerce Secretary Howard Lutnick speaks during an event with President Donald Trump in the Oval Office of the White House, Thursday, Aug. 6, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TEEHJ7YN3IX42NPZJ2DXPV5BUA.jpg?auth=a6904739d98ac3cf578d7a25100e0d01b30746c10a8df726bdad66ff8c0d5ef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Small Business Administration Administrator Kelly Loeffler, Secretary of Education Linda McMahon and Treasury Secretary Scott Bessent applaud as President Donald Trump speaks at Wheeler High School, Wednesday, July 22, 2026, in Marietta, Ga. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[British leader reportedly exchanged messages with impostor of top White House official]]></title><link>https://www.local10.com/news/world/2026/08/17/british-leader-reportedly-exchanged-messages-with-impostor-of-top-white-house-official/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/british-leader-reportedly-exchanged-messages-with-impostor-of-top-white-house-official/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British Prime Minister Andy Burnham exchanged messages with an impostor posing as U.S. President Donald Trump's chief of staff, according to reports published Monday.]]></description><pubDate>Mon, 17 Aug 2026 14:25:54 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British Prime Minister Andy Burnham exchanged messages with an impostor posing as U.S. President Donald Trump's chief of staff, according to reports published Monday.</p><p>A spokesperson for Burnham declined to comment, saying it was policy not to discuss “national security matters.”</p><p>Politico cited four unnamed officials in first reporting that Burnham thought he was messaging with Susie Wiles before he became suspicious and cut off communications.</p><p>The White House said the incident had nothing to do with Wiles’ devices being hacked.</p><p>Last year, the U.S. government investigated a series of messages that elected officials, business executives and other prominent figures in the U.S. received messages from someone posing as Wiles.</p><p>Soon after those incidents, the State Department warned U.S. diplomats of attempts to impersonate Secretary of State Marco Rubio and possibly other officials using artificial intelligence. The warning followed the discovery that an impostor posing as Rubio had attempted to reach out to at least three foreign ministers, a U.S. senator and a governor.</p><p>The FBI had warned of “malicious actors” misusing AI to impersonate senior U.S. government officials.</p><p>Burnham, who became prime minister less than a month ago, has tried to forge good ties with the White House. Trump initially warmed to Burnham's predecessor, Keir Starmer, before souring on him.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VXIMPN64CJMMJOXMGHFQRZWDHI.jpg?auth=bf01a0ab72e51e2f59e425e4b3d3761dadcb5bfc03a621ae54eba68a23e5033f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham speaks to the media after chairing a COBR meeting at Downing Street on the UK's ongoing response to extreme heat, wildfires and drought in London, Wednesday, Aug. 12, 2026.(AP Photo/Kin Cheung, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVM7WPLEU5JLTAB5PUHEPLBH4I.jpg?auth=16df0597abdf8ac0658a5dbd1c7c6123e16795564d5a2a021a0e9ee1c7e8aab9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[White House Chief of Staff Susie Wiles listens during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Wyoming’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-wyomings-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-wyomings-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON and MATTHEW JUNKROSKI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Wyoming voters will choose nominees for an unusually high number of open-seat races in a state primary Tuesday, thanks to two prominent Republican officials whose retirement announcements set off a scramble for contests throughout the ballot.]]></description><pubDate>Mon, 17 Aug 2026 12:37:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Wyoming voters will choose nominees for an unusually high number of open-seat races in a state primary Tuesday, thanks to two prominent Republican officials whose retirement announcements set off a scramble for contests throughout the ballot.</p><p>The upcoming departures of Gov. Mark Gordon and U.S. Sen. Cynthia Lummis, along with U.S. Rep. Harriet Hageman’s decision to run to replace Lummis, marks the first time in 32 years that Wyoming has had open seats for governor, U.S. Senate and U.S. House at the same time. The races for Wyoming Secretary of State and state Superintendent of Public Instruction are also open seats, with both incumbents seeking higher office.</p><p>All statewide elected offices in Wyoming currently are held by Republicans.</p><p>Gordon considered seeking a third term and challenging a state term limit law but ultimately decided against it. Four candidates now seek the Republican nomination to replace him: state Superintendent of Public Instruction Megan Degenfelder, former state House Speaker and current state Sen. Eric Barlow, retired Marine Corps colonel and 2022 gubernatorial candidate Brent Bien, and professional bull rider and rodeo producer Curt Blake.</p><p>The Degenfelder and Barlow campaigns are on roughly even financial footing, with Degenfelder raising about $1.3 million and Barlow raising about $1.2 million. Bien raised about $192,000, while Blake reported raising no money.</p><p>President Donald Trump has endorsed Degenfelder. The winner will face Democrat Kenneth Casner in November.</p><p>Among the five Republicans running to replace Lummis in the U.S. Senate are Hageman, former Kirby Mayor Sam Mead and former environmental services business owner Jimmy Skovgard.</p><p>Hageman is in her second term in Congress. She was Trump’s pick in 2022 to defeat then-U.S. Rep. Liz Cheney, one of the president’s harshest Republican critics following the attack on the U.S. Capitol and his attempts to remain in office after his 2020 election defeat.</p><p>Trump has once again endorsed Hageman in her U.S. Senate bid. She has raised about $2.4 million for her campaign, nearly 10 times that of Mead, her closest competitor in fundraising.</p><p>The winner will likely face former Democratic state Rep. James Byrd, who is the only candidate in the two-person primary field to report raising any money for the campaign.</p><p>Nine active candidates are competing for the Republican nomination to replace Hageman in the U.S. House in what’s shaping up to be the most expensive contest on Tuesday’s ballot. The field includes former state Superintendent of Public Instruction Jillian Balow, Senate President Bo Biteman, businessmen Steve Friess and Reid Rasner, and Wyoming Secretary of State Chuck Gray.</p><p>Friess, Rasner and Gray have outspent the rest of the field, thanks to sizable loans each candidate has made to their campaigns. Friess, who is a son of the late Republican megadonor Foster Friess, loaned $3 million to his campaign. Rasner loaned about $1.9 million to his campaign, while Gray floated his campaign about $1.4 million.</p><p>Neither Trump nor Hageman have made an endorsement in the primary.</p><p>In the Democratic primary, former Democratic state Sen. Lisa Kinney, like Byrd in the U.S. Senate race, faces an opponent who has not raised any money.</p><p>About half of Wyoming’s 31 state Senate seats and all 62 state House seats are up for election in 2026. Democrats hold only eight seats across both chambers, giving Republicans overwhelming supermajorities. Republican members of the conservative Freedom Caucus movement hold an outright majority in the state House.</p><p>Laramie and Natrona counties, home to Cheyenne and Capser, respectively, are the state’s most populous and most influential in statewide elections. Campbell, Sweetwater, Fremont, Sheridan and Park counties also tend to play important roles in primaries. Albany and Teton counties are the most Democratic-friendly in the state and tend to have an outsized say in Democratic primaries. They were the only counties that Cheney carried against Hageman in the 2022 primary, before a 2023 law prohibited Democrats and Republicans from changing their party affiliation at the polls.</p><p>The winners of Tuesday’s Republican primaries will have an advantage heading into the general election in a state that’s only elected one Democrat statewide in more than 30 years. Wyoming is one of the most reliably Republican states in the country. It was Trump’s best state in 2024 and 2020 and his second-best state in 2016.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. MT, which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, secretary of state, treasurer, state school superintendent, state Senate and state House.</p><p>Who gets to vote?</p><p>Only voters registered with a political party may participate in that party’s primary. Democrats may not vote in the Republican primary or vice versa. Independent or unaffiliated voters may not participate in either primary. Voters registered with a party had been able to change their party affiliations at the polls on Election Day, but the 2023 law ended that practice.</p><p>How many voters are there?</p><p>As of August 1, there were about 272,000 registered voters in Wyoming, including about 212,000 Republicans, about 30,000 Democrats and about 25,000 voters not affiliated with any party.</p><p>How many people actually vote?</p><p>About 104,000 Republicans and about 10,000 Democrats participated in the 2024 state primaries for U.S. Senate. More Republicans voted in the 2022 primary for governor, with about 164,000 voters casting ballots, compared to about 7,000 in the Democratic primary. 2022 was the last statewide primary held before the law restricting party affiliation changes was enacted.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 30% of the Republican primary vote and about 52% of the Democratic primary vote in the 2024 state primary was from absentee ballots cast either in-person or by mail.</p><p>As of Friday, about 30,900 Republican primary ballots and about 4,300 Democratic primary ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>In recent elections, more than half of Wyoming counties released all their vote results in their first vote updates, regardless of vote type. Almost every county released at least some in-person Election Day vote results in their first vote updates.</p><p>Laramie County tends to release a significant amount of in-person Election Day vote before releasing any results from absentee voting.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 9:27 p.m. ET, or 27 minutes after polls closed. The last vote update of the night was at 12:58 a.m. ET with about 98% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Recounts in Wyoming are automatic if the vote margin is less than 1% of the votes cast for the winning candidate. Candidates alleging fraud or error in the result may request and pay for a recount. The cost is covered by the affected counties if the recount changes the result. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 77 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YUXDOPZHVAVNTAW7HEJ2NKNKUQ.jpg?auth=85bee90d5678403b06d342936be33e807534a48facc0c36a91ce971bac314bed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign on the border of Wyoming and Montana appears on the side of Belfry Highway, May 24, 2017, in Powell, Wyoming. (AP Photo/Robert Yoon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Alaska’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-alaskas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-alaskas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Alaska voters will narrow down a long list of contenders Tuesday for a competitive U.S. Senate seat that’s expected to play a pivotal role in determining which party will hold a majority in the chamber next year. Crowded fields of candidates for governor, U.S. House and the state Legislature will also compete for spots on the general election ballot.]]></description><pubDate>Mon, 17 Aug 2026 12:11:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Alaska voters will narrow down a long list of contenders Tuesday for a competitive U.S. Senate seat that’s expected to play a pivotal role in determining which party will hold a majority in the chamber next year. Crowded fields of candidates for governor, U.S. House and the state Legislature will also compete for spots on the general election ballot.</p><p>Although the state has long been safe Republican territory in federal elections, this year marks the third consecutive election cycle in which Alaska finds itself among a handful of states at the center of the fight for control of Congress.</p><p>At the top of the ballot, Republican U.S. Sen. Dan Sullivan faces a strong challenge from Democratic former U.S. Rep. Mary Peltola in his bid for a third term. They are the most notable contenders among 16 candidates in the state’s all-party primary, in which the top four vote-getters will advance to the general election regardless of party affiliation. The winner in November will be determined by ranked choice voting, as is the case for all Alaska general elections following a new law approved by voters in 2020.</p><p>Sullivan was first elected in 2014 after defeating Democratic U.S. Sen. Mark Begich, 48% to 46%. He won his 2020 reelection with 54% of the vote and a 13-percentage-point lead over his Democratic opponent.</p><p>Peltola was first elected in a 2022 special election to replace longtime Republican congressman Don Young, who died after almost 50 years in office. She defeated Republicans Sarah Palin and Nick Begich in Alaska’s first statewide ranked choice voting election. She was elected to a full term later that year but lost her 2024 reelection bid to Begich, who is the nephew of the former U.S. senator.</p><p>Peltola has raised about $18.5 million for her campaign, compared with about $11.7 million for Sullivan. As of July 29, Sullivan had about $7.3 million in his campaign account, compared with about $4.6 million for Peltola.</p><p>The only other U.S. Senate candidate who reported raising any money was another Dan Sullivan, a former teacher who shares the same first and last name as the Republican incumbent. Republicans tried unsuccessfully to block the other Dan Sullivan from appearing on the ballot, accusing him of colluding with Democrats to help elect Peltola by confusing voters, which he and the Peltola campaign have denied. An Alaska court overturned efforts to boot the challenger from the ballot.</p><p>Sen. Sullivan will appear on the ballot as “Dan S. Sullivan” alongside the labels of “Registered Republican” and “Incumbent.” Challenger Sullivan will be listed as “Daniel J. Sullivan Jr.” without any party affiliation listed, although he filed for office as a Republican.</p><p>Nick Begich also faces a crowded field in his bid for a second term in the state’s lone congressional seat, but only commercial fisherman and former Bristol Bay Borough School Superintendent Bill Hill has emerged as a credible challenger. Hill is running as an independent, but he has the backing of several local union organizations as well as that of Anchorage pastor Matt Schultz, the top Democrat in the race before he suspended his campaign and endorsed Hill.</p><p>Begich raised about $5.5 million for the campaign, compared with about $1.3 million for Hill, and the incumbent sits atop a far larger campaign war chest.</p><p>Seventeen candidates are running to replace term-limited Republican Gov. Mike Dunleavy. Among them is former Gov. Bill Walker, who is running as an independent.</p><p>Republican candidates include former state Sens. Click Bishop, Shelley Hughes and Lesil McGuire, former Anchorage Mayor Dave Bronson, former state revenue Commissioner Adam Crum, Matanuska-Susitna Borough Mayor Edna DeVries, former state Attorney General Treg Taylor and business owner and conservative activist Bernadette Wilson.</p><p>Former state Sen. Tom Begich and former state Rep. Jonathan Kreiss-Tomkins are the two Democrats in the race. Begich is the brother of Mark Begich and the uncle of Nick Begich.</p><p>Voters will also decide a statewide ballot measure that would impose contribution limits on state and local political campaigns. A 2021 federal court ruling lifted limits on what an individual could give a candidate.</p><p>Half of Alaska’s 20 state Senate seats and all 40 state House seats are up for election in 2026. Republican lawmakers outnumber Democratic lawmakers, but both chambers are organized by multiparty coalitions rather than along strict party lines.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. local time, which is midnight and 1 a.m. ET. Almost all polls in the state close at midnight ET, but one polling location in the Aleutian Islands closes at 1 a.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, state Senate and state House, as well as a statewide ballot measure.</p><p>Who gets to vote?</p><p>Any voter registered in Alaska may participate in the state’s all-party, top-four primary system.</p><p>How many voters are there?</p><p>As of Aug. 3, there were about 602,000 registered voters in Alaska. About 380,000 voters, roughly 63%, were either undeclared or nonpartisan voters; about 142,000, or 24%, were Republicans; and about 70,000, or 12%, were Democrats.</p><p>How many people actually vote?</p><p>Roughly 190,000 voters participated in the 2022 U.S. Senate and gubernatorial primaries. About 108,000 voters participated in the 2024 U.S. House primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 23% of the U.S. Senate primary vote and about 28% of the U.S. House primary vote in the 2022 state primary was cast early in person or by mail.</p><p>As of Thursday, about 18,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>A mix of vote results from in-person Election Day and early in-person voting are released in the first vote update of the night. Typically, nearly all in-person Election Day results and in-person early voting results are released by the last update of the night, with the bulk of mail voting results released in the days following election night.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 1:03 a.m. ET, or three minutes after final polls closed. The election night tabulation ended at 4:58 a.m. ET, with about 89% of total votes counted. The count reached 100% on Sept. 1 at 6:57 p.m. ET, 12 days after the election.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Recounts in Alaska are automatic in the event of a tie vote. Candidates may also request and pay for a recount. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 77 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AJ4BGUJ6MN25DZ7TNRZAAKQLBQ.jpg?auth=deb513bf1e507448c89fe83b1c06f29ded98971a8b39f228521de8f109a51ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dan Sullivan, a candidate in Alaska's U.S. Senate race who shares a name with the incumbent seeking reelection, talks in front of a welcome sign near downtown Petersburg, Alaska, Friday, July 3, 2026. (AP Photo/Becky Bohrer)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump orders Pentagon to scale back joint exercises with South Korea]]></title><link>https://www.local10.com/news/national/2026/08/17/the-latest-trump-orders-pentagon-to-scale-back-joint-exercises-with-south-korea/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/17/the-latest-trump-orders-pentagon-to-scale-back-joint-exercises-with-south-korea/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has ordered the Pentagon to scale back annual joint military exercises with South Korea as his war against Iran stretches the limits of U.S. aircraft carriers. Trump said South Korea wouldn’t help with his war against Iran and cited his good relationship with North Korea’s Kim Jong Un.]]></description><pubDate>Mon, 17 Aug 2026 14:46:31 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has ordered the Pentagon to scale back annual joint military exercises with South Korea as his war against Iran stretches the limits of U.S. aircraft carriers. Trump said South Korea wouldn’t help with his war against Iran and cited his good relationship with North Korea’s Kim Jong Un.</p><p>The USS George Washington is replacing the USS Abraham Lincoln in the Middle East amid growing concerns about mental health and supply issues aboard the long-deployed Lincoln. The move leaves the western Pacific without a key military asset as China shows more signs of aggression.</p><p>The BBC asked a U.S. court for help in getting documents and testimony to defend against his $10 billion defamation lawsuit. The request filed in federal court in Florida on Friday argues that Ivanka Trump, Jared Kushner and Donald Trump Jr. have “personal knowledge” and likely have records relevant to Trump’s claims.</p><p>The Latest:</p><p>Trump’s scaling back military training with South Korea is ‘inane,’ senator says</p><p>Sen. Jack Reed, the top Democrat on the Senate Armed Services Committee, said Trump appears to be appeasing North Korea’s dictator Kim Jong Un while worsening relations with U.S. allies.</p><p>“This is another inane, haphazard decision by President Trump and his chaotic administration,” Reed said in a statement.</p><p>“America’s alliances are built on trust and strength,” he said. “When President Trump cuts military exercises to flatter a dictator or punishes South Korea for declining to join a war he started, all of our allies — and adversaries — think that America’s commitments are negotiable.”</p><p>Reed noted that the U.S. and South Korea have conducted joint military exercises since the 1950s as a show of strength and deterrence against aggression from North Korea. And he warned that warned that China and Russia are watching how easily Trump abandons America’s allies.</p><p>The buck stops somewhere else: A look at Trump’s tendency to avoid blame</p><p>President Harry Truman famously kept a “The Buck Stops Here” sign on his White House desk. The current Oval Office occupant often veers from that motto of taking responsibility.</p><p>Trump has blamed his predecessors for the weak economy, high inflation and the increasingly unpopular war in Iran that has kept oil prices high and his approval rating low while sending shock waves through the global economy.</p><p>He blames vandals for the problem-plagued Reflecting Pool renovation, and now the dead grass where his July 4th event was held on the National Mall.</p><p>All presidents try to shift some responsibility, but none in modern history has taken it as far as Trump.</p><p>The White House says Trump is working to correct long-festering challenges. But his unwillingness to accept blame sometimes leads him to deny problems, which could put GOP seats in jeopardy as Republicans face voters.</p><p>▶ Read more</p><p>Wall Street nears new records as big US companies report booming profits</p><p>Big U.S. companies in the S&P 500 index are on track to deliver growth of roughly 50% for earnings per share in the spring from a year earlier, according to FactSet. Still to come are profit reports from big retailers, including Home Depot, Target and Walmart this week.</p><p>They’re facing pressure. Customers’ incomes may be turning iffier after U.S. employers surprisingly cut more jobs last month than they added, as bills rise quickly with inflation much higher than anyone would like. Shoppers surprisingly spent less at U.S. retailers last month than in June.</p><p>And the wait continues to see what the Iran war will do with oil prices. Brent crude rose 0.7% to $89.15 a barrel Monday, a relatively modest move after jagged recent swings.</p><p>▶ Read more</p><p>Trump threatens Oman during interview with Fox News</p><p>Trump has warned Oman as the Gulf nation works with Iran on a plan for the Strait of Hormuz, telling Fox News reporter Trey Yingst that the U.S. would bomb Oman if it “gets in the way” using an expletive for emphasis.</p><p>Fox News did not provide audio of the Monday interview.</p><p>This is not the first time that Trump has threatened Oman. In May, he told reporters during a Cabinet meeting that “Oman will behave just like everybody else, or we will have to blow them up.”</p><p>Trump also said the expiration of the 60-day deadline on ending the war was irrelevant and said there was no timeline, Yingst said. And Trump said the U.S. has a backchannel for talks with the Islamic Revolutionary Guard Corps, Yingst said.</p><p>Supreme Court again rebuffs Trump, upholds $5 million for E. Jean Carroll</p><p>The Supreme Court on Monday again rebuffed President Donald Trump’s push to throw out a jury’s $5 million finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her.</p><p>The Republican president’s lawyers had asked the justices to reconsider their refusal to hear his appeal.</p><p>It’s unusual — although not unheard of — for the court to grant such requests. Trump paid the judgment shortly after the court declined to take up his appeal in June.</p><p>Trump and the Justice Department are also asking the high court to toss out a second Carroll verdict totaling $83 million. They argue he’s immune from being sued over comments he made about her in 2019, when he was president. The court has not yet acted on that appeal.</p><p>Israel’s Ben-Gvir advocates killing ’30 to 40′ people in Gaza every night</p><p>The comments by an extremist Israeli lawmaker in Prime Minister Benjamin Netanyahu’s coalition surfaced Sunday and were quickly shared by Palestinian media, but scarcely mentioned by Israel’s domestic media.</p><p>Minister of National Security Itamar Ben-Gvir was speaking on a podcast about Israel’s recent drawdown of strikes in Gaza.</p><p>“I disagree with the prime minister,” he said. “I think targeted assassinations should be carried out in Gaza, taking down 30 to 40 every night. Not just those who pose an immediate threat — there are people there who are not worthy of life. They shouldn’t live. They’re not even people.”</p><p>In the past, similar statements by Ben-Gvir and other Israeli officials were widely condemned and presented to the U.N.’s world court as evidence of genocidal intent. Israel denies it has committed genocide in Gaza.</p><p>▶ Read more</p><p>Kushner meeting with Netanyahu as he seeks approval of Gaza road map</p><p>Trump son-in-law and Mideast negotiator Jared Kushner was holding meetings with Israel’s Prime Minister Benjamin Netanyahu on Monday after talking with Hamas chief Khalil al-Hayya in Egypt on disarmament.</p><p>The Israeli leader rejected a 15-point, U.S.-backed road map to move the truce deal forward in Gaza. Hamas says it has agreed to the road map, which includes disarmament, and the group is urging mediators and the U.S.-created Board of Peace to “compel” Israel to sign on as well.</p><p>But Israel, which under the road map must withdraw from Gaza, says Hamas must fully disarm before any Israeli withdrawal will occur.</p><p>Trump’s 60-day deadline for an Iran peace deal is expiring</p><p>The deal Trump signed at Versailles set an ambitious 60-day deadline for ending the war with Iran and reaching an accord on its nuclear program. The deadline was Monday, and the two sides are even further apart.</p><p>Talks, such as they are, have focused on reopening the Strait of Hormuz and lifting a U.S. blockade. Both were supposed to have happened under the interim deal. There has been no sign of any compromise on the strait, or that detailed nuclear talks have even begun.</p><p>The U.S., meanwhile, has no good options for getting out of the war it started alongside Israel. Acceding to Iranian control over the critical international waterway where global energy supplies moved freely before the war would be tantamount to admitting defeat. Escalating the deeply unpopular war would jolt the world economy and drive up prices ahead of U.S. elections.</p><p>Iran says deal with Oman over shipping through Strait of Hormuz is nearly final</p><p>Iranian Foreign Affairs spokesperson Esmail Baghaei told reporters in Tehran on Monday that “an understanding has been reached regarding the map of the transit route,” and the sides are working to finalize details for the joint statement.</p><p>He did not elaborate, but details that have previously emerged suggest the deal would reopen the strait with ships entering through a route close to Iran and exiting through a route close to Oman. Ships would transit without paying fees or tolls during the interim period.</p><p>The U.S. has sought an acceptable deal on opening the strait before ending its blockade of Iranian ports and it was not clear whether this would meet Washington’s expectations.</p><p>US Central Command chief visited aircraft carrier after Trump’s comments</p><p>Adm. Brad Cooper visited the USS Lincoln amid reports that its record-setting uninterrupted time at sea of more than 240 days is taxing the crew’s mental health and creating supply shortages. The Lincoln has been supporting Trump’s war against Iran, including the blockade on Iranian ports.</p><p>Cooper praised the carrier’s leadership on Sunday for making mental health and resilience a priority. His visit followed comments by Trump on Friday that their deployment is “not nearly long enough.”</p><p>Top Democrats on the House Oversight Committee have requested a classified briefing on the ship’s situation. Republicans have been less outspoken.</p><p>Trump blames vandals for damaged grass where he held his July 4 celebration</p><p>Trump on Sunday said vandals are to blame for large swaths of dead grass on the National Mall near the World War II Memorial — in the same spot where Trump had a stage built and hosted crowds for his July 4 celebration.</p><p>Trump made the accusation in a social media post without saying why he believes it’s the work of vandals instead of trampled turf from the Independence Day festivities. He posted a photo showing a once-grassy area by the World War II Memorial, now patchy and brown across much of the sprawling turf.</p><p>“Look what VANDALS did to the grass connecting the vandalized World War II Monument and the vandalized Reflecting Pool, which will be opened again, and better than ever, shortly,” Trump said on his Truth Social platform.</p><p>Trump has repeatedly blamed vandals for damage to his renovation projects in the nation’s capital, often without evidence and sometimes despite opposing accounts from his officials.</p><p>▶ Read more</p><p>BBC seeks US help in getting Trump family testimony</p><p>The BBC asked a U.S. court for help in getting documents and testimony from members of Trump ’s family in connection with his $10 billion defamation lawsuit against the British broadcaster, a court document showed.</p><p>Lawyers for the BBC argued that Ivanka Trump, Jared Kushner and Donald Trump Jr. have “personal knowledge” and likely have records relevant to elements of Trump’s claims against the broadcaster, according to a filing Friday in federal court in Florida.</p><p>The broadcaster has been unable to serve subpoenas because the three have Secret Service protection and other security personnel around them, the filing says.</p><p>Trump filed the lawsuit in December seeking $10 billion in damages from the BBC, accusing it of defamation as well as deceptive and unfair trade practices.</p><p>The allegations center on the way a 2024 documentary edited a speech Trump gave on Jan. 6, 2021, before protesters attacked the Capitol in Washington. The lawsuit accuses the BBC of “splicing together two entirely separate parts of President Trump’s speech” to “intentionally misrepresent the meaning of what President Trump said.”</p><p>The BBC has apologized to Trump for the misleading edit, but said it had not defamed him.</p><p>▶ Read more</p><p>US pulls last aircraft carrier from Asia as Trump turns to Iran and Americas</p><p>The USS George Washington is departing the Pacific and expected to replace the USS Abraham Lincoln in the Middle East amid growing concerns about mental health and supply issues aboard the long-deployed carrier. The Lincoln has had its time at sea extended from its original May return date to support operations against Iran.</p><p>The lack of a U.S. carrier in the Pacific may be short-lived if the Navy deploys another in the next couple of months. But it shows how the open-ended operations with Iran are running some American sailors ragged, analysts say, while the Trump administration further retreats from the Asia-Pacific region and focuses on the Western Hemisphere.</p><p>“The administration says that the Pacific is supposed to be the most important behind the Western Hemisphere,” said Greg Poling, director of the Southeast Asia Program at the Center for Strategic and International Studies. Instead, the U.S. is “doing the exact opposite” of its previously expressed goal of pulling out of the Middle East.</p><p>▶ Read more</p><p>Trump orders Pentagon to scale back joint exercises with South Korea</p><p>President Donald Trump ordered the Pentagon on Sunday to scale back annual joint military exercises with South Korea, saying the ally declined to help with the war against Iran and citing his good relationship with North Korea’s Kim Jong Un.</p><p>Trump said in a social media post that the exercises, which began Monday, are not only costly but “send a signal that is totally inappropriate and hostile” to North Korea, which he said “has been unthreatening and respectful” during his time in the White House.</p><p>“Therefore, and based on the fact that it is too late to cancel, I have instructed Secretary of War, Pete Hegseth, to substantially reduce the Joint Military Exercises!” Trump wrote. The president added that he recently asked South Korea’s president if they would join the U.S. in the “denuclearization” of Iran, “and they said, ‘No thanks!’”</p><p>The move is the latest example of the president appearing to turn against an ally in favor of a leader that previous administrations have cast as an adversary.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZT7JBGE76XDOCU55VCD3KSJMU.jpg?auth=01af3c746df59267e65c2f8d3d0bcf8d1aefefc9970694f8156426601798c282&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. President Donald Trump, right, meets with North Korean leader Kim Jong Un on Sentosa Island in Singapore, on June 12, 2018. (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/HPHXJU2Q7NY3JGRTEITVMO6UPM.jpg?auth=9320950e1f351d12ca41fe49cfe10e9b968c91c3998866bc314a2b37cd7065a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, second left, walks to board Marine One, Sunday, Aug. 16, 2026, at Joint Base Andrews, Md. (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/X5UO7K5VJCVJBOJHXTMIO4DHDE.jpg?auth=3270633366d808111085c16589e84adf5b880dd67459f4dc7443df01d056542c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers dismantle structures from Salute to America, an Independence Day event honoring the nation's 250th anniversary, as seen from the Washington Monument, on July 10, 2026, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VXZQI3TAB63TGII7S3TBMXPNY.jpg?auth=20bdf8d0abdc5944f3ca5a429621580f050a0a2b8c9e004b8b0c0d4eb67be1c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The USS George Washington aircraft carrier is pictured off the coast of Argentina, May 30, 2024.(AP Photo/Victor R. Caivano, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Victor R. Caivano</media:credit></media:content></item><item><title><![CDATA[Key West police officer arrested on DUI charges]]></title><link>https://www.local10.com/news/local/2026/08/16/key-west-police-officer-arrested-for-dui/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/16/key-west-police-officer-arrested-for-dui/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[An officer with the Key West Police Department is facing DUI charges after being arrested early Sunday morning. ]]></description><pubDate>Sun, 16 Aug 2026 16:56:12 +0000</pubDate><content:encoded><![CDATA[<p>An officer with the Key West Police Department is facing DUI charges after being arrested early Sunday morning. </p><p><a href="https://www.local10.com/espanol/2026/08/16/agente-de-la-policia-de-key-west-es-arrestado-por-conducir-bajo-los-efectos-del-alcohol/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/16/agente-de-la-policia-de-key-west-es-arrestado-por-conducir-bajo-los-efectos-del-alcohol/">Leer en español</a></p><p>According to KWPD, Officer Dustin Christina, 40, was off duty when authorities responded to the area of Peary Court around 5:10 a.m. after receiving complaints and found him sitting in the driver’s seat of a parked car.</p><p>Officials said a supervising officer investigated and determined there was probable cause to arrest Christina for DUI. </p><p>He was taken to the Monroe County Detention Center without incident on misdemeanor charges of DUI and refusal to submit to DUI testing, authorities said.</p><p>No other details were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A look back at Dawn’s De-Lite, the only topless diner in Deerfield Beach back in 1986]]></title><link>https://www.local10.com/features/2026/08/17/a-look-back-at-dawns-de-lite-the-only-topless-diner-in-deerfield-beach-back-in-1986/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/17/a-look-back-at-dawns-de-lite-the-only-topless-diner-in-deerfield-beach-back-in-1986/</guid><description><![CDATA[A wild piece of South Florida history — Dawn’s De-Lite: the only topless diner in Deerfield Beach back in 1986. The eye-catching establishment was short-lived. It shut down within the year due to ongoing legal issues.]]></description><pubDate>Mon, 17 Aug 2026 11:44:12 +0000</pubDate><content:encoded><![CDATA[<p>A wild piece of South Florida history — Dawn’s De-Lite: the only topless diner in Deerfield Beach back in 1986. The eye-catching establishment was short-lived. It shut down within the year due to ongoing legal issues.</p>]]></content:encoded></item><item><title><![CDATA[Belgian wildfire approaches Germany as Greece probes deadly blaze]]></title><link>https://www.local10.com/news/world/2026/08/17/belgian-wildfire-approaches-germany-despite-rain-as-greece-probes-deadly-blaze/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/belgian-wildfire-approaches-germany-despite-rain-as-greece-probes-deadly-blaze/</guid><dc:creator><![CDATA[By SAM McNEIL and SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[SOURBRODT, Belgium (AP) — One of Belgium's biggest ever wildfires blazed out of control Monday even as cooler weather and rain in the morning eased conditions for hundreds of firefighters in remote and hilly countryside. In Greece, a fire briefly flared up near the main airport on the outskirts of Athens.]]></description><pubDate>Mon, 17 Aug 2026 14:48:22 +0000</pubDate><content:encoded><![CDATA[<p>SOURBRODT, Belgium (AP) — One of Belgium's biggest ever wildfires blazed out of control Monday even as cooler weather and rain in the morning eased conditions for hundreds of firefighters in remote and hilly countryside. In Greece, a fire briefly flared up near the main airport on the outskirts of Athens.</p><p>Europe is sweltering through one of its hottest and driest summers on record, which a recent study said was fueled by climate change.</p><p>Rain helps, but Belgian blaze is not yet under control</p><p>Belgium’s King Philippe interrupted his summer vacation to visit emergency services fighting the wildfire in the eastern High Fens, about eight kilometers (five miles) from the German border, as it spread east after moving into a pine forest on Sunday.</p><p>The fire in Liège province has burned an estimated 30 square kilometers (about 12 square miles), leaving blackened trees and smoldering ground.</p><p>While the fire did not significantly grow, due in part to favorable winds, it remained out of control in areas inaccessible to ground crews, the Wallonia region said in an update.</p><p>Some 500 firefighters were aided by aircraft sent from Norway, Sweden, Germany and the Netherlands and local police with drones after a cold front brought overnight rain. Farmers were helping supply water to firefighting efforts, regional officials said. Helicopters emptied huge sacks of water over the flames as smoke billowed from forests.</p><p>“We managed to maintain the fire where the firemen are situated but there’s still a place which is totally inaccessible, where the fire is still going on in the direction of Monschau in Germany,” said Nicolas Yernaux, spokesperson for the Wallonia regional public services.</p><p>He said overnight rains helped contain the blaze and dampen the possibility that smoldering fires will flare up again, but he said they did not significantly impact the center of the fire.</p><p>“Where it is burning, I am not sure it’s really helping,” he said.</p><p>Precautionary evacuation orders remained in effect for hundreds of residents.</p><p>Veterinarian Hugues Guyvot, who was involved in animal rescue efforts, said large animals were able to flee but smaller ones like frogs and mice likely burrowed and were baked underground in a landscape of peat bogs.</p><p>“Maybe it will take decades to recover from this fire,” he said.</p><p>Greece quickly extinguishes fire near main airport</p><p>In Greece, fire department investigators examined the area on the island of Salamina where a fast-moving wildfire on Sunday killed two people, injured another nine and destroyed several homes. The island lies just west of the Greek capital.</p><p>New wildfires broke out elsewhere Monday. Dozens of firefighters along with two water-dropping planes and two helicopters raced to tackle one in Spata, an area east of Athens that includes the main international airport. The fire department said the blaze was contained within 30 minutes.</p><p>Separately, the fire department said an 80-year-old man was arrested in the northern town of Kavala on arson charges for allegedly deliberately setting fire to dried vegetation. It was among 302 fire-related arrests since Jan. 1 in Greece, including 31 for deliberate arson and 271 for negligence that sparked fires, the department said.</p><p>France says a fire in the southwest is under control</p><p>In southwestern France, authorities said a fire in the Landes region was under control after four days of battling the flames, allowing about half of the evacuated residents to begin returning home.</p><p>More than 600 residents evacuated last week as the fire burned about 17 square kilometers (6.6 square miles) during a prolonged spell of extreme heat. Some respite was on the way Monday as temperatures began to drop.</p><p>French Prime Minister Sébastien Lecornu said the state would provide a 12 million-euro ($13.9 million) aid package to Gironde and Landes, the regions hardest hit by the wildfires, to help rebuild homes and support affected businesses, including in Le Porge, where 183 homes were destroyed in a massive blaze last month.</p><p>Croatian police arrest arson suspects</p><p>In Croatia, four people are suspected of deliberately starting as many as 10 fires in the region around the coastal town of Zadar, a major tourism hub on the Adriatic coast.</p><p>The suspects were questioned by an investigative judge following their arrest on Saturday on a tip from residents.</p><p>The four are suspected of starting fires on Aug. 14 and 15 with an aim to “endanger lives and valuable property and inflict damage on a large number of residents in the Zadar county,” police said in a statement. There was no word on a possible motive.</p><p>Police said they were assessing the extent of the damage caused.</p><p>___</p><p>Corbet reported from Paris. Elena Becatoros in Argostoli, Greece, and Jovana Gec in Belgrade, Serbia, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJEPDNZ4Z7MWFADOJJWFB4SE4M.jpg?auth=0f0d29eaad2942ce9ca93da379c76497051e05a56a271c8c87f1161dceac3b1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter walks through a burned area as flames engulf a house during a wildfire on the island of Salamina, west of Athens, Greece, Sunday, Aug. 16, 2026. (AP Photo/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6GZXKL2ZYAIMLFLO5OLPH4VAQ.jpg?auth=cfc10b9f25cb98b676db67ef0fa2a4492f05d19e17a34fde89e6d65359e6c3f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing the extent of a wildfire in Belgium's High Fens nature reserve. (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/MD5TLOOPZ3XY2EM4WNTPLRR3QE.jpg?auth=aac027deda494a3189b8940b8347867f328e1eb2a80e37ad7275b5fa84bc413e&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 burned area a day after a wildfire in Peristeria village on the island of Salamina, west of Athens, Greece, Monday, Aug. 17, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IYOGHPWQTUHBHSEVTYE2SATEQ.jpg?auth=d589fc8714c6ecb43bd5e866d80b784e53b26b11a4a0e3f1a85bcd2845fe5aad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from a burned-out area of the Hautes Fagnes near Waimes, Belgium, Sunday, Aug. 16, 2026. (Photo AP/Valentin Bianchi)]]></media:description><media:credit role="author" scheme="urn:ebu">Valentin Bianchi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z55AJ6QMZGZKLIREMAJNVJXGYQ.jpg?auth=c5804250e428c63df3ac51e9833e4391eb69c2e605bfc6ce550f64f363ce4d01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's King Philippe, second right, and Governor of Liege Province Herve Jamar, center, meet with emergency teams and volunteers involved in fighting a wildfire in Vottem, Belgium, Monday, Aug. 17, 2026. (Photo AP/Marius Burgelman)]]></media:description><media:credit role="author" scheme="urn:ebu">Marius Burgelman</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in California’s special congressional election]]></title><link>https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-californias-special-congressional-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/17/ap-decision-notes-what-to-expect-in-californias-special-congressional-election/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Four months after Democratic U.S. Rep. Eric Swalwell resigned from Congress amid sexual assault allegations that torpedoed his campaign for California governor, his former Bay Area constituents will pick a replacement Tuesday to serve out the rest of his term.]]></description><pubDate>Mon, 17 Aug 2026 11:15:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Four months after Democratic U.S. Rep. Eric Swalwell resigned from Congress amid sexual assault allegations that torpedoed his campaign for California governor, his former Bay Area constituents will pick a replacement Tuesday to serve out the rest of his term.</p><p>With two Democrats competing on the ballot, the seat in California’s 14th Congressional District is guaranteed to remain under Democratic control and further narrow an already fragile Republican majority in the chamber.</p><p>State Sen. Aisha Wahab and Bay Area Rapid Transit Board President Melissa Hernandez were the finalists in the June 16 special primary, in which the top two finishers regardless of party affiliation advanced to Tuesday’s special election. The two also will compete in the fall in a slightly redrawn district for a full term that begins in January 2027.</p><p>Wahab placed first in both the June 16 special primary and the June 2 primary for the full-term seat to replace Swalwell, who has denied the allegations against him. In both contests, Wahab led Hernandez by more than 20 percentage points.</p><p>Hernandez has more than doubled Wahab’s fundraising and spending for the campaign, but as of the end of July the two were on roughly even footing in terms of cash in the bank.</p><p>The race has also attracted the attention of several outside groups, including some affiliated with the American Israel Public Affairs Committee, a powerful pro-Israel lobbying organization. United Democracy Project, a super political action committee backed by AIPAC, spent $1.2 million on the race in August in support of Hernandez and in opposition to Wahab, according to Federal Election Commission records.</p><p>Another group, Bold America, which has received funding from United Democracy Project, has spent about $1.7 million on the race since the special primary, also in support of Hernandez and in opposition to Wahab.</p><p>Collectively, outside groups have spent about $4.1 million on the race since mid-July. About $3.7 million was spent to benefit Hernandez’s campaign, compared with just shy of $400,000 to benefit Wahab’s.</p><p>The boundaries of the 14th Congressional District were redrawn as part of a new congressional map approved by voters in a 2025 statewide ballot measure known as Proposition 50. The map goes into effect for the full-term seat in January, while the winner of the special election will serve under the current boundaries for the remainder of the year.</p><p>Proposition 50 was placed on the ballot in response to mid-decade redistricting efforts led by President Donald Trump in several Republican-controlled states. While the plan created a congressional map more favorable to Democrats, no dramatic changes were made to the 14th District. Under the current boundaries, Democrats make up 50.4% of registered voters in October, compared with 17.6% for Republicans. Under the new boundaries, Democrats comprise about 49.7% of registered voters as of mid-May, compared with about 17.4% for Republicans.</p><p>In 2024, Democratic then-Vice President Kamala Harris carried the current 14th District with 65.8% of the vote in the presidential election against Trump. If the election had been held under the new boundaries, Harris would have received 65.4% of the vote.</p><p>Both versions of the district are contained entirely within Alameda County in the East Bay. The current district includes Hayward, Livermore, Pleasanton and Union City, as well as parts of San Leandro, Fremont and Dublin.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. PT, which is 11 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare a winner in the 14th Congressional District special election.</p><p>Who gets to vote?</p><p>Any registered voter in the current version of California’s 14th Congressional District may participate in the special election.</p><p>How many voters are there?</p><p>As of May 2026, there were about 423,000 registered voters in the 14th Congressional District, including about 210,000 Democrats, about 73,000 Republicans and about 116,000 voters with no party preference.</p><p>How many people actually vote?</p><p>Nearly 124,000 voters cast ballots in the June 16 special primary. About 276,000 people voted in the regularly scheduled 2024 general election in the 14th District.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 98% of votes in the June 16 special primary were from absentee ballots delivered in person or by mail.</p><p>As of Wednesday, about 52,000 ballots had already been cast in Tuesday’s election, about 32,500 from Democrats, about 7,800 from Republicans and the rest from unaffiliated or third-party voters.</p><p>When are early and absentee votes released?</p><p>In Alameda County, the first vote update of the night usually includes only results from mail voting, but the county typically still has a sizable number of mail ballots left to tally by the next morning.</p><p>How long does vote-counting usually take?</p><p>In the June 16 special primary, the AP first reported results at 11:17 p.m. ET, or 17 minutes after polls closed. The last vote update of the night was at 1:03 a.m. ET, with about 87% of total votes counted. The vote count reached 99.9% complete at 7:26 p.m. ET on June 18.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in California. Any registered voter may request and pay for a recount. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 77 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EIBYT7OL5IXA2LSJ774PD2MLWU.jpg?auth=bd625417ce3b1ba6b5edcbae345ad2ecc9857499a802904c297768f267d16f24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An American flag stands outside the office of California's 14th Congressional District in the Cannon House Office Building in Washington, Monday, July 20, 2026. (AP Photo/Tallulah Brown Van Zee)]]></media:description><media:credit role="author" scheme="urn:ebu">Tallulah Brown Van Zee</media:credit></media:content></item><item><title><![CDATA[Ukraine energy company says its facilities seriously damaged after 13 Russian strikes in a week]]></title><link>https://www.local10.com/news/world/2026/08/17/ukraine-energy-company-says-its-facilities-seriously-damaged-after-13-russian-strikes-in-a-week/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/ukraine-energy-company-says-its-facilities-seriously-damaged-after-13-russian-strikes-in-a-week/</guid><dc:creator><![CDATA[By HANNA ARHIROVA, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia attacked facilities of Ukraine’s Naftogaz Group 13 times over the past week and has targeted its premises almost 300 times since the start of the year, the state energy company said Monday.]]></description><pubDate>Mon, 17 Aug 2026 15:06:35 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia attacked facilities of Ukraine’s Naftogaz Group 13 times over the past week and has targeted its premises almost 300 times since the start of the year, the state energy company said Monday.</p><p>Russia has repeatedly battered the Ukrainian power grid since its all-out invasion more than four years ago. Moscow hopes to sap Ukraine’s will to fight by denying civilians light, heating and running water during the bitter winter months.</p><p>Ukrainian officials, who say Russia is “weaponizing winter,” fear Moscow will pursue its campaign through the coming winter, too.</p><p>Russian drones and missiles struck facilities in several regions of the country, with one asset hit multiple times during the week, Naftogaz said, reporting serious damage to equipment and production capacity. No employees were hurt in the attacks, the company said.</p><p>DTEK Group, a coal mining and power production company which says it is the largest private investor in Ukraine’s energy sector, also said a Russian attack started a fire at one of its mines, killing a 52-year-old man.</p><p>With troops largely bogged down by drones and robots along the roughly 1,250-kilometer (780-mile) front line, both Russia and Ukraine are expanding their aerial campaigns and devising new long-range weapons.</p><p>Ukrainian long-range attacks on Russia killed seven people, while five civilians died in Ukraine after strikes by Moscow’s forces, officials said Monday as they collated overnight attacks.</p><p>With the Russian capital now within the range of Ukrainian drones that regularly attack the region, organizers canceled a large military music festival due to be held on central Moscow’s Red Square from Friday.</p><p>The organizers of the Spasskaya Tower International Military Music Festival said on social media Monday that the event was postponed until next year due to reasons beyond their control.</p><p>In May, authorities significantly scaled back Russia's annual Victory Day celebrations on Red Square for the first time in nearly two decades. Officials put the move down to the “current operational situation” but did not elaborate.</p><p>Ukraine depended heavily on foreign military aid after Russia’s full-scale invasion of February 2022 but has gradually increased its domestically produced firepower, firing a salvo of more than 800 long-range drones at Russia on Sunday.</p><p>Ukraine also has successfully targeted depots owned by Wildberries, Russia’s main online retailer, as far as 2,000 kilometers (1,240 miles) from Ukraine’s border.</p><p>Russian forces have increasingly hit apartment blocks, ports, schools and hospitals, among other urban targets, killing close to 17,000 civilians, according to the United Nations. The death toll of 437 Ukrainian civilians in July was 70% higher than the same month in 2025, it said last week, as Russia's barrages intensified.</p><p>Russia has exploited Ukraine’s severe shortage of U.S.-made Patriot air defense interceptors, which are the only way of countering ballistic missiles.</p><p>But Kyiv is swiftly innovating, with Ukraine now developing its own ballistic missile to hit back at Russia and working with European countries on developing more anti-ballistic air defenses.</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/5RTSXOAZNFUMJ3XZF2CZ2MSUAE.jpg?auth=67e777bc5fa05260e01e14896ef120fca1ee98cfa9f7d74214dfde1a222a050a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People observe a daily nationwide minute of silence in memory of soldiers killed in the war with Russia, in Kyiv, Monday, Aug. 18, 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/BSBLFP4I4TRVVBZB3ML7SO5DTI.jpg?auth=853c10d666afa1d44d8e59593e4f4610ad674c7386f1c28fc8f225ad5e3c8bd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer observes a daily nationwide minute of silence in memory of soldiers killed in the war with Russia, in Kyiv, Monday, Aug. 17, 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/W4ESCOBT5A4CPUJA7N45NS24QI.jpg?auth=5ba4da582bb3b603f73dd4c628d8e46be57a440cdf18fa6ddc99500dbe3eaa03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People observe a daily nationwide minute of silence in memory of soldiers killed in the war with Russia as smoke rises from the city following a Russian missile attack in Kyiv, Sunday, Aug. 16, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Heavy rains kill 1 in South Korea and flood major streets in Philippines]]></title><link>https://www.local10.com/news/world/2026/08/17/heavy-rains-kill-1-in-south-korea-and-flood-major-streets-in-philippines/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/heavy-rains-kill-1-in-south-korea-and-flood-major-streets-in-philippines/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — Torrential rains have pounded southern South Korea, leaving one person dead and four others injured, officials said Monday.]]></description><pubDate>Mon, 17 Aug 2026 11:04:30 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — Torrential rains have pounded southern South Korea, leaving one person dead and four others injured, officials said Monday.</p><p>One person died in a landslide that struck an apartment building in the southern city of Geoje on Monday, the Interior and Safety Ministry said in a report. It said two people were injured in Geoje and two others in nearby cities.</p><p>The heavy rains that have pummeled southern South Korea since Saturday have forced about 390 people to evacuate to safe places and caused power outages at about 3,580 houses, the ministry report said.</p><p>In the Philippines, heavy monsoon rains flooded key streets and snarled traffic early Monday in the densely populated region of metropolitan Manila and a dozen outlying provinces, forcing the government to suspend government work and cancel classes at all levels starting at noon. Schools were asked to shift to online learning.</p><p>About three weeks of intermittent monsoon rains and a storm that lashed the main northern island region of Luzon two weeks ago left at least 23 people dead, mostly due to landslides and floods, and affected 5 million people, including nearly 25,000, who remained in government emergency shelters on Monday in several northern provinces, according to the Office of Civil Defense.</p><p>Among the dead were 10 people, including children, whose houses were buried by an Aug. 9 landslide in the northern mountain resort city of Baguio. Three others were dug out alive with injuries by rescuers from the avalanche of mud, rocks and debris that collapsed from a mountainside as people slept, officials said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/46QNT4O5XEYLLRMTAZTMOEEJGM.jpg?auth=9239e374111e45b6b6faf8c5508ce96d3bb8e08c2298b19958ce83b7032efebe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents push a tricycle along a flooded street due to heavy monsoon rains at Mandaluyong, Metro Manila, Philippines, Monday, Aug. 17, 2026. (AP Photo/Joeal Calupitan)]]></media:description><media:credit role="author" scheme="urn:ebu">Joeal Calupitan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2DMET7SXQNYMG22TPC6AMSTEJ4.jpg?auth=ff29a80a73ebe10ccae79451ad42b6a566d950b57ac3663e05becba247120248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles are stuck near debris after a landslide caused by heavy rains in Geoje, South Korea, Monday, Aug. 17, 2026. (Cha Yong-hyun/Newsis via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/AATDDYJKC6ANMKVPID7UUZZNH4.jpg?auth=c70c60a2d061036c819433378fe3dd1cac8f9699963b9ee04e251b9588fba00f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle passes by a flooded street due to heavy monsoon rains at Mandaluyong, Metro Manila, Philippines, Monday, Aug. 17, 2026. (AP Photo/Joeal Calupitan)]]></media:description><media:credit role="author" scheme="urn:ebu">Joeal Calupitan</media:credit></media:content></item><item><title><![CDATA[South Korea hopes for talks between US and North Korea after Trump downsizes military drills]]></title><link>https://www.local10.com/news/world/2026/08/17/south-korea-hopes-for-talks-between-us-and-north-korea-after-trump-downsizes-military-drills/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/south-korea-hopes-for-talks-between-us-and-north-korea-after-trump-downsizes-military-drills/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korea on Monday expressed hopes for resumption of diplomacy between the U.S. and North Korea to ease animosities on the Korean Peninsula, as U.S. President Donald Trump's order to cut military exercises with South Korea caused concerns it might hurt the allies' readiness against North Korean threats.]]></description><pubDate>Mon, 17 Aug 2026 12:30:59 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korea on Monday expressed hopes for resumption of diplomacy between the U.S. and North Korea to ease animosities on the Korean Peninsula, as U.S. President Donald Trump's order to cut military exercises with South Korea caused concerns it might hurt the allies' readiness against North Korean threats.</p><p>Trump cited his good relationship with North Korean leader Kim Jong Un for the decision, a likely bid to reengage with Kim, who views U.S.-South Korean military exercises as invasion rehearsals. But experts say the North Korean leader, now emboldened by his advancing nuclear arsenal and expanding military cooperation with Russia, won’t likely return to talks unless he is assured of serious U.S. concessions.</p><p>The 11-day, summertime Ulchi Freedom Shield exercises began Monday morning as scheduled and it wasn’t known which parts of the training were being downsized. Trump's announcement baffled many in South Korea, a key U.S. ally in Asia where national security is a top priority due to threats from nuclear-armed North Korea.</p><p>Trump orders military to ‘substantially reduce’ drills</p><p>Trump said in a social media post that the exercises are not only costly but “send a signal that is totally inappropriate and hostile” to North Korea, which he said “has been unthreatening and respectful” during his time in the White House.</p><p>Trump instructed Defense Secretary Pete Hegseth to “substantially reduce” the exercises. He added that he recently asked President Lee Jae Myung if South Korea would join the U.S. in the “denuclearization” of Iran, “and they said, ‘No thanks!’”</p><p>Trump’s move is the latest example of the American president appearing to turn against an ally in favor of a leader cast by previous administrations as an adversary. Trump and others in his administration also have railed against NATO allies over a perceived lack of support for his war against Iran, even as they seek to confront an increasingly aggressive Russia in the Baltic region.</p><p>The trust many South Koreans have in the U.S. has eroded following a tariff war instigated by Trump’s administration and his transactional approach to security.</p><p>South Korea hopes for talks between US and North Korea</p><p>The office of South Korea's president said later Monday that the government hopes “friendly relationship” between Trump and Kim would lead to “meaningful dialogue” between the U.S. and North Korea and start discussions on promoting peace and stability on the Korean Peninsula. It said that South Korea will make necessary diplomatic efforts for that.</p><p>South Korea and the U.S. are closely discussing practical and military contributions that can be made to restore freedom of navigation in the Strait of Hormuz, according to South Korea's presidential office.</p><p>Lee is a liberal who espouses improved ties with North Korea. Since taking office last year, his government has taken proactive steps to improve ties with North Korea, including turning off front line loudspeakers that blared K-pop music and world news. On Saturday, Lee offered to hold talks to formally end the 1950-53 Korean War, which ended with an armistice, not a peace treaty.</p><p>The conservative People Power Party, the main opposition party, lambasted Lee for allegedly “turning a blind eye on the public's security concerns” caused by Trump's announcement and prioritizing hopes for U.S.-North Korea diplomacy.</p><p>North Korea has shunned any talks with South Korea and the U.S. and accelerated weapons testing activities since Kim's high-stakes nuclear diplomacy with Trump broke down in 2019. Kim also has bolstered his diplomatic credentials by aligning with Russia over its war against Ukraine and taking steps to deepen cooperation with China.</p><p>In September 2025, Kim suggested he could resume talks with the American president if the U.S. drops “its delusional obsession with denuclearization” of North Korea. Experts say Kim likely aims to use his enlarged nuclear arsenal to win major concessions like extensive sanctions relief.</p><p>“Trump’s recent social media posts about Kim Jong Un suggest a willingness to reengage, but North Korea is busy profiting from Russia’s war against Ukraine while modernizing its own military,” said Leif-Eric Easley, a professor at Ewha University in Seoul.</p><p>Downsizing the U.S. and South Korean drills “can damage alliance coordination, slow the process of South Korea taking on greater responsibility for its own defense, and weaken deterrence against possible conflicts in Asia,” Easley said.</p><p>Duyeon Kim, a senior analyst at Washington’s Center for a New American Security, said “reducing joint drills weakens military readiness over time against another potential North Korean attack.”</p><p>Military drills test tactics and anger North Korea</p><p>South Korea's military earlier said the Ulchi Freedom Shield exercises this year would be similar to previous years in scale, with about 18,000 South Korean soldiers taking part.</p><p>The U.S. military said the drills would incorporate lessens from recent conflicts such as North Korea's battlefield experiences in the Russia-Ukraine front, while including a live-fire exercise to test joint precision targeting and maneuver, a wet gap crossing and distribution of prepositioned military equipment.</p><p>North Korea's Foreign Ministry on Friday accused the U.S. and South Korea of plotting more provocative drills this year and vowed to respond with “a new level of a deterrent.” Earlier this month, North Korea fired two ballistic missiles into the sea in a likely protest of the drills.</p><p>Duyeon Kim, the analyst, said North Korea uses U.S.-South Korean drills “for domestic propaganda purposes to create a false narrative of a hostile America and justify its nuclear weapons program.”</p><p>This is not the first time Trump has sought to suspend the drills. After his first summit with Kim in 2018, Trump unilaterally announced the suspension of the U.S.-South Korean summertime exercises, calling them “very provocative” and “tremendously expensive.”</p><p>Kim Dong-yub, a professor at the University of North Korean Studies in Seoul, said North Korea feels less urgency to return to talks with the U.S. and South Korea now than when it entered talks with its rivals in 2018, but is unlikely to completely ignore Trump's overture.</p><p>He predicted North Korea will likely say it has noted Trump's post but will wait for further action showing the U.S. intends to drop hostilities against North Korea.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4DT4LRECWXLXDSNXMYTFMITUWY.jpg?auth=b47ee3109db9deb2629366cf27dc0b3f48e7225972fc87f379fec9bb03c85551&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Army's armored vehicles gather to cross a river at a training field in Yeoncheon, South Korea, near the border with North Korea, Monday, Aug. 17, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LP4JEFT23B5X554MVANYOUOMCY.jpg?auth=d302449e0dcfe1afb22f57b8e18ba468118e49eeb5994a5d11ae7081d64ec9b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Army's armored vehicles gather to cross a river at a training field in Yeoncheon, South Korea, near the border with North Korea, Monday, Aug. 17, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WRE7KCNV5352PKQUVWRJBKCO2E.jpg?auth=1e2281a4ce3498485f51ae73a26c42e90367bff5eb941009259abf022713c601&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Army's armored vehicles gather to cross a river at a training field in Yeoncheon, South Korea, near the border with North Korea, Monday, Aug. 17, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Aug. 17: Record highs could be challenged today in Miami-Dade, Fort Lauderdale]]></title><link>https://www.local10.com/weather/2026/08/17/aug-17-record-highs-could-be-challenged-today-in-miami-dade-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/17/aug-17-record-highs-could-be-challenged-today-in-miami-dade-fort-lauderdale/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Welcome back to school and work. Lows this morning are in the mid-80s, with heat indices already in the 90s.]]></description><pubDate>Mon, 17 Aug 2026 10:38:50 +0000</pubDate><content:encoded><![CDATA[<p>Welcome back to school and work. Lows this morning are in the mid-80s, with heat indices already in the 90s. High temperatures will be in the low 90s, but heat indices will reach into the triple digits, sparking another heat advisory starting at 11 a.m. until 7 p.m. Saharan dust in the area is providing for hot, hazy conditions. Record highs could be challenged today and tomorrow in Miami-Dade, and Fort Lauderdale with the heat and lack of rainfall. 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[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>BSO deputies investigate death in West Park</li><li><a href="https://www.local10.com/entertainment/2026/08/17/hayden-panettiere-who-starred-in-the-television-series-heroes-and-nashville-dies-at-36/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/08/17/hayden-panettiere-who-starred-in-the-television-series-heroes-and-nashville-dies-at-36/">Hayden Panettiere, who starred in the television series ‘Heroes’ and ‘Nashville,’ dies at 36</a></li><li><a href="https://www.local10.com/news/local/2026/08/16/fort-lauderdale-man-arrested-after-alleged-drunk-boating-crash/">Police investigate alleged drunk boating crash in Fort Lauderdale</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[Trump threatens Oman as it works with Iran on Strait of Hormuz deal and other Middle East news]]></title><link>https://www.local10.com/news/world/2026/08/17/iran-works-to-finalize-strait-of-hormuz-agreement-with-oman-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/iran-works-to-finalize-strait-of-hormuz-agreement-with-oman-and-other-middle-east-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has again threatened Oman as Iran says it is working with its Middle East neighbor on a plan to manage shipping through the Strait of Hormuz. Fully reopening the waterway has been a key U.S. demand.]]></description><pubDate>Mon, 17 Aug 2026 14:46:57 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has again threatened Oman as Iran says it is working with its Middle East neighbor on a plan to manage shipping through the Strait of Hormuz. Fully reopening the waterway has been a key U.S. demand.</p><p>Meanwhile, the 60-day negotiating period to find a peace deal between the U.S. and Iran was expiring, with no word of an extension and both sides seemingly as far apart as they were at the start.</p><p>Here’s a look at the latest developments Monday in the Iran war and the wider Middle East. Full coverage can be found here.</p><p>Iran says it is near finalizing deal with Oman</p><p>Iran said it has reached an agreement with Oman over a plan for ships to transit the Strait of Hormuz, which runs between the countries, and the sides are now working to finalize details for a joint statement.</p><p>Iranian Foreign Affairs spokesperson Esmail Baghaei told reporters in Tehran that “an understanding has been reached regarding the map of the transit route.”</p><p>He did not elaborate, but details that have previously emerged suggest the deal would reopen the strait with ships entering through a route close to Iran and exiting through a route close to Oman. Ships would transit without paying fees or tolls during an interim period.</p><p>The U.S. has sought an acceptable deal on opening the strait before ending its blockade of Iranian ports.</p><p>Iran effectively closed the strait — through which roughly one-fifth of the world’s traded oil supplies passed before the war — after Israel and the U.S. attacked the country on Feb. 28.</p><p>Baghaei conceded the talks with Oman have gone slowly, “but we had planned, and still plan, to finalize the understanding in the form of a package: the map plus a joint statement.”</p><p>Trump says US will bomb Oman if it gets in the way</p><p>Trump told Fox News reporter Trey Yingst that the U.S. would bomb Oman if it “gets in the way,” using an expletive for emphasis.</p><p>Fox News did not provide audio of the interview.</p><p>This is not the first time that Trump has threatened Oman. In May, he told reporters during a Cabinet meeting that “Oman will behave just like everybody else, or we will have to blow them up.”</p><p>Trump also said the expiration of the 60-day deadline on talks to end the war was irrelevant and said there was no timeline, Yingst said. Trump said the U.S. has a back channel for talks with the Islamic Revolutionary Guard Corps, Yingst added.</p><p>Kushner meets with Netanyahu over Gaza road map</p><p>Mideast negotiator Jared Kushner, Trump's son-in-law, met Monday with Israel’s Prime Minister Benjamin Netanyahu, the day after he had two-hour talks with Hamas chief Khalil al-Hayya in Egypt on disarmament.</p><p>Netanyahu last week rejected a 15-point, U.S.-backed road map to move the ceasefire deal forward in Gaza.</p><p>Hamas says it has agreed to the road map, which includes disarmament, and the group is urging mediators and the U.S.-created Board of Peace to “compel” Israel to sign on.</p><p>But Israel, which under the road map must gradually withdraw from Gaza, says Hamas must fully disarm before any Israeli withdrawal.</p><p>Israeli troops occupy about 60% of the strip, and Netanyahu has previously threatened to advance further.</p><p>Houthi rebels say they attacked boats in the Red Sea</p><p>Yemen’s Iran-backed Houthi rebels claimed that they attacked a ship and four military boats Monday in the Red Sea off the Yemeni city of Mokha near the strategic Bab el-Mandab Strait.</p><p>The rebels fired a number of ballistic missiles at the vessels, resulting in the capsizing and burning of the boats, Yahya Saree, a military spokesman for the Houthis, said in a statement.</p><p>The rebels claimed that the vessels belonged to Saudi Arabia, without providing evidence. There was no immediate comment from Saudi Arabia, and The Associated Press could not independently verify the Houthi claim.</p><p>Saree also said the rebels launched a drone attack on government forces in the central province of Marib.</p><p>Iraqi officials targeted by drone attacks</p><p>Two officials in northern Iraq were targeted in drone attacks that the regional counterterrorism service said were launched from the border with Iran.</p><p>One was fired at the office of Masoud Barzani, prime minister of Iraq’s semi-autonomous northern Kurdish region, and the other targeted the home of a top regional intelligence official, the counterterrorism service said.</p><p>There were no casualties. There was no immediate claim of responsibility.</p><p>Since the beginning of the U.S.-Iran war, Iran and Iranian-backed Iraqi militant groups have launched regular attacks on U.S. military and diplomatic facilities in Iraq and on bases of exiled Iranian Kurdish dissident groups, but Monday’s direct attack on regional government buildings was unusual.</p><p>Barzani on X called the attack “a dangerous escalation and a direct threat to the security and stability of the Kurdistan Region.”</p><p>U.S. forces currently stationed in the Kurdish region of Iraq have begun withdrawing ahead of a Sept. 30 deadline agreed upon between Washington and Baghdad to end the U.S. military presence in Iraq.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6GXZQAXTEWZIXTWRXFPLX3YKQ4.jpg?auth=2949652fe6bc3e6530e35625d076814574f25537f38b07c6a031ff4842c3dbf0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Iran with its capital, Tehran. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NTKUZLGRI2PUI6AFGXJVECBM6Q.jpg?auth=af02e39ece99b102950c89f3838719584176a4830b77a971f0a480ebc155bac3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman mourns during the funeral of Hezbollah member Ali al-Haj Hassan, his wife and four children who were killed the previous day by an Israeli airstrike, in the southern suburb of Beirut, Lebanon, Sunday, Aug. 16, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZFL5Q42KWE5EWIT57TF2U32D4.jpg?auth=86e9de93a08ccf5782d4f34f971dc54c98fec95956e350cee03999e17f51aa14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians remove iron from the rubble of buildings destroyed by Israeli airstrikes during the war with Hamas, repair and recycle it for construction, building tents or selling it, in Gaza City, Sunday, Aug. 16, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IW44MHRHCOEMWWUEE5JA256ZW4.jpg?auth=7828d7581c5eb38ede2daecb75d4d5028d90a5dd4b6befc7b9eb1a91fc1843a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians remove iron from the rubble of buildings destroyed by Israeli airstrikes during the war with Hamas, repair and recycle it for construction, building tents or selling it, in Gaza City, Sunday, Aug. 16, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWWCGBCE25LFRVDYSR6EW273WE.jpg?auth=2e14db6bc9829cb35d8e47e285a630c14a103cb575fb976840b12a824cfc8d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jared Kushner waits to walk into the ring after the lightweight championship bout at UFC Freedom 250 on the South Lawn of the White House, June 15, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA['This is probably my last year in football,' says Cristiano Ronaldo]]></title><link>https://www.local10.com/sports/2026/08/17/this-is-probably-my-last-year-in-football-says-cristiano-ronaldo/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/this-is-probably-my-last-year-in-football-says-cristiano-ronaldo/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RIYADH (AP) — Cristiano Ronaldo says this Saudi Pro League season is likely to be the last of his professional career.]]></description><pubDate>Mon, 17 Aug 2026 09:59:25 +0000</pubDate><content:encoded><![CDATA[<p>RIYADH (AP) — Cristiano Ronaldo says this Saudi Pro League season is likely to be the last of his professional career.</p><p>The 41-year-old superstar’s contract with Riyadh club Al-Nassr, signed in December 2022, expires next June, and he has told Vogue magazine that another is unlikely.</p><p>“This is probably my last year of football, and I want to leave a spectacular legacy,” Ronaldo said.</p><p>The Portugal forward, who has scored 976 career goals, married long-time partner, Georgina Rodriguez, earlier this month.</p><p>“I have my future all mapped out,” he said. “I have so many things to keep me busy that to tell you just one thing is hard. Because football could leave a big hole, you have to fill your time in various ways, not just one.</p><p>“And also have more fun, travel more, watch and play padel, which I really like, and continue to enjoy what I’ve earned — what we’ve earned. Because after all, it’s been 25 years with a lot of sacrifice.”</p><p>The 2026-27 SPL season is Ronaldo’s 25th as a professional. During his career, he has won five Ballon d’Or awards and five UEFA Champions League titles.</p><p>Ronaldo’s 28 league goals last season helped Al-Nassr become champion of Saudi Arabia in May to secure his first trophy since arriving in Riyadh, and a first league title for the club since 2019.</p><p>After returning from his wedding, he missed Al-Nassr’s first game of its title defense on Saturday, watching from the sidelines as it opened with a 3-0 win over Al-Fateh.</p><p>“Cristiano is here today, and he is always present with us,” Al-Nassr coach Ange Postecoglou said after the game.</p><p>Ronaldo could play against Al-Diriyah in the King’s Cup on Tuesday.</p><p>“The most important thing now is recovery, especially as we have only two days after this match,” former Tottenham Hotspur and Nottingham Forest coach Postecoglou said.</p><p>Ronaldo’s comments came days after long-time rival Lionel Messi revealed that, following his father’s death, he may soon retire.</p><p>“I don’t know how to carry on,” Messi, 39, said. “I used to just play football, and now I’m really not sure if I’ll carry on doing it for much longer.”</p><p>__</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XBUNZSDKACQTB3ADPOTWCUMIIA.jpg?auth=6a1dddb27687be1100fd17a8b0048386aa00a63bb23301ed638edc408697edf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portugal's Cristiano Ronaldo waves following the World Cup Group K soccer match between Colombia and Portugal in Miami Gardens, Fla., Saturday, June 27, 2026. (AP Photo/Rebecca Blackwell, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YQ2FQ7B3SDECKQ2NHMQY7Z2ZDI.jpg?auth=4234fb05f1c756ae17e562ac7c402ff1826e587e37bd9e9b141a003070372b0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cristiano Ronaldo, left, and his partner Georgina Rodriguez watch the second practice session at the Monaco racetrack, in Monaco, May 23, 2019. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[Kushner has hourslong meeting with Netanyahu on Gaza a day after talking with Hamas]]></title><link>https://www.local10.com/news/2026/08/17/kushner-has-hourslong-meeting-with-netanyahu-on-gaza-a-day-after-talking-with-hamas/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/17/kushner-has-hourslong-meeting-with-netanyahu-on-gaza-a-day-after-talking-with-hamas/</guid><dc:creator><![CDATA[By JULIA FRANKEL, SAMY MAGDY and WAFAA SHURAFA, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Mideast negotiator and Trump son-in-law Jared Kushner held an hourslong meeting Monday with Israeli Prime Minister Benjamin Netanyahu, days after the premier rejected the 15-point, U.S.-backed road map to move the ceasefire deal forward in Gaza.]]></description><pubDate>Mon, 17 Aug 2026 15:20:09 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Mideast negotiator and Trump son-in-law Jared Kushner held an hourslong meeting Monday with Israeli Prime Minister Benjamin Netanyahu, days after the premier rejected the 15-point, U.S.-backed road map to move the ceasefire deal forward in Gaza.</p><p>The meeting comes a day after Kushner met for two hours with the Hamas leader in Egypt, as the U.S. presses for Israel’s approval of the road map. There is a lot at stake, including the lives of some 2 million Palestinians in Gaza, reconstruction of the war-demolished enclave and future control over it.</p><p>Hamas says it has agreed to the road map, which includes disarmament, and the group is urging mediators and the U.S.-created Board of Peace to “compel” Israel to sign on. But Israel, which under the road map must gradually withdraw from Gaza, says Hamas must fully disarm before any withdrawal.</p><p>Israeli troops occupy about 60% of the strip, and Netanyahu has previously threatened to control more.</p><p>Former British Prime Minister Tony Blair and Board of Peace Director Nickolay Mladenov were also in the meeting with Netanyahu, according to a source familiar with the plans and a diplomatic source. Both spoke on condition of anonymity to discuss a closed-door meeting.</p><p>Netanyahu's office said in a statement that he and the board had agreed to establish two working groups — one on the disarmament and demilitarization of Gaza and another focused on public health issues for Gaza. Israel and the board agreed that the demilitarization “should be prompt and completed before any reconstruction," the statement said.</p><p>Meeting follows Kushner's conversation with Hamas</p><p>Kushner met Sunday with Hamas chief Khalil al-Hayya in Cairo on disarmament, according to a regional official and a Hamas official, who both spoke on condition of anonymity because they were not authorized to talk to reporters.</p><p>Officials from mediating countries Egypt, Qatar and Turkey also were there.</p><p>The Hamas official said the Hamas leader demanded that Israel halt its attacks on Gaza and withdraw to the so-called “yellow line” dividing the territory before beginning implementation.</p><p>The yellow line was never precisely defined. Israeli forces have moved beyond it and now control about 60% of Gaza. In May, Netanyahu said the next step was to move to 70% control, with Israel “tightening the grip” on Hamas “from every direction.”</p><p>Regional neighbors increase pressure on Israel</p><p>Several regional powers including Saudi Arabia and the United Arab Emirates issued a statement Sunday condemning Israel’s rejection of the road map. They said Israel "now bears responsibility for obstructing the efforts to bring peace in Gaza.” Other signers included Jordan, Pakistan, Indonesia and the ceasefire mediators.</p><p>The foreign ministers’ statement called on the Board of Peace and the U.S. to take “immediate and concrete measures” to keep any party from obstructing the plan’s implementation.</p><p>The White House referred questions about Kushner’s meetings to the Board of Peace, which did not immediately comment. The Tony Blair Institute also did not comment.</p><p>The visit sparks hope and doubt in Gaza</p><p>While some in Gaza hope that efforts to implement the road map will bring an end to the war sparked by the Hamas-led attack on southern Israel on Oct. 7, 2023, others remained skeptical.</p><p>Mohammad Abu al-Qombuz cast doubt on all talks and visits currently taking place.</p><p>“A conference here and there, it is all lies. We need a definitive solution that would work for everybody,” said Abu al-Qombuz, who lives in a Gaza City tent camp, part of the territory's vast displaced population.</p><p>Under the road map, Hamas would hand over weapons to the Palestinian technocratic committee meant to oversee daily operations in the territory. The committee has not yet entered Gaza.</p><p>But Hamas has linked the surrender of its heaviest weapons to the creation of a Palestinian state, and the road map entails the creation of a “credible pathway toward achieving Palestinian self-determination and statehood,” something Israel’s current government rejects.</p><p>Until the road map is agreed to, other elements of the ceasefire are on hold, including reconstruction and the deployment of international forces to separate Israeli forces from committee-controlled areas.</p><p>Netanyahu faces a challenging election on Oct. 27 as he tries to hold onto power with a coalition that includes ministers taking a harsh line on Gaza, and it’s not clear whether he will take decisive steps on the ceasefire before then.</p><p>Also coming up is the anniversary of the 2023 attack.</p><p>___</p><p>Frankel reported from Jerusalem, Magdy from Cairo and Shurafa from Deir al-Balah, Gaza Strip. Collin Binkley in Washington and Sylvia Hui in London contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IW44MHRHCOEMWWUEE5JA256ZW4.jpg?auth=7828d7581c5eb38ede2daecb75d4d5028d90a5dd4b6befc7b9eb1a91fc1843a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians remove iron from the rubble of buildings destroyed by Israeli airstrikes during the war with Hamas, repair and recycle it for construction, building tents or selling it, in Gaza City, Sunday, Aug. 16, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZFL5Q42KWE5EWIT57TF2U32D4.jpg?auth=86e9de93a08ccf5782d4f34f971dc54c98fec95956e350cee03999e17f51aa14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians remove iron from the rubble of buildings destroyed by Israeli airstrikes during the war with Hamas, repair and recycle it for construction, building tents or selling it, in Gaza City, Sunday, Aug. 16, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWWCGBCE25LFRVDYSR6EW273WE.jpg?auth=2e14db6bc9829cb35d8e47e285a630c14a103cb575fb976840b12a824cfc8d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jared Kushner waits to walk into the ring after the lightweight championship bout at UFC Freedom 250 on the South Lawn of the White House, June 15, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[The 60-day deadline for an Iran peace deal is expiring. Here's where things stand]]></title><link>https://www.local10.com/news/world/2026/08/17/the-60-day-deadline-for-an-iran-peace-deal-is-expiring-heres-where-things-stand/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/the-60-day-deadline-for-an-iran-peace-deal-is-expiring-heres-where-things-stand/</guid><dc:creator><![CDATA[By JOSEPH KRAUSS, Associated Press]]></dc:creator><description><![CDATA[The deal that U.S. President Donald Trump signed at Versailles in June set an ambitious 60-day deadline for ending the war with Iran and reaching an accord on its nuclear program.]]></description><pubDate>Mon, 17 Aug 2026 08:33:18 +0000</pubDate><content:encoded><![CDATA[<p>The deal that U.S. President Donald Trump signed at Versailles in June set an ambitious 60-day deadline for ending the war with Iran and reaching an accord on its nuclear program.</p><p>The deadline was Monday, and the two sides are further apart than they were then.</p><p>Talks, such as they are, have focused on reopening the Strait of Hormuz and lifting a U.S. blockade on Iran, both of which were supposed to have happened under the interim deal. There has been no sign of any compromise on the strait, or that detailed nuclear talks have even begun.</p><p>The U.S., meanwhile, has no good options for getting out of the war it started alongside Israel.</p><p>Acceding to Iran's latest demands would mean giving it control over a critical international waterway that carried a fifth of the world's traded oil and gas before the war — and would be tantamount to admitting defeat. Escalating the deeply unpopular war would further draw down U.S. supplies of advanced missile interceptors, jolt the world economy, and drive up gas prices ahead of U.S. congressional elections.</p><p>So both sides have dug in, hoping the other will blink first. So far, neither has.</p><p>The interim deal collapsed weeks later</p><p>The June deal, known as the Memorandum of Understanding, called for a halt to all military operations and set a 60-day deadline for an agreement to permanently end the war and resolve the longstanding dispute over Iran's nuclear activities.</p><p>It called for the Strait of Hormuz to be reopened but gave Iran a vaguely defined role in facilitating traffic, leaving open the possibility it could charge fees after the 60-day deadline. Iran has seized on that clause to claim control over the waterway.</p><p>A week after the deal was signed, Iran began firing on vessels using a route along the coast of Oman, on the other side of the strait, that is overseen by the U.S. military and intended to bypass Tehran's control.</p><p>The U.S. responded by striking Iran, which retaliated by attacking Arab countries hosting American forces, like Jordan, Kuwait and Bahrain. The U.S. canceled waivers issued as part of the deal that had allowed Iran to sell its oil internationally and Trump restored a blockade of Iran's ports.</p><p>Each side accused the other of violating the June agreement, of which almost nothing remains.</p><p>The fighting eventually died down. A related truce in Lebanon between Israel and the Iran-backed Hezbollah has mostly held, even as Israeli troops occupy large areas in the country's south. Lebanon's "territorial integrity and sovereignty" were to have been ensured under the June deal.</p><p>Iranian officials say they stopped negotiating with the U.S. in June, while acknowledging that messages have been relayed by intermediaries. Trump says the talks have continued, occasionally claiming progress after pulling back from threatening major strikes.</p><p>Pakistan, which played a key role in brokering the June agreement, noted last week that the deadline was Monday while expressing hope it would be extended.</p><p>“We are not closing the chapter,” Foreign Ministry spokesman Tahir Andrabi said. “Pakistan is making all-out efforts to bring the two parties to the negotiating table.”</p><p>Iran's leaders think they can force Trump to give up the strait</p><p>Earlier this month, Iran issued a list of demands for reopening the strait, including the lifting of the American blockade, the withdrawal of U.S. forces from around Iran and the payment of reparations for damage inflicted in the war started by the U.S. and Israel on Feb. 28.</p><p>Even then, Iran has said it would control the strait — and potentially charge fees — through an agreement it is negotiating with Oman, and that the strait will not go back to being an open, toll-free waterway as it was before the war.</p><p>Iran-backed Houthi rebels in Yemen have meanwhile begun attacking Saudi oil tankers in the Red Sea, threatening another crucial trade route that had been used to relieve some of the pressure from the strait being closed.</p><p>Trump has rejected Iran's demands — saying it's Tehran that should pay war reparations and claiming the U.S. controls the strait. He appears to be banking on economic pressure — in the form of the blockade and longstanding sanctions — to bring Iran's rulers to their knees.</p><p>Iran's economy has been battered by the war and isolation, and inflation has soared. The crisis could stoke renewed anti-government protests, like those that were brutally crushed in January.</p><p>Traffic through the Strait of Hormuz, which rose immediately after the interim deal, is back to a small fraction of what it was before the war. Rising prices of fuel and other goods are expected to climb further the longer this continues with effects far beyond the Middle East.</p><p>The clock is still ticking for both sides.</p><p>___</p><p>Associated Press writer Munir Ahmed in Islamabad contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BPTI3RAAQP4NGLJGG4PFOVAN2Y.jpg?auth=28fd70b3e2c6a68687c92f8f7f715a8ab57590e55d8eceb49b5ce289af57e514&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People spend time at a beach as commercial vessels are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, Aug. 5, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYC6472EQXD5N6VUQKDJNKVNIQ.jpg?auth=3f56d5755efe797cd2d6b5ff1fcd89d39ffdea2e322ed84f52da529938758f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump gestures as he walks to board Marine One on the Ellipse, Friday, Aug. 14, 2026, near the White House in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6FC4XX4MIOQ3NEQISXQETVGCY.jpg?auth=b4af61d2f58d6005d5d39c9fdaa9ac78ddc1e076adcc25f4e5ed7c0ff963b390&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds up a poster of Iranian Supreme Leader Ayatollah Mojtaba Khamenei and waves a flag during a pro-government gathering at a square in Tehran, Iran, Tuesday, Aug. 11, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BXXVAR3OS5FPUYA2D6U3G4W5EE.jpg?auth=07ab4bbc87813d4f218bb41f9cfde4ebd1408e2edc28e0f2df827a9717e8ef87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Iranian Presidency Office, Iranian President Masoud Pezeshkian, right, greets Pakistan's Interior Minister Mohsin Naqvi at the start of their meeting in Tehran, Iran, Tuesday, Aug. 11, 2026. (Iranian Presidency Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Tras matar a cientos en ataques a barcos, Ejército de EEUU amplía campaña terrestre en Latinoamérica]]></title><link>https://www.local10.com/espanol/2026/08/17/tras-matar-a-cientos-en-ataques-a-barcos-ejercito-de-eeuu-amplia-campana-terrestre-en-latinoamerica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/tras-matar-a-cientos-en-ataques-a-barcos-ejercito-de-eeuu-amplia-campana-terrestre-en-latinoamerica/</guid><dc:creator><![CDATA[Por MEGAN JANETSKY y ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Cientos de personas han muerto en el año transcurrido desde que el ejército de Estados Unidos comenzó a bombardear embarcaciones a las que acusó de transportar drogas frente a las costas caribeñas y del Pacífico de América Latina. Ahora, el gobierno de Trump afirma que busca extender esa campaña letal a tierra, al impulsar acuerdos que pondrían soldados estadounidenses sobre el terreno en países aliados de toda la región.]]></description><pubDate>Mon, 17 Aug 2026 07:44:30 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Cientos de personas han muerto en el año transcurrido desde que el ejército de Estados Unidos comenzó a bombardear embarcaciones a las que acusó de transportar drogas frente a las costas caribeñas y del Pacífico de América Latina. Ahora, el gobierno de Trump afirma que busca extender esa campaña letal a tierra, al impulsar acuerdos que pondrían soldados estadounidenses sobre el terreno en países aliados de toda la región.</p><p>El secretario de Defensa del presidente Donald Trump, Pete Hegseth, anunció la semana pasada durante una visita a Panamá que Colombia, Guatemala y Honduras habían aceptado permitir que Estados Unidos lleve a cabo operaciones militares conjuntas contra grupos criminales en su territorio, después de Ecuador, que en marzo inició misiones similares con Estados Unidos. Guatemala, sin embargo, ha negado haber alcanzado un acuerdo de ese tipo.</p><p>Será “como lo que vieron con los ataques contra las lanchas del narcotráfico”, afirmó Hegseth durante un ejercicio militar en la selva de Panamá. “El mismo efecto en tierra. Y por eso estamos trabajando con Ecuador. Estamos trabajando con Colombia. Estamos trabajando con socios para llevar la lucha a las (organizaciones designadas como terroristas) en tierra”.</p><p>La ampliación marca una nueva fase en la campaña del gobierno de Trump para presionar a gobiernos de toda América Latina a alinearse con sus prioridades de seguridad y afirmar lo que denomina “dominancia estadounidense sobre el hemisferio occidental”.</p><p>Los votantes de toda la región respaldan cada vez más a líderes alineados con Trump, lo que le da a Washington socios más dispuestos. Pero críticos advierten que la expansión de la campaña militar de Estados Unidos eleva el riesgo de víctimas civiles y de una reacción contra Estados Unidos que podría perdurar más allá del gobierno republicano.</p><p>“Lo que está ocurriendo es un intento de legitimar un mayor uso del ejército de Estados Unidos en la región”, señaló Michael Shifter, experto en América Latina del centro de estudios Inter-American Dialogue. “Proyecta poder, demuestra superioridad militar y permite que Washington imponga su agenda. Esto no es cooperación; es, obviamente, una relación muy asimétrica”.</p><p>Escalada de ataques unilaterales contra embarcaciones a operaciones terrestres conjuntas</p><p>El ejército de Estados Unidos ha operado en América Latina durante generaciones, suministrando a aliados armas, inteligencia y entrenamiento para combatir el narcotráfico, mientras deja un legado problemático de apoyo a golpes militares y dictaduras.</p><p>Pero desde que Trump regresó al poder en enero de 2025, Washington ha adoptado su enfoque más intervencionista hacia la región en décadas.</p><p>Su gobierno ha designado a 20 grupos criminales latinoamericanos como “organizaciones terroristas extranjeras”, envió fuerzas de Estados Unidos a Venezuela para capturar a su presidente e involucró a agentes de la CIA en operativos contra laboratorios de droga en México. Ha matado a más de 200 personas en más de 60 ataques contra embarcaciones en el Caribe y el Pacífico oriental, ofreciendo poca evidencia de que los objetivos fueran “narcoterroristas” y generando dudas sobre la legalidad de los ataques.</p><p>Pero las operaciones de combate continuadas de Estados Unidos junto a fuerzas locales serían “nuevas y diferentes”, indicó William LeoGrande, especialista en América Latina de American University, al poner a prueba sensibilidades arraigadas sobre la soberanía nacional y la presencia de tropas de Estados Unidos.</p><p>Hegseth dio pocos detalles sobre cómo serían las operaciones conjuntas con Colombia, Guatemala y Honduras. Pero en Colombia, donde Abelardo de la Espriella —respaldado por Trump— asumió el cargo este mes, planteó la posibilidad de que fuerzas estadounidenses se sumen a ataques contra grupos armados, incluido el Ejército de Liberación Nacional, o ELN, el último gran grupo guerrillero de Colombia. Hegseth dijo que de la Espriella había solicitado una mayor participación militar de Estados Unidos.</p><p>“En cualquier lugar donde trafiquen drogas o amenacen al pueblo estadounidense o a nuestros socios, son un objetivo igual que ISIS o Al Qaeda”, sostuvo Hegseth, al equiparar a los narcotraficantes con grupos extremistas islámicos que dominaron durante décadas las prioridades de seguridad nacional de Estados Unidos.</p><p>De la Espriella prometió el sábado, tras un ataque con dron del ELN contra tropas, que los rebeldes pagarían un alto precio.</p><p>Preocupaciones por la presencia militar de EEUU</p><p>Ecuador se ha convertido en el caso más claro de participación militar directa de Estados Unidos, al lanzar redadas conjuntas con Washington pese a que los votantes rechazaron abrumadoramente las bases militares extranjeras en un referendo de noviembre de 2025. Una investigación de The New York Times halló que un ataque contra un supuesto laboratorio de drogas en marzo destruyó, en cambio, una finca ganadera.</p><p>El impulso para extender acuerdos de ese tipo ha ganado más tracción entre los aliados ideológicos de Trump en la región: líderes conservadores elegidos en los últimos meses con promesas de ofensivas agresivas contra el crimen.</p><p>Guatemala destaca como una excepción. Su gobierno progresista ha trabajado estrechamente con Washington en materia de seguridad pese a diferencias políticas. Pero el presidente, Bernardo Arévalo, ha negado haber acordado operaciones antidrogas conjuntas, al afirmar que serían ilegales sin aprobación del Congreso.</p><p>Honduras, Colombia y Ecuador no respondieron a solicitudes de comentarios sobre las declaraciones de Hegseth.</p><p>Un caso llamativo fuera de la nueva alianza antidrogas de Estados Unidos es México, un importante origen y punto de tránsito del fentanilo y otras drogas que ingresan a Estados Unidos. La presidenta progresista Claudia Sheinbaum ha cooperado estrechamente con Washington en seguridad, pero ha resistido la creciente presión para que el ejército de Estados Unidos tenga un papel en la lucha contra los cárteles en territorio mexicano.</p><p>“En última instancia, Estados Unidos tendrá que definir qué significa ‘operaciones conjuntas’ en cada uno de estos países. Puede descubrir bastante rápido que esto es algo con lo que la mayoría de los gobiernos —incluso gobiernos de derecha— se sienten bastante incómodos”, expresó Adam Isacson, analista de defensa de la Washington Office on Latin America.</p><p>"Sólo pueden ceder soberanía hasta cierto punto"</p><p>Observadores cuestionan si un enfoque más militarizado produciría mejoras de seguridad duraderas. Shifter dijo que la campaña podría servir en parte como una demostración de fuerza, apoyándose en la captura del expresidente venezolano Nicolás Maduro, mientras el gobierno de Trump busca compensar reveses de política exterior en otros frentes, incluido Oriente Medio.</p><p>Otros advierten que la estrategia conlleva el riesgo de víctimas civiles, particularmente en Colombia, donde grupos armados operan entre poblaciones civiles y a menudo funcionan como autoridades de facto en zonas fuera del alcance del Estado. En lugar de hacer retroceder a esos grupos, los ataques militares tienen más probabilidades de obligarlos a adaptarse, afirmó Jeremy McDermott, codirector de la organización investigativa InSight Crime, con sede en Colombia.</p><p>“Estados Unidos bombardea un campamento del ELN en Colombia o en Venezuela, ¿qué es lo primero que va a hacer el ELN? Van a desmantelar todos sus campamentos y se van a mover a las aldeas y a los pueblos”, explicó.</p><p>A largo plazo, dicen expertos, una participación militar más profunda de Estados Unidos podría poner a prueba hasta dónde están dispuestos a llegar los votantes al priorizar la seguridad sobre la soberanía, lo que potencialmente limitaría incluso a los aliados más cercanos de Trump.</p><p>“Todos estos presidentes, sin importar cuán de derecha sean, enfrentan presión para hacer algo sobre la seguridad y para dar una señal de que persiguen a los ‘malos’ que hacen que la gente se sienta insegura. Hay un amplio acuerdo en eso”, comentó Isacson. “Pero también saben que sólo pueden ceder soberanía hasta cierto punto antes de que la opinión pública empiece a volverse en su contra”.</p><p>___</p><p>DeBre informó desde Buenos Aires, Argentina. Los periodistas de The Associated Press Sonia Pérez D. en Ciudad de Guatemala, Guatemala; Marlon González en Tegucigalpa, Honduras; y Astrid Suárez en Bogotá, Colombia, contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GC5KSO7TLJVFZFHUYPOW6LWFRM.jpg?auth=e878ec329f11f6cd310c97389561b40ae7a6029a63239d56ee6660d6e6719972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal militar participa en unas maniobras multinacionales organizadas por Estados Unidos en Ciudad de Panamá, el jueves 13 de agosto de 2026. (AP Foto/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[After killing hundreds in boat strikes, US military expands campaign on land in Latin America]]></title><link>https://www.local10.com/news/world/2026/08/17/after-killing-hundreds-in-boat-strikes-us-military-expands-campaign-on-land-in-latin-america/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/after-killing-hundreds-in-boat-strikes-us-military-expands-campaign-on-land-in-latin-america/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Hundreds of people have been killed in the year since the U.S. military began bombing boats it accused of ferrying drugs off Latin America's Caribbean and Pacific coasts. Now, the Trump administration says it is seeking to extend that lethal campaign to land, pursuing deals that would put U.S. forces on the ground in allied nations across the region.]]></description><pubDate>Mon, 17 Aug 2026 07:03:22 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Hundreds of people have been killed in the year since the U.S. military began bombing boats it accused of ferrying drugs off Latin America's Caribbean and Pacific coasts. Now, the Trump administration says it is seeking to extend that lethal campaign to land, pursuing deals that would put U.S. forces on the ground in allied nations across the region.</p><p>President Donald Trump’s defense secretary, Pete Hegseth, announced last week during a visit to Panama that Colombia, Guatemala and Honduras had agreed to allow the U.S. to carry out joint military operations against criminal groups on their soil, following Ecuador, which launched similar missions with the U.S. in March. Guatemala, however, has denied reaching such an agreement.</p><p>It will be “like you saw with the strikes on the drug boats,” Hegseth said during a military drill in the jungle in Panama. “Same effect on land. And so we’re working with Ecuador. We’re working with Colombia. We’re working with partners to bring the fight to the (designated terrorist organizations) on land.”</p><p>The expansion marks a new phase in the Trump administration’s campaign to pressure governments across Latin America to align with its security priorities and assert what it calls “American dominance over the Western Hemisphere."</p><p>Voters across the region are increasingly embracing Trump-aligned leaders, giving Washington more willing partners. But critics warn that the widening U.S. military campaign risks civilian casualties and a backlash against the U.S. that could outlast the Republican administration.</p><p>“What's going on is an attempt to legitimize the increased use of the U.S. military in the region,” said Michael Shifter, a Latin America expert at the Inter-American Dialogue think tank. “It projects power, demonstrates military superiority and enables Washington to impose its agenda. This is not cooperation, it’s obviously a very asymmetrical relationship.”</p><p>Escalating unilateral boat strikes to joint land operations</p><p>The U.S. military has operated in Latin America for generations, supplying allies with weapons, intelligence and training to fight drug trafficking, while leaving a fraught legacy of support for military coups and dictatorships.</p><p>But since Trump returned to office in January 2025, Washington has pursued its most interventionist approach to the region in decades.</p><p>His administration has designated 20 Latin American criminal groups as “foreign terrorist organizations,” sent U.S. forces into Venezuela to capture its president and involved CIA agents in drug lab busts in Mexico. It has killed more than 200 people in over 60 boat strikes in the Caribbean and eastern Pacific, offering little evidence that those targeted were “narco-terrorists” and drawing questions about the strikes’ legality.</p><p>But sustained U.S. combat operations alongside local forces would be “new and different,” said William LeoGrande, a Latin America specialist at American University, testing deep-rooted sensitivities over national sovereignty and the presence of U.S. troops.</p><p>Hegseth provided few details about what joint operations with Colombia, Guatemala and Honduras would look like. But in Colombia, where Trump-backed Abelardo de la Espriella took office this month, he raised the prospect of U.S. forces joining strikes against armed groups including the National Liberation Army, or ELN, Colombia’s last major guerrilla group. Hegseth said de la Espriella had requested greater U.S. military involvement.</p><p>“Anywhere you traffic drugs or you threaten the American people or our partners, you are a target just like ISIS or al-Qaida,” Hegseth said, equating drug traffickers with Islamic extremist groups that dominated U.S. national security priorities for decades.</p><p>On Saturday, following a drone attack by the ELN on troops, de la Espriella vowed the rebels would “pay a high price."</p><p>Concerns over US military presence in Latin America</p><p>Ecuador has emerged as the clearest case of direct U.S. military involvement, launching joint raids with Washington despite voters overwhelmingly rejecting foreign military bases in a November 2025 referendum. A New York Times investigation found that one strike on an alleged drug lab in March instead destroyed a cattle farm.</p><p>The push to extend such agreements has gained the most traction among Trump’s ideological allies in the region — conservative leaders elected on promises of aggressive crackdowns on crime in recent months.</p><p>Guatemala stands out as an exception. Its progressive government has worked closely with Washington on security despite political differences. But President Bernardo Arévalo has denied agreeing to joint anti-drug operations, saying they would be illegal without congressional approval.</p><p>Honduras, Colombia and Ecuador did not respond to requests for comment on Hegseth’s remarks.</p><p>A notable outlier from the new U.S. anti-trafficking alliance is Mexico, a major source and transit point for fentanyl and other drugs entering the U.S. Progressive President Claudia Sheinbaum has cooperated closely with Washington on security but resisted mounting pressure for a U.S. military role in fighting cartels on Mexican soil.</p><p>“Ultimately, the United States will have to define what ‘joint operations’ means in each of these countries. It may discover pretty quickly that this is something most governments — even governments on the right — are quite uncomfortable with," said Adam Isacson, a defense analyst with the Washington Office on Latin America.</p><p>'There is only so much sovereignty they can cede'</p><p>Observers question whether a more militarized approach would produce lasting security gains. Shifter said the campaign may serve partly as a show of force, building on the capture of former Venezuelan President Nicolás Maduro as the Trump administration seeks to offset foreign policy setbacks elsewhere, including in the Middle East.</p><p>Others warn the strategy risks civilian casualties, particularly in Colombia, where armed groups operate among civilian populations and often function as de facto authorities in areas beyond the state’s reach. Rather than beating back those groups, military strikes are more likely to force them to adapt, said Jeremy McDermott, co-director of the Colombia-based investigative organization InSight Crime.</p><p>“The U.S. bombs an ELN camp in Colombia or in Venezuela, what is the first thing the ELN are going to do? They’re going to dismantle all their camps and move into the villages and towns,” he said.</p><p>In the long term, experts say, deeper U.S. military involvement could test how far voters are willing to go in putting security over sovereignty, potentially constraining even Trump’s closest allies.</p><p>“All of these presidents, no matter how far right they are, face pressure to do something about security and to make a show of pursuing the ‘bad guys’ who are making people feel unsafe. There is broad agreement on that," Isacson said. “But they also know there is only so much sovereignty they can cede before public opinion begins turning against them."</p><p>___</p><p>DeBre reported from Buenos Aires, Argentina. Associated Press journalists Sonia Pérez D. in Guatemala City, Guatemala, Marlon González in Tegucigalpa, Honduras, and Astrid Suárez in Bogotá, Colombia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6BPDXP6E4J2UP7EE6NEPYWAAHQ.jpg?auth=236aa2fb7a2db858da64505f31fe224dd3d5ddc1a51969a7c2a38cf56619e74d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military personnel take part in a U.S.-sponsored multinational military exercise in Panama City, Thursday, Aug. 13, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IBURQGWLJEWFPLREWS7MFZ4O4.jpg?auth=010bc816b817c5fae47b8f8033681de7bf4a50b9b92ccdf821dfd650533bb245&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Defense Secretary Pete Hegseth speaks at a forum of The Americas Counter Cartel Coalition in Panama City, Wednesday, Aug. 12, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWKBY5TW564AJNSULR4MABLQXU.jpg?auth=5f1469411b051f4472cb7f7967031d028ca057a3a179c195bb90137e82734ab6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Helicopters fly during a U.S.-sponsored multinational military exercise in Panama City, Thursday, Aug. 13, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NYYL2ACTKNHWTSAQOIM35IIRD4.jpg?auth=57eda361e66fce7e984d9aeb36c336e136bf1aba99072ffb3241db9297ef5fc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Defense Secretary Pete Hegseth arrives to observe a U.S.-sponsored multinational military exercise in Panama City, Thursday, Aug. 13, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVOMVUSYEDFDZFX7WCO54OK5SY.jpg?auth=bfc283adcff7a8800831b7f1eab1efc5fdb4e472cdfb47f3fb1d79b4e403b6e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military personnel train to board boats during a U.S.-sponsored multinational military exercise in Panama City, Thursday, Aug. 13, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[US stocks hang near their record heights]]></title><link>https://www.local10.com/business/2026/08/17/us-stocks-hang-near-their-record-heights/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/17/us-stocks-hang-near-their-record-heights/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEWYORK (AP) — U.S. stocks are drifting near their record heights on Monday, ahead of a week where profit reports from the nation’s biggest retailers could give a hint about how shoppers are dealing with high inflation and a slowing job market.]]></description><pubDate>Mon, 17 Aug 2026 15:01:03 +0000</pubDate><content:encoded><![CDATA[<p>NEWYORK (AP) — U.S. stocks are drifting near their record heights on Monday, ahead of a week where profit reports from the nation’s biggest retailers could give a hint about how shoppers are dealing with high inflation and a slowing job market.</p><p>The S&P 500 slipped 0.1% but remains near its all-time high set Thursday. The Dow Jones Industrial Average was down 163 points, or 0.3%, as of 10:30 a.m. Eastern time, and the Nasdaq composite was virtually unchanged.</p><p>Wall Street has run to records in large part because profits are booming for big U.S. companies. Those in the S&P 500 index are on track to deliver growth of roughly 50% for earnings per share in the spring from a year earlier, according to FactSet. That’s much better than analysts expected and would be the best since five years ago, when the economy was erupting out of the chasm created by the COVID pandemic.</p><p>Nearly all the companies in the S&P 500 have already turned in their profit reports for the spring. Still to come are big retailers, including reports this upcoming week from Home Depot, Target and Walmart.</p><p>They’re facing pressure. Their customers’ incomes may be turning iffier after U.S. employers surprisingly cut more jobs last month than they added. At the same time, their customers are continuing to see bills rise quickly as inflation remains much higher than anyone would like.</p><p>A report last week said that shoppers surprisingly spent less at U.S. retailers last month than in June, and CEOs for retailers could give color this week on what they’re seeing.</p><p>In the meantime, the wait continues for what the war with Iran will do with oil prices. The price for a barrel of Brent crude rose 0.4% to $88.87 Monday in what counts as a relatively modest move compared with its jagged recent swings.</p><p>Brent zigzagged between $72 and $102 last month as hopes rose and fell that the United States and Iran could reach a deal that would allow oil tankers to freely exit the Persian Gulf again.</p><p>In the bond market, Treasury yields edged higher following their own big recent moves. The yield on the 10-year Treasury ticked up to 4.70% from 4.68% late Friday following a report showing stronger-than-expected growth in manufacturing in New York state.</p><p>The 10-year yield has shot up from 3.97% before the war with Iran, largely because higher oil prices raised the pressure on inflation and upped the probability that the Federal Reserve will have to hike interest rates.</p><p>Higher rates could keep a lid on inflation, but they do so by intentionally slowing the economy and making it more expensive for everyone to borrow money. The average long-term U.S. mortgage rate has already jumped near its highest level in a year because of the rise in the 10-year Treasury yield.</p><p>Reports last week, though, showed that inflation last month was not as bad as earlier in the summer. That raised hopes that the Fed could wait until later in the year before having to decide whether to raise its main interest rate.</p><p>On Wall Street, trading was relatively quiet.</p><p>L3Harris Technologies fell 3.2% after the defense company said Christopher Kubasik stepped down as its CEO and chairman following “certain conduct by Kubasik that was not consistent with the values of the Company.” It gave few details but said the conduct was not related to its financial reporting, controls, customer relationships or operational performance.</p><p>Alphabet ticked 0.7% lower even though Berkshire Hathaway said it increased its investment in Google’s parent company, along with several homebuilders. Berkshire built a reputation for buying stocks at affordable prices under its former CEO, famed investor Warren Buffett.</p><p>Constellation Brands fell 4.8% after Berkshire said it sold all its holdings in the seller of Modelo beer and Robert Mondavi wine.</p><p>In stock markets abroad, indexes dipped in Europe following a stronger finish in Asia.</p><p>Tokyo's Nikkei 225 rose 0.7% after a report said Japan's economy grew at a slower pace in the April-June quarter than economists expected. Indexes jumped 1.3% in Hong Kong and 1.4% in Shanghai for some of the world’s biggest moves.</p><p>___</p><p>AP Business Writers Yuri Kageyama and Michelle Champan contributed to this report.</p><p>___</p><p>Earlier versions of this story incorrectly reported that Japan’s economy grew slightly faster than expected in the April-June quarter.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MGGRF72IEFW3MZWDUQI26NQIDE.jpg?auth=e19c9b6d9a2ea88a394ea8902970a37c02d4327778fb8331f694e30875de8db3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past the Nasdaq MarketSite, Thursday, Aug. 6, 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/LMFDRDXYSKJPZILCRFVVW7U6IE.jpg?auth=55ec5dd9150d4680c0c07d8d924ad3db67292d262804cace55147236fce049f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view shows the New York Stock Exchange, Friday, Aug. 7, 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/2HIIQVQE5Q4ATVEW3RZZOLEJUU.jpg?auth=c826dc9743656206212295ec6e65869d5dd5c57e4e03c78a577d00ecfe6498c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk in the rain near electronic stock board showing Japan's Nikkei index at a securities firm Thursday, Aug. 13, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[AL wild-card race looks like a mess. It could be lots of fun]]></title><link>https://www.local10.com/sports/2026/08/17/al-wild-card-race-looks-like-a-mess-it-could-be-lots-of-fun/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/al-wild-card-race-looks-like-a-mess-it-could-be-lots-of-fun/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[The middle of the American League standings has turned into a medicore mess.]]></description><pubDate>Mon, 17 Aug 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>The middle of the American League standings has turned into a medicore mess.</p><p>It might make for a fascinating playoff race.</p><p>There are seven teams fighting for the final AL wild-card spot and all of them have a record below .500. The Baltimore Orioles would make the playoffs if the season ended Sunday, sporting a 61-63 record.</p><p>Right behind them: The Texas Rangers (61-64), Toronto Blue Jays (61-65), Detroit Tigers (60-64), Minnesota Twins (60-65), Cleveland Guardians (60-65) and Seattle Mariners (59-66). The Houston Astros could be in the mix as well with a 63-62 record that gives them a narrow advantage in the AL West.</p><p>Many of those teams were sellers at the trade deadline this month. The Blue Jays traded outfielder Daulton Varsho to the Astros, the Orioles traded former No. 1 pick Adley Rutschman to the Red Sox and the Tigers dealt ace Tarik Skubal to the Dodgers and right-hander Casey Mize to the Padres.</p><p>Now at least one of those teams might find itself playing baseball in October anyway.</p><p>Only three teams in MLB history have made the playoffs with a losing record and all of them happened during seasons when the schedule was much shorter than normal.</p><p>The 1981 Kansas City Royals (50-53) qualified for the postseason thanks to a split-season format caused by a players' strike during the middle of the summer. In 2020, the Houston Astros and Milwaukee Brewers both squeezed into the playoff bracket with a 29-31 record during the pandemic-shortened season that had an expanded playoff field of 16 teams.</p><p>Trivia question</p><p>Joshua Báez became the first player to hit three home runs in his big-league debut, leading the Cardinals to an 8-4 victory over the Chicago Cubs on Saturday.</p><p>Only seven players have hit even two homers in their first regular-season game in the majors since 1900. Who are they?</p><p>The workhorse returns</p><p>Miami Marlins ace Sandy Alcantara has had a great bounce-back season with a 13-7 record and 3.43 ERA after struggling last year following Tommy John surgery that caused him to miss the 2024 season.</p><p>He's also doing what he does best — pitch deep into games.</p><p>The 2022 National League Cy Young winner has already thrown 170 2/3 innings this year, which leads the big leagues by a large margin. If he continues at this pace, he'll throw roughly 220 innings in 2026.</p><p>Throwing more than 200 innings has become increasingly rare over the past few decades as teams lean more on their bullpens. Only three pitchers reached the mark last season — Logan Webb, Garrett Crochet and Cristopher Sanchez.</p><p>Just 20 years ago in 2006, there were 45 pitchers who hit 200 innings.</p><p>If Alcantara manages to make it to 220 this season, that will be most in the big leagues since — Sandy Alcantara. He threw 228 2/3 innings during 2022 when he won the Cy Young.</p><p>Dodgers in the dumps</p><p>The Los Angeles Dodgers are the two-time defending World Series champs and one of the favorites to win the title again this season.</p><p>They sure aren't playing like these days.</p><p>Los Angeles is 5-11 in its past 16 games, having been swept by the Boston Red Sox and Chicago Cubs and losing series to the Arizona Diamondbacks and Milwaukee Brewers in that span. Since July 1, the Dodgers are 18-21.</p><p>“I say this because it’s just been four or five, six weeks of below average production in our offense. It’s just the truth, and I think we have just haven’t played clean baseball for quite some time, and that speaks to the defense,” manager Dave Roberts said.</p><p>The Dodgers have a chance to gain some momentum this week with three games against the Colorado Rockies and three more against the Pittsburgh Pirates. The Rockies are in last place in the NL West while the Pirates have fallen to 61-65 after a promising start to the season.</p><p>Trivia Answer</p><p>Jose Fernandez (D-backs, 2026), Chase DeLauter (Guardians, 2026), Trevor Story (Rockies, 2016), J.P. Arencibia (Blue Jays, 2010), Mark Quinn (Royals, 1999), Bert Campaneris (Kansas City Athletics, 1964), Bob Nieman (Browns, 1951)</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E74QLM2UYIGGWODCA47OKOIW5Q.jpg?auth=6f19bfe205c6601def6ee693b6ab5254c4804d18ab42efa9fc68a260f060c991&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles' Gunnar Henderson (2) celebrates his two-run home run off Tampa Bay Rays pitcher Chris Roycroft with Tyler O'Neill (9) during the eighth inning of a baseball game Friday, Aug. 14, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2TNEDE6MCNN6N3ARAIDCY463ZU.jpg?auth=fc43dfd47e3ccd59e5300a0e48bf5367fce701a79fc0b90a84e59c7bc10b8fe2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins pitcher Sandy Alcantara throws during the first inning of a baseball game against the Cincinnati Reds in Cincinnati, Friday, Aug. 14, 2026. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HP3TVXLQOKBCKM4DJWDFW6ISZY.jpg?auth=a40bcab47d7a63b5600e4580177340bd5815be60a1c2e449f0477980d7a19a4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals' Joshua Baez poses after setting an MLB record with three home runs during his MLB debut after defeating the Chicago Cubs in a baseball game in Chicago, Saturday, Aug. 15, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content></item><item><title><![CDATA[Thousands in Indonesia await aid after quake kills 68, overshadowing Independence Day]]></title><link>https://www.local10.com/news/world/2026/08/17/thousands-in-indonesia-await-aid-after-quake-kills-55-overshadowing-independence-day/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/thousands-in-indonesia-await-aid-after-quake-kills-55-overshadowing-independence-day/</guid><dc:creator><![CDATA[By FIRDIA LISNAWATI and NINIEK KARMINI, Associated Press]]></dc:creator><description><![CDATA[REO, Indonesia (AP) — Thousands of people were still waiting for aid on the Indonesian island of Flores as the country marked its 81st Independence Day on Monday, days after a powerful earthquake killed at least 68 people, injured more than 200 others and damaged hundreds of homes and other buildings.]]></description><pubDate>Mon, 17 Aug 2026 10:28:17 +0000</pubDate><content:encoded><![CDATA[<p>REO, Indonesia (AP) — Thousands of people were still waiting for aid on the Indonesian island of Flores as the country marked its 81st Independence Day on Monday, days after a powerful earthquake killed at least 68 people, injured more than 200 others and damaged hundreds of homes and other buildings.</p><p>Many residents on Flores island in East Nusa Tenggara province spent the day mourning victims and waiting for aid to arrive to communities still cut off by the deadly quake.</p><p>During Indonesia’s Independence Day ceremony in the capital Jakarta, President Prabowo Subianto asked participants to pray for people affected by disasters in East Nusa Tenggara and other parts of the country, while leading a nationwide moment of silence honoring the nation’s independence heroes.</p><p>More than 1,300 homes were damaged when the quake struck East Nusa Tenggara province on Saturday, with nearly 250 destroyed on Flores alone. Some 5,000 people were forced into temporary shelters and 213 people were injured, according to the National Disaster Management Agency or BNPB.</p><p>The province's governor declared a 14-day state of emergency on Sunday.</p><p>The quake occurred at a depth of 10 kilometers (6 miles) shortly before 6 a.m. Saturday, according to the U.S. Geological Survey, and residents fled in panic as tsunami warnings were issued but later lifted. Authorities have since recorded 1,576 aftershocks into Monday, though only a small proportion were felt by residents.</p><p>Thousands await aid amid devastation</p><p>Thousands of people on Flores camped outside collapsed homes under tarpaulin tents overnight into Monday, sleeping outside because of the danger of more aftershocks.</p><p>An Associated Press photojournalist saw widespread devastation across the island, with fallen trees blocking roads, giant boulders hurled down slopes by landslides, and homes left shattered or heavily damaged. Buildings collapsed onto parked cars.</p><p>For many residents, the disaster revived painful memories of a powerful earthquake and tsunami that struck Flores in 1992, killing about 2,500 people.</p><p>"My house is just rubble now,” said Rasyid Jafar, a clothing trader in the village of Reo, the hardest-hit area in Manggarai regency, ”We need food, medicine and clean water urgently.”</p><p>Nearly 1,500 military and police personnel have been deployed across the disaster zone, supported by 10 aircraft to distribute 275 tons of aid to the area as logistical challenges have slowed deliveries to some hard-hit communities, said Abdul Muhari, the BNPB's deputy chief, in a video statement.</p><p>Authorities set up two emergency field hospitals in the worst-hit town of Ruteng to treat earthquake victims after local hospitals were damaged, with two crisis management teams overseeing a health emergency operation center, Muhari said.</p><p>He also said rescue teams continue searching for victims in the affected areas, although no residents have reported any family members still missing.</p><p>Rescuers struggle to reach isolated communities</p><p>Aid workers reached tiny Palue Island, one of the areas closest to the earthquake’s epicenter, late Sunday, after a difficult sea and land journey through landslide-hit terrain, authorities said. Thousands of residents remained in urgent need of assistance after days of isolation.</p><p>"The roads are steep and many were blocked by landslides. It was a near-death journey,” said deputy police chief of Sikka regency, Marselus Yugo Amboro, whose team was among the first to reach the island with emergency supplies.</p><p>He said initial assessments revealed extensive damage, with one villager killed, two seriously injured and nearly 150 homes destroyed.</p><p>Indonesia, an archipelago of more than 17,000 islands, is prone to earthquakes and volcanic eruptions because of its location on the Pacific “Ring of Fire,” a horseshoe-shaped arc of seismic faults and volcanoes.</p><p>In 2018, a magnitude 7.5 earthquake triggered a tsunami on the island of Sulawesi that killed more than 4,400 people. In 2004, a magnitude 9.1 quake off Sumatra unleashed a tsunami that killed about 230,000 people in a dozen countries, nearly 170,000 in Aceh province alone.</p><p>___</p><p>Karmini reported from Jakarta. Associated Press journalists Edna Tarigan, Dita Alangkara and Andi Jatmiko, in Jakarta, Indonesia, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I7MKFVGZWFURCVP3UTZI47WPFQ.jpg?auth=d4db53a2a8bf39a4afdb14b37c0572b53ac81996b14d54342c5136249f8a06d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorists ride past a building that collapsed during an earthquake in Reo, East Nusa Tenggara province, Indonesia, Monday, Aug. 17, 2026. (AP Photo/Firdia Lisnawati)]]></media:description><media:credit role="author" scheme="urn:ebu">Firdia Lisnawati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DU4CU2FNVNWA77IPJY4VCOCS5A.jpg?auth=5e97966df4a70921a7179785a99bad712ffdeeda8ad69ddb8ee2b0c79bee3028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take shelter in makeshift tent amid fears of aftershocks, following an earthquake in Reo, East Nusa Tenggara province, Indonesia, Monday, Aug. 17, 2026. (AP Photo/Firdia Lisnawati)]]></media:description><media:credit role="author" scheme="urn:ebu">Firdia Lisnawati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVEV6GDFW7DS75N5EKWLBMUKHE.jpg?auth=987eb3545da8ce2b38b2a49dce72a20e1dd83a005268e048213159d6f3375199&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Earthquake survivors make fire to warm themselves outside their makeshift tent in Reo, East Nusa Tenggara province, Indonesia, Monday, Aug. 17, 2026. (AP Photo/Firdia Lisnawati)]]></media:description><media:credit role="author" scheme="urn:ebu">Firdia Lisnawati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CS4MP3APT5TZWK4RNHFLCWCRME.jpg?auth=5d47fd41e392be147ef56e403d6fed64f12075375daaa48b27b3468d7b725488&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A broken statue of Jesus Christ is seen inside an earthquake-damaged church in Reo, East Nusa Tenggara province, Indonesia, Monday, Aug. 17, 2026. (AP Photo/Firdia Lisnawati)]]></media:description><media:credit role="author" scheme="urn:ebu">Firdia Lisnawati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3XDHMRLDUKRMGREDMEGKPPOJVY.jpg?auth=faf65855b0c833574d316f327997e38254e3c60a5ad087b5a713e40b3ae9f11d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man examines a building that collapsed during an earthquake in Reo, East Nusa Tenggara province, Indonesia, Monday, Aug. 17, 2026. (AP Photo/Firdia Lisnawati)]]></media:description><media:credit role="author" scheme="urn:ebu">Firdia Lisnawati</media:credit></media:content></item><item><title><![CDATA[In Florida, Wasserman Schultz sparks a debate over what representation means in diverse districts]]></title><link>https://www.local10.com/news/politics/2026/08/17/in-florida-wasserman-schultz-sparks-a-debate-over-what-representation-means-in-diverse-districts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/17/in-florida-wasserman-schultz-sparks-a-debate-over-what-representation-means-in-diverse-districts/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[TAMARAC, Fla. (AP) — Sporting red-white-and-blue sneakers and a matching bedazzled manicure ahead of Florida's primaries on Tuesday, Rep. Debbie Wasserman Schultz smiles and tells voters she is “running for reelection to Congress.”]]></description><pubDate>Mon, 17 Aug 2026 11:47:26 +0000</pubDate><content:encoded><![CDATA[<p>TAMARAC, Fla. (AP) — Sporting red-white-and-blue sneakers and a matching bedazzled manicure ahead of Florida's primaries on Tuesday, Rep. Debbie Wasserman Schultz smiles and tells voters she is “running for reelection to Congress.”</p><p>That’s true — with a caveat. Wasserman Schultz is seeking her 12th term by running in a new district after Republicans scrambled the state’s congressional map earlier this year.</p><p>The fallout pushed Wasserman Schultz, a former national party chair with powerful ties in Washington, to cross district lines from her Fort Lauderdale exurb and be the only white candidate against four Black candidates in an area of Broward County that has helped send Black Democrats to Congress since 1992. That’s yielded an uncomfortable fight following the U.S. Supreme Court decision that gutted the Voting Rights Act provisions undergirding minority voting strength and effectively cleared Old Confederacy states, including Florida, to reshape House districts.</p><p>“For her to come in like this is just another Broward seat, it's a complete erasure of our history, our fight for Black access,” said former Rep. Sheila Cherfilus-McCormick, 47, who resigned from the seat in April while facing an ethics investigation but now wants it back.</p><p>Another candidate, 27-year-old progressive organizer and substitute teacher Elijah Manley, said Republicans’ redistricting ploy is not Wasserman Schultz’s fault. But she “had other options,” Manley added, including running in her new home district, which was gerrymandered to include the more conservative Gulf Coast.</p><p>“Instead, she stabbed us in the back, trying to take away Black representation,” Manley said, pointing to Congressional Black Caucus warnings that it could lose more than a quarter of its 60-plus members this fall.</p><p>Wasserman Schultz, 59, is by far the best funded out of five Democratic candidates and benefits from Florida rules that do not require a majority to win primaries.</p><p>She argued that she can ably advocate for the whole region after representing wide swaths of Broward as a state and federal legislator across three decades. “I’m not air dropping myself into this district,” she told The Associated Press. “I have represented diverse communities. I know how to tailor my service to them and represent a district more broadly.”</p><p>A win by Wasserman Schultz would be a rarity</p><p>President Donald Trump started pushing Republican-run states to redraw House boundaries last year to help preserve the party's fragile majority. Florida Gov. Ron DeSantis responded with an effort that clusters southeast Florida Democrats together, intending to reduce five Democratic seats to three. Broward, the state’s most Democratic county, situated between Miami-Dade and Palm Beach, now has just one presumed-Democratic district anchored in and around Fort Lauderdale.</p><p>Nationally, white lawmakers typically hold some of the 115-plus House seats where the voting-age population is majority non-white. Wasserman Schultz does it in her existing north Broward-Palm Beach district, which was drawn after the 2020 census to be 42% Hispanic, 18% Black and about 6% Asian American. White voters compose the remaining third.</p><p>But a white lawmaker is a rarity for majority or plurality Black districts, like the new Florida 20th. The district is 42% Black, 23% Hispanic and 4% Asian, the rest white. The Black share includes a large Caribbean population, most notably Haitian Americans.</p><p>Going into November, an Associated Press analysis found that Wasserman Schultz is the only white Democrat positioned to represent any of the remaining districts with a Black majority or plurality.</p><p>Cherfilus-McCormick said she can win, despite losing Black constituents she previously represented in Palm Beach County. She dismissed concerns over federal criminal charges accusing her of stealing $5 million in federal disaster funds. She has pleaded not guilty and has denied alleged violations of House rules.</p><p>The criminal case and redistricting fit together, she insisted, and “the people see what’s going on — them trying to silence the only Haitian member of Congress and take away our voice.”</p><p>Manley, though, was more circumspect about Wasserman Schultz’s status as the favorite. He mused about upsetting the veteran congresswoman on Tuesday yet looked ahead to the 2028 elections, hoping Black Democrats rally around one candidate rather than four. The current field also includes former 2 Live Crew rapper Luther “Uncle Luke” Campbell and real estate broker and former local elected official Dale Holness.</p><p>Von Howard, a Black resident of Plantation, said the choice was wrenching. He declined to disclose his vote but said he wanted someone who “understands the totality of the district.”</p><p>“If you're not of the people, and you just want this for the clout, in some instances, that could be a turnoff,” the 47-year-old said.</p><p>Broward NAACP President Marsha Ellison was more direct, without endorsing any candidate.</p><p>“The whole mission was to take away Black power, so we don’t have representation to understand our lived experience,” she said. “That may not be important to Debbie, but it’s certainly important to us.”</p><p>There's a debate over what representation means</p><p>Wasserman Schultz said she occasionally hears those concerns from voters. Her response is that “lived experience matters, but experience broadly matters" as well.</p><p>She notes her Appropriations Committee seat, which could be even more influential should Democrats win a House majority. She recalls programs impacting Black communities she helped create and fund since her first years in the Florida Legislature.</p><p>“I fight every single day to help improve the lived experience of the people that I represent,” she said.</p><p>Wasserman Schultz also said she’s worked to connect across race and culture in Broward. Because of her existing district makeup, “I spent six years learning Spanish,” to converse with individuals and in town halls, news conferences and interviews broadcast on Spanish-language stations.</p><p>“Out of respect,” she said, “anything I can do to inspire people’s confidence that the person representing them understands them.”</p><p>Wasserman Schultz is a recognizable figure</p><p>Several times outside of early voting sites, Black, white and Hispanic voters waved or stopped to talk to the congresswoman. Among them were Broward County sheriff’s deputies who wanted photos and a trio of women who lamented they had been drawn into a new Republican-leaning district.</p><p>Yusdefs Delgado, a naturalized citizen from Colombia, told Wasserman Schultz that he enjoys her social media posts but wants to hear more about policy and less about the president.</p><p>“We know Trump sucks,” he told her, smiling and confirming that he voted for her. “I don’t agree with her on everything, but she’s closest to where I am, and I trust her to try to do the right thing for us,” Delgado explained later.</p><p>Cherfilus-McCormick and Manley said that’s not enough given the environment after the Supreme Court decision, Trump’s attacks on diversity initiatives and his push to rewrite how the U.S. tells its history on race and racism.</p><p>“We’re not at a place in this country where we can be completely colorblind politically,” Manley said. “We’re just not.”</p><p>Wasserman Schultz said the new district “is drawn in a way that the plurality population has the ability to elect the person of their choice” — language that alludes to the now-diminished Voting Rights Act. Voters, she said, can “consider all of the qualities that matter to them.”</p><p>As for putting herself on the ballot again, she remained unapologetic.</p><p>“Trump and DeSantis did this to our community,” she said, adding, “I’ll be damned if I’m going to let them steal Broward’s political power, de-unify us and prevent us from standing up for our community’s values.”</p><p>___</p><p>Associated Press journalist Matthew Klein contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RTP2KBAN2IRRWFQQETZY4P2UH4.jpg?auth=04ab1a167a5b16e26ca0b7972075a3c33b1a1be95601a5e1f2a3139129af1bda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Debbie Wasserman Schultz smiles as she greets constituents at a National Night Out community event while campaigning for Florida's 20th congressional district, in Plantation, Fla., Tuesday, Aug. 4, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F4VYIAXDQAN2LKPNZDRPGKOPUE.jpg?auth=803fe0da1331a59196f36da3b0b1cd64e86c4da80fea70f8f25fd207b910d28a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Democratic congresswoman Sheila Cherfilus-McCormick participates in a forum for candidates in Florida's 20th congressional race, July 23, 2026, in Fort Lauderdale, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3JOAF2AMKGMGTLNSSKAOGXMHOE.jpg?auth=59dc0f4ee548c106fe678b45096e69cbfa51c10202355fb8334ccf5d1efab827&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Democratic candidate Elijah Manley participates in a forum for candidates in Florida's 20th congressional race, July 23, 2026, in Fort Lauderdale, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGKNENUD7X5GMYIITTXUXYW3MQ.jpg?auth=45fa9db61000020eca569e4a411dbc328496b5f21099f5d9698da6d7ec406a76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Debbie Wasserman Schultz, third from right, greets constituents at a National Night Out community event while campaigning for Florida's 20th congressional district, in Plantation, Fla., Tuesday, Aug. 4, 2026. (AP Photo/Rebecca Blackwell).]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TEAY5J57DTLBPRWXVR5NZSUXRA.jpg?auth=71f5bb375fdf206ec4dcfbe4d049bcea5c02d710a522807d8654c12ba41549e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Debbie Wasserman Schultz, D-Fla., greets a man tending to a grill as she visits a National Night Out community event while campaigning for Florida's 20th congressional district, in Plantation, Fla., Tuesday, Aug. 4, 2026. (AP Photo/Rebecca Blackwell).]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Ukraine takes aim at Russia’s economy and morale by attacking online retailer]]></title><link>https://www.local10.com/business/2026/08/17/ukraine-takes-aim-at-russias-economy-and-morale-by-attacking-online-retailer/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/17/ukraine-takes-aim-at-russias-economy-and-morale-by-attacking-online-retailer/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The attacks began on a July weekend and have continued for a month, stretching from Moscow and St. Petersburg, to cities in the south, and eastward to the Ural Mountains. The targets weren't oil refineries, maritime hubs or arms plants hit by other Ukrainian strikes, but warehouses that bring the convenience of online shopping across the breadth of Russia.]]></description><pubDate>Mon, 17 Aug 2026 12:47:21 +0000</pubDate><content:encoded><![CDATA[<p>The attacks began on a July weekend and have continued for a month, stretching from Moscow and St. Petersburg, to cities in the south, and eastward to the Ural Mountains. The targets weren't oil refineries, maritime hubs or arms plants hit by other Ukrainian strikes, but warehouses that bring the convenience of online shopping across the breadth of Russia.</p><p>Ukraine's drones have pummeled the giant depots belonging to Wildberries, Russia’s biggest online retailer, burning billions of dollars’ worth of merchandise and bringing the war home to the broad public.</p><p>The attacks on about 20 Wildberries facilities have underlined Kyiv’s ability to strike far and wide inside Russia and posed a new challenge to President Vladimir Putin nearly 4½ years into his full-scale invasion of Ukraine.</p><p>They have badly shaken the empire built by Tatyana Kim, the country’s richest female entrepreneur, whose fortune has been estimated at $8.1 billion.</p><p>Hundreds of thousands of individual sellers have lost their merchandise, sending shock waves across Russia’s economy. Wildberries has drawn massive loans from VTB and other banks as it expanded and likely will have trouble repaying them, putting more pressure on the financial system.</p><p>An online giant began in a Moscow apartment</p><p>Kim, 50, was born in Grozny, the capital of the province of Chechnya, to an ethnic Korean family of an engineer and a teacher. She launched Wildberries in 2004 from her Moscow apartment soon after giving birth to her first child while working as an English teacher.</p><p>“The idea was born from my own needs, and turned out to be needed by hundreds of thousands,” said Kim, now a mother of seven. “If a product or service makes your own life easier, you’re on the right track.”</p><p>Wildberries initially sold clothing before expanding to appliances, household items, cosmetics, books and more. The platform with its distinct purple logo has become an undisputed leader in e-commerce, accounting for about half of all online orders in Russia. Businesses big and small use it to store, ship and deliver merchandise across the country's 11 time zones.</p><p>An estimated 500,000 to 800,000 sellers use Wildberries, often described as Russia's Amazon. After Western brands fled following the war in Ukraine, online retailers filled the void with merchandise from China, Turkey, the United Arab Emirates and elsewhere.</p><p>The company also acquired a bank, expanded to tourism and even considered buying an airline.</p><p>In 2024, Kim divorced her husband, Vladislav Bakalchuk, triggering a fight for control of the company. Bakalchuk sought the support of Chechen leader Ramzan Kadyrov and his feared paramilitary forces but eventually lost the battle, which peaked in a shootout at a business center near the Kremlin that left two people dead and several wounded.</p><p>Wildberries depots are easy targets</p><p>Unlike smaller competitors Ozon and Yandex Market, the company has prided itself on relying on about two dozen mammoth warehouses as the core of its vast logistical network, stockpiling the goods before shipping to about 100,000 storefront distribution points.</p><p>As Ukraine embarked on a strategy of long-range drone attacks deep inside Russia, it has expanded from striking military bases, oil refineries and other infrastructure to Wildberries warehouses, which provided particularly soft targets.</p><p>Since the first attack July 18 in Elektrostal, just east of Moscow, and in the southwestern Tambov region, Wildberries depots burned one after another in massive fires that flooded social media.</p><p>The depots, some as big as 300,000 square meters (about 3.2 million square feet) were unprotected. It took three days to extinguish the fire in Elektrostal, a key Moscow region hub.</p><p>On Sunday, Ukraine set ablaze another such hub in Podolsk, also near the capital.</p><p>Seven of Wildberries' 10 largest logistics centers have been knocked out of operation, Ukraine’s Defense Ministry said. Wildberries did not immediately respond to a request for comment.</p><p>“These are not military and high-value political targets, therefore they’re not especially secured, they’re not really built to be able to shrug off drone strikes,” said podcaster Mark Galeotti, a Russia expert who heads the Mayak Intelligence consultancy.</p><p>The strikes have stretched from the European part of Russia to Yekaterinburg, over 2,000 kilometers (1,250 miles) from Ukraine's border.</p><p>There's scarce public data, but some estimates indicate up to 20% of the company's total warehouse space has been destroyed, with assessments of losses running as high as $6 billion.</p><p>Kim said Wildberries’ sites have been “reinforced and strengthened” defensively, but the attacks continued. Some warehouses suffered only minor damage, and Ukraine tried to hit them again.</p><p>Wildberries said it's rearranging supply chains to create “partner hubs” for storing merchandise — a challenging process, given its dependence on big depots.</p><p>Attacks cause a ripple effect</p><p>Ukrainian officials have said Wildberries sells gear and technical components, including drones, to the military. Moscow denied it, but such dual-use items as drone components, flak jackets or thermal weapon sights remain available on the platform.</p><p>Mykhailo Podolyak, an adviser to Ukrainian President Volodymyr Zelenskyy, said the attacks were designed to disrupt military supplies, breed popular discontent and cause a domino effect in the Russian economy by putting stress on major banks, including VTB and Sberbank, that made massive loans to Wildberries.</p><p>Wildberries’ debts were estimated at the equivalent of about $15 billion at the end of 2025.</p><p>Russia's small and medium businesses already have been hit hard by tax increases, regulatory hurdles and, most recently, a fuel crisis from attacks on oil refineries.</p><p>Chris Weafer, CEO of Macro-Advisory Ltd. Consultancy, said Monday the attacks have exacerbated Russia's business environment and are an attempt by Kyiv “to undermine public confidence.”</p><p>“There is a segment of the manufacturing sectors in Russia and elsewhere that are definitely suffering significantly from that,” he said.</p><p>Wildberries had recently changed its seller policy, exempting it from liability for stock damaged by a “force majeure” that includes drone attacks.</p><p>Kim pledged to support sellers with discounts on storage, free transfer of goods to other sites, discounted loans and other measures. Wildberries also issued some reimbursements that covered only a fraction of the losses.</p><p>Russia’s Central Bank has asked lenders to restructure loans to small and medium businesses that lost merchandise.</p><p>Meanwhile, many owners of Wildberries pickup points face lost revenue amid the plunging deliveries. Some vented frustrations on social media about going out of business.</p><p>The lost goods mean tens of thousands of small businesses can't continue to operate, service their loans or pay taxes. Many are pleading for government support.</p><p>Galeotti said the strikes reflected Kyiv's effort to bring the war home to Russia.</p><p>“It’s not just about seeing great clouds of black smoke over your cities because of some oil refinery on the outskirts being hit," he said. "You might be a small business whose inventory has just gone up in smoke in one of the Wildberries’ warehouses. Or else you just simply might be an ordinary consumer who just suddenly is no longer going to get the goods that you plan to buy.”</p><p>Some analysts warn the attacks could fuel stronger anti-Ukrainian and anti-Western fervor.</p><p>The Wildberries attacks have played into the hands of Russian hawks who urge escalating the war, said pro-Kremlin political expert Sergei Markov.</p><p>“It strengthens the view that it’s necessary to hit Europe,” he said. “And better sooner than later.”</p><p>Former President Dmitry Medvedev sought to stir up anger at Ukraine for trying to destroy an essential daily routine for millions.</p><p>“Our enemy is fighting not the Russian leadership or the army, but ordinary citizens,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/34OAJ6WTRTUDTFI5BP4AKNQNR4.jpg?auth=157c96af138de9baa69feb2ad9be097600b31409bd2e6bd8dda61c23aa5bfb91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Smoke rises following a Ukrainian drone attack on a warehouse for online retailer Wildberries in St. Petersburg, Russia on Friday, July 24, 2026, with St. Isaac's Cathedral seen in foreground. (UGC via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/IP3D2N767P5QAQA6QTGBVDX7JY.jpg?auth=d5c3f91b8234ab2c3ca12de8805a8fa9d27dd1787b37e8168f9f0a2484cc9af3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Roscongress Foundation, Tatyana Kim, the owner of online retailer Wildberries, speaks on the sidelines of the Eastern Economic Forum in Vladivostok, Russia, on Saturday, Sept. 6, 2025. (Alexey Aleksandronok/Roscongress Foundation via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexey Aleksandronok</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNMQWUXTPRKGNUE4IU7ZXMDIFI.jpg?auth=73b5a686760d13b8b81e96effbd2266e93db1604fba77c9d6a32ad5214f069a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Smoke rises following a Ukrainian drone strike on a warehouse belonging to online retailer Wildberries, in St. Petersburg, Russia, on Friday, July 24, 2026. (UGC via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LUYZJSDNT4RMFQ6SLPR3DHEVVU.jpg?auth=90b9c37cba077af47badec3831156a972fc3bc3cdddcbe122fedaeaefc5d9bf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man carrying a package leaves a pickup point for online retailer Wildberries in Moscow on Wednesday, July 22, 2026. (AP Photo/Alexander Zemlianichenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBGZM3LWIICQDTL5YDDBOUSAXE.jpg?auth=92176e8510e86ea0152afc4e94659dbade00b151dc291247ae897e530010fed0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A billboard advertising 10% off an order from online retailer Wildberries looms over a main street in Moscow, Russia, late Wednesday, Aug. 12, 2026. (AP Photo/Alexander Zemlianichenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content></item><item><title><![CDATA[Long-awaited trial begins in rapper Tupac Shakur's 1996 killing in Las Vegas]]></title><link>https://www.local10.com/news/2026/08/17/all-eyez-on-tupac-long-awaited-trial-begins-in-rappers-1996-killing/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/17/all-eyez-on-tupac-long-awaited-trial-begins-in-rappers-1996-killing/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — Tupac Shakur fans arrived at a Las Vegas courthouse Monday for opening statements in the trial of a man accused of orchestrating the legendary rapper's killing, the start of weeks of testimony revisiting what happened on a Las Vegas night nearly 30 years ago.]]></description><pubDate>Mon, 17 Aug 2026 15:16:07 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — Tupac Shakur fans arrived at a Las Vegas courthouse Monday for opening statements in the trial of a man accused of orchestrating the legendary rapper's killing, the start of weeks of testimony revisiting what happened on a Las Vegas night nearly 30 years ago.</p><p>Duane “Keffe D” Davis, 63, is charged with murder with a deadly weapon with the intent to promote, further or assist a criminal gang in the rapper’s death. He pleaded not guilty, but if convicted, faces life in prison.</p><p>The long-unsolved drive-by shooting gripped the hip-hop community, partly because no one was charged until Davis was indicted in 2023.</p><p>Shakur remains a cultural icon and is considered one of the most influential and versatile rappers of all time, despite dying at 25. He was nominated for six Grammy Awards and was inducted into the Rock & Roll Hall of Fame in 2017.</p><p>In recent years, he received a posthumous star on the Hollywood Walk of Fame, had a street in Oakland named in his honor and inspired a character in the upcoming video game "Stranger than Heaven.”</p><p>A few fans lined up early Monday for a coveted seat in the courthouse to watch the first day of testimony. Din Malone took a bus from Denver and hopes to stay for the entire trial.</p><p>“As a brother and a fan, I felt like he talked through his music,” said Malone, who wore a Tupac shirt and played Shakur’s music from his phone while waiting to get inside.</p><p>Over the course of the trial, which could span weeks, prosecutors plan to call 35 to 45 potential witnesses, and the defense will call only a handful to testify.</p><p>Members of Shakur’s family are expected to be in the courtroom Monday. Shakur’s stepbrother, Maurice “Mopreme” Shakur, recently told The Associated Press that sitting through the trial will be retraumatizing for the family, but it's important to be there.</p><p>“We’re gonna stand by Pac as we always have,” he said.</p><p>All eyes on Tupac</p><p>Along with Shakur's family, friends and fans traveled to Las Vegas to show their support during jury selection.</p><p>Darryl Harper, a veteran music producer who collaborated with Shakur at Death Row Records on songs released after the 1996 shooting, said he booked a plane ticket as soon as the latest trial date was set.</p><p>“He became a personal friend of mine as I worked with him almost every day of his last days here,” said Harper, who flew in from his home in Georgia.</p><p>Shakur's cousins Kendrick Lesane and William Lesane flew in from Atlanta last week. William Lesane said he wants someone held accountable.</p><p>“For me, justice has long left the station 30 years ago,” he said.</p><p>Prosecutors allege Davis was the shot-caller</p><p>Prosecutors aren't claiming Davis pulled the trigger. Rather, they say he organized the shooting to get revenge after Shakur and his entourage beat up Davis' nephew at the MGM Grand hours before Shakur was shot.</p><p>The gunfire came from a white Cadillac Davis was in with three others, all who have since died.</p><p>In 2008, Davis spoke to investigators looking into the deaths of Shakur and Notorious B.I.G., born Christopher Wallace. During the investigation, Davis was under an agreement that what he said about Shakur's killing couldn't be used against him. But nearly 10 years later, Davis published a book with those details and participated in media interviews in which he laid out his role in the shooting.</p><p>The book and his public statements revived the Las Vegas investigation and became key pieces of evidence, prosecutors say.</p><p>"Had he decided to never write the book, he would not, probably, have ever been prosecuted for the crime,” prosecutor Marc DiGiacomo recently said.</p><p>Defense argues that the book is fictionalized</p><p>Davis' attorney Michael Sanft says Davis co-authored the book “Compton Street Legend” to make money, not to tell the truth. He argues it's impossible to tell which parts — if any — Davis wrote and which parts author Yusuf Jah penned.</p><p>Jah, who is on the list of potential witnesses, recently told an investigator he didn't believe Davis fully read his own book, according to court documents.</p><p>Prosecutors say the book is sensationalized but that they'll show “what is true, what is exaggeration, and what is an outright lie,” they wrote in court documents.</p><p>Davis recently told Las Vegas television station Fox 5 that he actually wasn't there the night Shakur was shot. In his book though, he says he carpooled from Los Angeles to Las Vegas that night to watch the same boxing match Shakur attended. It describes where he stayed and the events before and after Shakur was shot. ___</p><p>Associated Press journalists Ty ONeil in Las Vegas and John Seewer in Toledo, Ohio, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VPMZWHAZ75FUWJB3MDIS75FKNI.jpg?auth=d283eebf5d5602284a944a134cfbbf093b05c56ef9a2f08c927fc6cc8489845f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis appears in court during the third day of jury selection in his murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center on Wednesday, Aug. 12, 2026, in Las Vegas. (Steve Marcus/Las Vegas Sun via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NUNKL5GPCCX25YDQKG3R2CHGLM.jpg?auth=cf7638206103f1e28d0a47791c0377fa7d55609b32f4c6d3d15a9687da4678cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chief Deputy District Attorneys Marc DiGiacomo, left, and Binu Palal confer during the third day of jury selection in the Duane Davis murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center on Wednesday, Aug. 12, 2026, in Las Vegas. (Steve Marcus/Las Vegas Sun via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HF7MXMLFCT4WKMGHCBJTP6TOIM.jpg?auth=47f8fb97986455b32a2daa89344b79f023656e27808ef5e284385bd9ff354f56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chief Deputy District Attorney Binu Palal questions a prospective juror during the third day of jury selection in Duane Davis murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center on Wednesday, Aug. 12, 2026, in Las Vegas. (Steve Marcus/Las Vegas Sun via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U6G7WTIXI677QZPWK6CXZ3XBMQ.jpg?auth=8410e76d578c4606819ba518ff548232a8aee2d048c388973071dca8b349d168&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis enters the courtroom after a break in the third day of jury selection in his murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center on Wednesday, Aug. 12, 2026, in Las Vegas. (Steve Marcus/Las Vegas Sun via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content></item><item><title><![CDATA[States take Meta to trial in California in the biggest fight yet over social media harms to children]]></title><link>https://www.local10.com/business/2026/08/17/states-take-meta-to-trial-in-california-in-the-biggest-fight-yet-over-social-media-harms-to-children/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/17/states-take-meta-to-trial-in-california-in-the-biggest-fight-yet-over-social-media-harms-to-children/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[Of the thousands of lawsuits Meta faces over child safety on its platforms, none may be more consequential than one going to trial this week in California.]]></description><pubDate>Mon, 17 Aug 2026 04:02:13 +0000</pubDate><content:encoded><![CDATA[<p>Of the thousands of lawsuits Meta faces over child safety on its platforms, none may be more consequential than one going to trial this week in California.</p><p>States are seeking extensive financial damages that could, in theory, total as much as $1.4 trillion, plus changes to how the company operates Facebook and Instagram.</p><p>The lawsuit accuses the social media giant of contributing to the youth mental health crisis by knowingly and deliberately designing features that get children addicted to its platforms. It also claims that Meta routinely collects data on children under 13 without their parents’ consent, in violation of federal law.</p><p>“Meta has harnessed powerful and unprecedented technologies to entice, engage, and ultimately ensnare youth and teens. Its motive is profit, and in seeking to maximize its financial gains,” the lawsuit says.</p><p>Dozens of states filed the lawsuit three years ago. The trial set to begin Tuesday in federal court in Oakland, California, features four of the states as plaintiffs — California, Colorado, Kentucky and New Jersey. The other 25 states are expected to have trials later.</p><p>Meta said it disputes the allegations, and the trial evidence will show its commitment to supporting young people. “We’ve listened to parents, worked with experts and law enforcement, and conducted in-depth research to understand the issues that matter most,” the company said in a statement.</p><p>States seek to land a major blow against Meta</p><p>For Meta, which already lost two pivotal cases over harms to children and teens this year, the stakes are high. The company reported a rare profit decline last month, in part due to $2.4 billion in legal expenses.</p><p>The $1.4 trillion figure, which Meta disclosed in a legal filing, is almost as high as the Menlo Park, California, company’s entire market capitalization — that is, the value of all its outstanding shares on the stock market. Paying it would inevitably put Meta Platforms in bankruptcy and perhaps put the company under state ownership.</p><p>“The state attorneys general are going for the gusto,” said Eric Goldman, a professor and co-director of the High Tech Law Institute at Santa Clara University School of Law. “They are trying to set the definitive precedent in this case and they have asked for extraordinary damages and they are going to seek extraordinary structural remedies if they succeed.”</p><p>Meta calls the possible penalty “untethered to any claimed violation” by the states.</p><p>“A sanction of that size has no analog in the history of consumer protection enforcement,” Meta said in a July 6 filing with the U.S. District Court for the Northern District of California.</p><p>If Meta loses the trial, the court would have wide discretion over the size of any financial penalty, and legal experts say anything close to $1.4 trillion would be unlikely.</p><p>“It’s not plausible in the sense that Meta doesn’t have that much money and could not get it,” said James Grimmelmann, a law professor at Cornell Law School and Cornell Tech. “An award that large would put Meta into bankruptcy, wipe out its owners, and effectively result in the states owning Meta.”</p><p>As a practical matter, Grimmelmann added, “that seems extremely unlikely to happen.”</p><p>In other cases that have involved high potential damages for multiple individual offenses, he said courts have stopped short of imposing the maximum penalties. One example is the Anthropic artificial intelligence training case, where plaintiffs were claiming damages of $150,000 per book that Anthropic copied, but the penalty ended up being $3,000 per book, totaling about $1.5 billion.</p><p>Trial seeks to hold Meta accountable on state and federal statutes</p><p>The federal trial this week is more complex than one earlier this year, in Los Angeles, where a state court awarded $6 million in damages from Meta and Google’s YouTube to a single plaintiff, a young woman who testified she became addicted to social media as a child.</p><p>That case was a bellwether, or test case, picked from thousands of similar civil tort lawsuits to give both plaintiffs and the defendants an idea of how their arguments fare in court. The jury determined that Meta and YouTube were negligent in the design or operation of their respective platforms, and that the negligence was a substantial factor in causing harm to the plaintiff. They also determined each company knew their platforms could be dangerous when used by a minor and that they failed to adequately warn of that danger.</p><p>The Oakland case, meanwhile, has state attorneys general as the plaintiffs and centers on state and federal statutes they allege Meta violated, which lay out potential penalty amounts for each violation.</p><p>“And there’s a lot of them because it’s four different states and at least three different kinds of statutes. There’s a child privacy statute, there’s a false advertising statute and there’s unfair competition statutes,” said Rebecca Allensworth, a professor at Vanderbilt University Law School.</p><p>Meta has added safety tools — but states want more</p><p>An outcome that leads to changes in how Facebook and Instagram operate could be as consequential as any financial penalty.</p><p>Meta has introduced a slew of new features in recent years designed to protect minors. In 2024 it launched teen accounts on Instagram, which are private by default and come with messaging and content restrictions, and parental controls. The company also uses artificial intelligence to determine if kids under 13 are using Instagram or if teenagers are lying about their age to access adult accounts.</p><p>Safety advocates have called on the company to do more. A New Mexico judge earlier this month ordered new safety measures on the platforms including time limits for minors, AI chatbot restrictions, and mandatory warnings on the platforms, but his order applied only to users in the state.</p><p>“These AGs have a real chance at fixing the product,” Laura Marquez-Garrett of the Social Media Victims Law Center said Friday in a virtual discussion with advocates hosted by the Tech Oversight Project. “For these companies, this is a real point of reckoning. As these cases go forward, this is a leap forward, folks, not a step.”</p><p>During jury selection last week, prospective jurors were asked whether and how much they believe Meta has contributed to the youth mental health crisis. While many agreed that it did, they also put responsibility on parents, and said things like climate change and the state of the world are also causing children's and teenagers' mental health issues.</p><p>___</p><p>AP Technology Writer Kaitlyn Huamani contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OGDF5VB3FVIAOPDBEFO43KRQQA.jpg?auth=d754e19d0057ecc5b94a5b00f6c592a9edf9b5adf62fc025d1934c747797917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Paul W. Schmidt, representing Meta, right, arrives at a Federal Courthouse Wednesday, Aug. 12, 2026, in Oakland, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XG44537MDWHUQOHKRNWROJSTIE.jpg?auth=623886bb8160a8ad6bf48c53e7768b237ca12a3b55e9aa90d8b7f01b565e8832&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk outside of a Federal Courthouse Wednesday, Aug. 12, 2026, in Oakland, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDXWQEGGU7W7SZTZOMLMB46HQQ.jpg?auth=b6beba50463a0924d8eaa97414646f371616f4069e7c1106884f4b0b3e515f42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado's Chief Trial Counsel Jason Slouthouber arrives at a Federal Courthouse Wednesday, Aug. 12, 2026, in Oakland, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Andrew Garfield finds wonder in everyday life in ‘The Magic Faraway Tree’]]></title><link>https://www.local10.com/entertainment/2026/08/17/andrew-garfield-finds-wonder-in-everyday-life-in-the-magic-faraway-tree/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/andrew-garfield-finds-wonder-in-everyday-life-in-the-magic-faraway-tree/</guid><dc:creator><![CDATA[By LIZZIE KNIGHT, Associated Press]]></dc:creator><description><![CDATA[Andrew Garfield wants audiences to look up from their phones and remember that there is still plenty of magic in the world around them.]]></description><pubDate>Mon, 17 Aug 2026 08:37:01 +0000</pubDate><content:encoded><![CDATA[<p>Andrew Garfield wants audiences to look up from their phones and remember that there is still plenty of magic in the world around them.</p><p>That idea drew the two-time Oscar nominee to “The Magic Faraway Tree,” a family adventure about Tim, a stay-at-home father whose family is forced to reconsider life after his wife, Polly, quits her job. They move to the countryside, where their children discover the magical Faraway Tree and its ever-changing worlds, sending the family into a series of fantastical adventures. The film, based on Enid Blyton’s children’s books, arrives in U.S. theaters on Friday.</p><p>For Garfield, the story’s themes of nature, imagination and community feel especially timely as technology increasingly shapes everyday life. “I think people are craving connection and community and a kind of reconnection to the earth and to each other,” he said.</p><p>Garfield said he became passionate about the project after reading Simon Farnaby’s screenplay. “I really just adore his sense of whimsy and heartfeltness and magic and joy,” he said. “I felt very, very passionate about it.”</p><p>Tim’s journey reflects the film’s larger ideas about finding wonder outside the routine and distractions of modern life. For Garfield, that sense of wonder extends beyond fantasy. “I think it’s all around us,” he said. “There are so many things to be in awe of on this planet.” The film, he said, is ultimately about recognizing that “there’s magic in the ordinary” as well as in the extraordinary.</p><p>Garfield, whose credits include playing Spider-Man, says he is drawn to roles with an element of play, community and the natural world. He focuses on “anything that keeps me awake to the remembering of the connection that we have to each other, the connection we have to nature, how we are all interconnected,” he said.</p><p>Garfield grew up reading Enid Blyton’s “The Famous Five” with his brother but did not read “The Faraway Tree” series as a child. His mother introduced him to another beloved literary adventurer: Bilbo Baggins, the hero of J.R.R. Tolkien’s “The Hobbit.”</p><p>“Any underdog story, really, those are the ones that get me,” Garfield said.</p><p>Another childhood escape was the video store. Garfield remembers being fascinated by the rows of VHS tapes and the possibilities behind their covers. The habit has survived in a new form in adulthood: spending an evening browsing streaming services without picking anything, enjoying the feeling of looking “into the windows of all these imaginary worlds.”</p><p>That may help explain why Garfield welcomes the resurgence of VHS and other analog technology among younger audiences.</p><p>“I dig that,” he said. “The regression to analog is looking good to me.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5WFBEAHY5LW2WXHQDNEA3ZM4JI.jpg?auth=b84588410bbed71a554b45bf38a4eca8ccf7c3e0615c35cbd8c3e0553e180212&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Claire Foy, left, and Andrew Garfield attend "The Magic Faraway Tree" special screening at Regal Union Square on Wednesday, July 29, 2026, in New York. (Photo by CJ Rivera/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Rivera</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OVIYZRGOUX36KRMXJRFUVB5SQ4.jpg?auth=e3a61d9412bbcb175f479050c50844301ad67a670bcd59014d13c17a44ea7967&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nicolas Brown, from left, director Ben Gregor, Claire Foy, and Andrew Garfield attend "The Magic Faraway Tree" special screening at Regal Union Square on Wednesday, July 29, 2026, in New York. (Photo by CJ Rivera/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Rivera</media:credit></media:content></item><item><title><![CDATA[Hayden Panettiere, who starred in ‘Heroes’ and ‘Nashville,’ dies at 36]]></title><link>https://www.local10.com/entertainment/2026/08/17/hayden-panettiere-who-starred-in-the-television-series-heroes-and-nashville-dies-at-36/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/hayden-panettiere-who-starred-in-the-television-series-heroes-and-nashville-dies-at-36/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM, Associated Press]]></dc:creator><description><![CDATA[Hayden Panettiere, who soared to fame two decades ago as a cheerleader with superpowers in the TV show “Heroes” and won country music success playing a singer on “Nashville,” has died. She was 36.]]></description><pubDate>Mon, 17 Aug 2026 14:16:45 +0000</pubDate><content:encoded><![CDATA[<p>Hayden Panettiere, who soared to fame two decades ago as a cheerleader with superpowers in the TV show “Heroes” and won country music success playing a singer on “Nashville,” has died. She was 36.</p><p>Police said Panettiere was found unresponsive in an apartment in Greenville, South Carolina, shortly before 2 p.m. Sunday. Lifesaving measures were performed but she was pronounced dead at the scene.</p><p>No cause of death has been provided. There were no signs of foul play or suspicious circumstances, police said in a statement. The Greenville County Coroner’s Office will perform an autopsy.</p><p>The television star, who would have turned 37 on Friday, had been open about her struggles with alcohol addiction and depression, including after the birth of her daughter with Ukrainian boxer Wladimir Klitschko in 2014.</p><p>“It is with profound sadness that we share the tragic passing of our beloved Hayden,” her father, Skip Panettiere, said in a statement provided to ABC. “She was an incredible light and a force of nature who brought immeasurable love and joy to all who knew her — and to the millions who watched her onscreen.”</p><p>A publicist for Panettiere has not responded to emailed requests for comment from The Associated Press.</p><p>Panettiere started out as a child actor</p><p>Panettiere began her acting career as a child in commercials and soap operas, but it was her role in “Heroes” that propelled her to fame in 2006. The series revolved around the mantra: “Save the cheerleader, save the world.”</p><p>“I think ‘Heroes’ is really hot because it’s just a really great combination of everything that people love — they love reality, they love sci-fi and things like ‘X-Men’ where they get to dream of something bigger,” Panettiere told the AP in 2008. “And at the core of it are these human stories that people can relate to, very rugged. And it’s just grabbed everyone in every age group.”</p><p>She went on to win three Teen Choice Awards for that role and was nominated for a Grammy for a children’s spoken word album, “A Bug’s Life: Read-Along,” also voicing a role in the Disney animated movie.</p><p>Panettiere later played a brash country upstart opposite Connie Britton on “Nashville,” which aired on ABC for four seasons before being canceled and revived on CMT. She did her own singing in the show, which scored some hits on country charts, spawned U.S. tours and earned Panettiere two supporting actress Golden Globe nominations. Eleven songs that Panettiere recorded for “Nashville” appeared on Billboard’s Hot Country Songs charts during the show’s run, including two featuring Britton.</p><p>She checked herself into rehab to address alcohol addiction</p><p>Panettiere’s daughter, now 11, began living with Klitschko full-time in Ukraine when she was 2. At the time, the actor was struggling with mental health and addiction.</p><p>“I think there’s been this very common misconception that I just gave up my child,” she said in an interview with podcaster Jay Shetty in May. “That could not be farther from the truth.”</p><p>She said she was in a “horrible cycle for years of battling depression and anxiety and alcoholism and substance abuse” while “just trying to find my way back, my way out of the darkness.”</p><p>She entered rehab in 2015, while filming “Nashville.”</p><p>“I was the one who put myself in the first treatment center. I was drowning,” she said in a 2023 interview with Women’s Health magazine.</p><p>Her younger brother, Jansen Panettiere, who was also an actor, died of a heart condition in 2023, at age 28.</p><p>On Shetty’s podcast, Panettiere recalled how she exploded into the public eye through “Heroes,” including the first time she was tracked by the paparazzi. She described her response as “sheer terror.”</p><p>Panettiere also appeared in two of the “Scream” movies, starred as the title character in the 2009 film “I Love You Beth Cooper” and played the young daughter of a football coach in “Remember the Titans.” She had spoken positively about her experience filming “Remember the Titans,” saying she felt so similar to the character she played — Sheryl Yoast, the opinionated, football-loving daughter of Will Patton’s Coach Bill Yoast.</p><p>In her memoir, “This Is Me: A Reckoning,” Panettiere described herself as an “optimist to the core” who refused to be defined by tragedy.</p><p>“One thing I know from my 36 years in the public eye is this: Life is a process that evolves day by day, year by year and — like it or not — you are engaged in a cycle of growth until the moment you take your last breath,” she wrote.</p><p>___</p><p>Associated Press writer Dave Collins and National Writer Hillel Italie contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EEQOJEXNY2W7MJIDSJYBJ2WHOQ.jpg?auth=a9b950e091ee5ecb98ffe4e7b83524615c6f9f5c840354fed6510e3e10ed12cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hayden Panettiere arrives at the premiere of "Blonde," on Sept. 13, 2022, at TCL Chinese Theatre in Los Angeles. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TI5WRY4B4XKQAWTMVYCNT5FXAI.jpg?auth=02969c6473728cf4a0a44b0f64fd872269fafd391ce4fcf5ea971835cef9104a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hayden Panettiere arrives at the 21st annual Critics' Choice Awards at the Barker Hangar on Jan. 17, 2016, in Santa Monica, Calif. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFJVWO7DECXD2MXRVGNIMEFEFM.jpg?auth=5d52d7ad0ffb989aafea9ac5e6440c443966fce3e57dbc5d226a40344bfef565&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hayden Panettiere participates in the BUILD Speaker Series to discuss the television series "Nashville" at AOL Studios on Jan. 5, 2017, in New York. (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/SW2XHVPGS5TJT3HWZAUHNESPIM.jpg?auth=0fca67a970e52a490a020211424866a50f99e5afd5e6bb0334cea646ba161728&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hayden Panettiere arrives at the 66th Annual Primetime Emmy Awards at the Nokia Theatre L.A. Live on Aug. 25, 2014, in Los Angeles. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3OAVEGSAB6BOBXIEN64ENXZTVQ.jpg?auth=4a94b0c17854ca3c92dc73d73e1d20f556975ff9cf221d0c5fc897d7575775e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actors Hayden Panettiere, right, and Charles Esten participate in a BUILD Speaker Series to discuss the television series "Nashville" in New York on Jan. 5, 2017, in New York. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Trump blames vandals for damaged grass in the same spot where he held his big July 4 celebration]]></title><link>https://www.local10.com/news/politics/2026/08/16/trump-blames-vandals-for-damaged-grass-in-the-same-spot-where-he-held-his-big-july-4-celebration/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/16/trump-blames-vandals-for-damaged-grass-in-the-same-spot-where-he-held-his-big-july-4-celebration/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Sunday said vandals are to blame for large swaths of dead grass on the National Mall near the World War II Memorial — in the same spot where Trump had a stage built and hosted crowds for his July 4 celebration.]]></description><pubDate>Mon, 17 Aug 2026 02:36:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Sunday said vandals are to blame for large swaths of dead grass on the National Mall near the World War II Memorial — in the same spot where Trump had a stage built and hosted crowds for his July 4 celebration.</p><p>Trump made the accusation in a social media post without saying why he believes it's the work of vandals instead of trampled turf from the Independence Day festivities. He posted a photo showing a once-grassy area by the World War II Memorial, now patchy and brown across much of the sprawling turf.</p><p>“Look what VANDALS did to the grass connecting the vandalized World War II Monument and the vandalized Reflecting Pool, which will be opened again, and better than ever, shortly,” Trump said on his Truth Social platform.</p><p>“Anybody who thinks the Reflecting Pool wasn’t vandalized should go back to Law School!” he added.</p><p>Trump has repeatedly blamed vandals for damage to his renovation projects in the nation's capital, often without evidence and sometimes despite opposing accounts from his officials. Trump lashed out at U.S. Attorney Jeanine Pirro this month after her office concluded that damage to the Lincoln Memorial Reflecting Pool was the result of poor construction and not the work of vandals, as Trump claimed.</p><p>Authorities on Friday announced an arrest in connection with vandalism at the World War II Memorial, after the words “Clean hands dirty $” were found painted on the monument and bubbles filled a fountain. Pirro said felony charges are being brought against Melissa L. Farris.</p><p>Charging documents in that case make no mention of the grassy area Trump is highlighting in his new claims. Authorities said Farris had previously been arrested for camping on federal property a few blocks from the World War II Memorial, but not the area cited by Trump.</p><p>That stretch of lawn is instead where a large stage was built and crowds gathered to hear from Trump and watch fireworks at a July 4 event celebrating the nation's 250th anniversary. Trump claimed without providing evidence that more than 400,000 people attended the event before a storm hit the area and delayed his remarks.</p><p>Photos from the time, taken by a streaming webcam atop the Washington Monument, show a large bandstand and seating areas covering nearly the entire lawn Trump now says has been vandalized. Associated Press photos from the days that followed showed workers removing the structures, revealing brown, damaged grass underneath.</p><p>On Aug. 1, Trump posted a different photo of the same area that appears to show the numbers “86 47” — which federal officials have said constitutes a threat against Trump — emblazoned into the grass. He cited it as evidence refuting Pirro's conclusion, calling it “a pure case of VANDALISM, that included the grass."</p><p>“There may have been some contractor difficulty, but the major damage was caused by VANDALS!” he wrote.</p><p>Those numbers are not visible in the photo Trump posted to social media on Sunday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X5UO7K5VJCVJBOJHXTMIO4DHDE.jpg?auth=3270633366d808111085c16589e84adf5b880dd67459f4dc7443df01d056542c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers dismantle structures from Salute to America, an Independence Day event honoring the nation's 250th anniversary, as seen from the Washington Monument, on July 10, 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[Von Miller is set to join his hometown Dallas Cowboys after agreeing to 1-year deal]]></title><link>https://www.local10.com/sports/2026/08/16/von-miller-is-set-to-join-his-hometown-dallas-cowboys-after-agreeing-to-1-year-deal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/von-miller-is-set-to-join-his-hometown-dallas-cowboys-after-agreeing-to-1-year-deal/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[OXNARD, Calif. (AP) — Von Miller is set to sign with his hometown Dallas Cowboys and doesn't even want to wait a week for the team to get back from training camp in California before joining the club.]]></description><pubDate>Mon, 17 Aug 2026 02:20:23 +0000</pubDate><content:encoded><![CDATA[<p>OXNARD, Calif. (AP) — Von Miller is set to sign with his hometown Dallas Cowboys and doesn't even want to wait a week for the team to get back from training camp in California before joining the club.</p><p>The NFL's active leader in sacks has agreed to a one-year contract for what will be his third team in three seasons, and second consecutive NFC East home. Miller is expected to arrive on the West Coast on Monday.</p><p>Dallas has only have two full practices remaining in its annual three-week California excursion. The Cowboys break camp before their second preseason game at Arizona on Saturday. Camp practices will resume in Texas next week.</p><p>Miller, who has 138 1/2 sacks over 14 seasons, dropped the quarterback nine times in his only season with Washington a year ago. He joined the Commanders after he was cut by Buffalo in a salary cap move.</p><p>The 37-year-old went to high school south of Dallas and starred at Texas A&M before Denver drafted Miller second overall in 2011. He was the Super Bowl MVP when the Broncos won the 2015 title with a dominant defensive performance against Seattle. Miller won another championship with the 2021 Los Angeles Rams.</p><p>Miller was The Associated Press NFL Defensive Rookie of the Year with 11 1/2 sacks in his NFL debut 15 years ago and was an All-Pro three times in his first six seasons. His stint with the Bills was plagued by injuries and a Dallas domestic violence case that led to a four-game suspension.</p><p>Even though Miller has been mostly a backup the past three seasons, the nine sacks with the Commanders were his most since he had 9 1/2 in his second Super Bowl-winning season. The Rams acquired him from the Broncos in a midseason trade.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WMDETS3PO4PZTXGQDNPM7NITMQ.jpg?auth=07fe61c8895e8d1f235e31c18e8095e16bd2fe28ef652eea4576e99aba5196ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Commanders linebacker Von Miller (24) looks on after an NFL football game against the Philadelphia Eagles, on Jan. 4, 2026, in Philadelphia. (AP Photo/Daniel Kucin Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Kucin Jr.</media:credit></media:content></item><item><title><![CDATA[First-time voters cast ballots in South Florida primary]]></title><link>https://www.local10.com/news/politics/2026/08/16/first-time-voters-cast-ballots-in-south-florida-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/16/first-time-voters-cast-ballots-in-south-florida-primary/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[For Hector Castillo, Sunday’s early voting was about more than casting a ballot. It was his first time voting as a U.S. citizen.]]></description><pubDate>Sun, 16 Aug 2026 21:13:25 +0000</pubDate><content:encoded><![CDATA[<p>For Hector Castillo, Sunday’s early voting was about more than casting a ballot. It was his first time voting as a U.S. citizen.</p><p><a href="https://www.local10.com/espanol/2026/08/16/nuevos-votantes-participan-en-las-primarias-del-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/16/nuevos-votantes-participan-en-las-primarias-del-sur-de-florida/">Leer en español</a></p><p>“Wow. Amazing. Amazing,” Castillo said.</p><p>Castillo, 33, is from Venezuela and is now a U.S. citizen. Standing at the polls, he said the moment felt special because he knew his vote counted.</p><p>“Super special for me. I am feeling my vote is counting,” he said.</p><p>Castillo was one of many voters taking advantage of early voting across Broward and Miami-Dade counties Sunday.</p><p>The Davie Cooper City Branch Library was one of 21 early voting locations across Broward. Hundreds of people showed up throughout the day to make their voices heard in the primary elections.</p><p>Premi Sterlin, 20, of Hollywood, brought her family with her to vote early.</p><p>“I got out here and voted early, I brought my family with me,” Sterlin said. “Bring your friends, bring your people, just get out here and vote. You don’t gotta worry about it getting too packed on actual voter day, you can come out early, they gave us a good week.”</p><p>As voters arrived, they were met by crowds of campaign volunteers making their final push to sway their votes.</p><p>Sterlin said she had not had many problems, but the number of volunteers calling out to voters was a little intimidating.</p><p>“I haven’t had many problems with anything,” she said. “I am a little intimidated by the amount of people screaming at me when I got out of the car though, telling me who to vote for. I think one thing we could do is clean that up.”</p><p>Still, for voters like Castillo, the day was about gratitude and appreciation for the opportunity to participate in American democracy.</p><p>“That’s my feeling. Believe me, I am enjoying this time, I don’t have words to make you feel what I’m feeling,” he said.</p><p>“I’m emotional just hearing this.”</p><p>“Yeah, yeah. Yeah. For me it’s amazing. That’s why I’m using the sticker with pride.”</p>]]></content:encoded></item><item><title><![CDATA[Diana Taurasi inducted into the Mercury Ring of Honor as franchise celebrates 20 years of excellence]]></title><link>https://www.local10.com/sports/2026/08/16/diana-taurasi-inducted-into-the-mercury-ring-of-honor-as-franchise-celebrates-20-years-of-excellence/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/diana-taurasi-inducted-into-the-mercury-ring-of-honor-as-franchise-celebrates-20-years-of-excellence/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — There's certainly a good case to be made that Diana Taurasi is the best player in WNBA history.]]></description><pubDate>Mon, 17 Aug 2026 02:57:25 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — There's certainly a good case to be made that Diana Taurasi is the best player in WNBA history.</p><p>For Phoenix Mercury fans, that case is already closed: She's undeniably the G.O.A.T.</p><p>Taurasi was inducted into the Mercury Ring of Honor on Sunday at halftime of a game between the Mercury and Portland Fire, with the franchise retiring her No. 3 jersey and celebrating a superstar who has become synonymous with basketball in Arizona for more than two decades.</p><p>“This place has made me who I am,” Taurasi said just before her banner was unveiled in the arena's rafters. “You guys let me grow, you let me fall, you let me get back up and gave me the space to become who I am today. Through the championships, all the good times and all the bad times, the loyalty you have given me is something I will take with me forever.”</p><p>Two decades of excellence in Arizona</p><p>Taurasi, 44, played for the Mercury from 2004 to 2024 and won just about every championship and award that is possible for a player.</p><p>She's the WNBA's career scoring leader (by more than 2,000 points), an 11-time All-Star, a six-time Olympic gold medalist, a five-time scoring champion, a three-time WNBA champion, a two-time WNBA Finals MVP, the 2009 regular-season MVP and the 2004 Rookie of the Year.</p><p>She said Sunday's honor ranks up there with her biggest accomplishments.</p><p>“Today's a big one,” Taurasi said before the game. “Today feels different. When your number goes up there, you can't use it anymore, it's done. So if there was any little competitiveness still in me, I think today it goes up in the rafters with the number and it feels really good.”</p><p>More than the sheer numbers, she's remembered for her fierce personality that resonated in Arizona, helping turn the Mercury into one of the WNBA's premier franchises. Taurasi was surrounded on Sunday by friends and family, including her wife, Penny Taylor, and their two children.</p><p>She said she's lucky to have 20 years of friendships to celebrate — including her long relationship with the “X-Factor," which is the nickname for the team's loyal fan base.</p><p>“When I walk into (the arena), I don't see strangers, I don't see employees,” Taurasi said. “I see friends, I see people I go to dinner with, I see people I text regularly with. This isn't just something where I showed up and said, 'Well, let's see what we can do here and then leave.'"</p><p>“I treated this like my extended family. I think that's why walking in today — I'm really emotional.”</p><p>Thousands of fans celebrate</p><p>Hundreds of fans had gathered in downtown Phoenix more than two hours before the game — many wearing the No. 3 jersey Taurasi donned for two decades — even on an August afternoon with temperatures topping 105 degrees. Some took pictures in front of a mural featuring Taurasi on the side of the arena.</p><p>The announced attendance was 16,513, a sellout and a testament to how much the WNBA has grown since she debuted with the Mercury in 2004 after a stellar college career at UConn.</p><p>A string of tributes flowed throughout the evening, including from Suns star Devin Booker, former teammate Brittney Griner and recent football Pro Football Hall of Fame inductee Larry Fitzgerald. Three-time WNBA MVP Sheryl Swoopes and 23-time gold medalist swimmer Michael Phelps were also in attendance.</p><p>Taurasi’s name was in lights several feet off one of the baselines, with some real, live goats grazing on hay. There was also a “Goat Plush Toss” where game staff threw toy goats into the stands.</p><p>The celebration continued during a postgame ceremony that featured video tributes from Lisa Leslie, Paige Bueckers, Magic Johnson and LeBron James and in-person praise from several others, including a poem from her wife, Penny.</p><p>At the end of the evening, Taurasi stepped to the microphone one more time. It took her a little while to start speaking — the crowd gave her a 45-second standing ovation.</p><p>Her roughly 30-minute speech was half serious and half comedy routine, drawing multiple laughs from the thousands who stayed.</p><p>“Tonight feels like the end and the beginning of so many things in my life,” Taurasi said. "Driving to the game today, I didn't know if I was going to suit up and play, whether it was my funeral or a celebration.</p><p>“I've come to realize — it's all of it. And it's amazing.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWEBFBZHY5AMVS7WAZ6AXLJD44.jpg?auth=a8818c018b72760e6d09462a466188642959a41f367b2d0fd556aebf7f8cf8d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Retired WNBA Phoenix Mercury basketball player Diana Taurasi acknowledges the cheering crowd as she is honored during a halftime Ring of Honor ceremony Sunday, Aug. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IWXGDJNSRI7PEPH4UENXBGVSDA.jpg?auth=6c331a62bf008fda3d79d10fb187feea95dab36dde6394c0268faa51e4a922ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Retired Phoenix Mercury WNBA basketball player Diana Taurasi, left, hugs Phoenix Suns and Mercury owner Mat Ishbia as Taurasi is honored during a halftime Ring of Honor ceremony Sunday, Aug. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2TSAUJWOPSGLM7XR7LBDTF2VQ.jpg?auth=da7a1b222ea2daadcde485a9568cdc4b22291c0bd9f45149c46e5c6d33a1d62e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Retired WNBA Phoenix Mercury basketball player Diana Taurasi is honored during a halftime Ring of Honor ceremony Sunday, Aug. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U4NYE5VMZLJH4ETABZKUXITNV4.jpg?auth=2727ccf8a0a49c160baa16d4687215054df42bd8c7e2b1a79e6f4be88199d295&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Retired Phoenix Mercury WNBA basketball player Diana Taurasi is honored during a halftime Ring of Honor ceremony Sunday, Aug. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RRSAUGNDPXGYDSQ6FBGODCTSQ.jpg?auth=33f8b2df934148e0c2f71f9f42443d86209ab2fe67d6e4cbda2e0a63726c861d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Retired WNBA Phoenix Mercury basketball player Diana Taurasi is honored during a halftime Ring of Honor ceremony Sunday, Aug. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Clark praises Fever for being 'super resilient' in their hard-fought overtime win over Dream]]></title><link>https://www.local10.com/sports/2026/08/16/clark-praises-fever-for-being-super-resilient-in-their-hard-fought-overtime-win-over-dream/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/clark-praises-fever-for-being-super-resilient-in-their-hard-fought-overtime-win-over-dream/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — After the Indiana Fever's fourth straight win, Caitlin Clark said coach Stephanie White “made a great point” in her postgame talk with the team by saying “This felt like a playoff game.”]]></description><pubDate>Mon, 17 Aug 2026 01:02:51 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — After the Indiana Fever's fourth straight win, Caitlin Clark said coach Stephanie White “made a great point” in her postgame talk with the team by saying “This felt like a playoff game.”</p><p>If so, the Fever looked playoff-ready in their 95-91 overtime win over the Atlanta Dream on Sunday.</p><p>The Fever showed impressive depth with four players scoring 18 or more points. Perhaps of more importance, Indiana responded to a major challenge from an Atlanta team that began the day one-half behind the Fever for the important fourth-place spot in the playoff standings. The top four teams receive home-court advantage in the first round of the playoffs.</p><p>“Coming into each night, we know how important that win is to hopefully get home-court advantage in the playoffs,” Clark said.</p><p>Atlanta led 72-64 entering the fourth quarter. Indiana held the Dream to nine points in the final period of regulation.</p><p>Despite giving the Fever an overall grade of only “B-minus” for the game, Clark had praise for her team.</p><p>“Just proud of our group,” Clark said. “Super resilient. ... Obviously, this was a big one.”</p><p>Clark scored 26 points with nine assists. After scoring only five points in the first half, Kelsey Mitchell had an important layup late in overtime to finish with 20 points. It was Mitchell's 19th consecutive game scoring at least 20.</p><p>“Kelsey struggled from the floor in the first half, and she found it in the second half,” White said. “I think that’s part of her growth, which is knowing to stay with it, that it’s going to come.”</p><p>White said Clark and Mitchell “were both terrific” and said Clark was effective in creating scoring opportunities for her teammates.</p><p>“The way that she’s getting us into offense, the way she’s using the floor to give her teammates shots ... she’s allowing the game to flow, and she’s doing a great job of finding her teammates in that,” White said. “The way she does that, it opens things up for her.”</p><p>Makayla Timpson delivered Indiana's first three field goals of overtime to score a career-high 20 points. Aliyah Boston added 18 points with 14 rebounds.</p><p>Clark said Atlanta, which had 32 points from Allisha Gray and 15 points with 14 rebounds from Angel Reese, “is a team that will be scary in the playoffs. They're great at what they do. They have a lot of different weapons.”</p><p>The Dream also had the support of a sellout crowd of 17,044 at State Farm Arena, the home of the NBA's Atlanta Hawks and also the usual site of Dream games when Clark and the Fever are in town.</p><p>“For us, these are the games you get up for, that’s what’s fun about competition,” Clark said. “You know, you want to play the best. It brings out the best in you. Obviously, that’s been a challenge and we’re really good at that.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QUPGBF2A2ZN2PDOWWO2XDWFOT4.jpg?auth=c4baa80313a8d9b9ac0bc5e3317a83f4320a39a4822ee68a14c10115164fa64c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) dribbles the ball in the second half of an WNBA basketball game against the Atlanta Dream Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6V27W25JUMSGPVYVSR3QJSKGY.jpg?auth=e96de1549c0894ce69bc26c2d916928520d9233454a9f71ca0b2e5bd174bb2b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) dribbles against Atlanta Dream guard Allisha Gray (15) in the overtime during an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXUIFQRFHREC34JDJLJCQV3ZOE.jpg?auth=f06ff7b5102675af0167dbe6ff5dfb60f150c352d4e40e22b42c40cb393fe80d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever forward Makayla Timpson (21) celebrates with Indiana Fever center Aliyah Boston (7) in the overtime during an WNBA basketball game against the Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6S5RTSSBZ7YZYOUBT4PN6MHUE.jpg?auth=98c4e007e8eea8036a5b13e49f27e680635392601978db346d6c20986dc624f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) high-fives teammates in the overtime during an WNBA basketball game against the Atlanta Dream Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZWIFOK742NCRPZNLPMVM3ZHXI.jpg?auth=65c45fa65ab16c25bdb09e292f8f676717a46b71917685f219346b931a521b6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Sophie Cunningham (8) passes in the first half of an WNBA basketball game against the Atlanta Dream Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Hernández, Sanoja hit HRs in Marlins 7-1 win over Reds]]></title><link>https://www.local10.com/sports/local/2026/08/16/hernandez-sanoja-hit-hrs-in-marlins-7-1-win-over-reds/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/16/hernandez-sanoja-hit-hrs-in-marlins-7-1-win-over-reds/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Heriberto Hernández and Javier Sanoja hit home runs late in the game to lift the Miami Marlins over the Cincinnati Reds on Sunday afternoon.]]></description><pubDate>Mon, 17 Aug 2026 00:06:02 +0000</pubDate><content:encoded><![CDATA[<p>CINCINNATI (AP) — Heriberto Hernández and Javier Sanoja hit home runs late in the game to lift the Miami Marlins over the Cincinnati Reds on Sunday afternoon.</p><p>Hernández hit his team-leading 18th home run of the season to make it 1-0 with two out in the eighth. Agustín Ramírez reached on a throwing error by Elly De La Cruz, Xavier Edwards singled, and Sanoja walked to load the bases.</p><p>Griffin Conine took ball four, which Reds catcher Jose Trevino challenged, but the call was confirmed and Ramírez scored from third.</p><p>Ramírez added a double in the ninth, which was followed by Sanoja’s three-run homer to make it 7-1.</p><p>Reliever Josh Ekness (1-1) pitched a 1-2-3 seventh. Eury Pérez pitched the first six innings and allowed two hits. He walked five and struck out five.</p><p>Pinch-hitter Tyler Stephenson hit his 12th home run of the year for Cincinnati.</p><p>Reds reliever Tejay Antone (2-2) gave up two hits and two runs, one earned. Starter Nick Lodolo pitched the first five innings, giving up three hits, striking out two and walking two.</p><h4>Up next</h4><p>Marlins RHP Janson Junk (6-7, 4.41 ERA) starts against Phillies LHP Cristopher Sanchez (15-4, 2.54) on Monday in Philadelphia.</p><p>Reds RHP Rhett Lowder (4-8, 5.15) starts Monday to kickoff a home series against St. Louis. The Cardinals haven’t announced their starter.</p><p>___</p><p><a href="https://apnews.com/hub/mlb" rel="">See AP’s full MLB coverage here</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOLCOMSAUNDITKDXNMKQJAMOHM.JPG?auth=53d8a71a5e2f57109cc45f9cef00c13c01f1151d0304e6f10c5b82c0a0958ec2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apr 13, 2026; Atlanta, Georgia, USA; Miami Marlins designated hitter Agustin Ramirez (50) hits an RBI single against the Atlanta Braves in the sixth inning at Truist Park. Mandatory Credit: Brett Davis-Imagn Images]]></media:description><media:credit role="author" scheme="urn:ebu">Brett Davis</media:credit></media:content></item><item><title><![CDATA[John Niland, who helped the Dallas Cowboys win their first Super Bowl championship, has died]]></title><link>https://www.local10.com/sports/2026/08/16/john-niland-who-helped-the-dallas-cowboys-win-their-first-super-bowl-championship-has-died/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/john-niland-who-helped-the-dallas-cowboys-win-their-first-super-bowl-championship-has-died/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — John Niland, a three-time All-Pro guard who helped the Dallas Cowboys win their first Super Bowl championship, has died. He was 82.]]></description><pubDate>Mon, 17 Aug 2026 00:03:01 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — John Niland, a three-time All-Pro guard who helped the Dallas Cowboys win their first Super Bowl championship, has died. He was 82.</p><p>Niland's daughter, Haven, said he died Saturday morning in McKinney, a Dallas suburb.</p><p>Niland made 111 starts in 124 games over nine seasons with Dallas. He played for Philadelphia for one year before retiring after the 1975 season.</p><p>Niland made the Pro Bowl for six straight years from 1968 to 1973. He was a first-team All-Pro selection in 1969, 1971 and 1972.</p><p>He helped protect Roger Staubach when Dallas beat the Miami Dolphins 24-3 in the Super Bowl on Jan. 16, 1972.</p><p>Niland, a Massachusetts native, starred at Iowa before he was taken by the Cowboys with the fifth overall selection in the 1966 draft. He was inducted into the Hawkeyes' Athletics Hall of Fame in 2006.</p><p>He is survived by Shaughn, his wife of more than 30 years, and daughters, Jordan and Haven.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3V3GFSL4OBGU7PKL6ICKOWZZE.jpg?auth=94ba7d641266982609c8e71d62c58928ba1026e2d64d6db2b621c6ec1c8fda10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia Eagles guard John Niland (74), right, shakes hands with retired Dallas Cowboys tackle Bob Lilly (74) during half-time ceremonies honoring Lilly at Texas Stadium in Irving, Nov. 23, 1975. Niland and Lilly were teammates the previous year. (AP Photo/Ferd Kaufman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ferd Kaufman</media:credit></media:content></item><item><title><![CDATA[Aug. 16: Saharan dust to bring hot temperatures, limited rainfall to South Florida]]></title><link>https://www.local10.com/weather/2026/08/16/aug-16-saharan-dust-to-bring-hot-temperatures-limited-rainfall-to-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/16/aug-16-saharan-dust-to-bring-hot-temperatures-limited-rainfall-to-south-florida/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Saharan dust continues to overwhelm South Florida, suppressing rainfall and promoting hot temperatures.]]></description><pubDate>Sun, 16 Aug 2026 23:30:43 +0000</pubDate><content:encoded><![CDATA[<p>Saharan dust continues to overwhelm South Florida, suppressing rainfall and promoting hot temperatures.</p><p>Get ready for temperatures to soar Monday. Highs could reach near-record levels, with Miami potentially reaching 95 degrees. The record is 96 degrees.</p><p>Tuesday, Miami could tie the record high of 96 degrees.</p><p>Rainfall will be hard to come by, and limited rainfall could exacerbate drought conditions this week.</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[Jordan Spieth misses out on advancing in PGA Tour postseason by one shot]]></title><link>https://www.local10.com/sports/2026/08/16/jordan-spieth-misses-out-on-advancing-in-pga-tour-postseason-by-one-shot/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/jordan-spieth-misses-out-on-advancing-in-pga-tour-postseason-by-one-shot/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[MEMPHIS, Tenn. (AP) — Jordan Spieth set a target of 67 for the final round of the FedEx St. Jude Championship, certain that would be enough for him to crack the top 50 in the FedEx Cup and advance to next week. Turns out he would have only needed a 69, and even that was out of his reach.]]></description><pubDate>Sun, 16 Aug 2026 23:51:07 +0000</pubDate><content:encoded><![CDATA[<p>MEMPHIS, Tenn. (AP) — Jordan Spieth set a target of 67 for the final round of the FedEx St. Jude Championship, certain that would be enough for him to crack the top 50 in the FedEx Cup and advance to next week. Turns out he would have only needed a 69, and even that was out of his reach.</p><p>Spieth and Keith Mitchell, who was up to his knees in water on the 18th trying to salvage his postseason, narrowly missed out advancing in the PGA Tour postseason Sunday, losing a chance to be guaranteed to play in all the $20 million signature events in 2027.</p><p>One birdie over his last three holes would have done it for Spieth. Mitchell would have needed to shave two shots from his score. He made bogey from the water on the 18th.</p><p>“I just feel like I’m kind of getting back to playing really good golf, like it’s close to kicking off, and I’m not going to play a tournament for a long time,” Spieth said after closing with three straight pars for an even-par 70.</p><p>Spieth came into the first playoff event at No. 54 and was projected to need something around the top 15 — depending on others around him — to make it to the BMW Championship for the first time since 2023.</p><p>He made it through the worrisome stretch of holes — Nos. 11 through 14 at the TPC Southwind — with a pair of bogeys and a 30-foot birdie putt.</p><p>“If you can get through there unscathed, you know you're looking at some opportunities on the other side,” Spieth said.</p><p>But he tugged his tee shot on the 15th far enough to the left that it found the water, leading to bogey. His chip from behind the green on the par-5 16th was too strong and rolled off the green, and he missed a 15-foot birdie putt. He missed a birdie from about that distance on the 17th.</p><p>Needing a birdie on the 18th, he went from a patch of dirt right of the fairway just over the green, still a putter in hand from 35 feet. He started walking before the long birdie putt finished short of the cup, giving him a par.</p><p>“I just didn’t execute enough shots and ... a couple bounces could have gone one way or the other,” he said. “I needed to be almost flawless today.”</p><p>Mitchell, who has never been among the top 30 to reach the Tour Championship in his nine years on the PGA Tour, started at No. 49 this week and was on the bubble seemingly all week. He said he never looked at a leaderboard until walking off the 17th green.</p><p>If he was safe, he could have played out to the right, away from the water, knowing a bogey wouldn't hurt him. But he was right on the projected bubble of top 50. He took on the shot. He thought it was ideal, but it barely cleared the water, and hopped below the hazard line on the bank of grass.</p><p>For Mitchell, there was no option. He removed his shoes and rolled up his pants, took his stance in the water up to his calves and gave it a shot. It bounced short and took a hop to the left, riding the bank down into the water. He did well to make bogey for a 72. In the end, even a par would have left him less than a point short of Matt McCarty at No. 50.</p><p>“I thought it was perfect when I hit it. Caught a little bit of a gust, and it came up that short,” Mitchell said. “The second shot was obviously interesting, and I just didn’t play it far enough right.”</p><p>The new points system that puts an emphasis on season performance means the postseason is not nearly as volatile. Sungjae Im, who started at No. 53 and started the final round tied for second, comfortably advanced.</p><p>Mitchell was the only one from the top 50 to fall out.</p><p>Maverick McNealy came in at No. 50 and was on the bubble all afternoon, played bogey-free on the back nine with two birdies for a 69 to tie for 19th — same position as Spieth — to secure his spot among the top 50. McCarty figured he was out when he tied for 63rd in the 69-man field. He made it on the number when Mitchell and Spieth couldn't catch him.</p><p>“I think the top 50 number is probably the most important number on the PGA Tour right now,” McNealy said. “I’m excited to get to St. Louis and just take a Hail Mary swing to see if I can get into the Tour Championship, which is the goal every year.”</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G5SLG5AE43BPHCQVHBNAYC5J4A.jpg?auth=ae056afd857c648cfec76b0f8f07145a1ff5c57b9e7729a6dcd35fd22114c64e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jordan Spieth watches his tee shot on the seventh hole during the third round of the St. Jude Championship golf tournament Saturday, Aug. 15, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4BFOSZN3246QGAFKEMX5WSTGWM.jpg?auth=77c72533e7bcc6749ad058dc6e3b0fc8b5e26bf27064d07e62bed82bbcf43240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keith Mitchell hits on the first hole during the third round of the St. Jude Championship golf tournament Saturday, Aug. 15, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IKIQF5LNKV7AN3G2RD55IRDWPQ.jpg?auth=93b1707408646d2fad466f4ec70549d3b2a234cf2b057a116a59c39fcc16c0d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt McCarty hits from the fifth tee during the first round of the St. Jude Championship golf tournament, Thursday, Aug. 13, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MI4XSLVDLPYB5JLMTOCXCVAAZE.jpg?auth=0638e5e264ed5e8751acbbd486702374b5ba032723d3f2c9df70fcffb2c9e814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sungjae Im, of South Korea, reacts to his putt on the fourth green during the final round of the St. Jude Championship golf tournament, Sunday, Aug. 16, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TQIVLFB3SJFGZT2Z52ITBANO7U.jpg?auth=16e1c033889c5a9851f54b464c69581cfb481c52e722ab73a265c7dd17a5ad4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maverick McNealy chips onto the fourth green during the second round of the St. Jude Championship golf tournament Friday, Aug. 14, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Nuevos votantes participan en las primarias del sur de Florida]]></title><link>https://www.local10.com/espanol/2026/08/16/nuevos-votantes-participan-en-las-primarias-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/nuevos-votantes-participan-en-las-primarias-del-sur-de-florida/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[La votación anticipada de este domingo tuvo un significado especial para algunos residentes del sur de Florida que participaron por primera vez en una elección como ciudadanos estadounidenses.]]></description><pubDate>Sun, 16 Aug 2026 22:40:07 +0000</pubDate><content:encoded><![CDATA[<p>Para Héctor Castillo, la votación anticipada del domingo significó mucho más que emitir una boleta. Fue la primera vez que votó como ciudadano estadounidense.</p><p>“Wow. Increíble. Increíble”, dijo Castillo.</p><p>Castillo, de 33 años, es originario de Venezuela y ahora es ciudadano estadounidense. Frente al centro de votación, dijo que el momento fue especial porque sabía que su voto contaba.</p><p>“Muy especial para mí. Siento que mi voto cuenta”, dijo.</p><p>Castillo fue uno de los muchos votantes que aprovecharon la jornada de votación anticipada en los condados de Broward y Miami-Dade este domingo.</p><p>La biblioteca Davie Cooper City Branch Library fue uno de los 21 centros de votación anticipada en Broward. Cientos de personas acudieron durante el día para hacer escuchar su voz en las elecciones primarias.</p><p>Premi Sterlin, de 20 años y residente de Hollywood, llevó a su familia para votar anticipadamente.</p><p>“Vine a votar temprano y traje a mi familia conmigo”, dijo Sterlin. “Traigan a sus amigos, traigan a su gente, simplemente salgan a votar. Así no tienen que preocuparse por que esté demasiado lleno el día de las elecciones; pueden venir antes, nos dieron una buena semana”.</p><p>A medida que llegaban los votantes, eran recibidos por grupos de voluntarios de campaña que hacían un último esfuerzo por convencerlos.</p><p>Sterlin dijo que no había tenido mayores problemas, aunque la cantidad de voluntarios llamando a los votantes le resultó un poco intimidante.</p><p>“No he tenido muchos problemas con nada”, dijo. “Pero sí me intimida un poco la cantidad de personas gritándome cuando me bajo del auto, diciéndome por quién votar. Creo que eso es algo que se podría mejorar”.</p><p>Aun así, para votantes como Castillo, la jornada estuvo marcada por la gratitud y el valor de poder participar en la democracia estadounidense.</p><p>“Ese es mi sentimiento. Créeme, estoy disfrutando este momento. No tengo palabras para hacerte sentir lo que yo estoy sintiendo”, dijo.</p><p>“Me emociona solo escucharte decir eso”.</p><p>“Sí, sí. Para mí es increíble. Por eso llevo esta calcomanía con orgullo”.</p>]]></content:encoded></item><item><title><![CDATA[Flight full of relief items set to take off from Opa-locka bound for Colombia]]></title><link>https://www.local10.com/news/local/2026/08/16/flight-full-of-relief-items-set-to-take-off-from-opa-locka-bound-for-colombia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/16/flight-full-of-relief-items-set-to-take-off-from-opa-locka-bound-for-colombia/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Search operations continue in Colombia nearly one week after a powerful earthquake shook the nation.]]></description><pubDate>Sun, 16 Aug 2026 21:34:08 +0000</pubDate><content:encoded><![CDATA[<p>Search operations continue in Colombia nearly one week after a powerful earthquake shook the nation.</p><p><a href="https://www.local10.com/espanol/2026/08/16/vuelo-con-ayuda-humanitaria-partira-de-opa-locka-rumbo-a-colombia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/16/vuelo-con-ayuda-humanitaria-partira-de-opa-locka-rumbo-a-colombia/">Leer en español</a></p><p>The death toll has risen to over 290 people, with 140 still missing and nearly 4,000 injured.</p><p>A relief flight is taking off from South Florida on Sunday, sending much-needed supplies to survivors.</p><p>The pilot, Juan Rojas, is making his second flight back to Colombia, this time carrying about 2,000 pounds of medical supplies. </p><p>“We’re aiming to go to three cities,” he said. “This airplane is going to head down to Pereira, which is super close to the center of all the damage, one of the cities that has suffered the most. We’re gonna center most of this help to them. Then tomorrow we’re taking seven doctors to Quibo.”</p><p>Organizers said a portion of the supplies will help children who are in one of the hardest hit areas of Colombia. </p><p>“The idea is to not only use the plane to bring the assistance to Pereia, but also Quibo, and do that local flight to move rescuers from one city to the other,” said Help Land Foundation Founder Ender Urdaneta. </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[Vuelo con ayuda humanitaria partirá de Opa-locka rumbo a Colombia]]></title><link>https://www.local10.com/espanol/2026/08/16/vuelo-con-ayuda-humanitaria-partira-de-opa-locka-rumbo-a-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/vuelo-con-ayuda-humanitaria-partira-de-opa-locka-rumbo-a-colombia/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Casi una semana después del terremoto que sacudió Colombia, continúan las labores de búsqueda mientras un nuevo vuelo con ayuda humanitaria parte este domingo desde el sur de Florida con unas 2,000 libras de suministros médicos.]]></description><pubDate>Sun, 16 Aug 2026 22:35:38 +0000</pubDate><content:encoded><![CDATA[<p>Las operaciones de búsqueda continúan en Colombia casi una semana después de que un fuerte terremoto sacudiera el país.</p><p>La cifra de muertos aumentó a más de 290 personas, mientras unas 140 permanecen desaparecidas y casi 4,000 resultaron heridas.</p><p>Un vuelo con ayuda humanitaria partirá este domingo desde el sur de Florida con suministros destinados a los sobrevivientes.</p><p>El piloto Juan Rojas realizará su segundo viaje a Colombia, esta vez transportando unas 2,000 libras de suministros médicos.</p><p>“Nuestro objetivo es llegar a tres ciudades”, dijo. “Este avión va a dirigirse a Pereira, que está muy cerca del centro de toda la devastación y es una de las ciudades que más ha sufrido. Vamos a concentrar allí la mayor parte de esta ayuda. Luego, mañana llevaremos a siete médicos a Quibdó”.</p><p>Los organizadores señalaron que una parte de los suministros estará destinada a ayudar a niños que se encuentran en una de las zonas más afectadas de Colombia.</p><p>“La idea no es solamente utilizar el avión para llevar la ayuda a Pereira, sino también a Quibdó, y realizar ese vuelo local para trasladar a rescatistas de una ciudad a otra”, dijo Ender Urdaneta, fundador de Help Land Foundation.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a agente de la policía de Key West por conducir bajo los efectos del alcohol]]></title><link>https://www.local10.com/espanol/2026/08/16/agente-de-la-policia-de-key-west-es-arrestado-por-conducir-bajo-los-efectos-del-alcohol/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/agente-de-la-policia-de-key-west-es-arrestado-por-conducir-bajo-los-efectos-del-alcohol/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un agente de la Policía de Key West fue arrestado por presuntamente conducir bajo los efectos del alcohol, informaron las autoridades.]]></description><pubDate>Sun, 16 Aug 2026 18:23:41 +0000</pubDate><content:encoded><![CDATA[<p>Un agente del Departamento de Policía de Key West enfrenta cargos por conducir bajo los efectos del alcohol (DUI) después de ser arrestado la madrugada del domingo.</p><p>Según la Policía de Key West, el agente Dustin Christina se encontraba fuera de servicio cuando las autoridades acudieron alrededor de las 5:10 a.m. al área de Peary Court tras recibir varias quejas y lo encontraron sentado en el asiento del conductor de un vehículo estacionado.</p><p>Las autoridades dijeron que un supervisor realizó una investigación y determinó que existía causa probable para arrestar a Christina por DUI.</p><p>El agente fue trasladado sin incidentes al Centro de Detención del Condado de Monroe, informaron las autoridades.</p><p>No se dieron a conocer de inmediato más detalles sobre el caso.</p>]]></content:encoded></item><item><title><![CDATA[Hospitalizan a dos personas tras tiroteo en Hollywood]]></title><link>https://www.local10.com/espanol/2026/08/16/hospitalizan-a-dos-personas-tras-tiroteo-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/hospitalizan-a-dos-personas-tras-tiroteo-en-hollywood/</guid><dc:creator><![CDATA[Samiar Nefzi, Bridgette Matter]]></dc:creator><description><![CDATA[Las autoridades investigan un tiroteo ocurrido durante la madrugada en Hollywood.]]></description><pubDate>Sun, 16 Aug 2026 14:02:23 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades investigan un tiroteo ocurrido durante la madrugada en Hollywood.</p><p>Los investigadores cerraron parte de la cuadra 2700 de Arthur Street después de que se reportaran disparos durante una sesión nocturna en un estudio alrededor de las 2:30 a.m.</p><p>Al llegar al lugar, los agentes dijeron que encontraron a dos hombres con heridas de bala.</p><p>Según familiares de una de las víctimas, un hombre de 23 años se encontraba dentro de una vivienda durante una sesión en un estudio cuando alguien que estaba en el lugar sacó un arma y comenzó a disparar.</p><p>La familia señaló que el joven recibió múltiples disparos en el abdomen, una mano y una pierna.</p><p>La policía informó que el sospechoso permaneció en el lugar y fue detenido.</p><p>Una camioneta BMW plateada fue remolcada desde el exterior de la vivienda donde ocurrió la balacera.</p>]]></content:encoded></item><item><title><![CDATA[Scottie Scheffler back to his dominant self and opens PGA Tour postseason with 8-shot win]]></title><link>https://www.local10.com/sports/2026/08/16/scottie-scheffler-back-to-his-dominant-self-and-opens-pga-tour-postseason-with-8-shot-win/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/scottie-scheffler-back-to-his-dominant-self-and-opens-pga-tour-postseason-with-8-shot-win/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[MEMPHIS, Tenn. (AP) — Scottie Scheffler thought the bunker shot was ideal until he saw it bounce hard off a sprinkler, roll across the green and disappear down the slope and into the water. A sure birdie turned into a bogey. His two-shot lead Sunday in the FedEx St. Jude Championship was down to one.]]></description><pubDate>Mon, 17 Aug 2026 00:03:54 +0000</pubDate><content:encoded><![CDATA[<p>MEMPHIS, Tenn. (AP) — Scottie Scheffler thought the bunker shot was ideal until he saw it bounce hard off a sprinkler, roll across the green and disappear down the slope and into the water. A sure birdie turned into a bogey. His two-shot lead Sunday in the FedEx St. Jude Championship was down to one.</p><p>For a player who has endured five runner-up finishes in nearly seven months of close calls, Scheffler had reason to wonder what was next to go wrong. He asked caddie Ted Scott as they walked over to take a penalty drop, “When is this going to stop happening?”</p><p>Almost immediately, as it turned out.</p><p>Scheffler drilled a mid-iron to 10 feet for birdie two holes later. He holed a 20-foot birdie on the next. A two-shot lead at the start quickly turned into a runaway. He closed with a 4-under 66 for an eight-shot victory, the largest margin in 68 years at the TPC Southwind.</p><p>“I felt like I had some close calls this year, so it was nice to finish the tournament off,” Scheffler said.</p><p>It helped to post a 61 in the second round and keep the lead going into Sunday. This was his 11th straight time he converted a 54-hole lead into a win.</p><p>This victory was the 21st of his career — all since 2022 — and it ended nearly seven months without a title during a season that has been marked by astonishing consistency but only one trophy to show for it from his season opener at The American Express in the California desert.</p><p>“I felt like a week like this was coming,” Scheffler said. “I felt like I was on repeat all year just being like, ‘Hey, I’m playing solid. I’m close.’ It feels good to be answering some different questions at the end of this week.”</p><p>He finished at 17-under 263, eight shots clear of his Dallas neighbor Si Woo Kim, who closed with a 68 to finish eight shots behind. The previous record was John Cook winning at TPC Southwind by seven shots in 1996.</p><p>Scheffler has now won 10 of his 21 tour titles by four shots or more.</p><p>Sam Burns, one of Scheffler's best friends in golf, played with him in the final group and took double bogey on the par-5 third hole. He shot 73 and tied for third with Alex Noren (69).</p><p>“I don't think it would have mattered if I played well,” Burns said. “He was going to be tough to beat today.”</p><p>Scheffler won $3.6 million from the prize fund, and he clinched an additional $23 million in bonus money for being No. 1 in the FedEx Cup through next week's BMW Championship. No one can catch him. No one is particularly close in the game at the moment, even when he's not piling up trophies.</p><p>Scheffler now has two victories, five runner-up finishes and five other top 4s in another stellar year that until Sunday was marked by his lack of winning compared with previous years. The TPC Southwind was the course he had played the most times without winning, and the FedEx Cup playoffs opener had been the only postseason tournament he had yet to win. All that changed.</p><p>Scheffler's most recent start was another runner-up finish at the 3M Open in Minnesota, another rally that came up short. But it was those two weeks at home that made the difference.</p><p>“I felt like I found something just getting my hands on the club,” he said. “I had a really good kind of prep week coming in, probably the best I played at home over the course of this year. I didn’t really feel like I needed to be on the range hitting balls. I was just getting out playing, competing.”</p><p>More than a few of those games were with Kim, who earlier this year said of Scheffler, “He calls me ATM.” Kim moved to a career-best No. 13 in the world.</p><p>Im wound up with a 75 to tie for fifth, but it was enough for the South Korean to move from No. 53 into the top 50 who advance to the BMW Championship next week in St. Louis. Im kept alive his chances of reaching the Tour Championship every year since he was a rookie in 2019.</p><p>Im bumped out Keith Mitchell, who stood in the water left of the 18th fairway to play a shot from the bank as he tried to give himself his best chance. That shot tumbled into the water, he made bogey and narrowly missed out.</p><p>So did Jordan Spieth, who needed to close with four pars to reach the BMW Championship for the first time since 2023, and finished with a bogey from the water on No. 15 and three pars for a 70.</p><p>The top 50 who advance also are assured of playing all the $20 million signature events next year.</p><p>Scheffler put himself squarely in the mix for a fifth straight PGA Tour player of the year during a season in which no one has stood out based on titles alone. The body of work has been impressive, and Scheffler still has two tournaments remaining.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V22LHEUHC663OTJTMGCXI5WZ6Q.jpg?auth=46524324d9191cf54798cc6d018473c57618a7f3cc38af0f1ac762e8d22927d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler celebrates winning on the 18th green the final round of the St. Jude Championship golf tournament, Sunday, Aug. 16, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJFU6KVDGDFOILMOQUZ2GS7CDQ.jpg?auth=7d77f88d585f0cd4dd5f0003549b5a0750a440ab5c0594013a6f953348e707b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits from a bunker to the eighth green during the final round of the St. Jude Championship golf tournament, Sunday, Aug. 16, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VNRC3URGW5GRK3G52JDS4GUHLE.jpg?auth=9ef74f4c846fdc7ac68a458be1763339065d1791012ba0e7d3ae52e2e1726424&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler tosses his ball to his cadie on the 11th green during the final round of the St. Jude Championship golf tournament, Sunday, Aug. 16, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JU6QNQAINGYUYRD7Y4QEBM4JOY.jpg?auth=b37adc6398a7f912a8dd68f78b3326bb2b3111bedb4f5be617f6f1fbf51744d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Si Woo Kim, of South Korea, reacts on the 18thgreen during the final round of the St. Jude Championship golf tournament, Sunday, Aug. 16, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/23WJDM3EUMCOZN7EKHFN44VMIQ.jpg?auth=bd9b29976c8187b0ccae65353d51b32ae4d493fda41094073c163ed5d2ab8faf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns hits from a bunker on the 13th hole during the final round of the St. Jude Championship golf tournament, Sunday, Aug. 16, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Jack Whaley of England holds off Jay Leng Jr. to win US Amateur at Merion]]></title><link>https://www.local10.com/sports/2026/08/16/jack-whaley-of-england-holds-off-jay-leng-jr-to-win-us-amateur-at-merion/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/jack-whaley-of-england-holds-off-jay-leng-jr-to-win-us-amateur-at-merion/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[ARDMORE, Pa. (AP) — Jack Whaley blinked back tears as he clutched the U.S. Amateur championship trophy and could only think of the countless times his father kept encouraging him, kept playing golf with him, all to urge a promising teenager on the cusp of quitting the game to stick with it for better days ahead.]]></description><pubDate>Mon, 17 Aug 2026 00:10:28 +0000</pubDate><content:encoded><![CDATA[<p>ARDMORE, Pa. (AP) — Jack Whaley blinked back tears as he clutched the U.S. Amateur championship trophy and could only think of the countless times his father kept encouraging him, kept playing golf with him, all to urge a promising teenager on the cusp of quitting the game to stick with it for better days ahead.</p><p>With his dad on the bag, Whaley fulfilled Andy Whaley's unwavering belief and capped the tournament victory of his life at Merion with a father-son embrace that put an exclamation point on a career that at one point seemed destined to dry up on English soil.</p><p>“He can actually see me happy, and I can see him happy coming off the golf course,” Whaley said.</p><p>Whaley played with double gloves, needed an umbrella, was stung by a wasp at rainy Merion Golf Club and still pushed through the inconveniences to cap a tremendous tournament and hold off Jay Leng Jr. to win the U.S. Amateur on Sunday.</p><p>Whaley should keep the rain jacket.</p><p>The 22-year-old Englishman gets to soak up the spoils that come with winning amateur golf's greatest prize.</p><p>With the sky finally clear on the rain-slogged course, Whaley sank his final putt for birdie to win the 36-hole final 4 and 3 and hugged it out with his caddie — his father. Whaley's mother ran out to join them for a family embrace while Andy gripped the famed wicker basket flagstick.</p><p>“This week it just clicked,” Andy Whaley said. “I can’t explain it. I don’t know why.”</p><p>His son broke down in tears as he held the Havemeyer Trophy and dedicated the win to his father, who never gave up on Jack, even as he kept missing cuts as a teenager.</p><p>“As we were driving back, I was looking at my dad with some of the names that are on this thing,” Whaley said after his win. “I never thought my name would among such impressive people.”</p><p>Whaley made a rapid rise from NAIA star to Florida State to amateur champion the college senior now has an exemption into the 2027 US Open, and the 2027 British Open at St. Andrews and the Masters should he remain an amateur. He wore his Florida State Seminoles cap and team colors for the championship round.</p><p>Whaley won the seventh U.S. Amateur held at Merion and is the first Englishman winner since Matt Fitzpatrick at Brookline in 2013.</p><p>Whaley shook off a wasp sting on the fourth fairway in the afternoon session before he rallied his way to the title. Leng, a Stanford junior, held a 2-up advantage through the first 18 holes after both players bogeyed the par-5 18th on an overcast and windy round.</p><p>Whaley pointed to a spot on his right ankle where the wasp got him and left him throbbing for the next two holes.</p><p>“I had to pull this stinger out,” Whaley said with a laugh.</p><p>Maybe the stinger will be immortalized down the line at Merion.</p><p>The U.S. Amateur does hold a special place in Merion history. Take a look at the rock near the 11th hole tee box at Merion and one of the grandest holes in golf is marked.</p><p>“On September 27, 1930, And on this hole, Robert Tyre Jones, Jr., completed his ‘Grand Slam’ by winning the U.S. Amateur Championship.”</p><p>It was on that hole where Bobby Jones closed out Eugene Homans 8 and 7 in the 36-hole final and clinched golf’s only season Grand Slam with a win at the U.S. Amateur.</p><p>Ben Hogan also has a plaque that honors his 1-iron on the 18th hole of the 1950 Open.</p><p>“It's a huge honor to be part of the names of all the famous people,” Whaley said.</p><p>Aaron Rai used double gloves months earlier in his PGA Championship victory at nearby Aronimink Golf Club, just as Whaley did months later.</p><p>Whaley made the change after he sliced one out of bounds on six because the rain affected his grip.</p><p>“It seemed to work, so I kept going,” Whaley said.</p><p>Merion is set to host the US Open in 2030, 2040, and 2050, alongside the U.S. Women’s Open in 2034 and 2046.</p><p>Consider, Whaley will be only 46 years old in 2050.</p><p>Whaley is No. 90 in the world amateur golf ranking, while Leng is at No. 23.</p><p>Leng gets pretty nice consolation prizes. He also earned a spot on the 2026 U.S. Walker Cup team, in the Masters and the U.S. Open at Pebble Beach next year, provided he is still an amateur.</p><p>The other five players named to the Walker Cup team were Kihei Akina, Ryder Cowan, Josiah Gilbert, William Jennings and Stewart Hagestad.</p><p>“It shows I can compete with the best,” Leng said. “I can compete with anyone, honestly. I can’t wait to see what’s next.”</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CSJBW6CM63MXYOHF5NPOLOLFFY.jpg?auth=bba870d53c312971800f9a6ca2ca0b9964aab53894ed392051526d823162fe5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jack Whaley admires his US Amateur golf championship trophy Sunday, Aug. 16, 2026, at Merion Golf Club in Ardmore, Pa. (AP Photo/Dan Gelston)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Gelston</media:credit></media:content></item><item><title><![CDATA[Trump orders Pentagon to scale back joint exercises with South Korea]]></title><link>https://www.local10.com/news/world/2026/08/16/trump-orders-pentagon-to-scale-back-joint-exercises-with-south-korea/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/16/trump-orders-pentagon-to-scale-back-joint-exercises-with-south-korea/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump ordered the Pentagon on Sunday to scale back annual joint military exercises with South Korea, saying the ally declined to help with the war against Iran and citing his good relationship with North Korea's Kim Jong Un.]]></description><pubDate>Mon, 17 Aug 2026 01:36:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump ordered the Pentagon on Sunday to scale back annual joint military exercises with South Korea, saying the ally declined to help with the war against Iran and citing his good relationship with North Korea's Kim Jong Un.</p><p>Trump said in a social media post that the exercises, which began Monday, are not only costly but “send a signal that is totally inappropriate and hostile” to North Korea, which he said “has been unthreatening and respectful” during his time in the White House.</p><p>“Therefore, and based on the fact that it is too late to cancel, I have instructed Secretary of War, Pete Hegseth, to substantially reduce the Joint Military Exercises!” Trump wrote. The president added that he recently asked South Korea’s president if they would join the U.S. in the “denuclearization” of Iran, “and they said, ‘No thanks!’”</p><p>The move is the latest example of the president appearing to turn against an ally in favor of a leader that previous administrations have cast as an adversary. Trump and others in his administration have also railed against NATO allies over perceived lack of support for his war against Iran, even as they seek to confront an increasingly aggressive Russia in the Baltic region.</p><p>It is also a sharp turnaround from how his administration has viewed South Korea in recent months.</p><p>In May, Hegseth praised the longtime ally for its “commitment to increase defense spending" and its "leadership in assuming primary responsibility for the security of the Korean Peninsula" during a meeting at the Pentagon.</p><p>“It demonstrates alliance burden-sharing that all of America’s partners would do well to follow," the defense secretary added.</p><p>What the US military says about the joint exercises</p><p>The 11 days of exercises involving 18,000 South Korean soldiers were designed to beef up readiness against North Korean threats.</p><p>The U.S. military has said the summertime Ulchi Freedom Shield exercises reinforce “the role of the alliance as the linchpin for regional peace and security” and reaffirm “the ironclad commitment between the United States and the Republic of Korea to defend their homelands.” The exercises are one of the two main combined drills conducted by the South Korean and U.S. militaries annually, along with their springtime training.</p><p>U.S. and South Korean forces were expected to practice joint operations in complex scenarios, including a live-fire exercise to test joint precision targeting and maneuver, a wet gap crossing, and distribution of prepositioned military equipment, according to the U.S. military. South Korea's Defense Ministry confirmed that the exercises began on Monday as planned.</p><p>The joint training started days after North Korea resumed ballistic missile testing activities in defiance of U.N. bans.</p><p>Trump's decision was sharply criticized by Democratic Sen. Mark Kelly, a former Navy pilot, who said that “hollowing out these joint exercises is shortsighted and a mistake” in a social media post made just hours after the president's own post. Earlier this month, South Korea, the U.S. and Japan detected the launches of two ballistic missiles from North Korea in what were the North’s first ballistic weapons testing activities since late June. The missiles landed in the waters off North Korea’s east coast.</p><p>North Korea threatens strong response</p><p>North Korea has been pushing hard to enlarge its nuclear and missile arsenals since Kim’s high-stakes diplomacy with Trump collapsed in 2019. Experts say Kim likely believes a bigger weapons arsenal would increase his chances for wresting more concessions from the U.S. in future negotiations.</p><p>North Korea on Friday threatened unspecified stern steps against the U.S. and South Korea, describing their military drills as a “a rehearsal for an aggressive war” that are triggering greater instability in the region.</p><p>The warning was typical of the harsh rhetoric that North Korea often deploys ahead of major U.S.-South Korean military exercises. Experts say North Korea has often used its rivals’ drills as a pretext to ramp up testing activities to modernize weapons and promote public support for the reclusive North Korean leader.</p><p>Trump met with the North Korean leader three times during his first term to discuss the country’s nuclear program, most recently in 2019. Since returning to office, Trump has expressed interest in continuing those discussions. In September 2025, Kim said he held “good personal memories” of Trump and suggested he could return to talks if the U.S. drops “its delusional obsession with denuclearization” of North Korea.</p><p>Trump's announcement came a day after he posted a photo of himself standing next to North Korea's Kim, writing that the two leaders get along great “despite the unfriendly look on this particular picture.”</p><p>This is not the first time that Trump has sought to end the exercises. During his first term he also issued a surprise announcement that called the war games “provocative.”</p><p>“We will be stopping the war games, which will save us a tremendous amount of money, unless and until we see the future negotiation is not going along like it should,” Trump told reporters after his 2018 meeting with Kim in Singapore.</p><p>__</p><p>Associated Press writer Hyung-jin Kim in Seoul, South Korea, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MPD5WENJVCNDVANQKSWB55OSUA.jpg?auth=3e5daec5681b4839f362458fd7ee630f3290506448be8c586433efa187c99c9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump gestures as he boards 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></item><item><title><![CDATA[Gran cantidad de perros asisten a misa por la festividad de San Roque en Bolivia]]></title><link>https://www.local10.com/espanol/2026/08/16/gran-cantidad-de-perros-asisten-a-misa-por-la-festividad-de-san-roque-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/gran-cantidad-de-perros-asisten-a-misa-por-la-festividad-de-san-roque-en-bolivia/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ, Associated Press]]></dc:creator><description><![CDATA[LA PAZ (AP) — Las plazas de La Paz en Bolivia se poblaron el domingo de coquetos perros de todos los tamaños, razas y colores para jugar, compartir y asistir a una misa que un templo católico de la ciudad celebró en honor de San Roque, el santo patrono de los canes.]]></description><pubDate>Sun, 16 Aug 2026 21:24:21 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ (AP) — Las plazas de La Paz en Bolivia se poblaron el domingo de coquetos perros de todos los tamaños, razas y colores para jugar, compartir y asistir a una misa que un templo católico de la ciudad celebró en honor de San Roque, el santo patrono de los canes.</p><p>La céntrica iglesia se llenó de fieles y mascotas para la misa. El cura leyó un centenar de nombres de mascotas y sus familiares humanos que participaron de la celebración. Algunas señoras llevaban una foto de sus mascotas fallecidas.</p><p>“Las mascotas no sólo son fieles compañeras, alegran nuestras vidas y son parte de la familia”, manifestó el sacerdote Sandro Arana.</p><p>Con lágrimas en los ojos, la joven Priscila Belmonte le dijo a The Associated Press que tiene en casa 12 animales: 7 perros y cinco gatos. “Mi madre es muy católica y amante de los animales. También alimenta a los perros de la calle. Que Dios los proteja siempre”, expresó.</p><p>Cerca de allí, en el cuartel de la Unidad Táctica de Operaciones Policiales, el comandante Martín Gálvez agasajó a los canes de la institución, los cuales acompañaron a la policía durante duras protestas recientes en La Paz.</p><p>“Siempre hay amigos de cuatro patas que nos acompañan en estas operaciones, y por eso les estamos agradecidos”, señaló. En premio recibieron alimento especial y casas nuevas.</p><p>En medio de abundantes ladridos, muchos dueños presumían a sus canes en las plazas, vestidos con elegantes trajes y coloridos atuendos. Todos iban sujetos con correas. No faltó alguno con frac, e incluso hubo quienes buscaron bronca con los rivales.</p><p>Por su parte, la alcaldía de la ciudad preparó un “show de talentos” en una avenida céntrica y organizó un concurso de perros con alguna habilidad.</p><p>Instituciones de salud publica aprovecharon la ocasión para promocionar la vacunación y, sobre todo, concientizar acerca de la tenencia responsable de canes, enfatizando el cuidado, respeto y bienestar de los animales caseros. Algunos activistas promocionaron la adopción de perros abandonados.</p><p>En su homilía, el sacerdote Arana recordó que San Roque fue un peregrino francés del siglo XIV que regaló sus bienes a los pobres y curaba a enfermos de la peste en Italia. Se le llamó el santo de los perros porque, al enfermar él mismo y aislarse en un bosque, un can le llevaba pan y le lamía las heridas.</p><p>San Roque también es el santo patrono de la ciudad de Tarija, en el sur de Bolivia, que el domingo celebró su festividad religiosa. El santo fue sacado en procesión por las calles, seguido de autoridades y danzarines en el mayor día festivo en esa ciudad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHWC3GOFW6QYVEUBJVNWKBRMIY.jpg?auth=d88782a2559987fd9c595039238fb48971684600981fee6d8a1ba82e78369ae7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer que lleva a su perro sobre los hombros asiste a misa en la parroquia del Gran Poder con motivo de la festividad de San Roque, el santo patrón de los perros, el domingo 16 de agosto de 2026, en La Paz, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K47AHH7IHVZGEKS27GOKWZF3YM.jpg?auth=fec1ac2c875cfb5efaaf0b6740af07d5f6afbb21017392f8dc18f28a76afe8a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El sacerdote católico Saúl Mamani bendice a perros con agua bendita durante la misa en la parroquia del Gran Poder, con motivo de la festividad de San Roque —patrono de los perros—, el domingo 16 de agosto de 2026, en La Paz, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOIT4CG4QEICB2PZXSTANIR3RE.jpg?auth=c55b8cf12582ad95e2dae55e5be75aea935115a049efeab953003c005b38d1f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mujeres que cargan perros asisten a misa en la parroquia del Gran Poder con motivo de la festividad de San Roque, el santo patrón de los perros, el domingo 16 de agosto de 2026, en La Paz, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Lake Powell hits record low, threatening key water and electricity supply for millions]]></title><link>https://www.local10.com/news/national/2026/08/16/lake-powell-hits-record-low-threatening-key-water-and-electricity-supply-for-millions/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/16/lake-powell-hits-record-low-threatening-key-water-and-electricity-supply-for-millions/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The water level at Lake Powell, the United States’ second-largest reservoir, has fallen to a record low, heightening concerns about the ongoing crisis in the Colorado River system.]]></description><pubDate>Sun, 16 Aug 2026 21:18:27 +0000</pubDate><content:encoded><![CDATA[<p>The water level at Lake Powell, the United States’ second-largest reservoir, has fallen to a record low, heightening concerns about the ongoing crisis in the Colorado River system.</p><p>The alarming milestone at Lake Powell, reached Saturday, comes about a week after the river’s other major reservoir, Lake Mead, also hit a historic low. Plummeting water levels pose a major threat to the Colorado River Basin, which is a key resource for wildlife, hydropower and more than 40 million people in seven U.S. states.</p><p>The historic lows come as the federal government and states that rely on the river — California, Arizona, Nevada, New Mexico, Utah, Wyoming and Colorado — struggle to reach agreement on a long-term management plan for the dwindling resource. Persistent overuse combined with a record-dry winter and rising temperatures have been depleting both Lake Powell and Lake Mead.</p><p>Lake Powell’s elevation dropped to 3,519.91 feet (1072.9 meters) above sea level on Saturday, dropping just slightly below a previous record set in April 2023, according to data from the U.S. Bureau of Reclamation. The lake is more than 20 feet (6.10 meters) lower than it was at the start of the year, USBR data shows.</p><p>The reservoir is now about 30 feet (9.1 meters) away from the point at which turbines would stop producing hydroelectric power. Federal officials warned in April that a “major intervention” would be necessary to avoid reaching that threshold by the end of this year.</p><p>USBR in July proposed a 10-year plan that includes major potential water cuts for Arizona, California and Nevada.</p><p>The crisis has been in the making for years. Both reservoirs are at the lowest they have been in nearly seven decades, and levels may continue to drop, USBR data shows.</p><p>The last time their combined storage was this small was in May 1957 when Glen Canyon Dam that holds back Powell was being built, according to a recent paper published by a group of academics and retired water officials. Powell began to fill in 1963.</p><p>The depletion has also impacted Lake Powell’s substantial tourism industry, forcing marinas in the reservoir to adapt. Boat ramps have closed or moved, new ones are being added and marinas have been temporarily relocated to deeper waters.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HFGYGSK5GMC53VCCHO2HT22WFQ.jpg?auth=0579026b2ed4068deb7dc6ea2f3637151f05e22c0ea4a6ec93b2374a42d23164&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Wahweap Marina floats on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXXTGEENME5YAW2Q4VRMOUZLUM.jpg?auth=8084d9ff6b270f2fdc13282faeb06acf9449d01a62bc1bc7eac175d503b0dc38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person takes a picture during a tour on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. A bathtub ring of light minerals on the canyon wall shows the high water mark of the reservoir. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Colombia prioriza la búsqueda de más de un centenar de desaparecidos tras devastador terremoto]]></title><link>https://www.local10.com/espanol/2026/08/16/colombia-prioriza-la-busqueda-de-mas-de-un-centenar-de-desaparecidos-tras-devastador-terremoto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/colombia-prioriza-la-busqueda-de-mas-de-un-centenar-de-desaparecidos-tras-devastador-terremoto/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — A medida que se agota el tiempo para encontrar sobrevivientes tras el terremoto de 7.4 grados que azotó al oeste de Colombia, los equipos de socorro priorizan la localización de más de un centenar de desaparecidos, aseguró el domingo el presidente Abelardo de la Espriella.]]></description><pubDate>Sun, 16 Aug 2026 20:01:53 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — A medida que se agota el tiempo para encontrar sobrevivientes tras el terremoto de 7.4 grados que azotó al oeste de Colombia, los equipos de socorro priorizan la localización de más de un centenar de desaparecidos, aseguró el domingo el presidente Abelardo de la Espriella.</p><p>El sismo del pasado lunes, que tuvo su epicentro en el municipio de San José del Palmar, departamento del Chocó, registra un balance provisional de 289 muertos, 4.187 heridos y 143 personas de las que aún no se tiene rastro, informó el mandatario en una rueda de prensa.</p><p>Desde la Base Naval de Buenaventura, donde realizó un recorrido de inspección, De la Espriella enfatizó que “la instrucción es atender esa emergencia con los desaparecidos porque lo más importante aquí es salvar vidas”.</p><p>Tras calificar de dramática la situación escolar por la afectación a los 2.838 centros educativos, el presidente afirmó que las clases serán virtuales, aunque no precisó una fecha para el reinicio del ciclo.</p><p>De la Espriella también se comprometió a entregar los recursos financieros necesarios para el área de salud, reforzar los equipos médicos, así como el traslado oportuno de los “casos de mayor complejidad” a hospitales con mayor capacidad.</p><p>En tanto, en el sexto día de labores de búsqueda y rescate desde que ocurrió el temblor, el capitán Roni Kaplan, vocero de la Fuerza de Defensa israelí, aseguró en su cuenta de X que “se va cerrando la ventana de esperanza de encontrar gente bajo los escombros con vida”, pero alentó a las familias afectadas: “estamos haciendo lo imposible, los abrazamos con el alma”, escribió.</p><p>El equipo israelí -uno de los tres avalados por el gobierno de Colombia para efectuar esas tareas junto a Estados Unidos y Ecuador- informó que la víspera, en Cali, en el Valle del Cauca, recuperaron cuatro cuerpos bajo los escombros de un edificio.</p><p>El puesto de mando unificado se mantiene reunido para evaluar la situación tras el potente terremoto que dejó además 186.000 personas afectadas, 26.945 viviendas destruidas, daños en otras 127.557, y 66 edificios colapsados, informó la Unidad Nacional de Gestión de Riesgos.</p><p>El recientemente posesionado presidente de Colombia afronta uno de los más grandes desafíos al inicio de su gobierno  y ha declarado desastre nacional y la emergencia económica.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZNRVCBFVHASI2K7KDPEMYU7OKM.jpg?auth=303a31dc3a3aae75d193fec4f5dda8a42c6435a1a7c51a26638c969b10e30592&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un bombero que trabaja en labores de rescate sostiene una bandera colombiana entre los escombros tres días después del sismo, en Cali, Colombia, el jueves 13 de agosto de 2026. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Barcelona set to sign Rodri after agreeing to deal with Man City, AP source says]]></title><link>https://www.local10.com/sports/2026/08/16/barcelona-set-to-sign-rodri-after-agreeing-to-deal-with-man-city-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/barcelona-set-to-sign-rodri-after-agreeing-to-deal-with-man-city-ap-source-says/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[Rodri, Spain’s World Cup-winning captain, appears to be heading back to Spain after Manchester City and Barcelona reached an agreement over the midfielder’s transfer.]]></description><pubDate>Sun, 16 Aug 2026 20:13:28 +0000</pubDate><content:encoded><![CDATA[<p>Rodri, Spain’s World Cup-winning captain, appears to be heading back to Spain after Manchester City and Barcelona reached an agreement over the midfielder’s transfer.</p><p>The clubs have agreed to a deal for Rodri worth 76.5 million euros ($88.5 million), a person with knowledge of the transaction confirmed to The Associated Press on Sunday.</p><p>The person spoke on the condition of anonymity because the details of the deal have not been made public.</p><p>Neither City nor Barcelona have made any official comment about the transfer.</p><p>The 30-year-old Rodri has played for City since joining from Atletico Madrid in 2019. He scored the winning goal in the Champions League final victory over Inter Milan in 2023 and won the Ballon d'Or as the world's best player the following year after being part of Spain's European Championship-winning team.</p><p>He was an integral member of Spain's team that won the World Cup last month and won the Golden Ball as the tournament's best player.</p><p>Rodri had one year left on his contract with City.</p><p>His departure would further weaken City's midfield, with Bernardo Silva having left and joined Real Madrid this summer.</p><p>Rodri did not play Sunday in City’s 3-0 defeat to Arsenal in the Community Shield. He is currently recovering from minor back surgery that he underwent after the World Cup.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XVOQDPEBTBXCYSUCIF27OHBXLM.jpg?auth=cc1800a6a55931cf21a78c691b88e720fe43549ff6f9a262feb5bf0daf6bdf72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Rodri poses with the tournament's best player award at the end of the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRTLWZOWBYKPLW5YCCOXWTUIYA.jpg?auth=0788e7b596dc84a98eeb2182e3a23f988aa5cb4be543cf66cf6047b8922ea014&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Rodri celebrates with the tournament's best player award after the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WUUKBJQBFBR6NPSFR4I73K7UXQ.jpg?auth=584d8192197680b90dfc9455c496b1a15b99ac6f139eec05050aaa9272175cd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Rodri (16) vies for the ball against Argentina's Julian Alvarez (9) during the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[12 more bodies are recovered in Zimbabwe's ferry disaster, bringing death toll to 84]]></title><link>https://www.local10.com/news/world/2026/08/16/12-more-bodies-are-recovered-in-zimbabwes-ferry-disaster-bringing-death-toll-to-84/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/16/12-more-bodies-are-recovered-in-zimbabwes-ferry-disaster-bringing-death-toll-to-84/</guid><dc:creator><![CDATA[By FARAI MUTSAKA, Associated Press]]></dc:creator><description><![CDATA[HARARE, Zimbabwe (AP) — Authorities on Sunday searched for more bodies from an over loaded ferry that capsized on Lake Kariba in Zimbabwe last week as the death toll in the disaster rose to more than 80 people.]]></description><pubDate>Sun, 16 Aug 2026 19:44:57 +0000</pubDate><content:encoded><![CDATA[<p>HARARE, Zimbabwe (AP) — Authorities on Sunday searched for more bodies from an over loaded ferry that capsized on Lake Kariba in Zimbabwe last week as the death toll in the disaster rose to more than 80 people.</p><p>The ferry capsized in strong waves on Tuesday. Police on Sunday said the death toll had risen to 84, from 72 the previous day as more bodies were recovered. Zimbabwe’s disaster management agency has said 77 people were rescued.</p><p>Estimates had put the number of passengers as high as 153 on a ferry authorized to carry 90 people, but the latest official figures now suggest the number of passengers could be even higher.</p><p>Police in the southern African country said “search efforts are still underway in a bid to recover victims identified as missing.”</p><p>The aging ferry was traveling from the town of Kariba to rural and fishing communities in the country’s northwest, where roads are damaged and public transportation is scarce.</p><p>Among the dead are 18 children, with the youngest just 1 year old. According to police, 16 of the victims were aged 10 or younger.</p><p>Kariba is the world’s largest human-made lake by volume, created by damming the mighty Zambezi River in the late 1950s and early 1960s. It stretches more than 200 kilometers (124 miles) and is up to 40 kilometers (25 miles) wide in places.</p><p>Zimbabwe and Zambia share the lake, with their border running through its middle.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UZ66MJHGPVFMBIK3ETYA53EGZA.jpg?auth=2faa78c8949193d092785f050a04ce5d4c05a0207711e185aea90c04807ae438&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philis Hamandise, center, is embraced through a gate by a colleague at a victim identification center after losing her 9-year-old daughter and 6-year-old nephew in a ferry capsizing on Lake Kariba, in Kariba, Zimbabwe, Thursday, Aug. 13, 2026. (AP Photo/Mkhululi Thobela)]]></media:description><media:credit role="author" scheme="urn:ebu">Mkhululi Thobela</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RBQKSELZO4DB5KWGWLV25S6BPE.jpg?auth=b1fbcd969bab2dd480d7a587cab4229bdfa0eb129e884dcf9a1936d75cc39dad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family members walk past caskets carrying their loved ones during a memorial service for the victims of a ferry that capsized on Lake Kariba in Kariba, Zimbabwe, Thursday, Aug. 13, 2026. (AP Photo/Mkhululi Thobela)]]></media:description><media:credit role="author" scheme="urn:ebu">Mkhululi Thobela</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7PAWMWPGTF4IXB55FOZDIPM2E.jpg?auth=1fc204e2b845f38beca56d73fe12bd54f6494207b84c915987e286f293f4f4e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family member reacts after she sees her father's name on the coffin during a memorial service for the victims of a ferry that capsized on Lake Kariba in Kariba, Zimbabwe, Thursday, Aug. 13, 2026. (AP Photo/Mkhululi Thobela)]]></media:description><media:credit role="author" scheme="urn:ebu">Mkhululi Thobela</media:credit></media:content></item><item><title><![CDATA[Arizona third baseman Arenado worried after leaving loss to the Braves with left trunk discomfort]]></title><link>https://www.local10.com/sports/2026/08/16/arizona-third-baseman-arenado-worried-after-leaving-loss-to-the-braves-with-left-trunk-discomfort/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/arizona-third-baseman-arenado-worried-after-leaving-loss-to-the-braves-with-left-trunk-discomfort/</guid><dc:creator><![CDATA[By PAUL NEWBERRY, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — One day after hitting two homers, Arizona Diamondbacks third baseman Nolan Arenado was fretting about a pain he's never felt.]]></description><pubDate>Sun, 16 Aug 2026 21:22:13 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — One day after hitting two homers, Arizona Diamondbacks third baseman Nolan Arenado was fretting about a pain he's never felt.</p><p>Arenado pulled himself out of a 5-3 loss to the Atlanta Braves in the fourth inning Sunday with what was described as left trunk discomfort.</p><p>He only hopes it's not too serious, especially when the Diamondbacks are vying for a playoff spot. They came into the day in a three-way tie with San Diego and Philadelphia for the final two NL wild-card spots.</p><p>“I am worried,” Arenado said. “I’ve never had that before, so I don't know what it is.”</p><p>Arenado said he initially felt the pain while bending over in the batter's box and it felt worse after he swung. He slowed up noticeably while running to first and quickly decided to leave the game.</p><p>“I felt a little bit of pain in my intercostal area,” he said in the clubhouse afterward, pointing toward his left rib cage. “I don't know. It just didn't feel right. I haven't really felt that before, so I had to get get taken out of the game.”</p><p>With the team heading to Boston for the start of a three-game series on Monday, Arenado will have as MRI to determine the extent of the injury.</p><p>“It doesn't feel great,” he said. "I felt it before the at-bat, but it didn’t feel like pain or anything. Then, when I swung, I was like ‘ahh.’ It wasn’t getting drastically worse, but it doesn’t feel right. So I thought I would let them know.”</p><p>That raised the concern of manager Torey Lovullo.</p><p>“The last thing he wants to do is take himself out of the game,” Lovullo said. “That's just his mentality. He's ferocious. He wants to play every inning of every game. When I got that news, it wasn't great.”</p><p>While expressing cautious optimism that the injury isn't serious, Lovullo was taken aback when told by the media that Arenado described it as an intercostal issue, referring to the muscles between the rib cage.</p><p>“That's news to me,” the skipper said. “If he's concerned, then that will ramp up my concern. We care about each other in this clubhouse.”</p><p>The 35-year-old Arenado, an eight-time All-Star and 10-time Gold Glove winner, has made a big impact in his first season with the Diamondbacks. He is hitting .241 with 20 homers and 62 RBIs after being acquired in a salary-dump trade with St. Louis during the offseason.</p><p>“He's having a tremendous year," Lovullo said. "I thought about giving him the day off, but he hit two home runs yesterday and had a really nice day. He didn't want it, nor did he ask for it, but it's one of those things where you're got to be careful in different situations. He's just been playing hard, but something didn't feel right, so he spoke up.”</p><p>Arenado said he's used to the normal aches and pains at this stage of his career, especially when playing the day after a night game.</p><p>“It's a day game, so it's hard to get going," he said. "You always feel things that don't feel quite loose, but you get loose as the game goes on. I didn't feel it hitting it the cage today getting loose for the game. I didn't really feel anything until I bent over to put my leg guard on. Then I felt a little something swinging and that was it.”</p><p>Arenado was replaced by Ildemaro Vargas, who homered in the seventh to tie the game at 2, before Atlanta's Matt Olson hit a three-run homer in the bottom of the frame.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PRFJBSVBYRN7DWLINMY5JTQCCA.jpg?auth=a4566f2d5e27490f2297ba58bd486a5715a54e05067d8253f2e7a2005cd06b01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks third baseman Nolan Arenado (28) follows through on an RBI grounder against the Atlanta Braves during the second inning of a baseball game, Saturday, August 15, 2026, in Atlanta. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LJ762QS7FA73NHQHXRVRRJWF6I.jpg?auth=50662ea72d385fdcad601e63724aa900b673e0373ebbbf681642955453a987ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks third baseman Nolan Arenado (28) celebrates with first baseman Tim Tawa (13) after the Diamondbacks defeated the Atlanta Braves during the ninth inning of a baseball game, Saturday, August 15, 2026, in Atlanta. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFKKSSERECSIDE6A3EONZVDDD4.jpg?auth=9d88853c383eb88edc1ac7dfc8d8b126a0988ee34c0ddf7945318bb54d40c00c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Nolan Arenado, right, reacts while rounding the bases after hitting a solo home run off Atlanta Braves pitcher Brent Suter, left, during the seventh inning of a baseball game, Saturday, Aug. 15, 2026, in Atlanta. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[Lala se degrada a tormenta tropical y provoca fuertes lluvias y vientos en las islas hawaianas]]></title><link>https://www.local10.com/espanol/2026/08/16/lala-se-degrada-a-tormenta-tropical-y-provoca-fuertes-lluvias-y-vientos-en-hawai/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/lala-se-degrada-a-tormenta-tropical-y-provoca-fuertes-lluvias-y-vientos-en-hawai/</guid><dc:creator><![CDATA[Por MIKELLA SCHUETTLER y KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[El huracán Lala se debilitó el domingo hasta volver a la categoría de tormenta tropical después de que su pared del ojo rozara Hawai sin tocar tierra, pero siguió castigando a la Isla Grande con ráfagas con fuerza de huracán y lluvias incesantes, que en algunos lugares alcanzaron un total de casi un metro (tres pies) y enviaron torrentes embravecidos ladera abajo.]]></description><pubDate>Sun, 16 Aug 2026 23:10:42 +0000</pubDate><content:encoded><![CDATA[<p>El huracán Lala se debilitó el domingo hasta volver a la categoría de tormenta tropical después de que su pared del ojo rozara Hawai sin tocar tierra, pero siguió castigando a la Isla Grande con ráfagas con fuerza de huracán y lluvias incesantes, que en algunos lugares alcanzaron un total de casi un metro (tres pies) y enviaron torrentes embravecidos ladera abajo.</p><p>Las autoridades informaron que se puso en marcha una misión de búsqueda y rescate en la que participaron Defensa Civil, la Guardia Nacional y un helicóptero de la Guardia Costera, después de que, al parecer, inundaciones repentinas arrancaran de sus cimientos varias viviendas habitadas en las comunidades costeras de Na’alehu y Wai’ohinu, cerca del extremo sur de la isla.</p><p>“Lo que hace que esto sea muy difícil es que hay agua corriendo, hay escombros y hay rocas en la carretera, y está oscuro”, dijo la mañana del domingo el alcalde del condado de Hawai, Kimo Alameda.</p><p>Al menos una persona murió en un accidente vehicular en el área de South Point de la Isla Grande, indicó el sábado el gobernador Josh Green.</p><p>La mañana del domingo, Honolulu enfrentaba la peor parte del clima, a medida que las condiciones de tormenta tropical se extendían hacia el oeste a través de la cadena de islas. El Departamento de Bomberos de Honolulu había realizado decenas de intervenciones relacionadas con el clima hasta las 2 de la mañana del domingo, hora local, incluidas 58 denuncias de árboles caídos, 39 techos arrancados por el viento, 12 líneas eléctricas caídas, 12 situaciones de cables con arcos eléctricos y un rescate de un nadador, según un comunicado de la ciudad.</p><p>Una advertencia de inundaciones repentinas abarcaba todo el estado, de acuerdo con el Servicio Meteorológico Nacional. La lluvia intensa, los deslizamientos de lodo, los árboles caídos, las inundaciones activas y las líneas eléctricas caídas figuraban entre las mayores amenazas, señaló la mañana del domingo el experto del servicio meteorológico Stephen Parker.</p><p>“Básicamente, lo mejor que se puede hacer ahora mismo es quedarse en casa un poco más”, afirmó. “La tormenta no durará para siempre y, una vez que se limpien ese tipo de amenazas, será seguro volver a salir”.</p><p>Más de 200.000 hogares y negocios estaban sin electricidad la mañana del domingo en las tres islas más grandes de Hawai, según el rastreador de servicios públicos poweroutage.us. Al menos tres hospitales operaban con energía de generadores, dijo el gobernador.</p><p>Olas poderosas azotaban la costa de la Isla Grande mientras Lala pasaba lentamente. Al quedarse a poca distancia de tocar tierra, su pared del ojo no se debilitó y sus vientos golpearon las laderas de las montañas. Los cauces crecieron con escorrentías de rápido desplazamiento mientras bandas pluviales soplaban casi de lado.</p><p>Qué sigue para Lala</p><p>Había advertencias de tormenta tropical vigentes para las islas de Maui, Molokai, Lanai, Kahoolawe, Oahu, Kauai y Niihau, lo que elevaba la posibilidad de inundaciones destructivas e incluso de incendios forestales avivados por vientos fuertes en los lados más secos de las islas.</p><p>Parker explicó que la lluvia más intensa de la mañana del domingo caía sobre Lanai, Moloka’i y Oahu, mientras que los vientos más fuertes eran ráfagas de más de 161 km/h (100 mph) en el imponente volcán Mauna Kea, en la Isla Grande.</p><p>A las 5 de la mañana del domingo en Hawai, Lala se encontraba centrada a unos 125 kilómetros (75 millas) al sur de Honolulu y sus vientos con fuerza de tormenta tropical se extendían hasta unos 220 km (140 millas) desde su centro.</p><p>Los pronosticadores esperan que Lala vuelva a adquirir fuerza de huracán a mitad de semana, una vez que esté bien al oeste de la cadena de islas.</p><p>Algunos lugares de mayor altitud en la Isla Grande, dominados por Mauna Kea, han recibido hasta 89 centímetros (35 pulgadas) de lluvia. Eso basta para aflojar laderas empinadas donde algunos de los 210.000 habitantes de la isla viven fuera de la red eléctrica en viviendas improvisadas.</p><p>A medida que se acercaba el huracán, se abrieron refugios, se cancelaron eventos y se instó a los ganaderos a dejar su ganado en los pastizales en lugar de en estructuras que podrían derrumbarse. Muchos residentes aún lidian con las secuelas de las devastadoras inundaciones de marzo y estaban tomando precauciones.</p><p>___</p><p>La periodista de The Associated Press Jennifer Sinco Kelleher contribuyó desde Honolulu.</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/GJ3NVBMHHDOL6VHFWLE7SLKDLI.jpg?auth=096635c093290d153c2c0be254c3218377de572e806b309b4c2ae4ea4c83fdb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital proporcionada por la Oficina Nacional de Administración Oceánica y Atmosférica (NOAA, por sus siglas en inglés) tomada a las 3:50 p. m. EDT del domingo 16 de agosto de 2026, muestra la tormenta tropical Lala sobre Hawai. (NOAA vía AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HMBTFI5W4ZPGH4QRCV6JWCIHIQ.jpg?auth=21b535ab2517fb336115ce5e6343be4035a274526921907b5c08ac01f936985c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Imagen de la crecida de las aguas en el puente Wainaku Street en Hilo, en la Isla Grande de Hawai, el sábado 15 de agosto de 2026. (Taylor Cozloff/Civil Beat vía AP]]></media:description><media:credit role="author" scheme="urn:ebu">Taylor Cozloff</media:credit></media:content></item><item><title><![CDATA[Cameroon beats Malawi 3-0 to win Women’s Africa Cup of Nations for the first time]]></title><link>https://www.local10.com/sports/2026/08/16/cameroon-beats-malawi-3-0-to-win-womens-africa-cup-of-nations-for-the-first-time/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/cameroon-beats-malawi-3-0-to-win-womens-africa-cup-of-nations-for-the-first-time/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RABAT, Morocco (AP) — Three goals for three lost finals.]]></description><pubDate>Sun, 16 Aug 2026 21:59:26 +0000</pubDate><content:encoded><![CDATA[<p>RABAT, Morocco (AP) — Three goals for three lost finals.</p><p>Cameroon finally won the Women’s Africa Cup of Nations on Sunday with a 3-0 victory over tournament debutant Malawi.</p><p>Marie Ngah Manga headed two goals and Naomi Eto scored the other while Cameroon kept Malawi’s Chawinga sisters in check to claim its first win in the final at the fourth attempt.</p><p>The Indomitable Lionesses, who failed to qualify for the previous edition of the tournament, had lost on their last three appearances in the final – all to 10-time winner Nigeria.</p><p>“I feel like it’s a dream because you know Cameroon have been working hard to have this moment and today for us to be champion of Africa is a very, very wonderful thing,” Ngah Manga said.</p><p>FIFA's under-fire president, Gianni Infantino, attended the game along with CAF President Patrice Motsepe.</p><p>Infantino later helped Motsepe hand out medals to the top three teams. Algeria defeated Morocco in the third-place decider on Saturday.</p><p>Infantino also posed with Motsepe and Samuel Eto’o, the president of the Cameroon Football Federation, for a photo with Cameroon forward Monique Ngock after she received the player of the tournament trophy.</p><p>Cameroon too strong</p><p>Malawi made the better start but suffered a double blow when Ngah Manga headed the opener from close range in the 21st minute, shortly before Eto – who had her back to goal – turned brilliantly to send the ball inside the right post.</p><p>Eto was also involved in the first goal, forcing a save from Malawi goalkeeper Mercy Sikelo before Ngah Manga scored.</p><p>Malawi failed to muster a response and Ngah Manga effectively sealed the result on a break when Eto got to the ball before Sikelo and produced a perfect cross for her teammate to head her second goal of the game and fifth overall in the tournament.</p><p>Cameroon substitutes ran onto the field to celebrate with their teammates.</p><p>The Chawinga sisters had pushed Malawi after the break. Tabitha Chawinga felt she should have had a penalty, but a VAR check deemed otherwise. Then she drew a good save from Michaely Bihina, and her sister Temwa went close from the rebound.</p><p>Cameroon veteran Gabrielle Aboudi Onguéné went on in stoppage time and duly scored, only to have the goal ruled out for offside. The 37-year-old Onguéné was part of the Cameroon team that lost the final at home to Nigeria in 2016. Despite her disallowed goal, this time she could celebrate.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DVMHQKTJV5ZYSFJHP43R765FNE.jpg?auth=9f1a53f194d5853fea9c04ef52b9f002a728f2808fb3771c424027e406298e6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cameroon's Naomi Leslie Ndjoah Eto, right, celebrates after scoring her team's second goal against Malawi during the Women AFCON 2026 final soccer match, in Rabat, Morocco, Sunday, Aug. 16, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LACFOAIRA6TBZIBZVAWOKBCKMQ.jpg?auth=d86c86f548a76f1e5033ad659b6f36aa387a1fa89b17ce645339cb9dc3283316&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cameroon's Marie Ngah celebrates after scoring her team's third goal against Malawi during the Women AFCON 2026 final soccer match, in Rabat, Morocco, Sunday, Aug. 16, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZTMC3EOCDJDMZCPZCVI3RDH3SM.jpg?auth=4492d6cffa83fd4fb7a145147d639ce73e792698d24f150c64311e3bbc1de57c&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 Women AFCON 2026 final soccer match between Cameroon and Malawi, in Rabat, Morocco, Sunday, Aug. 16, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/54QV4DLS2KUTAYBIBAOBUKWG3U.jpg?auth=66b1d17df2510ccb19903f1d228aac0d4caf14ff83692ff350085f9a652e39a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Malawi's women soccer team poses for a photo ahead of their final match against Cameroon during the Women AFCON 2026, in Rabat, Morocco, Sunday, Aug. 16, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/KZ57M47R5MJBXPGQWPJ35S5ENE.jpg?auth=4dddbeb1effa36b54c887f605991300663e821386ea616a5749641ded2122244&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cameroon's women soccer team poses for a photo ahead of their final match against Malawi during the Women AFCON 2026, in Rabat, Morocco, Sunday, Aug. 16, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Moroccan security forces arrest nearly 300 migrants trying to reach Spain’s Ceuta]]></title><link>https://www.local10.com/news/world/2026/08/16/moroccan-security-forces-arrest-nearly-300-migrants-trying-to-reach-spains-ceuta/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/16/moroccan-security-forces-arrest-nearly-300-migrants-trying-to-reach-spains-ceuta/</guid><dc:creator><![CDATA[By AKRAM OUBACHIR, Associated Press]]></dc:creator><description><![CDATA[CASABLANCA, Morocco (AP) — Hundreds of migrants trying to reach the Spanish exclave of Ceuta by land and sea were arrested by Moroccan security forces, Moroccan state television reported Sunday, as authorities tightened security along the border following calls for a new mass crossing.]]></description><pubDate>Sun, 16 Aug 2026 19:05:59 +0000</pubDate><content:encoded><![CDATA[<p>CASABLANCA, Morocco (AP) — Hundreds of migrants trying to reach the Spanish exclave of Ceuta by land and sea were arrested by Moroccan security forces, Moroccan state television reported Sunday, as authorities tightened security along the border following calls for a new mass crossing.</p><p>Moroccan state broadcaster Medi 1 TV said 294 migrants from sub-Saharan Africa were arrested Saturday while attempting to enter Ceuta. Authorities also arrested 61 Moroccans accused of facilitating the migration attempts, the broadcaster reported.</p><p>The attempted crossings followed a surge in social media posts calling on migrants to make their way to Ceuta, a Spanish city on Morocco’s northern coast. In response, Moroccan and Spanish authorities beefed up security presence and limited movement toward the area.</p><p>The latest attempt comes two weeks after tens of thousands of would-be migrants, driven by poverty and misinformation, rushed toward Ceuta in one of the deadliest migration crises to hit the region. At least 90 people died on both sides of the border, according to official numbers, while human rights groups reported higher figures.</p><p>The interior ministry did not respond to AP’s questions about the latest arrests or the number of security personnel deployed around the border to prevent a new migration push.</p><p>A senior Moroccan diplomat previously said that more than 20,000 Moroccan security personnel are deployed along the border with Ceuta each day, at a cost of hundreds of millions of dollars. The diplomat was not authorized to be publicly named speaking about the issue and spoke on condition of anonymity.</p><p>Thousands of migrants from across Africa and beyond travel to Morocco each year, fleeing conflict, poverty and instability and seeking a route into Europe. Many attempt to reach Ceuta or Melilla, another Spanish exclave on Morocco’s northern coast, hoping eventually to make their way to mainland Spain and better economic opportunities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C4AYIFTXRPMEGVQQIFW7F3HJ4Y.jpg?auth=c4bd14a37ca70c64cbf807f926e231d9ffe56cebfc3852cf07d5c6f31ff05f4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants gather on a hill as they attempt crossing from the border town of Fnideq to the Spanish enclave of Ceuta, Saturday, Aug. 15, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/32SEFJTCO3QD3CNNF6CXAKYPKA.jpg?auth=e7c5c42edfb43aa51e1f3ecc67004ab04813f9d5bffa6cf3b24936bd2222396e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Moroccan security forces stand guard as migrants gather on a hill attempting to cross from the border town of Fnideq to the Spanish enclave of Ceuta, Saturday, Aug. 15, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JWNYGJIWUXWFJQCMJPWWSA7P5A.jpg?auth=5e201fe989d249f9355d95c2e4bd8d352a8ec8043758114ca57601bc0f108ddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants are detained by Moroccan security forces after attempting to cross from the border town of Fnideq to the Spanish enclave of Ceuta, Saturday, Aug. 15, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47CMXQDPUU6TJR4MORN6J64RMQ.jpg?auth=db3ea26324e29d353a29d83e658425fcc265f707e2c5c83af156504e889b6027&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco security forces patrol near the Spanish-Moroccan border seen from the Spanish enclave of Ceuta, Saturday, Aug. 15, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UL5EQWCM67DGXRYLDHDZUBSMKQ.jpg?auth=3c5a26e7fde72d1f69e8ff8261ab6cd4d6d437fedad1207b204b8ccc269cb7cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco security forces, bottom left, patrol the Spanish-Moroccan border seen from the Spanish enclave of Ceuta, Saturday, Aug. 15, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: August 16, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-full-episode-august-16-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-full-episode-august-16-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Policy Project President Jeff Brandes, Congressional candidate Oliver Larkin, and candidates for the Florida House of Representatives Hillary Cassel and Todd Delmay. ]]></description><pubDate>Sun, 16 Aug 2026 18:40:28 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Policy Project President Jeff Brandes, Congressional candidate Oliver Larkin, and candidates for the Florida House of Representatives Hillary Cassel and Todd Delmay. </p><p>The full episode can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[Tommy John, namesake for a pioneering elbow surgery that saved his career, dead at 83]]></title><link>https://www.local10.com/news/florida/2026/08/16/tommy-john-namesake-for-a-pioneering-elbow-surgery-that-saved-his-career-dead-at-83/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/16/tommy-john-namesake-for-a-pioneering-elbow-surgery-that-saved-his-career-dead-at-83/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Tommy John, who won 288 games during a 26-year big league career and became the first pitcher to successfully return following groundbreaking elbow surgery that later was named after him, has died. He was 83.]]></description><pubDate>Sun, 16 Aug 2026 18:43:11 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Tommy John, who won 288 games during a 26-year big league career and became the first pitcher to successfully return following groundbreaking elbow surgery that later was named after him, has died. He was 83.</p><p>He died at his home in Bradenton, Florida, on Saturday night, agent Mike Maguire said Sunday. He had been in hospice care.</p><p>On Aug. 8, the New York Yankees released a social media post in which John wrote that he wanted to say goodbye to everyone, including friends and fans who followed him throughout his career, saying, “I will never forget you.”</p><p>The Yankees called John “a bedrock of our rotation during his time in pinstripes and a longtime favorite of Yankees fans.”</p><p>John was a four-time All-Star with a record of 288-231 and a 3.34 ERA during a career that stretched from 1963 to 1989. He pitched for Cleveland, the Chicago White Sox, the Los Angeles Dodgers, the Yankees, the California Angels and the Oakland Athletics.</p><p>“Tommy was an exceptional pitcher throughout his career in Major League Baseball, and his courageous role in becoming the first to have surgery that would go on to bear his name can’t be overstated,” Stan Kasten, Dodgers president and CEO, said in a statement. "His impact both on and off the field has been felt by ballplayers of all ages and will be for generations to come.”</p><p>The left-hander was 31 years old when he tore the ulnar collateral ligament in his pitching elbow in 1974, a death knell for pitchers' careers to that point.</p><p>John allowed Dr. Frank Jobe, the Dodgers’ team physician, to replace the ligament with a tendon from his right forearm. Jobe gave the surgery 100-to-1 odds of being successful.</p><p>John was a great pitcher, but his elbow surgery made him a baseball legend</p><p>The procedure had been done on others before, although it was usually performed on wrists and hands. John was the first pitcher to have it done on his elbow.</p><p>More than 2,600 big leaguers and thousands more amateurs have since had UCL reconstructions, better known as Tommy John surgery. It’s been a godsend for many of baseball’s greatest stars, including two-way sensation Shohei Ohtani, three-time Cy Young Award winner Justin Verlander and even Philadelphia Phillies slugger Bryce Harper.</p><p>“If you put it in dollars and cents, I think there’s no question that Tommy John is the most valuable reconstructive procedure there is,” Dodgers team physician Dr. Neal ElAttrache told The Associated Press in 2024.</p><p>Born Thomas Edward John Jr. on May 22, 1943, in Terre Haute, Indiana, he was a top baseball and basketball player at the city’s Gerstmeyer High. He graduated in 1961 as valedictorian but did not give the commencement speech because of a stutter. Despite being recruited by the University of Kentucky to play basketball, John chose baseball and signed with Cleveland.</p><p>“The day I left for my first job as a pitcher, my father looked at me & said, ‘Good luck, Tommy. Just remember one thing: whether you make it big in the big leagues or you don’t, you’ll always just be Tommy John from Terre Haute, Indiana.’ I’ve never forgotten those words,” John wrote in his Aug. 8 post.</p><p>John recorded 2,245 strikeouts but never led either league in wins or strikeouts. He had the second-most wins of any pitcher since 1900 not to be elected to the Hall of Fame. From 1995 through 2009, John was on the Hall of Fame ballot, but he never received more than 31.7% of the votes, falling well short of the 75% required for election.</p><p>“Tommy was a wonderful person who competed to the utmost and did what no player had ever done to save his career, in conjunction with the esteemed Dr. Frank Jobe,” former Dodgers general manager Ned Colletti posted on X. “The HOF is missing Tommy John.”</p><p>John won more games after his eponymous surgery</p><p>Known for his longevity, John was the opening day starter for both the 1966 Chicago White Sox and the 1989 New York Yankees. He won 124 games before his UCL repair and 164 after. His final appearance came days after his 46th birthday.</p><p>“While his incredible longevity and post-surgery achievements changed the fortunes and trajectory of countless athletes around the world, it also overshadowed his excellence as a pitcher,” the Yankees said in a statement. “We pause to remember the totality of his legacy — his competitiveness and skill, his penchant for conversation, his kind and gracious nature, and his stature as an athletic and medical pioneer.”</p><p>John made his major league debut on Sept. 6, 1963, pitching one inning in relief for Cleveland.</p><p>He was traded to the White Sox in 1965 and worked his way into the starting rotation. The following year, he tied for the American League lead with five shutouts and in 1967, his six shutouts led the AL.</p><p>In 1971, he was traded to the Dodgers.</p><p>In 1974, John had a 13-3 record and led the National League in victories going into the All-Star break. He was pitching against the Montreal Expos when he permanently damaged the UCL in his left arm. After a month, the injury had not improved.</p><p>During the four-hour surgery on Sept. 25, 1974, Jobe made holes in the humerus and ulna bones of John’s left arm and used anchors to insert the tendon in a figure-eight pattern.</p><p>At first, John’s left hand was shriveled and he lacked feeling in several of his fingers because of damage to the ulnar nerve. Jobe performed a second procedure to reroute the nerve that was necessary to John’s full recovery.</p><p>John’s arm was in a cast for four months. He had recovered the full range of motion in his left arm by spring training of 1975 and spent that season resting, healing and rebuilding strength in his arm. John worked with fellow Dodgers pitcher Mike Marshall, who had a doctorate in kinesiology, on learning a different grip.</p><p>That September he made five appearances during an offseason instructional league, working his way up to seven innings by his final game.</p><p>John resumed pitching for the Dodgers in 1976 as the fourth starter in their rotation. He allowed three runs in five innings and took the loss in his first start against Atlanta, the first time any pitcher had started a game following UCL reconstructive surgery.</p><p>John donated the original cast from his surgery to the Smithsonian Institution in June 2022. His teammates on the 1974 Dodgers signed it, as well as Jobe and the team’s Hall of Fame announcer Vin Scully.</p><p>The procedure has become so widely known that in 2019, Merriam-Webster added the term to its dictionary.</p><p>John made 31 starts for the Dodgers in 1976, posting a 10-10 record, a 3.09 ERA, 91 strikeouts, 61 walks and 207 hits allowed in 207 innings.</p><p>In 1977, he won 20 games for the first time in his career, finishing with a 20-7 record. He finished second behind Philadelphia’s Steve Carlton in voting for the NL Cy Young Award.</p><p>John and his family had mixed feelings about the legacy of his operation</p><p>Over 50 years later, Tommy John surgery is as much a part of baseball as peanuts and hot dogs. Advanced training methods are helping pitchers of all ages throw harder than ever. They take comfort knowing a torn UCL won’t necessarily end their careers.</p><p>“I am sick my name is attached to a surgery happening in kids more than pros,” John tweeted in July 2018.</p><p>John’s oldest son, Tommy III, became a chiropractor who wrote a book suggesting ways to prevent young athletes from having to undergo major sports-related surgery similar to what his father endured.</p><p>After his pitching career ended, John worked as a broadcaster for the Minnesota Twins and Yankees in the 1990s. He managed the Bridgeport (Connecticut) Bluefish from 2007-09.</p><p>John was hospitalized in December 2020 because of COVID-19 and later had Guillain-Barré syndrome, in which a person’s immune system attacks their nerves. John told the New York Post in May 2022 that he was paralyzed in his lower extremities for several months.</p><p>John and his wife Sally Simmons had four children: Tamara, Tommy III, Travis and Taylor, who died of a prescription drug overdose at 28 in 2010. The couple divorced in 2013.</p><p>Besides his children, he is survived by his second wife, Cheryl, and son-in-law Patrick Mannelly, a retired NFL long snapper who played 16 years for the Chicago Bears.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BRC6G6FUOCN5NLHIXEXCMGKKCA.jpg?auth=e36a5ee76c2aec273b0af5ca23aec1db619fbf0d871125eea77272632afe383a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Dodgers former pitcher Tommy John praises his late friend, Dr. Frank Jobe during a memorial service at Dodger Stadium in Los Angeles, April 7, 2014. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVWEIM2NZE6UYK6VCS33EZSSJE.jpg?auth=ac05f5974ba69bf02844ae9a0322025c00c61d0862d2f71331c64f504b086ecb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lefthander Tommy John of the Los Angeles Dodgers signs an autograph before a game, Aug. 12, 1977. (AP Photo/Lennox McLendon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lennox McLendon</media:credit></media:content></item><item><title><![CDATA[Al menos 7 muertos tras varios días de fuertes lluvias e inundaciones récord en Indiana]]></title><link>https://www.local10.com/espanol/2026/08/16/al-menos-6-muertos-tras-varios-dias-de-tormentas-e-inundaciones-record-en-indiana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/al-menos-6-muertos-tras-varios-dias-de-tormentas-e-inundaciones-record-en-indiana/</guid><dc:creator><![CDATA[Por PHILIP MARCELO y OBED LAMY, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS, Indiana, EE.UU. (AP) — Al menos siete personas han muerto tras varios días de tormentas e inundaciones en Indiana, mientras las aguas de inundación retrocedían en el río White de Indianápolis y las lluvias amainaban en otras partes del estado el domingo.]]></description><pubDate>Sun, 16 Aug 2026 23:47:03 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS, Indiana, EE.UU. (AP) — Al menos siete personas han muerto tras varios días de tormentas e inundaciones en Indiana, mientras las aguas de inundación retrocedían en el río White de Indianápolis y las lluvias amainaban en otras partes del estado el domingo.</p><p>Frank Gounder era uno de los residentes de Indianápolis que evaluaban los daños el domingo, que además resultó ser su cumpleaños número 37.</p><p>El carpintero, que vive en el golpeado lado norte de la ciudad, a menos de 1,6 kilómetros (1 milla) del río White, estaba en casa mientras las aguas de la inundación avanzaban por su entrada hasta que alcanzaron unos 0,61 metros (2 pies) de profundidad en la casa y en su taller.</p><p>Ahora solo le queda revisar materiales empapados y muebles hechos a mano en diversas etapas de elaboración para ver si hay algo que pueda salvarse.</p><p>“Es mucho. Antes de que el agua entrara realmente en mi casa y viera que iba a ocurrir, empecé a entrar en pánico, a enojarme”, dijo. “Pero cuando que te das cuenta de que no puedes hacer nada al respecto, simplemente tienes que soltarlo y seguir, o si no, vas a sentirte abatido”.</p><p>Lloran a las víctimas de la tormenta</p><p>Entre quienes murieron desde que comenzaron las tormentas el 11 de agosto había un niño de 4 años, tres hombres y tres mujeres, informó Liz Woods, portavoz del Departamento de Seguridad Nacional del estado.</p><p>Entre las últimas víctimas confirmadas estaba un ciclista de 31 años que fue hallado muerto a primera hora del domingo en un agujero que se abrió en una carretera arrasada en el condado de Henry, al este de Indianápolis.</p><p>El forense del condado de Henry, Brian Clark, dijo que el hombre, James Briar, al parecer rodeó una barricada y cayó en la carretera derrumbada.</p><p>Autoridades del condado de Jennings, en el extremo sur del estado, indicaron que el menor falleció el martes cuando un árbol se desplomó sobre su dormitorio debido a los fuertes vientos.</p><p>“Obviamente, esto es inesperado”, declaró a la filial local de ABC el subjefe adjunto del condado de Jennings, Cody Low. “No hay nada que podamos decir que vaya a mejorarlo. Vamos a salir adelante como comunidad”.</p><p>Entre las otras víctimas está un joven de 19 años cuyo cuerpo fue recuperado el sábado. Autoridades del condado de Delaware, ubicado al este de Indianápolis, señalaron que Matthew Morey había saltado con amigos desde un puente hacia las aguas embravecidas del río Mississinewa tres días antes.</p><p>Familiares y amigos se reunieron a principios de la semana en el puente para recordar al recién graduado de secundaria, que iba a estudiar en la Universidad Purdue, y para advertir sobre los peligros de los ríos crecidos.</p><p>“No hay palabras que puedan aliviar el dolor de perder a un hijo”, dijo el jefe de la policía del condado de Delaware, Tony Skinner, el domingo en un comunicado. “Nuestros corazones están con la familia, amigos, compañeros de clase y todos los que conocieron y amaron a Matthew”.</p><p>La oficina de Skinner también confirmó que Stephanie Sallee y su perro fueron hallados muertos en un campo de maíz el viernes, cerca del automóvil de Sallee. Se cree que la mujer, de 58 años, conducía por una carretera inundada cuando el vehículo fue arrastrado.</p><p>En publicaciones en redes sociales, la familia de Sallee la recordó como una mujer dulce, amable y “vivaz” que adoraba a sus nietos y a otros familiares jóvenes.</p><p>Las labores de recuperación están en marcha</p><p>En Indianápolis, la crecida del río White alcanzó su punto máximo en las primeras horas del domingo antes de empezar a bajar, según el Departamento de Obras Públicas de la ciudad.</p><p>La agencia reabrió las compuertas contra inundaciones de la ciudad el domingo, aunque instó a los residentes a ser cautelosos al regresar a los vecindarios dañados por la inundación. Los refugios de emergencia seguían abiertos después de que se evacuaran cientos de viviendas a lo largo del río y sus canales. Los equipos de primera respuesta utilizaron botes para rescatar a personas atrapadas por el rápido crecimiento de las aguas.</p><p>Las labores de recuperación también estaban en marcha en otras partes del estado.</p><p>“Debo admitir que es una buena mañana”, dijo Christine Altman, presidenta de la junta de comisionados del condado de Hamilton, durante una sesión informativa el domingo. “No hay lluvia y el agua ha comenzado a bajar”.</p><p>Añadió que el condado, ubicado justo al norte de Indianápolis, se libró sin pérdidas de vidas, aunque las autoridades evaluaban si un puente con daños importantes por la inundación podía repararse o si era necesario reemplazarlo por completo.</p><p>Mientras las zonas del norte de Indiana empezaban a secarse, se esperaba que un grupo de tormentas atravesara las regiones central y sur en las siguientes horas del domingo, con la posibilidad de lluvias intensas, inundaciones repentinas y vientos dañinos, advirtió el Servicio Meteorológico Nacional.</p><p>Casi 130.000 clientes de servicios públicos en todo el estado seguían sin electricidad hacia la tarde del domingo, por debajo de un máximo de alrededor de 300.000, según el rastreador en línea PowerOutage.us.</p><p>Las tormentas provocaron inundaciones históricas en Indiana</p><p>Las fuertes lluvias han azotado Indiana durante la última semana, lo que provocó que los ríos alcanzaran su nivel máximo y establecieran nuevos récords, mientras que varias carreteras y puentes sufrieron daños graves o fueron arrasados por completo por las potentes corrientes.</p><p>El río White alcanzó un nivel de más de 24 pies (7,32 metros) en las comunidades de Anderson y Noblesville, superando récords establecidos en 1913.</p><p>El alcalde de Indianápolis, Joe Hogsett, afirmó que la inundación fue la peor que la ciudad ha visto en más de 30 años.</p><p>La oficina del gobernador Mike Braun indicó que, en otras partes del estado, se han realizado más de 350 evacuaciones y decenas de rescates y verificaciones de bienestar, incluso en una comunidad de casas móviles para personas mayores al norte de Indianápolis.</p><p>El presidente Donald Trump aprobó el sábado la solicitud de Braun de asistencia federal por desastre para colaborar en la respuesta a las inundaciones y las labores de recuperación.</p><p>Las lluvias torrenciales y las inundaciones destructivas estuvieron entre los efectos de las tormentas severas que han causado estragos en la región centro-norte y más allá en los últimos días.</p><p>Tornados, lluvias intensas e inundaciones repentinas provocaron daños graves en comunidades desde Illinois hasta el oeste de Pensilvania.</p><p>___</p><p>Marcelo informó desde Nueva York.</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/G6APNXZZYCRDC4QMMBPRSD6VCU.jpg?auth=530faa89c6c60cbb4c0f8a6e91390eaebe3685cf536968032596110d1e7e2980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Frank Gounder en su patio trasero inundado, donde su taller de carpintería también resultó dañado por las aguas de inundación, en Indianapolis, el domingo 16 de agosto de 2026. (AP Foto/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SH2ZCQFXZT52UMTFH6KM2RC2DM.jpg?auth=f69a407b3f3fb8eec31227f7e3bcf610e875c760bf91628f1735bdacbe58f55f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En la imagen, proporcionada por Aaron Skillman, se muestran inundaciones en Indianapolis, Indiana, el sábado 15 de agosto de 2026. (Aaron Skillman vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Skillman</media:credit></media:content></item><item><title><![CDATA[Kushner has a rare meeting with Hamas' leader on the Gaza road map. A meeting with Netanyahu is next]]></title><link>https://www.local10.com/news/world/2026/08/16/kushner-has-a-rare-meeting-with-hamas-leader-on-the-gaza-road-map-a-meeting-with-netanyahu-is-next/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/16/kushner-has-a-rare-meeting-with-hamas-leader-on-the-gaza-road-map-a-meeting-with-netanyahu-is-next/</guid><dc:creator><![CDATA[By SAMY MAGDY, JULIA FRANKEL and CARA ANNA, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — U.S. negotiator and President Donald Trump 's son-in-law Jared Kushner held a rare meeting with the Hamas chief on Sunday in a new diplomatic effort to make progress in the stalled Gaza ceasefire. Kushner will meet on Monday with Israel's prime minister, who is under pressure after rejecting the new 15-point, U.S.-backed road map.]]></description><pubDate>Sun, 16 Aug 2026 20:24:11 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — U.S. negotiator and President Donald Trump 's son-in-law Jared Kushner held a rare meeting with the Hamas chief on Sunday in a new diplomatic effort to make progress in the stalled Gaza ceasefire. Kushner will meet on Monday with Israel's prime minister, who is under pressure after rejecting the new 15-point, U.S.-backed road map.</p><p>The talks aim to salvage the plan for Hamas to disarm and Israel to withdraw from the Palestinian territory shattered by war.</p><p>At stake are the lives of some 2 million people in Gaza and reconstruction of the crowded enclave now largely controlled by Israeli forces, more than 10 months since the ceasefire ended major military operations. A meeting between Kushner, fellow envoy Steve Witkoff and Hamas leaders in Egypt last year helped clinch the ceasefire, whose progress until now had been stalled over the key issue of Hamas’ disarmament.</p><p>The more than two-hour meeting in Egypt with Hamas' Khalil al-Hayya was confirmed by a regional official and a Hamas official, both speaking on condition of anonymity because they were not authorized to talk to reporters. Kushner was one of a trio of envoys meeting with al-Hayya, with officials from mediating countries Egypt, Qatar and Turkey also there.</p><p>Hamas in a statement later called on mediators and the U.S.-created Board of Peace overseeing the ceasefire to “compel” Israel to approve the road map for next steps.</p><p>Israeli Prime Minister Benjamin Netanyahu last week rejected the 15-point plan in a rare public show of defiance against the Trump administration, Israel’s closest ally.</p><p>Kushner, former British prime minister Tony Blair and the Board of Peace director, Nickolay Mladenov, are to meet with Netanyahu on Monday, according to a source familiar with the plans and a diplomatic source. Both spoke on condition of anonymity to discuss a closed-door meeting.</p><p>Regional powers accuse Israel of obstructing peace efforts</p><p>Several regional powers including Saudi Arabia and the United Arab Emirates issued a statement condemning Israel’s rejection of the road map, saying that “Israel now bears responsibility for obstructing the efforts to bring peace in Gaza.” Other signers included Jordan, Pakistan, Indonesia and the ceasefire mediators.</p><p>The foreign ministers' statement called on the Board of Peace and the U.S. to take “immediate and concrete measures” to keep any party from obstructing the plan’s implementation.</p><p>Kushner’s meeting with the Hamas leader aimed at ensuring the militant group’s commitment to the road map, particularly disarmament, before his meeting with Netanyahu, the regional official said.</p><p>The Hamas official said the group is committed and waiting for mediators to start the 14-day negotiation period to work out a timetable for implementation. That period requires all parties' approval of the road map to begin.</p><p>The Hamas official also said the Hamas leader demanded that Israel halt its attacks on Gaza and withdraw to the so-called “yellow line” dividing the territory before beginning implementation. The yellow line was never precisely defined. Israeli forces have moved beyond it and now control about 60% of Gaza.</p><p>In May, Netanyahu said the next step was to move to 70% control, with Israel “tightening the grip” on Hamas “from every direction.”</p><p>The White House had no comment on the talks</p><p>The White House referred questions about Kushner's meetings to the Board of Peace, which did not immediately comment. The Tony Blair Institute did not comment.</p><p>Under the road map, Hamas would hand over weapons to the Palestinian technocratic committee meant to oversee daily operations in the territory. The committee has not yet entered Gaza. But Hamas has linked the surrender of its heaviest weapons to the creation of a Palestinian state, something Israel’s current government rejects.</p><p>The road map involves Hamas gradually giving up its weapons while Israeli forces halt attacks and begin withdrawing from Gaza. But Netanyahu says Israel will not retreat from any position in Gaza until Hamas has been completely disarmed.</p><p>That stance leaves other elements of the ceasefire, including reconstruction and the deployment of international forces to separate Israeli forces from committee-controlled areas, on hold.</p><p>Netanyahu faces a challenging election on Oct. 27 as he tries to hold on to power with a coalition that includes ministers taking a harsh line on Gaza, and it's not clear whether he will take decisive steps on the ceasefire before then. Also coming up is the anniversary of the Oct. 7, 2023, Hamas-led attack on southern Israel that sparked the war.</p><p>Netanyahu's Likud party on Sunday responded to the statement by regional powers by claiming that “Arab states want to topple” Netanyahu so that centrist challenger Gadi Eisenkot and center-left party leader Yair Golan "will give them everything they want. That will not happen.”</p><p>___</p><p>Frankel reported from Jerusalem and Anna from Lowville, New York. Collin Binkley in Washington and Sylvia Hui in London contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VTSWHWJCSVKSZGCPDFLW5LMNOQ.jpg?auth=f302df7b21ca98487ce5805c231c25bc7493fcea18fe34b4440b8e8cb0b0250f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians remove iron from the rubble of buildings destroyed by Israeli airstrikes during the war with Hamas, repair and recycle it for construction, building tents or selling it, in Gaza City, Sunday, Aug. 16, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWWCGBCE25LFRVDYSR6EW273WE.jpg?auth=2e14db6bc9829cb35d8e47e285a630c14a103cb575fb976840b12a824cfc8d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jared Kushner waits to walk into the ring after the lightweight championship bout at UFC Freedom 250 on the South Lawn of the White House, June 15, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RVKTBEC7IQH5YVYMGTFKUIBYV4.jpg?auth=a888774f0cd691373a650a6761451abdf76c235913876e80cd28478e51b95a5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian vendor offers bottles of diesel for sale in al-Maghazi refugee camp, central Gaza Strip, Saturday, Aug. 15, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7AUUXNS4RZ4DQOKLI24BU5D2Y.jpg?auth=bbad35dca713d8a7c892486d97de7d63d54b0c82c4627a4850157fc4fd4e9101&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian salesman shows an iPhone 17 Pro Max to the camera at a mobile phone store in Gaza City, Sunday, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[US men and Canada women win flag football world titles as spots earned for the Los Angeles Olympics]]></title><link>https://www.local10.com/sports/2026/08/16/us-men-and-canada-women-win-flag-football-world-titles-as-spots-earned-for-the-los-angeles-olympics/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/us-men-and-canada-women-win-flag-football-world-titles-as-spots-earned-for-the-los-angeles-olympics/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DÜSSELDORF, Germany (AP) — The United States successfully defended the men's title at the flag football world championships on Sunday but lost the women's title to Canada, while Mexico's women and Canada's men earned qualification spots for the 2028 Olympic Games in Los Angeles.]]></description><pubDate>Sun, 16 Aug 2026 17:34:20 +0000</pubDate><content:encoded><![CDATA[<p>DÜSSELDORF, Germany (AP) — The United States successfully defended the men's title at the flag football world championships on Sunday but lost the women's title to Canada, while Mexico's women and Canada's men earned qualification spots for the 2028 Olympic Games in Los Angeles.</p><p>The U.S. men beat Italy 46-26 to secure a sixth straight title and the women missed out on a fourth straight title after losing 27-20 to Canada.</p><p>“Gold is the only standard,” said men's quarterback Nico Casares, who threw two touchdown passes. “That's our motto. That's what we play by, that's what we live by.”</p><p>The U.S. women started strongly but it was tied 14-14 at the break after Caroline Moquin-Joubert caught quarterback Sara Parker's pass at the end of the first half. Parker set up Frederique Morneau at the start of the second half as Canada took control.</p><p>The U.S. had a fourth down, yards from the line, with three seconds left, but could not make the final play count. It was Canada's third title and first since beating the U.S. in the 2014 final.</p><p>“I feel so happy, I can’t believe it,” Parker said after hugging her mother. ”Literally the best day ever.”</p><p>The International Federation of American Football ran the championship tournament, which doubled up as a qualifier, in the German city of Düsseldorf.</p><p>The top two men’s and top two women’s teams earned a spot at the 2028 Games, along with the U.S. men's and women's teams because they already qualified as hosts.</p><p>Sunday's two other finalists — the Italian men and Canadian women — earned an Olympic spot by reaching the final against the U.S. teams, meaning that the bronze-medal games decided who joined them.</p><p>Mexico women cried with joy after a 20-19 win over Great Britain — which rallied from 20-6 down — for the women’s bronze and an Olympic spot.</p><p>But Mexico's men lost 34-26 in overtime to Canada, which claimed an Olympic spot.</p><p>Rules of the game</p><p>Flag football was among five sports given Olympic status for the 2028 Games back in 2023, with the game played five-on-five in two 20-minute halves, no tackling and an emphasis on speed and elusiveness.</p><p>The NFL has said it plans to launch women’s and men’s professional flag football ahead of the Olympics. ___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5UVQD3JSYS5EZPFH7JDBERGH3U.jpg?auth=2e16f871e3f49a2da84abe08c82314482e70429dfa612bcb8c12195a08e4dcdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Tyler "TD" Davis celebrates a touchdown during the Flag Football World Championship men's final game between Italy and USA in Duesseldorf, Germany, Sunday, Aug. 16, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFT6KU4WHMUNHY4HMOQSCITZCU.jpg?auth=4a438e07e51a2f58d03040c178e52cf5e4c5b9f48679a10baacb2aa825c74130&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's players celebrate and run to their injured teammate after winning the Flag Football World Championship women's final game between Canada and USA in Duesseldorf, Germany, Sunday, Aug. 16, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RSM56TA6LEQ4T6IUCALLPGHOMU.jpg?auth=706c70cb785b2ac016bfd52da45393fd22dc4415f1267797bdc27685cd0c5044&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Madison Fulford of the United States misses the last chance during the Flag Football World Championship women's final game between Canada and USA in Duesseldorf, Germany, Sunday, Aug. 16, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JCV5267I72R62EILDRP2FT2DKI.jpg?auth=4b9e833e1b691a486a21c8aab066f5cd699adb4cd5055a3aa46efd29035cecb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's players celebrate the Olympic qualification for LA 28 after winning the Flag Football World Championship women's bronze medal game between Mexico and Great Britain in Duesseldorf, Germany, Sunday, Aug. 16, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XB6P24ZJUGRLUY3W4XZHHN3PAM.jpg?auth=cd62d6d649288d46d2b074ac5ed4945708cbbd2bb836754293a8b66919be6438&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Team Canada celebrates the Olympic qualification for LA 26 after winning the Flag Football World Championship men's bronze medal game between Canada and Mexico in Duesseldorf, Germany, Sunday, Aug. 16, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Lula y Flávio Bolsonaro regresan a sus bastiones para iniciar sus campañas presidenciales en Brasil]]></title><link>https://www.local10.com/espanol/2026/08/16/lula-y-flavio-bolsonaro-inician-sus-campanas-presidenciales-en-brasil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/16/lula-y-flavio-bolsonaro-inician-sus-campanas-presidenciales-en-brasil/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO BERNARDO DO CAMPO, Brasil (AP) — Los principales candidatos presidenciales de Brasil dieron inicio a sus campañas el domingo en sus bastiones políticos, de cara a lo que se espera sea una reñida elección en octubre.]]></description><pubDate>Sun, 16 Aug 2026 18:37:48 +0000</pubDate><content:encoded><![CDATA[<p>SAO BERNARDO DO CAMPO, Brasil (AP) — Los principales candidatos presidenciales de Brasil dieron inicio a sus campañas el domingo en sus bastiones políticos, de cara a lo que se espera sea una reñida elección en octubre.</p><p>El presidente Luiz Inácio Lula da Silva habló ante más de 10.000 simpatizantes en el estadio Vila Euclides, a las afueras de la ciudad de Sao Paulo, donde alcanzó notoriedad política hace 47 años como dirigente sindical de los metalúrgicos durante la dictadura militar del país entre 1964 y 1985.</p><p>El senador Flávio Bolsonaro, uno de los hijos del expresidente conservador Jair Bolsonaro, se reunió con miles de votantes en la playa de Copacabana, en Rio de Janeiro. Su padre, bajo arresto domiciliario tras su condena por un intento de golpe de Estado, no asistió.</p><p>El domingo fue el primer día en que los candidatos pudieron hacer campaña en Brasil.</p><p>Lula advierte contra la injerencia extranjera</p><p>El presidente de Brasil reiteró que no quiere injerencia extranjera en las elecciones del país. Sus aliados han acusado al gobierno de Estados Unidos de intentar impulsar la candidatura de Bolsonaro con medidas como aumentar los aranceles a las exportaciones brasileñas y revocar la visa del embajador de Brasil en Washington.</p><p>Al referirse a las vastas reservas brasileñas de minerales raros, Lula afirmó: “Nadie (en el exterior) va a explotar nuestros minerales. Vamos a explotarlos en beneficio del pueblo brasileño”.</p><p>Ambos candidatos buscan atraer el voto femenino</p><p>Lula, que busca su cuarto mandato no consecutivo, y Bolsonaro intentaron atraer a las votantes, que representan casi el 53% de los 158 millones de electores habilitados en Brasil, según el tribunal electoral del país.</p><p>Lula manifestó que “los hombres tienen que aprender desde la infancia que no son mejores que las mujeres. Tenemos que ser iguales”, mientras la primera dama, Rosângela da Silva, estaba a su lado y asentía. Ella fue una de las principales oradoras del acto en Sao Bernardo do Campo, donde Lula vivió gran parte de su vida.</p><p>Lula indicó que presentará su plataforma en un plazo de 10 días, con más detalles sobre sus políticas para beneficiar a las mujeres, incluidas iniciativas educativas y medidas para prevenir y castigar la violencia contra las mujeres.</p><p>Bolsonaro, con su madre y su esposa a su lado, dijo a sus seguidores que trabajaría para combatir la violencia contra las mujeres.</p><p>Bolsonaro busca diferenciarse de su padre</p><p>En su discurso, Bolsonaro prometió combatir el crimen y eliminar lo que describió como “ideología” de izquierda de las escuelas brasileñas. Cada estudiante “tiene derecho a soñar con ser Elon Musk algún día”, sostuvo.</p><p>Antes de su aparición en la playa de Copacabana, Bolsonaro, de 45 años, afirmó durante una transmisión en vivo que ha recibido 1.800 amenazas de muerte, sin aportar pruebas. El legislador señaló que llevaba un chaleco antibalas.</p><p>Su padre fue atacado por un hombre con un cuchillo mientras hacía campaña para la presidencia en 2018, y sufrió hemorragias internas y lesiones intestinales.</p><p>Jair Bolsonaro eligió a su hijo para enfrentarse a Lula como candidato del Partido Liberal. La campaña del Bolsonaro más joven ha enfrentado dificultades desde su inicio, con partidos políticos moderados manteniendo distancia.</p><p>El legislador de 45 años, que guarda un parecido físico con su padre, buscó claramente establecer su propia identidad.</p><p>“Sé que me parezco a él. Pero es difícil comparar al hijo de Pelé con Pelé”, expresó, en referencia al futbolista tricampeón del Mundial que murió en 2022.</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/PKTAK2L3GNWDZXYUVITBXKG3G4.jpg?auth=ddd8fb33a2e265c96468f46d5a28eb1520cee573163c10b00473e23b8b3c7c25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente brasileño Luiz Inácio Lula da Silva saluda a sus seguidores mientras cae confeti durante su mitin de campaña presidencial para la reelección en São Bernardo do Campo, estado de São Paulo, Brasil, el domingo 16 de agosto de 2026. (Foto AP/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPEOZGJ6WJMLQOTCBKL5WDC62A.jpg?auth=35cee6ef3bbf2af9586b39dc16cd4af586831aafbe65441d0c97497cffb4fd20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial de la oposición, Flavio Bolsonaro, saluda a sus seguidores al final de su mitin de campaña en Río de Janeiro, Brasil, el domingo 16 de agosto de 2026. (Foto AP/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content></item><item><title><![CDATA[Brazil's Lula and Flávio Bolsonaro return to their strongholds to kick off presidential campaigns]]></title><link>https://www.local10.com/news/world/2026/08/16/brazils-lula-and-flavio-bolsonaro-kick-off-their-presidential-campaigns/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/16/brazils-lula-and-flavio-bolsonaro-kick-off-their-presidential-campaigns/</guid><dc:creator><![CDATA[By MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO BERNARDO DO CAMPO, Brazil (AP) — Brazil's two main presidential candidates kicked off their campaigns on Sunday, rallying supporters in their political strongholds ahead of what is expected to be a tight October election.]]></description><pubDate>Sun, 16 Aug 2026 18:21:47 +0000</pubDate><content:encoded><![CDATA[<p>SAO BERNARDO DO CAMPO, Brazil (AP) — Brazil's two main presidential candidates kicked off their campaigns on Sunday, rallying supporters in their political strongholds ahead of what is expected to be a tight October election.</p><p>President Luiz Inácio Lula da Silva spoke with nostalgia to more than 10,000 supporters at the Vila Euclides Stadium outside Sao Paulo — a city where he rose to political fame 47 years ago as a metalworkers union leader during the country's 1964-1985 military dictatorship.</p><p>The 80-year-old, wearing a hat after a skin cancer diagnosis, insisted Brazil needs more of his policies.</p><p>Sen. Flávio Bolsonaro, one of the sons of former President Jair Bolsonaro, gathered with thousands of voters on the Copacabana Beach in Rio de Janeiro. His father, under house arrest following his conviction for an attempted coup, did not attend the rally.</p><p>Lula echoed his own earlier comments denouncing foreign interference in Brazil's politics. His allies have accused the U.S. government of seeking to boost Flávio Bolsonaro's bid with measures such as raising tariffs on Brazilian exports and revoking the visa of Brazil's ambassador to Washington.</p><p>Speaking about Brazil's vast reserves of rare minerals, Lula said “no one (abroad) will tap our minerals. We are going to tap them for the benefit of the Brazilian people.”</p><p>Bolsonaro argued that he is “the only one who can sit with the United States, with China, with Israel, with the Middle East, with India and with Argentina to make the best and biggest trade deals for our nation.”</p><p>His party's convention was attended by Argentina's President Javier Milei. Israeli Prime Minister Benjamin Netanyahu and several members of the Trump administration have expressed support for him.</p><p>Voters' attention is expected to perk up after TV ads start</p><p>Sunday was the first campaign day the 13 candidates in the running but many voters are expected to pay more attention once campaign ads start airing on TV and radio at the end of the month.</p><p>“It looks like we are starting slow this time,” said 68-year-old Flávio Alves, a Lula supporter who lives on the same street where the rally was underway. “We all expect a narrow election, but now Lula is in government, things are different.”</p><p>Four years ago, Lula beat incumbent Jair Bolsonaro with 50.9% of the vote.</p><p>Another presidential candidate, Ronaldo Caiado, a former state governor and an agribusiness leader, toured the surroundings of Brazil’s capital Brasilia and reinforced his anti-Lula credentials.</p><p>Another Lula opponent, Romeu Zema, met voters and attended a Catholic ceremony in the countryside of Minas Gerais, considered a bellwether state for the elections — a state he had governed until recently.</p><p>Both top candidates appeal to women voters</p><p>Lula, who is seeking his fourth nonconsecutive term, and Bolsonaro each reached out to women voters, who account for nearly 53% of Brazil’s 158 million eligible voters, according to the country’s electoral court.</p><p>“Men need to learn from childhood that they are no better than women. We need to be equal,” said Lula, as first lady Rosângela da Silva stood by his side, nodding. She was one of the event’s main speakers in Sao Bernardo do Campo, where Lula lived a large part of his life.</p><p>Lula said he will launch his platform within 10 days, with more details to come about his policies to benefit women, including education initiatives and policies to prevent and punish violence against women.</p><p>Sen. Bolsonaro, with his mother and wife by his side, told supporters he would work to fight violence against women.</p><p>Flávio Bolsonaro seeks to distinguish himself from his father</p><p>In his speech, the younger Bolsonaro vowed to fight crime and to remove what he described as left-wing “ideology” from Brazilian schools. Every student “has the right to dream of being Elon Musk someday," he said.</p><p>Before his appearance on Copacabana beach, 45-year-old Bolsonaro said during a live broadcast that he has received 1,800 death threats, without offering evidence. The lawmaker noted that he was wearing a bulletproof vest.</p><p>His father was attacked by a man with a knife as he campaigned for the presidency in 2018, suffering internal bleeding and intestinal injuries.</p><p>Jair Bolsonaro chose his son to stand against Lula as the Liberal Party’s candidate. The younger Bolsonaro's campaign has faced headwinds since its start, with moderate political parties keeping their distance, a public rift with his stepmother and difficulties in finding a running mate.</p><p>The 45-year-old lawmaker, who bears a physical resemblance to his father, clearly sought to establish his own identity.</p><p>“I know I look like him. But it is hard to compare Pelé’s son with Pelé,” he said, referring to the three-time World Cup-winning soccer player who died in 2022.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ADZHOTZJ2OXGPCXNYQH2DGU2NM.jpg?auth=cb94c472c0d10eed0f851a3a1c7f8223c4416369ddd1901934c6b7e018b580b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva waves to supporters during a presidential election campaign rally in Sao Bernardo do Campo, Sao Paulo state, Brazil, Sunday, Aug. 16, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCYBJEJQ6R2RFIHYHETC7FJSMU.jpg?auth=88d8d6c074c841fe3f8fa7a175706f345b061d6773715a17b1c5e0f1b5493f13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Opposition presidential candidate Flavio Bolsonaro and his wife, Fernanda Bolsonaro, greet supporters as they arrive for a presidential election campaign rally in Rio de Janeiro, Brazil, Sunday, Aug. 16, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DDA5PEKSCNQCYETKGXA7J5QMMU.jpg?auth=d17c3ea00568dc60d427c8250a6e1d9cd891b03a2fc796ce2fbee494180f060e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva waves to supporters as a Brazilian flag is held nearby during a presidential election campaign rally in Sao Bernardo do Campo, Sao Paulo state, Brazil, Sunday, Aug. 16, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYKWIPOPJHRPGOVPZPDUDNTZR4.jpg?auth=eff64b7bc9bfc6a698507d5c0101fdfa9d8f2818b017de2d1e542cde1a60106c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A supporter of opposition presidential candidate Flavio Bolsonaro carries an image of Flavio Bolsonaro's father, former President Jair Bolsonaro, as he arrives for a campaign rally in Rio de Janeiro, Brazil, Sunday, Aug. 16, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TA35TOBI3LKEASBH2W677BNEKA.jpg?auth=830ef1b3a693b7fe8a8ebd992c05242ea5832b05322155089933a3c9c85e80e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Opposition presidential candidate Flavio Bolsonaro gives a thumbs-up to supporters as he arrives at a hotel before his campaign rally in Rio de Janeiro, Brazil, Sunday, Aug. 16, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Colombian president asks Trump to suspend tariffs to help earthquake recovery]]></title><link>https://www.local10.com/news/world/2026/08/16/colombian-president-asks-trump-to-suspend-tariffs-to-help-earthquake-recovery/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/16/colombian-president-asks-trump-to-suspend-tariffs-to-help-earthquake-recovery/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ, Colombia (AP) — Colombia's President Abelardo de la Espriella has asked his ally U.S. President Donald Trump to suspend tariffs to help the South American nation recover from a powerful earthquake that killed at least 289 people.]]></description><pubDate>Sun, 16 Aug 2026 19:30:24 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ, Colombia (AP) — Colombia's President Abelardo de la Espriella has asked his ally U.S. President Donald Trump to suspend tariffs to help the South American nation recover from a powerful earthquake that killed at least 289 people.</p><p>De la Espriella took office earlier this month just days before the 7.4 magnitude quake struck. He was backed by Trump in Colombia's closely contested presidential election, which was decided in a runoff on June 21, and has sought to emphasize his connections with the U.S. leader.</p><p>On Saturday night, de la Espriella wrote on X that he spoke with Trump and thanked him for aid sent by the U.S. in response to the earthquake. He added that he “asked him to consider the temporary suspension of the high tariffs that affect Colombian products, in order to provide relief to our businesspeople, who are facing very difficult times due to the effects of the earthquake.”</p><p>There has been no immediate response from the Trump administration to de la Espriella's request. The U.S. has offered a total of $26.5 million in earthquake aid, including food, shelters and health supplies, according to the U.S. State Department.</p><p>The earthquake that struck Monday morning devastated parts of western Colombia, hitting cities including Pereira, Cali and Quibdo. Cities along the country's Pacific coast were hit particularly hard. The president declared the quake a natural disaster.</p><p>The government has said that 143 people are missing, while other civilian-run databases put the number in the thousands.</p><p>The natural disaster, whose epicenter was in one of the poorest regions of the country, Choco, has so far left 3,937 people injured, according to the government. In addition, it destroyed 14,705 homes and damaged another 81,536.</p><p>In Cali, Colombia's third biggest city, workers searched for the more than 70 people reported missing in that city. Hope remained alive even after the key 48 to 72 hour window to find survivors beneath the rubble has long passed.</p><p>“Miracles do happen” even though more than 120 hours have passed since the earthquake struck, said Cali Mayor Alejandro Eder from the unified command post. "We are working where we know there are still victims; we are working in the hope of rescuing people alive.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FE6UCRWMXZV7AFQEN4ODPIVNCU.jpg?auth=91ee055a96e3136d07ddd0d2a9ef455cb51eb012ec5a8922914ae9d75e1618f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A crane lifts a concrete slab to clear the way for rescuers searching through the rubble three days after an earthquake hit Pereira, Colombia, Thursday, Aug. 13, 2026. (AP Photo/Brandon Pinto)]]></media:description><media:credit role="author" scheme="urn:ebu">Brandon Pinto</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUL6RVGUPVZTE4G7KF3O4FRCQE.jpg?auth=d5be0baa887e6974c951bf369398f09d96d40453577e179adcb0550cd82fcfe7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers carry the body of a victim from the rubble four days after after an earthquake hit Pereira, Colombia, Friday, Aug. 14, 2026. (AP Photo/Brandon Pinto)]]></media:description><media:credit role="author" scheme="urn:ebu">Brandon Pinto</media:credit></media:content></item><item><title><![CDATA[Commanders QB Marcus Mariota has a sprained MCL in his right knee]]></title><link>https://www.local10.com/sports/2026/08/16/commanders-qb-marcus-mariota-has-a-sprained-mcl-in-his-right-knee-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/commanders-qb-marcus-mariota-has-a-sprained-mcl-in-his-right-knee-ap-source-says/</guid><dc:creator><![CDATA[By ETHAN CADEAUX, Associated Press]]></dc:creator><description><![CDATA[Washington Commanders backup quarterback Marcus Mariota has a sprained medial collateral ligament in his right knee, coach Dan Quinn confirmed on Sunday.]]></description><pubDate>Sun, 16 Aug 2026 18:37:14 +0000</pubDate><content:encoded><![CDATA[<p>Washington Commanders backup quarterback Marcus Mariota has a sprained medial collateral ligament in his right knee, coach Dan Quinn confirmed on Sunday.</p><p>Mariota, 32, will miss the remainder of the preseason, but Quinn is "optimistic that he’ll be ready for the start of the regular season.”</p><p>Mariota was injured during Washington's preseason opener against Miami on Friday night. Starter Jayden Daniels did not play against the Dolphins.</p><p>Quinn said the Commanders don't plan on bringing in another quarterback at this time. The only other QBs on the roster are Sam Hartman and rookie Athan Kaliakmanis.</p><p>“It will allow more reps over the next couple of weeks with Sam (Hartman) and Athan (Kaliakmanis) in that spot," Quinn said.</p><p>Quinn said Mariota's injury has impacted his thinking for how much Daniels and other starters will play for the remainder of the preseason, but he has yet to make any decisions. He plans to re-evaluate after two straight days of padded practice on Tuesday and Wednesday.</p><p>“I’ve got a bunch of situations that I’m trying to work through — two minutes, four minutes, some goal-line stuff,” Quinn said.</p><p>"This is our most heightened training camp block coming up, so I’m excited to see that. We haven’t gotten to the planning of the game yet.”</p><p>The Commanders' next preseason game is on Saturday against the Lions before concluding the preseason on Friday, Aug. 28 against the Ravens.</p><p>Washington did receive promising news elsewhere on the injury front, as starting center Nick Allegretti and tight end John Bates are expected to return to practice on Tuesday. Cornerback Trey Amos remains out with an ankle injury, while running back Jeremy McNichols will miss a few weeks with a quad injury, according to Quinn.</p><p>___</p><p>AP Sports Writer Stephen Whyno contributed to this report.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LH53I4M7US7DHHST7RENXE2QMU.jpg?auth=bb766610a0203c2afdcdddc443f8e07a7ea72d5d377a54f2d6b6c39777b1e943&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders quarterback Marcus Mariota (8) walks off the field during the first half of an NFL preseason football game against the Miami Dolphins, Friday, Aug. 14, 2026, in Landover, MD. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P2R4Y7C2YSUEXOHYVR44ILNYLI.jpg?auth=080ead2426dbb0fad8e0810e6798dc39b5f4aa2f123df2d5c74cb29ac7d95e66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders quarterback Marcus Mariota (8) works out during practice at the team's NFL football training camp, Friday, Aug. 7, 2026 in Ashburn, Va. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SH2B3VC3RJRY7YLRVNDXJFCGLE.jpg?auth=d97bb1ca27edb8b1f1fed65a42b0c7b0bde0a3d2fa3b3c30fe6f6e73328f5e89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders quarterback Marcus Mariota (8) warms up before an NFL preseason football game against the Miami Dolphins, Friday, Aug. 14, 2026, in Landover, MD. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Box Office: ‘Spider-Man’ stays on top while two dino movies battle for third]]></title><link>https://www.local10.com/entertainment/2026/08/16/box-office-spider-man-stays-on-top-while-two-dino-movies-battle-for-third/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/16/box-office-spider-man-stays-on-top-while-two-dino-movies-battle-for-third/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[Two very different dinosaur movies devoured a modest chunk of the North American box office this weekend, although neither came close to unseating “Spider-Man” from its perch atop the charts, nor managed to steal second place from “The Odyssey.”]]></description><pubDate>Sun, 16 Aug 2026 17:55:24 +0000</pubDate><content:encoded><![CDATA[<p>Two very different dinosaur movies devoured a modest chunk of the North American box office this weekend, although neither came close to unseating “Spider-Man” from its perch atop the charts, nor managed to steal second place from “The Odyssey.”</p><p>“Paw Patrol: The Dino Movie” and “The End of Oak Street,” one targeted to very young children and the other an original PG-13 rated action movie, battled for third place in their first weekend in theaters. According to studio estimates on Sunday, the Anne Hathaway and Ewan McGregor movie had the slight edge, with a projected $21 million to the animated pups’ $20.5 million.</p><p>Neither stood a chance for first, however, while “Spider-Man: Brand New Day” continues to cast its sticky web around audiences three weekends into its historic run. The Sony Pictures release added another $70 million from theaters in the U.S. and Canada, bringing its domestic total to a staggering $785.8 million, making it the fourth-biggest domestic release ever. With $118.7 million from overseas markets, it surpassed $2 billion globally, only the eighth movie ever to achieve that landmark (not accounting for inflation) and the second-fastest to do so. “Avengers: Endgame” did it in 11 days in 2019. “Brand New Day” took about 18.</p><p>“The Odyssey,” now in its fifth weekend, also managed to stay in second with a $23.2 million weekend that pushed its domestic total to $504.7 million. With $98 million from international showings, propelled by $36.6 million from its first few days playing in China, Christopher Nolan’s epic has now made over $1.2 billion globally.</p><p>“The End of Oak Street” came in ahead of expectations with around $21 million from 3,446 locations. It also made $26 million from international screenings, adding up to a $47 million global opening against a reported $80 million production budget.</p><p>The film, written and directed by David Robert Mitchell, stars McGregor and Hathaway as suburban parents in 1982 whose neighborhood is mysteriously transported to prehistoric times. It was well-received by critics and currently carries an 86% on Rotten Tomatoes, but audiences gave it a less enthusiastic B CinemaScore. According to PostTrak exit polls, just over half the opening weekend audience said they would “definitely recommend” to friends.</p><p>Family audiences showed up for “Paw Patrol: The Dino Movie,” which Paramount Pictures released in 3,545 theaters in the U.S. and Canada this weekend. Carrying a PG rating, it’s the third theatrically released Paw Patrol movie since 2021. The opening weekend audience gave it an A CinemaScore. Globally, it has a running total of $69 million.</p><p>The Katseye documentary “Katseye: Wild Hearts” rounded out the top five with $4 million from only 724 screens. Several other newcomers also managed to get places in the top 10: “Six: The Musical Live” opened in sixth place with $3 million, followed by “The Brink of War” with $2.7 million. The Tamil-language romance “Vishwanath & Sons” made $1.6 million to take 10th place.</p><p>The Matthew McConaughey crime thriller “The Rivals of Amziah King” opened outside of the top 10 with just over $1 million from 632 theaters. The young Anthony Bourdain biopic “Tony,” meanwhile, made $706,676 from 37 theaters in its second weekend. The A24 release is expanding in the coming weeks.</p><p>The box office is strong with the summer season, now over, accounting for over $4.2 billion in ticket sales — about 5.7% ahead of the pre-pandemic summer of 2019. Paul Dergarabedian, the head of marketplace trends for Rentrak, noted that the number to date is only about $130 million shy of the record 2013 summer, which was led by “Iron Man 3” and “Despicable Me 2.”</p><p>While this summer might not surpass 2013, which ended with just under $4.8 billion, Dergarabedian said, “This is going to be a top five summer of all time.”</p><p>The year overall is just under $6.9 billion.</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Rentrak:</p><p>1. “Spider-Man: Brand New Day,” $70 million.</p><p>2. “The Odyssey,” $23.2 million.</p><p>3. “The End of Oak Street,” $21 million.</p><p>4. “Paw Patrol: The Dino Movie,” $20.5 million.</p><p>5. “Katseye: Wild Hearts,” $4 million.</p><p>6. “Six: The Musical Live,” $3 million.</p><p>7. “The Brink of War,” $2.7 million.</p><p>8. “Toy Story 5,” $2.3 million.</p><p>9. “One Night Only,” $2 million.</p><p>10. “Vishwanath & Sons,” $1.6 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOWWBZBXLJPXSPP6HKYGSSOGGU.jpg?auth=6b0e898986bd3e8daf183db620c0b2919772968fe72d8d82cf20eda9a12cbc14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Holland poses for photographers upon arrival at the 'Spider-Man: Brand New Day' premiere in London, England, Wednesday, July 29, 2026. (Photo by Alberto Pezzali/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5WZEBJRZPBLCTYWAZAP6NBTDY.jpg?auth=df13100070ffe20b6c6d5db5f5cb99371ed81e1940045fa8a15fd8c97f946c21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Holland arrives at the premiere of "Spider-Man: Brand New Day" on Monday, July 27, 2026, at the Dolby Theatre in Los Angeles. (Photo by Jordan Strauss/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7VU66ZLGECNR7VMO2U76RNVQXY.jpg?auth=d13977871bc28e0b5b19d68687d93f6f2b4bfc333f2faa35bee753b92221a1e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Warner Bros. Pictures shows Ewan McGregor, left, and Anne Hathaway in a scene from "The End of Oak Street." (Warner Bros. Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel McFadden</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYCA7OPTKWN6BEQ4T5DQKKFRR4.jpg?auth=6d747b0ceaba8bed2c3c073b24eb28c78fa1c5de28e2cbcbc7c6e697604d2b88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Terry Crews arrives at the premiere of "Paw Patrol: The Dino Movie" on Sunday, Aug. 2, 2026, in Los Angeles. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCZLQU46HJDJWR5AACQ3KND7IY.jpg?auth=9b2ddcf23aa2c388c8f348e00e1566d1727ea3947fbb73cb49910a3520681647&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Black Bear shows Matthew McConaughey, left, and Angelina LookingGlass in a scene from "The Rivals of the Amziah King." (Kyle Kaplan/Black Bear via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Kaplan</media:credit></media:content></item><item><title><![CDATA[At least 6 people have died from days of storms and record-setting flooding in Indiana]]></title><link>https://www.local10.com/news/2026/08/16/at-least-6-people-have-died-from-days-of-storms-and-record-setting-flooding-in-indiana/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/16/at-least-6-people-have-died-from-days-of-storms-and-record-setting-flooding-in-indiana/</guid><dc:creator><![CDATA[By PHILIP MARCELO and OBED LAMY, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS, Ind. (AP) — Days of storms and flooding in Indiana left at least six people dead as floodwaters peaked in Indianapolis’ White River and rains were expected to ease in the state capital region and other parts of the state Sunday.]]></description><pubDate>Sun, 16 Aug 2026 18:54:53 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS, Ind. (AP) — Days of storms and flooding in Indiana left at least six people dead as floodwaters peaked in Indianapolis’ White River and rains were expected to ease in the state capital region and other parts of the state Sunday.</p><p>Frank Gounder was among the Indianapolis residents assessing the damage Sunday, which also happened to be his 37th birthday.</p><p>The furniture maker, who lives on the city’s hard-hit north side, less than a mile from the White River, had been at home as floodwaters crept up his driveway until they were about 2 feet deep (0.61 meters) in the house and his workshop.</p><p>Now he’s left to pick through waterlogged materials and handmade furniture in various stages of completion to see what, if anything, could be salvaged.</p><p>“It’s a lot. Before the water had actually gotten into my house and I saw that it was going to happen, I started freaking out, getting mad,” he said. “But after you realize you can’t do anything about it, you kind of just have to let go and just continue, or else you’re just going to be miserable.”</p><p>Storm victims mourned</p><p>A 4-year-old boy, two men and three women were among those who had died since the storms began Aug. 11, said Liz Woods, a spokesperson for the state Department of Homeland Security.</p><p>Officials in Jennings County, in the southern end of the state, said the boy was killed Tuesday when a tree crashed through his bedroom during strong winds.</p><p>“This is obviously unexpected,” Jennings County Deputy Chief Cody Low told the local ABC affiliate. “There’s nothing we can say that is going to make it any better. We’re going to push through this as a community.”</p><p>The other victims included a 19-year-old man whose body was recovered Saturday. Officials in Delaware County, located east of Indianapolis, said Matthew Morey had jumped off a bridge into the rushing waters of the Mississinewa River with friends three days earlier.</p><p>Family and friends gathered earlier in the week at the bridge to remember the recent high school graduate, who was headed to Purdue University, and warn of the dangers of swollen rivers.</p><p>Delaware County officials also said they recovered the body of Stephanie Sallee and her dog in a cornfield on Saturday, not far from her car. They believe the 58-year-old had been driving on a flooded road when the vehicle was swept away. In a statement shared with local news outlets, her family remembered her as a compassionate and loving person who adored her grandchildren and other young relatives.</p><p>Recovery efforts are underway</p><p>In Indianapolis, flooding from the White River peaked early Sunday morning, with high water levels expected to hold for a few hours before beginning to recede, according to the city Department of Public Works.</p><p>The agency said it would reopen the city’s floodgates Sunday and that emergency shelters remained open after hundreds of homes along the river and its canals were evacuated. First responders used boats to rescue people stranded by rapidly rising floodwaters.</p><p>Recovery efforts, meanwhile, started in earnest as parts of the state began drying out.</p><p>“I must admit it is a good morning,” Christine Altman, president of the Hamilton County board of commissioners, said during a Sunday briefing. “It’s not raining, and the water is receding.”</p><p>She said the county, located just north of Indianapolis, escaped without any loss of life, though officials were assessing whether a significant bridge damaged in the flooding could be repaired or if it needed to be completely replaced.</p><p>Heavy rain and flash flooding were still possible across portions of the central part of the state throughout the day, the National Weather Service warned.</p><p>The weather service urged residents to check river and weather forecasts and “stay out of dangerous, fast moving waters” as heavy rain has caused significant flooding along most rivers and creeks across central Indiana. Roads and bridges across the state have also been seriously damaged or washed out by the rushing waters.</p><p>Nearly 130,000 utility customers statewide remained without power as of Sunday afternoon, down from a peak of around 300,000, according to the online utility tracker PowerOutage.us.</p><p>Storms brought historic flooding to Indiana</p><p>Heavy rains hammered Indiana over the past week, causing rivers to crest and setting new records.</p><p>The White River crested at more than 24 feet (7.32 meters) in the communities of Anderson and Noblesville, surpassing records set in 1913.</p><p>Indianapolis Mayor Joe Hogsett said the flooding was the worst the capital city has seen in more than 30 years.</p><p>Gov. Mike Braun’s office said more than 350 evacuations and scores of rescue and welfare checks have occurred elsewhere in the state, including at a senior mobile home community north of Indianapolis.</p><p>President Donald Trump on Saturday approved Braun’s request for federal disaster assistance to help with flooding response and recovery efforts.</p><p>The drenching rains and destructive flooding were among the impacts of severe storms that have wreaked havoc across the Midwest and beyond in recent days.</p><p>Tornadoes, heavy rains and flash flooding brought serious damage to communities from Illinois to western Pennsylvania.</p><p>___</p><p>Marcelo reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WI2GNVOMOTY425UPFDDQALOGPE.jpg?auth=aa3988be419d1ac6d24c4362dec5c68f2b08d09f54bf503d9d90a414988ef705&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A flooded home is seen in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5E5O4UHSHND4RC3L5CZZLATGI.jpg?auth=9150478c530c8b429eda1ac106aa29acc5486a3b5db75fd8b8548cf8eda1b6b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Frank Gounder sits in his flooded backyard, where his wood shop was also damaged by floodwaters, in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CGXQW5SJU7RPTLAT66BJ26AYQU.jpg?auth=ba8e3f0c63c338fae78c220d83a785420bc1504b11ee863f6abc6af0e5b10161&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents paddle through a flooded neighborhood in a kayak in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZT3QBDJ6E2V4PQULS7XR3JIW7M.jpg?auth=b446230d651e23c91311394e27dcc20e01cd84c0cf2931ac3741fc5901319255&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents transport items from their flooded homes by kayak in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGMUSBABTK7USWFJLJM5B4CWB4.jpg?auth=f3170d35997d7daaafb9610d0f155b7c490df657ac8eecb3b9eaad173b1857ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles sit in water in front of a flooded home in Indianapolis, Sunday, Aug. 16, 2026. (AP Photo/Obed Lamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Obed Lamy</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Hillary Cassel and Todd Delmay]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-hillary-cassel-and-todd-delmay/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-hillary-cassel-and-todd-delmay/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Incumbent State Rep. Hillary Cassel, a Republican, is seeking reelection in Florida House District 101. She is running against Democrat Todd Delmay. ]]></description><pubDate>Sun, 16 Aug 2026 16:02:08 +0000</pubDate><content:encoded><![CDATA[<p>Incumbent State Rep. Hillary Cassel, a Republican, is seeking reelection in Florida House District 101. Democrat Todd Delmay is challenging Cassel in November’s election. </p><p>Both candidates joined host Glenna Milberg on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Oliver Larkin]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-oliver-larkin/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-oliver-larkin/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Oliver Larkin is a Democrat running for the U.S. House in Florida’s 25th Congressional District. ]]></description><pubDate>Sun, 16 Aug 2026 15:41:57 +0000</pubDate><content:encoded><![CDATA[<p>Oliver Larkin is a Democrat running for the U.S. House in Florida’s 25th Congressional District. </p><p>He joined host Glenna Milberg on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Jeff Brandes]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-jeff-brandes/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/16/this-week-in-south-florida-jeff-brandes/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Jeff Brandes is the president of the Florida Policy Project. ]]></description><pubDate>Sun, 16 Aug 2026 15:33:38 +0000</pubDate><content:encoded><![CDATA[<p>Jeff Brandes is the president of the Florida Policy Project. </p><p>He joined host Glenna Milberg on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[BBC asks a US court for help in getting testimony from the Trump family in defamation suit]]></title><link>https://www.local10.com/business/2026/08/16/bbc-asks-a-us-court-for-help-in-getting-testimony-from-the-trump-family-in-defamation-suit/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/16/bbc-asks-a-us-court-for-help-in-getting-testimony-from-the-trump-family-in-defamation-suit/</guid><dc:creator><![CDATA[By SYLVIA HUI, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The BBC asked a U.S. court for help in getting documents and testimony from members of U.S. President Donald Trump 's family in connection with his $10 billion defamation lawsuit against the British broadcaster, a court document showed.]]></description><pubDate>Mon, 17 Aug 2026 00:36:27 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The BBC asked a U.S. court for help in getting documents and testimony from members of U.S. President Donald Trump 's family in connection with his $10 billion defamation lawsuit against the British broadcaster, a court document showed.</p><p>Lawyers for the BBC argued that Ivanka Trump, her husband Jared Kushner, and Donald Trump, Jr. have “personal knowledge" and likely have records relevant to elements of Trump's claims against the broadcaster, according to a filing Friday in federal court in Florida.</p><p>The broadcaster has been unable to serve subpoenas because the three have Secret Service protection and other security personnel around them, the filing says.</p><p>Trump filed the lawsuit in December seeking $10 billion in damages from the BBC, accusing it of defamation as well as deceptive and unfair trade practices.</p><p>The allegations center on the way a 2024 documentary edited a speech Trump gave on Jan. 6, 2021, before protesters attacked the Capitol in Washington. The lawsuit accuses the BBC of “splicing together two entirely separate parts of President Trump’s speech” to “intentionally misrepresent the meaning of what President Trump said.”</p><p>It added that the editing was "a brazen attempt to interfere in and influence” the 2024 U.S. presidential election.</p><p>The BBC has apologized to Trump for the misleading edit, but said it had not defamed him.</p><p>The latest court filing said that Trump's family members had knowledge of issues that were relevant to Trump's argument “that it would be materially false to imply that he incited violence" on Jan. 6, 2021.</p><p>It cited that Donald Trump, Jr. and Ivanka Trump were both present in the Oval Office when Trump was still revising his speech, adding that Donald Trump, Jr. spoke directly with his father after violence had broken out at the Capitol.</p><p>The filing says the BBC asked Trump to accept the subpoenas on his daughter and son-in-law's behalf or to direct the Secret Service to allow the subpoenas to be served, but he refused. The broadcaster asked the court to allow the subpoenas to be served by email and certified mail.</p><p>The judge has given Trump's legal team until Friday to respond to the BBC's request.</p><p>Trump's legal team said that “the BBC is simply trying to distract away from their own obvious liability.”</p><p>“The BBC intentionally defamed President Donald J. Trump, and now the BBC is seeking to harass him, his family, and supporters by abusing the deposition process," according to the team.</p><p>A trial has been provisionally set for February in the case.</p><p>Last week, a federal judge in Florida granted Trump a temporary reprieve from an order that he provide details of his business empire’s financial performance as part of the lawsuit.</p><p>U.S. District Judge Roy Altman agreed to put that order on hold while he considers an amended complaint from Trump that would narrow his claim that he suffered damage to both business and reputation.</p><p>___</p><p>Associated Press journalists Kate Brumback in Atlanta and Alanna Durkin Richer in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32WCRR4VZNPPMJMTAWPXSBUMHU.jpg?auth=601abec52e47bac4f11781c9a1bdf415825200ebecde63805d1ffbf615f72570&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pedestrians walk outside the BBC Headquarters in London, Wednesday, Nov. 12, 2025. (AP Photo/Kin Cheung, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N42724YPDBJ5EIMQLVMKTAG5CE.jpg?auth=b8cbc03cdf382fe3105e1fd2232bdb99a37c4cf7b410b649cb5cf67ee030638d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves to the media as he walks from Marine One to his limousine upon his arrival at the Ellipse just outside of the White House, Sunday, Aug. 16, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Police arrest man on suspicion of fraud after security incident at European athletics championships]]></title><link>https://www.local10.com/sports/2026/08/16/police-arrest-man-on-suspicion-of-fraud-after-security-incident-at-european-athletics-championships/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/16/police-arrest-man-on-suspicion-of-fraud-after-security-incident-at-european-athletics-championships/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[BIRMINGHAM, England (AP) — Police have made one arrest after a security incident caused transportation delays for fans and athletes leaving Alexander Stadium following Saturday night’s session at the European track-and-field championships in Birmingham.]]></description><pubDate>Sun, 16 Aug 2026 15:57:41 +0000</pubDate><content:encoded><![CDATA[<p>BIRMINGHAM, England (AP) — Police have made one arrest after a security incident caused transportation delays for fans and athletes leaving Alexander Stadium following Saturday night’s session at the European track-and-field championships in Birmingham.</p><p>Medal ceremonies were postponed to Sunday, when West Midlands Police said a man in his 30s had been arrested on suspicion of fraud. Governing body European Athletics added “it is safe to attend the stadium” Sunday night for the concluding session of the week-long championships.</p><p>Police said in a statement that around 8:15 p.m. Saturday “concerns were raised after a man was found in an area of Alexander Stadium with the wrong accreditation.”</p><p>“As a precaution, security measures were put in place and transport for the championship staff and athletes were suspended,” the statement said. “This then led to delays to transport from the stadium for the wider public.”</p><p>Police said there was “no immediate risk to the public," and that the man remained in custody Sunday for questioning.</p><p>Fans had waited in long lines while transport was suspended. Just past 11 p.m. Saturday, organizers posted an apology on social media for “significant delays” and that bus service would “gradually begin to take place.”</p><p>“The safety and wellbeing of our spectators, athletes, workforce and the wider championships family will always be our first priority,” Birmingham 2026 said in a statement.</p><p>The stadium is located outside the city center.</p><p>“We recognize that the delays presented challenges for those affected and would like to thank everyone for their patience, understanding and cooperation throughout the evening,” organizers said.</p><p>European Athletics said the local organizing committee has worked closely with authorities “to ensure that all necessary measures are in place” for Sunday night.</p><p>“Any issues connected with last night have now been fully resolved,” it said Sunday. "Everything possible has been done to guarantee the safety and smooth running of tonight's competition.</p><p>“Fans can be reassured that it is safe to attend the stadium for the closing night of the championships.”</p><p>___</p><p>See full AP coverage of European sports here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GT7I63U2LBSVSOLZ4IJIKW4UH4.jpg?auth=e13f9894edb1e4050c991768643f1e9d5af1458e1556e83af80a17e1035a6d98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletes race in the men's 10,000 meters final at the European Athletics Championships in Birmingham, England, Saturday, Aug. 15, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Reports of gunfire prompts police investigation in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/16/reports-of-gunfire-prompts-police-investigation-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/16/reports-of-gunfire-prompts-police-investigation-in-fort-lauderdale/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Police in Fort Lauderdale responded to reports of a shooting around 4:30 a.m. Sunday.]]></description><pubDate>Sun, 16 Aug 2026 14:29:44 +0000</pubDate><content:encoded><![CDATA[<p>Police in Fort Lauderdale responded to reports of a shooting around 4:30 a.m. Sunday.</p><p><a href="https://www.local10.com/espanol/2026/08/16/reportes-de-disparos-provocan-investigacion-policial-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/16/reportes-de-disparos-provocan-investigacion-policial-en-fort-lauderdale/">Leer en español</a></p><p>Their investigation appeared to be focused on an area behind Truth Lounge and Nightclub and the Star America Food &amp; Deli located along the 2600 block of Oakland Park Blvd. </p><p>Local 10 News’ cameras spotted detectives walking around the property examining the scene left behind after the apparent shooting.</p><p>Several evidence markers were left along the pavement, and bullet casings were scattered on the ground.</p><p>Officers quickly left the scene around 5:30 a.m. but have not provided any official information regarding the incident. </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></channel></rss>