<?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 18:39:07 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man implies he has gun before demanding money from bank employee in Fort Lauderdale, FBI says ]]></title><link>https://www.local10.com/news/local/2026/08/17/man-implies-he-has-gun-before-demanding-money-from-bank-employee-in-fort-lauderdale-fbi-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/man-implies-he-has-gun-before-demanding-money-from-bank-employee-in-fort-lauderdale-fbi-says/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man wearing red sunglasses and a black beanie robbed a bank in Fort Lauderdale last week, the FBI announced Monday.]]></description><pubDate>Mon, 17 Aug 2026 18:11:53 +0000</pubDate><content:encoded><![CDATA[<p>A man wearing red sunglasses and a black beanie robbed a bank in Fort Lauderdale last week, the FBI announced Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/17/hombre-hace-creer-que-porta-arma-y-exige-dinero-a-empleado-de-banco-en-fort-lauderdale-dice-el-fbi/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/hombre-hace-creer-que-porta-arma-y-exige-dinero-a-empleado-de-banco-en-fort-lauderdale-dice-el-fbi/">Leer en español</a></p><p>According to FBI Special Agent Willie Creech, the robbery occurred at about 4:20 p.m. Thursday at a Truist bank branch, located at 501 E. Las Olas Blvd.</p><p>Creech said the robber implied that he had a gun on him before demanding money from a bank employee.</p><figure><img src="https://www.local10.com/resizer/v2/ZRBUS3HZUJAPTK3J3BQIOZDVVY.jpg?auth=04f80df5ae3b07109976ccc4ef5739cb36c55aa76caa3ebb359326fe28a9ac7c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>No injuries were reported.</p><p>Creech declined to confirm the amount of money taken during the robbery. </p><p>Anyone with information about the bank robbery is urged to call 1-800-CALL-FBI or go to tips.fbi.gov.</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/LCOB3HEL6JESHGTZV3D2BAKQUY.jpg?auth=0351ed99a843803851df3f37d8ec9117dd937161194a72d69f56257b44baee5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Baby dies following single-vehicle crash in Miramar, police confirm]]></title><link>https://www.local10.com/news/local/2026/08/17/baby-dies-following-single-vehicle-crash-in-miramar-police-confirm/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/baby-dies-following-single-vehicle-crash-in-miramar-police-confirm/</guid><dc:creator><![CDATA[Amanda Batchelor, Ryan Mackey]]></dc:creator><description><![CDATA[A 4-month-old baby has died after being involved in a single-vehicle crash over the weekend in Miramar, police confirmed Monday.]]></description><pubDate>Mon, 17 Aug 2026 17:50:29 +0000</pubDate><content:encoded><![CDATA[<p>A 4-month-old baby has died after being involved in a single-vehicle crash over the weekend in Miramar, police confirmed Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/17/muere-bebe-tras-accidente-de-un-solo-vehiculo-en-miramar-confirma-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/muere-bebe-tras-accidente-de-un-solo-vehiculo-en-miramar-confirma-la-policia/">Leer en español</a></p><p>According to police, the crash happened at about <a href="https://www.local10.com/news/local/2026/08/15/2-children-adult-hospitalized-after-crash-in-miramar-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/15/2-children-adult-hospitalized-after-crash-in-miramar-first-responders-say/">12:30 p.m. Saturday in the 2300 block of Southwest 173rd Avenue.</a></p><p>Police said the baby’s mother was driving and the woman’s other child was also in the vehicle.</p><p>Officers said the baby was airlifted to Joe DiMaggio Children’s Hospital, where he or she later died. </p><p>The mother was transported to Memorial Regional Hospital in Hollywood with minor injuries, according to investigators. The second child was not injured.</p><p>Authorities said MPD’s Traffic Homicide Investigations Unit is investigating the circumstances surrounding the crash.</p><p>No other details about the crash or the family involved have been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7XYONL6TLFCAHL7CVMNF2ZIHEY.jpeg?auth=7551c8493757b584f91724e859c258bccbaf12f1321242e77bb4430ac1c84732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre hace creer que porta arma y exige dinero a empleado de banco en Fort Lauderdale, dice el FBI]]></title><link>https://www.local10.com/espanol/2026/08/17/hombre-hace-creer-que-porta-arma-y-exige-dinero-a-empleado-de-banco-en-fort-lauderdale-dice-el-fbi/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/hombre-hace-creer-que-porta-arma-y-exige-dinero-a-empleado-de-banco-en-fort-lauderdale-dice-el-fbi/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre que llevaba gafas de sol rojas y un gorro negro robó un banco en Fort Lauderdale la semana pasada, anunció el FBI este lunes.]]></description><pubDate>Mon, 17 Aug 2026 18:33:02 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que llevaba gafas de sol rojas y un gorro negro robó un banco en Fort Lauderdale la semana pasada, anunció el FBI el lunes.</p><p>Según el agente especial del FBI Willie Creech, el robo ocurrió alrededor de las 4:20 p.m. del jueves en una sucursal bancaria de Truist, ubicada en 501 E. Las Olas Blvd.</p><p>Creech dijo que el ladrón dio a entender que tenía un arma consigo antes de exigir dinero a un empleado del banco. </p><figure><img src="https://www.local10.com/resizer/v2/ZRBUS3HZUJAPTK3J3BQIOZDVVY.jpg?auth=04f80df5ae3b07109976ccc4ef5739cb36c55aa76caa3ebb359326fe28a9ac7c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>No se reportaron heridos.</p><p>Creech se negó a confirmar la cantidad de dinero que fue robada durante el asalto.</p><p>Se insta a cualquier persona que tenga información sobre el robo del banco a llamar al 1-800-CALL-FBI o ingresar a tips.fbi.gov.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCOB3HEL6JESHGTZV3D2BAKQUY.jpg?auth=0351ed99a843803851df3f37d8ec9117dd937161194a72d69f56257b44baee5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Toronto Tempo look to Brittney Sykes for a lift after a 10-game slide and with a packed week ahead]]></title><link>https://www.local10.com/sports/2026/08/17/toronto-tempo-look-to-brittney-sykes-for-a-lift-after-a-10-game-slide-and-with-a-packed-week-ahead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/toronto-tempo-look-to-brittney-sykes-for-a-lift-after-a-10-game-slide-and-with-a-packed-week-ahead/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The expansion Toronto Tempo are struggling for wins in their first season, but help could be on the way soon with the return of Brittney Sykes.]]></description><pubDate>Mon, 17 Aug 2026 18:28:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The expansion Toronto Tempo are struggling for wins in their first season, but help could be on the way soon with the return of Brittney Sykes.</p><p>The Tempo guard has been out for two months with a left plantar fascia injury she suffered in a June 16 game against the Indiana Fever. Without her the team has struggled, dropping 10 straight games. Toronto was in the mix for a playoff spot before the skid that has left the Tempo at 10-23 for the season, the third-worst record in the league.</p><p>Sykes said at practice Monday that she just needed to get cleared by the doctor to be able to play.</p><p>"It’s been a testing eight weeks, but, you know, it taught me a lot about myself. I got to show up for my teammates and the org in a different way,” Sykes said. “I’m just grateful that I got that time. I got a lot of therapy sessions in. I got to find out a lot about myself. In this point in my career, I’ve been here before, but it seems like this injury was way harder to deal with.”</p><p>Even when she wasn't able to play, Sykes was a veteran presence on the team, trying to keep her teammates' heads up during the skid.</p><p>She could make her return against Caitlin Clark and the Fever on Tuesday. The Tempo have a busy week ahead, with back-to-back games against Indiana at home and then against Washington on the road. Then Toronto will trek across Canada to Vancouver to face Portland on Friday and Las Vegas on Sunday.</p><p>It will be the second straight season that the WNBA will play games in Vancouver; Atlanta faced Seattle last season there in front of a sold-out crowd.</p><p>The timing is tough because the Tempo just came back from a five-game road trip that saw them criss-cross the U.S., with games on the West Coast, Atlanta and Dallas before returning home.</p><p>After the two games in Vancouver, the team finishes off its pre-World Cup schedule with three more road games in Seattle, Las Vegas and Phoenix.</p><p>The Tempo also played a pair of games in Montreal in July, splitting with Dallas and New York.</p><p>Power poll rankings</p><p>Minnesota held onto the top spot in the power poll again this week as the unanimous choice. The Lynx beat Portland and Las Vegas on the road last week. Golden State was second and the Aces were third. Indiana, Washington and New York were next. Atlanta was seventh, with Dallas, Portland and Chicago following the Dream. Phoenix, Los Angeles, Connecticut, Seattle/Toronto rounded out the poll.</p><p>Honoring Diana</p><p>The Phoenix Mercury retired Diana Taurasi's No. 3 jersey on Sunday in a halftime ceremony with a star-studded crowd in attendance. At the end of the evening, Taurasi stepped to the microphone one more time, pausing as the crowd gave her a 45-second standing ovation. Her 30-minute speech was a mixture of seriousness and comedy, drawing laugh from the thousands of fans who stayed after the Mercury lost to Portland.</p><p>Player of the week</p><p>Clark was the AP player of the week. Indiana's star guard averaged 25.7 points, 9.7 assists and 3.3 rebounds to help the team win all three of its games last week. Other players receiving votes were Allisha Gray of Atlanta, Olivia Miles of Minnesota and A'ja Wilson of Las Vegas.</p><p>Game of the week</p><p>Indiana at Dallas, Thursday. The teams will play for the second time in two weeks, with the Wings looking to get a measure of revenge for the loss last week in Indiana. Paige Bueckers put on a show for Dallas, but it wasn't enough to overcome the play of Clark, Kelsey Mitchell and Aliyah Boston.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K37VPIUSKYGFE5JTWQADZRZ354.jpg?auth=2cb6510a7f08e877635bf37cec834384c102b7e7b4a68cf05dc65827fbb4f75e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toronto Tempo guard Brittney Sykes against the Los Angeles Sparks during a WNBA basketball game in Los Angeles, May 15, 2026. (AP Photo/Jeff Lewis, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Lewis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/67LFABS7KTME6MFCHVSCPR5BKA.jpg?auth=6438b0c8e4465c11315014dd5dbfe8434df04377342842de6c9af8cab8c52394&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Tempo guard Kiki Rice (1) works to take a shot as Dallas Wings' Aziaha James, right, defends in the second half of a WNBA basketball game in Arlington, Texas, Wednesday, Aug. 12, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIXLB2FZEN4HEHZ46VYRLSAK74.jpg?auth=481f4abed387da91d070e5f9424cb2d16f6cd6757af0ff124bcb28753eaf310d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Tempo guard Marina Mabrey reacts to play in the second half of a WNBA basketball game against the Dallas Wings in Arlington, Texas, Wednesday, Aug. 12, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Trio in Mercedes shot scooter rider with BB guns in Brickell drive-by, police say]]></title><link>https://www.local10.com/news/local/2026/08/17/trio-in-mercedes-shot-scooter-rider-with-bb-guns-in-brickell-drive-by-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/trio-in-mercedes-shot-scooter-rider-with-bb-guns-in-brickell-drive-by-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A trio from out-of-state is facing felony charges in South Florida after Miami police said they wielded BB guns and shot a scooter rider in a drive-by in the city’s Brickell neighborhood early Monday morning.]]></description><pubDate>Mon, 17 Aug 2026 18:18:38 +0000</pubDate><content:encoded><![CDATA[<p>A trio from out-of-state is facing felony charges in South Florida after Miami police said they shot a scooter rider with BB guns in a drive-by in the city’s Brickell neighborhood early Monday morning.</p><p>According to the Miami Police Department, the incident happened at around 1:10 a.m. along Brickell Avenue, near Southeast Seventh Street.</p><p>MPD arrest reports state that as the victim rode the scooter north on Brickell Avenue, the trio drove beside him in a gray Mercedes-Benz SUV and the two rear passengers opened fire, striking him with multiple BB gun pellets, “including one pellet that struck him near his left eye, causing him to fall from his scooter.”</p><p>“While the victim was attempting to get back onto his feet, the vehicle made a turn and returned toward him, at which time the occupants again fired BB guns in his direction,” the report states. “The vehicle subsequently made another turn and left the area. During this occurrence, the victim was able to record video footage of the vehicle as it departed the scene.”</p><p>Police said they recovered three BB pellets at the scene and were able to make out a partial license plate, locating the vehicle about 20 minutes later along Southwest Second Avenue, near Eighth Street and pulling the group over.</p><p>Police identified the driver as Kai McMurray, 21, of Laguna Beach, California; and the passengers as Tomas Flecha, 19, of Conyers, Georgia; and Ayden Hanan, 23, of Gurnee, Illinois.</p><p>Officers said they found “multiple BB pellets on the vehicle’s floorboards, seats and cup holders.”</p><p>According to the reports, McMurray admitted that Flecha and Hanan “were actively rolling down the vehicle’s windows and shooting BB guns at people while he drove throughout the Brickell area.”</p><p>“(He) further stated that after shooting the BB guns in the area, the occupants returned to their apartment, where the BB guns were dropped off,” it states. “The occupants subsequently left the apartment again and continued driving around the area.”</p><p>Hanan, police said, admitted to being “aware of the BB gun shooting.”</p><p>Police took all three into custody on charges of aggravated battery and shooting or throwing a deadly missile. The latter charge was labeled as “attempted” for Hanan and McMurray.</p><p>The men were being held in the Turner Guilford Knight Correctional Center with bonds listed as “to be set” as of Monday afternoon.</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/2VTDDSU45VHMRO367UVWJUOFU4.png?auth=3b7346f86abbe41fad12a1e80b34719bd1f21d299defa54ef5c70cbee14b1f1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Miami police say Kai McMurray (left) was driving while Thomas Flecha (center) and Ayden Hanan (right) shot BB guns at a scooter rider in the city's Brickell neighborhood.]]></media:description></media:content></item><item><title><![CDATA[MLB approves sale of San Diego Padres to José E. Feliciano and Kwanza Jones]]></title><link>https://www.local10.com/sports/2026/08/17/mlb-approves-sale-of-san-diego-padres-to-jose-e-feliciano-and-kwanza-jones/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/mlb-approves-sale-of-san-diego-padres-to-jose-e-feliciano-and-kwanza-jones/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[Major League Baseball's team owners unanimously have approved the sale of the San Diego Padres to an investor group led by private equity billionaire José E. Feliciano and his wife and business partner, Kwanza Jones.]]></description><pubDate>Mon, 17 Aug 2026 18:26:34 +0000</pubDate><content:encoded><![CDATA[<p>Major League Baseball's team owners unanimously have approved the sale of the San Diego Padres to an investor group led by private equity billionaire José E. Feliciano and his wife and business partner, Kwanza Jones.</p><p>The league announced the approval Monday after a vote. Feliciano and Jones reached an agreement in May to buy the Padres from the family of late owner Peter Seidler at an MLB-record valuation of $3.9 billion. The deal is still contingent on the official closing of the transaction in the coming weeks.</p><p>“José and Kwanza understand the unique place the Padres hold in San Diego and the powerful bond between the club and its fans,” MLB Commissioner Rob Manfred said in a statement. “We look forward to their leadership of the Padres and to working with them to build on the club’s strong foundation in a market that is so important to Major League Baseball.”</p><p>Seidler's family announced its intention to explore a sale of the Padres last November, two years after Peter Seidler's death. The 53-year-old Feliciano, a co-founder of Santa Monica-based private equity firm Clearlake Capital, emerged from the competition as the Seidler family's top choice.</p><p>Padres CEO Erik Greupner and general manager A.J. Preller will remain in charge of day-to-day operations, according to MLB's announcement.</p><p>“We are a family first, and becoming owners of the San Diego Padres means joining an even larger one,” Jones and Feliciano said in a statement. “We are grateful to the Seidler family, and especially to Peter, for raising the expectations of what this franchise can achieve. ... Our ambition is clear: to bring a World Series championship to San Diego and build an enduring organization capable of competing for championships year after year. We intend to be engaged owners, bringing our energy, experience and perspective while working alongside the talented team already in place and investing ambitiously and thoughtfully in the Padres’ future.</p><p>“We are all in and committed to winning.”</p><p>Peter Seidler assumed majority control of the Padres in 2020 after first joining their ownership group in 2012, but he became beloved in San Diego for his aggressive financial pursuit of winning and his eagerness to engage with the team's fan base. He died at 63 in November 2023.</p><p>The Padres dramatically increased their payroll under Seidler, allowing Preller to build the foundation for the current team, which has made four playoff appearances in the past six years and won at least 89 games in three of the last four seasons during the most successful stretch in franchise history. San Diego is currently in the playoff race again, winning 17 of its last 24 games to surge into an NL wild-card position at 67-58.</p><p>Manfred thanked the Seidler family, including John Seidler, who became the Padres' chairman after his brother's death.</p><p>“Continuing the legacy established by the late Peter Seidler, the Padres reached the postseason four times in the last six years, energized one of baseball’s most passionate fanbases and strengthened the club’s role as a cornerstone of the San Diego community,” Manfred said.</p><p>When Feliciano and Jones reached their agreement to purchase the Padres earlier this year, they praised the team as "a unifying force in San Diego, rooted in community, connection and belonging.” They've since been spotted at Padres games in San Diego and in Mexico City.</p><p>The Padres have never won a World Series, but they were a valuable commodity for potential owners as the only team in the four biggest North American sports leagues in a metropolitan area with roughly 3.3 million people. Downtown Petco Park has become one of the liveliest ballparks in the sport, and the Padres ranked second in the majors in attendance last season.</p><p>Feliciano, who was born in Puerto Rico, becomes the second Latino principal owner in baseball, along with the Los Angeles Angels' Arte Moreno. Latino and Hispanic players comprise roughly 30% of major league rosters.</p><p>Feliciano and Jones will hold an introductory news conference at Petco Park on Monday, Aug. 24.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHEUSZS464U2TKYOMIXLZ65GSQ.jpg?auth=6aca4d1722402e04c894691cad3e931de283a799b61836e9ef05b2621d55b6e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres' Luis Campusano, second from left, celebrates with teammates after hitting a walk off single to defeat the Brewers during the eleventh inning of a baseball game Wednesday, Aug. 12, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JA6EFICIBTZHOM7HWXKJF2ANC4.jpg?auth=e52f3cb60c2f2d63b5ea1762bfa7850421b1c4b37aca43ac1b920ab266f378cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres' Luis Campusano, right, is doused by teammate Ty France after Campusano hit a walk off single and. the Padres defeated the Milwaukee Brewers 4-3 in a baseball game Wednesday, Aug. 12, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQFFCQVGDGPKXBUU3GOB3C6XVE.jpg?auth=e2c70b498f67757174b5ad6a4c26e20ffd243b5e402913737b7327a7448ad962&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers starting pitcher Logan Henderson, right, works against San Diego Padres' Manny Machado, third from left, in the fourth inning of a baseball game Monday, Aug. 10, 2026, in San Diego. (AP Photo/Karl Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl Anderson</media:credit></media:content></item><item><title><![CDATA[Justice Department creates a new pathway to restore gun rights for some convicted of felonies]]></title><link>https://www.local10.com/news/2026/08/17/justice-department-creates-a-new-pathway-to-restore-gun-rights-for-some-convicted-of-felonies/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/17/justice-department-creates-a-new-pathway-to-restore-gun-rights-for-some-convicted-of-felonies/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Justice Department finalized a rule Monday that will pave the way for people who've been barred from owning firearms because of criminal convictions to apply to have their gun rights reinstated.]]></description><pubDate>Mon, 17 Aug 2026 18:25:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department finalized a rule Monday that will pave the way for people who've been barred from owning firearms because of criminal convictions to apply to have their gun rights reinstated.</p><p>The process launched by newly confirmed Attorney General Todd Blanche is a victory for Second Amendment advocates who have long pushed for nonviolent people with felony convictions to be given a pathway to regain their legal right to own firearms.</p><p>“The Second Amendment is not a second-class right, and the federal government should not permanently deprive Americans of a constitutional right without regard to whether they pose a danger to public safety,” Blanche said in a statement. The attorney general said the new process will protect “public safety while giving deserving Americans a real path to restoration.”</p><p>It’s the latest move by President Donald Trump's administration to ease firearms restrictions. The Justice Department moved earlier this year to roll back and modify a slate of gun regulations. Separately, the department recently decided against challenging a court ruling that struck down regulations on firearm suppressors and certain guns.</p><p>Federal law has long allowed people who've had their gun rights stripped because of felony convictions to petition the government for the ability to own firearms again, but Congress since 1992 has effectively barred the federal Bureau of Alcohol, Tobacco, Firearms and Explosives from processing applications.</p><p>The Trump administration's rule aims to circumvent that by establishing a new application system using an online portal.</p><p>The Justice Department says restoration will be granted on a case-by-case basis, weighing a person's record and reputation to determine whether they pose a likely threat to public safety. Officials say people who have been convicted of violent crimes, registered sex offenders, people living in the country illegally and others whom officials believe pose a danger to society will be denied “absent extraordinary circumstances.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6UKFB4LIEOQV647EPRXSCSPCU.jpg?auth=20db4bc1e6f0c98793dd314a5bf2062e087325f8e91815a5494255d75f272146&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney General Todd Blanche listens as President Donald Trump speaks at the David Mack Center for Training and Intelligence, Friday, Aug. 14, 2026, in Garden City, N.Y. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Muere bebé tras accidente de un solo vehículo en Miramar, confirma la policía]]></title><link>https://www.local10.com/espanol/2026/08/17/muere-bebe-tras-accidente-de-un-solo-vehiculo-en-miramar-confirma-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/muere-bebe-tras-accidente-de-un-solo-vehiculo-en-miramar-confirma-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor, Ryan Mackey]]></dc:creator><description><![CDATA[Bebé de 4 meses murió después de verse involucrado en un accidente de un solo vehículo y la madre fue trasladada con lesiones menores]]></description><pubDate>Mon, 17 Aug 2026 18:22:16 +0000</pubDate><content:encoded><![CDATA[<p>Un bebé de 4 meses murió después de verse involucrado en un accidente de un solo vehículo durante el fin de semana en Miramar, confirmó la policía el lunes.</p><p>Según la policía, el accidente ocurrió alrededor de las <a href="https://www.local10.com/news/local/2026/08/15/2-children-adult-hospitalized-after-crash-in-miramar-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/15/2-children-adult-hospitalized-after-crash-in-miramar-first-responders-say/">12:30 p.m. del sábado en la cuadra 2300 de Southwest 173rd Avenue</a>.</p><p>La policía indicó que la madre del bebé conducía y que el otro hijo de la mujer también estaba en el vehículo.</p><p>Los agentes dijeron que el bebé fue trasladado en helicóptero al Joe DiMaggio Children’s Hospital, donde posteriormente murió.</p><p>La madre fue trasladada al Memorial Regional Hospital en Hollywood con lesiones menores, según los investigadores. El segundo hijo no resultó herido.</p><p>Las autoridades indicaron que la Unidad de Investigaciones de Homicidios de Tránsito del Departamento de Policía de Miramar (MPD) está investigando las circunstancias del accidente.</p><p>No se han divulgado más detalles sobre el accidente ni sobre la familia involucrada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7XYONL6TLFCAHL7CVMNF2ZIHEY.jpeg?auth=7551c8493757b584f91724e859c258bccbaf12f1321242e77bb4430ac1c84732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump administration pauses contentious border construction in Texas' Big Bend National Park]]></title><link>https://www.local10.com/news/politics/2026/08/17/trump-administration-pauses-contentious-border-construction-in-texas-big-bend-national-park/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/17/trump-administration-pauses-contentious-border-construction-in-texas-big-bend-national-park/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration says it is temporarily pausing construction of a controversial border construction project in the Big Bend National Park while the head of the agency tasked with building the wall visits Texas to do an “on-the-ground evaluation.”]]></description><pubDate>Mon, 17 Aug 2026 18:30:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration says it is temporarily pausing construction of a controversial border construction project in the Big Bend National Park while the head of the agency tasked with building the wall visits Texas to do an “on-the-ground evaluation.”</p><p>The project through the national park in southern Texas has faced fierce bipartisan opposition by critics who say it is marring a pristine environmental area and that the region’s rugged and remote terrain already serves as a deterrent to migrants and smugglers.</p><p>Rodney Scott, who heads Customs and Border Protection which is tasked with building the wall, said in an announcement on X that he was visiting Texas to do an evaluation.</p><p>“CBP is pausing all construction activity in Big Bend National Park while I visit and conduct a personal, on-the-ground evaluation,” Scott said.</p><p>Congress gave the Trump administration $46 billion last summer to build a wall from the Pacific Ocean to the Gulf of Mexico, and the administration has been racing ahead and waiving numerous regulations in an effort to swiftly build the wall.</p><p>Scott has said that he expects that they will build the first layer of the wall by the end of next year.</p><p>But they have run into fierce opposition in Texas especially when it comes to construction in and near Big Bend National Park and a state park to the west.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CHYX3JRUM7GVKYXBFCCSB5QEIM.jpg?auth=fb2262bdb0865fcdeecc27a1c3aa1652785da5b0e12f9810202de1a689b134c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks as he meets with lifeguard Ryder Williams in the Oval Office of the White House, Monday, Aug. 17, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Man faces 21 charges after police accused him of 2-day crime in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/08/17/man-faces-21-charges-in-miami-dade-after-accused-of-shootings-chase-crash-escape-attempt/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/man-faces-21-charges-in-miami-dade-after-accused-of-shootings-chase-crash-escape-attempt/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 23-year-old man faced 21 new charges on Monday after an alleged two-day crime spree in Miami-Dade County that included trying to kill an ex-girlfriend and firing a rifle at a detective, records show.]]></description><pubDate>Mon, 17 Aug 2026 18:13:46 +0000</pubDate><content:encoded><![CDATA[<p>A 23-year-old man faced 21 new charges on Monday after an alleged two-day crime spree in Miami-Dade County that included trying to kill an ex-girlfriend and firing a rifle at a detective, records show.</p><p>On Aug. 9, Karyne E. David fired into his ex-girlfriend’s home at 9:50 p.m. at Northwest 19 Avenue and 185th Terrace in Miami Gardens, according to a police officer’s arrest report. </p><p>On Aug. 10, David “shouldered” a rifle and pointed it at a Miami Gardens special victims unit detective, who then “discharged his duty pistol,” before a pursuit started, according to a police report. </p><p>David, who was armed with an AK-style Century Arms Draco with a wood and black finish, fled in a black Honda Accord, and during the high-speed pursuit, “put the rifle out of the window and began shooting back” at the detective, according to the police report. </p><p>The detective fired at David at Northwest 19th Avenue and 183rd Street, and again along Northwest 22nd Avenue, near 135th Street, according to the police officer’s report. </p><p>David “crashed into large bushes on the side of the road ... bailed out and fled eastbound on foot along a tree line” of Northwest 107th Street in Opa-locka, according to a police officer’s report. </p><p>Police officers reported running after David and catching up to him about a block away from the crash along 107th Street, near 17th Avenue, and detaining him before Miami-Dade Fire Rescue personnel arrived. </p><p>David also had a 30-round magazine loaded with nine live rounds and one round in the chamber, and he had an extra live round in his pocket, according to police. </p><p>MDFR personnel took David, who suffered a gunshot wound, to the North Shore Hospital, and he was transferred to the HCA Florida Aventura Hospital, where he attempted to escape on Aug. 10, according to police.</p><p>David was in the intensive care unit when he detached electrocardiogram leads from his chest to create a “sharp metal tool” that he inserted in the handcuff locking mechanism, according to a police report. </p><p>On Aug. 13, police officers arrested David after a doctor discharged him from the HCA Florida Aventura Hospital, records show. </p><p>Miami-Dade corrections booked David at the Turner Guilford Knight Correctional Center, where he remained without bond on Monday afternoon.</p><p>Miami-Dade prosecutors filed two cases against David on Friday and two on Thursday, according to county court records. </p><p>In the first case filed on Thursday, David faced six charges: Two counts of premeditated attempted murder, two counts of aggravated assault with a firearm, and two counts of throwing a deadly missile. </p><p>In the second case filed on Thursday, David faced a charge for escaping, a second-degree felony.</p><p>In the third case filed on Friday, David faced five charges: Attempted murder of a law enforcement officer, fleeing and eluding police, throwing a deadly missile, aggravated assault with a firearm, and resisting arrest. </p><p>In the second case filed on Friday, David faced nine more charges: Three counts of attempted murder, three counts of aggravated assault with a deadly weapon, and three counts of throwing a deadly missile. </p><p>Miami-Dade County Circuit Judge Jason Bloch was presiding over the cases. His next pretrial detention hearing was set for 9 a.m. on Tuesday. </p><p><b>Related stories</b> </p><ul><li><a href="https://www.local10.com/news/local/2026/08/10/suspect-fires-at-officers-during-police-pursuit-taken-into-custody-in-opa-locka-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/10/suspect-fires-at-officers-during-police-pursuit-taken-into-custody-in-opa-locka-police-say/">Suspect exchanges fire with Miami Gardens detective before pursuit, police chief says</a></li><li><a href="https://www.local10.com/news/local/2026/08/14/man-accused-of-shooting-into-exs-miami-gardens-home-exchanging-gunfire-with-cop-before-pursuit/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/14/man-accused-of-shooting-into-exs-miami-gardens-home-exchanging-gunfire-with-cop-before-pursuit/">Man accused of shooting into ex’s Miami Gardens home, exchanging gunfire with cop before pursuit</a></li></ul><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/4M67V5HUB5FABCYRNYFCO46KIE.jpg?auth=b66ac31f18566e40cd8e40f461727a19c3adee9af1ff7f0b5aaff71ee1818548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Karyne E. David on Aug. 13 at HCA Florida Aventura Hospital after he was accused of shootings in Miami Gardens and a police chase that ended with a crash in Opa-locka, records show.]]></media:description></media:content></item><item><title><![CDATA[Broward man now faces federal charge in scheme to steal high-end cars, ship them overseas: DHS]]></title><link>https://www.local10.com/news/local/2026/08/17/broward-man-now-faces-federal-charge-in-scheme-to-steal-high-end-cars-ship-them-overseas-dhs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/broward-man-now-faces-federal-charge-in-scheme-to-steal-high-end-cars-ship-them-overseas-dhs/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man arrested by Miami Beach police on state charges in July after being accused of stealing high-end vehicles is now facing a federal charge alleging a broader scheme to ship the rides overseas.]]></description><pubDate>Mon, 17 Aug 2026 17:41:53 +0000</pubDate><content:encoded><![CDATA[<p>A man <a href="https://www.local10.com/news/local/2026/07/21/video-shows-arrest-of-suspect-following-miami-beach-luxury-vehicle-theft-investigation-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/21/video-shows-arrest-of-suspect-following-miami-beach-luxury-vehicle-theft-investigation-cops-say/">arrested by Miami Beach police</a> on state charges in July after being accused of stealing high-end vehicles is now facing a federal charge alleging a broader scheme to ship the rides overseas.</p><p><a href="https://www.local10.com/espanol/2026/08/17/acusan-a-hombre-de-broward-de-conspirar-para-robar-vehiculos-de-lujo-y-enviarlos-al-extranjero/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/acusan-a-hombre-de-broward-de-conspirar-para-robar-vehiculos-de-lujo-y-enviarlos-al-extranjero/">Leer en español</a></p><p>According to a federal court case filed on Monday, Hakam Shahin, 30, of Oakland Park, is facing a count of conspiracy to transport stolen motor vehicles.</p><p>Federal prosecutors are trying the case in U.S. District Court in Newark, New Jersey. That’s the city where authorities say “stolen vehicles were being transported, loaded into shipping containers and exported” to the Middle East and Africa from a lot “run by an international shipping and logistics company.”</p><p>According to a federal criminal complaint, on April 29, Homeland Security Investigations agents were made aware of the criminal activity.</p><p>Surveillance of the lot the next day showed multiple parked luxury vehicles, including a Range Rover, Cadillac Escalade and Mercedes-Benz G-Class, all reported stolen out of Florida, New Jersey and Texas respectively, the complaint states.</p><p>On May 1, agents said they saw a Bentley Continental that had been stolen in Florida just three days before.</p><p>Agents said they saw Shahin at the lot on multiple occasions, taking photos of the vehicles and at one point arriving with a trailer carrying a Lamborghini Aventador stolen from Florida. </p><p>The complaint mentions other vehicles stolen from Michigan, Illinois, Tennessee and New York.</p><p>Agents said they were able to intercept shipments of stolen luxury cars that were bound for the west African country of Togo, as well as the United Arab Emirates.</p><p>They said they obtained text messages showing a co-conspirator advising Shahin and others to “always avoid” Flock surveillance cameras when driving.</p><p>They said they also obtained texts showing unnamed co-conspirators and Shahin discussing “watching out for law enforcement.”</p><p>According to the complaint, that includes an April 30 text in which a co-conspirator told Shahin to “Fast go clean the g class...before it f---s up the yard,” to which Shahin replied with a photo of two Newark Police Department vehicles at the lot.</p><p>The next day, agents said Shahin told the co-conspirator to “keep quiet” and that “someone (was) giving info” to authorities.</p><p>On May 5, agents said a co-conspirator told Shahin, “You’re f---ed” after Shahin sent a photo of an NPD cruiser behind a stolen Ferrari.</p><p>Agents said they also obtained messages showing group chats between Shahin, the co-conspirators and employees of the unnamed shipping company.</p><p>Broward Sheriff’s Office jail records show that federal authorities arrested Shahin on Friday. He was being held at BSO’s Main Jail facility in Fort Lauderdale, on behalf of the U.S. Marshals Service, as he awaits extradition to the Garden State.</p><p>He had been scheduled to make an initial appearance in Fort Lauderdale federal court on Monday morning.</p><p>In the meantime, records show the two state cases against Shahin ― in which he faces nearly a dozen felonies total ― remain active in Miami-Dade County court. He’s scheduled to be arraigned on Sept. 8.</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/543FA25TKJEOXPVEO4JJT6V55Q.jpg?auth=f72ec75b1237b205c612ee45fb58ba54ba14ba95b1828d2f51367960451acf48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hakam Shahin]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de Broward de conspirar para robar vehículos de lujo y enviarlos al extranjero]]></title><link>https://www.local10.com/espanol/2026/08/17/acusan-a-hombre-de-broward-de-conspirar-para-robar-vehiculos-de-lujo-y-enviarlos-al-extranjero/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/acusan-a-hombre-de-broward-de-conspirar-para-robar-vehiculos-de-lujo-y-enviarlos-al-extranjero/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre arrestado por la policía de Miami Beach en julio por cargos estatales ahora enfrenta un cargo federal por un presunto esquema más amplio para enviar los vehículos al extranjero.]]></description><pubDate>Mon, 17 Aug 2026 17:55:35 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre <a href="https://www.local10.com/espanol/2026/07/21/video-muestra-arresto-de-sospechoso-tras-investigacion-por-robo-de-vehiculo-de-lujo-en-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/video-muestra-arresto-de-sospechoso-tras-investigacion-por-robo-de-vehiculo-de-lujo-en-miami-beach/">arrestado por la policía de Miami Beach</a> en julio por cargos estatales tras ser acusado de robar vehículos de alta gama ahora enfrenta un cargo federal por un presunto esquema más amplio para enviar los vehículos al extranjero.</p><p>Según un caso presentado el lunes en un tribunal federal, Hakam Shahin, de 30 años, de Oakland Park, enfrenta un cargo de conspiración para transportar vehículos motorizados robados.</p><p>Los fiscales federales están procesando el caso en el Tribunal de Distrito de Estados Unidos en Newark, Nueva Jersey. Esa es la ciudad donde las autoridades dicen que “vehículos robados eran transportados, cargados en contenedores de envío y exportados” a Medio Oriente y África desde un lote “operado por una compañía internacional de envíos y logística”.</p><p>Según una denuncia penal federal, el 29 de abril, agentes de Investigaciones de Seguridad Nacional (HSI) fueron informados sobre la actividad delictiva.</p><p>La vigilancia del lote al día siguiente mostró múltiples vehículos de lujo estacionados, incluyendo un Range Rover, Cadillac Escalade y Mercedes-Benz G-Class, todos reportados como robados de Florida, Nueva Jersey y Texas, respectivamente, según la denuncia.</p><p>El 1 de mayo, los agentes dijeron que vieron un Bentley Continental que había sido robado en Florida apenas tres días antes.</p><p>Los agentes dijeron que vieron a Shahin en el lote en múltiples ocasiones, tomando fotografías de los vehículos y, en un momento, llegando con un remolque que transportaba un Lamborghini Aventador robado de Florida.</p><p>La denuncia menciona otros vehículos robados de Michigan, Illinois, Tennessee y Nueva York.</p><p>Los agentes dijeron que pudieron interceptar cargamentos de vehículos de lujo robados que tenían como destino el país de África Occidental Togo, así como los Emiratos Árabes Unidos.</p><p>Dijeron que obtuvieron mensajes de texto que mostraban a un co conspirador aconsejando a Shahin y a otros que “siempre evitaran” las cámaras de vigilancia Flock al conducir.</p><p>También dijeron que obtuvieron mensajes de texto que mostraban a co conspiradores no identificados y a Shahin hablando sobre “estar atentos a las autoridades”.</p><p>Según la denuncia, eso incluye un mensaje del 30 de abril en el que un co conspirador le dijo a Shahin que “Rápido, ve a limpiar la G class... antes de que se j--- el patio”, a lo que Shahin respondió con una foto de dos vehículos del Departamento de Policía de Newark en el lote.</p><p>Al día siguiente, los agentes dijeron que Shahin le dijo al co conspirador que “guardara silencio” y que “alguien estaba dando información” a las autoridades.</p><p>El 5 de mayo, los agentes dijeron que un co conspirador le dijo a Shahin “Estás j---do” después de que Shahin enviara una foto de un vehículo policial de NPD detrás de un Ferrari robado.</p><p>Los agentes dijeron que también obtuvieron mensajes que mostraban chats grupales entre Shahin, los co conspiradores y empleados de la compañía de envíos no identificada.</p><p>Los registros de la cárcel de la Oficina del Sheriff de Broward muestran que las autoridades federales arrestaron a Shahin el viernes. Permanecía detenido en la cárcel principal de BSO en Fort Lauderdale, en nombre del Servicio de Alguaciles de Estados Unidos, mientras espera su extradición al Garden State.</p><p>Estaba programado para comparecer inicialmente ante un tribunal federal en Fort Lauderdale el lunes por la mañana.</p><p>Mientras tanto, los registros muestran que los dos casos estatales contra Shahin, en los que enfrenta casi una docena de delitos graves en total, siguen activos en el tribunal del condado de Miami-Dade. Está programado para ser procesado el 8 de septiembre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/543FA25TKJEOXPVEO4JJT6V55Q.jpg?auth=f72ec75b1237b205c612ee45fb58ba54ba14ba95b1828d2f51367960451acf48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hakam Shahin]]></media:description></media:content></item><item><title><![CDATA[A detainee’s death revives Syria’s memories of torture and abuse in prisons]]></title><link>https://www.local10.com/news/world/2026/08/17/a-detainees-death-revives-syrias-memories-of-torture-and-abuse-in-prisons/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/a-detainees-death-revives-syrias-memories-of-torture-and-abuse-in-prisons/</guid><dc:creator><![CDATA[By GHAITH ALSAYED and ABBY SEWELL, Associated Press]]></dc:creator><description><![CDATA[DAMASCUS, Syria (AP) — The death of a young man with a serious medical condition who was arrested and allegedly beaten by Syrian security forces has stirred up dark memories of torture and other abuse in detention centers under the Assad dynasty’s decades-long rule.]]></description><pubDate>Mon, 17 Aug 2026 18:21:28 +0000</pubDate><content:encoded><![CDATA[<p>DAMASCUS, Syria (AP) — The death of a young man with a serious medical condition who was arrested and allegedly beaten by Syrian security forces has stirred up dark memories of torture and other abuse in detention centers under the Assad dynasty’s decades-long rule.</p><p>Syrians have taken to social media and the streets in recent days to demand answers about the death of Mohammad Ghamira, who was buried Monday in his hometown of al-Haffah in coastal Latakia province.</p><p>When insurgents unseated former President Bashar Assad in December 2024 after a nearly 14-year civil war, they opened the country's notorious prisons. During Assad's rule, rights groups say, thousands of prisoners were killed in mass executions or died from injuries and disease. Detainees were subjected to torture, beatings and rape.</p><p>Officials with the government of interim President Ahmad al-Sharaa have promised accountability in Ghamira’s case, but rights groups say it is not an isolated incident and that abuses persist in detention centers.</p><p>The detainee had hemophilia, which affects blood clotting</p><p>Ghamira, a 29-year-old father of two, was a former volunteer with the White Helmets civil defense organization, which operated in opposition-held areas before Assad's fall.</p><p>He died in a hospital in Latakia on Sunday after being released from jail. He had been detained days earlier following an "allegation of theft involving a sum of money,” Latakia’s internal security command said in a statement, without giving more details.</p><p>Syria’s Minister of Emergency and Disaster Management Raed al-Saleh, who was previously head of the White Helmets, said on X that Ghamira had died of “complications from cerebral and gastrointestinal hemorrhaging” that “resulted from a beating he sustained after being detained at the al-Haffah police station.”</p><p>Al-Saleh and Ghamira’s relatives said he had hemophilia, a condition affecting the blood’s ability to clot.</p><p>Ghamira’s uncle, Issam Ghamira, said in a video interview with state news agency SANA that the family had told the police chief in al-Haffah that his nephew had hemophilia and warned against hitting him. Despite that, he said, his nephew was hit while in custody.</p><p>Syria’s interior ministry announced an investigation into Ghamira’s death and said seven interior ministry personnel were detained for questioning.</p><p>Syria’s Interior Ministry spokesperson Noureddine al-Baba, speaking to journalists, acknowledged “shortcomings and deficiencies” in some of the country's police departments but said others were doing “exceptional” work.</p><p>“God willing, this painful incident will serve as a catalyst for positive change in the operations of the ministry of interior," he said.</p><p>Watchdogs call Ghamira’s death part of a wider problem</p><p>In a report released in March, the U.N. Independent International Commission of Inquiry on the Syrian Arab Republic said it had documented “torture and ill-treatment” in 18 official detention facilities and 12 “makeshift facilities” in different areas of Syria between January and October 2025, in the months following Assad's ouster as the new government asserted control.</p><p>The practices it documented included beating prisoners with rifle butts, sticks, pipes, bars and cables; the use of electric shocks and other forms of torture; mock executions; and sexual violence.</p><p>Syrians for Truth and Justice, a human rights organization that tracks abuses, in a report published earlier this month said that “severe beatings, electric shocks, humiliation, threats, deprivation of basic necessities, and deaths in custody continue to be common practices at the hands of multiple security and military actors.”</p><p>The group concluded that the incidents were too widespread to treat as isolated incidents but that there was not evidence of a “single centralized system equivalent in structure and direction to the torture apparatus entrenched by the Assad regime.”</p><p>“It is somehow widespread, but it’s not structured,” Bassam Alahmad, the group’s executive director, told The Associated Press. “For us, there is no evidence that these orders came from the commanders to torture people, but still (the authorities) have a responsibility to stop this behavior."</p><p>Syrians whose loved ones disappeared or died in detention centers during Assad’s rule said they were disturbed to see the patterns being repeated under the new government.</p><p>Families for Freedom, a group representing relatives of detainees, said in a statement, “What happened to Mohammed reopens the wounds of torture and death in detention for thousands of Syrian families — practices Syrians have struggled for years to end, and the recurrence of which cannot be accepted today.”</p><p>___</p><p>Sewell reported from Beirut.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEJU4ZPWAAT6N6UUZFRV4LXS2Q.jpg?auth=8ce6761d9eaa76403abfe41bed0d566eaa304b0b1e410bee39cf6eacb08ff99a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A funeral procession for Mohammad Ghamira, a former White Helmets volunteer who died shortly after his release from jail, travels through the countryside near the village of al-Haffa, in Latakia province, Syria, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/3BWJIZHOQZ2ELK46CWU6Y3WQXI.jpg?auth=0f58f376ebb2c3bb74af3edfe88a4e2dd5846921a93fc21df90cfdaf53b57421&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the coffin of Mohammad Ghamira, a former White Helmets volunteer who died shortly after his release from jail, for burial in the village of al-Haffa, in Latakia province, Syria, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JWRTLEUADGV45FUE4JJNOTQK5E.jpg?auth=259bb269a39ca6393179b8f92bc0f4affccca71707376ae2dca487d0e583a9e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the coffin of Mohammad Ghamira, a former White Helmets volunteer who died shortly after his release from jail, for burial in the village of al-Haffa, in Latakia province, Syria, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/2WULV5UQBRW37BTVQLYMSHT6Y4.jpg?auth=634b436206ca6b00b7d771eecfea003d0824819fdb11b1502643b4fc6bb2e65a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners gather for the funeral of Mohammad Ghamira, a former White Helmets volunteer who died shortly after his release from jail, in the village of al-Haffa, in Latakia province, Syria, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ESBRYHNQR323GGFU6WYZZFZ6PU.jpg?auth=ee2c1b466057e1c3a444b78da098a6ddd6a49e5f22626c5da3cf250e63e1fcfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the coffin of Mohammad Ghamira, a former White Helmets volunteer who died shortly after his release from jail, for burial in the village of al-Haffa, in Latakia province, Syria, Monday, Aug. 17, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Ardua labor de limpieza en Hawai tras paso de huracán Lala]]></title><link>https://www.local10.com/espanol/2026/08/17/ardua-labor-de-limpieza-en-hawai-tras-paso-de-huracan-lala/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/ardua-labor-de-limpieza-en-hawai-tras-paso-de-huracan-lala/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[HONOLULU (AP) — La tormenta tropical Lala dejó el lunes un lodazal provocado por lluvias intensas e inundaciones mientras pasaba junto a las principales islas de Hawai.]]></description><pubDate>Mon, 17 Aug 2026 17:13:01 +0000</pubDate><content:encoded><![CDATA[<p>HONOLULU (AP) — La tormenta tropical Lala dejó el lunes un lodazal provocado por lluvias intensas e inundaciones mientras pasaba junto a las principales islas de Hawai.</p><p>Lala se debilitó de huracán a tormenta tropical el domingo después de azotar el estado sin tocar tierra. Se prevé que la tormenta continuará desplazándose hacia el oeste y se convertirá otra vez en huracán mar adentro lejos de tierra para el miércoles.</p><p>No había vigilancias ni avisos costeros vigentes para Hawai el lunes, cuando comenzaban las labores de limpieza, pero persistían condiciones de oleaje y corrientes de resaca potencialmente mortales, según el Centro Nacional de Huracanes. La saturación causada por las fuertes lluvias aún podría provocar algunos deslizamientos de tierra, pero los vientos ya no representaban una amenaza, indicó el meteorólogo del Servicio Meteorológico Nacional Patrick Blood.</p><p>“No hay peligros realmente inminentes a los que nos estemos enfrentando ahora”, afirmó. “Lala se ha ido hacia el oeste”.</p><p>Laupahoehoe, en la costa noreste de la Isla Grande, registró la mayor cantidad de lluvia, con 1,1 metros (43 pulgadas). Los vientos más fuertes se registraron en la cima del imponente volcán Mauna Kea, donde las ráfagas alcanzaron los 225 km/h (140 mph). En las zonas de menor altitud, residentes de toda la cadena de islas experimentaron vientos con fuerza de tormenta tropical de 48 a 64 km/h (30 a 40 mph), con ráfagas de hasta 97 km/h (60 mph), señaló Blood.</p><p>La tormenta derribó árboles y cables eléctricos y provocó graves inundaciones que arrancaron de sus cimientos unas 100 viviendas en la Isla Grande, informaron las autoridades. El gobernador Josh Green manifestó el domingo que al parecer nadie murió cuando las casas fueron arrastradas por el agua.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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></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[Canes rank No. 7 in both preseason AP Top 25, Coaches Poll]]></title><link>https://www.local10.com/sports/local/2026/08/17/canes-rank-no-7-in-both-preseason-ap-top-25-coaches-poll/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/17/canes-rank-no-7-in-both-preseason-ap-top-25-coaches-poll/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Hurricanes were ranked No. 7 in both the 2026 preseason AP Top 25 and Coaches Poll on Monday, marking the program’s highest preseason ranking since 2018.]]></description><pubDate>Mon, 17 Aug 2026 16:47:46 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Hurricanes were ranked No. 7 in both the 2026 preseason <a href="https://apnews.com/hub/ap-top-25-college-football-poll" target="_self" rel="" title="https://apnews.com/hub/ap-top-25-college-football-poll">AP Top 25</a> and Coaches Poll on Monday, marking the program’s highest preseason ranking since 2018.</p><p><a href="https://www.local10.com/espanol/2026/08/17/canes-ocupan-el-numero-7-en-las-encuestas-ap-top-25-y-coaches-poll-de-pretemporada/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/canes-ocupan-el-numero-7-en-las-encuestas-ap-top-25-y-coaches-poll-de-pretemporada/">Leer en español</a></p><p>Led by head coach Mario Cristobal, Miami enters the season looking to build on its historic 2025 campaign, when the Hurricanes reached the College Football Playoff National Championship game before falling to Indiana at Hard Rock Stadium.</p><p>The Hoosiers were led by quarterback and Miami native Fernando Mendoza, who was selected No. 1 overall by the Las Vegas Raiders in the 2026 NFL draft.</p><p>Miami opens the 2026 season against Stanford on Sept. 4. </p><p>Quarterback Darian Mensah will lead the Hurricanes after transferring from Duke last season, along with key players, including running back Mark Fletcher Jr. and wide receiver Malachi Toney.</p><p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DT_cbJ9kfNn/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DT_cbJ9kfNn/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/DT_cbJ9kfNn/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Miami Hurricanes Football (@canesfootball)</a></p></div></blockquote>
<script async src="//www.instagram.com/embed.js"></script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7TQXGUDTO5DPHK3EJREC4RC7JA.jpg?auth=00fb8ca0f92696dc0f42c292178a672ff04fb90e200c26dcc8a07b7789c5b9da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami head coach Mario Cristobal enter the field before the first half of an NCAA college football game against Syracuse Saturday, Nov. 8, 2025, 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[Canes ocupan el número 7 en las encuestas AP Top 25 y Coaches Poll de pretemporada]]></title><link>https://www.local10.com/espanol/2026/08/17/canes-ocupan-el-numero-7-en-las-encuestas-ap-top-25-y-coaches-poll-de-pretemporada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/canes-ocupan-el-numero-7-en-las-encuestas-ap-top-25-y-coaches-poll-de-pretemporada/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Miami Hurricanes ocuparon el número 7 tanto en la AP Top 25 de pretemporada de 2026 como en la Coaches Poll, es decir la más alta clasificación de pretemporada desde 2018.]]></description><pubDate>Mon, 17 Aug 2026 17:05:19 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Hurricanes ocuparon el número 7 tanto en la AP Top 25 de pretemporada de 2026 como en la Coaches Poll el lunes, lo que marca la clasificación de pretemporada más alta del programa desde 2018.</p><p>Dirigido por el entrenador en jefe Mario Cristóbal, Miami entra a la temporada con la intención de aprovechar su histórica campaña de 2025, cuando los Hurricanes llegaron al partido por el Campeonato Nacional de los College Football Playoff antes de caer ante Indiana en el Hard Rock Stadium.</p><p>Los Hoosiers fueron liderados por el quarterback y nativo de Miami Fernando Mendoza, quien fue seleccionado en el primer lugar general por Las Vegas Raiders en el draft de la NFL de 2026.</p><p>Miami abre la temporada de 2026 contra Stanford el 4 de septiembre.</p><p>El quarterback Darian Mensah liderará a los Hurricanes después de transferirse de Duke la temporada pasada, junto con jugadores clave, incluyendo al corredor Mark Fletcher Jr. y al receptor abierto Malachi Toney.</p><p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DT_cbJ9kfNn/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DT_cbJ9kfNn/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/DT_cbJ9kfNn/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Miami Hurricanes Football (@canesfootball)</a></p></div></blockquote>
<script async src="//www.instagram.com/embed.js"></script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7TQXGUDTO5DPHK3EJREC4RC7JA.jpg?auth=00fb8ca0f92696dc0f42c292178a672ff04fb90e200c26dcc8a07b7789c5b9da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami head coach Mario Cristobal enter the field before the first half of an NCAA college football game against Syracuse Saturday, Nov. 8, 2025, 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[News Producer]]></title><link>https://www.local10.com/careers/2026/08/17/news-producer/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/08/17/news-producer/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. ]]></description><pubDate>Mon, 17 Aug 2026 17:03:33 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of August 14, 2026</b></u></p><p><u><b>Job Listing</b></u><u> – </u><u><b>News Producer</b></u></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p><i>***</i><i><b>All of the essential functions of this position are not necessarily described in this posting.</b></i></p><p><b>***</b><i><b>We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age gender, marital status, disability, matriculation or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screening, investigative background check, employment/education verifications, and reference checks. A Valid driver’s license is required.</b></i></p><p><b>Please follow link below to apply for Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/9018" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/9018</a></p><p>Chris Schenk</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p>cschenk@wplg.com</p><p>No phone calls please.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[‘Nashville’ star Hayden Panettiere possibly died of overdose, rep says]]></title><link>https://www.local10.com/entertainment/2026/08/17/nashville-star-hayden-panettiere-possibly-died-of-overdose-rep-says/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/nashville-star-hayden-panettiere-possibly-died-of-overdose-rep-says/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Actress Hayden Panettiere, known for her roles in “Heroes” and “Nashville,” has died at the age of 36, according to a representative for the actress.]]></description><pubDate>Mon, 17 Aug 2026 16:24:48 +0000</pubDate><content:encoded><![CDATA[<p>Actress Hayden Panettiere, known for her roles in “Heroes” and “Nashville,” has died at the age of 36, according to a representative for the actress.</p><p><a href="https://www.local10.com/espanol/2026/08/17/posible-sobredosis-causo-muerte-de-estrella-de-nashville-hayden-panettiere-dice-representante/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/posible-sobredosis-causo-muerte-de-estrella-de-nashville-hayden-panettiere-dice-representante/">Leer en español</a></p><p>The representative said Panettiere’s death appears to have been the result of a possible drug overdose. An official cause of death, however, has not been announced.</p><p><a href="https://www.tmz.com/2026/08/17/hayden-panettiere-found-dead-by-a-friend-inside-greenville-home/" target="_self" rel="" title="https://www.tmz.com/2026/08/17/hayden-panettiere-found-dead-by-a-friend-inside-greenville-home/">Dispatch audio shared by TMZ</a> with Local 10 referenced a “cardiac arrest” and an “overdose” as South Carolina first responders rushed to an apartment complex in Greenville, where Panettiere was found unresponsive Sunday afternoon.</p><p>Despite lifesaving efforts, Panettiere was pronounced dead at the scene.</p><p>Greenville investigators said their preliminary investigation found no signs of foul play or suspicious circumstances.</p><p>Panettiere’s father remembered his daughter as an “incredible light” in a statement following her death.</p><p>“It is with profound sadness that we share the tragic passing of our beloved Hayden,” the statement read. “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><h3>From child actor to television star</h3><p>Panettiere began her television career in the 1990s, appearing in commercials and soap operas before landing one of the roles that would make her a household name.</p><p>In 2006, she began portraying Claire Bennet, a cheerleader with superpowers, on the television series “Heroes.”</p><p>Six years later, Panettiere took on the role of country singer Juliette Barnes in “Nashville.”</p><p>Her career also included roles on the big screen, including “Remember the Titans,” “Raising Helen” and “Bring It On: All or Nothing.”</p><p>Panettiere gave birth to her only child in 2014. A year later, she entered rehab.</p><p>In recent years, the actress had spoken openly about her struggles with opioid and alcohol addiction, as well as her attempts at recovery.</p><p>Panettiere returned to the screen in 2023 as fan-favorite Kirby Reed in the sixth installment of the “Scream” franchise.</p><p>That same year, she experienced a personal tragedy when her younger brother died from a heart condition.</p><p>Earlier this year, Panettiere released her memoir, “This Is Me: A Reckoning,” in which she opened up about postpartum depression, addiction and recovery.</p><p>Panettiere would have turned 37 on Friday.</p><p>Her official cause of death remains pending.</p>]]></content:encoded></item><item><title><![CDATA[Posible sobredosis causó muerte de estrella de “Nashville” Hayden Panettiere, dice representante]]></title><link>https://www.local10.com/espanol/2026/08/17/posible-sobredosis-causo-muerte-de-estrella-de-nashville-hayden-panettiere-dice-representante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/posible-sobredosis-causo-muerte-de-estrella-de-nashville-hayden-panettiere-dice-representante/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[La actriz Hayden Panettiere, conocida por sus papeles en “Heroes” y “Nashville”, murió a los 36 años.]]></description><pubDate>Mon, 17 Aug 2026 16:55:54 +0000</pubDate><content:encoded><![CDATA[<p>La actriz Hayden Panettiere, conocida por sus papeles en “Heroes” y “Nashville”, murió a los 36 años, según un representante de la actriz.</p><p>El representante dijo que la muerte de Panettiere parece haber sido resultado de una posible sobredosis de drogas. Sin embargo, no se ha anunciado la causa oficial de muerte.</p><p>El <a href="https://www.tmz.com/2026/08/17/hayden-panettiere-found-dead-by-a-friend-inside-greenville-home/" target="_self" rel="" title="https://www.tmz.com/2026/08/17/hayden-panettiere-found-dead-by-a-friend-inside-greenville-home/">audio de la llamada de emergencia compartido por TMZ </a>con Local 10 hizo referencia a un “paro cardíaco” y una “sobredosis” mientras los primeros socorristas de Carolina del Sur acudían a un complejo de apartamentos en Greenville, donde Panettiere fue encontrada inconsciente la tarde del domingo.</p><p>A pesar de los esfuerzos por salvarle la vida, Panettiere fue declarada muerta en el lugar.</p><p>Los investigadores de Greenville dijeron que su investigación preliminar no encontró señales de juego sucio ni circunstancias sospechosas.</p><p>El padre de Panettiere recordó a su hija como una “luz increíble” en un comunicado tras su muerte.</p><p>“Es con profunda tristeza que compartimos la trágica muerte de nuestra querida Hayden”, decía el comunicado. “Ella era una luz increíble y una fuerza de la naturaleza que brindó un amor y una alegría inconmensurables a todos los que la conocieron, y a los millones que la vieron en pantalla”.</p><h3>De actriz infantil a estrella de televisión</h3><p>Panettiere comenzó su carrera televisiva en la década de 1990, apareciendo en comerciales y telenovelas antes de conseguir uno de los papeles que la convertirían en un nombre reconocido.</p><p>En 2006, comenzó a interpretar a Claire Bennet, una porrista con superpoderes, en la serie de televisión “Heroes”.</p><p>Seis años después, Panettiere asumió el papel de la cantante de música country Juliette Barnes en “Nashville”.</p><p>Su carrera también incluyó papeles en la pantalla grande, incluyendo “Remember the Titans”, “Raising Helen” y “Bring It On: All or Nothing”.</p><p>Panettiere dio a luz a su único hijo en 2014. Un año después, ingresó a rehabilitación.</p><p>En años recientes, la actriz había hablado abiertamente sobre sus problemas con la adicción a los opioides y al alcohol, así como sobre sus intentos de recuperación.</p><p>Panettiere regresó a la pantalla en 2023 como Kirby Reed, una de las favoritas de los fanáticos, en la sexta entrega de la franquicia “Scream”.</p><p>Ese mismo año, sufrió una tragedia personal cuando su hermano menor murió a causa de una enfermedad cardíaca.</p><p>A principios de este año, Panettiere publicó sus memorias, “This Is Me: A Reckoning”, en las que habló sobre la depresión posparto, la adicción y la recuperación.</p><p>Panettiere habría cumplido 37 años el viernes.</p><p>La causa oficial de su muerte sigue pendiente.</p>]]></content:encoded></item><item><title><![CDATA[Palestinian American returns to West Bank to defend his home under siege by Israeli settlers]]></title><link>https://www.local10.com/news/world/2026/08/17/palestinian-american-returns-to-west-bank-to-defend-his-home-under-siege-by-israeli-settlers/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/palestinian-american-returns-to-west-bank-to-defend-his-home-under-siege-by-israeli-settlers/</guid><dc:creator><![CDATA[By SAM METZ and MAJDI MOHAMMED, Associated Press]]></dc:creator><description><![CDATA[QUSRA, West Bank (AP) — The Palestinian American whose home in the occupied West Bank has been besieged by Israeli settlers for over a week traveled to his property on Monday to join other family members who have been defending it.]]></description><pubDate>Mon, 17 Aug 2026 17:38:36 +0000</pubDate><content:encoded><![CDATA[<p>QUSRA, West Bank (AP) — The Palestinian American whose home in the occupied West Bank has been besieged by Israeli settlers for over a week traveled to his property on Monday to join other family members who have been defending it.</p><p>The standoff, in the village of Qusra, has seen groups of settlers surround several Palestinian houses and prevent residents from leaving. The United States has condemned the siege and the Israeli military has deployed troops it says are there to maintain order.</p><p>The siege of Palestinian homes by Israeli settlers comes as violence in the West Bank has soared in recent months. The settlers, emboldened by Prime Minister Benjamin Netanyahu’s right-wing government, have ramped up attacks on Palestinian towns and villages, harassing residents and setting homes, mosques and fields ablaze.</p><p>As Loui Ridi, an Ohio-based owner of one of the houses, landed in Israel, settlers were still roaming near Qusra, according to video footage taken by his brother. It showed them driving ATVs and speaking to soldiers.</p><p>“I’m terrified for my brother and his son and their safety,” Ridi told reporters at Israel’s main international airport. “And now I’m going to have to fear for my own safety.”</p><p>Ridi arrived in Qusra late Monday night.</p><p>As he waited for Israel’s military to escort him to his home on the village’s outskirts, Ridi said little had changed since early last week, when the siege began. His brother’s footage still showed the soldiers interacting amicably with settlers in Qusra rather than arresting them.</p><p>When Ridi finally reached his home, he was greeted by his brother and teenage nephew, who have stayed inside to protect the property from the settlers. He exited his car carrying an American flag while settlers were still visible from the home's security cameras.</p><p>The village is about 10 miles (16 kilometers) southeast of Nablus. Israel declared the neighborhood where Ridi's home is located a closed military zone last week.</p><p>According to Palestinian health officials, Israeli soldiers and settlers have killed 87 Palestinians so far this year. Palestinians have killed three Israelis, including two who were killed in the West Bank village of Tell last month.</p><p>__ Metz reported from Tel Aviv, Israel.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OS4BO2IKGXXNPWXGEQZ6V4WFCM.jpg?auth=5b1148b8ef623d617fc4aa38c1247d72a7ab870eade1f02e5ba34558c9cb85df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli settlers patrol a road in front of besieged Palestinian houses, in the occupied West Bank village of Qusra, south of Nablus, Monday, Aug. 17, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UAYX77S57WJQQD7MM3AIEG5TYU.jpg?auth=7e18eb61255d355f24645b549429eaa1af5dd0b1db1b90c99b31175759b1178d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli army soldiers patrol the streets of the occupied West Bank village of Qusra, south of Nablus, Thursday, Aug. 13, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</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[Muere hombre por disparo en West Park y se desconoce motivo]]></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>La Oficina del Sheriff de Broward investiga la muerte de un hombre a tiros en la madrugada del lunes en West Park, según confirmaron las autoridades.</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>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[Keys tax collector employee arrested, fired for getting man ID under fake name, officials say]]></title><link>https://www.local10.com/news/local/2026/08/17/keys-tax-collector-employee-arrested-fired-for-getting-man-id-under-fake-name-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/17/keys-tax-collector-employee-arrested-fired-for-getting-man-id-under-fake-name-officials-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Florida Highway Patrol troopers arrested a Monroe County Tax Collector’s Office employee on Thursday after accusing her of knowingly getting a man an identification card under someone else’s name, according to arrest documents made public on Monday.]]></description><pubDate>Mon, 17 Aug 2026 16:26:59 +0000</pubDate><content:encoded><![CDATA[<p>Florida Highway Patrol troopers arrested a Monroe County Tax Collector’s Office employee on Thursday after accusing her of knowingly getting a man an identification card under someone else’s name, according to arrest documents made public on Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/17/arrestan-y-despiden-a-empleada-del-recaudador-de-impuestos-de-keys-por-obtenerle-identificacion-a-hombre-con-nombre-falso-dicen-autoridades/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/arrestan-y-despiden-a-empleada-del-recaudador-de-impuestos-de-keys-por-obtenerle-identificacion-a-hombre-con-nombre-falso-dicen-autoridades/">Leer en español</a></p><p>Sandi Marie Wensel, 37, of Key West, faces three felonies and one misdemeanor charge. She has since been fired, Monroe County Tax Collector Sam Steele told Local 10 News via email.</p><p>According to an FHP arrest report, Wensel issued an ID card to Reneris Obando Martinez, 45, of Geiger Key, under another man’s name and Social Security card on July 21.</p><p>Records show an FHP trooper pulled over Obando on July 22 near Boca Chica Road and the Overseas Highway on Big Coppitt Key and took him into custody on felony fraud, forgery and perjury charges.</p><p>Troopers said that Obando, a Nicaraguan national under a deportation order, admitted that he knew Wensel and was “friends with her husband.”</p><figure><img src="https://www.local10.com/resizer/v2/4QBFSZOVSBBOLECONIJPF464BE.jpg?auth=2ee80680aad6165c6dfc4a927b91348963382d7b6b4b532b13bd567252843363&smart=true&width=1200&height=900" alt="Reneris Obando Martinez" height="900" width="1200"/><figcaption>Reneris Obando Martinez</figcaption></figure><p>Surveillance footage showed Wensel “gestur(ing) for (Obando) to come directly to her workstation” when he was in the tax collector’s office and issuing him the ID card.</p><p>Authorities said they went to the office, located at 1200 Truman Ave. in Key West, on Thursday morning and took Wensel into custody.</p><p>According to the arrest report, she admitted she knew Obando as “Rene” and not under the name she issued the ID card for ― a man named Luis ― and showed investigators text messages between her and Obando’s wife as he arrived at the office.</p><p>Wensel, who faces charges of official misconduct, issuing identification documents to an unauthorized person, unlawful use of a two-way communications device and criminal conspiracy, was given a $15,000 bond and no longer appeared in Monroe County Sheriff’s Office jail records as of Monday morning.</p><p>Meanwhile, records show Obando remained in MCSO’s Key West jail facility on a $320,000 bond. His arrest report also states that he has an immigration detainer.</p><p>Steele told Local 10 News in an email Monday afternoon that his office “immediately reviewed our transaction records and security footage” and provided information to FHP after being informed of the investigation into Wensel, who was “immediately” fired following her arrest.</p><p>“A public office is a public trust,” Steele said. “As an elected constitutional officer, I lawfully appoint my deputy tax collectors to carry out the duties of this office, and each takes a loyalty oath before serving the public. My employees are entrusted with sensitive personal information, and I have zero tolerance for conduct that abuses that trust or compromises the integrity of this office.</p><p>“My office has cooperated fully with the Florida Highway Patrol throughout its investigation, and we value our continued partnership with FHP in protecting the public.”</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/NNDFHDUBMNG5LAKDU523E72LVE.jpg?auth=0319452bc84eeb3363a74a5f03bab98655b61c680d674c084ccb05ab374a6baa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sandi Wensel]]></media:description></media:content></item><item><title><![CDATA[Arrestan y despiden a empleada del recaudador de impuestos de Keys por obtenerle identificación a hombre con nombre falso, dicen autoridades]]></title><link>https://www.local10.com/espanol/2026/08/17/arrestan-y-despiden-a-empleada-del-recaudador-de-impuestos-de-keys-por-obtenerle-identificacion-a-hombre-con-nombre-falso-dicen-autoridades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/arrestan-y-despiden-a-empleada-del-recaudador-de-impuestos-de-keys-por-obtenerle-identificacion-a-hombre-con-nombre-falso-dicen-autoridades/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una empleada de la Oficina del Recaudador de Impuestos del condado Monroe fue arrestada el jueves por agentes de la Patrulla de Carreteras de Florida (FHP)]]></description><pubDate>Mon, 17 Aug 2026 16:38:30 +0000</pubDate><content:encoded><![CDATA[<p>Una empleada de la Oficina del Recaudador de Impuestos del condado Monroe fue arrestada el jueves por agentes de la Patrulla de Carreteras de Florida (FHP), luego de que la acusaran de obtener deliberadamente una tarjeta de identificación para un hombre usando el nombre de otra persona, según documentos de arresto divulgados el lunes.</p><p>Sandi Marie Wensel, de 37 años, de Key West, enfrenta tres cargos graves y un cargo menor. Desde entonces fue despedida, informó Sam Steele, recaudador de impuestos del condado Monroe, a Local 10 News por correo electrónico.</p><p>Según un informe de arresto de la FHP, Wensel emitió una tarjeta de identificación a Reneris Obando Martinez, de 45 años, de Geiger Key, usando el nombre y la tarjeta del Seguro Social de otro hombre el 21 de julio.</p><p>Los registros muestran que un agente de la FHP detuvo a Obando el 22 de julio cerca de Boca Chica Road y Overseas Highway, en Big Coppitt Key, y lo puso bajo custodia por cargos graves de fraude, falsificación y perjurio.</p><p>Los agentes dijeron que Obando, un ciudadano nicaragüense sujeto a una orden de deportación, admitió que conocía a Wensel y que era “amigo de su esposo”.</p><figure><img src="https://www.local10.com/resizer/v2/4QBFSZOVSBBOLECONIJPF464BE.jpg?auth=2ee80680aad6165c6dfc4a927b91348963382d7b6b4b532b13bd567252843363&smart=true&width=1200&height=900" alt="Reneris Obando Martinez" height="900" width="1200"/><figcaption>Reneris Obando Martinez</figcaption></figure><p>Las imágenes de vigilancia mostraron a Wensel “haciéndole señas a (Obando) para que fuera directamente a su estación de trabajo” cuando estaba en la oficina del recaudador de impuestos y emitiéndole la tarjeta de identificación.</p><p>Las autoridades dijeron que acudieron a la oficina, ubicada en 1200 Truman Ave., en Key West, el jueves por la mañana y pusieron a Wensel bajo custodia.</p><p>Según el informe de arresto, ella admitió que conocía a Obando como “Rene” y no con el nombre para el que emitió la tarjeta de identificación, un hombre llamado Luis, y mostró a los investigadores mensajes de texto entre ella y la esposa de Obando cuando él llegó a la oficina.</p><p>Wensel, quien enfrenta cargos de mala conducta oficial, emitir documentos de identificación a una persona no autorizada, uso ilegal de un dispositivo de comunicación de dos vías y conspiración criminal, recibió una fianza de $15,000 USD y ya no aparecía en los registros de la cárcel de la Oficina del Sheriff del condado Monroe el lunes por la mañana.</p><p>Mientras tanto, los registros muestran que Obando permanecía en la cárcel de MCSO en Key West con una fianza de $320,000 USD. Su informe de arresto también indica que tiene una retención migratoria.</p><p>Steele dijo a Local 10 News en un correo electrónico el lunes por la tarde que su oficina “revisó inmediatamente nuestros registros de transacciones e imágenes de seguridad” y proporcionó información a la FHP después de ser informada de la investigación sobre Wensel, quien fue despedida “inmediatamente” después de su arresto.</p><p>“Una oficina pública es un fideicomiso público”, dijo Steele. “Como funcionario constitucional electo, nombro legalmente a mis agentes recaudadores de impuestos adjuntos para desempeñar las funciones de esta oficina, y cada uno presta un juramento de lealtad antes de servir al público. A mis empleados se les confía información personal confidencial, y tengo tolerancia cero con conductas que abusen de esa confianza o comprometan la integridad de esta oficina.</p><p>“Mi oficina ha cooperado plenamente con la Patrulla de Carreteras de Florida durante toda su investigación, y valoramos nuestra continua colaboración con la FHP para proteger al público.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NNDFHDUBMNG5LAKDU523E72LVE.jpg?auth=0319452bc84eeb3363a74a5f03bab98655b61c680d674c084ccb05ab374a6baa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sandi Wensel]]></media:description></media:content></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[Aug. 17: Record shattering temperatures expected in South Florida]]></title><link>https://www.local10.com/weather/2026/08/17/aug-17-record-shattering-temperatures-expected-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/17/aug-17-record-shattering-temperatures-expected-in-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[If you thought it couldn’t get any hotter, the hottest temperatures of the year are expected early this week.]]></description><pubDate>Mon, 17 Aug 2026 16:23:42 +0000</pubDate><content:encoded><![CDATA[<p>If you thought it couldn’t get any hotter, the hottest temperatures of the year are expected early this week. Highs today will reach 97° without any chance of rain to cool us down. Tomorrow could reach 98°, with a few inland locations potentially hotter. Miami has only reached 100° once in recorded history in 1942. A heat advisory is in effect and we will likely have them at least the next few days.</p><p>Without a chance of rain through tomorrow, we will have an elevated wildfire risk in the afternoons. The next chance of afternoon storms will not begin until Wednesday, when our normal rainy season pattern begins and continues for the second half of the 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[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 afternoon, Sexton remained held at the Turner Guilford Knight Correctional Center on a $2,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><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[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><a href="https://www.local10.com/espanol/2026/08/17/police-arrestan-a-mujer-acusada-de-golpear-a-companera-de-trabajo-con-botella-de-vidrio-en-restaurante-de-allapattah/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/police-arrestan-a-mujer-acusada-de-golpear-a-companera-de-trabajo-con-botella-de-vidrio-en-restaurante-de-allapattah/">Leer en español</a></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[Britain's Princess Eugenie names new daughter Adelaide Elizabeth Annina]]></title><link>https://www.local10.com/entertainment/2026/08/17/britains-princess-eugenie-names-new-daughter-adelaide-elizabeth-annina/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/britains-princess-eugenie-names-new-daughter-adelaide-elizabeth-annina/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Britain’s Princess Eugenie has named her first daughter Adelaide Elizabeth Annina, she said Monday.]]></description><pubDate>Mon, 17 Aug 2026 16:11:41 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Britain’s Princess Eugenie has named her first daughter Adelaide Elizabeth Annina, she said Monday.</p><p>The 6-pound, 9-ounce (3-kilogram), girl born Aug. 3 in Lisbon, Portugal, is the third child of Eugenie and husband Jack Brooksbank.</p><p>“Two weeks ago today we welcomed our girl to the world," Eugenie said on Instagram. “And since then we’ve had the most special, cosy and love-filled time.”</p><p>Eugenie is the younger daughter of the former Prince Andrew and his ex-wife Sarah Ferguson. She's the niece of King Charles III.</p><p>The infant girl has two brothers, August, 5, and Ernest, 3.</p><p>She was named in honor of three people “we love and admire past and present,” including Eugenie's late grandmother Queen Elizabeth II, and to reflect her English and Portuguese roots.</p><p>The name was also inspired by Queen Adelaide (1792-1849), who was married to King William IV, as well as Maria Adelaide of Portugal. Annina is the name of a close friend.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H6Z43HG2KZOAKZF2IH2OS5BL5Q.jpg?auth=63c283cb59c5b0ccbe477d5f034fc93288b2a125f19c317a9569fe114e449dc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Princess Eugenie and husband Jack Brooksbank leave after attending the Christmas day service at St Mary Magdalene Church in Sandringham in Norfolk, England, Dec. 25, 2023.(AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Police: Arrestan a mujer acusada de golpear a compañera de trabajo con botella de vidrio en restaurante de Allapattah]]></title><link>https://www.local10.com/espanol/2026/08/17/police-arrestan-a-mujer-acusada-de-golpear-a-companera-de-trabajo-con-botella-de-vidrio-en-restaurante-de-allapattah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/police-arrestan-a-mujer-acusada-de-golpear-a-companera-de-trabajo-con-botella-de-vidrio-en-restaurante-de-allapattah/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una mujer de 29 años discutió con su compañera y agarró una botella de vidrio de alcohol para golpear a la víctima en la frente]]></description><pubDate>Mon, 17 Aug 2026 16:09:26 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 29 años fue detenida el lunes después de que la policía la acusara de golpear a una compañera de trabajo en la cabeza con una botella en el barrio de Allapattah, en Miami, según indican los registros.</p><p>Virgen Pereirasardui discutió con su compañera sobre “servir bebidas alcohólicas a los clientes” alrededor de las 3:40 a. m. del 18 de julio en el establecimiento Guembos, ubicado en el 2055 de la avenida 22 del noroeste (NW), según la policía.</p><p>Pereirasardui “agarró una botella de vidrio de alcohol y golpeó a la víctima en la frente, lo que le provocó una laceración en el lado derecho de la frente, la pérdida del conocimiento y una caída al suelo”, escribió un agente de la policía de Miami, según el informe de arresto.</p><p>Un hombre trasladó a la víctima al Hospital Jackson Memorial, donde recibió varios puntos de sutura en el lado derecho de la frente, según el informe policial.</p><p>La víctima denunció la agresión del 18 de julio ante la policía el 6 de agosto y declaró que había trabajado con Pereirasardui de miércoles a sábado desde el mes de febrero.</p><p>Los agentes arrestaron a Pereirasardui poco después de las 11:15 a. m. del viernes en un edificio de apartamentos en el barrio de La Pequeña Habana (Little Havana), en Miami, según el informe.</p><p>El Departamento de Correccionales de Miami-Dade registró el ingreso de Pereirasardui poco después de las 5:30 p. m. del viernes en el Centro Correccional Turner Guilford Knight, según los registros de reclusos.</p><p>Pereirasardui fue acusada de agresión agravada con lesiones corporales graves, un delito grave de segundo grado, según los registros judiciales de Miami-Dade.</p><p>A Pereirasardui, nacida en Cuba, se le denegó la libertad bajo fianza debido a una orden de retención del Servicio de Inmigración y Control de Aduanas de EE. UU. (ICE), según indican los registros.</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[Gobierno de Bolivia elimina subsidio al diésel para industrias ante severa crisis de combustibles]]></title><link>https://www.local10.com/espanol/2026/08/17/gobierno-de-bolivia-elimina-subsidio-al-diesel-para-industrias-ante-severa-crisis-de-combustibles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/gobierno-de-bolivia-elimina-subsidio-al-diesel-para-industrias-ante-severa-crisis-de-combustibles/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — El gobierno de Bolivia eliminó el lunes el subsidio al diésel para grandes consumidores y congeló el precio para el resto de la población ante una aguda escasez de combustibles que está paralizando la producción de alimentos y atizando el descontento social.]]></description><pubDate>Mon, 17 Aug 2026 17:51:54 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El gobierno de Bolivia eliminó el lunes el subsidio al diésel para grandes consumidores y congeló el precio para el resto de la población ante una aguda escasez de combustibles que está paralizando la producción de alimentos y atizando el descontento social.</p><p>Con la medida, el gobierno del conservador Rodrigo Paz avanza en sus reformas liberales, que implican la eliminación total de los subsidios a los combustibles, una de las causantes de la crisis del país.</p><p>La escasez de gasolina y diésel derivó en un estallido social de 53 días de protestas con cortes de ruta entre junio y julio que asfixiaron a La Paz y otras ciudades. Los bloqueos fueron en rechazo a la escalada de los precios de los alimentos y en demanda de la renuncia del mandatario, que lleva nueve meses en el poder. Paz decretó el estado de excepción para frenar las protestas.</p><p>Una de las razones principales de la medida del presidente obedece a que, como Bolivia importa la mayor parte del diésel que consume, mantener un subsidio para todos los sectores se volvió financieramente difícil para el Estado debido al agotamiento de las reservas internacionales. Cobrar un precio real a las grandes industrias permite aliviar la presión sobre las finanzas.</p><p>Qué implica la medida</p><p>Desde el lunes y por la quita del subsidio, el diésel, el carburante más escaso, pasó de costar 0,85 a 1,56 dólares por litro para empresas corporativas, exportadores, compañías mineras y la gran industria.</p><p>“El gobierno busca reordenar la economía, mejorar el abastecimiento y corregir la distorsión de precios”, dijo en rueda de prensa el ministro de la Presidencia, Fernando Aramayo.</p><p>En tanto, la gasolina que mueve gran parte del transporte público mantiene la subvención.</p><p>El ajuste llega ocho meses después de uno destinado a todos los sectores que redujo en gran parte el subsidio a la gasolina y al diésel importados. Paz aplazó hasta diciembre un nuevo ajuste en el precio de la gasolina.</p><p>Según el gobierno, al sacar los subsidios al combustible para grandes industrias e incrementar su costo, el gobierno desincentiva un mercado negro donde gran parte del producto se vende a más del doble.</p><p>El ajuste busca “sincerar la economía, la alta carga fiscal por importación, frenar el contrabando, la reventa ilegal y garantizar el abastecimiento”, explicó el ministro de Hidrocarburos, Marcelo Blanco.</p><p>“Es una medida en el camino correcto; los subsidios no son sostenibles, pero todavía es una medida parcial. Las inversiones no llegarán si se mantiene la subvención a las gasolinas y al gas”, dijo a The Associated Press el analista energético Álvaro Ríos.</p><p>Advirtió que la medida será efectiva en la medida en que el gobierno evite el desvío de diésel subvencionado, algo poco efectivo hasta ahora por, según dijo, la corrupción en la petrolera estatal.</p><p>El gobierno gastó 1.203 millones de dólares para importar combustibles el primer semestre del año, según el privado Instituto Boliviano de Comercio Exterior (IBCE). La anterior administración destinó 3.300 millones de dólares en 2024, según datos oficiales.</p><p>Paz alcanzó acuerdos con el Fondo Monetario Internacional (FMI) por 1.900 millones de dólares en créditos —así como con otros organismos financieros— para estabilizar la economía fuertemente estatista tras casi 20 años de gobiernos de izquierda (2006-2025) que derivaron en una crisis de la industria gasífera por falta de inversiones extranjeras.</p><p>La caída en las exportaciones de gas privó al Estado de una fuente vital de dólares, cuya escasez provocó a su vez una caída en la importación de gasolina y diésel.</p><p>En el primer semestre del año, el gobierno redujo el volumen importado de combustible en 31%, según el IBCE.</p><p>El fin de semana el gobierno logró acuerdos con sectores privados de Santa Cruz —el motor agroindustrial del país— para importar crudo y refinarlo en el país para bajar los costos y mejorar el abastecimiento. La gasolina y diésel importados llegan por cisternas a un mayor costo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UN3TVFRFVPFS274CBPM6KASR24.jpg?auth=3c6445488b96276a972684d7733125df60743fd94f3c03416fc75e05ad3a1cdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Bolivia, Rodrigo Paz, llega al Congreso para la toma de posesión de la nueva presidenta de Perú, Keiko Fujimori, el martes 28 de julio de 2026, en Lima, Perú. (AP Foto/Guadalupe Pardo, foto compartida)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Acusan a mujer de dejar solo a su hijo de 6 años en parque de Sunny Isles Beach]]></title><link>https://www.local10.com/espanol/2026/08/17/acusan-a-mujer-de-dejar-solo-a-su-hijo-de-6-anos-en-parque-de-sunny-isles-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/acusan-a-mujer-de-dejar-solo-a-su-hijo-de-6-anos-en-parque-de-sunny-isles-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer fue arrestada tras dejar solo a su hijo pequeño en un parque durante casi una hora, informaron las autoridades.]]></description><pubDate>Mon, 17 Aug 2026 16:00:52 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer fue arrestada durante el fin de semana después de dejar solo a su hijo de 6 años en un parque de Sunny Isles Beach durante casi una hora, informaron las autoridades.</p><p><a href="https://www.local10.com/espanol/2026/08/17/acusan-a-mujer-de-dejar-solo-a-su-hijo-de-6-anos-en-parque-de-sunny-isles-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/acusan-a-mujer-de-dejar-solo-a-su-hijo-de-6-anos-en-parque-de-sunny-isles-beach/">Leer en español</a></p><p>Según un informe de arresto del Departamento de Policía de Sunny Isles Beach, el incidente fue reportado poco antes de las 9 p.m. del sábado en Town Center Park, ubicado en 17200 Collins Ave.</p><p>La policía dijo que un hombre notificó a los agentes que el menor se había acercado a él y le dijo que su madre, Elena Sexton, lo había dejado en el parque y que estaba asustado y no había comido desde la hora del desayuno.</p><p>El testigo dijo a los agentes que el menor había estado solo en el parque durante casi una hora.</p><p>Según el informe, el menor dijo a los agentes que su madre lo había dejado solo para ir a buscar comida con una amiga.</p><p>La policía dijo que los agentes recorrieron el área, pero no pudieron localizar a la madre del menor.</p><p>Los agentes finalmente vieron a Sexton, de 41 años y residente de Corpus Christi, Texas, caminando de regreso al parque, según el informe.</p><p>Según el informe, Sexton afirmó que había estacionado en una plaza comercial cercana y regresó a buscar algunos juguetes cuando vio a una amiga que le pidió que se sentara a comer.</p><p>Ella dijo que aceptó mientras dejaba a su hijo en el parque, informaron las autoridades.</p><p>Sexton fue arrestada por un cargo de negligencia infantil sin causar daños corporales graves.</p><p>La policía confirmó que también notificó al Departamento de Niños y Familias de Florida, pero el informe no indicó si el menor fue entregado bajo la custodia del DCF o a un familiar.</p><p>Hasta la mañana del lunes, Sexton permanecía detenida en el Turner Guilford Knight Correctional Center. Los registros carcelarios en línea indicaban que su fianza estaba “por determinarse”.</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[Ohio State and Oregon are 1-2 in the AP preseason Top 25, SEC leads conferences with 9 ranked teams]]></title><link>https://www.local10.com/sports/2026/08/17/ohio-state-and-oregon-are-1-2-in-the-ap-preseason-top-25-sec-leads-conferences-with-9-ranked-teams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/ohio-state-and-oregon-are-1-2-in-the-ap-preseason-top-25-sec-leads-conferences-with-9-ranked-teams/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[Ohio State and Oregon were 1-2 in The Associated Press Top 25 released Monday, giving the Big Ten Conference the top two teams in the preseason rankings for the first time in 65 years and just the second time ever.]]></description><pubDate>Mon, 17 Aug 2026 16:00:00 +0000</pubDate><content:encoded><![CDATA[<p>Ohio State and Oregon were 1-2 in The Associated Press Top 25 released Monday, giving the Big Ten Conference the top two teams in the preseason rankings for the first time in 65 years and just the second time ever.</p><p>The Buckeyes received 40 first-place votes and Oregon received 14 in voting by 69 media members who cover college football.</p><p>Ohio State will go into a season No. 1 for the ninth time, and first since 2015. The Buckeyes are now tied with Alabama for second-most preseason No. 1 rankings behind Oklahoma's 10.</p><p>Oregon has its highest preseason ranking in program history after having opened No. 3 four times.</p><p>Georgia, Notre Dame and Texas round out the top five. Defending national champion Indiana starts at No. 6 and is followed by Miami, Texas A&M, Mississippi and Oklahoma.</p><p>Notre Dame received six first-place votes, Indiana got eight and Miami one.</p><p>This is the first year a conference has held down the top two spots in the preseason poll since Oklahoma and Nebraska of the Big Eight were 1-2 in 1987.</p><p>The last time the Big Ten had the Nos. 1 and 2 teams in the preseason was 1961, when Iowa and Ohio State topped the poll. The Hawkeyes lost four of their last five games after a 4-0 start and finished that season unranked. The Buckeyes went 8-0-1 and ended the season No. 2 behind unbeaten Alabama.</p><p>The Big Ten has won three straight College Football Playoff championships (Michigan, Ohio State, Indiana) and will be going for an unprecedented fourth straight national title. This is the fourth consecutive year the Big Ten has had two of the top three teams in the preseason rankings.</p><p>The Southeastern Conference leads all conferences with nine teams in the preseason Top 25, marking the third straight year it has had at least that many. Five of the top 10 teams are from the SEC for the first time since 2013.</p><p>Four Big 12 teams are ranked, with conference champion Texas Tech the highest at No. 12. The Atlantic Coast Conference has three ranked teams, with the Hurricanes joined by No. 19 SMU and No. 24 Louisville. There are no Group of Six schools in the Top 25.</p><p>Top-ranked Buckeyes</p><p>The offense is loaded. Heisman Trophy finalist Julian Sayin was the most accurate passer in the nation by a wide margin last season, Jeremiah Smith leads the nation in receiving yards and receiving touchdowns over the last two years and Bo Jackson is coming off a 1,000-yard rushing season as a freshman.</p><p>There is little concern about the defense even though eight starters must be replaced for a second straight year. At least six transfers are projected to start or play major roles.</p><p>Ohio State will get tested early and often. The Buckeyes visit Texas on Sept. 12  and five of their nine conference games are against preseason ranked teams, including at Indiana and against Oregon at home.</p><p>The Buckeyes have ended a season No. 1 in the AP poll six times (1942, 1954, 1968, 2002, 2014, 2024).</p><p>Bulldogs best of the SEC</p><p>The beat goes on for Kirby Smart's Georgia Bulldogs. They're in the preseason top five for the ninth straight year. The two-time defending SEC champion Bulldogs are favored to play in a sixth straight conference title game and appear in the CFP for the sixth time in 10 years.</p><p>Texas, the preseason No. 1 last year, opens in the top five for the third straight year. No. 8 Texas A&M is in the preseason top 10 for the first time since it was No. 6 in 2022, the year that marked the beginning of the end for coach Jimbo Fisher.</p><p>Pete Golding's first full season as Mississippi head coach starts with the No. 9 Rebels in the preseason top 10 for the second time in three years and third time since 1970. No. 10 Oklahoma is in the preseason top 10 for the first time since 2022, when it was in the Big 12.</p><p>What about the Hoosiers?</p><p>Indiana is the seventh returning national champion in 40 years, and second in three years, to be ranked outside the top five in the preseason (Michigan went into the 2024 season ranked No. 9 after winning the national title).</p><p>The Hoosiers became the first team in the modern era to go 16-0, and they return lots of talent and signed a top-10 transfer class. The move from Heisman Trophy winner and No. 1 NFL draft pick Fernando Mendoza to TCU transfer Josh Hoover at quarterback apparently put doubts in the minds of voters.</p><p>Poll nuggets</p><p>— Ohio State will try to become the 12th team to start and finish No. 1 since the AP preseason poll debuted in 1950. The last team to do it was Alabama in 2017.</p><p>— Notre Dame has its highest preseason ranking since it was No. 2 in 2006. The Fighting Irish, who have a Heisman candidate in quarterback CJ Carr, bring a 10-game winning streak into the season and are still smarting from being left out of the playoff.</p><p>— Lane Kiffin's first LSU team is No. 11 after finishing 7-6 and unranked under Brian Kelly and Frank Wilson.</p><p>— Ten of the 12 CFP teams last season are ranked. The two that aren't are James Madison and Tulane from the Group of Six.</p><p>— No. 23 Houston has its first preseason ranking in four years and third since 1991.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O3QTRCW43PACWZYUEON2A6EBOI.jpg?auth=59a4fbf1742a1b9b64e00be1a53eda978d17e15c4e64c4d8b3a6ec8eadd7f5a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ohio State wide receiver Jeremiah Smith runs the ball against Miami during the second half of the Cotton Bowl College Football Playoff quarterfinal game, Dec. 31, 2025, in Arlington, Texas. (AP Photo/Gareth Patterson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Patterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P7UDR2EYK4PZEEB7J6MXIEOE4I.jpg?auth=1cd0bc25cc9ecee023e879ca4f5264fa217f386b277fcc82785ca160a00ae8b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oregon quarterback Dante Moore (5) works against Indiana during the second half of the Peach Bowl NCAA college football playoff semifinal, Jan. 9, 2026, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MYSXBYDTNN4HUMCNQBUNXNUASE.jpg?auth=71c22c2e6bc36a105333f34665f5cd02a9857dd97d7ffc722ba86f1c1f58b009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Notre Dame coach Marcus Freeman shakes hands with his players as they come off the field after scoring a touchdown against Arkansas during an NCAA college football game Sept. 27, 2025, in Fayetteville, Ark. (AP Photo/Michael Woods, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Woods</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4VJOUGB4QND2W4G7QZDWKXBUJI.jpg?auth=6177a96adca4e2e15199f289516dbab55ef3bc3875c58095aab7a98578533c9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ohio State running back CJ Donaldson is stopped by the Texas defense during the second half of an NCAA college football game in Columbus, Ohio., Aug. 30, 2025. (AP Photo/Jay LaPrete, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jay LaPrete</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OP7QJVMFU4MADBCITYPW7IOS3U.jpg?auth=b4a138db8e88a192a91b3ca9bc558f881001c865b9696884196d9f18bac5e052&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana defensive lineman Tyrique Tucker (95) celebrates a win over Penn State following an NCAA college football game, Saturday, Nov. 8, 2025, in State College, Pa. (AP Photo/Barry Reeger, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Barry Reeger</media:credit></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><a href="https://www.local10.com/espanol/2026/08/17/lala-deja-rastro-de-inundaciones-catastroficas-en-partes-de-hawai/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/lala-deja-rastro-de-inundaciones-catastroficas-en-partes-de-hawai/">Leer en español</a></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[Lala deja rastro de inundaciones catastróficas en partes de Hawái]]></title><link>https://www.local10.com/espanol/2026/08/17/lala-deja-rastro-de-inundaciones-catastroficas-en-partes-de-hawai/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/17/lala-deja-rastro-de-inundaciones-catastroficas-en-partes-de-hawai/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El huracán Lala golpeó fuertemente a Hawái durante el fin de semana y azotó cadena de islas con repetidas lluvias abundantes que superaron los 3 pies.]]></description><pubDate>Mon, 17 Aug 2026 15:52:27 +0000</pubDate><content:encoded><![CDATA[<p>El huracán Lala propinó un fuerte golpe a Hawái durante el fin de semana, azotando la cadena de islas con repetidas rondas de lluvias abundantes que superaron los 3 pies (36 pulgadas) en las montañas más húmedas orientadas al viento (orientadas al este) de la Isla Grande. Los vientos alcanzaron <a href="https://www.weather.gov/hfo/pns" target="_self" rel="" title="https://www.weather.gov/hfo/pns">ráfagas de entre 70 y 90 mph en la Isla Grande</a> y superaron las 74 mph y 85 mph, respectivamente, en Maui y Oahu, mientras el centro de Lala se desplazaba entre 60 y 75 millas al sur de estas islas el sábado, hora local.</p><p>Aunque el centro de Lala técnicamente nunca cruzó tierra, llegó a unas 25 a 30 millas de la Isla Grande como huracán de categoría 1, el acercamiento más cercano de cualquier huracán registrado (desde al menos 1949) a la Isla Grande.</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>Durante el acercamiento más cercano de Lala el sábado, <a href="https://x.com/gdimeweather/status/2088791430982479875?s=20" target="_self" rel="" title="https://x.com/gdimeweather/status/2088791430982479875?s=20">incluso se reportó nieve</a> en la cima de casi 14,000 pies de altura de Mauna Kea, con vientos que en ese momento alcanzaban <a href="https://x.com/NWSHonolulu/status/2088745511834788138?s=20" target="_self" rel="" title="https://x.com/NWSHonolulu/status/2088745511834788138?s=20">ráfagas de 119 mph y una sensación térmica de 24°F.</a></p><h3>Uno de los ciclones tropicales más lluviosos registrados en EE. UU.</h3><p>Los vientos ascendentes (vientos que soplan desde el este y empujan hacia arriba las laderas de las montañas orientadas al viento o al este) intensificaron las lluvias cuando la pared del ojo y las bandas exteriores de Lala chocaron con el espectacular y ondulado terreno de Hawái el sábado. Los totales de lluvia alcanzaron unas increíbles <a href="https://www.weather.gov/wrh/timeseries?site=007HI&amp;hours=72" target="_self" rel="" title="https://www.weather.gov/wrh/timeseries?site=007HI&amp;hours=72">43.55 pulgadas en la Reserva del Área Natural de Laupāhoehoe</a>, en el lado noreste de la Isla Grande, según los totales preliminares.</p><p>Es probable que Lala pase a la historia como uno de los 10 ciclones tropicales más lluviosos registrados en EE. UU. y quizás como el tercero más lluvioso en afectar Hawái, solo detrás de Lane en 2018 y Hiki en 1950, que dejaron totales de lluvia de 58 pulgadas y 52 pulgadas, respectivamente.</p><p>Incluso fuera de la Isla Grande, Lala dejó totales de lluvia de dos dígitos a lo largo de las laderas orientadas al viento. Las lluvias superaron los <a href="https://www.weather.gov/wrh/timeseries?site=020HI&amp;hours=72" target="_self" rel="" title="https://www.weather.gov/wrh/timeseries?site=020HI&amp;hours=72">dos pies (24 pulgadas) en Waikamoi Ridge,</a> en Maui, y <a href="https://www.weather.gov/wrh/timeseries?site=MOGH1&amp;hours=72" target="_self" rel="" title="https://www.weather.gov/wrh/timeseries?site=MOGH1&amp;hours=72">un pie (12 pulgadas) en Moanalua Valley,</a> al noroeste de Honolulu, en Oahu.</p><p>Aunque los totales de lluvia se mantuvieron en cifras de un solo dígito en el lado más seco y a sotavento de las islas, incluso en algunos de los distritos más densamente poblados del estado, las ráfagas de vientos huracanados dejaron sin electricidad a más de un cuarto de millón de clientes durante el punto máximo de la tormenta, incluidos casi 175,000 clientes en Oahu, lo que representaba más de la mitad de todos los clientes de Hawaiian Electric en la isla más poblada del estado.</p><p>Hasta la mañana del lunes, unos 116,000 clientes permanecían sin electricidad, <a href="https://poweroutage.us/area/state/hawaii" target="_self" rel="" title="https://poweroutage.us/area/state/hawaii">según PowerOutage.us</a>, o alrededor del 25% de los clientes en todo el estado.</p><h3>Otro sistema del Pacífico central podría formarse esta semana, pero debería permanecer al sur de Hawái</h3><p>Lala continúa alejándose de Hawái hoy y, aunque otro sistema podría desarrollarse al sureste de Hawái más adelante esta semana, los modelos de pronóstico en gran medida lo mantienen más débil y siguiendo una trayectoria muy al sur del estado durante el próximo fin de semana.</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>Los sistemas del Atlántico se disipan</h3><p>Mientras tanto, en el Atlántico, los dos sistemas que seguimos la semana pasada —Invest 92L e Invest 94L— se han disipado.</p><p>Invest 92L fue destrozado por una corriente de fuerte cizalladura del viento mientras avanzaba rápidamente por el Caribe este fin de semana, e Invest 94L está sucumbiendo al mismo destino, siendo desintegrado justo al este de las islas del Caribe a primera hora del lunes.</p><p>Continuaremos observando las ondas que salen de África este mes, pero por ahora, los modelos sugieren que tendrán un camino difícil debido al fuerte dominio de El Niño sobre la cuenca.</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>Hasta ahora no hemos registrado ningún huracán en el Atlántico. La fecha promedio del primer huracán en el Atlántico es el 11 de agosto. La fecha más tardía para la formación del primer huracán es el 11 de septiembre (un récord que comparten los huracanes Gustav en 2002 y Humberto en 2013). Ninguna temporada de huracanes del Atlántico en la era moderna ha terminado sin un huracán.</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[Bonnie Tyler is remembered as worldwide star at her Welsh funeral]]></title><link>https://www.local10.com/entertainment/2026/08/17/bonnie-tyler-is-remembered-as-worldwide-star-at-her-welsh-funeral/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/bonnie-tyler-is-remembered-as-worldwide-star-at-her-welsh-funeral/</guid><dc:creator><![CDATA[By BRIAN MELLEY and LESLIE AMBRIZ, Associated Press]]></dc:creator><description><![CDATA[SWANSEA, Wales (AP) — Fans crowded outside a Welsh church Monday where family and friends remembered husky-voiced singer Bonnie Tyler as a star loved worldwide.]]></description><pubDate>Mon, 17 Aug 2026 15:47:00 +0000</pubDate><content:encoded><![CDATA[<p>SWANSEA, Wales (AP) — Fans crowded outside a Welsh church Monday where family and friends remembered husky-voiced singer Bonnie Tyler as a star loved worldwide.</p><p>Tyler's “If I Sing You A Love Song" played as her rose-covered coffin was carried into Swansea Minster for the invite-only funeral that was projected on a screen outside. Her “It’s a Heartache” played as the coffin was placed in front of the altar.</p><p>“Bonnie was always a star but never a diva,” her manager, Matthew Davis, said in one of several tributes. “She never forgot her roots or where she came from. She would have been amazed and very gratified at the massive outpouring of love from all over the world that has occurred since her sudden and unexpected passing.”</p><p>The Grammy-nominated pop star, beloved for her 1983 chart-topping power ballad “Total Eclipse of the Heart,” died last month in a hospital in Portugal at 75. She had been hospitalized in May in Faro, where she had a home, for emergency intestinal surgery.</p><p>The funeral was held less than a week after her signature song served as the soundtrack at celebrations marking a total eclipse that darkened skies across parts of Europe.</p><p>Crowds lined the streets Saturday in her seaside Welsh village of Mumbles as a hearse carried her coffin, draped in a Welsh flag, home.</p><p>Kathleen Davies, who joined the crowd outside the church, said she was starstruck when she first saw Tyler but later came to learn she was down to earth.</p><p>“She’s Welsh through and through,” Davies said. "Everything about her, she’s natural, there’s no fake stuff. When you see her on the interviews, she’s just who she is.”</p><p>Tyler was born Gaynor Hopkins, a coal miner’s daughter in public housing with an outside toilet in Skewen, Wales, about 7 miles (11 kilometers) outside Swansea. She grew up with three sisters and two brothers.</p><p>Canon Justin Davies said in a eulogy written by her family that she first performed in a contest at a rugby club in the late 1960s, singing ”Those Were The Days,” made famous by Mary Hopkin.</p><p>“She came in second and won just one pound, but was hooked," Davies said. “The rest, as they say, was history.”</p><p>Tyler went on to earn three Grammy nods and in 2013 represented Britain at the Eurovision Song Contest, where she came in 19th. She was honored as a Member of the Order of the British Empire in 2022 for her services to music by Queen Elizabeth II, thanks mainly to “Total Eclipse of the Heart.”</p><p>The ballad shot to the top of the charts in Britain and the United States and has had more than 1 billion streams, boosted by real eclipses in 2017, 2024 and most recently during last week’s solar eclipse.</p><p>She was also known for “Holding Out For a Hero,” from the soundtrack of the film “Footloose.”</p><p>___</p><p>Melley reported from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZP36KZF6MOMNAKXJRTYCDLTMGM.jpg?auth=7c4d98454dce071c1df981388eb61bef33fb485342e13e881a7248e8dec7fc45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The coffin is taken from Swansea Minster following the funeral of Bonnie Tyler in Swansea, Wales, Monday, Aug. 17, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RFPCTRMHKUXDO7D4RMSSZ6BFBQ.jpg?auth=089321687ce34fb44f509306481a6a70acb104e6d5bde5ebe51b23655713c6f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An unidentified priest holds a Bonnie Tyler poster outside St. Mary's Church in Swansea, Wales, Monday, Aug. 17, 2026 before the service and funeral of the musician, whose real name was Gaynor Hopkins. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4Y3YS2DQBXURVRFGBRA5HBHMGQ.jpg?auth=cefb8a94284810ba2e6e84ec3638174fc5ea93f77bae9a9717e6c90c832970d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The hearse with the coffin arrives at Swansea Minster for the funeral of Bonnie Tyler in Swansea, Wales, Monday, Aug. 17, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HRIZNUXPS5TQDI6WR535EPZ2ME.jpg?auth=fe580a46ddbbe65e2b3031e18b800ee52f11f1c3dcdc84f5673a987121b15dd4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers are decorated outside St. Mary's Church in Swansea, Wales, Monday, Aug. 17, 2026 for the funeral of Bonnie Tyler after The Total Eclipse Of The Heart musician, whose real name was Gaynor Hopkins, died in hospital in Portugal on July 8 at the age of 75. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCY73U25FDMZKTWODGAPTCAEM4.jpg?auth=464df97581f6119892b2bbcd59a7eb7cc3add5a049aceb6bb0114dffefb65b35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait behind barriers for the start of the funeral of Bonnie Tyler at St. Mary's Church in Swansea, Wales, Monday, Aug. 17, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Lindsay Clancy's sister, former coworker take the stand for the defense in her murder trial]]></title><link>https://www.local10.com/news/2026/08/17/prosecution-rests-in-lindsay-clancy-murder-trial-defense-now-gets-its-turn-calling-witnesses/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/17/prosecution-rests-in-lindsay-clancy-murder-trial-defense-now-gets-its-turn-calling-witnesses/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — The defense began calling witnesses Monday in the emotionally charged trial of Lindsay Clancy, the Massachusetts mom who has admitted killing her three young children but blamed her actions on her failing mental health.]]></description><pubDate>Mon, 17 Aug 2026 16:44:38 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — The defense began calling witnesses Monday in the emotionally charged trial of Lindsay Clancy, the Massachusetts mom who has admitted killing her three young children but blamed her actions on her failing mental health.</p><p>The prosecution rested its case earlier in the day after three weeks of testimony. A former coworker of Clancy and Clancy's sister were among the first witnesses called to the stand.</p><p>Prosecutors argue Clancy, a former labor and delivery nurse, was an intentional killer who contrived to get her husband out of the house by sending him to get takeout and to the pharmacy on Jan. 24, 2023. Then, she strangled the children before attempting to kill herself.</p><p>Clancy’s attorney Kevin Reddington does not dispute that she killed the children. But he says the jury should not hold her criminally responsible because she had postpartum psychosis, a rare mental illness linked to the stress, sleep deprivation and hormonal changes that follow childbirth. He said she also had bipolar disorder and that antidepressants prescribed after the birth of her third child worsened her condition.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>The jury has heard so far from witnesses who demonstrated that Clancy had sought treatment for severe mental health problems, including admitting herself to a psychiatric hospital. But witnesses also noted Clancy wouldn't always take the medications prescribed to help with her insomnia, anxiety and depression, and that she expressed fears she was addicted to some of them.</p><p>The defense, on cross-examination, argued that Clancy was overmedicated and demonstrated that her care was disjointed, with doctors not speaking to one another, conducting appointments with her over Zoom and not sharing their notes. Despite her efforts to seek treatment, the defense also showed she was discharged from one facility after a day and denied a higher level of care at another when she couldn't show that she had a suicide plan.</p><p>Prosecutors also questioned the seriousness of Clancy's suicide attempt and showed through texts and photos that she performed many normal activities the day of the killings, including taking her children to the doctor and playing with them in the snow.</p><p>Her doctors also testified they never saw Clancy exhibit signs of mania or psychosis, though she did repeatedly talk of feeling suicidal.</p><p>Clancy hasn't testified in the trial and isn't required to do so, but jurors have seen her break down in sobs at several points while others have been testifying, including when prosecutors showed the jury autopsy photos of the children.</p><p>Early in the trial, Clancy's former husband, Patrick Clancy, described the horror of returning home to find his dead children. During his testimony, prosecutors played a harrowing 911 call he made after finding his wife outside in the backyard.</p><p>Patrick Clancy also testified he got a call from Lindsay Clancy about a week after the killings. She didn't mention her children, he said, but “talked about what she went through. She said she heard a man’s voice telling her if she didn’t do it now she would lose her chance or something like that.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RXSAUWS7DLIUNXXLDGY6WSEMVQ.jpg?auth=7b69f84ec39484759c7d115c94749788699e1a43ee1ab213571e4102672c19e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy watches the jury enter the room during her murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 17 2026. (Greg Der/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOLXREMXS5G7MDPDBQQ7454CHE.jpg?auth=bb02e69defbbf3ec8a7c563213f35d7c82f5774f1f133864bfc9539f262852fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington, left, questions psychiatrist Dr. Jennifer Tufts about her hand written notes during a session with Lindsay Clancy during Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 10 2026. (Greg Der/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q2RWS3Z6GM3GP6YQAE35P5SMME.jpg?auth=4bbc124e0f4cfe920caeb322164ee32ea8f6ef8ea08f1160f57b308a4ba83a42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Heart rate details taken from the Apple Watch worn by Lindsay Clancy displayed by the prosecution during Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 17 2026. (Greg Der/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VUWN3DQULTEFHIAAMVA764HKQ4.jpg?auth=f9967ae6a1db76c72cdac9873161035718f5484ac2f7cd917a1b8e196a092370&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justice William Sullivan informs the jury that the defense will start making their case as early as today during Lindsay Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 17 2026. (Greg Der/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HIGNHO7CWH26ZLCKYTXZM2XBRY.jpg?auth=24afd642a949e24409076683c433a861f338ae5cade356b544b1a003a7ead0ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Witness Ian Whiffin of Cellebrite testifies on the stand during Lindsay Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 17 2026. (Greg Der/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content></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 17:48:34 +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 already a veteran of soaps (she got her first role at age 4, playing Sarah Roberts on “One Life to Live”) and commercials when she was selected to voice Princess Dot in the Pixar movie. Co-director and writer Andrew Stanton said he wanted to include a little girl because of his newborn daughter.</p><p>WHERE TO WATCH: Streaming on Disney+.</p><p>“Remember the Titans” (2000)</p><p>Playing the football-loving, wise-beyond-her-years Sheryl Yoast was a breakthrough moment for Panettiere, who was 10 at the time of filming but playing “nine and a half, thank you very much,” as she so memorably informed Denzel Washington’s Coach Boone. It was her absolute favorite movie to film, she told ET in 2023. “What an incredible time in my life … I was surrounded by the cutest boys. Kate Bosworth was like my big sister,” she said in the interview. “If I had wished to go back to any time in my life, it would be going back to ‘Remember the Titans.’”</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, who played Casey Carlyle’s (Trachtenberg) fellow junior ice skater Gennifer “Gen” Harwood and daughter of Kim Cattrall’s coach character. Panettiere did much of her own skating in the film.</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, or her only cheerleader role of the year, but the third “Bring It On,” co-starring Solange, has become a nostalgic millennial classic. Rihanna also had a cameo as herself, as a cheerleading competition judge.</p><p>“I loved the passion that people had for ‘Bring It On.’ When fans would come up who loved that movie, they would freak out — have a physical, visceral reaction to me that I had never seen before,” Panettiere told Entertainment Weekly this year.</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, the first season of which regularly drew over 14 million viewers.</p><p>“I think ‘Heroes’ is really hot because it's just a really great combination of everything that people love,” she told The Associated Press in 2008. “They love reality, they love sci-fi and then things like ‘X-Men’ where they get to, you know, dream of something bigger. And at the core of it are these human stories that people just can relate to.”</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 (Paul Rust) and the popular girl of his dreams. Yes, her character here was a cheerleader as well.</p><p>WHERE TO WATCH: Available to rent on various platforms.</p><p>“The Cove” (2009)</p><p>When she was 18 years old, Panettiere, who advocated for whale and dolphin safety as a spokesperson for The Whaleman Foundation and creator of the “Save the Whales, Again!” campaign, went to Taiji, Japan, to protest and disrupt the dolphin hunting with a group of activists on paddleboards. A tense encounter with the men on the boats was featured prominently in the Oscar-winning documentary “The Cove.” Weeks after the film won, she returned to Taiji to try to meet with officials about their whaling practices.</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, but she wasn't even originally envisioned as the series' main star. Connie Britton's Rayna was.</p><p>“Unfortunately, after the pilot, it was clear that my billing had gone way up. I went from maybe number five in terms of importance to nipping at Connie’s heels,” she wrote in her memoir. “I was deeply uncomfortable with this development.”</p><p>On Jay Shetty's podcast this year, she spoke about how closely Juliette's trials resembled her own. “I didn't know where Juliette began and Hayden ended,” she said. “I didn't even realize I was becoming her constantly, and I wasn't able to take care of myself.”</p><p>WHERE TO WATCH: Streaming on Netflix.</p><p>“Scream VI” (2023)</p><p>Fans immediately took to Panettiere’s horror movie loving character Kirby Reed in the otherwise much-derided “Scream 4,” which left her fate ambiguous. In the 2022 “Scream,” it was revealed that she was still alive. Panettiere played a part in advocating for her return in “Scream VI,” which became a box office hit.</p><p>“It was thrilling that people fell in love with Kirby,” Panettiere told ET in 2023. “I loved playing Kirby, so I’m glad they love her as much as I did.”</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: Ohio State and Oregon are 1-2 in preseason Top 25 college football poll]]></title><link>https://www.local10.com/sports/2026/08/17/the-latest-ohio-state-and-oregon-are-1-2-in-preseason-top-25-college-football-poll/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/17/the-latest-ohio-state-and-oregon-are-1-2-in-preseason-top-25-college-football-poll/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ohio State and Oregon are 1-2 in the AP Top 25, giving the Big Ten Conference the top two teams in the preseason rankings for just the second time ever. Georgia, Notre Dame and Texas round out the top 5.]]></description><pubDate>Mon, 17 Aug 2026 18:00:14 +0000</pubDate><content:encoded><![CDATA[<p>Ohio State and Oregon are 1-2 in the AP Top 25, giving the Big Ten Conference the top two teams in the preseason rankings for just the second time ever. Georgia, Notre Dame and Texas round out the top 5.</p><p>The Southeastern Conference gets bragging rights with nine ranked teams, but the Big Ten isn’t far behind with eight.</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>The Top 25 voters are 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>No. 1 Buckeyes are loaded but face tough schedule</p><p>Ohio State starts a season No. 1 for the ninth time. The Buckeyes didn’t end there the previous eight.</p><p>They have an excruciating schedule but are built for what awaits.</p><p>Jeremiah Smith is the most productive receiver in the nation, quarterback Julian Sayin is one of the most accurate passers and the offensive line is elite. There are plenty of talented transfers waiting to emerge for a defense replacing eight starters, all of whom were drafted.</p><p>The Buckeyes visit Indiana on Oct. 17 and host Oregon on Nov. 7. Those games will go a long way in deciding which teams make the Big Ten championship game in Indianapolis, not to mention impact CFP seeding.</p><p>Missouri only team that will play 5 of the preseason top 10 teams</p><p>No. 25 Missouri has the 12th-toughest schedule in the country, according to ESPN, but the Tigers are the only team that will play five of the top 10 in the AP Top 25 preseason poll.</p><p>All five of those are bunched into the Tigers’ final seven regular-season games. They play No. 8 Texas A&M on Oct. 10, at No. 9 Mississippi on Oct. 17, No. 5 Texas on Nov. 7, at No. 3 Georgia on Nov. 14 and No. 10 Oklahoma on Nov. 28.</p><p>Oklahoma, which plays four top-10 teams, has ESPN’s second-toughest schedule behind Arkansas. No. 5 Texas’ schedule is ranked third in degree of difficulty.</p><p>On the bubble</p><p>Clemson was the first team out with 112 points, five fewer than No. 25 Missouri. Florida, Boise State, Arizona, TCU, Navy and South Carolina were the next teams out, each received double-digit points.</p><p>The bubble teams enter the season in unique position to move up quickly in the ranks. With Clemson just points away at No. 26, a Week 1 win could easily do the trick.</p><p>The bad news? Clemson heads to No. 11 LSU for its season debut on Sept. 5.</p><p>Expectations remain high for Texas – just not as high as last year</p><p>After ranking No. 1 in last year’s preseason poll, the Longhorns enter the 2026 season at No. 5, behind Ohio State, Oregon, Georgia and Notre Dame.</p><p>Texas will be put to the test early, with a Week 2 rematch against Ohio State giving the Longhorns a chance to make a case for a higher ranking.</p><p>Arch Manning struggled under high expectations in his first career start last season against Ohio State, gaining momentum only in the fourth quarter of a 14-7 loss. After completing nine passes for 38 yards and an interception through the first three quarters, Manning finished the game with 17 completions for 170 yards.</p><p>A Week 2 win against the top-ranked team in the preseason poll would give the Longhorns the kind of start they desperately needed last year.</p><p>In the ACC, it’s Miami … and everyone else</p><p>Miami has a good-sized lead over the other ACC teams in the preseason poll. The Hurricanes came in at No. 7 and earned one first-place vote after a season that ended just shy of a national title.</p><p>SMU was the next-closest team at No. 19. Louisville squeaked in at No. 24.</p><p>The ACC also had three teams ranked in last year’s preseason poll. Clemson ranked No. 4 before what turned out to be a disappointing season. Miami ranked No. 10, and SMU came in at No. 16.</p><p>The ACC ended up being a weird one last year, with an unranked Duke team taking on then-No. 16 Virginia in the conference championship game. Duke delivered a 27-20 overtime win, but it wasn’t enough for the CFP committee to view them as a viable option. Miami instead earned an at-large bid, and James Madison and Tulane secured bids as two of the five highest-ranked conference champions.</p><p>Clemson left out of preseason poll for first time since 2011</p><p>Clemson is unranked in the AP preseason Top 25 for the first time since 2011.</p><p>The Tigers almost got in. They received the most voting points among teams left out. They’re five points behind No. 25 Missouri.</p><p>Clemson is coming off a 7-6 season, its worst since 2010. The offense struggled to get anything going in the ground game and was second-to-last in the ACC in third-down conversions. The defense underachieved.</p><p>Look for the offense to be much better with the return of offensive coordinator Chad Morris, who led some of the nation’s most potent offenses when he had the same job at Clemson from 2011-14. The defense should play with more confidence in Tom Allen’s second year as coordinator.</p><p>Clemson gets a measuring-stick game right away when they open at No. 11 LSU.</p><p>Five teams got first-place votes, but not No. 3 and No. 5</p><p>Of the top seven teams, five received first-place votes: Ohio State (40), Oregon (14), Notre Dame (6), Indiana (8) and Miami (1). Voters skipped over No. 3 Georgia and No. 5 Texas, which both fell into the top five but didn’t receive first-place votes.</p><p>Perhaps most notably, voters don’t see an SEC team breaking a three-year championship drought. After Michigan, Ohio State and Indiana took home the last three titles, faith in the Big Ten remains high.</p><p>Ohio State and Oregon, the top two teams in the poll, give the Big Ten its first preseason 1-2 since 1961 — a sign that voters expect the conference to bring home a fourth straight national title.</p><p>Sarkisian: Preseason polls great for conversation, and that’s about it</p><p>Texas coach Steve Sarkisian, whose team landed No. 5 in the AP Top 25 preseason poll, doesn’t put much credence in the polls. The polls do have some value, though, he said.</p><p>“I love the polls for college football fans, for the excitement, for the marquee matchups, for all those things,” he said. “But the polls internally, they just don’t matter. They’re really irrelevant. I think we’ve gotten to a point now as a team to understand that what matters is how we play each and every Saturday.”</p><p>Georgia holds steady in the top five</p><p>Georgia enters the season at No. 3, marking the eighth straight year with a top-five preseason ranking.</p><p>The Bulldogs will have plenty of familiar faces taking the field this fall, with quarterback Gunner Stockton, running back duo Nate Frazier and Chauncey Bowens and tight end Lawson Luckie bringing valuable game experience to the offense. Expectations are high for linebackers Raylen Wilson and Chris Cole, while KJ Bolden, Kyron Jones and Ellis Robinson IV will hold down the secondary.</p><p>Georgia earned the No. 3 seed and a first-round bye in the 12-team College Football Playoff after beating Alabama in the SEC Championship game. The Bulldogs went on to fall 39-34 to Ole Miss in the Sugar Bowl.</p><p>Conference breakdown</p><p>SEC (9): No. 3 Georgia, No. 5 Texas, No. 8 Texas A&M, No. 9 Mississippi, No. 10 Oklahoma, No. 11 LSU, No. 13 Alabama, No. 20 Tennessee, No. 25 Missouri</p><p>Big Ten (8): No. 1 Ohio State, No. 2 Oregon, No. 6 Indiana, No. T-14 USC, No. 16 Michigan, No. 17 Washington, No. 18 Penn State, No. 22 Iowa</p><p>Big 12 (4): No. 12 Texas Tech, No. T-14 BYU, No. 21 Utah, No. 23 Houston</p><p>ACC (3): No. 7 Miami, No. 19 SMU, No. 24 Louisville</p><p>Independent (1): No. 4 Notre Dame</p><p>No Group of 6 teams ranked</p><p>After two non-power conference teams (Tulane, James Madison) made the CFP in 2025, none cracked the preseason Top 25.</p><p>Since two were ranked in the preseason in 2022, only Tulane in 2023 and Boise State in 2025 have started a season in the Top 25.</p><p>Boise State, which has moved from the Mountain West to the new Pac-12, was the top vote-getter among Group of Six teams outside the Top 25. Nine others got at least one vote.</p><p>New coaches, same expectations</p><p>Four Top 25 teams have new coaches, and they’ve been given a short runway.</p><p>Pete Golding, who begins his first full season at No. 9 Mississippi, was able to keep key pieces of the staff and he brought back top players. He led the Rebels to the CFP semifinals after Lane Kiffin’s ugly departure, and another magical run is possible.</p><p>Speaking of Kiffin, much is expected at No. 11 LSU. The Tigers haven’t gone to the CFP since winning it all in 2019 and have lost at least four games in five of the six seasons since.</p><p>Penn State is No. 18, which seems generous given Matt Campbell will be relying on players he brought with him from Iowa State.</p><p>Morgan Scalley, entering his 19th year at No. 21 Utah, gets back QB Devon Dampier and RB Wayshawn Parker but not many other starters from an 11-2 team.</p><p>SEC has 9 ranked teams to Big Ten’s 8</p><p>Having Ohio State and Oregon enter the season Nos. 1 and 2 ahead of sixth-ranked defending conference and national champion Indiana is a flex for the Big Ten, which already is riding the momentum of winning the last three national titles.</p><p>Having five of the top 10 teams, and seven of the top 13, bolsters the SEC’s contention that it has greater depth. The SEC has nine ranked teams compared to the Big Ten’s eight.</p><p>The debate goes on over conference supremacy and will only heat up when the Big Ten and SEC square off in the first heavyweight games of the season Sept. 12. That’s when No. 10 Oklahoma visits No. 16 Michigan and No. 1 Ohio State goes to No. 5 Texas. Both are rematches of games won by the home team last year — OU 24-13 and Ohio State 14-7.</p><p>Longhorns, No. 1 in last year’s preseason poll, look to bounce back</p><p>The Longhorns entered the 2025 season at No. 1 after receiving 25 first-place votes — two more than No. 2 Penn State. But after a Week 1 loss to Ohio State, Texas found itself fighting upstream to maintain its top-ranked status. An October loss to a struggling Florida team didn’t help either, knocking Texas out of the rankings altogether.</p><p>The Longhorns, despite gutting out a few impressive wins, ultimately fell short of the 12-team College Football Playoff after Georgia handed them a third loss.</p><p>Eyes will be on quarterback Arch Manning, who the Longhorns hope makes the expected jump from year one to year two as a full-time starter. Manning, a favorite for the Heisman Trophy this year, will have to lead a team facing plenty of expectations once again.</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/4VJOUGB4QND2W4G7QZDWKXBUJI.jpg?auth=6177a96adca4e2e15199f289516dbab55ef3bc3875c58095aab7a98578533c9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ohio State running back CJ Donaldson is stopped by the Texas defense during the second half of an NCAA college football game in Columbus, Ohio., Aug. 30, 2025. (AP Photo/Jay LaPrete, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jay LaPrete</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P7UDR2EYK4PZEEB7J6MXIEOE4I.jpg?auth=1cd0bc25cc9ecee023e879ca4f5264fa217f386b277fcc82785ca160a00ae8b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oregon quarterback Dante Moore (5) works against Indiana during the second half of the Peach Bowl NCAA college football playoff semifinal, Jan. 9, 2026, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><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[Persiste riesgo de inundaciones a medida que tormentas se desplazan de al Atlántico medio de 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 la parte norcentral de Estados Unidos hasta la región del Atlántico medio del país, prolongando un periodo mortal de clima inestable.]]></description><pubDate>Mon, 17 Aug 2026 18:23:32 +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 la parte norcentral de Estados Unidos hasta la región del Atlántico medio del país, 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 que un frente frío barra ese patrón meteorológico de la costa este del país el martes. Por otro lado, 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 otros lugares, el clima caluroso planteaba un problema mayor, particularmente en el sur, el sureste y el suroeste de Estados Unidos. El servicio meteorológico emitió advertencias de calor extremo para partes de Mississippi, Arkansas, Luisiana, Georgia, Carolina del Sur, Arizona, Nevada y California.</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 las tormentas eléctricas dejaron entre 1 y 2 pulgadas de lluvia hasta las 8:00 de la mañana y se instó a los residentes de media docena de condados a mantenerse alejados de las carreteras excepto para viajes esenciales.</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>Al sur de Indianápolis, las autoridades de Madison Township indicaron que bomberos y otras personas rescataron a 10 personas de sus hogares la noche del domingo. Otras tuvieron que ser rescatadas de sus autos luego de intentar conducir por carreteras inundadas.</p><p>“Esta sigue siendo una situación activa y potencialmente peligrosa”, advirtió el Departamento de Bomberos en una publicación en redes sociales. “No podemos enfatizar esto lo suficiente: NO CONDUZCA A TRAVÉS DE AGUAS DE INUNDACIÓN”.</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, por debajo de un máximo de alrededor de 300.000, 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 la parte norcentral del país 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 Nacional 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 and DASHA LITVINOVA, 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 16:47:08 +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>In a separate ruling Monday, Russia’s Supreme Court upheld its earlier decision to bar Yabloko from the ballot in the Sept. 18-20 parliamentary vote, denying an appeal by the party.</p><p>The moves against Shlosberg and Yabloko highlight the Kremlin’s intolerance toward any criticism of the war, now in its fifth year.</p><p>It was Shlosberg's second trial in 2 years</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 pretrial detention on the new charges and has been behind bars ever since. He is one of several prominent Yabloko members in recent years to be jailed or designated a “foreign agent” as Kremlin pressure on the party has mounted.</p><p>Yabloko called the sentence ‘barbaric’</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>Yabloko said Shlosberg received a “barbaric sentence” for “love of the Motherland and calls for a ceasefire.” In a statement on Telegram, the party said Shlosberg will appeal.</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><p>Supreme Court upholds removing Yabloko from the ballot</p><p>In Moscow, the Supreme Court upheld its ruling of a week ago to remove Yabloko from the ballot in the election for the State Duma, Russia's lower house of parliament, denying an appeal by the party.</p><p>The Central Election Commission in July had allowed Yabloko on the ballot along with 10 other parties. Young social media users and many Russian opposition figures in exile have since come out in support of Yabloko, urging voters to back the party, once a leading liberal voice in parliament that later lost its bloc of seats as the Kremlin tightened its grip on politics.</p><p>In recent years, Yabloko was the only registered opposition party that opposed Russia’s full-scale invasion of Ukraine.</p><p>Its campaign slogans for this year’s election included, “For a ceasefire agreement, diplomacy and peace!” “Our goal is to prevent nuclear war!” and “For a Russia free from fear and political repression!”</p><p>Several Kremlin parties publicly assailed Yabloko for its anti-war stance after it got a slot on the ballot. The Motherland Party filed a lawsuit with the Supreme Court, demanding its removal from the ballot, accusing Yabloko of copyright infringement and exceeding campaign spending limits. The party also viewed Yabloko’s stance on Ukraine as unlawful and tantamount to calling for the violation of Russia’s territorial integrity.</p><p>Yabloko rejected these accusations, but the Supreme Court sided with the Motherland Party.</p><p>As the court met Monday on Yabloko's appeal, the party's supporters gathered outside the courthouse and Russian media reported that several dozen people were detained.</p><p>Liberal politician Grigory Yavlinsky, who co-founded Yabloko in the 1990s and chairs its political committee, deplored the court's ruling in an online statement. It marked “a serious, deepening crisis in the Russian political system and a lack of understanding of a desired future,” he said.</p><p>“People begin to feel this more acutely, regardless of their political views and positions," he said, adding that Yabloko's campaign “for peace and freedom” hit this particular “sore point.”</p><p>Yabloko chairman Nikolai Rybakov told reporters after the ruling that the party will continue its fight by lodging a complaint to the Presidium of the Supreme Court and possibly going to the Constitutional Court.</p><p>“We achieved the main thing: The whole world knows how many people in Russia want peace, want to live normally and to raise children under a peaceful sky in their country,” Rybakov said.</p><p>Regarding the prison term handed to Shlosberg, Rybakov said that “our feelings are with Lev and other political prisoners who have fought and are fighting for peace, for people to not die.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZWWS7367NSBSPD7WGPBM7ONCLA.jpg?auth=8204d290649c172aa96b5824f52760e5793cb8fc847cdd2682f90288cb40367d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lev Shlosberg senior member of the Yabloko party, stands in the defendant's box prior to a verdict in the case against him is delivered, 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/DGYCG7CALNA27JPAVJFDX35P4E.jpg?auth=9a7def7fb6f6bf96539471603e1561ad3094102f101353f9bdeda3e5b1ea33e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lev Shlosberg, left, senior member of the Yabloko party, waves standing in the defendant's box after a verdict in the case against him is delivered, in a court in Pskov, Russia, Monday, Aug. 17, 2026, with his wife Zhanna Shlosberg on the right. (AP Photo)]]></media:description></media:content><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/MIIKDQA5FMKA3RBQENJ6EUWPCM.jpg?auth=245a4dc269158d13a2adcb4e887c8b81562ae56c9bee72cf14c20b9304190efb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chairman of the Appellate Board of the Supreme Court judge Vladimir Zaitsev, background center, his deputy Igor Zinchenko, and Judge Denis Tyutin, attend a reading of the court decision on an appeal against its ruling to bar the Yabloko party from the upcoming parliamentary elections, at the Russia's Supreme Court, in Moscow, Monday, Aug. 17, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S5BHUNESH3YD5OQ4KYGXX7RXW4.jpg?auth=065fa5de4b224f6b2bf6012e30cd0fc7736c3e9a118c8121fd86f3b71e960165&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yabloko party leader Nikolai Rybakov carries a box with documents leaving the Russia's Supreme Court after hearing an appeal on a lawsuit to bar the party from the upcoming parliamentary elections, in Moscow, Monday, Aug. 17, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2CG4CNWUHYUWR747VRLBAVEUA.jpg?auth=6d1fc6726344bbea5af0575f6b44442bfae2fd0511428290b06b9cfdf2ccc00c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yabloko party leader Nikolai Rybakov speaks to his supporters and journalists after hearing an appeal on a lawsuit to bar the party from the upcoming parliamentary elections, at the Russia's Supreme Court, in Moscow, Monday, Aug. 17, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></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/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/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 16:28:07 +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>Elsewhere, hot weather posed more of a problem, particularly across the South, Southeast and Southwest. The weather service issued extreme heat warnings for portions of Mississippi, Arkansas, Louisiana, Georgia, South Carolina, Arizona, Nevada and California.</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., and residents of half a dozen counties were urged to stay off the roads except for essential travel.</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>South of Indianapolis, officials in Madison Township said firefighters and others rescued 10 people from their homes Sunday night. Others had to be rescued from their cars after attempting to drive through flooded roadways.</p><p>“This remains an active and potentially dangerous situation,” the fire department said in a social media post. “We cannot stress this enough: DO NOT DRIVE THROUGH FLOOD WATERS.”</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 15:55:15 +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 SiriusXM 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[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 15:59:12 +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 Commerce 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><p>___</p><p>This story has been corrected to show Lutnick is commerce secretary, not treasury secretary.</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 18:36:43 +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 says concerns about conditions on USS Lincoln are ‘fake’</p><p>Trump downplayed reports about conditions on the USS Abraham Lincoln to reporters in the Oval Office. The aircraft carrier has been the subject of escalating concern over mental health and supply issues for American sailors enduring nearly nine months at sea.</p><p>Trump called it a “good period of time” but added that “over the years, we’ve had them out there much longer.”</p><p>The carrier has had a record-setting uninterrupted time at sea of more than 240 days.</p><p>But Trump said he spoke with a retired admiral over the weekend who recounted being on ships for “much longer.” Trump said the admiral assured him that the Lincoln is “beautifully maintained and beautifully taken care of.”</p><p>Trump did not name the admiral.</p><p>Trump administration pauses contentious border construction in Texas’ Big Bend National Park</p><p>The Trump administration says it is temporarily pausing construction of a controversial border construction project in the Big Bend National Park while the head of the agency tasked with building the wall visits Texas to do an “on-the-ground evaluation.”</p><p>The project through the national park in southern Texas has faced fierce bipartisan opposition by critics who say it is marring a pristine environmental area and that the region’s rugged and remote terrain already serves as a deterrent to migrants and smugglers.</p><p>Rodney Scott, who heads Customs and Border Protection which is tasked with building the wall, said in an announcement on X that he was visiting Texas to do an evaluation.</p><p>“CBP is pausing all construction activity in Big Bend National Park while I visit and conduct a personal, on-the-ground evaluation,” Scott said.</p><p>▶ Read more</p><p>Trump calls UK prime minister’s text exchange a ‘miscommunication’</p><p>The U.S. president was asked about a report that said new British Prime Minister Andy Burnham exchanged messages with someone posing as Susie Wiles, the White House chief of staff.</p><p>“I’m sure that he had a miscommunication,” Trump told reporters in the Oval Office.</p><p>The report from Politico said Burnham thought he was messaging with Wiles before he became suspicious and cut off communications.</p><p>Earlier Monday, the White House said the incident had nothing to do with Wiles’ devices being hacked.</p><p>Trump says North Korea’s Kim has responded to request for a conversation</p><p>The U.S. president was pressed on whether he has had a conversation with the North Korean leader.</p><p>Trump said “yeah he has” responded to Trump’s request to have a conversation, referring to Kim Jong Un.</p><p>Trump offered no other details, but noted later during the Oval Office appearance that “I get along with him very well.”</p><p>Trump says his administration is taking a look at Flock cameras</p><p>The president said there are pros and cons to Flock Safety cameras, which have come under scrutiny from civil rights groups and lawmakers in both parties.</p><p>“It’s being studied right now,” Trump said when asked about the subject Monday at an Oval Office event. “We’ll have an answer soon as to our views on it.”</p><p>The company’s nationwide network of cameras record the license plate numbers and other characteristics of passing vehicles.</p><p>Thousands of police agencies can use Flock data to support investigations, and advocates call it an important crime-fighting tool. Critics say it amounts to needless mass surveillance.</p><p>Trump sits with 10-year-old and his lifeguard rescuer in Oval Office</p><p>Nathanial Rai had been swept off his feet along the California coast, was rescued by a 16-year-old lifeguard and was now sitting in the Oval Office.</p><p>Rai wore a dark suit and maroon tie and sat on a gold couch aside his father and the president of the United States. Across from Rai was his rescuer Ryder Williams, both of whom watched Trump speak of their ordeal, a video of which went viral.</p><p>“He’s a real hero. I don’t know if I’d do it,” said Trump. “I wouldn’t probably. You’re lucky I wasn’t on the service that day.”</p><p>Trump meeting with teenage lifeguard who saved boy in dramatic viral video</p><p>A teenage lifeguard who saved a 10-year-old boy from pounding waves off the California last month is being honored at the White House on Monday.</p><p>President Donald Trump is meeting Ryder Williams after saying the teen deserved a civilian honor. Trump previously said on social media that he would be inviting Williams to the White House to reward his bravery.</p><p>Dramatic video of the rescue went viral last month. It showed Williams clinging to Nathaniel Rai as waves repeatedly crash over them. The pair disappeared from view and reemerged after several seconds as the wave receded.</p><p>A second lifeguard was eventually able to help get them both back to shore at Seabright Beach in Santa Cruz.</p><p>Trump initially commented on the video in response to a post from his son, Eric Trump, who said Williams deserved “the highest civilian honor.”</p><p>After killing hundreds in boat strikes, US military expands campaign on land</p><p>The Trump administration says it is seeking to expand its lethal campaign of bombing boats off Latin America’s Caribbean and Pacific coasts onto land.</p><p>It will be “like you saw with the strikes on the drug boats,” Defense Secretary Pete Hegseth said during a military drill in the jungle in Panama last week. “Same effect on land.”</p><p>The government has lined up regional allies to let the U.S. military operate within their borders in a campaign to assert what it calls “American dominance over the Western Hemisphere.”</p><p>Critics say the expansion could pave the way for more civilian casualties and anger toward Washington that may outlast the Trump administration.</p><p>▶ Read more</p><p>Trump dwarfs his predecessors in ultra-rich appointees</p><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 of his three predecessors, according to a report from Public Citizen.</p><p>The consumer advocacy group’s report Monday says 57 Trump officials are worth at least $100 million, including 17 ambassadors and eight of his Cabinet members. Treasury Secretary Howard Lutnick and Education Secretary Linda McMahon are billionaires.</p><p>The president, himself a billionaire, has described his deference to the financial success of the ultrawealthy. Yet Trump owes his White House comeback to support from middle-income working Americans drawn to his pledge to lower everyday costs, and now faces an electorate decidedly less keen on his handling of the economy.</p><p>▶ Read more</p><p>Public Citizen says ultra-wealthy White House can lead to corruption</p><p>Trump’s views are well established: Financial success is evidence of executive mastery and negotiating strength.</p><p>And to encourage billionaires to deliver future economic growth, Trump has 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>But 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>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-as-greece-probes-deadly-blaze/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/belgian-wildfire-approaches-germany-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 16:44:12 +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>A forest ranger said the fire in Belgium could continue for months underground in peaty soil and sporadically flare up.</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>A forest ranger from the region told The Associated Press that the blaze could continue for months underground because of the peaty soil.</p><p>“What we see here is that the grassland has burned and the fire has gone into the soil to a certain depth, into the peat, and it is still burning," said Yves Pieper. “It can go down very, very low in the peat layer.”</p><p>He said the fire can continue smoldering largely unseen underground for weeks or months before flaring up again, noting that new flames had already appeared nearby.</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 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/YV3TPZMRWM7L3W4PSZUUCG5GKQ.jpg?auth=99afae5716bee59973d4384dcce03e2274d503d11a6e41374000e746945f61c6&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 scorched field as a wildfire burns near Waimes, Belgium, Monday, Aug. 17, 2026. (AP Photo/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/A4APH2BSGRNQR4ZTGD5NNXTJTI.jpg?auth=140044cc3eb0646cc9a4f5c8b7540282aeb4d8e6b5589f31641df4fc50e7eb96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter prepares to dump a Bambi Bucket of water over a field as a wildfire burns near Waimes, Belgium, Monday, Aug. 17, 2026. (AP Photo/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/VUG6BCEZZLJC6UXVTXLJFGKUSE.jpg?auth=c02070048bd632fdf66a6c93204518e7eaba020764594b8ce2cc3c590c44811e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[District Forestry Officer of the Haute Fagnes, Yves Pieper, speaks with the media as smoke rises from a field and forest as a wildfire burns near Waimes, Belgium, Monday, Aug. 17, 2026. (AP Photo/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/PLQUG46E77JWIDMK6KM73LWMQE.jpg?auth=40e49b91891a2f30ac88edb635729fc2166475518284ef704a63b36037c45eb7&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, right, meets firefighters as a wildfire burns in Waimes, Belgium, Monday, Aug. 17, 2026. (Nicolas Lambert, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicolas Lambert</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></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 16:53:49 +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 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 a Strait of Hormuz deal, and other Middle East news]]></title><link>https://www.local10.com/news/world/2026/08/17/trump-threatens-oman-as-it-works-with-iran-on-strait-of-hormuz-deal-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/trump-threatens-oman-as-it-works-with-iran-on-strait-of-hormuz-deal-and-other-middle-east-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[U.S. President Donald Trump has again threatened Oman as Iran says it is working with the Gulf Arab country 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 16:37:42 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump has again threatened Oman as Iran says it is working with the Gulf Arab country 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 United States 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 a 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 two countries, and they are now working to finalize details for a joint statement.</p><p>Iranian Foreign Ministry spokesperson Esmail Baghaei told reporters in Tehran, Iran's capital, 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 on Monday with Israeli Prime Minister Benjamin Netanyahu, the day after he had a rare, two-hour meeting with Hamas chief Khalil al-Hayya in Egypt on disarmament of the Palestinian militant group.</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 on 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>Drone attacks target Iraqi officials</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 Masrour 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><p>___</p><p>This story corrects the first name of the prime minister of Iraq’s semi-autonomous northern Kurdish region to Masrour Barzani, instead of Masoud Barzani.</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/world/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/world/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 Jared Kushner, President Donald Trump's son-in-law, 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 17:03:01 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Mideast negotiator Jared Kushner, President Donald Trump's son-in-law, 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/ZO3IRCZJUNP6Y5QZSJV3LQHCHU.jpg?auth=8bbb3befb875e46d625828e1742710e90ddb25cefe75a8daa3f5e56e37ccf599&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 edge back from their record as oil prices rise]]></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 edging further from 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 18:09:03 +0000</pubDate><content:encoded><![CDATA[<p>NEWYORK (AP) — U.S. stocks are edging further from 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.4% but remains near its all-time high set Thursday. The Dow Jones Industrial Average was down 284 points, or 0.5%, as of 2 p.m. Eastern time, and the Nasdaq composite was 0.3% lower.</p><p>Wall Street has run to records in large part because profits are booming for 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 turned in their profit reports for the spring. Still to come are big retailers, including reports this 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 2.4% to $90.62 Monday, and the losses for stocks solidified in the afternoon as the gains for oil prices accelerated.</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 ticked higher following their own big recent moves. The yield on the 10-year Treasury rose to 4.72% 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>Usually around this time of year, anticipation is building on Wall Street to hear from the head of the Federal Reserve about where interest rates may be heading. But the Fed's new chairman, Kevin Warsh, may give little insight at this year's economic symposium in Jackson Hole, Wyoming, at the end of this month, according to Thierry Wizman, a strategist at Macquarie Group</p><p>Warsh has been adamant about giving Wall Street less guidance about the Fed's plans for interest rates.</p><p>On Wall Street, trading was relatively quiet.</p><p>L3Harris Technologies fell 3.9% 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 dipped 0.9% 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 5.7% 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-68-overshadowing-independence-day/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/17/thousands-in-indonesia-await-aid-after-quake-kills-68-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 waited for aid on the Indonesian island of Flores on Monday as the country marked its 81st Independence Day, two days after a powerful earthquake killed at least 68 people, injured more than 200 others and damaged thousands of homes.]]></description><pubDate>Mon, 17 Aug 2026 15:45:24 +0000</pubDate><content:encoded><![CDATA[<p>REO, Indonesia (AP) — Thousands of people waited for aid on the Indonesian island of Flores on Monday as the country marked its 81st Independence Day, two days after a powerful earthquake killed at least 68 people, injured more than 200 others and damaged thousands of homes.</p><p>Many residents on Flores island in East Nusa Tenggara province spent the day mourning victims while military teams tried to deliver food, clean water and clothing to inaccessible communities by plane.</p><p>The Saturday morning quake left widespread damage, with buildings collapsed onto parked cars, homes shattered and trees and boulders blocking roads.</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>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 4,500 homes were damaged when the quake struck Flores island early Saturday. Some 19,000 people were forced into temporary shelters and 213 people were injured, according to the National Disaster Management Agency or BNPB. The disaster also damaged 122 health facilities, 252 schools and 84 places of worship.</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 54 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>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>As thousands of survivors remain in need of food, shelter and medical treatment, the government said more than 1,800 military and police personnel have been deployed across the disaster zone, supported by 10 aircraft and several vessels, to distribute more than 100 metric tons of emergency aid.</p><p>Nearly 5,400 food packages, two field hospital tents, medicines and clothing were being delivered to communities across the disaster zone, as logistical challenges slowed deliveries to some hard-hit communities, national disaster agency Deputy Chief Abdul Muhari said 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 continued 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.</p><p>"The roads are steep and many were blocked by landslides. It was a near-death journey,” said the 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/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><media:content url="https://www.local10.com/resizer/v2/CRI2PSPAHLQUFQKHQOZUC5H2WQ.jpg?auth=1cc0b9615a3d47c96c774a4c72c4a23e2b7d1490425ff2a122188377b0d54392&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/QFEFR7CWWDY2EEPVJSBIOPMCDI.jpg?auth=9ba884076eb57753d1c1fbafd8c3eb4005b48dd1cf0701b47b82b358ba1edb0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saverinus Serli, left, inspects his earthquake-damaged house in Lelak, East Nusa Tenggara province, Indonesia, Sunday, Aug. 16, 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/EFDH2FUW5CT7QU4UP4U47XXQDU.jpg?auth=553302f8f49a2fba49a8bfafd418e434808c385307ab58a4ea45473f5178b748&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Earthquake survivors take shelter in tents in Reo, East Nusa Tenggara province, Indonesia, Monday, Aug. 17, 2026. (AP Photo/Dicky Bisinglasi)]]></media:description><media:credit role="author" scheme="urn:ebu">Dicky Bisinglasi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZDROA2T5DBXBSKXQ54FZKXQTM.jpg?auth=031e7e72d479fa9cda51164f072805e190efa1ae8df84b669f4cd166ab7957f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An erthquake survivor receives medical treatment at a makeshift medical center in Reo, East Nusa Tenggara province, Indonesia, Monday, Aug. 17, 2026. (AP Photo/Dicky Bisinglasi)]]></media:description><media:credit role="author" scheme="urn:ebu">Dicky Bisinglasi</media:credit></media:content></item><item><title><![CDATA[The 'murder was personal': Trial underway in Florida in ambush of Microsoft manager]]></title><link>https://www.local10.com/news/florida/2026/08/17/the-murder-was-personal-trial-underway-in-florida-in-ambush-of-microsoft-manager/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/17/the-murder-was-personal-trial-underway-in-florida-in-ambush-of-microsoft-manager/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[The fatal shooting of a Microsoft design manager on a dark Florida road was a “targeted ambush” hatched by his ex-wife and her husband, following years of post-marriage strife over religion and how to raise twin children, a prosecutor told jurors Monday.]]></description><pubDate>Mon, 17 Aug 2026 17:27:15 +0000</pubDate><content:encoded><![CDATA[<p>The fatal shooting of a Microsoft design manager on a dark Florida road was a “targeted ambush” hatched by his ex-wife and her husband, following years of post-marriage strife over religion and how to raise twin children, a prosecutor told jurors Monday.</p><p>Jared Bridegan, 33, was killed in Jacksonville Beach in 2022 when he got out of his vehicle to remove a tire that was placed in the road while his 2-year-old daughter from a second marriage was strapped in her car seat.</p><p>More than four years later, Mario Fernandez Saldana, 38, is on trial in Duval County court for first-degree murder and solicitation of murder. He’s accused of arranging Bridegan’s death by hiring a gunman. Shanna Gardner, 39, faces her own trial in September.</p><p>“The killer was a stranger to Jared Bridegan. The murder was personal,” Assistant State Attorney Christina Simak Stifler said.</p><p>Defense says Fernandez Saldana didn't act like mastermind</p><p>But defense attorney James Hill told the jury that Fernandez Saldana, an Army veteran, had no desire to get rid of Bridegan and his actions shortly after the killing — a road trip to Pennsylvania and back — didn’t resemble that of a criminal architect “running from the law.”</p><p>“He had access to a lot of money, hundreds of thousands of dollars,” Hill acknowledged, referring to his wife's trust fund. “He could have fled the country.”</p><p>In her opening remarks, Stifler traced the bitter relationship between Bridegan and Gardner, the execution-style killing and the difficulty of trying to solve a shocking homicide with no witnesses. The victim, she said, had no obvious enemies and was a devout member of The Church of Jesus Christ of Latter-day Saints.</p><p>Bridegan and Gardner were divorced in 2015. The end of the marriage, however, led to years of acrimony about how to jointly raise their twins, from religion to doctor's appointments and even school conferences, Stifler said.</p><p>She said Gardner did not want her children involved with the Mormon church.</p><p>“They fought over everything. ... It was nasty. It was petty. It was not good on both sides,” the prosecutor said of the relationship.</p><p>Victim's daughter heard the gunshots</p><p>Bridegan remarried and had two more children. Gardner, meanwhile, married Fernandez Saldana, who was a maintenance man at a gym where she worked out.</p><p>Bridegan was attacked shortly after returning 9-year-old twins to Gardner’s home, following a regular “date night” with their children.</p><p>He was driving home to St. Augustine with one of two children he had with wife Kirsten when he stopped to remove a tire from the road. The child later recalled hearing “loud booms” and asking, “Are police going to help my daddy?” Stifler said.</p><p>A few months later, she said, police discovered a lead “that blew the case open” — a tire at a rental property owned by Fernandez Saldana. Investigators found the tire was similar to another tire that blocked Bridegan's Volkswagen Atlas on his drive.</p><p>Police matched DNA on those tires to Henry Tenon, a former tenant with a criminal record and financial problems. Records revealed that he was paid $10,000 by Fernandez Saldana after the murder, though the checks said the work was for landscaping, roof repair and a business idea.</p><p>“Mario Fernandez has hired him to do work, not murder,” Hill told the jury, disputing anything nefarious.</p><p>Alleged gunman pleaded guilty but backed out</p><p>Tenon, 65, was charged as the gunman who shot Bridegan. He pleaded guilty to second-degree murder and had agreed to testify against Fernandez Saldana. But he withdrew the plea earlier this year and will get his own trial in 2027.</p><p>Stifler said Gardner, who was from a wealthy family, relocated to Washington state with her children after Bridegan's death. Fernandez Saldana, meanwhile, moved to Orlando.</p><p>“Ms. Gardner got what she wanted: full control over her children and the freedom to move out of Jacksonville, Florida,” the prosecutor said.</p><p>Bridegan was chief technology officer at Utah-based Clean Simple Eats before working at Microsoft, according to his obituary.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63NVMYHO4SHCBYW54KTQKR3BKM.jpg?auth=63f7484da27713d097ce29ea215a24c4abe5ce557e36022001d6ebe66af8fc54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Assistant State Attorney Christina Stifler walks out at lunch recess after opening statements in the trial of Mario Fernandez Saldana at the Duval County Courthouse on Monday, Aug. 17, 2026, in Jacksonville, Fla. (Corey Perrine/The Florida Times-Union via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey Perrine</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[A dispute over fact vs. fiction at the trial in Tupac Shakur's 1996 killing in Las Vegas]]></title><link>https://www.local10.com/news/national/2026/08/17/opening-statements-have-begun-at-trial-in-tupac-shakurs-1996-killing-in-las-vegas/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/17/opening-statements-have-begun-at-trial-in-tupac-shakurs-1996-killing-in-las-vegas/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — A prosecutor said Monday that while few have been willing to speak about the 1996 killing of Tupac Shakur, Duane “Keffe D” Davis is the “one person who has a hard time being silent.”]]></description><pubDate>Mon, 17 Aug 2026 18:36:12 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — A prosecutor said Monday that while few have been willing to speak about the 1996 killing of Tupac Shakur, Duane “Keffe D” Davis is the “one person who has a hard time being silent.”</p><p>“Let’s be clear, Duane Davis did not pull the trigger. But he did plan the shooting in retaliation of the beating of his nephew,” Chief Deputy District Attorney Binu Palal told jurors at the start of Davis' Las Vegas trial. “Remarkably, you will learn that from Duane Davis himself.”</p><p>Davis, 63, is charged with murder with a deadly weapon with the intent to promote, further or assist a criminal gang in Shakur's death. He pleaded not guilty. His lawyer in the defense opening called the prosecution's narrative “fiction.” If convicted, Davis faces life in prison.</p><p>Palal showed jurors video of Shakur’s entourage attacking Davis’ nephew Orlando “Baby Lane” Anderson outside the boxing match at the MGM Grand hours before the shooting on Sept. 7, 1996.</p><p>Davis spent the next two hours planning how to get even, said Palal, and Shakur was gunned down “in an act of revenge.”</p><p>What he told investigators in 2008</p><p>In a 2008 interview with a federal task force investigating the killing of Shakur's rival the Notorious B.I.G., Davis instead talked about the Shakur shooting, describing handing a gun to the men in the back seat of a white Cadillac that fired on Shakur and Suge Knight, the hip-hop mogul who was driving a black BMW with Shakur sitting next to him.</p><p>As prosecutors played audio of Davis explaining the moment Shakur was shot, members of Shakur’s family, including his stepbrother Maurice “Mopreme” Shakur, sat quietly in the audience, staring ahead.</p><p>Palal told jurors Davis held onto a visceral hatred for Shakur for decades that drove him to speak.</p><p>He said as early as 1998, the defendant talked to the FBI and admitted he had been in Las Vegas the night of the shooting. He spoke again in 1999 to the FBI and said again he was in Las Vegas then but denied responsibility.</p><p>In 2009, he admitted to his role in the killing in an interview with Las Vegas police, Palal said.</p><p>“And now 30 years later, we’re going to ask you to finally hold Duane Davis accountable,” Palal said.</p><p>He also showed jurors the 2019 memoir that Davis co-wrote, “Compton Street Legend,” that the prosecution will use and that the defense fought to keep out of the trial, along with several of the defendant's interviews.</p><p>How Davis' legal team responded</p><p>Davis watched the presentation wearing a blue suit and tie sitting next to his attorney.</p><p>“The state has just told you what they believe is the evidence in this case,” Sanft said to jurors in his opening. “What they are telling you, they are representing as fact, when it's really fiction.”</p><p>Sanft said Davis wasn't previously charged for the 1996 killing because law enforcement knew that he was “full of crap.”</p><p>“There’s no facts,” he said, to back up what Davis said in his book.</p><p>The defense attorney also pointed to missing documents in the original investigation and distrust between Los Angeles and Las Vegas police departments. He pointed out that the Compton Police Department was shut down in September 2000 due to corruption.</p><p>He called one detective’s work “biased,” “sloppy” and “incomplete.” He said retired Detective Clifford Mogg read portions of Davis’ book into the record as if it were fact, but said Mogg didn’t verify claims in it.</p><p>The ripple effects of the 1996 killing</p><p>Palal outlined the origins of the feud, saying it began in Compton, California with rival gangs Mob Piru and South Side Compton Crips. He said Knight employed Mob Piru gang members at the Death Row Records and Shakur, while not in a gang himself, was associated with Mob Piru. Davis was a prominent member of South Side Compton Crips.</p><p>Within 24 hours of the shooting, Davis and the rest of the group were back in Compton, driving home like nothing happened, Palal said.</p><p>But in the weeks after the killing, a war erupted in Compton in which three people were killed and multiple people including an 11-year-old girl were shot, Palal said, because “the streets knew the South Side Crips were responsible for this murder.” But those who knew what happened didn’t come forward with information. “In this world silence means survival,” Palal said.</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>The other three men riding in the Cadillac have all died in the years since.</p><p>“When he says he’s the only person who can tell what happened, he’s right,” Palal said.</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>Garry Dale, a bicycle officer at the time for Las Vegas police who stopped Shakur and Knight, was the first of the 35 to 45 witnesses the prosecution plans to call at the trial expected to last about a month.</p><p>___</p><p>Associated Press journalists Ty ONeil in Las Vegas, John Seewer in Toledo, Ohio, and Andrew Dalton in Los Angeles contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O57H5GCGHAFHJCRWVDLWDO6STI.jpg?auth=5951be5208b63e5229b1c045626e3c594fad40ed324f15d586b83fca20be0e00&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 opening arguments for his murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center in Las Vegas, Monday, Aug. 17, 2026. (Steve Marcus/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZ5UG4PPVTVRYFRHBWKYVFERMA.jpg?auth=e56eb93900f0ff64486d797962ae0f25a54d5a49e1f4c559f887e38818bd4be1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk from the Regional Justice Center ahead of opening statements in the murder trial of Duane Davis, related to the 1996 killing of rapper Tupac Shakur, Monday, Aug. 17, 2026, in Las Vegas. (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/RBJJG3KRKIZB4BLWGJEL6LS67U.jpg?auth=513eeab5dd8d81d5bdd8b5a1ca5a81016d08ccb4627e7126dcde398a014a5a03&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 gives an opening statement during the Duane Davis murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center in Las Vegas, Monday, Aug. 17, 2026. (Steve Marcus/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><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/U64GX7TRCVR4LNLE2ZJA3DFQPE.jpg?auth=815d067eed65d80e7805c40f47fcbbb436916bf0a0eebf11afb655a348958b1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis, left, appears in court with his attorney Michael Sanft during opening arguments in his murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center in Las Vegas, Monday, Aug. 17, 2026. (Steve Marcus/Pool via AP)]]></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-heroes-and-nashville-dies-at-36/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/17/hayden-panettiere-who-starred-in-heroes-and-nashville-dies-at-36/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM, Associated Press]]></dc:creator><description><![CDATA[Hayden Panettiere, a onetime child star who soared to fame in the TV shows “Heroes” and “Nashville” while enduring struggles with alcohol addiction and depression, has died. She was 36.]]></description><pubDate>Mon, 17 Aug 2026 16:59:37 +0000</pubDate><content:encoded><![CDATA[<p>Hayden Panettiere, a onetime child star who soared to fame in the TV shows “Heroes” and “Nashville” while enduring struggles with alcohol addiction and depression, 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 determined and Panettiere's death remains under investigation. An autopsy found no signs of trauma and police said officers saw no signs of foul play.</p><p>The television and film performer, who would have turned 37 on Friday, had been open about her private battles and wrote at length about them in the memoir, “This Is Me,” which came out in May. She described lifelong scars from her early fame, and acknowledged being addicted to alcohol and enduring postpartum depression after the birth of her daughter, Kaya, 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 did not provide any additional details in response to inquiries from The Associated Press.</p><p>Panettiere started out as a child actor</p><p>Panettiere was one of two children born to Skip Panettiere, a former New York City fire captain, and Lesley Vogel, a former soap opera star who had been the prime force behind her early career before the two became estranged. Panettiere began acting in commercials and soap operas, including as the ever-troubled Lizzie Spaulding on “Guiding Light.” In “This Is Me,” she wrote that the traumas her character endured, from being kidnapped to killing her mother’s boyfriend, led her to associate “catastrophe with adoration.”</p><p>“Grown-ups gave me positive attention when — as an actor — I failed, got sick, screamed and cried, killed, grieved, and suffered,” she wrote. “Is it any wonder why I’ve faced so many real struggles in my life? I’ve often wondered whether — unintentionally — I’ve brought on my traumas because I’m wired to think they’re good for me.”</p><p>She had much warmer memories of her role as a cheerleader with supernatural powers in “Heroes,” which 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</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>Panettiere had endured numerous family struggles, and tragedy. Her parents' marriage was strained, and eventually ended. Her younger brother, Jansen Panettiere, who was also an actor, died of a heart condition in 2023, at age 28. Years earlier, Hayden had made the painful decision to part professionally with her mother, who throughout her childhood had “defined and driven her” and watched her “struggle, learn, grow, fall apart, and triumph.”</p><p>“She and I spent so much time together, so deeply enmeshed in each other’s lives, that we started grating on each other,” Panettiere wrote in her memoir. “I hated when Mom whispered about other actors during auditions, positive that they could hear her compare them to me. I hated when Mom went to industry parties and got tipsy on the merlot she loved.”</p><p>In recent years, she had been in a tumultuous relationship with actor Brian Hickerson.</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.” In her memoir, she would remember unwanted encounters with fellow celebrities — from an Oscar-winning actor-director exposing himself to her to being forced into bed with a “famous thirtysomething British singer-songwriter.”</p><p>She had spoken positively about her experience filming “Remember the Titans,” saying she felt similar to the character she played — Sheryl Yoast, the opinionated, football-loving daughter of Will Patton’s Coach Bill Yoast. Panettiere also appeared in two of the “Scream” movies, and starred as the title character in the 2009 film “I Love You Beth Cooper.”</p><p>In her memoir, 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/PRMN6CUY3V3UW5QWOMNCNAF5SA.jpg?auth=a9e3b083789b3e23f024675a75df11e2e28ba04b060089090f082f85ffd59f24&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/WHI2X5YAMX4PAZBWOIDGH5BXKQ.jpg?auth=98036cb402f9f1df24c2e5d00264d05ba7d16e90c8beb34e98327fe9f7706f81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actress Hayden Panettiere, left, and her brother actor Jansen Panettiere appear at Variety's 5th Annual Power of Youth event in Los Angeles on Oct. 22, 2011. (AP Photo/Dan Steinberg, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Steinberg</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 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 says vandals are to blame for large swaths of dead grass on the National Mall near the World War II Memorial — in the spot where he had a stage built and hosted crowds for his July 4 celebration.]]></description><pubDate>Mon, 17 Aug 2026 17:22:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump says vandals are to blame for large swaths of dead grass on the National Mall near the World War II Memorial — in the spot where he had a stage built and hosted crowds for his July 4 celebration.</p><p>Trump made the accusation in a social media post on Sunday without saying why he believes it's the work of vandals instead of trampled turf from the Independence Day festivities. The Republican president 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 were being brought against Melissa L. Farris, who was in custody and couldn't be reached for comment.</p><p>A woman identified on her Facebook page as Melissa Lovewell on Thursday posted a video in which she is seen taking cans of spray paint from her bag and then painting the monument. “I will wait here to be arrested for spraying our veterans’ fountain,” she says. “It was me. I’m doing it. It’s on camera.”</p><p>The woman was identified by her Kentucky driver’s license as Melissa L. Farris, of Elizabethtown, Kentucky, an arrest warrant says.</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, the 47th president — 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></channel></rss>