<?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>Tue, 21 Jul 2026 15:07:41 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Motorcyclist killed in crash involving SUV in North Miami, police say]]></title><link>https://www.local10.com/news/local/2026/07/21/motorcyclist-killed-in-crash-involving-suv-in-north-miami-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/motorcyclist-killed-in-crash-involving-suv-in-north-miami-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Authorities are investigating a crash that left a motorcyclist dead Tuesday morning.]]></description><pubDate>Tue, 21 Jul 2026 12:21:55 +0000</pubDate><content:encoded><![CDATA[<p>Authorities are investigating a crash in North Miami that left a motorcyclist dead Tuesday morning.</p><p><a href="https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/">Leer en español</a></p><p>According to North Miami police, the crash occurred in the area of Northwest 135<sup>th</sup> Street and Seventh Avenue.</p><p>Police said a motorcycle and SUV collided in the area, and the motorcyclist died from his or her injuries.</p><p>North Miami police confirmed that they are “handling the traffic crash,” while the Miami-Dade Sheriff’s Office Traffic Homicide Unit is conducting a traffic homicide investigation.</p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BBCJC5COYVHYLEJ7KIIMHM6V2I.png?auth=49b94feab66c21fad4f040b31d0e1d4f2ec3fea2d7d3131e7425e25f0d3b79aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Policía: Motociclista muere en accidente con una SUV en North Miami ]]></title><link>https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Autoridades investigan accidente ocurrido en North Miami en el que fallece un motociclista.]]></description><pubDate>Tue, 21 Jul 2026 15:00:54 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades investigan un accidente ocurrido en North Miami en el que falleció un motociclista el martes por la mañana.</p><p>Según la policía de North Miami, el accidente tuvo lugar en la zona de la calle Northwest 135 y la Séptima Avenida.</p><p>La policía informó de que una motocicleta y un todoterreno colisionaron en la zona, el motociclista falleció a causa de sus lesiones.</p><p>La policía de North Miami confirmó que está “ocupándose del accidente de tráfico”, mientras que la Unidad de Homicidios de Tráfico de la Oficina del Sheriff de Miami-Dade lleva a cabo una investigación por homicidio de tráfico.</p><p>No se han dado a conocer más detalles por el momento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BBCJC5COYVHYLEJ7KIIMHM6V2I.png?auth=49b94feab66c21fad4f040b31d0e1d4f2ec3fea2d7d3131e7425e25f0d3b79aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Man previously accused of dumping feces-filled backpack on ex now faces vehicle homicide charge: Cops ]]></title><link>https://www.local10.com/news/local/2026/07/21/man-previously-accused-of-dumping-feces-filled-backpack-on-ex-now-faces-vehicle-homicide-charge-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/man-previously-accused-of-dumping-feces-filled-backpack-on-ex-now-faces-vehicle-homicide-charge-cops/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Coral Springs man already facing charges in a domestic violence case is back behind bars for the second time this month after Margate police arrested him in connection with an unrelated fatal crash that occurred earlier this year, which they say was caused by “reckless” speeding.]]></description><pubDate>Tue, 21 Jul 2026 14:41:22 +0000</pubDate><content:encoded><![CDATA[<p>A Coral Springs man already <a href="https://www.local10.com/news/local/2026/07/08/coral-springs-man-accused-of-choking-ex-girlfriend-dumping-feces-filled-backpack-on-her-as-payback/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/08/coral-springs-man-accused-of-choking-ex-girlfriend-dumping-feces-filled-backpack-on-her-as-payback/">facing charges in a domestic violence case</a> is back behind bars for the second time this month after Margate police arrested him in connection with an unrelated fatal crash that occurred earlier this year, which they say was caused by “reckless” speeding.</p><p><a href="https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/">Leer en español</a></p><p>Jail records show Daniel Edward Niemiec, who turns 21 on Sunday, was arrested Monday by the Margate Police Department on one count of vehicular homicide and four traffic-related charges involving damage to a person or property.</p><p>According to his arrest report, the crash occurred Feb. 2 in the 4900 block of West Atlantic Boulevard in Margate. </p><p>Investigators said Niemiec was driving a 2025 Lexus NX350H eastbound on Atlantic Boulevard when a Kia began making a left turn. </p><p>They said the Lexus struck the passenger-side doors of the Kia before the vehicles collided a second time, with the driver’s side of the Lexus hitting the Kia’s passenger-side rear quarter panel.</p><p>Police said the second impact caused the Kia to spin multiple times before coming to a rest on a nearby median. They said Niemiec’s Lexus then crashed into an electrical light pole.</p><p>According to investigators, the male passenger in the Kia, whose name and age were redacted from the arrest report, had to be extricated by the Margate Fire Department and was taken to a nearby hospital, where he was pronounced dead.</p><p>The Kia’s driver was also hospitalized with injuries to her stomach and legs, police said.</p><p>“Prior to the crash, multiple witnesses described the Lexus driving erratically at a high rate of speed and weaving in and out of traffic,” investigators wrote in the report.</p><p>Police said investigators determined Niemiec was traveling about 90 mph with a 22% accelerator input just before impact in a 45- mph zone.</p><p>After reviewing surveillance video, investigators concluded Niemiec was “operating the Lexus in a reckless manner,” resulting in the passenger’s death and injuries to the Kia’s driver, the report stated.</p><p>The arrest marks Niemiec’s second this month.</p><p>Coral Springs police arrested him July 2 after accusing him of choking his ex-girlfriend and dumping a backpack filled with feces, urine, hot sauce, soda, ketchup and other fluids at her home as “payback” over suspicions she had been unfaithful. </p><p>Investigators alleged Niemiec admitted to filling the backpack with the substances because it would be “payback for her cheating.”</p><p>In that case, Niemiec is facing two counts of domestic battery and one count of domestic battery by strangulation, according to jail records. </p><p>As of Tuesday morning, he was being held at the Broward County Main Jail on a $100,000 bond. A judge also ordered him to wear a GPS monitor.</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/K2F6L7DC5VCIDIU67YTPONEEDA.jpg?auth=97a8b637a4505e3a4d240c8e5401c322b7c66febf83052a69003d1cf6a139833&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre acusado previamente de tirar mochila llena de heces a su ex, ahora enfrenta cargo de homicidio por atropello, según Policía]]></title><link>https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Coral Springs, vuelve a la cárcel tras ser arrestado en relación con un accidente fatal causado por conducir a exceso de velocidad de manera “temeraria”.]]></description><pubDate>Tue, 21 Jul 2026 14:53:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Coral Springs que ya <a href="https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/">enfrentaba cargos en un caso de violencia doméstica </a>volvió a la cárcel por segunda vez este mes, luego de que la Policía de Margate lo arrestara en relación con un accidente fatal no relacionado ocurrido a principios de este año que, según las autoridades, fue causado por conducir a exceso de velocidad de manera “temeraria”.</p><p>Los registros de la cárcel muestran que Daniel Edward Niemiec, quien cumplirá 21 años el domingo, fue arrestado el lunes por el Departamento de Policía de Margate y enfrenta un cargo de homicidio vehicular y cuatro cargos relacionados con infracciones de tránsito que ocasionaron daños a una persona o propiedad.</p><p>Según el reporte de arresto, el accidente ocurrió el 2 de febrero en la cuadra 4900 de West Atlantic Boulevard, en Margate.</p><p>Los investigadores dijeron que Niemiec conducía un Lexus NX350H modelo 2025 en dirección este por Atlantic Boulevard cuando un Kia comenzó a girar a la izquierda.</p><p>Indicaron que el Lexus impactó las puertas del lado del pasajero del Kia antes de que ambos vehículos chocaran por segunda vez, cuando el lado del conductor del Lexus golpeó el panel trasero del lado del pasajero del Kia.</p><p>La policía informó que el segundo impacto hizo que el Kia girara varias veces antes de detenerse en el separador central de la vía. Agregaron que el Lexus de Niemiec luego chocó contra un poste de alumbrado eléctrico.</p><p>Según los investigadores, el pasajero del Kia, cuyo nombre y edad fueron censurados en el reporte de arresto, tuvo que ser rescatado por el Departamento de Bomberos de Margate y fue trasladado a un hospital cercano, donde fue declarado muerto.</p><p>La conductora del Kia también fue hospitalizada con lesiones en el abdomen y las piernas, informó la policía.</p><p>“Antes del accidente, varios testigos describieron al Lexus conduciendo de manera errática, a alta velocidad y zigzagueando entre el tráfico”, escribieron los investigadores en el reporte.</p><p>La policía indicó que los investigadores determinaron que Niemiec conducía a unas 90 mph con un 22 % de presión sobre el acelerador justo antes del impacto en una zona con límite de velocidad de 45 mph.</p><p>Tras revisar videos de vigilancia, los investigadores concluyeron que Niemiec “operaba el Lexus de manera temeraria”, lo que provocó la muerte del pasajero y las lesiones de la conductora del Kia, señala el reporte.</p><p>Este arresto marca el segundo de Niemiec en lo que va del mes.</p><p>La Policía de Coral Springs lo arrestó el 2 de julio tras acusarlo de estrangular a su ex novia y arrojar una mochila llena de heces, orina, salsa picante, refresco, kétchup y otros líquidos en la vivienda de ella como “venganza” por sospechar que le había sido infiel.</p><p>Los investigadores alegan que Niemiec admitió haber llenado la mochila con esas sustancias porque sería una “venganza por haberle sido infiel”.</p><p>En ese caso, Niemiec enfrenta dos cargos de agresión física en un caso de violencia doméstica y un cargo de agresión física por estrangulamiento en un caso de violencia doméstica, según los registros de la cárcel.</p><p>Hasta la mañana del martes, permanecía detenido en la cárcel principal del condado Broward con una fianza de $100,000 USD. Un juez también le ordenó usar un monitor GPS.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K2F6L7DC5VCIDIU67YTPONEEDA.jpg?auth=97a8b637a4505e3a4d240c8e5401c322b7c66febf83052a69003d1cf6a139833&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man shot in leg during attempted robbery in Opa-locka, police say]]></title><link>https://www.local10.com/news/local/2026/07/21/man-shot-in-leg-during-attempted-robbery-in-opa-locka-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/man-shot-in-leg-during-attempted-robbery-in-opa-locka-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was shot in the leg Monday night during an attempted robbery at a townhome community in Opa-locka, authorities said.]]></description><pubDate>Tue, 21 Jul 2026 14:27:19 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot in the leg Monday night during an attempted robbery at a townhome community in Opa-locka, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/">Leer en español</a></p><p>According to police, the shooting was reported at The Mirage at Sailboat Cove complex in the 1800 block of Northwest 143<sup>rd</sup> Terrace.</p><p>Police said the victim was shot once in the leg after several unknown males approached him and tried to rob him.</p><p>Miami-Dade Fire Rescue medics responded to the scene and treated the victim.</p><p>Police confirmed that OLPD’s Criminal Investigation Unit is investigating the incident.</p><p>No other details were immediately released.</p><p>Anyone with information about the attempted robbery and shooting is asked to call the Opa-locka Police Department or Miami-Dade Crime Stoppers at 305-471-8477. </p><p>“We urge all residents to remain vigilant and report any suspicious activity or emergencies promptly to local authorities,” OLPD said in a news release. “The safety and security of our community are paramount, and we appreciate the cooperation of all residents in maintaining a safe environment for everyone.”</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/UQOQZOCAQ5HE7OKBWCXPB3S5FA.jpeg?auth=74088a2db7c90fceaf5ff9bbc280ac0ce2d70740f5bab468eb364e66f1104f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Judge approves a $1.5B Anthropic settlement over pirated books used to train the Claude chatbot]]></title><link>https://www.local10.com/business/2026/07/21/judge-approves-a-15b-anthropic-settlement-over-pirated-books-used-to-train-the-claude-chatbot/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/judge-approves-a-15b-anthropic-settlement-over-pirated-books-used-to-train-the-claude-chatbot/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — A federal judge has approved a $1.5 billion copyright settlement in which artificial intelligence company Anthropic will pay thousands of authors about $3,000 per book after using pirated copies of their works to train its Claude chatbot.]]></description><pubDate>Tue, 21 Jul 2026 14:41:53 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — A federal judge has approved a $1.5 billion copyright settlement in which artificial intelligence company Anthropic will pay thousands of authors about $3,000 per book after using pirated copies of their works to train its Claude chatbot.</p><p>District Judge Araceli Martínez-Olguín said in a Monday ruling that the class-action settlement provides “meaningful relief” to affected authors and publishers.</p><p>About 91% of the more than 482,000 books covered by the ruling have been claimed by authors or publishers who are now due payment.</p><p>Plaintiff attorney Justin Nelson said in a statement that the settlement was "the largest known copyright recovery in history. We look forward to making distributions to the Class as promptly as possible.”</p><p>U.S. District Judge William Alsup issued the preliminary approval in San Francisco federal court last September and has since retired. Alsup had dealt the case a mixed ruling last summer, finding that training AI chatbots on copyrighted books wasn’t illegal but that Anthropic wrongfully acquired millions of books through pirate websites.</p><p>Bestselling thriller novelist Andrea Bartz first brought the suit with two other authors in 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGSFOZSYJ4W6QSXLD2UI3MNQVA.jpg?auth=dd11e316b33adec03d79724fc738a04aadb34761977614d705d300aa6bcc7800&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Thriller novelist Andrea Bartz is photographed in her home, in the Brooklyn borough of New York, Sept. 4, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Balean a hombre en una pierna durante un intento de robo en Opa-locka, dice la policía ]]></title><link>https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre recibió un disparo al intentar robarle en el fraccionamiento The Mirage at Sailboat Cove, en Opa-locka.]]></description><pubDate>Tue, 21 Jul 2026 14:38:56 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre recibió un disparo en una pierna la noche del lunes durante un intento de robo en un fraccionamiento de casas en Opa-locka, informaron las autoridades.</p><p>Según la policía, la balacera fue reportada en el fraccionamiento The Mirage at Sailboat Cove, ubicado en la cuadra 1800 de Northwest 143rd Terrace.</p><p>La policía indicó que la víctima recibió un disparo en una pierna luego de que varios hombres desconocidos se le acercaran e intentaran robarle.</p><p>Paramédicos de Miami-Dade Fire Rescue respondieron al lugar y atendieron a la víctima.</p><p>La policía confirmó que la Unidad de Investigaciones Criminales del Departamento de Policía de Opa-locka investiga el incidente.</p><p>No se dieron a conocer de inmediato más detalles.</p><p>Cualquier persona con información sobre el intento de robo y la balacera debe comunicarse con el Departamento de Policía de Opa-locka o con Miami-Dade Crime Stoppers al 305-471-8477.</p><p>“Instamos a todos los residentes a mantenerse vigilantes y reportar de inmediato cualquier actividad sospechosa o emergencia a las autoridades locales”, indicó el Departamento de Policía de Opa-locka en un comunicado de prensa. “La seguridad de nuestra comunidad es primordial y agradecemos la cooperación de todos los residentes para mantener un entorno seguro para todos”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQOQZOCAQ5HE7OKBWCXPB3S5FA.jpeg?auth=74088a2db7c90fceaf5ff9bbc280ac0ce2d70740f5bab468eb364e66f1104f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[July 21: South Florida remains on drier side of Bertha]]></title><link>https://www.local10.com/weather/2026/07/21/july-21-south-florida-remains-on-drier-side-of-bertha/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/21/july-21-south-florida-remains-on-drier-side-of-bertha/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[South Florida remains situated between Tropical Storm Bertha in the northern Gulf and an area of high pressure in the Atlantic.]]></description><pubDate>Tue, 21 Jul 2026 14:37:52 +0000</pubDate><content:encoded><![CDATA[<p>South Florida remains situated between Tropical Storm Bertha in the northern Gulf and an area of high pressure in the Atlantic. This will keep a persistent southeast wind around through midweek as drier air keeps rain chances low. Temperatures are heating up quickly into the afternoon as highs returns to the lower 90s with heat indices in the triple digits. A lower storm chance today will keep conditions very warm into the evening with overnight temperatures in the lower 80s under a partly cloudy sky. Some coastal showers could arrive by Wednesday morning which may impact your morning commute. Showers and storms will then move inland into the afternoon, with highs remaining in the lower 90s.</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[Bertha forms, expected to remain weak and lopsided as it skirts the northern Gulf Coast ]]></title><link>https://www.local10.com/weather/hurricane/2026/07/21/bertha-forms-expected-to-remain-weak-and-lopsided-as-it-skirts-the-northern-gulf-coast/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/21/bertha-forms-expected-to-remain-weak-and-lopsided-as-it-skirts-the-northern-gulf-coast/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[NOAA Hurricane Hunters investigating Tropical Depression Two Monday evening, centered about 120 miles south of Panama City Beach, Florida, in the northeastern Gulf, found winds of 40 mph – the threshold for tropical storm strength – supporting its upgrade to Tropical Storm Bertha, the second named storm of the 2026 Atlantic hurricane season. ]]></description><pubDate>Tue, 21 Jul 2026 13:51:41 +0000</pubDate><content:encoded><![CDATA[<p>NOAA Hurricane Hunters investigating Tropical Depression Two Monday evening, centered about 120 miles south of Panama City Beach, Florida, in the northeastern Gulf, found winds of 40 mph – the threshold for tropical storm strength – supporting its upgrade to Tropical Storm Bertha, the second named storm of the 2026 Atlantic hurricane season. </p><p><a href="https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/CCXGLBKVR5GRNJOKXNE7PM2REY.PNG?auth=7fbd24573720370128b2d4396b5983091d27f88803e160f7aaabee2c2046b88f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>On average over the past 30 years, the <a href="https://www.nhc.noaa.gov/climo/" rel=""><u>second named storm has formed on July 17</u></a> in the Atlantic basin. </p><h3><b>Bertha’s disheveled appearance a sign of its struggles</b> </h3><p>Hurricane Hunters flying Bertha Tuesday morning found pressures down slightly from earlier missions with thunderstorms trying to build near or over to its earlier exposed center, which could give the storm a brief window to organize further today. That said, wind shear is high and is forecast to only strengthen in the days ahead, which should mean any strengthening will be short-lived and limited. </p><p>The strong upper-level winds from the north responsible for the high wind shear will also keep the storm lopsided, with a relatively dry north side and the heaviest rainfall and worst weather to the south of the center. </p><h3><b>Heaviest rainfall to remain well offshore</b> </h3><p>The lopsided nature of Bertha means its highest rainfall totals exceeding a foot will remain well offshore and widespread flooding isn’t expected as it skirts westward along the northern Gulf Coast this week. </p><figure><img src="https://www.local10.com/resizer/v2/3WPSPX6RYFFUTN644XLPTRCNPI.PNG?auth=7e510e71e427c37ef43772e33a01255662d449cf66187233147cf9403afa5b88&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Locally heavy rain is possible in outer bands near and north of the center, however, and some parts of the Florida Panhandle, coastal Alabama, and southern Mississippi and Louisiana could see localized flooding through Thursday. </p><figure><img src="https://www.local10.com/resizer/v2/5KAHADTAEZFD3ESXKFSZIN42JM.png?auth=be4352908d30ffe1f0717d90223c3e429f449e54800fb5b66a9c8963d47e25da&smart=true&width=1200&height=900" alt="Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas." height="900" width="1200"/><figcaption>Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas.</figcaption></figure><h3><b>Bertha not so big and full of bluster</b> </h3><p>Overall, the threat Bertha poses to the coast is low. The storm is likely peaking or will peak today as a mid-tier tropical storm (highest winds in the 50-60 mph range; hurricane winds start at 74 mph) and weakening should commence in earnest by tomorrow. </p><figure><img src="https://www.local10.com/resizer/v2/HXIXRAIUSZB6HFNNQGBPISLOXE.png?auth=2f097f9d863abfd3476356095463b57ea6590d93d64196cd2ce9019632a84aa6&smart=true&width=1200&height=900" alt="Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com.</figcaption></figure><p>Although Tropical Storm Warnings are posted from extreme southeastern Louisiana to the Alabama/Florida border for the likelihood of tropical storm conditions, Bertha doesn’t pose a widespread damaging wind threat and sustained tropical storm winds (winds of 40 mph or higher) should be contained mostly to rain squalls and periodic gusts over the next few days. </p><p>High surf along the north Florida and Alabama shoreline will lead to treacherous beach conditions and life-threatening rip currents. If you’re on a beach vacation in these areas, this is a week you’ll want to stay out of the water. </p><h3><b>Deafening crickets across the Atlantic</b> </h3><p>Elsewhere, the Atlantic appears closed for business for the rest of the month. As we’ve discussed in previous newsletters, we’ll keep an eye to the subtropics this season (like the zone in the Gulf where Bertha formed), but for now, we’re not seeing any candidates for at least the next few weeks. </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/TIB5LEEVQFGKPI7KQLN4Y64ITM.png?auth=617327c7abdb6658907b5b42d2be854f8008e233a9f3d6d08330c1f83cb95422&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning sunrise “sandwich” satellite (combined visible and enhanced satellite) of Tropical Storm Bertha, whose center was located about 100 miles south-southwest of Panama City Beach, Florida. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Se forma Bertha, se espera que permanezca débil y asimétrica mientras bordea la costa norte del Golfo de México ]]></title><link>https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La depresión tropical Dos registró vientos que la elevaron a categoría de tormenta tropical y su reclasificación, Bertha, se convierte en la segunda tormenta con nombre de la temporada de huracanes del Atlántico de 2026.]]></description><pubDate>Tue, 21 Jul 2026 14:25:04 +0000</pubDate><content:encoded><![CDATA[<p>Los “Cazahuracanes” de la NOAA, que investigaban la tarde del lunes la depresión tropical Dos y cuyo centro se ubicaba a unas 120 millas al sur de Panama City Beach, Florida, en el noreste del Golfo de México, registraron vientos de 40 mph, el umbral para alcanzar la categoría de tormenta tropical, lo que justificó su reclasificación como la tormenta tropical Bertha, la segunda tormenta con nombre de la temporada de huracanes del Atlántico de 2026.</p><figure><img src="https://www.local10.com/resizer/v2/CCXGLBKVR5GRNJOKXNE7PM2REY.PNG?auth=7fbd24573720370128b2d4396b5983091d27f88803e160f7aaabee2c2046b88f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En promedio, durante los últimos 30 años,<a href="https://www.nhc.noaa.gov/climo/" target="_self" rel="" title="https://www.nhc.noaa.gov/climo/"> la segunda tormenta con nombre se ha formado el 17 de julio</a> en la cuenca del Atlántico</p><p><b>La apariencia desorganizada de Bertha refleja las dificultades que enfrenta</b></p><p>Los “Cazahuracanes” que sobrevolaron Bertha la mañana del martes encontraron una ligera disminución en la presión con respecto a misiones anteriores, mientras las tormentas eléctricas intentaban desarrollarse cerca o sobre el centro previamente expuesto del sistema, lo que podría darle una breve oportunidad para organizarse mejor durante el día. Dicho esto, la cizalladura del viento es fuerte y se pronostica que seguirá aumentando en los próximos días, por lo que cualquier fortalecimiento será breve y limitado.</p><p>Los fuertes vientos en los niveles altos provenientes del norte, responsables de la elevada cizalladura, también mantendrán la tormenta asimétrica, con un lado norte relativamente seco y las lluvias más intensas, así como las peores condiciones del tiempo, al sur del centro.</p><p><b>Las lluvias más intensas permanecerán mar adentro</b></p><p>La naturaleza asimétrica de Bertha significa que los mayores acumulados de lluvia, superiores a un pie, permanecerán bien mar adentro y no se esperan inundaciones generalizadas mientras el sistema avanza hacia el oeste a lo largo de la costa norte del Golfo de México durante esta semana.</p><figure><img src="https://www.local10.com/resizer/v2/3WPSPX6RYFFUTN644XLPTRCNPI.PNG?auth=7e510e71e427c37ef43772e33a01255662d449cf66187233147cf9403afa5b88&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sin embargo, son posibles lluvias localmente intensas en las bandas exteriores cerca y al norte del centro, y algunas zonas del Panhandle de Florida, la costa de Alabama y el sur de Mississippi y Luisiana podrían registrar inundaciones localizadas hasta el jueves.</p><figure><img src="https://www.local10.com/resizer/v2/5KAHADTAEZFD3ESXKFSZIN42JM.png?auth=be4352908d30ffe1f0717d90223c3e429f449e54800fb5b66a9c8963d47e25da&smart=true&width=1200&height=900" alt="Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas." height="900" width="1200"/><figcaption>Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas.</figcaption></figure><p><b>Bertha no es muy grande ni muy intensa</b></p><p>En términos generales, la amenaza que representa Bertha para la costa es baja. Es probable que la tormenta haya alcanzado o alcance hoy su máxima intensidad como una tormenta tropical de intensidad moderada, con vientos máximos de entre 50 y 60 mph (los vientos con fuerza de huracán comienzan en las 74 mph), y se espera que comience a debilitarse de manera sostenida a partir de mañana.</p><figure><img src="https://www.local10.com/resizer/v2/HXIXRAIUSZB6HFNNQGBPISLOXE.png?auth=2f097f9d863abfd3476356095463b57ea6590d93d64196cd2ce9019632a84aa6&smart=true&width=1200&height=900" alt="Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com.</figcaption></figure><p>Aunque se han emitido advertencias de tormenta tropical desde el extremo sureste de Luisiana hasta la frontera entre Alabama y Florida debido a la probabilidad de condiciones de tormenta tropical, Bertha no representa una amenaza generalizada por vientos destructivos y los vientos sostenidos de tormenta tropical (de 40 mph o más) deberían limitarse, en su mayoría, a bandas de lluvia y ráfagas ocasionales durante los próximos días.</p><p>El fuerte oleaje a lo largo de la costa del norte de Florida y Alabama provocará condiciones peligrosas en las playas y corrientes de resaca que ponen en riesgo la vida. Si está de vacaciones en la playa en estas zonas, esta es una semana en la que deberá mantenerse fuera del agua.</p><p><b>Silencio absoluto en el Atlántico</b></p><p>En otras partes, el Atlántico parece permanecer tranquilo durante el resto del mes. Como hemos comentado en boletines anteriores, esta temporada seguiremos atentos a las zonas subtropicales (como la región del Golfo de México donde se formó Bertha), pero por ahora no observamos ningún sistema con potencial de desarrollo durante, al menos, las próximas semanas.</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/TIB5LEEVQFGKPI7KQLN4Y64ITM.png?auth=617327c7abdb6658907b5b42d2be854f8008e233a9f3d6d08330c1f83cb95422&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning sunrise “sandwich” satellite (combined visible and enhanced satellite) of Tropical Storm Bertha, whose center was located about 100 miles south-southwest of Panama City Beach, Florida. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Miami-Dade teacher accused of attacking boyfriend with knife, snatching his cellphone]]></title><link>https://www.local10.com/news/local/2026/07/21/miami-dade-teacher-accused-of-attacking-boyfriend-with-knife-snatching-his-cellphone/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/miami-dade-teacher-accused-of-attacking-boyfriend-with-knife-snatching-his-cellphone/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade County teacher was arrested over the weekend in connection with a domestic violence incident involving her boyfriend, who she has been dating for about a year, authorities said.]]></description><pubDate>Tue, 21 Jul 2026 12:41:46 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade County teacher was arrested over the weekend in connection with a domestic violence incident involving her boyfriend, who she has been dating for about a year, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/">Leer en español</a></p><p>According to an arrest report by the Miami-Dade Sheriff’s Office, Ada Caballero, 44, of Homestead, was arrested Sunday on charges of armed robbery with a deadly weapon, aggravated assault with a deadly weapon and battery.</p><p>St. John’s Episcopal School’s website lists Caballero as a first-grade teacher at the Homestead school, who has more than 10 years of experience working in education and “loves to teach and shape young minds with love.”</p><p>Deputies said she didn’t show any love to her boyfriend, however, on Saturday when she allegedly attacked him.</p><p>According to her arrest report, Caballero and the victim got into an argument and the victim began recording with his cellphone, at which time Caballero grabbed her boyfriend by the shirt and reached for his cellphone, scratching his chest in the process.</p><p>Deputies said a struggle ensued for the victim’s phone and Caballero eventually snatched it from his hand.</p><p>The victim then “bear-hugged” Caballero to stop her from attacking him, but she pulled out a knife and “took a swipe at the victim but missed,” the report stated.</p><p>According to the report, the victim pushed Caballero away from him, and his phone and the knife fell to the floor.</p><p>Deputies said another brief struggle ensued for the victim’s cellphone, but the victim was able to take his phone back and call 911 for assistance.</p><p>According to the report, Caballero invoked her rights and did not make any statements to detectives.</p><p>Details about what she and her boyfriend were initially arguing about were not mentioned in the arrest report. </p><p>As of Tuesday morning, Caballero was being held at the Turner Guilford Knight Correctional Center on a $6,000 bond.</p><p>Local 10 News has reached out to St. John’s Episcopal School for comment on the status of her employment following her arrest.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VC4XU6AQGJCMBETBZWUMHGDFZM.jpg?auth=f5b9baa97a89b4c695365aae243f7637f2c5e73e3b4e35b4588f1811ddc0416d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[US actions harm global efforts to prevent and treat HIV in dozens of countries, new report says]]></title><link>https://www.local10.com/news/world/2026/07/21/us-actions-harm-global-efforts-to-prevent-and-treat-hiv-in-dozens-of-countries-new-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/us-actions-harm-global-efforts-to-prevent-and-treat-hiv-in-dozens-of-countries-new-report-says/</guid><dc:creator><![CDATA[By LAURA UNGAR, Associated Press]]></dc:creator><description><![CDATA[The Trump administration’s disruptions to a global AIDS relief program have forced organizations to close clinics, lay off staff and cut services, seriously impeding efforts to prevent and treat the disease in dozens of countries, a new report released Tuesday shows.]]></description><pubDate>Tue, 21 Jul 2026 14:00:14 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration’s disruptions to a global AIDS relief program have forced organizations to close clinics, lay off staff and cut services, seriously impeding efforts to prevent and treat the disease in dozens of countries, a new report released Tuesday shows.</p><p>The President’s Emergency Plan for AIDS Relief, known as PEPFAR, is credited with saving at least 26 million lives since its inception in 2003. But last year, it was impaired by the dismantling of the U.S. Agency for International Development and cuts to thousands of global health grants.</p><p>“The disruptions were very widespread,” with services for young women, orphans and children impacted, said Elise Lankiewicz, policy associate for the nonprofit amfAR, The Foundation for AIDS Research, which released the report.</p><p>Researchers contacted groups that got PEPFAR funding to deliver HIV services last year. Nearly a quarter — 166 groups from 46 countries — responded to an electronic survey conducted between last November and April, providing information on their funding, staff and services.</p><p>The survey didn’t reach all PEPFAR groups and certain types of organizations — like those that were most severely disrupted or still receiving U.S. funding — may have been less likely to respond. That could result in an underestimate or an overestimate of disruptions, depending on which organizations were missed. Nevertheless, the findings are a window into the struggles that some groups faced last year.</p><p>Some key findings were:</p><p>—Most organizations had at least one award terminated or payment delayed last year. Terminations led to the closure of more than 1,700 clinics, drop-in centers and other service delivery sites, and to the loss of more than 16,000 full-time staff members.</p><p>—Even though the U.S. government directed services providing HIV treatment, testing, and prevention of mother-to-child transmission to continue, a majority of partners still reported a disruption to those services.</p><p>—Cuts were concentrated on services for populations most impacted by HIV. Most organizations previously serving groups such as sex workers, men who have sex with men, transgender people, and people who inject drugs reported permanently ending a service for these groups. Even among organizations that didn’t lose funding, some reported stopping a service for one of these key populations to comply with U.S. policy.</p><p>—HIV prevention has been sharply reduced, with many organizations stopping condom programs or services offering what's called PrEP, preventive medicines to guard against sexually transmitted HIV. From fiscal years 2024 to 2025, prevention spending fell 51%, according to PEPFAR expenditure data.</p><p>—Locally-based partners were much more likely than international organizations to have an award terminated and to close service delivery sites. Funding disruptions also destabilized interconnected HIV service systems.</p><p>“Taken together, these results describe widespread degradation of the infrastructure built to deliver HIV services worldwide, with the deepest damage falling on the populations and partners most essential to controlling the epidemic,” the report says.</p><p>The survey doesn’t provide data at the country level, but amfAR officials point out that the majority of responses came from African countries.</p><p>The Trump administration has presented a rosier picture of what’s happened since the federal changes. In April, the U.S. State Department released PEPFAR data for one quarter in 2025: July through September. Officials said PEPFAR-supported programs provided standard HIV treatment for 20.6 million people in more than 50 countries, which they said is stable from the same reporting period in 2024. They also said PEPFAR started 103,000 pregnant and breastfeeding women on PrEP, up from 43,000 the previous year.</p><p>But researchers from amfAR and the International AIDS Society combined that quarter's data with another data release that included all four quarters and found substantial disruptions across PEPFAR services.</p><p>Other research, published in the journal Nature Health in June, specifically examined treatment globally using PEPFAR data. It found that nearly two million fewer people living with HIV were receiving PEPFAR-supported antiretroviral treatment in fiscal year 2025 as compared with the previous fiscal year — about a 10% decline.</p><p>“That does raise really important questions about program stability," said Ramona Godbole, an author of that study who wasn’t involved in the latest report.</p><p>AmfAR's report made numerous recommendations to help restore care. It said the U.S. government and PEPFAR leaders should reinstate support for all HIV services, not just treatment. It also called on other national governments to spend more on HIV services and contract with nongovernmental organizations, including those led by people in key vulnerable populations.</p><p>But Jennifer Sherwood, amfAR’s director of research and public policy, said even if money is put back into the system, it will take time to get the services up and running and regain the trust of communities.</p><p>“And unfortunately, with HIV and infectious disease, each day is deadly,” she said. “Each day that we don’t have those systems in place, you see new infections.”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D2MPMVR4WUZ3BALJQMBHPYXJF4.jpg?auth=7292894877be936a9c7831534cd5ca382cbf6af72b4196ebe85550fe18522f07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florence Makumene holds HIV medication that she received through funding from the U.S. President's Emergency Plan for AIDS Relief (PEPFAR), along with her hospital records book, at her home in Harare, Zimbabwe, Feb. 7, 2025. (AP Photo/Aaron Ufumeli, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Ufumeli</media:credit></media:content></item><item><title><![CDATA[Acusan a maestra de Miami-Dade de atacar a su novio con un cuchillo y arrebatarle el celular ]]></title><link>https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una maestra del condado Miami-Dade fue arrestada por un incidente de violencia doméstica que involucró a su pareja.]]></description><pubDate>Tue, 21 Jul 2026 13:58:52 +0000</pubDate><content:encoded><![CDATA[<p>Una maestra del condado Miami-Dade fue arrestada durante el fin de semana en relación con un incidente de violencia doméstica que involucró a su novio, con quien mantenía una relación desde hacía aproximadamente un año, informaron las autoridades.</p><p>Según un reporte de arresto de la Oficina del Sheriff de Miami-Dade, Ada Caballero, de 44 años y residente de Homestead, fue arrestada el domingo y enfrenta cargos de robo a mano armada con un arma mortal, agresión agravada con un arma mortal y agresión física.</p><p>El sitio web de St. John’s Episcopal School identifica a Caballero como maestra de primer grado en la escuela de Homestead, con más de 10 años de experiencia en educación y señala que “le encanta enseñar y formar mentes jóvenes con amor”.</p><p>Sin embargo, los agentes dijeron que el sábado no mostró ese amor hacia su novio, cuando presuntamente lo atacó.</p><p>Según el reporte de arresto, Caballero y su novio comenzaron a discutir y la víctima empezó a grabar con su celular. En ese momento, Caballero lo sujetó por la camisa e intentó quitarle el teléfono, arañándole el pecho durante el forcejeo.</p><p>Los agentes indicaron que se produjo un forcejeo por el celular de la víctima y que Caballero finalmente logró arrebatárselo.</p><p>La víctima entonces abrazó con fuerza a Caballero para impedir que continuara atacándolo, pero ella sacó un cuchillo e “intentó lanzar una cuchillada contra la víctima, pero falló”, señala el reporte.</p><p>Según el informe, la víctima empujó a Caballero y tanto el celular como el cuchillo cayeron al piso.</p><p>Los agentes dijeron que hubo otro breve forcejeo por el celular, pero la víctima logró recuperarlo y llamar al 911 para pedir ayuda.</p><p>De acuerdo con el reporte, Caballero invocó sus derechos y no hizo declaraciones a los detectives.</p><p>El reporte de arresto no menciona qué originó la discusión entre Caballero y su novio.</p><p>Hasta la mañana del martes, Caballero permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $6,000 USD.</p><p>Local 10 News se comunicó con St. John’s Episcopal School para solicitar comentarios sobre la situación laboral de Caballero tras su arresto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VC4XU6AQGJCMBETBZWUMHGDFZM.jpg?auth=f5b9baa97a89b4c695365aae243f7637f2c5e73e3b4e35b4588f1811ddc0416d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[US soldier killed in Iraq was a 30-year-old father from North Carolina]]></title><link>https://www.local10.com/news/2026/07/21/us-military-identifies-soldier-killed-disarming-a-drone-in-iraq-as-a-30-year-old-from-north-carolina/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/21/us-military-identifies-soldier-killed-disarming-a-drone-in-iraq-as-a-30-year-old-from-north-carolina/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[A U.S. soldier killed in Iraq during a controlled detonation of an Iranian drone was a 30-year-old father from North Carolina who had served for nearly a decade, according to a military statement Tuesday and his family.]]></description><pubDate>Tue, 21 Jul 2026 15:01:01 +0000</pubDate><content:encoded><![CDATA[<p>A U.S. soldier killed in Iraq during a controlled detonation of an Iranian drone was a 30-year-old father from North Carolina who had served for nearly a decade, according to a military statement Tuesday and his family.</p><p>Sgt. Michael Emmanuel Swinton, of Fayetteville, will receive a Bronze Star, Purple Heart and Combat Action Badge, and will be promoted posthumously to staff sergeant. The Army said it was investigating the circumstances of his death Sunday at an air base in Irbil.</p><p>He leaves behind a 6-year-old son and a 4-year-old daughter, his mother said.</p><p>“I will never recover from this, you should be home,” his wife, Mia Gonzalez-Swinton, posted Monday on Facebook. “We had so many plans for when you got back, I’m sick to my stomach.” She said she was notified Sunday that he had been killed.</p><p>Two U.S. Army soldiers were also killed in Jordan last week while defending against Iranian ballistic missile and drone attacks. They were the first U.S. troop deaths from direct Iranian fire since the opening days of the war.</p><p>Swinton’s mother, Christel Swinton Andujar, told WRAL-TV on Tuesday that her son's family was “the center of his world.”</p><p>“Every decision he made and every sacrifice he endured was with them in his heart,” she told the television station from her home near Fort Bragg.</p><p>Swinton enlisted in the Army in 2017 and was assigned to the 55th Air Defense Artillery Regiment, 108th Air Defense Artillery Brigade, out of Fort Bragg, North Carolina.</p><p>“Sgt. Swinton was an experienced noncommissioned officer who took great pride in his work and the people around him,” said Brig. Gen. John L. Dawber, commanding general of the Army Air and Missile Defense Command. “He answered the call to duty with courage, honor, and selfless dedication.”</p><p>Renewed fighting between the U.S. and Iran is now in its 10th day, with both sides launching barrages of strikes. Iran has attacked U.S. allies in the region, and American soldiers are stationed across the Middle East.</p><p>The Defense Department identified the soldiers who were killed in Jordan as 1st Lt. Tyler James Feehan, 25, of Ewa Beach, Hawaii, and Pvt. Isabella Gonzales, 19, of Carrollton, Texas. They were also with Army Air and Missile Defense Command units.</p><p>A third service member was reported missing after the attack. U.S. Central Command, which oversees the Middle East, said “unidentified remains” have been found and were being examined.</p><p>Iranian authorities say U.S. strikes in just the past three weeks have killed at least 50 people and wounded more than 500 others.</p><p>Both sides have targeted civilian infrastructure relied on by millions of people. Workers on ships, as well as foreign workers and others in Gulf nations, Israel and Lebanon have also died in the conflict.</p><p>The U.S. State Department said in a new warning to Americans that “Iran and groups supportive of Iran may target other U.S. interests overseas or at locations associated with the United States and Americans throughout the world.”</p><p>U.S. President Donald Trump has said the war is necessary to stop Iran from developing nuclear weapons. Trump, a Republican, now faces political pressure to bring the war to a close and avoid the kind of prolonged Middle East conflict he had campaigned against. The escalation has pushed oil prices higher in recent weeks.</p><p>___</p><p>This story was corrected to show Sgt. Michael Emmanuel Swinton died Sunday, not Saturday, as earlier reported by the military.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z3LQGJPOFG4T7HHUTAY3R7LD24.jpg?auth=2955016b9ada67b20478f045df33a2bc43e502672c3ae6c3ca16f794abee8905&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[American flags fly above the Lincoln Memorial, Thursday, July 9, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKIU4545WSSIWCUIBA73SXMFSQ.jpg?auth=14b8d06ca7f65fcd6db07078a1229805215c67e417a6bea2e9100020f5b9ca27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing strikes in and around Iran early Tuesday. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Woman dies after jumping on hood of man’s car, falling off in Fort Lauderdale, police say ]]></title><link>https://www.local10.com/news/local/2026/07/21/woman-dies-after-jumping-on-hood-of-mans-car-falling-off-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/woman-dies-after-jumping-on-hood-of-mans-car-falling-off-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman has died after she jumped on the hood of a man’s car early Tuesday morning after the two got into a physical altercation at a hotel in Fort Lauderdale, police confirmed.]]></description><pubDate>Tue, 21 Jul 2026 12:55:49 +0000</pubDate><content:encoded><![CDATA[<p>A woman has died after she jumped on the hood of a man’s car early Tuesday morning after the two got into a physical altercation at a hotel in Fort Lauderdale, police confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/">Leer en español</a></p><p>According to Fort Lauderdale police, at about 2 a.m., officers responded to the 400 block of Southeast 32<sup>nd</sup> Street after receiving a report about a car accident involving a pedestrian.</p><p>Police said officers arrived at the scene and discovered that the driver and pedestrian knew each other and had gotten into a physical altercation at a local hotel.</p><p>According to police, the man attempted to leave the hotel in his vehicle, but the woman jumped on the hood of the car and fell off as the vehicle was in motion.</p><p>Police said the woman was critically injured and the man stopped his car and called 911.</p><p>The woman was then transported by Fort Lauderdale Fire Rescue medics to Broward Health Medical Center, where she died, authorities said.</p><p>Police said detectives are investigating the incident and the woman’s identity is being withheld as they work to notify her next of kin.</p><p>They did not confirm why the two were allegedly fighting to begin with. </p><p>Anyone who witnessed anything related to the case is urged to call the Fort Lauderdale 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><media:content url="https://www.local10.com/resizer/v2/JA3TD6CJMBHOJEGM7Z7CVPW5ME.jpeg?auth=98eac301ca1951a69028068969caaef9bca31ff2946e4e375829ae592cdd02ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Muere mujer en Fort Lauderdale tras saltar sobre el techo del auto de un hombre y caer, dice la policía ]]></title><link>https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer murió luego de haber saltado sobre el techo del auto de un hombre después de que ambos protagonizaran un altercado físico ]]></description><pubDate>Tue, 21 Jul 2026 13:44:36 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer murió luego de haber saltado sobre el techo del auto de un hombre la madrugada del martes, después de que ambos protagonizaran un altercado físico en un hotel de Fort Lauderdale, confirmó la policía.</p><p>Según la Policía de Fort Lauderdale, alrededor de las 2 a.m., agentes respondieron al llamado tras recibir un reporte sobre un accidente de tránsito que involucraba a un peatón en el 400 de Southeast 32nd Street </p><p>La policía indicó que los agentes llegaron al lugar y descubrieron que el conductor y la peatón se conocían y habían protagonizado un altercado físico en un hotel de la zona.</p><p>Según la policía, el hombre intentó salir del hotel en su vehículo, pero la mujer saltó sobre el capó del auto y cayó mientras el vehículo estaba en movimiento.</p><p>La policía informó que la mujer sufrió heridas de gravedad, mientras el hombre detuvo su vehículo y llamó al 911.</p><p>La mujer fue trasladada por paramédicos de Fort Lauderdale Fire Rescue al Broward Health Medical Center, donde murió, informaron las autoridades.</p><p>La policía indicó que los detectives investigan el incidente y que la identidad de la mujer no ha sido divulgada por el momento trabajan para notificar a sus familiares.</p><p>Las autoridades no confirmaron por qué ambos presuntamente comenzaron a pelear.</p><p>Cualquier persona que haya presenciado algún hecho relacionado con el caso debe comunicarse con el Departamento de Policía de Fort Lauderdale.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JA3TD6CJMBHOJEGM7Z7CVPW5ME.jpeg?auth=98eac301ca1951a69028068969caaef9bca31ff2946e4e375829ae592cdd02ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The Latest: Republicans prepare to face voters as the bombing continues]]></title><link>https://www.local10.com/news/politics/2026/07/21/the-latest-republicans-prepare-to-face-voters-as-the-bombing-continues/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/the-latest-republicans-prepare-to-face-voters-as-the-bombing-continues/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.]]></description><pubDate>Tue, 21 Jul 2026 14:49:05 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.</p><p>While the Trump administration says it is open to diplomacy, Iran so far has refused to loosen its grip over the crucial oil shipping corridor in the Persian Gulf. It is raising questions about the strategy for the conflict's next phase. The intensifying attacks have collapsed an interim ceasefire deal, killed more American troops and sent U.S. gasoline prices back up, posing more problems for Republicans hoping to get reelected.</p><p>The Latest:</p><p>Trump administration pushes ahead with plans to reopen US embassy in Libya</p><p>The State Department has informed Congress that it plans to move ahead with the potential re-opening of the U.S. Embassy in Libya. It’s proposing to allocate nearly $41 million to restore America’s formal diplomatic presence in the North African nation.</p><p>The effort comes amid new warnings of Iranian-related attacks against U.S. facilities and interests around the world, particularly in the Middle East.</p><p>The department told lawmakers that the money would cover “a range of security-related activities associated with plans for the potential phased resumption of embassy operations in Libya.” The embassy in Tripoli was shuttered in July 2014.</p><p>The Trump administration reopened the U.S. Embassy in Caracas, Venezuela following the ouster of former President Nicolas Maduro in January and is also seeking to reopen the closed embassy in Damascus, Syria.</p><p>AI stocks keep rising, even as Brent oil’s price tops $90</p><p>More gains for makers of computer chips and other winners of the artificial-intelligence boom are carrying Wall Street higher on Tuesday after tumbling the week before.</p><p>After rocketing higher because of the boom in investment in AI chips and data centers, they’ve come under pressure in recent weeks on worries that they shot too high. Concerns are also weighing that AI investments may fall off if they don’t produce as much profit and productivity as promised.</p><p>The gains came despite more climbs for oil prices, and Brent crude oil topped $90 per barrel because of continued attacks between the United States and Iran. It rose 2.2% to $91.17, up from less than $72 early this month.</p><p>The oil price hikes threaten a reacceleration of inflation, just as it was slowing more than economists expected. That in turn could push the Federal Reserve and other central banks to raise interest rates, which would slow economies and undercut prices for stocks and other investments.</p><p>▶ Read more</p><p>Rubio will meet with Chinese counterpart in Manila</p><p>Secretary of State Marco Rubio will meet with Chinese Foreign Minister Wang Yi on Wednesday in Manila, the State Department said.</p><p>The top diplomats from the world’s two largest economies are attending annual talks of the Association of Southeast Asian Nations this week in the Philippine capital.</p><p>The ASEAN summit comes amid unfolding crises led by renewed fighting between the U.S. and Iran as well as a violent skirmish in the disputed South China Sea.</p><p>The Rubio-Wang meeting could help set up the next sitdown between Trump and Chinese leader Xi Jinping.</p><p>Rubio said ahead of the summit that he expects Xi to visit the U.S. in September and that “it’s incumbent on powerful, important countries like ours to continue to talk and have a relationship.”</p><p>Secret Service agent injured at White House correspondents’ dinner will be honored at make-up event</p><p>Secret Service Police Officer Victor Gonzales will be given a special award for exceptional service at a rescheduled White House Correspondents’ Association Dinner, the association said Tuesday.</p><p>Gonzales was at a security checkpoint during the April dinner when it was interrupted by a gunman who prosecutors say was trying to assassinate Trump. The Secret Service said Gonzales was struck in his protective vest as he engaged the gunman, who was tackled outside the ballroom.</p><p>“His swift and decisive actions assisted in deterring the gunman from proceeding any further,” the Secret Service said.</p><p>A make-up event being held Friday at the Waldorf Astoria hotel at Trump’s encouragement will also honor Washington Hilton hotel staff who helped guests in the aftermath.</p><p>Soldier’s widow says she’ll ‘never recover’</p><p>Swinton’s wife, Mia Gonzalez-Swinton, posted on social media that she was informed of his death on Sunday. The couple have a young daughter.</p><p>“I will never recover from this, you should be home. We had so many plans for when you got back, I’m sick to my stomach,” she wrote in a Facebook post Monday.</p><p>US military identifies soldier killed while disarming a drone in Iraq</p><p>The military said it was investigating the death of Sgt. Michael Emmanuel Swinton of Fayetteville, North Carolina, during a controlled detonation of an Iranian drone on Sunday at an air base in Irbil.</p><p>Swinton, 30, will get a Bronze Star, Purple Heart and Combat Action Badge, and be promoted to staff sergeant, the military said in a statement.</p><p>He enlisted in the Army in 2017, and was assigned to the 55th Air Defense Artillery Regiment, 108th Air Defense Artillery Brigade, out of Fort Bragg.</p><p>Two U.S. Army soldiers were killed in Jordan on Friday while defending against Iranian ballistic missile and drone attacks. They were the first U.S. troop deaths from direct Iranian fire since the opening days of the war.</p><p>Seeking calm for his country, Lebanon’s president will meet with Trump at the White House</p><p>The landmark meeting between Joseph Aoun and Trump comes as Lebanon and Israel continue to hold rare direct talks mediated by Washington in a bid to bring about long-term calm in Lebanon after months of war between Israel and Hezbollah, the Iran-backed militant group.</p><p>Lebanon hopes the talks will lead to Israeli troops withdrawing from large swaths of southern Lebanon, and for the Lebanese military to receive support to assert full control in areas where Hezbollah militants had held sway.</p><p>Lebanon and Israel announced a “framework agreement” on June 26, setting a plan for Israeli forces to withdraw from southern Lebanon as well as the disarmament of Hezbollah.</p><p>Aoun is scheduled to arrive at the White House at 11 a.m.</p><p>Trump’s Justice seeking phone records of reporters’ mother and spouses</p><p>Subpoenas for phone records of New York Times reporters now include the mother of one journalist and the spouses of two others as the Justice Department seeks to unmask the confidential sources of reporters who wrote about Trump’s Qatari-gifted Air Force One jet.</p><p>The Times’ lawyers have moved to quash the subpoenas, noting that the mother in question is a mental health professional with confidential client relationships and that one of the two spouses is the general counsel of a law firm.</p><p>The Justice Department has previously said that the reporters are not the targets of the investigation and asserted in a new legal filing Tuesday that it had followed its own protocols in issuing the subpoenas.</p><p>U.S. District Judge Arun Subramanian is scheduled to hear arguments Thursday.</p><p>Appeals court rejects Biden’s bid to withhold recordings and transcripts of ghostwriter interviews</p><p>The appellate panel’s 2-1 ruling late Monday found “substantial” public interest in disclosing what former President Joe Biden wants to keep under wraps. Redactions to the recordings would help protect Biden’s privacy, the majority noted.</p><p>The judges suspended their decision until Aug. 3 to allow more time for Biden to consider another appeal.</p><p>Mark Zwonitzer, who worked with Biden on his two memoirs, interviewed the Democrat at his home in 2016 and 2017, before his presidency. Biden’s lawyers say the conversations were candid, personal and intended to remain private.</p><p>The recordings were obtained by special counsel Robert Hur, who investigated Biden’s handling of classified documents from his time as a senator from Delaware and as vice president. Republicans demanded the material after Hur declined to file charges against the then-president.</p><p>Civilian infrastructure now targeted by both the US and Iran</p><p>Both sides have targeted civilian infrastructure relied on by millions of people.</p><p>Kuwait’s Electricity, Water and Renewable Energy Ministry said Tehran struck desalination and power plants for a fourth straight day on Monday night, causing fires and damage. Some 90% of Kuwait’s drinking water comes from desalination, making the attacks a matter of life and death for the tiny nation.</p><p>U.S. strikes have been hitting electrical equipment in Iran as well, and Iranian officials also have said Americans targeted water facilities.</p><p>US command says its broad strikes are in response to Iran’s attacks on shipping</p><p>The U.S. military’s Central Command said Tuesday it targeted “Iranian military command centers, maritime capabilities, missile and drone launch sites and air defense systems.” It released more footage of bombings that targeted sites in Iran.</p><p>“American forces remain postured and prepared to hold Iran accountable for unwarranted aggression toward civilian mariners seeking to freely and openly transit the strait,” the command said.</p><p>Iranian state media reported that explosions were heard in across six different provinces.</p><p>Tanker attacks expand, forcing crew to abandon ship</p><p>Traffic through the strait has slowed to a crawl during the latest violence. Lloyd’s List Intelligence said only three ships transited the strait on Sunday.</p><p>The British military’s United Kingdom Maritime Trade Operations center said a tanker came under attack early Tuesday in the strait off Oman, forcing the crew to abandon the vessel.</p><p>Iran’s paramilitary Revolutionary Guard claimed the attack, as well as two other attacks on ships Monday in the waterway.</p><p>The route around Oman has been the one the U.S. military has encouraged ships to travel to avoid Iran’s control. The UKMTO separately reported Tuesday that another previously unknown attack on a ship took place early the previous day.</p><p>Iranian official meets mediators in Pakistan as attacks rage</p><p>An Iranian official began meetings Tuesday with mediators in Pakistan as diplomats sought to salvage the collapsed interim deal between Iran and the United States, even as both countries continued to launch attacks for a 10th day of renewed fighting.</p><p>The visit by Iran’s Interior Minister Eskandar Momeni comes as Pakistan has intensified diplomatic efforts in recent days to resuscitate the deal. However, it remains unclear just what new arrangement could be reached to end the fighting.</p><p>Momeni met Pakistan’s army chief Field Marshal Asim Munir, according to two officials who spoke on condition of anonymity to discuss the closed-door negotiations. Momeni later met Prime Minister Shehbaz Sharif. Pakistan’s political leadership and Munir, who serves as both the chief of army staff and defense forces, have worked to persuade the United States and Iran back to resume negotiations.</p><p>— By Munir Ahmed</p><p>The limits of intensifying attacks emerge as US and Iran dig in</p><p>The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.</p><p>While the Trump administration says it is open to diplomacy, Iran so far has refused to loosen its grip over the crucial oil shipping corridor in the Persian Gulf. It is raising questions about the strategy for the next phase of the conflict as intensifying attacks have collapsed an interim ceasefire deal, left additional American troops dead and sent U.S. gasoline prices back up — posing new problems for Republicans ahead of the midterm elections.</p><p>Even with glimmers of hope for talks, the sides could be headed back to all-out war, with Trump warning that “every time Iran kills an American Soldier” going forward, “they will pay for that killing many times over.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3WD3DK45K2MDLVZAL6P3NYJ5XE.jpg?auth=01a6af0ffae2293536359589b565a96b65d08fc7c7fc28f6e9cf990db0d4630f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks down the stairs of Air Force One upon his arrival at Joint Base Andrews, Md., Sunday, July 19, 2026. (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EQ2FAV2BQU5O2XPEDRL5PD7MD4.jpg?auth=281311cae443b80a437630b531886becf5d561ba691483385ae7a482b28b6294&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cross a street in Tehran, Iran, Tuesday, July 21, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WSBI7GXWCJEAGDTA2XUL3QRFE.jpg?auth=47cee05c46b608534d10d480ec9632d503c69175479718b45c14ec6a619e9d44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident inspects the damage to his home, destroyed in an Israeli airstrike during the Israel-Hezbollah war in Ghandouriyeh village, southern Lebanon, Tuesday, July 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IREFDLCHELGKGHYOS4JWPLJOCQ.jpg?auth=a34155b29f08b99c5d73ee1014d9bafc461152fc701cbc733c55331b1c03dd84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This book cover image released by Little, Brown and Co. shows "Promise Me, America" by Joe Biden. (Little, Brown and Co. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/4LVJWLT2FBE5AK63RX64UZKSFE.jpg?auth=db73d93dd25de03cd9239166c7324a42476ea64b5ab471861aa6c3b985f32077&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks at the United States Army War College in Carlisle, Pa., during the Pennsylvania Defense and Innovation Summit, Wednesday, July 15, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Police: Woman may have fallen to her death from mango tree in Miramar]]></title><link>https://www.local10.com/news/local/2026/07/20/police-on-death-investigation-woman-may-have-fallen-from-mango-tree-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/police-on-death-investigation-woman-may-have-fallen-from-mango-tree-in-miramar/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[A woman may have fallen to her death from a mango tree in Miramar, police said on Monday.  ]]></description><pubDate>Mon, 20 Jul 2026 19:24:35 +0000</pubDate><content:encoded><![CDATA[<p>A woman may have fallen to her death from a mango tree at a gated community in Miramar, police said on Monday. </p><p><a href="https://www.local10.com/espanol/2026/07/20/hallan-a-fallecida-en-miramar-creen-que-se-cayo-de-un-arbol-de-mango/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/hallan-a-fallecida-en-miramar-creen-que-se-cayo-de-un-arbol-de-mango/"><b>Leer en español</b></a></p><p>Police officers reported finding the woman, identified as Lucrecia Cardozo, 56, dead outside a house in the 21000 block of Southwest 176th Avenue.</p><p>The investigation remained active on Monday afternoon, according to police. </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 Mariana Ortiz contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Woman accused of attacking senior couple in Miami Beach ]]></title><link>https://www.local10.com/news/local/2026/04/21/woman-accused-of-attacking-senior-couple-in-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/21/woman-accused-of-attacking-senior-couple-in-miami-beach/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 26-year-old woman, who is listed as homeless in her arrest report, was taken into custody Monday afternoon after police said she allegedly battered a senior couple in Miami Beach. ]]></description><pubDate>Tue, 21 Apr 2026 15:17:14 +0000</pubDate><content:encoded><![CDATA[<p>A 26-year-old woman, who is listed as homeless in her arrest report, was taken into custody Monday afternoon after police said she allegedly battered a senior couple in Miami Beach. </p><p><a href="https://www.local10.com/espanol/2026/04/21/acusan-a-mujer-de-atacar-a-pareja-de-adultos-mayores-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/acusan-a-mujer-de-atacar-a-pareja-de-adultos-mayores-en-miami-beach/">Leer en español</a></p><p>According to the report, Thalia Rodriguez was taken into custody by the Miami Beach Police Department following a disturbance call near the 400 block of Euclid Avenue.</p><p>The report states officers initially responded around 1 p.m. to a call about a “suspicious person causing a disturbance outside a business.” </p><p>When Miami Beach police arrived at the scene, they said the individual had left the area, but they recovered belongings, including a wallet containing a Florida driver’s license identifying Rodriguez.</p><p>While canvassing the area, an officer spotted a woman matching the description involved in a physical altercation with Jeanne and Richard Korman near 1000 Fifth St., according to the report. </p><p>Officers then separated the individuals and detained Rodriguez pending an investigation.</p><p>According to the report, the victims told officers they were walking into a business for an appointment when Rodriguez approached them from behind, called 80-year-old Jeanne Korman a w----, and then slapped her in the face. </p><p>Police said Richard Korman intervened to protect his wife, and a struggle with Rodriguez ensued, the report states.</p><p>“She (Rodriguez) wasn’t going to get to swing another time. I figured the easiest way to get her down was to grab her by the hair,” he said. </p><p>Investigators said Jeanne Korman suffered a superficial cut to her lip, while Richard Korman had minor scratches to his face. Both were treated at the scene and declined to be transported to the hospital. </p><p>Jeanne Korman told Local 10’s Rosh Lowe on Tuesday that she was heading to the lab for blood work when she and her husband of 55 years were attacked.</p><p>“She took her fist and hit me right in the face,” she said. “My husband said he saw my head move.” </p><p>A witness and surveillance video from the building corroborated the victims’ accounts, according to the report.</p><p>A motive for the attack remains unclear at this time. </p><p>Jail records show Rodriguez is facing two counts of battery on a person 65 years or older. </p><p>Records show she was released from the Turner Guilford Knight Correctional Center on a $20,000 bond. A judge also placed her on house arrest. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Appeals court rejects Biden's bid to block release of recordings of ghostwriter interviews]]></title><link>https://www.local10.com/business/2026/07/21/appeals-court-rejects-bidens-bid-to-block-release-of-recordings-of-ghostwriter-interviews/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/appeals-court-rejects-bidens-bid-to-block-release-of-recordings-of-ghostwriter-interviews/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal appeals court has rejected a request by Joe Biden to block the release of audio recordings and transcripts of his interviews with a memoir ghostwriter before he was elected president.]]></description><pubDate>Tue, 21 Jul 2026 13:26:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal appeals court has rejected a request by Joe Biden to block the release of audio recordings and transcripts of his interviews with a memoir ghostwriter before he was elected president.</p><p>A divided three-judge panel from the U.S. Court of Appeals for the District of Columbia Circuit suspended its decision until Aug. 3 to allow more time for Biden to consider another appeal.</p><p>The panel's 2-1 ruling late Monday found there is a “substantial” public interest in disclosing the material that Biden wants to keep under wraps. Redactions to the recordings would help protect Biden's privacy, the majority noted.</p><p>“We conclude that any remaining incursion on personal privacy from disclosure of the now-redacted materials likely does not outweigh the public interest in disclosure,” the ruling says.</p><p>Judge Florence Pan, who was nominated by Biden, a Democrat, wrote a dissenting opinion in which she said Biden has shown a “substantial privacy interest” in keeping the material hidden.</p><p>“The conversations at issue took place in Biden’s home, and the recordings of them were obtained by the government in the course of a criminal investigation that did not lead to an indictment,” she wrote.</p><p>The appeal also was heard by D.C. Circuit Chief Judge Sri Srinivasan and Judge Gregory Katsas. Srinivasan was nominated by President Barack Obama, a Democrat who chose Biden as his vice president. Katsas was nominated by President Donald Trump, a Republican who lost to Biden in 2020 but was elected again to the White House in 2024.</p><p>Mark Zwonitzer, who worked with Biden on two memoirs, 2007’s “Promises to Keep” and 2017's “Promise Me, Dad,” interviewed him at his home in 2016 and 2017. Biden’s lawyers say the conversations were candid, personal and intended to remain private.</p><p>The recordings were obtained by special counsel Robert Hur, who investigated Biden's handling of classified documents from his time as a senator from Delaware and as Obama's vice president. Republicans in Congress demanded the material after Hur declined to file charges against the then-president.</p><p>Biden sued and sought an injunction to prevent the Justice Department under Trump from releasing the recordings to Congress and the conservative Heritage Foundation. The department previously argued that the recordings were exempt from disclosure under public records law.</p><p>Biden appealed after U.S. District Judge Dabney Friedrich, who was nominated by Trump, ruled in June that the public interest in the material outweighed whatever privacy rights Biden had.</p><p>Pan noted that the majority is effectively ruling in favor of immediately disclosing the material by denying Biden's request for an injunction pending appeal.</p><p>“That, of course, will moot this case,” she wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMYSFS7TTBX5JB52SPWBEJWAQQ.jpg?auth=9cd4d8c7b3104ec51ad4bc357d1ebbb38405ae361e22564e22656517a43b1057&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden waits to speak about foreign policy at the State Department in Washington, Jan. 13, 2025. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72GUSE4BTBQE3UEQYCRVME6X3M.jpg?auth=a3e08c0998545aa58fc1d6672b5a8cb090292a15e00b3172b26ec0889eb3607d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden speaks during a Department of Defense Commander in Chief farewell ceremony at Joint Base Myer-Henderson Hall, Jan. 16, 2025, in Arlington, Va. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2NDEXKRUIZK4XSYOHIOLMOWFQ.jpg?auth=0f2b89b045a90a11eb7a5d2e3c4bd60c0c0bb5755ca0788059aae380567fda70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President Joe Biden looks out at the crowd during the dedication ceremony for the Obama Presidential Center, June 18, 2026, in Chicago. (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/TORFYAUDSFIF4OOAYT6E7BY56Y.jpg?auth=3f7ac4627e6e157e68653fe58e8f30528b1e163f7da2e364f2a51c9a4c5c2390&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -President Joe Biden attends the Department of Defense Commander in Chief farewell ceremony at Joint Base Myer-Henderson Hall, Jan. 16, 2025, in Arlington, Va. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AJBDG3GM7JKP62W3I7HPXWG5VY.jpg?auth=e01fefd28ed97d5739204d9e1ddff402d6baa5ee5187a1ab97bec5f791406158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[File - President Joe Biden speaks at the International African American Museum in Charleston, S.C., Jan. 19, 2025. (AP Photo/Stephanie Scarbrough, File )]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[A Minnesota town now boasts the world's tallest nutcracker]]></title><link>https://www.local10.com/news/weird-news/2026/07/21/a-minnesota-town-now-boasts-the-worlds-tallest-nutcracker/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/21/a-minnesota-town-now-boasts-the-worlds-tallest-nutcracker/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[LUVERNE, Minn. (AP) — Crossing the open farmland of southwestern Minnesota, you'll encounter an otherworldly sight: a massive head with a beard, mustache and red-striped top hat looming over the horizon.]]></description><pubDate>Tue, 21 Jul 2026 12:06:24 +0000</pubDate><content:encoded><![CDATA[<p>LUVERNE, Minn. (AP) — Crossing the open farmland of southwestern Minnesota, you'll encounter an otherworldly sight: a massive head with a beard, mustache and red-striped top hat looming over the horizon.</p><p>Pull into the small town of Luverne and the figure — a nearly 66-foot (20-meter) tall nutcracker, decked out like Uncle Sam — comes into full view.</p><p>Luverne, which thanks to a local collector claims to have more of the decorative figurines than people, now boasts the world's tallest nutcracker too. And yes, the star-spangled behemoth has a working jaw.</p><p>Outside a quirky rock shop in the town's center, hundreds of people gathered for a weekend ribbon cutting where the nutcracker's name and exact height were revealed to a crowd that was later served red, white and blue cookies and slushies.</p><p>“Please welcome our newest Luverne resident, Verne the Patriot,” Katie Walgrave announced to cheers.</p><p>It stands 65 feet and 7 1/2 inches tall, with the pedestal pushing Verne an additional 9 feet (2.7 meters) over the surrounding prairie, according to Walgrave. That's almost twice the height of a 33-foot (10-meter) tall nutcracker in Neuhausen, Germany, that Guinness World Records currently has ranked as the largest.</p><p>Walgrave, who runs the rock shop called Those Blasted Things with her family, said that since the nutcracker was completed in mid-June, customers have quadrupled. Other local businesses have reported more traffic too.</p><p>“Our goal is to have something that’s different and that you won’t see anywhere else. And so that’s what we have here,” she said.</p><p>Given the association between nutcrackers and Tchaikovsky's namesake holiday ballet, the July unveiling seemed a bit out of season. But nutcrackers are a year-round obsession in Luverne, which also hosts a “Nutcracker Fest” every summer.</p><p>It all traces back to Betty Mann, 96, and a trip that she made to a Cracker Barrel in January 2001 after her daughter and husband had recently died.</p><p>“I said to my daughter-in-law, ‘I had a hard Christmas and I’ve always wanted a wooden nutcracker. I’m buying myself a belated Christmas present,’” she recalled.</p><p>She got her first in the Cracker Barrel’s gift shop. She kept buying them, and Mann's collection eventually ballooned to more than 2,500 nutcrackers. In 2016, she donated them to the town’s historical society, where she was president, hoping to draw more visitors to its museum.</p><p>Others also started donating and today, Luverne’s 7,554 nutcrackers outnumber its roughly 5,000 residents. No two are the same.</p><p>A few years ago, when the city brought in a tourism expert to figure out how to lure more visitors, he concluded “we’re crazy if we don’t utilize the nutcracker collection,” Mayor Patrick Baustian said.</p><p>A city committee came up with the idea of building the world's tallest nutcracker, and so Verne was conceived. It was timed perfectly to arrive as the nation celebrates its 250th anniversary.</p><p>The nutcracker was several years in the making, with the pieces crafted in Utah and assembled in Luverne. The head and hat had to be lifted on with a crane three weeks ago, completing the structure.</p><p>It cost around $600,000, and was funded by donations and grants, Walgrave said.</p><p>John Hawkinson of Lakeville, Minnesota, surprised his wife, Francine, with a trip to Luverne (nearly 200 miles, or 321 kilometers, away) after a house fire last month destroyed her collection of nearly 300 nutcrackers. Many represented times from their life together — a nutcracker resembling a sailor for John’s time in the Navy, and matching bride and groom nutcrackers for their marriage.</p><p>“Betty started her collection as a way of dealing with grief,” John Hawkinson said Saturday. “We came down here out of loss as well. … I thought that was kind of a full circle moment.”</p><p>Luverne is about 30 miles (48 kilometers) from Sioux Falls, South Dakota, and about 200 miles (322 kilometers) from Minneapolis. One of its other claims to fame is being a setting for the second season of the TV show “Fargo.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKSJ2OOKS4BAVAEULPNVCDNBUA.jpg?auth=3f621935ac9e8f6563076d8bee10369e66f4aada83651e4fac51f4711c544a2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Verne the Patriot, a nutcracker sculpture, is unveiled in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I5QNEMGH6I4YQGOYIGHKN543MM.jpg?auth=5426ff620cef2be64e37f2f1cb9a487bd1c1a627c2e0dfe1f7d934bd9ee4b5f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of nutcrackers are displayed at the Rock County History Center in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AEU5M5FM7YYUE5HFPRVHGFUBPE.jpg?auth=42bb99fdc1b3f5e05823a04c4af1a341332bf263ebcedd2a78ff0f6398474057&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Verne the Patriot rises behind the shop Those Blasted Things in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PQLKEGCQAQFTPXDC56VYYQYL6Y.jpg?auth=b08b63d779b33b7292fdfc878ff02dad750daf8d7cadd6b0ffb51238b89a99ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A city welcome sign greets visitors as they exit the interstate into Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q53AH7QFXUA46BPVXDS6VPSCQQ.jpg?auth=cb81f8d3f0d2262c15dfa15e9d228e916c68072d74956ffdf0ae0f6b846c44a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather for the ribbon-cutting ceremony for Verne the Patriot in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content></item><item><title><![CDATA[Democratic candidates for District 27 discuss reasons for running, plans if elected]]></title><link>https://www.local10.com/news/local/2026/07/20/democratic-candidates-for-district-27-discuss-reasons-for-running-plans-if-elected/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/democratic-candidates-for-district-27-discuss-reasons-for-running-plans-if-elected/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[The Democratic primary for District 27 will pit former South Florida news anchor Eliott Rodriguez against former prosecutor Robin Peguero. ]]></description><pubDate>Tue, 21 Jul 2026 01:42:28 +0000</pubDate><content:encoded><![CDATA[<p>The Democratic primary for District 27 will pit former South Florida news anchor Eliott Rodriguez against former prosecutor Robin Peguero. </p><p>Both are hoping to take on incumbent Republican Maria Elvira Salazar in November’s election. </p><p>Local 10’s Jeff Derderain caught up with Rodriguez at the Miami home he grew up in. </p><p>“The people who grew up here, they are leaving,” he said. “They can’t afford to live here, and we need someone who is in Congress focused on these economic realities.”</p><p>He says he’ll fight for federal housing dollars.</p><p>“I will tell you when I’m elected to Congress, I will vow not to trade individual stocks,” he said. </p><p>Peguero told Derderain that Rodriguez refuses to debate.</p><p>“Will you debate him?” Derderain asked Rodriguez. </p><p>“I’ll run that by my campaign,” Rodriguez replied. </p><p>“That’s a half an answer, Eliott,” said Derderian. </p><p>“That’s what you’re going to get,” replied Rodriguez. </p><p>Peguero met with Derderain at a public library in Hialeah not far from where he grew up and was asked why he decided to run. </p><p>“To advocate for the people of this community who are suffering,” he said. </p><p>Peguero agreed with Rodriguez on term limits and stock trading. </p><p>“My plan says no stock trading while you’re in Congress,” he said. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami, Hollywood thefts lead police to recover motorcycle at North Miami home]]></title><link>https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A South Florida medical student says she had her dream motorcycle for only 12 days before it was stolen. ]]></description><pubDate>Mon, 20 Jul 2026 21:52:32 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida medical student says she had her dream motorcycle for only 12 days before it was stolen. </p><p>The crime was caught on camera around 4:45 p.m. Wednesday outside her Hollywood apartment.</p><p>In a matter of minutes, crooks pulled up in a white van with a Comcast sticker on the side and stole Isabella San Juan’s $7,000 motorcycle. </p><p>San Juan is a third year medical student. </p><p>“Everything I spent on the bike is pretty much everything I’ve saved working before medical school,” she said. “So I don’t have any way of replacing it.”</p><p>She posted about what happened on social media in hopes someone might know something. </p><p>That is when she connected with Aiden, who had his $15,000 motorcycle swiped from outside his Miami apartment building around 2:45 a.m. Saturday. </p><p>Turns out, he had a tracker on his bike, which led him to a home in North Miami. </p><p>North Miami police found his motorcycle in the back of a van at the home, releasing a statement about the incident that read, in part: </p><p>“The motorcycle, which had been reported (stolen) from the city of Miami was recovered at the residence along with a white van. No arrests were made.” </p><p>“I was more so just shocked and just so, like, disappointed that it comes down to that,” Aiden said. “When it’s actually they think it’s their job or something, or it’s their way of making money to just steal other people’s property.”</p><p>The license plate on the van matches the one in San Juan’s surveillance video, and she is hopeful her motorcycle will be recovered too. </p><p>“I don’t think criminals care much about the feelings of people they steal things from,” she said. “I just want the bike back. They could just leave it somewhere. I’ll pick it up, no worries.”</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[Shut down in New York, exhibitor’s planned South Florida sloth encounter gets pushback: ‘Tone-deaf’]]></title><link>https://www.local10.com/news/local/2026/07/20/shut-down-in-new-york-exhibitors-planned-south-florida-sloth-encounter-gets-pushback-tone-deaf/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/shut-down-in-new-york-exhibitors-planned-south-florida-sloth-encounter-gets-pushback-tone-deaf/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[An exotic animal exhibitor who was shut down in New York is now attempting to bring his controversial animals to South Florida.]]></description><pubDate>Mon, 20 Jul 2026 21:55:29 +0000</pubDate><content:encoded><![CDATA[<p>An exotic animal exhibitor who was shut down in New York is now attempting to bring his controversial animals to South Florida.</p><p>He plans to host sloth encounters in Margate, but he faces plenty of obstacles not limited to just permits and licensing.</p><p>That man, Larry Wallach, showed up to the May 6 Margate city commission meeting with a sloth in his arms. </p><p>Animal activists are outraged that anyone would attempt a sloth encounter after the atrocities that just took place in the transport of wild-caught sloths from Peru to Orlando, which caused the death of 55 sloths. </p><p>“Commissioner Tommy Rizzano brought in a guy with a sloth -- just seemed incredibly tone-deaf considering what just happened in Orlando,” said James Wildman, with the Animal Rights Foundation of Florida.</p><p>Added animal activist Ana Campos: “The last thing that we need is a Sloth World in Broward County. Nothing like that should ever open up here.”</p><p>Plans ended for the now defunct Sloth World in Orlando after 55 sloths died due to improper housing in a warehouse without heat, water, humidity or electricity. </p><p>“It just blew my mind that we learned nothing from what happened in Orlando and that they are even considering it,” said animal activist Ronald Roberts. </p><p>Margate City Commissioner Joanne Simone spoke publicly against Wallach’s plan to bring his wildlife adventure business to her doorstep.</p><p>“I personally do not want this store to open up in Margate. It’s unfortunate that this is happening in our city,” Simone said. </p><p>Wallach’s proposal for his new storefront was denied at the meeting due to code-related issues, but he was told he can resubmit.</p><p>PETA has filed local and state complaints while working to keep his business out of Florida.</p><p>“For years he’s disregarded city ordinances, court orders and even federal animal welfare laws in order to exploit sloths and other animals,” said Amanda Brody, with PETA. “Larry Wallach has a decades long rap sheet of over 60 animal welfare violations from the (U.S. Department of Agriculture) and he has been cited by them for improperly caring for sloths.”</p><p>After first not wanting to talk with us, the Animal Advocate team was invited inside for a sit-down with Wallach.</p><p>“They want to say violations, they are absolutely inspection reports. If I had 60 violations, like bad, I wouldn’t have any animals,” he said. “Fifty some odd years, 60 violations, I could live with it -- broken hose, water bowl.”</p><p>There is, however, an undercover video of his sloth encounters store in Long Island that was filmed by Humane World for Animals, showing what could have been a dangerous situation. </p><p>Wallach downplayed that too.</p><p>“She was bopping Chewbacca on the head, and I’m going to tell you right now, that did not hurt him. The only way we got them apart was me grabbing him by the nape of the neck and moving him,” said Wallach. </p><p>His New York location was shut down by the courts, which may be the reason he wants to make a move to Margate.</p><p>“Brick and mortar is closed,” he said. “Because I wasn’t zoned for that at that location.”</p><p>Wallach says he plans to renew his USDA license for the South Florida move.</p><p>There is no denying Wallach is a character. He claims he loves his animals and he does not believe in the bad publicity he has been receiving, but at a time when the Florida Fish and Wildlife Conservation Commission is cracking down on sloth imports from the wild, and many sloth species are endangered or threatened, he claims his are merely exotic pets.</p><p>“Not one (came from the wild),” he said. “I get them from breeders.”</p><p>No evidence was provided to that end, but he did show Local 10 scrapbooks containing 50 years of his life spent with animals. It’s not a done deal that his life will continue with them here in the Sunshine State, though.</p><p>“There’s still a chance the Margate commission could vote no,” he said. “There’s a chance for everything, but I could always go to Loxahatchee, which is designated agricultural. I can do whatever the hell I want.”</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[‘It’s really heart wrenching’: State Rep. hoping for last-minute reprieve before Haitians lose TPS]]></title><link>https://www.local10.com/news/local/2026/07/20/its-really-heart-wrenching-state-rep-hoping-for-last-minute-reprieve-before-haitians-lose-tps/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/its-really-heart-wrenching-state-rep-hoping-for-last-minute-reprieve-before-haitians-lose-tps/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Hundreds of thousands of Haitians, many here in South Florida, are days away from losing their legal right to live and work in the United States.]]></description><pubDate>Tue, 21 Jul 2026 01:40:44 +0000</pubDate><content:encoded><![CDATA[<p>Hundreds of thousands of Haitians, many here in South Florida, are days away from losing their legal right to live and work in the United States.</p><p>Temporary Protected Status is set to end Friday for around 350,000 Haitians as well as around 4,000 Syrians.</p><p>Democratic State Rep. Marie Woodson, of Pembroke Pines, is someone who’s lived the American dream after being born in Haiti.</p><p>In 1981, when she was 21, Woodson moved to the U.S. in search of a better life. </p><p>She now says her heart is aching for people like her who could soon be deported.</p><p>“It’s really heart wrenching what the people are going through,” said Woodson. “And as a Haitian American serving in the state Legislature, I felt it could’ve been me because I’m also from Haiti.”</p><p>Woodson represents parts of both Miami-Dade and Broward counties and says she is constantly hearing from Haitians in need who are asking for help. </p><p>“They want to know what we are doing,” she said. “Even though immigration is a federal issue, I’m a state legislator, but they still want to know, ‘You are elected. What are you going to do about it?’”</p><p>This all comes after the U.S. Supreme Court allowed the Department of Homeland Security to end TPS for these groups, with the DHS claiming Haiti is now safe enough for people to return to. </p><p>The United Nations and the U.S. State Department, meanwhile, continue to warn of frequent gang violence and kidnappings in Haiti. </p><p>“When you look at what’s going on in Haiti, the gangs, everything, those people have nothing to go back to right now,” said Woodson. </p><p>Many South Florida Haitians work in hospitality and healthcare, and advocates have said that will hit those industries that are already dealing with staffing shortages hard. </p><p>“A lot of business owners, they come to me, their employees are mostly immigrants right, with TPS, so if they don’t have immigrants in their job, over 90% of their workforce will no longer be there,” said business owner Dinah Escarment. </p><p>Woodson is asking the president or Congress to do something before it’s too late. </p><p>“I’m just asking for compassion. I’m asking for humanity for my brothers and sisters,” she said. </p><p>While Woodson said she understands criminals being deported, she said most of the people impacted by this are hard-working, decent human beings who are just trying to have a better 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[Parked pet grooming truck goes up in flames ]]></title><link>https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A smoky scorching scene is what first responders found on Monday afternoon as they arrived to a fully engulfed commercial truck. ]]></description><pubDate>Tue, 21 Jul 2026 02:07:41 +0000</pubDate><content:encoded><![CDATA[<p>A smoky scorching scene is what first responders found on Monday afternoon as they arrived to a fully engulfed commercial truck. </p><p>Fort Lauderdale Fire Rescue crews responded to the flaming truck, which was parked in a spot near Northeast Sixth Street and Fourth Avenue. </p><p>Once the flames were out, crews began to get a real sense of the damage.</p><p>The vehicle was a total loss for a mobile pet grooming business.</p><p>Investigators said the groomer left the vehicle to grab a client from a nearby business and returned to find the truck already on fire. </p><p>Officials said there was a lot of equipment inside, from the truck’s generator to essentials needed in the pet grooming process, all of which were destroyed.</p><p>There were no injuries reported, human or animal, authorities said. </p><p>A Honda that was parked behind the truck was damaged by the fire, with its front end partially melted down because of the intense heat. </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[Making recess more routine — inside the 40+ Double Dutch Club, SoFlo ]]></title><link>https://www.local10.com/features/2026/07/21/making-recess-more-routine-inside-the-40-double-dutch-club-soflo/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/21/making-recess-more-routine-inside-the-40-double-dutch-club-soflo/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[No men. No kids. No pets. No stress. Those are the house rules of the 40+ Double Dutch South Florida subclub, where your age is your ticket in. ]]></description><pubDate>Tue, 21 Jul 2026 10:43:40 +0000</pubDate><content:encoded><![CDATA[<p>No men. No kids. No pets. No stress.</p><p>Those are the house rules of the <a href="https://www.40plusdoubledutchclub.org" target="_self" rel="" title="https://www.40plusdoubledutchclub.org">40+ Double Dutch South Florida </a>subclub, where your age is your ticket in.<b> </b></p><p>Growing older gets you access. Growing old is optional. The club is part of an international sisterhood that’s turning a childhood pastime into something much bigger.</p><p>“We take care of everyone. We continuously pour out into others,” said South Florida subclub captain Adrienne “Asia” Philpart. “Our kids, our pets, our spouses, our significant others. We need a time and a place where we can get poured back into us.” </p><p>“Take that break from adulting and let go of the cares,” she continued. </p><p><a href="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub" target="_self" rel="" title="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub"><b>CLICK HERE</b></a><b> to find a subclub near you.</b></p><p>That need is what sparked the global movement in the first place. Women 40 years and older can walk into any group and start jumping right away. </p><p>Founder Pamela Robinson launched the <a href="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#" target="_self" rel="" title="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#">40+ Double Dutch Club</a> in Chicago in 2016 while searching for the woman she was before adulthood took over. She returned to the game she loved as a child — one that reminded her of life before responsibilities consumed it. Nearly a decade later, that personal journey has grown tremendously into an international sisterhood with more than 100 chapters in place.</p><p><a href="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA==" target="_self" rel="" title="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA=="><b>CLICK HERE</b></a><b> to find the 40+ Double Dutch Club on Instagram.</b></p><p>“We have women that are taking care of parents with Alzheimer’s, special needs children,” said Philpart. </p><p>Philpart learned of the movement through social media and worked fast to bring that energy to South Florida, launching the subclub in 2019 with a few close friends. </p><p>Membership has since grown quickly, jumping rope at community events and getting together twice a week to practice and “play.” </p><p>For co-captain Natasha “T Boogie” Hendricks, joining the chapter in 2020 came at exactly the right time.</p><p>“There were a lot of times where I just felt I was losing myself,” Hendricks said. “We know exactly who we are when we’re young. When we’re in our 20s. But then we get married and it’s not that we don’t love our families, but we do so much - we’re running here, we’re running there and we never take time out for ourselves.”</p><p>While balancing work, family and caring for her nonverbal daughter, Hendricks said the club became an opportunity to make connections while staying sharp and active.</p><p>Today, members proudly wear their ages across their backs — the club’s favorite humble brag.</p><p>Ages range across all groups from women starting in their 40s and jumping well into their 90s.</p><p>Double Dutch may be the draw, but hula hoops, jacks and plenty of laughter are all part of the experience. Philpart said women can simply walk up and join. Before long, they’re part of a sisterhood built on friendship, fitness and fun.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UHW4DZCBBJASNLPL4JYTB24J7A.jpeg?auth=4c7e606773358e272e77230beb928775cd306528aa998c698b3d54d9da4e1271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[International criminal groups use technology to expand in and beyond Asia, UN report says]]></title><link>https://www.local10.com/news/world/2026/07/21/international-criminal-groups-use-technology-to-expand-in-and-beyond-asia-un-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/international-criminal-groups-use-technology-to-expand-in-and-beyond-asia-un-report-says/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Southeast Asia-based criminal groups are using increasingly integrated networks and technology to build a rapidly growing illicit economy with tentacles that reach far beyond Asia, with scams alone causing estimated combined losses of $88.3 billion to $114.1 billion in 2025, a U.N. report says.]]></description><pubDate>Tue, 21 Jul 2026 10:37:14 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Southeast Asia-based criminal groups are using increasingly integrated networks and technology to build a rapidly growing illicit economy with tentacles that reach far beyond Asia, with scams alone causing estimated combined losses of $88.3 billion to $114.1 billion in 2025, a U.N. report says.</p><p>The report by the United Nations Office on Drugs and Crime outlines how transnational crime that used to be concentrated in Southeast Asia has expanded to other regions, while global criminal groups are increasingly engaging in drug, human and wildlife trafficking in Asia.</p><p>Criminals are using new technologies to launder money through global financial systems and using artificial intelligence to steal from victims worldwide, said the report, released Tuesday.</p><p>Children are increasingly at risk</p><p>One key finding of the report is the threat to children both from AI and from online gaming, as hundreds of scam compounds scattered across Southeast Asia provide venues for sex trafficking and selling of child sexual abuse content.</p><p>“There is a huge jump in AI-generated child sexual images ... communicated through encrypted communications platforms,” said Inshik Sim, UNODC researcher and coordinator for the report, told reporters at a briefing at the Foreign Correspondents Club of Thailand.</p><p>East Asian crime syndicates are running businesses that use malware, generative AI and deepfakes for sexual extortion and exploitation in a trend that increases risks of in-person abuse as well as livestreamed abuse and grooming of victims. Apart from outright trafficking for the sex industry, victims can be sold into domestic servitude, forced begging and forced labor, among other forms of exploitation, the report says.</p><p>Social media and online gaming and gambling also pose dangers for children, the report notes, citing surveys showing that hundreds of children and teens across Southeast Asia are engaged in online gambling, some to the extent of addiction.</p><p>Trafficking in drugs, guns tobacco and wildlife is expanding</p><p>The report estimates the combined annual sales of illicit drugs in Southeast Asia and nearby countries at up to $109 billion, with seizures of illegal shipments soaring. That includes methamphetamines, heroin and ketamine.</p><p>It points to the Sulu-Celebes maritime “triangle” between Indonesia, Malaysia and the Philippines as an increasingly important corridor for shipments of cocaine from Latin America to Asia, with illicit cargoes sometimes embedded in legitimate shipments such as Chinese tea.</p><p>The area is also often used for smuggling of wildlife and small arms, the report says.</p><p>Meanwhile, Thailand and Vietnam increasingly are the source of cannabis sent to Japan, where it is illegal, and to Europe, it says.</p><p>Earlier this year, authorities in Malaysia's Sabah seized more than 3 tons of methamphetamine, ketamine and ecstasy in the largest such seizure for Sabah so far.</p><p>Money laundering and other tools keep criminals in business</p><p>The report outlines how cross border financial and technology networks are supporting what it calls a “criminal service infrastructure” that facilitates global organized crime.</p><p>The tools used include cryptocurrency, encrypted and private communications platforms and generative AI to create convincing phishing content, deploy real-time deepfake videos and voice calls. Using AI-powered translations, they can target victims across many languages at the same time, the report says.</p><p>Satellite communications also enable scam compounds to operate in places that are remote or subject to close surveillance.</p><p>To counter this growing criminal ecosystem, authorities need a coordinated, cross-border strategy that integrates enforcement across data, communications and financial systems, and online services and marketplaces, the report said.</p><p>Crackdowns drive scam centers offshore and underground</p><p>As authorities in Thailand, China and elsewhere have raided industrial-sized scam centers mostly located in border regions of Myanmar, Laos and Cambodia, criminals have responded by shifting to other parts of the world or operating on a smaller scale.</p><p>“They were destroyed, but none of the operations stopped,” said Seong Jae Shin, an analyst and counter-terrorism office at the UNODC.</p><p>Scam centers moved to villas and other properties, he said, going underground.</p><p>“It's much harder for the Cambodian authorities to crack down now,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3PBBJCOHRAU5Y2BFANJ5VS5RY.jpg?auth=40c0d13cf87c58d9798b49f7d460c3fefcc6ad89d44faad77bb9586b108264ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chris Colocousis holds up a screenshot of the fake app where he invested his savings showing his account had more than doubled to nearly $826,000 as part of a scam in which he says he lost $400,000 at his home in Raynham, Mass., Tuesday, March 10, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EXXYSIYAUORNJR3PGMSU6H56UQ.jpg?auth=3098385a0ec49594b792d34c66f0e96f8b3982d2880c636c6e725ada40c7c134&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this image provided by the Myanmar military on Oct. 19, 2025, soldiers stand next to Starlink satellite internet devices from the KK Park scam compound in Myawaddy township, Karen State, Myanmar. (The Myanmar Military True News Information Team via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SZ2FJVDISQHJEN7VATLO2BHS2I.jpg?auth=2079e79259b9982e6784a7686e6d3efe28d778ab5c05d27fc92904db2cc2d004&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People from China, Vietnam and Ethiopia, believed to have been trafficked and forced to work in scam centers, sit with their faces masked while in detention after being released from the centers in Myawaddy district in eastern Myanmar, Feb. 26, 2025. (AP Photo/Thanaphon Wuttison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanaphon Wuttison</media:credit></media:content></item><item><title><![CDATA[July 21: South Florida on drier side of Tropical Strom Bertha]]></title><link>https://www.local10.com/weather/2026/07/21/july-21-south-florida-on-drier-side-of-tropical-strom-bertha/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/21/july-21-south-florida-on-drier-side-of-tropical-strom-bertha/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Welcome to your Tuesday! Lows this morning are in the mid-80s, with heat indices already in the 90s.]]></description><pubDate>Tue, 21 Jul 2026 10:36:49 +0000</pubDate><content:encoded><![CDATA[<p>Welcome to your Tuesday! Lows this morning are in the mid-80s, with heat indices already in the 90s. High temperatures will be in the low 90s, but heat indices will reach into the triple digits. With Tropical Strom Bertha spinning in the Gulf, we are on the drier side of the system. These drier breezy conditions keep South Florida mostly dry, hot and hazy again today. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Conflicts and energy shocks threaten progress against global hunger, UN agency head warns]]></title><link>https://www.local10.com/business/2026/07/21/conflicts-and-energy-shocks-threaten-progress-against-global-hunger-un-agency-head-warns/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/conflicts-and-energy-shocks-threaten-progress-against-global-hunger-un-agency-head-warns/</guid><dc:creator><![CDATA[By GIADA ZAMPANO and PAOLO SANTALUCIA, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Conflicts and disruptions to global energy markets could push millions more people into hunger by driving up fuel, fertilizer and food costs, the head of the Rome-based International Fund for Agricultural Development warned, as a new United Nations report showed global progress against hunger remains fragile.]]></description><pubDate>Tue, 21 Jul 2026 10:27:30 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Conflicts and disruptions to global energy markets could push millions more people into hunger by driving up fuel, fertilizer and food costs, the head of the Rome-based International Fund for Agricultural Development warned, as a new United Nations report showed global progress against hunger remains fragile.</p><p>The U.N. food security report, released Tuesday, found global hunger has eased modestly in recent years, but projected more than 500 million people could still face chronic hunger by 2030. Africa is expected to bear the largest share of that burden.</p><p>In an interview with The Associated Press on July 10, IFAD President Alvaro Lario said geopolitical tensions and potential disruptions to shipping and energy supplies, including uncertainty surrounding the Strait of Hormuz during the Iran war, could leave an additional 9-18 million people facing hunger if the shocks persist.</p><p>“We are in a current era where we have the highest number of conflicts and are still increasing,” Lario said. “Whenever there is a conflict, also hunger, displacement, refugees increase.”</p><p>Conflict fuels food insecurity</p><p>Conflict remains one of the biggest obstacles to reducing hunger worldwide, Lario added.</p><p>Wars and geopolitical tensions can disrupt shipping, energy supplies and agricultural inputs, increasing costs across food systems already strained by inflation. Lario stressed that hunger and conflict often reinforce one another, creating a cycle that is difficult to break without greater stability.</p><p>Higher energy prices are already affecting fertilizers and agricultural production, he said. The impact is especially significant for small-scale farmers, many of whom rely on diesel fuel to pump water, harvest crops and transport goods to market.</p><p>Rising fuel costs increase production expenses and can feed directly into higher food prices.</p><p>Climate shocks add pressure</p><p>The new report identifies affordability as one of the world’s biggest food security challenges. While food production continues to grow, roughly a third of the global population still can't afford a healthy diet. In low-income countries, that figure rises to about 77%, according to Lario.</p><p>“The biggest challenge is no longer simply producing enough food, but making healthy diets affordable,” he said.</p><p>Climate change is adding further pressure to food systems and rural livelihoods.</p><p>Lario noted that floods, prolonged droughts and extreme heat are increasingly disrupting agriculture around the world and have become a common reality for many communities.</p><p>Governments should focus on resilience and adaptation before disasters strike, rather than relying solely on emergency responses afterward, he said.</p><p>“This is just becoming the new normal,” Lario said. “We are seeing floods in many countries. We’re still seeing droughts that have been expanding for four or five years.”</p><p>The fund is increasing investments in climate-adaptation programs aimed at helping rural communities withstand floods, droughts and extreme heat, he said, arguing that support is urgently needed for the millions of small farmers who produce much of the world’s food.</p><p>Africa emerges as the epicenter</p><p>The report highlights Africa as the world’s most pressing food-security challenge. For the first time, the continent has overtaken Asia as the region with the largest number of hungry people, and nearly 60% of the world’s chronically undernourished people could live there by 2030.</p><p>Lario attributed the shift partly to rapid population growth and slower economic gains than in parts of Asia, and he called for greater investment in agriculture, infrastructure and food systems.</p><p>African countries currently import nearly $100 billion worth of food each year, he said, underscoring the need for stronger local production, storage, distribution and regional trade networks.</p><p>Conflicts, energy-market disruptions and climate extremes threaten to derail progress unless governments invest in more resilient food systems, Lario said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4YKJFGOMQ4VZJQORDZ5PA654R4.jpg?auth=75259e1dbceedb0ac6baf2d313720c3c8f03ac972e1cead1dbde2692c2d7a7c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Martha Waema, stands on her farm after it was submerged by weeks of rainfall in Machakos, Kenya, May 8, 2024. (AP Photo/Andrew Kasuku, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DLUCNNLAE73S5WCVCWLNXUXV4.jpg?auth=dd71a665a6d75ece4e4bc6c846c54f5edecfceffbb9b8fd5aeca7af956eee74a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alvaro Lario, president of the International Fund of Agricultural Development, participates in the Global Citizen NOW conference in New York, April 28, 2023. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Explosion in Indian hydropower project tunnel leaves 11 dead and 14 missing]]></title><link>https://www.local10.com/news/2026/07/21/explosion-in-tunnel-at-indian-hydropower-project-leaves-10-dead-and-17-missing/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/21/explosion-in-tunnel-at-indian-hydropower-project-leaves-10-dead-and-17-missing/</guid><dc:creator><![CDATA[By WASBIR HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[GUWAHATI, India (AP) — A suspected gas explosion on Monday triggered a collapse inside a tunnel that was under construction at a hydropower project in India’s northeastern Himalayan state of Sikkim, leaving at least 11 people dead and 14 missing, officials said on Tuesday.]]></description><pubDate>Tue, 21 Jul 2026 13:02:54 +0000</pubDate><content:encoded><![CDATA[<p>GUWAHATI, India (AP) — A suspected gas explosion on Monday triggered a collapse inside a tunnel that was under construction at a hydropower project in India’s northeastern Himalayan state of Sikkim, leaving at least 11 people dead and 14 missing, officials said on Tuesday.</p><p>State Chief Minister Prem Singh Tamang, who visited the disaster site near the Chinese border, said the explosion was triggered by a build-up of methane gas.</p><p>At least 27 people were trapped, including some who entered the tunnel to help with rescue efforts after the blast, while two workers escaped, Tamang said.</p><p>The blast ripped through the tunnel at Samardung village, about 40 kilometers (25 miles) from the state capital, Gangtok, where multiple workers were carrying out construction work on the 500-megawatt Teesta hydroelectric project, civil official Anupama Tamling said.</p><p>Survivors told authorities they heard a loud explosion before debris came crashing through the tunnel, trapping dozens inside, Tamling said.</p><p>Officials had recovered 11 bodies on Tuesday while rescue teams including the National Disaster Response Force (NDRF) raced to reach at least 14 people who remained trapped inside the tunnel, where toxic gases and hazardous conditions have hampered operations.</p><p>“We found toxic gases such as methane, carbon monoxide and hydrogen sulfide inside the tunnel,” NDRF official Nitin Kumar said at the scene, adding that rescuers were using breathing equipment as they searched in the for survivors in the dangerous air conditions.</p><p>As news of the accident spread, six officials from the state-owned National Hydroelectric Power Corporation (NHPC), which is building the project, entered the tunnel to assist in rescue efforts but became trapped themselves, officials said.</p><p>Construction accidents are not uncommon in India, where rapid infrastructure growth often collides with fragile geology, construction lapses, extreme weather and safety standards.</p><p>In the Himalayan region, fragile mountains, seismic activity and unpredictable underground conditions make tunnel projects especially risky. An explosion inside a coal mine in neighboring Meghalaya state in February killed at least 18 workers. In 2023, a tunnel section in northern Uttarakhand state collapsed, trapping 41 workers for 17 days before they were rescued.</p><p>Experts say the Teesta River basin, where the hydropower project is being built, lies in a seismically active region marked by young, fragile rock formations riddled with fractures and underground pockets that can trap ancient gases.</p><p>Dr. Devesh Walia, a geology professor at North-Eastern Hill University in Meghalaya, said the area contains relatively young rock formations, some associated with coal-bearing strata.</p><p>“It is quite possible that methane along with other gases accumulated underground and may have triggered an explosion,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4CSHNBCFEIDK3HKFWW5XYTM6I.jpg?auth=9527e9c7c23c16b1747d7564399ec8e1816f3a46d56f92d359e6d2bad34bd750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the rescue team carry oxygen cylinders outside the entrance to an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, Tuesday, July 21, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content></item><item><title><![CDATA[Southeast Asia's top diplomats hold security talks in Manila as US-Iran fighting rages]]></title><link>https://www.local10.com/news/politics/2026/07/21/southeast-asias-top-diplomats-hold-security-talks-in-manila-as-us-iran-fighting-rages/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/southeast-asias-top-diplomats-hold-security-talks-in-manila-as-us-iran-fighting-rages/</guid><dc:creator><![CDATA[By JIM GOMEZ, Associated Press]]></dc:creator><description><![CDATA[MANILA, Philippines (AP) — Southeast Asia’s top diplomats opened three days of talks in the Philippine capital on Tuesday with an agenda topped by their most daunting security problems and a backdrop of unfolding crises led by resurging U.S.-Iran fighting and a violent skirmish in the disputed South China Sea.]]></description><pubDate>Tue, 21 Jul 2026 14:56:58 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — Southeast Asia’s top diplomats opened three days of talks in the Philippine capital on Tuesday with an agenda topped by their most daunting security problems and a backdrop of unfolding crises led by resurging U.S.-Iran fighting and a violent skirmish in the disputed South China Sea.</p><p>The foreign ministers of the Association of Southeast Asian Nations met behind closed doors in Manila before issuing a joint statement calling for an immediate halt to fighting in the Middle East and the full and safe reopening of the Strait of Hormuz, a key corridor for energy shipments.</p><p>“We expressed serious concern over the rapidly evolving situation in the Middle East, particularly the renewed hostilities involving the United States of America and the Islamic Republic of Iran,” the ASEAN ministers said.</p><p>The ministers said they reaffirmed the obligations of states to peacefully resolve their differences and respect national sovereignty and territorial integrity.</p><p>Southeast Asia, a bustling region of more than 680 million people, relies heavily on Middle East oil and gas and was severely hit by the global supply and price shocks sparked by the Iran war. Philippine President Ferdinand Marcos Jr. declared a national energy emergency in March to ensure the availability of fuel, food and other basic goods and prevent hoarding and profiteering.</p><p>Rubio to meet his Chinese counterpart</p><p>U.S. Secretary of State Marco Rubio arrived in Manila on Tuesday morning for an annual meeting with his ASEAN counterparts on Wednesday, where the Middle East crisis will be high on the agenda along with other security and economic issues.</p><p>Rubio plans to join regional security talks called the ASEAN Regional Forum, which also will include the European Union, Russian Foreign Minister Sergey Lavrov and Chinese Foreign Minister Wang Yi.</p><p>Rubio will meet Wang on the sidelines on Wednesday, the State Department said. It will be the highest-level contact between the U.S. and China since President Donald Trump flew to flew to Beijing in May for talks with Chinese President Xi Jinping that focused on the U.S.-Israel war on Iran, trade and the status of Taiwan, among other issues.</p><p>Rubio, Wang and Lavrov will attend a final forum Thursday called the East Asia Summit, where 18 Western and Asian countries, including the 11-nation ASEAN, will tackle geopolitical, economic and security concerns.</p><p>Tensions have grown in the South China Sea</p><p>ASEAN ministers were scheduled to meet Wang on Wednesday with an agenda that includes a discussion on the status of negotiations between China and the regional bloc on a proposed pact called a “code of conduct,” which aims to prevent territorial disputes in the South China Sea from spiraling out of control.</p><p>A new clash in the disputed waters underscored the urgency of the proposed nonaggression pact, which has been negotiated by the two sides for about two decades. They aim to conclude talks within the year.</p><p>The Philippine military accused China’s coast guard of injuring a Filipino sailor during an altercation Monday in the disputed Second Thomas Shoal.</p><p>Chinese coast guard personnel aboard a motorboat repeatedly struck the sailor on the head with a wooden baton, injuring him and damaging his smaller vessel, the Philippine military said.</p><p>Philippine officials condemned the Chinese coast guard, which blamed the Filipinos for starting the high seas confrontation. Marcos called the Chinese Ambassador Jing Quan for a meeting Tuesday afternoon, his spokesperson said without providing details.</p><p>In Beijing, China’s Foreign Ministry said the Philippine ambassador was summoned on Tuesday to protest his country’s actions in the confrontation.</p><p>___</p><p>Associated Press writers Michelle L. Price in Manila, Philippines, and Ken Moritsugu in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPKA6XBW5TKXYF2SFUQYONXVB4.jpg?auth=529e31af8ab05d53f40b442dbe151e21a3659e8c52baef768febf0c07467a57d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ASEAN Chair and Philippine Foreign Secretary Theresa Lazaro hosts an informal consultation with Foreign Ministers during the Association of Southeast Asian Nations (ASEAN) Foreign Ministers' Meeting at the Philippine International Convention Center in Manila, Tuesday, July 21, 2026. (Francis R. Malasig/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Francis R. Malasig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WTSVND7P4LTCSBWRJT5BFWAMUQ.jpg?auth=24afb1d7c5f446096274b75740476af39bffd983c277ca513ddebe8ad6af68b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ASEAN Chair and Philippine Foreign Secretary Theresa Lazaro, center, hosts an informal consultation with Foreign Ministers during the Association of Southeast Asian Nations (ASEAN) Foreign Ministers' Meeting at the Philippine International Convention Center in Manila, Tuesday, July 21, 2026. (Francis R. Malasig/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Francis R. Malasig</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li>Breaking News: Police investigation underway in Fort Lauderdale</li><li><a href="https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/">Miami, Hollywood thefts lead police to recover bike at North Miami home</a></li><li><a href="https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/">Parked pet grooming truck goes up in flames</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Equipos de rescate en Afganistán buscan desaparecidos tras inundaciones repentinas]]></title><link>https://www.local10.com/espanol/2026/07/21/equipos-de-rescate-en-afganistan-buscan-desaparecidos-tras-inundaciones-repentinas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/equipos-de-rescate-en-afganistan-buscan-desaparecidos-tras-inundaciones-repentinas/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[KABUL (AP) — Los equipos de rescate en Afganistán buscaban el martes sobrevivientes y cuerpos entre los escombros de viviendas destruidas por devastadoras inundaciones repentinas que, según las autoridades, han dejado casi dos decenas de muertos y más de 100 desaparecidos.]]></description><pubDate>Tue, 21 Jul 2026 09:50:40 +0000</pubDate><content:encoded><![CDATA[<p>KABUL (AP) — Los equipos de rescate en Afganistán buscaban el martes sobrevivientes y cuerpos entre los escombros de viviendas destruidas por devastadoras inundaciones repentinas que, según las autoridades, han dejado casi dos decenas de muertos y más de 100 desaparecidos.</p><p>La Autoridad Nacional de Gestión de Desastres de Afganistán informó el martes que 23 personas habían muerto, 80 habían resultado heridas y más de 100 estaban desaparecidas después de que las inundaciones golpearan el lunes la provincia oriental de Nuristán, lo que provocó el derrumbe de un número indeterminado de edificios. La capital provincial, Parun, estuvo entre las zonas afectadas, indicaron las autoridades.</p><p>Se han pronosticado más fenómenos meteorológicos extremos, con lluvias intensas, tormentas eléctricas, vientos fuertes acompañados de polvo y arena e inundaciones repentinas en 10 de las 34 provincias del país, señaló el lunes por la noche el departamento de meteorología del Ministerio de Transporte y Aviación Civil. El ministerio advirtió a los residentes que eviten las riberas de los ríos y otras zonas con riesgo de inundación.</p><p>Afganistán es altamente vulnerable a los fenómenos meteorológicos extremos, con nieve y lluvias intensas que desencadenan inundaciones repentinas, que a menudo matan a decenas o incluso a cientos de personas de una sola vez. En 2024, más de 300 personas murieron en inundaciones repentinas de primavera. A principios de este año, al menos 110 personas murieron por inundaciones generalizadas y deslizamientos de tierra en varias partes del país.</p><p>Décadas de conflicto, junto con una infraestructura deficiente, una economía en dificultades, la deforestación y los efectos cada vez más intensos del cambio climático han amplificado el impacto de este tipo de desastres, particularmente en zonas remotas donde muchas viviendas están construidas de barro y ofrecen una protección limitada frente a aguaceros repentinos o fuertes nevadas.</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/KZ3R4WFI7OOP5MHCQQ2QFAMWEQ.jpg?auth=251bcbed161809bdf09cc4377d2c2926ea264b7a7f037193683fdd4736696814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vecinos y rescatistas inspeccionan edificios dañados por fuertes inundaciones en la provincia oriental de Nuristán, Afganistán, el martes 21 de julio de 2026. (AP Foto/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content></item><item><title><![CDATA[Rescuers in Afghanistan search for scores missing after floods kill at least 23]]></title><link>https://www.local10.com/news/world/2026/07/21/rescue-crews-in-afghanistan-search-for-missing-dead-in-rubble-left-by-flash-flooding/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/rescue-crews-in-afghanistan-search-for-missing-dead-in-rubble-left-by-flash-flooding/</guid><dc:creator><![CDATA[By ABDUL QAHAR AFGHAN, Associated Press]]></dc:creator><description><![CDATA[KABUL, Afghanistan (AP) — Rescue crews in Afghanistan searched Tuesday for survivors and bodies in the rubble of houses destroyed by devastating flash floods that authorities said have killed at least 23 people and left more than 100 missing.]]></description><pubDate>Tue, 21 Jul 2026 13:28:33 +0000</pubDate><content:encoded><![CDATA[<p>KABUL, Afghanistan (AP) — Rescue crews in Afghanistan searched Tuesday for survivors and bodies in the rubble of houses destroyed by devastating flash floods that authorities said have killed at least 23 people and left more than 100 missing.</p><p>The Afghanistan National Disaster Management Authority said Tuesday that 80 people also were injured when floods struck the eastern province of Nuristan on Monday, causing an undetermined number of buildings to collapse. The provincial capital city of Parun was among the areas affected, authorities said.</p><p>Video footage from Parun showed scenes of utter devastation, with piles of mud, rocks and rubble where buildings used to be. Bulldozers helped clear mud and smashed concrete while local residents used shovels to dig away at piles of earth.</p><p>“The flood came through here. We saw bodies being swept away in the floodwaters with our own eyes," said Parun resident Zubair Ahmad, who said homes and shops were destroyed. “The flooding caused extensive damage and heavy losses for the local people.”</p><p>Forecasters predicted more extreme weather, with heavy rain, thunderstorms, strong winds accompanied by sand and flash floods in 10 of the country's 34 provinces, the Ministry of Transport and Civil Aviation’s meteorology department said Monday evening. The ministry warned residents to avoid riverbanks and other areas at risk of flooding.</p><p>Afghanistan is highly vulnerable to extreme weather events, with snow and heavy rain that trigger flash floods, often killing dozens, or even hundreds, of people at a time. In 2024, more than 300 people died in springtime flash floods. Earlier this year, at least 110 people were killed by widespread flooding and landslides in several parts of the country.</p><p>Decades of conflict, along with poor infrastructure, a struggling economy, deforestation and the intensifying effects of climate change, have amplified the impact of such disasters, particularly in remote areas where many homes are built of mud and offer limited protection against sudden deluges or heavy snowfall.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF26S464NMMXSFHTSAOKFGNQZM.jpg?auth=574c864ecbb3c6d5093192073e5464d72191a2dc0da17331d1d82ba89951f876&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers inspect buildings damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T6DOSRVAJLG3NO2PDN2PDAAZDQ.jpg?auth=656f3a5d91136f596718778830b410b44a60cae59e8ee4b9ce351a437d460489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing areas with severe flooding - and areas with flood warnings - in Afghanistan. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F66QTSN3C6SQZQ42FLVSKAGLVQ.jpg?auth=4597f61426edb9882ee2f97b3dc44afd6a10e703c6b7d8cdbf6f34a7e182ac07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers inspect buildings damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AHLZ5O4SXIMNSEYOOTEPBV5DAQ.jpg?auth=0fd6a37758d5f0fa40b2b793ac01fc59184f2497f71ec28db1bc3e1a6ebb09c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers inspect buildings damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RQOHJEO4GGQN7N7YY5LCY4RQHA.jpg?auth=91b3947a6046d7be07cae82b6856568a05098719c07c5d40515ac86f040abdb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medical workers carry equipment through an area damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content></item><item><title><![CDATA[La tormenta tropical Bertha avanza en el Golfo de México hacia el noroeste de Florida y Alabama]]></title><link>https://www.local10.com/espanol/2026/07/21/la-tormenta-tropical-bertha-avanza-en-el-golfo-de-mexico-hacia-florida-y-alabama/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/la-tormenta-tropical-bertha-avanza-en-el-golfo-de-mexico-hacia-florida-y-alabama/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[NUEVA ORLEANS (AP) — La tormenta tropical Bertha se fortaleció en el Golfo de México y avanzaba lentamente hacia la franja noroeste de Florida y Alabama, lo que provocó una alerta de tormenta tropical y avisos por marejada ciclónica, informaron los meteorólogos.]]></description><pubDate>Tue, 21 Jul 2026 11:17:49 +0000</pubDate><content:encoded><![CDATA[<p>NUEVA ORLEANS (AP) — La tormenta tropical Bertha se fortaleció en el Golfo de México y avanzaba lentamente hacia la franja noroeste de Florida y Alabama, lo que provocó una alerta de tormenta tropical y avisos por marejada ciclónica, informaron los meteorólogos.</p><p>La tormenta se encontraba unos 177 kilómetros (110 millas) al sur de Panama City, Florida, y 274 kilómetros (170 millas) al sureste de Mobile, Alabama, y se desplazaba hacia el noroeste a 8 km/h (5 mph) con vientos máximos sostenidos de 80 km/h (50 mph), según informó el martes por la mañana el Centro Nacional de Huracanes, con sede en Miami.</p><p>La velocidad del viento aumentó 16 km/h (10 mph) desde que Bertha se formó la noche del lunes. Una alerta de tormenta tropical —lo que significa que se prevé que las condiciones se presenten dentro del área bajo advertencia en un plazo de 36 horas— estaba vigente a primera hora del martes desde la frontera entre Florida y Alabama hasta la línea entre las parroquias de Jefferson y Plaquemines, en Luisiana.</p><p>El centro de huracanes indicó que se emitió una vigilancia por marejada ciclónica —que señala el aumento del nivel del agua, potencialmente mortal, que puede avanzar tierra adentro desde la costa en un plazo de 48 horas— desde la frontera entre Alabama y Florida hasta la desembocadura del río Mississippi, informó el centro de huracanes.</p><p>Se espera que Bertha se mantenga cerca de la costa</p><p>Bertha es la segunda tormenta tropical de la temporada de huracanes del Atlántico, después de que la tormenta tropical Arthur llevó fuertes lluvias al sureste de Estados Unidos en junio.</p><p>Se esperaba que la tormenta se mantuviera cerca de, o a lo largo de, la costa norte del Golfo esta semana, dejando lluvias intensas en zonas costeras de Florida, Alabama, Mississippi y Luisiana, mientras avanzaba hacia el oeste en dirección a Texas.</p><p>El centro de huracanes advirtió de posibles marejadas ciclónicas potencialmente mortales de hasta 1,2 metros (4 pies) en partes de Luisiana, Alabama y Florida, y advirtió que Bertha podría generar uno o dos tornados aislados sobre la región de Florida Big Bend.</p><p>Los meteorólogos añadieron que también podrían producirse inundaciones repentinas hasta el viernes a lo largo de la costa desde el oeste de Florida hasta el centro de Texas, y que la lluvia podría sumar de 7 a 12 centímetros (entre 3 y 5 pulgadas) de agua a lo largo de la costa de Luisiana, con cantidades mayores en algunas zonas dispersas.</p><p>Banderas rojas en la playa de Orange Beach, Alabama, advirtieron a los nadadores sobre el fuerte oleaje y las corrientes. En el condado de Escambia, Florida, funcionarios de emergencias ofrecieron arena para que las personas que viven en zonas propensas a inundaciones la usaran para llenar sacos de arena.</p><p>El huracán Fausto avanza en el Pacífico</p><p>En el océano Pacífico oriental, el huracán Fausto se desplazaba lejos de la península mexicana de Baja California y no representaba ninguna amenaza para tierra firme, informó el centro de huracanes.</p><p>Fausto alcanzó la categoría de huracán la noche del lunes. Se encontraba unos 1.191 km (740 millas) al suroeste del extremo sur de la península de Baja California, con vientos máximos sostenidos de 129 km/h (80 mph), y se desplazaba hacia el noroeste a 19 km/h (12 mph).</p><p>Se esperaba que la tormenta se fortaleciera el martes y el miércoles. No había avisos ni alertas costeras en vigor, aunque el oleaje generado por la tormenta podría provocar condiciones de oleaje fuerte y corrientes de resaca potencialmente mortales en la costa de Baja California, indicó el centro.</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/4O3W23QBQDYG5DZJ3T45IG65OI.jpg?auth=280a3ed502ba216d23d66a3c294e227c1c2304df33c5ebc1f6c8b8bacf0c34b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen por satélite de la Oficina Nacional de Administración Oceánica y Atmosférica tomada a las 7:31 de la tarde EDT muestra la tormenta tropical Bertha en el golfo de México el lunes 21 de julio de 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[UK leader Burnham gathers his Cabinet after sweeping away Starmer supporters]]></title><link>https://www.local10.com/news/world/2026/07/21/uk-leader-burnham-gathers-his-cabinet-after-sweeping-away-starmer-supporters/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/uk-leader-burnham-gathers-his-cabinet-after-sweeping-away-starmer-supporters/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — New U.K. Prime Minister Andy Burnham gathered his Cabinet for its first meeting on Tuesday and vowed to take a “one-team approach” despite purging allies of predecessor Keir Starmer from the government.]]></description><pubDate>Tue, 21 Jul 2026 14:18:59 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — New U.K. Prime Minister Andy Burnham gathered his Cabinet for its first meeting on Tuesday and vowed to take a “one-team approach” despite purging allies of predecessor Keir Starmer from the government.</p><p>Burnham told his top team that he would lead a “cost-of-living government” focused on easing the economic burden felt by millions of people.</p><p>“We need to think every day, what can we do just to take that little bit of pressure off people’s shoulders, to give them that little extra sense that help is coming, so they can have that bit of hope that things are getting better,” Burnham said.</p><p>He made a small down payment on that pledge by announcing a tax cut on energy bills that will save the average household about 45 pounds ($60) a year. The cut will take effect Oct. 1, Burnham said, with the funding coming from scrapping a plan for digital ID cards announced by Starmer.</p><p>The former mayor of Greater Manchester entered Downing St. on Monday after replacing Starmer as leader of the governing Labour Party, becoming Britain’s seventh prime minister since 2016. Starmer resigned just two years after winning a landslide election victory, forced out by his party after missteps and U-turns.</p><p>In his first speech as prime minister, Burnham pledged to ease the cost of living, decentralize political power, revitalize industry and end street sleeping by homeless people — a tall order, especially given Britain's sluggish economic growth in recent years.</p><p>Burnham acknowledged at the Cabinet meeting that the government would have to make difficult financial decisions and “take a really hard look at what our priorities are.”</p><p>Starmer loyalists removed from office</p><p>After taking office Monday, Burnham set about remaking the government.</p><p>Starmer’s finance minister, Rachel Reeves, was ousted, replaced by John Healey, a former defense secretary who resigned in June and accused the Treasury of failing to spend enough on the military at a time of rising threats. In an interview after he quit, Healey called the Treasury “a dead hand on dynamic government” and “in denial.”</p><p>Healey has said defense spending, due to be 2.6% of GDP next year, should rise to 3% by 2030. Now he will have to find the money.</p><p>Wes Streeting, whose resignation as health secretary in May helped topple Starmer, took over the defense portfolio.</p><p>Other key Cabinet appointees include Foreign Secretary Ed Miliband, Housing Secretary Angela Rayner and Business Secretary Jonathan Reynolds, who has an expanded brief that includes innovation and science.</p><p>Louise Haigh, a key Burnham ally who helped engineer his rise to the top, was named First Secretary of State and Chancellor of the Duchy of Lancaster, effectively the deputy prime minister.</p><p>Home Secretary Shabana Mahmood, who has overseen contentious rules designed to reduce immigration, kept her job.</p><p>Burnham has huge support from the party that is desperate for a new leader to reverse its decline in popularity under Starmer. But there is some grumbling after Burnham removed several of Starmer’s senior ministers including ex-Deputy Prime Minister David Lammy, former Business Secretary Peter Kyle and Starmer’s chief secretary, Darren Jones.</p><p>Foreign policy challenges lie ahead</p><p>Burnham has little experience of foreign policy and faces a stack of challenges including wars in Ukraine and the Middle East and managing relations with U.S. President Donald Trump, who first warmed to Starmer before souring on him.</p><p>Burnham’s office said he spoke to Trump in one of his first calls as prime minister and “underlined his commitment to defense and security.” Trump posted on social media that the men had “a very good conversation” and would be “meeting in the not too distant future for topics of mutual interest.”</p><p>The prime minister also spoke to Ukraine’s President Volodymyr Zelenskyy, French President Emmanuel Macron, German Chancellor Friedrich Merz and leaders of the European Union and NATO.</p><p>Burnham told NATO Secretary-General Mark Rutte that putting former defense chief Healey in charge of the nation’s finances “was a signal of his intent.”</p><p>In a reminder of the growing international tensions Britain faces, a Russian warship carried out a live-fire weapons exercise in the English Channel on Monday, the day Burnham took office.</p><p>The Ministry of Defense said the frigate Neustrashimy was being shadowed by the Royal Navy when it conducted the exercise in international waters about 46 miles (74 kilometers) south of Plymouth, off southwest England. It said the navy “continues to track the vessel’s activity closely and stands ready to protect U.K. national security.”</p><p>Streeting, the new defense secretary, said the Russian ship's actions were “performative and irresponsible.”</p><p>“Russia should be in no doubt about the resolve of this government and this prime minister, our resolve to stand against Russian aggression in Ukraine but also Russian aggression against all of our allies,” he said at a news conference.</p><p>Kremlin spokesperson Dmitry Peskov said Russian warships always acted “in strict accordance” with international and maritime law.</p><p>Asked whether the Russian government felt relations with the U.K. would improve under the new prime minister, Peskov said it had “no such hopes.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YVJWNTSIZAJK5JZQJK3ZBYK2E.jpg?auth=b8acc7f7d10cf3e78f2f74d8f1266288ce69257b61bc2881a10a23fa1b4333ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham, center, attends his first cabinet meeting as prime minister at 10 Downing Street, London, Tuesday July 21, 2026. (Eddie Mulholland/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddie Mulholland</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EZ4UHVUFJ23ZMA73SQOB5X3H4.jpg?auth=a4c264062a141872b305697455db3304cdf5332d6bfed0b3d1c180fee36f6484&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Home Secretary Shabana Mahmood, left, Defence Secretary Wes Streeting, center, and Secretary of State for Environment, Food and Rural Affairs Angela Eagle attend the first cabinet meeting held by Prime Minister Andy Burnham at 10 Downing Street, London, Tuesday July 21, 2026. (Eddie Mulholland/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddie Mulholland</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3S333Z72IUCXIBITBMXDMTDU3Q.jpg?auth=c6527ec490c6e8bfeb3821eecbe016ddf02c5988be999a37cb3eae5ece0a40c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[John Healey, Britain's Chancellor of the Exchequer, arrives for a Cabinet meeting in Downing Street in London, Tuesday, July 21, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGX5NHUETBKCJQH4HX4OGV5ROA.jpg?auth=dd4036287ad1eeb13e511b6b259f3748f2f69b3d6c1498e068e2d2952d520428&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ed Miliband, Britain's Foreign Secretary arrives for a Cabinet meeting in Downing Street in London, Tuesday, July 21, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63RMDVPBLTK6LOBKQOEUQAJTGA.jpg?auth=8836d4c4f24d2617443de301b48512c8c09169123d2dd2bc970e9ca97c846e1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Defence Secretary Wes Streeting arrives at the Global Combat Air Programme (GCAP), at Wellington Barracks in London, Tuesday July 21, 2026. (Aaron Chown/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Chown</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Bertha in the Gulf of Mexico is moving toward the Florida Panhandle and Alabama]]></title><link>https://www.local10.com/news/florida/2026/07/21/tropical-storm-bertha-in-the-gulf-of-mexico-is-moving-toward-the-florida-panhandle-and-alabama/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/21/tropical-storm-bertha-in-the-gulf-of-mexico-is-moving-toward-the-florida-panhandle-and-alabama/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW ORLEANS (AP) — Tropical Storm Bertha strengthened in the Gulf of Mexico and was moving slowly toward the Florida Panhandle and Alabama, causing a tropical storm warning and storm surge watches, forecasters said.]]></description><pubDate>Tue, 21 Jul 2026 14:39:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW ORLEANS (AP) — Tropical Storm Bertha strengthened in the Gulf of Mexico and was moving slowly toward the Florida Panhandle and Alabama, causing a tropical storm warning and storm surge watches, forecasters said.</p><p>The storm was about 110 miles (177 kilometers) south of Panama City, Florida, and 170 miles (274 kilometers) southeast of Mobile, Alabama, and moving northwest at 5 mph (8 kph) with maximum sustained winds of 50 mph (80 kph), the Miami-based National Hurricane Center said Tuesday morning.</p><p>The wind speed increased by 10 mph (16 kph) since Bertha formed Monday night. A tropical storm warning, meaning the conditions are expected within the warning area within 36 hours, was in effect early Tuesday from the Florida and Alabama border to the Jefferson and Plaquemines parish line in Louisiana.</p><p>A storm surge watch, indicating rising, possible life-threatening water moving inland from the coast within 48 hours, was issued from the Alabama and Florida border to the mouth of the Mississippi River, the hurricane center reported.</p><p>Bertha is expected to stay near or along the Gulf Coast</p><p>Bertha is the second tropical storm of the Atlantic hurricane season after Tropical Storm Arthur brought heavy rainfall to the southeastern U.S. in June.</p><p>The storm was expected to stay near or along the northern Gulf Coast this week, dropping heavy rain on coastal areas of Florida, Alabama, Mississippi and Louisiana while pushing west toward Texas.</p><p>Potentially life-threatening storm surges of up to 4 feet (1.2 meters) are possible in portions of Louisiana, Alabama and Florida, the hurricane center said, warning Bertha could spin off an isolated tornado or two over the Florida Big Bend region.</p><p>Areas of flash flooding also will be possible through Friday along the coast from western Florida to middle Texas, forecasters said, adding that rainfall could total 3 to 5 inches (7 to 12 centimeters) along the Louisiana coastline, with higher amounts in some scattered areas.</p><p>Red flags on the beach at Orange Beach, Alabama, cautioned swimmers about high surf and currents. In Escambia County, Florida, emergency officials offered sand for people living in flood-prone areas to use for sandbags.</p><p>Hurricane Fausto churns in the Pacific</p><p>In the eastern Pacific Ocean, Hurricane Fausto churned far from Mexico’s Baja California peninsula and posed no threat to land, the hurricane center said.</p><p>Fausto gained hurricane status Monday night. It was about 740 miles (1,191 kilometers) southwest of the southern tip of the Baja California peninsula, had top sustained winds of 80 mph (129 kph) and was moving northwest at 12 mph (19 kph).</p><p>The storm was expected to strengthen Tuesday and Wednesday. No coastal watches or warnings were in effect, though ocean swells generated by the storm could cause life-threatening surf and rip tide conditions on the Baja California coast, the center said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIAGWDA3QOFRIQ77KZEIWVGRPU.jpg?auth=30797ba5c39ffd37b24585c89756bd20d566473acb6fda342bfc0dbf8a86fc91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This NOAA satellite image taken at 10:30 a.m. EST on Tuesday, July 21, 2026, shows Tropical Storm Bertha moving along the Gulf of Mexico's northern coast. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XRJMEUALC7FZ5RNHT3HKGNRH7Y.jpg?auth=ac925b110ad2ad6246f4ae85897c7481146b617b72b0366cbfbf28e199274371&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from the National Oceanic and Atmospheric Administration taken shows Hurricane Fausto in the eastern Pacific off Mexico’s Baja peninsula on Monday, July 20, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[India’s youth-led Cockroach movement vows to keep demanding reforms after police crackdown]]></title><link>https://www.local10.com/news/world/2026/07/21/indias-youth-led-cockroach-movement-vows-to-keep-demanding-reforms-after-police-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/indias-youth-led-cockroach-movement-vows-to-keep-demanding-reforms-after-police-crackdown/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ and SHONAL GANGULY, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — Supporters of India’s youth-led Cockroach movement demanding educational reforms and government accountability refused to leave their New Delhi protest site Tuesday, a day after their thousands-strong march toward Parliament drew police tear gas, beatings and a new wave of sympathy from across the country.]]></description><pubDate>Tue, 21 Jul 2026 13:53:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — Supporters of India’s youth-led Cockroach movement demanding educational reforms and government accountability refused to leave their New Delhi protest site Tuesday, a day after their thousands-strong march toward Parliament drew police tear gas, beatings and a new wave of sympathy from across the country.</p><p>The movement, now attracting professionals and families beyond students, represents a rare public challenge to Prime Minister Narendra Modi ’s government, reviving criticism over its handling of dissent and use of force to respond to protests.</p><p>Opposition leader Rahul Gandhi and dozens of his Congress party lawmakers showed their support Tuesday with a sit-in outside Modi’s residence before police forcibly removed them in a dramatic escalation.</p><p>Footage showed Gandhi, who had urged “every patriotic Indian who believes that our students should get justice” to join, resisting. Government minister Jitendra Singh said Gandhi was told the location was not “suitable for a sit-in."</p><p>Meanwhile, hundreds of protesters remained camped at Jantar Mantar, a designated protest site, under heavy police presence, saying they would stay until Education Minister Dharmendra Pradhan resigns over alleged failures in India’s examination system.</p><p>“We are going to continue our protest,” said Abhijeet Dipke, founder of the Cockroach Janta Party, which emerged just two months ago as a satirical protest after a Supreme Court judge described India's youth as “cockroaches” but quickly evolved.</p><p>It gained momentum over the weekend after prominent activist Sonam Wangchuk, whose three-week hunger strike became a symbol of the protests, was forcibly taken to a hospital by police.</p><p>Video of police beating protesters and dragging them away spread on social media, fueling public outrage. Footage showed young protesters crying and pleading with officers not to hit them, while others stood their ground and endured blows.</p><p>Delhi Police said nearly 180 people were injured, including 118 security personnel and 60 protesters.</p><p>Sona Bisht, a 20-year-old student who was part of the protest, said the confrontation strengthened her resolve.</p><p>“If the government thinks that doing this with Gen Z, they can stop us, then that won’t happen. We are here talking about education, talking about securing our future. And till the time our demands are not met, we will not move from here,” she said.</p><p>After nearly a month of silence, the government made its first apparent move to engage with the protesters Monday, when a senior minister held talks with movement representatives. The outreach failed to ease tensions.</p><p>Movement leaders said they wanted action rather than assurances, including Pradhan’s resignation, examination reforms and compensation for families of students who died by suicide after alleged exam irregularities.</p><p>Dipke accused authorities of breaking their word, saying police resorted to a baton charge after protesters were invited for talks.</p><p>Rights group Amnesty International said in a statement late Monday that the police action showed “how peaceful dissent is being suppressed in India," noting that the right to freedom of peaceful assembly is recognized under the Indian constitution.</p><p>More people have joined the movement after seeing the confrontation.</p><p>Rabina Kashyap, a 26-year-old working professional, said she joined the protest on Tuesday.</p><p>“I have nothing to do with this protest," she said. “But this is India, this is my country, and these are my people. So I will stand by them.”</p><p>___</p><p>Associated Press video journalist Piyush Nagpal contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KMZVCAAVSCZ3HOYQ344B75RYYI.jpg?auth=c0eaf305c290a6a05addbde7f0f5413f1c59f75b46d74c305109221cdbf6b6b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A supporter of the Cockroach Janta Party holds posters of Bhagat Singh, an Indian revolutionary freedom fighter, at Jantar Mantar in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MZVTUPFH7UY4FYZRQF4Z3UQWE.jpg?auth=2666c38b290b58470b96d285f82a064586f90da141caf2808773babe465d45a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters gather at the camping site of the Cockroach Janta Party at Jantar Mantar in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q35GQEHRX7KDYUIXFUUG62WYBI.jpg?auth=2a8b6ca1b9e775906f0aab8da6150c7baff934b34b7ee8b0ae87e94eeefeb3ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[India's opposition Congress party leader Rahul Gandhi, center, with his hands tied, participates in a sit-in protest with his sister and lawmaker Priyanka Gandhi Vadra, center right, outside the residence of Prime Minister Narendra Modi in New Delhi, India, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRQPD5AFL5BY4SPMZL4GKHB4UI.jpg?auth=27897c323bc57d974257ceddb8612ca2bad130a47a0710f136793757d1b81268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abhijeet Dipke, founder of the Cockroach Janta Party, sits by a portrait of hunger-striking activist Sonam Wangchuk during a protest in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WSOPGC63SMJFYULIGLPIUNDVH4.jpg?auth=93d87d5b01885468406493fdd976d5502377b3f1944c98a68afe9ab93a099986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security officers stand guard at the camping site of the Cockroach Janta Party at Jantar Mantar in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content></item><item><title><![CDATA[WNBA enjoys 'hypergrowth' under Commissioner Cathy Engelbert amid strained relationship with players]]></title><link>https://www.local10.com/sports/2026/07/21/wnba-enjoys-hypergrowth-under-commissioner-cathy-engelbert-amid-strained-relationship-with-players/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/wnba-enjoys-hypergrowth-under-commissioner-cathy-engelbert-amid-strained-relationship-with-players/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The WNBA has grown at an exponential rate during Cathy Engelbert's tenure as commissioner, a stewardship that at times has been tumultuous during her nearly seven years at the helm.]]></description><pubDate>Tue, 21 Jul 2026 10:00:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The WNBA has grown at an exponential rate during Cathy Engelbert's tenure as commissioner, a stewardship that at times has been tumultuous during her nearly seven years at the helm.</p><p>Engelbert, the second-longest tenured WNBA president or commissioner, helped negotiate a transformative collective bargaining agreement this past spring that gives the WNBA its first core of million-dollar player salaries.</p><p>“There’s not a lot of jobs where you can make over 30-plus millionaires instantly, right?” Engelbert said in a phone interview with The Associated Press heading into this weekend's WNBA All-Star festivities in Chicago. “It just doesn’t exist in most companies, except if you’re like a stock-option company, and your stock does really well. Most of them are under the age of 30 and there are more to come.”</p><p>Even with the financial gains, the WNBA’s growth has come amid a strained partnership between the commissioner and players. Engelbert has been criticized for how she has handled various situations, including for being out of touch or not doing enough to help combat social media vitriol.</p><p>Engelbert will meet with the executive committee of the players’ union on Tuesday to discuss the recent uptick in online hatred and threats directed toward players.</p><p>New York Liberty All-Star Breanna Stewart, vice president of the WNBA players' union executive committee, said there is a respect for Engelbert among the players, just not much of a relationship.</p><p>Her Liberty teammate, Sabrina Ionescu, said she talks more to NBA Commissioner Adam Silver than Engelbert.</p><p>WNBA business is booming</p><p>While the commissioner continues to try and strengthen her relationship with players, the business of the WNBA has thrived.</p><p>Engelbert was involved in talks that led to a record media rights deal worth over $3 billion. The league has had record ratings, attendance and team valuations, and will expand to a record 18 teams by 2030.</p><p>“We’ve been in hypergrowth mode now for two or three years and companies, if you look back in time, you are not in hypergrowth mode forever,” Engelbert said. “We’re preparing ourselves now for the next version of ourselves, which probably isn’t as hypergrowth.”</p><p>From a business standpoint, though, the league has grown, including navigating the coronavirus pandemic that could have crippled the WNBA.</p><p>“Give Cathy credit, as she advocated for the season,” Seattle Storm owner Ginny Gilder said. "We had no idea what was going to happen. People had to make decisions. Cathy pushed the Board of Governors to not only have a shortened season, but to fully pay the players. Don’t bicker. We were going to figure out the finances.”</p><p>Expansion fees have gone up five-fold over the past few seasons. Golden State paid $50 million to join the league and Cleveland, Detroit and Philadelphia — all joining the league over the next four years — each paid $250 million.</p><p>“Look at the financial side in such a short period of time — Cathy with all the work she did and the staff she hired deserves a tremendous amount of credit for that,” Gilder said. “If you look around the league from 2015 to 2020 to now, you know it is a completely new day.”</p><p>Valuations of teams were around $5-10 million a decade ago and now the average is around $460 million, Engelbert said.</p><p>“When you’re CEO, when you’re commissioner, you’re going to have good days and bad days. But if you just looked at the overall scorecard, you’d have to say we’re doing great,” Washington Mystics owner Ted Leonsis said.</p><p>More endorsements for WNBA players</p><p>It's nearly impossible to turn on a major sporting event over the past few years without seeing a WNBA player featured in a commercial. From Gatorade to State Farm, Nike and CarMax, product ads feature some of the league's top newsmakers, including Caitlin Clark, Angel Reese, A'ja Wilson and Sabrina Ionescu.</p><p>Engelbert said when Clark was drafted, it created a "domino effect, because they started seeing the value of putting players in their ads and then separately endorsing the players. I’m really proud of that because when I came to the league, absent a few sneakers ads, I don’t remember any players in spots. Maybe there were a few.”</p><p>The commissioner has seen the trend continue with younger players coming into the league, including Paige Bueckers, Azzi Fudd and Olivia Miles.</p><p>“Everybody sees the W is here to stay,” the commissioner said.</p><p>The commissioner's future and what's next for the WNBA</p><p>Engelbert deflected questions about her future other than to say she's turning 62 this year and that was the mandatory retirement age at her old job at Deloitte, where she was the president.</p><p>“I haven’t given it a ton of thought. We’ll think about it,” Engelbert said of how long she will stay in her current role, adding she is "focused on the whack-a-mole that is our season. I always tell people don’t focus on me, focus on the rest of my team.</p><p>"You always want to leave an organization better than you found it. Internally we’re proud of the team we’ve built.”</p><p>Silver said in Las Vegas that he supports what Engelbert is doing.</p><p>“I think Cathy continues to do a strong job building that league,” the NBA commissioner said. “We’ll have ongoing discussions about what the future looks like.”</p><p>With media rights stable for the next decade as well as labor peace achieved and expansion finished for the immediate future, Engelbert said her list of priorities includes a look at officiating, with WNBA referees finding themselves at the center of questions from frustrated players, coaches and fans. She also wants to help teams with lower attendance improve those numbers, and expand the league's international footprint.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3O2LT47QWGMRD57K26U6PQOGEU.jpg?auth=76b97551835ee1e8b99b6b3d58ff6ed2eba9f6a96f10b52a3c6e14ea29c32baf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - WNBA commissioner Cathy Engelbert speaks prior to Game 1 of a WNBA basketball final playoff series between the Las Vegas Aces and the Phoenix Mercury, Oct. 3, 2025, in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VHKZ5KLVVPX6QBHBJITT37LNBI.jpg?auth=45c8561c1edb153bace0e7e68df6fadb60cc1dca98da3ad179705abab79884dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - WNBA commissioner Cathy Engelbert speaks at the WNBA basketball draft, April 13, 2026, in New York. (AP Photo/Pamela Smith, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content></item><item><title><![CDATA[Missing the World Cup? Relief is on the way next summer with the Women's World Cup in Brazil]]></title><link>https://www.local10.com/sports/2026/07/21/missing-the-world-cup-relief-is-on-the-way-next-summer-with-the-womens-world-cup-in-brazil/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/missing-the-world-cup-relief-is-on-the-way-next-summer-with-the-womens-world-cup-in-brazil/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[It's the women's turn now.]]></description><pubDate>Tue, 21 Jul 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>It's the women's turn now.</p><p>The next World Cup, the women's edition, is set for next summer in Brazil. Just as Spain won the men's trophy in the recently concluded tournament, that nation's women were the champions three years ago.</p><p>Currently the top-ranked women's team in the world, Spain topped England 1-0 in the 2023 Women's World Cup final in Sydney. That squad was loaded with talent, including Ballon d'Or winners Aitana Bonmati and Alexia Putellas, as well as young star Salma Paralluelo.</p><p>In a television interview following the men's final, Spain star Rodri paid Bonmati the ultimate compliment: “I'm trying to see if I can get to her level.”</p><p>The memories of 2023 aren't so sweet for the United States, which was knocked out of the tournament in the round of 16 by Sweden. Still, the U.S. has won four World Cup titles and is currently ranked No. 2 in the world.</p><p>The United States will host Spain twice in October, serving as a tuneup for CONCACAF qualifying to start in late November in Texas. The friendly matches against Spain could provide a glimpse of what both teams might look like next summer.</p><p>“We know Spain is an amazing team, and I think we’re just really looking forward to having this prep. Especially before qualifying,” said U.S. midfielder Lily Yohannes. “And yeah, I think it will be a really great opportunity for us. Playing these players, I played against them in the Champions League, and I know how great they are.”</p><p>The road to Brazil</p><p>Qualification for the World Cup is well under way, with 14 teams already securing berths. Brazil, which has an automatic spot as host, has never won the women’s tournament.</p><p>“Some time ago the opportunities for men and women were not equal. But that’s changing. This World Cup has tremendous potential to make that change truly happen,” said former Brazil defender Aline Pellegrino, now executive director of legacy and stakeholder affairs for Women’s World Cup in Brazil. “So there’s a great deal of excitement and expectation that we’ll have the best possible atmosphere in our stadiums, just as we recently saw in the two matches between the Brazilian national team and the United States. FIFA, together with the federal government and the host cities, have been working very hard to ensure that we’ll have full stadiums and that everything runs as efficiently as possible.”</p><p>The biggest question around the Brazilians is the status of veteran captain Marta, the nation's all-time leading scorer with 122 goals. Marta retired from international play following Brazil's 1-0 loss to the United States in the gold-medal match at the Paris Olympics, but returned the next year for the Copa America Femenina. She will be 41 when her nation hosts the World Cup.</p><p>The United States visited Brazil for a pair of matches in June, falling 2-1 in Sao Paulo before a 1-0 victory in Fortaleza. U.S. coach Emma Hayes said the team needed to embrace those “moments of chaos” in a hostile environment.</p><p>Who's in so far?</p><p>Australia, the Philippines, Japan, North Korea, China, South Korea, Argentina, Colombia, New Zealand, Germany, France, Spain and Denmark are among the nations that have qualified. Germany, the 2003 and 2011 world champions, are ranked No. 3 globally.</p><p>Brazil previously hosted both the men's World Cup in 2014 and the Olympics in 2016. All eight cities that will host women’s matches next year also hosted men’s games in 2014: Rio de Janeiro, Sao Paulo, Belo Horizonte, Brasilia, Fortaleza, Porto Alegre, Recife and Salvador.</p><p>Next year's tournament will be the last with 32 teams before jumping up to 48 teams like the men’s tournament. The 2031 Women's World Cup is expected to be hosted by the United States, Mexico, Costa Rica and Jamaica. The formal decision will likely be announced in November.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L7TXHR5UNJRSY5LJKFPQGLTFWU.jpg?auth=511664ee7611e914e4f7bbc5d55fe4745e5bb8bd0eeb93e5964a4e011e9db129&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Team Spain celebrates with the trophy after winning the Women's World Cup soccer final against England at Stadium Australia in Sydney, Australia, August 20, 2023. (AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SNP3EST6FZXE2JUVONJQJBEQ4.jpg?auth=1a7740afc40c4c8919a055b82e82e7f1927d80b551fa1bf2db52619328dcc37f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content></item><item><title><![CDATA[Iran and US persist in their attacks, as Pakistan tries to keep diplomacy alive]]></title><link>https://www.local10.com/news/world/2026/07/21/iran-and-us-persist-in-their-attacks-as-pakistan-tries-to-keep-diplomacy-alive/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/iran-and-us-persist-in-their-attacks-as-pakistan-tries-to-keep-diplomacy-alive/</guid><dc:creator><![CDATA[By JON GAMBRELL and MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Diplomats sought Tuesday to salvage the collapsed interim deal between Iran and the United States even as both countries continued to launch attacks in a 10th day of renewed fighting.]]></description><pubDate>Tue, 21 Jul 2026 14:44:40 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Diplomats sought Tuesday to salvage the collapsed interim deal between Iran and the United States even as both countries continued to launch attacks in a 10th day of renewed fighting.</p><p>Iranian Interior Minister Eskandar Momeni’s visit to Pakistan, a key mediator in the conflict, pointed to intensified diplomatic efforts, but it was unclear what new arrangement might be reached to end the war.</p><p>Shipping through the Strait of Hormuz has largely stalled, and as the fight for control over the waterway intensifies, both sides have targeted civilian infrastructure in the region relied on by millions of people.</p><p>A barrage of U.S. strikes hasn’t compelled Tehran to loosen its grip on the strait, through which about one-fifth of the world's crude oil and natural gas was shipped before the war. The U.S. continued its airstrikes on the Islamic Republic early Tuesday, and Iran attacked a tanker in the strait, forcing the crew to abandon the ship.</p><p>Iran also kept up attacks against U.S. allies in the region. Sirens in Bahrain and Kuwait warned residents on Tuesday afternoon of incoming projectiles.</p><p>In the Red Sea, Iran-backed Houthi rebels opened a new front against Saudi Arabia by declaring a naval blockade of the kingdom, threatening the flow of global oil supplies and trade. With the Strait of Hormuz blocked up, Saudi Arabia has been relying on a pipeline to the Red Sea to get millions of barrels of oil out to market.</p><p>The escalation has pushed oil prices higher. Benchmark Brent crude traded Tuesday above $90 a barrel and regular gasoline in the U.S. climbed to an average of $4 a gallon, keeping pressure on Americans’ wallets ahead of midterm elections this fall.</p><p>Iranian official begins meetings in Pakistan</p><p>Momeni met Pakistan’s army chief Field Marshal Asim Munir, according to two officials who spoke on condition of anonymity to discuss the closed-door negotiations. Momeni later met Prime Minister Shehbaz Sharif.</p><p>In a statement, Sharif expressed deep concern over the recent escalation between the U.S. and Iran, and he urged all sides to exercise restraint and avoid actions that could further destabilize the region.</p><p>Pakistan’s political leadership and Munir, who serves as both the chief of army staff and defense forces, played a key role in brokering last month’s interim agreement between the United States and Iran. Islamabad has been working to persuade both sides to return to the negotiating table to resolve outstanding issues under the June memorandum of understanding.</p><p>U.S. Secretary of State Marco Rubio has said the U.S. remained open to negotiating with Iran but that “it has to be real.” It remains unclear whether Tehran will offer anything that President Donald Trump would consider “real.”</p><p>A deep level of mistrust persists on both sides. Iran came under surprise attack in June 2025 and again in February while it was engaging in nuclear negotiations with the U.S. The interim deal unraveled when Iran resumed attacks on ships in the Strait of Hormuz, which was supposed to be reopened under the agreement.</p><p>US strikes come as ships attacked</p><p>The U.S. military’s Central Command said Tuesday it targeted “Iranian military command centers, maritime capabilities, missile and drone launch sites and air defense systems.” It released more footage of bombings that targeted sites in Iran.</p><p>“American forces remain postured and prepared to hold Iran accountable for unwarranted aggression toward civilian mariners seeking to freely and openly transit the strait,” the command said.</p><p>Iranian state media reported that explosions were heard in Fars, Hormozgan, Ilam, Kerman, and Sistan and Baluchistan provinces.</p><p>The British military’s United Kingdom Maritime Trade Operations center said a tanker came under attack early Tuesday in the strait off Oman, forcing the crew to abandon the vessel.</p><p>Iran’s paramilitary Revolutionary Guard claimed the attack, as well as two other attacks on ships Monday in the waterway.</p><p>The route around Oman has been the one the U.S. military has encouraged ships to travel to avoid Iran’s control.</p><p>Iran strikes US allies around the region</p><p>Tehran also hit U.S.-allied countries throughout the Middle East.</p><p>Jordan's military said Tuesday that Iran targeted it with five drones and three missiles, all of which were shot down. Bahrain sounded its missile alert sirens Tuesday afternoon as another Iranian barrage targeted the island kingdom, which is home to the U.S. Navy’s 5th Fleet.</p><p>The Kuwaiti government said Iran had struck desalination and power plants for a fourth straight day on Monday night. Authorities said the attacks sparked fires and caused damage.</p><p>Some 90% of Kuwait’s drinking water comes from desalination, making the attacks a matter of life and death for the tiny nation.</p><p>U.S. strikes have been hitting electrical equipment in Iran as well, and Iranian officials also have said Americans targeted water facilities.</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WBLVUHJ7OJV5TNUF3MPCIP53AI.jpg?auth=b7d48288c5de00e5122cde7b6b0a855526a580aa95f4e993b83120d96df043fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fireworks burst as Houthi supporters rally against the Saudi-led coalition in Sanaa, Yemen, Monday, July 20, 2026. Placards in Arabic read: "God is great, Death to America, Death to Israel, A curse on the Jews and Victory to Islam" and "boycott American and Israeli goods". (AP Photo/Osamah Abdulrahman)]]></media:description><media:credit role="author" scheme="urn:ebu">Osamah Abdulrahman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IF6UCASYKDXBZCSNFFOLNLTJPY.jpg?auth=a5bb2614ac5da5d71aeef53e4eabd59b2a8b140ebd13b744951add39679470fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand on a bridge destroyed after a strike in Hormozgan province, southern Iran, Saturday, July 18, 2026. (Amirhosein Khorgooi/Iranian Students' News Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSO4GQKIXQEHDHMDCS47ZJCZGQ.jpg?auth=2fe60e426e7a668eb6fa04a1cbb325fe1ab0c0a655788e77b8ef50f0b8784377&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a mural depicting a portrait of the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strike on Feb. 28, in downtown Tehran, Iran, Saturday, July 18, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[This year's supersized World Cup had some things go wrong. There was also a lot that went right]]></title><link>https://www.local10.com/sports/2026/07/21/this-years-supersized-world-cup-had-some-things-go-wrong-there-was-also-a-lot-that-went-right/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/this-years-supersized-world-cup-had-some-things-go-wrong-there-was-also-a-lot-that-went-right/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[There are a lot of things that could have gone wrong during this summer's World Cup — a complicated logistical undertaking that included three host nations, 16 stadiums, 48 teams, 104 games and endless opportunities for controversy on and off the soccer field.]]></description><pubDate>Tue, 21 Jul 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>There are a lot of things that could have gone wrong during this summer's World Cup — a complicated logistical undertaking that included three host nations, 16 stadiums, 48 teams, 104 games and endless opportunities for controversy on and off the soccer field.</p><p>But in retrospect, a lot of things went right.</p><p>The United States, Canada and Mexico spent nearly six weeks hosting soccer's biggest showcase and — at least for the most part — the action stayed on the field.</p><p>Star players like Argentina's Lionel Messi, France's Kylian Mbappé and Norway's Erling Haaland became household names across North America, television ratings remained high in the U.S. even after the Americans were eliminated and despite high ticket prices, most games featured packed stadiums.</p><p>FIFA President Gianni Infantino gave effusive praise to the host countries on Sunday after Spain won the final by beating Argentina 1-0 in extra time.</p><p>Attendance was good, so were ratings</p><p>Fox broadcast all 104 games in English on its platforms and American viewership remained strong even after the U.S. was eliminated by Belgium in the round of 16.</p><p>Spanish broadcasts on Telemundo were also a popular option — even for non-native speakers.</p><p>Fox hasn't yet released its viewership numbers for Sunday's final, but Telemundo's preliminary numbers show the Spain-Argentina matchup had a total audience of 22.6 million, putting it on track to become the most-watched World Cup final in Spanish-language media history.</p><p>The US-Belgium game on July 6 was watched by more than 45 million, including 33.1 million on Fox and 12 million on Telemundo.</p><p>And despite a few early hiccups, stadium attendance was strong throughout the U.S., Canada and Mexico.</p><p>“We have had a record number of spectators in the stadiums, almost 7 million," Infantino said. "We will have had, I mean the official figures will come out soon, but probably over 6 billion people watching it from home."</p><p>The weather cooperated — usually</p><p>Fans and players from other countries found out what Americans, Canadians and Mexicans have known for a long time — it can get pretty hot here in the summer. Climate change isn't helping matters.</p><p>But Mother Nature could have been a lot meaner than she decided to be.</p><p>Even so, there were a handful of games that featured particularly hot and muggy conditions. The best example was a knockout-round game between Paraguay and France on July 4 in Philadelphia when temperatures hovered around 100 degrees Fahrenheit (38 Celsius).</p><p>The World Cup final on Sunday also dodged a potential problem when smoke from Canadian wildfires that wrapped the Northeast in haze mostly cleared from the New Jersey area just in time thanks to some well-timed thunderstorms.</p><p>Size doesn't matter</p><p>This year's 48-team World Cup field was the biggest in the tournament's history and many thought it would water down the competition.</p><p>That wasn't the case.</p><p>Cape Verde held eventual champion Spain to a draw in its opening game, advanced to the round of 32 and gave Argentina a scare before losing 3-2 in extra time in a World Cup classic. Congo also advanced beyond the group stage and pushed England before eventually losing, while Curaçao was still in with a chance of making the knockouts going into its final group match.</p><p>After those Cinderella stories, fans eventually got to enjoy semifinal games full of heavyweights. England, Argentina, Spain and France were the top four in the world rankings.</p><p>Politics can't be ignored</p><p>The World Cup is famously a petri dish for political conflict, and this year's version provided its share of strife.</p><p>Iran's participation in the tournament amid the war in the Middle East was a particularly thorny issue and the team had to move its base camp from Arizona to Mexico. The Iranians' participation was overshadowed by travel complaints and visa issues, with the U.S. refusing visas to several members of Iran’s delegation.</p><p>U.S. President Donald Trump's relationship with Infantino was scrutinized after American striker Folarin Balogun’s one-game ban for a red card was suspended ahead of the team’s round of 16 game against Belgium.</p><p>Travel restrictions for a series of countries prevented some fans from traveling to the U.S., but there were no reports of the aggressive immigration enforcement that some human rights groups had feared could take place around World Cup stadiums.</p><p>Infantino brushed aside most of the controversies, instead focusing on the positives. While the FIFA president has a vested interest in painting a rosy picture of this year's World Cup, there's little doubt the tournament was a hit from a soccer perspective.</p><p>“I think we have to invent a new vocabulary, new words to define the success of this World Cup,” Infantino said.</p><p>___</p><p>AP Soccer Writer James Robson and AP Sports Writer Joe Reedy contributed to this story.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VYNHQ4NQ4LVPBZYEDA6SW5RT7I.jpg?auth=a51254375733c8b0047ce7aca0da799a7b5b792486a2a3357682ad8a9ad42e30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain players, from left, cheer alongside President Donald Trump and FIFA President Gianni Infantino at the conclusion of the World Cup championship final soccer match between Spain and Argentina in East Rutherford, N.J., Sunday, July 19, 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/7WLLSYPKMAPTDUX4WCQAPT74OE.jpg?auth=f576528873fceef36e99fbeb46d69d75ede9228605a0f21170547308d9ae389d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) cries at the end of the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KU3LI6YT7A4ZJ5F5HSBQOVXB3A.jpg?auth=13f658a38ff9443f9571f98553d530f785c995a844f95b36087a2df022eb5256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jude Bellingham celebrates England's victory over Norway in a World Cup quarterfinal soccer match in Miami Gardens, Fla., Saturday, July 11, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SPNHAUMLBLUAYZYS4YHURQSOU.jpg?auth=017cd9c91e5ff5f9ac544ec863286ee999d8c52175b7a4ba5cbbd7cd5bf41b8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) and Andreas Schjelderup (21) celebrate after Haaland scored their second goal during the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROASNUOAII3VL72DO5G42HWLFM.jpg?auth=ac453ae25ea0187b9c3078ab51e275ff2e0b5c4eb457fc1d63c2d3659a69b91b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) takes a shot as England's Ezri Konsa (2) defends during the World Cup third-place playoff soccer match between France and England in Miami Gardens, Fla., Saturday, July 18, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Man stabs and wounds tourists near the Acropolis in Athens, Greece]]></title><link>https://www.local10.com/news/world/2026/07/21/man-stabs-and-wounds-tourists-near-the-acropolis-in-athens-greece/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/man-stabs-and-wounds-tourists-near-the-acropolis-in-athens-greece/</guid><dc:creator><![CDATA[By ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[ATHENS, Greece (AP) — A man stabbed and wounded two tourists Tuesday morning near the ancient Acropolis in Athens, Greece’s top tourist attraction, police said, in what appeared to be a random attack.]]></description><pubDate>Tue, 21 Jul 2026 11:50:18 +0000</pubDate><content:encoded><![CDATA[<p>ATHENS, Greece (AP) — A man stabbed and wounded two tourists Tuesday morning near the ancient Acropolis in Athens, Greece’s top tourist attraction, police said, in what appeared to be a random attack.</p><p>The assailant, identified only as a 60-year-old Greek man, attacked a Greek American couple with a knife on a pedestrian street near an entrance to the archaeological site and near the entrance to the Acropolis Museum, which lies at the foot of the Acropolis hill.</p><p>The 53-year-old male victim suffered a serious wound to his arm which required a tourniquet to be applied, while the 48-year-old woman was more lightly wounded in the leg, police said. Both were transported by ambulance to a nearby hospital. Neither of their injuries was reported to be life-threatening.</p><p>The attacker was detained at the scene and was to appear in court before a prosecutor later Tuesday to be formally charged, police said. Authorities did not provide further details on his identity, in line with Greek law regarding the identification of suspects. The motivation for the attack was not immediately clear, but police said the assailant appeared to have been suffering from psychological problems.</p><p>The incident did not lead to any closure to the sites, which continued operating as usual. Greek media reported that the assailant had allegedly been randomly threatening passersby with a knife, and that police had been alerted by a member of the public.</p><p>The attack occurred shortly after 8 a.m. local time, just as the ancient site opened. Early morning visits to the Acropolis are popular as they avoid the intense midday summer heat on the exposed hill, where there is little shade. Greece is currently experiencing its first heat wave of the summer, with temperatures forecast to reach 38 degrees Celsius (100 degrees Fahrenheit) in Athens and 41 degrees Celsius (105 Fahrenheit) in some parts of the country.</p><p>Violent street attacks are rare in Greece. In April, authorities arrested an 89-year-old man who allegedly opened fire with a shotgun in a social security office and a courthouse in central Athens, wounding at least four people, reportedly over social security grievances.</p><p>The Acropolis hill in Athens hosts the nearly 2,500-year-old Parthenon temple as well as other monuments, and attracts millions of tourists. Last year, about 4.6 million people visited the site.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6RGMYHTM6WZXHL4P62ERISDAAQ.jpg?auth=59f7fe91b33cfa82882ffb2f768e75775b5feb565ec60836add3a2b4bd24788a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists walk near the Acropolis in Athens, Greece, Tuesday, July 21, 2026, after two tourists were stabbed and injured nearby in an attack on a pedestrian street near the entrance to the archaeological site. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPOXICKPOZNNCSJYZWKRKGB5QY.jpg?auth=83dad3df4ff1e1f30457e8b6f87f37dc14f50c1fea5a1cb263125139bbce7708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists walk near the Acropolis in Athens, Greece, Tuesday, July 21, 2026, after two tourists were stabbed and injured nearby in an attack on a pedestrian street near the entrance to the archaeological site. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HWUSJTB5CLOJN4GBJNUC2ATQTY.jpg?auth=e88876c5e75c0c349c893759e4b2e2685477a57626a1cb1b37e776fa65729731&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sun rays break through the clouds above the ancient Parthenon temple as tourists walk across the Acropolis during a hot day in Athens, Thursday, July 2, 2026. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content></item><item><title><![CDATA[Israel is building a miles-long earthen barrier inside Gaza, entrenching its division]]></title><link>https://www.local10.com/news/world/2026/07/21/israel-is-building-a-miles-long-earthen-barrier-inside-gaza-entrenching-its-division/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/israel-is-building-a-miles-long-earthen-barrier-inside-gaza-entrenching-its-division/</guid><dc:creator><![CDATA[By LEE KEATH and JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — The Israeli military is quietly but quickly building a giant earthen barrier separating the over 50% of the Gaza Strip it controls from the rest of the territory, according to satellite imagery, further entrenching the division of the tiny Palestinian enclave.]]></description><pubDate>Tue, 21 Jul 2026 11:11:20 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — The Israeli military is quietly but quickly building a giant earthen barrier separating the over 50% of the Gaza Strip it controls from the rest of the territory, according to satellite imagery, further entrenching the division of the tiny Palestinian enclave.</p><p>More than 23 kilometers (14 miles) have been constructed in recent months, running through Palestinian communities demolished by the military. That is equivalent to more than half the length of the coastal strip, which is some 40 kilometers (25 miles) long and 11 kilometers (7 miles) wide, and home to over 2 million Palestinians.</p><p>When presented with the satellite images, Israel’s military confirmed to The Associated Press it has built a physical barrier in the area of the so-called yellow line, the boundary to which Israeli troops withdrew under the October ceasefire deal with Hamas. The line was envisioned in the U.S.-backed agreement as a temporary division of the territory pending a fuller Israeli withdrawal.</p><p>But as the truce stagnates, it appears Israel is digging in, heightening Palestinian fears that the line is morphing into a border. Neither U.S. Central Command, which is tasked with monitoring the ceasefire, nor the Board of Peace, the body led by U.S. President Donald Trump meant to eventually oversee Gaza, would comment on the barrier.</p><p>Along with the barrier, the military told AP it has developed a “security zone” around the line, equipped with intelligence and technological assets. It declined to give details on the route of the barrier when asked how far it would be extended. It said the barrier aimed to prevent infiltration and protect Israeli troops and Israeli communities near Gaza.</p><p>Construction of the barrier is proceeding rapidly</p><p>Since the ceasefire deal took hold, Palestinians in Gaza have feared Israel would not return the area of Gaza it controls. But few appear to be aware of the berms now being built around them — because of the danger of even approaching that area.</p><p>A portion of the berm network in southern Gaza was extended by more than 2 kilometers (1.2 miles) in two weeks this month, according to the satellite images provided by Planet Labs PBC.</p><p>The berm was about 500 meters (0.3 miles) long on July 1. By July 15, it was about 2.4 kilometers (1.5 miles), splicing the Israel-controlled ruins of the city of Rafah from Muwasi, site of some of the largest Palestinian tent camps.</p><p>If construction continues in its current direction, it will join up with the longest stretch of the barrier, which runs nearly unbroken for around 17 kilometers (10 miles) from the southern city of Khan Younis to near Gaza City, in the north.</p><p>Construction began on that stretch in February, and it appears work to extend it further south is continuing, according to the satellite images. More than a kilometer (0.6 miles) was added between June 21 and July 7, running close to an Israeli military base built on the ruins of the town of Bani Suheila, near Khan Younis.</p><p>In the far north of Gaza, several unconnected stretches of berms run just outside the largely leveled town of Beit Lahia.</p><p>The height of the berms in each place remains unclear. In some places, the barriers appear to run outside the yellow line.</p><p>Israel has mostly destroyed and depopulated the half of Gaza it controls</p><p>Gaza’s population has been crowded into the coastal area west of the yellow line, most living in squalid tent camps and dependent on aid.</p><p>On the other side of the line, satellite imagery shows that Israeli forces have leveled the vast majority of buildings using bulldozers and explosives, virtually erasing several towns and Rafah, once home to more than a quarter million people.</p><p>They have carved new road networks and erected new bases on the ruins of Palestinian towns. Agricultural land has also been destroyed. The Israeli military says it is demolishing infrastructure used by Hamas.</p><p>The yellow line was never precisely defined, whether in the ceasefire deal or by Israeli or U.S. officials, and it has been inconsistently marked on the ground. The military told AP it is working to clearly mark the route of the yellow line to “reduce friction and prevent harm to uninvolved individuals.”</p><p>Israeli forces have killed Palestinians who came close to the line or crossed it. The Israeli military says it fires on those believed to be militants threatening its troops. But those killed have included children and other civilians seemingly unaware of the line. Some soldiers have said they don’t always know who they are firing on and have orders to kill anyone crossing the boundary.</p><p>Israeli strikes have killed hundreds of Palestinians since the ceasefire</p><p>Israeli forces have killed more than 1,100 Palestinians since the ceasefire began, most in airstrikes and drone strikes around Gaza. Militant attacks have killed five Israeli soldiers in the same period.</p><p>Early on Tuesday, an Israeli strike in Gaza City killed Firas al-Masri, his wife and their four children, ages 6 to 13, according to Shifa Hospital. Israel's military only said that they conducted a strike on Hamas militants in the area at that time.</p><p>Firas' brother, Ahmad al-Masri, lives nearby and said he heard the children's voices at the moment of the blast.</p><p>“They were calling out to me, ‘Uncle! Uncle!’” he said. “But the fire was raging, and we couldn’t do anything.”</p><p>Under the ceasefire deal, Israel is eventually supposed to withdraw its troops further to the very edges of Gaza, to be replaced by an international security force. But implementation of the deal has been stalled for months.</p><p>A former U.N. diplomat now in charge of coordinating the ceasefire has blamed Hamas’ failure to disarm. Sporadic talks to reach a formula for decommissioning its weapons appear to have made little progress, and Hamas accuses Israel in turn of violating the ceasefire.</p><p>The war began after Hamas-led militants attacked Israeli communities on Oct. 7, 2023, killing around 1,200 people, mostly civilians, and taking 251 others hostage. Israel responded with a punishing military offensive that has killed more than 73,000 people, according to the Gaza Health Ministry.</p><p>The ministry, which was part of the recently dissolved Hamas-run government, maintains detailed records viewed as generally reliable by U.N. agencies and international organizations. It does not distinguish between civilians and militants but says women and children make up around half of all fatalities.</p><p>___</p><p>Frankel reported from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KBOEH3M6TPWTKDCJNGSDGRUXYE.jpg?auth=ba5e302867d26b8db67470718a3061b497229cf245e060a3a21a46a720cb0ade&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military, right side of image moving top to bottom, in the central Gaza Strip, July 1, 2026. At left is the Maghazi refugee camp, and on the other side are homes demolished by the military. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDWWFWRVB2QH2NVBLLD4ODICQQ.jpg?auth=5da4dfefd6b62f5f54acf4c85ed8a4e7810e2cbb18b2927aff5201f1e2985656&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military, seen starting at top center of image and moving down at an angle to the left, near the city of Khan Younis in the southern Gaza Strip, July 7, 2026. Two Israeli military bases are visible in the demolished town of Bani Suheila. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63U2SULTFXD2K2TVN4WMBLRBPI.jpg?auth=1da2de9a8aa3419443dbf001da527fc8339c53170df597d552d0a480a7b67df3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military in the central Gaza Strip, July 7, 2026. The Bureij refugee camp is visible on the left, with the Wadi Gaza stream interrupting the barrier. An Israeli military base is on the other side. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5NDXGFY6ZYLHRDHV4J63GFXHZM.jpg?auth=6c6b612928f6e0ae3a3a1d78f0dd7a7449c1503a4a4b54c23794157294f3f302&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military in the northern Gaza Strip, July 8, 2026. To the left is the demolished town of Beit Lahia, and at right a defunct sewage treatment plant. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOWSQ3H7HDCJLR643KU4HWMRNQ.jpg?auth=d8953414a458491e8ad65b730396308e9c255bd8ab0c6ea1cb9e3afa56b7905f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A satellite image from Planet Labs PBC shows a section of an earthen barrier, cutting horizontally across the middle of the image, being built by the Israeli military in the southern Gaza Strip, July 15, 2026. On one side are two military bases, and on the other the Palestinian tent city of Muwasi. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WO7Z67JJYYQAVCA3JFP5YPOKWI.jpg?auth=a4c95b58b63b32fe3cbc1ff3c2e32e9bf0fd7871927ed82921968f93a2dc3c09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The map above shows the progress of a berm being constructed by Israel in Gaza that isolates the areas which Israel controls from the rest of the territory. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content></item><item><title><![CDATA[Lebanon's president will meet with Trump in Washington to push for Israeli troop withdrawal]]></title><link>https://www.local10.com/news/world/2026/07/21/lebanons-president-will-meet-with-trump-in-washington-to-push-for-israeli-troop-withdrawal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/lebanons-president-will-meet-with-trump-in-washington-to-push-for-israeli-troop-withdrawal/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Lebanon's president will meet with U.S. President Donald Trump on Tuesday to wrap up a four-day visit to Washington, in a bid for long-term calm after months of war at home between Israel and the Iran-backed Hezbollah militant group.]]></description><pubDate>Tue, 21 Jul 2026 13:30:14 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Lebanon's president will meet with U.S. President Donald Trump on Tuesday to wrap up a four-day visit to Washington, in a bid for long-term calm after months of war at home between Israel and the Iran-backed Hezbollah militant group.</p><p>Joseph Aoun's first-ever meeting with Trump comes as Lebanon and Israel hold rare direct talks mediated by Washington. This is the first visit by a Lebanese president to the White House since 2009.</p><p>Lebanon hopes the talks will result in Israeli troops withdrawing from large swaths of southern Lebanon that they currently occupy, and the Lebanese military receiving support to assert full control in areas where Hezbollah militants had held sway.</p><p>Lebanon and Israel announced a “framework agreement” on June 26, setting a plan for Israeli forces to withdraw and for the disarmament of Hezbollah, which for decades had a strong presence in southern Lebanon. It also lays out steps toward an eventual peace agreement between the countries, which have never held formal diplomatic ties and have been nominally in a state of war for nearly 80 years after Israel’s establishment.</p><p>The U.S. State Department announced Monday that operations in three villages deemed part of a “pilot zone” had begun, without giving details. Two of the villages, Froun and Srifa, are not under Israeli military control and the Lebanese army is present, while Israeli forces are in part of Zawtar al-Gharbieh.</p><p>The Lebanese army in a statement said it was preparing for Israel to withdraw from Zawtar al-Gharbieh and that it had begun deploying troops Tuesday. The Israeli military said it “will adjust its force posture in one of the pilot areas in order to enable the Lebanese Armed Forces to carry out their mission,” without specifying the location.</p><p>The Lebanese military later said Israeli troops fired near that area in Zawtar al-Gharbieh, without giving details, and warned it could delay deployment.</p><p>An Israeli military official, speaking on condition of anonymity in accordance with military guidelines, said the withdrawal had not yet begun.</p><p>Village mayor waits for safety to be confirmed</p><p>Abed Ezzeldine, mayor of Zawtar al-Gharbieh, said they were waiting for the Lebanese military to say whether it's safe for residents to check on their homes after they fully deploy and patrol the area. He was concerned about safety, given that the Israeli military is still present in a village next door, while Israeli strikes continue nearby.</p><p>“The villages are intertwined, so we don’t feel safe because the Israelis are present there, they’re on our borders and are not very far from us,” Ezzeldine told The Associated Press, who said Zawtar al-Gharbieh is uninhabitable.</p><p>“Once the army gives us permission to enter Zawtar al-Gharbieh, we as civilians will go in, but only to check it out and see how things are and then we will leave,” he said. "We can’t stay because the infrastructure is completely damaged and houses have been leveled. They (the Israelis) have bulldozed the roads.”</p><p>The Lebanese military last week increased its presence in some of the areas expected to be included in the pilot zone, including the three villages, with troops patrolling and setting up checkpoints.</p><p>Rubio says US will support the framework agreement</p><p>Aoun on Sunday met with Secretary of State Marco Rubio, who said Washington will continue to endorse the Lebanese agreement and support its full implementation. Rubio described the meeting as “very positive” and warned that Lebanon will “never be fully at peace” as long as the Hezbollah issue is not resolved.</p><p>“How do you replace Hezbollah? You defeat and replace them with a government that is strong enough to be the sole force of arms in the country,” Rubio said.</p><p>Skeptics in Lebanon fear that a military confrontation with Hezbollah could lead to a civil war.</p><p>Government officials have urged investment in the country's battered infrastructure to empower the weakened state, which Rubio echoed.</p><p>“This is not just about military stuff," he said. "This is about how can we attract more U.S. and international investment into Lebanon.”</p><p>Israel plans on a long-term presence</p><p>Israeli officials, meanwhile, have said they plan to keep military forces long-term in a “security zone” in southern Lebanon.</p><p>Hezbollah has dismissed the U.S.-brokered direct talks and instead backed Washington’s talks with its key ally and patron Iran to end their war, which includes ending the war in Lebanon as a condition.</p><p>Lebanon’s government came to power on a reformist platform in early 2025, vowing to disarm all non-state groups including Hezbollah. It blames Hezbollah for dragging the country into another war with Israel in March, when the militant group fired several rockets toward northern Israel two days after the U.S. and Israel attacked Iran.</p><p>Beirut's leadership, however, has condemned Israel’s subsequent ground invasion and massive aerial campaign in the country, which has killed over 4,000 people and displaced 1.2 million others.</p><p>While grappling with stark political opposition from Hezbollah and allies within the deeply divided country, Lebanon's leadership insists that Israeli withdrawal and international financial support for Lebanon’s cash-strapped army is crucial for a sustainable security solution.</p><p>___</p><p>Associated Press writer Giovanna Dell'Orto in Jerusalem contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3WSBI7GXWCJEAGDTA2XUL3QRFE.jpg?auth=47cee05c46b608534d10d480ec9632d503c69175479718b45c14ec6a619e9d44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident inspects the damage to his home, destroyed in an Israeli airstrike during the Israel-Hezbollah war in Ghandouriyeh village, southern Lebanon, Tuesday, July 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GT3R263QLXE6RREP6D2E236XJY.jpg?auth=498f0bc3ce4ece0269c2f7a02a8bff61e7fcd4bb21ffcebb619d8de157fc182b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident works inside his shop, which was heavily damaged in an Israeli airstrike during the Israel-Hezbollah war,in Ghandouriyeh village, southern Lebanon, Tuesday, July 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUPGC4K7QMUVSGYSOUGGJ2SZL4.jpg?auth=ac5fb3de865884eb8bdf7fd5266edf9f8bcda07abc6bcee66bcb6b48d04de0a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fatima Mokdad stands outside her home, which was destroyed in an Israeli airstrike during the Israel-Hezbollah war, where she and her family continue to live, using the only room that remained intact, in Froun village, southern Lebanon, Tuesday, July 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NLYX3LFXTCYFCAMLV4DDKOR76U.jpg?auth=a7318568fa03086c35dd4df9bd163388e3b259db199b4d89ed282443464b8693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese soldier stands atop an armored personnel carrier while manning a checkpoint at the entrance to Srifa village in southern Lebanon, Tuesday, July 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item><item><title><![CDATA[AI stocks gather more strength, even as Brent oil's price tops $90]]></title><link>https://www.local10.com/business/2026/07/21/ai-stocks-gather-more-strength-even-as-brent-oils-price-tops-90/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/ai-stocks-gather-more-strength-even-as-brent-oils-price-tops-90/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — More gains for makers of computer chips and other winners of the artificial-intelligence boom are carrying Wall Street higher on Tuesday.]]></description><pubDate>Tue, 21 Jul 2026 14:22:38 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — More gains for makers of computer chips and other winners of the artificial-intelligence boom are carrying Wall Street higher on Tuesday.</p><p>The S&P 500 rose 0.5%. The Dow Jones Industrial Average was up 327 points, or 0.6%, as of 10:15 a.m. Eastern time, and the Nasdaq composite was 0.8% higher.</p><p>AI stocks were once again at the center of the action, and they rose for a second straight day after tumbling the week before.</p><p>After rocketing higher because of the boom in investment in AI chips and data centers, they’ve come under pressure in recent weeks on worries that they shot too high. Concerns are also weighing that AI investments may fall off if they don’t produce as much profit and productivity as promised.</p><p>Micron Technology jumped 6% and added to its 1.9% gain from the day before, coming off its 13.3% drop from last week. Advanced Micro Devices rose 4.3%, and they were the two strongest forces lifting the S&P 500.</p><p>The gains came despite more climbs for oil prices, and Brent crude oil topped $90 per barrel because of continued attacks between the United States and Iran. It rose 2.2% to $91.17, up from less than $72 early this month, which is roughly where it was before the war with Iran.</p><p>Rising oil prices are threatening a reacceleration of inflation, just as it was slowing more than economists expected. That in turn could push the Federal Reserve and other central banks to raise interest rates, which would slow economies and undercut prices for stocks and other investments.</p><p>The yield on the 10-year Treasury climbed to 4.62% from 4.60% late Monday and from just 3.97% before the war with Iran began.</p><p>On Wall Street, several stronger-than-expected profit reports from big U.S. companies helped stocks to strengthen despite that added pressure.</p><p>3M climbed 9.9% after topping analysts’ expectations for both profit and revenue in the latest quarter. It also raised its forecast for profit over the full year of 2026.</p><p>Hasbro jumped 10.6% after the toy maker said its Magic: The Gathering game topped $500 million in revenue for a quarter for the first time. It also raised its revenue forecast for the year.</p><p>General Motors cruised 3.8% higher after the automaker's profit and revenue for the latest quarter beat analysts' expectations and CEO Mary Barra said demand in North America remains strong.</p><p>They helped offset a drop for Danaher, which slid 12.2% even though it likewise topped analysts’ expectations for profit and revenue. Analysts pointed to its forecast for an underlying measure of revenue growth for the summer, which was slower than Wall Street expected.</p><p>Homebuilder D.R. Horton slipped 0.2% despite also topping profit and revenue expectations for the latest quarter. Executive Chairman David Auld said it's still feeling the effects of affordability concerns in the housing market and caution among potential home buyers.</p><p>Mortgage rates have already climbed to their highest level in nearly a year because of higher Treasury yields in the bond market. That could force D.R. Horton to offer more incentives to homebuyers in the current quarter, which would cut into its profits.</p><p>Companies broadly are under pressure to deliver strong growth in profit and revenue because of how high their stock prices have shot. Indexes are near their records, even with the recent shakiness for AI stocks.</p><p>In stock markets abroad, indexes were mixed in Europe amid mostly modest movements. The United Kingdom’s FTSE 100 added 0.1% as new Prime Minister Andy Burnham hosted his first Cabinet meeting.</p><p>In Asia, stocks swung more. South Korea’s Kospi jumped 3.6% on strong gains for its two dominant stocks. Both Samsung Electronics and SK Hynix have been big beneficiaries of the AI boom, and the Kospi has soared 60% so far this year even with its 20% drop for July so far.</p><p>Tokyo’s Nikkei 225 climbed 3.3% after returning from Monday’s holiday, while indexes rose 1.8% in Shanghai and edged down by less than 0.1% in Hong Kong.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZF5IDBBAFQZKURFBKOK3FOT7Q4.jpg?auth=e8c1fc458d54ce738136820ba6a1a04eb7563e171dfca18db7d3aa7c260dd78f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traders work on the floor at the New York Stock Exchange in New York, Monday, July 6, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Thousands of African winter skiing tourists are flocking to snowy Lesotho]]></title><link>https://www.local10.com/news/world/2026/07/21/ski-enthusiasts-flock-to-sub-saharan-africa-and-a-snowy-mountain-resort-in-lesotho/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/ski-enthusiasts-flock-to-sub-saharan-africa-and-a-snowy-mountain-resort-in-lesotho/</guid><dc:creator><![CDATA[By MOGOMOTSI MAGOME, Associated Press]]></dc:creator><description><![CDATA[BUTHA-BUTHE, Lesotho (AP) — One may not expect thousands to flock each winter to Lesotho but for many ski enthusiasts from across southern Africa, the small, landlocked mountain kingdom has become the go-to place in recent years.]]></description><pubDate>Tue, 21 Jul 2026 12:07:11 +0000</pubDate><content:encoded><![CDATA[<p>BUTHA-BUTHE, Lesotho (AP) — One may not expect thousands to flock each winter to Lesotho but for many ski enthusiasts from across southern Africa, the small, landlocked mountain kingdom has become the go-to place in recent years.</p><p>Lesotho's high elevation and mountainous terrain combine to make it the coldest country on the continent, with temperatures in the highlands typically plunging to minus 8 degrees Celsius (about 18 degrees Fahrenheit) between June and August.</p><p>The Afriski Mountain Resort, some 3,200 meters (10,499 feet) above sea level, nestled in the northern Maluti Mountains, is Lesotho's single fully operational ski resort — and the only one in sub-Saharan Africa.</p><p>The majestic snow-covered landscape is ideal for skiing, and both seasoned and new visitors enjoy the slopes that are spread over 17 hectares (42 acres) surrounding the resort — about the size of 24 standard soccer pitches. The resort opened 25 years ago, a short bus or car ride from the nearest major town of Butha-Buthe, about 80 kilometers (50 miles) away.</p><p>Last year, tourism contributed about 7% to Lesotho's annual GDP of some $2.6 billion. For its part, Afriski provides a chunk of needed cash in a country cited by the World Bank as one of the poorest in the world — and its artificial snow machines ensure it stays open throughout the Southern Hemisphere’s winter.</p><p>Thousands come to a country Trump says no one's heard of</p><p>U.S. President Donald Trump may have joked in 2025 about Lesotho being a country that “nobody has ever heard of” but just a year earlier, the kingdom, bordered on all sides by South Africa and with a population of 2.3 million, celebrated 200 years of the founding of the Basotho nation and 58 years of independence from British rule.</p><p>Located in its entirety at and over 1,000 meters (3,280 feet) above sea level, Lesotho sees a lot of snow — and skiing is growing in popularity here from a rare sport previously mainly associated with North America and the European Alps.</p><p>Most people drive into Lesotho from neighboring South Africa but international visitors can also fly in to the airport in Maseru, the country's capital.</p><p>Afriski's CEO, Theo Ferreira, says almost 70% of the visitors come from South Africa; the rest are mostly from Lesotho or elsewhere in southern Africa. The resort now has 227 full-time and seasonal employees, nearly all Lesotho nationals, with about 30 South Africans, working mainly as skiing instructors, he said.</p><p>While the resort has rooms for 420 overnight guests, the nearby Butha-Buthe and Mohlokong towns can offer extra accommodations in peak season. The busiest day so far this year saw over 1,400 visitors while in 2025, the record was over 1,600 day visitors and those staying overnight or longer, Ferreira said.</p><p>Because unreliable weather patterns can make natural snow scarce, the resort relies on artificial snow to make skiing possible all winter long.</p><p>Lesotho's snow may not be how you imagine Africa</p><p>The resort has played role in helping ski tourism emerge as another attraction in southern Africa, known for its wildlife and scenic coastlines along the Indian and Atlantic Oceans.</p><p>For many visitors, Afriski is where they had their first ski lessons, braving falls and dusting themselves off before having another try, and another — until making that first, full glide down without falling.</p><p>Janco Smits, a student from Cape Town, South Africa, describes it as "an amazing slope to learn on.”</p><p>“At the start it was a little discouraging because you fall, and you fall hard,” he said. “But the people here, they gave me one lesson and after an hour, honestly, I felt confident.”</p><p>“When you think of the African continent, you don't think of snow. You think about ... the sun and the Sahara (Desert),” said Thato Ramaphoko, a first-timer at the resort from Pretoria, South Africa’s capital. "But that you can actually go to all that and also come here and it also snows at the same time, it is just mind-blowing, so I just had to see it for myself."</p><p>Visitors at Afriski can also sample a taste of Lesotho in the form of traditional sausage rolls and Maluti Lager, the country's proudly home-brewed beer.</p><p>As for a souvenir to take home, try the colorful Basotho blanket, which comes in vibrant colors and patterns that also pop up in local garments and are creatively integrated into various skiing jackets and gear.</p><p>___</p><p>This story has been edited to correct the spelling of Janco Smits's name.</p><p>___</p><p>For more on Africa and development: https://apnews.com/hub/africa-pulse</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTNAKYQBXNRHSZ6CA25IV6AKYQ.jpg?auth=9ff37f4375e1cc56c3406b456d8fe898351b1ebec559bbbb614bf13cec6ce71b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group of skiers gather on the slopes at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YXEBQU7DQHKP6P4MJE6HEC2AU.jpg?auth=5fe549f9ed057ae1241483ee0105b2753c06b1a0c8d710fffdef2ff40646baf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A skier descends carving through the snow at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EUOHNW4JK6NCEB7TJT2TZIKIJE.jpg?auth=750673798f380198797ce7ffe5a59c74ef6c2bc2b64d61fb46822e85361c19aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A skier descends through the snow at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6E4P4IWXLRTU5EVILADBROGKDE.jpg?auth=e25ca49abcf7732d91443bebcf601523683376ef5d9405bf7f44105f811f96fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker poses near the slopes at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O24ESVAWSRBCLTWNQOH4AU7CHA.jpg?auth=5836ee5a603978c79be6646c6a6174b2a860e9e73bd4e98cb53ae4918ead4c0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Afriski Mountain Resort is seen at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content></item><item><title><![CDATA[Benches clear in Pirates-Yankees game after Santana shouts at Caballero]]></title><link>https://www.local10.com/sports/2026/07/21/benches-clear-in-pirates-yankees-game-after-santana-shouts-at-caballero/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/benches-clear-in-pirates-yankees-game-after-santana-shouts-at-caballero/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Pittsburgh Pirates reliever Dennis Santana said he yelled at José Caballero for taking too long to get ready in the batter’s box, triggering a heated altercation in Monday night’s 8-5 loss to the New York Yankees.]]></description><pubDate>Tue, 21 Jul 2026 04:05:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Pittsburgh Pirates reliever Dennis Santana said he yelled at José Caballero for taking too long to get ready in the batter’s box, triggering a heated altercation in Monday night’s 8-5 loss to the New York Yankees.</p><p>Both benches and bullpens emptied after Caballero bounced into an inning-ending double play in the eighth. Santana got angry following the play, gesturing and shouting a few times at Caballero on the field.</p><p>“Just don’t (take) that long (at) home plate and that’s it,” Santana said when asked what he said to Caballero.</p><p>The right-hander was restrained by teammates Rafael Flores and Bryan Reynolds before order was restored after a few minutes without any punches or ejections.</p><p>“Dennis just got frustrated by something,” Pittsburgh manager Don Kelly said. “Thankfully it didn’t end up being a big deal.”</p><p>Since the pitch clock was implemented in 2023, hitters are required to be in the batter’s box and facing the pitcher with eight seconds remaining on the clock. Caballero was trying to wait until the last second available during his at-bat, which lasted three pitches.</p><p>“I just grounded into a double play, turning my back to the coach at first base to give my guards to him, and he was chirping at me,” Caballero said. "I was a little bit surprised about it.”</p><p>Caballero had two hits, including a two-run double, before his at-bat against Santana, who has a 6.05 ERA in 44 appearances and gave up a game-ending two-run homer to Cleveland rookie Travis Bazzana on Saturday.</p><p>“At this point, he’s lucky he doesn’t get a ball right away because at this point, it’s been four years with the same rules, which we all should know about the rules,” Caballero said. “The whole league should know who I am, what I do (in) the box, and they should be aware of it. For you to get mad at something that the league’s implementing — you shouldn’t be mad at me, you should be mad at someone else.”</p><p>During New York’s 8-3 win in Toronto on June 14, Caballero was issued a warning for intentionally delaying an at-bat. He was warned by plate umpire Stephen Jaschinski that he would get an automatic strike called if it happened again, and Yankees manager Aaron Boone spoke to Major League Baseball officials about it the following day.</p><p>“I know he does it every pitch. It’s his thing,” Reynolds said.</p><p>Caballero’s deliberate style in the batter’s box has periodically irked opponents, including the Yankees, who acquired him from Tampa Bay on July 31 last year.</p><p>As a rookie with the Seattle Mariners in June 2023, Caballero annoyed Yankees ace Gerrit Cole so much the right-hander threw a 97 mph fastball to him that landed high up on the backstop.</p><p>Cole’s pitch was in response to Caballero stepping out repeatedly during his first two plate appearances until the pitch clock was down to the eight-second requirement to be in the batter’s box and alert.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IYHSYCR74XYAKQFQF74FR4JXYY.jpg?auth=428b38d457efd593c2f4bcbf130dc7243fed476a8ce2115bc82dfa446741021e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates' Gregory Soto, left, exchanges words with New York Yankees' José Caballero (72), right, during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JLJD3BOLVRS7UEGKTKCTSZ3JNI.jpg?auth=a604cef28f98cf2cc781720861278f1c478e5e2fc88b925d2ecffd644c6f5a8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates catcher Rafael Flores Jr. keeps pitcher Dennis Santana from going after New York Yankees' José Caballero during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MGZZUCD4E22N3QSGI7SSWJ7GQ.jpg?auth=6231b71aa2d6b370f23892c675a322b12b16d1add1ee5785dfe71cf61162ccf7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates catchers Henry Davis (32) and Rafael Flores Jr. keep pitcher Dennis Santana from going after New York Yankees' José Caballero during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LQ5B6FZJB3CRKGKNDJRL5TFAYA.jpg?auth=b7d60377f85cceab7362e6150e514108ccc8d43e209cd24f16732c444f884019&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' José Caballero looks at Pittsburgh Pirates pitcher Dennis Santana after a scuffle during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTTVRFEOYXUL2BQDG5M74BZICM.jpg?auth=4be6300513475c37e898d18673c175193d58fd2711bbba8a7e65ef5f07a9c29e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates catcher Rafael Flores Jr. keeps pitcher Dennis Santana from going after New York Yankees' José Caballero during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Judge to hear evidence against singer D4vd in killing, dismemberment of teen and decide on trial]]></title><link>https://www.local10.com/entertainment/2026/07/21/judge-to-hear-evidence-against-singer-d4vd-in-killing-dismemberment-of-teen-and-decide-on-trial/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/21/judge-to-hear-evidence-against-singer-d4vd-in-killing-dismemberment-of-teen-and-decide-on-trial/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A judge is set to decide at a hearing that opens Tuesday whether there is enough evidence to put singer D4vd on trial in the killing and dismemberment of a 14-year-old girl that authorities said had threatened to expose their relationship.]]></description><pubDate>Tue, 21 Jul 2026 10:29:12 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A judge is set to decide at a hearing that opens Tuesday whether there is enough evidence to put singer D4vd on trial in the killing and dismemberment of a 14-year-old girl that authorities said had threatened to expose their relationship.</p><p>Prosecutors have said the evidence will show that 21-year-old D4vd, whose legal name is David Burke, brought Celeste Rivas Hernandez to the Hollywood Hills house he was renting, stabbed her multiple times then cut apart her body in his garage using chain saws.</p><p>The preliminary hearing in Los Angeles is expected to last about four days and will look much like an abbreviated trial. There is no jury. Judge Charlaine Olmedo will decide whether the prosecution offered enough evidence to demonstrate probable cause to proceed to trial.</p><p>The hearing will resemble a mini trial</p><p>It will be the first public presentation of evidence against Burke, who was arrested in April and pleaded not guilty to murder, continuous sexual abuse of a child under the age of 14 and unlawful mutilation of human remains. His attorney, Blair Berk, has said Burke is not responsible for Rivas Hernandez's death.</p><p>The defendant, who has been held without bail in a jail near the courthouse since his arrest, will appear in court in his jail clothes, after the judge rejected a request that he be able to wear a suit as is usually allowed at a jury trial. No cameras will be allowed in the courtroom.</p><p>Soon after his arrest, prosecutors filed a memo, which the defense unsuccessfully tried to have sealed, outlining what their evidence would show at this hearing.</p><p>The defendant and the victim had known each other several years</p><p>The filing said Burke met Rivas Hernandez when she was 11, began sexually abusing her when she was 13 and he was 18, and killed her when she threatened to report him.</p><p>She was reported missing multiple times in the years before her death, and prosecutors said they have evidence she was with Burke for long stretches, including a trip to Texas where she met his family. Detectives had contacted him about her, but authorities say he lied and said he had only met her once and didn't know she was a minor. Prosecutors said they have sexual text messages and photos the two exchanged.</p><p>A court filing said he sent a car to pick her up on the night of April 23, 2025, from her hometown of Lake Elsinore, California, some 80 miles (129 km) outside of Los Angeles. The two exchanged messages until she arrived at his Hollywood home, after which her phone went dead.</p><p>“Knowing he had to silence the victim before she ruined his music career as she had threatened, very soon after her arrival at his home, defendant stabbed the victim to death multiple times and stood by while she bled out,” the document said.</p><p>Prosecutors say they have evidence linking Burke to girl's death</p><p>Prosecutors said they have records showing Burke ordered chain saws and wading pools that he used to dismember her body in his garage, and that her DNA was found there on blood stains discovered when police served a search warrant.</p><p>They said he then drove around for months with the body in the trunk. About four months after her death, her decomposing body was found in the Tesla registered to Burke that had been towed from the Hollywood Hills in September.</p><p>Prosecutors said the car was parked around the corner from his house, and surveillance video will show he was the last person to drive it.</p><p>It's not entirely clear why it took seven more months to arrest Burke — though uncooperative witnesses had to be subpoenaed and the final autopsy report showing she was stabbed was not released until December.</p><p>The defense has not publicly provided its version of events.</p><p>Preliminary hearings like this one serve a similar function to that of grand jury proceedings. Prosecutors generally present only as much evidence as they think they need to, and witnesses are kept to a minimum — mostly police and other investigators. For defense attorneys, it can provide ways to explore potential weaknesses in witness testimony that they can exploit at a trial.</p><p>D4vd had budding music career</p><p>D4vd began making music for YouTube videos he created of the video game Fortnite when he was a teenager.</p><p>The songs he wrote and recorded on his phone were a blend of indie rock, R&B and lo-fi pop. The music made him a phenomenon on TikTok, Instagram, Soundcloud and Spotify, where his top songs, including his 2022 breakthrough “Romantic Homicide,” have more than a billion plays. In 2023, he released two EPs and opened for SZA on tour.</p><p>He performed at last year's Coachella music festival just a few weeks before prosecutors said Rivas Hernandez was killed, and his album was released. Five months later, he was on tour promoting it when the body was discovered.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/476DQTAIBPWJIAJOXOCJLAISH4.jpg?auth=23146c29216d28a46e60bd58ed7d58bc5cf0d2aaca2cb9ff8626103657e82b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift Memorial for Celeste Rivas Hernandez, who was killed and found inside a vehicle owned by singer D4vd, is placed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BT2QR4JZOV6ME4NXY6WLM3LNJA.jpg?auth=c042bcbb856273f25cd6a6f1e20be12984231732c893bd70d0a57dbb657d8249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - David Anthony Burke, whose stage name is D4vd, is arraigned in Los Angeles, April 20, 2026, on charges of killing a 14-year-old girl whose dismembered body was found in his car. (Ted Soqui/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Soqui</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKKKPBIUOZA63JE2RCQCEYZLVU.jpg?auth=736dd150db96802c5efc5cbd9b33a517574eb7d862879c08a34a29278479308e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift memorial for Celeste Rivas Hernandez, whose body was found inside a vehicle owned by singer D4vd, is displayed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YJHULGIFMIVLQEGS6HY4SXWXU.jpg?auth=6b8eea3da5633a2abb40fffccdb294a56028625b366a1a40d70c7005cdb6f4f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - D4vd appears at Variety's Power of Young Hollywood in Los Angeles on Aug. 8, 2024. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></item><item><title><![CDATA[Powerball ticket sales begin Tuesday in the United Kingdom]]></title><link>https://www.local10.com/news/world/2026/07/21/powerball-ticket-sales-begin-tuesday-in-the-united-kingdom/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/powerball-ticket-sales-begin-tuesday-in-the-united-kingdom/</guid><dc:creator><![CDATA[By JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[Powerball ticket sales in the United Kingdom will begin Tuesday, giving players across the Atlantic a chance at winning the same massive jackpot that U.S. players already play for — with the same minuscule odds.]]></description><pubDate>Tue, 21 Jul 2026 04:05:03 +0000</pubDate><content:encoded><![CDATA[<p>Powerball ticket sales in the United Kingdom will begin Tuesday, giving players across the Atlantic a chance at winning the same massive jackpot that U.S. players already play for — with the same minuscule odds.</p><p>The expansion, first announced in April through an agreement between the Multi-State Lottery Association in the U.S. and Allwyn UK, will mark the first time a lottery outside the U.S. contributes to the Powerball jackpot. The expansion will allow U.K. players to play for much larger jackpots than are now available at lotteries in the country and Europe.</p><p>Wednesday night’s drawing will be the first Powerball drawing open to players in the U.K.</p><p>The largest Powerball payout was just over $2 billion (about 1.5 billion pounds) from a ticket bought in 2022 in California. EuroMillions, a lottery offered across nine European countries and also operated in the U.K. by Allwyn, awarded the maximum 250 million euros (about $285 million) to players from France, Ireland and Austria over the course of 2025.</p><p>The odds of winning a Powerball jackpot are a minuscule 1 in 292.2 million. Those odds will be the same for U.S. and U.K. players, lottery officials say.</p><p>U.S. lottery officials say the expanded player base will allow Powerball jackpots to grow more quickly, likely increasing sales as more people are drawn to larger grand prizes.</p><p>Powerball tickets cost $2.</p><p>Tickets purchased in the U.K. will only go toward the Powerball jackpot — not lower-tier prizes. Players in the U.K. will have a different lower-tier prize structure.</p><p>The estimated jackpot amounts in each country will differ due to currency conversion rates and because the U.S. advertises prize amounts pretax, unlike in the U.K.</p><p>U.K. Powerball jackpots will also be paid over 30 years, whereas in the U.S. jackpot winners have a choice between taking their winnings spread over years through an annuity or in cash — nearly all winners opt for cash.</p><p>Powerball is played in 45 U.S. states, and Washington, D.C., Puerto Rico and the U.S. Virgin Islands.</p><p>In the game, players choose five white-ball numbers from 1 to 69 and one red Powerball number from 1 to 26. Drawings will continue to be held Mondays, Wednesdays and Saturdays.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OVRIGUX33AHW3JIM26RTMNXJ7M.jpg?auth=37de8f78ef9ecbddadcefcaa23387558c6f32f1b81ca37f706547e53db3fe5a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Powerball lottery tickets are sold at a convenience store, Dec. 22, 2025, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[US and Iran dig in over the Strait of Hormuz, showing the limits of intensifying airstrikes]]></title><link>https://www.local10.com/news/world/2026/07/21/us-and-iran-dig-in-over-the-strait-of-hormuz-showing-the-limits-of-intensifying-airstrikes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/us-and-iran-dig-in-over-the-strait-of-hormuz-showing-the-limits-of-intensifying-airstrikes/</guid><dc:creator><![CDATA[By BEN FINLEY and FARNOUSH AMIRI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.]]></description><pubDate>Tue, 21 Jul 2026 04:01:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.</p><p>While the Trump administration says it is open to diplomacy, Iran so far has refused to loosen its grip over the crucial oil shipping corridor in the Persian Gulf. It is raising questions about the strategy for the next phase of the conflict as intensifying attacks have collapsed an interim ceasefire deal, left additional American troops dead and sent U.S. gasoline prices back up — posing new problems for Republicans ahead of the midterm elections.</p><p>Even with glimmers of hope for talks, the sides could be headed back to all-out war, with Trump warning that “every time Iran kills an American Soldier” going forward, “they will pay for that killing many times over.”</p><p>The renewed escalations reflect "a fundamental misreading of the Iranian psyche and a lack of learning” from previous fighting, said Mona Yacoubian, director of the Middle East Program at the Center for Strategic and International Studies.</p><p>“I think it’s driven by a calculus on either side that they can double down on military escalation as a way of breaking the impasse and getting the other side to relent,” Yacoubian said. “The danger, of course, is that the more escalatory it becomes, the harder it will be to seize any potential opening back to diplomacy.”</p><p>The Trump administration says the door to diplomacy is open</p><p>Secretary of State Marco Rubio said the U.S. is still open to negotiating, telling reporters Sunday night that Iran continues "to send signals that they want to talk, that they want to negotiate, but their behavior is what we’re responding to. And their behavior is they’re launching missiles and drones at ships” in the Strait of Hormuz, where a fifth of the world's oil normally passes.</p><p>“The United States always remains open to a diplomatic solution, and we’ve tried multiple times with Iran, and we’ll continue to try," he said. "If that door opens, we’ll be happy to see it open.”</p><p>Trump is focused on making Iran pay for the recent deaths of U.S. troops, violations of the interim deal reached last month and attacks on ships in the strait, according to a U.S. official, who was not authorized to comment publicly and spoke on condition of anonymity.</p><p>The official said that military strikes on Iran would continue until Trump decides otherwise, but that talks between the countries also would go on.</p><p>For some outside observers, the administration appears to be struggling to find an off-ramp, both militarily and diplomatically.</p><p>“This administration currently is flustered,” said Alan Eyre, a former U.S. diplomat once involved in past nuclear negotiations with Tehran and now a fellow at the Middle East Institute. “It really doesn’t have a coherent and consistent strategy as to how to extricate itself from this quagmire.”</p><p>There are some limitations to Trump's air war</p><p>The U.S. military can only accomplish so much as it ramps up attacks on Iran, experts say.</p><p>The conflict has demonstrated the limits of relying solely on air power, said Christopher Preble, a scholar at the Stimson Center think tank focused on U.S. foreign policy. But he noted that sending in ground troops would be unpopular with many Americans and members of Congress.</p><p>“It seems that President Trump certainly has the capability to continue to bomb, and Iran will have the capability to continue to keep the strait closed — or closed well enough,” Preble said.</p><p>David Schenker, a former official in the first Trump administration who is now a fellow at the Washington Institute for Near East Policy, said the renewed strikes on Iranian infrastructure are a repeat of attacks during the early weeks of the war. And those did not result in Iran’s capitulation.</p><p>“The U.S. hit 13,000 targets in the first 6 weeks of the war, and this didn’t sway Iran to take a knee,” he said.</p><p>Retired Air Force Secretary Frank Kendall, who served under President Joe Biden, said previous wars such as Vietnam showed the limitations of air power alone.</p><p>“Generally, you have to couple air power with ground operations, sometimes naval operations as well, and certainly space today,” he said.</p><p>When launching the war on Feb. 28, the U.S. and Israel struck many fixed targets identified before the conflict began. But Iran had a long time to prepare for the attacks by concealing and dispersing weapons.</p><p>“So the easy targets are pretty much gone,” Kendall said. “They can hide ballistic missiles and cruise missiles and small air vehicles pretty easily. So it’s a very hard job to try to suppress that kind of a threat over a period of time. And that’s why they’re still able to attack not just ships in the Straits, but also our bases in the region and so on.”</p><p>Diplomacy has struggled with a lack of trust between the US and Iran</p><p>A diplomatic solution also could prove elusive.</p><p>Eyre, of the Middle East Institute, said the Trump administration has shown no preference for “actual diplomacy,” relying instead on close advisers with little international relations experience while outsourcing some of the work to mediators such as Qatar, Pakistan and Egypt.</p><p>“We’ve got a tough road ahead of us, but it theoretically could be done,” Eyre said of potential negotiations to end the conflict. “Unfortunately, there is so little mutual confidence in the other side. There’s so little bilateral trust between the U.S. and Iran that it makes everything so much harder.”</p><p>Both Schenker and Yacoubian said recent comments from Trump, Rubio and their Iranian counterparts reflect some openness to diplomacy.</p><p>Yacoubian pointed to the “measured” response from Trump and Defense Secretary Pete Hegseth to the recent killing of U.S. service members in Jordan, indicating a possibility for an off-ramp. Iran’s release last week of an Iranian-American woman who had not been allowed to leave the country also showed a sign of goodwill from Tehran, she said.</p><p>But these small, positive signals could quickly become moot if the decision by Yemen's Iran-backed Houthi rebels Monday to announce a maritime embargo against Saudi Arabia expands to a complete shutdown of the Bab el-Mandeb Strait.</p><p>That, Yacoubian says, could constitute “a perfect storm of disruption” for the already precarious global economy.</p><p>___</p><p>Amiri reported from New York. Associated Press writers Aamer Madhani and Michelle L. Price contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P7NIHZWU25S6FCO2LVGT4CDF2Y.jpg?auth=e19d7802cf5708fb934e8f85a7bb8ac7b13c3d6f2b18838578d9276b801ffa26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, right, salutes Air Force 89th Air Wing Deputy Commander Melissa Dombrock, left, before boarding Marine One upon his arrival at Joint Base Andrews, Md., Sunday, July 19, 2026. (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YIML5VAWQT7AKTER7JOKNIKSM.jpg?auth=cde541e19f8db7d9bb276b8f49eca512aca8bedadb588436d16433fd48246313&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 speaks to reporters before departing Joint Base Andrews, Md., Sunday, July 19, 2026, en route to Manila, Philippines to attend the 59th ASEAN Foreign Ministers' Meeting. (Brendan Smialowski, Pool via AP) CORRECTION: Corrects day of the week from Monday to Sunday.]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JLAA65FKLDWPAYKC5EXUIQ5KVU.jpg?auth=900509f17a940c9a7d617ba921fbc62912df252f2880551420db5f439b0e4385&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 speaks to reporters before departing Joint Base Andrews, Md., Sunnday, July 19, 2026, en route to Manila, Philippines to attend the 59th ASEAN Foreign Ministers' Meeting. (Brendan Smialowski, Pool via AP) CORRECTION: Corrects day of the week from Monday to Sunday.]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content></item><item><title><![CDATA[Brewers remaining careful with Jacob Misiorowski as he returns from layoff]]></title><link>https://www.local10.com/sports/2026/07/20/brewers-remaining-careful-with-misiorowski-as-he-returns-from-layoff/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/brewers-remaining-careful-with-misiorowski-as-he-returns-from-layoff/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Milwaukee manager Pat Murphy says the Brewers want to monitor Jacob Misiorowski’s workload coming out of the All-Star break.]]></description><pubDate>Tue, 21 Jul 2026 04:55:01 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Milwaukee manager Pat Murphy says the Brewers want to monitor Jacob Misiorowski’s workload coming out of the All-Star break.</p><p>The first example of that came Monday night.</p><p>Misiorowski worked just four innings in an 8-3 victory over the New York Mets that marked his first appearance since pitching seven innings in a July 7 victory at St. Louis. The Brewers scratched Misiorowski from a scheduled July 12 start in Pittsburgh due to arm fatigue, and he didn’t pitch in the All-Star Game last week despite getting selected to the team for a second straight year.</p><p>“I think we take that as kind of a reset,” Murphy said before the game. “Now I think we have to build him back up and make sure that we are mindful of it.”</p><p>Misiorowski struck out six Monday while allowing one unearned run, four hits and a walk. Twenty-six of his 65 pitches went at least 100 mph, and he topped out at 104 mph on a first-inning fastball to Juan Soto. He reached 102 mph on 12 pitches, though all but one of them came in the first inning.</p><p>Murphy noted after the game that limiting Misiorowski to four innings wasn’t simply a matter of being careful with the flamethrowing right-hander. He said it was more a matter of “just being mindful of when a guy’s not right.”</p><p>“We would have probably let him go further if his delivery and his legs felt great,” Murphy said. “I think he was a little bit out of it. The long layoff kind of affected his delivery and everything else. I think it was important to notice that and get him out of there then. The velo dropped. He couldn’t find the rhythm on his heater and went to off-speed stuff.”</p><p>Misiorowski acknowledged that it felt a little more difficult than usual pitching Monday after such a long layoff.</p><p>“Of course,” Misiorowski said. “I felt like I wasn’t in my legs as well as I should have been, but I felt halfway decent. Good enough.”</p><p>The Brewers have reason to be careful with their star as he makes his way through his first full season in the big leagues.</p><p>Misiorowski already has pitched 115 innings this season. He worked 141 1/3 innings last year, including his regular-season totals in the majors and minors plus his 12 postseason innings during Milwaukee’s run to the NL Championship Series.</p><p>The Brewers (63-37) have the best record in the major leagues and lead the Chicago Cubs by seven games in the NL Central. Misiorowski has been baseball’s best pitcher, and the Brewers’ chances of making a deep postseason run likely depend on him staying healthy and effective.</p><p>Misiorowski hasn’t allowed an earned run in eight of his last 13 starts, and he owns a 9-2 record and 0.87 ERA during that stretch. He has a 1.57 ERA and 173 strikeouts this season to lead the majors in both categories.</p><p>The 24-year-old said after Monday’s game that he’s hopeful he can go longer in his next start and can ramp his way back up quickly after this recent time off. Misiorowski had spent the offseason preparing for the greater workload he expected to encounter this year.</p><p>“The offseason last year, we focused on legs and doing all that stuff to get myself ready for this track of the year,” Misiorowski said. “I feel good where I’m at. Ready to go.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WOLFA55LW4XW5RRWOFN4ZGGIAE.jpg?auth=985905738ae3b62e895c7556f2f900ffd81333719f4b57180f5e78691a7eebe5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski smiles during the fourth inning of a baseball game against the New York Mets, Monday, July 20, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TEE223I47BLN2C6MBK2LJVH3XY.jpg?auth=9d842639bc03328326b9036c52c9aafbc66ca54bfdc9c83573a5bdccde9c20b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Jacob Misiorowski winds up to deliver during the second inning of a baseball game against the New York Mets, Monday, July 20, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FCRJOHRHHGJ4P7VAFU4RWXEDYY.jpg?auth=b084e0b8edbc0c0e63b3ec547913a0db0d637eb703f54cba10adb823edf60281&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the second inning of a baseball game against the New York Mets, Monday, July 20, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[The Red Sox have won 14 straight and need 1 more to match an 80-year-old franchise record]]></title><link>https://www.local10.com/sports/2026/07/20/the-red-sox-have-won-14-straight-and-need-1-more-to-match-an-80-year-old-franchise-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/the-red-sox-have-won-14-straight-and-need-1-more-to-match-an-80-year-old-franchise-record/</guid><dc:creator><![CDATA[By KEN POWTAK, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Eighty years ago, a Boston Red Sox team led by future Hall of Famer Ted Williams went on a 15-game winning streak early in the season that still stands as the longest in team history.]]></description><pubDate>Tue, 21 Jul 2026 03:42:16 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Eighty years ago, a Boston Red Sox team led by future Hall of Famer Ted Williams went on a 15-game winning streak early in the season that still stands as the longest in team history.</p><p>On Tuesday night, the Red Sox can match that mark set by the 1946 club.</p><p>Caleb Durbin hit a tiebreaking homer over the Green Monster with two outs in the eighth inning, and the Red Sox extended the second-longest winning streak in club history to 14 games, beating Baltimore 6-5 on Monday night to snap the Orioles’ season-best win streak at seven.</p><p>“I’m trying not to, but I want it,” Durbin said about the possibility of tying the club record. “I can’t speak for anyone else. We really haven’t talked about it, but I want to make history here.”</p><p>Durbin, who had a miserable start to the season after being picked up in an offseason trade with Milwaukee, connected on a 1-0 cutter from Tyler Wells, setting off a celebration by his teammates in front of Boston’s dugout.</p><p>“It would mean a lot, for sure,” first baseman Willson Contreras said. “We are trying to play the same way every day. … If it happens, that would be great for us. We can celebrate that. If it doesn’t happen, you have to keep going.”</p><p>Boston was 37-48 when the streak began and is now in position for a wild-card playoff berth.</p><p>The Red Sox overcame three deficits on Monday.</p><p>“I can’t imagine it being more electric than tonight,” Durbin said. “It might be. Tonight was awesome, though.”</p><p>What was he thinking as he rounded the bases, heading toward a handful of players who were jumping up and down in front of the dugout?</p><p>“There’s not a lot of times that you black out -- as they say,’’ he said. “I think that was one of the moments where I didn’t know what was happening. I couldn’t tell you what I looked like running around the bases.”</p><p>Contreras was one of the first players to jump over the railing onto the field after Durbin’s shot.</p><p>“I felt like (the) playoffs, going to the World Series, to be honest,” he said. “Hopefully it happens. We’re on the way, but there’s a lot of season left, a lot of games to be played.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IS32T6OC7Y7FJKTZRX37HBHKCI.jpg?auth=04a59bbf8c28b40d525ae223ea75dfedf3df157752955fa0ab0b9b56608cf85e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin celebrates after defeating the Baltimore Orioles following a baseball game, Monday, July 20, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KL2JFWCZ34N3HBOGPMKI3Q3HYM.jpg?auth=e25d2e4cbd35563c2fe8ca39b235ae2bfb483b1af3ec25b46049b470737808c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin, right, celebrates with Willson Contreras after defeating the Baltimore Orioles following a baseball game, Monday, July 20, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LBZGLHK2ZTBJC33KUCQJBDF25M.jpg?auth=13fe68b5f7f5b9fbb95fd83f70f91f5480fdb75bfe846f8a0b318d29fea94559&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin celebrates after his home run in the eighth inning of a baseball game against the Baltimore Orioles, Monday, July 20, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[United Way Miami President Symeria Hudson discusses affordability on Local 10]]></title><link>https://www.local10.com/news/local/2026/07/20/united-way-miami-president-symeria-hudson-discusses-affordability-on-local-10/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/united-way-miami-president-symeria-hudson-discusses-affordability-on-local-10/</guid><dc:creator><![CDATA[Nicole Perez, Calvin Hughes]]></dc:creator><description><![CDATA[Affordability is an issue that impacts Americans on a day-to-day basis.]]></description><pubDate>Tue, 21 Jul 2026 02:01:53 +0000</pubDate><content:encoded><![CDATA[<p>Affordability is an issue that impacts Americans on a day-to-day basis.</p><p>That includes many in South Florida households that have found themselves struggling in recent years. </p><p>United Way Miami President and CEO Symeria Hudson spoke about the ongoing situation with Local 10’s Calvin Hughes and Nicole Perez, and their discussion can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man found dead near Fort Lauderdale roadway after hit-and-run crash, police say]]></title><link>https://www.local10.com/news/local/2026/07/20/man-found-dead-near-fort-lauderdale-roadway-after-possible-hit-and-run-crash-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/man-found-dead-near-fort-lauderdale-roadway-after-possible-hit-and-run-crash-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Fort Lauderdale police are investigating the death of a man whose body was discovered Monday morning along a roadway.]]></description><pubDate>Mon, 20 Jul 2026 15:08:53 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are investigating the death of a man whose body was discovered Monday morning along a roadway.</p><p><a href="https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/"><b>Leer en español</b></a></p><p>According to police, the department was called at about 8:15 a.m. about a body being found along the 2600 block of West Commercial Boulevard.</p><p>Detectives said they discovered the man, identified as Dario Alejandro , 20, had been killed in a hit-and-run crash and said the vehicle involved in the crash has since been recovered, although the driver remains at large. </p><p>Sky 10 was above the scene shortly before 10:30 a.m. as a damaged e-bike was in the grass near the roadway.</p><p>Dario’s body was spotted a short distance away.</p><p>Police said FLPD’s Traffic Homicide Unit is investigating.</p><p>Anyone with information is asked to call the FLPD or Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Power surge: Guardians hit 7 homers against Twins, 1 short of franchise record]]></title><link>https://www.local10.com/sports/2026/07/20/power-surge-guardians-hit-7-homers-against-twins-1-short-of-franchise-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/power-surge-guardians-hit-7-homers-against-twins-1-short-of-franchise-record/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Manager Stephen Vogt and the Cleveland Guardians have been searching for a breakout game on offense for most of the season.]]></description><pubDate>Tue, 21 Jul 2026 03:29:26 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Manager Stephen Vogt and the Cleveland Guardians have been searching for a breakout game on offense for most of the season.</p><p>They finally got it Monday night.</p><p>The Guardians hit seven home runs in a 13-4 victory over Minnesota Twins, one short of the franchise record and matching the record for a home game.</p><p>It was an unlikely power surge for the Guardians, who came into the game tied with Tampa Bay for the third-fewest homers in the majors with 94.</p><p>“A really fun night,” Vogt said. “The coolest feeling in the world is hitting a home run in the big leagues. So to see our guys keep doing it, obviously we’re getting good pitches to hit and we’re not missing them. I think that’s more telling than anything.”</p><p>Five of the longballs were by players who came into the game batting under .200. Petey Halpin and Rhys Hoskins each went deep twice and Patrick Bailey's shot in the seventh made it the sixth game in the franchise’s 125 seasons with at least seven homers. Cleveland hit eight home runs at Milwaukee on April 25, 1997, and at Seattle on July 16, 2004.</p><p>“We’ve been talking a lot about how both good and bad things are so contagious in this game and we feed off that as a team,” said Hoskins, who came into the game batting .177.</p><p>It was the first time two Cleveland players homered at least twice in a game since José Ramírez and Carlos Santana did it in 2019 against the Yankees.</p><p>Brayan Rocchio and Travis Bazzana also went deep for Cleveland, which also homered seven times at home on April 30, 2013 against the Philadelphia Phillies.</p><p>It’s the fourth time this season a major league team has hit at least seven homers. The Chicago Cubs had eight in their 23-3 win over the San Diego Padres on July 1.</p><p>Twins starter Joe Ryan became the 11th starting pitcher in major league history to give up six homers in a game. It was also a franchise record for homers allowed. Ryan, who pitched in his second All-Star Game last week, left too many of his 78 pitches over the middle of the plate as the Guardians took advantage of an off night by the right-hander.</p><p>“It’s a tough one, right, because I’m the one that’s wearing it. It’s definitely all on me,” said Ryan, who allowed eight runs and a career-high 10 hits in four innings, raising his ERA from 2.85 to 3.38. “It’s definitely frustrating and not the way you want to start a series against this team. They beat me to the spot more times than I got them.”</p><p>Vogt was happiest for Halpin, who hit his first two major league homers with drives to right-center in the second and fourth innings.</p><p>“It feels incredible. I think that my role and what I try to do is get on base for the guys that do hit home runs. And today I was able to connect on a couple of them,” Halpin said.</p><p>Halpin's homer in the fourth extended Cleveland's lead to 8-2. According to Sportradar, it was the first time since 1974 — when innings data started to be tracked — that Cleveland had six homers in the first four innings. It had five on July 22, 1994, against the Chicago White Sox and on Aug. 15, 2019, at the New York Yankees.</p><p>It was the 24th time that has happened in the majors during that span. The last was by the New York Yankees on Aug. 27, 2025, against the Washington Nationals.</p><p>Rocchio hit a two-run homer to right in the first. Two pitches later, Hoskins followed with a drive down the line in left to make it 3-0. It was the second time this season that Rocchio and Hoskins have gone back to back. They also did it against the Twins on July 8.</p><p>Bailey led off the seventh with a solo shot to center off Woo-Suk Go. The Guardians also had three other balls that went off the wall for doubles.</p><p>“I think it was just a great commitment on our part to really not be sold out, but be really confident about what we’re trying to do with the fastball,” Hoskins said. “I also think it gives you some conviction on which ones are balls. And I think we just did a really good job of that today. Ready to hit on the ones that weren’t up. And I think a lot of those are the ones that we did damage on, those are the pitches that you can’t miss against a guy like that and we just didn’t do that tonight.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WKGTPWBYI72E5SHHIMEPNFFBXA.jpg?auth=e6f75cf72f244a4d7d248dd50ad16ae5f7aa23cc9773cf4dc599c29945ac5508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Rhys Hoskins celebrates in the dugout after hitting a home run in the first inning of a baseball game against the Minnesota Twins in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZFPWSGAQ25G7D6MM2LZUXGZ4JI.jpg?auth=44db40085305a3211ff6db4c6e3ef0ae5117367be53197576f1f61b0b3938b2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Twins center fielder Austin Martin jumps for but can't get to a ball hit for a home run by Cleveland Guardians' Patrick Bailey in the seventh inning of a baseball game in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZVDMQGJX6BRDD3KAXUSQGLWGE.jpg?auth=0c4bd73f0cef9c1cd580c182939992a42d945bf19976939261cf5482432c7061&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Petey Halpin drops his bat as he watches his home run in the fourth inning of a baseball game against the Minnesota Twins in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZRWAZFFXKB5SJXYSHETWXRJ5Q.jpg?auth=d1f165826681af9aaac5939ad526b729e498344458574d1db30cc49e552bf3e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Travis Bazzana (37) gestures as he runs the bases with a home run in the second inning of a baseball game against the Minnesota Twins in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KY2674OWT6WF7BLRKYAJSZXL4U.jpg?auth=76f2f1523bf8b1947207894793b20ccbd71c6838a0fdfdb4a60f1690c788b5aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Twins pitcher Joe Ryan (41) waits for a new ball as Cleveland Guardians' Rhys Hoskins, left, runs the bases after hitting a home run in the first inning of a baseball game in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Ortega cancela los comicios de 2027 en Nicaragua y advierte que "no volverá a haber elecciones"]]></title><link>https://www.local10.com/espanol/2026/07/20/ortega-cancela-los-comicios-de-2027-en-nicaragua-y-advierte-que-no-volvera-a-haber-elecciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/ortega-cancela-los-comicios-de-2027-en-nicaragua-y-advierte-que-no-volvera-a-haber-elecciones/</guid><dc:creator><![CDATA[Por ANNA-CATHERINE BRIGIDA, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — El presidente Daniel Ortega manifestó que Nicaragua no celebrará elecciones en el corto plazo, una declaración que subraya sus empeños por prolongar su gobierno de casi 20 años y que frustra las esperanzas de la oposición de que pudiera atender sus exigencias de una votación democrática.]]></description><pubDate>Tue, 21 Jul 2026 00:27:15 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — El presidente Daniel Ortega manifestó que Nicaragua no celebrará elecciones en el corto plazo, una declaración que subraya sus empeños por prolongar su gobierno de casi 20 años y que frustra las esperanzas de la oposición de que pudiera atender sus exigencias de una votación democrática.</p><p>El anuncio canceló de facto los próximos comicios en el país, previstos originalmente para noviembre de 2027, luego de que en enero de 2025 el Congreso controlado por el gobierno votara ampliar un año el mandato presidencial de cinco años.</p><p>Ortega habló el domingo durante el aniversario de la Revolución Sandinista, la cual derrocó la dictadura de Anastasio Somoza en 1979 y lo llevó por primera vez al poder. Regresó a la presidencia en 2007, y desde entonces ha reescrito la Constitución, aplastado a la oposición política y consolidado su control sobre prácticamente todas las ramas del gobierno nicaragüense.</p><p>Desde las protestas masivas de 2018, que derivaron en una sangrienta represión gubernamental que dejó cientos de muertos, Ortega y su esposa y copresidenta, Rosario Murillo, se han aferrado al poder.</p><p>Ortega se declaró ganador de las elecciones de 2021 —una votación que la comunidad internacional considera ilegítima— después de encarcelar a todos los candidatos que podrían haberlo derrotado. Estados Unidos no reconoce su presidencia.</p><p>“Aquí no volverá a haber elecciones”, declaró Ortega en un discurso en el que arremetió contra Washington, su adversario de larga data. “Aquí se acabó la historia de que los partidos puestos por los yanquis, puestos por los somocistas, volverán a llegar al gobierno”.</p><p>“Jamás, jamás, jamás”, expresó al referirse a cualquier elección futura.</p><p>Opositores y grupos defensores de los derechos humanos señalaron que el anuncio del domingo representa una intensificación de las maniobras, a medida que Ortega afianza aún más su control sobre Nicaragua.</p><p>Juan Sebastián Chamorro, candidato en 2021 que estuvo preso hasta que fue enviado a Estados Unidos en 2023 junto con más de 200 presos políticos, dijo que el anuncio deja al descubierto el plan de larga data de Ortega de concentrar el poder en manos del Partido Sandinista, en forma similar a otros países de partido único como China y Cuba.</p><p>“Es evidente que Ortega y Murillo temen la idea de que la más mínima apertura política pueda crear las condiciones para que se manifieste la disidencia y amenace su control del poder”, sostuvo Tiziano Breda, analista sénior para América Latina de ACLED, monitor independiente de conflictos.</p><p>“En lugar de montar una elección amañada, han optado por eliminar por completo la competencia electoral”, añadió.</p><p>Danny Ramírez Ayérdiz, abogado nicaragüense y fundador del Centro Interamericano para la Asistencia Legal en Derechos Humanos, que investiga abusos del gobierno de Ortega y Murillo desde Argentina, dijo que el anuncio “termina evidenciando el rostro de una dictadura que ya sin ningún tipo de de pudor se enraizó al poder”.</p><p>“También da cuenta de un nivel posible mayor de represión contra personas que exijan la salida del poder, o la realización de procesos electorales”, agregó.</p><p>Al menos 46 personas están encarceladas en Nicaragua por razones políticas, según el grupo Mecanismo para el Reconocimiento de Personas Presas Políticas, que da seguimiento a los casos. Nicaragua niega tener presos políticos.</p><p>Tras la operación militar de Estados Unidos en enero que capturó al entonces presidente de Venezuela, Nicolás Maduro, el gobierno nicaragüense anunció que liberaría a más presos, aparentemente en un intento por evitar presiones sobre sí mismo.</p><p>Pero no ha habido continuidad, y hay poca transparencia sobre el tema. Al menos un activista encarcelado ha muerto desde entonces.</p><p>En años recientes, el gobierno ha liberado a cientos de activistas, líderes religiosos y políticos encarcelados —incluidos varios candidatos presidenciales de 2021— hacia Estados Unidos y Guatemala, despojando a muchos de su ciudadanía nicaragüense y de sus pertenencias.</p><p>Quienes fueron liberados describieron que estuvieron recluidos en aislamiento y dijeron que fueron sometidos a tortura física y psicológica.</p><p>Desde 2018, Nicaragua también ha clausurado más de 5.000 organizaciones, en su mayoría religiosas, y ha obligado a miles a huir del país. Previamente en julio, el gobierno de Ortega y Murillo despojó masivamente a abogados de sus licencias para ejercer, en lo que expertos de la ONU calificaron como una “purga de la profesión jurídica”.</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/ZRE5S2FMCBYYSZ7EW6MPR747FE.jpg?auth=e0846b894c2831159703baa7ea895ce3fbd89a27c5271dd64d8a8855ae3c13e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente Daniel Ortega y su esposa, la vicepresidenta Rosario Murillo, encabezan un mitin el 5 de septiembre de 2018, en Managua, Nicaragua. (AP Foto/Alfredo Zúñiga, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alfredo Zuniga</media:credit></media:content></item><item><title><![CDATA[Haitian gangsters turn Port-au-Prince into ‘kill zone,’ celebrate on TikTok, U.S. diplomat says]]></title><link>https://www.local10.com/news/world/2026/07/20/haitian-gangsters-turn-port-au-prince-into-kill-zone-celebrate-on-tiktok/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/20/haitian-gangsters-turn-port-au-prince-into-kill-zone-celebrate-on-tiktok/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description></description><pubDate>Tue, 21 Jul 2026 00:02:38 +0000</pubDate><content:encoded><![CDATA[<p>Haitian gangsters have turned Port-au-Prince into a “kill zone,” the U.S. Ambassador to the United Nations said on Monday. </p><p>Michael Waltz, a former U.S. Army Special Forces officer, told <a href="https://www.youtube.com/watch?v=vYRfQo6JMxc" target="_self" rel="" title="https://www.youtube.com/watch?v=vYRfQo6JMxc">the U.N. Security Council</a> the gangsters took over the main port. </p><p>“They are exporting their crime far beyond Port-au-Prince,” Waltz said. “What was incredibly disturbing, amongs many things, is that they are valorizing it, they are celebrating it on social media sites like TikTok and Facebook and Instagram.”</p><figure><img src="https://www.local10.com/resizer/v2/UKNF3QB2JVAJ3HJFPMS36Q4K7M.jpg?auth=a978f76641ee46becd8d1bfb9a6b49a0658c3258d6d1079bccb408d55c086f23&smart=true&width=1200&height=900" alt="People place plastic tarps over their tents ahead of expected rain at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Thursday, Oct. 23, 2025. (AP Photo/Odelyn Joseph)" height="900" width="1200"/><figcaption>People place plastic tarps over their tents ahead of expected rain at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Thursday, Oct. 23, 2025. (AP Photo/Odelyn Joseph)</figcaption></figure><p>Waltz said the U.S. will be working “in the very near future” to stop the Haitian gangsters from earning an income from the traffic on their social media posts. </p><p>The gangsters are “portraying themselves as revolutionaries as they recruit children to their cause,” and “move guns and drugs and terror,” Waltz said. </p><p><a href="https://www.fbi.gov/wanted/additional/jimmy-cherizier" target="_self" rel="" title="https://www.fbi.gov/wanted/additional/jimmy-cherizier">Jimmy “Barbecue” Chérizier</a>, a former elite police officer wanted by the FBI, is the leader of the “Viv Ansanm” or Living Together, a gang alliance in Port-au-Prince. </p><p>“There will be hell to pay,“ Waltz wrote <a href="https://x.com/USAmbUN/status/2079263038952071297" target="_self" rel="" title="https://x.com/USAmbUN/status/2079263038952071297">on X</a> in a message for gang leaders in Haiti about the U.N.-backed multinational <a href="https://www.un.org/en/delegate/haiti-new-%E2%80%98suppression-force%E2%80%99-haiti-amid-gang-violence" target="_self" rel="" title="https://www.un.org/en/delegate/haiti-new-%E2%80%98suppression-force%E2%80%99-haiti-amid-gang-violence">gang suppression force</a> commanded by Mongolian Maj. Gen. Erdenebat Batsuuri. </p><p>The U.N. <a href="https://www.facebook.com/reel/911714601190368/" target="_self" rel="" title="https://www.facebook.com/reel/911714601190368/">estimates</a> that the gangs have internally displaced about 1.5 million people. </p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Haiti is only a few hundred miles from Florida. <br><br>What happens there does not stay there. <br><br>Gangs are moving guns, drugs, and terror through the Caribbean—to our shores, at our border, and in our communities. <a href="https://t.co/6oiU9uPcPg">pic.twitter.com/6oiU9uPcPg</a></p>&mdash; Ambassador Mike Waltz (@USAmbUN) <a href="https://x.com/USAmbUN/status/2079264055877870075?ref_src=twsrc%5Etfw">July 20, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The Gang Suppression Force will do EXACTLY what it was named to do: suppress the lawless thugs causing chaos in Haiti and threatening the entire region. <br><br>My message to the gang leaders, like ‘Barbecue’: There will be hell to pay. <a href="https://t.co/1uBVqwRyaa">pic.twitter.com/1uBVqwRyaa</a></p>&mdash; Ambassador Mike Waltz (@USAmbUN) <a href="https://x.com/USAmbUN/status/2079263038952071297?ref_src=twsrc%5Etfw">July 20, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IJ3OYWYHNBAZQZHNKG4GGKZ5AM.jpg?auth=0ee3b037e49b977e46bea78c9723dd7ccd62eb8a575796059ce2dc3ac76c138a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Barbecue, the leader of the "G9 and Family" gang, stands next to garbage to call attention to the conditions people live in as he leads a march against kidnapping through La Saline neighborhood in Port-au-Prince, Haiti, Friday, Oct. 22, 2021. The group said they were also protesting poverty and for justice in the slaying of President Jovenel Moise. (AP Photo/Odelyn Joseph, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Topps to release a trading card of the photo of a young Messi holding infant Lamine Yamal]]></title><link>https://www.local10.com/sports/2026/07/20/topps-to-release-a-trading-card-of-the-photo-of-a-young-messi-holding-infant-lamine-yamal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/topps-to-release-a-trading-card-of-the-photo-of-a-young-messi-holding-infant-lamine-yamal/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Topps is creating a trading card of what became a famous photo during the World Cup of Argentina's Lionel Messi holding Spain's Lamine Yamal, the company said Monday.]]></description><pubDate>Mon, 20 Jul 2026 23:58:27 +0000</pubDate><content:encoded><![CDATA[<p>Topps is creating a trading card of what became a famous photo during the World Cup of Argentina's Lionel Messi holding Spain's Lamine Yamal, the company said Monday.</p><p>Messi, whom many consider soccer's greatest player, was photographed holding Yamal, then an infant and now a 19-year-old rising star. The two met in Sunday's final, with Yamal and Spain defeating Messi and Argentina 1-0.</p><p>That game was a potential changing of the guard with the 39-year-old Messi perhaps playing in his final World Cup.</p><p>Playing for Barcelona at the time of the initial meeting with Yamal, Messi took part in a fundraising drive for UNICEF and wound up holding the player who could be the future face of the sport. Yamal has followed in Messi's footsteps by becoming Barcelona's standout player.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DCFBHRRLJ4CGLQ5CPNF4MOVOSA.jpg?auth=e7e7948b23708ee01664b0748190479dd28b48e6b5f40dc6c9c8070165a212dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[20-year-old soccer star Lionel Messi cradles Lamine Yamal, who was merely six months old at the time during a photo session in Sept. 2007 in the dressing room of the Camp Nou stadium in Barcelona, Spain. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WDBGYXOAU7NUU3X4S2B3V3ZCAQ.jpg?auth=eadbbc2c297f0073026b9c4894c51070541641b3505ee2277cd66cf66dd9735e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[20-year-old soccer star Lionel Messi helps to bathe Lamine Yamal, who was merely six months old at the time, during a photo session in Sept. 2007 in the dressing room of the Camp Nou stadium in Barcelona, Spain. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content></item><item><title><![CDATA[In new report, Trump administration accuses Cuba of promoting left-wing terrorism and ‘subversion’ ]]></title><link>https://www.local10.com/news/world/2026/07/20/trump-administration-accuses-cuba-of-promoting-left-wing-terrorism/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/20/trump-administration-accuses-cuba-of-promoting-left-wing-terrorism/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[The U.S. State Department released a 100-page report on Monday, accusing Cuba of using spies to infiltrate the “highest reaches” of the federal government, and of supporting a “wave of left-wing terrorism.”]]></description><pubDate>Mon, 20 Jul 2026 17:34:52 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. State Department released <a href="https://www.state.gov/wp-content/uploads/2026/07/Cuba-Report.pdf" target="_self" rel="" title="https://www.state.gov/wp-content/uploads/2026/07/Cuba-Report.pdf">a 100-page report</a> on Monday, describing a history of Cuba’s efforts against the U.S through left-wing activists, militant extremists, and allies going back to the 1960s. </p><p>The new report accused Cuba’s communists of operating as a “vector for <a href="https://2009-2017.state.gov/p/wha/ci/cu/14745.htm" target="_self" rel="" title="https://2009-2017.state.gov/p/wha/ci/cu/14745.htm">Iran</a> and Russia” and China; of using spies to infiltrate the “highest reaches” of the federal government; and of growing and supporting a “wave” of left-wing terrorism.</p><p>“For more than six decades, the Cuban regime has been the leading sponsor of radical leftism and Third Worldism in the United States,” U.S. Secretary of State Marco Rubio wrote in a statement <a href="https://x.com/SecRubio/status/2079190191160348777" target="_self" rel="" title="https://x.com/SecRubio/status/2079190191160348777">on X</a>. “The State Department is exposing the full history of Cuban espionage and subversion in our country.”</p><p>President Donald Trump reinstated Cuba’s status as a state sponsor of terrorism in 2021 and again in 2025, both of which resulted in reinstating sanctions.</p><p>The new report described an alliance that included access to “attack drones,” as Cuban military officials “consulted with Iranian advisors on asymmetrical drone warfare for a potential conflict” with the U.S, and links between Cuba’s intelligence agency, the Dirección General de Inteligencia, or DGI, and the “Islamist militant axis,” which includes Hamas, Hezbollah, and the Popular Front for the Liberation of Palestine.</p><p>“The regime in Cuba exploits every opportunity to undermine America &amp; any suggestion otherwise is a gross underestimation of their capability,” U.S. Rep. Carlos A. Giménez wrote on Monday about the report <a href="https://x.com/RepCarlos/status/2079215003496759547" target="_self" rel="" title="https://x.com/RepCarlos/status/2079215003496759547">on X</a>.</p><p><b>CUBA’S ‘SPRAWLING ECOSYSTEM’</b></p><p>While “overriding resentment and fundamental hatred,” Cuba influenced “a disproportionate share of America’s most famous and influential extremist movements” to “turn America against itself,” according to the report. </p><p>The report cites the late Fidel Castro’s efforts to associate with “American Black radicals,” including <a href="https://www.biography.com/activists/a60803196/huey-p-newton-escape-to-cuba" target="_self" rel="" title="https://www.biography.com/activists/a60803196/huey-p-newton-escape-to-cuba">Huey Percy Newton</a>, the founder of the Marxist–Leninist <a href="https://nmaahc.si.edu/explore/stories/black-panther-party-challenging-police-and-promoting-social-change" target="_self" rel="" title="https://nmaahc.si.edu/explore/stories/black-panther-party-challenging-police-and-promoting-social-change">Black Panther Party</a>, which embraced armed self-defense, and <a href="https://www.ojp.gov/pdffiles1/Digitization/136568NCJRS.pdf" target="_self" rel="" title="https://www.ojp.gov/pdffiles1/Digitization/136568NCJRS.pdf">JoAnne Deborah Byron</a>, better known as Assata Shakur, a member of the <a href="https://www.ojp.gov/ncjrs/virtual-library/abstracts/black-liberation-army-understanding-monitoring-controlling" target="_self" rel="" title="https://www.ojp.gov/ncjrs/virtual-library/abstracts/black-liberation-army-understanding-monitoring-controlling">Black Liberation Army</a>, a Marxist-Leninist urban guerrilla.</p><p>The report also cites Castro’s idea that “the same racist Yankee imperialism victimizing Africa, Asia, and Latin America” was targeting minorities in the U.S. and describes the <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/06/sanctions-on-cuban-actors-responsible-for-subversive-anti-american-activities-fact-sheet" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/06/sanctions-on-cuban-actors-responsible-for-subversive-anti-american-activities-fact-sheet">Instituto Cubano de Amistad con los Pueblos, or ICAP</a>, as a Havana-based foreign intelligence operation that is connected to more than 2,000 “solidarity groups.” </p><p>The Cuban regime’s “sprawling ecosystem” has been using left-wing activists “less as a vehicle for the interests of ordinary Cubans – who are subject to brutal repression and often unable to freely work, assemble, speak, travel, or provide for their families” but as a part of a ”one-stop shop political service,” according to the report. </p><figure><img src="https://www.local10.com/resizer/v2/P22LWIODWJE7RPCSE2OVBICKBQ.jpg?auth=7ee58ac33db63821a1334b1bdf6fedf8a9397ea9a5349730fecb662765a05270&smart=true&width=1200&height=900" alt="FILE - Cuba's President Miguel Diaz-Canel, right, Raul Castro, center, Commander Ramiro Valdes, center left, and Jose Ramon Machado Ventura, left, attend an event marking the 172nd anniversary of the birth of national independence hero Jose Marti, in Havana, Jan. 27, 2025. (AP Photo/Ramon Espinosa, File)" height="900" width="1200"/><figcaption>FILE - Cuba's President Miguel Diaz-Canel, right, Raul Castro, center, Commander Ramiro Valdes, center left, and Jose Ramon Machado Ventura, left, attend an event marking the 172nd anniversary of the birth of national independence hero Jose Marti, in Havana, Jan. 27, 2025. (AP Photo/Ramon Espinosa, File)</figcaption></figure><p>“Cuba has been oppressing its people, stifling freedom,” said U.S. Sen. Ashley Moody, who met with Cuban exiles on Monday at the Bay of Pigs Museum, also known as the Brigade 2506 Museum and Library, in Miami’s Little Havana. </p><p>The <a href="https://www.facebook.com/CheVolBrigade/" target="_self" rel="" title="https://www.facebook.com/CheVolBrigade/">Ernesto “Che” Guevara Volunteer Work Brigade</a>, a Havana-based state agency founded in 1993, and the <a href="https://canadiannetworkoncuba.ca/che-brigade/" target="_self" rel="" title="https://canadiannetworkoncuba.ca/che-brigade/">Canadian Network on Cuba</a>, or CNC, a Toronto-based organization, are ICAP collaborators, according to the report.</p><p>Baptist <a href="https://misiones.cubaminrex.cu/en/articulo/lucius-walker-peace-justice-and-love-island" target="_self" rel="" title="https://misiones.cubaminrex.cu/en/articulo/lucius-walker-peace-justice-and-love-island">Rev. Lucius Walker Jr.</a>, the founder of the New York-based <a href="https://ifconews.org/" target="_self" rel="" title="https://ifconews.org/">Interreligious Foundation for Community Organization</a>, who died in 2010, was part of the ICAP’s U.S. network and Castro’s ally, according to the report.</p><p>Other leaders Cuba used as allies, according to the report, included <a href="https://kinginstitute.stanford.edu/williams-robert-franklin" target="_self" rel="" title="https://kinginstitute.stanford.edu/williams-robert-franklin">Robert F. Williams</a>, who was born in North Carolina and died in 1996; Trinidadian-American <a href="https://snccdigital.org/events/stokely-carmichael-goes-cuba/" target="_self" rel="" title="https://snccdigital.org/events/stokely-carmichael-goes-cuba/">Stokely Carmichael</a>, who died in 1998; and Puerto Rican <a href="https://oig.justice.gov/sites/default/files/archive/special/s0608/chapter2.htm" target="_self" rel="" title="https://oig.justice.gov/sites/default/files/archive/special/s0608/chapter2.htm">Filiberto Ojeda Ríos</a>, who died in 2005. </p><p>Dominican-American <a href="https://peoplesforum.org/about/staff/" target="_self" rel="" title="https://peoplesforum.org/about/staff/">Manolo De Los Santos</a>, the founder of Manhattan-based nonprofit<a href="https://politicaleducation.peoplesforum.org/cuba-blockade" target="_self" rel="" title="https://politicaleducation.peoplesforum.org/cuba-blockade"> People’s Forum</a>; <a href="https://www.theatlantic.com/politics/archive/2020/07/karen-bass-cuba-venceremos-brigade/614662/" target="_self" rel="" title="https://www.theatlantic.com/politics/archive/2020/07/karen-bass-cuba-venceremos-brigade/614662/">Karen Bass</a>, the mayor of Los Angeles; and organizations <a href="https://www.codepink.org/convergecuba" target="_self" rel="" title="https://www.codepink.org/convergecuba">Code Pink</a> and the <a href="https://international.dsausa.org/cuba-solidarity/" target="_self" rel="" title="https://international.dsausa.org/cuba-solidarity/">Democratic Socialists of America</a> are allies of Cuban President Miguel Díaz-Canel against, according to the report. </p><p>After George Floyd died during his arrest in Minneapolis and protests and riots followed, Díaz-Canel, who the U.S. accused of “repressing and imprisoning” Afro-Cuban dissident artists, delivered a speech in 2020 at the United Nations criticizing police brutality in the U.S. </p><p><b> ‘UNCONVENTIONAL’ SPYCRAFT</b></p><p>For espionage purposes, the Cuban government recruited and “cultivated” students at elite U.S. universities to groom them into spies to infiltrate the U.S. government, according to the report. </p><p>The report cited the cases of <a href="https://afsa.org/puzzling-story-manuel-rocha-us-diplomat-and-secret-agent-cuba" target="_self" rel="" title="https://afsa.org/puzzling-story-manuel-rocha-us-diplomat-and-secret-agent-cuba">Victor Manuel Rocha</a>, a former U.S. ambassador to Bolivia who admitted to acting as a secret agent for over 40 years, and <a href="https://www.fbi.gov/history/cases-and-criminals/ana-montes" target="_self" rel="" title="https://www.fbi.gov/history/cases-and-criminals/ana-montes">Ana Montes</a>, a former FBI analyst who admitted to passing U.S. secrets to Cuba.</p><p>The report alleged the ICAP had also infiltrated the <a href="https://www.nlg.org/wp-content/uploads/2016/03/Resolution-Calling-For-Full-Normalization-of-U.S.-Cuba-Relations_Cuba-Subcommittee.pdf" target="_self" rel="" title="https://www.nlg.org/wp-content/uploads/2016/03/Resolution-Calling-For-Full-Normalization-of-U.S.-Cuba-Relations_Cuba-Subcommittee.pdf">National Lawyers Guild</a>, an association of lawyers, law students, legal workers, and jailhouse lawyers, and <a href="https://nlginternational.org/cuba-subcommittee/" target="_self" rel="" title="https://nlginternational.org/cuba-subcommittee/">NLG International</a>, which advocated for the “<a href="https://iadllaw.org/campaigns/free-the-cuban-five/" target="_self" rel="" title="https://iadllaw.org/campaigns/free-the-cuban-five/">Cuban Five</a>” intelligence officers.</p><p>The report also cited The Wasp Network, which the FBI dismantled in 1998 after identifying several agents, including <a href="https://2001-2009.state.gov/p/wha/rls/fs/22895.htm" target="_self" rel="" title="https://2001-2009.state.gov/p/wha/rls/fs/22895.htm">Juan Pablo Roque</a>, a former Cuban MiG-23 pilot who was behind the Cuban Air Force’s fatal 1996 attack at sea of two planes from Brothers to the Rescue, a Miami-based nonprofit behind rescue flights. </p><p>The attack resulted in the recent U.S. Department of Justice’s <a href="https://www.local10.com/news/world/2026/05/22/raul-castros-indictment-reveals-details-about-cubas-operation-scorpion-and-wasp-network/" target="_self" rel="" title="https://www.local10.com/news/world/2026/05/22/raul-castros-indictment-reveals-details-about-cubas-operation-scorpion-and-wasp-network/">indictment of Raúl Castro</a>. </p><p><b>GUERRILLA WARFARE</b></p><p>The U.S. has accused Cuba of supporting Marxist-Leninist guerrillas such as the Revolutionary Armed Forces of Colombia, or FARC; the National Liberation Army, or ELN, in Colombia; the Ejercito Popular Revolucionario, or EPR, in Mexico; the Tupamaros in Uruguay; the Montoneros in Argentina; the Sandinistas in Nicaragua; the Ação Libertadora Nacional in Brazil; and the Maoist-aligned Shining Path in Peru.</p><p>Colombia’s outgoing president, Gustavo Petro, a former Marxist guerrilla fighter known as “Aureliano,” shows that the “fingerprints of this era of Cuban-backed terror are still imprinted on Latin American politics today,” according to the report. </p><p><a href="https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/">Andy Gomez</a>, the former director of the University of Miami’s Institute for Cuban and Cuban-American Studies, said on Monday that the report didn’t establish any new connections. </p><p>“It keeps some of the members of the Cuban American community pointing the finger at Cuba and asking for regime change,” Gomez said about the likely strategic purpose of the report. </p><p><b>Related story:</b> <a href="https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/">Read Gomez’s latest analysis on Cuba</a></p>]]></content:encoded></item><item><title><![CDATA[Daniel Ortega on Nicaragua: ‘There will never be elections again’]]></title><link>https://www.local10.com/news/world/2026/07/20/daniel-ortega-on-nicaragua-there-will-never-be-elections-again/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/20/daniel-ortega-on-nicaragua-there-will-never-be-elections-again/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[On Sunday, Nicaraguan President Daniel Ortega marked the 47th anniversary of the Sandinista insurrection that overthrew Anastasio Somoza Debayle in 1979.]]></description><pubDate>Mon, 20 Jul 2026 23:13:10 +0000</pubDate><content:encoded><![CDATA[<p>On Sunday, Nicaraguan President Daniel Ortega marked the 47th anniversary of the Sandinista insurrection that overthrew Anastasio Somoza Debayle in 1979.</p><p>Ortega, 80, has been in power for three decades. First, he was in power for 11 years, from 1979 to 1990, and he reassumed the presidency in 2007. </p><p>“Forget about it! There will be no more elections here for them,” Ortega said in Spanish during <a href="https://www.youtube.com/watch?v=H_eNXJIThis" target="_self" rel="" title="https://www.youtube.com/watch?v=H_eNXJIThis">a televised speech</a>. He said this was to prevent the opposition from attempting “to seize the government, to seize power.” </p><p>The former guerrilla commander stood alongside his wife, Vice President Rosario Murillo, also known as his “co-president,” during a ceremony in Managua. </p><p>U.S. diplomats have condemned Ortega for repressing protesters, imprisoning candidates, persecuting Catholic clergy, and changing the constitution to weaken his opposition. </p><p>Earlier this year, human rights activists denounced the death of Brooklyn Rivera, a Nicaraguan lawmaker of the Indigenous Miskito people who was imprisoned in 2023 after fighting the ruling Sandinistas for decades on land rights. </p><p>Rivera, a political prisoner, founded <a href="https://law.arizona.edu/yatma-v-nicaragua" target="_self" rel="" title="https://law.arizona.edu/yatma-v-nicaragua">Yatama</a>, a political party that aimed to represent the rights of Afro-Nicaraguans from the Miskito, Mayangna, Rama, and Creole communities.</p><p><b>Related social media post</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Costa Rica reafirma su compromiso con la celebración de elecciones libres en Nicaragua. <br><br>📎Más detalles: <a href="https://t.co/ElcHsxxPRZ">https://t.co/ElcHsxxPRZ</a> <a href="https://t.co/LzuA7RU3Rp">pic.twitter.com/LzuA7RU3Rp</a></p>&mdash; Cancillería Costa Rica 🇨🇷 (@CRcancilleria) <a href="https://x.com/CRcancilleria/status/2079318648808673298?ref_src=twsrc%5Etfw">July 20, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EISSQZGQQMCJXSNAV7OSHV6DQQ.jpg?auth=ce2126734b4e6717299d020fbe1e997dd5193df49135b88a87cca2e1ff6efaa0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nicaragua's President Daniel Ortega waves after attending the swearing-in ceremony of Venezuela's President Nicolas Maduro for a third term at the National Assembly in Caracas, Friday, Jan. 10, 2025. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Democrats could take preliminary vote on their 2028 presidential primary calendar later this week]]></title><link>https://www.local10.com/news/politics/2026/07/20/democrats-could-take-preliminary-vote-on-their-2028-presidential-primary-calendar-later-this-week/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/20/democrats-could-take-preliminary-vote-on-their-2028-presidential-primary-calendar-later-this-week/</guid><dc:creator><![CDATA[By MEG KINNARD and JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — Democrats could vote as early as this week on the order of their primary calendar for the 2028 presidential election, although the decision wouldn't be final until the full Democratic National Committee agrees.]]></description><pubDate>Mon, 20 Jul 2026 23:12:57 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — Democrats could vote as early as this week on the order of their primary calendar for the 2028 presidential election, although the decision wouldn't be final until the full Democratic National Committee agrees.</p><p>The panel that sets the party's voting order could make that determination as early as Friday when it meets in Washington, two people with knowledge of the party's process but not authorized to discuss it publicly told The Associated Press on Monday.</p><p>The Rules and Bylaws Committee has been holding monthly meetings as it considers the order in which states will vote during the 2028 primaries. The panel has heard presentations from a dozen states hoping to kick off the party's primaries and caucuses, including Iowa, Michigan, New Hampshire, Nevada and South Carolina.</p><p>The calendar isn't considered set until it's approved by the full DNC, which is scheduled to meet in August. The DNC did not immediately respond to a request for comment.</p><p>Democrats upended their process for setting their calendar after Iowa's 2020 Democratic caucus debacle, which led to days of uncertainty over who had won. The party since then has favored more diverse states.</p><p>For the 2024 cycle, President Joe Biden led a DNC effort to have South Carolina — which for years has held the party's first Southern contest — go first overall in the party’s primaries. He cited the state’s more racially diverse population compared to the traditional first-in-the-nation states of Iowa and New Hampshire, which are overwhelmingly white.</p><p>Four years earlier, Rep. Jim Clyburn, South Carolina's lone congressional Democrat and for a time the top Black Democratic lawmaker on Capitol Hill, helped Biden revive his flagging primary campaign and win a resounding victory in the state. He then went on to secure the party's presidential nomination.</p><p>South Carolina's Democratic leaders have pushed for the state to lead off again, lobbying for support and getting buy-in from Democratic Party chairs in five Southern states. In May, they pressed for South Carolina to reprise its role as the party’s first-in-the-nation contest holder, arguing that the state best represents the initial playing field for presidential candidates to build the coalitions needed to win.</p><p>A quarter of the state's population is Black and about 9% is Hispanic, according to the Census Bureau.</p><p>___</p><p>Cappelletti reported from Washington. Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P3NYXEOP7T3IRVNSCW2KQHFLJM.jpg?auth=c6898ef406545f1670ed86ca9b5f35a0832a6a506856a162428c0b87ec8ee9bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Democratic National Committee chair Ken Martin speaks during an interview with The Associated Press at DNC headquarters, Jan. 12, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FR3V7YP742EAYRLNEDGE5QARAY.jpg?auth=562b95ea0cca2bd425fac476fd0ddf267c870c1c76fbac4f0c09a4b9870ecb08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Rep. Jim Clyburn, D-S.C., speaks to attendees at the South Carolina Democratic Party's Blue Palmetto Dinner on May 29, 2026, in Columbia S.C. (AP Photo/Meg Kinnard, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVM4AJ5ZLKNUNU2VR7AJJBE7Y4.jpg?auth=ffb9785e097160fc7a6133af87a5c59845a9a7ed58e2f4736098947ff346fb00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Precinct 68 Iowa Caucus voters seated in the Biden section hold up their first votes of the caucus as they are counted at the Knapp Center on the Drake University campus in Des Moines, Iowa, Feb. 3, 2020. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Trump administration opens investigation into Harvard's financial aid for international students]]></title><link>https://www.local10.com/news/politics/2026/07/20/trump-administration-opens-investigation-into-harvards-financial-aid-for-international-students/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/20/trump-administration-opens-investigation-into-harvards-financial-aid-for-international-students/</guid><dc:creator><![CDATA[By COLLIN BINKLEY and DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[The Justice Department is investigating whether Harvard University is allowing Chinese donors to create scholarships that exclude American students, adding to the barrage of federal inquiries the Trump administration has opened in its battle against the Ivy League school.]]></description><pubDate>Mon, 20 Jul 2026 23:00:55 +0000</pubDate><content:encoded><![CDATA[<p>The Justice Department is investigating whether Harvard University is allowing Chinese donors to create scholarships that exclude American students, adding to the barrage of federal inquiries the Trump administration has opened in its battle against the Ivy League school.</p><p>Justice Department officials announced the new review Monday, saying Harvard’s foreign funding disclosures “raised concerns” about possible discrimination against U.S. students. The agency did not specify which scholarship programs are being targeted and emphasized it “has not reached any conclusions.”</p><p>The investigation is aimed at Harvard’s “China-based financial aid programs,” the Justice Department said. The agency said Chinese donors have given money to Harvard to support financial aid programs limited to students from certain countries. That restriction could amount to illegal discrimination based on country of origin, the department said.</p><p>“Schools cannot take federal dollars and then turn around and accept money from foreign sources to give financial aid that deliberately excludes American citizens — doing so is illegal, and we will stop it wherever we find it,” said Harmeet Dhillon, who leads the department’s Civil Rights Division.</p><p>Harvard said it was reviewing the Justice Department notice.</p><p>“Harvard follows the law for required reporting of donations and, consistent with our legal obligations under Title VI, does not unlawfully discriminate on the basis of race, ethnicity, or national origin in allocating financial aid," the university said in a written statement.</p><p>In a statement, Liu Chang, a spokesperson for the Chinese embassy in Washington, said China-U.S. education cooperation is mutually beneficial. “China maintains that normal education and academic exchange should not be disrupted for political purposes,” Liu said.</p><p>Like many U.S. universities, Harvard accepts foreign funding through direct donations or contracts. The Trump administration has pushed for greater transparency around outside money, warning that accepting funding from foreign adversaries is a national security risk.</p><p>Federal disclosures from Harvard show it has accepted $630 million from Chinese sources over a period of decades. Overall, it has reported about $4.5 billion in foreign funding. The Justice Department cited those figures but did not single out any donors or programs being reviewed.</p><p>The investigation is a compliance review, meaning it’s initiated by the federal government rather than responding to an outside complaint.</p><p>Unlike the vast majority of U.S. universities, Harvard and a small number of other schools provide need-based scholarships to international students on the same basis as U.S. students. Grants and other aid from the federal government are reserved for American students, but Harvard “has its own job and scholarship money available to foreign students,” according to a Harvard financial aid website.</p><p>In some cases, foreign donors have given money to be used for international students.</p><p>In 2014, Pan Shiyi and Zhang Xin, a Chinese couple that co-founded the real estate company SOHO China, donated $15 million to Harvard to provide financial aid for Chinese students. Their gift drew blowback from critics in China who said it was a betrayal to give money to foreign schools instead of Chinese universities.</p><p>The Justice Department’s announcement makes the unusual legal argument that steering private funding to students of certain countries amounts to a civil rights violation for U.S. students.</p><p>“Harvard appears to be accepting these funds and, in adherence to their restrictions, providing student financial aid to foreign students, presumably Chinese, based on their national origin — to the potential detriment of students of other national origins, including American citizens,” the agency said.</p><p>The Trump administration has repeatedly opened new federal investigations against Harvard in its battle to win obedience from the nation’s oldest university.</p><p>Harvard has been a prime target in the administration’s push to end “wokeness” and fight alleged antisemitism in American higher education. A federal judge has blocked the White House from cutting billions of dollars in federal research funding from Harvard amid the feud.</p><p>Even as the legal battle continues, the government has sought new lines of attack, seeking to limit Harvard’s ability to enroll foreign students and U.S. military members, and launching investigations into the school’s admissions process.</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P4HVVMKX6RD5IRTWU33M2LG5EI.jpg?auth=a305b8ecbf52629d734e5b07f1c85102aad70618554c49df1a92d87135dbb863&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People take photos near a John Harvard statue, left, on the Harvard University campus, Jan. 2, 2024, in Cambridge, Mass. (AP Photo/Steven Senne, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Luke Skywalker's 'Empire Strikes Back' lightsaber with severed hand attached auctioned for $3.75M]]></title><link>https://www.local10.com/entertainment/2026/07/20/luke-skywalkers-empire-strikes-back-lightsaber-with-severed-hand-attached-auctioned-for-375m/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/20/luke-skywalkers-empire-strikes-back-lightsaber-with-severed-hand-attached-auctioned-for-375m/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A lightsaber with Luke Skywalker's severed hand from “The Empire Strikes Back” has sold for $3.75 million at auction.]]></description><pubDate>Mon, 20 Jul 2026 22:58:00 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A lightsaber with Luke Skywalker's severed hand from “The Empire Strikes Back” has sold for $3.75 million at auction.</p><p>Heritage Auctions announced the results of its Hollywood & Entertainment Signature Auction on Monday.</p><p>The lightsaber, used onscreen by Mark Hamill in the climactic Cloud City fight where Darth Vader declares “I am your father” in the 1980 “Star Wars” sequel, included a severed hand effects rig used for when Vader sliced it off.</p><p>Heritage said the price was the highest ever fetched for a prop used in a “Star Wars” film.</p><p>A Wicked Witch of the West hat worn by actor Margaret Hamilton in 1939’s “The Wizard of Oz” brought in $550,000 at the auction, and the cocoa-colored top hat worn by Gene Wilder as the title character in 1971’s “Willy Wonka and the Chocolate Factory” went for $350,000.</p><p>Daenerys Targaryen's chest with dragon eggs inside from the first season of “Game of Thrones” brought in $312,500.</p><p>Two rugs essential to the convoluted plot of “The Big Lebowski” also sold. The one belonging to Jeff Bridges’ the Dude that “really tied the room together” and is soiled at the beginning of the 1998 film went for $350,000. And the nicer one that he takes from his wealthy namesake outdid it with a price of $375,000. The rugs went for far more than expected. Bidding began on each at $15,000.</p><p>The items' buyers and sellers were not identified.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B3AHZY7MAMUQBMMWNXTFAYF7IU.jpg?auth=5658b8814035567b6cc752c7162b5e87270abb491f3df35104bff35f5326f5c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kenny Baker, from left, Anthony Daniels, Peter Mayhew, Carrie Fisher, Harrison Ford and Mark Hamill are seen during the filming of the CBS-TV special, "The Star Wars Holiday," in Los Angeles, Nov. 13, 1978. (AP Photo/George Brich, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Brich</media:credit></media:content></item><item><title><![CDATA[July 20: Still hot, rain chance low]]></title><link>https://www.local10.com/weather/2026/07/20/july-20-still-hot-rain-chance-low/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/20/july-20-still-hot-rain-chance-low/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Very warm and mostly dry-- that describes weather conditions for South Florida Monday night. ]]></description><pubDate>Mon, 20 Jul 2026 22:47:11 +0000</pubDate><content:encoded><![CDATA[<p>Very warm and mostly dry-- that describes weather conditions for South Florida Monday night. Scattered clouds will decorate the sky over Miami-Dade and Broward counties as south-southeast winds stir. Temperatures are forecast to drop to the low 80s.</p><p>Tuesday will feature ample sunshine and a southeast breeze (winds sustained around 10 to 15 mph). Temperatures will make a run for the lows 90s-- humidity will make it “feel like” 100°+F. Rain chance remains low.</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[LIV Golf suffers setback with Asian Tour joining new alliance with European and PGA tours]]></title><link>https://www.local10.com/sports/2026/07/21/liv-golf-suffers-setback-with-asian-tour-joining-new-alliance-with-european-and-pga-tours/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/liv-golf-suffers-setback-with-asian-tour-joining-new-alliance-with-european-and-pga-tours/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[LIV Golf suffered a potential setback Tuesday when the PGA Tour, European tour and Asian Tour announced a strategic alliance aimed at global collaboration that is likely to affect the partnership the Asian Tour had with LIV.]]></description><pubDate>Tue, 21 Jul 2026 12:00:06 +0000</pubDate><content:encoded><![CDATA[<p>LIV Golf suffered a potential setback Tuesday when the PGA Tour, European tour and Asian Tour announced a strategic alliance aimed at global collaboration that is likely to affect the partnership the Asian Tour had with LIV.</p><p>In an alliance that takes immediate effect through 2029, the PGA Tour and European tour will partner with the Asian Tour to help provide commercial and playing opportunities and establish a path for Asian Tour members to join European circuits.</p><p>The PGA Tour and DP World Tour -- as it is known commercially -- have a separate alliance that has yet to be renewed, which includes 10 top European tour players earning PGA Tour cards. Officials from both tours met at the British Open. The alliance with the Asian Tour, along with the PGA Tour's involvement with the Australian Open, is seen as progress on a new deal.</p><p>The announcement was a blow to LIV Golf, which has had a relationship with the Asian Tour since before the rival league launched in 2022.</p><p>LIV invested $300 million in the Asian Tour to create the “International Series” with purses of up to $2 million. They have been won by LIV players such as Peter Uihlein, Carlos Ortiz and David Puig.</p><p>The Public Investment Fund of Saudi Arabia, the financial muscle behind LIV Golf, has said it will no longer fund the league after this season. Scott O’Neil, the CEO of LIV Golf, has been trying to find investors to keep the league alive for 2027 and beyond.</p><p>The European tour had an alliance with the Asian Tour from 2016 until 2021. It stopped co-sanctioning Asian Tour events in 2022.</p><p>Now that’s back in play under the alliance that is expected to have at least two co-sanctioned Asian Tour events each of the next three years. Other details, such as Asian Tour players having access to European and Challenge Tour events, are still being worked out.</p><p>“We feel the time is now right to collaborate with the DP World Tour and PGA Tour to enhance the Asian Tour for our members, fans and partners,” said Cho Minn Thant, commissioner and CEO of the Asian Tour. “Bringing the three tours together under one partnership will increase the bandwidth of the professional game in Asia.</p><p>“Not only will co-sanctioning events see our members competing regularly on the global stage, but we are excited to welcome players from the other Tours to our pinnacle events.”</p><p>The announcement comes one day after reports that Canadian-based Mobii Systems Group has sued LIV Golf in U.S. District Court in Miami, alleging LIV has not paid $925,100 in fees to the company that supplies the league’s “Any Shot, Any Time” technology during the LIV broadcasts.</p><p>Mobii Systems also claims $209,531 in lost revenue for the remaining six events in 2026.</p><p>ESPN reported that Nick Connor, LIV Golf’s senior vice president of technology, wrote in a May 25 email to Mobii Systems that LIV would no longer use the technology after the South Korea event that ended May 31 or the remaining events on the schedule as it evaluates its business model.</p><p>The PGA Tour recently announced a commercial partnership with the European tour involving the Australian Open as golf makes a push to recognize more national opens. The Masters this year added to its invitation criteria the winners of six national opens.</p><p>Christian Hardy, the senior vice president of international for the PGA Tour, said the three-tour alliance was an example of collaboration by tours “with a shared vision for the future of professional golf.”</p><p>“Through our strategic alliance with the DP World Tour, we have worked to build a more connected global golf ecosystem, and we are excited to welcome the Asian Tour into that effort,” Hardy said. “Together, we are creating new opportunities for players, enhancing key national opens around the world and continuing to evolve and strengthen pathways to identify and develop the next generation of elite talent.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AVL3OUSK5TXOHDHW5JFC4HRT2A.jpg?auth=8bc64749af200f422ccccd624757faf8ed505d715bd59cd929f3ebd57dbff7c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Puig of Spain looks back before he plays on the 13th during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump threatens Iran with heavy retribution if any more US soldiers are killed]]></title><link>https://www.local10.com/news/politics/2026/07/20/the-latest-trump-threatens-iran-with-heavy-retribution-if-any-more-us-soldiers-are-killed/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/20/the-latest-trump-threatens-iran-with-heavy-retribution-if-any-more-us-soldiers-are-killed/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump took to social media on Monday to warn that “every time Iran kills an American Soldier” going forward “they will pay for that killing many times over.” Trump offered no further details but said his directive has been relayed to U.S. military leaders.]]></description><pubDate>Mon, 20 Jul 2026 20:36:43 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump took to social media on Monday to warn that “every time Iran kills an American Soldier” going forward “they will pay for that killing many times over.” Trump offered no further details but said his directive has been relayed to U.S. military leaders.</p><p>The warning comes after the U.S., early Monday, launched its ninth night of airstrikes on Iran after announcing the death of another American service member killed in Iraq during the “controlled detonation” of a downed Iranian drone. The U.S. military also identified two soldiers who were killed in Jordan on Friday while defending against Iranian ballistic missile and drone attacks. Seventeen U.S. troops have been killed since the start of the war.</p><p>The renewed exchanges of fire, now in their second week, have seen the U.S. target Iranian bridges, electrical facilities and, as of Monday, the city believed to host its underground missile bases, as the countries inch closer to a return to full-scale war. Iran on Monday retaliated with attacks on American allies Kuwait and Bahrain, home of the U.S. Navy’s 5th Fleet.</p><p>The Latest:</p><p>More US strikes start up against Iran</p><p>The U.S. military says it’s carrying out its 10th consecutive night of strikes on Iran in a push to reopen the Strait of Hormuz.</p><p>U.S. Central Command said on social media that the strikes “are designed to further degrade Iranian military capabilities used to attack commercial shipping in the Strait of Hormuz.”</p><p>The strikes have escalated as the U.S. and Iran vie for control of the crucial energy shipping route, with Tehran retaliating by launching attacks on American allies Kuwait, Jordan and Bahrain.</p><p>Two soldiers were killed in Iranian attacks on a base in Jordan on Friday that left a third service member missing. Separately, another died in Iraq on Saturday during the “controlled detonation” of a downed Iranian drone.</p><p>President Trump earlier warned on social media that “Every time Iran kills an American Soldier they will pay for that killing many times over!”</p><p>Trump signs executive order on supply chains for US military</p><p>Trump on Monday signed an executive order that would expand the Pentagon’s ability to track the raw materials and equipment used in software and gear — with the goal of strengthening domestic supply chains.</p><p>The order would require government contractors starting in 2027 to prove their need for waivers when domestic materials are not available, Peter Navarro, the president’s senior counselor for trade and manufacturing, said during a call with reporters.</p><p>The Defense Department would also require contractors to map their critical supply chains from raw materials to the products delivered to the military.</p><p>Jordan says Iran launched another missile attack</p><p>Jordan’s armed forces said Monday evening they had shot down three Iranian missiles, adding that there had been no material damage or casualties.</p><p>There was no immediate word from Iran.</p><p>Trump will visit Delaware to honor service members killed in Iran war</p><p>White House press secretary Karoline Leavitt said Trump will be at Dover Air Force Base on Tuesday evening for the dignified transfer of U.S. service members.</p><p>“The President and the entire White House are praying for their families,” Leavitt said on social media Monday.</p><p>Two service members were killed Friday in Jordan while defending against Iranian ballistic missile and drone attacks, the U.S. military said. A third service member was missing after the attack.</p><p>Another American service member was killed Saturday in northern Iraq in what was described as a controlled detonation of an Iranian ordnance.</p><p>Trump, in apparent pushback on Mamdani, says Netanyahu won’t be arrested in US</p><p>The president offered the assurance to Israel’s Benjamin Netanyahu after New York City Mayor Zohran Mamdani told the New York Times that the Israeli prime minister “belongs in The Hague” and that he was in “active conversation” with the city’s legal department about potentially arresting him if he comes to New York City for the U.N. General Assembly in September.</p><p>“Benjamin Netanyahu will not be arrested, in any way, shape, or form, while in the United States of America,” Trump said in a social media post in which he made no direct mention of Mamdani.</p><p>During his mayoral campaign last year, Mamdani said he would order the city’s police to arrest Netanyahu under a warrant issued by the International Criminal Court over Netanyahu’s role in the war in Gaza.</p><p>Trump threatens harsh response against Iran for targeting of US troops going forward</p><p>The president took to social media on Monday to warn that “every time Iran kills an American Soldier” going forward “they will pay for that killing many times over.”</p><p>Trump offered no further details but said his directive has been relayed to Defense Secretary Pete Hegseth, Gen. Dan Caine, chairman of the Joint Chiefs of Staff, and other U.S. military leaders.</p><p>Trump’s warning came after the U.S. earlier Monday launched its ninth night of airstrikes on Iran after announcing the death of a U.S. service member, killed in Iraq during the “controlled detonation” of a downed Iranian drone. Seventeen American troops have been killed since the start of the war.</p><p>British military says a second ship was attacked off the coast of UAE</p><p>The British military’s United Kingdom Maritime Trade Operations center said Monday evening that a second ship had been attacked in the Strait of Hormuz, this one off the coast of the United Arab Emirates</p><p>Earlier, a vessel caught fire in the Strait of Hormuz after being hit by a projectile near the coastline of Oman. The crew abandoned the vessel, which was adrift and still ablaze hours later, the UKMTO said.</p><p>The route around Oman has been the one the U.S. military has encouraged ships to travel to avoid Iran’s control. The Guard later claimed it was targeting tankers in the strait.</p><p>Tehran also hit U.S.-allied countries throughout the Middle East. Bahrain sounded its missile alert sirens Monday morning, while Kuwait said its air defenses were firing at an incoming Iranian barrage.</p><p>Bahrain’s Foreign Ministry condemned Iranian drone strikes targeting the country’s air traffic systems, saying they endanger travel for civilians.</p><p>Ontario’s premier says he’s frustrated with Trump’s wildfire comments</p><p>Ontario Premier Doug Ford told a news conference Monday he is frustrated with Trump’s threats to place tariffs on Canada over wildfire smoke.</p><p>Ford said Ontario has contributed to fighting fires in the U.S. and offered assistance when Georgia was struck with a hurricane in 2024.</p><p>“Rather than criticize and threaten Canada, your closest friend, maybe one day you’re going to need our help,” Ford said. “I get frustrated just listening (to) that bunch of rubbish.”</p><p>Ford noted one of the largest fires started in Minnesota.</p><p>“Maybe President Trump would offer his closest allies and friends some support rather than sit there and threaten tariffs.”</p><p>Nearly 200 wildfires are currently burning across Northern Ontario, with 57 out of control.</p><p>Trump talked about wildfires with Carney at World Cup</p><p>Trump said he told Canadian Prime Minister Mark Carney he needs to do more to stop wildfires when they talked during Sunday’s FIFA World Cup final in New Jersey.</p><p>“I told them you got to stop these fires from coming in and poisoning our air. Our air has been poisoned,” Trump told reporters on Sunday when he returned from the game.</p><p>“If we can help them, we’ll help them. But maybe they should pay us some damages or something, or we should do some tariffs.”</p><p>Trump last week accused Canada of neglecting forest management. It is unclear under what authority Trump would rely on to impose new tariffs on Canada.</p><p>Sen. Jon Ossoff fuels reelection campaign by accusing Trump of corruption</p><p>The Democrat from Georgia is making full-throated broadsides against Trump as he runs for reelection, calling the president a “national disgrace” leading a “Mar-a-Lago mafia” and “the most corrupt administration of all time.”</p><p>The 39-year-old senator’s approach is being noticed across the Democratic spectrum, from activists hungry for the right message in the 2026 midterms to those pining for viable presidential candidates.</p><p>And now he has a 20-1 fundraising advantage against Rep. Mike Collins, who won a Republican primary runoff after Trump’s last-minute endorsement. Collins argues that Ossoff is “weak” and “woke,” just another “out-of-touch, far-left liberal.”</p><p>“The senator is definitely having a moment,” Democratic strategist Lis Smith said, adding that tying Trump’s personal financial gain to his performance on the economy is a strategy “more Democrats should adopt.”</p><p>Justice Department activates untested ‘alien terrorist’ deportation court</p><p>The Justice Department has filed a first-ever petition to a secretive and dormant court created 30 years ago to weigh government requests to deport so-called “alien terrorists” from the United States.</p><p>The Alien Terrorist Removal Court was established in 1996 but had never received a petition until the Justice Department filed an application last week seeking the removal of an individual whose name is withheld from the single-page document posted on the court’s website.</p><p>A written response from the chief judge of the five-member court — all appointed by Chief Justice John Roberts — indicates that a hearing was held and that the Justice Department was directed to provide more information on Wednesday.</p><p>The chief judge of wrote that “the Government could benefit from the opportunity for more thoughtful consideration.”</p><p>Trump urges review of climate change report used by judges</p><p>Trump complained that a report on climate change National Academy of Sciences included “discredited” information that created “huge losses” across the country. The report is used by the Federal Judicial Center as a resource to assist judges in considering scientific evidence.</p><p>Trump ordered “federal suspension and debarment officials” to review the research organization’s conduct, adding that taxpayers should not be funding ″climate fraud” and judges should not rely on the report.</p><p>It was not clear what officials Trump was referring to and what, exactly, he wants them to investigate.</p><p>Earlier this year, the judicial center withdrew a chapter on climate change from the newest reference manual on scientific evidence after Republican state attorneys general complained it was biased against fossil fuel companies.</p><p>The Vances are doing their part to reverse declining birth rates</p><p>Vice President JD Vance and his wife, second lady Usha Vance, are celebrating the birth of their fourth child.</p><p>Born Sunday, Alec Neel Vance joins older siblings Ewan, 9; Vivek, 6; and Mirabel, 4. The Vances said Usha and the baby are happy and healthy. They also thanked the doctors and staff at the Walter Reed National Military Medical Center and the White House medical team.</p><p>The Republican vice president has passionately advocated for Americans to have more children. He repeatedly expressed alarm about declining birth rates as he launched his political career in 2021, and told the 2025 March for Life anti-abortion rally, “I want more babies in the United States of America.”</p><p>The story behind the Freedom Fuel Trump loves to promote</p><p>Trump and his White House have enthusiastically promoted the Freedom Fuel Network, a chain of star-spangled convenience stores selling gas at $3.47 per gallon to honor the 47th president.</p><p>Untangling exactly who is behind the Philadelphia-area venture has proven difficult. Records indicate the chain was launched last month by a collection of businessmen including an NFL kicking coach, a GOP fundraiser and a New Jersey entrepreneur who was ordered along with his brother to pay civil damages for unlawfully taking more than 200,000 gallons of fuel.</p><p>None of them want to talk about it. How the stations got Trump’s attention remains a mystery. Experts say they’re likely selling the gas for a loss.</p><p>What is clear: Trump has loved the idea of cheaper gas with average costs per gallon rising above $4 again as the war with Iran continues.</p><p>▶ Read more</p><p>Olympian accused of damaging Reflecting Pool gets a trial date</p><p>David Hearn, 67, has pleaded not guilty to deliberately damaging the Lincoln Memorial Reflecting Pool amid a troubled multimillion-dollar renovation project championed by Trump.</p><p>D.C. Superior Court Judge Todd Edelman set the date for Sept. 28 during a Monday hearing, Hearn’s second since a grand jury indicted him on a single felony count of property destruction.</p><p>Trump has claimed without providing evidence that damage to the pool’s lining was caused by vandals.</p><p>David Hearn, 67, a canoeist who competed in three Summer Olympics, told The Associated Press that he reached into the water to see what the peeling new coating felt like — “very rubbery” — and let go of it when a park worker told him to. At least three others have been charged in the same court with misdemeanors for allegedly removing pieces of the paint.</p><p>Tate brothers to appear in Miami court. UK wants them extradited</p><p>Influencer brothers Andrew and Tristan Tate are scheduled to appear before a federal magistrate in Miami on Monday after they were arrested to face rape and sex trafficking charges in the United Kingdom.</p><p>Their attorney Joseph McBride said the charges are “filth and slander” and that he’s confident the extradition request would be denied.</p><p>He also said he believed the arrests were “greenlighted by a low-level functionary” at the Justice Department, without input from leadership. But the Justice Department told The Associated Press that the arrests were approved by leadership of its Criminal Division.</p><p>The Tates’ social media empire promoting wealth, male dominance and misogyny has made them among the world’s most polarizing internet personalities.</p><p>▶ Read more</p><p>Why Yemen seeks to close Saudi Arabia’s Red Sea access</p><p>There were few details, but the deputy head of the Houthi media office, Nasruddin Amer, said on X that the Bab al-Mandeb strait will be closed to Saudi vessels in response to what he called Saudi Arabia’s “unjust blockade on Yemenis for over 10 years.”</p><p>The Houthis are key to Iran’s regional influence and they have a large stockpile of drones, but several Houthi members previously told the AP that the group’s weapons stockpile is running low after its attacks during the Israel-Hamas war. The Iran war has further impeded the flow of weapons, said the officials, who at the time spoke on condition of anonymity because they weren’t authorized to talk to the media.</p><p>Gulf nations warn of incoming Iranian fire</p><p>Bahrain sounded its missile alert sirens Monday afternoon to warn of a possible Iranian fire, while Kuwait said its air defenses were responding to incoming Iranian missiles and drones. No damage was immediately reported in either country.</p><p>Senators want answers on ICE policies</p><p>Dozens of Democratic senators and Maine’s Independent Sen. Angus King want more details on Immigration and Customs Enforcement’s vetting practices and vehicle pursuit policies following more deaths in ICE shootings.</p><p>In a letter spearheaded by King and sent to the Department of Homeland Security, the senators listed new measures to increase accountability at the agency tasked with carrying out immigration enforcement.</p><p>They said ICE should immediately start wearing uniforms or vests that clearly identify them as “ICE” instead of the more generic “POLICE” or “POLICE ICE.”</p><p>The senators also want to know whether ICE considers records of domestic violence or abuse when vetting new recruits. In Maine, the AP reported that the ICE officer who opened fire and killed a man from Colombia had a history of violent behavior detailed in family court records.</p><p>As student loan defaults surge, Trump is making borrowers pay more</p><p>Defaults are reaching record levels as borrowers struggle to pay.</p><p>The numbers have spiked since payments came due again following a lengthy pause intended to provide relief during the COVID-19 pandemic. Today, around 9.5 million people — 1 in 5 federal student loan borrowers — are in default, meaning their wages or Social Security payments could be garnished. The Trump administration has held off on such involuntary collections for now.</p><p>And still another wave of defaults could be coming. The Trump administration eliminated the most generous income-driven repayment plan, Saving on a Valuable Education, or SAVE, as part of its overhaul of the federal student loan system. Millions who had been enrolled in SAVE now must pay more each month.</p><p>▶ Read more</p><p>Yemen’s Houthis announce a maritime embargo against Saudi Arabia</p><p>A Houthi military spokesperson described the embargo on Monday, effective immediately, as an “eye for an eye” response.</p><p>Attacks by the Houthis and the Saudi-led coalition in Yemen last week damaged Sanaa International Airport and Abha airport in Saudi Arabia, threatening a truce that began in 2022.</p><p>Imposing an embargo could put new pressure on Saudi Arabia, which is sending oil through pipes to the Red Sea as a way of avoiding the chokehold in the Strait of Hormuz.</p><p>Houthis attacked more than 100 ships over the Israel-Hamas war in the Gaza Strip. It’s unclear whether the Houthis will keep up that level of attack now against Saudi Arabia.</p>]]></content:encoded></item><item><title><![CDATA[Road deaths have declined globally since 1990 except in poorer countries, study finds]]></title><link>https://www.local10.com/news/national/2026/07/20/road-deaths-have-declined-globally-since-1990-except-in-poorer-countries-study-finds/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/20/road-deaths-have-declined-globally-since-1990-except-in-poorer-countries-study-finds/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Road deaths are declining in the U.S. and worldwide, but lower-income countries aren't experiencing much of the improvement, according to a study published Monday.]]></description><pubDate>Mon, 20 Jul 2026 22:34:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Road deaths are declining in the U.S. and worldwide, but lower-income countries aren't experiencing much of the improvement, according to a study published Monday.</p><p>Global rates of road injuries and deaths each fell more than 30% between 1990 and 2023, according to the study published in Lancet Public Health, which noted the progress varied from country to country.</p><p>Pedestrian and vehicle occupant deaths rose over that time in six countries — including the United States. However, more recent data shows road deaths fell in the U.S. in 2024 and 2025.</p><p>The World Health Organization put out its own numbers Monday, finding that road traffic deaths declined by 21% between 2011 and 2025. However, traffic crashes still claimed more than 1.1 million lives last year, and they remain the leading cause of death among children and youth aged 5 to 29 years, the WHO said.</p><p>Road deaths involve fatal injuries that happen to pedestrians, cyclists and people riding in cars, trucks and other vehicles. Complete data is lacking in some countries, so the researchers behind the new report made estimates based on what data is available.</p><p>The researchers, from the University of Washington’s Institute for Health Metrics and Evaluation, found that road injury rates are higher in high-income countries, but 90% of road deaths occur in low-income countries.</p><p>In many low-income countries, safety measures have not kept up with rapid growth in cities and use of motorized vehicles. For example, seat belt mandates are more common in high-income countries, as are car safety features such as air bags.</p><p>“Road injury outcomes are shaped not only by crashes, but by the systems designed to prevent them and protect people when they occur,” said Liane Ong, the new paper's senior author, in a statement.</p><p>However, there have been conflicting trends in the U.S., including the proliferation of taller and larger passenger vehicles, the authors wrote. U.S. officials also have said thousands of deaths each year can be attributed to “distracted driving," including drivers looking at their phones.</p><p>In the U.S., motor vehicle traffic fatalities rose in the last decade and peaked at more than 43,000 in 2021 before beginning to decline, according to the National Highway Traffic Safety Administration. The agency estimated the count fell to about 36,600 last year.</p><p>Meanwhile, the Governors Highway Safety Association recently reported that U.S. drivers hit and killed 7% fewer people walking on U.S. roads in 2025 compared with the year before. It was the largest annual reduction since pedestrian deaths began falling three years ago, but it was still higher than what the numbers were before the COVID-19 pandemic.</p><p>The WHO identified road safety as an international public health priority more than two decades ago. The Lancet report's release coincides with the start of a two-day United Nations high-level meeting on improving global road safety, being held in New York City.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLCIXSFWALXALCTZULETOPV75Y.jpg?auth=5740600e13c60f50fb81304d9165cf43810c1553d76120954a6e895ca33ec69e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This long exposure photo shows traffic driving on Roosevelt Boulevard in Philadelphia, May 25, 2022. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LNSXZMNQHSMSLLCYUXAVIEWSEU.jpg?auth=bad8708d34f1bc0654e0edda2c541bf61a345007da0aad5863b7bab8f5aee34d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The body of a delivery person is covered by a white cloth as people watch police work the scene of a fatal traffic accident, in Mexico City, May 27, 2025. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Tate brothers make Miami court appearance, plan to fight UK extradition]]></title><link>https://www.local10.com/news/local/2026/07/20/tate-brothers-make-miami-court-appearance-plan-to-fight-uk-extradition/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/tate-brothers-make-miami-court-appearance-plan-to-fight-uk-extradition/</guid><dc:creator><![CDATA[David Fischer, Christina Vazquez, Hannah Yechivi]]></dc:creator><description><![CDATA[Influencer brothers Andrew and Tristan Tate appeared before a federal magistrate in Miami on Monday for the first time since they were arrested to face rape and sex trafficking charges in the United Kingdom.]]></description><pubDate>Mon, 20 Jul 2026 18:04:01 +0000</pubDate><content:encoded><![CDATA[<p>Influencer brothers Andrew and Tristan Tate appeared before a federal magistrate in Miami on Monday for the first time since they were arrested to face rape and sex trafficking charges in the United Kingdom.</p><p>The Tates have been held in federal detention following their arrest on Saturday. In the coming weeks, a U.S. district judge will consider whether they meet the conditions for extradition.</p><p>An attorney for the brothers, Joseph McBride, has blasted the charges as “filth and slander,” as well as “salacious and defamatory.”</p><p>Prosecutors in Britain said the new charges relate to four new victims and were brought after authorities received evidence from Bedfordshire Police in southeastern England. The allegations, spanning 2010 to 2017, include rape, assault, trafficking and offenses relating to “indecent images of a child and extreme pornography.”</p><p>The brothers are already charged with rape, bodily harm, human trafficking and controlling prostitution for gain relating to three other alleged victims in the U.K. between 2012 and 2015.</p><p>Their lawyer said in a statement Saturday that he believed the arrests were “greenlighted by a low-level functionary” at the Justice Department without input from leadership.</p><p>But the Justice Department told The Associated Press that the arrests were approved by leadership of its Criminal Division.</p><p>McBride, outside of the Miami federal courthouse, said he plans to fight extradition on the Tates’ behalf.</p><p>“We are going to fight them at every turn, and at every corner, because they are American citizens,” McBride said.</p><p>McBride claims the new allegations are politically-motivated.</p><p>“I’ve never seen evidence that indicates these guys are guilty of anything,” he said. “They are being punished and attacked for what they say and not for what they have done. You can love them, you can hate them, but nobody should go to jail for free speech.”</p><p>Taking a swipe at the U.K., McBride said, “We will make sure that we exhaust all remedies before they are sent over to the communist regime previously known as the free place of the United Kingdom.”</p><p>McBride, explaining his ties representing people in Jan. 6 cases, implied that he believes President Donald Trump and U.S. Secretary of State Marco Rubio would be sympathetic to the case.</p><p>“I believe that Marco Rubio and the rest of the trump administration are not fans of communism, for prosecuting people for free speech, this is one of the reasons why they were elected,” he said, noting that after the Jan. 6 prosecutions, “I would just think as a matter of principle, based on the reasons why they were elected, that they would not want to see two free citizens go to a country where they are going to be thrown in jail for political reasons.”</p><p><a href="https://www.justice.gov/jm/jm-9-15000-international-extradition-and-related-matters" target="_self" rel="" title="https://www.justice.gov/jm/jm-9-15000-international-extradition-and-related-matters">According to the U.S. Department of Justice</a>, “If the court finds the fugitive to be extraditable, it certifies the extradition and sends the record to the Secretary of State, who decides whether to surrender the fugitive.”</p><p>Former federal prosecutor David Weinstein said even though the charges the Tates face are not considered “political offenses” by definition, under the extradition treaty, “the executive branch of the U.S., including the president, can block the extradition request if they determine that the request was politically motivated.”</p><p>“So yes, President Trump is able to help prevent an extradition to the U.K. if he wanted to,” Weinstein said.</p><p>The new allegations are the latest in a long-running international legal saga involving the Tates that has spanned the U.S., Britain and Romania. The brothers have repeatedly denied wrongdoing.</p><p>Their social media empire promoting wealth, male dominance and misogyny has made them among the world’s most polarizing internet personalities.</p><p>The dual U.S. and British citizens moved to Romania in 2016. They were arrested there in 2022, accused of participating in schemes to lure women for sexual exploitation. They denied those allegations and the Romanian case hasn’t gone forward because of legal and procedural problems.</p><p>Last year, they were allowed to leave Romania and flew to Florida.</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[Dodgers say two-way star Shohei Ohtani is expected to pitch off a mound later this week]]></title><link>https://www.local10.com/sports/2026/07/20/dodgers-say-two-way-star-shohei-ohtani-is-expected-to-pitch-off-a-mound-later-this-week/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/dodgers-say-two-way-star-shohei-ohtani-is-expected-to-pitch-off-a-mound-later-this-week/</guid><dc:creator><![CDATA[By AARON BRACY, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Los Angeles Dodgers two-way star Shohei Ohtani is expected to pitch off a mound sometime later this week, but there is no timetable for his return to the rotation.]]></description><pubDate>Mon, 20 Jul 2026 22:12:11 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Los Angeles Dodgers two-way star Shohei Ohtani is expected to pitch off a mound sometime later this week, but there is no timetable for his return to the rotation.</p><p>Ohtani had been scheduled to start against the Phillies in the finale of the three-game series in Philadelphia on Wednesday. But left knee irritation that kept him out of last week’s All-Star Game scrapped those plans.</p><p>The four-time MVP last pitched on July 3. He received a lubricant injection in his balky knee, which does not bother him while batting.</p><p>Manager Dave Roberts said the injection, bypassing the All-Star game and skipping the scheduled start is not because the issue is worsening. Rather, that it has “not gotten better.”</p><p>“All that stuff is trying to give us the best chance to be out of the woods entirely,” Roberts said before Monday’s game against Philadelphia.</p><p>Roberts indicated that Ohtani would try to throw off the mound later this week, saying it could happen on Thursday or Friday. The two-time defending World Series champion Dodgers are scheduled to visit the White House on Thursday, an off day. They begin a three-game series at the New York Mets on Friday.</p><p>Asked if Ohtani could return to the rotation sometime in the near future, possibly as early as next week, Roberts said, “I don’t know. He’s got to play catch again and then we’ll see.”</p><p>The two-time defending World Series champion Dodgers have the best record in the majors at 63-37 and an 11 1/2-game lead in the NL West.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTT2EVLG2BZT57JJPA2NUXYCNU.jpg?auth=42095e8b82fd2bdde26c312462b405758cd0f992fd18d66cf5cda1b61c96aadf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani, left, throws in the outfield before the second game of a baseball doubleheader against the New York Yankees, Sunday, July 19, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Discusión por “crack” termina con un asesinado a puñaladas en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/07/20/discusion-por-crack-termina-con-un-asesinado-a-punaladas-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/discusion-por-crack-termina-con-un-asesinado-a-punaladas-en-pompano-beach/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Una testigo alertó al chofer de un bus para impedir que escapara el hombre a quien el sospechoso le entregó el cuchillo. Rice fue detenido en un Publix cercano con una mano ensangrentada.]]></description><pubDate>Mon, 20 Jul 2026 21:38:58 +0000</pubDate><content:encoded><![CDATA[<p>Un reporte de arresto recién obtenido revela lo que, según los agentes, ocurrió antes de <a href="https://www.local10.com/news/local/2026/07/14/bso-suspect-detained-following-fatal-stabbing-in-pompano-beach/" rel="">un apuñalamiento mortal</a> el martes en Pompano Beach.</p><p>Según la Oficina del Alguacil de Broward (BSO), los agentes que acudieron a la cuadra 2500 de East Atlantic Boulevard encontraron a la víctima con múltiples heridas de arma blanca. Los equipos de rescate la llevaron de urgencia al Broward Health North Hospital, donde fue declarada muerta.</p><p>Los investigadores hablaron con una testigo que dijo estar esperando en una parada de bus cuando la víctima —que no ha sido identificada públicamente— y el sospechoso, David Edward Rice, comenzaron a discutir.</p><p>La testigo les dijo a los agentes que los hombres “estaban discutiendo por crack” antes de que Rice, de 67 años, empezara a apuñalar a la víctima, que estaba desarmada.</p><p>Los agentes dijeron que la testigo explicó además que Rice intentó irse del lugar, pero primero le entregó el cuchillo a otro hombre que trató de subirse a un bus. La mujer contó que le avisó al chofer lo que había pasado para que no lo dejara abordar.</p><p>Ese segundo hombre fue detenido inicialmente por los agentes.</p><p>Poco después, las autoridades dijeron que se recibió una llamada al 911 indicando que el sospechoso del apuñalamiento estaba en un Publix cercano, ubicado en el 2500 de E. Atlantic Blvd., con una mano ensangrentada.</p><p>Los agentes acudieron al Publix y detuvieron a Rice, mientras los investigadores revisaban las cámaras de vigilancia de un estacionamiento administrado por el supermercado. Según dijeron, las imágenes mostraban a Rice caminando por el mismo trayecto donde los investigadores notaron un rastro de sangre, que iba de un extremo al otro del estacionamiento y luego cruzaba la calle hasta el Publix.</p><p>Las autoridades dijeron que, durante el interrogatorio, “Rice dio versiones inconsistentes sobre su cronología y su paradero antes del incidente y antes de su captura”, y que además “contradijo sus propias acciones captadas por las cámaras de vigilancia de Publix”.</p><p>Según el reporte, Rice afirmó que estaba en el Publix “para comprar fresas”.</p><p>Hasta la tarde del lunes, Rice permanecía recluido sin derecho a fianza en la cárcel principal de Broward, bajo cargos de asesinato premeditado en primer grado e invasión armada de una estructura o vehículo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YWNUHYFSERHI3GIXBSYA6KO65M.jpg?auth=cd41fa57dbab3e1705834b0529e7cb30f15ca0ffc4aa9d032c86f590335e2356&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan otra vez a teniente de policía de Miami, ahora por DUI]]></title><link>https://www.local10.com/espanol/2026/07/19/arrestan-otra-vez-a-teniente-de-policia-de-miami-ahora-por-dui/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/19/arrestan-otra-vez-a-teniente-de-policia-de-miami-ahora-por-dui/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El oficial de alto rango quedó detenido la madrugada del domingo y salió rápidamente bajo fianza. También enfrenta un cargo por negarse a una prueba de alcoholemia.]]></description><pubDate>Mon, 20 Jul 2026 03:04:07 +0000</pubDate><content:encoded><![CDATA[<p>Un oficial de alto rango de la policía de Miami está de nuevo en problemas con la ley.</p><p>El teniente del Departamento de Policía de Miami (MPD) Thomas Carroll, de 49 años, fue arrestado bajo un cargo de manejar bajo la influencia (DUI) e ingresado en la cárcel la madrugada del domingo, informó un portavoz de la agencia.</p><p>Los registros de la cárcel mostraban que también enfrentaba un cargo por negarse a una prueba de alcoholemia tras la suspensión de su licencia.</p><p>Carroll salió rápidamente de la cárcel bajo fianza.</p><p>Un portavoz de MPD dijo que el teniente “ha sido relevado de sus funciones a la espera del resultado” de una investigación interna.</p><p>No había más detalles disponibles sobre su arresto la noche del domingo.</p><p>Carroll acaparó titulares a finales de 2024, cuando fue <a href="https://www.local10.com/news/local/2024/12/22/miami-assistant-chief-of-police-arrested/" rel="">arrestado en un caso de violencia doméstica</a>.</p><p>Ese caso ya no aparece en los registros judiciales de Miami-Dade.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKI5ECCALJFJPEXHP3VDQFLU5E.jpg?auth=5160ee0fa2ca6c2da466aee1132528c011724e1bea9e772015f702a61834b1ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[2026 mugshot of Miami Police Department Lt. Thomas Carroll.]]></media:description></media:content></item><item><title><![CDATA[“Sonó como una bomba”: Tesla se estrella contra casa en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/07/19/sono-como-una-bomba-tesla-se-estrella-contra-casa-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/19/sono-como-una-bomba-tesla-se-estrella-contra-casa-en-pompano-beach/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[El impacto de madrugada sacudió la vivienda de Orene Terry, derribó el buzón y dañó una Range Rover estacionada. La propietaria pide ayuda para identificar a los responsables.]]></description><pubDate>Mon, 20 Jul 2026 03:07:04 +0000</pubDate><content:encoded><![CDATA[<p>Un impactante video de vigilancia captó lo que ocurrió después de que un Tesla se estrellara contra el frente de la casa de Orene Terry en Pompano Beach.</p><p>“Escuché un ruido fuerte y sonó como si hubiera explotado una bomba”, contó Terry. “Mi esposo me dijo: ‘Alguien acaba de chocar contra la casa’”.</p><p>Tres hombres iban dentro del auto. El video de vigilancia muestra que las bolsas de aire se activaron mientras intentaban salir. Uno de ellos agarró un bolso antes de que, según Terry, todos huyeran del lugar.</p><p>“Me sorprende mucho que hayan podido salir caminando, porque el impacto fue tan severo que la casa tembló”, dijo Terry. “Se me cayó la puerta del ático”.</p><p>El accidente ocurrió alrededor de las 3:30 a.m. El Tesla arrancó el buzón antes de chocar contra una Range Rover estacionada en la entrada de la casa y, finalmente, contra la vivienda.</p><p>“Ahora tengo que averiguar ¿quién? ¿por qué? Es frustrante”, expresó Terry.</p><p>Terry dijo que agradece que ella y su esposo estén bien, pero ahora espera que alguien pueda ayudar a atrapar a los responsables.</p><p>“Los carros en realidad lo frenaron, porque si no, si no hubiera habido nada aquí, se habría metido hasta mi habitación”, afirmó Terry.</p><p>Se pide a cualquier persona con información que llame a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Brightline train collides with vehicle on tracks in Hallandale Beach, causing traffic delays]]></title><link>https://www.local10.com/traffic/2026/07/20/brightline-train-collides-with-vehicle-on-tracks-in-hallandale-beach-causing-traffic-delays/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/07/20/brightline-train-collides-with-vehicle-on-tracks-in-hallandale-beach-causing-traffic-delays/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Brightline train collided with a vehicle Monday afternoon that was on the tracks in Hallandale Beach, authorities confirmed.]]></description><pubDate>Mon, 20 Jul 2026 18:09:16 +0000</pubDate><content:encoded><![CDATA[<p>A Brightline train collided with a vehicle Monday afternoon that was on the tracks in Hallandale Beach, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/20/tren-de-brightline-se-lleva-auto-que-estaba-atravesado-en-las-vias-en-hallandale-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/tren-de-brightline-se-lleva-auto-que-estaba-atravesado-en-las-vias-en-hallandale-beach/"><b>Leer en español</b></a></p><p>According to Hallandale Beach police, the collision happened near Hallandale Beach Boulevard and Dixie Highway.</p><p>Police said eastbound lanes of Hallandale Beach Boulevard are experiencing traffic delays as officers investigate what led up to the incident. </p><p>Broward Sheriff Fire Rescue officials confirmed that one person was transported to a local hospital with non-life-threatening injuries. </p><p>Drivers are urged to avoid the area for the time being.</p><p>“Please use caution when approaching railroad crossings. Never drive around lowered crossing gates or attempt to cross when warning lights are flashing,” HBPD posted on social media.</p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EAKF5LEIPNEDBAEEUDRZMPU7GY.jpg?auth=07e63eb231222730427c291e2633592e12eec355a33bdc23a65ca6ca1783f4a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami police lieutenant found unconscious in pickup after US 1 DUI crash, arrest report states]]></title><link>https://www.local10.com/news/local/2026/07/20/miami-police-lieutenant-found-unconscious-in-pickup-after-us-1-dui-crash-arrest-report-states/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/miami-police-lieutenant-found-unconscious-in-pickup-after-us-1-dui-crash-arrest-report-states/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A veteran Miami Police Department lieutenant was found unconscious behind the wheel of a pickup truck after crashing into a median along U.S. 1 in the city’s Coconut Grove neighborhood on Saturday evening, leading to drunken driving charges, according to an arrest report released on Monday.]]></description><pubDate>Mon, 20 Jul 2026 15:08:04 +0000</pubDate><content:encoded><![CDATA[<p>A veteran Miami Police Department lieutenant was found unconscious behind the wheel of a pickup truck after crashing into a median along U.S. 1 in the city’s Coconut Grove neighborhood on Saturday evening, <a href="https://www.local10.com/news/local/2026/07/19/miami-police-lieutenant-cuffed-on-dui-charge-its-not-his-first-arrest/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/19/miami-police-lieutenant-cuffed-on-dui-charge-its-not-his-first-arrest/">leading to drunken driving charges</a>, according to an arrest report released on Monday.</p><p><a href="https://www.local10.com/espanol/2026/07/19/arrestan-otra-vez-a-teniente-de-policia-de-miami-ahora-por-dui/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/19/arrestan-otra-vez-a-teniente-de-policia-de-miami-ahora-por-dui/"><b>Leer en español</b></a></p><p>According to the MPD report, Lt. Thomas Carroll had rear-ended a Mercedes-Benz on U.S. 1 a few blocks south of the Dadeland Mall; a witness followed him nearly six miles before the longtime lawman crashed the Ford F-150.</p><p>Authorities said Carroll, 49, nearly sideswiped a Tesla Cybertruck during the intervening drive between Pinecrest and Coconut Grove.</p><p>Police said after crashing at the Bird Road intersection at around 6 p.m., Miami Fire Rescue crews “were forced to break the rear window to gain access” to Carroll.</p><p>Carroll came to and “was groggy and uneasy on his feet,” according to the arrest report.</p><p>Police said medics took him to HCA Florida Mercy Hospital, where he refused treatment “and waited outside with police.”</p><p>According to the report, while waiting outside, officers smelled alcohol on Carroll’s breath and he had slurred speech with “very poor balance.”</p><p>Authorities said Carroll refused to perform a field sobriety test and officers took him into custody. They said he later refused a breath test and officers took him to jail, where he quickly bonded out.</p><p>Carroll, who has been with MPD since 1999, is facing charges of DUI and refusal to submit to DUI testing.</p><p>It’s not his first time in trouble as Carroll, once an assistant chief with the department, has had a highly-publicized run-in with the law.</p><p>He was previously <a href="https://www.local10.com/news/local/2024/12/22/miami-assistant-chief-of-police-arrested/" target="_self" rel="" title="https://www.local10.com/news/local/2024/12/22/miami-assistant-chief-of-police-arrested/">arrested in 2024</a> after allegations of domestic violence. That case no longer appears in Miami-Dade court records.</p><p>After his latest arrest, an MPD spokesperson said Sunday evening that Carroll “has been relieved of duty” pending the outcome of an internal investigation.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKI5ECCALJFJPEXHP3VDQFLU5E.jpg?auth=5160ee0fa2ca6c2da466aee1132528c011724e1bea9e772015f702a61834b1ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[2026 mugshot of Miami Police Department Lt. Thomas Carroll.]]></media:description></media:content></item><item><title><![CDATA[Man hospitalized; 7 cats killed in Coconut Creek house fire ]]></title><link>https://www.local10.com/news/local/2026/07/20/fire-tears-through-garage-of-coconut-creek-home-spreads-to-roof/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/fire-tears-through-garage-of-coconut-creek-home-spreads-to-roof/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor, Liane Morejon]]></dc:creator><description><![CDATA[A fire erupted early Monday morning at a home in Coconut Creek, leaving seven cats dead and a man hospitalized, first responders confirmed.]]></description><pubDate>Mon, 20 Jul 2026 11:33:11 +0000</pubDate><content:encoded><![CDATA[<p>A fire erupted early Monday morning at a home in Coconut Creek, leaving seven cats dead and a man hospitalized, first responders confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/20/incendio-en-coconut-creek-deja-un-hospitalizado-y-siete-gatos-muertos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/incendio-en-coconut-creek-deja-un-hospitalizado-y-siete-gatos-muertos/"><b>Leer en español</b></a></p><p>According to Coconut Creek Fire Rescue officials, the fire was reported just before 4:15 a.m. in the 900 block of Palmetto Drive.</p><p>The flames tore through the garage before spreading to the roof, leaving extensive damage behind.</p><p>Officials confirmed that a man who lives at the home was transported to a local hospital to be treated for smoke inhalation and at least seven cats were killed in the fire. A dog did make it out of the home safely, they said. </p><p>The fire has since been extinguished.</p><p>“It’s like scary -- it’s like, what the heck is going on?” one neighbor said. “I walk here every morning -- every morning. So this is unusual, very unusual.”</p><p>First responders said a family of three lives at the home and is now displaced. That family has <a href="https://www.gofundme.com/f/help-my-aunt-and-uncle-rebuild-after-house-fire" target="_self" rel="" title="https://www.gofundme.com/f/help-my-aunt-and-uncle-rebuild-after-house-fire">set up a GoFundMe page</a> to help with expenses.</p><p>The cause of the fire is 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[Orlando man faces charges 4 years after murder during armed robbery in Miami]]></title><link>https://www.local10.com/news/local/2026/07/20/man-faces-charges-for-2021-murder-during-armed-robbery-in-miamis-little-havana/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/man-faces-charges-for-2021-murder-during-armed-robbery-in-miamis-little-havana/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 40-year-old man was behind bars on Monday in Miami-Dade County, accused of a man’s 2021 murder in Miami’s Little Havana neighborhood, records show.  ]]></description><pubDate>Mon, 20 Jul 2026 15:41:28 +0000</pubDate><content:encoded><![CDATA[<p>A 40-year-old man was behind bars on Monday in Miami-Dade County, accused of a man’s 2021 murder in Miami’s Little Havana neighborhood, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/20/arrestan-a-hombre-de-orlando-por-asesinato-durante-robo-en-la-pequena-habana-en-2021/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/arrestan-a-hombre-de-orlando-por-asesinato-durante-robo-en-la-pequena-habana-en-2021/"><b>Leer en español</b></a></p><p>Detectives accused Edgar Olivas of fatally shooting Walter Castañeda during a robbery shortly after 8:10 p.m. <a href="https://www.local10.com/news/local/2021/10/15/a-grieving-family-says-the-way-police-responded-to-a-robbery-in-little-havana-cost-their-loved-one-his-life/" target="_self" rel="" title="https://www.local10.com/news/local/2021/10/15/a-grieving-family-says-the-way-police-responded-to-a-robbery-in-little-havana-cost-their-loved-one-his-life/">on Oct. 1, 2021</a>, at 443 NW 12 Ave., records show. </p><p>Castañeda, 62, who was armed with a .38 revolver, was pulling down shutters after closing his Boost Mobile store when Olivas ambushed him, police reported, according to an arrest warrant.</p><p>“Let everything go,” Olivas, then 36, ordered Castañeda, a witness reported to police, according to the arrest warrant.</p><p>Olivas, of Orlando, stole Castañeda’s black bag, and Castañeda pulled out a revolver and fired at Olivas, who then returned fire and fled, according to the warrant. </p><p>Miami Fire Rescue personnel took Castañeda to Jackson Memorial Hospital’s Ryder Trauma Center, where a doctor later pronounced him dead, records show. </p><p>A Miami homicide detective tracked Olivas’s getaway car, a white 2022 four-door Honda Civic that was reported stolen on Oct. 3, 2021, according to police. </p><p>The owner of the Honda Civic reported renting the car on Sept. 29, 2021, to a woman who police later identified as Megan Hester-Villalobos, according to the arrest warrant. </p><p>The Honda’s GPS helped detectives to find evidence at a motel at 148 NW 167 St., near North Miami Beach, a gas station at 744 NW 12 Ave., in Little Havana, and an apartment at 2523 N. Alafaya Trail, in Orlando, according to the arrest warrant. </p><p>Orange County Sheriff’s Office deputies helped Miami homicide detectives find a video of the Honda that was published on an Instagram account that Hester-Villalobos used, according to the arrest warrant.</p><p>Miami-Dade corrections booked Olivas, 40, shortly before 8:55 a.m. on Friday at the Turner Guilford Knight Correctional Center near Doral, according to county inmate records. </p><p>Olivas faced two charges: First-degree murder and armed robbery with a deadly weapon, according to county court records. A judge denied him bond. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2021/10/15/a-grieving-family-says-the-way-police-responded-to-a-robbery-in-little-havana-cost-their-loved-one-his-life/" target="_self" rel="" title="https://www.local10.com/news/local/2021/10/15/a-grieving-family-says-the-way-police-responded-to-a-robbery-in-little-havana-cost-their-loved-one-his-life/">A grieving family says the way police responded to a robbery in Little Havana cost their loved one his life</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HRXA3M5H3JE33FGWQTOI6IKCQ4.jpg?auth=c0d145be5d7e9eb1b9503f3b86ed7d57773553d3fb7dd8fdda8228dc7dcf2932&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detectives accused Edgar Olivas of fatally shooting Walter Castañeda during a robbery shortly after 8:10 p.m. on Oct. 1, 2021, at 443 NW 12 Ave., records show.]]></media:description></media:content></item><item><title><![CDATA[Pompano Beach man fatally stabbed victim after ‘arguing over crack,’ deputies say]]></title><link>https://www.local10.com/news/local/2026/07/20/pompano-beach-man-fatally-stabbed-victim-after-arguing-over-crack-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/pompano-beach-man-fatally-stabbed-victim-after-arguing-over-crack-deputies-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A newly-obtained arrest report shows what deputies said led up to a deadly stabbing in Pompano Beach on Tuesday.]]></description><pubDate>Mon, 20 Jul 2026 20:51:28 +0000</pubDate><content:encoded><![CDATA[<p>A newly-obtained arrest report shows what deputies said led up to <a href="https://www.local10.com/news/local/2026/07/14/bso-suspect-detained-following-fatal-stabbing-in-pompano-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/14/bso-suspect-detained-following-fatal-stabbing-in-pompano-beach/">a deadly stabbing</a> in Pompano Beach on Tuesday.</p><p><a href="https://www.local10.com/espanol/2026/07/20/discusion-por-crack-termina-con-un-asesinado-a-punaladas-en-pompano-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/discusion-por-crack-termina-con-un-asesinado-a-punaladas-en-pompano-beach/"><b>Leer en español</b></a></p><p>According to the Broward Sheriff’s Office, deputies responding to the 2500 block of East Atlantic Boulevard found the victim suffering from multiple stab wounds and rescue crews rushed him to Broward Health North Hospital, where he was pronounced deceased. </p><p>Investigators spoke to a witness who said she was waiting at a bus stop when the victim ― who has not been publicly identified ― and suspect David Edward Rice got into an argument. </p><p>The witness told deputies the men “were arguing over crack” before Rice, 67, began to stab the unarmed victim.</p><p>Deputies said the witness further explained that Rice attempted to leave the scene, but first he gave the knife to another man who tried to board a bus, but the witness said she told the bus driver what happened so the man wouldn’t be allowed to board. </p><p>The second man was initially detained by deputies. </p><p>Soon after, authorities said a 911 call was received stating that the suspect in the stabbing was at a nearby Publix, located at 2500 E. Atlantic Blvd., with a bloody hand. </p><p>Deputies responded to the Publix and detained Rice, while investigators viewed surveillance footage of a parking garage managed by Publix that they said showed Rice walking along the same path that investigators noticed a trail of blood, leading from one end of the garage to the other, then across the street into the Publix. </p><p>Authorities said that during questioning, “Rice provided inconsistencies on his timeline and whereabouts leading up to the incident and leading up to his apprehension” while he also “contradicted his own actions which were captured on Publix surveillance cameras.”</p><p>According to the report, he claimed he was at the Publix “to buy strawberries.”</p><p>As of Monday afternoon, Rice was being held at the Broward Main Jail on charges of first-degree premeditated murder and armed trespassing of a structure of conveyance on no bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YWNUHYFSERHI3GIXBSYA6KO65M.jpg?auth=cd41fa57dbab3e1705834b0529e7cb30f15ca0ffc4aa9d032c86f590335e2356&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man accused in drive-by triple shooting in Allapattah]]></title><link>https://www.local10.com/news/local/2026/07/20/man-accused-in-drive-by-triple-shooting-in-allapattah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/man-accused-in-drive-by-triple-shooting-in-allapattah/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami police made an arrest on Friday in connection with an early-July drive-by triple shooting in the city’s Allapattah neighborhood.]]></description><pubDate>Mon, 20 Jul 2026 15:27:42 +0000</pubDate><content:encoded><![CDATA[<p>Miami police made an arrest on Friday in connection with an early-July drive-by triple shooting in the city’s Allapattah neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/07/20/arrestan-a-sospechoso-de-tiroteo-desde-vehiculo-que-dejo-tres-heridos-en-allapattah/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/arrestan-a-sospechoso-de-tiroteo-desde-vehiculo-que-dejo-tres-heridos-en-allapattah/"><b>Leer en español</b></a></p><p>Police suspect that Justin Ramirez, 24, of Sunny Isles Beach, opened fire from a moving Audi SUV, shooting into a green rented BMW near Northwest 22nd Avenue and 36th Street at around 8:10 p.m. on July 5. A 2-year-old boy was in the BMW but was unharmed, according to police.</p><p>Authorities said the victims, who sought treatment at Jackson Memorial Hospital, had been traveling from Broward County toward Brickell. An arrest report from the Miami Police Department does not provide an alleged motive for the shooting.</p><p>According to police, detectives viewed video footage of the shooting and were able to identify the Audi Q8. Police said it was registered to someone else, but they were able to tie it to Ramirez after he got a traffic ticket in Lauderhill while driving the vehicle.</p><p>Additionally, they said license plate reader data showed the Audi near Bayfront Park on July 1, the same day Ramirez posted photos on social media of himself attending FIFA Fan Fest ― and a photo of himself in the Audi “holding a bottle of Sprite with purple liquid consistent with promethazine codeine syrup,” a concoction often known by the street name “purple drank.”</p><p>The report states that detectives recovered multiple latent fingerprints from the vehicle matching Ramirez after executing a search warrant on July 9.</p><p>Police said they later got a warrant for cellphone data that placed Ramirez at the crime scene. </p><p>They took him into custody just after 12:45 p.m. Friday in a North Miami Beach neighborhood.</p><p>Ramirez, who’s previously <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=A00748&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=A00748&amp;TypeSearch=IR">spent time in state prison</a> for armed robbery, now faces several charges: most notably, four counts of attempted murder.</p><p>Records show he was released from jail after posting a $90,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZA5IDOZ3JCPNOFOIMFLTZVKTY.jpg?auth=a590fa247abed4bb7ce393eebc77bb38d87901f96d9d20a319fcab8a16168228&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Ramirez]]></media:description></media:content></item><item><title><![CDATA[Video shows Sarasota superyacht crash into dock along New River in Fort Lauderdale ]]></title><link>https://www.local10.com/news/local/2026/07/20/videos-show-boat-crash-property-damage-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/videos-show-boat-crash-property-damage-in-fort-lauderdale/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[A witness recorded a video showing a superyacht crashing into city property on Monday in Fort Lauderdale. ]]></description><pubDate>Mon, 20 Jul 2026 16:12:23 +0000</pubDate><content:encoded><![CDATA[<p>A witness recorded a video showing a superyacht crash while under the control of a towing boat on Monday in Fort Lauderdale, according to city officials. </p><p><a href="https://www.local10.com/espanol/2026/07/20/video-capta-a-superyate-estrellandose-contra-un-muelle-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/video-capta-a-superyate-estrellandose-contra-un-muelle-en-fort-lauderdale/"><b>Leer en español</b></a></p><p>Michael Mobile, better known as Mobile Mike, shared the video showing “<a href="https://www.yachtcharterfleet.com/luxury-charter-yacht-48893/determination.htm" target="_self" rel="" title="https://www.yachtcharterfleet.com/luxury-charter-yacht-48893/determination.htm">The Determination</a>” motor superyacht along the New River in the Riverwalk neighborhood. </p><p>“A yacht was being towed down the river at an incredibly high speed,” Mobile wrote, according to a post <a href="https://x.com/MOBILEMIKE_/status/2079176837880594648" target="_self" rel="" title="https://x.com/MOBILEMIKE_/status/2079176837880594648">on X</a>. “Right away, I knew something didn’t seem right, so I pulled out my camera.” </p><p>Mobile reported he witnessed the crash, which damaged the dock and the roof of <a href="https://maps.app.goo.gl/4bxJjDKJYup5gGJC6" target="_self" rel="" title="https://maps.app.goo.gl/4bxJjDKJYup5gGJC6">a two-story building</a> near Southeast First Avenue and Riverwalk North, and he saw police officers and fire rescue personnel responding. </p><p>The crash damaged a stormwater pump station, according to city officials. </p><p>Mobile’s cellphone video shows a small boat marked as owned by Steel Towing and “<a href="https://iyc.com/charter/determination-35m/" target="_self" rel="" title="https://iyc.com/charter/determination-35m/">The Determination</a>,” a 112-foot Westport motor yacht, marked as based in Sarasota, Fla. </p><p>City crews closed the adjacent sidewalk, placed barriers around the property damage, and a structural engineer was set to assess the building and the seawall, according to city officials. </p><p>City employees notified the Fort Lauderdale Police Department’s marine unit and the U.S. Coast Guard, according to city officials. A representative for the towing company couldn’t be reached for comment. </p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1784565577981!6m8!1m7!1sCAoSF0NJSE0wb2dLRUlDQWdJRG12Tk9fdVFF!2m2!1d26.11781033168261!2d-80.14243479171326!3f20.87402!4f0!5f0.7820865974627469" width="100%" height="450" 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!1d121.708057188439!2d-80.1430662396604!3d26.117145637315232!2m3!1f20.87402!2f45!3f0!3m2!1i1024!2i768!4f35!3m3!1m2!1s0x88d90057e7e533c3%3A0xaaf8f86298326c0f!2sLas%20Olas%20Gondola!5e1!3m2!1sen!2sus!4v1784565677665!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">🚨 Another Crazy Day in Paradise… 🇯🇲<a href="https://x.com/hashtag/MobileMike?src=hash&amp;ref_src=twsrc%5Etfw">#MobileMike</a> I had just gotten back from a trip and was out for a walk when something caught my attention. A yacht was being towed down the river at an incredibly high speed. Right away, I knew something didn’t seem right, so I pulled out my… <a href="https://t.co/JOMtgu9dth">pic.twitter.com/JOMtgu9dth</a></p>&mdash; Mobile Mike (@MOBILEMIKE_) <a href="https://x.com/MOBILEMIKE_/status/2079176837880594648?ref_src=twsrc%5Etfw">July 20, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Hallan a persona muerta junto a vía de Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una bicicleta eléctrica dañada fue vista sobre la hierba cerca del lugar donde apareció el cuerpo la mañana del lunes. Las autoridades piden ayuda para esclarecer el caso.]]></description><pubDate>Mon, 20 Jul 2026 16:08:33 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Fort Lauderdale investiga la muerte de un hombre cuyo cuerpo fue descubierto la mañana del lunes junto a una vía.</p><p>Según la policía, el departamento recibió una llamada alrededor de las 8:15 a.m. sobre un cuerpo hallado en la cuadra 2600 de West Commercial Boulevard.</p><p>Los detectives creen que el hombre podría haber muerto en un atropello y fuga.</p><p>Sky 10 sobrevoló el lugar poco antes de las 10:30 a.m., donde se veía una bicicleta eléctrica dañada sobre la hierba, cerca de la vía.</p><p>La policía dijo que la Unidad de Homicidios de Tránsito del Departamento de Policía de Fort Lauderdale (FLPD) estaba en el lugar investigando.</p><p>Se pide a cualquier persona con información que llame a la FLPD o a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Tropical Depression 2 forecast to strengthen into tropical storm; threatens Florida Panhandle ]]></title><link>https://www.local10.com/weather/hurricane/2026/07/20/tropical-depression-2-forecast-to-strengthen-into-tropical-storm-threatens-florida-panhandle/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/20/tropical-depression-2-forecast-to-strengthen-into-tropical-storm-threatens-florida-panhandle/</guid><dc:creator><![CDATA[Jennifer Collins, Amanda Batchelor]]></dc:creator><description><![CDATA[Tropical Depression 2 is forecast strengthen into a tropical storm on Monday before threatening Florida’s Panhandle. ]]></description><pubDate>Mon, 20 Jul 2026 11:07:02 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Depression 2 is forecast strengthen into a tropical storm on Monday before threatening Florida’s Panhandle. </p><p><a href="https://www.local10.com/espanol/2026/07/20/depresion-tropical-2-amenaza-el-panhandle-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/depresion-tropical-2-amenaza-el-panhandle-de-florida/"><b>Leer en español</b></a></p><p>South Florida will have no direct impacts from the system this week, though drier air is forecast to filter in behind it midweek. </p><p>This lower storm chance will keep temperatures above normal, with heat index values approaching Heat Advisory criteria each afternoon. </p><p>As of Monday evening, Tropical Depression 2 was located about 105 miles south of Panama City.</p><p>It was moving northwest at 3 mph with maximum winds of 35 mph.</p><p>A Tropical Storm Watch has been issued for the Alabama Gulf coast from the Florida border to the Mississippi border.</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[Incendio en Coconut Creek deja un hospitalizado y siete gatos muertos]]></title><link>https://www.local10.com/espanol/2026/07/20/incendio-en-coconut-creek-deja-un-hospitalizado-y-siete-gatos-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/incendio-en-coconut-creek-deja-un-hospitalizado-y-siete-gatos-muertos/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue trasladado al hospital por inhalación de humo tras el fuego de la madrugada del lunes. La familia que vive en la casa quedó desplazada.]]></description><pubDate>Mon, 20 Jul 2026 14:46:26 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio se desató la madrugada del lunes en una casa de Coconut Creek, dejando siete gatos muertos y un hombre hospitalizado, confirmaron los equipos de emergencia.</p><p>Según los oficiales de Coconut Creek Fire Rescue, el incendio fue reportado poco antes de las 4:15 a.m. en la cuadra 900 de Palmetto Drive.</p><p>Las llamas arrasaron el garaje antes de extenderse al techo, dejando daños considerables a su paso.</p><p>Los oficiales confirmaron que un hombre que vive en la casa fue trasladado a un hospital local para recibir tratamiento por inhalación de humo, y que al menos siete gatos murieron en el incendio. Un perro sí logró salir a salvo de la vivienda, dijeron.</p><p>El fuego ya fue extinguido.</p><p>“Da miedo... es como, ¿qué rayos está pasando?”, dijo una vecina. “Camino por aquí todas las mañanas, todas las mañanas. Así que esto es inusual, muy inusual”.</p><p>Los equipos de emergencia dijeron que en la casa vive una familia de tres personas, que ahora quedó desplazada.</p><p>La causa del incendio está bajo investigación.</p>]]></content:encoded></item><item><title><![CDATA[Video capta a superyate estrellándose contra un muelle en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/20/video-capta-a-superyate-estrellandose-contra-un-muelle-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/video-capta-a-superyate-estrellandose-contra-un-muelle-en-fort-lauderdale/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[Un testigo grabó el momento del choque, que causó daños materiales el lunes en el vecindario de Riverwalk. Policía y rescatistas acudieron al lugar.]]></description><pubDate>Mon, 20 Jul 2026 16:57:50 +0000</pubDate><content:encoded><![CDATA[<p>Un testigo grabó un video que muestra a un superyate estrellándose el lunes en Fort Lauderdale mientras estaba bajo el control de un bote remolcador, según oficiales de la ciudad.</p><p>Michael Mobile, mejor conocido como Mobile Mike, compartió el video que muestra al superyate a motor "<a href="https://www.yachtcharterfleet.com/luxury-charter-yacht-48893/determination.htm" rel="">The Determination</a>" en el New River, en el vecindario de Riverwalk.</p><p>“Un yate estaba siendo remolcado río abajo a una velocidad increíblemente alta”, escribió Mobile en una publicación <a href="https://x.com/MOBILEMIKE_/status/2079176837880594648" rel="">en X</a>. “De inmediato supe que algo no andaba bien, así que saqué mi cámara”.</p><p>Mobile reportó que presenció el choque, que dañó el muelle y el techo de <a href="https://maps.app.goo.gl/4bxJjDKJYup5gGJC6" rel="">un edificio de dos pisos</a> cerca de Southeast First Avenue y Riverwalk North, y que vio a oficiales de policía y personal de rescate acudir al lugar.</p><p>El choque dañó una estación de bombeo de aguas pluviales, según oficiales de la ciudad.</p><p>El video del celular de Mobile muestra un bote pequeño identificado como propiedad de Steel Towing y a "<a href="https://iyc.com/charter/determination-35m/" rel="">The Determination</a>“, un yate a motor Westport de 112 pies, registrado con base en Sarasota, Florida.</p><p>Las cuadrillas de la ciudad cerraron la acera adyacente y colocaron barreras alrededor de los daños, mientras que un ingeniero estructural evaluaría el edificio y el malecón, según oficiales de la ciudad.</p><p>Los empleados de la ciudad notificaron a la unidad marina del Departamento de Policía de Fort Lauderdale y a la Guardia Costera de EE.UU., de acuerdo con los oficiales. No fue posible contactar a un representante de la empresa de remolque para obtener comentarios.</p>]]></content:encoded></item><item><title><![CDATA[Tropical depression expected to become Bertha today, locally heavy rains to scrape the northern Gulf Coast]]></title><link>https://www.local10.com/weather/hurricane/2026/07/20/tropical-depression-expected-to-become-bertha-today-locally-heavy-rains-to-scrape-the-northern-gulf-coast/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/20/tropical-depression-expected-to-become-bertha-today-locally-heavy-rains-to-scrape-the-northern-gulf-coast/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Tropical Depression Two, which formed Sunday morning over the northeastern Gulf about 150 miles west of Tampa, is expected to become Tropical Storm Bertha, the second named storm of the 2026 Atlantic hurricane season, later today.]]></description><pubDate>Mon, 20 Jul 2026 14:23:01 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Depression Two, which formed Sunday morning over the northeastern Gulf about 150 miles west of Tampa, is expected to become Tropical Storm Bertha, the second named storm of the 2026 Atlantic hurricane season, later today.</p><p><a href="https://www.local10.com/espanol/2026/07/20/depresion-tropical-se-convertiria-hoy-en-la-tormenta-bertha/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/depresion-tropical-se-convertiria-hoy-en-la-tormenta-bertha/"><b>Leer en español</b></a></p><figure><img src="https://www.local10.com/resizer/v2/DBVXEKFSGVCCNBK25UTEITVTYQ.PNG?auth=f2b6f40216b08414a595d82fa63a00d39808bdd07d479a6a45d1100e0d61962a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The system remains weak and disorganized – battling environmental adversaries like wind shear and dry air that we previewed in this newsletter last week – with only sporadic and patchy thunderstorms near its nascent center.</p><p>Slow and steady pressure falls reported by an Air Force Reconnaissance Hurricane Hunter airplane investigating the depression early Monday, however, indicates at least gradual organization of the surface circulation. Only a slight tick up in estimated surface winds (from 35 mph to 40 mph) will get us to Tropical Storm Bertha, which should come by this afternoon.</p><p>In terms of its track, the forecast is fairly straightforward, with a slow plod westward this week underneath a building high-pressure ridge nosing into the northern Gulf from the central U.S.</p><figure><img src="https://www.local10.com/resizer/v2/MS4E5QDBRBBP5DM4DYZGXAFK5Q.png?auth=05e55b5e5d8fb772651675553bbc006f6acdbe0791afb5ebf59505ac91b8d72a&smart=true&width=1200&height=900" alt="Probability of Tropical Depression Two or future Bertha passing to within about 100 miles of a given location based on our major global forecast models. The average track line blending all forecasts is indicated in bold black. The odds of the system holding together drop off noticeably by Wednesday as it encounters increasing wind shear and land interaction. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Tropical Depression Two or future Bertha passing to within about 100 miles of a given location based on our major global forecast models. The average track line blending all forecasts is indicated in bold black. The odds of the system holding together drop off noticeably by Wednesday as it encounters increasing wind shear and land interaction. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><h3><b>Significant strengthening not in the cards</b></h3><p>The forecast for soon-to-be Bertha is fraught with impediments that should stymie strengthening in the days ahead. Nearly all reliable intensity guidance keep the system from climbing much above a low-to mid-tier tropical storm, and only about 3% of the 1,000-member Google DeepMind ensemble system scenarios show Bertha reaching hurricane strength.</p><figure><img src="https://www.local10.com/resizer/v2/ZYP5WXJMLFDDTNOYTOWW4RGJ7M.png?auth=1f4b9d323df0c00429bed5a4c6d773dfe915c46c27baaa3b0dd8bdec70b4b3b3&smart=true&width=1200&height=900" alt="Forecast intensity guidance for Tropical Depression Two as of 8 AM ET Monday. None of our reliable intensity models show the depression strengthening above a low- to mid-tier (40-60 mph) tropical storm. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Forecast intensity guidance for Tropical Depression Two as of 8 AM ET Monday. None of our reliable intensity models show the depression strengthening above a low- to mid-tier (40-60 mph) tropical storm. Credit: cyclonicwx.com.</figcaption></figure><p>If you spend enough time online, you’ll find bad actors sharing outlier computer models depicting scary-looking hurricane scenarios. These rogue models typically have abysmal hurricane track records (such as the German ICON) or aren’t designed and shouldn’t be used for hurricane forecasting (such as the RRFS).</p><p>So while Tropical Storm Watches stretch across parts of the northern Gulf Coast from Florida’s Panhandle to coastal Alabama in anticipation of winds above 38 mph, for now we’re not expecting widespread damaging winds for these areas.</p><h3><b>Heaviest rains stay offshore for now</b></h3><p>The primary hazards will be from locally heavy rainfall and dangerous rip currents as the storm slides westward along the north-central Gulf this week.</p><p>The heaviest rainfall will depend on the exact track of future Bertha and the heaviest rain totals will remain on the south side of its track, which largely stays offshore this week. A nudge northward could bring heavier totals over land, so we’ll want to watch the trends.</p><figure><img src="https://www.local10.com/resizer/v2/2T7UX73UURFOVBKWNA5J26FNNE.PNG?auth=20d1b4e81e17a2b55c4f2fc231e021eb9c35e760892dbebd84711a377acb0104&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For the time being, we’re not expecting a widespread flood threat, but instead, mainly localized flooding from slower-moving outer bands around the system along the north-central Gulf through Thursday. The higher risk of scattered flash flooding will come from late Tuesday through Thursday from southern Louisiana to southeastern Texas.</p><figure><img src="https://www.local10.com/resizer/v2/HOSEQRYN3VHO5IFBVJ5LGQOA7U.png?auth=73eb597983b98341092ba4359a309753df39ac3db708f084772242a444d9a9aa&smart=true&width=1200&height=900" alt="Excessive Rainfall Outlook through early Saturday (July 25th) from the National Weather Service. For now, overall rainfall totals are only expected to reach level 2 of 4 (slight risk of flash flooding) this week, indicating mainly localized flash flooding in the outer bands of TD2/Bertha. Credit: NOAA." height="900" width="1200"/><figcaption>Excessive Rainfall Outlook through early Saturday (July 25th) from the National Weather Service. For now, overall rainfall totals are only expected to reach level 2 of 4 (slight risk of flash flooding) this week, indicating mainly localized flash flooding in the outer bands of TD2/Bertha. Credit: NOAA.</figcaption></figure><h3><b>Simmering Gulf waters kept in check</b></h3><p>The biggest factor favoring organization is the near-record water temperatures for the time of year in the northern Gulf. We discussed this extensively in last Wednesday’s newsletter for what was (at the time) the less likely outcome:</p><p><i>“It’s the westward path over the northern Gulf that would leave it over record to near-record warm waters and the scenario that would raise the specter of pure tropical development.”</i></p><p>That notable shift westward by the models over the weekend now keep the system lingering over those seasonably waters this week.</p><figure><img src="https://www.local10.com/resizer/v2/RDX3GSIZZRC27MMES2LIPOHGLI.png?auth=3bae9adb3d8872ae5370b00e0d6965d39614bac25544e67f54dfc0f768151267&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The good news, though, are all the limiting factors we discussed working to tap the brakes over this part of the Gulf. By Wednesday, especially, a curtain of northerly shear and land interaction should begin to gut what remains of the storm as it approaches Louisiana.</p><h3><b>The only game in town for now</b></h3><p>Across the remainder of the Atlantic, especially through the deep tropics, things look to stay quiet to round out July, with no additional development expected elsewhere over the next week or two.</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/VE4RQW5TOZHKNNYC7ZTE56EWLM.png?auth=e9306290fa64a6a9c465b01c9d16d0e35a534b3a65efa31325c05922c7937a37&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Monday morning “true color” (or GeoColor) satellite of Tropical Depression Two in the northeastern Gulf. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Tren de Brightline se lleva auto que estaba atravesado en las vías en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/07/20/tren-de-brightline-se-lleva-auto-que-estaba-atravesado-en-las-vias-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/tren-de-brightline-se-lleva-auto-que-estaba-atravesado-en-las-vias-en-hallandale-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El accidente del lunes por la tarde provocó congestión en los carriles hacia el este de Hallandale Beach Boulevard, y las autoridades piden evitar la zona.]]></description><pubDate>Mon, 20 Jul 2026 21:41:09 +0000</pubDate><content:encoded><![CDATA[<p>Un tren de Brightline chocó la tarde del lunes contra un vehículo que estaba en las vías en Hallandale Beach, confirmaron las autoridades.</p><p>Según la policía de Hallandale Beach, la colisión ocurrió cerca de Hallandale Beach Boulevard y Dixie Highway.</p><p>La policía dijo que los carriles en dirección este de Hallandale Beach Boulevard presentaban demoras en el tráfico mientras los oficiales investigaban qué llevó al incidente.</p><p>Los oficiales de Broward Sheriff Fire Rescue confirmaron que una persona fue trasladada a un hospital local con heridas que no ponían en riesgo su vida.</p><p>Se exhorta a los conductores a evitar la zona por el momento.</p><p>“Por favor, tenga precaución al acercarse a los cruces ferroviarios. Nunca maneje alrededor de las barreras bajadas ni intente cruzar cuando las luces de advertencia estén parpadeando”, publicó el Departamento de Policía de Hallandale Beach (HBPD) en redes sociales.</p><p>No se divulgaron más detalles de inmediato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EAKF5LEIPNEDBAEEUDRZMPU7GY.jpg?auth=07e63eb231222730427c291e2633592e12eec355a33bdc23a65ca6ca1783f4a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hallan a fallecida en Miramar, creen que se cayó de un árbol de mango]]></title><link>https://www.local10.com/espanol/2026/07/20/hallan-a-fallecida-en-miramar-creen-que-se-cayo-de-un-arbol-de-mango/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/hallan-a-fallecida-en-miramar-creen-que-se-cayo-de-un-arbol-de-mango/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[La investigación seguía activa la tarde del lunes y los detectives piden a cualquier persona con información que se comunique con las autoridades.]]></description><pubDate>Mon, 20 Jul 2026 21:35:12 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer habría muerto al caer de un árbol de mango en una comunidad cerrada de Miramar, informó la policía el lunes.</p><p>Los oficiales de policía reportaron haber encontrado muerta a la mujer, de unos 50 años, en el exterior de una casa en la cuadra 21000 de SW 176th Avenue.</p><p>La investigación seguía activa la tarde del lunes, según la policía.</p><p>Los detectives pidieron a cualquier persona con 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><i>La editora de asignaciones de Local 10 News, Mariana Ortiz, contribuyó a este reporte.</i></p>]]></content:encoded></item><item><title><![CDATA[Ebola quarantine center for Americans is up and working in Kenya despite a court ban, activists say]]></title><link>https://www.local10.com/news/world/2026/07/20/ebola-quarantine-center-for-americans-is-up-and-working-in-kenya-despite-a-court-ban-activists-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/20/ebola-quarantine-center-for-americans-is-up-and-working-in-kenya-despite-a-court-ban-activists-say/</guid><dc:creator><![CDATA[By EVELYNE MUSAMBI, Associated Press]]></dc:creator><description><![CDATA[NAIROBI, Kenya (AP) — Kenyan activists on Monday accused authorities of violating a court order from last month halting the setting up of an American-backed Ebola quarantine center after reports surfaced that Americans were being quarantined in the country.]]></description><pubDate>Mon, 20 Jul 2026 21:24:37 +0000</pubDate><content:encoded><![CDATA[<p>NAIROBI, Kenya (AP) — Kenyan activists on Monday accused authorities of violating a court order from last month halting the setting up of an American-backed Ebola quarantine center after reports surfaced that Americans were being quarantined in the country.</p><p>The center was meant to take in and quarantine Americans evacuated from Congo, where an Ebola outbreak that erupted two months ago has so far killed at least 930 people, out of the 2,344 cases confirmed there.</p><p>A U.S. humanitarian organization, the Samaritan’s Purse, said over the weekend that seven of its American staff from Congo were being quarantined in “large military tents” for 21 days in Kenya, adding that none had so far shown symptoms of Ebola.</p><p>The organization did not say where in Kenya their workers were quarantined but local media have reported that military tents in Laikipia Air Base would house the U.S.-backed Ebola facility. The air base is about 185 kilometers (115 miles) north from Nairobi, Kenya's capital, near the town of Nanyuki.</p><p>Residents of Nanyuki have staged a series of protests against the facility recently, and two people have died when the protests turned violent.</p><p>Both Kenya’s Ministry of Health and the U.S. State Department did not respond to requests for comment about whether Americans were being quarantined in Kenya. The Laikipia Air Base could also not be reached for comment.</p><p>Kenya — hundreds of miles to the east of Congo and with the country of Uganda between them — has no confirmed Ebola cases but is a key U.S. ally in Africa. The United States has pledged $13.5 million toward Kenya’s Ebola preparedness efforts.</p><p>Kenyan President William Ruto has defended the planned U.S.-backed quarantine facility, describing it as part of a partnership with the U.S. He said there were also plans to establish 24 additional Ebola preparedness centers across the country, with U.S. funding.</p><p>However, a Kenyan court last month issued an order that barred the operationalization of the facility and Health Minister Aden Duale later ordered suspension of its construction.</p><p>The case was based on a petition by the Law Society of Kenya and constitutional lobby group Katiba Institute, which had argued against establishing a quarantine for Americans from Congo, saying that Kenya’s fragile health system could be overwhelmed in the event of an Ebola outbreak.</p><p>Katiba Institute’s chief Nora Mbagathi told The Associated Press the activists groups were concerned about the latest reports of Americans already being quarantined in Kenya.</p><p>“Should any Kenyan government official be involved ... they have completely betrayed the public trust and must be held personally accountable,” Mbagathi added.</p><p>In a statement to the AP, the Law Society of Kenya said on Monday that a “deliberate" violation of a court order would amount to "impunity and lawlessness.”</p><p>Samaritan’s Purse said its staff had been working on the front lines of the Ebola response in Congo, where the organization operates two treatment centers in Bunia and Nyankunde.</p><p>“They are being housed in large military tents in a fenced gravel compound, sleeping on military cots, and their food is being provided by the U.S. military,” Samaritan’s Purse President and CEO Franklin Graham said in a statement.</p><p>Graham did not respond to questions why the quarantine was up and working in Kenya despite the court order.</p><p>___</p><p>For more on Africa and development: https://apnews.com/hub/africa-pulse</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NP4RJNTXOGGIOPS2FQ3JOBB3KQ.jpg?auth=3d900a3a80f0507af0f10821f00beda4a924c0802180004b4f645bf5b2b08761&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An ambulance drives past an ebola treatment centre in Bunia, Congo, Monday, July 20, 2026. (AP Photo/Prosper Heri Ngorora)]]></media:description><media:credit role="author" scheme="urn:ebu">Prosper Heri Ngorora</media:credit></media:content></item><item><title><![CDATA[US suspends funding for US Virgin Islands' housing authority and accuses it of corruption]]></title><link>https://www.local10.com/news/world/2026/07/20/us-suspends-funding-for-us-virgin-islands-housing-authority-and-accuses-it-of-corruption/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/20/us-suspends-funding-for-us-virgin-islands-housing-authority-and-accuses-it-of-corruption/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — The U.S. government announced Monday it suspended funding for the U.S. Virgin Islands’ housing authority after an investigation found widespread corruption, as residents still struggle to recover from two major hurricanes that hit nearly a decade ago.]]></description><pubDate>Tue, 21 Jul 2026 01:06:04 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — The U.S. government announced Monday it suspended funding for the U.S. Virgin Islands’ housing authority after an investigation found widespread corruption, as residents still struggle to recover from two major hurricanes that hit nearly a decade ago.</p><p>U.S. Housing Secretary Scott Turner said that nine years after the U.S. territory received $1.9 billion in disaster recovery funding, it has spent only $570 million, less than a third of the funds.</p><p>He noted that a HUD investigation found “widespread financial mismanagement, inadequate fraud controls, false certifications and improper payments.” The investigation is ongoing.</p><p>“This failure has, to date, deprived Virgin Islanders of roughly $1.3 billion worth of assistance that Congress intended them to have,” stated a July 20 letter that HUD sent to the head of the U.S. Virgin Island’s Housing Finance Authority.</p><p>The director for the U.S. territory’s housing authority and its spokesperson did not immediately return messages seeking comment. The authority has the right to appeal the suspension by requesting a hearing.</p><p>In a post on X, Turner accused officials with the U.S. Virgin Islands’ Housing Finance Authority of prioritizing “kickbacks over helping families recover from disasters.”</p><p>The U.S. Virgin Islands was struck by Hurricane Irma, a Category 5 storm, in September 2017. Roughly two weeks later, Hurricane Maria, also a Category 5 storm, struck St. Croix. The U.S. territory is still struggling to recover from the storms.</p><p>In a July 20 letter to the head of the U.S. Virgin Islands' housing authority, HUD said that its “record demonstrates that it is an abysmal steward of taxpayer funds.”</p><p>The investigation so far has found that the U.S. Virgin Islands’ housing authority has completed only two of 95 planned single-family rental rehabilitation projects and zero of 329 single and multifamily housing projects.</p><p>In addition, the authority had spent only 2% of its electrical grid recovery funding as of May, the investigation found.</p><p>Meanwhile, the Virgin Islands housing authority has spent more than half the grant funds slated for administrative costs, according to the letter.</p><p>The authority also is accused of seeking $6.2 million in disaster-related funds that the U.S. Federal Emergency Management Agency had already paid.</p><p>The U.S. government also noted that the authority’s former chief operating officer who oversaw disaster recovery programs is in federal prison after being convicted on charges including fraud and money laundering.</p><p>Turner wrote on X that the former chief operating officer inflated a lumber contract meant to rebuild hurricane-damaged homes from $3 million to $4.5 million and took a $107,000 kickback “and let the lumber rot in the sun, rendering it useless — a waste of taxpayer funds.”</p><p>In February, the executive director of the U.S. Virgin Islands’ housing authority resigned as local legislators questioned why some $4.2 million remained idle as a September deadline to use the funds looms.</p><p>At the time, Sen. Kurt Vialet accused the former director of “just sitting there with a smug look.”</p><p>“The Housing Finance Authority is not building. You can’t be upset at senators being frustrated,” Vialet was quoted as saying by the St. Thomas Source, a local news site.</p><p>___</p><p>This version has corrected that the U.S. government says the territory spent $570 million, not $570,000, of the disaster funding that was sent.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZEHGNWCSK6DJULLTOFNDRPY63Q.jpg?auth=23de2af7da2ca729d41a491ada504e69abc28aec0c9d0f279371286ad9c80b72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman and her children walk past debris left by Hurricane Irma in Charlotte Amalie, St. Thomas, U.S. Virgin Islands, on Sept. 10, 2017. (AP Photo/Ricardo Arduengo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Arduengo</media:credit></media:content></item><item><title><![CDATA[Trump imposes 50% tariffs on Canadian goods, citing disputes over autos, alcohol and cheese]]></title><link>https://www.local10.com/business/2026/07/20/trump-imposes-50-tariffs-on-canadian-goods-citing-disputes-over-autos-alcohol-and-cheese/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/20/trump-imposes-50-tariffs-on-canadian-goods-citing-disputes-over-autos-alcohol-and-cheese/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Monday imposed 50% tariffs on most Canadian goods, declaring that Canada has unfairly discriminated against American autos, alcohol and dairy products.]]></description><pubDate>Tue, 21 Jul 2026 00:32:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Monday imposed 50% tariffs on most Canadian goods, declaring that Canada has unfairly discriminated against American autos, alcohol and dairy products.</p><p>The move could unleash a new wave of economic chaos, with risks of higher inflation and further fraying of relations between two nations that had been closely woven together before Trump's return to the White House. The administration official previewing the action said that Canada was one of the only nations other than China that retaliated against Trump's previous tariffs and must be held accountable.</p><p>The official insisted on anonymity on a call with reporters to preview the president's actions and said that Trump signed three proclamations to launch the tariffs under Section 338 of the 1930 Trade Act. Several Democratic lawmakers last year proposed repealing the section because they said Trump could use it to destabilize the economy.</p><p>The new 50% tariffs would exclude energy products, potash, fish and critical minerals, but they would include goods that had previously been protected from import taxes by the United States-Mexico-Canada Agreement, or USMCA. That 2020 trade pact was not renewed by the U.S., triggering a new set of negotiations that could run until 2036.</p><p>The White House said in a fact sheet that the tariffs would go into effect in 30 days, meaning there is time for negotiations as Trump has not always followed through on his announced tax hikes on imports.</p><p>Canadian Prime Minister Mark Carney said in a statement that his government believes in the “benefits of free and fair trade,” having signed “more than 20 new economic and security partnerships." He said Canada is prepared to negotiate with the Trump administration.</p><p>“This trade dispute has raised costs for families, particularly in the U.S.,” Carney said. “Canada stands ready to engage intensively to address outstanding issues with the U.S. to the mutual benefit of our citizens.”</p><p>Canada faces the risk of a broader trade war</p><p>Still, the tariffs could escalate into a wider trade war as Canada seeks to defend its economy. Ontario Premier Doug Ford saw a possible showdown ahead.</p><p>“If these tariffs proceed, Canada should respond tariff for tariff, dollar for dollar,” Ford posted on social media.</p><p>Candace Laing, CEO of the Canadian Chamber of Commerce, said the Trump administration's moves were “regrettable” but the two countries need to use the 30-day window before the tariffs start "to make meaningful progress in advancing formal talks.”</p><p>Chris Swonger, CEO of the Distilled Spirits Council of the United States, also called for a deal: "We encourage policymakers on both sides of the border to pursue a negotiated solution that restores market access for U.S. spirits and avoids further harm to the U.S. hospitality sector.”</p><p>But the use of a Great Depression-era law to impose the tariffs broadens some of the risks, as those tariffs could be applied to other U.S. trading partners, not just Canada, and inject “massive uncertainty” into the global economy, said Scott Lincicome, vice president of general economics at the Cato Institute, a libertarian think tank.</p><p>“We crossed the Rubicon,” Lincicome said. “The invocation of 338 is the nuclear option for Trump tariffs.”</p><p>Tariffs are also a political challenge for Trump</p><p>The new tariffs carry serious political and economic risks for Trump ahead of the November midterm elections for control of Congress. His “Liberation Day” tariffs last year in April provoked a financial market meltdown over concerns about inflation and a recession, prompting him to walk back the rates for a period of negotiation.</p><p>The Supreme Court ruled this February that Trump had lacked the legal authority to impose the tariffs by declaring an economic emergency, causing the administration to find alternative ways to raise import taxes based on a series of legal authorities.</p><p>Tariffs are taxes on imports, which companies can then pass along to consumers in the form of higher prices. The president maintains that the costs created by tariffs will cause manufacturing to relocate to the U.S., though there is little evidence of that in the economic data.</p><p>“These new taxes will raise prices on American families and likely lead to retaliation against the very industries Trump purportedly wants to protect,” said Rep. Suzan DelBene, D-Wash., who is chair of the Democratic Congressional Campaign Committee.</p><p>The latest import taxes could worsen Trump's weak ratings on the economy. He promised voters when running for the presidency that he would bring prices down, but the annual inflation rate has risen since he became president because the tariffs and the war in Iran are pushing up oil prices.</p><p>Trump has repeatedly targeted Canada on trade issues</p><p>The Trump administration official said the president had also requested that his aides look into additional tariffs on Canada because its wildfires hurt air quality in the U.S. He had publicly threatened to do so in social media posts.</p><p>At the World Cup final on Sunday, Trump watched the game with Carney. The Trump administration official said their time together at the game was not a working visit to discuss trade and tariffs.</p><p>Trump claims in the proclamations that Canada discriminates against American autos, alcohol and cheese relative to other nations, but his argument rests in large part on retaliatory actions taken by Canada after the U.S. president imposed tariffs on Canada under the pretext that it should do more to stop fentanyl smuggling.</p><p>Trump noted in his autos proclamation that Canada maintained, starting in April 2025, a 25% tariff on the imports of U.S. motor vehicles that did not qualify for preferential treatment under the USMCA.</p><p>The White House said that, regarding alcohol, all but two Canadian provinces and territories halted the purchase and retailing of American alcoholic beverages beginning last year, which was also a response to Trump's tariffs and taunts of making Canada the 51st state.</p><p>But Trump has long objected to Canada's treatment of U.S. cheese, saying in his proclamation that Canada discriminates against the U.S. compared to Europe on dairy products.</p><p>Trump and Carney have had a frosty relationship, with Carney, a former central banker, who pledged to go “elbows up” for Canada during his election campaign last year.</p><p>At the World Economic Forum in Davos, Switzerland, in January, Carney called out Trump — without naming him — by saying that the “most powerful” countries are using the economy to coerce less powerful nations.</p><p>Trump responded at the time by saying: “Canada lives because of the United States."</p><p>___</p><p>Associated Press writer Jim Morris contributed from Vancouver, British Columbia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A566Q3ZG22RSOMWVYG3JFFGXMQ.jpg?auth=177a3d856d5c3fa59966e574aeebaf215ef8a116baa16b2bbe2fb0d0c49765d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks during an event to announce new tariffs in the Rose Garden at the White House on April 2, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Wilt Chamberlain Lakers jacket found by a teen at a thrift store fetches over $89,000 at auction]]></title><link>https://www.local10.com/entertainment/2026/07/20/wilt-chamberlain-lakers-jacket-found-by-a-teen-at-a-thrift-store-could-fetch-over-150k-at-auction/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/20/wilt-chamberlain-lakers-jacket-found-by-a-teen-at-a-thrift-store-could-fetch-over-150k-at-auction/</guid><dc:creator><![CDATA[By CLAIRE RUSH, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Ore. (AP) — A warmup jacket worn by Wilt Chamberlain during the 1972 NBA finals that was bought by a teenager for $3.07 at an Oregon thrift store sold for $89,600 at auction on Monday.]]></description><pubDate>Mon, 20 Jul 2026 23:05:54 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Ore. (AP) — A warmup jacket worn by Wilt Chamberlain during the 1972 NBA finals that was bought by a teenager for $3.07 at an Oregon thrift store sold for $89,600 at auction on Monday.</p><p>Quinn Brown had been eyeing a massive bin of clothes at a Goodwill store outside Portland in January when he saw someone toss a Lakers jacket with Chamberlain's name on it back on the pile. Brown, who resells used clothes online, quickly grabbed it.</p><p>The jacket was auctioned by Sotheby’s, which had estimated its value between $150,000 and $250,000 before bidding closed Monday. It received a total of 48 bids, according to the auction house.</p><p>Described on Sotheby’s website as an “extraordinary piece of memorabilia," the short-sleeved yellow warmup jacket was worn by Chamberlain during the 1972 NBA finals, in which the Los Angeles Lakers beat the New York Knicks.</p><p>“I didn’t even think that finding something like this was possible,” Brown said. “I got very, very lucky.”</p><p>Chamberlain, an NBA Hall of Famer viewed as one of the all-time greats, played in the league from 1959 to 1973. He won two championship rings — one with the Philadelphia 76ers in 1967, and another with the Los Angeles Lakers in 1972. He holds the record for most points scored by a player in a single game, netting 100 points in a 1962 match.</p><p>For the past three years, Brown has been reselling clothes online after finding them in thrift stores. The most expensive item he had sold previously was a T-shirt of Sub Pop Records, the indie label that signed Nirvana in 1989 and released the band’s first album. It went for $250.</p><p>After buying the Chamberlain jacket back in January, Brown searched online to see if it was worth something. He found a picture on Google of Chamberlain wearing such a jacket and compared it to the one he had.</p><p>In examining the Lakers patch on the front, he noticed certain small stitching details that matched the photo. He also looked up the measurements of a different jersey worn by Chamberlain, a towering figure at 7 feet, 1 inch (2.2 meters) tall, and discovered that they nearly aligned.</p><p>“I really just wanted to make sure, because it was so hard to believe at the time,” he said, adding that he had only ever read about such serendipitous thrift findings.</p><p>When he posted a photo of the jacket on social media, Sotheby’s contacted him about consigning the jacket to the auction house. Brown agreed, and an armored van came to pick it up.</p><p>Sotheby’s then did its own photo verification and determined that the jacket was worn by Chamberlain during the 1972 finals, in which he was named the finals MVP.</p><p>“Photomatching a piece of game-worn clothing to a specific Finals series, for a player of this era, is genuinely exceptional,” Sotheby’s website says. “As photomatched items worn by Chamberlain become exceedingly rare, this jacket is a piece of sports history.”</p><p>It is not the first Chamberlain item from the 1972 finals to fetch a hefty sum under the hammer: A game jersey he wore during the series sold for $4.9 million at Sotheby's in 2023, the fourth most expensive NBA jersey ever sold by the auction house.</p><p>As for his thrifted find, Brown said: “That was as good as it gets.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWJYLSAKZOR33PAZLCPKBRUEXY.jpg?auth=0f65c8f160dae5c08ec88851d1e399b398eb9b3bc784500ca0b75a9223dc855a&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 Sotheby's shows a warmup jacket worn by Wilt Chamberlain during the 1972 NBA Finals that was found in an Oregon thrift store. (Sotheby's via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/PDUHBSHYSKI3FX2RFIJ2GJCVFQ.jpg?auth=4e29354203a260d989c65ee10ce057123eaa2bbeb1a12fa90296e46a5e72be56&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 Sotheby's shows a warmup jacket worn by Wilt Chamberlain during the 1972 NBA Finals that was found in an Oregon thrift store. (Sotheby's via AP)]]></media:description></media:content></item><item><title><![CDATA[Perú confirma asistencia de nueve jefes de Estado a toma de posesión de conservadora Keiko Fujimori]]></title><link>https://www.local10.com/espanol/2026/07/20/peru-confirma-asistencia-de-nueve-jefes-de-estado-a-toma-de-posesion-de-conservadora-keiko-fujimori/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/peru-confirma-asistencia-de-nueve-jefes-de-estado-a-toma-de-posesion-de-conservadora-keiko-fujimori/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Perú confirmó el lunes que ocho mandatarios de Latinoamérica y el rey de España asistirán el 28 de julio a la ceremonia de asunción de la presidencia electa Keiko Fujimori.]]></description><pubDate>Mon, 20 Jul 2026 20:53:11 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Perú confirmó el lunes que ocho mandatarios de Latinoamérica y el rey de España asistirán el 28 de julio a la ceremonia de asunción de la presidencia electa Keiko Fujimori.</p><p>El canciller peruano Carlos Pareja dijo a la prensa que vendrán a Lima los presidentes de Argentina, Javier Milei; Bolivia, Rodrigo Paz; Chile, José Kast; Paraguay, Santiago Peña; Uruguay, Yamandú Orsi; Panamá, José Mulino; Honduras, Nasry Asfura y Ecuador, Daniel Noboa. También el rey de España Felipe VI.</p><p>Pareja declaró tras visitar a la presidenta electa conservadora en su oficina en Lima.</p><p>Keiko Fujimori, de 51 años, ganó los comicios en Perú en su cuarto intento. Su triunfo en el balotaje del 7 de junio ante el progresista Roberto Sánchez fue de casi 50.000 votos, gracias al decisivo apoyo que recibió de votantes del exterior. Antes fue legisladora y primera dama en el gobierno de su padre, el fallecido expresidente Alberto Fujimori (1990-2000).</p><p>Keiko Fujimori ha prometido gobernar “por cinco años”, a diferencia de su padre quien buscó permanecer en poder y fue reelegido en 1995 y en 2000. Luego abandonó Perú en 2000 tras escándalos de corrupción y huyó a Japón. Después fue extraditado desde Chile, a donde había llegado de forma sorpresiva, y luego fue condenado por corrupción y asesinato. Fue excarcelado tras un indulto presidencial en 2023 y murió en 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GUNYMH2QM5UKETWL5MN2TODKHM.jpg?auth=d5de3562913ed2ffcdfdbf696c9a2cd03abc05a70e9e88f34c0b3b665c0d2e53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta electa de Perú, Keiko Fujimori, muestra sus credenciales de la Junta Nacional Electoral durante una ceremonia en Lima, Perú, el miércoles 15 de julio de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Bedard says Carlsson's offer sheet had no effect on his thinking for Blackhawks contract]]></title><link>https://www.local10.com/sports/2026/07/20/bedard-says-carlssons-offer-sheet-had-no-effect-on-his-thinking-for-blackhawks-contract/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/bedard-says-carlssons-offer-sheet-had-no-effect-on-his-thinking-for-blackhawks-contract/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Connor Bedard never wavered. Whenever the young center was asked about his future, he always responded with similar variations of the same message.]]></description><pubDate>Mon, 20 Jul 2026 20:16:59 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Connor Bedard never wavered. Whenever the young center was asked about his future, he always responded with similar variations of the same message.</p><p>All the way to his $75 million, five-year contract with the Chicago Blackhawks.</p><p>“I’ve said (it) so much and it’s not anything fake. Chicago’s really, you know, the only place I want to play,” Bedard said.</p><p>Bedard's new deal was announced on Saturday, a day after his 21st birthday. It provides a level of security for both Bedard and the rebuilding Blackhawks, even if it always seemed as if it was just a matter of the final numbers than any sort of question about the end result.</p><p>Some intrigue arrived when Leo Carlsson, another restricted free agent, signed a $90 million, five-year offer sheet with Philadelphia before going back to Anaheim when the Ducks decided to match the offer sheet. But Bedard stayed with his plans all along.</p><p>It was always Chicago.</p><p>“I’m very happy with the amount of money I’m making. You know, it’s a lot,” a chuckling Bedard said Monday in his first public comments since the deal was announced. “I think just with that, obviously the offer sheet is different as well. You know with a team trying to take a guy, it is going to be a different value. But for me, that didn’t change anything I was thinking.”</p><p>The final details were completed after Bedard had surgery on his left shoulder on July 8. The No. 1 overall pick in the 2023 draft is expected to miss the start of the season after he got hurt while skating with a group of NHL players in western Canada.</p><p>Bedard also missed 12 games last season after he hurt his right shoulder on a draw during a 3-2 loss at St. Louis on Dec. 12.</p><p>“You always do everything you can to try to prevent injury and stay healthy,” he said. “It’s a terrible part of the game but it’s something that you know I think for me to have this next little bit and go through that adversity and try to get stronger, you know, mentally in that way. That’s the way I’m trying to look at it and then come back.”</p><p>Bedard has been Chicago's most important player since he made his anticipated NHL debut in October 2023. He continued his steady improvement in his third season, setting career highs with 30 goals and 45 assists in 69 games.</p><p>But he hasn't experienced much winning since arriving in Chicago. The Blackhawks went 29-39-14 last season, an 11-point improvement on the previous season and still nowhere near playoff contention. The team has finished No. 31 in the NHL each of the past three years.</p><p>Chicago is looking for its first postseason appearance since the NHL used an expanded playoff format after the 2020 season was affected by the COVID-19 pandemic.</p><p>Looking to get the team back in contention, general manager Kyle Davidson swung a trade for defenseman Bowen Byram on June 23. The Blackhawks also signed forward prospect Roman Kantserov in May, and then added forward Cole Smith and defenseman Ian Cole on the first day of free agency.</p><p>“I think we’ve had a great summer,” Bedard said.</p><p>But Chicago could use another top-six forward, possibly to play alongside Bedard, and, well, Patrick Kane remains on the market as a free agent. The 37-year-old Kane, who helped the Blackhawks win three Stanley Cup championships before he was traded to the New York Rangers in February 2023, is reportedly considering a return to his first NHL team.</p><p>“That would be incredible to get to play with him and learn from him,” Bedard said. “So hopefully he decides to come back. ... You talk about kind of the legacy aspect of it, but just as a team, it would make us a way better team. He’s still an amazing player.”</p><p>With the contract completed, the next big moment for Bedard could be taking over as the 36th captain in franchise history. He became an alternate captain after the team traded away its entire leadership group in March.</p><p>“If I was able to get that honor, it would be so special and something that I know I wouldn’t take for granted for a second,” Bedard said. “But we got so many guys in the room that can lead.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OGFCGKIB2AAC2SSMSRK357KMOA.jpg?auth=9e4827e7d938a51436fd3fe136135039dbaf39d5ce50db9ac64c91268393ccb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Blackhawks center Connor Bedard (98) skates with the puck as Minnesota Wild left wing Marcus Johansson (90) defends during the second period of an NHL hockey game, March 19, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJVML22PSY6KMTUDUVJVPCVRJY.jpg?auth=d3ca23d018241dae297d10f962d6b2194929ff3e68b331aa463872ee5cb3c48b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Blackhawks' Connor Bedard plays during an NHL hockey game Thursday, March 26, 2026, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Tate brothers will fight extradition to the UK. But the law makes it difficult to win]]></title><link>https://www.local10.com/news/national/2026/07/20/tate-brothers-will-fight-extradition-to-the-uk-but-the-law-makes-it-difficult-to-win/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/20/tate-brothers-will-fight-extradition-to-the-uk-but-the-law-makes-it-difficult-to-win/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[Any extradition of Andrew and Tristan Tate from the U.S. to the United Kingdom would ultimately rest with the State Department, but only after a judge determines whether the request complies with the law and a treaty between the countries.]]></description><pubDate>Mon, 20 Jul 2026 22:16:49 +0000</pubDate><content:encoded><![CDATA[<p>Any extradition of Andrew and Tristan Tate from the U.S. to the United Kingdom would ultimately rest with the State Department, but only after a judge determines whether the request complies with the law and a treaty between the countries.</p><p>The U.S. has agreed since 2020 to send more than 20 people wanted in the U.K. on various criminal charges, according to the U.K. Parliament. With possible appeals, the process could last a few years — if the accused wants to fight it.</p><p>“The government holds all the cards in an extradition proceeding because the rules of evidence allow the government to submit any evidence they wish,” said Jacques Semmelman, a New York-based lawyer and expert in the procedure.</p><p>“It is very hard for the defense to defeat an extradition,” he said.</p><p>Process starts with a treaty</p><p>The U.S. has a treaty that allows it to honor a U.K. extradition request if the alleged crimes would also be considered illegal in the U.S. The Tate brothers are accused of rape, assault, trafficking and other offenses in southeastern England, from 2010 to 2017.</p><p>“They’ve never done nothing wrong. They shouldn’t be extradited for crimes they did not commit,” defense attorney Joseph McBride said.</p><p>A federal judge will review arrest warrants, investigative documents and other information submitted by the U.S. government to show there was a “reasonable basis” to file charges against them in the U.K., according to the treaty.</p><p>The hearing would not be similar to a trial, said Semmelman of the Katten Muchin Rosenman law firm.</p><p>“A partial victory might mean a reduction in the charges to be extradited upon,” he said. “An across-the-board victory — no extradition — is very difficult to achieve.”</p><p>It's rare to reject extradition</p><p>If a judge finds that the U.K. government has met the threshold, and any appeals fail, the final decision to extradite would rest with U.S. Secretary of State Marco Rubio, who has wide discretion, or his successor.</p><p>“In most cases the secretary of state will sign the warrant of extradition,” Semmelman said.</p><p>Some extradition requests have failed in the U.S. In 2015, a judge said there was insufficient evidence to show that an art dealer knew that an 18th-century painting taken from a Polish museum by the Nazis during World War II was stolen property when he inherited it.</p><p>In 2020, during President Donald Trump's first administration, the government declined to turn over an American woman who fatally struck a young man while driving in eastern England. Anne Sacoolas, who was the wife of a U.S. intelligence officer, subsequently returned to the U.S. She later admitted responsibility in a U.K. court by video.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WLKX6QLZHQKVHV5PDCYFJ7WBI.jpg?auth=68b2442a53796f97d507c473c54a1973ee23ae4f14d81005c7c310cfede2179a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch Andrew and Tristan Tate appear with their attorneys before judge Lauren Louis in Miami federal court, Monday, July 20, 2026, in Miami. (Lothar Speer via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lothar Speer</media:credit></media:content></item><item><title><![CDATA[How to use TIPS in your portfolio]]></title><link>https://www.local10.com/business/2026/07/21/how-to-use-tips-in-your-portfolio/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/how-to-use-tips-in-your-portfolio/</guid><dc:creator><![CDATA[AMY C. ARNOTT of Morningstar, Associated Press]]></dc:creator><description><![CDATA[Treasury Inflation-Protected Securities were introduced in 1997 to provide inflation-protected interest and principal payments. Unlike other bonds, which generate returns in nominal terms, TIPS act as a direct  hedge against inflation.]]></description><pubDate>Tue, 21 Jul 2026 11:40:25 +0000</pubDate><content:encoded><![CDATA[<p>Treasury Inflation-Protected Securities were introduced in 1997 to provide inflation-protected interest and principal payments. Unlike other bonds, which generate returns in nominal terms, TIPS act as a direct  hedge against inflation.</p><p>TIPS Explained</p><p>TIPS are bonds issued by the US Treasury with maturities of five, 10, or 30 years. They pay a fixed rate of interest every six months, but the amount varies based on changes in the principal value.</p><p>Every six months, the Treasury updates the principal to reflect changes in the  Consumer Price Index. If inflation goes up, the principal value increases.</p><p>Investors holding TIPS to maturity will receive either the adjusted principal amount or the original principal amount, whichever is greater.</p><p>What are the advantages and risks of investing in TIPS?</p><p>TIPS have indeed outpaced inflation over longer periods. Bonds in most maturity ranges have also outperformed other investment-grade bonds.</p><p>But volatility has been higher, as well.</p><p>Over the trailing 20-year period through May 31, TIPS with maturities of 10 years or more have been nearly twice as volatile as those with maturities of five to 10 years, but returns have also been lower.</p><p>The main reason?</p><p>TIPS can be highly sensitive to changes in interest rates. Like other bonds, their principal value declines during periods of rising interest rates, and that may or may not be offset by adjustments for  higher inflation  at the same time. Interest rate risk can be particularly pronounced for TIPS because issuance has historically been weighted more toward longer-term bonds; as a result, most TIPS benchmarks have relatively long durations.</p><p>On the extreme end, TIPS with maturities of 10 years and more have lost as much as 41% of their value during interest rate spikes.</p><p>When interest rates spiked during the 2013 taper tantrum, TIPS lost significantly more than other investment-grade bonds. And their limited liquidity was a major liability during the global financial crisis in September and October 2008, when TIPS lost nearly 12% of their value.</p><p>How to invest in TIPS</p><p>Investors have several options for investing in TIPS.</p><p>First is purchasing an individual bond through TreasuryDirect or a brokerage account.</p><p>Constructing a  TIPS ladder, which is a series of bonds with staggered maturity dates, is another option. Investors seeking a steady stream of income during retirement, for example, could purchase 30 separate sets of TIPS with maturity dates ranging from one year to 30 years from now. Coupons from the bond portfolio and cash flows from maturing bonds can be used to cover each year’s living expenses.</p><p>TIPS funds are a bit more straightforward because they don’t require purchasing individual bonds, although they also lack the cash flow-matching properties of a ladder.</p><p>In addition, iShares now offers a series of target-maturity TIPS ETFs with maturity dates up to 2036.</p><p>How long should I hold my investments in TIPS?</p><p>If you’re investing in a TIPS fund, I recommend using one with a short- or intermediate-term maturity and holding it for at least two to six years, as outlined in Morningstar’s  Role in Portfolio Framework.</p><p>For individual bonds, you’ll want to match up the timing of when you’ll need the proceeds with the maturity date of the bond. Although the principal value will still fluctuate, interest rate risk is a nonissue if you hold the bond to maturity.</p><p>How much of my portfolio should be in TIPS?</p><p>If you’re a younger investor, you may not need any exposure to TIPS. Human capital—or the present value of all the earnings you’re going to generate during your lifetime—is likely your largest asset. Because wages normally increase over time to keep up with inflation, this human capital provides a built-in hedge against higher prices for goods and services. Also, your investment portfolio is probably  heavily weighted toward stocks, which are one of the best ways to offset long-term inflation risk.</p><p>Investors approaching retirement or already in retirement have a greater need for an inflation hedge to protect their fixed-income holdings. Based on Morningstar’s Lifetime Allocation Indexes, it’s reasonable to allocate 20% to 40% of a portfolio’s fixed-income assets to TIPS.</p><p>Individuals who construct a ladder of these bonds to support spending during retirement may be able to allocate a higher percentage of their portfolio to TIPS, but this strategy is designed to be self-liquidating. In other words, a 30-year TIPS ladder will end up with a portfolio balance of zero by the end of year 30. That means retirees concerned about longevity risk or who want to leave money behind for heirs will want to keep some assets invested outside the TIPS ladder to fund those goals.</p><p>It’s also important to note that both interest payments and increases in the principal value for TIPS are subject to ordinary income tax. As a result, TIPS are best held in a tax-sheltered account, such as an IRA.</p><p>Finally, TIPS aren’t always a compelling portfolio addition. At times, they’ve had negative real yields, which would lead to a loss of spending power over time despite the inflation adjustment.</p><p>_____</p><p>This article was provided to The Associated Press by Morningstar. For more personal finance content, go to https://www.morningstar.com/personal-finance.</p><p>Amy C. Arnott, CFA, is a portfolio strategist for Morningstar and co-host of The Long View podcast.</p><p>Related Links</p><p>How to Use Small-Cap Stocks in Your Portfolio</p><p>https://www.morningstar.com/portfolios/how-use-small-cap-stocks-your-portfolio</p><p>6 Investment Lessons from Will Danoff and Fidelity Contrafund</p><p>https://www.morningstar.com/funds/6-investment-lessons-will-danoff-fidelity-contrafund</p><p>The Portfolio That Has Been Beating the Classic 60/40, and Why It Matters for You</p><p>https://www.morningstar.com/podcasts/investing-insights/portfolio-that-has-been-beating-classic-6040-why-it-matters-you-2</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4AXSMAJK6BVZLH6T7JVVI2W6EY.jpg?auth=2f404829bef1509fa88121e295518cb9f9decf164d711cc90898c8903790ff7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Treasury Department building is seen, March 13, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[La tormenta tropical Bertha se dirige a tierra mientras el huracán Fausto se forma en el Pacífico]]></title><link>https://www.local10.com/espanol/2026/07/20/tormenta-tropical-bertha-se-desplaza-hacia-eeuu-el-huracan-fausto-se-forma-en-el-pacifico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/tormenta-tropical-bertha-se-desplaza-hacia-eeuu-el-huracan-fausto-se-forma-en-el-pacifico/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[NUEVA ORLEANS (AP) — La tormenta tropical Bertha se formó la tarde del lunes en el Golfo de México al sur de la franja noroeste de Florida y se tiene previsto que siga fortaleciéndose a medida que se acerca a zonas costeras pobladas, con amenaza de fuertes lluvias, marejada ciclónica e intensos vientos, informaron los meteorólogos.]]></description><pubDate>Tue, 21 Jul 2026 04:27:26 +0000</pubDate><content:encoded><![CDATA[<p>NUEVA ORLEANS (AP) — La tormenta tropical Bertha se formó la tarde del lunes en el Golfo de México al sur de la franja noroeste de Florida y se tiene previsto que siga fortaleciéndose a medida que se acerca a zonas costeras pobladas, con amenaza de fuertes lluvias, marejada ciclónica e intensos vientos, informaron los meteorólogos.</p><p>En tanto, el huracán Fausto se formó el lunes en el Pacífico lejos del extremo de la península de Baja California, México, y no representaba amenaza para tierra.</p><p>El vórtice de Bertha se ubicaba a unos 180 kilómetros (110 millas) al sur de Panama City, Florida, hacia las 8 de la noche del lunes. La tormenta tiene vientos máximos sostenidos de alrededor de 65 km/h (40 mph) y se anticipa que siga fortaleciéndose, según un aviso vespertino del Centro Nacional de Huracanes de Estados Unidos (NHC por sus iniciales en inglés), con sede en Miami.</p><p>La tormenta de lento desplazamiento lento se ha estado desplazando de forma errática, pero se tiene previsto que se mantenga cerca de o a lo largo de la costa norte del golfo de México a principios de esta semana, provocando fuertes lluvias en las zonas costeras del norte de Florida, Alabama, Mississippi y Luisiana mientras avanza hacia el oeste en dirección a Texas.</p><p>Bertha es la segunda tormenta tropical de la temporada de huracanes del Atlántico. La tormenta tropical Arthur llevó el mes pasado fuertes lluvias al sureste de Estados Unidos.</p><p>La tormenta se desplaza en dirección oeste-noroeste a unos 6 km/h (3 mph) hacia el borde norte del golfo, y se tiene previsto que gire hacia el noroeste durante la noche, en dirección a la costa, indicó el NHC.</p><p>Un aviso de tormenta tropical entró en vigor para una amplia zona que abarca desde el río Ochlockonee en Florida hasta el sureste de Luisiana, en los límites con los municipios de Jefferson y Plaquemines. También se emitió un aviso de marejada ciclónica que va desde la desembocadura del río Mississippi hasta los límites entre Alabama y Florida.</p><p>El centro de huracanes indicó que podrían registrarse marejadas de hasta 1,2 metros (cuatro pies) en partes de las costas de Luisiana y Mississippi, y advirtió que podría generar esta semana uno o dos tornados aislados en la región de Big Bend, en Florida.</p><p>El servicio meteorológico añadió que también podrían presentarse zonas de inundaciones repentinas a lo largo de la costa hasta el viernes, desde el oeste de Florida hasta el centro de Texas. Agregó que las precipitaciones podrían alcanzar entre 7 y 12 centímetros (3 y 5 pulgadas) a lo largo de la costa de Luisiana, con cantidades mayores en algunas áreas.</p><p>En la playa de Orange Beach, Alabama, ondeaban banderas rojas para indicar la presencia de fuerte oleaje y corrientes. En tanto, en el condado de Escambia, Florida, funcionarios de emergencias pusieron a disposición arena para que los residentes de zonas propensas a inundaciones puedan rellenar sacos.</p><p>Fausto se convirtió en huracán la noche del lunes y se ubicaba a unos 1.200 kilómetros (745 millas) al suroeste del extremo sur de la península de Baja California, informaron los meteorólogos.</p><p>La tormenta registra vientos máximos sostenidos de 120 km/h (75 mph) y se desplaza en dirección oeste-noroeste a 15 km/h (9 mph), señaló el NHC.</p><p>No había avisos ni alertas costeras en vigor, aunque la tormenta podría provocar fuertes olas y corrientes de resaca en la costa de Baja California, indicó el centro.</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/JYFVYBIRCNTDVK3KM6UGWKXHUU.jpg?auth=1c317129a945771e7b14da24544ffba354c911f93dc49e5d5d6ce96b3a86f814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital del 19 de julio de 2026, difundida por la Oficina Nacional de Administración Oceánica y Atmosférica de Estados Unidos (NOAA, por sus siglas en inglés), muestra una depresión tropical en el Golfo de México. (Foto NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[White House: Trump to fly old Air Force One for about a month as Qatari-gifted jet gets 'upgrades']]></title><link>https://www.local10.com/news/politics/2026/07/20/white-house-trump-to-fly-old-air-force-one-for-about-a-month-as-qatari-gifted-jet-gets-upgrades/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/20/white-house-trump-to-fly-old-air-force-one-for-about-a-month-as-qatari-gifted-jet-gets-upgrades/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The White House says President Donald Trump will be returning to an older Air Force One plane for about a month as the new, Qatari-gifted jet undergoes “additional upgrades and enhancements.”]]></description><pubDate>Mon, 20 Jul 2026 20:01:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The White House says President Donald Trump will be returning to an older Air Force One plane for about a month as the new, Qatari-gifted jet undergoes “additional upgrades and enhancements.”</p><p>Trump’s use of the new red, white and navy blue aircraft has faced much scrutiny not only because it was gifted by a foreign government, but also because it appears to not be equipped with some of the same missile detection and countermeasure systems as the older jets.</p><p>But it came under deeper scrutiny this month when he left the NATO summit in Turkey on the older, baby blue Air Force One and made a previously unscheduled stop at a base in the United Kingdom. Trump then swapped back onto the new Qatari-gifted plane at Royal Air Force Mildenhall.</p><p>“The new Air Force One is perfectly safe for the President’s travels, but will receive additional upgrades and enhancements in the fall which will take approximately one month to complete,” White House press secretary Karoline Leavitt said Monday. “During that time, the President will fly on the old Air Force One.”</p><p>The statement from Leavitt elaborated on a comment from the president as he returned to Washington on Sunday night, when he told reporters that the new plane will be sent to be “maxed out.”</p><p>Trump claimed earlier this month that the stop in the United Kingdom was so U.S. troops at Mildenhall could look at the new plane. He denied to reporters that the jet switch was due to security concerns, although he also said that he has a threat against him “all the time” and is Iran’s “No. 1” target.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I5OOZIYVD4R6PBMSJMT3ROZUV4.jpg?auth=6417a2592e3171fc7a753b66cf8e2808be07af92a47e49de25492cc819e245e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump exits Air Force One at Joint Base Andrews, Md., after attending the World Cup final soccer match, Sunday, July 19, 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/3WD3DK45K2MDLVZAL6P3NYJ5XE.jpg?auth=01a6af0ffae2293536359589b565a96b65d08fc7c7fc28f6e9cf990db0d4630f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks down the stairs of Air Force One upon his arrival at Joint Base Andrews, Md., Sunday, July 19, 2026. (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content></item><item><title><![CDATA[FDA still focused on lettuce supplier as source of parasite, despite faulty test result]]></title><link>https://www.local10.com/business/2026/07/20/fda-still-focused-on-lettuce-supplier-as-source-of-parasite-despite-faulty-test-result/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/20/fda-still-focused-on-lettuce-supplier-as-source-of-parasite-despite-faulty-test-result/</guid><dc:creator><![CDATA[By MATTHEW PERRONE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal health officials said Monday they remain focused on lettuce from Taylor Farms as the source of a multistate outbreak of a diarrhea-causing parasite, despite inaccurate test results that the government briefly publicized over the weekend.]]></description><pubDate>Mon, 20 Jul 2026 20:13:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal health officials said Monday they remain focused on lettuce from Taylor Farms as the source of a multistate outbreak of a diarrhea-causing parasite, despite inaccurate test results that the government briefly publicized over the weekend.</p><p>Food and Drug Administration officials on Monday said a laboratory test incorrectly identified a positive result for cyclospora on a sample of lettuce from Taylor Farms. The FDA posted the finding to its website on Saturday but then said Sunday that the result had been a false positive.</p><p>Federal and state authorities have been investigating a rise in cases of the parasite, initially linking the outbreak in five states to lettuce served at Taco Bell locations. On Saturday, Taylor Farms announced it was recalling 25 shredded lettuce and salad mix products sold under eight different brand codes. The products are used by a number of U.S. food chains and suppliers.</p><p>“FDA’s traceback investigation and the outbreak data continue to converge on shredded iceberg lettuce from Taylor Farms’ locations in central Mexico,” FDA's acting food chief, Donald Prater, told reporters on Monday.</p><p>In addition to tracing the supply chain of lettuce, FDA staff have begun testing samples of produce coming across the U.S. border.</p><p>FDA officials on Monday said the false positive result came from a rapid test used to screen for traces of cyclospora. The sample that initially appeared positive for the parasite came from Taylor Farms but was not part of the company's lettuce recall. FDA officials said they felt compelled to alert the public to the finding.</p><p>But a subsequent quality control check showed the positive finding was an error. FDA officials notified Taylor Farms of that on Sunday.</p><p>The company touted the updated test results on social media and claimed “FDA apologized to us.” Agency officials said there was no official apology.</p><p>Cyclospora is a microscopic parasite that infects food that has come into contact with human feces, most commonly when produce is irrigated or washed with contaminated water. When ingested, the parasite causes intestinal illness marked by “frequent and sometimes explosive bowel movements,” according to the CDC.</p><p>In 2026, cyclospora has sickened at least 1,645 people in the U.S. and hospitalized 141, according to the FDA and CDC. The agencies are investigating five separate clusters of illnesses, including the one traced to Taylor Farms.</p><p>FDA's acting commissioner, Kyle Diamantas, said health officials have continued to see new cases associated with the latest outbreak, including some as recent as last week.</p><p>“Which means it’s imperative for us to take action to ensure that contaminated product is not making its way to the market,” Diamantas explained.</p><p>As of Friday, foot traffic was down at a number of dining chains compared with the day-of-the-week averages between Jan. 1 and July 6, according to Placer.ai, which tracks people’s movements based on cellphone usage.</p><p>Taco Bell suffered the biggest drop — an 18.9% decline — after federal health officials named the chain in its investigation of the cyclosporiasis outbreak. Foot traffic fell 14.3% at Chopt, Placer.ai said. Both Chipotle and Panera Bread had close to a 7% drop in traffic, while Cava’s drop was less — at 4.2% — according to the firm.</p><p>Food safety investigators often cannot draw a direct biological connection between recalled produce and outbreaks of foodborne illness. Some common tests used to check for food poisoning have not been geared to detect cyclospora. Technicians aren’t able to grow the parasite in labs, making it hard to draw evidence from contaminated produce.</p><p>Instead, investigators draw conclusions based on accounts of what people ate, the proximity and timing of cases and other patterns.</p><p>___</p><p>AP Business Writer Anne D'Innocenzio contributed from New York.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JCTV4WY3K6RJANGIZK6SZLRCHU.jpg?auth=dca381ff36432c566cf17f95e9d7149459d8c77a794dc49586d9c2033cefe130&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Taco Bell fast food restaurant is shown Tuesday, July 14, 2026, in Taylor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Best moments of the 2026 World Cup]]></title><link>https://www.local10.com/sports/2026/07/20/best-moments-of-the-2026-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/best-moments-of-the-2026-world-cup/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The World Cup produced hundreds of spectacular moments and The Associated Press covered all 104 games over 39 days in the United States, Canada and Mexico from every angle.]]></description><pubDate>Mon, 20 Jul 2026 22:09:32 +0000</pubDate><content:encoded><![CDATA[<p>The World Cup produced hundreds of spectacular moments and The Associated Press covered all 104 games over 39 days in the United States, Canada and Mexico from every angle.</p><p>Goal of the tournament</p><p>Sidny Lopes Cabral stunned defending champion Argentina with a tying goal in extra time of their round of 32 match at Miami Gardens, Florida, on July 3. The Blue Sharks, who entered the tournament ranked 67th, trailed 2-1 in the 103rd minute when Cabral settled a long pass from Yannick Semedo near the left flank with his left foot. The 23-year-old, who plays in Turkey for Trabzonspor, cut past Alexis Mac Allister while playing the ball onto his right foot and from just inside the penalty area curled a shot past goalkeeper Emiliano Martínez and into the upper corner at the far post for his fourth goal in 14 international appearances. Argentina went on to win on an own goal.</p><p>Upset of the tournament</p><p>Eliminated in consecutive group stages following its fourth World Cup title in 2014, Germany clinched its group title with wins over Curaçao and Ivory Coast before losing its first-round finale against Ecuador. Paraguay was in its first World Cup since 2010, began the tournament ranked 41st and advanced as a third-place team, opening with a 4-1 loss to the U.S., beating Turkey 1-0 and playing a 0-0 draw against Australia. Julio Enciso put Paraguay ahead in the 42nd minute of the round of 32 match at Foxborough, Massachusetts, on June 29 but Kai Havertz tied the score 12 minutes later. Germany, which began the World Cup ranked No. 10, appeared to go ahead on Jonathan Tah’s header of a corner kick in the 102nd minute but a video review concluded the goal should be disallowed because of a foul by Waldemar Anton on goalkeeper Orlando Gill. Germany won all four of its previous World Cup penalty kick shootouts, succeeding on 17 of 18 kicks — including 15 in a row. Havertz's attempt on the opening kick was saved by Gill, who also batted away Nick Woltemade's effort on Germany's fourth kick. Tah skied Germany's sixth kick over the crossbar, José Canale beat Manuel Neuer and Paraguay won the shootout 4-3 after the 1-1 draw only to lose 1-0 to France in the round of 16.</p><p>Breakout player</p><p>Pau Cubarsí, a 19-year-old Barcelona defender, played every minute of every match as Spain won its second title and first since 2010. He had 668 successful passes in 690 attempts, a 96.8% rate that was the second best in the tournament among players with 400 or more attempts, just behind Norway's Sander Berge at 96.9%. Cubarsí's total was second to teammate Rodri's 747. Cubarsí's 750 minutes tied teammate Marc Cucurella and Mac Allister for the tournament high among outfield players. At 19 years, 178 days he became the seventh youngest to win a World Cup, trailing Pelé (17-249), Ronaldo (17-298), Giuseppe Bergomi (18-174), teammate Lamine Yamal and Coutinho (both 19-6) and Marco Antonio (19-135).</p><p>Save of the tournament</p><p>Vozinha, Cape Verde's 40-year-old goalkeeper, leapt to his left to slap away Lionel Messi's quick free kick in the 73rd minute that was headed to the upper corner, keeping the score 1-1.</p><p>Blunder of the tournament</p><p>Matt Freese had a howler in the United States' 4-1 loss to Belgium in the round of 16 that will long be replayed among goalkeeper lowlights. Brandon Mechele played a long ball from deep in his own end and when Charles De Ketelaere burst past American defender Chris Richards, Freese came off his line and about 5 yards outside the penalty area chested the ball, which had taken two hops. The 27-year-old, who became the No. 1 U.S. goalkeeper last year, was about to clear the ball with his left foot, hesitated and tried to pass to his left only for the ball to deflect off a leg of De Ketelaere toward midfield. Hans Vanaken scored from about 30 yards as defender Tim Ream missed his attempt to block the ball.</p><p>Worst foul</p><p>Qatari midfielder Assim Madibo broke the left tibia and fibula of Canadian midfielder Ismaël Koné with a tackle from behind in the 51st minute of a June 18 group stage match at Vancouver, British Columbia. Madibo received a red card and a five-game suspension. Koné had surgery and Madibo visited Koné at the hospital.</p><p>Fan base of the tournament</p><p>Norway's fans charmed fellow spectators and television viewers when they performed the Viking Ro w, chanting “Ro!” while mimicking oarsmen in stadiums and even in the bleachers above the TKTS booth selling Broadway theater tickets in New York's Times Square. Martin Ødegaard and Erling Haaland led the row celebration on the field following wins. Scotland's Tartan Army also left indelible memories, depleting Boston's beer supply and taking an excursion to a baseball games at Fenway Park and in Miami.</p><p>Best photo</p><p>Raúl Jiménez scored Mexico's second goal in the tournament-opening 2-0 win over South Africa on June 11. An image from Associated Press photographer Natacha Pisarenko captured the joy of a player who scored on a header, six years after his career was endangered when he fractured his skull while playing for Wolverhampton in a clash of heads with Arsenal's David Luiz.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6YTDRLXCBANFJ2S66DEJZC2ZJQ.jpg?auth=86631992c99e03d64828ebf7f35fcc5b5d1394d8856eacd3b9feeaf301ee4be7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item></channel></rss>