<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Fri, 21 Aug 2026 02:42:37 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Miami Gardens police search for man accused of shooting son]]></title><link>https://www.local10.com/news/local/2026/08/20/miami-gardens-police-search-for-man-accused-of-shooting-son/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/miami-gardens-police-search-for-man-accused-of-shooting-son/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Miami Gardens police are searching for a man accused of shooting his own son during an argument Thursday afternoon.]]></description><pubDate>Fri, 21 Aug 2026 02:38:14 +0000</pubDate><content:encoded><![CDATA[<p>Miami Gardens police are searching for a man accused of shooting his own son during an argument Thursday afternoon.</p><p>Police surrounded a home in the 1900 block of Northwest 115th Street, where they found a man who had been shot.</p><p>He was taken to a nearby hospital and is stable.</p><p>A woman who lives nearby said she heard at least four gunshots.</p><p>“When she opened up the door we just heard pop, pop, pop, pop,” the neighbor said.</p><p>She said sometimes it can be difficult to tell whether a loud sound is gunfire or fireworks.</p><p>Police said the suspect shot through the front glass door of the home before getting into a car and taking off.</p><p>A sign reading “24 Hour Surveillance” was posted on the fence, and a camera was visible above the front door.</p><p>Neighbors said police were at the same home over the weekend.</p><p>Police have not released a description of the shooter and said the case remains 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[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></item><item><title><![CDATA[High School Spotlight: Columbus dominates Southridge 45-7]]></title><link>https://www.local10.com/sports/local/2026/08/20/high-school-spotlight-columbus-dominates-southridge-45-7/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/20/high-school-spotlight-columbus-dominates-southridge-45-7/</guid><dc:creator><![CDATA[Pablo Hernandez, Will Manso]]></dc:creator><description><![CDATA[It was a big night of high school football, with Columbus taking on Southridge in a showdown that also drew Miami Hurricanes coach Mario Cristobal.]]></description><pubDate>Fri, 21 Aug 2026 02:33:18 +0000</pubDate><content:encoded><![CDATA[<p>It was a big night of high school football, with Columbus taking on Southridge in a showdown that also drew Miami Hurricanes coach Mario Cristobal.</p><p>One of Cristobal’s five-star recruits, A’Mir Sears, got things going for Columbus, taking a pass and racing it in for a touchdown to make it 7-0.</p><p>Quarterback Kai Moore then connected with Brian Wilson Jr., who finished the play for another Columbus score.</p><p>Columbus pulled away for a 45-7 win.</p><p>Over in Broward County, South Plantation battled Cypress Bay.</p><p>Cypress Bay held a 14-7 lead in the third quarter before its offensive line helped open the way for a short rushing touchdown.</p><p>Cypress Bay went on to beat South Plantation 28-21.</p>]]></content:encoded></item><item><title><![CDATA[Diamondbacks star Ketel Marte will move to 10-day injured list after mysterious absence]]></title><link>https://www.local10.com/sports/2026/08/20/diamondback-star-ketel-marte-will-move-to-10-day-injured-list-after-mysterious-absence/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/diamondback-star-ketel-marte-will-move-to-10-day-injured-list-after-mysterious-absence/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Arizona Diamondbacks second baseman Ketel Marte will be transferred to the 10-day injured list from the restricted list, three days after he failed to show up for a game in Boston.]]></description><pubDate>Fri, 21 Aug 2026 02:06:20 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Arizona Diamondbacks second baseman Ketel Marte will be transferred to the 10-day injured list from the restricted list, three days after he failed to show up for a game in Boston.</p><p>General manager Mike Hazen confirmed Thursday that Marte is headed to the injured list and will return once he's healthy, which The Arizona Republic and MLB.com first reported.</p><p>The three-time All-Star traveled back to Phoenix for tests on his left knee Tuesday. Manager Torey Lovullo said he has struggled to get information from the veteran slugger throughout the process.</p><p>Marte's absence and apparent injury come at a difficult time for the D-backs, who are fighting to make the playoffs for the first time since a run to the World Series in 2023. Arizona has a 67-61 record and is one game behind the San Diego Padres for the final National League wild-card spot.</p><p>Marte is hitting .249 with 21 homers and 67 RBIs so far this season.</p><p>This wasn’t the first time Marte had a strange disappearance.</p><p>Last season, he went on the restricted list when his home in Arizona was broken into during the All-Star break. He missed three games after flying back to his native Dominican Republic and later apologized for his absence.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/45WTER44L6FH3JSE2JBEYJJFXE.jpg?auth=c1083bbcca9c1b2ca9f6513e8670383a85f89602e1a2df635bef3a843b257f4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte celebrates with Nolan Arenado (28) after hitting a solo home run against the Colorado Rockies in the first inning of a baseball game, Tuesday, Aug. 11, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIW7FJVI52Q7GAGVJOXD5C6FJY.jpg?auth=96b7d1fe6a4dac7ffff377f6ac6ac52a0b6bc981be042097ac24d89a03d02649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte (4) hits a run-scoring single as Colorado Rockies catcher Brett Sullivan reaches for the ball during the first inning of a baseball game, Wednesday, Aug. 12, 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/4ZOZRTWF4M7PPFORS2Q7QMKAQ4.jpg?auth=3efd45aa7be5e85b1c154404df39d9cbfd5fd75f16e5def58a39653163094067&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte reacts after hitting a two-run home run against the Los Angeles Dodgers in the first inning of a baseball game, Sunday, Aug 9, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[No debating this win: Yankees complete a 3-game sweep with a 6-1 rout of the Orioles]]></title><link>https://www.local10.com/sports/2026/08/20/no-debating-this-win-yankees-complete-a-3-game-sweep-with-a-6-1-rout-of-the-orioles/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/no-debating-this-win-yankees-complete-a-3-game-sweep-with-a-6-1-rout-of-the-orioles/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[BALTIMORE (AP) — Gerrit Cole pitched six sharp innings, Luis García Jr. and Spencer Jones homered and the New York Yankees completed a three-game sweep in Baltimore with a 6-1 victory over the Orioles on Thursday night.]]></description><pubDate>Fri, 21 Aug 2026 01:46:58 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — Gerrit Cole pitched six sharp innings, Luis García Jr. and Spencer Jones homered and the New York Yankees completed a three-game sweep in Baltimore with a 6-1 victory over the Orioles on Thursday night.</p><p>Cole (7-6) allowed four hits and a walk with eight strikeouts. A fifth-inning homer by Dylan Beavers produced the lone Baltimore run. The Yankees pulled within four games of AL East-leading Tampa Bay.</p><p>Ryan Yarbrough relieved Cole and pitched three perfect innings for his third save.</p><p>The Orioles have dropped four in a row after briefly taking sole possession of the lead in the race for the final American League wild card. Kyle Bradish (7-12) allowed three earned runs and eight hits in 5 2/3 innings, and Baltimore also permitted a pair of unearned runs in the third.</p><p>With men on first and third and nobody out that inning, second baseman Jackson Holliday fielded a tough grounder and threw to second, but shortstop Gunnar Henderson dropped the ball for an error and everyone was safe.</p><p>With a run already in, Bradish induced a double play, but Ben Rice followed with an RBI single and then Heliot Ramos brought in a run with a double that made it 3-0.</p><p>Beavers' drive to right made it 3-1, but García and Jones answered with solo shots to chase Bradish in the sixth. Jazz Chisholm Jr. tripled in a run in the eighth.</p><p>There was no controversy about this New York win, a night after Pete Alonso's deep fly ball against the Yankees was ruled foul with the game tied. Alonso did single twice Thursday to extend his hitting streak to a career-high 12 games.</p><p>Cole (1,015) moved one strikeout ahead of Roger Clemens for 12th place on the Yankees' career list.</p><p>Up next</p><p>The Yankees return home to face Toronto on Friday night. Cam Schlittler (10-6) takes the mound for New York.</p><p>Baltimore hosts Tampa Bay, with Trevor Rogers (8-8) starting for the Orioles.</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHRU4WXZYFP3DKRQFEQ4KMFBIQ.jpg?auth=76675a7523413ab4fd6c34079b92d95f78454b28a5bfd6215946ceb8e2b10deb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Gerrit Cole throws during the second inning of a baseball game against the Baltimore Orioles, Thursday, Aug. 20, 2026, in Baltimore. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3M7LNZORCBAHQ7LXGD676V5GA.jpg?auth=fff98d811463c556637f7a0bf9e194353f50562677cc7de05fb00f1c9bfc8149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Spencer Jones (78) celebrates after his solo home run with Austin Wells, right, during the sixth inning of a baseball game against the Baltimore Orioles, Thursday, Aug. 20, 2026, in Baltimore. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZWUDAZPXIUQAKEO3QA6DVOYGE.jpg?auth=4f2bd330a196a0e372eae08aa4f7e303982ef2c5bf8bbffbadf896db5358a66d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles pitcher Kyle Bradish walks back to the dugout after he was pulled during the sixth inning of a baseball game against the New York Yankees, Thursday, Aug. 20, 2026, in Baltimore. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Federal court is asked to block Kennedy Center from returning Trump's name to building]]></title><link>https://www.local10.com/entertainment/2026/08/20/federal-court-is-asked-to-block-kennedy-center-from-returning-trumps-name-to-building/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/federal-court-is-asked-to-block-kennedy-center-from-returning-trumps-name-to-building/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Rep. Joyce Beatty made an emergency request on Thursday that a federal court block the Kennedy Center from returning President Donald Trump’s name to the building.]]></description><pubDate>Fri, 21 Aug 2026 01:44:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Rep. Joyce Beatty made an emergency request on Thursday that a federal court block the Kennedy Center from returning President Donald Trump’s name to the building.</p><p>The Trump-aligned board at the Kennedy Center voted earlier this month to inscribe the president's name on the venue’s facade so it would read “The John F. Kennedy Center for the Performing Arts Restored and Renovated By President Donald J. Trump.” If the Trump Kennedy Center Fund reached $100 million, another inscription would be added reading “Endowed by the Trump Kennedy Center Fund.”</p><p>The plaza in front of the Kennedy Center would also be renamed to recognize Trump.</p><p>The Kennedy Center has said it wouldn’t attempt to engrave Trump’s name on the building before Sept. 8 to allow for legal arguments to unfold.</p><p>Beatty, an Ohio Democrat and ex officio member of the Kennedy Center, has led the effort to prevent Trump from memorializing himself there. In asking for the court’s intervention, her lawyers, Norm Eisen and Nathaniel Zelinsky, wrote that the board's actions amounted to “clear violations” of an earlier court order.</p><p>A representative for the Kennedy Center didn’t immediately respond to a request for comment. The resolution approved by Trump’s allies on the board said the Kennedy Center “would be in financial ruin without President Trump’s unique stature as both an unparalleled fundraiser and world-class developer.”</p><p>Congress named the performing arts center as a living memorial to Kennedy in 1964, the year after he was assassinated. The law explicitly prohibits the board of trustees from making the center into a memorial to anyone else, and from putting another person’s name on the building’s exterior.</p><p>U.S. District Court Judge Christopher Cooper ruled in May that the Kennedy Center illegally added Trump’s name to the building, ordering it removed. The institution’s leaders complied in June but left a tarp and scaffolding in place where Trump’s name once stood.</p><p>Lawyers for the Kennedy Center wouldn’t commit this week to taking down the scaffolding, saying it’s needed as part of a broader system for “water testing and structural repairs to the roof overhang.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RRKX6QTIXBHZV6KX3DHFF5J3TQ.jpg?auth=bf85502d9b4e2728b00dc1b300115787239e54ae9df869715fc6d7f6cbe8a066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The exterior of the Kennedy Center is seen, Friday, July 31, 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/LTBXCSV23XDR3GWPJVVMJ43PVE.jpg?auth=24c0e258853b52c90bcfd485b27c4a419167c5555dc96713dd57b4f9d74950fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Kennedy Center is seen from the Washington Monument, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Woman claims self-defense after fatally shooting man in Deerfield Beach, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/20/1-killed-1-detained-following-shooting-at-deerfield-beach-shopping-plaza/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/1-killed-1-detained-following-shooting-at-deerfield-beach-shopping-plaza/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Magdala Louissaint]]></dc:creator><description><![CDATA[A man has died after he was shot in Deerfield Beach by a woman who is known to him, authorities confirmed. ]]></description><pubDate>Thu, 20 Aug 2026 11:23:52 +0000</pubDate><content:encoded><![CDATA[<p>A man has died after he was shot in Deerfield Beach by a woman who is known to him, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the shooting was reported just before 10:15 p.m. Wednesday in the 200 block of Southwest First Terrace.</p><p>Deputies said they responded to the scene and discovered that a man, later identified as Maurice Wright Jr., 31, had been shot inside an apartment. </p><p>He was pronounced dead at the scene by Broward Sheriff Fire Rescue medics.</p><p>After Wednesday night’s shooting, Wright’s family members broke down in tears at the crime scene when detectives told them he had died.</p><p>According to deputies, the woman who shot Wright was detained for questioning and claimed that she shot him in self-defense while protecting herself from a physical attack.</p><p>Detectives said the woman, whose identity has not been released, was released after being questioned.</p><p>The woman’s nieghbor, Marcelle Thomas, said the woman had been through a difficult relationship with Wright.</p><p>Thomas said she had heard Wright was abusive toward the woman and her children.</p><p>“What I heard is that the dude was abusing her, abusing the four-year-old and tried to abuse the 11-year-old,” Thomas said.</p><p>Thomas said Wright had previously been jailed in connection with the killing of his father.</p><p>Local 10 covered that incident in 2022, when Miami-Dade County sheriff’s deputies used an <a href="https://www.local10.com/news/local/2022/06/09/miami-man-accused-of-killing-his-father-with-assault-rifle/" target="_self" rel="" title="https://www.local10.com/news/local/2022/06/09/miami-man-accused-of-killing-his-father-with-assault-rifle/">explosive tactical breach to take Wright into custody at a motel.</a></p><p>Wright was accused of killing his father with an assault rifle and was charged with second-degree murder.</p><p>After detectives complete their investigation, they will present the case to the Broward County State Attorney’s Office for review.</p><p>Detectives have not said what led up to the alleged physical attack that preceded the shooting. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Canal de Panamá anuncia restricciones en el tránsito de buques debido a disminución de las lluvias]]></title><link>https://www.local10.com/espanol/2026/08/20/canal-de-panama-anuncia-restricciones-en-el-transito-de-buques-debido-a-disminucion-de-las-lluvias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/canal-de-panama-anuncia-restricciones-en-el-transito-de-buques-debido-a-disminucion-de-las-lluvias/</guid><dc:creator><![CDATA[Por ALMA SOLÍS, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE PANAMÁ (AP) — El Canal de Panamá anunció el jueves que reducirá temporalmente el número máximo de buques que transitan por la vía fluvial comercial a 34 por día debido a una disminución de las precipitaciones que ha bajado el suministro de agua necesaria para el funcionamiento de sus operaciones.]]></description><pubDate>Fri, 21 Aug 2026 00:50:47 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE PANAMÁ (AP) — El Canal de Panamá anunció el jueves que reducirá temporalmente el número máximo de buques que transitan por la vía fluvial comercial a 34 por día debido a una disminución de las precipitaciones que ha bajado el suministro de agua necesaria para el funcionamiento de sus operaciones.</p><p>En tiempos normales de operación por la vía interoceánica, de unos 80 kilómetros que conecta el Atlántico con el Pacífico, pasan diariamente 36 a 38 buques. La vía mueve alrededor del 3% de comercio marítimo mundial.</p><p>De acuerdo con el anuncio, sólo nueve barcos podrán utilizar diariamente las esclusas Neopanamax —las más grandes que operan tras la ampliación de la vía interoceánica— mientras que 25 podrán pasar por las antiguas esclusas Panamax a partir del 6 de septiembre y 23 desde el 15 del mismo mes.</p><p>La Autoiridad del Canal señaló que a pesar del inicio de la temporada de lluvias en Panamá y de las medidas de ahorro de agua implementadas por la vía para mitigar los efectos adversos del fenómeno de El Niño, las condiciones actuales de la cuenca hidrográfica, incluyendo precipitaciones inferiores a las esperadas, requieren acciones adicionales para garantizar la sostenibilidad a largo plazo de las operaciones de tránsito.</p><p>El miércoles, el administrador del Canal de Panamá, Ricaurte Vasquez, dijo a la prensa que el actual fenómeno de El Niño es diferente. “Este es un evento del Niño que tiene una conducta muy temprana... que nos encuentra o nos encontró por los lagos en niveles más altos, pero que posiblemente tiene una duración mucho más larga que cualquier fenómeno anterior”.</p><p>Las esclusas del Canal de Panamá funcionan con agua dulce que obtiene de los lagos Gatún y Alahueja, los cuales también aportan el agua para el consumo el 50% de la población del país centroamericano.</p><p>No es la primera vez que la vía panameña pone en vigor este tipo de medidas. Durante 2023 y 2024 sus autoridades se vieron obligadas a restringir más drásticamente el número de buques debido a la sequía y a los bajos niveles de agua de los lagos que provocaron congestionamientos en las entradas de la vía.</p><p>El Canal de Panamá también indicó en su comunicado del jueves que ajustará temporalmente a partir del 3 de septiembre la oferta de sus cupos diarios de subasta, para promover un proceso de asignación más equitativo que “refleje mejor la composición del mercado, incluyendo los distintos tipos de carga y las características de los segmentos de mercado”.</p><p>Las autoridades también avanzan en un proyecto multimillonario para embalsar un río que asegure el suministro de agua al canal y para el consumo humano.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HCH6RQMJLAMVDJVP5IKBDFFCUE.jpg?auth=facd0efc2b42deecb07f494245b35cbc33680ab0b5c507b169bfd69afc8fcb53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un buque de carga atraviesa las esclusas de Cocoli del Canal de Panamá el domingo 9 de agosto de 2026 en Ciudad de Panamá. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Charter captain airlifted after lightning strike off Islamorada]]></title><link>https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/</guid><dc:creator><![CDATA[Chris Gothner, Janine Stanwood, Hannah Yechivi]]></dc:creator><description><![CDATA[A Florida Keys charter captain was airlifted to a hospital in Miami-Dade County after being struck by lightning Thursday morning, Local 10 News has learned.]]></description><pubDate>Thu, 20 Aug 2026 14:45:00 +0000</pubDate><content:encoded><![CDATA[<p>A Florida Keys charter captain was airlifted to a hospital in Miami-Dade County after being struck by lightning Thursday morning, Local 10 News has learned.</p><p><a href="https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/">Leer en español</a></p><p>The strike happened at around 6 a.m. off mile marker 81 in Islamorada as the group, headed by Capt. Richard Stanczyk of Stanz Fishing, encountered a rain shower while heading out to fish in the bay with clients, one of whom called for help afterward.</p><p>Authorities said the boat became inoperable after the strike and a tow boat brought it to Bud N’ Mary’s Marina, at 79851 Overseas Highway, where medics airlifted Stanczyk, 44, north to HCA Florida Kendall Hospital.</p><p>Greg Poland, a fellow South Florida charter captain, spoke to Local 10 News on Thursday. A friend of Stanczyk’s, Poland described him as “a very safe guy” and an experienced captain.</p><p>“It’s not uncommon that there would be a rainstorm and you know sometimes the rain has some lightning in it, but I know he’s a very experienced captain,” Poland said. “I very seriously doubt he was putting him(self) or his party anywhere in harm’s way. But, you know, the weather in South Florida and the tropics ― you know we’re all scared of lightning out there for sure."</p><p>Stanczyk is in serious condition as of Thursday night.</p><p>His brother told Local 10 News that his family is at the hospital with him, but declined to give further details on his condition or the incident.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Prince Harry and Meghan are returning to the UK with their children]]></title><link>https://www.local10.com/entertainment/2026/08/20/prince-harry-and-meghan-are-returning-to-the-uk-with-their-children/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/prince-harry-and-meghan-are-returning-to-the-uk-with-their-children/</guid><dc:creator><![CDATA[By DANICA KIRKA and JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry and his wife, Meghan, have decided to return to the United Kingdom for an extended stay starting this fall, but they won’t resume their roles as working members of the royal family, The Associated Press learned Wednesday.]]></description><pubDate>Thu, 20 Aug 2026 21:46:33 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry and his wife, Meghan, have decided to return to the United Kingdom for an extended stay starting this fall, but they won’t resume their roles as working members of the royal family, The Associated Press learned Wednesday.</p><p>The couple’s children, Prince Archie, 7, and Princess Lilibet, 5, have already enrolled at British schools and will start classes in September, according to a person close to the Sussexes who was not authorized to speak publicly. The family plans to live at a private, non-royal residence outside of London, but plans to maintain their home in Montecito, California, and their vacation property in Portugal.</p><p>The Daily Telegraph first reported the story. When asked to discuss the reports by the AP at a roundtable event with U.S. veterans in Washington Wednesday night, Harry replied, “Nothing to say.”</p><p>Harry and Meghan gave up their royal duties and moved to California more than six years ago to earn their living through lucrative contracts with Netflix and Spotify. Although relations with the rest of the royal family have soured since then, Harry has recently expressed an interest in reconciliation so he could spend more time with his father, King Charles III, who is being treated for an undisclosed form of cancer.</p><p>Charles was informed of the couple’s plans on Sunday. Harry and Meghan visited the U.K. last month.</p><p>Buckingham Palace has a policy of not commenting on speculation about non-working members of the royal family. A representative for Harry and Meghan declined to comment.</p><p>According to a source close to the Sussexes, Meghan will continue heading her As Ever company from the U.K., while Harry can spend more time working with his U.K.-based charities.</p><p>Harry and Meghan have had a stormy relationship with the royal family ever since they decamped to a mansion in the exclusive Southern California enclave of Montecito.</p><p>In a series of interviews and Harry’s memoir “Spare,” the couple said they left Britain to escape the restrictions of royal life and criticized palace officials for being insensitive to Meghan’s mental health while alleging that at least one member of the royal family had expressed racist views when she was pregnant with their first child. Meghan describes herself as biracial.</p><p>Those tensions were exacerbated by Harry’s long-running legal battle with Britain’s tabloid newspapers, which he alleges illegally hacked his phones and invaded his privacy when he was younger.</p><p>The prince recently lost a lawsuit against the publisher of the Daily Mail, though he won a 2023 judgment that condemned the publisher of the Daily Mirror for phone hacking. He also reached a settlement with the publisher of the Sun, which apologized for intruding on his life and agreed to pay substantial damages.</p><p>The latest trial has left Harry facing a potential bill for millions of pounds after the court ruled he and other plaintiffs in the case were liable for the publisher’s legal fees. Associated Newspapers has filed documents showing that its legal costs amounted to 34.5 million pounds ($47 million).</p><p>Harry has also been embroiled in a legal wrangle with the British government after a government committee refused to authorize police protection for the prince and his family when they are in the U.K. The prince says he and his family need armed police protection because they are at risk simply because they are members of the royal family, regardless of whether they are working royals.</p><p>After losing a court battle over the security issue last year, Harry said he hoped to rebuild relations with his family.</p><p>“I would love reconciliation with my family. There’s no point in continuing to fight anymore,” Harry told the BBC. “I don’t know how much longer my father has.”</p><p>Last month, Harry returned to the U.K. for a series of charity engagements. Meghan and the children joined Harry for part of the visit and they spent time with the king at his Highgrove estate in western England. It was the first time Archie and Lilibet had seen their grandfather since the late Queen Elizabeth II’s platinum jubilee in 2022.</p><p>While Harry has recently met with his father, there are no signs of a warming of relations with his brother, Prince William, the heir to the throne.</p><p>Peter Hunt, a former BBC royal correspondent, said the surprise announcement would make William “apoplectic.”</p><p>“In the short term, Harry will be able to deepen his rapprochement with his father,” Hunt told Britain’s Press Association. “And his presence back home will make it harder for his brother to duck a reconciliation.”</p><p>___</p><p>Pollard reported from Washington.</p>]]></content:encoded></item><item><title><![CDATA[Jurors hear 'Keffe D' say his nephew fired fatal shots at Tupac Shakur in 1996 drive-by shooting]]></title><link>https://www.local10.com/entertainment/2026/08/20/jurors-hear-keffe-d-say-his-nephew-fired-fatal-shots-at-tupac-shakur-in-1996-drive-by-shooting/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/jurors-hear-keffe-d-say-his-nephew-fired-fatal-shots-at-tupac-shakur-in-1996-drive-by-shooting/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — Jurors on Thursday heard Duane “Keffe D” Davis tell detectives in 2008 that his nephew Orlando “Baby Lane” Anderson fired the shots that killed Tupac Shakur.]]></description><pubDate>Fri, 21 Aug 2026 00:47:56 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — Jurors on Thursday heard Duane “Keffe D” Davis tell detectives in 2008 that his nephew Orlando “Baby Lane” Anderson fired the shots that killed Tupac Shakur.</p><p>Davis, who said in the interview that he was also in the car with Anderson, is accused of orchestrating the 1996 killing of the 25-year-old hip-hop superstar in Las Vegas. At the time of the interview, his nephew had been dead for a decade.</p><p>Davis said the white Cadillac he and Anderson were riding in with two other men pulled up alongside a car with Shakur inside, along with hip-hop mogul and Death Row Records head Marion “Suge” Knight.</p><p>“If we would have been on my side, I would have blasted,” Davis said. Instead, Knight’s car was on the other side, so Davis passed his gun back to Deandre “Big Dre” Smith. But Smith didn’t want it, Davis said.</p><p>Anderson, who was also in the back seat, took the weapon and started firing, Davis said.</p><p>Jurors watched the screen as the transcript of the audio recording rolled. Some occasionally took notes. At the beginning of the audio interview, Davis and his attorney whispered to each other. Shakur’s family sat still, occasionally looking at the screen or looking down to the floor. The room was quiet as Davis described the shooting.</p><p>It was the first time Davis directly discussed his involvement in the killing with authorities. The interview is essential evidence in the state's case against the 63-year-old Davis. Prosecutors told jurors in opening statements that they would lean heavily on Davis' own admissions in interviews with police and on podcasts, as well as the 2019 memoir he co-authored, “Compton Street Legend.”</p><p>He also previously told the FBI that his nephew was not involved in the 1996 shooting of Shakur, and speculated that Knight or Sean “Diddy” Combs were involved.</p><p>Davis has pleaded not guilty. His lawyer has called the prosecution’s narrative “fiction” and said Davis was “full of crap” when he told stories of his involvement, and that authorities knew it. He argued investigators failed to back up the statements his client made with evidence.</p><p>The Los Angeles police detectives had actually brought Davis in to talk about the 1997 shooting death of Shakur's archrival, the Notorious B.I.G.</p><p>Davis had briefly been one of the suspects in that still unsolved killing, but he was later discounted.</p><p>“Everybody was a suspect at that time,” Daryn Dupree, one of the detectives in the interview, said in court testimony Thursday.</p><p>The detectives tell Davis that their discussion is confidential.</p><p>“Nothing you say today can be used against you,” said Greg Kading, the other detective conducting the interview who described it in a book a few years later.</p><p>Some in the audience shook their heads when someone in the audio tells Davis that “nothing leaves this room.”</p><p>Dupree adds, “If you don’t say nothing, it’s cool, but if you go out there and start talking …”</p><p>Prosecutors say Davis did in fact “go out there and start talking” a decade later when he told stories about the shooting in interviews and the memoir. They said that nullifies any agreement he had with law enforcement over this and other recorded conversations.</p><p>Prosecutors allege Shakur was killed to avenge Shakur’s entourage attacking Davis’ nephew Anderson a few hours earlier at the MGM Grand after a Mike Tyson fight. Davis was at the fight but not the brawl.</p><p>Later in the evening, they were in the Cadillac and saw Shakur hanging out of a black BMW with people calling out “Tupac!”</p><p>Davis said that after Lane fired the shots, he thought Knight was dead.</p><p>Decades after his death, Shakur remains a cultural icon, and one of the most influential and versatile rappers of all time. He died as his popularity was peaking and his film career as an actor was taking off. His legend has only grown in the years since.</p><p>____</p><p>Associated Press Writer Rebecca Boone contributed from Boise, Idaho and AP Entertainment Writer Andrew Dalton contributed from Los Angeles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZOXOBRSFUHRHWTOF6465FX7WO4.jpg?auth=b50010cd6c71337681615b9cd03ce402d9893f9eec0151bbe2259eda18920665&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 his murder trial, related to the 1996 killing of rapper Tupac Shakur, in Clark County District Court at the Regional Justice Center in Las Vegas, Thursday, Aug. 20, 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/SR3C3R4L6XJFX3JZKI6XE5F4XE.jpg?auth=dd7da7273b40b5ccb812824576571fccdb0c529f112981c08b1dc11813494ad5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Tupac Shakur attends a voter registration event in South Central Los Angeles, Aug. 15, 1996. (AP Photo/Frank Wiese, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Wiese</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FDOFADPGUS3SAJS2OUSS5R5KGA.jpg?auth=e981b03e0ced58268cf96e32731b8719f0b1dd63358e3f17545140daa89b572d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denvonta Lee responds to a question from Michael Sanft, attorney for Duane Davis, during Davis' murder trial, related to the 1996 killing of rapper Tupac Shakur, in the Clark County District Court at the Regional Justice Center in Las Vegas, Thursday, Aug. 20, 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/52WJFNAXBNWRVIEBRW4GQ5WD2I.jpg?auth=37d337affa97a79f4adaaf23731801e80da4a56ad05aa232d6d8b0ede076862c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Michael Sanft questions a witness during the Duane Davis murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court at the Regional Justice Center in Las Vegas, Wednesday, Aug. 19, 2026. (David Becker/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">David Becker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4NS3WECHUXCO7HNYO3BUJWJK4.jpg?auth=baa8f57e6b416ecd9119aa20c356138fa84af4432292b680e22e6a0b8df7578d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis, left, listens to his attorney Michael Sanft during Davis' murder trial, related to the 1996 killing of rapper Tupac Shakur, in Clark County District Court at the Regional Justice Center in Las Vegas, Thursday, Aug. 20, 2026. (Steve Marcus/Pool Photo via AP]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content></item><item><title><![CDATA[Atlantic could perk up late next week as Hawaii eyes another weekend storm threat]]></title><link>https://www.local10.com/weather/hurricane/2026/08/20/atlantic-could-perk-up-late-next-week-as-hawaii-eyes-another-weekend-storm-threat/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/20/atlantic-could-perk-up-late-next-week-as-hawaii-eyes-another-weekend-storm-threat/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The Atlantic will stay on a hurricane hiatus through at least the early part of next week.]]></description><pubDate>Thu, 20 Aug 2026 14:19:37 +0000</pubDate><content:encoded><![CDATA[<p>The Atlantic will stay on a hurricane hiatus through at least the early part of next week.</p><p><a href="https://www.local10.com/espanol/2026/08/20/atlantico-podria-activarse-a-finales-de-la-proxima-semana-mientras-hawai-enfrenta-otra-amenaza-de-tormenta-para-el-fin-de-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/atlantico-podria-activarse-a-finales-de-la-proxima-semana-mientras-hawai-enfrenta-otra-amenaza-de-tormenta-para-el-fin-de-semana/">Leer en español</a></p><p>As we discussed in yesterday’s newsletter, however, longer range forecast models continue to indicate the possibility of development by later next week with a strong tropical wave emerging over the eastern Atlantic around next Tuesday or Wednesday (August 25-26).</p><figure><img src="https://www.local10.com/resizer/v2/KJBJQBFEKRAM5HJLDVGRH54QMM.png?auth=8d88b1a829e0d0c3d894ffce568c91e938b1c3b616bd2acb734094a8651b62bd&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org.</figcaption></figure><p>The development of this next candidate is by no means a lock, but the signal has been the most pronounced we’ve seen amongst all major models and modeling camps (AI and traditional physics-based models). We saw some models perk up with the last two waves – Invest 92L and Invest 94L – only to fall flat in later cycles as the waves fizzled. And even with this one, we’re seeing some hemming and hawing between model runs, with Google’s DeepMind peeling back its early enthusiasm in overnight runs.</p><figure><img src="https://www.local10.com/resizer/v2/OQGUB43HJJBO5LEUAVMO7K3JYM.gif?auth=8478858bd11442674e007990590b43f46254b6f37b15da32164e778b8ab594c3&smart=true&width=1200&height=900" alt="Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala.</figcaption></figure><p>Nevertheless, the difference between mid-August with the last two waves and late August with the one ahead is noteworthy, and the Atlantic is better primed to support development in late August and early September than it is just a few weeks prior, something we know well from climatology.</p><p>Systems this season will largely struggle, but late August through mid-October is kind of like July in the South. Even on “cool” days, it can still feel hot. A heatwave in July hits differently than one in March, and that’s why we stay vigilant this time of year. Hurricane season wants to give us storm-equivalent heatwaves by September, even in “cool” years.</p><p>The good news in late August and early September is the threats often, though certainly not always, originate over the wide open Atlantic, which gives us plenty of time to watch and prepare. That’s obviously the case here, and regardless, we have plenty of time to follow the trends.</p><p>For now, we don’t anticipate any tropical threats on the Atlantic side through at least the end of next week.</p><h3><b>Another close call for Hawaii this weekend?</b></h3><p>Meanwhile, out in the central Pacific, we can’t give the same reassurances to Hawaii, where officials are still assessing damage and only beginning recovery efforts in the wake of Lala last weekend.</p><p>Invest 90E, located about 1,000 miles southeast of Hawaii, is expected to gradually organize into a tropical depression and named storm (Moke pronounced MOH-keh) in the coming days as it moves in the general direction of Hawaii.</p><figure><img src="https://www.local10.com/resizer/v2/XYNSRHMPZJCFBNYU5IENPDMBRI.png?auth=f3e8a9815bc254d728c41aa921a02024e242f6ef0221dcdbbf8b648c9b5789b4&smart=true&width=1200&height=900" alt="Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>It’s too soon to know if future Moke will pose a direct threat to the islands, but models suggest it could be in the vicinity by this upcoming weekend.</p><p>Until the system fully forms, models will be jumpy, and for now, this is simply one that interests in the state – and particularly on the Big Island – should monitor. At least for now, conditions don’t seem as conducive to strengthening as they were with Lala, but it doesn’t take a direct hit from a hurricane to cause problems, especially in places with weakened infrastructure and still-swollen rivers from Lala’s historic rain.</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/AOCA25ZLZVH7JJMBNFBIRLEJ24.png?auth=c6f40430d53046cae1ec6308eb688e911c4869419bfb91ec59f65f19966e73ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Eastern Pacific satellite early Thursday showing Invest 90E about 1,000 miles southeast of Hawaii. The system is expected to strengthen into Tropical Storm Moke in the days ahead and could threaten parts of Hawaii by this weekend. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Rory McIlroy makes quick turnaround for 5-way share of the lead at BMW as ailing Scheffler fades]]></title><link>https://www.local10.com/sports/2026/08/20/rory-mcilroy-makes-quick-turnaround-for-5-way-share-of-the-lead-at-bmw-as-ailing-scheffler-fades/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/rory-mcilroy-makes-quick-turnaround-for-5-way-share-of-the-lead-at-bmw-as-ailing-scheffler-fades/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Rory McIlroy might not be as far away as he thought four days ago, playing bogey-free at Bellerive for a 6-under 64 that gave him a share of the lead Thursday in the BMW Championship with three other U.S. Open champions and Chris Gotterup.]]></description><pubDate>Thu, 20 Aug 2026 23:59:06 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Rory McIlroy might not be as far away as he thought four days ago, playing bogey-free at Bellerive for a 6-under 64 that gave him a share of the lead Thursday in the BMW Championship with three other U.S. Open champions and Chris Gotterup.</p><p>Four days brought a big change for Scottie Scheffler, too. The world's No. 1 player went from an eight-shot victory in the postseason opener to feeling under the weather and having to rally for a 72, his highest opening round since the U.S. Open in June.</p><p>Scheffler's voice was hoarse when he said he didn't want to stop to talk, saying only that he was sick as he headed for the locker room.</p><p>McIlroy returned from a four-week break after the British Open with plenty of rust and very little golf and failed to break par in any of the four rounds for the first time in more than five years at the FedEx St. Jude Championship.</p><p>He went home to Florida and worked with swing coach Michael Bannon.</p><p>“I went home and I worked on a few things and at least got myself back in a frame of mind where like I felt like I’m at least back on the right path of what I’m doing with my game and with my swing,” McIlroy said. “It’s certainly a work in progress. Days like this are encouraging, obviously. There’s still a lot of work to be done.”</p><p>McIlroy is fond of saying players never remember what it's like to play bad when they're going well and they think they'll never play good again when the game is going poorly. It's never that far away, and Thursday was a reminder of that.</p><p>Bellerive originally was designed by Robert Trent Jones Sr. and later updated by his son, Rees, who had the reputation as the “Open Doctor” for trying to modernize and toughen courses. While soft conditions contributed to a bunched leaderboard, it was hard to look past so many U.S. Open champions at the top.</p><p>Gary Woodland, a Kansas native getting plenty of support in Missouri as he continues to recover from brain surgery and make it to the FedEx Cup finale, holed out for eagle on the 11th fairway and didn’t miss a green until the 18th, his lone bogey. He won the U.S. Open in 2019 at Pebble Beach.</p><p>Wyndham Clark, who birdied five of his last six holes, is a two-time U.S. Open champion, including this year at Shinnecock Hills. J.J. Spaun went back to the putter he used when he won the U.S. Open at Oakmont two years ago and had seven birdies until a bogey on the final hole.</p><p>Among those a shot behind was 2022 U.S. Open champion Matt Fitzpatrick.</p><p>“Coincidence,” Clark said about five of seven U.S. Open champions at 65 or better.</p><p>Woodland is the only one at 64 who really needed a start like this. The triple-digit heat last week in Memphis, Tennessee, made it difficult for him to slow his heart rate, which is key for him to prevent his brain from being overly engaged.</p><p>He is at No. 31 in the FedEx Cup — only the top 30 reach the Tour Championship next week in Atlanta, which would guarantee him starts in all four majors next year, along with giving him a chance to play for the FedEx Cup and its $10 million prize.</p><p>“I can promise you East Lake wasn’t on my mind to start the year,” Woodland said. "It’s a goal, I think you write it down, but it seemed like far, far away. I’ve had up-and-down days. I’ve had some rough days lately. But we’ve built this together, Randy (Smith) and I, to get to a point where I feel very comfortable over the golf ball.</p><p>“If I can find a way to get through 18 holes mentally, my game’s in a pretty good spot where I can compete out here at a level I haven’t been able to compete in a while.”</p><p>Woodland kept the excitement down when the crowd erupted in cheers to see his sand wedge from 99 yards spin back and roll into the cup for eagle on the 11th hole. He smiled and raised his arm and gave high-fives to Adam Scott and the caddies.</p><p>Most impressive was his 2-iron from 286 yards on the par-5 17th that rolled out to 12 feet on the fringe. He narrowly missed that and settle for birdie.</p><p>Woodland occasionally places his hand on the left side of his chest before putting. It looked like a reminder to keep his shoulders in place. Turns out it has a much deeper purpose.</p><p>“When I’m struggling I put my hand on my heart to just to remind myself that I’m alive, and if I can feel my heart beat I know I’m breathing,” he said. “And I’ve done that this year just to try to slow my heart down, tell myself I’m safe and I’ll be all right.”</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DSMMQFDQTMAGSIZS4LUJA7S5AA.jpg?auth=6b21efe445c0653d41a4481d28635b9e12ed5e3ec7f3d3b308f8dd114d18d1c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, hits from the fifth tee during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FY6JNPV777O46N5AKWN6HFYGI.jpg?auth=b6976609e5a203034bd02c91b0dfc607e4dfc9d2f085b60b3a682e3233d1fafb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler walks to the fifth hole during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HA2FW4S7ALO2PPGQO7DEYIV6UI.jpg?auth=d90ae6d4eaf0f00acf12aed702d345697314f3c945bc01c25703ed94133f2044&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gary Woodland kneels next to his bag on the second tee during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLYQ3CPHNLDH6EUJEME3DXFSAQ.jpg?auth=431e3edfb0bbe57f3793f63daab0e622f769f0fac0797434f408be6e8f9b5e8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.J. Spaun, right, talks to his caddie Mark Carens, right, on the 16th tee during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KLVNJCFKNLF2GXGRYD6FVLTZ4.jpg?auth=6516e36a387e1c568cc80a1d8dca8bbd8309af653f839453650cd40ed574c62e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark hits from the bunker on the first hole during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[Interfaith minister remembers 2 of 7 helicopter crash victims who died in Kenya ]]></title><link>https://www.local10.com/news/world/2026/08/20/interfaith-minister-remembers-2-of-7-helicopter-crash-victims-who-died-in-kenya/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/interfaith-minister-remembers-2-of-7-helicopter-crash-victims-who-died-in-kenya/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres, Jackie Pascale]]></dc:creator><description><![CDATA[On Thursday, in Coral Gables, Rev. Eddie Rodriguez remembered his time with two of the seven victims of the helicopter crash on Wednesday in northern Kenya.]]></description><pubDate>Thu, 20 Aug 2026 23:26:26 +0000</pubDate><content:encoded><![CDATA[<p>On Thursday, in Coral Gables, Rev. Eddie Rodriguez remembered his time with two of the seven victims of the helicopter crash <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">on Wednesday </a>in northern Kenya.</p><p>Rodriguez, an interfaith minister, said he officiated the wedding of Adam Hlavaty and Henry Parra, a “great couple,” in 2017 at the Biltmore Hotel in Coral Gables. </p><p>“There are couples that stand out for you, and they certainly did,” Rodriguez said. </p><p>Josh Outram, the pilot of the single-engine helicopter, was flying six tourists from the <a href="https://maps.app.goo.gl/CYrJFoE96zwaB2B49" target="_self" rel="" title="https://maps.app.goo.gl/CYrJFoE96zwaB2B49">Suyian Conservancy</a> to <a href="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9" target="_self" rel="" title="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9">Mount Ololokwe</a> when they crashed in <a href="https://maps.app.goo.gl/hYrBvLUscohdcXpj9" target="_self" rel="" title="https://maps.app.goo.gl/hYrBvLUscohdcXpj9">Samburu County</a>, according to Kenya’s <a href="https://x.com/CAA_Kenya/status/2090067673333854307" target="_self" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Civil Aviation Authority</a> and <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" target="_self" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori</a>, the operator.</p><p>Hlavaty, 42, and Parra, 55, were traveling with José Suárez, Roger Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, and Stephany Hollihan. The seven died. </p><p><a href="https://www.mrktgroup.com/copy-of-about-us" target="_self" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty</a> was a real estate executive. He was the vice president of development for Benihana and served as a board member of the Coral Gables Art Museum. <a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" target="_self" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra</a>, a software executive, co-founded <a href="https://www.trax.aero/" target="_self" rel="" title="https://www.trax.aero/">Trax USA</a>, a company based in Coral Gables. </p><p><a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" target="_self" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a>, 44, the director of CIES, Ecuador’s strategic intelligence center, and <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" target="_self" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a>, 42, a fashion designer who founded the <a href="https://sensistudio.com/" target="_self" rel="" title="https://sensistudio.com/">Sensi Studio</a> in 2010, were also a married couple and close <a href="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/">friends of Ecuadorian President Daniel Noboa</a>. </p><p><a href="https://www.linkedin.com/in/josetv" target="_self" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a>, who grew up in Coral Gables, was the president and general manager of the Telemundo-owned stations in Orlando, Tampa, and Fort Myers. He was 55. </p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" target="_self" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> was the entrepreneur behind <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" target="_self" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a>, George Stone Crabs, and the restaurateur who co-founded My Ceviche, Zuuk Mediterranean Kitchen, and El Tropico Cuban Kitchen. He was 42. </p><p>Duarte is survived by his two sons, Roger and George, and his wife, Nicole Valls, whose family founded La Carreta restaurants and Versailles, the iconic Cuban restaurant in Miami’s Little Havana. </p><p>The Loisaba Conservancy in Kenya released a statement on Wednesday describing the group as “guests” of <a href="https://www.andbeyond.com/" target="_self" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a>, a travel agency. </p><p>On Thursday, the Loisaba Conservancy released a statement on Instagram, remembering Outram, who had worked for the conservancy from 2020 to 2023, was a resident there, and a part of their community. </p><p>“He supported elephant rescues, aerial surveillance for our security teams and responses to incidents on the ground, and helped with the work to establish the Loisaba Rhino Sanctuary, including building of the fence,” a spokesperson wrote. “A fourth-generation Kenyan, Josh had been flying across the country’s conservation and commercial aviation sectors for more than fifteen years. His experience was evident to everyone who flew with him: colleagues and clients alike knew him for his skill, professionalism and calm in some of the most demanding flying conditions.”</p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/">Noboa reacts to fatal helicopter crash in Kenya: ‘There was nothing more important to them than their children’</a></li><li><a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">South Florida friends’ trip to Kenya ends in tragedy after helicopter crash</a></li><li><a href="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/">Safari helicopter crashes in northern Kenya, killing 7 people, including 5 Americans</a></li></ul><p>Noboa reacts to fatal helicopter crash in Kenya: ‘There was nothing more important to them than their children’</p><p><b>Related social media posts on Thursday</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El accidente en Kenia me quitó a dos amigos, pero sobre todo nos quitó a dos personas que eran familia para nosotros.<br><br>Michele estuvo a mi lado en algunos de los momentos más difíciles de estos años. Leal, valiente y firme, me acompañó sin titubear cuando tocó tomar decisiones… <a href="https://t.co/NLJme76bxB">pic.twitter.com/NLJme76bxB</a></p>&mdash; Daniel Noboa Azin (@DanielNoboaOk) <a href="https://x.com/DanielNoboaOk/status/2090426583987405221?ref_src=twsrc%5Etfw">August 20, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcQ9pP5DK3v/?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:658px; 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/DcQ9pP5DK3v/?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></div></blockquote><p><b>Related social media posts on Wednesday</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">7 killed in helicopter crash in Kenya; 4 were tourists from the U.S. <a href="https://t.co/9RdTRp0LOK">pic.twitter.com/9RdTRp0LOK</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?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:658px; 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/DcOhD_TMf3H/?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></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">An update on the air accident in Samburu of the operator and souls on board.<br>Read full statement below: <a href="https://t.co/WjiggB3vvo">pic.twitter.com/WjiggB3vvo</a></p>&mdash; Kenya Civil Aviation Authority (@CAA_Kenya) <a href="https://x.com/CAA_Kenya/status/2090067673333854307?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Search and recovery efforts are ongoing, hampered by difficult terrain access and an active fire at the crash site.<br><br>An additional team has been dispatched from Isiolo to reinforce the operation.<br><br>More updates to follow. <a href="https://t.co/XUjWArYul3">https://t.co/XUjWArYul3</a> <a href="https://t.co/qSApuA1b0y">pic.twitter.com/qSApuA1b0y</a></p>&mdash; Kenya Red Cross (@KenyaRedCross) <a href="https://x.com/KenyaRedCross/status/2090059176873509223?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">INCIDENT UPDATE <br>Reference: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASH <br>Incident Level: CRITICAL (Level 4) – Fatal helicopter crash; all occupants deceased <br><br>UPDATE SUMMARY<br>The Kenya Civil Aviation Authority (KCAA) has officially confirmed a fatal helicopter accident at Mt.… <a href="https://t.co/Q5ChZkMd7A">pic.twitter.com/Q5ChZkMd7A</a></p>&mdash; Armistice Security Consult International® (@ASCIsecure) <a href="https://x.com/ASCIsecure/status/2090031548049342631?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcO3o7YpxA9/?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:658px; 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/DcO3o7YpxA9/?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></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOYp8gsgp1/?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:658px; 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/DcOYp8gsgp1/?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></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOenmmkVQe/?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:658px; 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/DcOenmmkVQe/?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></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our deepest condolences to the loved ones of those who perished in today’s helicopter crash in Samburu County.  We are in touch with local authorities and providing consular assistance.</p>&mdash; U.S. Embassy Nairobi, Kenya (@USEmbassyKenya) <a href="https://x.com/USEmbassyKenya/status/2090128660095455444?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcPduj3jJbf/?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:658px; 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/DcPduj3jJbf/?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></div></blockquote><p><b>Read the statement</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Noboa reacts to fatal helicopter crash in Kenya: ‘There was nothing more important to them than their children’]]></title><link>https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Ecuadorian President Daniel Noboa released a statement on Thursday morning reacting to the helicopter crash in northern Kenya that killed seven, including a group of friends with links to South Florida. ]]></description><pubDate>Thu, 20 Aug 2026 16:25:28 +0000</pubDate><content:encoded><![CDATA[<p>Ecuadorian President Daniel Noboa released a statement on Thursday morning reacting to the helicopter crash <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">on Wednesday </a>in northern Kenya that killed seven, including a group of friends from South Florida. </p><p><a href="https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/">Leer en español</a></p><p>The pilot of a single-engine helicopter was flying a group of six tourists from the <a href="https://maps.app.goo.gl/CYrJFoE96zwaB2B49" target="_self" rel="" title="https://maps.app.goo.gl/CYrJFoE96zwaB2B49">Suyian Conservancy</a> to <a href="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9" target="_self" rel="" title="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9">Mount Ololokwe</a> when they crashed in <a href="https://maps.app.goo.gl/hYrBvLUscohdcXpj9" target="_self" rel="" title="https://maps.app.goo.gl/hYrBvLUscohdcXpj9">Samburu County</a>, according to Kenya’s <a href="https://x.com/CAA_Kenya/status/2090067673333854307" target="_self" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Civil Aviation Authority</a> and <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" target="_self" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori</a>, the helicopter operator.</p><p>The seven victims were José Suárez, Roger Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, Stephany Hollihan, and Josh Outram. There were two married couples: Hlavaty, 42, and Parra, 55, and <a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" target="_self" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a>, 44, and <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" target="_self" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a>, 42. </p><p>“There was nothing more important to them than their children,” Noboa wrote in a statement in Spanish about Sensi-Contugi and Hollihan <a href="https://x.com/DanielNoboaOk/status/2090426583987405221" target="_self" rel="" title="https://x.com/DanielNoboaOk/status/2090426583987405221">on X</a>. “We know how much they loved them and everything they dreamed for them, and as long as we’re here, they’ll never be alone. We’ll take care of them and stand by them, just as we know they would have done for ours.”</p><p>Authorities in Ecuador identified Sensi-Contugi, as the director of CIES, the country’s strategic intelligence center. In <a href="https://www.instagram.com/p/DcO3o7YpxA9/" target="_self" rel="" title="https://www.instagram.com/p/DcO3o7YpxA9/">a statement</a>, a spokesperson for the Latin American Fashion Summit described Hollihan, a fashion designer, as “a true visionary and an extraordinary force.”</p><p>Harpers Bazaar <a href="https://www.instagram.com/p/DcOenmmkVQe/" target="_self" rel="" title="https://www.instagram.com/p/DcOenmmkVQe/">reported</a> Hollihan, the founder of the <a href="https://sensistudio.com/" target="_self" rel="" title="https://sensistudio.com/">Sensi Studio</a>, was from Ecuador’s port city of Guayaquil and was passionate about promoting Ecuadorean artisans’ work with “paja toquilla” in the U.S. and Europe. </p><p><a href="https://www.linkedin.com/in/josetv" target="_self" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a>, who grew up in Coral Gables, was the president and general manager of the Telemundo-owned stations in Orlando, Tampa, and Fort Myers. He was 55. </p><p><a href="https://www.mrktgroup.com/copy-of-about-us" target="_self" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty</a> was a real estate executive. He was the vice president of development for Benihana and served as a board member of the Coral Gables Art Museum. <a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" target="_self" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra</a>, a software executive, co-founded <a href="https://www.trax.aero/" target="_self" rel="" title="https://www.trax.aero/">Trax USA</a>, a company based in Coral Gables. </p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" target="_self" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> was the Miami-Dade County-based entrepreneur behind <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" target="_self" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a>, the owner of George Stone Crabs, which he had started <a href="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html" target="_self" rel="" title="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html">in Key Biscayne</a>, and the co-founder of My Ceviche, Zuuk Mediterranean Kitchen, and El Tropico Cuban Kitchen. He was 42. </p><p>Duarte is survived by his two sons, Roger and George, and his wife, Nicole Valls, whose family founded La Carreta restaurants and Versailles, the iconic Cuban restaurant in Miami’s Little Havana. </p><p>The spokesperson for Duarte’s family identified Suárez and the two couples as “dear friends” and Outram as the pilot. The Loisaba Conservancy in Kenya released a statement on Wednesday describing the group as “guests” of <a href="https://www.andbeyond.com/" target="_self" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a>, a travel agency. </p><p>On Thursday, the Loisaba Conservancy released a statement on Instagram, remembering Outram, who had worked for the conservancy from 2020 to 2023, was a resident there, and a part of their community. </p><p>“He supported elephant rescues, aerial surveillance for our security teams and responses to incidents on the ground, and helped with the work to establish the Loisaba Rhino Sanctuary, including building of the fence,” a spokesperson wrote. “A fourth-generation Kenyan, Josh had been flying across the country’s conservation and commercial aviation sectors for more than fifteen years. His experience was evident to everyone who flew with him: colleagues and clients alike knew him for his skill, professionalism and calm in some of the most demanding flying conditions.”</p><p><b>Related social media posts on Thursday</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El accidente en Kenia me quitó a dos amigos, pero sobre todo nos quitó a dos personas que eran familia para nosotros.<br><br>Michele estuvo a mi lado en algunos de los momentos más difíciles de estos años. Leal, valiente y firme, me acompañó sin titubear cuando tocó tomar decisiones… <a href="https://t.co/NLJme76bxB">pic.twitter.com/NLJme76bxB</a></p>&mdash; Daniel Noboa Azin (@DanielNoboaOk) <a href="https://x.com/DanielNoboaOk/status/2090426583987405221?ref_src=twsrc%5Etfw">August 20, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcQ9pP5DK3v/?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:658px; 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/DcQ9pP5DK3v/?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></div></blockquote><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">South Florida friends’ trip to Kenya ends in tragedy after helicopter crash</a></li><li><a href="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/">Safari helicopter crashes in northern Kenya, killing 7 people, including 5 Americans</a></li></ul><p><b>Related social media posts on Wednesday</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">7 killed in helicopter crash in Kenya; 4 were tourists from the U.S. <a href="https://t.co/9RdTRp0LOK">pic.twitter.com/9RdTRp0LOK</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?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:658px; 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/DcOhD_TMf3H/?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></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">An update on the air accident in Samburu of the operator and souls on board.<br>Read full statement below: <a href="https://t.co/WjiggB3vvo">pic.twitter.com/WjiggB3vvo</a></p>&mdash; Kenya Civil Aviation Authority (@CAA_Kenya) <a href="https://x.com/CAA_Kenya/status/2090067673333854307?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Search and recovery efforts are ongoing, hampered by difficult terrain access and an active fire at the crash site.<br><br>An additional team has been dispatched from Isiolo to reinforce the operation.<br><br>More updates to follow. <a href="https://t.co/XUjWArYul3">https://t.co/XUjWArYul3</a> <a href="https://t.co/qSApuA1b0y">pic.twitter.com/qSApuA1b0y</a></p>&mdash; Kenya Red Cross (@KenyaRedCross) <a href="https://x.com/KenyaRedCross/status/2090059176873509223?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">INCIDENT UPDATE <br>Reference: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASH <br>Incident Level: CRITICAL (Level 4) – Fatal helicopter crash; all occupants deceased <br><br>UPDATE SUMMARY<br>The Kenya Civil Aviation Authority (KCAA) has officially confirmed a fatal helicopter accident at Mt.… <a href="https://t.co/Q5ChZkMd7A">pic.twitter.com/Q5ChZkMd7A</a></p>&mdash; Armistice Security Consult International® (@ASCIsecure) <a href="https://x.com/ASCIsecure/status/2090031548049342631?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcO3o7YpxA9/?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:658px; 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/DcO3o7YpxA9/?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></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOYp8gsgp1/?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:658px; 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/DcOYp8gsgp1/?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></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOenmmkVQe/?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:658px; 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/DcOenmmkVQe/?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></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our deepest condolences to the loved ones of those who perished in today’s helicopter crash in Samburu County.  We are in touch with local authorities and providing consular assistance.</p>&mdash; U.S. Embassy Nairobi, Kenya (@USEmbassyKenya) <a href="https://x.com/USEmbassyKenya/status/2090128660095455444?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><p><b>Read the statement</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists]]></media:description><media:credit role="author" scheme="urn:ebu">Kenya Red Cross</media:credit></media:content></item><item><title><![CDATA[Noboa reacciona a accidente fatal de helicóptero en Kenia: “No había nada más importante para ellos que sus hijos”]]></title><link>https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El presidente de Ecuador, Daniel Noboa, emitió un comunicado la mañana de este jueves en reacción al accidente de helicóptero en el norte de Kenia que dejó siete personas muertas, incluido un grupo de amigos con vínculos con el sur de Florida.]]></description><pubDate>Thu, 20 Aug 2026 19:11:39 +0000</pubDate><content:encoded><![CDATA[<p>El presidente ecuatoriano, Daniel Noboa, emitió un comunicado el jueves por la mañana en respuesta al accidente de helicóptero ocurrido <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">el miércoles</a> en el norte de Kenia, en el que murieron siete personas, entre ellas un grupo de amigos del sur de Florida.</p><p>Según la <a href="https://x.com/CAA_Kenya/status/2090067673333854307" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Autoridad de Aviación Civil</a> de Kenia y <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori</a> , la empresa operadora del helicóptero, el piloto de un helicóptero monomotor transportaba a un grupo de seis turistas desde la <a href="https://maps.app.goo.gl/CYrJFoE96zwaB2B49" rel="" title="https://maps.app.goo.gl/CYrJFoE96zwaB2B49">Reserva de Suyian</a> hasta <a href="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9" rel="" title="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9">el Monte Ololokwe</a> cuando se estrellaron en el <a href="https://maps.app.goo.gl/hYrBvLUscohdcXpj9" rel="" title="https://maps.app.goo.gl/hYrBvLUscohdcXpj9">condado de Samburu .</a></p><p>Las siete víctimas fueron José Suárez, Roger Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, Stephany Hollihan y Josh Outram. Dos de ellas eran parejas casadas: Hlavaty, de 42 años, y Parra, de 55, y <a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a> , de 44, y <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a> , de 42.</p><p>“Para ellos, nada era más importante que sus hijos”, escribió Noboa en un comunicado en español sobre Sensi-Contugi y Hollihan <a href="https://x.com/DanielNoboaOk/status/2090426583987405221" rel="" title="https://x.com/DanielNoboaOk/status/2090426583987405221">en X.</a> “Sabemos cuánto los amaban y todo lo que soñaban para ellos, y mientras estemos aquí, nunca estarán solos. Los cuidaremos y estaremos a su lado, tal como sabemos que ellos lo habrían hecho con los nuestros”.</p><p>Las autoridades ecuatorianas identificaron a Sensi-Contugi como la directora del CIES, el centro de inteligencia estratégica del país. En <a href="https://www.instagram.com/p/DcO3o7YpxA9/" rel="" title="https://www.instagram.com/p/DcO3o7YpxA9/">un comunicado</a> , un portavoz de la Cumbre Latinoamericana de la Moda describió a Hollihan, diseñadora de moda, como “una verdadera visionaria y una fuerza extraordinaria”.</p><p><a href="https://www.instagram.com/p/DcOenmmkVQe/" rel="" title="https://www.instagram.com/p/DcOenmmkVQe/">Según</a> Harpers Bazaar, Hollihan, fundadora de <a href="https://sensistudio.com/" rel="" title="https://sensistudio.com/">Sensi Studio</a> , era originaria de Guayaquil, ciudad portuaria de Ecuador, y le apasionaba promover el trabajo de los artesanos ecuatorianos con “paja toquilla” en Estados Unidos y Europa.</p><p><a href="https://www.linkedin.com/in/josetv" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a> , quien creció en Coral Gables, era presidente y gerente general de las estaciones propiedad de Telemundo en Orlando, Tampa y Fort Myers. Tenía 55 años.</p><p><a href="https://www.mrktgroup.com/copy-of-about-us" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty</a> era ejecutivo del sector inmobiliario. Fue vicepresidente de desarrollo de Benihana y miembro del consejo de administración del Museo de Arte de Coral Gables. <a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra</a> , ejecutivo de software, cofundó <a href="https://www.trax.aero/" rel="" title="https://www.trax.aero/">Trax USA</a> , una empresa con sede en Coral Gables.</p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> era un empresario del condado de Miami-Dade, fundador de <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a> , propietario de George Stone Crabs, restaurante que él mismo había fundado <a href="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html" rel="" title="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html">en Key Biscayne</a> , y cofundador de My Ceviche, Zuuk Mediterranean Kitchen y El Tropico Cuban Kitchen. Tenía 42 años.</p><p>A Duarte le sobreviven sus dos hijos, Roger y George, y su esposa, Nicole Valls, cuya familia fundó los restaurantes La Carreta y Versailles, el emblemático restaurante cubano en la Pequeña Habana de Miami.</p><p>El portavoz de la familia de Duarte identificó a Suárez y a las dos parejas como “queridos amigos” y a Outram como el piloto. La Reserva de Loisaba en Kenia emitió un comunicado el miércoles describiendo al grupo como “invitados” de <a href="https://www.andbeyond.com/" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a> , una agencia de viajes.</p><p>El jueves, la Loisaba Conservancy publicó un comunicado en Instagram recordando a Outram, quien había trabajado para la organización desde 2020 hasta 2023, era residente de la zona y formaba parte de su comunidad.</p><p>«Apoyó los rescates de elefantes, la vigilancia aérea para nuestros equipos de seguridad y la respuesta a incidentes en tierra, y colaboró ​​en la creación del Santuario de Rinocerontes de Loisaba, incluyendo la construcción de la valla», escribió un portavoz. «Josh, keniano de cuarta generación, llevaba más de quince años volando en los sectores de conservación y aviación comercial del país. Su experiencia era evidente para todos los que volaban con él: tanto colegas como clientes lo conocían por su habilidad, profesionalismo y serenidad incluso en las condiciones de vuelo más exigentes».</p><p><b>Publicaciones relacionadas en redes sociales el jueves</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El accidente en Kenia me quitó a dos amigos, pero sobre todo nos quitó a dos personas que eran familia para nosotros.<br><br>Michele estuvo a mi lado en algunos de los momentos más difíciles de estos años. Leal, valiente y firme, me acompañó sin titubear cuando tocó tomar decisiones… <a href="https://t.co/NLJme76bxB">pic.twitter.com/NLJme76bxB</a></p>&mdash; Daniel Noboa Azin (@DanielNoboaOk) <a href="https://x.com/DanielNoboaOk/status/2090426583987405221?ref_src=twsrc%5Etfw">August 20, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcQ9pP5DK3v/?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:658px; 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/DcQ9pP5DK3v/?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></div></blockquote><p><b>Informes relacionados</b></p><ul><li><a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">El viaje de un grupo de amigos del sur de Florida a Kenia termina en tragedia tras un accidente de helicóptero.</a></li><li><a href="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/">Un helicóptero de safari se estrella en el norte de Kenia, causando la muerte de 7 personas, entre ellas 5 estadounidenses.</a></li></ul><p><b>Publicaciones relacionadas en redes sociales el miércoles</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">7 killed in helicopter crash in Kenya; 4 were tourists from the U.S. <a href="https://t.co/9RdTRp0LOK">pic.twitter.com/9RdTRp0LOK</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?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:658px; 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/DcOhD_TMf3H/?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></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">An update on the air accident in Samburu of the operator and souls on board.<br>Read full statement below: <a href="https://t.co/WjiggB3vvo">pic.twitter.com/WjiggB3vvo</a></p>&mdash; Kenya Civil Aviation Authority (@CAA_Kenya) <a href="https://x.com/CAA_Kenya/status/2090067673333854307?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Search and recovery efforts are ongoing, hampered by difficult terrain access and an active fire at the crash site.<br><br>An additional team has been dispatched from Isiolo to reinforce the operation.<br><br>More updates to follow. <a href="https://t.co/XUjWArYul3">https://t.co/XUjWArYul3</a> <a href="https://t.co/qSApuA1b0y">pic.twitter.com/qSApuA1b0y</a></p>&mdash; Kenya Red Cross (@KenyaRedCross) <a href="https://x.com/KenyaRedCross/status/2090059176873509223?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">INCIDENT UPDATE <br>Reference: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASH <br>Incident Level: CRITICAL (Level 4) – Fatal helicopter crash; all occupants deceased <br><br>UPDATE SUMMARY<br>The Kenya Civil Aviation Authority (KCAA) has officially confirmed a fatal helicopter accident at Mt.… <a href="https://t.co/Q5ChZkMd7A">pic.twitter.com/Q5ChZkMd7A</a></p>&mdash; Armistice Security Consult International® (@ASCIsecure) <a href="https://x.com/ASCIsecure/status/2090031548049342631?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcO3o7YpxA9/?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:658px; 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/DcO3o7YpxA9/?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></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOYp8gsgp1/?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:658px; 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/DcOYp8gsgp1/?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></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOenmmkVQe/?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:658px; 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/DcOenmmkVQe/?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></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our deepest condolences to the loved ones of those who perished in today’s helicopter crash in Samburu County.  We are in touch with local authorities and providing consular assistance.</p>&mdash; U.S. Embassy Nairobi, Kenya (@USEmbassyKenya) <a href="https://x.com/USEmbassyKenya/status/2090128660095455444?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><p><b>Lea la declaración</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Informes relacionados</b></p><p><i>Carson Merlo, editor de noticias de Local 10 News, contribuyó a este reportaje.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists]]></media:description><media:credit role="author" scheme="urn:ebu">Kenya Red Cross</media:credit></media:content></item><item><title><![CDATA[James O’Keefe faces backlash over undercover video of him posing as registered voter ]]></title><link>https://www.local10.com/news/politics/2026/08/20/james-okeefe-faces-backlash-over-undercover-video-of-him-posing-as-minnesota-registered-voter/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/james-okeefe-faces-backlash-over-undercover-video-of-him-posing-as-minnesota-registered-voter/</guid><dc:creator><![CDATA[Jenise Fernandez, Andrea Torres]]></dc:creator><description><![CDATA[James O’Keefe, a far-right activist, faced backlash on Thursday after he shared a video on Aug. 13 showing him posing as a registered voter during the primary on Aug. 11 in Minnesota. ]]></description><pubDate>Thu, 20 Aug 2026 22:34:36 +0000</pubDate><content:encoded><![CDATA[<p>James O’Keefe, a far-right activist, faced backlash on Thursday after he shared <a href="https://www.youtube.com/watch?v=eUux9ddXqV8" target="_self" rel="" title="https://www.youtube.com/watch?v=eUux9ddXqV8">a video</a> on Aug. 13 showing him posing as a registered voter during the primary on Aug. 11 in Minnesota. </p><p>In the video, O’Keefe, 42, who has ties to West Palm Beach, described his costume as “traditional Muslim attire.” He faked a foreign accent as he talked to a poll worker about a <a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">Minnesota law</a>. </p><p>On Wednesday, the Council on American-Islamic Relations released <a href="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/" target="_self" rel="" title="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/">a statement</a> calling for a criminal investigation into O’Keefe’s actions in the undercover video.</p><p>“Falsely impersonating a real voter, and using anti-Muslim stereotypes to do it, is not an acceptable substitute for legitimate civic oversight,” Jaylani Hussein, the CAIR-Minnesota executive director, said, according to <a href="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/" target="_self" rel="" title="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/">the statement</a>. </p><p>Critics cite that the video shows O’Keefe identifying as <a href="https://www.pharmacy.umn.edu/our-faculty-staff/our-faculty/william-pomerantz" target="_self" rel="" title="https://www.pharmacy.umn.edu/our-faculty-staff/our-faculty/william-pomerantz">William Pomerantz</a>, who was born in Pittsburgh and is a <a href="https://pomerantz.chem.umn.edu/people/william-pomerantz" target="_self" rel="" title="https://pomerantz.chem.umn.edu/people/william-pomerantz">professor</a> and <a href="https://pomerantz.chem.umn.edu/" target="_self" rel="" title="https://pomerantz.chem.umn.edu/">researcher</a> at the University of Minnesota in Minneapolis. </p><p>“I actually had a student contact me that had showed me what was online about my identity being misrepresented. So, that was pretty much a shock ... Kudos to the poll workers. They reported it afterwards. and frankly, I got to vote that evening without a problem. So, you know, the voting process, in my mind, worked,” Pomerantz told <a href="https://www.cbsnews.com/minnesota/news/activists-posing-voters-minnesota-primary-legal/" target="_self" rel="" title="https://www.cbsnews.com/minnesota/news/activists-posing-voters-minnesota-primary-legal/">WCCO-TV CBS Minnesota</a> on Wednesday, adding that he had learned about the video on Aug. 14. </p><p>Minnesota Secretary of State Steve Simon released <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">a statement </a><a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">on Aug. 14</a> about the “hidden-camera video” and <a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">the state election law</a> that O’Keefe and other activists were criticizing. </p><p><i>“</i>Their apparent goal was to cast doubt on one or more <a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">Minnesota election laws</a> that have been in force for over fifty years,” Simon said in <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">the statement</a>. “Instead, they revealed their ignorance of how those laws actually work – while putting themselves in legal jeopardy.”</p><p>The poll workers reported the incidents to local election officials, and local law enforcement was investigating the reports, according to Simon. </p><p>“The misconduct by this group is outrageous and totally unacceptable,” Simon said. “We have zero tolerance for lying, lawbreaking, and disruptions at our polling places.”</p><p><a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">Minnesota law</a> allows eligible registered voters with identification to sign an oath to vouch for up to eight potential voters who meet the state’s requirements in their precinct. </p><p>“In the 2024 general election, less than 0.6% of votes cast used this process,” Simon said in <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">the statement</a>. “Around 71% of those voters were already registered to vote but needed to update their name or address in their voter record. Vouching is commonly used in senior living facilities by residents who have not updated their driver’s licenses to reflect their current residence.” </p><p>Simon said “vouching” is also used in cases where an eligible voter has recently moved to a new address and lacks identification indicating the new address. He described a process with checks and balances.</p><p>“Vouchers must sign an affidavit under penalty of perjury that they personally know the person being vouched for is a resident of the precinct,” Simon <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">said</a>. “Every voter who registers or updates their registration on Election Day, including those who are vouched for, is recorded by local election officials and verified in our state database after each election. If a discrepancy is found during this process, it is referred to local law enforcement for investigation and possible prosecution.”</p><p>O’Keefe founded the <a href="https://okeefemediagroup.com/" target="_self" rel="" title="https://okeefemediagroup.com/">O’Keefe Media Group</a>, or OMG, in 2023 after leaving <a href="https://www.projectveritas.com/" target="_self" rel="" title="https://www.projectveritas.com/">Project Veritas</a>, which he had founded in 2010.</p><p>On Aug. 13, O’Keefe released the video and reported that it was recorded in partnership with members of the <a href="https://x.com/ctznjusticelg" target="_self" rel="" title="https://x.com/ctznjusticelg">Citizen Justice League</a>, <a href="https://x.com/camhigby" target="_self" rel="" title="https://x.com/camhigby">Cameron Higby</a> and Anthony Rubin, one of the <a href="https://x.com/realmuckraker?s=20" target="_self" rel="" title="https://x.com/realmuckraker?s=20">Muckraker Brothers</a>.</p>]]></content:encoded></item><item><title><![CDATA[Court convicts 2 organizers of Hong Kong's Tiananmen vigils in national security case]]></title><link>https://www.local10.com/news/world/2026/08/20/court-convicts-2-organizers-of-hong-kongs-tiananmen-vigils-in-national-security-case/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/court-convicts-2-organizers-of-hong-kongs-tiananmen-vigils-in-national-security-case/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — Two former organizers of Hong Kong’s decades-old vigil in remembrance of the 1989 Tiananmen Square crackdown were convicted Friday in a national security case brought under a China-imposed law that has effectively crushed the city’s previously thriving pro-democracy movement.]]></description><pubDate>Fri, 21 Aug 2026 02:23:53 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — Two former organizers of Hong Kong’s decades-old vigil in remembrance of the 1989 Tiananmen Square crackdown were convicted Friday in a national security case brought under a China-imposed law that has effectively crushed the city’s previously thriving pro-democracy movement.</p><p>Lee Cheuk-yan and Chow Hang-tung, former leaders of the Hong Kong Alliance in Support of Patriotic Democratic Movements of China, were charged in 2021 with inciting subversion under the national security law. They both had pleaded not guilty and face a maximum prison term of 10 years. The alliance was also found guilty.</p><p>The verdict is among the latest involving Hong Kong’s once-vibrant pro-democracy movement, which has largely been dismantled by Hong Kong and Chinese authorities.</p><p>For three decades, the candlelight vigil organized by the alliance was the only large-scale public commemoration that drew tens of thousands of people annually to mourn the victims in China. The event was banned in 2020 during the first year of the COVID-19 pandemic, weeks before Beijing imposed the security law on Hong Kong to quell the 2019 massive anti-government protests.</p><p>Observers say their trial symbolizes the erosion of freedom of expression in the former British colony, which returned to Chinese rule in 1997.</p><p>Lee and Chow are expected to be sentenced at a later date.</p><p>The judges have not read out the reasons behind the conviction, saying the full judgment would be available online later.</p><p>Eric Lai, a senior fellow with the Georgetown Center for Asian Law, said the charge of inciting subversion was commonly used in mainland China to criminalize the acts of human rights lawyers, activists and intellectuals, including late Nobel laureate Liu Xiaobo.</p><p>“We can see to what extent the court in Hong Kong falls into the level of the party-led judiciary in the mainland through the criminal verdict,” he said.</p><p>They were accused of inciting the overthrow of China's ruling party</p><p>During the trial, prosecutors said the case was not political and focused on what they viewed as a call by the alliance to incite others to overthrow the leadership of China’s ruling Communist Party through unlawful means, pointing to “ending one-party rule,” one of the group’s core demands.</p><p>But Lee told the court that the call was not about ending the party’s leadership but about moving toward democracy, letting the people decide who leads them, and that the Communist Party should not enforce “dictatorship.”</p><p>Chow, a barrister who defended herself, said “ending one-party rule” means ending a state where power is unrestricted. She criticized how the standard for determining right and wrong was turned upside down in this case.</p><p>In her Patreon post Thursday, she recalled being shackled in handcuffs, and in waist and ankle chains, for trips to court from prison, saying she was walked by correctional service officers “like a dog."</p><p>“Justice lives in the hearts of the people. There is no need to look up to this kind of top-down ruling, and one verdict doesn’t matter much,” she said.</p><p>The trial, initially scheduled for 75 days, moved faster than expected and concluded its closing statements on the 24th day. When it began in January, Albert Ho, another defendant in the case, entered a guilty plea, a move that typically could result in a reduced sentence.</p><p>Lee and Chow are expected to plead for lesser penalties at a separate hearing and could be sentenced alongside Ho.</p><p>Supporters cast doubt on allegations</p><p>Dozens of people lined up outside the court under drizzling rain ahead of the hearing.</p><p>Tang Ngok-kwan, a former alliance member, said police wouldn't let him join the line if he insisted on bringing along “sensitive” materials, including bookmarks printed with “vindicate June 4.” The date is the crackdown’s anniversary. He decided not to go into the court.</p><p>Tang said a guilty verdict for the alliance would “upend his understanding” of the city’s laws.</p><p>Former vigil goer Margaret Chan, who joined the queue at 6 a.m., said the alliance’s name carried the word “patriotic.”</p><p>“Everyone is patriotic. How to incite? Incite others to be patriotic?” she said.</p><p>Hundreds of people, and possibly thousands, were killed in the 1989 crackdown as military tanks rolled into the center of Beijing. The crackdown was a pivotal moment in China’s modern history, determining that the market reform that transformed the country into the world’s second-largest economy would not be coupled with political liberalization.</p><p>After COVID-19 restrictions were lifted, the former vigil site in Hong Kong was occupied instead by a carnival organized by pro-Beijing groups.</p><p>Beijing said the 2020 security law was necessary for the city’s stability. Many leading activists were jailed under the same law, including pro-democracy former media tycoon Jimmy Lai. Under the drastic political changes, dozens of civil society groups also dissolved, including the alliance.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZXVYFIFFBP3GGP6ZAF4O6A2FAY.jpg?auth=afdb2603eea2bf1f3cae1845f01fb8456b131a2da8ec4f9804d83f470cc9f129&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fom left, pro-democracy activists Lee Cheuk-yan, Chow Hang-tung, and Cheung Man-kwong attend a gathering to mourn for those killed in the 1989 Tiananmen crackdown at Victoria Park, in Hong Kong on June 4, 2020. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3CDBWULJTZOGA3HDIL2UMK7ZZI.jpg?auth=c44053711cfcb11beb073862cf7ad56bba44fe9a05378b41b2e5a464ce4b18ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand guard outside the West Kowloon Magistrates' Courts in Hong Kong, Friday, Aug. 21, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZAFWCW7I2RXW7J3SEEZVP6XRPQ.jpg?auth=0b1e28759f5911a0095cd7a930ae108b1efaca1ebcd00b783163eab46ae290c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Correctional Services Department vehicle arrives at West Kowloon Magistrates' Courts in Hong Kong, Friday, Aug. 21, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6WRXEC4MVI3R624LPFZCXIN5HM.jpg?auth=e99c40ffb5015fea14d7f9258fce4387bfd83a2ebeeaf9955abf4ea5289655a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A woman holds up a candle and an image of a man facing off tanks to mark the anniversary of the military crackdown on a pro-democracy student movement in Beijing, during a light candle vigil outside Victoria Park in Hong Kong, Friday, June 4, 2021. (AP Photo/Kin Cheung, File, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QE2JEO32QZ6JYQPQ66IJ6P32W4.jpg?auth=f29bba2c635ce66c195f0055d9888fb379128b47b028cd0099170b9c4dff3f8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chinese troops and tanks gather near Tiananmen Square in Beijing, one day after the military crackdown that ended a seven week pro-democracy demonstration on the square on June 5, 1989. (AP Photo/Jeff Widener, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Widener</media:credit></media:content></item><item><title><![CDATA[Residentes de Indiana entran en “modo de supervivencia” tras 9 días sin electricidad]]></title><link>https://www.local10.com/espanol/2026/08/20/residentes-de-indiana-entran-en-modo-de-supervivencia-tras-9-dias-sin-electricidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/residentes-de-indiana-entran-en-modo-de-supervivencia-tras-9-dias-sin-electricidad/</guid><dc:creator><![CDATA[Por LAURA BARGFELD, R.J. RICO y ED WHITE, Associated Press]]></dc:creator><description><![CDATA[GARY, Indiana, EE.UU. (AP) — Decenas de miles de residentes del noroeste de Indiana estaban en modo de supervivencia el jueves, mientras enfrentaban el noveno día sin electricidad, descartando comida echada a perder, haciendo fila para conseguir comidas calientes y buscando sitios donde cargar sus teléfonos.]]></description><pubDate>Thu, 20 Aug 2026 23:03:01 +0000</pubDate><content:encoded><![CDATA[<p>GARY, Indiana, EE.UU. (AP) — Decenas de miles de residentes del noroeste de Indiana estaban en modo de supervivencia el jueves, mientras enfrentaban el noveno día sin electricidad, descartando comida echada a perder, haciendo fila para conseguir comidas calientes y buscando sitios donde cargar sus teléfonos.</p><p>En Gary, Indiana, las escuelas seguían cerradas tras el paso de la tormenta del 11 de agosto, que derribó árboles y líneas eléctricas. Los residentes recurrieron a las redes sociales para encontrar lavanderías abiertas y Wi-Fi funcionando, mientras que otros buscaban comida, pañales y toallitas de limpieza para vecinos de bajos ingresos.</p><p>Mientras tanto, las fuertes lluvias en el centro de Ohio provocaron inundaciones repentinas que cubrieron las carreteras la mañana del jueves en Columbus, la capital del estado, donde equipos de emergencia rescataron a automovilistas de autos varados y salvaron a un niño de 12 años que fue arrastrado desde un puente.</p><p>La empresa Northern Indiana Public Service Co. informó que 68.000 clientes seguían sin electricidad hasta la mañana del jueves, la mayoría de ellos en el condado de Lake, junto a la frontera con Illinois. La empresa de servicios públicos indicó que ha restablecido el suministro a otros 306.500 clientes desde el 11 de agosto. Pero no se espera que la electricidad se restablezca por completo hasta el martes en algunos lugares, incluido Gary.</p><p>Courtney Page-Tan, catedrática de Indiana University Indianapolis que estudia la resiliencia comunitaria, señaló que las preocupaciones de salud aumentan cada día durante un corte prolongado. Como muchas personas usan generadores, una ventilación deficiente puede provocar intoxicación por monóxido de carbono. Además, quienes dependen de dispositivos médicos corren el riesgo de que se queden sin carga, mientras que los alimentos refrigerados que antes eran seguros para comer podrían representar riesgos para la salud a medida que se echan a perder.</p><p>“Nueve días es mucho tiempo para que una comunidad esté sin electricidad”, afirmó.</p><p>Los residentes están agotados tras varios días sin electricidad</p><p>Shatiya Hardin, estilista en Gary desde hace 25 años, no ha podido abrir su salón desde la tormenta. Dijo que los residentes de su vecindario de menores ingresos al principio afrontaron los apagones con calma. Pero ahora la paciencia se agota.</p><p>“Siempre estamos en modo de supervivencia en Gary. Y creo que probablemente por eso no hubo tanto alboroto, porque los primeros días era como: ‘Bueno, estamos acostumbrados a esto...’. Pero ya es la segunda semana”, señaló. “No está bien que estemos continuamente en modo de supervivencia, haciendo lo mejor que podemos”.</p><p>Más de una semana después de la tormenta inicial, muchos residentes de East Chicago, Indiana, que se quedaron sin electricidad la recuperaron, pero luego la volvieron a perder. Kevin Mejia, quien tiene una página comunitaria en Facebook, estaba en esa situación el jueves.</p><p>“Si hago una publicación, recibo 500 comentarios”, contó Mejia, de 30 años. “Mucha gente se ha comunicado conmigo por asuntos de comida: ‘Oye, tiré cientos de dólares en comestibles’. Las personas mayores no saben a quién recurrir”.</p><p>Ha estado durmiendo en el suelo porque su colchón es demasiado cálido. Sin electricidad, sus aires acondicionados de ventana están en silencio.</p><p>Raydia Martin, subdirectora del Flourish Community Hub en Flourish Church en Gary, dijo que el “lado positivo” ha sido la respuesta de voluntarios y grupos comunitarios.</p><p>“Los seres humanos prosperamos mejor, ya sabes, con certeza y previsibilidad”, manifestó. “Así que cuando algo tan devastador ocurre tan rápido, definitivamente afecta mentalmente a las personas. Simplemente no saber qué viene después, de dónde va a salir la próxima comida y cuándo va a terminar todo esto. Necesitamos ver una luz al final del túnel”.</p><p>La empresa de servicios públicos NIPSCO ha calificado la destrucción como “sin precedentes y generalizada”, y dijo que cuadrillas de todo el país han llegado para ayudar a reparar cables caídos, postes rotos y equipos dañados.</p><p>Illinois, que recibe servicio de otra empresa, se recuperó antes de la misma tormenta, pero Melody Birmingham, ejecutiva de la empresa matriz de NIPSCO, explicó que esa parte de Illinois tenía menos árboles y una infraestructura diferente, incluidas algunas líneas eléctricas que podrían haber estado enterradas.</p><p>“Ninguna tormenta es igual”, sostuvo. “Ningún territorio de servicio es el mismo”.</p><p>Las escuelas de todo el noroeste de Indiana siguen cerradas</p><p>Los cortes de electricidad también han alterado el inicio del año escolar para miles de niños.</p><p>El distrito escolar de Gary, con unos 4.300 estudiantes, comenzó su año escolar a inicios de agosto, pero ha estado cerrado desde el 13 de agosto y permanecerá así al menos hasta el viernes, informaron las autoridades.</p><p>Portage Township Schools tuvo que cancelar el inicio de clases previsto para el 12 de agosto debido a la tormenta y ahora planea comenzar el año académico el 25 de agosto. Las autoridades dijeron esta semana que existen “preocupaciones de seguridad por árboles caídos en varias propiedades y daños que deben repararse”.</p><p>Page-Tan indicó que los cierres escolares pueden tener consecuencias importantes para las familias vulnerables.</p><p>“Para muchos hogares que viven al día, faltar al trabajo porque no pueden encontrar cuidado infantil puede ser perjudicial para la estabilidad de una familia”, explicó.</p><p>Las inundaciones repentinas provocan nuevos problemas en el centro de Ohio</p><p>A unos 400 kilómetros (250 millas) al sureste de Gary, las fuertes lluvias afectaron gravemente a Columbus, Ohio, con más de 7 centímetros (3 pulgadas) de lluvia en 12 horas, informó el alcalde de Columbus, Andrew Ginther.</p><p>Dos mujeres que iban a pie y quedaron atrapadas en un arroyo inundado fueron rescatadas, dijo el teniente Nick Davis, de la División de Bomberos. También informó que los equipos de primera respuesta salvaron la vida de un ciclista de 12 años que fue arrastrado desde un puente por la crecida.</p><p>La ciudad aún realizaba labores de limpieza tras las fuertes tormentas eléctricas del fin de semana cuando las intensas lluvias golpearon a mitad de semana.</p><p>“Hemos estado con todos los recursos disponibles apoyando a los residentes desde la semana pasada”, declaró Ginther el jueves por la mañana en una conferencia de prensa. “Vamos a enfocarnos en la recuperación, aun con este giro inesperado de la Madre Naturaleza”.</p><p>___</p><p>Rico informó desde Atlanta y White desde Detroit. Dylan Lovan, en Louisville, Kentucky, contribuyó.</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/E6TEGOEJIPX2WC6T2TVON4ZQUQ.jpg?auth=4ff5233dbbe2ce6b52f854704767e60785f82b5141555ab25c3f45f903d507a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona ora antes de recibir una comida gratuita en City Life Center en Gary, Indiana, el jueves 20 de agosto de 2026, más de una semana después del paso de una fuerte tormenta en el área. (AP Foto/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[The US national debt now stands at $40 trillion]]></title><link>https://www.local10.com/business/2026/08/19/the-us-national-debt-now-stands-at-40-trillion/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/19/the-us-national-debt-now-stands-at-40-trillion/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The national debt surpassed a record $40 trillion on Wednesday, a staggering milestone as defense costs, social programs like Social Security and Medicare and interest on the burgeoning deficit make up an enormous share of federal spending.]]></description><pubDate>Wed, 19 Aug 2026 23:07:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The national debt surpassed a record $40 trillion on Wednesday, a staggering milestone as defense costs, social programs like Social Security and Medicare and interest on the burgeoning deficit make up an enormous share of federal spending.</p><p>The milestone figure was recorded just five months after the U.S. hit a record $39 trillion debt in March. It reached $38 trillion five months before that, in October.</p><p>The unprecedented $40 trillion figure highlights competing administration priorities, from boosting defense spending that the U.S. relies on to carry out President Donald Trump’s almost-6-month-old war in Iran to lowering the cost of gas and groceries.</p><p>Kush Desai, a White House spokesman, said the Trump administration “has been focused on slashing waste, fraud, and abuse in federal spending while accelerating economic growth to get America’s debt-to-GDP ratio trending in the right direction.”</p><p>However, experts say the exploding debt and the latest record milestone are already affecting Americans’ pocketbooks by raising borrowing costs for things like mortgages and cars, lowering wages from businesses that have less money available to invest, and creating more expensive goods and services.</p><p>“If we want to improve our living standards, today and for the next generation, now is the time for lawmakers to put our nation on a more affordable and sustainable path,” says Michael A. Peterson, CEO of the Peter G. Peterson Foundation, a think tank focused on U.S. fiscal challenges.</p><p>The debt has exploded over several presidential administrations, as the nation’s leaders spend more money than it collects in taxes. In recent memory, the multi-year COVID-19 pandemic shut down much of the U.S. economy, where the federal government borrowed heavily during President Trump’s first term and under former President Joe Biden to stabilize the economy and support a recovery.</p><p>More government spending was approved after Trump signed Republicans’ tax cut and spending legislation into law last year.</p><p>Advocates for a balanced budget also warn that the long-term trend of borrowing more and paying more in interest will force Americans to face tougher fiscal tradeoffs ahead.</p><p>“The federal debt is already raising the cost of living and choking out other spending and investment, threatening our economy and Americans’ long-term prosperity,” said Margaret Spellings, president and CEO of the Bipartisan Policy Center.</p><p>“Our current fiscal trajectory is plainly unsustainable, and that’s the best-case scenario. AI disruption, a recession, global war, or any number of other events could quickly push us over the edge from a challenge into a full-blown crisis,” Spellings said in a statement.</p><p>The U.S. is subject to a statutory debt limit, or a limit to federal borrowing, which Congress has the authority to set, adjust or abolish. The Bipartisan Policy Center estimates that the U.S. will most likely reach the $41.1 trillion debt limit sometime between late winter and mid-summer of 2027, requiring Congress to again vote on whether to raise or suspend it.</p><p>The U.S.’ fiscal position stands as the worst among other developed countries, according to recent data analysis from the Organization for Economic Co-operation and Development</p>]]></content:encoded></item><item><title><![CDATA[California lawmaker Aisha Wahab wins special election to succeed Eric Swalwell in Congress]]></title><link>https://www.local10.com/news/politics/2026/08/20/california-lawmaker-aisha-wahab-wins-special-election-to-succeed-eric-swalwell-in-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/california-lawmaker-aisha-wahab-wins-special-election-to-succeed-eric-swalwell-in-congress/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — California state Sen. Aisha Wahab will serve out the rest of former Rep. Eric Swalwell's term after securing victory Thursday in a special election.]]></description><pubDate>Fri, 21 Aug 2026 00:48:01 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — California state Sen. Aisha Wahab will serve out the rest of former Rep. Eric Swalwell's term after securing victory Thursday in a special election.</p><p>Swalwell, a Democrat who was running for California governor, ended his campaign and resigned from Congress in April after he was accused of sexual assault and harassment, which he denies. Wahab will represent the state’s 14th Congressional District, which covers parts of Alameda County on the eastern side of the San Francisco Bay, through Swalwell's term ending in January.</p><p>She will be the first Afghan American to serve in Congress. The progressive Democrat defeated Bay Area Rapid Transit Director Melissa Hernandez even after a swell of spending by outside groups opposing Wahab in the race's final stretch. She said her victory shows her district “cannot be bought.”</p><p>“I will fight for this district that raised me,” Wahab said in a statement. "From foster care to Congress, this journey shows the possibility of the American Dream.”</p><p>The conclusion of the race to replace Swalwell comes as criminal investigations continue into the sexual assault allegations he faces. Over the weekend, federal agents seized electronic devices from Swalwell at the San Francisco airport and later searched his home in Washington, D.C., according to a person familiar with the matter who was not authorized to publicly discuss an ongoing investigation and spoke on the condition of anonymity. Swalwell’s attorney did not immediately respond to an email and phone message seeking comment.</p><p>Wahab became the first Afghan American elected to public office in the U.S. when she won a Hayward City Council seat in 2018.</p><p>She has championed housing affordability and access in her time in the Legislature and throughout her campaign. She also wrote a bill in 2023 to ban caste-based discrimination, which garnered national attention. Democratic Gov. Gavin Newsom vetoed it, saying such discrimination is already outlawed by civil rights protections.</p><p>Wahab and Hernandez will face off again in a separate November election determining who will serve the next full two-year term.</p><p>Wahab won the June primary decisively, but outside spending in favor of her rival poured into the race ahead of the general election.. Groups affiliated with the American Israel Public Affairs Committee, or AIPAC, spent millions into supporting Hernandez, and thousands into opposing Wahab.</p><p>At a candidate forum in April, Wahab answered “yes” when asked if she considered “what is happening to the Palestinian people” to be a genocide.</p><p>Hernandez did not give a straight yes or no answer. She said Israel had a right to defend itself following the October 2023 attack by Hamas but that “the destruction into Gaza has gone too far.”</p><p>Hernandez, a moderate Democrat, said she was proud to put up a competitive fight after Wahab’s success in the primary.</p><p>“I’ve been a fighter my whole life, and when I promised the residents of CA-14 I would fight for them, I never gave up,” she said in a statement.</p><p>___</p><p>Associated Press reporter Alanna Durkin Richer contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E4OUCVZ4IMHZKGB23EEOA2SARM.jpg?auth=e269fd08d52078a60b9e7e16e42abc006a6fccb20b4ffb82608b351ee4ef032d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Sen. Aisha Wahab, a Democratic candidate for Congress in California's 14th district, speaks during a primary election night event on Tuesday, Aug. 18, 2026, in Hayward, 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/KQYS4THH2GRWNVS2SCBVWLDCGE.jpg?auth=61a6f587e985f5c0adaab2e6b75d4b1c79b8b3ffa89a7c698048406671abe419&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Sen. Aisha Wahab, a Democratic candidate for Congress in California's 14th district, speaks during a primary election night event on Tuesday, Aug. 18, 2026, in Hayward, 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/WZNOIYLD4SA7IXE5AWU7K7K234.jpg?auth=96a23c5450acd377fcd3db16c32815a380897a69110eb5f5619d36858123bfec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Sen. Aisha Wahab, a Democratic candidate for Congress in California's 14th district, speaks during a primary election night event on Tuesday, Aug. 18, 2026, in Hayward, 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/3EWXYMVXX2EZMIPJ3EO5VUG5P4.jpg?auth=9db065235c3f3e66cc2bdf62ae0a3c08877d79f93d988cbf810e2380f37c5535&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FYI - Rep. Eric Swalwell, D-Calif., talks with reporters after holding a town hall meeting in Sacramento, Calif., April 7, 2026. (AP Photo/Rich Pedroncelli, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content></item><item><title><![CDATA[Does baseball need even more technology for plays like Pete Alonso's disputed fly ball?]]></title><link>https://www.local10.com/sports/2026/08/20/does-baseball-need-even-more-technology-for-plays-like-pete-alonsos-disputed-fly-ball/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/does-baseball-need-even-more-technology-for-plays-like-pete-alonsos-disputed-fly-ball/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[BALTIMORE (AP) — Pete Alonso skipped sideways toward first base while his drive sailed toward the foul pole in left field. Then he tossed the bat aside, seemingly convinced he'd hit a home run.]]></description><pubDate>Thu, 20 Aug 2026 22:41:06 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — Pete Alonso skipped sideways toward first base while his drive sailed toward the foul pole in left field. Then he tossed the bat aside, seemingly convinced he'd hit a home run.</p><p>From that distance and that angle, however, it was hard to be too certain.</p><p>Alonso's deep fly was ruled foul, and the call stood after a review in Baltimore's 5-3 loss to the New York Yankees on Wednesday night. That led to plenty of outcry — and calls for baseball to use technology to evaluate possible home runs near the foul pole.</p><p>It doesn't sound like that is imminent.</p><p>If baseball were to start using additional technology on fly balls like these, it would have to be developed, tested and installed by MLB, according to a person with knowledge of the issue. The person spoke on condition of anonymity because of the sensitivity of the situation.</p><p>Unlike with the Automated Ball/Strike system, Hawk-Eye data above the foul pole is unlikely to be accurate that far from the field. It’s based on data from the first part of the ball’s flight, with the rest of the path estimated — meaning factors like wind aren’t fully accounted for.</p><p>Before Thursday's game, Orioles manager Craig Albernaz said the front office had communicated with Major League Baseball about the call.</p><p>“Just said that there wasn't enough video evidence to overturn the call on the field,” Albernaz said.</p><p>One angle showed the ball on the right side of the pole and another showed it on the left side. Neither provided much clarity on where the ball was at the moment it passed the pole and the wall in left, which was the key question.</p><p>If the ball were lower, the camera angles might've shown it passing in front of or behind the pole, but when a hit sails higher than the top of the pole, it's not easy to find a definitive view.</p><p>The difference between a home run and a foul ball is substantial, so it's understandable players would want to feel confident those calls are correct.</p><p>“Obviously, this is a big game in division, so obviously this one’s going to be a little bit more amplified. But this happens quite a few times throughout the season, more than you would think,” Alonso said after the game. “I think having a camera or laser shooting straight up, we have all the technology, analytics and whatever and funds. I don’t see why we can’t do it.”</p><p>The ABS system launched in the majors this year, and MLB has been experimenting in the minors with technology allowing challenges to checked swing calls.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHKOJGCEUCIRW4BX3Q62CRTHFY.jpg?auth=1836d0c9ffd8278e300370ae518a899049d29ff264faec97eb9045dcea14fd17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles' Pete Alonso (25) reacts after hitting a foul ball during the seventh inning of a baseball game against the New York Yankees, Wednesday, Aug. 19, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Daughter seeks justice months after dad shot dead by woman in North Lauderdale Walmart parking lot]]></title><link>https://www.local10.com/news/local/2026/08/20/daughter-seeks-justice-months-after-dad-shot-dead-by-woman-in-north-lauderdale-walmart-parking-lot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/daughter-seeks-justice-months-after-dad-shot-dead-by-woman-in-north-lauderdale-walmart-parking-lot/</guid><dc:creator><![CDATA[Roy Ramos, Ryan Mackey]]></dc:creator><description><![CDATA[Nearly two months after a 62-year-old man was shot and killed following an argument over a parking spot outside a North Lauderdale Walmart, his family is still waiting for answers and says criminal charges should be filed.]]></description><pubDate>Thu, 20 Aug 2026 22:24:16 +0000</pubDate><content:encoded><![CDATA[<p>Nearly two months after a 62-year-old man was shot and killed following an <a href="https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/">argument over a parking spot outside a North Lauderdale Walmart</a>, his family is still waiting for answers and says criminal charges should be filed.</p><p>Bart Diguglielmo, of Lauderhill, was shot in late June after an argument with another woman, according to deputies with the Broward Sheriff’s Office. They said the two were arguing over a parking space when Diguglielmo was shot in the stomach and fell to the ground.</p><p>Deputies said Diguglielmo was taken to a hospital, where he later died from his injuries.</p><p>His daughter, Amanda Diguglielmo, described her father in an exclusive interview with Local 10 on Thursday as a devoted family man who worked as an emergency room trauma nurse for 30 years.</p><p>“He was a great man. He was a father, he was a grandfather (and) he was a brother,” she said.</p><p>Amanda Diguglielmo said her father was also a twin brother, a father of three and a sergeant in the Army.</p><p>When asked what she would miss most about her father, Amanda said, “Everything — being able to call him, have lunch, holidays, everything.”</p><p>Deputies said the woman who shot Diguglielmo claimed she fired in self-defense. But Amanda Diguglielmo and her attorney, Melissa Rodriguez, dispute that account.</p><p>“This was not a situation of self defense or stand your ground immunity. I don’t believe that the shooting was justified,” Rodriguez said. “I believe that criminal charges should be filed.” </p><p>Nearly two months after the shooting, no arrest has been made.</p><p>“Whether they find that it was justified or not, she has to live with that so really she ruined two families over a parking spot,” Amanda Diguglielmo said. “I want a full investigation and I want justice for him.” </p><p>The Broward State Attorney’s Office said its prosecutors continue to investigate the case.</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[Harvard agrees to $53 million settlement over body parts stolen and sold by former morgue manager]]></title><link>https://www.local10.com/news/national/2026/08/20/harvard-agrees-to-53-million-settlement-over-body-parts-stolen-and-sold-by-former-morgue-manager/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/harvard-agrees-to-53-million-settlement-over-body-parts-stolen-and-sold-by-former-morgue-manager/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Harvard Medical School says it agreed to pay $53 million to settle class action lawsuits by relatives of body donors whose remains were sold on the black market by its former morgue manager.]]></description><pubDate>Thu, 20 Aug 2026 22:20:26 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Harvard Medical School says it agreed to pay $53 million to settle class action lawsuits by relatives of body donors whose remains were sold on the black market by its former morgue manager.</p><p>Harvard Medical School Deans George Q. Daley and Bernard S. Chang announced the development in a letter to the community on Tuesday, calling the actions of former morgue manager Cedric Lodge “despicable, abhorrent, and a flagrant betrayal of our values as a medical community.”</p><p>Pending court approval, Harvard said that two class action settlement funds totaling $53 million will be established to resolve the lawsuits. A Harvard Medical School spokesperson on Thursday referred to the letter when asked for comment and said they had no additional information to share.</p><p>The lawsuits were brought by 47 relatives of people whose remains were potentially mishandled and sold. The remains were donated for research and education.</p><p>Harvard has said it cannot determine precisely which donors’ remains Lodge stole. After he was charged in 2023, the school said it reviewed information from federal investigators along with records showing when donors’ remains were sent for cremation and when Lodge was on campus to determine which donors may have been affected. The settlement covers relatives or designees of people who donated their remains to Harvard Medical School between Jan. 1, 2018, and March 31, 2023.</p><p>Last year, Lodge was sentenced to eight years in prison for stealing and selling body parts “as if they were baubles.” Authorities said Lodge was at the center of a ghoulish scheme in which he shipped brains, skin, hands and faces from cadavers to buyers in Pennsylvania and elsewhere.</p><p>His wife, Denise Lodge, was sentenced to just over a year in prison for assisting him. Six other people who bought remains from Cedric Lodge also pleaded guilty and have been sentenced, according to Harvard.</p><p>In one example, Cedric Lodge provided skin to a buyer so it could be tanned into leather and bound into a book, a “deeply horrifying reality,” Assistant U.S. Attorney Alisan Martin said in a court filing.</p><p>After Harvard finishes using a donated body for research or teaching, the body typically is returned to the family or cremated. Lodge acknowledged removing body parts before cremation. Harvard has said he acted without the school’s knowledge or permission.</p><p>In their letter, Daley and Chang said Lodge’s actions “do not reflect the reverence we hold for the altruistic individuals who selflessly donate their bodies” to the school’s Anatomical Gift Program.</p><p>“We reaffirm our deep sorrow and empathy for the families of donors who may have been impacted,” they said.</p><p>In addition to the payments, Harvard Medical School agreed to provide families with a statement condemning Lodge’s actions and summarizing improvements made to the Anatomical Gift Program. The school also plans to establish an annual financial aid scholarship for medical students beginning in the 2027-28 academic year to honor anatomical donors.</p><p>Harvard said it has enacted recommendations from a panel of outside experts appointed in 2023 to review the program after Lodge was charged.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OTEMRBBGCUCKXZ6RXCXKA3VF4A.jpg?auth=576b57aa8bec20e1a3a1f7d13bb115a0879a529df1e778272c1fcfd59696edb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Harvard Medical School is seen Aug. 18, 2022, in Boston. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[‘Survival mode’: Indiana residents endure a ninth day without power]]></title><link>https://www.local10.com/news/national/2026/08/20/survival-mode-indiana-residents-endure-a-ninth-day-without-power/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/survival-mode-indiana-residents-endure-a-ninth-day-without-power/</guid><dc:creator><![CDATA[By LAURA BARGFELD, R.J. RICO and ED WHITE, Associated Press]]></dc:creator><description><![CDATA[GARY, Ind. (AP) — Tens of thousands of residents in northwest Indiana were in survival mode Thursday as they endured a ninth day without power, throwing out spoiled food, lining up for hot meals and searching for places to charge their phones.]]></description><pubDate>Thu, 20 Aug 2026 22:14:51 +0000</pubDate><content:encoded><![CDATA[<p>GARY, Ind. (AP) — Tens of thousands of residents in northwest Indiana were in survival mode Thursday as they endured a ninth day without power, throwing out spoiled food, lining up for hot meals and searching for places to charge their phones.</p><p>In Gary, Indiana, schools remained closed after the deadly Aug. 11 storm downed trees and power lines. Residents turned to social media to find open laundromats and working Wi-Fi, while others sought food, diapers and cleaning wipes for low-income neighbors.</p><p>Meanwhile, heavy rains in central Ohio brought flash flooding that covered roadways Thursday morning in Columbus, the state capital, where emergency crews rescued motorists from stranded cars and saved a 12-year-old boy who was swept off a bridge.</p><p>Northern Indiana Public Service Co. said 68,000 customers were still without power as of Thursday morning, the majority of them in Lake County beside the Illinois border. The utility said it has restored power to 306,500 others since Aug. 11. But power is not expected to be fully restored until Tuesday in some places, including Gary.</p><p>Courtney Page-Tan, an Indiana University Indianapolis professor who studies community resilience, said health concerns grow each day of a prolonged outage. With many people using generators, poor ventilation can lead to carbon monoxide poisoning. In addition, those reliant on medical devices risk having them lose their charge, while refrigerated food once safe to eat could pose health risks as it spoils.</p><p>“Nine days is a long time for a community to be without power,” Page-Tan said.</p><p>Residents are exhausted from days without power</p><p>Shatiya Hardin, a hair stylist in Gary for 25 years, has been unable to open her salon since the storm. She said residents in her lower-income neighborhood initially took the outages in stride. But now patience is wearing thin.</p><p>“We’re always in survival mode in Gary. And I think that’s probably why it wasn’t so much of an uproar because the first few days, it was like, ‘OK, we’re used to this .... but this is the second week now," Hardin said. "It’s not OK for us to continually be in survival mode, doing the best that we can.”</p><p>More than a week after the initial storm, many residents in East Chicago, Indiana, who lost power regained it, but then lost it again. Kevin Mejia, who has a community Facebook page, was in that category Thursday.</p><p>“If I make one post, I get 500 comments,” Mejia, 30, said. “A lot of people have been reaching out to me for food: ‘Hey, I threw out hundreds of dollars in groceries.’ Elderly people don’t know who to turn to.”</p><p>He’s been sleeping on the floor because his mattress is too warm. With no power, his window air conditioners are silent.</p><p>Raydia Martin, assistant director of the Flourish Community Hub at Flourish Church in Gary, said the “silver lining” has been the response from volunteers and community groups.</p><p>“We thrive best, you know, as humans on certainty and predictability,” Martin said. “So for something so devastating to happen so quickly, it definitely takes a toll on people mentally. Just not knowing what’s coming next, where the next meal is going to come from, and when this is all going to be over. We need to have a light at the end of the tunnel."</p><p>The utility, NIPSCO, has called the destruction “unprecedented and widespread,” and said crews from around the country have arrived to help repair downed wires, broken poles and damaged equipment. Illinois, which is served by a different utility, recovered sooner from the same storm.</p><p>"No service territory is the same,” said Melody Birmingham, an executive at NIPSCO’s parent company.</p><p>Schools across northwest Indiana are still closed</p><p>The power outages have also disrupted the start of the school year for thousands of children.</p><p>Gary's school district, with about 4,300 students, started its school year in early August but has been closed since Aug. 13 and will remain closed through at least Friday, officials said.</p><p>Portage Township Schools had to cancel its Aug. 12 start of classes because of the storm and now is planning an Aug. 25 launch of the academic year. Officials this week said there are “existing safety concerns regarding trees down across several properties and damage that needs to be repaired.”</p><p>Page-Tan said school closures can have significant consequences for vulnerable families.</p><p>“For a lot of households that live paycheck to paycheck, if they are missing work because they’re unable to find childcare, it can be detrimental to the stability of a family,” she said.</p><p>Flash flooding brings new woes to central Ohio</p><p>About 250 miles (400 kilometers) southeast of Gary, heavy rains drenched Columbus, Ohio, with more than 3 inches (7 centimeters) of rain in 12 hours, Columbus Mayor Andrew Ginther said.</p><p>Two women who were on foot and trapped in a flooded creek were rescued, Fire Division Lt. Nick Davis said. He also reported that first responders saved the life of a 12-year-old bicyclist who was swept off a bridge in high water.</p><p>The city was still cleaning up from severe weekend thunderstorms when the heavy rains struck midweek.</p><p>“We’ve been all hands on deck supporting residents since last week,” Ginther said Thursday morning at a news conference. “We’re going to be focused on recovery, even with this curveball from Mother Nature.”</p><p>___</p><p>Rico reported from Atlanta and White from Detroit. Dylan Lovan in Louisville, Kentucky, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SASOQNKAZMXM43EWERCMVFH75Q.jpg?auth=26750d32f73a704d2975cec54119fa2ece4210c26095e15835182da0d9f5c0a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person prays before receiving a free boxed lunch at City Life Center in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZC3GFJOI5CRU7ZOJHBUMO5BKU.jpg?auth=cc2247f9e6b4525b200c2d0aa990dc875dd0c0c5dc23e96f5cb418331b7a6e34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyanna Borom wipes her tears while holding a free boxed lunch at City Life Center in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TLNAYOYHVYGJR555GDSAH3TNA.jpg?auth=9e8391f23242f3f402b6b1737777c66aa086146034c31680f767f2d3f3057c75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman sits inside the City Life Center as she waits for food in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/26MEK5LN2WK4LGAHVUME4ZSU2Q.jpg?auth=f8f33be346567bd466024be2e88b1608468ce3783f2df5b498494ff5f5649b39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look through donated clothes at City Life Center in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HRBGVY37CPQXXE4ZWVKAFJ74IQ.jpg?auth=236b9939a9c0597261f5bcdbe07591e91da333d135c7c5fad0b0f56fe8d48ea4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shatiya Hardin uses a flashlight as she looks around her basement after power outages at her house in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passes through the area. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA["No podemos pagar": deudores reclaman ayuda a Milei ante récord de morosidad]]></title><link>https://www.local10.com/espanol/2026/08/20/no-podemos-pagar-deudores-reclaman-ayuda-a-milei-ante-record-de-morosidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/no-podemos-pagar-deudores-reclaman-ayuda-a-milei-ante-record-de-morosidad/</guid><dc:creator><![CDATA[Por DÉBORA REY, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Argentina ha convivido durante décadas con fama de incumplidor serial de su deuda externa. Pero ahora se enfrenta al flagelo de millones de argentinos endeudados para poder sobrevivir en un contexto de una economía que no levanta y salarios insuficientes.]]></description><pubDate>Thu, 20 Aug 2026 21:53:45 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Argentina ha convivido durante décadas con fama de incumplidor serial de su deuda externa. Pero ahora se enfrenta al flagelo de millones de argentinos endeudados para poder sobrevivir en un contexto de una economía que no levanta y salarios insuficientes.</p><p>Según el Banco Central, cerca de la mitad de sus 45 millones de habitantes contrajo una deuda, principalmente con bancos y billeteras virtuales, de los cuales unos cinco millones de deudores están en mora. Préstamos personales y las tarjetas de crédito explican más del 70% del saldo irregular.</p><p>La tasa de morosidad con entidades financieras alcanzó 7,6% en mayo tras 19 meses de crecimiento interrumpido y registrando un máximo que supera los registros de las últimas dos décadas. El fenómeno se da en coincidencia con un estancamiento de la actividad económica y pérdida de poder adquisitivo de los trabajadores registrados.</p><p>Mientras el gobierno del liberal Javier Milei ha manifestado que el problema de los deudores es un “asunto privado” que deberán resolver con los bancos, este jueves tuvo lugar en Buenos Aires la primera movilización de morosos en reclamo de medidas urgentes que los ayuden a aliviar la carga de sus deudas con tasas de interés más accesibles que las actuales.</p><p>“Queremos que se declare una emergencia crediticia para los seis millones de personas que no están pudiendo pagar”, dijo a The Associated Press Fernando Moyano, de 34 años, integrante de Endeudados Organizados. “La gente quiere pagar, pero no puede. Deber te trae una cuestión de salud mental casi tan preocupante como la deuda misma”.</p><p>La agrupación ya reúne a más de 4.000 miembros con problemas para afrontar sus deudas.</p><p>Milei llegó al poder a fines de 2023 con la promesa de eliminar los altísimos aumentos de precios de Argentina, revertir sus crónicos déficits fiscales y en simultáneo honrar la deuda con acreedores externos –sólo con el FMI más de 50.000 millones de dólares--.</p><p>Si bien ha logrado desacelerar la inflación, bajar los gastos del Estado y cumplir con los pagos de deuda, la reactivación de la economía se demora y el consumo cae, en gran medida porque los salarios reales se han depreciado más del 8%.</p><p>“El aumento de la irregularidad de cartera en entidades financieras y no financieras responde a un problema macro. La insuficiencia de ingresos, sea por caída del poder adquisitivo, destrucción de puestos de trabajo o incremento de los gastos fijos por encima del promedio es el principal factor explicativo de esta dinámica”, dijo el público Banco Provincia en un informe difundido a fines de julio.</p><p>Moyano había contraído una deuda original equivalente a unos 5.280 dólares entre tarjeta de crédito y un crédito personal para saldar los gastos. A causa de los intereses por mora, la deuda actualmente asciende al equivalente a 20.000 dólares. “No estoy pagando, pero quiero pagar con tasas razonables y un plazo que pueda pagar”.</p><p>La movilización, frente al ministerio de Economía, contó con la adhesión de la Confederación General del Trabajo (CGT), la principal central sindical del país, y de otras organizaciones sociales.</p><p>“El endeudamiento de las familias trabajadoras es la consecuencia directa de un modelo que deteriora los ingresos y obliga a recurrir al crédito para asumir necesidades básicas”, expresó la central sindical en un comunicado.</p><p>Un problema político</p><p>A pesar de que distintos estudios de opinión pública muestran una caída en el apoyo a Milei por la caída de ingresos de la mayoría de la población, el gobierno por el momento no parece dispuesto modificar el rumbo del modelo económico.</p><p>“No hay que confundir empatía con políticas públicas”, dijo el ministro de Economía, Luis Caputo, en una reciente conferencia de prensa. Añadió que frente al crecimiento de la morosidad le solicitó a los bancos “mayor flexibilidad” para refinanciar las deudas y confía que la situación se irá regularizando en los próximos meses.</p><p>“Manejamos la plata de la gente, de los contribuyentes… entras en una situación incómoda: usar tu plata para compensar el banco que se te ocurra porque otorgo un mal crédito", dijo Caputo. "Se podría emitir, pero ya se sabe cómo termina eso. Es plata que no podemos usar para aumentar a fuerzas armadas o a las universidades”.</p><p>En el Congreso, partidos opositores han presentado varios proyectos para declarar la emergencia crediticia de las familias, pero por el momento las iniciativas no han prosperado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JHLY7ZHZUG5W5VR7IICGVRCZ7M.jpg?auth=5707770c9e9c676500629adae486cb108985a3e8d4c022ba3816d3b710df35e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un manifestante sostiene una pancarta durante una protesta frente al Ministerio de Economía, exigiendo medidas gubernamentales ante la crisis de endeudamiento de los hogares en Buenos Aires, Argentina, el jueves 20 de agosto de 2026. (Foto AP/Víctor R. Caivano)]]></media:description><media:credit role="author" scheme="urn:ebu">Victor R. Caivano</media:credit></media:content></item><item><title><![CDATA[Policía: Disputa por espacio de estacionamiento termina en enfrentamiento en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una disputa por un espacio de estacionamiento terminó en un enfrentamiento con la policía el jueves por la tarde en Fort Lauderdale, dijo la policía.]]></description><pubDate>Thu, 20 Aug 2026 21:49:20 +0000</pubDate><content:encoded><![CDATA[<p>Una disputa por un espacio de estacionamiento terminó en un enfrentamiento con la policía el jueves por la tarde en Fort Lauderdale, dijo la policía.</p><p>Agentes de la policía de Fort Lauderdale respondieron a un edificio de apartamentos de un piso en Miami Road y Southeast 19th Street, en un vecindario al oeste de Port Everglades.</p><p>Un hombre y una mujer, presuntamente involucrados en la disputa, se negaron a salir de un apartamento, según el sargento Patrick O’Brien, portavoz del Departamento de Policía de Fort Lauderdale.</p><p>Los dos finalmente salieron del apartamento, los agentes de policía los detuvieron y estaban investigando un reporte de que había armas involucradas, según O’Brien.</p><p>Los detectives pidieron a cualquier persona que tenga información sobre este u otros casos y que desee permanecer en el anonimato que llame a Broward County Crime Stoppers al 954-493-8477.</p><p>El editor de asignaciones de Local 10 News Carson Merlo contribuyó a este reporte.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1787255201926!6m8!1m7!1sALovrecsW72govbfNzmYWg!2m2!1d26.09732063695196!2d-80.13454800198853!3f294.1519913049564!4f-3.4356666644083873!5f2.678787697742165" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2052.08084385593!2d-80.1352802111145!3d26.09729817616182!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9006433d89355%3A0x3a1c682fa6bf0b6d!2s1901%20Miami%20Rd%2C%20Fort%20Lauderdale%2C%20FL%2033316!5e1!3m2!1sen!2sus!4v1787255055297!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWMJDSRT55CTZKIUV2HUSUSZGA.png?auth=c8a010bbcbd28a198f54fc7ecd1bc81b55743c09e7b44d803a287313cd456254&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers respond to a report of a dispute over a parking space on Thursday in Fort Lauderdale. Photo courtesy of J. Burke]]></media:description></media:content></item><item><title><![CDATA[Police: Dispute over parking space turns into standoff in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/20/police-dispute-over-parking-space-turns-into-standoff-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/police-dispute-over-parking-space-turns-into-standoff-in-fort-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A dispute over a parking space turned into a police standoff on Thursday afternoon in Fort Lauderdale, police said. ]]></description><pubDate>Thu, 20 Aug 2026 20:38:51 +0000</pubDate><content:encoded><![CDATA[<p>A dispute over a parking space turned into a police standoff on Thursday afternoon in Fort Lauderdale, police said. </p><p><a href="https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/">Leer en español</a></p><p>Fort Lauderdale police officers responded to a one-story apartment building at Miami Road and Southeast 19th Street, in a neighborhood west of Port Everglades. </p><p>A man and a woman, allegedly involved in the dispute, refused to come out of an apartment, according to Sgt. Patrick O’Brien, a spokesman for the Fort Lauderdale Police Department. </p><p>The two eventually walked out of the apartment, police officers detained them, and were investigating a report that weapons were involved, according to O’Brien. </p><p>Detectives asked anyone with information about this or other cases who wants to remain anonymous to call Broward County Crime Stoppers at 954-493-8477. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1787255201926!6m8!1m7!1sALovrecsW72govbfNzmYWg!2m2!1d26.09732063695196!2d-80.13454800198853!3f294.1519913049564!4f-3.4356666644083873!5f2.678787697742165" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2052.08084385593!2d-80.1352802111145!3d26.09729817616182!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9006433d89355%3A0x3a1c682fa6bf0b6d!2s1901%20Miami%20Rd%2C%20Fort%20Lauderdale%2C%20FL%2033316!5e1!3m2!1sen!2sus!4v1787255055297!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWMJDSRT55CTZKIUV2HUSUSZGA.png?auth=c8a010bbcbd28a198f54fc7ecd1bc81b55743c09e7b44d803a287313cd456254&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers respond to a report of a dispute over a parking space on Thursday in Fort Lauderdale. Photo courtesy of J. Burke]]></media:description></media:content></item><item><title><![CDATA[Dolphins, Giants get into multiple scuffles during heated joint practice]]></title><link>https://www.local10.com/sports/local/2026/08/20/dolphins-giants-get-into-multiple-scuffles-during-heated-joint-practice/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/20/dolphins-giants-get-into-multiple-scuffles-during-heated-joint-practice/</guid><dc:creator><![CDATA[Clay Ferraro, Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins’ joint practice with the New York Giants on Thursday was one of the most physical practices of training camp, with multiple fights breaking out throughout the session.]]></description><pubDate>Thu, 20 Aug 2026 20:20:01 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins’ joint practice with the New York Giants on Thursday was one of the most physical practices of training camp, with multiple fights breaking out throughout the session.</p><p><a href="https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/">Leer en español</a></p><p>The practice got heated early during the one-on-one portion. </p><p>Giants EDGE Abdul Carter threw a punch at Dolphins offensive tackle Patrick Paul after their rep, which quickly led to players from both teams getting into a shoving match. The coaching staffs stepped in to separate everyone and calm things down.</p><p>That was only the beginning.</p><p>More fights broke out as practice continued, including one defensive skirmish that lasted several minutes before the players were finally separated. </p><p>Later, Dolphins offensive tackle Austin Jackson got into it with Giants defensive end Kayvon Thibodeaux and threw a punch. Jackson was removed from that 11-on-11 period and the following series before eventually returning for the situational portion of practice.</p><p>There was even another confrontation after practice ended, as both teams gathered in front of the fans to hear from their coaches.</p><p>The Dolphins had entered Thursday’s practice with a clear expectation from head coach Jeff Hafley that fighting would not be tolerated. Still, the intensity between the two teams continued to rise throughout the day.</p><p>Dolphins center Aaron Brewer said the team tried to stay composed, but things can get heated when players are competing at full speed.</p><p>“We try to hold our composure as much as we can, but when you’re out here playing football, things get chippy,” Brewer said. “People are out there competing and taking it all the way to the edge. We didn’t try to initiate anything, but when someone comes at you, you’ve got to hold your ground.”</p><p>The Dolphins also showed that they weren’t going to simply back down from the Giants. That was different from last year’s joint practice against the Chicago Bears, when Miami struggled to respond to the physicality of Chicago’s defense.</p><p>Thursday’s practice also featured several notable plays.</p><p>Giants EDGE Chauncey Golston recorded three sacks as Miami’s starting offensive line had trouble handling some of New York’s pressure packages. Giants quarterback Jaxson Dart connected with rookie wide receiver Malachi Fields for a 48-yard completion against cornerback Jason Marshall Jr..</p><p>Dolphins rookie linebacker Jacob Rodriguez also made a big play, intercepting a pass from Dart after tipping it to himself.</p><p>Offensive tackle Caedan Wallace, who Miami recently acquired from New England, struggled while filling in for Austin Jackson at first-team right tackle. Wallace appeared to have trouble in pass protection and was also involved in some questionable holding plays.</p><p>Giants cornerback Paulson Adebayo intercepted Dolphins quarterback Malik Willis after what appeared to be a poor decision on a throw intended for rookie wide receiver Caleb Douglas.</p><p>Overall, it was a long day for the Dolphins’ offense who were outplayed for most of the day by the Giants’ front seven.</p><p><b>Next up</b></p><p>The Dolphins will host the Giants in their preseason opener at Hard Rock Stadium on Saturday. </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[Dolphins y Giants protagonizan varios altercados durante acalorada práctica conjunta]]></title><link>https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/</guid><dc:creator><![CDATA[Clay Ferraro, Ryan Mackey]]></dc:creator><description><![CDATA[La práctica conjunta de los Miami Dolphins con los New York Giants el jueves fue una de las más físicas del campamento de entrenamiento, con múltiples peleas que estallaron durante la sesión.]]></description><pubDate>Thu, 20 Aug 2026 21:46:12 +0000</pubDate><content:encoded><![CDATA[<p>La práctica conjunta de los Miami Dolphins con los New York Giants este jueves fue una de las más físicas del campamento de entrenamiento, con múltiples peleas que estallaron durante la sesión.</p><p>La práctica se tornó acalorada desde temprano durante la parte de enfrentamientos uno contra uno.</p><p>El EDGE de los Giants Abdul Carter lanzó un puñetazo al tackle ofensivo de los Dolphins Patrick Paul después de su enfrentamiento, lo que rápidamente provocó que jugadores de ambos equipos comenzaran a empujarse. Los cuerpos técnicos intervinieron para separarlos y calmar la situación.</p><p>Eso fue solo el comienzo.</p><p>Más peleas estallaron a medida que continuaba la práctica, incluida una trifulca defensiva que duró varios minutos antes de que los jugadores finalmente fueran separados.</p><p>Más tarde, el tackle ofensivo de los Dolphins Austin Jackson tuvo un altercado con el ala defensiva de los Giants Kayvon Thibodeaux y lanzó un puñetazo. Jackson fue retirado de ese período de 11 contra 11 y de la siguiente serie antes de regresar finalmente para la parte de situaciones específicas de la práctica.</p><p>Incluso hubo otro enfrentamiento después de que terminó la práctica, cuando ambos equipos se reunieron frente a los aficionados para escuchar a sus entrenadores.</p><p>Los Dolphins habían llegado a la práctica del jueves con una clara advertencia del entrenador en jefe Jeff Hafley de que no se tolerarían las peleas. Aun así, la intensidad entre los dos equipos continuó aumentando a lo largo del día.</p><p>El centro de los Dolphins Aaron Brewer dijo que el equipo intentó mantener la compostura, pero las cosas pueden ponerse tensas cuando los jugadores compiten a toda velocidad.</p><p>“Tratamos de mantener la compostura tanto como podemos, pero cuando estás aquí jugando fútbol americano, las cosas se ponen tensas”, dijo Brewer. “La gente está compitiendo y llevándolo todo al límite. No intentamos iniciar nada, pero cuando alguien viene contra ti, tienes que mantenerte firme”.</p><p>Los Dolphins también demostraron que no iban simplemente a dejarse intimidar por los Giants. Eso fue diferente a la práctica conjunta del año pasado contra los Chicago Bears, cuando Miami tuvo dificultades para responder al juego físico de la defensa de Chicago.</p><p>La práctica del jueves también contó con varias jugadas destacadas.</p><p>El EDGE de los Giants Chauncey Golston registró tres capturas mientras la línea ofensiva titular de Miami tuvo problemas para contener algunos de los esquemas de presión de Nueva York. El mariscal de campo de los Giants Jaxson Dart conectó con el receptor novato Malachi Fields para una recepción de 48 yardas ante el esquinero Jason Marshall Jr.</p><p>El linebacker novato de los Dolphins Jacob Rodriguez también realizó una gran jugada, interceptando un pase de Dart después de desviarlo hacia sí mismo.</p><p>El tackle ofensivo Caedan Wallace, a quien Miami adquirió recientemente de New England, tuvo dificultades mientras sustituía a Austin Jackson como tackle derecho del primer equipo. Wallace pareció tener problemas en la protección de pase y también estuvo involucrado en algunas jugadas cuestionables por sujetar.</p><p>El esquinero de los Giants Paulson Adebayo interceptó al mariscal de campo de los Dolphins Malik Willis después de lo que pareció ser una mala decisión en un pase dirigido al receptor novato Caleb Douglas.</p><p>En general, fue un día largo para la ofensiva de los Dolphins, que fue superada durante la mayor parte de la jornada por los siete defensivos frontales de los Giants.</p><p><b>Próximo partido</b></p><p>Los Dolphins recibirán a los Giants en su primer partido de pretemporada en el Hard Rock Stadium el sábado.</p>]]></content:encoded></item><item><title><![CDATA[Lantana police seek vandals who defaced church, police memorial]]></title><link>https://www.local10.com/news/florida/2026/08/20/lantana-police-seek-vandals-who-defaced-church-police-memorial/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/20/lantana-police-seek-vandals-who-defaced-church-police-memorial/</guid><description><![CDATA[Police in Palm Beach County are investigating a series of vandalism incidents in Lantana, including historic churches and a memorial for fallen police officers.]]></description><pubDate>Thu, 20 Aug 2026 21:10:27 +0000</pubDate><content:encoded><![CDATA[<p>Police in Palm Beach County are investigating a series of vandalism incidents in Lantana, including historic churches and a memorial for fallen police officers.</p><p><a href="https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/">Leer en español</a></p><p>Police say one of the town’s oldest buildings, the Chapel of the Holy Spirit, was defaced with upside-down crosses and other anti-Christian graffiti.</p><p>Police are asking the public for help identifying the vandals.</p><p>“I’m sickened. It’s very sickening to me. I imagine most people are disgusted by it,” Lantana Mayor Karen Lythgoe said.</p><p>Police are working to find out who took a late-night trip around Lantana with a spray paint bottle, vandalizing several locations.</p><p>“Who does something like this? Someone who is not a good person,” Lantana resident Cindy Sousa said.</p><p>Upside-down crosses and other anti-Christian graffiti covered the chapel, upsetting neighbors.</p><p>“I used to be a teacher in the monetary priest school. It’s heartbreaking to see this,” Sousa said. “It’s disgusting to see the side of that building decimated like that.”</p><p>A few blocks away, a memorial for fallen police officers was also desecrated. The word “pigs” was painted on the stone.</p><p>“These are people that gave their lives serving the community,” Lythgoe said.</p><p>Across the street from the memorial, more graffiti was found on the back of an abandoned strip mall. A Burger King dumpster was also vandalized.</p><p>Assistant Chief Daniel Navas with the Lantana Police Department said investigators believe the incidents happened at some point over the weekend.</p><p>“We’re not leaving any leaves unturned. We’re exploring every option,” Navas said.</p><p>No arrests have been made.</p><p>“We’re outraged and we’re committed to locating and holding those accountable who damaged the memorial,” Navas said.</p><p>The fallen officers memorial has since been restored, with the paint scrubbed away.</p><p>Lythgoe said the community came together to create the memorial out of respect.</p><p>“We should all be coming together, not destroying the communities we live in,” she said. “There’s no point in defacing property.”</p><p>Police are asking people to check their security and Ring cameras for any information that could help identify the vandals.</p><p>Anyone with information is urged to contact the Lantana Police Department.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Policía de Lantana busca a vándalos que dañaron iglesia y monumento policial]]></title><link>https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/</guid><description><![CDATA[La policía del condado Palm Beach investiga una serie de actos de vandalismo en Lantana, incluidos daños a iglesias históricas y a un monumento en honor a agentes de policía caídos.]]></description><pubDate>Thu, 20 Aug 2026 21:43:21 +0000</pubDate><content:encoded><![CDATA[<p>La policía del condado Palm Beach investiga una serie de actos de vandalismo en Lantana, incluidos daños a iglesias históricas y a un monumento en honor a agentes de policía caídos.</p><p>La policía dice que uno de los edificios más antiguos de la ciudad, la Capilla del Espíritu Santo, fue vandalizado con cruces invertidas y otros grafitis anticristianos.</p><p>La policía pide la ayuda del público para identificar a los vándalos.</p><p>“Estoy consternada. Es algo muy repugnante para mí. Imagino que la mayoría de las personas están indignadas por esto”, dijo la alcaldesa de Lantana, Karen Lythgoe.</p><p>La policía trabaja para averiguar quién recorrió Lantana a altas horas de la noche con una lata de pintura en aerosol, vandalizando varios lugares.</p><p>“¿Quién hace algo así? Alguien que no es una buena persona”, dijo Cindy Sousa, residente de Lantana.</p><p>Cruces invertidas y otros grafitis anticristianos cubrieron la capilla, causando indignación entre los vecinos.</p><p>“Yo solía ser maestra en la escuela sacerdotal monetaria. Es desgarrador ver esto”, dijo Sousa. “Es repugnante ver el costado de ese edificio destruido de esa manera”.</p><p>A pocas cuadras de distancia, un monumento en honor a agentes de policía caídos también fue profanado. La palabra “cerdos” fue pintada sobre la piedra.</p><p>“Estas son personas que dieron sus vidas sirviendo a la comunidad”, dijo Lythgoe.</p><p>Al otro lado de la calle del monumento, se encontraron más grafitis en la parte trasera de un centro comercial abandonado. Un contenedor de basura de Burger King también fue vandalizado.</p><p>El subjefe Daniel Navas, del Departamento de Policía de Lantana, dijo que los investigadores creen que los incidentes ocurrieron en algún momento durante el fin de semana.</p><p>“No vamos a dejar ninguna posibilidad sin investigar. Estamos explorando todas las opciones”, dijo Navas.</p><p>No se han realizado arrestos.</p><p>“Estamos indignados y comprometidos a localizar y hacer responsables a quienes dañaron el monumento”, dijo Navas.</p><p>Desde entonces, el monumento a los agentes caídos ha sido restaurado y la pintura fue eliminada.</p><p>Lythgoe dijo que la comunidad se unió para crear el monumento como muestra de respeto.</p><p>“Todos deberíamos unirnos, no destruir las comunidades en las que vivimos”, dijo. “No tiene sentido dañar la propiedad”.</p><p>La policía pide a las personas que revisen sus cámaras de seguridad y cámaras Ring en busca de cualquier información que pueda ayudar a identificar a los vándalos.</p><p>Se exhorta a cualquier persona que tenga información a comunicarse con el Departamento de Policía de Lantana.</p>]]></content:encoded></item><item><title><![CDATA[Capitán de barco es trasladado en helicóptero tras ser alcanzado por un rayo frente a Islamorada]]></title><link>https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/</guid><dc:creator><![CDATA[Chris Gothner, Janine Stanwood, Hannah Yechivi]]></dc:creator><description><![CDATA[Un capitán de barco de alquiler de los Cayos de Florida fue trasladado en helicóptero a un hospital del condado Miami-Dade después de ser alcanzado por un rayo la mañana del jueves, según supo Local 10 News.]]></description><pubDate>Thu, 20 Aug 2026 15:27:57 +0000</pubDate><content:encoded><![CDATA[<p>Un capitán de barco de alquiler de los Cayos de Florida fue trasladado en helicóptero a un hospital del condado Miami-Dade después de ser alcanzado por un rayo la mañana del jueves, según supo Local 10 News.</p><p>El impacto ocurrió alrededor de las 6 a.m. frente al marcador de milla 81 en Islamorada, cuando el grupo, encabezado por el capitán Richard Stanczyk de Stanz Fishing, se encontró con un aguacero mientras se dirigía a pescar en la bahía con clientes, uno de los cuales pidió ayuda posteriormente.</p><p>Las autoridades dijeron que la embarcación quedó inoperable después del impacto y un barco de remolque la llevó a Bud N’ Mary’s Marina, en 79851 Overseas Highway, donde los paramédicos trasladaron en helicóptero a Stanczyk, de 44 años, hacia Miami-Dade.</p><p>Su condición no se conocía de inmediato hasta finales de la mañana del jueves.</p>]]></content:encoded></item><item><title><![CDATA[Man previously accused of slashing giant FIFA ball arrested in Surfside antisemitic attack, cops say]]></title><link>https://www.local10.com/news/local/2026/08/20/man-previously-accused-of-slashing-giant-fifa-ball-arrested-in-surfside-antisemitic-attack-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/man-previously-accused-of-slashing-giant-fifa-ball-arrested-in-surfside-antisemitic-attack-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 35-year-old man who was arrested earlier this year after police accused him of slashing a giant inflatable FIFA ball that was on display in Miami Beach during the World Cup is now accused of threatening to kill a person during an antisemitic attack in Surfside, according to an arrest report.]]></description><pubDate>Thu, 20 Aug 2026 21:17:02 +0000</pubDate><content:encoded><![CDATA[<p>A 35-year-old man who was arrested earlier this year after police accused him of <a href="https://www.local10.com/news/local/2026/06/16/man-accused-of-slashing-giant-inflatable-fifa-ball-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/man-accused-of-slashing-giant-inflatable-fifa-ball-in-miami-beach/">slashing a giant inflatable FIFA ball</a> that was on display in Miami Beach during the 2026 FIFA World Cup is now accused of threatening to kill a person during an unrelated antisemitic attack in Surfside, according to an arrest report.</p><p><a href="https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/">Leer en español</a></p><p>Jail records show Jorden Stephen Perozo, of Miami Beach, was arrested Wednesday by the Surfside Police Department and is facing one count each of battery with prejudice and harassing or intimidating a person based on religious or ethnic heritage. </p><p>The latest incident happened around 9:15 p.m. Sunday near the 9500 block of Harding Avenue in Surfside, the report states.</p><p>According to the report, a man and his wife, who were visiting from New York, were walking along Harding Avenue when Perozo approached them on an electric scooter. </p><p>The victim told police Perozo cursed at him, his wife and others in the Jewish community as they crossed the street. </p><p>The report states that Perozo became agitated and punched the victim on the side of the head. </p><p>“Now you’re going to die,” Perozo told the victim, according to the report. “Walk away before I kill you.”</p><p>Perozo continued cursing and made statements targeting Israel and Palestine, while telling the victims, “I hate you motherf-----s. You evil demons,” according to the report.</p><p>The victim’s wife recorded the altercation on her cellphone, the report states.</p><p>Police said they arrested Perozo Wednesday at his job and took him into custody without incident. </p><p>The woman who authorities say was verbally assaulted told Local 10 News that Surfside police acted quickly to arrest the suspect.</p><p>Sunday’s incident was not Perazo’s first run-in with the law. </p><p>Police said Perozo was previously arrested June 15 on a criminal mischief charge after they accused him of slashing a giant inflatable FIFA ball that was on display in Miami Beach as the city hosted World Cup matches.</p><p>According to an arrest report from that case, a witness told police he saw a man slash the inflatable ball near 71st Street and Rue Vendome before quickly leaving on an electric scooter.</p><p>In that case, police used city surveillance cameras to locate Perozo, who was sitting inside a parked Nissan sedan near 81st Street and Hawthorne Avenue, according to the report.</p><p>Following his arrest on Wednesday, Perozo was being held at the Turner Guilford Knight Correctional Center on a $6,000 bond as of Thursday. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Honran a sargento de la policía de Miami Beach por salvar la vida de hombre que se asfixiaba mientras estaba fuera de servicio]]></title><link>https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Un miembro del Departamento de Policía de Miami Beach fue reconocido por actuar rápidamente para salvar la vida de un hombre.]]></description><pubDate>Thu, 20 Aug 2026 17:50:10 +0000</pubDate><content:encoded><![CDATA[<p>Un miembro del Departamento de Policía de Miami Beach fue reconocido por actuar rápidamente para salvar la vida de un hombre.</p><p>El sargento de la Policía de Miami Beach Alex Bello fue reconocido por sus acciones heroicas al salvar a un hombre de edad avanzada que se estaba asfixiando mientras almorzaba el sábado en Hialeah.</p><p>“Por lo general soy una persona muy tímida, así que toda esta atención es un poco abrumadora, pero simplemente me alegra haber estado en el lugar correcto en el momento indicado”, dijo Bello. “Y que una familia todavía pueda tener a su ser querido aquí con ellos”.</p><p>Un video del incidente muestra a Bello entrando en acción mientras el veterano de 29 años de MBPD, quien estaba fuera de servicio en ese momento, realizaba la maniobra de Heimlich a la víctima que se estaba asfixiando.</p><p>“Bueno, en el restaurante, tan pronto como todos pudieron ver que estaba despierto y consciente, comenzaron a aplaudir”, dijo Bello. “La esposa obviamente estaba eufórica y muy agradecida, y el personal del restaurante también fue muy servicial y agradecido de que estuviéramos allí para ayudar a este hombre”.</p><p>Bello estaba en Hialeah para trabajar en el almacén de evidencias de MBPD.</p><p>El jefe de la Policía de Miami Beach, Wayne Jones, entregó a Bello el Premio por Salvar una Vida del departamento durante una ceremonia el jueves.</p><p>“Para esto me inscribí, para ayudar a las personas”, dijo Bello. “Estoy muy agradecido de haber podido ayudar a salvar la vida de este hombre”.</p>]]></content:encoded></item><item><title><![CDATA[Incendio en apartamento de Miami-Dade deja dos heridos, incluido un bombero, dicen socorristas]]></title><link>https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/</guid><dc:creator><![CDATA[Ryan Mackey, Terrell Forney]]></dc:creator><description><![CDATA[Un fuerte incendio en un edificio de apartamentos de Miami-Dade la mañana del jueves dejó dos personas heridas, incluido un bombero, según funcionarios de bomberos y rescate.]]></description><pubDate>Thu, 20 Aug 2026 19:16:02 +0000</pubDate><content:encoded><![CDATA[<p>Un fuerte incendio en un edificio de apartamentos de Miami-Dade la mañana del jueves dejó dos personas heridas, incluido un bombero, según funcionarios de bomberos y rescate.</p><p>Las autoridades dijeron que paramédicos de Miami-Dade Fire Rescue respondieron aproximadamente a las 11:55 a.m. a un edificio de apartamentos de tres pisos cerca de la cuadra 1200 de Northwest 95th Street, en el área no incorporada de West Little River del condado.</p><p>Los bomberos ingresaron inmediatamente al edificio para combatir las llamas, y el incendio fue elevado a una segunda alarma mientras se solicitaban unidades adicionales, dijeron funcionarios.</p><p>Los equipos trabajaron para extinguir el incendio mientras registraban el edificio en busca de ocupantes y verificaban una posible propagación del fuego. También se desplegó una escalera aérea hasta el techo para apoyar las labores de extinción y ventilación, según MDFR.</p><p>Funcionarios de bomberos y rescate dijeron que un bombero que respondió al lugar sufrió lesiones menores. Dijeron que al menos un bombero y otra persona fueron trasladados a un hospital cercano, mientras que una tercera persona rechazó ser trasladada.</p><p>Las autoridades dijeron que el incendio fue extinguido y los bomberos permanecieron en el lugar para monitorear puntos calientes y ventilar el edificio.</p><p>Dijeron que la causa del incendio continúa bajo investigación.</p><p>Funcionarios de MDFR también confirmaron que se solicitó la asistencia de la Cruz Roja Americana para ayudar a los residentes afectados por el incendio.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a hombre previamente acusado de cortar balón gigante de la FIFA por ataque antisemita en Surfside, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[Un hombre de 35 años que fue arrestado a principios de este año después de que la policía lo acusara de cortar un balón inflable gigante de la FIFA que estaba en exhibición en Miami Beach durante la Copa Mundial ahora está acusado de amenazar de muerte a una persona durante un ataque antisemita en Surfside, según un informe de arresto.]]></description><pubDate>Thu, 20 Aug 2026 21:38:20 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 35 años que fue arrestado a principios de este año después de que la policía lo acusara de <a href="https://www.local10.com/espanol/2026/06/16/acusan-a-hombre-de-cortar-enorme-balon-inflable-de-la-fifa-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/16/acusan-a-hombre-de-cortar-enorme-balon-inflable-de-la-fifa-en-miami-beach/">cortar un balón inflable gigante de la FIFA </a>que estaba en exhibición en Miami Beach durante la Copa Mundial de la FIFA 2026 ahora está acusado de amenazar de muerte a una persona durante un ataque antisemita no relacionado en Surfside, según un informe de arresto.</p><p>Los registros de la cárcel muestran que Jorden Stephen Perozo, de Miami Beach, fue arrestado el miércoles por el Departamento de Policía de Surfside y enfrenta un cargo de agresión física motivada por prejuicio y otro por acosar o intimidar a una persona debido a su origen religioso o étnico.</p><p>El incidente más reciente ocurrió alrededor de las 9:15 p.m. del domingo cerca de la cuadra 9500 de Harding Avenue en Surfside, señala el informe.</p><p>Según el informe, un hombre y su esposa que estaban de visita desde Nueva York caminaban por Harding Avenue cuando Perozo se les acercó en un scooter eléctrico.</p><p>La víctima dijo a la policía que Perozo lo insultó a él, a su esposa y a otras personas de la comunidad judía mientras cruzaban la calle.</p><p>El informe señala que Perozo se alteró y golpeó a la víctima en un costado de la cabeza.</p><p>“Ahora vas a morir”, le dijo Perozo a la víctima, según el informe. “Aléjate antes de que te mate”.</p><p>Perozo continuó insultando e hizo declaraciones dirigidas contra Israel y Palestina, mientras les decía a las víctimas: “Los odio, hijos de p—. Demonios malvados”, según el informe.</p><p>La esposa de la víctima grabó el altercado con su teléfono celular, señala el informe.</p><p>La policía dijo que arrestó a Perozo el miércoles en su trabajo y lo detuvo sin incidentes.</p><p>La mujer que, según las autoridades, fue agredida verbalmente dijo a Local 10 News que la policía de Surfside actuó rápidamente para arrestar al sospechoso.</p><p>El incidente del domingo no fue el primer encuentro de Perozo con la ley.</p><p>La policía dijo que Perozo fue arrestado previamente el 15 de junio por un cargo de daños a la propiedad después de que lo acusaran de cortar un balón inflable gigante de la FIFA que estaba en exhibición en Miami Beach mientras la ciudad albergaba partidos de la Copa Mundial.</p><p>Según un informe de arresto de ese caso, un testigo dijo a la policía que vio a un hombre cortar el balón inflable cerca de 71st Street y Rue Vendome antes de alejarse rápidamente en un scooter eléctrico.</p><p>En ese caso, la policía utilizó cámaras de vigilancia de la ciudad para localizar a Perozo, quien estaba sentado dentro de un sedán Nissan estacionado cerca de 81st Street y Hawthorne Avenue, según el informe.</p><p>Tras su arresto el miércoles, Perozo permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $6,000 USD hasta la mañana del jueves.</p>]]></content:encoded></item><item><title><![CDATA[Urologist accused of sexually battering medical students while working for UM]]></title><link>https://www.local10.com/news/local/2026/08/20/urologist-accused-of-sexually-battering-medical-students-while-working-for-um/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/urologist-accused-of-sexually-battering-medical-students-while-working-for-um/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[An award-winning urologist who was once a professor at the University of Miami ― and who later went to work in Dubai ― is now back in South Florida to answer to allegations that he sexually battered multiple medical students during his time at UM.]]></description><pubDate>Thu, 20 Aug 2026 21:13:04 +0000</pubDate><content:encoded><![CDATA[<p>An <a href="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award" target="_self" rel="" title="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award">award-winning urologist</a> who was once a professor at the University of Miami ― and who later went to work in Dubai ― is now back in South Florida to answer to allegations that he sexually battered multiple medical students during his time at UM.</p><p><a href="https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/">Leer en español</a></p><p>Miami police said Dr. Ranjith Ramasamy, 45, once the university’s director of male reproductive medicine and surgery, did so under the guise of performing invasive and sometimes painful medical examinations that an outside expert later determined were unnecessary.</p><p>In an arrest warrant, Miami Police Department Detective Louis Joseph wrote that there were “six victims,” three of whom whose allegations form the basis for Ramasamy’s three sexual battery charges. They stem from his tenure of nearly a decade at UM, which ended in 2024. All of the identified victims were men.</p><p>According to the warrant, Ramasamy sought semen samples from the students ― some of which were done under the initial pretense of research ― and subjected them to unneeded testicular, penis and rectal examinations, including “prostate massages,” after claiming that the samples showed abnormalities.</p><p>Ramasamy even used a “false STD test” with one victim “to justify further interventions that were not medically necessary,” Joseph wrote, saying that Ramasamy subjected the man to “serial examinations of the genitals and prostate every week” without any medical reason.</p><p>Ramasamy, who formerly lived in Pinecrest and whose current listed address is in rural Sarasota County, returned to South Florida from Dubai to voluntarily self-surrender, according to court proceedings on Thursday. </p><p>Records show he was arrested at Miami International Airport at around 10:45 a.m. Thursday by deputies with the Miami-Dade Sheriff’s Office.</p><p>In court on Thursday, he was ordered held on a $120,000 bond, to be on house arrest with a GPS monitor and to have no contact with his accusers.</p><p>Local 10 News has contacted UM seeking comment.</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/XRVHTSGKKFA3VBNJTRCVF2TEHM.jpg?auth=121d8fb290515c79656eb8ea285d82aa88d7a17cdc545213b0583dce20a9cedf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Ranjith Ramasamy]]></media:description></media:content></item><item><title><![CDATA[Acusan a urólogo de agredir sexualmente a estudiantes de medicina mientras trabajaba para UM]]></title><link>https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un urólogo galardonado que fue profesor de la Universidad de Miami y que posteriormente se fue a trabajar a Dubái está ahora de regreso en el sur de Florida para responder a acusaciones de que agredió sexualmente a varios estudiantes de medicina durante su tiempo en UM.]]></description><pubDate>Thu, 20 Aug 2026 21:35:23 +0000</pubDate><content:encoded><![CDATA[<p>Un urólogo <a href="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award" target="_blank" rel="noreferrer" title="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award">galardonado</a> que fue profesor de la Universidad de Miami y que posteriormente se fue a trabajar a Dubái está ahora de regreso en el sur de Florida para responder a acusaciones de que agredió sexualmente a varios estudiantes de medicina durante su tiempo en UM.</p><p>La policía de Miami dijo que el Dr. Ranjith Ramasamy, de 45 años, quien fue director de medicina y cirugía reproductiva masculina de la universidad, lo hizo bajo el pretexto de realizar exámenes médicos invasivos y, en ocasiones, dolorosos, que posteriormente un experto externo determinó que eran innecesarios.</p><p>En una orden de arresto, el detective Louis Joseph, del Departamento de Policía de Miami, escribió que había “seis víctimas”, tres de las cuales presentaron acusaciones que constituyen la base de los tres cargos de agresión sexual contra Ramasamy. Los cargos se derivan de su permanencia de casi una década en UM, que terminó en 2024. Todas las víctimas identificadas eran hombres.</p><p>Según la orden, Ramasamy solicitó muestras de semen a los estudiantes, algunas de las cuales fueron obtenidas inicialmente bajo el pretexto de una investigación, y los sometió a exámenes innecesarios de los testículos, el pene y el recto, incluidos “masajes de próstata”, después de afirmar que las muestras mostraban anomalías.</p><p>Ramasamy incluso utilizó una “prueba falsa de enfermedades de transmisión sexual” con una víctima “para justificar intervenciones adicionales que no eran médicamente necesarias”, escribió Joseph, quien señaló que Ramasamy sometió al hombre a “exámenes recurrentes de los genitales y la próstata todas las semanas” sin ninguna razón médica.</p><p>Ramasamy, quien anteriormente vivía en Pinecrest y cuya dirección actual registrada se encuentra en una zona rural del condado Sarasota, regresó al sur de Florida desde Dubái para entregarse voluntariamente, según lo expuesto durante una audiencia judicial el jueves.</p><p>Los registros muestran que fue arrestado en el Aeropuerto Internacional de Miami alrededor de las 10:45 a.m. del jueves por agentes de la Oficina del Sheriff de Miami-Dade.</p><p>En una audiencia judicial el jueves, se ordenó que permaneciera detenido con una fianza de $120,000 USD, que cumpliera arresto domiciliario con un monitor GPS y que no tuviera contacto con sus acusadores.</p><p>Local 10 News se comunicó con UM para solicitar comentarios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRVHTSGKKFA3VBNJTRCVF2TEHM.jpg?auth=121d8fb290515c79656eb8ea285d82aa88d7a17cdc545213b0583dce20a9cedf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Ranjith Ramasamy]]></media:description></media:content></item><item><title><![CDATA[Army will shut down a unit in Europe focused on learning drone warfare]]></title><link>https://www.local10.com/news/world/2026/08/20/army-will-shut-down-a-unit-in-europe-focused-on-learning-drone-warfare/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/army-will-shut-down-a-unit-in-europe-focused-on-learning-drone-warfare/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — An Army unit based in Europe that was specializing in drone warfare has been directed to end its efforts to learn and use the battlefield technology and return to being a traditional infantry battalion, officials said Thursday.]]></description><pubDate>Thu, 20 Aug 2026 22:06:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — An Army unit based in Europe that was specializing in drone warfare has been directed to end its efforts to learn and use the battlefield technology and return to being a traditional infantry battalion, officials said Thursday.</p><p>For more nearly a year, soldiers of the 173rd Airborne Brigade have been experimenting and building their own drones, as well as participating in drills on waging unmanned warfare after Ukraine pioneered such tactics in its yearslong conflict with Russia. Last November, 600 soldiers formed a battalion that specialized in drone warfare and was set up to be used as a dedicated unit that could deploy anywhere drones were required.</p><p>Gen. Christopher LaNeve, the Army's acting chief of staff, has ordered the battalion to refocus on its core mission of being an airborne infantry unit, according to two U.S. officials who spoke on condition of anonymity to discuss internal Army deliberations. The Wall Street Journal earlier reported the change.</p><p>The move comes amid a broader reshuffling of the Army under LaNeve, who has been its top uniformed leader since Defense Secretary Pete Hegseth suddenly ousted Gen. Randy George in April.</p><p>The decision also comes despite the Iran war showing the need for the U.S. to learn lessons about drone warfare from Ukraine. Iran has deployed its low-cost Shahed drones against ships and bases, killing U.S. troops, downing an Army helicopter and forcing the military to expend precious supplies of advanced interceptors.</p><p>Ukrainian President Volodymyr Zelenskyy said in March that Ukrainian officials were helping five countries in the Middle East and Gulf region counter Iranian drone attacks, while the United States and European countries were among others that had requested support.</p><p>Drone unit had expected to continue its work before Army leader's ousting</p><p>The overall 173rd Airborne Brigade, which is based in Italy and Germany, has been involved in drone warfare even before last November.</p><p>In May 2025, the Army highlighted that soldiers from the brigade were designing and building their own attack drones in a new “first-person view (FPV) drone lab” at Caserma Del Din, Italy.</p><p>Its commander at the time, Col. Joshua Gaspard, said in an Army media post that his soldiers “see videos of FPV drones in Ukraine all over Instagram and the news media” and they were “excited to be using these systems.”</p><p>The unit also dabbled in artificial intelligence, which Hegseth has been pushing, and designing drones resistant to jamming.</p><p>An Army statement said the specialized drone unit will wrap up its experimentation following two major exercises in Germany this month and next, then “deliver what it learned there, together with the past year’s findings, to the Army to inform force design and future experimentation.”</p><p>A third official, who, like the others, spoke on condition of anonymity to detail internal moves, noted the expectation was always that the exercises would be a “culminating event” for the drone battalion and that its future would then be reevaluated. During George’s tenure, most expected the unit to continue its work in drone warfare, the official said.</p><p>“The unit was tasked to study and absorb lessons from dedicated unmanned systems forces, including those developed by the Ukrainian armed forces, and to provide that feedback to the Army in support of the Department’s direction to accelerate U.S. military drone dominance,” the Army said in a statement.</p><p>The Army had previously prioritized efforts to use drones</p><p>Integrating drones into the Army's tactics was a major focus for LaNeve's predecessor. George, alongside Army Secretary Dan Driscoll, last year rolled out what they called the Army Transformation Initiative, which pushed to add “modernized (unmanned aircraft systems) into formations.”</p><p>George, who became Army chief of staff under President Joe Biden, regularly spoke about the need to accelerate development of new drone systems and get them in the hands of regular soldiers, not just specialized units.</p><p>After George was ousted without explanation in April, LaNeve took his place. He was George's deputy and an officer whose career has seen a meteoric rise under Hegseth.</p><p>LaNeve was commanding the U.S. Eighth Army in South Korea when he called in to the Commander in Chief Ball during President Donald Trump's inauguration in January 2025 and welcomed him back to office.</p><p>In March 2025, LaNeve was transferred to the Pentagon, where he became Hegseth's top military adviser. Trump then nominated LaNeve to be the Army’s vice chief of staff last October.</p><p>In a guiding memo for the Army published Wednesday, LaNeve argued that “the next war will not look like our last” and that soldiers need to “learn, innovate, and adapt faster by pairing our human ingenuity and judgment with advanced technologies like autonomy and artificial intelligence.”</p><p>However, the memo does not mention drones and closes by arguing that “there are timeless truths in war.”</p><p>“This is the Army we must be: disciplined, lethal, and relentless — an Army that closes with and destroys the enemy, leaving no doubt about the will and power of the United States,” the document says.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FE4J4CMAVAUJVNSKHVCKRMXFRU.jpg?auth=50a4923719e0879df33a915ea0da956a28e5a531b9d6c3952870b806e1a96b5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gen. Christopher LaNeve, vice chief of staff of the Army, testifies at the Capitol in Washington, May 19, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[A Miami restaurateur was among the 7 people killed in a Kenya helicopter crash]]></title><link>https://www.local10.com/news/national/2026/08/20/a-miami-restaurateur-was-among-the-7-people-killed-in-a-kenya-helicopter-crash/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/a-miami-restaurateur-was-among-the-7-people-killed-in-a-kenya-helicopter-crash/</guid><dc:creator><![CDATA[By DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — The family of a Miami restaurateur say they are “devastated and heartbroken” after he and six others were killed by a safari helicopter crash in a remote part of northern Kenya.]]></description><pubDate>Thu, 20 Aug 2026 21:21:48 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — The family of a Miami restaurateur say they are “devastated and heartbroken” after he and six others were killed by a safari helicopter crash in a remote part of northern Kenya.</p><p>A helicopter crashed Wednesday morning while flying from the Loisaba Conservancy to the Ewaso Nyiro area in Samburu County, according to the Kenya Civil Aviation Authority. Roger Duarte, founder and owner of George Stone Crab, was identified by family members as a passenger. The cause of the crash remains under investigation, officials said. The U.S. State Department said five of those killed were U.S. citizens.</p><p>“The magnitude of this tragedy is impossible to comprehend, and there are no words to express the depth of our pain,” the statement from Duarte's family said. “We ask that you keep them all and everyone who loved them in your prayers.”</p><p>The statement also named the five other passengers and the pilot.</p><p>Among those killed were an executive with Telemundo, the U.S.-based Spanish-language network owned by NBCUniversal, and the director of Ecuador’s national intelligence service.</p><p>José Suárez was the president and general manager of the Telemundo-owned stations in Orlando, Tampa and Fort Myers, Florida. Telemundo and NBCUniversal executives called Suárez a deeply respected leader and beloved friend in a memo sent to staff and obtained by The Associated Press</p><p>“José was an exceptional colleague and mentor to many,” the message said. “He cared deeply about his teams, the communities they served and the essential role our stations play in people’s lives. He brought energy, humor, warmth and a strong sense of purpose to his work, and his impact was felt far beyond the stations he led.”</p><p>Michele Sensi-Contugi, director of the Ecuador's National Intelligence Center, died in the crash, along with his wife, fashion designer Stephany Hollihan.</p><p>“In this moment of deep sorrow, the government extends its heartfelt condolences to his family, loved ones and close associates,” Ecuador’s presidency said in a statement posted on X.</p><p>Sensi-Contugi, a friend and close associate of Ecuadorian President Daniel Noboa, and Hollihan were visiting Kenya as tourists. She was a U.S. and Ecuadorian citizen. They are survived by their two children.</p><p>The last two passengers were identified as Adam Hlavaty and Henry Parra, a South Florida married couple. Hlavaty was a real estate executive and co-founder of a development company called MRKT Group. Parra co-founded and helped manage an aviation maintenance company for nearly three decades after serving in the U.S. Navy as an aviation support tech.</p><p>Parra's former company said in a statement that he was a builder in every sense of the word.</p><p>“Henry was also deeply committed to the Miami community, generously supporting charitable organizations and initiatives that created opportunities for others and strengthened the city he called home,” the statement said.</p><p>The pilot was identified as Josh Outram, founder of Africa Heli Adventures. A conservation group called Save the Elephants posted their condolences on Facebook.</p><p>“Josh worked briefly with Save the Elephants as one of our dedicated and experienced fixed wing pilots, and we are deeply saddened by his passing,” a post said.</p><p>The helicopter crashed in a rugged area in the foothills of Mount Ololokwe, a popular tourist destination in the country, local media reported. The helicopter, owned by local company Lady Lori Helicopters, was carrying guests with travel company &Beyond. Lady Lori Helicopters said in a statement that the aircraft was operating a charter flight when it crashed.</p><p>Tropic Air Kenya, a local safari operator, said in a statement that it dispatched two of its helicopters to aid search and rescue operations.</p><p>The aviation authority said the aircraft was a Eurocopter EC130 B4.</p><p>Helicopter crashes have happened with increasing regularity in Kenya, which has a vibrant tourism industry that depends on domestic carriers to ferry visitors to distant places like Mount Ololokwe.</p><p>In February, a legislator was among six people who died after a helicopter crash in a hilly area of western Kenya.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists]]></media:description><media:credit role="author" scheme="urn:ebu">Kenya Red Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQB3Q62I3YCUBR7RVYFGNBN5RQ.jpg?auth=d9d85b7cb15ec91e13541d4be2565c767afee35b7ab0eeeeb1b36db3d80a6757&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map shows general location of a helicopter crash in the Mount Ololokwe foothills of Kenya. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Hamlin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KYIWELVMMMMIXMIYVBT4WJVYMY.jpg?auth=ce6a79d272a1ca4e8fc9bd65c2a253a8081c3c4fa3323e043a4f4fe5ca8083ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by NBCU Local shows José Suárez, the president and general manager of several Telemundo stations in Florida, who was killed in a helicopter crash in Kenya on Wednesday, Aug. 19, 2026. (NBCU Local via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/H76CPZQMSOHBMGEG6D6CWD6KEQ.jpg?auth=0333e5504acee73a8ad2d118b728fbe194c3c035a5600f84e97998ef400ffdad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by the Durate-Valls family on Thursday, Aug. 20, 2026 shows Roger Duarte. (Durate-Valls family via AP)]]></media:description></media:content></item><item><title><![CDATA[2 hurt, including firefighter, in Miami-Dade apartment fire, first responders say ]]></title><link>https://www.local10.com/news/local/2026/08/20/3-hurt-including-firefighter-in-miami-dade-apartment-fire-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/3-hurt-including-firefighter-in-miami-dade-apartment-fire-first-responders-say/</guid><dc:creator><![CDATA[Ryan Mackey, Terrell Forney]]></dc:creator><description><![CDATA[A heavy blaze at a Miami-Dade apartment building Thursday morning left two people wounded, including a firefighter, according to fire rescue officials.]]></description><pubDate>Thu, 20 Aug 2026 19:02:17 +0000</pubDate><content:encoded><![CDATA[<p>A heavy blaze at a Miami-Dade apartment building Thursday morning left two people wounded, including a firefighter, according to fire rescue officials.</p><p><a href="https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/">Leer en español</a></p><p>Authorities said Miami-Dade Fire Rescue medics responded at approximately 11:55 a.m. to a three-story apartment building at the Lakeshore Presidential Apartments, near the 1200 block of Northwest 95th Street, in the county’s unincorporated West Little River area.</p><p>Firefighters immediately entered the building to attack the flames, and the fire was upgraded to a second alarm as additional units were requested, officials said.</p><p>Crews worked to extinguish the fire while searching the building for occupants and checking for possible fire spread. An aerial ladder was also deployed to the roof to support firefighting and ventilation operations, according to MDFR.</p><p>“Once the units arrived, they located the fire. It was fully engulfed. The units acted quickly,” said MDFR Chief Horacio Rodriguez. “The fire became a second alarm early on. The incident commander decided we needed more firefighters so it was due to the manpower.”</p><p>Fire rescue officials said a responding firefighter suffered minor injuries. They said at least one firefighter and another individual were transported to a nearby hospital, while a third person refused transport.</p><p>Authorities said the fire was extinguished, and firefighters remained at the scene to monitor hot spots and ventilate the building.</p><p>They said the cause of the fire remains under investigation.</p><p>MDFR officials also confirmed that the American Red Cross was requested to assist residents affected by the fire.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami Cuban exile monuments face neglect, planned relocation ]]></title><link>https://www.local10.com/news/local/2026/08/20/miami-cuban-exile-monuments-face-neglect-planned-relocation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/miami-cuban-exile-monuments-face-neglect-planned-relocation/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Residents in one Miami neighborhood say a monument honoring the Cuban exile community is being disrespected after years of neglect.]]></description><pubDate>Thu, 20 Aug 2026 20:42:37 +0000</pubDate><content:encoded><![CDATA[<p>Residents in one Miami neighborhood say a monument honoring the Cuban exile community is being disrespected after years of neglect.</p><p><a href="https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/">Leer en español</a></p><p>The monument, meant to honor the children of Pedro Pan, is cracked, broken, disfigured and covered with ants.</p><p>Between 1960-1962, Operation Peter Pan helped thousands of Cuban children escape the rise of Fidel Castro and safely reach Miami.</p><p>Neighbors near Southwest 13th Avenue and 21st Street say the condition of the monument is disrespectful.</p><p>Miami Commissioner Rolando Escalona said the monument was neglected for many years but is now in the process of being repaired and moved.</p><p>Escalona said the monument will be added to a newer memorial created by his predecessor as part of a larger beautification project.</p><p>Documents obtained by Local 10 show the project also calls for relocating other historic Cuban monuments, including the Manuel Varona memorial at Triangle Park near Brickell and the Máximo Gómez bust at Domino Park.</p><p>The monuments would be placed at the recently opened Peter Pan memorial on Cuban Memorial Boulevard near Southwest Eighth Street, about a mile from the neglected monument.</p><p>Escalona said bringing the monuments together would allow people to see more of Cuban history in one place. City officials also hope the relocation will provide more visibility and safety.</p><p>But some neighbors do not want the monument moved.</p><p>One woman, who asked not to be shown on camera, said the monument is a reminder of her community’s history and sacrifice and should stay where it is.</p><p>She said it is in the right place and should simply receive the maintenance it deserves.</p><p>City officials told Local 10 News the work to repair and relocate won’t begin until 2027.</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[Monumentos del exilio cubano en Miami enfrentan abandono y traslado previsto]]></title><link>https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Residentes de un vecindario de Miami dicen que un monumento en honor a la comunidad del exilio cubano está siendo irrespetado tras años de abandono.]]></description><pubDate>Thu, 20 Aug 2026 21:11:09 +0000</pubDate><content:encoded><![CDATA[<p>Residentes de un vecindario de Miami dicen que un monumento en honor a la comunidad del exilio cubano está siendo irrespetado tras años de abandono.</p><p>El monumento, destinado a honrar a los niños de Pedro Pan, está agrietado, roto, desfigurado y cubierto de hormigas.</p><p>Entre 1960 y 1962, la Operación Pedro Pan ayudó a miles de niños cubanos a escapar del ascenso de Fidel Castro y llegar a salvo a Miami.</p><p>Vecinos cerca de Southwest 13th Avenue y 21st Street dicen que el estado del monumento es una falta de respeto.</p><p>El comisionado de Miami Rolando Escalona dijo que el monumento estuvo abandonado durante muchos años, pero que ahora está en proceso de ser reparado y trasladado.</p><p>Escalona dijo que el monumento será incorporado a un memorial más reciente creado por su predecesor como parte de un proyecto más amplio de embellecimiento.</p><p>Documentos obtenidos por Local 10 muestran que el proyecto también contempla trasladar otros monumentos históricos cubanos, incluido el memorial de Manuel Varona en Triangle Park, cerca de Brickell, y el busto de Máximo Gómez en Domino Park.</p><p>Los monumentos serían colocados en el recientemente inaugurado memorial de Pedro Pan en Cuban Memorial Boulevard, cerca de Southwest Eighth Street, aproximadamente a una milla del monumento abandonado.</p><p>Escalona dijo que reunir los monumentos permitiría a las personas conocer más de la historia cubana en un solo lugar. Funcionarios de la ciudad también esperan que el traslado proporcione mayor visibilidad y seguridad.</p><p>Pero algunos vecinos no quieren que el monumento sea trasladado.</p><p>Una mujer, que pidió no aparecer ante las cámaras, dijo que el monumento es un recordatorio de la historia y el sacrificio de su comunidad y que debería permanecer donde está.</p><p>Dijo que está en el lugar correcto y que simplemente debería recibir el mantenimiento que merece.</p><p>Funcionarios de la ciudad dijeron a Local 10 News que los trabajos de reparación y traslado no comenzarán hasta 2027.</p>]]></content:encoded></item><item><title><![CDATA[Balacera en plaza comercial de Deerfield Beach deja una persona muerta y una detenida]]></title><link>https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[Un hombre murió tras una balacera ocurrida la noche del miércoles en Deerfield Beach, confirmaron las autoridades.]]></description><pubDate>Thu, 20 Aug 2026 13:03:39 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió tras una balacera ocurrida la noche del miércoles en Deerfield Beach, confirmaron las autoridades.</p><p>Según la Oficina del Sheriff de Broward (BSO), la balacera fue reportada alrededor de las 10:15 p.m. en la cuadra 200 de Southwest First Terrace.</p><p>La reportera de Local 10 News Jolena Esperto estuvo en el lugar la mañana del jueves y dijo que al parecer la balacera ocurrió dentro o fuera de una tienda de vapeo en la plaza comercial.</p><p>Las autoridades confirmaron que agentes de BSO y paramédicos de Broward Sheriff Fire Rescue acudieron al área y encontraron a la víctima, quien había recibido disparos.</p><p>Los socorristas lo declararon muerto en el lugar.</p><p>Los agentes confirmaron que una persona fue detenida y que no había ninguna amenaza para la comunidad, sin embargo, no está claro si esa persona enfrentará cargos por la balacera.</p><p>La investigación continúa en curso.</p><p>Se pide a cualquier persona que tenga información sobre la balacera que llame a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Funcionarios del condado recorren sitio de “Alligator Alcatraz” para evaluar daños y problemas ambientales]]></title><link>https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[El condado Miami-Dade vuelve a tener el control del terreno utilizado para el centro de detención de migrantes apodado “Alligator Alcatraz”.]]></description><pubDate>Thu, 20 Aug 2026 21:07:19 +0000</pubDate><content:encoded><![CDATA[<p>El condado Miami-Dade vuelve a tener el control del terreno utilizado para el centro de detención de migrantes apodado “Alligator Alcatraz”.</p><p>El jueves, Local 10 News pudo observar desde adentro lo que los funcionarios estatales dejaron atrás cuando desmovilizaron el centro a principios de este verano.</p><p>“Esto es esencialmente lo que queda de la operación”, dijo Loren Parra, directora de Resiliencia de Miami-Dade, mientras recorría el Aeropuerto de Entrenamiento y Transición Dade-Collier. “Aquí es donde había postes anclados para las cercas y la infraestructura operativa, pero aquí, donde se ven los diferentes colores, está todo lo que se ha rellenado desde la desmovilización”.</p><p>Parra mostró lo que queda del centro de detención de inmigrantes construido rápidamente, ahora que el estado ha devuelto formalmente la propiedad al condado Miami-Dade.</p><p>“La totalidad de las operaciones se llevó a cabo aquí, específicamente en esta plataforma de esta pista, y todavía se pueden ver áreas donde anteriormente había infraestructura, principalmente algunas cercas”, dijo Parra.</p><p>Funcionarios del condado dijeron que se colocó nuevo pavimento como parte de la operación.</p><p>“Así que aquí se puede ver claramente la diferencia”, dijo Parra. “Este era el pavimento existente, según nuestro departamento de aviación aquí en Miami-Dade, y este es el nuevo pavimento que formó parte de la operación. Y lo que había aquí antes era realmente solo relleno compactado”.</p><p>Una hilera de reparaciones de los postes de la cerca marca el perímetro del centro de detención.</p><p>“Aquí es donde estaba ubicada la cerca a lo largo de todos esos pequeños agujeros”, dijo Parra.</p><p>Parra dijo que hay dos maneras diferentes de rellenar los agujeros dejados por la infraestructura que anteriormente se encontraba en el sitio.</p><p>“Muchas de las áreas que han visto fueron reparadas con asfalto caliente”, dijo Parra. “Aquí estamos llegando a algunas de las áreas reparadas con asfalto frío. Necesitamos asegurarnos de que todas sean reparadas con asfalto caliente para que esta pista pueda soportar el peso de los aviones que llegan, por lo que asegurarnos de que todas estas áreas sean reparadas adecuadamente forma parte de las medidas correctivas que estamos solicitando al estado”.</p><p>Parra dijo que también debe atenderse el asfalto restante.</p><p>“Este es el asfalto restante y, como parte de las medidas correctivas de nuestro informe ambiental, estamos solicitando que el estado retire y deseche adecuadamente todo lo que queda aquí”, dijo Parra.</p><p>Con el objetivo de ayudar a satisfacer la necesidad de la administración del presidente Trump de contar con más camas federales de detención como parte de su plan de deportaciones masivas, el estado de Florida tomó el control, bajo poderes de emergencia, de la remota propiedad ubicada dentro de la Reserva Nacional Big Cypress, en el condado Miami-Dade, transportando la infraestructura necesaria, desde cercas y un sistema provisional de recolección de aguas residuales hasta iluminación industrial y combustible.</p><p>“Tan pronto como pudimos acceder al sitio, el Departamento de Gestión de Recursos Ambientales vino aquí y comenzó a realizar sus pruebas de campo”, dijo Parra.</p><p>Tomaron muestras de suelo y agua durante tres visitas diferentes y “realizaron evaluaciones de campo en varias fechas para identificar cualquier área de preocupación ambiental”, explicó Parra a la alcaldesa de Miami-Dade, Daniella Levine Cava, en un memorando reciente.</p><p>“Lo que es importante recordar es que, debido a la rapidez y la manera en que surgió la operación, el departamento no pudo contar con datos de referencia sobre cómo se encontraba el sitio antes de las operaciones, pero basándonos en las muestras que pudimos tomar y en todos los registros históricos que pudimos encontrar tanto de Miami-Dade como del condado Collier, en este momento no hay impactos ambientales aquí en este sitio”, dijo Parra.</p><p>En un memorando dirigido a la alcaldesa, fechado el 18 de agosto, Parra explicó que “las inspecciones visuales y los resultados de laboratorio no proporcionan evidencia de ninguna violación del Código de Protección Ambiental del condado Miami-Dade, Capítulo 24. Cualquier acumulación restante de pavimento asfáltico recuperado debe ser debidamente recogida, desechada y retirada de la propiedad”.</p><p>Levine Cava dijo a Local 10 News que la propiedad es crucial para el hábitat y el flujo del agua y que debe ser preservada.</p><p>“Sabemos que esta propiedad es muy importante para el hábitat, para el flujo del agua, realmente como parte de un área que necesita ser preservada. Ya forma parte oficialmente del área de preservación, así que eso es lo que estamos buscando. Esa era mi intención originalmente y tuvimos esta pequeña interrupción de un año, pero nuestros planes son seguir avanzando para encontrar un hogar permanente de conservación para estas propiedades esenciales”, dijo Levine Cava. “Mi intención es que esté protegida permanentemente como área de conservación y vamos a proceder para hacer que eso suceda”.</p><p>Parra dijo que el objetivo final es transferir el terreno para su conservación permanente.</p><p>“Así que realmente todas las operaciones, tanto las pruebas ambientales como los informes de aviación, forman parte de un esfuerzo para asegurarnos de que podamos transferir estos terrenos para su conservación a perpetuidad”, dijo Parra.</p><p>Hasta que se lleven a cabo esas medidas correctivas y los líderes del condado tomen una decisión sobre el futuro del sitio, la pista permanecerá cerrada, dijeron los funcionarios.</p><p> <iframe class="scribd_iframe_embed" title="Training and Transition Airport Damage Assessment Report_08032026 (1)" src="https://www.scribd.com/embeds/1076700727/content?start_page=1&view_mode=scroll&access_key=key-roK00XlC4Ptr4ILCgKOe" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></p>]]></content:encoded></item><item><title><![CDATA[County officials tour ‘Alligator Alcatraz’ site to assess damage, environmental issues]]></title><link>https://www.local10.com/news/local/2026/08/20/county-officials-tour-alligator-alcatraz-site-to-assess-damage-environmental-issues/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/county-officials-tour-alligator-alcatraz-site-to-assess-damage-environmental-issues/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Miami-Dade County is back in control of the land used for the migrant detention facility dubbed “Alligator Alcatraz.”]]></description><pubDate>Thu, 20 Aug 2026 20:45:46 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County is back in control of the land used for the migrant detention facility dubbed “Alligator Alcatraz.”</p><p><a href="https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/">Leer en español</a></p><p>On Thursday, Local 10 News received an inside look of what state officials left behind when they demobilized the facility earlier this summer. </p><p>“This is essentially what is left of the operation,” Miami-Dade Chief Resilience Officer Loren Parra said while touring the Dade-Collier Training and Transition Airport. “This is where there were grounded poles for the fencing and operational infrastructure, but here, where you see the different colors, is everything that has been filled in since demobilization.”</p><p>Parra showed what remains of the swiftly constructed immigration detention facility now that the state has formally returned the property to Miami-Dade County.</p><p>“The entirety of the operations were hosted here, specifically on this platform here on this runway, and you can still see areas where there was previously infrastructure, mostly some fencing,” Parra said.</p><p>County officials said new pavement was laid as part of the operation.</p><p>“So here you can see clearly the difference,” Parra said. “This was the existing pavement according to our aviation department here in Miami-Dade, and this is the new pavement that was part of the operation. And what was here before was really just hard-pack fill.”</p><p>A row of fence post patching marks the detention center’s perimeter fence.</p><p>“This is where you had the fencing located across all those little holes,” Parra said.</p><p>Parra said there are two different ways to fill the holes from infrastructure that was previously on the site.</p><p>“A lot of the areas you have seen were hot patched,” Parra said. “Here we are coming upon some of the cold patch areas. We need to make sure that they are all hot patched so that this runway can hold the weight of airplanes coming in, so making sure that these are all repaired properly is part of the corrective action that we are asking the state for.”</p><p>Remaining asphalt also needs to be addressed, Parra said.</p><p>“This is remaining asphalt, and as part of the corrective actions through our environmental report, we are asking that the state properly remove and dispose of everything that is left here,” Parra said.</p><p>With an aim to aid the Trump administration’s need for more federal detention beds as part of its mass deportation plan, the state of Florida commandeered the remote property located within Big Cypress National Preserve in Miami-Dade County under emergency powers, trucking in infrastructure needs from fencing and a provisional sewer collection system to industrial lighting and fuel.</p><p>“As soon as we were able to gain access to the site, the Department of Environmental Resource Management actually came out here and started to conduct its field tests,” Parra said.</p><p>They took soil and water samples over the course of three different visits and “conducted field assessments across multiple dates to identify any areas of environmental concern,” Parra explained to Miami-Dade Mayor Daniella Levine Cava in a recent memo.</p><p>“What is important to remember is because of the speed and the manner in which the operation came about, the department wasn’t able to have any baseline data of what the site looked like before the operations, but based on the sampling we were able to take and all of the historical records that we were able to find both between Miami-Dade and Collier County, at this moment in time there are no environmental impacts here at this site,” Parra said.</p><p>In a memo to the mayor, dated Aug. 18, Parra explained that “visual inspections and laboratory results do not provide evidence for any violation of the Miami-Dade County Environmental Protection Code, Chapter 24. Any remaining stockpiles of reclaimed asphalt pavement must be properly gathered, disposed of, and removed from the property.”</p><p>Levine Cava told Local 10 News the property is critical for habitat and water flow and should be preserved.</p><p>“We know that this property is very critical for habitat, for the water flow, for really as part of an area that needs to be preserved. It’s already part of the preservation area officially, so that is what we are pursuing. That was my intention originally, and we had this little interruption of a year, but our plans are to continue moving forward to find a permanent conservation home for these essential properties,” Levine Cava said. “My intention is for it to be permanently protected as a conservation area, and we are going to proceed to make that happen.”</p><p>Parra said the ultimate goal is to convey the land into permanent conservation.</p><p>“So really all of the operations, both the environmental testing, the aviation reports, are all in an effort to make sure that we can convey these lands in conservation for perpetuity,” Parra said.</p><p>Until those corrective actions are taken and county leaders make a decision on the future of the site, the runway will remain closed, officials said.</p><p> <iframe class="scribd_iframe_embed" title="Training and Transition Airport Damage Assessment Report_08032026 (1)" src="https://www.scribd.com/embeds/1076700727/content?start_page=1&view_mode=scroll&access_key=key-roK00XlC4Ptr4ILCgKOe" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></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[Cowboys and Saints fined $500,000 apiece by NFL after brawl-filled joint practice]]></title><link>https://www.local10.com/sports/2026/08/20/cowboys-and-saints-fined-500000-apiece-by-nfl-after-brawl-filled-joint-practice/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/cowboys-and-saints-fined-500000-apiece-by-nfl-after-brawl-filled-joint-practice/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — The Dallas Cowboys and the New Orleans Saints have been fined $500,000 apiece by the NFL after their brawl-filled joint practice Tuesday.]]></description><pubDate>Thu, 20 Aug 2026 22:10:09 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The Dallas Cowboys and the New Orleans Saints have been fined $500,000 apiece by the NFL after their brawl-filled joint practice Tuesday.</p><p>The league announced the fines Thursday after requesting video of the tumultuous workout at the Cowboys ' training camp base in Oxnard, California.</p><p>Cowboys owner Jerry Jones said his team will appeal the “pretty stiff” fine, even though he understood why the NFL issued such a hefty penalty. The Cowboys also plan to fine their own players who were involved in the fracases.</p><p>“The Competition Committee has made sportsmanship — including at joint practices — a point of emphasis over the past several years,” the league said in a statement. “All clubs were remined by memo prior to training camp of their responsibility in preventing unsportsmanlike behavior at joint practices that has the potential to result in injury.”</p><p>Players from the Cowboys and the Saints threw punches during several skirmishes throughout the joint practice, which was conducted in uncommonly hot, humid weather in the coastal town.</p><p>A lowlight of the brouhaha was Saints tight end Brock Rechsteiner’s body slam of Cowboys safety Jalen Thompson in a move worthy of Rechsteiner’s father, pro wrestler Scott Steiner. Saints center Erik McCoy threw a Cowboys helmet high in the air during one scrap, while McCoy and Cowboys linebacker Donovan Ezeiruaku threw punches at each other in an ugly sequence that ended with Ezeiruaku getting thrown out of practice for the second time in camp.</p><p>“All of that makes it a real focal point of the league to stay within good sport, and the taking of helmets off and swinging and hitting and that type of thing is not good for anybody, and it’s certainly not what we want to represent to our fans as a league or as a team,” Jones said Thursday in Oxnard. “And so it’s understandable how they’re coming with real severe fines.”</p><p>Jones said the size of the NFL's financial penalty “does make the point that it’s a serious matter. … It really emphasizes the league’s intent to control it from the very top, which when they start dealing out those kinds of fines, they get your attention.”</p><p>Saints coach Kellen Moore and Cowboys coach Brian Schottenheimer nearly called off the practice early after repeated post-whistle scuffles. Schottenheimer called the workout “a little chippy. Not the way we like to do business.”</p><p>“Obviously there was non-football stuff in that joint practice, unfortunately,” Moore said Thursday before the fines were announced.</p><p>Jones indicated Ezeiruaku, who started nine games and had two sacks last season as a rookie, is one of the Cowboys players who will be fined.</p><p>“Well, I think that you have to have consequences, and that needs to register,” Jones said. “In other words, whether you’re playing a game or out here in society, if you aren’t sensitive about consequences of your behavior, then you’ll be brought to your knees pretty quick.”</p><p>The Saints have left Louisiana for California this week, conducting a few practices on the coast before a preseason game against the Los Angeles Rams on Saturday at SoFi Stadium.</p><p>New Orleans had no scuffles or disciplinary issues Thursday during another joint practice with the Rams at Los Angeles' training complex in Woodland Hills. The teams still wrapped up their workout earlier than scheduled because the Saints had already done extensive work this week before a handful of players left this practice early with injuries that currently appear minor.</p><p>Moore said he spoke to his players about professionalism before they visited the Rams. New Orleans also had no issues last week when it hosted the Jacksonville Jaguars for a joint practice.</p><p>“We acknowledged some of the things that happened on Tuesday,” Moore said. “Thought our guys were focused, Rams were focused, and it was a really good, clean practice.”</p><p>___</p><p>AP freelance reporter Dan Greenspan in Oxnard, California, contributed to this report.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBBXNZS6ZWUBR5J5RVEG2P27FY.jpg?auth=141831bce705d06190023e752d650d8ec68672b00802ebb5e05bfc8df16ca4fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Cowboys outside linebacker Sam Williams, top, fight with New Orleans Saints tight end Moliki Matavao during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OZSXKDD7Y4WHUUVED5JKBPGTIM.jpg?auth=d2a9e123cdc5ae0d4b3b3a35df86b9e070b3b00d70a126cb0fdd0de1e3d00c29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Orleans Saints tight end Moliki Matavao, center, scuffle with members of the Dallas Cowboys during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NECQIJYWXJH2JEYFXEKGQAK6IE.jpg?auth=f418c1a987875c2b5a1878bdefa38c0c0566f11379f71a3ba82bcb2043a32829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Orleans Saints wide receiver Ronnie Bell, top, fights with Dallas Cowboys cornerback Derion Kendrick during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ML6VTC45FQRJ6E4GYRXTEZYQ4I.jpg?auth=dbfc387b49383d9a5f3ca63c2029bdfc1f9563273191e90a57d5d20ef3c5419c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Orleans Saints running back Travis Etienne, second from left, tries to get by Dallas Cowboys safety P.J. Locke, left, as wide receiver Kevin Austin Jr., second from right, and safety Jalen Thompson battle during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FU3U3YEXHCHIXZYW26TKVKOP5I.jpg?auth=db9dc5a536d9bcdfc6c9f9271c76c4f13cff9e74c480658d60a6ea4b81c2f811&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Cowboys cornerback Trikweze Bridges, left, greets New Orleans Saints quarterback Tyler Shough during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Miami Beach police sergeant honored for saving life of choking man while off-duty]]></title><link>https://www.local10.com/news/local/2026/08/20/miami-beach-police-sergeant-honored-for-saving-life-of-choking-man-while-off-duty/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/miami-beach-police-sergeant-honored-for-saving-life-of-choking-man-while-off-duty/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A member of the Miami Beach Police Department has been honored for jumping into action to save a man’s life. ]]></description><pubDate>Thu, 20 Aug 2026 16:29:44 +0000</pubDate><content:encoded><![CDATA[<p>A member of the Miami Beach Police Department has been honored for jumping into action to save a man’s life. </p><p><a href="https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/">Leer en español</a></p><p>Miami Beach Police Sgt. Alex Bello was recognized for his heroic actions, saving an elderly man who was choking while having lunch on Saturday in Hialeah. </p><p>“I’m usually a very shy person, so all this attention is a little overwhelming, but I’m just glad that I was at the right place at the right time,” said Bello. “And a family is now still able to have their loved one here with them.”</p><p>Video footage from the incident shows Bello leap into action as the 29-year MBPD veteran, who was off the clock at the time, performed the Heimlich maneuver on the choking victim. </p><p>“Well the restaurant, as soon as everybody could see that he was awake and conscious, started clapping,” said Bello. “The wife obviously was ecstatic and so thankful, restaurant staff were so helpful and thankful too, that we were there to help this gentleman out.”</p><p>Bello was in Hialeah to work at MBPD’s evidence warehouse. </p><p>Miami Beach Police Chief Wayne Jones presented Bello with the department’s Lifesaving Award during a ceremony on Thursday. </p><p>“This is what I signed up for, to help people,” said Bello. “I’m so grateful that I was able to help save this gentleman’s life.”</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[Investigators examining foes of Trump seek interviews related to Mar-a-Lago search, AP sources say]]></title><link>https://www.local10.com/news/politics/2026/08/20/investigators-examining-foes-of-trump-seek-interviews-related-to-mar-a-lago-search-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/investigators-examining-foes-of-trump-seek-interviews-related-to-mar-a-lago-search-ap-sources-say/</guid><dc:creator><![CDATA[By ERIC TUCKER and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Justice Department investigators have sought to interview law enforcement officials related to the FBI search of Donald Trump's Mar-a-Lago estate as part of a Florida-based inquiry aiming to establish a conspiracy against the Republican president, multiple people familiar with the matter said Thursday.]]></description><pubDate>Thu, 20 Aug 2026 21:16:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Justice Department investigators have sought to interview law enforcement officials related to the FBI search of Donald Trump's Mar-a-Lago estate as part of a Florida-based inquiry aiming to establish a conspiracy against the Republican president, multiple people familiar with the matter said Thursday.</p><p>The requests for interviews, made in recent weeks, suggest that a conspiracy investigation that had mostly appeared focused on the decade-old question of Russian interference in the 2016 presidential election is also examining a more contemporary event — the 2022 search of Mar-a-Lago that resulted in the FBI seizing top secret documents from the president's Palm Beach, Florida, estate.</p><p>The requests were for voluntary interviews and not made through subpoenas, said the people, who spoke on condition of anonymity to discuss an ongoing investigation with The Associated Press.</p><p>It is not clear when or if prosecutors might seek to bring charges, or for what, but investigating conduct that occurred in Florida might give the Justice Department the legal hook it needs to try to anchor a prosecution in the state.</p><p>Joe diGenova, the prosecutor brought back to the Justice Department in April to oversee the investigation, declined to comment when contacted by AP on Thursday. The Justice Department didn't immediately respond to a request for comment.</p><p>Trump was indicted in 2023 on charges of unlawfully retaining classified documents and of obstructing FBI efforts to get them back. But the case was dismissed the following year after a Trump-appointed judge, Aileen Cannon, ruled that the prosecutor who brought the indictment, Jack Smith, had been illegally appointed.</p><p>Trump has long maintained that law enforcement and intelligence officials conspired against him over the last decade, drawing a straight line between an investigation into ties between Russia and his 2016 presidential campaign and the more recent investigations related to his retention of classified documents and his efforts to undo the 2020 election.</p><p>The Justice Department has for months conducted an investigation in Florida in hopes of proving wrongdoing by the officials involved in scrutinizing Trump.</p><p>Much of the questioning known to have occurred so far has centered on the government response to Russian interference in the 2016 election and the creation of an intelligence community assessment that documented the extent of the meddling.</p><p>It was not immediately clear why investigators want to question FBI officials in connection with the Mar-a-Lago search, but the act has long infuriated Trump, who decried it as an invasion of privacy.</p><p>In addition, congressional Republicans have long seized on accounts of tension between FBI officials and senior Justice Department leaders before the search to raise questions about whether there was an adequate justification for it, though the law enforcement dispute centered not on whether investigators had gathered sufficient evidence for a search but rather on whether there was a less dramatic and intrusive way to recover the records.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJ5W52FYUXQSWPRBFFOZZWWKVU.jpg?auth=7f335b17deb8fd1a7b2fbeeb4ffa647a44f8833654eec00b3ab32a1af202bcbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image, contained in the indictment against former President Donald Trump, and partially redacted by source, shows boxes of records being stored on the stage in the White and Gold Ballroom at Trump's Mar-a-Lago estate in Palm Beach, Fla. (Justice Department via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XYSFX2IUCK5ZJZ5ZJF5I6B63KA.jpg?auth=7acf9459aaec1f2605b59172e66b09f5e314925c0cf7724e9ed4437297c17006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An aerial view of President Donald Trump's Mar-a-Lago estate is pictured, Aug. 10, 2022, in Palm Beach, Fla. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ERB2DIHE62SFZBDQIG6YHYOOI.jpg?auth=0d8a78bea2d41c5e33a100dcfda714d86aa88d95c0714cd81874bd19c44bce63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a meeting with technology leaders in the Roosevelt Room of the White House, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Dane Myers' dropped fly with 2 outs in 9th gives Cardinals a wild 10-9 win over Reds]]></title><link>https://www.local10.com/sports/2026/08/20/dane-myers-dropped-fly-with-2-outs-in-9th-gives-cardinals-a-wild-10-9-win-over-reds/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/dane-myers-dropped-fly-with-2-outs-in-9th-gives-cardinals-a-wild-10-9-win-over-reds/</guid><dc:creator><![CDATA[GARY SCHATZ, Associated Press]]></dc:creator><description><![CDATA[CINCINNATI (AP) — Cincinnati's Dane Myers dropped a fly ball with two outs in the ninth, opening the flood gates in a six-run inning to give the St. Louis Cardinals a 10-9 win over the Reds.]]></description><pubDate>Thu, 20 Aug 2026 21:21:36 +0000</pubDate><content:encoded><![CDATA[<p>CINCINNATI (AP) — Cincinnati's Dane Myers dropped a fly ball with two outs in the ninth, opening the flood gates in a six-run inning to give the St. Louis Cardinals a 10-9 win over the Reds.</p><p>The Reds held a 5-4 lead going into the ninth before things fell apart in the final inning. Masyn Winn and Jose Fermin scored on Myers' error, giving St. Louis a 6-5 lead. Alec Burleson's single drove in another run and a bases-loaded walk scored another to make it 8-5. Fermin came up for the second time in the inning and singled home two more runs to make it 10-5.</p><p>But it was far from over.</p><p>Cincinnati's Eugenio Suárez singled home Matt McLain and Sal Stewart drove in two more runs to make it 10-8. St. Louis reliever Riley O'Brien walked Tyler Stephenson with the bases loaded and two outs, scoring Elly De La Cruz to make it a one-run game before Matt McLain lined out to end the wild back-and-forth contest.</p><p>McLain hit his second career grand slam to cap a five-run sixth inning and put Cincinnati up 5-4.</p><p>Jordan Walker hit a three-run home run and drove in another run on a ground out to give the Cardinals an early 4-0 lead. Walker’s 26th home run was his second home run in two games. He temporarily tied Stewart for the major league lead with 94 RBI before Stewart's single in the bottom of the ninth plated two, giving him 96 on the season.</p><p>Cardinals' starter Michael McGreevy was solid through five innings, but struggled in the sixth, giving up an RBI single and leaving the game with the bases loaded. Ryan Stanek (2-3) relieved McGreevy, giving up an RBI single to JJ Bleday and the grand slam to McLain to take the loss.</p><p>Peter Strzelecki (1-1) pitched two scoreless innings to get the win for St. Louis.</p><p>Suárez drove in the 1,000th run of his career.</p><p>The Cardinals won the series 3-2, moving to 2 1/2 games behind the last wild card spot. The Reds fell to seven games out of the wild card.</p><p>Up Next</p><p>Cardinals: St. Louis kicks off a weekend series at Philadelphia on Friday. LHP Jesús Luzardo (11-5, 3.23 ERA) takes the mound for the Phillies. The Cardinals have not announced their starter.</p><p>Reds: LHP Nick Lodolo (3-2, 4.52) takes the mound Friday as Cincinnati opens a weekend series at Arizona and LHP Eduardo Rodriguez (12-4, 2.71).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDO6HKEYLRNZQUT2O3GHRPGWAY.jpg?auth=c69814fd83ee9811ef4527e5eab14b2ec52d72085addca506201dd39463e5bc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cincinnati Reds Elly De La Cruz, right, steals second base as St. Louis Cardinals second baseman JJ Wetherholt, left, takes the throw during the eighth inning of a baseball game, Thursday, Aug. 20, 2026, in Cincinnati. (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/P7RPDNDKVHFKTMMXKNNNZ32UVY.jpg?auth=1554bf6b5decaf228189ea8f3f27bd28179ee8ffad252a712dc1e761ffd06364&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cincinnati Reds' Sal Stewart hits a single to score Dane Myers, and Eugenio Suárez, during the ninth inning of a baseball game against the St. Louis Cardinals, Thursday, Aug. 20, 2026, in Cincinnati. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[De la Espriella presenta su cúpula militar y le ordena “liberar” a Colombia del “narcoterrorismo”]]></title><link>https://www.local10.com/espanol/2026/08/20/de-la-espriella-presenta-su-cupula-militar-y-le-ordena-liberar-a-colombia-del-narcoterrorismo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/de-la-espriella-presenta-su-cupula-militar-y-le-ordena-liberar-a-colombia-del-narcoterrorismo/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella presentó el jueves a la nueva cúpula militar, a la que le encomendó “liberar a Colombia del crimen” y el “narcoterrorismo”, en línea con su promesa de convertir la seguridad en una prioridad de su gobierno.]]></description><pubDate>Thu, 20 Aug 2026 20:25:44 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella presentó el jueves a la nueva cúpula militar, a la que le encomendó “liberar a Colombia del crimen” y el “narcoterrorismo”, en línea con su promesa de convertir la seguridad en una prioridad de su gobierno.</p><p>“Cumplo la palabra que dije en campaña designando a una cúpula de nuestras fuerzas militares absolutamente extraordinaria que nos va a llevar, con la ayuda de Dios, a ganarle de manera decidida y contundente la guerra al crimen, al narcoterrorismo”, aseguró De la Espriella en una declaración a la prensa desde Barranquilla, en el Caribe colombiano.</p><p>Al mando del Ejército estará el mayor general José Bertulfo Soto Sánchez; de la Armada Nacional, el vicealmirante Javier Jaimes Pinilla —quien se venía desempeñando como jefe de Planeación Naval de la institución— y de la Fuerza Aeroespacial, el mayor general Juan Jaime Martínez Ossa.</p><p>Como comandante general de las Fuerzas Armadas eligió al mayor general Erick Rodríguez Aparicio, quien fue retirado de un alto cargo en junio durante el gobierno de Gustavo Petro (2022-2026), en medio de una controversia por sus declaraciones sobre presuntas presiones de grupos armados ilegales en las elecciones presidenciales.</p><p>De la Espriella obtuvo la victoria electoral ese mes prometiendo mano dura contra los grupos armados ilegales y dando fin a las múltiples mesas de negociación de paz que había adelantado el izquierdista Petro por considerar que fue una estrategia fracasada que no logró desarmarlos.</p><p>“Vamos a traerle paz a nuestro pueblo, pero no la paz que se negocia con los bandidos arrodillando al Estado; la paz que se impone con la fuerza de las armas y las leyes”, afirmó el conservador De la Espriella.</p><p>El mandatario reiteró que los ilegales tienen una “última oportunidad” para someterse a la ley o, de lo contrario, serán “dados de baja”.</p><p>Colombia lidia con múltiples grupos armados ilegales pese a que hace una década firmó un acuerdo de paz con las Fuerzas Armadas Revolucionarias de Colombia (FARC). Esa guerrilla se desarmó, pero su vacío territorial fue copado por otros grupos ilegales, incluyendo disidencias de las FARC, que se disputan las economías ilícitas como el narcotráfico y la minería ilegal.</p><p>De la Espriella, apodado “El Tigre”, cuenta con el respaldo del presidente Donald Trump, quien lo apoyó en la campaña, para poner en marcha su estrategia de seguridad, incluida la lucha antinarcóticos.</p><p>Tras su posesión el 7 de agosto el Departamento de Estado estadounidense indicó que tiene la intención, en colaboración con el Congreso, de anunciar una ayuda de 1.000 millones de dólares para Colombia como “parte de un paquete de medidas de seguridad destinado a apoyar” al nuevo gobierno para combatir el “narcoterrorismo transnacional” y estrechar lazos económicos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHDP3OLTSWP26M5ZXNSSSNJUZA.jpg?auth=a3be396012fd541757b8320052ef4f25c80a95edb605753c6013c9b4f92649e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, habla tras presidir una reunión sobre la respuesta al terremoto en Bogotá, Colombia, el lunes 10 de agosto de 2026. (AP Foto/Sebastián Barros)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastian Barros</media:credit></media:content></item><item><title><![CDATA[More than 2,300 Mexicans sent to Guatemala and Honduras as Trump ramps up third-country deportations]]></title><link>https://www.local10.com/news/world/2026/08/20/more-than-2300-mexicans-sent-to-guatemala-and-honduras-as-trump-ramps-up-third-country-deportations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/more-than-2300-mexicans-sent-to-guatemala-and-honduras-as-trump-ramps-up-third-country-deportations/</guid><dc:creator><![CDATA[By SONIA PÉREZ D., MARÍA VERZA and MARLON GONZÁLEZ, Associated Press]]></dc:creator><description><![CDATA[GUATEMALA CITY (AP) — The United States has deported nearly 2,300 Mexicans to Guatemala this year and sent at least dozens more to Honduras, according to official data, a shift from the beginning of U.S. President Donald Trump’s second term when such transfers were minimal.]]></description><pubDate>Fri, 21 Aug 2026 01:47:21 +0000</pubDate><content:encoded><![CDATA[<p>GUATEMALA CITY (AP) — The United States has deported nearly 2,300 Mexicans to Guatemala this year and sent at least dozens more to Honduras, according to official data, a shift from the beginning of U.S. President Donald Trump’s second term when such transfers were minimal.</p><p>Until now, Mexicans deported from the United States were sent almost exclusively back to their country by air and land. Only a handful arrived in other countries.</p><p>Some civil organizations believe this change reported in recent days is a way to increase pressure on Mexico, whose government has protested the deaths of 17 Mexicans in immigration custody or during enforcement operations. This also comes as Trump has expanded agreements with allied Latin American countries to conduct joint operations in the region against criminal groups and has increased its security demands to Mexico.</p><p>Sent to Central America by plane and Mexico by bus</p><p>Guatemalan President Bernardo Arévalo confirmed Wednesday night that, so far this year, 2,284 Mexicans deported from the U.S. have arrived in the country as part of a “transit stopover” before being taken to Mexico as part of an “arrangement” with the Mexican government, and without these individuals being under any refugee or asylum status.</p><p>“They are arriving on planes carrying Guatemalan returnees, and what we have done is bring them in transit so that, in coordination with Mexican immigration authorities, we can return them to Mexican territory within 24 hours of their arrival in the country,” he explained at a press conference.</p><p>The costs of these operations are covered by the Mexican government or, in some cases, by U.S. funding, he added.</p><p>Mexico’s National Migration Institute (INM) confirmed to The Associated Press in a brief message that Mexicans have been deported by the Trump administration to Guatemala and Honduras, primarily since April, and are then transported by bus to southern Mexico.</p><p>“The reason is that the United States wants to prevent them from crossing back into its territory,” the institution said. The INM did not provide figures or further details.</p><p>Asked about why the Mexicans were sent to Central America and not their own country, and for more details, the U.S. Department of Homeland Security, which oversees immigration enforcement, said in an emailed statement that the administration “is utilizing all lawful options to carry out the largest deportation operation in history, just as President Trump promised.”</p><p>“The Mexican government has expressed its opposition to this practice to U.S. authorities and has reiterated that every Mexican citizen has the right to enter the country,” the Mexican Foreign Ministry said in a statement on Thursday. It added that Mexico is coordinating with the countries involved to ensure the safe return of Mexican citizens.</p><p>Third-country deportations raise concerns for Mexican migrants</p><p>Historically, Mexico has always been willing to receive its deported citizens.</p><p>Since Trump’s first term, it has also accepted deportees from third countries, although the details of immigration agreements with Washington have usually been opaque. In 2025, Mexico received some 12,000 deported foreigners, mostly Cubans and Venezuelans, according to figures provided by Mexican President Claudia Sheinbaum. The government has not updated these figures since December although the practice has continued.</p><p>Authorities in Honduras also did not respond to requests for comment, but according to official documents from the country accessed by The Associated Press, 82 Mexicans deported from the United States arrived in the Honduran city of San Pedro Sula on two flights on August 13 and 15. An additional 35 arrived on Thursday.</p><p>Another 165 Mexicans were deported to Honduras between May and mid-July, according to the website Third Country Deportation Watch, run by the NGOs Human Rights First and Refugees International, which track U.S. deportation flights to third countries.</p><p>The website does not clarify the source of its nationality figures, but both organizations have expressed concern because these transfers could endanger migrants who possibly sought asylum in the U.S. or have few resources in an unknown country.</p><p>The deportation tactic “seems to be to put pressure on the Mexican government,” said Savitri Arvey of Human Rights First. “They really don’t want any Mexicans crossing the border.” Some of those deported arrived in Honduras on U.S. military flights, she added.</p><p>A recent change in the deportation pattern</p><p>At the beginning of his second term, with immigration control as one of his priorities, Trump reached agreements with Mexico, Guatemala, El Salvador, Honduras, Costa Rica and Panama to act as “bridge” or destination countries for migrants from third countries expelled from U.S. territory. These agreements gradually expanded to more countries, including some African ones, most recently Liberia.</p><p>Until recently, only a handful of Mexicans had been expelled from the U.S. to countries other than Mexico.</p><p>Arévalo said on Wednesday that Guatemala received 15 Mexicans in 2025. As of February 2026, Honduras had officially reported the arrival of six. Costa Rica has received 11 Mexicans since Trump’s return to the White House, and according to local immigration authorities, they remain in the country. Presumably, these individuals may have requested not to be returned to Mexico out of fear.</p><p>Immigration lawyers believe that the Trump administration is using deportations to third countries as a legal loophole to indirectly force asylum seekers to return to Mexico when the government cannot send them there because it would violate court orders from immigration judges that recognize the dangers. Organizations and politicians both inside and outside the U.S. have also questioned the use of force by U.S. immigration authorities.</p><p>___</p><p>Verza reported from Mexico City and González from Tegucigalpa.</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CYHGVBSJI2PRCN2O2PJBWUFXSI.jpg?auth=fa88b9ba3061693fc799294ae9523576ee068341164ff1fbe1db892b6930c7bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Guatemalans deported from the U.S. arrive at La Aurora airport in Guatemala City, Dec. 30, 2025, after deplaning a repatriation flight. (AP Photo/Moises Castillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LQIXUITFAFKUJIAT6D4RADRHOU.jpg?auth=8721946a88fb132ea02d6775a3d2f144192ca1678eeeb2f66c1dcdf93b2908db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Journalists take images of a bus transporting migrants deported from the United States following their arrival at the Ramón Villeda Morales Airport in San Pedro Sula, Honduras, Thursday, Aug. 20, 2026. (AP Photo/Delmer Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Delmer Martinez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47MJRQ3A44VJY72LPBSO4NRISE.jpg?auth=d597c6e492e022f397f3f364cf2cfcef6ecd77145b89304d14180fca16b66889&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants deported from the United States are transported in a bus after arriving on plane at the Ramon Villeda Morales Airport in San Pedro Sula, Honduras, Thursday, Aug. 20, 2026. (AP Photo/Delmer Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Delmer Martinez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPBFBOQL6PRYT4HCNVOHDM5RZY.jpg?auth=8c5d07418ce2f4e6f574a5792e767c1f6e0c50a14de757175dc8824249de570e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants deported from the United States walk to a waiting bus after deplaning at the Ramon Villeda Morales Airport in San Pedro Sula, Honduras, Thursday, Aug. 20, 2026. (AP Photo/Delmer Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Delmer Martinez</media:credit></media:content></item><item><title><![CDATA[Braves' Grant Holmes loses no-hit bid in seventh against White Sox in Chicago]]></title><link>https://www.local10.com/sports/2026/08/20/braves-grant-holmes-loses-no-hit-bid-in-seventh-against-white-sox-in-chicago/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/braves-grant-holmes-loses-no-hit-bid-in-seventh-against-white-sox-in-chicago/</guid><dc:creator><![CDATA[By MATT CARLSON, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Grant Holmes' slider was working again, and he knew he was on a roll against the Chicago White Sox.]]></description><pubDate>Thu, 20 Aug 2026 22:49:57 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Grant Holmes' slider was working again, and he knew he was on a roll against the Chicago White Sox.</p><p>The Atlanta right-hander was getting outs in a hurry Thursday. The few times White Sox batters made solid contact — flies to the warning track or infield liners — his fielders were in position.</p><p>Holmes didn’t allow a hit until Andrew Benintendi lined a single to left with no outs in the seventh. That turned out to be Chicago’s only hit in the contest, and followed a walk to Miguel Vargas that put two runners on.</p><p>Holmes was relieved by Didier Fuentes, who struck out the side. Dylan Lee and Raisel Iglesias each followed with a perfect inning as the Braves' bullpen fanned seven of nine batters to complete the one-hitter in a 2-0 victory.</p><p>“It was nice to have the slider kind of come back there for a little bit,” said Holmes, who felt good after warming up before the contest. “Went into the game knowing it’s working and just trusted it, and it came out on the good side.”</p><p>Holmes improved to 8-5 and lowered his ERA to 3.64 with a 94-pitch outing, throwing 51 sliders. He walked three and struck out three in a six-plus innings to help the Braves prevail in a meeting of division leaders that was a makeup game for a June 11 rainout.</p><p>The 30-year-old was aware during the game he hadn't allowed a hit.</p><p>“Absolutely, I looked every inning,” Holmes said. “And how the day was going, I felt like I could throw it anywhere and they were going to get hit at somebody. So I was just keeping that mindset and filling up the zone as quick as possible and getting the outs as quick as possible.”</p><p>Holmes rebounded after allowing six runs in his last start against Arizona on Saturday. In the two outings before that, however, he tossed scoreless ball through six innings.</p><p>He revived his slider by watching video and tweaking his wrist positioning.</p><p>“Opposing teams, they game-plan for (the slider) and they know it's coming, but it's a really good pitch,” manager Walt Weiss said. “It's just goes to show you if you execute pitches, even if they are sitting on it and you put it in a good spot, it's still tough to hit.”</p><p>Weiss said he wanted to let Holmes go as deep in the game as possible. Had Holmes walked Benintendi to put two runners on, Weiss would have faced a tougher decision. The single made it easier.</p><p>“He gave up the hit and the point is moot,” Weiss said. “I was going to give him as a long a leash as I should because that's a special thing, chasing that stuff.”</p><p>Holmes retired 18 of the first 20 White Sox hitters. Colson Montgomery walked with two outs in the second and Drew Romo walked with one out in the fifth for Chicago's first two baserunners.</p><p>There's been only one no-hitter in the majors this season, a combined effort by three Houston pitchers in a 9-0 win over Texas on May 25. The Braves' last no-hitter was by Kent Mercker in a 6-0 win over the Dodgers at Los Angeles on April 8, 1994.</p><p>Holmes has never pitched a complete game in the majors. His longest effort was 7 2/3 innings on April 14, 2025, in an 8-4 win over Toronto.</p><p>Holmes spent 10 years in the minors before making his major league debut on June 16, 2024, with the Braves.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RUK36XGK3SWYUELURUEXNVIACU.jpg?auth=3fc36f861df01fed8149c6d83d1b325c0fcc87b12d8266349538793fb4edcb85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Grant Holmes delivers during the first inning of a baseball game against the Chicago White Sox, Thursday, Aug. 20, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLRH2B64XMPUP7D4PPFCW4EIQE.jpg?auth=827cc3fca6960d101aa32e48556a32d176359610d971b177247ad6979665eb39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Grant Holmes delivers during the first inning of a baseball game against the Chicago White Sox, Thursday, Aug. 20, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content></item><item><title><![CDATA[NFL complains about changes by Nielsen to TV ratings measurements]]></title><link>https://www.local10.com/sports/2026/08/20/nfl-complains-about-changes-by-nielsen-to-tv-ratings-measurements/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/nfl-complains-about-changes-by-nielsen-to-tv-ratings-measurements/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[The NFL is upset about changes made by Nielsen in its methodology for measuring viewership for the upcoming season, calling them “rushed” and saying they will have a negative impact on sports.]]></description><pubDate>Thu, 20 Aug 2026 19:42:40 +0000</pubDate><content:encoded><![CDATA[<p>The NFL is upset about changes made by Nielsen in its methodology for measuring viewership for the upcoming season, calling them “rushed” and saying they will have a negative impact on sports.</p><p>Nielsen announced plans this week to change how it measures audiences on television, beginning on Aug. 31, including alterations to how the company measures whether multiple people are watching an event at the same time.</p><p>The NFL is coming off one of its most successful seasons ever on television after Nielsen began using its Big Data + Panel methodology for all events last September. The league averaged 18.7 million viewers per game during the 2025 regular season, an increase of 10% from the 2024 season and the largest for a season since 1989.</p><p>The Super Bowl had an audience of 124.9 million viewers on NBC, Peacock, Telemundo, NBC Sports Digital, and NFL+, according to Nielsen’s Big Data + Panel rating system, falling just short of the record set the previous season.</p><p>Paul Ballew, the league's head of data and analytics, said on a conference call Thursday that the league was still trying to understand how the changes will impact ratings this season.</p><p>"We don’t have enough impact data to fully assess. We’re still trying to make a sense of it,” Ballew said. “We're still trying to makes sense of some of the logic behind some of the methodological changes. From our initial impact, it looks like a negative for sports. On the other side, co-viewing or partial co-viewing implementation is a positive. So we’re going to have to continue to spend some time pulling this apart and making sense of it.”</p><p>Ballew said the priority for the league is to find the most accurate number for the audience, as well as having a deeper understanding of the demographics of the viewership.</p><p>"Media measurement matters a lot to us," he said. “It’s adding into the amount of homework we have to take on going into the season to make sense. We do think it’s a misstep on Nielsen’s part to go do this the way they’re doing it. It continues to accelerate our pressure point to continue to pursue ongoing measurement improvement because it’s so critically important to us and everybody else in this space.”</p><p>Nielsen had been working with partners for a while on the changes and nearly implemented them last October but waited until this season instead.</p><p>“Nielsen is delivering the most accurate TV measurement ever, especially when it comes to live sports," Nielsen said in a statement. "We have worked closely with clients, sports leagues and industry regulators to constantly enhance our methodologies. That includes the introduction of Big Data + Panel, the expansion of our Out of Home measurement and a pilot test of co-viewing updates, which are all successful examples of collaboration that lead into the enhancements.”</p><p>'Nothing's changed' with media deal opt outs</p><p>Hans Schroeder, NFL executive vice president of media distribution, said “nothing's changed” with the league's television partners and the possibility of negotiating contracts early.</p><p>The NFL's deals with CBS, Fox, NBC and Amazon run through the 2033 season and the contract with ESPN goes for one season beyond that. The league has the option to opt out of those deals after the 2029 season with CBS, Fox, NBC and Amazon and after the 2030 season with ESPN. The NFL gets paid an average of nearly $11 billion annually from those deals.</p><p>The league can renegotiate immediately with CBS because of a change of ownership provision that was triggered when Skydance Media bought Paramount. Schroeder said talks are ongoing.</p><p>“We’re always going to do that. We’re going to continue to engage our partners,” he said. “So nothing’s changed. We’re continuing to look at the future and figure out how we can continue to improve it."</p><p>NFL players express interest in Olympic flag football</p><p>The league said there has been high interest from NFL players about participating in the Olympics in 2028 when flag football makes its debut, with the NFL's head of global flag football, Brian Flinn, saying more than 200 players representing more than 25 countries have expressed a desire to possibly play.</p><p>Flinn said there will be more details on the process for national federations choosing players at the end of this season.</p><p>There will be six men's and six women's teams competing in Los Angeles with three of each already assured spots. The U.S. will be in as the host country, while the Canadian men's and women's teams clinched spots, along with the Italian men and Mexican women at a tournament last week in Germany.</p><p>Flinn was encouraged by the competitiveness of that tournament, where the U.S. men lost for the first time in 14 years in a group stage match against American Samoa and also narrowly beat Japan in the quarterfinals. Flinn also said the women's teams from Canada and Great Britain have closed the gap with traditional powers Mexico and the U.S. as the level of play and intensity continues to rise.</p><p>“You saw the emotion of the players because they knew what they were playing for,” Flinn said. “Certainly the Olympic dream was alive.”</p><p>Could Japan be next for an international game?</p><p>The NFL will hold a record nine international games this season, including the first regular-season contests ever in France and Australia and the first game in Mexico since 2022. There will also be games in Spain, Germany and Brazil, along with three in London.</p><p>Commissioner Roger Goodell said earlier this summer that the league is interested in playing a regular-season game in Japan for the first time. Schroeder said the process of picking countries is getting harder because there's so much interest.</p><p>“There’s more and more interest from cities around the world about hosting NFL games,” Schroeder said. "In Japan, there’s a ton of interest and appreciation and excitement about the popularity there.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S4VF6DWPVLGOOFLHY2RIBPC2R4.jpg?auth=a141783ba74f26fc033d5b6a6e753c8514883f3bb16a33b7ffd80899cab2720b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Footballs are seen before an NFL football game in Philadelphia on Jan. 4, 2026. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Why Treasury Secretary Bessent's moves to calm the bond market haven't worked so far]]></title><link>https://www.local10.com/business/2026/08/20/why-treasury-secretary-bessents-moves-to-calm-the-bond-market-havent-worked-so-far/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/why-treasury-secretary-bessents-moves-to-calm-the-bond-market-havent-worked-so-far/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER and STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Interest rates rebounded Thursday despite efforts by Treasury Secretary Scott Bessent to put a lid on longer-term borrowing costs, a sign Wall Street investors remain worried about burgeoning government debt, heavy borrowing by tech firms, and the Federal Reserve's commitment to fighting inflation.]]></description><pubDate>Thu, 20 Aug 2026 20:25:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Interest rates rebounded Thursday despite efforts by Treasury Secretary Scott Bessent to put a lid on longer-term borrowing costs, a sign Wall Street investors remain worried about burgeoning government debt, heavy borrowing by tech firms, and the Federal Reserve's commitment to fighting inflation.</p><p>The yield on the 10-year Treasury note, a key benchmark for mortgage rates, rose back to 4.69% Thursday. That is nearly where it stood early Wednesday before Bessent surprised financial markets by announcing that Treasury would double the size of a bond buyback program starting next month to $4 billion per operation from $2 billion. The buybacks are intended to reduce the supply of 10-year to 30-year bonds and boost their prices. Yields on bonds fall when their prices rise.</p><p>Bessent said Thursday on CNBC that the bond repurchase program could be larger than $4 billion.</p><p>“We have a big toolkit so we'll see," Bessent said. “We believe that the yields don’t reflect the underlying fundamentals.”</p><p>Rising bond yields push up borrowing costs for consumers and businesses, and the Trump administration has set reducing interest rates as a top goal. Home purchases have slumped as mortgage rates have moved higher this year.</p><p>President Donald Trump has often demanded that the Federal Reserve lower rates, but the ongoing increases are driven primarily by financial markets. The 30-year bond yield rose to 5.23% Thursday, down only slightly from a 19-year high reached Tuesday.</p><p>Treasury's move doesn’t fix the fundamental problems spooking the bond market</p><p>Bessent also said the Trump administration would announce a new effort to reduce the government's budget deficit, possibly by Monday. He argued that the deficit will peak this year, in part because it has been driven higher by tariff refunds, a temporary factor.</p><p>While the deficit has been huge for years, overall debt topped $40 trillion on Wednesday, a staggering record that arrived just months after the national debt first blew past the $39 trillion mark in April. And the Congressional Budget Office estimated earlier this week that the annual gap between government revenue and spending would top $2 trillion this year, a remarkable number outside of recessions.</p><p>But Gennadiy Goldberg, head of U.S. rates strategy at TD Securities, said reducing the deficit is mostly up to Congress, rather than the Treasury Department.</p><p>“What we are seeing is the market is still a little bit skeptical that Treasury can and will be able to backstop some of these moves,” Goldberg said.</p><p>Another factor pushing yields higher is how much debt Big Tech companies are raising to build AI data centers. Their deluge of bond offerings is giving bond investors more to choose from, which lowers prices for bonds and pushes up their yields.</p><p>Investors are skeptical of the Fed's willingness to fight inflation</p><p>Inflation also remains a threat because oil prices keep climbing on uncertainty about when the war with Iran will let tankers freely exit the Persian Gulf again. They rose again Thursday after Trump threatened Iran with “the MOST CRUSHING ECONOMIC OPERATION EVER TAKEN AGAINST ANY COUNTRY.” The price of Brent crude oil is near $94 per barrel, compared with roughly $72 before the start of the war.</p><p>The Fed typically combats inflation by raising its benchmark interest rate to slow borrowing and spending and cool the economy. Yet new Fed chair Kevin Warsh hasn't signaled whether the Fed will take such a step. At his most recent press conference in late July, he sowed confusion about whether he sees higher rates as the right approach.</p><p>He also suggested the Fed could soon switch the gauge it uses to monitor inflation, which it seeks to keep at 2%. Inflation has topped that level for more than five years, and was 3.7% in June, according to the Fed's preferred measure.</p><p>Mark Cabana, head of U.S. rates strategy at Bank of America Securities, said that a key reason for higher borrowing costs “is just elevated uncertainty about how the Fed is going to contain inflation” and what it will do “in case things don’t go to plan.”</p><p>Yet Warsh has underscored he doesn't want to provide such signals because he wants financial markets to set interest rates based on economic conditions, not on what it expects the Fed to do. Bessent's intervention appears to be at cross-purposes with that goal, since markets are now considering what next steps Treasury might take to contain rates.</p><p>The rise in rates has put pressure on Warsh to clarify his approach when he delivers a high-profile speech next Friday at an annual Fed conference in Jackson Hole, Wyoming.</p><p>“Now the ball is in the Fed’s court and the ball is really in Kevin Warsh's hands,” Cabana said. “And the market is questioning, will Warsh respond? Will he articulate a better plan?”</p><p>Warsh was appointed by Trump after his predecessor, Jerome Powell, finished his term in May. Trump relentlessly attacked Powell for not cutting rates, raising concerns that Warsh is inclined to reduce rates to placate Trump.</p><p>Shorter-term bond yields dipped after the Fed’s July 28-29 rates meeting, while longer-term yields rose. It was an unusual reaction to a Fed meeting, according to strategists at BNP Paribas, and could suggest investors believe the Fed wants to keep its benchmark rate lower rather than higher.</p><p>Treasury buyback is small compared to the size of the market</p><p>While Bessent is talking about billions of dollars in bond buybacks, the Treasury market is so large that even purchases at that scale may not have much impact. Analysts at Macquarie, an investment bank, estimate that the U.S. government will need to issue nearly $550 billion in bonds this quarter to finance its operations.</p><p>History also shows that government interventions in the bond market have limited effects. “While such measures can reduce volatility and provide temporary relief, they have not permanently lowered borrowing costs when fiscal, inflation, or supply dynamics remained unfavorable,” according to strategists at UBS Wealth Management, pointing to prior examples from Japan and the United Kingdom.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPHAI42CT3PEBJF7ZGHMBMKMUY.jpg?auth=37cb44ac8ef5cb91f52f6f92019b54bad7c928325876a109fccdfaef6c191999&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to members of the media outside the White House in Washington, Thursday, Aug. 20, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6OL7XYF5FLABWEPK2O5CLR5QQ.jpg?auth=eb2d9e5d07eaedc1c7b0325609956c275ed0e6e3b1a1d90a2d6f952cf0d6dfb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to members of the media outside the White House in Washington, Thursday, Aug. 20, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZSOVLOLLHSHAQROCXCSO6YSNE.jpg?auth=58260f93a5259aab8f20f979c6f9015cde48ab30693f4f24379bb269b029eedb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to members of the media outside the White House in Washington, Thursday, Aug. 20, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Peña recibe a los príncipes herederos de Japón en una visita por los 90 años de inmigración japonesa]]></title><link>https://www.local10.com/espanol/2026/08/20/pena-recibe-a-los-principes-herederos-de-japon-en-una-visita-por-los-90-anos-de-inmigracion-japonesa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/pena-recibe-a-los-principes-herederos-de-japon-en-una-visita-por-los-90-anos-de-inmigracion-japonesa/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[ASUNCIÓN, Paraguay (AP) — El presidente de Paraguay, Santiago Peña, recibió el jueves a los príncipes herederos de Japón, Fumihito y Kiko de Akishino, en el marco de una gira oficial de la pareja imperial para celebrar los 90 años de la inmigración japonesa al país sudamericano.]]></description><pubDate>Thu, 20 Aug 2026 19:37:14 +0000</pubDate><content:encoded><![CDATA[<p>ASUNCIÓN, Paraguay (AP) — El presidente de Paraguay, Santiago Peña, recibió el jueves a los príncipes herederos de Japón, Fumihito y Kiko de Akishino, en el marco de una gira oficial de la pareja imperial para celebrar los 90 años de la inmigración japonesa al país sudamericano.</p><p>El príncipe heredero y su esposa desembarcaron la víspera en Asunción para una visita de ocho días a Paraguay, adonde Akishino regresa a exactos veinte años de su primera visita, en 2006, cuando participó en una serie de festejos por los 70 años de la llegada de los primeros inmigrantes nipones.</p><p>"La llegada de japoneses hace 90 años ha contribuido de manera importante con el desarrollo del Paraguay. Por eso nosotros los recibimos hoy con mucha gratitud”, dijo Peña, citado en un comunicado.</p><p>La pareja imperial fue recibida en el Palacio de Gobierno, donde igualmente mantuvieron una reunión con el mandatario, en la que reafirmaron los “lazos históricos” que unen los dos países y exploraron potenciales oportunidades para el futuro. “Sabemos que los mejores años de nuestra relación entre Paraguay y Japón están todavía por venir”, sentenció el presidente.</p><p>Durante su paso por Paraguay, Akishino y la princesa tendrán una intensa agenda de celebraciones, que incluye además una visita a las localidades de Iguazú y La Colmena, la primera colonia japonesa en el país.</p><p>Fue en este pequeño pueblo, de poco más de 5.000 habitantes, donde desembarcaron los primeros japoneses hace casi un siglo, en 1936, antes del estallido de la Segunda Guerra Mundial. La inmigración se reinició en 1953 y alcanzó su cúspide en la década de 1960, según la embajada paraguaya en Japón.</p><p>En una nota, la Presidencia destacó los “importantes aportes” realizados por la comunidad nipona a Paraguay, sobre todo al “desarrollo productivo del país”. Se estima que hoy la comunidad "nikkei" — como se conoce a los inmigrantes japoneses y sus descendientes-- tenga unos 10.000 miembros en el país.</p><p>En los próximos días se celebrará una serie de actos conmemorativos para marcar los noventa años de historia conjunta. Esta tarde, Peña y los príncipes herederos participarán en el acto de embanderamiento de una potente draga donada a Paraguay por Japón, mientras que el viernes contará con una serie de eventos y festejos que reunirán representantes de la comunidad japonesa y autoridades de ambos países.</p><p>Akishino también espera reencontrarse con sus conterráneos para expresar su agradecimiento por su contribución como puente entre ambas naciones. “Quienes emigraron de Japón son personas mayores. Durante la visita, espero escuchar sus historias y reunirme con las generaciones más jóvenes, incluyendo la segunda y la tercera”, dijo en una rueda de prensa previa al viaje.</p><p>Así como otros países de la región, la emigración japonesa a Paraguay fue parte de un programa del gobierno japonés iniciado a finales de la década de 1860 para abordar la sobrepoblación y la pobreza en las zonas rurales agrícolas. El plan consistía en enviar a los inmigrantes a trabajar en plantaciones o cultivos, pero muchos terminaron en zonas no aptas para la agricultura y sufrieron duras condiciones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LMLP6X37B2A4USISL3BKXWVJFQ.jpg?auth=24e2ba2351c4717eca178990de4cfa9d6ee1a6e97c7b96d329c43ed31bdcae14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Paraguay, Santiago Peña (segundo desde la derecha), y su esposa, Leticia Ocampos, posan junto al príncipe heredero Akishino y la princesa heredera Kiko de Japón en el Palacio de López, en Asunción, Paraguay, el jueves 20 de agosto de 2026, durante una visita para conmemorar el 90 aniversario de la inmigración japonesa a Paraguay. (Foto AP/Jorge Saenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Redes sociales afirman falsamente que ola de calor amenaza queso en Italia]]></title><link>https://www.local10.com/espanol/2026/08/20/redes-sociales-afirman-falsamente-que-ola-de-calor-amenaza-queso-en-italia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/redes-sociales-afirman-falsamente-que-ola-de-calor-amenaza-queso-en-italia/</guid><dc:creator><![CDATA[Por COLLEEN BARRY, Associated Press]]></dc:creator><description><![CDATA[MILÁN, Italia (AP) — Italia ha quedado sumida en un periodo de calor extremo, y cuentas en redes sociales amplificaron y falsearon informes sobre el impacto en la producción del queso Parmigiano Reggiano y sobre un banco regional que almacena las ruedas de queso como garantía de préstamos.]]></description><pubDate>Thu, 20 Aug 2026 19:28:38 +0000</pubDate><content:encoded><![CDATA[<p>MILÁN, Italia (AP) — Italia ha quedado sumida en un periodo de calor extremo, y cuentas en redes sociales amplificaron y falsearon informes sobre el impacto en la producción del queso Parmigiano Reggiano y sobre un banco regional que almacena las ruedas de queso como garantía de préstamos.</p><p>El queso Parmigiano Reggiano se elabora conforme a especificaciones estrictas dentro de áreas geográficas definidas en la región de Emilia-Romaña, en el norte de Italia. La leche proviene de ganado lechero alimentado únicamente con forraje cultivado localmente, y las ruedas deben madurarse durante un mínimo de 12 meses e incluso puede ser 24, 36 o 40 meses.</p><p>Para ayudar a los productores a gestionar su capital, un puñado de bancos acepta las ruedas de queso como garantía de préstamos durante el proceso de maduración —el mayor de ellos es Magazini Generali delle Tagliate (MGT), de Credito Emiliano S.p.A., que opera desde 1953.</p><p>En redes sociales se afirmó que el calor extremo que azotó Italia amenazaba tanto al queso como a su principal banco de queso.</p><p>A continuación, un análisis más detallado de los hechos.</p><p>AFIRMACIÓN: El calor extremo está creando una “Gran Crisis del Parmesano” que amenaza tanto al queso Parmigiano Reggiano como a los “bancos de queso” de Italia, donde se almacenan cientos de miles de ruedas del queso como garantía de préstamos.</p><p>LOS HECHOS: Por suerte, las ruedas del apreciado queso están bien resguardadas en almacenes frescos y maduran adecuadamente mientras el resto de Italia suda. MGT, que almacena 500.000 ruedas de queso valoradas en 300 millones de euros (350 millones de dólares) en dos instalaciones de almacenamiento, confirmó que todo está bien.</p><p>Giancarlo Ravanetti, director general de MGT, indicó que el calor extremo había elevado en un 30% el consumo de energía para mantener frescas las instalaciones.</p><p>Pero sostuvo que ni las ruedas de queso ni las operaciones de MGT estaban en riesgo debido a las temperaturas extremas, que este verano se han acercado con regularidad a los 40 grados Celsius (104 grados Fahrenheit).</p><p>“Los almacenes no se han visto afectados y han seguido operando con normalidad, garantizando que las ruedas de queso se almacenen y maduren en condiciones óptimas”, declaró Ravanetti añadiendo que no prevé consecuencias a más largo plazo, incluso si el calor extremo persiste.</p><p>MGT ha estado invirtiendo desde hace varios años para hacer que los almacenes sean más eficientes energéticamente. Ha sustituido dos unidades de refrigeración obsoletas por una unidad de alta eficiencia, ha mejorado el aislamiento térmico de los edificios e instaló sistemas fotovoltaicos en ambos almacenes, alcanzando una capacidad instalada de 1,5 MW.</p><p>El consorcio del Parmigiano Reggiano, que protege y regula el apreciado queso duro, reconoce el desafío de las olas de calor, ya que el calor extremo puede reducir de forma significativa la producción de leche, con “rendimientos que podrían caer alrededor de un 10%”.</p><p>Pero el consorcio señaló en un comunicado que la producción de Parmigiano Reggiano “no está actualmente en riesgo”.</p><p>Subrayó que las vacas se alimentan en su mayoría con forraje conservado y seco para garantizar el suministro incluso durante la sequía. Las granjas que aportan el 70% de la leche utilizada para elaborar el queso están equipadas con ventiladores, sistemas controlados de rociado de agua y monitoreo ambiental para mantener a las vacas cómodas. El resto del suministro de leche proviene de zonas de colinas y montañosas donde las temperaturas suelen ser más frescas, indicó el consorcio.</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/V6OFPXAIZCVOXYLFIYRSCPM2C4.jpg?auth=0cb1e0cf4108b906003f6a995c18fb8e584de2678bb4afb89554567b6b644e52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ruedas de queso parmigiano en Noceto, cerca de Parma, Italia, el 8 de octubre del 2019. (AP foto/Antonio Calanni)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content></item><item><title><![CDATA[Meet Matilda and get your paws on Kitty Yoga]]></title><link>https://www.local10.com/pets/2026/08/20/meet-matilda-and-get-your-paws-on-kitty-yoga/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/20/meet-matilda-and-get-your-paws-on-kitty-yoga/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Meet Matilda, a 9-week-old kitten looking for her forever home through the Humane Society of Broward County. ]]></description><pubDate>Thu, 20 Aug 2026 14:54:55 +0000</pubDate><content:encoded><![CDATA[<p>Meet Matilda, a 9-week-old kitten looking for her forever home through the Humane Society of Broward County. </p><p><a href="https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/">Leer en español</a></p><p>At just 1.9 pounds, the playful and curious little girl is already stealing hearts with her sweet personality.</p><p>HSBC’s Cherie Wachter said Matilda came to the shelter as a single kitten and is now ready for a loving family. </p><p>And if you’re a cat lover, HSBC also has a fun event coming up: Kitty Yoga this weekend at Retro Fitness in Cooper City, with classes at 9 and 10 a.m.</p><p>To learn more about Matilda, adoption opportunities and upcoming events, visit HSBC’s <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">website</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Conoce a Matilda y disfruta de Kitty Yoga]]></title><link>https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description></description><pubDate>Thu, 20 Aug 2026 19:19:02 +0000</pubDate><content:encoded><![CDATA[<p>Conoce a Matilda, una gatita de 9 semanas que busca un hogar permanente a través de la Humane Society of Broward County.</p><p>Con apenas 1.9 libras, la pequeña, juguetona y curiosa, ya está conquistando corazones con su dulce personalidad.</p><p>Cherie Wachter, de HSBC, dijo que Matilda llegó al refugio sola y ahora está lista para encontrar una familia que le brinde amor.</p><p>Y si eres amante de los gatos, HSBC también tiene un divertido evento próximamente: Kitty Yoga este fin de semana en Retro Fitness en Cooper City, con clases a las 9 y 10 a.m.</p><p>Para obtener más información sobre Matilda, oportunidades de adopción y próximos eventos, visita el sitio web de HSBC.</p>]]></content:encoded></item><item><title><![CDATA[Behind-the-wheel brawl between women in Coral Gables leads to crash into tree, arrest, cops say]]></title><link>https://www.local10.com/news/local/2026/08/20/behind-the-wheel-brawl-between-women-in-coral-gables-leads-to-crash-into-tree-arrest-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/behind-the-wheel-brawl-between-women-in-coral-gables-leads-to-crash-into-tree-arrest-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Miami woman is facing an aggravated battery charge after authorities said she caused a car crash while fighting with another woman as the two were driving in Coral Gables just after midnight on Thursday.]]></description><pubDate>Thu, 20 Aug 2026 16:45:24 +0000</pubDate><content:encoded><![CDATA[<p>A Miami woman is facing an aggravated battery charge after authorities said she caused a car crash while fighting with another woman as the two were driving in Coral Gables just after midnight on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/">Leer en español</a></p><p>Coral Gables police said Mariah Rose Scuiletti, 27, of Shorecrest, and the driver began arguing during the drive and “simultaneously began striking and grabbing each other in the neck and face area.”</p><p>According to police, the victim told police that as they drove in the 1900 block of Segovia Street, Scuiletti “struck her in the neck and began pulling her hair before (she) grabbed and pulled on the steering wheel, which caused the vehicle to swerve off the roadway and into a tree.”</p><p>Police said that medics took the victim to Baptist Health Doctors Hospital to be treated for minor injuries.</p><p>According to an arrest report, Scuiletti told officers that she “attempted to step over the vehicle’s center console to press the brake” before the wreck.</p><p>The report states that officers believed that Scuiletti was under the influence of alcohol at the time.</p><p>As of Thursday afternoon, Scuiletti was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” in online jail records.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AYGOS3EUJJFHDCMTQ3RBYP7JXU.jpg?auth=4fe203a2fe32a6e5297913256f35c23e166e7bb44b4aa5e9917e6d5e1d0b9094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mariah Scuiletti]]></media:description></media:content></item><item><title><![CDATA[Pelea al volante entre mujeres en Coral Gables termina en choque contra árbol y arresto, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de Miami enfrenta un cargo de agresión agravada después de que las autoridades dijeron que provocó un accidente automovilístico mientras peleaba con otra mujer cuando ambas conducían en Coral Gables poco después de la medianoche de este jueves.]]></description><pubDate>Thu, 20 Aug 2026 18:48:40 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Miami enfrenta un cargo de agresión agravada después de que las autoridades dijeron que provocó un accidente automovilístico mientras peleaba con otra mujer cuando ambas conducían en Coral Gables poco después de la medianoche de este jueves.</p><p>La policía de Coral Gables dijo que Mariah Rose Scuiletti, de 27 años y residente de Shorecrest, y la conductora comenzaron a discutir durante el trayecto y “simultáneamente comenzaron a golpearse y agarrarse en el área del cuello y el rostro”.</p><p>Según la policía, la víctima dijo que mientras conducían por la cuadra 1900 de Segovia Street, Scuiletti “la golpeó en el cuello y comenzó a halarle el cabello antes de que (ella) agarrara y halara el volante, lo que provocó que el vehículo se saliera de la carretera y chocara contra un árbol”.</p><p>La policía dijo que los paramédicos trasladaron a la víctima a Baptist Health Doctors Hospital para recibir tratamiento por lesiones menores.</p><p>Según un informe de arresto, Scuiletti dijo a los agentes que “intentó pasar por encima de la consola central del vehículo para presionar el freno” antes del accidente.</p><p>El informe indica que los agentes creían que Scuiletti estaba bajo los efectos del alcohol en ese momento.</p><p>Hasta la tarde del jueves, Scuiletti permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza que figuraba como “por determinar” en los registros de la cárcel en línea.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AYGOS3EUJJFHDCMTQ3RBYP7JXU.jpg?auth=4fe203a2fe32a6e5297913256f35c23e166e7bb44b4aa5e9917e6d5e1d0b9094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mariah Scuiletti]]></media:description></media:content></item><item><title><![CDATA[Aug. 20: Heat Advisory in effect for South Florida ahead of late afternoon storms]]></title><link>https://www.local10.com/weather/2026/08/20/aug-20-heat-advisory-in-effect-for-south-florida-ahead-of-late-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/20/aug-20-heat-advisory-in-effect-for-south-florida-ahead-of-late-afternoon-storms/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[This is the 36th day this year that we’ve had a heat advisory in effect with a heat index as high as 100°. ]]></description><pubDate>Thu, 20 Aug 2026 18:43:53 +0000</pubDate><content:encoded><![CDATA[<p>This is the 36<sup>th</sup> day this year that we’ve had a heat advisory in effect with a heat index as high as 100°. Similar to yesterday, we will have spotty showers and thunderstorms developing late this afternoon. Most of them will be between 4 p.m.- 9 p.m., especially for inland areas. More of the same is on the way tomorrow.</p><p>High temperatures will level off around 92° or 93° into next week, which is still hotter than average but better than the record-shattering heat of earlier this week. A few storms are possible each day, but no organized storm systems are in the forecast to bring us the widespread rains we really need.</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[Hollywood lifeguard saves family after Aruba tubing accident: ‘Didn’t know if they were dead’]]></title><link>https://www.local10.com/news/local/2026/08/20/hollywood-lifeguard-saves-family-after-aruba-tubing-accident-didnt-know-if-they-were-dead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/hollywood-lifeguard-saves-family-after-aruba-tubing-accident-didnt-know-if-they-were-dead/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[A Hollywood Ocean Rescue lifeguard is being honored for his heroic actions after he helped save several members of his family during a water incident in Aruba. ]]></description><pubDate>Thu, 20 Aug 2026 16:34:15 +0000</pubDate><content:encoded><![CDATA[<p>A Hollywood Ocean Rescue lifeguard is being honored for his heroic actions after he helped save several members of his family during a water incident in Aruba. </p><p><a href="https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/">Leer en español</a></p><p>Lifeguard Marcelo Lorenzo was on vacation on Aug. 11 when he said a speedboat-towed tube crashed into an anchored catamaran, seriously injuring several of his family members.</p><p>Two tubes were traveling alongside one another when the boat made a wide turn, sending one tube crashing at high speed into an anchored catamaran, according to officials. </p><p>Several of Lorenzo’s family members were thrown into the water and hurt. </p><p>With no emergency responders immediately available, Lorenzo said he relied on his training as a professional lifeguard and sprang into action. </p><p>According to Lorenzo, he found his father trapped beneath the catamaran and pulled him toward a ladder, helping him to safety, and he also found his cousin unconscious and face-down in the water. </p><p>He checked for a pulse and kept her afloat until employees aboard the catamaran could help get her out of the water.</p><p>“I remember swimming over there, I was like, ‘This is scary’ and I was thinking the worst,” he said. “I didn’t know if they were dead or possibly really hurt, and I just knew I had to get over there as soon as possible and go help them out.”</p><p>Hollywood Fire Rescue says Lorenzo’s quick thinking, courage and training helped save lives during an extraordinary emergency.</p><p>Officials say his response demonstrated how professional lifeguard training and preparedness can make a difference when seconds count.</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[Salvavidas de Hollywood salva a familia tras accidente en flotador en Aruba: “No sabía si estaban muertos”]]></title><link>https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[Un salvavidas de Hollywood Ocean Rescue está siendo reconocido por sus acciones heroicas después de ayudar a salvar a varios miembros de su familia durante un incidente en el agua en Aruba.]]></description><pubDate>Thu, 20 Aug 2026 18:44:25 +0000</pubDate><content:encoded><![CDATA[<p>Un salvavidas de Hollywood Ocean Rescue está siendo reconocido por sus acciones heroicas después de ayudar a salvar a varios miembros de su familia durante un incidente en el agua en Aruba.</p><p>El salvavidas Marcelo Lorenzo estaba de vacaciones el 11 de agosto cuando dijo que un flotador remolcado por una lancha rápida chocó contra un catamarán anclado, causando heridas graves a varios miembros de su familia.</p><p>Dos flotadores viajaban uno al lado del otro cuando la embarcación hizo un giro amplio, provocando que uno de los flotadores chocara a alta velocidad contra un catamarán anclado, según funcionarios.</p><p>Varios familiares de Lorenzo salieron expulsados al agua y resultaron heridos.</p><p>Sin socorristas disponibles de inmediato, Lorenzo dijo que recurrió a su entrenamiento como salvavidas profesional y entró en acción.</p><p>Según Lorenzo, encontró a su padre atrapado debajo del catamarán y lo llevó hacia una escalera, ayudándolo a ponerse a salvo, y también encontró a su prima inconsciente y boca abajo en el agua.</p><p>Le tomó el pulso y la mantuvo a flote hasta que empleados a bordo del catamarán pudieron ayudar a sacarla del agua.</p><p>“Recuerdo que nadé hasta allí y pensé, “Esto da miedo”, y estaba pensando lo peor”, dijo. “No sabía si estaban muertos o posiblemente muy heridos, y simplemente sabía que tenía que llegar hasta allí lo antes posible y ayudarlos”.</p><p>Hollywood Fire Rescue dice que la rapidez de pensamiento, el valor y el entrenamiento de Lorenzo ayudaron a salvar vidas durante una emergencia extraordinaria.</p><p>Funcionarios dicen que su respuesta demostró cómo el entrenamiento y la preparación profesional de un salvavidas pueden marcar la diferencia cuando cada segundo cuenta.</p>]]></content:encoded></item><item><title><![CDATA[New details released after fatal hit-and-run in Lighthouse Point, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/19/arrest-made-after-fatal-hit-and-run-in-lighthouse-point-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/arrest-made-after-fatal-hit-and-run-in-lighthouse-point-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An individual has been located in connection with a hit-and-run that authorities say left a 39-year-old man dead in Lighthouse Point on Sunday night, according to the Broward Sheriff’s Office.]]></description><pubDate>Wed, 19 Aug 2026 21:10:45 +0000</pubDate><content:encoded><![CDATA[<p>An individual has been located in connection with a hit-and-run that authorities say left a 39-year-old man dead in Lighthouse Point on Sunday night, according to the Broward Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/08/19/arresto-tras-atropello-con-fuga-mortal-en-lighthouse-point-informan-los-agentes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/arresto-tras-atropello-con-fuga-mortal-en-lighthouse-point-informan-los-agentes/">Leer en español</a></p><p>Investigators said BSO Traffic Homicide Unit detectives responded to the intersection of Northeast 49th Street and North Federal Highway at the request of the Lighthouse Point Police Department to investigate the crash involving a vehicle and a pedestrian riding a scooter.</p><p>The preliminary investigation found the scooter rider was crossing eastbound through the intersection when he was struck by a gray Toyota Corolla traveling southbound, according to detectives.</p><p>The driver, Gustavo Mendez, of Boca Raton, left the scene after the crash, authorities said.</p><p>They said Lighthouse Point Fire Rescue medics transported the victim to Broward Health North Medical Center, where he was later pronounced dead. </p><p>Detectives said that as the investigation continued, they located Mendez and the Toyota Corolla in Boca Raton. </p><p>BSO officials told Local 10 News on Thursday that Mendez has not yet been arrested at this time, and that the investigation remains “ongoing.” </p><p>Additional information about the victim was withheld under Marsy’s Law.</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/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[2 arrested after vehicle burglaries, thefts in Miami Springs, police say]]></title><link>https://www.local10.com/news/local/2026/08/20/2-arrested-after-vehicle-burglaries-thefts-in-miami-springs-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/2-arrested-after-vehicle-burglaries-thefts-in-miami-springs-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Two suspects were arrested following a string of vehicle burglaries across Miami Springs that resulted in two vehicles and a gun being stolen, police confirmed Thursday.]]></description><pubDate>Thu, 20 Aug 2026 18:00:52 +0000</pubDate><content:encoded><![CDATA[<p>Two suspects were arrested following a string of vehicle burglaries across Miami Springs that resulted in two vehicles and a gun being stolen, police confirmed Thursday.</p><p><a href="https://www.local10.com/espanol/2026/08/20/arrestan-a-dos-tras-robos-en-vehiculos-y-hurtos-en-miami-springs-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/arrestan-a-dos-tras-robos-en-vehiculos-y-hurtos-en-miami-springs-dice-la-policia/">Leer en español</a></p><p>According to Miami Springs police, the crime spree began at approximately 1 a.m. Wednesday when two males wearing hoodies entered the city through a catwalk near North Royal Poinciana Boulevard.</p><p>Police said the suspects traveled through several areas, including Raven, Plover, Quail, Albatross, Swallow, North Royal Poinciana and South Royal Poinciana.</p><p>They said more than 15 vehicles were burglarized during the spree, and two vehicles and a gun were also stolen.</p><p>Detectives eventually located both stolen vehicles in West Hialeah, police said. Although the vehicles were initially unoccupied, detectives conducted surveillance for more than four hours.</p><p>Investigators said two males were eventually seen getting into one of the stolen vehicles.</p><p>Miami Springs detectives followed the vehicle and, with assistance from the Hialeah Police Department’s K-9 Unit and the Florida Highway Patrol’s Criminal Interdiction Unit, conducted a felony traffic stop.</p><p>Both suspects were taken into custody at about 3 p.m., less than 16 hours after the burglaries began, according to police.</p><p>Both stolen vehicles were recovered and returned to their owners.</p><p>Following interviews with the suspects, Miami Springs detectives went to the Hialeah home of one of them, according to the department.</p><p>Police said investigators recovered six guns from the home, including the gun stolen during the Miami Springs crime spree.</p><p>The other five guns had been stolen during a separate burglary in Hialeah, according to police.</p><p>One of the suspects was identified by police as 22-year-old Christopher Caceres. The other suspect appears to be a juvenile as police blurred his face in video they released Thursday. </p><p>“A reminder to our residents: Make locking your vehicle part of your nightly routine,” the police department posted on social media. “Never leave valuables unattended, and always ensure firearms and other valuable items are properly secured.”</p><p>As of Thursday afternoon, Caceres was being held at the Turner Guilford Knight Correctional Center. Online jail records listed his bond as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Arrestan a dos tras robos en vehículos y hurtos en Miami Springs, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/arrestan-a-dos-tras-robos-en-vehiculos-y-hurtos-en-miami-springs-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/arrestan-a-dos-tras-robos-en-vehiculos-y-hurtos-en-miami-springs-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Dos sospechosos fueron arrestados tras una serie de robos en vehículos en Miami Springs que resultaron en el robo de dos vehículos y un arma, confirmó la policía el jueves.]]></description><pubDate>Thu, 20 Aug 2026 18:39:18 +0000</pubDate><content:encoded><![CDATA[<p>Dos sospechosos fueron arrestados tras una serie de robos en vehículos en Miami Springs que resultaron en el robo de dos vehículos y un arma, confirmó la policía el jueves.</p><p>Según la policía de Miami Springs, la ola delictiva comenzó aproximadamente a la 1 a.m. del miércoles, cuando dos hombres con sudaderas con capucha ingresaron a la ciudad a través de un paso peatonal cerca de North Royal Poinciana Boulevard.</p><p>La policía dijo que los sospechosos recorrieron varias áreas, entre ellas Raven, Plover, Quail, Albatross, Swallow, North Royal Poinciana y South Royal Poinciana.</p><p>Dijeron que más de 15 vehículos fueron robados durante la ola delictiva, y que también fueron robados dos vehículos y un arma.</p><p>Los detectives finalmente localizaron ambos vehículos robados en el oeste de Hialeah, dijo la policía. Aunque inicialmente los vehículos estaban desocupados, los detectives realizaron vigilancia durante más de cuatro horas.</p><p>Los investigadores dijeron que finalmente vieron a dos hombres subir a uno de los vehículos robados.</p><p>Detectives de Miami Springs siguieron el vehículo y, con la ayuda de la Unidad K-9 del Departamento de Policía de Hialeah y la Unidad de Interdicción Criminal de la Patrulla de Carreteras de Florida, realizaron una parada de tráfico por delito grave.</p><p>Ambos sospechosos fueron detenidos alrededor de las 3 p.m., menos de 16 horas después de que comenzaran los robos, según la policía.</p><p>Ambos vehículos robados fueron recuperados y devueltos a sus propietarios.</p><p>Tras entrevistar a los sospechosos, detectives de Miami Springs acudieron a la vivienda en Hialeah de uno de ellos, según el departamento.</p><p>La policía dijo que los investigadores recuperaron seis armas de la vivienda, incluida el arma robada durante la ola delictiva en Miami Springs.</p><p>Las otras cinco armas habían sido robadas durante un robo separado en Hialeah, según la policía.</p><p>Uno de los sospechosos fue identificado por la policía como Christopher Caceres, de 22 años. El otro sospechoso parece ser menor de edad, ya que la policía difuminó su rostro en un video que divulgó el jueves.</p><p>“Un recordatorio para nuestros residentes: Hagan que cerrar con seguro su vehículo sea parte de su rutina nocturna”, publicó el departamento de policía en redes sociales. “Nunca dejen objetos de valor sin supervisión y asegúrense siempre de que las armas de fuego y otros artículos de valor estén debidamente asegurados”.</p><p>Hasta la tarde del jueves, Caceres permanecía detenido en el Centro Correccional Turner Guilford Knight. Los registros de la cárcel en línea indicaban que su fianza estaba “por determinar”.</p>]]></content:encoded></item><item><title><![CDATA[James Harden agrees to 3-year, $97-million contract to remain with Cavaliers, AP sources say]]></title><link>https://www.local10.com/sports/2026/08/20/james-harden-agrees-to-3-year-97-million-contract-to-remain-with-cavaliers-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/james-harden-agrees-to-3-year-97-million-contract-to-remain-with-cavaliers-ap-sources-say/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[James Harden agreed to a three-year, $97 million contract to remain with the Cleveland Cavaliers, two people close to the situation told The Associated Press on Thursday.]]></description><pubDate>Thu, 20 Aug 2026 18:27:19 +0000</pubDate><content:encoded><![CDATA[<p>James Harden agreed to a three-year, $97 million contract to remain with the Cleveland Cavaliers, two people close to the situation told The Associated Press on Thursday.</p><p>They spoke on condition of anonymity because the deal has not been announced. It includes a player option for the 2028-29 season as well as a trade kicker.</p><p>Harden declined his $42.3 million player option for the upcoming season, but he indicated after the Cavaliers were swept in four games by the eventual NBA champion New York Knicks in the Eastern Conference finals that he would like to return. He also wanted to wait until the Cavaliers were done making a couple moves before his new agreement was in place.</p><p>The 36-year-old Harden will be going into his 18th NBA season. He averaged 10.7 points and 1.7 turnovers for the Cavaliers in 26 regular-season games after being acquired from the Los Angeles Clippers for Darius Garland on Feb. 4.</p><p>Harden averaged 19.7 points in the postseason, but his turnovers also went up to 4.7 per game, including five or more in 10 of Cleveland’s 18 games. He also struggled on defense.</p><p>Cleveland's starting lineup is likely to be Harden, All-Star Donovan Mitchell, 2025 NBA Defensive Player of the Year Evan Mobley, Jarrett Allen and Peyton Watson, who was acquired in a four-team trade Wednesday night.</p><p>Harden was arrested on June 13 in Houston on a misdemeanor charge of unlawful carrying of a weapon in a motor vehicle. The charge was dismissed earlier this month in Harris County criminal court after he completed an alternative resolution program.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HG3WRDHCFEFONAWO2L6R5VDQHE.jpg?auth=853283680af8698007e5dc37d84716124a2fd28874cbbd66dcc9f84985e3a19b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cleveland Cavaliers guard James Harden warms up before an NBA basketball game against the Atlanta Hawks, April 10, 2026, in Atlanta. (AP Photo/Colin Hubbard, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content></item><item><title><![CDATA[Trump appears on former fixer-turned-enemy Michael Cohen's radio show after detente]]></title><link>https://www.local10.com/news/2026/08/20/trump-appears-on-former-fixer-turned-enemy-michael-cohens-radio-show-after-detente/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/trump-appears-on-former-fixer-turned-enemy-michael-cohens-radio-show-after-detente/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and JILL COLVIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump appeared Thursday on his former fixer-turned-foe Michael Cohen's radio show, holding a stunning public reunion with the man who once called him a “Cheeto-dusted cartoon villain” and testified against him both in court and before Congress.]]></description><pubDate>Fri, 21 Aug 2026 02:35:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump appeared Thursday on his former fixer-turned-foe Michael Cohen's radio show, holding a stunning public reunion with the man who once called him a “Cheeto-dusted cartoon villain” and testified against him both in court and before Congress.</p><p>For Cohen, who served prison time for his role in what he said was covering up Trump’s “dirty deeds,” it was the culmination of a behind-the-scenes detente that would have been impossible to imagine several years ago.</p><p>The interview, part of which aired on Cohen's 77 WABC radio program Thursday evening and which will air in full Sunday, was an exceptionally friendly affair, with only passing reference to the men's tumultuous history.</p><p>“They weaponized you like nobody's ever been weaponized, like few have been,” Trump told Cohen.</p><p>“I respect the fact that you recanted everything you said,” he went on. “That’s a big thing that you did."</p><p>In an interview with CNN shortly before the radio interview aired, Cohen said he had resubmitted a pardon application to the White House that had been denied by the previous administration, but had yet to receive any response and planned to follow up Friday.</p><p>The truce with Cohen makes him the latest in a long line of Trump loyalists who have had public falling-outs with the president but found themselves back in his good graces. Other recent examples include Elon Musk and Florida Gov. Ron DeSantis.</p><p>But the split from Cohen was perhaps the most personal. Cohen once boasted that he would “take a bullet” for the president and was by Trump’s side during his political rise. After their public breakup, Cohen’s testimony in Trump’s 2024 criminal hush-money trial instead helped secure Trump’s criminal conviction just as he was trying to make his political comeback.</p><p>Cohen has since criticized prosecutors in the case — an admission that paved the way for their reconciliation.</p><p>‘Boss, remember when I was by your side,’ Cohen tells Trump</p><p>Cohen has said he and the president have had multiple conversations over the past year and introduced the interview by explaining his decision to move on.</p><p>“Forgiveness does not mean amnesia. It does not mean that the past did not happen. It does not mean the scars vanish, that the pain was fake or that I have forgotten a single second of what transpired, I have not. Forgiveness isn’t about erasing history," he said. “It is about having the courage to decide that yesterday will no longer dictate tomorrow.”</p><p>He sounded nostalgic about a time when he was one of Trump's most trusted aides.</p><p>“Boss, remember when I was by your side,” he said at one point.</p><p>The clip was introduced with the 1975 War song, “Why Can’t We Be Friends,” and closed with the lyrics, “Reunited and it feels so good,” from the 1978 Peaches & Herb song.</p><p>In a long post on his online newsletter Thursday promoting the interview, Cohen said that although his relationship with Trump became “political blood sport,” there were 15 years of close friendship between them.</p><p>“The good times don’t cease to have existed because the bad times came afterward,” Cohen wrote.</p><p>Simply, he said, “We forgave.”</p><p>Trump had made no warm public statements about Cohen before Thursday, but in a series of social media posts this year, he linked to some of his former lawyer’s comments saying he felt pressured by prosecutors to testify against Trump in the criminal hush money case and a civil fraud case.</p><p>Cohen was a key figure in Trump's prosecution in New York</p><p>In 2024, Cohen was the star witness in Trump's criminal hush money trial, which resulted in a 34-count felony conviction. He ended up facing no punishment.</p><p>But over days of probing questioning by prosecutors, followed by bruising cross-examination, Cohen placed the then-Republican candidate at the center of schemes during the 2016 presidential election to stifle accounts from an adult film actor and former Playboy model who said they had sexual encounters with Trump.</p><p>Cohen testified that Trump promised to reimburse the lawyer for the money he fronted and that he was constantly updated on behind-the-scenes efforts to bury stories feared to be harmful to the campaign.</p><p>“What I was doing, I was doing at the direction of and benefit of Mr. Trump,” Cohen testified.</p><p>Cohen’s testimony at the time appeared to be the final breach in a once-close relationship between the lawyer and his client that was tested in dramatic fashion in 2018 when FBI agents searched Cohen’s office, home and hotel room.</p><p>Cohen later pleaded guilty to lying to Congress about a Trump Tower project in Russia as well as to campaign finance violations in which he implicated Trump in payments that went to Stormy Daniels, an adult film star, and Playboy Playmate Karen McDougal. He was sentenced to three years in prison.</p><p>Since his trial testimony, though, Cohen has sung a different tune as he’s moved closer to Trump, insisting that he had testified under duress.</p><p>“I felt pressured and coerced to only provide information and testimony that would satisfy the government’s desire to build the cases against and secure a judgment and convictions against President Trump,” he wrote in a Substack post in January.</p><p>Cohen testified before Congress in 2019, alleging Trump had a history of misrepresenting the value of assets to gain favorable loan terms and tax benefits.</p><p>He gave similar testimony in a 2023 civil fraud trial in New York, which found that Trump and his companies had engaged in fraud by exaggerating his wealth for decades. A New York appeals court later threw out a $550 million judgment against Trump in that case. Trump has asked a court to overturn the remaining parts of the case.</p><p>In his tell-all memoir in 2020, “Disloyal: The True Story of the Former Personal Attorney to President Donald J. Trump,” Cohen was unsparing, calling Trump an “organized crime don” and “master manipulator.”</p><p>But, foreshadowing their later rapprochement, Cohen also wrote that he still cared for Trump, writing, “I had and still have a lot of affection for him.”</p><p>___ Colvin reported from New York. Associated Press writer Eric Tucker in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/47NITHQF67NASHM5ERVUCQF6OU.jpg?auth=ab5bdc7d055062734f30fc7b11e00db753a111d3166af46cb1694931e9fcec06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michael Cohen speaks during a news conference announcing his new radio show in New York, July 13, 2026. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EBJGATFQ37YY5SM6XV6MLEGRBQ.jpg?auth=037092f97adf61479f0271996163ac018d4dc9dc0aec489a612f6e81643dcddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michael Cohen speaks during a news conference announcing his new radio show in New York, July 13, 2026. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Cameroon's President Biya returns after a long stay abroad raises health concerns]]></title><link>https://www.local10.com/news/world/2026/08/20/cameroons-president-biya-returns-after-a-long-stay-abroad-raises-health-concerns/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/cameroons-president-biya-returns-after-a-long-stay-abroad-raises-health-concerns/</guid><dc:creator><![CDATA[By NALOVA AKUA, Associated Press]]></dc:creator><description><![CDATA[YAOUNDE, Cameroon (AP) — President Paul Biya returned Thursday to Cameroon after staying abroad for more than two months, which had raised concerns about the 93-year-old leader's health and a possible power vacuum in the Central African country.]]></description><pubDate>Fri, 21 Aug 2026 01:16:23 +0000</pubDate><content:encoded><![CDATA[<p>YAOUNDE, Cameroon (AP) — President Paul Biya returned Thursday to Cameroon after staying abroad for more than two months, which had raised concerns about the 93-year-old leader's health and a possible power vacuum in the Central African country.</p><p>Biya arrived at the international airport in the capital, Yaoundé, aboard a flight from Geneva, Switzerland, after more than 10 weeks away.</p><p>The world’s oldest president, who has led Cameroon since 1982, began his eighth term in office in November after winning a widely disputed election in October.</p><p>Biya had left the country on June 7 for what his office described as “a brief private stay in Europe,” but it became the longest recorded absence of his presidency.</p><p>The health of the president has long been a topic of speculation as he spends significant time in Europe, including France and Switzerland, where he often spends weeks while leaving governance to key party officials and family members.</p><p>Cameroon’s constitution does not specifically prohibit a president from leaving the country for months. But without a vice president, an appointment Biya has full control over, the opposition has described the country as being run on “autopilot.”</p><p>Biya’s close collaborators were at the airport on Thursday, but he was not shown descending from the plane and held no briefings. He was seen waving to supporters from his vehicle.</p><p>The results of Biya's nearly half-century in power have been mixed. Armed insurgencies by Boko Haram in the north and separatists in the west, along with a stagnant economy, have left many young people disillusioned with the leader.</p><p>The president’s reelection last year sparked widespread protests that left at least 16 people dead, according to government figures, signaling significant tensions between the mostly young population and its aging leader.</p><p>After a 2008 constitutional amendment abolished term limits, Biya has now led Cameroon longer than most of its citizens have been alive: More than 70% of the country’s population of nearly 30 million people is below the age of 35.</p><p>In April, Cameroon’s parliament reinstated the vice president’s post, a move criticized by the opposition as a power grab because Biya can appoint and dismiss the deputy at will and determine which powers the office can exercise.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4Q4YPRMMJB2ZM3LRGPPEJ2SGDM.jpg?auth=4d232e4ad7be2d21c675bfe63a3d2c5b9440191213752e5f489c45be1ef30c0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cameroon's President Paul Biya, of the Cameroon People's Democratic Movement party, waits to cast his vote during the presidential elections, Oct. 7, 2018, in Yaounde, Cameroon. (AP Photo/Sunday Alamba, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sunday Alamba</media:credit></media:content></item><item><title><![CDATA[Carlos Alcaraz is set to return from a wrist injury and defend his US Open title]]></title><link>https://www.local10.com/sports/2026/08/20/carlos-alcaraz-is-set-to-return-from-a-wrist-injury-and-defend-his-us-open-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/carlos-alcaraz-is-set-to-return-from-a-wrist-injury-and-defend-his-us-open-title/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Carlos Alcaraz is ready to return from injury to defend his U.S. Open title.]]></description><pubDate>Thu, 20 Aug 2026 18:58:47 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Carlos Alcaraz is ready to return from injury to defend his U.S. Open title.</p><p>“Here we go,” Alcaraz posted on his social media pages Thursday, with one picture showing him in front of the U.S. Open logo.</p><p>The seven-time Grand Slam champion has been sidelined since April because of a right wrist injury, forcing him to miss both the French Open and Wimbledon.</p><p>Alcaraz won his second U.S. Open title last year, beating Jannik Sinner in the final. He then won the Australian Open and his next tournament, part of his 22-3 start to this season.</p><p>But after winning his first match in the Barcelona Open, Alcaraz withdrew from the tournament because of the injury. He is still ranked No. 2 despite his absence.</p><p>Photos and videos on social media had shown Alcaraz on the practice court, so it appeared he was on the verge of returning during the hard-court swing preceding the U.S. Open before he withdrew from the Cincinnati Open. That tournament is ongoing, and during a match Wednesday night commentators speculated whether Alcaraz would attempt to come back to play a Grand Slam tournament without preparation.</p><p>The top-ranked Sinner has also been out of action, not playing since winning the Wimbledon title. He pulled out of the Cincinnati tournament with a right knee injury, saying he would focus on being ready to play in New York.</p><p>Their injuries should create more intrigue for the last Grand Slam tournament of the year than there was in 2025, when they had met in the final at both the French Open and Wimbledon, and were widely expected to do so again in New York.</p><p>Alcaraz won his first Grand Slam title in the 2022 U.S. Open, a victory that at 19 made him the youngest man to hold the No. 1 spot in the ATP rankings.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF3ZKRH7HMYIBO4IUKTA6WFH5A.jpg?auth=e9f85f5d9aab6c4f7ccb50bbc840914bba9d9a24fd12c66b95d52b07559c406d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carlos Alcaraz, of Spain, returns a shot against Daniil Medvedev, of Russia, during a semifinal match at the BNP Paribas Open tennis tournament, March 14, 2026, in Indian Wells, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Trump keeps embracing data centers even as they become toxic in midterm races]]></title><link>https://www.local10.com/business/2026/08/20/trump-keeps-embracing-data-centers-even-as-they-become-toxic-in-midterm-races/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/trump-keeps-embracing-data-centers-even-as-they-become-toxic-in-midterm-races/</guid><dc:creator><![CDATA[By JESSE BEDAYN, MARC LEVY and SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump, speaking alongside cryptocurrency leaders at the White House this week, made a statement that Republican and Democratic candidates alike wouldn't touch with a 10-foot pole.]]></description><pubDate>Thu, 20 Aug 2026 19:23:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump, speaking alongside cryptocurrency leaders at the White House this week, made a statement that Republican and Democratic candidates alike wouldn't touch with a 10-foot pole.</p><p>“If I were the mayor of a town or the governor of a state, and I had a chance to get a big plant in, an AI plant or a data center,” Trump said, “I would absolutely want it because the jobs are enormous and the money paid, the taxes paid, are just enormous.”</p><p>It's not the kind of message anyone is using in competitive midterm races.</p><p>The race to build data centers, which power artificial intelligence and cloud computing, has run aground amid frustration from voters who don't want to live near the massive warehouse campuses. Even the Senate Republicans' campaign arm warned that anger over data centers — some of which dwarf football stadiums and use more energy than small cities — could cost them a seat.</p><p>Opposition stretches across the political spectrum because of fears that the behemoths will jack up electricity bills, drain people's water wells, create unhealthy amounts of air and noise pollution and forever change a community's character — all while getting lucrative tax breaks from states competing for their business.</p><p>Trump has framed data centers as a necessary component of a top national and economic security priority: winning the AI race against China. However, he also has acknowledged concern over rising electricity bills, previously saying “it’s only fair” for the companies to shoulder their costs.</p><p>He also suggested this week that data centers need “a little public relations help.” In recent months, he has gotten tech giants to sign a voluntary pledge to shield U.S. consumers from higher utility bills from data centers, even as he pushes to streamline the process for companies and utilities to build their own power plants.</p><p>But building power plants doesn't happen overnight, and the immediate political reality for candidates across the country is far different.</p><p>“It is yet another dimension in which the White House appears tone deaf — tone deaf at best and indifferent to the interest of other Republican candidates at worst,” said James Henson, the director of the Texas Politics Project at the University of Texas, Austin, a nonpartisan research organization.</p><p>Republican committee issues warning over data centers in Ohio</p><p>Statewide candidates from Nevada to Pennsylvania, both Republican and Democratic, are weaponizing data centers against their opponents, and candidates who absorb those attacks are subsequently trying to distance themselves from them.</p><p>In Ohio, a data center hot spot with closely contested races for governor and U.S. Senate, the National Republican Senatorial Committee warned in a memo Tuesday that Sen. Jon Husted is vulnerable to losing his seat because of the centers.</p><p>Democratic nominee Sherrod Brown is airing attack ads against Husted that call him the “face of data centers in Ohio” as people gather signatures for a statewide referendum to ban their construction.</p><p>The Republican memo said it's been a “sleeper issue for the entire election cycle.”</p><p>“Brown is using it because it works,” the NRSC said. “More than any other thing in this race, data centers are the anchor hanging around Husted’s neck. If he loses and data centers get the blame, politicians across the country will take notice — and they will not go near the next one.”</p><p>The memo suggested voters may balk at Democratic candidates who want to stop data center construction altogether in favor of a Republican candidate who only wants data centers built if a community approves it in a local vote and it pays for its own power, water and other utilities.</p><p>Most registered voters oppose building a data center in their area, according to a July Fox News poll.</p><p>Still, the issue falls behind other voter concerns, such as cost of living, as November looms. A Quinnipiac Poll conducted in June asked voters what issues were important in deciding who to vote for in U.S. House elections, and about 4 in 10 mentioned AI data centers.</p><p>Trump’s statement already put to use in Nevada race</p><p>In Nevada, Democrat Aaron Ford quickly tied Trump’s statement to Republican Gov. Joe Lombardo, characterizing them as being in “lockstep on data centers.”</p><p>In a statement, Ford said Trump and Lombardo are “Nevada data centers’ biggest cheerleaders” who “only care about catering to their ‘billionaire friends’ while Nevadans pay the price.”</p><p>Ford this week unveiled a policy platform in which he said he would halt new state tax breaks for data centers — he estimated them at $200 million currently — while auditing existing projects to ensure they are delivering on promises. He also said he would ensure data centers pay for their electricity needs, do not deplete Nevada’s water supply and help local governments negotiate strong benefits agreements with developers.</p><p>Texas' governor changed course and got a jab from Trump</p><p>Texas Gov. Greg Abbott, who last November celebrated Google’s announcement of a $40 billion investment there by calling the state “the epicenter of AI development,” is under attack from his Democratic challenger, Gina Hinojosa, over his pursuit of data center development.</p><p>Abbott has since changed course by promising tougher action, such as removing the state’s sales tax exemption and holding up projects to review their energy usage.</p><p>Trump criticized the shift, saying “I think it's a mistake” in a recent interview with Punchbowl News.</p><p>Asked about Trump's support for data centers, Abbott's office said the governor's “top priority is to protect Texans’ safety and quality of life and ensure the integrity of our power grid and water supply.”</p><p>“Simply put, Texans must come first,” Abbott's office said.</p><p>Data centers complicated Wisconsin governor race</p><p>While Trump embraces data centers, even some of his allies are using them for political attacks. U.S. Rep. Tom Tiffany, running for Wisconsin governor, released a TV ad this week branding his Democratic opponent as “Data Center David Crowley.”</p><p>The ad includes a clip of Crowley saying Wisconsin could become the “AI and data hub not only for the entire country, but for the entire globe.”</p><p>Crowley has said local communities must have veto authority while also calling data centers a part of the modern economy that could bring significant economic benefits to the state.</p><p>Tiffany, who Trump has endorsed, has also said positive things about data centers. In January, Tiffany called data centers “exciting new technology,” in an interview with PBS Wisconsin. And last December, he voted for a bipartisan bill known as the SPEED Act, which is designed to accelerate construction of new AI infrastructure projects like data centers. It hasn't passed the Senate.</p><p>Neither Tiffany nor Crowley support a moratorium on new data center construction.</p><p>Tiffany has called for repealing the state tax incentive for data centers, while Crowley has not. They both have called for stricter regulation.</p><p>Crowley, at an event Wednesday where he received the endorsement of the environmental group Clean Wisconsin, downplayed the attacks Tiffany has made against his data center position.</p><p>“He’s getting very good at saying one thing and doing something different,” Crowley said, pointing to Tiffany’s votes in support of the SPEED Act.</p><p>“What Congressman Tom Tiffany’s doing is lying because he’s trying to run away from his record in Congress,” Crowley said.</p><p>___</p><p>Bauer reported from Madison, Wisconsin, and Levy from Harrisburg, Pennsylvania. Linley Sanders contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CF4AXG2XX4GNU5I7YCTDRRMZF4.jpg?auth=5f9144b5330b2239707a3bb3b7d3af6718d0e9f68366cbea13929cd4fbd39a32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cars drive past data centers, July 16, 2023, in Ashburn, Va. (AP Photo/Ted Shaffrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YN4HWDXNSUMMLVO4ZVRJUENTJY.jpg?auth=4f1467fc910efd27321b669a7140f6b43dd3e31e9643cf1f0576e6e5a301d6c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a meeting with technology leaders in the Roosevelt Room of the White House, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X2Y4UODPR64VTG2FK6OYSLL25Q.jpg?auth=6e83d43d83e0649a8d7b01e3b596052c3ba13b906c022cf4c8a2abcc49880d3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gubernatorial candidate Aaron Ford, attorney general of Nevada, reacts during a primary election night watch party after winning the Democratic nomination, June 9, 2026, in Las Vegas. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/344DGOCWSL6QFH6ZCQS2KWQZLE.jpg?auth=70080f1767463b5b5208b6d87a63ef588b4f5d64936dfd208ab15302ee4c0864&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial nominee David Crowley speaks to the press Wednesday, Aug. 12, 2026, in Middleton, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[Red Cross: Fire affects 35 after damaging 18 apartments in Miami]]></title><link>https://www.local10.com/news/local/2026/08/20/red-cross-fire-affects-35-after-damaging-18-apartments-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/red-cross-fire-affects-35-after-damaging-18-apartments-in-miami/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A fire damaged a three-story apartment building on Wednesday in Miami’s Little Havana neighborhood, causing residents and their pets to be homeless. ]]></description><pubDate>Thu, 20 Aug 2026 17:30:59 +0000</pubDate><content:encoded><![CDATA[<p>A fire damaged a three-story apartment building on Wednesday in Miami’s Little Havana neighborhood, causing residents and their pets to be homeless. </p><p>A group of 35 adults needed help after 18 apartments suffered damage along West Flagler Street, according to a statement by the American Red Cross on Thursday. </p><figure><img src="https://www.local10.com/resizer/v2/E7FVFKNT7RHTPDVA66ZHQH3LZI.jpg?auth=f8a96cc2f90d458259ad3542cebe20f6273b5848c98dbeb9281f842e57b7d317&smart=true&width=1200&height=900" alt="The City of Miami Department of Fire Rescue released this photo of an apartment building that was damaged on Wednesday at 2110 West Flagler Street." height="900" width="1200"/><figcaption>The City of Miami Department of Fire Rescue released this photo of an apartment building that was damaged on Wednesday at 2110 West Flagler Street.</figcaption></figure><p>Firefighters responded to the building at about 3:25 p.m. on Wednesday, near Southwest 21st Avenue, according to Miami Fire Rescue Lt. Pete Sanchez. </p><p>“Firefighters quickly stretched hose lines and began an aggressive interior fire attack while crews conducted searches of all three floors,” Sanchez wrote in a statement. “All areas were searched and determined to be clear. The fire was rapidly spreading through the crawl spaces, walls, and attic areas of the building.”</p><figure><img src="https://www.local10.com/resizer/v2/BYKTJMOMX5AZDLZ7NSRGHDQUNQ.jpg?auth=7f0b1dba86ae20b8efde9bc80dfa1a66151518fce104c1319b10228dbc0c89c0&smart=true&width=1200&height=900" alt="The City of Miami Department of Fire Rescue released this photo of an apartment building that was damaged on Wednesday at 2110 West Flagler Street." height="900" width="1200"/><figcaption>The City of Miami Department of Fire Rescue released this photo of an apartment building that was damaged on Wednesday at 2110 West Flagler Street.</figcaption></figure><p>Firefighters used thermal imaging cameras and a drone to find hidden hotspots, the department’s Ambu Bus provided temporary shelter, and no one was injured, according to Sanchez. </p><p>The cause of the fire remained under investigation. </p><p><i>Local 10 News Assignment Editors Sofia Mendez and Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WN5HISOWXVDS7NRYORKBKZE6MU.jpg?auth=ab63386adde4504bf853daec53c4b8acddd6d629b58601064af7e8ea1deed9fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The City of Miami Department of Fire Rescue released this photo of an apartment that was damaged in a fire on Wednesday at 2110 West Flagler Street.]]></media:description></media:content></item><item><title><![CDATA[One Army unit is offering 4 bonus days off to play 'Grand Theft Auto' for soldiers who reenlist]]></title><link>https://www.local10.com/news/national/2026/08/20/one-army-unit-is-offering-4-bonus-days-off-to-play-grand-theft-auto-for-soldiers-who-reenlist/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/one-army-unit-is-offering-4-bonus-days-off-to-play-grand-theft-auto-for-soldiers-who-reenlist/</guid><dc:creator><![CDATA[By RUSS BYNUM, Associated Press]]></dc:creator><description><![CDATA[SAVANNAH, Ga. (AP) — A U.S. Army unit is offering its troops a special bonus if they reenlist soon: four extra days off timed around the November release of the video game “Grand Theft Auto VI.”]]></description><pubDate>Thu, 20 Aug 2026 21:19:38 +0000</pubDate><content:encoded><![CDATA[<p>SAVANNAH, Ga. (AP) — A U.S. Army unit is offering its troops a special bonus if they reenlist soon: four extra days off timed around the November release of the video game “Grand Theft Auto VI.”</p><p>Commanders of the 9th Brigade Engineer Battalion based at Fort Stewart, Georgia, believe free time to indulge in the latest entry in the “Grand Theft Auto” series — in which players commit carjackings, battle police in shootouts and attempt audacious heists — will sway some soldiers to extend their military commitments.</p><p>The Nov. 19 release of “Grand Theft Auto VI” is expected to be one of the year's biggest entertainment events. Game publisher Take-Two Interactive hasn't released sales figures for preorders, but CEO Strauss Zelnick recently called them “unprecedented and astonishing.”</p><p>A career counselor with the Army engineer battalion hatched the idea with commanders to tie a retention perk to the game's release, in part to remind soldiers of their approaching reenlistment dates, said Lt. Col. Angel Tomko, a Fort Stewart spokesperson.</p><p>“The idea was to have a unique incentives program that connects to what soldiers are interested in,” Tomko said Thursday in a statement to The Associated Press.</p><p>Battalion commanders wrote in a memo to soldiers that those who sign reenlistment contracts by Nov. 14 would receive “a special 4 day pass.”</p><p>“This special pass is specifically designed to coincide with the highly anticipated release of the video game Grand Theft Auto VI,” battalion commander Lt. Col. Ryan Hodgson wrote.</p><p>Tomko confirmed the authenticity of the July 28 memo, which was photographed and posted online.</p><p>She said at least 20 of 130 eligible soldiers have signed up for the bonus. To qualify, they must commit to serving at least two more years in uniform.</p><p>Buzz for “Grand Theft Auto VI” has been building since 2023, when its first cinematic trailer showed a return to the series’ fictional Vice City — a satirical analogue of Miami — and an expanded swath of Florida-based locales that include gator-infested swamps.</p><p>Underscoring the hype, developer Rockstar Games plans to debut gameplay video next week in an extended trailer on Netflix. The rollout was preempted when hackers leaked apparent footage online this week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P7LNHJBVIU4PWGYIP3QRPSLSVQ.jpg?auth=821401cac50dbb8fdd946f9b0841f8651af7c35c6c809e19b2173a3ae87984c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign stands outside the main gate of Fort Stewart, Ga., Aug. 6, 2025. (AP Photo/Russ Bynum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Russ Bynum</media:credit></media:content></item><item><title><![CDATA[Croatia orders detention of Ukrainian man wanted in Germany for Nord Stream blasts in 2022]]></title><link>https://www.local10.com/business/2026/08/20/croatia-orders-detention-of-ukrainian-man-wanted-in-germany-for-nord-stream-blasts-in-2022/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/croatia-orders-detention-of-ukrainian-man-wanted-in-germany-for-nord-stream-blasts-in-2022/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ZAGREB, Croatia (AP) — A Croatian judge on Thursday ordered the detention of a Ukrainian man who is wanted in Germany in connection with the 2022 undersea explosions that damaged the Nord Stream gas pipelines, his lawyer said.]]></description><pubDate>Thu, 20 Aug 2026 17:21:23 +0000</pubDate><content:encoded><![CDATA[<p>ZAGREB, Croatia (AP) — A Croatian judge on Thursday ordered the detention of a Ukrainian man who is wanted in Germany in connection with the 2022 undersea explosions that damaged the Nord Stream gas pipelines, his lawyer said.</p><p>The man was arrested on a European warrant in the northern Croatian town of Pula on Wednesday. He was questioned on Thursday by prosecutors who requested the detention pending extradition proceedings, the state HRT television reported.</p><p>The man's lawyer, Matija Milos, said that they would appeal the detention order, the HINA news agency reported. It wasn't immediately clear how long the extradition proceedings in Croatia could last.</p><p>The German prosecutors have said that the suspect was a “trained scuba diver” who belonged to a group of people who “planted explosives” on the Nord Stream 1 and Nord Stream 2 gas pipelines in the Baltic Sea near the Danish island of Bornholm.</p><p>The undersea explosions on Sept. 26, 2022, damaged the pipelines, which had been built to carry Russian natural gas to Germany under the Baltic Sea. The damage added to tensions over the Russia-Ukraine war as European countries moved to wean themselves off Russian energy sources after the Kremlin’s full-scale invasion of its neighbor on Feb. 24, 2022.</p><p>The German prosecutor’s office identified the suspect only as Vladimir Z. A spokesperson, however, confirmed to The Associated Press that it was the same man who was arrested in Poland last year, but was later released when a Polish court refused to extradite him to Germany. Polish authorities identified him as Volodymyr Zhuravlov.</p><p>Poland has long opposed the Nord Stream pipelines, viewing them as an attempt by Russia to use its vast energy resources to gain leverage across Europe.</p><p>Last month, German federal prosecutors filed charges against a former Ukrainian army officer in connection with the same explosions.</p><p>Serhii K. was detained in August 2025 in an Italian village, where officers raided a bungalow where he was staying with his family. He was extradited to Germany in November.</p><p>The suspects allegedly used a yacht that set off from the German port of Rostock. The yacht had been rented from a German company using forged IDs and intermediaries.</p><p>The explosions ruptured the Nord Stream 1 pipeline, which was Russia’s main natural gas supply route to Germany until Moscow cut off supplies in August 2022. They also damaged Nord Stream 2, which never entered service because Germany suspended its certification process shortly before Russia’s all-out invasion.</p><p>Initially, some officials in the West suspected that Russia might have carried out the explosions. But German investigators later pointed to suspected Ukrainian involvement.</p><p>Russia has accused the U.S. of staging the explosions, a charge that Washington has denied. The pipelines were long a target of criticism by the U.S. and some of its allies, which warned that they increased dependence on Russian gas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D7SCWDSXQ43RM7MNZTYBPT5TEM.jpg?auth=e004350609a536acaeae84be6ba2cc0ec04c20e7183d09d41c2bdafc72dc18cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ukrainian defendant Volodymyr Zhuravlov, right, listens as a judge announces the decision not to allow for extradition to Germany in courtroom of Warsaw's Regional Court in Warsaw, Poland, Friday, Oct. 17, 2025. (AP Photo/Czarek Sokolowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Czarek Sokolowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IZCXV5O4WROMRDSDI3MSSSYVM.jpg?auth=1ed588ad962ff28756a2eeceddf9e575d69d0a1a49e0719caac4889c1f419c55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this picture provided by Swedish Coast Guard, a leak from Nord Stream 2 is seen, on Sept. 28, 2022. (Swedish Coast Guard via AP, File)]]></media:description></media:content></item><item><title><![CDATA[US ramps up Cuba sanctions and detentions of Americans returning from the island]]></title><link>https://www.local10.com/business/2026/08/20/us-ramps-up-cuba-sanctions-and-detentions-of-americans-returning-from-the-island/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/us-ramps-up-cuba-sanctions-and-detentions-of-americans-returning-from-the-island/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump's administration is increasing pressure on Cuba by imposing more economic penalties on industries in the heavily sanctioned socialist country and broadening enforcement of laws that bar Americans who visit the island from dealings with government-owned or -affiliated businesses.]]></description><pubDate>Thu, 20 Aug 2026 21:43:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's administration is increasing pressure on Cuba by imposing more economic penalties on industries in the heavily sanctioned socialist country and broadening enforcement of laws that bar Americans who visit the island from dealings with government-owned or -affiliated businesses.</p><p>The Treasury and State departments announced Thursday that they are leveling new penalties against nine state-owned mining, metal and construction companies along with the leadership of the Cuban Institute of Friendship with the Peoples, or ICAP.</p><p>Secretary of State Marco Rubio said the institute is responsible for sponsoring “a vast subversive network in the United States aimed at identifying, cultivating, and radicalizing” Americans.</p><p>“Just days ago, the regime attempted to use Communist kingpin and despot Fidel Castro’s 100th birthday to reinvigorate this subversive network, ferrying a new brigade of international sympathizers to Havana to network with regime officials,” Rubio said in a statement.</p><p>“The Trump Administration will not stand by while a hostile foreign power seeks to exploit our freedoms — none of which are afforded to its people — by misleading and corrupting American citizens with lies, spy tradecraft, and other malfeasance as part of the regime’s raison d’être of exporting Marxism, racial resentment, and Communist violence across the world,” Rubio said.</p><p>Trump's Republican administration has steadily ratcheted up pressure on Havana, threatening it with potential military intervention even when mired in a conflict against Iran, while also boosting economic sanctions designed to cut off funding for the Cuban government. An oil blockade that the U.S. imposed on Cuba after the American military raid that ousted Venezuelan leader Nicolás Maduro, whose country provided Cuba with free oil, has plunged the already economically crippled island into full-blown crisis.</p><p>Cuba accuses the US of trying to hurt the country's economy</p><p>Cuban Foreign Minister Bruno Rodríguez rejected the sanctions in a post on his official X account, asserting that the United States and Rubio are pursuing the “deliberate aim of harming” the economy “to prevent the provision of basic services to the population.”</p><p>“In his failed obsession with Cuba, he is now targeting executives and officials from ICAP — an institution that, for over six decades, has promoted friendship, international solidarity, justice, and peace — the exact opposite of what the Secretary of State has always championed in his corrupt policy,” Rodríguez wrote.</p><p>The latest sanctions follow an operation at the Miami airport last weekend in which several American citizens returning from Cuba after participating in events marking Castro’s birthday were briefly detained, according to U.S. officials. Some of them had their cellphones and other personal electronic devices seized for inspection, the officials said.</p><p>U.S. authorities had been prepared to detain dozens of returning activists for secondary screening, but far fewer were found to meet the criteria for the enhanced questioning by Customs and Border Protection agents, the officials said.</p><p>The officials, who spoke on the condition of anonymity because details of the operation have not been made public, said those detained were eventually released and allowed to enter the U.S.</p><p>The officials said anyone detained and released could still face prosecution if it is found they violated U.S. sanctions, which prohibit all transactions with Cuban government-owned entities, including restaurants, hotels and shops. The status of seized cellphones, laptops and tablets, however, was unclear.</p><p>New sanctions are the latest pressure tactic as Cuba's economy falls into crisis</p><p>The new sanctions on the leadership of ICAP target the group’s president, Fernando González Llort, who had been among five Cuban intelligence officers arrested in the U.S. in 1998 but later released in 2014. They also target its first vice president, Noemí Ramona Rabaza Fernández, and its North America director, Leima Martínez Freire.</p><p>The metals, mining and construction sector sanctions target a nickel production company, two firms that specialize in the import of heavy industrial products, a mineral resources company, the Cuban Ministry of Construction, a company that provides Cuban workers to foreign entities on the island and two enterprises that import vehicles, automotive parts and construction materials.</p><p>The Trump administration also has stepped up a campaign that portrays Cuba as a grave national security threat to the U.S. In a report released last month, the State Department accused the Cuban government of sponsoring or otherwise supporting left-wing and anti-American activism in the United States for the past six decades.</p><p>While Cuba has been falling deeper into crisis for around five years, the oil blockade by the Trump administration has thrown the nation into freefall.</p><p>The lack of fuel to provide Cubans with electricity has plunged the island into all-out blackouts. Access to public transport has effectively disappeared, shortages of things like medicine have worsened, work hours have been slashed to adapt to the outages, and tourism, the island’s economic lifeline, has evaporated.</p><p>___</p><p>Associated Press writer Andrea Rodríguez in Havana contributed to this report.</p><p>___</p><p>This story has been corrected to show the sanctions are on nine, not 10, companies.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O3F3GX74AN64JUBLUKBJ2UTRN4.jpg?auth=c6da91f38bb8aa03c22e5a14aaa9010f40bb33ed86dbe560d215d8a5e5378323&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio arrives with Austrian Foreign Minister Beate Meinl-Reisinger, not shown, to the Treaty Room at the State Department, Tuesday, Aug. 11, 2026, in Washington. (AP Photo/Tierney L. Cross)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6H2TJDTKSKK3MKBHSLKUVDCM4Q.jpg?auth=9272f4eb4bd859743ed9d3defae5f06104f4ca26a192e3c47e852dc1ebb05104&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries a pig at the entrance of a market, decorated with a mural of Fidel Castro, in Havana, Cuba, Wednesday, Aug. 12, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CGBKNDQ67LDRND74KYVM5XVEVI.jpg?auth=39de40a6a3b438ff143df76b00b00af46b845c411f42ed7dd8e3b5a3c82b62fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Street vendors push their cart of vegetables past a mural of Fidel Castro in Havana, Cuba, Wednesday, Aug. 12, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HH5SPCULJD3GWOVFCO627SASDE.jpg?auth=e0cb3d4dc13d7a2c78b0b22ec70c43658e561d2de5fadd1c4ea91bd80dd0241c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An image of Fidel Castro is displayed on a large screen during a gala commemorating the 100th anniversary of his birth at the Karl Marx theater in Havana, Cuba, Thursday, Aug. 13, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[As workplace surveillance grows, experts say it's good to know the ways your employer is watching]]></title><link>https://www.local10.com/business/2026/08/20/as-workplace-surveillance-grows-experts-say-its-good-to-know-the-ways-your-employer-is-watching/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/as-workplace-surveillance-grows-experts-say-its-good-to-know-the-ways-your-employer-is-watching/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — College administrators read an adjunct professor’s comments to students on personal essays. Managers told a pharmacist to spend less time with patients after tracking the number and length of her appointments. Scanners on a warehouse conveyor belt monitored the pace of workers to ensure they inspected hundreds of items per hour.]]></description><pubDate>Thu, 20 Aug 2026 20:55:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — College administrators read an adjunct professor’s comments to students on personal essays. Managers told a pharmacist to spend less time with patients after tracking the number and length of her appointments. Scanners on a warehouse conveyor belt monitored the pace of workers to ensure they inspected hundreds of items per hour.</p><p>Thousands of employers are keeping tabs on the whereabouts, productivity and communications of workers with technology that was adopted widely during the coronavirus pandemic. A vast array of digital tools still are being used to track locations, collect data on task completion rates, and access work-issued smartphone and laptop cameras, raising concerns about how much privacy employees have relinquished, even in their own homes.</p><p>Employers have always monitored workers, but recent advances in artificial intelligence and data science enable them to create extensive data sets or “dossiers” that can be used to punish workers or attempt to predict employee behavior, said Wilneida Negrón, director of research and policy at Coworker, a nonprofit that helps workers organize to improve working conditions.</p><p>“Oftentimes, the workers with the least amount of power in the labor markets tend to be testing grounds for some of the more intrusive forms of data collection,” Negrón said.</p><p>Some of the most common workplace monitoring programs have shared names, email addresses and other personal worker data with hundreds of outside data brokers and technology companies without clearly disclosing the practice, according to an investigation by Vanderbilt University, Northeastern University and the University of California at Berkeley.</p><p>Data privacy experts and workers who say they've been closely monitored spoke with The Associated Press about what they see as the risks of employer surveillance and the steps employees can take to protect their personal information.</p><p>Team up with like-minded colleagues to advocate for yourself</p><p>Pharmacist Lannie Duong's job at a medical clinic involved meeting with patients who had chronic conditions such as diabetes, hypertension and heart disease. She reviewed their medical histories, blood work and symptoms, and adjusted their medications. She frequently enlisted interpreters to help her communicate with patients who had limited English language skills.</p><p>Duong said her employer tracked the length of her phone calls and appointments, and in performance evaluations questioned why she took so long with each patient.</p><p>“Everything was counted. How many minutes you’re on the phone. The minutiae of it was ridiculous,” Duong said. “We’re just tasked to do what feels like the impossible.”</p><p>Under what she described as unrelenting pressure, Duong felt “not trusted, not appreciated, almost completely hopeless. It was so depressing.” She eventually went on medical leave and began volunteering with other pharmacists to organize a union.</p><p>“I spoke up, hoping others would voice their concerns as well, but that didn’t really pan out,” Duong said. She says her employment was terminated after the medical leave.</p><p>Many of the employers using surveillance tools do so transparently and engage employee boards in reviewing how the tools are used, Negrón said. But there are also employers tracking, ranking and scoring employees in ways that are not transparent to workers, she said.</p><p>“Workers are going to have to come together because the forces of centralizing this kind of tracking and monitoring are moving too fast,” Negrón said.</p><p>Find out what kind of data your employer is collecting about you</p><p>As awareness about surveillance tools grows, some workers are pushing back on tools that track how long it takes to fulfill tasks, saying such monitoring contributes to injuries, and questioning what personal information is being collected and how it’s being used, said Hayley Tsukayama, director of state affairs at the Electronic Frontier Foundation, a nonprofit that focuses on digital privacy.</p><p>“Unfortunately, if you are on a machine that’s been issued by your workplace, you should expect that there’s some type of monitoring,” Tsukayama said.</p><p>Researching data collection and surveillance trends in your industry is a good idea, according to Negrón. Without that knowledge, workers may find themselves unprepared when confronted with information unearthed during surveillance.</p><p>While teaching a college writing class, Arianna Anaya discovered that an administrator was reading the papers her students uploaded to the school’s learning management software and the comments Anaya made on the work. The students often wrote about intimate topics, including abuse, eating disorders and family trauma.</p><p>“The school essentially used the online learning system to allow administrators and staff to read student work that was often immensely private and personal, something we were specifically told students should not know about,” Anaya said.</p><p>A colleague who printed out the comments criticized the casual tone Anaya used with students and accused her of not sticking to the course syllabus. A few months later, Anaya's teaching contract wasn't renewed, although she doesn't know the exact reason.</p><p>“It made me quite paranoid,” Anaya said. “It made me feel less safe in the world.”</p><p>Check state laws to see what's required of employers</p><p>Some states, including New York, Connecticut, Delaware and Maine, require employers to notify workers if they're being monitored. Maine's law goes further, prohibiting visual monitoring in employees' homes or personal vehicles unless that kind of observation is required for the duties of the job, said Edward Halle, a privacy and AI compliance manager.</p><p>“The question becomes, what does the law mean by ‘the duties of the job'?” Halle said. "A telehealth nurse needs a camera; the camera is the job. A productivity webcam bolted onto ordinary desk work almost certainly isn’t. Where that line falls is the first thing the Department of Labor will be asked to sort out.”</p><p>If you work in a state without a notification requirement, it's difficult to find out if an employer is using technology to monitor your performance.</p><p>To raise the issue with managers, Tsukayama suggests coordinating with a union. If that’s not an option and you’re asking managers individually, approach the topic cautiously and take a curious tone, she advised. You could say you’ve noticed something on the computer and have questions, such as “How is this information being used within the company? How might it get out of the company?” Tsukayama said.</p><p>One place to start is asking what specific employee data your organization collects, said Aiha Nguyen, director of the Labor Futures Initiative at Data & Society, a nonprofit institute studying the impacts of technology. If your manager doesn’t know, the information technology department may have answers, since the people working there often are the ones turning on the features, Nguyen said.</p><p>Some common software programs such as Microsoft Office and Zoom have tools that can be used for tracking worker productivity, but the tracking features aren’t always activated. Knowing whether those tracking features are turned on can be difficult, because they’re built into the programs, Nguyen said.</p><p>“It’s automatic. It’s considered something that employers have been able to say, ‘This is necessary for work. You have to use these tools,’” she said.</p><p>To help safeguard personal information, don't use work devices to handle family matters or sensitive personal information such as medical conditions, experts advise.</p><p>“I think most people know that," Nguyen said. "But it can become tedious to switch between phones, or people don’t really think it’s that harmful. ... You don’t want to potentially put yourself at risk.”</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3VQH76V465X2RJFA7EIM5OCCYE.jpg?auth=3444bad4e0d353f8d7b6c5b445a5a1d20bddcf399eee530af37282e6c5a0983f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Nebraska's largest school district asks police to stop using electric shock gloves on students]]></title><link>https://www.local10.com/news/national/2026/08/20/nebraskas-largest-school-district-asks-police-to-stop-using-electric-shock-gloves-on-students/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/nebraskas-largest-school-district-asks-police-to-stop-using-electric-shock-gloves-on-students/</guid><dc:creator><![CDATA[By KATHY McCORMACK and JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — Omaha police agreed this week to stop carrying gloves that can deliver electric shocks to students in the halls of Nebraska’s largest public school district.]]></description><pubDate>Thu, 20 Aug 2026 22:11:57 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — Omaha police agreed this week to stop carrying gloves that can deliver electric shocks to students in the halls of Nebraska’s largest public school district.</p><p>The decision affecting most Omaha middle and high schools came after The Associated Press first revealed Immigration and Customs Enforcement’s plan to give officers the gloves, which are known as G.L.O.V.E.s or Generated Low Output Voltage Emitters. The devices have also been used in recent years by some jails.</p><p>Omaha Superintendent Matthew Ray requested that police working in the schools, known as school resource officers, stop using the gloves. Omaha Police agreed.</p><p>However, the suburban Bellevue police department that patrols two Omaha schools and the large Bellevue district said its officers will continue carrying the gloves. Three other large school districts in the metro area that have Omaha school resource officers assigned to their buildings have not taken action to stop police from using the devices.</p><p>The AP left messages seeking comment Thursday from the Millard, Elkhorn and Westside districts that are also patrolled by Omaha officers.</p><p>Bellevue schools spokeswoman Amanda Oliver said the district has a great relationship with Bellevue police and doesn't see a need to alter anything.</p><p>“We’ve got a great communication and dialogue that we have with them consistently. And so for us right now, no changes are being made,” Oliver said.</p><p>Ray said in a school board meeting Monday and in a letter to the public schools community that he’d only learned about the gloves the previous week. But local television station KETV found emails from 2023 when Omaha police notified the districts that the department planned to equip officers with the gloves, and an official with the Omaha district said they were already familiar with them because Bellevue police had them at two Omaha schools.</p><p>Students in all the Omaha area districts have gone back to class over the past two weeks.</p><p>The Omaha Police Department held a news conference last week in which an officer demonstrated the gloves to show how they can help an officer quickly get control of someone who is refusing commands.</p><p>Omaha police used the gloves twice during the 2025-2026 school year, and Bellevue police have also used them twice in previous years.</p><p>Residents and school board members speak out against the gloves</p><p>At last week's school board meeting, about 30 people spoke out against police using the gloves. Residents and board members alike said they were appalled at the practice. No one spoke in favor of it.</p><p>“I can't even imagine walking down the hallway and seeing a peer of mine being electrocuted in a place that is supposed to be a safe space for students,” said Nora Wessel, a senior at Omaha Central High School. “Yet, this is now a very real possibility. These are adults we are supposed to be able to trust, but these weapons create a barrier for our students to turn to resource officers when needed.”</p><p>Ken Trump, president of the consulting firm National School Safety and Security Services, said before schools allow police to bring in technology like shock gloves, there should be a careful discussion of questions like how school resource officers will respond to students with disabilities or special medical needs, how parents will be informed, and under what circumstances the gloves can be used.</p><p>“Less than lethal doesn’t mean low risk,” said Trump.</p><p>Ray said the district recognized long-standing relationships with law enforcement partners and the important role school resource officers have in promoting school safety. Continued use of the gloves “would be counterproductive to our work together,” Ray said.</p><p>Mayor John Ewing Jr., who helped oversee creating the school resource officer program when he was on the police force, said the department has honored the school district's decision to “opt out.” The Omaha Police Department said officers will continue to carry tasers, batons, OC spray and firearms.</p><p>Most school resource officers were trained to use the gloves</p><p>Most of the Omaha Police Department's 34 school resource officers had been trained and were allowed to use the gloves, the mayor and Police Chief Todd Schmaderer said in a statement.</p><p>“We believe it is the safest use-of-force option in the rare times when it is used,” the statement said.</p><p>In 2025, Omaha police agreed to pay Compliant Technologies LLC, which manufactures the gloves, about $66,000 for 40 gloves, according to the contract.</p><p>Officers were expected to give warning before using the gloves and then touch the person for up to 15 seconds while the electric shock was delivered, the statement said.</p><p>Bellevue Police Chief Ken Clary said his officers will continue carrying the gloves, which they have had for more than three years.</p><p>“I am not comfortable having our officers give up a tool that has repeatedly proven to be safe, effective, and less harmful than the alternatives,” Clary said in a statement.</p><p>The devices activate when an officer presses a button. The gloves must touch someone’s skin directly to produce voltage that causes pain, which is intended to make people stop resisting officers. Unlike Tasers, they do not leave burn or contact marks.</p><p>In the 2025-2026 school year, an Omaha officer used the glove in one case to stop a high school student from another school from trying to escape after fighting with a security guard, according to the statement. In a second case, the glove was used on a student at the Omaha district's Integrated Learning Center for special education students. Police said that student made verbal threats and threw a chair at a school security guard, striking the guard in the head. The student also punched the guard in the head, according to the statement.</p><p>Bellevue police didn't immediately have details about when its officers have used the gloves. Clary said the devices have been an extremely effective tool that sometimes make students cooperate on sight even without shocking a student.</p><p>Omaha Public Schools is the largest district in Nebraska and serves more than 50,000 students, according to its website. The other districts in the metro area are also among the biggest in the state. ___ Associated Press Writers Ryan J. Foley, in Iowa City, Iowa; Hallie Golden in Seattle; Hannah Schoenbaum in Salt Lake City; and Sharon Lurye in Philadelphia contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PLC7C74NRBWDBXXZ6P7MJMPMPA.jpg?auth=89c2c99ff643ce468a2d253841b98a77411b9040ae01d2179247c13e47976359&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Omaha police car drives on Dec. 8, 2007, in Omaha, Neb. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZPJ455BCJSUFELLPJBA5TDA5PM.jpg?auth=571add5f233422b73645853558818717e0e83f3d4f90ee30a850e174c1a28490&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The G.L.O.V.E., developed by Compliant Technologies LLC, sits on a table after a demonstration at the Oklahoma County Detention Center in Oklahoma City, March 22, 2023. (Brett Dickerson/Oklahoma City Free Press via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brett Dickerson</media:credit></media:content></item><item><title><![CDATA[Federal agents seize devices from ex-Rep. Eric Swalwell in sexual misconduct probe, AP source says]]></title><link>https://www.local10.com/news/politics/2026/08/20/federal-agents-seize-devices-from-ex-rep-eric-swalwell-in-sexual-misconduct-probe-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/federal-agents-seize-devices-from-ex-rep-eric-swalwell-in-sexual-misconduct-probe-ap-source-says/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal agents seized electronic devices from former Rep. Eric Swalwell and searched his Washington home as part of an investigation into allegations of sexual misconduct by the ex-Democratic congressman from California, according to a person familiar with the matter.]]></description><pubDate>Thu, 20 Aug 2026 23:09:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal agents seized electronic devices from former Rep. Eric Swalwell and searched his Washington home as part of an investigation into allegations of sexual misconduct by the ex-Democratic congressman from California, according to a person familiar with the matter.</p><p>Swalwell’s devices were seized at the San Francisco airport on Saturday and agents executed a search warrant at his home a day later, said the person, who was not authorized to publicly discuss an ongoing investigation and spoke on the condition of anonymity.</p><p>A message seeking comment was left Thursday with an attorney for Swalwell, who has denied allegations of sexual assault and misconduct. The Daily Mail first reported the seizure of Swalwell's devices on Thursday.</p><p>Swalwell announced his resignation from Congress in April following allegations that Swalwell had sexually assaulted a woman twice, including when she worked for him. The San Francisco Chronicle, followed by CNN, first reported the allegations. CNN also reported that three other women alleged various kinds of sexual misconduct by Swalwell, including sending them unsolicited explicit messages or nude photos.</p><p>The seven-term lawmaker had been seen as one of the leading candidates in California’s gubernatorial race before dropping out after the allegations surfaced.</p><p>The office of Manhattan District Attorney Alvin Bragg confirmed in April that it was investigating Swalwell after a former staffer told CNN and the Chronicle that Swalwell raped her at a hotel while he was in New York City for a charity gala in 2024. In a statement, Bragg’s office encouraged “survivors and anyone with knowledge of these allegations to contact our Special Victims Division.”</p><p>A lawyer representing Lonna Drewes, a California woman who in April said she had been raped in 2018 by Swalwell, said his team was cooperating with all law enforcement agencies investigating the former congressman.</p><p>“We are encouraged to learn about the escalation of the FBI’s investigation into the allegations against Eric Swalwell,” attorney Arick Fudali said in a statement.</p><p>Drewes spoke of the assault at a news conference days after Swalwell dropped out of the California governor’s race. She said it occurred at a hotel in Southern California. Swalwell denied that assault.</p><p>Swalwell, an Iowa native, was elected in 2012 and represented a House district east of San Francisco. He launched a presidential run in April 2019 but ended it a few months later after failing to catch on with voters.</p><p>He was one of Republican President Donald Trump’s top Democratic antagonists in Congress. He was a prominent member of the House Judiciary and Intelligence committees during Trump's first term and served as one of several Democratic prosecutors for Trump’s second impeachment after the Jan. 6, 2021, attack on the Capitol.</p><p>Swalwell was removed from the Intelligence Committee by then-House Speaker Kevin McCarthy, R-Calif., in 2023 based on Swalwell's contact with a suspected Chinese spy, Christine Fang.</p><p>Fang was reported to have come into contact with Swalwell’s campaign as he was first running for Congress in 2012 and to have participated in fundraising for his 2014 campaign.</p><p>Federal investigators alerted Swalwell to their concerns and briefed Congress about Fang in 2015, at which point Swalwell says he cut off contact with her. He was not accused of wrongdoing and a House Ethics Committee investigation that was opened in 2021 closed two years later without any action.</p><p>California lawmaker Aisha Wahab secured victory Thursday in a special election to serve the rest of Swalwell’s House term, which ends in January. She will run again in the November election to represent the district for a full two-year term. ___</p><p>Associated Press reporter Michael R. Sisak in New York and Olga Rodriguez in San Francisco contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3EWXYMVXX2EZMIPJ3EO5VUG5P4.jpg?auth=9db065235c3f3e66cc2bdf62ae0a3c08877d79f93d988cbf810e2380f37c5535&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FYI - Rep. Eric Swalwell, D-Calif., talks with reporters after holding a town hall meeting in Sacramento, Calif., April 7, 2026. (AP Photo/Rich Pedroncelli, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HPAWOHEMZJHVHPBAPSQH5W6XKA.jpg?auth=2c58335f7a925cb29a495566aaaa9ee1894008f99d92b01d107718579353bb2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Eric Swalwell, D-Calif., appears at a town hall meeting in Sacramento, Calif., April 7, 2026. (AP Photo/Rich Pedroncelli, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/32IONGAHDBMRPYVQYEJ3Y5MVHY.jpg?auth=5a8f6fb962785c9c30d58e3bdae07c2bba501c9303fad7f45aa0e4b3d648c712&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Eric Swalwell, D-Calif., questions former Justice Department special counsel Jack Smith, as he testifies before the House Judiciary Committee at the Capitol in Washington, Jan. 22, 2026. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Brothers Manfred and Rainer Honeck make Strauss' 'Ariadne auf Naxos' a family affair in Salzburg]]></title><link>https://www.local10.com/entertainment/2026/08/20/brothers-manfred-and-rainer-honeck-make-strauss-ariadne-auf-naxos-a-family-affair-in-salzburg/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/brothers-manfred-and-rainer-honeck-make-strauss-ariadne-auf-naxos-a-family-affair-in-salzburg/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[SALZBURG, Austria (AP) — Austrian conductor Manfred Honeck was walking out of a rehearsal with soprano Christina Nilsson and the Vienna Philharmonic at the Haus für Mozart when they passed a violinist who had just been practicing with them.]]></description><pubDate>Thu, 20 Aug 2026 16:11:39 +0000</pubDate><content:encoded><![CDATA[<p>SALZBURG, Austria (AP) — Austrian conductor Manfred Honeck was walking out of a rehearsal with soprano Christina Nilsson and the Vienna Philharmonic at the Haus für Mozart when they passed a violinist who had just been practicing with them.</p><p>“This is the concertmaster,” Honeck said, “and also my brother.”</p><p>Among nine siblings, Manfred and Rainer are making a rare joint appearance in the Salzburg Festival's new production of Richard Strauss' “Ariadne auf Naxos,” which runs through Aug. 28. Director Ersan Mondtag's unconventional staging shifts the setting from Vienna to Mars and is available to stream on Medici.</p><p>Otto, the Honecks' father, was a postman in Nenzing, Austria, who played the flugelhorn and zither in his spare time.</p><p>“He wanted us to all play an instrument. I’m not sure whether the Trapp family was somehow in his head," Manfred said, referencing the musical clan in Rodgers and Hammerstein's “The Sound of Music.”</p><p>Manfred, who turns 68 next month, became the Pittsburgh Symphony Orchestra's music director in 2008-09 and in June agreed to a contract extension through 2032-33 that will move him past William Steinberg (1952-76) as the orchestra's longest-serving head.</p><p>Rainer, 65, joined the Vienna State Opera Orchestra in 1981 and was admitted to the Vienna Philharmonic three years later. He has been a concertmaster — the lead violin — since 1992.</p><p>A sister, Sibylle, plays cello for the Vienna Volksoper and an older brother, Otto, was a pianist and coach for the Frankfurt Opera. Manfred's son Matthias is a principal second violin in the Vienna Symphony Orchestra.</p><p>Family didn't have much money</p><p>Manfred, the seventh sibling, and Rainer, the eighth, both played violin as kids.</p><p>“Our father was very consistent. He wanted us to practice every day, and he practiced with us,” Rainer said. “So he played on the piano and that was very important for us to get this routine, to have every day only one hour, but every day a practice.”</p><p>A teacher, Grete Urbanek, gave them fruit yogurt at lessons.</p><p>“We could not afford to buy yogurt at home. And we had only meat on Sunday. The other seven days we were eating local food, which is called ribel,” Manfred said of a local cornmeal.</p><p>Their mother, Frieda, died in 1965 after giving birth to her ninth child. A few years later, their father moved the family to Vienna so the children could access better music teachers.</p><p>“If he would not have done this, I think we would not have this profession,” Manfred said during a joint interview with Rainer. “It always reminds me: One human makes a decision and it changes your whole life."</p><p>Seven Honeck siblings lived with their father in a 2 1/2-room apartment, while the two oldest sisters worked to help support the family.</p><p>Rainer studied with Alfred Staar, a Vienna Philharmonic violinist, and at age 15 he decided to become a professional musician.</p><p>“I was not good in Latin. I was behind and there was the decision: Do I repeat the class one more year or do I want to be a violin player?" he said. “That was a decision which many of my family members didn’t agree with but my father did.”</p><p>Rainer plays a Stradivarius from 1725 known as “Chaconne.” He joined Manfred and the Pittsburgh orchestra for concerts at their home hall in 2015 and the Aspen Music Festival the following year, for Beethoven’s “Fidelio” with the Vienna Symphony at the Theater an der Wien in 2020.</p><p>“He is great in terms of style, of articulation, phrasing," Vienna Philharmonic General Manager Michael Bladerer said. "When he says something to the section it will sound different after.”</p><p>Unplanned instrument shift</p><p>Manfred made a sudden switch from violin to viola in December 1982 when he learned the Vienna Philharmonic had an upcoming opening.</p><p>“The audition was in April and so I thought, OK, I want to do it,” he said, recalling he practiced every day, from morning to midnight.</p><p>Manfred won the audition but shifted his focus to conducting in 1987, becoming an assistant to Claudio Abbado at the Gustav Mahler Jugendorchester. He conducted regularly at the Zurich Opera from 1991-96, was part of a trio of principal conductors at the MDR Leipzig Radio Symphony Orchestra from 1996-99.</p><p>He later served as music director of the Norwegian National Opera, the Swedish Radio Symphony Orchestra and the Staatsoper Stuttgart.</p><p>Manfred’s Pittsburgh Symphony is the only American orchestra appearing at this summer’s Salzburg Festival, part of a 13-concert European tour through Sept. 10. He’s become the Pittsburgh orchestra’s face.</p><p>“We joke sometimes that he probably spends more weeks in Pittsburgh than he does in Altach, his home,” Pittsburgh Symphony CEO Melia Tourangeau said.</p><p>Nilsson, the soprano, had never worked with Manfred before “Ariadne.”</p><p>“I have learned from him to really trust the colors and to experiment how far can we go in the pianissimi and the softness,” she said.</p><p>Kindness from usher to child</p><p>Manfred credits an usher at Vienna's Musikverein for sparking his interest in conducting when he was a child in the late 1960s or early 1970s. Manfred wanted to see Willi Boskovsky lead the famous New Year's Day concert and lined up with his father for standing room tickets.</p><p>“We could not afford any seat places,” Manfred recalled. “There were 200 people around me and I had no chance to see. He saw me and he picked me out and put me in front of all the people who were standing in line for a whole day to get the best standing places. Hearing and seeing Willi Boskovsky, it seems to me that this was one of the occasions where I felt I really wanted to do this.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HACRCO675M6GLSB6H45CA5MRPA.jpg?auth=79020b8528e275f18100d523681397ac6e180c602fe5f4e7795283ceb6c90003&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manfred Honeck, conductor of the Vienna Philharmonic Orchestra and music director of the Pittsburgh Symphony Orchestra, right, appears with his brother Rainer Honeck, concertmaster of the Vienna Philharmonic Orchestra, as the two worked together on a production of Richard Strauss’ “Ariadne auf Naxos" at the Salzburg Festival in Salzburg, Austria on Aug. 7, 2026. (Marco Borrelli/Salzburg Festival via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Borrelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4K5TT5T2TGDBKCM7AUSOXBYQSA.jpg?auth=a8c2b4b752222951081835491630e3daeb8ea03eae7ca52626b02d29ef6e03bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manfred Honeck, conductor of the Vienna Philharmonic Orchestra and music director of the Pittsburgh Symphony Orchestra, left, appears with his brother Rainer Honeck, concertmaster of the Vienna Philharmonic Orchestra, as the two worked together on a production of Richard Strauss’ “Ariadne auf Naxos" at the Salzburg Festival in Salzburg, Austria on Aug. 7, 2026. (Marco Borrelli/Salzburg Festival via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Borrelli</media:credit></media:content></item><item><title><![CDATA[College athletes are now eligible for big time payments. Will nonprofits benefit?]]></title><link>https://www.local10.com/sports/2026/08/20/college-athletes-are-now-eligible-for-big-time-payments-will-nonprofits-benefit/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/college-athletes-are-now-eligible-for-big-time-payments-will-nonprofits-benefit/</guid><dc:creator><![CDATA[By ALEX DANIELS of The Chronicle of Philanthropy, Associated Press]]></dc:creator><description><![CDATA[When a 2021 Supreme Court decision let loose a tidal wave of cash to pay college athletes for endorsement deals, some nonprofit leaders held out hope that charities would benefit. Many of the organizations created to raise money for that compensation — name, image, and likeness collectives — were created as nonprofits.]]></description><pubDate>Thu, 20 Aug 2026 16:09:02 +0000</pubDate><content:encoded><![CDATA[<p>When a 2021 Supreme Court decision let loose a tidal wave of cash to pay college athletes for endorsement deals, some nonprofit leaders held out hope that charities would benefit. Many of the organizations created to raise money for that compensation — name, image, and likeness collectives — were created as nonprofits.</p><p>At some institutions, charities did see some gains. In 2021, University of Maryland student athletes receiving NIL payments started serving yearlong mentorships with high school students through a program run by a local nonprofit, the Youth Leadership Foundation, one of the several charities that had relationships with Maryland athletes. About 250 students from colleges in low-income neighborhoods typically participate each year, according to Janaiha Bennett, the nonprofit’s executive director.</p><p>“Being able to expose students to role models that care about character and care about conducting themselves well as athletes, that’s been a huge plus,” Bennett said.</p><p>Initially, the visits with student athletes and tours of the university’s athletic facilities were organized by the Blueprint Sports Foundation, a nonprofit that managed payments to NIL collectives nationwide.</p><p>But the real financial benefits went to college athletes. Five years after the court gave the green light to pay athletes in NCAA v. Alston, payments to quarterbacks, gymnasts, pitchers, and other coveted athletes have reached nearly $2 billion annually. It is unclear how much nonprofits have gained, but any benefits charities receive are minuscule compared with the large sums of cash colleges raise to attract and retain star athletes, according to experts.</p><p>The idea that charities would benefit turned out to be short-lived rather than baked in to the system, said Jason Kohout, a lawyer who has represented several NIL collectives.</p><p>“It was kind of a blip,” he said.</p><p>The rise and fall of NIL collectives</p><p>In the Alston case, the Supreme Court officially turned amateur college sports into a big money game for athletes through these NIL payments. For the first time, companies and nonprofits were allowed to pay athletes to appear at events, wear their apparel, and make social media posts.</p><p>Shortly after the decision, alumni boosters and businesses rushed to form NIL collectives and registered them as nonprofits. Doing so allowed donations to be tax deductible. But in 2023, the Internal Revenue Service ruled that those collectives did not qualify for a tax-exemption. Their main purpose — compensating students — does not chiefly serve the public, which is typically required to qualify for nonprofit status, the agency found.</p><p>“This private benefit is not a byproduct but is rather a fundamental part of a nonprofit NIL collective’s activities,” the agency wrote.</p><p>The collectives received another blow following a 2025 settlement in a massive class action case, House v. NCAA, which pitted former student athletes against the college sports organization. The settlement provided for revenue sharing of television contracts and ticket sales among big conference universities, allowing them to direct $20.5 million per college — indexed for inflation — toward student compensation each year.</p><p>With colleges able to make payments to students directly, several NIL collectives have since closed, including Student Athlete NIL, whose colleges included Georgia Tech, the University of Oklahoma, and Wake Forest University; an NIL fund associated with Texas A&M’s 12th Man Foundation; and Notre Dame’s FUND Foundation.</p><p>“NIL collectives have basically been in shutdown mode because now you can just give the money to the school,” Kohout said.</p><p>An opportunity to educate about giving</p><p>When the IRS started taking a dim view of NIL collectives seeking tax exemption, the nonprofit Blueprint Sports Foundation, which paid athletes, including University of Maryland players, disbanded.</p><p>The university’s in-house NIL program, One Maryland, still works with Blueprint Sports, a related for-profit organization that processes student payments from non-tax-deductible donations. One Maryland did not return calls from the Chronicle.</p><p>In its last tax filing, in 2024, the Blueprint Sports Foundation indicated it devoted a total of $844,078 to 90 athletes for charitable activities in partnership with about a half dozen nonprofits near campus. Today, Maryland Terrapin athletes are no longer paid to visit with students through the Youth Leadership Foundation program. But Youth Leadership’s Bennett said student athlete involvement hasn’t subsided and the program is “still going strong.”</p><p>However, the connection between college athletes and nonprofits won’t just run on autopilot, some warn. Roy Kessel, founder of the Sports Philanthropy Network, worries that as universities race to raise funds to pay athletes and remain competitive, charity will become an afterthought. Some athletes did create their own foundations after being introduced to giving through collectives. But if students receiving NIL payments aren’t educated about philanthropy, fewer will give to charity in the future and an opportunity will be lost, he said.</p><p>In 2022, Kessel launched NIL4Good, a campaign to encourage student athletes to give some of their NIL payments to charity. But raising money for the campaign has been difficult, he said.</p><p>One reason it’s been hard, he said, is that paying college athletes was such an immense cultural change that institutional practices, including educating students about money management, haven’t caught up. So far, universities have not made significant investments to help students identify what kind of donations they’d like to make and how to use their place in the spotlight for good, Kessel said.</p><p>What student athletes need, he said, is sound advice on the practice of giving and the freedom to choose how to make an impact that comes from the heart. Many of those students, he said, have not yet developed clear boundaries when friends and acquaintances try to seek a cut.</p><p>“What we’ve seen evolve over the last few years is that the individual athletes get pulled in a lot of directions,” he said. “Anytime somebody’s got money, that brings more people in.”</p><p>______</p><p>Alex Daniels is a senior reporter at the Chronicle of Philanthropy, where you can read the full article. This article was provided to The Associated Press by the Chronicle of Philanthropy as part of a partnership to cover philanthropy and nonprofits supported by the Lilly Endowment. The Chronicle is solely responsible for the content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MD2CEL35US4II2MZYEE7E6LPMU.jpg?auth=a7fac2271a39960c9cba6394e83bbc694dddcb9c60aae9c19b2acf5813c7ef93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maryland head coach Mike Locksley encourages his players before an NCAA football game against Northern Illinois, Sept. 5, 2025, in College Park, Md. (AP Photo/Mike Buscher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Buscher</media:credit></media:content></item><item><title><![CDATA[Hawaii aún se recupera del huracán Lala y se prepara para un posible ciclón]]></title><link>https://www.local10.com/espanol/2026/08/20/hawaii-aun-se-recupera-del-huracan-lala-y-se-prepara-para-un-posible-ciclon/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/hawaii-aun-se-recupera-del-huracan-lala-y-se-prepara-para-un-posible-ciclon/</guid><dc:creator><![CDATA[Por JENNIFER SINCO KELLEHER y HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[HONOLULU (AP) — Las comunidades hawaianas que aún están recogiendo los pedazos tras el huracán del fin de semana pasado podrían volver a recibir un duro golpe en los próximos días.]]></description><pubDate>Thu, 20 Aug 2026 16:05:14 +0000</pubDate><content:encoded><![CDATA[<p>HONOLULU (AP) — Las comunidades hawaianas que aún están recogiendo los pedazos tras el huracán del fin de semana pasado podrían volver a recibir un duro golpe en los próximos días.</p><p>El huracán Lala arrancó techos de casas, derribó árboles, cubrió carreteras de lodo y rocas y dejó a muchos hogares sin electricidad. Con casi 15.000 viviendas y negocios todavía a oscuras el jueves, los meteorólogos advirtieron sobre la probabilidad de que se forme otro ciclón tropical al sureste de las islas.</p><p>Una depresión que se desplaza hacia el oeste y el noroeste podría convertirse en tormenta tropical el jueves y se espera que pase cerca o al sur de la Isla Grande de Hawaii este fin de semana, según el Centro de Huracanes del Pacífico Central del Servicio Meteorológico Nacional de Estados Unidos. Eso podría significar hasta 15 pulgadas de lluvia en toda la Isla Grande y provocar inundaciones potencialmente mortales, deslaves y fuertes corrientes de resaca, indicó el centro de huracanes.</p><p>El gobernador de Hawaii, Josh Green, y otros funcionarios estatales tenían previsto ofrecer una conferencia de prensa el jueves por la tarde para hablar del posible ciclón, así como de los esfuerzos de recuperación en curso relacionados con el huracán, al que se atribuyen dos muertes en el estado.</p><p>La policía informó que residentes localizaron el cuerpo de un hombre de unos 60 años en un pastizal el martes, un día después de que se solicitó a los agentes realizar una verificación de bienestar. Esto ocurrió después del hallazgo el lunes de May Doi, de 93 años, de quien vecinos dijeron que estaba escapando de las aguas de la inundación en su casa e intentaba llegar a un refugio cercano.</p><p>Doi fue una querida maestra de kínder que enseñó a generaciones de residentes en un pequeño pueblo de la Isla Grande.</p><p>ʻĀina Akamu, exalumna de Doi y ahora subdirectora en una escuela local, afirmó: “Les enseñó a los nietos de sus alumnos. Era una figura emblemática en esta comunidad”.</p><p>Ya muy al oeste de las principales islas de Hawaii, Lala alcanzó la categoría 3, con vientos máximos sostenidos de 185 km/h (115 mph) el miércoles, en lo que el Centro Nacional de Huracanes calificó como el primer huracán importante de 2026 en el océano Pacífico central.</p><p>El Servicio Meteorológico Nacional señaló que la mayor precipitación registrada, 43,54 pulgadas (1,1 metros), se produjo en Laupahoehoe, en la costa noreste de la Isla Grande. Decenas de viviendas fueron arrancadas de sus cimientos, se dañaron puentes y el colapso de un tramo de una carretera de dos carriles había cortado el acceso a la comunidad de Pahala.</p><p>La empresa Hawaiian Electric indicó que unos 13.200 clientes en la Isla Grande seguían sin electricidad el jueves. La compañía agregó que las reparaciones en las zonas con mayores daños, incluido el extremo sur, podrían tardar al menos dos semanas.</p><p>Mientras tanto, Lala avanzaba hacia el noroeste a 15 km/h (9 mph) el jueves y se espera que gire hacia el norte más tarde en el día. Se dirigía hacia una zona remota en el extremo noroeste del archipiélago hawaiano. Se emitieron advertencias de huracán para partes del Monumento Nacional Marino Papahanaumokuakea, desde la isla Lisianski hasta el arrecife Maro.</p><p>A pesar de tratarse de un área remota, había personas en peligro. Un barco chárter con una tripulación de 16 personas dedicada a retirar plásticos marinos y redes de pesca abandonadas de las costas de las islas hawaianas del noroeste salió a principios de esta semana de la trayectoria prevista de Lala.</p><p>Kevin O’Brien, presidente de la organización sin fines de lucro Papahanaumokuakea Marine Debris Project, partió de la isla Lisianski el lunes y se dirigió 563 kilómetros (350 millas) mar adentro.</p><p>“Estábamos listos para esto”, aseguró O’Brien. “Aquí nos mantenemos alerta durante la temporada de huracanes”.</p><p>_______</p><p>Ramer informó desde Concord, Nuevo Hampshire, y John Raby, en Charleston, Virginia Occidental.</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/BXHVD747SYHQGX3K7SEVXRT7LE.jpg?auth=8589d04de084666723a37196ffd027ffe01f4c49f443d4dd1e25f56c1365148b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una carretera arrastrada por el barro el lunes 17 de agosto de 2026 en Naalehu, Hawaii, tras las fuertes lluvias del huracán Lala. (Aina Akamu vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aina Akamu</media:credit></media:content></item><item><title><![CDATA[Man accused of stealing from his ill father for years in Broward. Some of his alleged expenses: Trips to Cancun ]]></title><link>https://www.local10.com/news/local/2026/08/20/man-accused-of-stealing-from-his-ill-father-for-years-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/man-accused-of-stealing-from-his-ill-father-for-years-in-broward/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 41-year-old man — who detectives accused of stealing from his father from 2021 to 2023 — was set to appear in court on Thursday in Broward County, about three weeks after his arrest in North Carolina, records show. ]]></description><pubDate>Thu, 20 Aug 2026 15:17:54 +0000</pubDate><content:encoded><![CDATA[<p>A 41-year-old man — who detectives accused of stealing from his father from 2021 to 2023 — was set to appear in court on Thursday in Broward County, about three weeks after his arrest in North Carolina, records show. </p><p><a href="https://www.local10.com/espanol/2026/08/20/acusan-a-hombre-de-robar-durante-anos-a-su-padre-enfermo-en-broward-entre-sus-presuntos-gastos-viajes-a-cancun/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/acusan-a-hombre-de-robar-durante-anos-a-su-padre-enfermo-en-broward-entre-sus-presuntos-gastos-viajes-a-cancun/">Leer en español</a></p><p>In 2021, Brandon Foeman’s father gave him legal authority to act on his behalf before undergoing several surgeries, including an amputation, according to a Broward Sheriff’s Office detective’s probable cause affidavit. </p><p>Foeman, of Fort Lauderdale, “abused his power of attorney privileges,” a BSO detective wrote, according to the affidavit signed on Sept. 18, 2024. </p><p>While his father was hospitalized, Foeman opened a joint checking and savings account with Citibank that he later used to make transfers from his father’s accounts, according to the affidavit. </p><p>“Analysis of the joint checking account revealed thousands of dollars on expenditures ... suspicious transactions,” the detective wrote, according to the affidavit. </p><p>There were expenses on pets, which his father doesn’t own; expenses at restaurants while his father was hospitalized; and expenses during trips to Cancun, Mexico, in 2021 and 2022, according to the affidavit. </p><p>Foeman transferred over $57,495 in Social Security payments, about $159,000 in Miami Gese pension payments, and about $30,000 in employee pension payments to the joint checking account, according to the affidavit. </p><p>Foeman also deposited two checks drawn from a Florida Innovations &amp; Technologies LLC account for about $94,000 into the joint savings account, according to the affidavit. </p><p>“Florida Innovations &amp; Technologies LLC was a former company owned by [the victim] and his business partner to conduct international business transactions. [The victim] was hospitalized and did not sign and/or author these checks,” a detective wrote, according to the affidavit. </p><p>A Broward County judge issued a warrant with a no-bond hold on Jan. 15, records show. The <a href="https://www.randolphcountync.gov/m/newsflash/Home/Detail/2585" target="_self" rel="" title="https://www.randolphcountync.gov/m/newsflash/Home/Detail/2585">Randolph County Sheriff’s Office in North Carolina announced</a> the fugitive’s arrest during a traffic stop on July 29, a release on house arrest, and an extradition hearing for July 31. </p><p>Records show Broward Sheriff’s Office deputies arrested Foeman on Wednesday, and corrections booked him at the Broward County Main Jail in Fort Lauderdale. </p><p>Foeman faced two counts of exploitation of an elderly person or disabled adult of $100,000 or more, a first-degree felony, according to court records. Broward County Circuit Judge Michael Lynch was set to preside over the case. </p><p><i>Local 10 News Senior Assignment Editor Frine Gomez contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NKGMZC4ZBFCKLMLA42V4AK47OU.jpg?auth=ac31b9cb9794778d6e486e493bee16ecc9a6ef770868ec54c558e0e11830384d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brandon Jamal Foeman was arrested on a Broward County warrant on July 29 in North Carolina, and booked on Wednesday at the Broward County Main Jail in Fort Lauderdale.]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de robar durante años a su padre enfermo en Broward; entre sus presuntos gastos: viajes a Cancún]]></title><link>https://www.local10.com/espanol/2026/08/20/acusan-a-hombre-de-robar-durante-anos-a-su-padre-enfermo-en-broward-entre-sus-presuntos-gastos-viajes-a-cancun/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/acusan-a-hombre-de-robar-durante-anos-a-su-padre-enfermo-en-broward-entre-sus-presuntos-gastos-viajes-a-cancun/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 41 años, a quien los detectives acusaron de robar a su padre entre 2021 y 2023, tenía previsto comparecer ante un tribunal el jueves en el condado Broward, unas tres semanas después de su arresto en Carolina del Norte, según muestran los registros.]]></description><pubDate>Thu, 20 Aug 2026 16:04:29 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 41 años, a quien los detectives acusaron de robar a su padre entre 2021 y 2023, tenía previsto comparecer ante un tribunal el jueves en el condado Broward, unas tres semanas después de su arresto en Carolina del Norte, según muestran los registros.</p><p>En 2021, el padre de Brandon Foeman le otorgó autoridad legal para actuar en su nombre antes de someterse a varias cirugías, incluida una amputación, según una declaración jurada de causa probable de un detective de la Oficina del Sheriff de Broward (BSO).</p><p>Foeman, de Fort Lauderdale, “abusó de sus privilegios de poder notarial”, escribió un detective de BSO, según la declaración jurada firmada el 18 de septiembre de 2024.</p><p>Mientras su padre estaba hospitalizado, Foeman abrió una cuenta conjunta corriente y de ahorros en Citibank que posteriormente utilizó para realizar transferencias desde las cuentas de su padre, según la declaración jurada.</p><p>“El análisis de la cuenta corriente conjunta reveló miles de dólares en gastos… transacciones sospechosas”, escribió el detective, según la declaración jurada.</p><p>Hubo gastos relacionados con mascotas, que su padre no tiene; gastos en restaurantes mientras su padre estaba hospitalizado; y gastos durante viajes a Cancún, México, en 2021 y 2022, según la declaración jurada.</p><p>Foeman transfirió más de $57,495 USD en pagos del Seguro Social, alrededor de $159,000 USD en pagos de pensión de Miami Gese y alrededor de $30,000 USD en pagos de pensión de empleados a la cuenta corriente conjunta, según la declaración jurada.</p><p>Foeman también depositó dos cheques emitidos desde una cuenta de Florida Innovations &amp; Technologies LLC por alrededor de $94,000 USD en la cuenta de ahorros conjunta, según la declaración jurada.</p><p>“Florida Innovations &amp; Technologies LLC era una antigua empresa propiedad de [la víctima] y su socio comercial para realizar transacciones comerciales internacionales. [La víctima] estaba hospitalizada y no firmó ni autorizó estos cheques”, escribió un detective, según la declaración jurada.</p><p>Un juez del condado Broward emitió una orden de arresto sin derecho a fianza el 15 de enero, según muestran los registros. La Oficina del Sheriff del condado Randolph en Carolina del Norte anunció el arresto del fugitivo durante una parada de tráfico el 29 de julio, su liberación bajo arresto domiciliario y una audiencia de extradición para el 31 de julio.</p><p>Los registros muestran que agentes de la Oficina del Sheriff de Broward arrestaron a Foeman el miércoles y funcionarios correccionales lo ingresaron en la cárcel principal del condado Broward en Fort Lauderdale.</p><p>Foeman enfrentaba dos cargos de explotación de una persona de edad avanzada o adulto discapacitado por $100,000 USD o más, un delito grave de primer grado, según los registros judiciales. El juez de circuito del condado Broward Michael Lynch tenía previsto presidir el caso.</p><p>La editora sénior de asignaciones de Local 10 News, Frine Gomez, contribuyó a este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NKGMZC4ZBFCKLMLA42V4AK47OU.jpg?auth=ac31b9cb9794778d6e486e493bee16ecc9a6ef770868ec54c558e0e11830384d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brandon Jamal Foeman was arrested on a Broward County warrant on July 29 in North Carolina, and booked on Wednesday at the Broward County Main Jail in Fort Lauderdale.]]></media:description></media:content></item><item><title><![CDATA[Cash-hungry college sports programs are starting nonprofits to make money to stay competitive]]></title><link>https://www.local10.com/business/2026/08/20/cash-hungry-college-sports-programs-are-starting-nonprofits-to-make-money-to-stay-competitive/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/cash-hungry-college-sports-programs-are-starting-nonprofits-to-make-money-to-stay-competitive/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — University of Louisville athletic director Josh Heird says there is no “silver bullet” that will help his department’s current revenue race.]]></description><pubDate>Thu, 20 Aug 2026 16:02:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — University of Louisville athletic director Josh Heird says there is no “silver bullet” that will help his department’s current revenue race.</p><p>To compete in the increasingly commercialized world of college sports, programs of its size might spend more than $40 million a year on talent acquisition, revenue sharing and other costs, according to experts. But just five of Louisville's 23 sports generate any revenue, according to the athletic department. Only football and men’s basketball turn profits.</p><p>Louisville, like a growing number of major conferences ′ public universities, is trying to narrow that spending gap and its supporters are trying to help by creating a new organization to oversee everything from third-party multimedia deals to hospitality packages.</p><p>This spring, Louisville launched Cardinal Ventures, a nonprofit designed to help the athletic department leverage its brand to generate new revenue streams, all to keep pace with the multibillion-dollar market around compensating athletes for the use of their name, image and likeness.</p><p>“We live in a highly, highly competitive environment and industry,” Heird said. “And if there’s anything that anybody can do to try to create even the smallest sort of competitive advantage, then they’re gonna look to do that.”</p><p>The University of Kentucky also has a revenue-raising nonprofit. The University of North Carolina is actively discussing a limited liability company. So, too, is Louisiana State University.</p><p>There’s “feverish” interest from higher education in these offshoots, according to Clay Grayson, whose South Carolina law firm designed Clemson University’s in-house venture. There’s also scrutiny from Congress. Widespread privatization could further transform universities into profit-driven businesses resembling professional sports franchises, weaning them off fatigued donors and opening the door to private capital.</p><p>“Governmental universities don’t do commercial very well,” Grayson said. “Those nonprofits are the ones that kind of can get out into that space.”</p><p>Record high gifts underscore the spending spree. Virginia Tech touted an “unprecedented” $75 million commitment intended to “ensure a strong start” for its nonprofit Hokie Ventures. Michigan State bolstered its athletic department with a $401 million contribution that included an investment in its own Spartan Ventures.</p><p>Louisville’s Heird said he frequently finds himself discussing these new organizations with peers as they all look to boost their bottom lines.</p><p>At his school, he has found some “low-hanging fruit” with concerts. Louisville’s 60,000-seat football stadium largely sits dark outside of home games.</p><p>Country music star Zach Bryan recently lit up the field. The rapper Ludacris headlines an upcoming hip-hop billing. Planning is already underway for next year’s shows — each of which could bring seven-figure profits for the hosts.</p><p>Athletic directors seek flexibility, control and a ‘commercial engine’</p><p>These new efforts may not provide a “silver bullet,” but they do offer new revenue and something many athletic directors may value even more — more control.</p><p>The nonprofits and LLCs offer greater flexibility to crack the financing puzzle than the previous system. Bureaucracy can drag decision-making out for months. Key components of the fan experience — tickets, parking, merchandise, concessions— are often outsourced to vendors they don’t fully run.</p><p>“There is an unstoppable train that is college sports," said Jason Belzer, a Sequence Equity partner who advises schools on NIL deals. "The reality is that you need to create new platforms and paradigms to be able to successfully operate a business that no longer really sits with the original mission of college athletics -- at least at the higher levels.”</p><p>Everything is on the table for Syracuse University. Athletic director Bryan Blair sees an opportunity to corner New York's college sports market. It's the state's only Power Four conference school. And all five ticketed sports play under a 50,000-seat dome that brings what he called a “big state school feel."</p><p>The question is how to build a “commercial engine,” Blair said, whether it exists within his department or outside it.</p><p>“We’re trying to educate young people, give them a great experience. We’re trying win on whatever day of the week it is for whatever competition it is. We’re trying to be great stewards and ambassadors for our university,” Blair said. “But to do a lot of those things requires more revenue than ever before.”</p><p>Nonprofits join growing number of affiliates</p><p>Commercial affiliates aren't new to higher education. Some universities use them to monetize drug patents or manage copyright.</p><p>Take the University of Kentucky, believed to be the first school to convert its athletic department into a limited-liability holding company. Trustees already managed separate health systems through a not-for-profit that was primed to take ownership of its athletics offshoot.</p><p>Athletic director J Batt, who recently joined the Wildcats from Michigan State, expects these formations will become the norm rather than an exception. “And everybody will do the one that’s right for your campus,” he added.</p><p>Grayson, the legal architect behind many such models, said he mostly hears from members of the Power Four. Those 67 schools tend to be the only ones with large, competitive enough programs to spend beyond the revenue-sharing cap of $21.3 million this year. His firm has helped create affiliated entities at an estimated one in seven schools competing in the Southeastern Conference, the Big Ten, the Atlantic Coast Conference and the Big 12.</p><p>His model strays from the traditional nonprofit. He proposes smaller, seven-person boards in order to expedite decision-making. Some of the athletic ancillaries even own for-profits that handle taxable activities such as stadium concerts.</p><p>Another big difference: they’re not registered to fundraise because their focus is programmatic revenue. He recommends aligning these new ventures with existing fundraising organizations — like “two pedals of a bicycle.”</p><p>“If you get them moving in sync, you’ve got a powerful, powerful motor," he said.</p><p>Questions about charitable purpose and donor fatigue</p><p>It remains to be seen whether these new entities will alleviate donor pressure to bankroll costly football programs. Moreover, they raise the same question that murky NIL collectives did: what is the charitable purpose of an institution whose main goal is to generate more revenue for athletics?</p><p>The Internal Revenue Service decided many nonprofit NIL collectives were erroneously given charitable status. They served players, not the public good, so their activities were likely not exempt from taxes.</p><p>These affiliates are similar, in the view of an NIL tax consultant who previously worked at the IRS. Thad Madden, who studied NIL compliance issues for the agency, said he doesn't see any “charitable connotation."</p><p>“It's to serve the financial interest of the athletes so that they make the most possible money with the goal of putting the best team on the field,” Madden said.</p><p>That financial interest has fatigued donors, according to consultants who advise schools on issues of NIL. They're fielding more athletics solicitations even as universities continue fundraising for student scholarships, research projects and other functions.</p><p>It used to be that development officers could leverage donor interest in athletics to direct some funds towards academics. That's not so nowadays, according to University of Pennsylvania professor Karen Weaver, a former athletic administrator who studies the evolving college sports landscape.</p><p>“Athletics doesn’t have a revenue problem. It has a spending problem," Weaver said. "So, whatever dollar they bring in is gonna be spent on trying to get an advantage in athletics.”</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AOBP7OIUITUW3VUJI74TU7A5CQ.jpg?auth=7532396942af8e5725dfa0049463b2733e26c7f718c3093f1162e2774f1c483d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Louisville players celebrate beating Miami in an NCAA college football game, Oct. 17, 2025, in Miami Gardens, Fla. (AP Photo/Michael Laughlin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Laughlin</media:credit></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, Zakari Christian Glass, 24, suffering from multiple gunshot wounds.</p><figure><img src="https://www.local10.com/resizer/v2/M7XFFVGJQ5DDRON7B2B7WI6BUA.jpg?auth=f2e867661b3f8735183a2f39a4a93d3f9d9214be50a7151a912c55c867095880&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Despite immediately administering life-saving measures, paramedics with Broward Sheriff Fire Rescue pronounced Glass 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>A motive for the shooting remains unclear. </p><p>Anyone with information about the shooting is asked to call Broward Crime Stoppers at 954-493-8477. A reward of up to $5,000 is being offered for information that leads to an arrest and conviction. </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[Father arrested after son, 4, found wandering alone along Collins Avenue, police say]]></title><link>https://www.local10.com/news/local/2026/08/20/father-arrested-after-son-4-found-wandering-alone-along-collins-avenue-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/father-arrested-after-son-4-found-wandering-alone-along-collins-avenue-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A father was arrested Wednesday on a child neglect charge after his 4-year-old son was found wandering alone along Collins Avenue in Sunny Isles Beach, authorities said.]]></description><pubDate>Thu, 20 Aug 2026 14:10:36 +0000</pubDate><content:encoded><![CDATA[<p>A father was arrested Wednesday on a child neglect charge after his 4-year-old son was found wandering alone along Collins Avenue in Sunny Isles Beach, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/20/arrestan-a-padre-despues-de-que-su-hijo-de-4-anos-fuera-hallado-deambulando-solo-por-collins-avenue-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/arrestan-a-padre-despues-de-que-su-hijo-de-4-anos-fuera-hallado-deambulando-solo-por-collins-avenue-dice-la-policia/">Leer en español</a></p><p>According to an arrest report from the Sunny Isles Beach Police Department, an officer was conducting a traffic stop near 17200 Collins Ave. at about 4 p.m. when a driver alerted the officer to a small child walking alone on the sidewalk.</p><p>The boy was walking north along the sidewalk parallel to Collins Avenue, police said. The officer reported that the boy had visible redness on his face and was carrying a half-eaten slice of pizza.</p><p>Police said the officer placed the child in a patrol vehicle while officers searched the surrounding area for his parents or guardians.</p><p>The officer showed the child’s photograph to several people before going to a nearby apartment complex on 174th Street in an attempt to identify him, the report stated.</p><p>According to the report, the officer later spotted a woman walking quickly outside the complex with a girl. The woman was identified as the boy’s mother and told police she was searching for her son, the report stated.</p><p>Police said she then contacted her husband, Semyon Levin, 63, who responded to the scene and told police the child had been under his supervision when he lost sight of him, the report states.</p><p>Investigators said Levin told them he had been eating at a nearby Starbucks at 17100 Collins Ave. with his son at about 3 p.m. when he lost sight of the boy.</p><p>Levin was then taken to the Sunny Isles Beach Police Department for further questioning.</p><p>According to the report, Levin waived his Miranda rights and told detectives during a recorded interview that he realized his son was missing but did not immediately contact police for help.</p><p>Investigators said Levin also told them that his 9-year-old and 7-year-old daughters had left Starbucks and walked home without an adult. Levin said he believed his son may have left with his 9-year-old sister, according to the report.</p><p>Police said Levin told detectives he frequently loses sight of the boy because his son has “too much energy,” making him difficult to keep track of.</p><p>When detectives asked why he did not call police after realizing the boy was missing, Levin said he did not believe the situation constituted an emergency, according to the report.</p><p>Investigators estimated the child was wandering alone for approximately one hour.</p><p>Police also alleged that Levin had opportunities to alert law enforcement after leaving Starbucks. According to the report, Levin saw an officer wearing a clearly marked police vest in the lobby of his apartment building, while an unmarked police vehicle with its emergency lights activated was outside. The officer was showing the child’s photograph to a security guard in the lobby at the time, authorities said.</p><p>Investigators concluded that Levin failed to provide the supervision and care required for his son and that his actions endangered the child’s safety and health.</p><p>Levin was arrested on a child neglect charge and transported to the Turner Guilford Knight Correctional Center for processing.</p><p>As of Thursday morning, Levin remained jailed at TGK. Online jail records listed his bond as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7D2NEGFBVJADBOZMSJK2KKTOTA.jpg?auth=9b56031b043537b82f9f980fc3f415b72daaa732390af335f9a7625369a0749d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a padre después de que su hijo de 4 años fuera hallado deambulando solo por Collins Avenue, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/arrestan-a-padre-despues-de-que-su-hijo-de-4-anos-fuera-hallado-deambulando-solo-por-collins-avenue-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/arrestan-a-padre-despues-de-que-su-hijo-de-4-anos-fuera-hallado-deambulando-solo-por-collins-avenue-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un padre fue arrestado el miércoles por un cargo de negligencia infantil después de que su hijo de 4 años fuera hallado deambulando solo por Collins Avenue en Sunny Isles Beach, dijeron las autoridades.]]></description><pubDate>Thu, 20 Aug 2026 16:00:35 +0000</pubDate><content:encoded><![CDATA[<p>Un padre fue arrestado el miércoles por un cargo de negligencia infantil después de que su hijo de 4 años fuera hallado deambulando solo por Collins Avenue en Sunny Isles Beach, dijeron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Sunny Isles Beach, un agente realizaba una parada de tráfico cerca de 17200 Collins Ave. alrededor de las 4 p.m. cuando un conductor alertó al agente sobre un niño pequeño que caminaba solo por la acera.</p><p>El niño caminaba hacia el norte por la acera paralela a Collins Avenue, dijo la policía. El agente reportó que el niño tenía enrojecimiento visible en el rostro y llevaba una rebanada de pizza a medio comer.</p><p>La policía dijo que el agente colocó al niño en un vehículo patrulla mientras los agentes buscaban en los alrededores a sus padres o tutores.</p><p>El agente mostró la fotografía del niño a varias personas antes de dirigirse a un complejo de apartamentos cercano en 174th Street en un intento por identificarlo, indicó el informe.</p><p>Según el informe, el agente posteriormente vio a una mujer caminando rápidamente afuera del complejo con una niña. La mujer fue identificada como la madre del niño y dijo a la policía que estaba buscando a su hijo, indicó el informe.</p><p>La policía dijo que entonces se comunicó con su esposo, Semyon Levin, de 63 años, quien acudió al lugar y dijo a la policía que el niño había estado bajo su supervisión cuando lo perdió de vista, según el informe.</p><p>Los investigadores dijeron que Levin les contó que había estado comiendo en un Starbucks cercano, ubicado en 17100 Collins Ave., con su hijo alrededor de las 3 p.m. cuando perdió de vista al niño.</p><p>Levin fue llevado posteriormente al Departamento de Policía de Sunny Isles Beach para ser interrogado.</p><p>Según el informe, Levin renunció a sus derechos Miranda y dijo a los detectives durante una entrevista grabada que se dio cuenta de que su hijo había desaparecido, pero no se comunicó de inmediato con la policía para pedir ayuda.</p><p>Los investigadores dijeron que Levin también les contó que sus hijas de 9 y 7 años habían salido de Starbucks y caminado hasta su casa sin un adulto. Levin dijo que creía que su hijo podría haberse ido con su hermana de 9 años, según el informe.</p><p>La policía dijo que Levin contó a los detectives que con frecuencia pierde de vista al niño porque su hijo tiene “demasiada energía”, lo que dificulta vigilarlo.</p><p>Cuando los detectives le preguntaron por qué no llamó a la policía después de darse cuenta de que el niño había desaparecido, Levin dijo que no creía que la situación constituyera una emergencia, según el informe.</p><p>Los investigadores estimaron que el niño estuvo deambulando solo durante aproximadamente una hora.</p><p>La policía también alegó que Levin tuvo oportunidades de alertar a las autoridades después de salir de Starbucks. Según el informe, Levin vio a un agente que llevaba un chaleco policial claramente identificado en el vestíbulo de su edificio de apartamentos, mientras un vehículo policial sin identificación tenía las luces de emergencia activadas afuera. En ese momento, el agente mostraba la fotografía del niño a un guardia de seguridad en el vestíbulo, dijeron las autoridades.</p><p>Los investigadores concluyeron que Levin no proporcionó la supervisión y el cuidado requeridos para su hijo y que sus acciones pusieron en peligro la seguridad y la salud del niño.</p><p>Levin fue arrestado por un cargo de negligencia infantil y trasladado al Centro Correccional Turner Guilford Knight para ser procesado.</p><p>Hasta la mañana del jueves, Levin permanecía detenido en TGK. Los registros de la cárcel en línea indicaban que su fianza estaba “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7D2NEGFBVJADBOZMSJK2KKTOTA.jpg?auth=9b56031b043537b82f9f980fc3f415b72daaa732390af335f9a7625369a0749d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cuestionan a agencia de EEUU tras alerta sobre trabajo forzoso en República Dominicana]]></title><link>https://www.local10.com/espanol/2026/08/20/cuestionan-a-agencia-de-eeuu-tras-alerta-sobre-trabajo-forzoso-en-republica-dominicana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/cuestionan-a-agencia-de-eeuu-tras-alerta-sobre-trabajo-forzoso-en-republica-dominicana/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN (AP) — La Oficina de Aduanas y Protección Fronteriza de Estados Unidos (CBP, por sus siglas en inglés) enfrentó cuestionamientos el jueves luego que un grupo de vigilancia advirtiera que el trabajo forzoso persiste en los campos de caña de azúcar en la República Dominicana, que exporta grandes cantidades de azúcar y otros productos a Estados Unidos.]]></description><pubDate>Thu, 20 Aug 2026 15:51:21 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN (AP) — La Oficina de Aduanas y Protección Fronteriza de Estados Unidos (CBP, por sus siglas en inglés) enfrentó cuestionamientos el jueves luego que un grupo de vigilancia advirtiera que el trabajo forzoso persiste en los campos de caña de azúcar en la República Dominicana, que exporta grandes cantidades de azúcar y otros productos a Estados Unidos.</p><p>En 2022, la agencia federal estadounidense había impuesto una prohibición a las importaciones de azúcar y otros productos elaborados por Central Romana Corporation, Ltd., al acusar a la empresa de aislar a los trabajadores, retener salarios y propiciar condiciones abusivas de trabajo y de vida.</p><p>Sin embargo, la prohibición fue levantada el año pasado bajo el gobierno del presidente Donald Trump, lo que desató una protesta que se reavivó cuando la organización sin fines de lucro Corporate Accountability Lab publicó un informe el martes en que señaló que el trabajo forzoso persiste. El informe se publicó tras más de tres años de investigaciones.</p><p>El senador Ron Wyden, demócrata de Oregon, envió una carta el jueves a la CBP solicitando información sobre los motivos de la revocación de la prohibición. Acusó a la agencia de parecer “haber abandonado abruptamente sus propios procedimientos administrativos establecidos”.</p><p>“Eludir los procesos estándares de aplicación de las normas comerciales para corporaciones con conexiones políticas y propiedad de multimillonarios socava la integridad de la política comercial de Estados Unidos”, escribió Wyden.</p><p>Solicitó expedientes administrativos, recomendaciones finales y otros documentos relacionados con el caso.</p><p>The Associated Press solicitó comentarios a la agencia, que reconoció la solicitud enviada por correo electrónico, pero aún no había hecho declaraciones.</p><p>“Garantizar que los mecanismos de aplicación de las normas comerciales de Estados Unidos sean inmunes a la interferencia política y cumplan con los requisitos legales es fundamental para asegurar que el trabajo forzoso no ingrese ilegalmente en la cadena de suministro de bienes comprados inadvertidamente por empresas y consumidores estadounidenses”, sostuvo Wyden.</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/DSJE2GDYR6N2P6Q7QVJES4BD4I.jpg?auth=7497f7c0eccf32f59654f4b3f5ab18fed950d6d6224a08c09c1dede9f4ac254f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un niño juega cerca de la máquina donde se pesa la caña de azúcar en el vecindario Lima en La Romana, donde Central Romana Corporation, Ltd. realiza sus operaciones de caña de azúcar en República Dominicana, el 17 de noviembre de 2021. (AP Foto/Matias Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[US aircraft carrier arrives in Middle East, relieving long-deployed USS Lincoln]]></title><link>https://www.local10.com/news/2026/08/20/us-aircraft-carrier-arrives-in-middle-east-relieving-long-deployed-uss-lincoln/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/us-aircraft-carrier-arrives-in-middle-east-relieving-long-deployed-uss-lincoln/</guid><dc:creator><![CDATA[By BEN FINLEY and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Asia-based USS George Washington aircraft carrier is now operating in the Middle East, the U.S. military said Thursday, relieving a long-deployed carrier following reports of mental health challenges and supply shortages aboard while it was supporting the Iran war.]]></description><pubDate>Thu, 20 Aug 2026 15:48:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Asia-based USS George Washington aircraft carrier is now operating in the Middle East, the U.S. military said Thursday, relieving a long-deployed carrier following reports of mental health challenges and supply shortages aboard while it was supporting the Iran war.</p><p>U.S. Central Command, which oversees military operations in the Middle East, said on social media that the carrier arrived in the region Wednesday. It was not clear when the USS Abraham Lincoln would arrive back in the U.S. or whether it would make a port stop along the way, but the journey takes just over a month.</p><p>The Washington arrived as concerns have grown about the Lincoln's lengthy deployment, which has included a record-setting uninterrupted time at sea of more than 250 days, and about reports of crew stress and poor mental health, as well as supply shortages, including food and hygiene products.</p><p>Several Democratic lawmakers have pressed the Department of Defense for accountability over conditions aboard the Lincoln, which Defense Secretary Pete Hegseth has said were “completely misrepresented.”</p><p>Hegseth spoke with the Lincoln’s crew last week, and Adm. Brad Cooper, head of U.S. Central Command, visited this past weekend. In an editorial published Sunday by The Wall Street Journal, Cooper said the crew “delivered a performance for the ages, and now you are going home.”</p><p>Extended deployments of carriers wear on service members who are away from home for long periods and increase strain on the ship and its equipment. While renewed hostilities between the U.S. and Iran calmed in recent weeks, the Navy is enforcing a reimposed blockade on Iranian ports in the Strait of Hormuz, and the Trump administration has offered no clarity on how it intends to wind down the war.</p><p>Hegseth has said the U.S. can maintain the blockade “indefinitely.”</p><p>President Donald Trump this week downplayed reports about conditions on the Lincoln, which left its homeport in San Diego in November and arrived in the Middle East in January. Trump called the nearly nine months at sea that the sailors endured a “good period of time” but added that “over the years, we’ve had them out there much longer.”</p><p>Trump told reporters Monday that 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.” Trump did not name the admiral.</p><p>In a statement Sunday after visiting the Lincoln, Cooper praised the carrier's leaders for prioritizing mental health and resilience.</p><p>“History will record this deployment as one of the most operationally intense and consequential of the modern era,” Cooper said.</p><p>The Washington joins the USS George H.W. Bush in the Middle East, leaving Asia without an American carrier strike group at a time when China has shown more signs of aggression.</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>]]></content:encoded><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[Speedboat driver in fatal New York Harbor capsizing was in the US illegally, authorities say]]></title><link>https://www.local10.com/news/2026/08/20/speedboat-driver-in-fatal-new-york-harbor-capsizing-was-in-the-us-illegally-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/speedboat-driver-in-fatal-new-york-harbor-capsizing-was-in-the-us-illegally-authorities-say/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The pilot of a speedboat that capsized during a tour around the Statue of Liberty, drowning an infant and her mother, has been arrested by U.S. immigration authorities who say he was in the country illegally.]]></description><pubDate>Thu, 20 Aug 2026 18:06:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The pilot of a speedboat that capsized during a tour around the Statue of Liberty, drowning an infant and her mother, has been arrested by U.S. immigration authorities who say he was in the country illegally.</p><p>Manuel Ernesto Hernandez-Umana, who has a pending federal criminal case in connection with the Aug. 8 crash, lied to a border officer and falsely claimed he was a U.S. citizen when he entered the country in Texas in 2007, the Department of Homeland Security said Wednesday.</p><p>Hernandez-Umana, 46, a citizen of El Salvador, is being held at a U.S. Immigration and Customs Enforcement detention facility in Elizabeth, New Jersey, according to online records. Homeland Security Secretary Markwayne Mullin said he will eventually be deported.</p><p>Immigration authorities arrested him after he was released on bail in his criminal case, where he is charged with causing the deaths of 5-month old Antonella Garcia and 27-year-old Sara Sanchez through misconduct or neglect.</p><p>According to prosecutors, Hernandez-Umana wasn’t licensed by the U.S. Coast Guard, wasn’t aware of basic safety rules and told investigators he’d borrowed his friend’s personal vessel for the New York Harbor excursion. The boat was illegally chartered and overcrowded, prosecutors said.</p><p>“Once he faces justice for his crimes, we will make sure that he is swiftly removed from our country,” Mullin said in a statement.</p><p>Hernandez-Umana's lawyer, Amy Gallicchio, declined comment.</p><p>Hernandez, who had been living in Manville, New Jersey, was not required to enter a plea at his initial court appearance in the criminal case on Aug. 10. He wiped his eyes as he arrived to the courtroom, still wearing the T-shirt, swim trunks and water shoes he’d had on during the voyage. He is due back in court on Sept. 9.</p><p>According to Coast Guard investigators, Hernandez was piloting a 21-foot Yamaha AR210 with 14 people aboard — well over its 10 person capacity — when it swamped and sank as it made a U-turn in choppy waters. The tour began around 7 p.m. and the vessel capsized more than three hours into its journey.</p><p>The infant wasn’t wearing a life preserver because the boat didn’t have any for small children, prosecutors said. Instead, Hernandez told Sanchez she needed to wear a life vest and hold the infant throughout the hourslong tour, a violation of federal regulations, prosecutors said.</p><p>The tour was organized through Zeus Luxury Rental Inc., which advertises its services on social media platforms including Instagram and TikTok. A boat chartered by the company caught fire last year during a birthday cruise on Long Island Sound.</p><p>According to his criminal complaint, Hernandez told investigators he had worked for Zeus Luxury on a freelance or contract basis since last year, starting as a limousine driver. He said that twice recently he used his personal boat, a slightly larger Yamaha AR250, but used a friend’s boat on Aug. 8 because his needed repairs, the complaint said.</p><p>Messages seeking comment were sent to a phone number and email address listed on Zeus Luxury’s website. The phone number’s voicemail was full, according to an automated recording.</p><p>___</p><p>This story has been updated to correct that Homeland Security announced the arrest Wednesday, not Monday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DDDBUKOSEDQ556RO7PJMX5RH2M.jpg?auth=a183f26fa7f19d2fd7eff5910ba0b9498d8910df423bdb274e3f886cc27cf64e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manuel Hernandez leaves U.S. district court in Manhattan with his lawyer, Amy Gallicchio, on Monday, Aug. 10, 2026, after being charged in the deaths of two people in a boating accident in New York Harbor. (AP Photo/Larry Neumeister)]]></media:description><media:credit role="author" scheme="urn:ebu">Larry Neumeister</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IVOGP2WSBN7BATWN5246H6Y4VA.jpg?auth=cf960ffaf10dcb295af1352f1f5040153f28ed69e0909c08c526c37fa9cfc5b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The New York skyline and Statue of Liberty are seen on May 12, 2025. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Man with phone registered under name ‘Alex Boom’ calls in bomb threat to Salvation Army, cops say]]></title><link>https://www.local10.com/news/local/2026/08/20/man-with-phone-registered-under-name-alex-boom-calls-in-bomb-threat-to-salvation-army-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/man-with-phone-registered-under-name-alex-boom-calls-in-bomb-threat-to-salvation-army-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 63-year-old Hialeah man is facing a felony charge after deputies said he called in a bomb threat to the Salvation Army. ]]></description><pubDate>Thu, 20 Aug 2026 14:24:58 +0000</pubDate><content:encoded><![CDATA[<p>A 63-year-old Hialeah man is facing a felony charge after deputies said he called in a bomb threat to the Salvation Army in northwest Miami-Dade.</p><p><a href="https://www.local10.com/espanol/2026/08/20/hombre-con-telefono-registrado-bajo-el-nombre-alex-boom-hace-amenaza-de-bomba-al-ejercito-de-salvacion-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/hombre-con-telefono-registrado-bajo-el-nombre-alex-boom-hace-amenaza-de-bomba-al-ejercito-de-salvacion-dice-la-policia/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, a woman was working at the front desk of the Salvation Army located at 1907 NW 38th St. when she received two calls from the same number, saying the man on the phone requested to speak with a specific case worker supervisor. </p><p>The woman told deputies the name associated with the phone number was displayed as “Alex Boom.” </p><p>On the second call, authorities said the woman put the man on speaker, and that’s when she and a second witness heard him say, “You know who I am, there’s a live bomb in the building.”</p><p>The building was subsequently evacuated and searched for explosive devices by MDSO K9 units, deputies said. After several hours, the building was deemed safe and people were allowed back inside. </p><p>Investigators determined that the phone number where the calls came from belonged to Juan Carlos Siblia-Lopez, who deputies said lived with his mother in Hialeah. </p><p>According to an arrest form, Siblia-Lopez confirmed that his phone was registered under the name “Alex Boom” and later confessed to calling in the bomb threat. He was then charged with falsely reporting a bomb threat. </p><p>As of Thursday morning, Siblia-Lopez was being held at the Turner Guilford Knight Correctional Center with bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BABX22ASUNDLRMQYXWOLWPSG3E.jpg?auth=bf7e2cd46a2ea29aba5edcf3e85e0acfeaa785299ca347ad563d7d13c376dc46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Still recovering from Hurricane Lala, Hawaii prepares for a possible weekend cyclone]]></title><link>https://www.local10.com/news/2026/08/20/still-recovering-from-hurricane-lala-hawaii-prepares-for-a-possible-weekend-cyclone/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/still-recovering-from-hurricane-lala-hawaii-prepares-for-a-possible-weekend-cyclone/</guid><dc:creator><![CDATA[By JENNIFER SINCO KELLEHER and HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[HONOLULU (AP) — Communities still recovering from last weekend’s hurricane in Hawaii could get pounded again in coming days from another tropical system gaining strength over warm Pacific waters.]]></description><pubDate>Fri, 21 Aug 2026 01:32:54 +0000</pubDate><content:encoded><![CDATA[<p>HONOLULU (AP) — Communities still recovering from last weekend’s hurricane in Hawaii could get pounded again in coming days from another tropical system gaining strength over warm Pacific waters.</p><p>Hurricane Lala tore roofs off houses, uprooted trees, covered roads in mud and rocks and left many households without electricity. With thousands of homes and businesses still in the dark Thursday, forecasters warned yet another tropical cyclone is likely to approach the islands soon.</p><p>“We’re worried about people going through this again,” said John Bravender, a warning coordinator meteorologist with the National Weather Service in Honolulu. “Normally we would say pay attention to the forecast just in case. Now we’re saying take action now.”</p><p>He said a tropical depression was just starting to become more organized, and while the system is not expected to take exactly the same track or even dump potentially as much rain as Lala, the ground is already saturated from the recent hurricane.</p><p>The depression moving west and northwest could become a tropical storm in the coming hours and pass near or south of Hawaii's Big Island over the weekend or early next week, the U.S. Central Pacific Hurricane Center said. That system could dump up to 15 inches (38 centimeters) of rain on the Big Island and trigger life-threatening flooding, mudslides and rip currents, it added.</p><p>On Hawaii's Big Island, there's ‘tension in the air’</p><p>“There's definitely tension in the air'' at the thought of more rain in communities that floodwaters turned into rivers, said Tiffany Edwards Hunt, a teacher living in Keaau, on the east side of the Big Island. “There were some areas that were completely washed out.”</p><p>Some people paddled to safety on surfboards, she said.</p><p>Hunt went to the area's grocery store but hesitated to buy food in case the power goes out again. Her home was without electricity from Saturday to Monday, she said, but some neighborhoods were still in the dark days later.</p><p>The Hawaiian Electric utility said it expects nearly all affected customers on the Big Island to have power restored, except for certain remote and severely damaged areas.</p><p>Many families with limited resources are worried about spending more money to prepare for another storm, Hunt said Thursday.</p><p>“We’re at the beginning of the hurricane season,” she said. “We know how to pull it all off in our community. It’s just having to mentally and emotionally prepare for it.”</p><p>Hawaii Gov. Josh Green and other state officials, held a news conference Thursday afternoon to update Lala recovery progress and urge people to prepare for the next storm.</p><p>“These hurricanes are very serious. There were many houses that were destroyed,” Green said. He said the next storm could be similar in strength but there's still a lot of uncertainty though “we're going to prepare.”</p><p>Officials urged people low on emergency supplies after Lala to restock up to 14 days of food, pet food, medicine and other essentials and closely monitor the storm's progress.</p><p>A 93-year-old beloved teacher died fleeing Lala's floods</p><p>Residents found the body of a man in his 60s in a pasture Tuesday, a day after the recovery of the body of May Doi, 93, whom neighbors said was trying to escape from floodwaters in her home. Doi was a beloved former kindergarten teacher who taught generations of residents in a small town on the Big Island.</p><p>“She taught grandkids of her students,” said ʻĀina Akamu, a former student of Doi who is now a vice principal at a local school. “She was a fixture in this community.''</p><p>The highest total rainfall from Lala, 43.54 inches (1.1 meters), was recorded on the northeast coast of the Big Island, the National Weather Service said. Dozens of homes were washed from foundations, bridges were damaged and about 13,200 customers on the Big Island remained without power Thursday.</p><p>It could still be two weeks before all power is back on</p><p>Efforts to restore power in hard-hit areas of the Big Island could take at least two weeks, the Hawaiian Electric utility said.</p><p>Lala is the first major hurricane of 2026 in the Central Pacific Ocean. Now well west of Hawaii’s main islands, Lala had top sustained winds of 90 mph (150 kph) on Thursday and had begun pummeling the Papahanaumokuakea Marine National Monument — a remote area at the northwestern edge of the Hawaiian Archipelago. The impacts were being felt between Lisianski Island and Maro Reef, authorities said.</p><p>Forecasters said Lala would cross the waters of the marine national monument for a few days at hurricane strength despite some gradual weakening.</p><p>One charter boat heads far out to sea to avoid stormy weather</p><p>Even in that remote area, people were seeking safety. A charter boat carrying a 16-member crew dedicated to removing marine plastics and abandoned fishing nets from the shores of the Northwestern Hawaiian Islands got out of Lala’s projected path.</p><p>Kevin O’Brien, president of the nonprofit Papahanaumokuakea Marine Debris Project, said the vessel left Lisianski Island on Monday and headed hundreds of miles (kilometers) out to sea away from the storm.</p><p>“We were ready for it,” O’Brien said. “We keep on our toes out here during hurricane season.”</p><p>___</p><p>Ramer reported from Concord, New Hampshire. Associated Press writer John Raby in Charleston, West Virginia, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7NSETIZSCRRKGIGNSMJC4L3QIQ.jpg?auth=fa346a3fec65730499eaed233ade5a77d2311f016c12dfe5d1c25b6bec6b04ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image provided by NOAA shows Hurricane Lala on Thursday, Aug. 20, 2026, in the Pacific Ocean northeast of Hawaii. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/IQO7XHPYYST7AI3OTYBSPVVPN4.jpg?auth=85ac12c8b38e9f50f0c9c98ca9d6127ada78457917a36ffc3243eeb10b0d45c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A roadway is washed out by mud on Monday, Aug. 17, 2026, in Naalehu, Hawaii, following heavy rains from Hurricane Lala. (Aina Akamu via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aina Akamu</media:credit></media:content></item><item><title><![CDATA[Hombre con teléfono registrado bajo el nombre “Alex Boom” hace amenaza de bomba al Ejército de Salvación, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/hombre-con-telefono-registrado-bajo-el-nombre-alex-boom-hace-amenaza-de-bomba-al-ejercito-de-salvacion-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/hombre-con-telefono-registrado-bajo-el-nombre-alex-boom-hace-amenaza-de-bomba-al-ejercito-de-salvacion-dice-la-policia/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un hombre de Hialeah de 63 años enfrenta un cargo por delito grave después de que agentes dijeran que hizo una amenaza de bomba al Ejército de Salvación.]]></description><pubDate>Thu, 20 Aug 2026 15:25:23 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Hialeah de 63 años enfrenta un cargo por delito grave después de que agentes dijeron que hizo una amenaza de bomba al Ejército de Salvación en el noroeste de Miami-Dade.</p><p>Según la Oficina del Sheriff de Miami-Dade, una mujer trabajaba en la recepción del Ejército de Salvación, ubicado en 1907 NW 38th St., cuando recibió dos llamadas del mismo número, en las que el hombre al teléfono pidió hablar con un supervisor específico de trabajadores de casos.</p><p>La mujer dijo a los agentes que el nombre asociado con el número de teléfono aparecía como “Alex Boom”.</p><p>En la segunda llamada, las autoridades dijeron que la mujer puso al hombre en altavoz, y fue entonces cuando ella y un segundo testigo lo escucharon decir: “Ustedes saben quién soy, hay una bomba activa en el edificio”.</p><p>Posteriormente, el edificio fue evacuado y unidades K9 de MDSO lo registraron en busca de artefactos explosivos, dijeron los agentes. Después de varias horas, se determinó que el edificio era seguro y se permitió que las personas volvieran a entrar.</p><p>Los investigadores determinaron que el número de teléfono desde el que se hicieron las llamadas pertenecía a Juan Carlos Siblia-Lopez, quien, según los agentes, vivía con su madre en Hialeah.</p><p>Según un informe de arresto, Siblia-Lopez confirmó que su teléfono estaba registrado bajo el nombre “Alex Boom” y posteriormente confesó haber hecho la amenaza de bomba. Luego fue acusado de reportar falsamente una amenaza de bomba.</p><p>Hasta la mañana del jueves, Siblia-Lopez permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza que figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BABX22ASUNDLRMQYXWOLWPSG3E.jpg?auth=bf7e2cd46a2ea29aba5edcf3e85e0acfeaa785299ca347ad563d7d13c376dc46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Opa-locka mom used 13-year-old daughter as robbery getaway driver, police say]]></title><link>https://www.local10.com/news/local/2026/08/20/opa-locka-mom-used-13-year-old-daughter-as-her-robbery-getaway-driver-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/opa-locka-mom-used-13-year-old-daughter-as-her-robbery-getaway-driver-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[An Opa-locka woman is facing three felony charges after police said she enlisted her 13-year-old daughter as her getaway driver after committing a robbery at an auto parts store on Wednesday afternoon.]]></description><pubDate>Thu, 20 Aug 2026 15:15:32 +0000</pubDate><content:encoded><![CDATA[<p>An Opa-locka woman is facing three felony charges after police said she enlisted her 13-year-old daughter as her getaway driver after committing a robbery at an auto parts store on Wednesday afternoon.</p><p><a href="https://www.local10.com/espanol/2026/08/20/madre-de-opa-locka-uso-a-su-hija-de-13-anos-como-conductora-de-fuga-durante-robo-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/madre-de-opa-locka-uso-a-su-hija-de-13-anos-como-conductora-de-fuga-durante-robo-dice-la-policia/">Leer en español</a></p><p>Opa-locka police said Aviouse Lucas, 41, walked into the Advance Auto Parts at 13400 NW 27th Ave. at around 4:15 p.m., grabbed several items without paying and left the store.</p><p>When confronted by a store employee, police said Lucas “placed her hand inside the purse area of her clothing” and said, “I have a gun and will shoot.”</p><p>Police said the employee backed off as Lucas got in her BMW with two of her children, aged 4 and 13, inside. Her 13-year-old daughter was the one behind the wheel and drove her off, police said.</p><p>Authorities said the employee provided vehicle and license plate information and they they went to Lucas’ home on Northwest 142nd Lane, finding both Lucas and the BMW there.</p><p>Police said she admitted to the robbery, having her children inside and having her 13-year-old be her getaway driver.</p><p>Officers arrested Lucas on charges of armed robbery, child abuse and contributing to the delinquency of a minor.</p><p>She was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” as of Thursday morning, records show.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XNBIA7I3YJDO5CC4EVYA7XLWVU.jpg?auth=4655d56f67c083274513e4336179b3754663a6a14bb3e4216da2dd8565d321be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aviouse Lucas]]></media:description></media:content></item><item><title><![CDATA[Madre de Opa-locka usó a su hija de 13 años como conductora de fuga durante robo, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/madre-de-opa-locka-uso-a-su-hija-de-13-anos-como-conductora-de-fuga-durante-robo-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/madre-de-opa-locka-uso-a-su-hija-de-13-anos-como-conductora-de-fuga-durante-robo-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de Opa-locka enfrenta tres cargos por delitos graves después de que la policía dijera que utilizó a su hija de 13 años como conductora de fuga tras cometer un robo en una tienda de autopartes la tarde del miércoles.]]></description><pubDate>Thu, 20 Aug 2026 15:22:57 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Opa-locka enfrenta tres cargos por delitos graves después de que la policía dijera que utilizó a su hija de 13 años como conductora de fuga tras cometer un robo en una tienda de autopartes la tarde del miércoles.</p><p>La policía de Opa-locka dijo que Aviouse Lucas, de 41 años, entró al Advance Auto Parts ubicado en 13400 NW 27th Ave. alrededor de las 4:15 p.m., tomó varios artículos sin pagar y salió de la tienda.</p><p>Cuando una empleada de la tienda la confrontó, la policía dijo que Lucas “colocó la mano dentro del área del bolso de su ropa” y dijo: “Tengo un arma y dispararé”.</p><p>La policía dijo que la empleada retrocedió mientras Lucas subió a su BMW, donde estaban dos de sus hijas, de 4 y 13 años. Su hija de 13 años era quien estaba al volante y se alejó conduciendo, dijo la policía.</p><p>Las autoridades dijeron que la empleada proporcionó información sobre el vehículo y la matrícula, y acudieron a la vivienda de Lucas en Northwest 142nd Lane, donde encontraron tanto a Lucas como el BMW.</p><p>La policía dijo que ella admitió haber cometido el robo, haber tenido a sus hijas dentro del vehículo y haber hecho que su hija de 13 años fuera su conductora de fuga.</p><p>Los agentes arrestaron a Lucas por cargos de robo a mano armada, abuso infantil y contribuir a la delincuencia de una menor.</p><p>Lucas permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza que figuraba como “por determinar” hasta la mañana del jueves, según muestran los registros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XNBIA7I3YJDO5CC4EVYA7XLWVU.jpg?auth=4655d56f67c083274513e4336179b3754663a6a14bb3e4216da2dd8565d321be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aviouse Lucas]]></media:description></media:content></item><item><title><![CDATA[Atlántico podría activarse a finales de la próxima semana mientras Hawái enfrenta otra amenaza de tormenta para el fin de semana]]></title><link>https://www.local10.com/espanol/2026/08/20/atlantico-podria-activarse-a-finales-de-la-proxima-semana-mientras-hawai-enfrenta-otra-amenaza-de-tormenta-para-el-fin-de-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/atlantico-podria-activarse-a-finales-de-la-proxima-semana-mientras-hawai-enfrenta-otra-amenaza-de-tormenta-para-el-fin-de-semana/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El Atlántico permanecerá en una pausa de actividad de huracanes al menos hasta principios de la próxima semana.]]></description><pubDate>Thu, 20 Aug 2026 15:17:32 +0000</pubDate><content:encoded><![CDATA[<p>El Atlántico permanecerá en una pausa de actividad de huracanes al menos hasta principios de la próxima semana.</p><p>Sin embargo, como comentamos en el boletín de ayer, los modelos de pronóstico a más largo plazo continúan indicando la posibilidad de desarrollo hacia finales de la próxima semana, con una fuerte onda tropical emergiendo sobre el Atlántico oriental alrededor del próximo martes o miércoles (25-26 de agosto).</p><figure><img src="https://www.local10.com/resizer/v2/KJBJQBFEKRAM5HJLDVGRH54QMM.png?auth=8d88b1a829e0d0c3d894ffce568c91e938b1c3b616bd2acb734094a8651b62bd&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org.</figcaption></figure><p>El desarrollo de este próximo candidato no está garantizado de ninguna manera, pero la señal ha sido la más pronunciada que hemos visto entre todos los principales modelos y grupos de modelos (modelos de inteligencia artificial y modelos tradicionales basados en la física). Vimos que algunos modelos mostraron mayor actividad con las dos ondas anteriores, Invest 92L e Invest 94L, solo para perder fuerza en ciclos posteriores a medida que las ondas se disipaban. E incluso con esta, estamos viendo cierta indecisión entre las distintas ejecuciones de los modelos, con DeepMind de Google moderando su entusiasmo inicial en las ejecuciones nocturnas.</p><figure><img src="https://www.local10.com/resizer/v2/OQGUB43HJJBO5LEUAVMO7K3JYM.gif?auth=8478858bd11442674e007990590b43f46254b6f37b15da32164e778b8ab594c3&smart=true&width=1200&height=900" alt="Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala.</figcaption></figure><p>Sin embargo, la diferencia entre mediados de agosto, con las dos ondas anteriores, y finales de agosto, con la que se aproxima, es notable, y el Atlántico está mejor preparado para favorecer el desarrollo a finales de agosto y principios de septiembre que apenas unas semanas antes, algo que conocemos bien por la climatología.</p><p>Los sistemas de esta temporada tendrán dificultades en gran medida, pero desde finales de agosto hasta mediados de octubre es algo parecido a julio en el sur. Incluso en los días “frescos”, todavía puede sentirse calor. Una ola de calor en julio se siente diferente a una en marzo, y por eso permanecemos atentos en esta época del año. La temporada de huracanes tiende a darnos el equivalente de olas de calor en forma de tormentas para septiembre, incluso en años “frescos”.</p><p>La buena noticia a finales de agosto y principios de septiembre es que las amenazas a menudo, aunque ciertamente no siempre, se originan sobre el amplio Atlántico abierto, lo que nos da bastante tiempo para observar y prepararnos. Evidentemente, ese es el caso aquí y, de cualquier manera, tenemos bastante tiempo para seguir las tendencias.</p><p>Por ahora, no anticipamos ninguna amenaza tropical en el lado del Atlántico al menos hasta finales de la próxima semana.</p><h3><b>¿Otro posible impacto cercano para Hawái este fin de semana?</b></h3><p>Mientras tanto, en el Pacífico central, no podemos ofrecer las mismas garantías a Hawái, donde las autoridades todavía están evaluando los daños y apenas comienzan los esfuerzos de recuperación tras el paso de Lala el fin de semana pasado.</p><p>Invest 90E, ubicado a unas 1,000 millas al sureste de Hawái, se espera que se organice gradualmente hasta convertirse en una depresión tropical y una tormenta con nombre (Moke, pronunciado MOH-keh) en los próximos días mientras avanza en dirección general hacia Hawái.</p><figure><img src="https://www.local10.com/resizer/v2/XYNSRHMPZJCFBNYU5IENPDMBRI.png?auth=f3e8a9815bc254d728c41aa921a02024e242f6ef0221dcdbbf8b648c9b5789b4&smart=true&width=1200&height=900" alt="Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>Es demasiado pronto para saber si la futura Moke representará una amenaza directa para las islas, pero los modelos sugieren que podría estar en las cercanías para este próximo fin de semana.</p><p>Hasta que el sistema se forme por completo, los modelos serán inestables y, por ahora, este es simplemente un sistema que las personas en el estado, y particularmente en la Isla Grande, deben monitorear. Al menos por ahora, las condiciones no parecen tan favorables para el fortalecimiento como lo fueron con Lala, pero no se necesita el impacto directo de un huracán para causar problemas, especialmente en lugares con infraestructura debilitada y ríos que aún permanecen crecidos debido a las lluvias históricas de Lala.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AOCA25ZLZVH7JJMBNFBIRLEJ24.png?auth=c6f40430d53046cae1ec6308eb688e911c4869419bfb91ec59f65f19966e73ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Eastern Pacific satellite early Thursday showing Invest 90E about 1,000 miles southeast of Hawaii. The system is expected to strengthen into Tropical Storm Moke in the days ahead and could threaten parts of Hawaii by this weekend. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Alibaba quarterly profit drops 75% as AI investment spending grows]]></title><link>https://www.local10.com/tech/2026/08/20/alibaba-quarterly-profit-drops-75-as-ai-investment-spending-grows/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/20/alibaba-quarterly-profit-drops-75-as-ai-investment-spending-grows/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — China’s technology giant Alibaba on Thursday reported a 75% drop in profit for the latest quarter as it invested big in artificial intelligence infrastructure, even as revenue coming from its AI-related services gained 45%.]]></description><pubDate>Thu, 20 Aug 2026 15:05:43 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — China’s technology giant Alibaba on Thursday reported a 75% drop in profit for the latest quarter as it invested big in artificial intelligence infrastructure, even as revenue coming from its AI-related services gained 45%.</p><p>The Hong Kong- and U.S.-listed company, which started out in e-commerce and online retail but is increasingly focused on AI technologies, said that its profit for April-June was at 10.5 billion yuan ($1.6 billion), down from 43.1 billion yuan ($6.4 billion) the same quarter last year.</p><p>Quarterly revenue grew 9% to almost 269 billion yuan (nearly $40 billion), with revenue from its AI cloud and compute services up 45% to 48.4 billion yuan ($7.2 billion).</p><p>But capital expenditures, including investments in AI infrastructure to meet customer demand, jumped 75% to 67.7 billion yuan (about $10 billion) during the quarter, weighing on profits.</p><p>Alibaba attributed the significant increase in spendings to factors including “fluctuations” in procurement cycles, increase in CPU, or central processing unit, compute capacity in anticipation of growing customer adoption of AI “agents” and higher pricing of chip components.</p><p>“As we continue to ramp up our supply, our AI and Cloud revenue growth will accelerate further in the coming quarters, alongside continued improvement in profitability,” said Alibaba CEO Eddie Wu in prepared remarks during an earnings conference.</p><p>Alibaba’s U.S.-traded shares fell more than 3% Thursday.</p><p>Alibaba, one of China’s biggest companies, said last year it planned to invest at least 380 billion yuan (about $56 billion) over three years in cloud computing and AI infrastructure.</p><p>It has been making advances with its flagship Qwen AI and has launched “agentic” AI services for commercial customers. In July, it previewed its Qwen3.8-Max AI model which the company said was “second only” to Anthropic’s Claude Fable 5.</p><p>It has also pledged an ambitious goal of surpassing $100 billion in terms of annual AI and cloud revenue within the next five years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GMUK63SFKR2WJNPXKXVZSNXVHI.jpg?auth=66805fb6f7ccde4b22ce9e585106d578cac498669a848a970523557b1cb5e756&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A visitor walks in front of Alibaba booth during the 3rd China International Supply Chain Expo at the China International Exhibition Center, in Beijing, China, Friday, July 18, 2025. (AP Photo/Mahesh Kumar A., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahesh Kumar A.</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C34FAKPBAMQAXYQZSEFFGMIATQ.jpg?auth=fec619f867c24d14bda7ba13fab3caf67ea00e9b7b39e06e8edb9390e9109eee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitantes passam pelo estande da Alibaba, perto de um cartaz onde se lê “Fique tranquilo entregando a IA para a Ali Cloud”, na Conferência Mundial de IA, realizada em Xangai, 17 de julho de 2026. (Foto AP/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Rio de Janeiro's Maracana Stadium to host opening game and final of 2027 Women's World Cup]]></title><link>https://www.local10.com/sports/2026/08/20/rio-de-janeiros-maracana-stadium-to-host-opening-game-and-final-of-2027-womens-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/rio-de-janeiros-maracana-stadium-to-host-opening-game-and-final-of-2027-womens-world-cup/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — The Maracana Stadium in Rio de Janeiro will host the opening match and the final of the Women’s World Cup next year, FIFA announced Thursday.]]></description><pubDate>Thu, 20 Aug 2026 15:12:57 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — The Maracana Stadium in Rio de Janeiro will host the opening match and the final of the Women’s World Cup next year, FIFA announced Thursday.</p><p>Brazil is the first South American nation to host the tournament and will play in the opener on June 24 against a yet-to-be-determined opponent in the 73,000 seat Maracana, which also hosted the 2014 men's World Cup final.</p><p>The hosts will also play in Sao Paulo and Brasilia during the group phase of the 32-team competition spread across eight Brazilian cities.</p><p>The final is scheduled for July 25.</p><p>The Maracana is one of soccer's most iconic venues, having hosted the decisive match of the 1950 men's World Cup, with Uruguay crowned champions after beating the hosts 2-1. In the final of the 2014 edition, Germany lifted its fourth title after a 1-0 extra-time win against Lionel Messi's Argentina.</p><p>So far, only Sweden’s Rasunda Stadium and California’s Rose Bowl have hosted both the men’s and women’s World Cup finals.</p><p>Spain is the defending champion. Brazil has never won the title.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DYLYDSKBPZ5L2CF7HN5A3NEKG4.jpg?auth=210693b94b310c38f2a276d2c11657abf6f3fa6922840c8ecb2484f301583cf6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view of the Maracana stadium during its renovation ahead of the 2014 World Cup soccer tournament in Rio de Janeiro, Brazil, Monday, May 30, 2011. (AP Photo/Felipe Dana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Felipe Dana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3HULJZ3Q7ZAKNLFADX2J32F6LA.jpg?auth=07d4f29f35fdb1d58995305f7937ebc07b2ce673a91458dbd7585cf8770ee412&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view of the closing ceremony before the World Cup final soccer match between Germany and Argentina at the Maracana Stadium in Rio de Janeiro, July 13, 2014. (AP Photo/Hassan Amma, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item></channel></rss>