<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Fri, 18 Sep 2026 18:18:53 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man stabs woman, her adult son during altercation at Florida City apartment, police say ]]></title><link>https://www.local10.com/news/local/2026/09/18/multiple-people-found-injured-after-stabbing-reported-at-florida-city-apartment-complex/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/multiple-people-found-injured-after-stabbing-reported-at-florida-city-apartment-complex/</guid><dc:creator><![CDATA[Jackie Pascale, Amanda Batchelor]]></dc:creator><description><![CDATA[A woman and her adult son were stabbed Thursday night at an apartment complex in Florida City, and a suspect has since been taken into custody, authorities confirmed Friday.]]></description><pubDate>Fri, 18 Sep 2026 11:17:55 +0000</pubDate><content:encoded><![CDATA[<p>A woman and her adult son were stabbed Thursday night at an apartment complex in Florida City, and a suspect has since been taken into custody, authorities confirmed Friday.</p><p><a href="https://www.local10.com/espanol/2026/09/18/encuentran-a-varias-personas-heridas-tras-reportarse-apunalamiento-en-complejo-de-apartamentos-de-florida-city/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/encuentran-a-varias-personas-heridas-tras-reportarse-apunalamiento-en-complejo-de-apartamentos-de-florida-city/">Leer en español</a></p><p>According to Florida City police, the stabbing was reported at about 9 p.m. at the Southpoint Crossing Apartments on West Lucy Street.</p><p>“I just heard a lot of screaming last night, and then I actually had someone, like, try to jiggle my handle, like try to come in the door,” one neighbor, who didn’t want to be identified, said. </p><p>That neighbor said her Ring camera captured the suspect trying to get inside her apartment before police showed up.</p><p>According to an arrest report from the Florida City Police Department, an officer arrived at the complex and found the male victim standing shirtless in the parking lot and holding a piece of cloth against his left side underneath his arm.</p><p>The officer reported seeing what appeared to be three puncture wounds on the left side of the man’s body.</p><p>As the officer walked toward a nearby stairwell, he found a woman lying in the grass and bleeding from her arms and upper body, the report stated.</p><p>According to the report, the woman was awake and speaking with officers, but was incoherent and going in and out of consciousness.</p><p>Police said both victims were airlifted to Jackson South Trauma where they remain in stable condition. </p><p>According to the arrest report, police spoke with two men at the scene who identified the victims as mother and son.</p><p>The witnesses told investigators that the suspect, James Edward Brock, 57, was the woman’s on-and-off boyfriend and that she had been having problems with him and was trying to leave him.</p><p>According to the report, one of the witnesses said the woman had called her son and told him not to allow Brock into the apartment if he showed up.</p><p>The witness alleged Brock came to the apartment anyway, entered without the woman’s permission and began fighting with her son.</p><p>According to the report, Brock told police that he lived at the apartment with the woman and her son and had a key. He repeatedly told officers at the scene and later at the police station that he lived there, but said he was not listed on the lease, authorities said.</p><p>One of the witnesses told police he saw Brock stab both victims, the report stated.</p><p>According to the report, the witness said Brock only stopped stabbing them after the witness fought him and managed to get the knife out of his hand.</p><p>Responding officers found Brock on the second floor, where two men were holding him down, according to the report.</p><p>Brock was detained and placed in a patrol vehicle.</p><p>Police said one of the men inside the apartment was holding the knife that investigators believe was used in the stabbing. An officer collected the knife and later impounded it as evidence.</p><p>Brock was transported to the Florida City Police station and later to the Turner Guilford Knight Correctional Center.</p><p>He faces charges two counts of attempted murder. </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[Community reacts after man killed during altercation with FDLE agent in southwest Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/09/18/community-reacts-after-man-killed-during-altercation-with-fdle-agent-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/community-reacts-after-man-killed-during-altercation-with-fdle-agent-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Residents of a southwest Miami-Dade community gave their thoughts after authorities said a man was fatally shot Thursday morning during an altercation with an on-duty Florida Department of Law Enforcement agent. ]]></description><pubDate>Fri, 18 Sep 2026 17:25:41 +0000</pubDate><content:encoded><![CDATA[<p>Residents of a southwest Miami-Dade community gave their thoughts after authorities said a man was <a href="https://www.local10.com/news/local/2026/09/17/school-placed-on-brief-lockdown-amid-police-activity-in-southwest-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/17/school-placed-on-brief-lockdown-amid-police-activity-in-southwest-miami-dade/">fatally shot Thursday morning</a> during an altercation with an on-duty Florida Department of Law Enforcement agent. </p><p><a href="https://www.local10.com/espanol/2026/09/18/reacciona-comunidad-tras-muerte-de-hombre-durante-altercado-con-agente-de-fdle-en-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/reacciona-comunidad-tras-muerte-de-hombre-durante-altercado-con-agente-de-fdle-en-suroeste-de-miami-dade/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said the shooting happened around 9:10 a.m. in the area of the 15700 block of Southwest 140th Street.</p><p>Investigators said the FDLE agent was inside his vehicle when a man standing in the street approached and began striking the vehicle’s window.</p><p>They said the agent got out of his car, and an altercation began. Video obtained by Local 10 News shows a man wearing red, who appears to have a gun in his right hand, being body-slammed onto the pavement by a man wearing black shorts.</p><p>Investigators said the man who was body-slammed was the FDLE agent.</p><p>The video shows the two men continuing to struggle before the man who tackled the agent gets on top of him. A gunshot is then heard.</p><p>Miami-Dade Fire Rescue crews responded and pronounced the man dead at the scene, according to investigators. </p><p>They said the FDLE agent was taken to a hospital. The agency said he was placed on administrative leave, as is standard procedure following an officer-involved shooting.</p><p>“I heard some commotion,” said Julyana Adam, who was in the area when she heard that “a single gunshot went off.”</p><p>“By the time we all made it downstairs, there was somebody laying on the floor,” she added. “He was five steps away from being home and didn’t make it in.” </p><p>The man’s death was especially difficult for those who knew him.</p><p>His roommate and close friend of five years, Mauricio Salinas, identified him as 27-year-old Daniel Shand and described him as a good person. However, investigators have not yet publicly identified him. </p><p>“He was nice a good person,” Salinas said. “I don’t think he deserved what happened to him.“</p><p>Salinas said he would often try to keep Shand calm when he became angry and said his friend had been working to improve himself.</p><p>“I don’t know why the altercation happened. All I know is (when) I came out, he was already gone,” he said. “I think he was a person that I was hoping he was looking for redemption do better than he was yesterday.” </p><p>Deputies spent much of Thursday investigating the area. A body covered by a tarp could be seen in the roadway as investigators processed the scene.</p><p>A nearby school, Jorge Mas Canosa Middle School, was temporarily placed on lockdown because of what Miami-Dade County Public Schools described as “non-school related police activity in the area.” The lockdown was later lifted.</p><p>Authorities have not released additional details about what led to the confrontation.</p><p>The investigation remains ongoing.</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[Prisoner escapes Mount Sinai hospital room, found hiding under tarp after massive search, police say ]]></title><link>https://www.local10.com/news/local/2026/09/18/prisoner-escapes-mount-sinai-medical-center-found-hiding-under-tarp-after-massive-search-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/prisoner-escapes-mount-sinai-medical-center-found-hiding-under-tarp-after-massive-search-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 36-year-old man who police said escaped from custody at Mount Sinai Medical Center on Thursday was found hiding underneath a tarp inside the building following a large-scale search involving K-9s, drones and multiple law enforcement agencies, according to an arrest report from the Miami Beach Police Department. ]]></description><pubDate>Fri, 18 Sep 2026 14:55:02 +0000</pubDate><content:encoded><![CDATA[<p>A 36-year-old man who police said escaped from custody at Mount Sinai Medical Center on Thursday was found hiding underneath a tarp inside the building following a large-scale search involving K-9s, drones and multiple law enforcement agencies, according to an arrest report from the Miami Beach Police Department. </p><p><a href="https://www.local10.com/espanol/2026/09/18/prisionero-escapa-de-habitacion-de-hospital-mount-sinai-y-lo-encuentran-escondido-bajo-una-lona-tras-intensa-busqueda-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/prisionero-escapa-de-habitacion-de-hospital-mount-sinai-y-lo-encuentran-escondido-bajo-una-lona-tras-intensa-busqueda-dice-la-policia/">Leer en español</a></p><p>Ejiofor Emmanuel Onyechi, whose was listed as homeless in the arrest report, had initially been arrested Wednesday after officers responded to a Burger King regarding reports of a man repeatedly harassing employees and asking them for money, police said.</p><p>According to the first arrest report, an employee told officers Onyechi had asked her for money that he claimed he intended to give to a homeless woman at the restaurant. The employee said she was afraid of Onyechi and asked officers to trespass him from the property.</p><p>Police said Onyechi initially identified himself as Emmanuel Onyechi but repeatedly refused to provide identification or legal documents confirming his legal name.</p><p>Officers eventually arrested him. During a search of his belongings, police said they found a Florida identification card bearing the name Ejiofor Emmanuel Onyechi, along with two debit cards under the same name.</p><p>Police also reported finding a black stun gun and a pink can of pepper spray in his possession. Both items were impounded as evidence.</p><p>A records check revealed Onyechi had multiple felony convictions, according to the report.</p><p>He was taken to the Miami Beach Police Department’s holding facility before being transported to Mount Sinai Medical Center for medical clearance.</p><h3>Police say prisoner ran from hospital room</h3><p>According to a second arrest report, officers were dispatched to the hospital Thursday after Onyechi escaped from custody.</p><p>Police said an officer assigned to watch Onyechi at the hospital removed his handcuffs after Onyechi said he needed to use the restroom.</p><p>Onyechi then walked in front of the officer before suddenly running toward the front door, according to the report.</p><p>The officer grabbed Onyechi by the arm, but police said Onyechi broke free and slammed the hospital room door on the officer before fleeing.</p><p>The officer chased him and saw Onyechi exit through a loading dock on the south side of the Skolnick Building, but then lost sight of him, the report stated.</p><p>Police issued a description of Onyechi and began searching for him.</p><p>Investigators reviewing hospital surveillance footage later saw Onyechi double back into the building, the report stated. Security personnel could not find footage showing him leaving again, leading officers to believe he was still somewhere inside.</p><p>Multiple officers and a K-9 entered the Skolnick Building to search for him, authorities said.</p><p>During the search, officers located a shoe believed to belong to Onyechi and checked several rooms without finding him, the report stated.</p><p>Police said officers eventually searched another room after a K-9 began scratching near an area covered by a tarp.</p><p>When the K-9 officer moved the tarp, she found Onyechi concealed underneath it with only his head exposed, police said.</p><p>The K-9 “engaged Onyechi in the exposed area” before the officer removed the dog, and Onyechi was taken back into custody, the report stated.</p><p>Crime scene personnel photographed Onyechi before Miami Beach Fire Rescue medically cleared him. He was then transported to the Turner Guilford Knight Correctional Center.</p><h3>Multiple agencies involved in search</h3><p>According to police, multiple officers established a perimeter and canvassed the hospital during the search.</p><p>The operation involved resources from the Florida Fish and Wildlife Conservation Commission, Florida Highway Patrol, City of Miami Marine Patrol, Miami-Dade Sheriff’s Office Marine Patrol and Aviation, Miami Beach Marine Patrol and City of Miami K-9.</p><p>Several Miami Beach drones were also deployed, and Miami Beach SWAT and K-9 units were called out, according to the report.</p><p>According to the arrest reports, Onyechi faces charges of escape, possession of a weapon by a convicted felon and resisting an officer without violence.</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/KHUOTGYQ2NE2HEBK6A6ES3TONE.jpg?auth=a9b7ca120c8ac168a9ab1d01d272ec4bf8e730fdfc8207b6956399025110b6ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Reacciona comunidad tras muerte de hombre durante altercado con agente de FDLE en suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/18/reacciona-comunidad-tras-muerte-de-hombre-durante-altercado-con-agente-de-fdle-en-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/reacciona-comunidad-tras-muerte-de-hombre-durante-altercado-con-agente-de-fdle-en-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Residentes de una comunidad del suroeste de Miami-Dade dieron sus opiniones después de que las autoridades dijeron que un hombre murió baleado el jueves por la mañana durante un altercado con un agente del Departamento de Aplicación de la Ley de Florida que estaba de servicio.]]></description><pubDate>Fri, 18 Sep 2026 17:47:30 +0000</pubDate><content:encoded><![CDATA[<p>Residentes de una comunidad del suroeste de Miami-Dade dieron sus opiniones después de que las autoridades dijeron que un <a href="https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/">hombre murió baleado el jueves por la mañana</a> durante un altercado con un agente del Departamento de Aplicación de la Ley de Florida que estaba de servicio.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que la balacera ocurrió alrededor de las 9:10 a.m. en el área de la cuadra 15700 de Southwest 140th Street.</p><p>Los investigadores dijeron que el agente de FDLE estaba dentro de su vehículo cuando un hombre que estaba parado en la calle se acercó y comenzó a golpear la ventana del vehículo.</p><p>Dijeron que el agente salió de su automóvil y comenzó un altercado. Un video obtenido por Local 10 News muestra a un hombre vestido de rojo, quien parece tener un arma en la mano derecha, siendo derribado contra el pavimento por un hombre que vestía pantalones cortos negros.</p><p>Los investigadores dijeron que el hombre que fue derribado era el agente de FDLE.</p><p>El video muestra a los dos hombres continuando el forcejeo antes de que el hombre que derribó al agente se coloque encima de él. Luego se escucha un disparo.</p><p>Equipos del Departamento de Bomberos y Rescate de Miami-Dade respondieron y declararon al hombre muerto en el lugar, según los investigadores.</p><p>Dijeron que el agente de FDLE fue trasladado a un hospital. La agencia dijo que fue puesto en licencia administrativa, como es el procedimiento estándar después de una balacera en la que está involucrado un agente.</p><p>Vecinos dijeron a Local 10 que escucharon a los dos hombres discutir por una situación relacionada con estacionamiento antes de escuchar un solo disparo.</p><p>“Escuché un alboroto”, dijo Julyana Adam, quien estaba en el área cuando escuchó que “se produjo un solo disparo”.</p><p>“Para cuando todos bajamos, había alguien tendido en el suelo”, agregó. “Es bastante devastador enterarse de que estaba suplicando ‘solo quiero llegar a casa’. Estaba a cinco pasos de llegar a su casa y no lo logró”.</p><p>La muerte del hombre fue especialmente difícil para quienes lo conocían.</p><p>Su compañero de vivienda y amigo cercano desde hace cinco años, Mauricio Salinas, lo identificó como Daniel Thomas Shand, de 27 años, y lo describió como una buena persona. Sin embargo, los investigadores aún no lo han identificado públicamente.</p><p>“Era amable, una buena persona”, dijo Salinas. “No creo que mereciera lo que le pasó”.</p><p>Salinas dijo que a menudo ayudaba a calmar a Shand cuando se enojaba y dijo que su amigo había estado trabajando para mejorar como persona.</p><p>“No sé por qué ocurrió el altercado. Lo único que sé es que cuando salí, él ya había muerto”, dijo. “Creo que era una persona que esperaba encontrar redención y ser mejor de lo que era ayer”.</p><p>Los agentes pasaron gran parte del jueves investigando el área. Se podía ver un cuerpo cubierto con una lona en la carretera mientras los investigadores procesaban la escena.</p><p>Una escuela cercana, Jorge Mas Canosa Middle School, fue puesta temporalmente bajo cierre preventivo debido a lo que las Escuelas Públicas del Condado Miami-Dade describieron como “actividad policial en el área no relacionada con la escuela”. El cierre preventivo fue levantado posteriormente.</p><p>Las autoridades no han divulgado detalles adicionales sobre lo que provocó el enfrentamiento.</p><p>La investigación continúa.</p>]]></content:encoded></item><item><title><![CDATA[Encuentran a varias personas heridas tras reportarse apuñalamiento en complejo de apartamentos de Florida City]]></title><link>https://www.local10.com/espanol/2026/09/18/encuentran-a-varias-personas-heridas-tras-reportarse-apunalamiento-en-complejo-de-apartamentos-de-florida-city/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/encuentran-a-varias-personas-heridas-tras-reportarse-apunalamiento-en-complejo-de-apartamentos-de-florida-city/</guid><dc:creator><![CDATA[Jackie Pascale, Amanda Batchelor]]></dc:creator><description><![CDATA[Varias personas resultaron heridas durante la noche en un apuñalamiento en un complejo de apartamentos en Florida City, según el Departamento de Bomberos y Rescate de Miami-Dade.]]></description><pubDate>Fri, 18 Sep 2026 13:37:39 +0000</pubDate><content:encoded><![CDATA[<p>Varias personas resultaron heridas durante la noche en un apuñalamiento en un complejo de apartamentos en Florida City, según el Departamento de Bomberos y Rescate de Miami-Dade (MDFR).</p><p>El incidente ocurrió en los apartamentos Southpoint Crossing, en West Lucy Street.</p><p>Funcionarios de MDFR dijeron que la llamada inicialmente se recibió como un reporte de agresión y apuñalamiento.</p><p>Dos pacientes fueron designados como alertas de trauma y trasladados a un hospital por rescate aéreo.</p><p>Sus condiciones no se conocieron de inmediato.</p><p>Un vecino dijo a Local 10 News que una madre y su hijo fueron apuñalados, pero la policía aún no ha confirmado esa información.</p><p>Funcionarios de bomberos y rescate dijeron que otras dos personas también fueron atendidas en el lugar. Sus lesiones y condiciones no se conocieron de inmediato.</p><p>La escena ya había sido despejada para la mañana del viernes.</p><p>Local 10 News se ha comunicado con la policía de Florida City para obtener información adicional, incluyendo si un sospechoso ha sido detenido, pero aún no ha recibido respuesta.</p>]]></content:encoded></item><item><title><![CDATA[Recuerdan el peor huracán de Miami un siglo después]]></title><link>https://www.local10.com/espanol/2026/09/18/recuerdan-el-peor-huracan-de-miami-un-siglo-despues/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/recuerdan-el-peor-huracan-de-miami-un-siglo-despues/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Hace 100 años esta mañana, los residentes y recién llegados al “America’s Playground” en Miami Beach despertaron ante lo que Marjory Stoneman Douglas, una de las primeras residentes de Miami, periodista y reconocida conservacionista, describió como “un mar de embravecidas aguas blancas”.]]></description><pubDate>Fri, 18 Sep 2026 16:23:59 +0000</pubDate><content:encoded><![CDATA[<p>Esta mañana, hace cien años, los residentes y los recién llegados al “Patio de Recreo de Estados Unidos” en Miami Beach se despertaron con lo que Marjory Stoneman Douglas, una de las primeras personas que se mudaron a Miami, periodista y famosa conservacionista, describió como “un mar de aguas bravas embravecidas”.</p><p>Casi 3,3 metros de agua blanca fueron izados desde el Océano Atlántico y arrojados en olas a lo largo de toda la recién inundada playa de Miami.</p><p>Un anemómetro Robinson de 3 tazas, completamente nuevo e instalado en lo alto del Hospital Allison de tres pisos en lo que hoy es Mid-Beach, registró ráfagas de viento de 128 mph a las 7:30 AM del sábado 18 de septiembre <sup>de</sup> 1926, antes de ser arrancado por el viento menos de una hora después.</p><p>Cuando el gran ojo del huracán, de 69 kilómetros de ancho, envolvió la Ciudad Mágica poco antes del amanecer, extendiéndose desde la actual calle 63 oeste en Mid-Beach hasta justo al sur de Homestead, una calma repentina se apoderó de la ciudad, haciendo que los supervivientes, conmocionados, salieran a las calles creyendo que la tormenta había pasado.</p><p>Al divisar tierra firme al otro lado de la calzada del condado recientemente terminada (actualmente la calzada MacArthur), los que se encontraban varados en Miami Beach se amontonaron en sus coches para escapar de los escombros que los rodeaban, pero los coches que circulaban por la calzada nunca llegaron al otro lado antes de que la “segunda tormenta” azotara minutos después.</p><figure><img src="https://www.local10.com/resizer/v2/OSAAV2PODBAJ3AGHY2NI3RQQWI.jpg?auth=d99a22625dbe42e566b2b330441a7eb74291ebe4dc48892c451b5a61bc042f50&smart=true&width=1200&height=900" alt="Yardlong panoramic photo of derelict boats at Bayfront Park’s new dry dock after the Great 1926 Miami Hurricane taken 100 years ago today (September 18, 1926) by R.S. Clements. Credit: U.S. Library of Congress." height="900" width="1200"/><figcaption>Yardlong panoramic photo of derelict boats at Bayfront Park’s new dry dock after the Great 1926 Miami Hurricane taken 100 years ago today (September 18, 1926) by R.S. Clements. Credit: U.S. Library of Congress.</figcaption></figure><p>De las casi 400 muertes oficiales reportadas por la Cruz Roja Americana a causa de la tormenta —un recuento que excluyó a decenas de trabajadores agrícolas negros que perecieron en el huracán— la mayoría falleció durante su infernal segunda mitad. En aquel entonces, la mayoría desconocía las fuerzas rotacionales de un huracán y se maravillaba de cómo la tormenta había logrado detenerse y luego “cambiar de dirección”.</p><p>El gran huracán de Miami de 1926 marcó un punto de inflexión para la vibrante ciudad, inmersa en un desenfrenado desarrollo inmobiliario. El auge inmobiliario de Florida de principios del siglo <sup>XX</sup> fue arrasado por la marejada ciclónica y el viento. El mismo terreno que en 1925 se vendía por 60.000 dólares, un año después estaba disponible por 600. Legendarios promotores inmobiliarios del sur de Florida, como George Merrick, Carl Fisher y D.P. Davis, quienes amasaron fortunas con la especulación inmobiliaria y cuyos nombres aún adornan lugares emblemáticos de Miami, quedaron en la ruina financiera y personal tras el huracán.</p><p>Si bien el colapso del mercado inmobiliario de Florida provocado por el huracán de Miami de 1926 puede no haber causado directamente la Gran Depresión, sí pinchó la burbuja inmobiliaria nacional de los locos años veinte, sirviendo como catalizador para la prolongada contracción económica que siguió.</p><h3><b>El huracán más costoso de todos los tiempos</b></h3><p>En aquel entonces, el Gran Huracán de Miami de 1926 causó daños por valor de unos 100 millones de dólares, convirtiéndose en el huracán más costoso que ha azotado Estados Unidos hasta la fecha y en el desastre más costoso que ha afectado al país desde el gran terremoto e incendios de San Francisco de 1906.</p><p>Dado el aumento de la población, el valor de las propiedades y el costo de vida en el sur de Florida durante los últimos 100 años, si el mismo huracán azotara hoy, <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2025EA004869" rel="">los investigadores estiman que las pérdidas económicas totales superarían los 200 mil millones de dólares</a> , lo que convertiría al Gran Huracán de Miami de 1926 en la tormenta más costosa registrada.</p><figure><img src="https://www.local10.com/resizer/v2/RPZRS4LJPFCMDEFF2O6CX2YX4Q.jpg?auth=46e96fb42c0c0e3a69f8c5099901ad720ab5de450b3db912d62b44901ecb10d8&smart=true&width=1200&height=900" alt="Top 50 costliest storms on record (2023 USD) after adjusting for inflation, population, housing, and wealth (a process called “normalization”) to reflect how damaging past hurricanes would be by comparison today. Credit: Mooney et al., 2025." height="900" width="1200"/><figcaption>Top 50 costliest storms on record (2023 USD) after adjusting for inflation, population, housing, and wealth (a process called “normalization”) to reflect how damaging past hurricanes would be by comparison today. Credit: Mooney et al., 2025.</figcaption></figure><p>Cabe destacar que, si bien el huracán de Miami de 1926, de categoría 4, tuvo vientos máximos inferiores a los del huracán Andrew de 1992, de categoría 5 (vientos máximos sostenidos de 233 km/h frente a los vientos máximos de 265 km/h de Andrew), Andrew fue un huracán mucho más pequeño, aproximadamente la mitad del tamaño del gran huracán de Miami de 1926, medido por la extensión de sus vientos más fuertes.</p><figure><img src="https://www.local10.com/resizer/v2/K2SF4DG7D5HRBO5HKBZAEVKP2I.png?auth=e9a5a405adc8603bb4b147dbfce8d5af61e7a6079955e28b8d94e80230366a91&smart=true&width=1200&height=900" alt="Estimated wind field at landfall for the Great 1926 Miami Hurricane (left), Hurricane King in 1950 (center), and Hurricane Andrew in 1992 (right). The Great 1926 Miami Hurricane was about double the size of Andrew with about 4 times the energy at landfall. Credit: Brian McNoldy/University of Miami." height="900" width="1200"/><figcaption>Estimated wind field at landfall for the Great 1926 Miami Hurricane (left), Hurricane King in 1950 (center), and Hurricane Andrew in 1992 (right). The Great 1926 Miami Hurricane was about double the size of Andrew with about 4 times the energy at landfall. Credit: Brian McNoldy/University of Miami.</figcaption></figure><p>Andrew también impactó unas 10 millas más al sur que el huracán de 1926, lo que evitó que el centro de Miami y Miami Beach sufrieran las condiciones climáticas más catastróficas.</p><p>Mi amigo, colega y antiguo especialista en huracanes de WPLG-TV y director del Centro Nacional de Huracanes, Max Mayfield, dijo célebremente: “El huracán Andrew no fue el más grande”. Sabremos cuál es el más grande cuando llegue, pero el gran huracán de Miami de 1926 es probablemente lo más parecido que habrá para el sur de Florida.</p><h3><b>Florida comienza a construir mejor</b></h3><p>Florida cuenta hoy con algunos de los códigos de construcción más estrictos del mundo, pero no siempre fue así. En 1926, los códigos de construcción, la zonificación y los requisitos de inspección eran prácticamente inexistentes en Miami Beach y el área metropolitana de Miami. Tras los incendios de Chicago de 1871 y los incendios generalizados causados ​​por el terremoto de San Francisco de 1906, los escasos requisitos de construcción de la época se limitaban a cuestiones de seguridad contra incendios y saneamiento, sin contemplar la protección contra fuertes vientos.</p><p>La frenética actividad constructora durante el auge inmobiliario de Florida no iba a permitir que se descuidara la supervisión de las obras. La única excepción fue la nueva comunidad planificada de Coral Gables, diseñada por George Merrick, que sí implementó códigos de construcción relativamente estrictos para la época. Si bien Coral Gables sufrió daños considerables durante el huracán, no se registró ninguna pérdida de vidas.</p><p>Tras el huracán, la ciudad de Miami nombró a John Farrey como su primer inspector jefe de obras, encargándole el desarrollo y la aplicación del primer código de construcción universal, no solo en Miami sino en todo Estados Unidos. Este código, conocido como el Estándar de Miami, fue adoptado posteriormente por más de 5000 ciudades. El código de construcción estatal se ha actualizado y mejorado en numerosas ocasiones desde entonces, siendo la más destacada la aprobación del histórico Código de Construcción de Florida de 2002 tras el huracán Andrew en 1992, y otra importante actualización en 2017.</p><p>Además, el control de la erosión costera que comenzó en la década de 1960, seguido de la restauración de dunas en la década de 1970, fortaleció la costa frente a las tormentas. Hoy en día, Miami Beach cuenta con 11 kilómetros de dunas costeras, que se reponen continuamente y están diseñadas para reducir los daños causados ​​por el próximo huracán.</p><h3><b>En lugar de derrumbarse, Miami sigue adelante.</b></h3><p>Miami no fue la primera ciudad costera en auge de Estados Unidos en ser azotada por un gran huracán. A finales del siglo XIX, el puerto de Indianola, Texas, que se expandía rápidamente y prosperaba, fue devastado por poderosos huracanes en 1875 y 1886, sumergiendo la mayor parte de la ciudad bajo las profundidades de la bahía de Matagorda.</p><p>Asimismo, la vecina Galveston, que se convirtió en el principal puerto de Texas tras Indianola, era una metrópolis en pleno auge a principios del siglo XX y estaba en camino de convertirse en una de las ciudades más importantes de Estados Unidos y la más grande de Texas. El gran huracán de Galveston de 1900 puso fin a su época dorada y la ciudad portuaria jamás recuperaría sus anteriores niveles de prominencia nacional ni de prosperidad.</p><p>No se puede decir lo mismo de Miami, que tiene un historial de recuperación tras grandes huracanes, en gran medida aprendiendo y adaptándose para coexistir mejor con ellos.</p><h3><b>Actualización tropical: La línea 98L se pliega mientras la línea 99L toma forma al suroeste de las Azores.</b></h3><p>Casi todos los modelos informáticos, incluido el sector de la IA, que antes era optimista, han reducido las probabilidades de desarrollo de Invest 98L, la zona de baja presión que gira sobre el Atlántico central, en las últimas 24 horas. A su vez, el Centro Nacional de Huracanes (NHC) retiró este sistema de su pronóstico meteorológico tropical durante la noche.</p><p>Mientras tanto, una pequeña pero tenaz zona de baja presión al suroeste de las Azores, en el extremo noreste del Atlántico, ahora denominada Invest 99L, se ha organizado rápidamente, lo que ha llevado al NHC a emitir un pronóstico tropical especial a última hora de la mañana del viernes.</p><figure><img src="https://www.local10.com/resizer/v2/6NQES227FRD4VPRRZWMMYZ6U6A.PNG?auth=a2e71b2e862fea827a2f83b5ab10dc97feefd9b69ab90d4cddedd9de3e5c235f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Aunque no se espera que el sistema se fortalezca mucho, podría convertirse en depresión tropical o tormenta tropical hoy mismo. El siguiente nombre en la lista es Fay.</p><figure><img src="https://www.local10.com/resizer/v2/ZUBG2AXSRZE67PNYDIUPR4OW24.png?auth=0a51d70cab8411b47a55b0aa5f6eeca4a2c7ee4731a0f774aee28c7161c094fc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La perturbación 99L, o cualquier sistema que se forme a partir de ella, se dirigirá hacia el suroeste y permanecerá sobre el Atlántico abierto. Por lo demás, no se prevé ningún desarrollo en otras partes de la cuenca al menos hasta principios de la próxima semana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHNGEEVCYJCPTAELCIZGYJPC44.jpg?auth=ac2b7f46c4b1aabdc0e588e3a7d07aaaf9c144855375a3e351807f1c53ca28e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Beach submerged by storm surge at the height of the Great 1926 Miami Hurricane. Credit: State Library and Archives of Florida.]]></media:description></media:content></item><item><title><![CDATA[The Pentagon is moving forward with mandatory testosterone testing for most male troops]]></title><link>https://www.local10.com/news/politics/2026/09/18/the-pentagon-is-moving-forward-with-mandatory-testosterone-testing-for-most-male-troops/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/the-pentagon-is-moving-forward-with-mandatory-testosterone-testing-for-most-male-troops/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN and MATTHEW PERRONE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Pentagon has rolled out formal guidance for mandatory testosterone testing for male service members 30 and older, a policy that leaves out women for now and faces questions from medical experts about the need and efficacy of such a program.]]></description><pubDate>Fri, 18 Sep 2026 17:19:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Pentagon has rolled out formal guidance for mandatory testosterone testing for male service members 30 and older, a policy that leaves out women for now and faces questions from medical experts about the need and efficacy of such a program.</p><p>Defense Secretary Pete Hegseth announced in July that a new program to screen troops for “testosterone deficiency” was necessary to allow them to operate at their “absolute best.” The new clinical guidance, released late Thursday, outlines how the program would work.</p><p>The Pentagon's efforts to test for low testosterone coincide with growing interest in the hormone that has been driven by men’s health influencers and podcasters, many of whom recommend the drug as a way to boost energy, muscle and feel younger.</p><p>However, many experts say those far-reaching benefits aren’t supported by the science. Hegseth's messaging on the hormone has blended established scientific facts with broader, and less substantiated, claims.</p><p>The new guidance clarifies that the mandatory testing would initially apply to only male service members. Hegseth's initial memo in July directed mandatory testosterone deficiency screenings for all troops, but the clinical guidance released Thursday says it is for “testosterone deficiency in the male service member.”</p><p>The guidance says “the female clinical practice guideline is being reviewed and will be posted upon approval.” The Pentagon has not said whether female troops would be able to be evaluated for estrogen-based therapy as they enter perimenopause.</p><p>Testosterone declines naturally with age and can affect sexual function, mood, bone density and other measures. But experts have long debated how to diagnose those problems and whether to treat them by replacing the hormone.</p><p>In the last decade, federal studies have shown that boosting testosterone improves erectile dysfunction, low libido and other issues in men.</p><p>The Pentagon's top spokesman, Sean Parnell, said Thursday that “by proactively identifying and treating suboptimal hormone levels,” the Pentagon aims to “invest in the health of its warfighters, strengthen their performance, and maximize force readiness.”</p><p>Medical groups generally don’t recommend automatic screening of testosterone levels. Instead, medical guidelines typically recommend testosterone for men who report symptoms — including low libido and depressed mood — and have two blood tests confirming low levels of the hormone.</p><p>The Pentagon’s policy breaks from that approach, requiring testosterone screening for all male personnel 30 and older and allowing younger members also to request screenings.</p><p>Otherwise, the new guidelines mostly conform to medical standards, including acknowledging the limited benefits of replacing the hormone.</p><p>For instance, the guidelines say, “Evidence does not support its use to improve energy, vitality, physical function, or cognition.” Instead, the document mentions “demonstrated benefits” for sexual function and certain body measures, including bone density.</p><p>The policy does not make replacement therapy mandatory should a service member be found eligible, while the guidelines flag long-established side effects of boosting testosterone, including the potential for a drop in sperm count. When men receive testosterone externally, the body typically reduces — or even stops — its natural sperm production.</p><p>As a result, military doctors are instructed not to prescribe testosterone therapy to anyone hoping to have children in the near future.</p><p>Another complicating factor for troops is the controlled nature of testosterone itself. The memo notes that its "use in the deployed environment raises supply, custody, storage, and continuity considerations that should be resolved before departure rather than in theater.”</p><p>The new guidance makes clear that injectable testosterone “requires controlled room temperature storage and controlled substance accountability” and that troops who are on replacement therapies need to ensure they have enough of a supply despite the fact that federal law limits prescriptions on controlled substances like testosterone.</p><p>The caution and practical hurdles within the documentation over the use of testosterone while on deployment stand in contrast to remarks from Hegseth in July, when he argued that the rigors of the modern battlefield demand “maximum psychological and mental readiness" and that testosterone therapy was part of the solution.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7VTF35CPJKRGIDGSDEV23E52H4.jpg?auth=7e9f437d9c120364db54ad39e5da72c84ce35c0f5bd94bd166baeb39bfc6efdd&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 during the POW/MIA National Recognition Day Ceremony at the Pentagon, Friday, Sept. 18, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Holdout juror in Clancy trial didn't have 'any doubts' that she was responsible for killing her kids]]></title><link>https://www.local10.com/news/2026/09/18/holdout-juror-in-clancy-trial-didnt-have-any-doubts-that-she-was-responsible-for-killing-her-kids/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/18/holdout-juror-in-clancy-trial-didnt-have-any-doubts-that-she-was-responsible-for-killing-her-kids/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — The lone juror who wanted to convict Lindsay Clancy of murder for killing her three children said he was certain of her guilt, but that other jurors wouldn't listen to him, according to a statement released by his lawyer Friday in his first public comments on the case.]]></description><pubDate>Fri, 18 Sep 2026 18:00:02 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — The lone juror who wanted to convict Lindsay Clancy of murder for killing her three children said he was certain of her guilt, but that other jurors wouldn't listen to him, according to a statement released by his lawyer Friday in his first public comments on the case.</p><p>Eleven of 12 jurors were ready to clear Clancy of criminal responsibility, with the majority feeling that the Massachusetts mom was in the grip of a rare condition called postpartum psychosis when she strangled her kids. But juror Michael Desronvil sided with the prosecutors, who had argued that Clancy knew what she was doing.</p><p>“I didn’t have any doubts,” Desronvil said in a statement released on X by his lawyer, Edward Paltzik.</p><p>The jury's foreperson had claimed in an earlier media interview that Desronvil had admitted having “reasonable doubt” about Clancy's guilt, but wanted to convict her anyway. Desronvil said that wasn't true.</p><p>“As I tried to explain different possible theories during deliberation, I kept getting cut off as if I had doubts based on the evidence presented,” he wrote. “Based on all the physical evidence, key witnesses, and what the prosecution presented, I thought it was enough proof that she (Clancy) knew exactly what she was doing and planned.”</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>The jury's deadlock forced the judge to declare a mistrial on Sept. 4, leaving the case unresolved. The Plymouth County district attorney has yet to say whether he'll seek to put Clancy on trial again.</p><p>Neither side disputed that Clancy strangled her children, Cora, Dawson and Callan, in the family’s home in 2023 before trying to end her own life. But her attorney said she was a loving mother experiencing deep delusions and other mental health problems, for which she had been getting treatment.</p><p>Since the trial ended, Desronvil has been both publicly praised and scorned for his actions, and his personal life and past financial and legal problems have become the subject of scrutiny by the news media and amateur sleuths.</p><p>Among the public revelations: He had a restraining order against him at the time of jury selection and was facing eviction from his apartment due to over $12,000 in unpaid rent. He also was accused of domestic violence in 2021, a charge that was later dismissed.</p><p>Some of the opinion has fallen along political lines, with Desronvil being praised by some conservative pundits as a hero.</p><p>Paltzik, whose past clients have included President Donald Trump and Martin Shkreli, said on X that Desronvil was in “an undisclosed secure location” in a rural part of northern New England and would not be giving interviews.</p><p>“As a devoted father and man of God, he will not be defeated or shattered by the wicked who wish harm upon him,” Paltzik wrote.</p><p>A fundraiser to cover what organizers say are costs of “security, lawyers, and lost work” for Desronvil has raised over $289,000.</p><p>Florida Gov. Ron DeSantis has rolled out the welcome mat for him, saying that if he is being harassed, “Florida will provide asylum.”</p><p>“I’m sure he’d be welcomed and appreciated,” DeSantis wrote on X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XG6OVNTRN6O2QZTXWWTOXHU6WA.jpg?auth=171b1ae658b8473101d93438d8d0472cb05aa048d954ffbf9ec4628787e0f972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy looks at the jury after Judge William Sullivan declared a mistrial in Clancy's murder trial on Friday, Sept. 4, 2026, in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VAWEWRKKYOCKX5UDP7FGAFOLOE.jpg?auth=2b28207e371e2d9e979347a555617dc95f98298fa5c38323d5562ceeec62ce70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington and defendant Lindsay Clancy listen to Judge William Sullivan speak with the jury after declaring a mistrial at court in Plymouth, Mass., on Friday, Sept. 4, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YY3YMEFH4IKK6KXNAIY4GTH2RY.jpg?auth=f89cbb81769e3db5f080f8ca514514b0fb2ec47bda8184b9c67bfb8228c5ad33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington, center, leaves court, flanked by media and law enforcement, after the judge declared a mistrial in Lindsay Clancy's murder trial at Plymouth County Superior Court, Friday, Sept. 4, 2026, in Plymouth, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Trump administration begins building border wall in Texas’ Big Bend region]]></title><link>https://www.local10.com/news/national/2026/09/18/trump-administration-begins-building-border-wall-in-texas-big-bend-region/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/18/trump-administration-begins-building-border-wall-in-texas-big-bend-region/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[COMSTOCK, Texas (AP) — The Trump administration has started building the border wall through a west Texas section of the Big Bend region, marking the first major construction in an area of the U.S.-Mexico border where the administration's plans have met with heavy opposition.]]></description><pubDate>Fri, 18 Sep 2026 17:10:48 +0000</pubDate><content:encoded><![CDATA[<p>COMSTOCK, Texas (AP) — The Trump administration has started building the border wall through a west Texas section of the Big Bend region, marking the first major construction in an area of the U.S.-Mexico border where the administration's plans have met with heavy opposition.</p><p>The start of construction marks an important milestone in the administration's $46 billion plan to line the border with walls, barriers, roads and technology as it seeks to make good on a key campaign promise by President Donald Trump to finish the wall. And it comes as Customs and Border Protection says it has doubled the pace at which it is building the wall across the U.S.-Mexico border.</p><p>Customs and Border Protection said in a statement to The Associated Press that “border wall panel installation is underway” in a 47-mile stretch of Hudspeth County in west Texas known as Big Bend 1. There are a total of five project areas that make up the roughly 500-mile Big Bend region stretching from an area of Hudspeth County south of El Paso to Lake Amistad.</p><p>The agency did not say when the panels had been installed. On a map on the agency’s website where it posts updates of wall construction across the entire southern border, a photo showed a crane lifting one of the 30-foot tall steel wall panels into place while construction workers looked on.</p><p>The new activity was separate from a border infrastructure project in the nearby Big Bend National Park, where the administration has temporarily suspended construction in an attempt at outreach to opponents.</p><p>In the broader Big Bend region of Texas, CBP has run up against concerted opposition from landowners, environmental groups, business owners and ranchers who say the remote region isn't a high traffic area for illegal immigration.</p><p>Activists said Friday they would continue opposing the border infrastructure projects in the rest of the Big Bend region, even as the panels were being installed.</p><p>Clara Benson, one of the founders of the No Big Bend Wall Coalition which has been fighting against CBP’s plans, said in an interview Friday that the organization had been receiving reports of trucks moving supplies into the remote area along the Rio Grande and that contractors had been clearing yards to stage supplies.</p><p>But speaking from Washington, D.C. where she and others in the coalition were meeting with lawmakers, she said that the organization and others would continue to fight the wall-building plans across the region.</p><p>“We will continue to fight for this land no matter what the outcome is. We will continue fighting to the end,” said Benson. “You talk to people in west Texas and they say even if they put it up, we’ll fight for them to take it down. So this fight is not over.”</p><p>The news comes as the administration is speeding forward with a plan to line the entire border with a combination of 30-foot tall steel bollard walls, barriers designed to stop vehicles from crossing the border, new patrol roads and various technologies to deter and detect migrants or smugglers from crossing the border.</p><p>Customs and Border Protection said that they are building an average of 12 miles of barriers a week across the 2,000-mile border with Mexico and recently hit a milestone of 200 miles of new barriers built since the second Trump administration took office.</p><p>The 12-miles a week average is double the pace that the agency's head, Rodney Scott, cited earlier this year.</p><p>The agency has faced opposition from environmental groups, a small town that worries the wall will cause flooding in its area, Native Americans who say the construction is disturbing sacred sites and landowners who say the construction will infringe on their land.</p><p>In Texas much of the opposition has centered on the agency's plans for Big Bend National Park, in the state's southwest on the Rio Grande that is a draw for tourists from around the world. But up and down river outside the park, much of the land is owned by private landowners, many of whom have pushed back against the government's efforts.</p><p>Earlier this week, landowners, ranchers and business owners in the Big Bend region along with a nonprofit organization dedicated to protecting the region’s landscape and heritage sued to stop the administration’s plans.</p><p>Activists and landowners have also shown up at county meetings to push their elected officials not to cooperate with contractors hired by CBP to build the wall, and many landowners have refused to allow government officials or contractors onto their land to survey it.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2XEHQCBRENU6LODALO6JLPPJRE.jpg?auth=aeeb662ef65505a5470d22eb6107f3abe2f209f0639907fd69d4b88074a2ab5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Landowners and other supporters hold signs against the Trump administration's plans to build a border wall and other infrastructure in Texas' remote Big Bend region, Monday, Sept. 14, 2026, in Marfa, Texas. (AP Photo/Rebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Santana</media:credit></media:content></item><item><title><![CDATA[Mujer resulta gravemente herida tras ataque de perro en Biscayne Gardens, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/09/18/mujer-resulta-gravemente-herida-tras-ataque-de-perro-en-biscayne-gardens-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/mujer-resulta-gravemente-herida-tras-ataque-de-perro-en-biscayne-gardens-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[Una mujer resultó gravemente herida después de ser atacada por varios perros el jueves por la noche en Biscayne Gardens, según la Oficina del Sheriff de Miami-Dade.]]></description><pubDate>Fri, 18 Sep 2026 14:32:22 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer resultó gravemente herida después de ser atacada por varios perros el jueves por la noche en Biscayne Gardens, según la Oficina del Sheriff de Miami-Dade.</p><p>Agentes dijeron que acudieron poco después de las 6 p.m. al área de Northwest 145th Street y 11th Court después de recibir un reporte de una mujer que estaba siendo atacada por varios perros.</p><p>Cuando los agentes llegaron, encontraron a la mujer siendo atendida por paramédicos del Departamento de Bomberos y Rescate de Miami-Dade. Los agentes dijeron que también vieron a varios perros en el patio delantero de una casa.</p><p>Mientras los agentes intentaban cerrar y asegurar una puerta para contener a los perros, los animales intentaron atacar a uno de los agentes, según funcionarios de MDSO. Las autoridades dijeron que un agente entonces disparó su arma de servicio, provocando que los perros retrocedieran y huyeran en dirección desconocida.</p><p>Dijeron que la mujer, quien no ha sido identificada hasta el momento, fue trasladada por paramédicos de MDFR a un hospital cercano en condición crítica.</p><p>No estaba claro si alguno de los perros fue alcanzado por los disparos.</p><p>Ningún agente ni otros civiles resultaron heridos en el incidente, según los investigadores.</p><p>Los agentes no han divulgado información adicional sobre los perros involucrados en el ataque hasta el momento.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a ex receptor de los Hurricanes Mark Pope de golpear a mujer con pistola durante presunto robo a mano armada]]></title><link>https://www.local10.com/espanol/2026/09/18/acusan-a-ex-receptor-de-los-hurricanes-mark-pope-de-golpear-a-mujer-con-pistola-durante-presunto-robo-a-mano-armada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/acusan-a-ex-receptor-de-los-hurricanes-mark-pope-de-golpear-a-mujer-con-pistola-durante-presunto-robo-a-mano-armada/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El ex receptor de los Miami Hurricanes Mark Pope fue arrestado el jueves después de que una mujer dijera a los investigadores que la golpeó con una pistola y luego le arrebató su teléfono celular durante un presunto enfrentamiento dentro de su vehículo, según un reporte de arresto.]]></description><pubDate>Fri, 18 Sep 2026 15:36:33 +0000</pubDate><content:encoded><![CDATA[<p>El ex receptor de los Miami Hurricanes Mark Pope fue arrestado después de que una mujer dijera a los investigadores que la golpeó con una pistola y luego le arrebató su teléfono celular durante un enfrentamiento dentro de su vehículo, según un reporte de arresto.</p><p>Los agentes dijeron que Pope, de 27 años y residente del suroeste de Miami-Dade, fue detenido por la Oficina del Sheriff de Miami-Dade el jueves.</p><p>Según el reporte, Pope y la mujer se conocían por su vecindario y recientemente habían retomado el contacto a través de las redes sociales. El reporte indica que ambos acordaron reunirse el jueves por “motivos personales” en el área de Goulds del condado.</p><p>La mujer dijo a los investigadores que Pope entró en su vehículo después de que ella llegó al lugar de la reunión, donde comenzaron a discutir, según el reporte.</p><p>Durante la disputa, Pope presuntamente sacó un arma, “golpeó a la mujer en el rostro con ella y le quitó por la fuerza el teléfono celular de la mano”, indica el reporte.</p><p>La mujer entonces salió del vehículo y huyó a una gasolinera cercana, donde llamó al 911, según los investigadores.</p><p>Los agentes dijeron que poco después de detener a Pope, la mujer lo identificó mediante una fotografía.</p><p>Dijeron que Pope hizo una confesión que fue censurada en el reporte de arresto divulgado públicamente.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de robo a mano armada con arma de fuego o arma mortal y un cargo de agresión agravada.</p><p>Pope es nativo de Hialeah y jugó como receptor en UM de 2018 a 2021. Durante su carrera con los Hurricanes, participó en 34 partidos y registró 52 recepciones para 680 yardas y cuatro touchdowns.</p><p>Después de no ser seleccionado en el draft de 2024, Pope firmó con los Toronto Argonauts de la CFL en diciembre de ese año. Posteriormente dejó el equipo y continuó su carrera en el extranjero, incluyendo una etapa con Rhein Fire de la Liga Europea de Fútbol Americano.</p><p>Pope compareció ante un tribunal de fianzas el viernes ante la jueza de circuito de Miami-Dade Mindy Glazer. Glazer ordenó que permaneciera detenido sin derecho a fianza y dijo que tendría que usar un monitor GPS si finalmente es liberado de la cárcel.</p>]]></content:encoded></item><item><title><![CDATA[Remembering Miami’s worst hurricane a century later]]></title><link>https://www.local10.com/weather/hurricane/2026/09/18/remembering-miamis-worst-hurricane-a-century-later/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/18/remembering-miamis-worst-hurricane-a-century-later/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[One hundred years ago this morning, residents and newcomers to America’s Playground in Miami Beach awoke to what early Miami transplant, journalist, and famed conservationist Marjory Stoneman Douglas described as “a sea of raving white water.” ]]></description><pubDate>Fri, 18 Sep 2026 16:18:38 +0000</pubDate><content:encoded><![CDATA[<p>One hundred years ago this morning, residents and newcomers to America’s Playground in Miami Beach awoke to what early Miami transplant, journalist, and famed conservationist Marjory Stoneman Douglas described as “a sea of raving white water.” </p><p><a href="https://www.local10.com/espanol/2026/09/18/recuerdan-el-peor-huracan-de-miami-un-siglo-despues/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/recuerdan-el-peor-huracan-de-miami-un-siglo-despues/">Leer en español</a></p><p>Nearly 11 feet of whitewater was hoisted from the Atlantic Ocean and heaved in waves across the entirety of newly filled Miami Beach.</p><p>A brand new 3-cup Robinson anemometer installed atop the three-story Allison Hospital in present-day Mid-Beach gusted to 128 mph by 7:30 AM on Saturday, September 18<sup>th</sup>, 1926, before blowing away less than an hour later.</p><p>As the hurricane’s large, 43-mile-wide eye engulfed the Magic City shortly before daybreak – stretching from present-day west 63rd street on Mid-Beach to just south of Homestead – a sudden calm fell over the city, sending shell-shocked survivors into streets, believing the storm to have passed.</p><p>Seeing the mainland across the recently-completed County Causeway (present-day MacArthur Causeway), those stranded on Miami Beach piled into their cars to escape the wreckage surrounding them, but cars on the Causeway never made it to the other side before the “second storm” struck minutes later.</p><figure><img src="https://www.local10.com/resizer/v2/OSAAV2PODBAJ3AGHY2NI3RQQWI.jpg?auth=d99a22625dbe42e566b2b330441a7eb74291ebe4dc48892c451b5a61bc042f50&smart=true&width=1200&height=900" alt="Yardlong panoramic photo of derelict boats at Bayfront Park’s new dry dock after the Great 1926 Miami Hurricane taken 100 years ago today (September 18, 1926) by R.S. Clements. Credit: U.S. Library of Congress." height="900" width="1200"/><figcaption>Yardlong panoramic photo of derelict boats at Bayfront Park’s new dry dock after the Great 1926 Miami Hurricane taken 100 years ago today (September 18, 1926) by R.S. Clements. Credit: U.S. Library of Congress.</figcaption></figure><p>Of the nearly 400 official deaths reported by the American Red Cross from the storm – a count which excluded scores of Black farmworkers lost in the hurricane – most died during its hellish second half. At the time, most had no concept of the rotational forces of a hurricane and marveled at how the storm had managed to stop then “change direction.”</p><p>The Great Miami Hurricane of 1926 was an inflection point for the vibrant city awash in unrestrained real estate development. The great Florida land boom of the early 20<sup>th</sup> century was washed away with the storm surge and whisked away with the wind. The same land in 1925 that sold for $60,000 was available for $600 a year later. Legendary South Florida developers like George Merrick, Carl Fisher, and D.P. Davis – who made fortunes off the land speculation frenzy and whose names still adorn familiar spots across Miami – were left in financial and personal ruin in the wake of the hurricane.</p><p>Though the Florida real estate collapse triggered by the 1926 Miami Hurricane may not have directly caused the Great Depression, it pricked the national real estate bubble of the Roaring Twenties, serving as a catalyst for the protracted economic contraction that followed.</p><h3><b>Costliest hurricane of all time</b></h3><p>At the time, the Great Miami Hurricane of 1926 caused around $100 million in damage, making it the costliest U.S. hurricane to date and the costliest disaster to hit the country since the Great 1906 San Francisco Earthquake and fires.</p><p>Given the increase in population, property, and living costs in South Florida over the past 100 years, if the same hurricane were to hit today, <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2025EA004869" rel="">researchers estimate total economic losses would exceed $200 billion</a>, making the Great 1926 Miami Hurricane the costliest storm on record.</p><figure><img src="https://www.local10.com/resizer/v2/RPZRS4LJPFCMDEFF2O6CX2YX4Q.jpg?auth=46e96fb42c0c0e3a69f8c5099901ad720ab5de450b3db912d62b44901ecb10d8&smart=true&width=1200&height=900" alt="Top 50 costliest storms on record (2023 USD) after adjusting for inflation, population, housing, and wealth (a process called “normalization”) to reflect how damaging past hurricanes would be by comparison today. Credit: Mooney et al., 2025." height="900" width="1200"/><figcaption>Top 50 costliest storms on record (2023 USD) after adjusting for inflation, population, housing, and wealth (a process called “normalization”) to reflect how damaging past hurricanes would be by comparison today. Credit: Mooney et al., 2025.</figcaption></figure><p>It’s worth noting that while the Category 4 1926 Miami Hurricane had lower peak winds than Category 5 Hurricane Andrew in 1992 (145 mph maximum sustained winds versus Andrew’s 165 mph peak winds), Andrew was a much smaller hurricane – about half the size of the Great 1926 Miami Hurricane as measured by the extent of its strongest winds.</p><figure><img src="https://www.local10.com/resizer/v2/K2SF4DG7D5HRBO5HKBZAEVKP2I.png?auth=e9a5a405adc8603bb4b147dbfce8d5af61e7a6079955e28b8d94e80230366a91&smart=true&width=1200&height=900" alt="Estimated wind field at landfall for the Great 1926 Miami Hurricane (left), Hurricane King in 1950 (center), and Hurricane Andrew in 1992 (right). The Great 1926 Miami Hurricane was about double the size of Andrew with about 4 times the energy at landfall. Credit: Brian McNoldy/University of Miami." height="900" width="1200"/><figcaption>Estimated wind field at landfall for the Great 1926 Miami Hurricane (left), Hurricane King in 1950 (center), and Hurricane Andrew in 1992 (right). The Great 1926 Miami Hurricane was about double the size of Andrew with about 4 times the energy at landfall. Credit: Brian McNoldy/University of Miami.</figcaption></figure><p>Andrew also struck about 10 miles farther south than the 1926 hurricane, sparing downtown Miami and Miami Beach its most catastrophic weather.</p><p>Friend, colleague, and former WPLG-TV hurricane specialist and National Hurricane Center Director Max Mayfield famously said “Hurricane Andrew was not the big one.” We’ll know the big one when it hits, but the Great 1926 Miami Hurricane is probably as close as it gets for South Florida.</p><h3><b>Florida’s start to better building</b></h3><p>Florida has some of the most stringent building codes in the world today, but it didn’t start out that way. In 1926, building codes, zoning, and inspection requirements were virtually nonexistent across Miami Beach and Greater Miami. In the wake of the Chicago fires of 1871 and the widespread fires caused by the 1906 San Francisco earthquake, meager building requirements at the time were limited to fire and sanitation concerns, not to guard against strong winds.</p><p>The frenzied construction during Florida’s land boom wasn’t about to slow for building oversight. The one exception was around George Merrick’s new planned community of Coral Gables, which did implement relatively strict building codes for the period. While Coral Gables suffered considerable damage during the hurricane, not a single life was lost.</p><p>After the hurricane, the city of Miami appointed John Farrey its first chief building inspector, tasking him with developing and enforcing the first universal building code not just in Miami but in the U.S. It became known as the Miami Standard and was adopted in over 5,000 other cities thereafter. The state’s building code has been updated and improved numerous times since, including most famously after Hurricane Andrew in 1992, with the passage of the landmark 2002 Florida Building Code and another major update in 2017.</p><p>Additionally beach erosion control starting in the 1960s followed by dune restoration in the 1970s hardened the shoreline against approaching storms. Today Miami Beach has 7 miles of shoreline dunes, continually replenished and designed to reduce damage from the next hurricane.</p><h3><b>Instead of crumbling, Miami marches ahead</b></h3><p>Miami wasn’t the first coastal boomtown in the U.S. to be hit by a big hurricane. In the late 1800s, the rapidly expanding and thriving port of Indianola, Texas, was decimated by powerful hurricanes in 1875 and 1886, submerging most of the town deep under Matagorda Bay.</p><p>Likewise, neighboring Galveston, which took over as the major port of Texas after Indianola was a booming metropolis by the turn of the 20th century and was on pace to become one of the most important cities in the U.S. and largest in Texas. The Great 1900 Galveston Hurricane ended its Golden Era and the port city would never recover to its previous levels of national prominence or prosperity.</p><p>The same can’t be said about Miami, which has a history of recovering from big hurricanes, largely by learning and adapting to better co-exist with hurricanes.</p><h3><b>Tropical Update: 98L folds as 99L takes shape southwest of the Azores</b></h3><p>Nearly all computer models – including the formerly bullish AI camp – have dropped development chances for Invest 98L, the low-pressure area spinning over the open central Atlantic, over the past 24 hours. Overnight NHC in turn dropped the system from its tropical weather outlook.</p><p>Meanwhile, a small but tenacious area of low-pressure southwest of the Azores in the far northeast Atlantic – now designated Invest 99L – has quickly organized, leading NHC to issue a special tropical outlook late Friday morning.</p><figure><img src="https://www.local10.com/resizer/v2/6NQES227FRD4VPRRZWMMYZ6U6A.PNG?auth=a2e71b2e862fea827a2f83b5ab10dc97feefd9b69ab90d4cddedd9de3e5c235f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Though the system isn’t expected to strengthen much, it could become a tropical depression or named storm by as early as today. The next name on the list is Fay.</p><figure><img src="https://www.local10.com/resizer/v2/ZUBG2AXSRZE67PNYDIUPR4OW24.png?auth=0a51d70cab8411b47a55b0aa5f6eeca4a2c7ee4731a0f774aee28c7161c094fc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>99L or what forms from it will head southwest and remain over the open Atlantic. Otherwise, no development is expected elsewhere across the basin into at least early next week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHNGEEVCYJCPTAELCIZGYJPC44.jpg?auth=ac2b7f46c4b1aabdc0e588e3a7d07aaaf9c144855375a3e351807f1c53ca28e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Beach submerged by storm surge at the height of the Great 1926 Miami Hurricane. Credit: State Library and Archives of Florida.]]></media:description></media:content></item><item><title><![CDATA[Woman critically injured in dog attack in Biscayne Gardens, deputies say]]></title><link>https://www.local10.com/news/local/2026/09/18/woman-critically-injured-in-dog-attack-in-biscayne-gardens-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/woman-critically-injured-in-dog-attack-in-biscayne-gardens-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[A woman was critically injured after being attacked by multiple dogs Thursday evening in Biscayne Gardens, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Fri, 18 Sep 2026 14:27:14 +0000</pubDate><content:encoded><![CDATA[<p>A woman was critically injured after being attacked by multiple dogs Thursday evening in Biscayne Gardens, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/09/18/mujer-resulta-gravemente-herida-tras-ataque-de-perro-en-biscayne-gardens-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/mujer-resulta-gravemente-herida-tras-ataque-de-perro-en-biscayne-gardens-dicen-agentes/">Leer en español</a></p><p>Deputies said they responded shortly after 6 p.m. to the area of Northwest 145th Street and 11th Court after receiving a report of a woman being attacked by at least dogs. </p><p>When deputies arrived, they found the woman being treated by Miami-Dade Fire Rescue medics. Deputies said they also saw multiple dogs in the front yard of a home.</p><p>Surveillance video obtained by Local 10 on Friday shows the woman getting out of a vehicle and walking away before a group of dogs runs toward her. The dogs appear to attack the woman and drag her to the ground.</p><p>As deputies attempted to close and secure a gate to contain the dogs, the animals tried to attack one of the deputies, according to MDSO officials. Authorities said a deputy then fired their service weapon, causing the dogs to retreat and flee in an unknown direction.</p><p>They said the woman, who has not been identified at this time, was transported by MDFR medics to a nearby hospital in critical condition.</p><p>It was unclear whether any of the dogs were struck by gunfire.</p><p>A woman who did not want to be identified or show her face told Local 10 the dogs belong to her ex-husband and have been an ongoing concern. She said she had previously tried to create barriers to keep the dogs from escaping and had contacted animal control about the animals.</p><p>A neighbor who helped during Thursday’s attack described the incident as “terrifying.” </p><p>Authorities have not released additional information about the dogs involved. It was unclear whether any charges had been filed or would be filed.</p><p>No deputies or other civilians were injured in the incident, according to investigators. </p><p>Deputies have not released any additional information on the dogs involved in the attack at this time. </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[Teen shot in southwest Miami-Dade neighborhood, deputies say]]></title><link>https://www.local10.com/news/local/2026/09/17/juvenile-shot-in-southwest-miami-dade-neighborhood-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/juvenile-shot-in-southwest-miami-dade-neighborhood-deputies-say/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[A teenager was shot Thursday evening in a southwest Miami-Dade neighborhood, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Fri, 18 Sep 2026 02:58:16 +0000</pubDate><content:encoded><![CDATA[<p>A teenager was shot Thursday evening in a southwest Miami-Dade neighborhood, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/09/18/balean-a-menor-en-vecindario-del-suroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/balean-a-menor-en-vecindario-del-suroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>The shooting happened just before 6:30 p.m. along Southwest 203rd Street near 123rd Avenue.</p><p>Neighbors described hearing several gunshots.</p><p>“All I heard was a ‘pop, pop, pop’ -- that was it. I didn’t pay any mind to it, because nothing ever happens,” said Ivonne Aguilar, who lives in the neighborhood.</p><p>Investigators said the victim was sitting in a car with another person when the two got into some sort of dispute.</p><p>“The victim and the subject were both inside the vehicle. They were having a verbal altercation, at which point the victim decided to leave the vehicle, and that’s when the subject took out his firearm and began to discharge several rounds towards the victim’s direction, and ended up striking the victim,” said Daniel Castillo, with MDSO.</p><p>The shooter later drove away, while the victim was airlifted to Jackson South Medical Center, according to deputies.</p><p>Several neighbors told Local 10 the victim is a teenager.</p><p>“I talked to a lot of my neighbors here and supposedly one of my friend’s sons in this neighborhood got shot. So he got airlifted out of here ... we’re just trying to figure out the situation,” neighbor Frank Miranda said.</p><p>Sky 10 captured deputies arriving at a second location about a mile away along Southwest 117th Court.</p><p>Deputies were seen standing outside an efficiency behind a home with their guns drawn. So far, detectives have not confirmed whether that second scene is related to the shooting.</p><p>No arrests have been made and the shooter has not been found as of Thursday night.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[In 'If I Go Will They Miss Me,' a family seeks healing under the LAX flight path]]></title><link>https://www.local10.com/entertainment/2026/09/18/in-if-i-go-will-they-miss-me-a-family-seeks-healing-under-the-lax-flight-path/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/18/in-if-i-go-will-they-miss-me-a-family-seeks-healing-under-the-lax-flight-path/</guid><dc:creator><![CDATA[By LESLIE AMBRIZ, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Six years ago, jet fuel was dumped from the sky onto a working-class city near Los Angeles International Airport, spattering onto children at an elementary school. For writer and director Walter Thompson-Hernández, who grew up nearby, the incident sparked a coming-of-age story that grapples with the contradictions of life under the LAX flight path.]]></description><pubDate>Fri, 18 Sep 2026 16:38:57 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Six years ago, jet fuel was dumped from the sky onto a working-class city near Los Angeles International Airport, spattering onto children at an elementary school. For writer and director Walter Thompson-Hernández, who grew up nearby, the incident sparked a coming-of-age story that grapples with the contradictions of life under the LAX flight path.</p><p>His new film, “If I Go Will They Miss Me," stars Oscar nominee Danielle Brooks and opened in U.S. theaters Friday. It follows a family searching for connection in the LA neighborhood of Watts.</p><p>​“There’s 800 airplanes that fly into LAX every single day. What that does for us is it gives us 800 opportunities to dream, right? But with that dream also comes a terror,” said the filmmaker, citing his own asthma.</p><p>“This movie is about how we juxtapose so many different things, like love and pain, healing and hurt … how the same person that can help you to grow can also strip you of your innocence.”</p><p>The new film expands on the former journalist's award-winning short film of the same title, which he began writing shortly after a Delta Air Lines jet traveling from Los Angeles to Shanghai in 2020 dumped 15,000 gallons of fuel over the city of Cudahy and nearby neighborhoods because it was experiencing engine trouble. A lawsuit filed by teachers at Park Avenue Elementary School against the airline said the jet fuel drizzled down like raindrops, causing skin and lung irritation for both teachers and children. Delta last year agreed to a $79 million settlement.</p><p>​“For me, what that did was it just reminded me of how complicated and how beautiful and how heartbreaking it is to exist and to love under the LAX flight path,” Thompson-Hernández said.</p><p>The film transforms Thompson-Hernández’s childhood longing for his father into myth</p><p>The film follows a young boy named Lil Ant, played by newcomer Bodhi Jordan Dell, who views his distant father with a reverent admiration, likening him to Poseidon and Odysseus. Brooks and J. Alphonse Nicholson play Lil Ant’s parents, Lozita and Big Ant — loosely based on Thompson-Hernández’s real-life friends.</p><p>Lil Ant is a version of the filmmaker. He remembers growing up not knowing his father and creating mythologies about where and who he was.</p><p>“I created this like larger-than-life figure,” he said. "And what I found was that I wasn’t the only one in my neighborhood who was doing that ... I think that’s what’s universal about this movie is that we have a boy here who wants so deeply to be loved by a father who doesn’t have the tools to love him. And in spite of that, he still sees him as a Greek god. You know, how beautiful is that? How tragic is that?”</p><p>“If I Go Will They Miss Me” is a meditative film layered in symbolism from Greek mythology, as well as recurring images of planes, ocean waves and hues of purple and blue. It's a love letter to Los Angeles, both visually and sonically, as Thompson-Hernández bookends the film with the city's rich blue sky, which he says serves as a representation of hope and an ode to his hometown.</p><p>Brooks, who earned an Oscar nomination for her supporting role in the 2023 musical “The Color Purple,” says working on Thompson-Hernández's film was a “breath of fresh air" that allowed her to showcase a different side of her craft.</p><p>“I want to see it win,” she said about the project. “I just want people to know that there’s something out there in this art form that can help you see yourself. And also help you reflect on yourself.”</p><p>The filmmaker has spent his career chronicling Southern California communities</p><p>​Thompson-Hernández's short film earned him a jury prize at the Sundance Film Festival in 2022. In his previous work as a journalist for The New York Times, he showcased Southern California subcultures, highlighting his own dual Black American and Mexican-American identity. His 2020 nonfiction book “The Compton Cowboys” focused on a group of Black American cowboys keeping Black Western heritage alive in the city.</p><p>The filmmaker says some might look at his work as a “highlight of overlooked communities,” but to him, he is simply documenting the families he grew up seeing every day.</p><p>“My world is full of people who are loving and beautiful and complicated, and in need of stories that reflect how multifaceted they are and how they’re able to dream and love and repair,” he said.</p><p>Repair is at the center of the story in “If I Go Will They Miss Me,” which Thompson-Hernández hopes will offer audiences a chance to explore what it looks like for a younger generation to create a future that includes hope and healing.</p><p>​Thompson-Hernández recalls a scene where Lozita apologizes to Lil Ant for not protecting him during a tense interaction between him and his father.</p><p>​“I just didn’t grow up in a home where people apologized to each other," he said. “How do we not just break the chain, but create a new chain that feels healthy? ... How lucky am I to explore these questions that I’ve had my entire life that now are able to come out in a movie.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2ROLPFKWVPCMWLNPGM52UALHC4.jpg?auth=aff65feedbdd06fce6a5cc8eabc56bbd6e8e9e547aca76da0ce75fada0f5af7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Walter Thompson-Hernandez, left, and Danielle Brooks pose for a portrait to promote "If I Go They Will Miss Me" on Friday, Sept. 11, 2026, in Los Angeles. (Photo by Birdie Thompson/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Birdie Thompson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3MT3AWG3PYERHYV4UEB7RFUFE.jpg?auth=bcfb42c2457b9eebe44426eed5144f60bc0908c4caecbfd98d8b9df9fcac5308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Walter Thompson-Hernandez,right, and Danielle Brooks pose for a portrait to promote "If I Go They Will Miss Me" on Friday, Sept. 11, 2026, in Los Angeles. (Photo by Birdie Thompson/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Birdie Thompson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHQHTY7TJIRQISZLHPD5CIMBXY.jpg?auth=de94aa73fab4686557804d44f39b33c4cbc15de6826262c6b659d5c00cae3a9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Walter Thompson-Hernandez, left, and Danielle Brooks pose for a portrait to promote "If I Go They Will Miss Me" on Friday, Sept. 11, 2026, in Los Angeles. (Photo by Birdie Thompson/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Birdie Thompson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D5MG4W25LS6CLYUA7H6VMUGRYI.jpg?auth=d6f81f2cbf9b069fdf3422d51768f4cc752443bc210bba4910665533f47ead69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Danielle Brooks poses for a portrait to promote "If I Go They Will Miss Me" on Friday, Sept. 11, 2026, in Los Angeles. (Photo by Birdie Thompson/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Birdie Thompson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2T2JLWLZ2WUQSNAVB7OU2MQFHQ.jpg?auth=013fa2ba070fb3aecf7a6cce8c09798ab32e1f212b0ff7b0ee07855c97e74362&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Walter Thompson-Hernandez poses for a portrait to promote "If I Go They Will Miss Me" on Friday, Sept. 11, 2026, in Los Angeles. (Photo by Birdie Thompson/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Birdie Thompson</media:credit></media:content></item><item><title><![CDATA[Ex-Hurricanes WR Mark Pope accused of pistol-whipping woman during alleged armed robbery]]></title><link>https://www.local10.com/news/local/2026/09/18/ex-hurricanes-wr-mark-pope-accused-of-pistol-whipping-woman-during-alleged-armed-robbery/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/ex-hurricanes-wr-mark-pope-accused-of-pistol-whipping-woman-during-alleged-armed-robbery/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Former Miami Hurricanes wide receiver Mark Pope was arrested Thursday after a woman told investigators that he pistol-whipped her and then snatched her cellphone during an alleged confrontation inside her vehicle, according to an arrest report.]]></description><pubDate>Fri, 18 Sep 2026 15:23:43 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami Hurricanes wide receiver Mark Pope was arrested after a woman told investigators that he pistol-whipped her and then snatched her cellphone during a confrontation inside her vehicle, according to an arrest report.</p><p><a href="https://www.local10.com/espanol/2026/09/18/acusan-a-ex-receptor-de-los-hurricanes-mark-pope-de-golpear-a-mujer-con-pistola-durante-presunto-robo-a-mano-armada/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/acusan-a-ex-receptor-de-los-hurricanes-mark-pope-de-golpear-a-mujer-con-pistola-durante-presunto-robo-a-mano-armada/">Leer en español</a></p><p>Deputies said Pope, 27, of southwest Miami-Dade, was taken into custody by the Miami-Dade Sheriff’s Office on Thursday. </p><p>According to the report, Pope and the woman knew each other through their neighborhood and had recently reconnected through social media. The report states that the two agreed to meet Thursday for “personal reasons” in the county’s Goulds area. </p><p>The woman told investigators that Pope entered her vehicle after she arrived at the meeting location, where they began to argue, according to the report.</p><p>During the dispute, Pope allegedly pulled out a gun, “struck the woman in the face with it and forcibly removed her cellular phone from her hand,” the report states.</p><p>The woman then got out of the vehicle and fled to a nearby gas station, where she called 911, according to investigators.</p><p>Deputies said shortly after taking Pope into custody, the woman identified him though a photo. </p><p>They said Pope made a confession that was redacted in his publicly released arrest report. </p><p>Jail records show he is facing one count of armed robbery with a firearm or deadly weapon and one count of aggravated battery.</p><p>Pope is a Hialeah native who played wide receiver at UM from 2018 through 2021. During his Hurricanes career, he appeared in 34 games and recorded 52 receptions for 680 yards and four touchdowns. </p><p>After going undrafted in 2024, Pope signed with the CFL’s Toronto Argonauts in December of that year. He later moved on from the team and continued his career overseas, including a stint with the European League of Football’s Rhein Fire.</p><p>Pope appeared in bond court Friday before Miami-Dade Circuit Judge Mindy Glazer. Glazer ordered him to be held without bond and said he would be required to wear a GPS monitor if eventually released from jail.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Judge isn't swayed by government's claims that plans for an 'anti-weaponization fund' are dead]]></title><link>https://www.local10.com/news/politics/2026/09/18/judge-isnt-swayed-by-governments-claims-that-plans-for-an-anti-weaponization-fund-are-dead/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/judge-isnt-swayed-by-governments-claims-that-plans-for-an-anti-weaponization-fund-are-dead/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[ALEXANDRIA, Va. (AP) — A federal judge who blocked the creation of a $1.8 billion “anti-weaponization fund” for compensating President Donald Trump's political allies wasn't swayed by a government attorney's assurances Friday that the administration has abandoned the concept.]]></description><pubDate>Fri, 18 Sep 2026 16:17:45 +0000</pubDate><content:encoded><![CDATA[<p>ALEXANDRIA, Va. (AP) — A federal judge who blocked the creation of a $1.8 billion “anti-weaponization fund” for compensating President Donald Trump's political allies wasn't swayed by a government attorney's assurances Friday that the administration has abandoned the concept.</p><p>U.S. District Judge Leonie Brinkema in Virginia didn't rule from the bench on the government's request for her to dismiss a lawsuit challenging the fund's formation and operation. But the judge rejected the notion that the case's claims are moot because the Trump administration says the fund is dead and won't go forward.</p><p>“The issues that underlie this case are still alive and kicking, in my view,” Brinkema said.</p><p>The fund for compensating Trump’s political allies encountered a fierce bipartisan backlash and threatened to derail Attorney General Todd Blanche’s Senate confirmation. On Aug. 2, Blanche issued a formal order terminating the fund after negotiating for weeks with two Republican senators who wanted to see the promise in writing before they endorsed his nomination.</p><p>“The case is moot,” Justice Department attorney Andrew Block told Brinkema. “The mootness has been addressed at every stage.”</p><p>But the judge noted that Blanche's assurances have been undercut by the president and other administration officials. Trump, a Republican, continued to publicly express support for the fund even as Blanche insisted it was dead.</p><p>“They contradict themselves all the time,” Brinkema said.</p><p>The administration created the settlement fund to resolve Trump’s lawsuit against the IRS over the leak of his tax returns. The plan stoked outrage over the notion that Trump supporters who attacked police officers while storming the U.S. Capitol on Jan. 6, 2021, could be eligible for payments.</p><p>Attorneys from the legal advocacy group Democracy Forward sued in May, asking the Alexandria, Virginia, court to suspend the fund’s implementation temporarily and stop the Trump administration from disbursing any payouts. Plaintiffs’ attorneys argued the government can’t divert taxpayer money to a slush fund for enriching Trump’s allies.</p><p>Brinkema, who was nominated to the bench by Democratic President Bill Clinton, agreed in June to extend an order blocking the fund until further notice from the court.</p><p>Democracy Forward attorney Pooja Boisture told the judge on Friday that the administration will most likely move forward with the fund — “either in its current iteration or a new one” — if her order is lifted.</p><p>The Virginia lawsuit’s plaintiffs include a fired prosecutor and a college professor acquitted of assaulting federal agents at a protest. Also named as plaintiffs are the government watchdog Common Cause; the city of New Haven, Connecticut; and the National Abortion Federation, an association of abortion providers.</p><p>“This scheme is an unprecedented, unlawful, and corrupt attempt to manipulate the legal process and laws intended to prevent political interference to achieve benefits that President Trump and his political allies could not have obtained lawfully,” the plaintiffs’ attorneys wrote.</p><p>Justice Department attorneys argue the plaintiffs don’t have a legal basis for claims challenging a fund that “has never existed and will not exist.”</p><p>“The time has come to stop this inquisition,” they wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PQZ3NQFQUAD2I3GG3YT2W5JRZ4.jpg?auth=10161e5a5df6362056a715e1fda57bdd785c5e88c81023dd121b08ad7f0864d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche listens during a news briefing in the Rose Garden of the White House, Tuesday, Sept. 15, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Miami Hurricanes going back to Nike in deal that will exceed $200M ]]></title><link>https://www.local10.com/sports/local/2026/09/18/miami-hurricanes-going-back-to-nike-in-deal-that-will-exceed-200m/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/09/18/miami-hurricanes-going-back-to-nike-in-deal-that-will-exceed-200m/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[CORAL GABLES, Fla. (AP) — Teams from the University of Miami will be wearing Nike apparel again starting in July 2027, a person familiar with the agreement said Wednesday.]]></description><pubDate>Fri, 18 Sep 2026 16:14:41 +0000</pubDate><content:encoded><![CDATA[<p>Teams from the University of Miami will be wearing Nike apparel again starting in July 2027, a Nike spokesperson confirmed Friday. </p><p>The sides have struck a 10-year deal that will exceed $200 million in total value, said the person, who spoke to The Associated Press on condition of anonymity because neither side currently plans any public announcement.</p><p>The <a href="https://www.miamiherald.com/sports/college/acc/university-of-miami/article317295431.html" target="_self" rel="" title="https://www.miamiherald.com/sports/college/acc/university-of-miami/article317295431.html">Miami Herald</a> first reported the agreement.</p><p>Miami has been an Adidas school since 2015, but that 12-year agreement expires June 30, 2027, and the Hurricanes spent months essentially being recruited on what to do going forward. The deal with Nike will include cash, apparel and marketing elements, as is standard for such agreements.</p><p>Miami has a long history with Nike, going back to when the apparel giant first signed the Hurricanes in the 1980s in what was considered a groundbreaking, first-of-its-kind deal between a school and a sneaker company.</p><p>That relationship lasted until Miami struck its deal with Adidas more than a quarter-century later.</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DWGSEQN7IA5YJ55QEEE7XUL3FQ.jpg?auth=9e82df2d31bb660c0da8d91d51d5240c2ea6939edca0976b13c6712e935bf5bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Balean a menor en vecindario del suroeste de Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/09/18/balean-a-menor-en-vecindario-del-suroeste-de-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/balean-a-menor-en-vecindario-del-suroeste-de-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Un menor fue baleado el jueves por la noche en un vecindario del suroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade.]]></description><pubDate>Fri, 18 Sep 2026 16:03:05 +0000</pubDate><content:encoded><![CDATA[<p>Un menor fue baleado el jueves por la noche en un vecindario del suroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade.</p><p>La balacera ocurrió poco antes de las 6:30 p.m. a lo largo de Southwest 203rd Street, cerca de 123rd Avenue.</p><p>Vecinos describieron haber escuchado varios disparos.</p><p>“Todo lo que escuché fue ‘pop, pop, pop’, eso fue todo. No le presté atención porque aquí nunca pasa nada”, dijo Ivonne Aguilar, quien vive en el vecindario.</p><p>Los investigadores dijeron que la víctima estaba sentada en un automóvil con otra persona cuando ambos tuvieron algún tipo de disputa.</p><p>“La víctima y el sujeto estaban dentro del vehículo. Estaban teniendo un altercado verbal, momento en el que la víctima decidió salir del vehículo, y fue entonces cuando el sujeto sacó su arma de fuego y comenzó a disparar varias veces en dirección a la víctima, terminando por impactarla”, dijo Daniel Castillo, de MDSO.</p><p>El atacante luego se alejó en el vehículo, mientras que la víctima fue trasladada en helicóptero al Jackson South Medical Center, según los agentes.</p><p>Varios vecinos dijeron a Local 10 que la víctima es un adolescente.</p><p>“Hablé con muchos de mis vecinos aquí y supuestamente uno de los hijos de mis amigos en este vecindario recibió un disparo. Así que fue trasladado en helicóptero desde aquí, estamos tratando de averiguar qué ocurrió”, dijo el vecino Frank Miranda.</p><p>Sky 10 captó a agentes llegando a un segundo lugar aproximadamente a una milla de distancia, a lo largo de Southwest 117th Court.</p><p>Se vio a los agentes de pie frente a una vivienda independiente detrás de una casa con sus armas desenfundadas. Hasta el momento, los detectives no han confirmado si esa segunda escena está relacionada con la balacera.</p><p>No se han realizado arrestos y el atacante no había sido localizado hasta la noche del jueves.</p>]]></content:encoded></item><item><title><![CDATA[‘Power of prayer and faith’: Ex-Air Force colonel defies odds nearly 3 decades after helicopter crash]]></title><link>https://www.local10.com/community/2026/09/17/power-of-faith-air-force-colonel-defies-odds-after-1996-helicopter-crash/</link><guid isPermaLink="true">https://www.local10.com/community/2026/09/17/power-of-faith-air-force-colonel-defies-odds-after-1996-helicopter-crash/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Nearly three decades after a helicopter crash in Ecuador nearly cost him his life, retired U.S. Air Force Col. John Alvarez says prayer and faith helped sustain him through a painful recovery and a journey back to the cockpit.]]></description><pubDate>Fri, 18 Sep 2026 14:46:16 +0000</pubDate><content:encoded><![CDATA[<p>Nearly three decades after a helicopter crash in Ecuador nearly cost him his life, retired U.S. Air Force Col. John Alvarez says prayer and faith helped sustain him through a painful recovery and a journey back to the cockpit.</p><p><a href="https://www.local10.com/espanol/2026/09/18/poder-de-la-oracion-y-la-fe-ex-coronel-de-la-fuerza-aerea-desafia-las-probabilidades-casi-tres-decadas-despues-de-accidente-de-helicoptero/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/poder-de-la-oracion-y-la-fe-ex-coronel-de-la-fuerza-aerea-desafia-las-probabilidades-casi-tres-decadas-despues-de-accidente-de-helicoptero/">Leer en español</a></p><p>Alvarez, a South Florida native and the son of Cuban immigrants, was a U.S. Navy lieutenant when he was assigned to an exchange tour with a special operations unit with the Air Force.</p><p>On Sept. 19, 1996, Alvarez was in Ecuador on what he described as a counter-narcotics training mission. He was a passenger aboard a Gazelle helicopter when it crashed into a dense jungle river.</p><p>The helicopter’s pilot died on impact. Alvarez said he and a United States Navy SEAL’s member aboard the aircraft were engulfed by the fast-flowing water.</p><p>Seriously injured, Alvarez prayed for his life.</p><p>“You can have my legs, Lord. Take both of my legs, but just bring me back to my girls,” Alvarez said.</p><p>His prayer was followed by a rescue effort that pulled him from the river and transported him to Quito, Ecuador’s capital, for emergency surgery. Days later, he was flown to Lackland Air Force Base in Texas.</p><p>During the flight, Alvarez saw a U.S. flag covering him.</p><p>“When the flight nurse, when they put me onto the C-141, I see the big U.S. flag hanging on me. Yes, I’m going home. Thank you, God,” Alvarez said.</p><p>But he soon learned the flag carried a more sobering meaning.</p><p>“I didn’t realize that the flag was there to drape my body if I died on the flight home,” he said.</p><p>To help calm his fears, an Air Force captain gave Alvarez three items and told him to deliver them to his family.</p><p>“He brought me two teddy bears, one for each of my daughters, and a rose for Shelley,” Alvarez said.</p><p>Alvarez recalled the captain’s instructions.</p><p>“He said, ‘you hand deliver this to your kids,’ do you understand?”' Alvarez said.</p><p>It was the first thing Alvarez did after arriving at the base.</p><p>His wife, Shelley, was waiting for him. She clutched the rose in one hand and placed her other hand on his forehead.</p><p>The crash left Alvarez with devastating injuries. His left leg was amputated, while his right leg was held together with screws.</p><p>Despite the injuries, Alvarez said his faith remained intact.</p><p>“I got the two for one deal,” he said. “He let me keep one leg and I got my daughters and my wife back.” </p><p>For Alvarez, the experience became a story of loss, faith and newfound purpose — one that would ultimately lead him to defy expectations and pursue his goal of returning to flight.</p><p>“There are things that are more powerful than you know, and it’s the power of prayer and faith,” Alvarez said.</p><p>His journey continues beyond the crash and recovery.</p><p>Part two of Alvarez’s story includes his return to the cockpit, a new addition to his family and a special tribute from his daughter, Lisette.</p><p>If you‘d like to read about Colonel John Alvarez’s courageous journey, the book “<a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c" target="_self" rel="" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c">Walk, Run, Fly Again</a>” is available for purchase. </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[“Poder de la oración y la fe”: ex coronel de la Fuerza Aérea desafía las probabilidades casi tres décadas después de accidente de helicóptero]]></title><link>https://www.local10.com/espanol/2026/09/18/poder-de-la-oracion-y-la-fe-ex-coronel-de-la-fuerza-aerea-desafia-las-probabilidades-casi-tres-decadas-despues-de-accidente-de-helicoptero/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/poder-de-la-oracion-y-la-fe-ex-coronel-de-la-fuerza-aerea-desafia-las-probabilidades-casi-tres-decadas-despues-de-accidente-de-helicoptero/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Casi tres décadas después de que un accidente de helicóptero en Ecuador casi le costara la vida, el coronel retirado de la Fuerza Aérea de Estados Unidos John Alvarez dice que la oración y la fe lo ayudaron a mantenerse firme durante una dolorosa recuperación y su camino de regreso a la cabina.]]></description><pubDate>Fri, 18 Sep 2026 16:00:39 +0000</pubDate><content:encoded><![CDATA[<p>Casi tres décadas después de que un accidente de helicóptero en Ecuador casi le costara la vida, el coronel retirado de la Fuerza Aérea de Estados Unidos John Alvarez dice que la oración y la fe lo ayudaron a mantenerse firme durante una dolorosa recuperación y su camino de regreso a la cabina.</p><p>Alvarez, nativo del sur de Florida e hijo de inmigrantes cubanos, era teniente de la Marina de Estados Unidos cuando fue asignado a un programa de intercambio con una unidad de operaciones especiales de la Fuerza Aérea.</p><p>El 19 de septiembre de 1996, Alvarez se encontraba en Ecuador en lo que describió como una misión de entrenamiento antinarcóticos. Era pasajero a bordo de un helicóptero Gazelle cuando este se estrelló en un río de una densa selva.</p><p>El piloto del helicóptero murió en el impacto. Alvarez dijo que él y un miembro de los Navy SEALs de Estados Unidos que estaba a bordo de la aeronave quedaron envueltos por las rápidas corrientes de agua.</p><p>Gravemente herido, Alvarez rezó por su vida.</p><p>“Puedes quedarte con mis piernas, Señor. Llévate mis dos piernas, pero solo llévame de regreso con mis niñas”, dijo Alvarez.</p><p>A su oración le siguió un operativo de rescate que lo sacó del río y lo trasladó a Quito, la capital de Ecuador, para una cirugía de emergencia. Días después, fue trasladado en avión a la Base de la Fuerza Aérea Lackland en Texas.</p><p>Durante el vuelo, Alvarez vio una bandera de Estados Unidos cubriéndolo.</p><p>“Cuando la enfermera de vuelo, cuando me subieron al C-141, veo la gran bandera de Estados Unidos sobre mí. Sí, voy a casa. Gracias, Dios”, dijo Alvarez.</p><p>Pero pronto se enteró de que la bandera tenía un significado más sombrío.</p><p>“No me di cuenta de que la bandera estaba allí para cubrir mi cuerpo si moría durante el vuelo de regreso a casa”, dijo.</p><p>Para ayudar a calmar sus temores, un capitán de la Fuerza Aérea le dio a Alvarez tres artículos y le dijo que se los entregara a su familia.</p><p>“Me trajo dos osos de peluche, uno para cada una de mis hijas, y una rosa para Shelley”, dijo Alvarez.</p><p>Alvarez recordó las instrucciones del capitán.</p><p>“Él dijo, ‘tú mismo les entregas esto a tus hijas’, ¿entiendes?”, dijo Alvarez.</p><p>Fue lo primero que hizo Alvarez después de llegar a la base.</p><p>Su esposa, Shelley, lo estaba esperando. Sostenía la rosa con una mano y colocó la otra sobre su frente.</p><p>El accidente dejó a Alvarez con lesiones devastadoras. Le amputaron la pierna izquierda, mientras que su pierna derecha quedó unida con tornillos.</p><p>A pesar de las lesiones, Alvarez dijo que su fe permaneció intacta.</p><p>“Conseguí una oferta de dos por uno”, dijo. “Me dejó conservar una pierna y recuperé a mis hijas y a mi esposa”.</p><p>Para Alvarez, la experiencia se convirtió en una historia de pérdida, fe y un nuevo propósito, una que finalmente lo llevaría a desafiar las expectativas y perseguir su meta de volver a volar.</p><p>“Hay cosas que son más poderosas de lo que uno imagina, y es el poder de la oración y la fe”, dijo Alvarez.</p><p>Su trayectoria continúa más allá del accidente y la recuperación.</p><p>La segunda parte de la historia de Alvarez incluye su regreso a la cabina, una nueva integrante de su familia y un homenaje especial de su hija, Lisette.</p><p>Si desea leer sobre la valiente trayectoria del coronel John Alvarez, el libro “<a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c" target="_blank" rel="noreferrer" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c">Walk, Run, Fly Again</a>” está disponible para su compra.</p>]]></content:encoded></item><item><title><![CDATA[Retired Air Force colonel marks 30 years since helicopter crash with new book]]></title><link>https://www.local10.com/community/2026/09/18/retired-air-force-colonel-marks-30-years-since-helicopter-crash-with-new-book/</link><guid isPermaLink="true">https://www.local10.com/community/2026/09/18/retired-air-force-colonel-marks-30-years-since-helicopter-crash-with-new-book/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Retired U.S. Air Force Col. John Alvarez has spent the past three decades turning a life-threatening helicopter crash into a story of courage, perseverance and faith.]]></description><pubDate>Fri, 18 Sep 2026 14:57:08 +0000</pubDate><content:encoded><![CDATA[<p>Retired U.S. Air Force Col. John Alvarez has spent the past three decades turning a <a href="https://www.local10.com/community/2026/09/17/power-of-faith-air-force-colonel-defies-odds-after-1996-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/community/2026/09/17/power-of-faith-air-force-colonel-defies-odds-after-1996-helicopter-crash/">life-threatening helicopter crash</a> into a story of courage, perseverance and faith.</p><p><a href="https://www.local10.com/espanol/2026/09/18/coronel-retirado-de-la-fuerza-aerea-conmemora-30-anos-de-accidente-de-helicoptero-con-nuevo-libro/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/coronel-retirado-de-la-fuerza-aerea-conmemora-30-anos-de-accidente-de-helicoptero-con-nuevo-libro/">Leer en español</a></p><p>Alvarez, a South Florida native born at Jackson Memorial Hospital and a University of Miami graduate, suffered severe injuries in a helicopter crash during a joint training mission in the jungles of Ecuador nearly 30 years ago. </p><p>“I was a Navy pilot on an exchange tour with a special operations unit with the Air Force,” he said.</p><p>The crash left Alvarez fighting for his life. He was rescued from a river by local residents before doctors amputated his left leg. He later worked with specialists who continued perfecting his prosthetic.</p><p>Through each step of his recovery, Alvarez said, he remembered words from his mother, Carmen.</p><p>“She said, God puts people in places for you,” he added. </p><p>Those people helped Alvarez survive and eventually accomplish goals that once seemed out of reach.</p><p>His daughter, Lisette Alvarez, said her father’s recovery was about more than determination.</p><p>“It was very important to have that, not just the grit and determination, but the grace and the love as a part of this story,” she said. </p><p>This Saturday marks 30 years since the crash, a date John Alvarez calls his “My Alive Day.”</p><p>Lisette Alvarez, his first-born daughter, documented her father’s journey in the book “Walk, Run, Fly Again.”</p><p>John Alvarez’s first goal was to leave his wheelchair and walk again.</p><p>“My first and foremost important goal that I wanted to do was to stand up and walk, be out of my wheelchair, to dance with my daughters and my wife,” he said.</p><p>He set a goal of walking again by Thanksgiving 1996, just two months after the crash.</p><p>He accomplished it.</p><p>His next goal was to run.</p><p>Lisette Alvarez said her father accomplished that goal before her birthday.</p><p>“I feel incredible pride for that, and the fact that he actually managed to complete it three weeks before my birthday,” she said.</p><p>Then came his third goal: flying again.</p><p>John Alvarez said returning to the cockpit was not simply a personal challenge. He had a deadline to maintain his qualifications as a pilot.</p><p>“The issue is if you are grounded for 365 days consecutively, you lose your qualification as a pilot,” he said. </p><p>On Sept. 5, 1997 — less than two weeks before the one-year anniversary of the crash — John Alvarez returned to flying.</p><p>“I was the first pilot to return to full combat unrestricted waiver,’ he said. “I was the first one in, in the U.S.,” he said. </p><p>Since then, John Alvarez has continued to mentor others in the military. As an amputee aviator, he commanded special operations missions in Serbia, Kosovo and Iraq.</p><p>Now 63, he is also a father of three and grandfather. His priorities have shifted from military missions to family.</p><p>“That’s our priority in life right now is raising our grandchild,” he said.</p><p>His journey is captured in Walk, Run, Fly Again, a story centered on faith, family and perseverance.</p><p>The book closes with Isaiah 40:31:</p><p>“Those who hope in the Lord will renew their strength. They will soar on wings like eagles. They will run and not grow weary. They will walk and not be faint,” he said. </p><p>John and Lisette Alvarez are marking the 30th anniversary of the crash with several events.</p><p>On Thursday, the pair are scheduled to attend a book signing in Ohio at the National Museum of the U.S. Air Force.</p><p>On Friday, John Alvarez and his family are scheduled to run the U.S. Air Force Half Marathon to commemorate the anniversary.</p><p>The race is not his first major distance event. He has participated in several distance runs and sprint triathlons.</p><p>Lisette Alvarez is also working on an <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c" target="_self" rel="" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c">accompanying audiobook</a>, which is scheduled to be released in spring 2027.</p><p>Walk, Run, Fly Again is available for purchase. More information about Alvarez’s journey is available through Local 10’s <a href="https://www.local10.com/topic/Good_News_South_Florida/" target="_self" rel="" title="https://www.local10.com/topic/Good_News_South_Florida/">Good News South Florida</a> 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[Coronel retirado de la Fuerza Aérea conmemora 30 años de accidente de helicóptero con nuevo libro]]></title><link>https://www.local10.com/espanol/2026/09/18/coronel-retirado-de-la-fuerza-aerea-conmemora-30-anos-de-accidente-de-helicoptero-con-nuevo-libro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/coronel-retirado-de-la-fuerza-aerea-conmemora-30-anos-de-accidente-de-helicoptero-con-nuevo-libro/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[El coronel retirado de la Fuerza Aérea de Estados Unidos John Alvarez ha pasado las últimas tres décadas convirtiendo un accidente de helicóptero que puso en peligro su vida en una historia de valentía, perseverancia y fe.]]></description><pubDate>Fri, 18 Sep 2026 15:55:59 +0000</pubDate><content:encoded><![CDATA[<p>El coronel retirado de la Fuerza Aérea de Estados Unidos John Alvarez ha pasado las últimas tres décadas convirtiendo un <a href="https://www.local10.com/community/2026/09/17/power-of-faith-air-force-colonel-defies-odds-after-1996-helicopter-crash/" target="_blank" rel="noreferrer" title="https://www.local10.com/community/2026/09/17/power-of-faith-air-force-colonel-defies-odds-after-1996-helicopter-crash/">accidente de helicóptero que puso en peligro su vida en una historia de valentía</a>, perseverancia y fe.</p><p>Alvarez, nativo del sur de Florida, nacido en el Jackson Memorial Hospital y graduado de la Universidad de Miami, sufrió graves lesiones en un accidente de helicóptero durante una misión de entrenamiento conjunta en las selvas de Ecuador hace casi 30 años.</p><p>“Yo era piloto de la Marina en una asignación de intercambio con una unidad de operaciones especiales de la Fuerza Aérea”, dijo.</p><p>El accidente dejó a Alvarez luchando por su vida. Fue rescatado de un río por residentes locales antes de que los médicos le amputaran la pierna izquierda. Posteriormente trabajó con especialistas que continuaron perfeccionando su prótesis.</p><p>En cada etapa de su recuperación, dijo Alvarez, recordó las palabras de su madre, Carmen.</p><p>“Ella decía, Dios pone a personas en lugares para ti”, agregó.</p><p>Esas personas ayudaron a Alvarez a sobrevivir y finalmente alcanzar metas que alguna vez parecieron fuera de su alcance.</p><p>Su hija, Lisette Alvarez, dijo que la recuperación de su padre fue más que determinación.</p><p>“Era muy importante tener eso, no solo el coraje y la determinación, sino también la gracia y el amor como parte de esta historia”, dijo.</p><p>Este sábado se cumplen 30 años del accidente, una fecha que John Alvarez llama su “Día de estar vivo”.</p><p>Lisette Alvarez, su hija primogénita, documentó la trayectoria de su padre en el libro “Walk, Run, Fly Again”.</p><p>La primera meta de John Alvarez era dejar su silla de ruedas y volver a caminar.</p><p>“Mi primera y principal meta, la más importante que quería lograr, era ponerme de pie y caminar, dejar mi silla de ruedas, bailar con mis hijas y mi esposa”, dijo.</p><p>Se fijó la meta de volver a caminar para el Día de Acción de Gracias de 1996, apenas dos meses después del accidente.</p><p>Lo logró.</p><p>Su siguiente meta era correr.</p><p>Lisette Alvarez dijo que su padre alcanzó esa meta antes de su cumpleaños.</p><p>“Siento un orgullo increíble por eso y por el hecho de que realmente logró completarlo tres semanas antes de mi cumpleaños”, dijo.</p><p>Luego llegó su tercera meta: volver a volar.</p><p>John Alvarez dijo que regresar a la cabina no era simplemente un desafío personal. Tenía un plazo para mantener sus calificaciones como piloto.</p><p>“El problema es que si estás en tierra durante 365 días consecutivos, pierdes tu calificación como piloto”, dijo.</p><p>El 5 de septiembre de 1997, menos de dos semanas antes del primer aniversario del accidente, John Alvarez volvió a volar.</p><p>“Fui el primer piloto en regresar al servicio de combate completo con una exención sin restricciones”, dijo. “Fui el primero en Estados Unidos”, dijo.</p><p>Desde entonces, John Alvarez ha continuado orientando a otras personas en las fuerzas armadas. Como aviador amputado, comandó misiones de operaciones especiales en Serbia, Kosovo e Irak.</p><p>Ahora, a los 63 años, también es padre de tres hijos y abuelo. Sus prioridades han cambiado de las misiones militares a la familia.</p><p>“Esa es nuestra prioridad en la vida en este momento, criar a nuestro nieto”, dijo.</p><p>Su trayectoria está plasmada en Walk, Run, Fly Again, una historia centrada en la fe, la familia y la perseverancia.</p><p>El libro concluye con Isaías 40:31:</p><p>“Los que esperan en el Señor renovarán sus fuerzas. Se elevarán con alas como las águilas. Correrán y no se cansarán. Caminarán y no desfallecerán”, dijo.</p><p>John y Lisette Alvarez conmemoran el 30 aniversario del accidente con varios eventos.</p><p>El jueves, ambos tienen previsto asistir a una firma de libros en Ohio en el Museo Nacional de la Fuerza Aérea de Estados Unidos.</p><p>El viernes, John Alvarez y su familia tienen previsto correr el Medio Maratón de la Fuerza Aérea de Estados Unidos para conmemorar el aniversario.</p><p>La carrera no es su primer evento importante de larga distancia. Ha participado en varias carreras de larga distancia y triatlones de velocidad.</p><p>Lisette Alvarez también está trabajando en un <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c" target="_blank" rel="noreferrer" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=9cc21e28-b944-4da2-81b9-0b3dff23c5c3&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.walkrunflyagain.com%2F&amp;key=sh-1&amp;hmac=b7bb1d2bb0e892b939b478439c94b4705e475e357b706ca482611d75e503258c">audiolibro complementario</a>, cuyo lanzamiento está previsto para la primavera de 2027.</p><p>Walk, Run, Fly Again está disponible para su compra. Más información sobre la trayectoria de Alvarez está disponible a través de la página <a href="https://www.local10.com/topic/Good_News_South_Florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Good_News_South_Florida/">Good News South Florida</a> de Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Former Miami-Dade elementary teacher accused of inappropriate conduct with yet another student]]></title><link>https://www.local10.com/news/local/2026/09/18/former-miami-dade-elementary-teacher-accused-of-inappropriate-conduct-with-yet-another-student/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/former-miami-dade-elementary-teacher-accused-of-inappropriate-conduct-with-yet-another-student/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A former Miami-Dade elementary school teacher already facing more than a dozen charges involving students is now accused of inappropriate conduct involving another girl who told investigators he touched her buttocks, asked her for a kiss and had a nude image of a woman displayed on his cellphone, which she saw.]]></description><pubDate>Fri, 18 Sep 2026 15:47:25 +0000</pubDate><content:encoded><![CDATA[<p>A former Miami-Dade elementary school teacher already facing <a href="https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girls-who-were-his-students-faces-more-charges-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girls-who-were-his-students-faces-more-charges-in-miami-dade/">more than a dozen charges </a>involving students is now accused of inappropriate conduct involving another girl who told investigators he touched her buttocks, asked her for a kiss and had a nude image of a woman displayed on his cellphone, which she saw.</p><p><a href="https://www.local10.com/espanol/2026/09/18/acusan-a-ex-maestro-de-primaria-de-miami-dade-de-conducta-inapropiada-con-otro-estudiante/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/acusan-a-ex-maestro-de-primaria-de-miami-dade-de-conducta-inapropiada-con-otro-estudiante/">Leer en español</a></p><p>Cesar Oriol Cardoso, 53, previously taught at Sunset Park Elementary School in Miami-Dade County’s Kendall area. He has been behind bars since Sept. 11 and was being held at the Turner Guilford Knight Correctional Center.</p><p>According to a new Miami-Dade Schools Police Department arrest report, detectives were notified Wednesday that another current elementary school student had allegedly been inappropriately touched by Cardoso during the 2025-26 school year.</p><p>The girl participated in a recorded forensic interview at Kristi House on Thursday.</p><p>She told investigators that Cardoso was her math teacher during the 2025-26 school year.</p><p>According to the report, the girl recalled approaching Cardoso’s desk on one occasion to ask for help with a math question.</p><p>She said Cardoso was scrolling through his cellphone and that the screen displayed a photograph of a fully nude woman with her breasts and genitalia exposed. The girl told investigators Cardoso turned off the phone’s screen after she stood next to him.</p><h3>Student describes other encounters</h3><p>The girl also described an occasion when she and five other students were removed from either music or physical education class to complete additional reading or math work in Cardoso’s classroom, the report stated.</p><p>According to the report, the girl said Cardoso tapped her on the buttocks as she walked away from him.</p><p>During another incident in which students were removed from class to complete schoolwork, the girl said Cardoso picked her up by the waist, making her feel uncomfortable.</p><p>According to the report, the girl also told investigators that she was in Cardoso’s classroom before school began on another occasion when he asked her for a kiss.</p><p>The girl declined, and Cardoso told her he was joking, according to the arrest report.</p><h3>Cardoso already facing multiple charges</h3><p>The new allegations come as Cardoso already faces charges stemming from accusations involving other girls who were his students at Sunset Park Elementary.</p><p>Miami-Dade Schools Police previously accused Cardoso of pulling girls from physical education, other classes or lunch to complete schoolwork in his classroom and showing them inappropriate images or videos. Police also previously accused him of inappropriately touching students and making inappropriate comments.</p><p>As of Thursday night, court records showed Cardoso faced 13 charges: five counts of dissemination of obscene material to a minor, five counts of offenses against students by authority figures, two counts of lewd or lascivious molestation involving a victim under 12 by a defendant 18 or older, and one count of lewd or lascivious conduct with a person under 16.</p><p>His attorney, Michael Mirer, previously said Cardoso maintains his innocence.</p><p>“My client is adamant that he is not guilty, the allegations are false, and he will look forward to his day in court,” Mirer said.</p><p>A judge denied Cardoso bail on the two lewd or lascivious molestation counts and ordered him to stay away from five victims.</p><p>Miami-Dade County Public Schools previously told Local 10 News that Cardoso was removed from the school setting after administrators learned of the allegations in April and separated from the district in May. The district said he is “permanently precluded from seeking or obtaining future employment” with M-DCPS.</p><p>The new arrest report obtained Friday by Local 10 News shows that Cardoso now faces an additional count of offenses against students by authority figures and lewd and lascivious conduct on a child. </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/PVTFWIFPOJDZBLDS6OB7KNBNHE.jpg?auth=d5ef6a9c22cf61ec5c1bdad8911576be9826ffa5118b75dc2f66a1690b858dc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cesar Cardoso]]></media:description></media:content></item><item><title><![CDATA[Acusan a ex maestro de primaria de Miami-Dade de conducta inapropiada con otro estudiante]]></title><link>https://www.local10.com/espanol/2026/09/18/acusan-a-ex-maestro-de-primaria-de-miami-dade-de-conducta-inapropiada-con-otro-estudiante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/acusan-a-ex-maestro-de-primaria-de-miami-dade-de-conducta-inapropiada-con-otro-estudiante/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un ex maestro de una escuela primaria de Miami-Dade, que ya enfrenta más de una docena de cargos relacionados con estudiantes, ahora está acusado de conducta inapropiada con otra niña, quien dijo a los investigadores que él le tocó los glúteos, le pidió un beso y tenía en su teléfono celular una imagen de una mujer desnuda, la cual ella vio.]]></description><pubDate>Fri, 18 Sep 2026 15:51:24 +0000</pubDate><content:encoded><![CDATA[<p>Un ex maestro de una escuela primaria de Miami-Dade, que ya enfrenta <a href="https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girls-who-were-his-students-faces-more-charges-in-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girls-who-were-his-students-faces-more-charges-in-miami-dade/">más de una docena de cargos</a> relacionados con estudiantes, ahora está acusado de conducta inapropiada con otra niña, quien dijo a los investigadores que él le tocó los glúteos, le pidió un beso y tenía en su teléfono celular una imagen de una mujer desnuda, la cual ella vio.</p><p>Cesar Oriol Cardoso, de 53 años, anteriormente enseñaba en Sunset Park Elementary School, en el área de Kendall del condado Miami-Dade. Permanece tras las rejas desde el 11 de septiembre y estaba detenido en el Centro Correccional Turner Guilford Knight.</p><p>Según un nuevo reporte de arresto del Departamento de Policía de las Escuelas de Miami-Dade, los detectives fueron notificados el miércoles de que otra estudiante que actualmente asiste a una escuela primaria presuntamente había sido tocada de manera inapropiada por Cardoso durante el año escolar 2025-26.</p><p>La niña participó en una entrevista forense grabada en Kristi House el jueves.</p><p>Dijo a los investigadores que Cardoso fue su maestro de matemáticas durante el año escolar 2025-26.</p><p>Según el reporte, la niña recordó que en una ocasión se acercó al escritorio de Cardoso para pedirle ayuda con una pregunta de matemáticas.</p><p>Dijo que Cardoso estaba revisando su teléfono celular y que la pantalla mostraba una fotografía de una mujer completamente desnuda, con los senos y genitales expuestos. La niña dijo a los investigadores que Cardoso apagó la pantalla del teléfono después de que ella se colocó a su lado.</p><h3><b>Estudiante describe otros encuentros</b></h3><p>La niña también describió una ocasión en la que ella y otros cinco estudiantes fueron sacados de una clase de música o educación física para completar trabajos adicionales de lectura o matemáticas en el salón de Cardoso, indicó el reporte.</p><p>Según el reporte, la niña dijo que Cardoso le dio una palmada en los glúteos mientras ella se alejaba de él.</p><p>Durante otro incidente en el que los estudiantes fueron sacados de clase para completar trabajos escolares, la niña dijo que Cardoso la levantó por la cintura, haciéndola sentir incómoda.</p><p>Según el reporte, la niña también dijo a los investigadores que estaba en el salón de Cardoso antes de que comenzaran las clases en otra ocasión cuando él le pidió un beso.</p><p>La niña se negó y Cardoso le dijo que estaba bromeando, según el reporte de arresto.</p><h3><b>Cardoso ya enfrenta múltiples cargos</b></h3><p>Las nuevas acusaciones surgen mientras Cardoso ya enfrenta cargos derivados de acusaciones relacionadas con otras niñas que fueron sus estudiantes en Sunset Park Elementary.</p><p>La Policía de las Escuelas de Miami-Dade acusó previamente a Cardoso de sacar a niñas de educación física, otras clases o del almuerzo para que completaran trabajos escolares en su salón y mostrarles imágenes o videos inapropiados. La policía también lo acusó previamente de tocar de manera inapropiada a estudiantes y hacer comentarios inapropiados.</p><p>Hasta la noche del jueves, los registros judiciales mostraban que Cardoso enfrentaba 13 cargos: cinco cargos de difusión de material obsceno a un menor, cinco cargos de delitos contra estudiantes por parte de figuras de autoridad, dos cargos de abuso lascivo contra una víctima menor de 12 años por parte de un acusado de 18 años o más y un cargo de conducta lasciva con una persona menor de 16 años.</p><p>Su abogado, Michael Mirer, dijo previamente que Cardoso sostiene que es inocente.</p><p>“Mi cliente insiste en que no es culpable, que las acusaciones son falsas y espera con interés su día en la corte”, dijo Mirer.</p><p>Un juez negó la fianza a Cardoso por los dos cargos de abuso lascivo y le ordenó mantenerse alejado de cinco víctimas.</p><p>Las Escuelas Públicas del Condado Miami-Dade dijeron previamente a Local 10 News que Cardoso fue retirado del entorno escolar después de que los administradores se enteraron de las acusaciones en abril y dejó de formar parte del distrito en mayo. El distrito dijo que tiene “prohibido permanentemente solicitar u obtener empleo en el futuro” con M-DCPS.</p><p>El nuevo reporte de arresto obtenido el viernes por Local 10 News muestra que Cardoso ahora enfrenta un cargo adicional de delitos contra estudiantes por parte de figuras de autoridad y conducta lasciva con un menor.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PVTFWIFPOJDZBLDS6OB7KNBNHE.jpg?auth=d5ef6a9c22cf61ec5c1bdad8911576be9826ffa5118b75dc2f66a1690b858dc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cesar Cardoso]]></media:description></media:content></item><item><title><![CDATA[Coral Springs couple accused of going on shopping spree with stolen credit card that belonged to senior ]]></title><link>https://www.local10.com/news/local/2026/09/18/coral-springs-couple-accused-of-going-on-shopping-spree-with-stolen-credit-card-that-belonged-to-senior/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/coral-springs-couple-accused-of-going-on-shopping-spree-with-stolen-credit-card-that-belonged-to-senior/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Coral Springs couple is accused of using a 65-year-old woman’s credit cards seven times to make nearly $1,900 in unauthorized purchases, according to two arrest reports obtained by Local 10 News on Friday. ]]></description><pubDate>Fri, 18 Sep 2026 15:05:50 +0000</pubDate><content:encoded><![CDATA[<p>A Coral Springs couple is accused of using a 65-year-old woman’s credit cards seven times to make nearly $1,900 in unauthorized purchases, according to two arrest reports obtained by Local 10 News on Friday. </p><p><a href="https://www.local10.com/espanol/2026/09/18/acusan-a-pareja-de-coral-springs-de-irse-de-compras-con-tarjeta-de-credito-robada-que-pertenecia-a-adulto-mayor/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/acusan-a-pareja-de-coral-springs-de-irse-de-compras-con-tarjeta-de-credito-robada-que-pertenecia-a-adulto-mayor/">Leer en español</a></p><p>Jail records show Juan Dominguez, 34, and Yamika Poulard, 30, were arrested Thursday by the Coral Springs Police Department.</p><p>According to the arrest reports, the alleged credit card use occurred between July 29 and Aug. 10. The victim told investigators that her business credit card had been “compromised” and used 26 times in Coral Springs. She immediately provided investigators with seven transactions totaling $1,894.95 that she said were unauthorized, according to police. </p><p>Authorities said the couple allegedly used the victim’s card at a Metro by T-Mobile store in Coral Springs on July 29 and at a Kohl’s department store in Coral Springs the following day.</p><p>Coral Springs police said officers witnessed the couple using their phones to make more than $500 worth of clothing purchases at Kohl’s, located at 9001 W. Atlantic Blvd., in the Coral Square Mall.</p><p>Investigators said the couple was accompanied by Poulard’s daughter when they allegedly used the card’s tap-to-pay feature at Kohl’s. They said officers saw the couple in an elevator at the store with shopping carts filled with clothing. Surveillance footage also captured the license plate of Poulard’s gray Tesla, according to the report.</p><p>The report states that the victim’s card was also used at a Caribbean restaurant in Margate, a Zumiez store in the Coral Square Mall and at a nearby 7-Eleven.</p><p>Police said investigators reviewed surveillance footage from Kohl’s and the 7-Eleven and used the footage to help identify and arrest the couple. </p><p>Police said they tracked the stolen card to the couple’s neighborhood and verified their identities.</p><p>Jail records show Dominguez and Poulard each face one count of grand theft from a person 65 or older, credit card fraud, organized scheme to defraud and contributing to the delinquency of a minor.</p><p>Authorities said the victim told police she wanted to press charges. It was not immediately known whether there were additional victims in the case.</p><p>As of Friday morning, Dominguez and Poulard were being held at the Broward County Main Jail. Their bond amounts were not immediately available.</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/PMZO3E5XRNEVREC266HCHNPH3Y.jpg?auth=3184ecedf96d6e7503bb2353b637ebc774d66fbbd2ca7f2fab1f82c3ba4d13b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a pareja de Coral Springs de irse de compras con tarjeta de crédito robada que pertenecía a adulto mayor]]></title><link>https://www.local10.com/espanol/2026/09/18/acusan-a-pareja-de-coral-springs-de-irse-de-compras-con-tarjeta-de-credito-robada-que-pertenecia-a-adulto-mayor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/acusan-a-pareja-de-coral-springs-de-irse-de-compras-con-tarjeta-de-credito-robada-que-pertenecia-a-adulto-mayor/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una pareja de Coral Springs está acusada de usar siete veces las tarjetas de crédito de una mujer de 65 años para realizar casi $1,900 USD en compras no autorizadas, según dos reportes de arresto obtenidos por Local 10 News el viernes.]]></description><pubDate>Fri, 18 Sep 2026 15:47:00 +0000</pubDate><content:encoded><![CDATA[<p>Una pareja de Coral Springs está acusada de usar siete veces las tarjetas de crédito de una mujer de 65 años para realizar casi $1,900 USD en compras no autorizadas, según dos reportes de arresto obtenidos por Local 10 News el viernes.</p><p>Los registros de la cárcel muestran que Juan Dominguez, de 34 años, y Yamika Poulard, de 30, fueron arrestados el jueves por el Departamento de Policía de Coral Springs.</p><p>Según los reportes de arresto, el presunto uso de las tarjetas de crédito ocurrió entre el 29 de julio y el 10 de agosto. La víctima dijo a los investigadores que su tarjeta de crédito comercial había sido “comprometida” y utilizada 26 veces en Coral Springs. De inmediato proporcionó a los investigadores siete transacciones por un total de $1,894.95 USD que, según dijo, no había autorizado, de acuerdo con la policía.</p><p>Las autoridades dijeron que la pareja presuntamente utilizó la tarjeta de la víctima en una tienda Metro by T-Mobile en Coral Springs el 29 de julio y en una tienda por departamentos Kohl’s en Coral Springs al día siguiente.</p><p>La policía de Coral Springs dijo que los agentes vieron a la pareja usando sus teléfonos para realizar compras de ropa por más de $500 USD en Kohl’s, ubicada en 9001 W. Atlantic Blvd., en el centro comercial Coral Square Mall.</p><p>Los investigadores dijeron que la pareja estaba acompañada por la hija de Poulard cuando presuntamente utilizaron la función de pago sin contacto de la tarjeta en Kohl’s. Dijeron que los agentes vieron a la pareja en un ascensor de la tienda con carritos de compras llenos de ropa. Las imágenes de vigilancia también captaron la placa del Tesla gris de Poulard, según el reporte.</p><p>El reporte indica que la tarjeta de la víctima también fue utilizada en un restaurante caribeño en Margate, una tienda Zumiez en Coral Square Mall y un 7-Eleven cercano.</p><p>La policía dijo que los investigadores revisaron imágenes de vigilancia de Kohl’s y del 7-Eleven y utilizaron las grabaciones para ayudar a identificar y arrestar a la pareja.</p><p>La policía dijo que los investigadores rastrearon la tarjeta robada hasta el vecindario de la pareja y verificaron sus identidades.</p><p>Los registros de la cárcel muestran que Dominguez y Poulard enfrentan cada uno un cargo de hurto mayor a una persona de 65 años o más, fraude con tarjeta de crédito, esquema organizado para defraudar y contribuir a la delincuencia de un menor.</p><p>Las autoridades dijeron que la víctima informó a la policía que quería presentar cargos. No se supo de inmediato si había víctimas adicionales en el caso.</p><p>Hasta la mañana del viernes, Dominguez y Poulard permanecían detenidos en la cárcel principal del condado Broward. Los montos de sus fianzas no estaban disponibles de inmediato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PMZO3E5XRNEVREC266HCHNPH3Y.jpg?auth=3184ecedf96d6e7503bb2353b637ebc774d66fbbd2ca7f2fab1f82c3ba4d13b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Dirty 30! Shorty’s racks up 40 violations on their food safety inspection! Here’s what inspectors found]]></title><link>https://www.local10.com/food/dirty-dining/2026/09/18/dirty-30-plus-shortys-racked-up-40-violations-on-their-food-safety-inspection-heres-what-inspectors-found/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/09/18/dirty-30-plus-shortys-racked-up-40-violations-on-their-food-safety-inspection-heres-what-inspectors-found/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[These restaurants were NOT ordered shut, but inspectors found 30 or more violations during recent food-safety inspections. We think that is unacceptable and you need to know about it. ]]></description><pubDate>Fri, 18 Sep 2026 15:08:10 +0000</pubDate><content:encoded><![CDATA[<p>These restaurants were <b>NOT</b> ordered shut, but inspectors found 30 or more violations during recent food-safety inspections. We think that is unacceptable and you need to know about it. </p><p><a href="https://www.local10.com/espanol/2026/09/18/dirty-30-shortys-acumula-40-infracciones-en-inspeccion-de-seguridad-alimentaria-esto-encontraron-los-inspectores/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/dirty-30-shortys-acumula-40-infracciones-en-inspeccion-de-seguridad-alimentaria-esto-encontraron-los-inspectores/">Leer en español</a></p><p>From dirty equipment and food-contact surfaces, to improper food temperatures, pest problems and handwashing violations, these restaurants have some serious work to do. </p><p>Legendary Shorty’s BBQ racked up a staggering 40 violations and this inspection was prompted by a complaint. </p><p>These businesses need to do better. </p><p>We’re putting their violations on the Dirty 30 list so you can see exactly what inspectors found.</p><p><b>**SHORTY’S BAR-B-Q</b></p><p><b>9200 SOUTH DIXIE HIGHWAY</b></p><p><b>SOUTH MIAMI/DADELAND</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>INSPECTION DATE 9/15</b></p><p><b>40 VIOLATIONS FOUND</b></p><p>Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. “Observed dead flies on sticky tape in office.”</p><p>Accumulation of debris inside ware washing machine. “Observed interior soiled.”</p><p>Bathroom facility not clean. “Observed urinal in men’s restroom with urine stains and hair.”</p><p>Buildup of food debris/soil residue on equipment door handles. — Repeat Violation “Observed soiled equipment handles.”</p><p>Ceiling/ceiling tile shows damage or is in disrepair. — Repeat Violation “Observed water damage to multiple tiles in restroom.”</p><p>Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. — Repeat Violation “Observed dusty vents.”</p><p>Cold holding equipment not maintained in good repair. “Observed small reach-in cooler in storage area with ambient temperature of 67°F. Cheese slices stored inside for more than 4 hours at 67°F.”</p><p>Employee personal items stored in or above a food preparation area, food, clean equipment and utensils, or single-service items. “Observed phone on top of dish machine.”</p><p>Employee with no hair restraint while engaging in food preparation. “Observed multiple employees with no hair restraint engaged in food preparation.”</p><p>Equipment and utensils not properly air-dried — wet nesting. “Observed in back of kitchen on rack.”</p><p>Exterior door has a gap at the threshold that opens to the outside. “Observed at back door next to ice machine.”</p><p>Floor area(s) covered with standing water. — Repeat Violation “Observed throughout kitchen and smoker room. Observed in walk-in cooler.”</p><p>Food storage container/container lid cracked or broken. “Observed above prep sink in back; cracked containers.”</p><p>Food stored on floor. “Observed soda syrup on floor in back of kitchen. Observed oil on floor of cook line next to chest freezer.”</p><p>Ice buildup in reach-in freezer and/or walk-in freezer. — Repeat Violation “Observed in chest freezer.”</p><p>In-use knife/knives stored in cracks between pieces of equipment. “Observed at prep sink.”</p><p>No handwashing sign provided at a hand sink used by food employees. “Observed no handwashing sign at sink in kitchen.”</p><p>Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. — Repeat Violation “Observed gaskets soiled in multiple coolers. Observed exterior of equipment heavily soiled.”</p><p>Open dumpster lid. — Repeat Violation “Observed open lid at time of inspection.”</p><p>Opened employee beverage container in a cold holding unit with food to be served to customers. “Observed employee cup on rack in walk-in cooler. Observed water bottle in chest freezer.”</p><p>Reach-in cooler interior/shelves have accumulation of soil residues. “Observed in walk-in cooler. Observed in reach-in cooler; soiled shelves.”</p><p>Reach-in cooler shelves with rust that has pitted the surface. “Observed in reach-in.”</p><p>Standing water in bottom of reach-in cooler. “Observed at reach-in at front counter where coleslaw is stored.”</p><p>Stored food not covered. “Observed in walk-in cooler.”</p><p>Unsealed concrete floor in food preparation, food storage, ware washing area or bathroom. — Repeat Violation “Observed in smoker room and walk-in cooler.”</p><p>Walk-in cooler/freezer shelves with rust that has pitted the surface. — Repeat Violation “Observed rust on shelves in walk-in and reach-in.”</p><p>Wall soiled with accumulated grease, food debris, and/or dust. — Repeat Violation “Observed throughout establishment.”</p><p>Chlorine sanitizer not at proper minimum strength for manual ware washing. “Observed less than 50 ppm at triple sink.”</p><p>Employee handled soiled equipment or utensils and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. “Observed employee on phone at ware wash area, then continue work with no handwash.”</p><p>Employee touched face/hair and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. “Observed employee at dish machine rubbing sweat off face and continue handling clean utensils.”</p><p>Hose attached to faucet at three-compartment/food preparation/handwash sink eliminating required air gap. “Observed at prep sink in back.”</p><p>Stop Sale issued on time/temperature control for safety food due to temperature abuse. “Observed in mini cooler in storage area: cheese slices at 67°F. As per cook, more than 4 hours.”</p><p>Time/temperature control for safety food cold held at greater than 41°F. “Observed in mini cooler in storage area: cheese slices at 67°F. As per cook, more than 4 hours. Observed at front counter: coleslaw at 70°F. Operator placed product in ice to rapidly chill.”</p><p>Time/temperature control for safety food, other than whole meat roast, hot held at less than 135°F. “Observed in warmer across cook line: ribs at 112°F; steak at 122°F. As per operator, less than 2 hours. Ribs were thrown out and steaks were reheated to 165°F. Observed on cook line: chicken at 97°F; wings at 89°F. Operator threw into oven to be reheated, less than 4 hours on line.”</p><p>Food-contact surface soiled with food debris, mold-like substance or slime. “Observed soiled food shelves in dry storage.”</p><p>Handwash sink used for purposes other than handwashing. — Repeat Violation “Observed hand sink with container inside at waiter station.”</p><p>No currently certified food service manager on duty with four or more employees engaged in food preparation/handling. “Observed no CFM present at time of inspection; more than 4 employees on site.”</p><p>No paper towels or mechanical hand drying device provided at handwash sink. — Repeat Violation “Observed in men’s restroom; no paper towels and device not working. Observed no paper towels at hand sink in kitchen or at waiter station.”</p><p>Non-pitting surface rust on food-contact equipment. — Repeat Violation “Observed on shelves where dry goods are stored.”</p><p>Paper towel dispenser at handwash sink not working/unable to dispense paper towels. “Observed at back kitchen hand sink; paper towels unable to dispense.”</p><p><b>**TRAN AN VIETNAMESE FOOD</b></p><p><b>215 NE 82ND ST.</b></p><p><b>MIAMI (LITTLE RIVER)</b></p><p><b>INSPECTION DATE 9/16</b></p><p><b>30 VIOLATIONS FOUND</b></p><p>Accumulation of black/green mold-like substance in the interior of the ice machine/bin. “Observed.”</p><p>Ceiling not smooth, nonabsorbent and easily cleanable in food preparation, food storage, or ware washing areas. “Observed above prep area front counter.”</p><p>Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. “Observed ceiling tiles dusty above kitchen cook line and ware washing areas.”</p><p>Employee beverage container on a food preparation table or over/next to clean equipment/utensils. “Observed an employee drink cup stored on tray rack by cook line.”</p><p>Employee personal items stored in or above a food preparation area, food, clean equipment and utensils, or single-service items. “Observed personal phone stored on prep area front counter.”</p><p>Employee with no hair restraint while engaging in food preparation. “While preparing food.”</p><p>Equipment in poor repair. “Observed reach-in coolers gaskets torn by front counter.”</p><p>Floor area(s) covered with standing water. “Observed standing water under RIC front counter and hand sink.”</p><p>Food stored on floor. “Observed cooking oil containers and fish sauce stored on floor by back exit door and storage room outside.”</p><p>In-use utensil stored in standing water less than 135 degrees Fahrenheit. — Repeat Violation “Observed utensils inside standing water at 93°F by cook line.”</p><p>Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. “Observed reach-in coolers gaskets soiled at front counter prep area.”</p><p>Outer openings not protected with self-closing doors. “Observed a service window by front counter for To-Go orders open during inspection and observed back door exit door open during inspection.”</p><p>Reach-in cooler interior/shelves have accumulation of soil residues. “Observed reach-in freezer interior have accumulation of soil residues by storage room.”</p><p>Reach-in cooler shelves with rust that has pitted the surface. — Repeat Violation “Observed reach-in coolers rusted front counter and storage across cook line.”</p><p>Wall soiled with accumulated grease, food debris, and/or dust. “Observed wall dusty by hoods back exit door.”</p><p>Wet mop not stored in a manner to allow the mop to dry. “Observed wet mop stored inside mop bucket by back exit door.”</p><p>Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. “Observed employee coming from outside door and proceeded to grab clean containers and go to kitchen.”</p><p>Employee failed to wash hands before putting on gloves to initiate a task working with food. “Observed employee put new gloves on without washing hands.”</p><p>Live, small flying insects found. “Observed 2 live flying insects flying around dining room area. Observed 2 live flying insects flying by storage room by freezer. Observed 2 live flying insects flying around ware washing areas.”</p><p>Non-food grade paper/paper towel used as liner for food container. “Observed in contact with lettuce inside reach-in coolers prep area front counter.”</p><p>Quaternary ammonium sanitizer in spray bottle not at proper minimum strength. “Observed spray at 0 ppm; employee prepared new solution.”</p><p>Raw animal food stored over/not properly separated from ready-to-eat food. “Observed raw tray with beef stored over cooked meatballs container at reach-in coolers front counter.”</p><p>Stop Sale issued on time/temperature control for safety food due to temperature abuse. “Observed raw chicken at 63°F, raw ground sausage at 55°F, and cooked pork with crab mix at 57°F at reach-in coolers across cook line. As per chef, from a day prior.”</p><p>Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. “Observed raw chicken at 63°F, raw ground sausage at 55°F, and cooked pork with crab mix at 57°F at reach-in coolers across cook line. As per chef, from a day prior.”</p><p>Food-contact surface soiled with food debris, mold-like substance or slime. “Observed cutting boards at prep area front counter.”</p><p>Handwash sink used for purposes other than handwashing. “Observed tongs stored inside hand sink front counter.”</p><p>Manager or person in charge lacking proof of food manager certification. “Observed person in charge Ashley Benfield not manager certified.”</p><p>No currently certified food service manager on duty with four or more employees engaged in food preparation/handling. “Observed no currently certified food service manager on duty.”</p><p>No proof of required state-approved employee training provided for any employees. “Observed employee Kevin Marenco hired almost 2 years and Dyna Aubert hired about six months.”</p><p>Spray bottle containing toxic substance not labeled. “Observed spray plastic bottle with sanitizer not labeled front counter by ice machine.”</p><p><b>**CASA JUAN RESTAURANT</b></p><p><b>5755 NW 7TH ST.</b></p><p><b>BLUE LAGOON/MIA AREA</b></p><p><b>INSPECTION DATE 9/14</b></p><p><b>35 VIOLATIONS FOUND</b></p><p>Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. “Observed 1 sticky tape with dead flies hanging from the ceiling over clean kitchen equipment.”</p><p>Accumulation of debris inside ware washing machine. “Observed.”</p><p>Accumulation of debris on exterior of ware washing machine. “Observed.”</p><p>Clean utensils and equipment stored on dirty wall at mop sink. “Observed.”</p><p>Cutting board has cut marks and is no longer cleanable. “Observed.”</p><p>Dead roaches on premises. “Observed 1 dead roach on the floor at dry storage area. Manager removed and discarded dead roach.”</p><p>Ice buildup in reach-in freezer and/or walk-in freezer. “Observed.”</p><p>Interior of oven and microwaves has accumulation of old food debris. — Repeat Violation “Observed.”</p><p>Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. “Observed reach-in cooler fans guard soiled.”</p><p>Objectionable odors in cooler. “Observed.”</p><p>Plumbing system in disrepair. “Observed.”</p><p>Reach-in cooler shelves with rust that has pitted the surface. “Observed.”</p><p>Stored food not covered. — Repeat Violation “Observed several aluminum containers with cooked food not covered in reach-in cooler, located at cooking line and walk-in cooler.”</p><p>Time/temperature control for safety food thawed in an improper manner. “Observed several raw fish stored in standing water at preparation table. Employee removed fish from water and placed it in reach-in cooler.”</p><p>Walk-in cooler interior and shelves have heavy accumulation of old food debris. — Repeat Violation “Observed.”</p><p>Walk-in cooler/freezer shelves with rust that has pitted the surface. “Observed.”</p><p>Wall inside walk-in cooler soiled. “Observed plastic curtains at walk-in cooler heavily soiled with black mold-like substance. Observed wall at mop sink soiled.”</p><p>Employee failed to wash hands before putting on gloves to initiate a task working with food. “Observed an employee handling raw food and subsequently putting on gloves without washing hands beforehand.”</p><p>Employee handled soiled equipment or utensils and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. “Observed employee cleaning cooking pot at 3-compartment sink and then began handling clean containers, no hand wash.”</p><p>Food preparation sink has soil/old food residue. “Observed.”</p><p>Food-contact surfaces not sanitized after cleaning, before use. “Observed employee washing and rinsing vegetable dicer with no sanitizer.”</p><p>Live, small flying insects found. “Observed more than 30 small flies actively flying throughout the dry storage area. Approximately 5 flies were observed landing on raw potatoes. Additionally, approximately 10 flies were observed landing on clean blender glasses and maple syrup containers located at the front counter preparation area.”</p><p>Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. — Repeat Violation “Observed raw chicken stored over raw pork at walk-in cooler.”</p><p>Ready-to-eat, time/temperature control for safety food marked with a date that exceeds 7 days after opening/preparation. “Observed container of pork soup with dates exceeding 7 days at walk-in cooler.”</p><p>Single-use gloves not changed as needed after changing tasks or when damaged or soiled. “Observed an employee washing their hands while wearing gloves.”</p><p>Stop Sale issued due to food not being in a wholesome, sound condition. “Observed container of pork soup with dates exceeding 7 days at walk-in cooler. Observed 5 live flies land on raw potatoes at dry storage area.”</p><p>Stop Sale issued on time/temperature control for safety food due to temperature abuse. “Observed beef pastry at 71°F and cheese pastry at 68°F at room temperature at front counter. As per manager, for more than 4 hours.”</p><p>Time/temperature control for safety food cold held at greater than 41°F. “Observed beef pastry at 71°F and cheese pastry at 68°F at room temperature at front counter. As per manager, for more than 4 hours. Observed raw fish at 71°F at room temperature at cook line. As per employee, for less than 30 minutes.”</p><p>Time/temperature control for safety food, other than whole meat roast, hot held at less than 135°F. “Observed beef stew at 120°F and ground beef at 125°F in steam table. As per operator, food was placed on the steam table 2 hours before the inspection.”</p><p>Vacuum breaker missing at hose bibb or on fitting/splitter added to hose bibb. “Observed.”</p><p>Food-contact surface soiled with food debris, mold-like substance or slime. — Repeat Violation “Observed preparation table soiled with old food debris at cook line. Observed wall-mounted vegetable dicer heavily soiled with old food debris. Observed fryer baskets soiled with old food debris at cook line. Observed interior of rice and flour containers soiled with old food debris at back storage area. Observed interior of toaster soiled at front counter.”</p><p>Handwash sink used for purposes other than handwashing. “Observed employee washing and disposing dirty water in hand sink, located at cooking line.”</p><p>No paper towels or mechanical hand drying device provided at handwash sink. “Observed at hand sink located at cooking line.”</p><p>Ready-to-eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. “Observed cooked chicken prepared 2 days prior to the inspection with no date mark.”</p><p>Toxic substance/chemical on premise that is not required for the operation of establishment. “Observed sanitizer spray stored next to clean knives and forks, located at front counter.”</p><p><b>**LAS FLORES MEXICAN</b></p><p><b>12384 QUAIL ROOST DR.</b></p><p><b>SOUTH MIAMI HEIGHTS/SW MIAMI-DADE</b></p><p><b>INSPECTION DATE 9/14</b></p><p><b>31 VIOLATIONS FOUND </b></p><p>Bowl or other container with no handle used to dispense food. — Repeat Violation “Observed plastic cup with no handle used to dispense cheese at reach-in cooler at kitchen entrance.”</p><p>Buildup of food debris/soil residue on equipment door handles. “Observed reach-in freezer door in kitchen.”</p><p>Ceiling/ceiling tile shows damage or is in disrepair. “Observed some ceiling tiles in the lobby soiled with water damage.”</p><p>Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. “Observed interior white fan stored at prep table soiled with heavy accumulation of dust.”</p><p>Cove molding at floor/wall juncture broken/missing. “Observed cove molding at handwash sink in the kitchen broken.”</p><p>Equipment in poor repair. “Observed black reach-in freezer door handles in disrepair.”</p><p>Floor soiled/has accumulation of debris. — Repeat Violation “Observed floor soiled under cold holding equipment. Also observed under cooking equipment.”</p><p>Food stored in a prohibited area. “Observed red chili peppers container stored inside of the bathroom located near exterior door.”</p><p>No Heimlich maneuver/choking sign posted. “Observed.”</p><p>No copy of latest inspection report available. “Observed.”</p><p>Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. — Repeat Violation “Observed cove molding at the triple sink soiled with mold-like substance. Also observed exterior of flat grill heavily soiled.”</p><p>Objectionable odors in bathroom or other areas of the establishment. “Observed objectionable odor at white reach-in freezer.”</p><p>Bathroom near kitchen exterior used as dry storage/drinks. “Observed bathroom near kitchen exterior used as dry storage/drinks.”</p><p>Opened employee beverage container in a cold holding unit with food to be served to customers. — Repeat Violation “Observed employee open water stored at reach-in cooler near exit door.”</p><p>Reach-in cooler/freezer interior have accumulation of soil residues. “Observed reach-in cooler near exterior door have accumulation of soil residues. Also observed black reach-in freezer near cook line have accumulation of soil residues.”</p><p>Screen in door torn/in poor repair. “Observed exterior door.”</p><p>Standing water or very slow draining water in handwash sink, three-compartment sink, or mop sink. “Observed slow draining water at handwash sink in the kitchen.”</p><p>Three-compartment sink used for ware washing not cleaned before use as a food preparation sink. “Observed.”</p><p>Wall soiled with accumulated grease, food debris, and/or dust. “Observed wall soiled near handwash sink in the kitchen. Also one wall soiled at mop sink and triple sink.”</p><p>Wet mop not stored in a manner to allow the mop to dry. “Observed.”</p><p>Employee washed hands with no soap. “Observed.”</p><p>Raw animal food stored over/not properly separated from ready-to-eat food. “Observed raw shell eggs stored over bell peppers and tomatoes at reach-in cooler near exterior door.”</p><p>Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. “Observed cooked onions at 127°F at flat grill, as per cook for less than an hour.”</p><p>Water misting device not maintained/cleaned as required. “Observed water misting at triple sink soiled heavily with mold-like substance.”</p><p>Employee washed hands in a sink other than an approved handwash sink. “Observed employee washed hands inside of the triple sink.”</p><p>Food-contact surface soiled with food debris, mold-like substance or slime. “Observed frying baskets at fryer soiled with old debris.”</p><p>Handwash sink not accessible for employee use at all times. — Repeat Violation “Observed handwashing sink blocked by trash can.”</p><p>Handwash sink used for purposes other than handwashing. “Observed handwashing sink at front counter used to store wiping cloths and sanitizer buckets.”</p><p>No paper towels or mechanical hand drying device provided at handwash sink. “Observed at front counter.”</p><p>No probe thermometer provided to measure temperature of food products. “Observed.”</p><p>No soap provided at handwash sink. “Observed at handwash sink in the kitchen. Also observed at front counter.”</p><p><b>**TRIGO CAFE TAPAS </b></p><p><b>839 WEST 49TH ST.</b></p><p><b>HIALEAH</b></p><p><b>INSPECTION DATE 9/9</b></p><p><b>30 VIOLATIONS FOUND</b></p><p>Bowl or other container with no handle used to dispense food. “Observed on salt, sugar, rice and bread crumbs containers at dry storage.”</p><p>Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. “Observed dust and grease accumulated on ceiling tiles.”</p><p>Commercially processed reduced oxygen packaged fish bearing a label indicating that it is to remain frozen until time of use no longer frozen and not removed from reduced oxygen package. “Observed raw salmon and raw mahi filets no longer frozen still on ROP package. Operator segregated to be discarded.”</p><p>Current Hotel and Restaurant license not displayed. “Observed.”</p><p>Equipment in poor repair. “Observed no lid on ice machine, machine is covered with a plastic bag at front counter.”</p><p>Establishment did not report seating change that affects the license fee, Clean Indoor Air Act, sewage system approval or other related requirements. “Observed.”</p><p>Establishment increased seating without providing written approval from the local fire authority and wastewater provider. — Repeat Violation “Observed establishment licensed with 16 seats, observed 50 seats.”</p><p>Floor not cleaned when the least amount of food is exposed. “Observed by dry storage area and kitchen area.”</p><p>Food stored on floor. — Repeat Violation “Observed sugar bag and vinegar bottle stored on floor by dry storage area.”</p><p>In-use utensil stored in standing water less than 135°F. “Observed utensil in standing water at 99°F next to stove.”</p><p>Interior of oven/microwave has accumulation of black substance/grease/food debris. “Observed.”</p><p>No conspicuously located ambient air temperature thermometer in holding unit. “Observed no ambient thermometer on units throughout establishment.”</p><p>No copy of latest inspection report available. “Observed.”</p><p>Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. “Observed soiled gaskets on reach-in cooler across 3-compartment sink. Observed soiled reach-in cooler interior by dry storage area.”</p><p>Reach-in cooler interior/shelves have accumulation of soil residues. “Observed soiled with food debris reach-in cooler interior across 3-compartment sink.”</p><p>Single-service articles improperly stored. “Observed To-Go cardboard inserts case stored on floor by dry storage area.”</p><p>Wet mop not stored in a manner to allow the mop to dry. “Observed.”</p><p>Working containers of food removed from original container not identified by common name. — Repeat Violation “Observed salt and sugar containers not identified with common name at dry storage.”</p><p>Container of medicine improperly stored. “Observed a bottle of acetaminophen on shelves above food preparation at kitchen area. Operator removed.”</p><p>Nonfood-grade bags used in direct contact with food. “Observed food stored on nonfood-grade bags on standing freezer.”</p><p>Ready-to-eat, time/temperature control for safety food marked with a date that exceeds 7 days after opening/preparation. “Observed cooked black beans dated on 08/28 in standing unit at kitchen area. Operator segregated to be discarded.”</p><p>Stop Sale issued due to food not being in a wholesome, sound condition. “Observed raw salmon and raw mahi filets no longer frozen still on ROP package. Operator segregated to be discarded.”</p><p>Stop Sale issued on time/temperature control for safety food due to temperature abuse. “Observed cooked black beans dated on 08/28 in standing unit at kitchen area. Operator segregated to be discarded.”</p><p>Time/temperature control for safety food cold held at greater than 41°F. “Observed seafood ceviche at 44°F and sliced ham at 47°F on standing unit at kitchen. As per operator, less than 1 hour.”</p><p>Establishment has no written procedures for employees to follow in response to a vomiting or diarrheal event where the vomit or diarrhea is discharged onto surfaces in the establishment. “Observed.”</p><p>Food-contact surface soiled with food debris, mold-like substance or slime. “Observed slicer next to stove at kitchen area soiled with food debris.”</p><p>No proof of required state-approved employee training provided for any employees. “Observed.”</p><p>No proof provided that food employees are informed of their responsibility to report to the person in charge information about their health and activities related to foodborne illnesses. “Observed.”</p><p>Ready-to-eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. “Observed cooked white rice and congri rice prepared onsite and held more than 24 hours not properly date marked on standing unit by dry storage.”</p><p>Spray bottle containing toxic substance not labeled. — Repeat Violation “Observed degreaser spray bottle not identified with name.”</p><p><b>**CONCH HEAVEN</b></p><p><b>11275 NW 27TH AVE.</b></p><p><b>MIAMI</b></p><p><b>INSPECTION DATE 9/17</b></p><p><b>31 VIOLATIONS FOUND</b></p><p><b>ORDERED SHUT 6/29/26 (ROACH ISSUE)</b></p><p>Bathroom located inside establishment not completely enclosed with tight-fitting, self-closing doors. — Repeat Violation “Restrooms doors not self-closing.”</p><p>Bowl or other container with no handle used to dispense food. “Bowl with no handle used to scoop rice.”</p><p>Buildup of food debris/soil residue on equipment door handles. “Walk-in freezer door handle soiled with food debris.”</p><p>Ceiling/ceiling tile shows damage or is in disrepair. “Ceiling tiles water damaged in dry storage.”</p><p>Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. — Repeat Violation “Grease on A/C vents and throughout the ceiling in the kitchen area.”</p><p>Clean glasses, cups, bowls, plates, pots and pans not stored inverted or in a protected manner. “Observed pots and pans not inverted.”</p><p>Cutting board has cut marks and is no longer cleanable. — Repeat Violation “Grooved cutting board.”</p><p>Employee personal items stored in or above a food preparation area, food, clean equipment and utensils, or single-service items. “iPad and battery charger on top of the preparation table.”</p><p>Employee with no hair restraint while engaging in food preparation. “Kitchen employees not wearing hair restraints.”</p><p>Equipment in poor repair. “Chest freezer lid rusted.”</p><p>Floor soiled/has accumulation of debris. “Under the shelves in dry storage, and grease under the fryer.”</p><p>Fly sticky tape hanging over food/food preparation area/food-contact equipment. “Observed over food preparation table.”</p><p>Food not stored at least 6 inches off of the floor. — Repeat Violation “Box of tomatoes on the floor inside the walk-in cooler.”</p><p>Hole in or other damage to wall. — Repeat Violation “Hole on wall by triple sink.”</p><p>Ice buildup in reach-in freezer and/or walk-in freezer. “Ice in walk-in freezer and reach-in freezer.”</p><p>Improper storage of maintenance equipment that interferes with cleaning. “Around kitchen area.”</p><p>Interior of oven/microwave has accumulation of black substance/grease/food debris. — Repeat Violation “Observed the oven soiled.”</p><p>No handwashing sign provided at a hand sink used by food employees. “No handwashing sign in the restroom and front counter.”</p><p>Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. — Repeat Violation “Reach-in cooler gasket soiled. Hood filters soiled, and the bottom of the preparation table.”</p><p>Reach-in cooler interior/shelves have accumulation of soil residues. “Reach-in cooler interior soiled.”</p><p>Time/temperature control for safety food thawed in an improper manner. “Observed seafood being thawed at room temperature.”</p><p>Walk-in cooler/freezer shelves with rust that has pitted the surface. — Repeat Violation “Walk-in freezer shelves rusted.”</p><p>Wall soiled with accumulated grease, food debris, and/or dust. — Repeat Violation “Wall soiled throughout the kitchen.”</p><p>Wet mop not stored in a manner to allow the mop to dry. “Observed.”</p><p>Working containers of food removed from original container not identified by common name. “Plastic bottles with sauces not labeled. Food storage containers not labeled.”</p><p>Nonfood-grade bags used in direct contact with food. “Thank-you bags in direct contact with food.”</p><p>Pesticide/insecticide labeled for household use only present in establishment. “Observed bug spray on preparation table.”</p><p>Time/temperature control for safety food, other than whole meat roast, hot held at less than 135°F. “Observed cooked chicken at 119°F, cabbage at 95°F and pork at 109°F. Manager started to reheat them to 165°F.”</p><p>Food-contact surface soiled with food debris, mold-like substance or slime. “Mixer head soiled.”</p><p>No paper towels or mechanical hand drying device provided at handwash sink. “No paper towels in the hand sink.”</p><p>Ready-to-eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. — Repeat Violation “All cooked food items in the walk-in cooler from more than 24 hours, as per employee, not date marked.”</p><p><b>**HONORABLE MENTION**</b></p><p><b>**LA JULIANA LJ</b></p><p><b>3001 WEST 12TH AVE.</b></p><p><b>HIALEAH</b></p><p><b>INSPECTION DATE 9/8</b></p><p><b>29 VIOLATIONS FOUND</b></p><p>Current Hotel and Restaurant license not displayed. “Observed.”</p><p>Employee wearing jewelry other than a plain ring on their hands/arms while preparing food. “Observed employee engaging food preparation at cook line wearing a watch.”</p><p>Equipment in poor repair. “Observed broken door on reach-in cooler at cook line by steam table.”</p><p>Food stored in a room/shed that is not fully enclosed. “Observed a chest freezer storing food at the back of the establishment not covered or secured.”</p><p>Hot water at mop sink does not reach 85°F. “Observed.”</p><p>In-use utensil stored in standing water less than 135°F. “Observed ice cream scoop in standing water at 97°F at kitchen area.”</p><p>In-use wet wiping cloth/towel used under cutting board. “Observed under cutting board, employee removed.”</p><p>No conspicuously located ambient air temperature thermometer in holding unit. “Observed no ambient thermometer in all units at kitchen.”</p><p>Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. “Observed soiled with food debris drawers interior at cook line.”</p><p>Opened employee beverage container in a cold holding unit with food to be served to customers. “Observed multiple personal drinks inside reach-in cooler at kitchen area. Operator removed.”</p><p>Time/temperature control for safety food thawed in an improper manner. “Observed raw shrimp (frozen) inside 3-compartment sink at kitchen. Operator moved to reach-in cooler.”</p><p>Water leaking from pipe and/or faucet/handle. “Observed leaking from handwash sink pipe at kitchen.”</p><p>Wet wiping cloths used for occasional spills on equipment food- and nonfood-contact surfaces not clean. “Observed multiple wiping cloths at kitchen area.”</p><p>Employee washed hands with cold water. “Observed no hot water at establishment.”</p><p>Nonfood-grade bags used in direct contact with food. “Observed cut cheese stored on To-Go bags. Operator changed.”</p><p>Pesticide/insecticide labeled for household use only present in establishment. “Observed a Raid spray bottle at front counter and observed one stored above 3-compartment sink at kitchen.”</p><p>Raw animal food stored over/not properly separated from ready-to-eat food. “Observed raw chicken stored above cooked rice on drawers at cook line. Employee stored properly.”</p><p>Time/temperature control for safety food cold held at greater than 41°F. “Observed cut ham at 45°F and shredded cheese at 45°F on preparation table at kitchen area, as per operator less than 3 hours. Operator moved to reach-in cooler across grill.”</p><p>Time/temperature control for safety food, other than whole meat roast, hot held at less than 135°F. “Observed cooked onions at 94°F next to flat grill, as per operator less than 3 hours.”</p><p>Employee washed hands in a sink other than an approved handwash sink. “Observed employee wash their hands at 3-compartment sink.”</p><p>Food-contact surface soiled with food debris, mold-like substance or slime. “Observed soiled with food debris can opener blade. Also observed soiled white cutting board at cook line.”</p><p>Handwash sink not accessible for employee use at all times. “Observed a case of bananas stored on top of handwash sink at kitchen area. Employee removed.”</p><p>No chemical test kit provided when using sanitizer at three-compartment ware washing machine or wiping cloths. “Observed no chlorine test strips available.”</p><p>No handwash sink for employees. “Observed no handwash sink on preparation area at the back of the establishment.”</p><p>No hot running water at three-compartment sink. “Hot water running for approximately 10 minutes, reached 84°F.”</p><p>No plan review submitted and approved — renovations were made or are in progress. “Observed 1 reach-in cooler and 1 preparation/container located at the back of the establishment. Plans were not submitted at the time of the inspection. Observed food stored and food preparation during inspection.”</p><p>No probe thermometer provided to measure temperature of food products. “Observed.”</p><p>No soap provided at handwash sink. “Observed at kitchen area. Operator provided during inspection.”</p><p>Water with a temperature of at least 85°F not provided/shut off at employee handwash sink. “Hot water running for approximately 10 minutes, reached.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXXZHVSCDVAILNETEOKXWQRMTM.jpg?auth=4f7f45b5a4a90272c7612660d4a5ba23fed2c018fede20fbdee4baa4f76730f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Dirty 30!  Shorty’s acumula 40 infracciones en inspección de seguridad alimentaria; esto encontraron los inspectores]]></title><link>https://www.local10.com/espanol/2026/09/18/dirty-30-shortys-acumula-40-infracciones-en-inspeccion-de-seguridad-alimentaria-esto-encontraron-los-inspectores/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/dirty-30-shortys-acumula-40-infracciones-en-inspeccion-de-seguridad-alimentaria-esto-encontraron-los-inspectores/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Estos restaurantes NO recibieron una orden de cierre, pero los inspectores encontraron 30 o más infracciones durante recientes inspecciones de seguridad alimentaria. Consideramos que esto es inaceptable y usted necesita saberlo.]]></description><pubDate>Fri, 18 Sep 2026 15:43:35 +0000</pubDate><content:encoded><![CDATA[<p>Estos restaurantes <b>NO</b> fueron clausurados, pero los inspectores detectaron 30 o más infracciones durante las recientes inspecciones de seguridad alimentaria. Consideramos que esto es inaceptable y es importante que lo sepan.</p><p>Desde equipos sucios y superficies en contacto con los alimentos sucias, hasta temperaturas inadecuadas de los alimentos, problemas de plagas e incumplimiento de las normas de higiene de manos, estos restaurantes tienen mucho trabajo por delante.</p><p>El legendario restaurante Shorty’s BBQ acumuló la asombrosa cifra de 40 infracciones, y esta inspección fue motivada por una queja.</p><p>Estas empresas tienen que mejorar.</p><p>Estamos incluyendo sus infracciones en la lista de los 30 casos más graves para que puedan ver exactamente lo que encontraron los inspectores.</p><p><b>**SHORTY’S BAR-BQ</b></p><p><b>9200 SOUTH DIXIE HIGHWAY</b></p><p><b>SUR DE MIAMI/DADELAND</b></p><p><b>INSPECCIÓN BASADA EN UNA DENUNCIA</b></p><p><b>FECHA DE INSPECCIÓN 15/9</b></p><p><b>40 VIOLACIONES ENCONTRADAS</b></p><p>Acumulación de aves, insectos, roedores u otras plagas muertas o atrapadas en dispositivos de control. «Se observaron moscas muertas en cinta adhesiva en la oficina».</p><p>Acumulación de residuos en el interior de la lavadora de vajilla. “Se observó suciedad en el interior”.</p><p>Los baños no estaban limpios. “Se observó un urinario en el baño de hombres con manchas de orina y cabello”.</p><p>Acumulación de restos de comida/residuos de tierra en las manijas de las puertas de los equipos. — Infracción reiterada: “Se observaron manijas de equipos sucias”.</p><p>El techo/las baldosas del techo presentan daños o están en mal estado. — Infracción reiterada: “Se observaron daños por agua en varias baldosas del baño”.</p><p>Techo/baldosas/rejillas de ventilación sucias con restos de comida acumulados, grasa, polvo o una sustancia similar al moho. — Infracción reiterada: “Se observaron rejillas de ventilación polvorientas”.</p><p>El equipo de refrigeración no se mantenía en buen estado. “Se observó un refrigerador pequeño en el área de almacenamiento con una temperatura ambiente de 67 °F. Las rebanadas de queso se almacenaron en su interior durante más de 4 horas a 67 °F.”</p><p>Artículos personales de los empleados almacenados en o encima de un área de preparación de alimentos, alimentos, equipos y utensilios limpios o artículos de un solo uso. “Se observó un teléfono encima del lavavajillas”.</p><p>Empleado sin sujeción para el cabello mientras preparaba alimentos. “Se observó a varios empleados sin sujeción para el cabello mientras preparaban alimentos”.</p><p>Equipos y utensilios que no se secaron correctamente al aire: acumulación de humedad. “Observado en la parte trasera de la cocina, en un estante”.</p><p>La puerta exterior tiene una abertura en el umbral que da al exterior. “Observado en la puerta trasera junto a la máquina de hielo”.</p><p>Área(s) del piso cubiertas con agua estancada. — Infracción reiterada: “Observado en toda la cocina y la sala de ahumado. Observado en la cámara frigorífica”.</p><p>Recipiente para almacenar alimentos/tapa del recipiente agrietada o rota. “Observado encima del fregadero de preparación en la parte trasera; recipientes agrietados”.</p><p>Alimentos almacenados en el suelo. “Se observó jarabe de soda en el suelo en la parte trasera de la cocina. Se observó aceite en el suelo de la línea de cocción junto al congelador horizontal.”</p><p>Acumulación de hielo en el congelador vertical y/o en el congelador horizontal. — Infracción reiterada: “Observado en el congelador horizontal”.</p><p>Cuchillo(s) en uso guardado(s) en las grietas entre las piezas del equipo. “Observado en el fregadero de preparación”.</p><p>No se encontró ningún letrero que indicara la prohibición de lavarse las manos en el lavamanos utilizado por los empleados de la cocina. “Observé un letrero que indicaba que no se debía lavarse las manos en el lavamanos de la cocina”.</p><p>Superficie que no entra en contacto con alimentos sucia con grasa, restos de comida, suciedad, lodo o polvo. — Infracción reiterada: “Se observaron juntas sucias en varios refrigeradores. Se observó el exterior del equipo muy sucio”.</p><p>Tapa del contenedor abierta. — Infracción reiterada: “Se observó la tapa abierta en el momento de la inspección”.</p><p>Se encontró un recipiente de bebida de un empleado abierto en una unidad de refrigeración con alimentos destinados a ser servidos a los clientes. “Se observó una taza de un empleado en un estante dentro de la cámara frigorífica. Se observó una botella de agua en el congelador horizontal”.</p><p>El interior y los estantes del refrigerador presentan acumulación de residuos de suciedad. “Observado en la cámara frigorífica. Observado en el refrigerador; estantes sucios.”</p><p>Estantes de refrigerador con óxido que ha corroído la superficie. “Observado en el refrigerador”.</p><p>Agua estancada en el fondo del refrigerador. “Observado en el refrigerador del mostrador donde se guarda la ensalada de col”.</p><p>Alimentos almacenados sin tapar. “Observado en la cámara frigorífica”.</p><p>Piso de concreto sin sellar en área de preparación de alimentos, almacenamiento de alimentos, área de lavado de utensilios o baño. — Infracción reiterada: “Observado en sala de ahumado y cámara frigorífica”.</p><p>Estantes de la cámara frigorífica/congelador con óxido que ha corroído la superficie. — Infracción reiterada: “Se observó óxido en los estantes de la cámara frigorífica y del congelador”.</p><p>Pared sucia con grasa acumulada, restos de comida y/o polvo. — Infracción reiterada “Observada en todo el establecimiento”.</p><p>El desinfectante de cloro no tiene la concentración mínima adecuada para el lavado manual de vajilla. “Se observó una concentración inferior a 50 ppm en el fregadero triple”.</p><p>El empleado manipuló equipo o utensilios sucios y luego participó en la preparación de alimentos, manipuló equipo o utensilios limpios o tocó artículos desechables sin envolver sin lavarse las manos. “Se observó al empleado hablando por teléfono en el área de lavado de utensilios y luego continuó trabajando sin lavarse las manos”.</p><p>El empleado se tocó la cara o el cabello y luego preparó alimentos, manipuló equipos o utensilios limpios o tocó artículos desechables sin envolver sin lavarse las manos. “Se observó al empleado en el lavavajillas secándose el sudor de la cara y continuando manipulando utensilios limpios”.</p><p>Manguera conectada al grifo del fregadero de tres compartimentos para preparación de alimentos y lavado de manos, eliminando el espacio de aire necesario. “Observado en el fregadero de preparación en la parte trasera”.</p><p>Se emitió una orden de cese de venta para alimentos que requerían control de tiempo/temperatura debido a un manejo inadecuado de la temperatura. “Se observaron rebanadas de queso en el mini refrigerador del área de almacenamiento a 67 °F. Según el cocinero, durante más de 4 horas”.</p><p>Control de tiempo/temperatura para la seguridad de los alimentos refrigerados a más de 5 °C. “Observado en el mini refrigerador del área de almacenamiento: rebanadas de queso a 19 °C. Según el cocinero, más de 4 horas. Observado en el mostrador: ensalada de col a 21 °C. El operario colocó el producto en hielo para enfriarlo rápidamente.”</p><p>Control de tiempo/temperatura para alimentos seguros, excepto asados ​​de carne entera, mantenidos calientes a menos de 57 °C. “Observado en el calentador en la línea de cocción: costillas a 44 °C; bistec a 50 °C. Según el operador, menos de 2 horas. Las costillas se desecharon y los bistecs se recalentaron a 74 °C. Observado en la línea de cocción: pollo a 36 °C; alitas a 32 °C. El operador las puso en el horno para recalentarlas, menos de 4 horas en la línea.”</p><p>Superficie en contacto con alimentos sucia con restos de comida, una sustancia similar al moho o una sustancia viscosa. “Se observaron estantes de alimentos sucios en el almacén de alimentos secos”.</p><p>Lavamanos usado para fines distintos al lavado de manos. — Infracción reiterada: “Se observó un lavamanos con un recipiente dentro en la estación de camareros”.</p><p>No había ningún gerente de servicio de alimentos certificado de turno con cuatro o más empleados dedicados a la preparación/manipulación de alimentos. “No se observó ningún gerente de servicio de alimentos certificado presente al momento de la inspección; había más de 4 empleados en el lugar”.</p><p>No se proporcionaron toallas de papel ni secadores de manos mecánicos en el lavamanos. — Infracción reiterada: “Observado en el baño de hombres; no había toallas de papel y el secador no funcionaba. Tampoco se observaron toallas de papel en el lavamanos de la cocina ni en la estación de camareros”.</p><p>Óxido superficial no corrosivo en equipos en contacto con alimentos. — Infracción reiterada: “Observado en estantes donde se almacenan productos secos”.</p><p>El dispensador de toallas de papel del lavamanos no funciona/no dispensa toallas de papel. “Observado en el lavamanos de la cocina trasera; no se pueden dispensar toallas de papel.”</p><p><b>**TRAN AN VIETNAMESE FOOD</b></p><p><b>215 NE CALLE 82.</b></p><p><b>MIAMI (LITTLE RIVER)</b></p><p><b>FECHA DE INSPECCIÓN 16/9</b></p><p><b>Se detectaron 30 infracciones.</b></p><p>Acumulación de una sustancia negra/verdosa similar al moho en el interior de la máquina/contenedor de hielo. “Observado”.</p><p>Techo irregular, no absorbente y fácil de limpiar en áreas de preparación, almacenamiento o lavado de utensilios de alimentos. “Observado sobre el mostrador principal del área de preparación”.</p><p>Techo/baldosas/rejillas de ventilación sucias con restos de comida acumulados, grasa, polvo o una sustancia similar al moho. “Se observaron baldosas de techo polvorientas sobre la línea de cocción de la cocina y las áreas de lavado de utensilios”.</p><p>Recipiente de bebida de un empleado sobre una mesa de preparación de alimentos o encima/al lado de equipos/utensilios limpios. “Se observó un vaso de bebida de un empleado guardado en un estante para bandejas junto a la línea de cocina”.</p><p>Artículos personales de los empleados almacenados en o sobre un área de preparación de alimentos, alimentos, equipos y utensilios limpios, o artículos de un solo uso. “Se observó un teléfono personal almacenado en el mostrador frontal del área de preparación”.</p><p>Empleado sin sujeción para el cabello mientras prepara alimentos. “Mientras prepara alimentos”.</p><p>Equipo en mal estado. “Se observaron juntas de refrigeradores rotas cerca del mostrador frontal”.</p><p>Áreas del piso cubiertas de agua estancada. “Se observó agua estancada debajo del mostrador de recepción y el lavamanos de RIC.”</p><p>Alimentos almacenados en el suelo. “Se observaron recipientes de aceite de cocina y salsa de pescado almacenados en el suelo junto a la puerta de salida trasera y en el trastero exterior.”</p><p>Utensilio en uso almacenado en agua estancada a menos de 135 grados Fahrenheit. — Infracción reiterada: “Se observaron utensilios dentro de agua estancada a 93 °F cerca de la línea de cocción”.</p><p>Superficie que no entra en contacto con alimentos sucia de grasa, restos de comida, suciedad, lodo o polvo. “Se observaron juntas de refrigeradores empotrados sucias en el área de preparación del mostrador frontal”.</p><p>Las aberturas exteriores no estaban protegidas con puertas de cierre automático. “Durante la inspección, se observó que la ventanilla de servicio junto al mostrador para pedidos para llevar estaba abierta, al igual que la puerta de salida trasera”.</p><p>El interior/estantes del refrigerador tienen acumulación de residuos de tierra. “Se observó acumulación de residuos de tierra en el interior del congelador ubicado en el cuarto de almacenamiento”.</p><p>Estantes de refrigeradores con óxido que ha corroído la superficie. — Infracción reiterada: “Se observaron refrigeradores con mostrador frontal oxidado y almacenamiento a lo largo de la línea de cocción”.</p><p>Pared sucia con grasa acumulada, restos de comida y/o polvo. “Se observó polvo en la pared junto a la puerta de salida trasera de la campana extractora”.</p><p>La fregona mojada no se guarda de forma que permita que se seque. «Se observó una fregona mojada guardada dentro de un cubo junto a la puerta de salida trasera».</p><p>El empleado comenzó a manipular alimentos, equipos o utensilios limpios, o a tocar artículos desechables sin envolver sin lavarse las manos previamente. “Observé al empleado entrar por la puerta exterior y tomar recipientes limpios para dirigirse a la cocina”.</p><p>El empleado no se lavó las manos antes de ponerse los guantes para comenzar una tarea que implicaba manipular alimentos. “Se observó al empleado ponerse guantes nuevos sin lavarse las manos”.</p><p>Se encontraron pequeños insectos voladores vivos. “Se observaron 2 insectos voladores vivos revoloteando alrededor del comedor. Se observaron 2 insectos voladores vivos cerca del congelador, en el cuarto de almacenamiento. Se observaron 2 insectos voladores vivos cerca de las áreas de lavado de vajilla.”</p><p>Papel/toalla de papel no apto para uso alimentario utilizado como revestimiento para un recipiente de alimentos. “Observado en contacto con lechuga dentro del mostrador frontal del área de preparación de refrigeradores con acceso directo”.</p><p>El desinfectante de amonio cuaternario en el frasco pulverizador no tenía la concentración mínima adecuada. “Se observó que el pulverizador tenía 0 ppm; el empleado preparó una nueva solución”.</p><p>Alimentos crudos de origen animal almacenados encima de alimentos listos para el consumo o sin la separación adecuada de estos. “Se observó una bandeja con carne cruda almacenada encima de un recipiente con albóndigas cocidas en el mostrador de los refrigeradores”.</p><p>Se emitió una orden de cese de venta para alimentos que requerían control de tiempo y temperatura debido a un manejo inadecuado de la temperatura. “Se observó pollo crudo a 63 °F, salchicha molida cruda a 55 °F y cerdo cocido con mezcla de cangrejo a 57 °F en refrigeradores ubicados en la línea de cocción. Según el chef, esto ocurrió el día anterior”.</p><p>Control de tiempo/temperatura para la seguridad alimentaria: alimentos refrigerados a más de 5 °C (41 °F). “Se observó pollo crudo a 17 °C (63 °F), salchicha molida cruda a 13 °C (55 °F) y cerdo cocido con mezcla de cangrejo a 14 °C (57 °F) en refrigeradores de acceso directo en la línea de cocción. Según el chef, desde el día anterior.”</p><p>Superficie en contacto con alimentos sucia con restos de comida, una sustancia parecida al moho o una sustancia viscosa. “Se observaron tablas de cortar en el mostrador frontal del área de preparación”.</p><p>El lavamanos se utilizaba para fines distintos al lavado de manos. «Se observaron pinzas guardadas dentro del mostrador del lavamanos».</p><p>El gerente o la persona a cargo no presenta comprobante de certificación de gerente de alimentos. “Se observó que la persona a cargo, Ashley Benfield, no cuenta con la certificación de gerente”.</p><p>No se observó ningún gerente de servicio de alimentos certificado en servicio con cuatro o más empleados dedicados a la preparación/manipulación de alimentos.</p><p>No se proporcionó ninguna prueba de que los empleados hubieran recibido la capacitación obligatoria aprobada por el estado. “Se observó que Kevin Marenco fue contratado hace casi dos años y Dyna Aubert hace aproximadamente seis meses”.</p><p>Botella pulverizadora que contiene una sustancia tóxica sin etiquetar. “Se observó una botella de plástico pulverizadora con desinfectante sin etiquetar en el mostrador junto a la máquina de hielo.”</p><p><b>**CASA JUAN RESTAURANT</b></p><p><b>5755 CALLE 7 NO.</b></p><p><b>LAGUNA AZUL/ZONA DE MIA</b></p><p><b>FECHA DE INSPECCIÓN 14/9</b></p><p><b>Se detectaron 35 infracciones.</b></p><p>Acumulación de aves, insectos, roedores u otras plagas muertas o atrapadas en los dispositivos de control. “Se observó una cinta adhesiva con moscas muertas colgando del techo sobre equipos de cocina limpios”.</p><p>Acumulación de residuos dentro de la lavadora de vajilla. “Observado”.</p><p>Acumulación de residuos en el exterior de la lavadora de vajilla. “Observado”.</p><p>Utensilios y equipos limpios guardados en la pared sucia junto al fregadero. “Observado”.</p><p>La tabla de cortar tiene marcas de cortes y ya no se puede limpiar. “Observado”.</p><p>Cucarachas muertas en las instalaciones. “Se observó una cucaracha muerta en el suelo del área de almacenamiento en seco. El gerente la retiró y la desechó”.</p><p>Acumulación de hielo en el congelador vertical y/o en el congelador industrial. “Observado”.</p><p>El interior del horno y del microondas presenta acumulación de restos de comida. — Infracción reiterada “Observada”.</p><p>Superficie que no entra en contacto con alimentos sucia de grasa, restos de comida, suciedad, lodo o polvo. “Se observó que la rejilla protectora del ventilador del refrigerador estaba sucia”.</p><p>Olores desagradables en la cámara frigorífica. “Observado.”</p><p>Sistema de plomería en mal estado. “Observado.”</p><p>Estantes de refrigerador con óxido que ha corroído la superficie. “Observado”.</p><p>Alimentos almacenados sin tapar. — Infracción reiterada: “Se observaron varios recipientes de aluminio con alimentos cocinados sin tapar en el refrigerador ubicado en la línea de cocción y en la cámara frigorífica”.</p><p>Control de tiempo/temperatura para la seguridad de los alimentos descongelados de forma inadecuada. “Se observaron varios pescados crudos almacenados en agua estancada en la mesa de preparación. El empleado retiró el pescado del agua y lo colocó en el refrigerador.”</p><p>El interior y los estantes de la cámara frigorífica presentan una gran acumulación de restos de comida vieja. — Infracción reiterada “Observada”.</p><p>Estantes de la cámara frigorífica/congelador con óxido que ha corroído la superficie. “Observado”.</p><p>Pared interior de la cámara frigorífica sucia. “Se observaron cortinas de plástico en la cámara frigorífica muy sucias con una sustancia negra parecida al moho. Se observó la pared del fregadero para fregar sucia.”</p><p>El empleado no se lavó las manos antes de ponerse los guantes para comenzar una tarea que implicaba manipular alimentos. «Observé a un empleado manipulando alimentos crudos y, posteriormente, poniéndose los guantes sin lavarse las manos previamente».</p><p>El empleado manipuló equipo o utensilios sucios y luego participó en la preparación de alimentos, manipuló equipo o utensilios limpios o tocó artículos desechables sin envolver sin lavarse las manos. “Se observó al empleado limpiando una olla en un fregadero de tres compartimentos y luego comenzó a manipular recipientes limpios, sin lavarse las manos”.</p><p>El fregadero para preparar alimentos tiene suciedad/restos de comida vieja. “Observado”.</p><p>Las superficies en contacto con los alimentos no se desinfectan después de la limpieza, antes de su uso. “Se observó a un empleado lavando y enjuagando la picadora de verduras sin desinfectante”.</p><p>Se encontraron pequeños insectos voladores vivos. “Se observaron más de 30 moscas pequeñas volando activamente en el área de almacenamiento en seco. Aproximadamente 5 moscas se posaron sobre papas crudas. Además, aproximadamente 10 moscas se posaron sobre vasos de licuadora limpios y recipientes de jarabe de arce ubicados en el área de preparación del mostrador”.</p><p>Alimentos animales crudos no separados adecuadamente entre sí en la unidad de almacenamiento según la temperatura mínima de cocción requerida. — Infracción reiterada: “Se observó pollo crudo almacenado encima de carne de cerdo cruda en la cámara frigorífica”.</p><p>Alimentos listos para el consumo, que requieren control de tiempo y temperatura para su seguridad, con fecha de caducidad superior a 7 días después de su apertura o preparación. «Se observó un recipiente de sopa de cerdo con fechas de caducidad superiores a 7 días en la cámara frigorífica».</p><p>Guantes desechables que no se cambian según sea necesario después de cambiar de tarea o cuando están dañados o sucios. “Observé a un empleado lavándose las manos con los guantes puestos”.</p><p>Se emitió una orden de cese de venta debido a que los alimentos no se encontraban en condiciones insalubres. “Se observó un recipiente de sopa de cerdo con fechas de caducidad superiores a 7 días en la cámara frigorífica. Se observaron 5 moscas vivas posadas sobre papas crudas en el área de almacenamiento en seco.”</p><p>Se emitió una orden de cese de venta por manipulación inadecuada de alimentos que requerían control de temperatura. “Se observó una empanada de carne a 22 °C y una empanada de queso a 20 °C a temperatura ambiente en el mostrador. Según el gerente, esto ocurrió durante más de 4 horas”.</p><p>Control de tiempo/temperatura para la seguridad de los alimentos refrigerados a más de 5 °C. “Se observó pastel de carne a 22 °C y pastel de queso a 20 °C a temperatura ambiente en el mostrador. Según el gerente, durante más de 4 horas. Se observó pescado crudo a 22 °C a temperatura ambiente en la línea de cocina. Según un empleado, durante menos de 30 minutos.”</p><p>Control de tiempo/temperatura para alimentos seguros, excepto asados ​​de carne entera, mantenidos calientes a menos de 57 °C. “Se observó estofado de ternera a 49 °C y carne picada a 52 °C en la mesa de vapor. Según el operador, los alimentos se colocaron en la mesa de vapor dos horas antes de la inspección”.</p><p>Falta el interruptor de vacío en la llave de paso o en el conector/divisor añadido a la llave de paso. “Observado”.</p><p>Superficie en contacto con alimentos sucia con restos de comida, moho o una sustancia viscosa. — Infracción reiterada: “Se observó una mesa de preparación sucia con restos de comida vieja en la línea de cocción. Se observó una picadora de verduras montada en la pared muy sucia con restos de comida vieja. Se observaron cestas de freidora sucias con restos de comida vieja en la línea de cocción. Se observó el interior de los recipientes de arroz y harina sucio con restos de comida vieja en el área de almacenamiento trasera. Se observó el interior de la tostadora sucio en el mostrador delantero”.</p><p>Lavamanos utilizado para fines distintos al lavado de manos. “Se observó a un empleado lavando y desechando agua sucia en el lavamanos, ubicado en la línea de cocina”.</p><p>No se proporcionan toallas de papel ni secadores de manos mecánicos en el lavamanos. “Observado en el lavamanos ubicado en la línea de cocina”.</p><p>Alimentos listos para el consumo, que requieren control de tiempo y temperatura para su seguridad, preparados en el establecimiento y conservados durante más de 24 horas, no estaban debidamente fechados. «Se observó pollo cocido preparado dos días antes de la inspección sin fecha de caducidad».</p><p>Sustancia tóxica/química en el local que no es necesaria para el funcionamiento del establecimiento. “Se observó un aerosol desinfectante almacenado junto a cuchillos y tenedores limpios, ubicado en el mostrador principal”.</p><p><b>**LAS FLORES MEXICAN</b></p><p><b>12384 QUAIL ROOST DR.</b></p><p><b>SUR DE MIAMI HEIGHTS/SUROESTE DE MIAMI-DADE</b></p><p><b>FECHA DE INSPECCIÓN 14/9</b></p><p><b>Se detectaron 31 infracciones.</b></p><p>Tazón u otro recipiente sin asa utilizado para servir comida. — Infracción reiterada: “Se observó un vaso de plástico sin asa utilizado para servir queso en el refrigerador ubicado en la entrada de la cocina”.</p><p>Acumulación de restos de comida/residuos de tierra en las manijas de las puertas de los equipos. “Se observó la puerta del congelador vertical en la cocina”.</p><p>El techo/las baldosas del techo presentan daños o están en mal estado. “Se observaron algunas baldosas del techo en el vestíbulo sucias y dañadas por el agua”.</p><p>Techo/baldosas/rejillas de ventilación sucias con restos de comida acumulados, grasa, polvo o una sustancia similar al moho. “Se observó un ventilador blanco interior guardado en la mesa de preparación sucio con una gran acumulación de polvo.”</p><p>Moldura de cornisa en la unión del piso y la pared rota/faltante. “Se observó que la moldura de cornisa del lavamanos en la cocina estaba rota”.</p><p>Equipo en mal estado. “Se observaron manijas negras de la puerta del congelador vertical en mal estado”.</p><p>Piso sucio/con acumulación de residuos. — Infracción reiterada: “Se observó piso sucio debajo del equipo de refrigeración. También se observó debajo del equipo de cocción”.</p><p>Alimentos almacenados en una zona prohibida. “Se observó un recipiente con chiles rojos dentro del baño, cerca de la puerta exterior.”</p><p>No había ninguna señal de maniobra de Heimlich/asfixia colocada. “Observado”.</p><p>No se dispone de copia del último informe de inspección. “Observado”.</p><p>Superficie que no entra en contacto con alimentos sucia con grasa, restos de comida, suciedad, moho o polvo. — Infracción reiterada: “Se observó la moldura del fregadero triple sucia con una sustancia similar al moho. También se observó el exterior de la plancha muy sucio”.</p><p>Olores desagradables en el baño u otras áreas del establecimiento. “Se observó un olor desagradable en el congelador blanco”.</p><p>Baño cerca del exterior de la cocina utilizado como almacén de productos secos/bebidas. “Se observó que el baño cerca del exterior de la cocina se utilizaba como almacén de productos secos/bebidas.”</p><p>Se abrió un recipiente de bebida de un empleado en una unidad de refrigeración con alimentos destinados a ser servidos a los clientes. — Infracción reiterada: “Se observó a un empleado con agua abierta almacenada en un refrigerador cerca de la puerta de salida”.</p><p>El interior del refrigerador/congelador presenta acumulación de residuos de tierra. “Se observó acumulación de residuos de tierra en el refrigerador cerca de la puerta exterior. También se observó acumulación de residuos de tierra en el congelador negro cerca de la línea de cocción.”</p><p>La mosquitera de la puerta está rota o en mal estado. “Se observó la puerta exterior”.</p><p>Agua estancada o drenaje muy lento en el lavamanos, fregadero de tres compartimentos o fregadero para fregar. “Se observó drenaje lento del agua en el lavamanos de la cocina”.</p><p>Fregadero de tres compartimentos utilizado para lavar vajilla que no se limpió antes de usarlo para preparar alimentos. “Observado”.</p><p>Pared sucia con grasa acumulada, restos de comida y/o polvo. “Se observó una pared sucia cerca del lavamanos en la cocina. También una pared sucia en el fregadero para fregar y en el fregadero triple.”</p><p>La fregona mojada no se guardó de forma que permitiera que se secara. “Observado”.</p><p>El empleado se lavó las manos sin jabón. “Observado”.</p><p>Alimentos crudos de origen animal almacenados encima de alimentos listos para el consumo o sin la separación adecuada de estos. “Se observaron huevos crudos con cáscara almacenados encima de pimientos y tomates en el refrigerador ubicado cerca de la puerta exterior”.</p><p>Control de tiempo/temperatura para la seguridad alimentaria, excepto asados ​​de carne enteros, mantenidos calientes a menos de 135 grados Fahrenheit. “Se observaron cebollas cocidas a 127 °F en una plancha, según el procedimiento de cocción de menos de una hora”.</p><p>El dispositivo de nebulización de agua no recibe el mantenimiento ni la limpieza necesarios. “Se observó que el sistema de nebulización de agua del fregadero triple estaba muy sucio con una sustancia similar al moho”.</p><p>El empleado se lavó las manos en un lavabo distinto al autorizado. “Se observó al empleado lavándose las manos dentro del lavabo triple”.</p><p>Superficie en contacto con alimentos sucia con restos de comida, una sustancia similar al moho o una sustancia viscosa. “Se observaron cestas de freír sucias con restos de comida vieja.”</p><p>El lavamanos no está accesible para el uso de los empleados en todo momento. — Infracción reiterada: “Se observó que el lavamanos estaba bloqueado por un cubo de basura”.</p><p>Lavamanos utilizado para fines distintos al lavado de manos. “Se observó que el lavamanos del mostrador principal se utilizaba para guardar paños de limpieza y cubos de desinfectante”.</p><p>No se proporcionan toallas de papel ni secadores de manos mecánicos en el lavamanos. “Observado en el mostrador principal”.</p><p>No se proporcionó termómetro de sonda para medir la temperatura de los productos alimenticios. “Observado”.</p><p>No había jabón en el lavamanos. “Observado en el lavamanos de la cocina. También observado en el mostrador principal.”</p><p><b>**TRIGO CAFE TAPAS</b></p><p><b>839 CALLE 49 OESTE</b></p><p><b>HIALEAH</b></p><p><b>FECHA DE INSPECCIÓN 9/9</b></p><p><b>Se detectaron 30 infracciones.</b></p><p>Bol u otro recipiente sin asa utilizado para servir alimentos. “Observado en recipientes de sal, azúcar, arroz y pan rallado en el almacén de productos secos.”</p><p>Techo/baldosas/rejillas de ventilación sucias con restos de comida acumulados, grasa, polvo o una sustancia similar al moho. “Se observó polvo y grasa acumulados en las baldosas del techo”.</p><p>Pescado procesado comercialmente envasado en atmósfera reducida con una etiqueta que indica que debe permanecer congelado hasta su consumo, ya no congelado y sin haber sido retirado del envase. Se observaron filetes de salmón crudo y mahi-mahi crudos, aún sin congelar, en su envase de atmósfera reducida. El operario los separó para su desecho.</p><p>No se muestra la licencia actual del hotel y restaurante. “Observado”.</p><p>Equipo en mal estado. “Observamos que la máquina de hielo no tenía tapa y estaba cubierta con una bolsa de plástico en el mostrador”.</p><p>El establecimiento no informó sobre cambios en la distribución de los asientos que afecten la tarifa de la licencia, la Ley de Aire Limpio en Interiores, la aprobación del sistema de alcantarillado u otros requisitos relacionados. “Observado”.</p><p>El establecimiento aumentó su capacidad sin presentar la autorización por escrito de la autoridad local de bomberos y del proveedor de aguas residuales. — Infracción reiterada: “Se observó un establecimiento con licencia para 16 asientos, pero con capacidad para 50”.</p><p>El suelo no se limpia cuando hay poca comida expuesta. “Observado en la zona de almacenamiento en seco y en la zona de cocina”.</p><p>Alimentos almacenados en el suelo. — Infracción reiterada: “Se observó una bolsa de azúcar y una botella de vinagre almacenadas en el suelo junto al área de almacenamiento de productos secos”.</p><p>Utensilio en uso almacenado en agua estancada a menos de 57 °C. “Se observó un utensilio en agua estancada a 37 °C junto a la estufa”.</p><p>El interior del horno/microondas presenta acumulación de una sustancia negra/grasa/restos de comida. “Observado”.</p><p>No se observó ningún termómetro de temperatura ambiente en una ubicación visible en la unidad de espera. “No se observó ningún termómetro ambiental en las unidades de todo el establecimiento”.</p><p>No se dispone de copia del último informe de inspección. “Observado”.</p><p>Superficie que no entra en contacto con alimentos sucia de grasa, restos de comida, suciedad, lodo o polvo. «Se observaron juntas sucias en el refrigerador vertical frente al fregadero de tres compartimentos. Se observó el interior del refrigerador vertical sucio junto al área de almacenamiento en seco».</p><p>El interior y los estantes del refrigerador presentan acumulación de residuos de suciedad. «Se observó suciedad con restos de comida en el interior del refrigerador, a la altura del fregadero de tres compartimentos».</p><p>Artículos de un solo uso almacenados incorrectamente. “Se observó una caja de insertos de cartón para llevar almacenada en el suelo junto al área de almacenamiento en seco”.</p><p>La fregona mojada no se guardó de forma que permitiera que se secara. “Observado”.</p><p>Envases de alimentos usados, retirados de su envase original, no identificados con su nombre común. — Infracción reiterada: “Se observaron envases de sal y azúcar sin identificar con su nombre común en el almacén de productos secos”.</p><p>Envase de medicamento almacenado incorrectamente. “Se observó un frasco de paracetamol en los estantes superiores a la zona de preparación de alimentos en la cocina. El operario lo retiró.”</p><p>Bolsas no aptas para uso alimentario utilizadas en contacto directo con los alimentos. “Se observaron alimentos almacenados en bolsas no aptas para uso alimentario en un congelador vertical”.</p><p>Alimentos listos para consumir, que requieren control de tiempo y temperatura para su seguridad, con fecha de caducidad superior a 7 días después de su apertura o preparación. «Se observaron frijoles negros cocidos con fecha del 28/08 en un recipiente en la zona de la cocina. El operario los separó para su posterior desecho».</p><p>Se emitió una orden de cese de venta debido a que los alimentos no se encontraban en condiciones higiénicas ni seguras. “Se observaron filetes de salmón crudo y mahi-mahi crudo, aún sin congelar y en su envase original. El operador los separó para su posterior desecho”.</p><p>Se emitió una orden de cese de venta para alimentos que requerían control de tiempo y temperatura debido a un manejo inadecuado de la temperatura. “Se observaron frijoles negros cocidos con fecha del 28/08 en un recipiente en el área de la cocina. El operador los separó para su posterior desecho”.</p><p>Control de tiempo/temperatura para la seguridad de los alimentos refrigerados a más de 5 °C. “Se observó ceviche de mariscos a 7 °C y jamón en lonchas a 8 °C en una unidad de refrigeración en la cocina. Según el operador, menos de 1 hora”.</p><p>El establecimiento no cuenta con procedimientos escritos que los empleados deban seguir en caso de vómito o diarrea, cuando estos se derraman sobre las superficies del establecimiento. “Observado”.</p><p>Superficie en contacto con alimentos sucia con restos de comida, moho o una sustancia viscosa. “Se observó una rebanadora junto a la estufa en el área de la cocina sucia con restos de comida”.</p><p>No se proporcionó ninguna prueba de que los empleados recibieran la capacitación obligatoria aprobada por el estado. “Observado”.</p><p>No se presentó prueba alguna de que los empleados de alimentos estén informados de su responsabilidad de reportar a la persona a cargo información sobre su salud y actividades relacionadas con enfermedades transmitidas por los alimentos. “Observado”.</p><p>Alimentos listos para consumir, que requieren control de tiempo y temperatura para su seguridad, preparados en el lugar y almacenados durante más de 24 horas, no estaban debidamente fechados. “Se observó arroz blanco cocido y arroz congri preparados en el lugar y almacenados durante más de 24 horas, sin la fecha debidamente marcada en una unidad de almacenamiento en seco”.</p><p>Botella de aerosol que contiene una sustancia tóxica sin etiquetar. — Infracción reiterada: “Se observó una botella de aerosol desengrasante sin identificar con su nombre”.</p><p><b>**CONCH HEAVEN</b></p><p><b>11275 NW 27TH AVE.</b></p><p><b>MIAMI</b></p><p><b>FECHA DE INSPECCIÓN 17/09</b></p><p><b>Se detectaron 31 infracciones.</b></p><p><b>CIERRE ORDENADO 29/06/2026 (PROBLEMA DE CUCARACHAS)</b></p><p>Baño ubicado dentro del establecimiento sin puertas completamente cerradas y con cierre automático. — Infracción reiterada: “Las puertas de los baños no tienen cierre automático”.</p><p>Bol u otro recipiente sin asa que se usa para servir la comida. “Bol sin asa que se usa para servir el arroz.”</p><p>Acumulación de restos de comida/suciedad en las manijas de las puertas de los equipos. “Manija de la puerta del congelador industrial sucia con restos de comida”.</p><p>El techo/las baldosas del techo presentan daños o están deterioradas. “Las baldosas del techo sufrieron daños por agua durante el almacenamiento en seco”.</p><p>Techo/baldosas/rejillas de ventilación sucias con restos de comida acumulados, grasa, polvo o una sustancia similar al moho. — Infracción reiterada: “Grasa en las rejillas de ventilación del aire acondicionado y en todo el techo del área de la cocina”.</p><p>Vasos, tazas, cuencos, platos, ollas y sartenes limpios, sin guardar boca abajo ni protegidos. «Se observaron ollas y sartenes sin guardar boca abajo».</p><p>La tabla de cortar tiene marcas de cortes y ya no se puede limpiar. — Infracción reiterada: “Tabla de cortar ranurada”.</p><p>Artículos personales de los empleados almacenados en o encima de un área de preparación de alimentos, alimentos, equipos y utensilios limpios, o artículos de un solo uso. “iPad y cargador de batería encima de la mesa de preparación”.</p><p>Empleado sin sujeción para el cabello mientras prepara alimentos. “Los empleados de cocina no usan sujeción para el cabello”.</p><p>Equipo en mal estado. “La tapa del congelador horizontal está oxidada”.</p><p>El suelo está sucio/tiene acumulación de residuos. “Debajo de los estantes en el almacén de productos secos y grasa debajo de la freidora”.</p><p>Cinta adhesiva para moscas colgando sobre alimentos/área de preparación de alimentos/equipos en contacto con alimentos. “Observada sobre la mesa de preparación de alimentos”.</p><p>Alimentos no almacenados a una altura mínima de 15 cm del suelo. — Infracción reiterada: «Caja de tomates en el suelo dentro de la cámara frigorífica».</p><p>Agujero u otro daño en la pared. — Infracción reiterada: “Agujero en la pared junto al fregadero triple”.</p><p>Acumulación de hielo en el congelador vertical y/o en el congelador industrial. “Hielo en el congelador industrial y en el congelador vertical.”</p><p>Almacenamiento inadecuado de equipos de mantenimiento que dificultan la limpieza. “Alrededor del área de la cocina”.</p><p>El interior del horno/microondas presenta acumulación de una sustancia negra/grasa/restos de comida. — Infracción reiterada: “Se observó que el horno estaba sucio”.</p><p>No se colocó un letrero que indicara que no se debían lavar las manos en el lavamanos utilizado por los empleados de la cocina. “No se debe lavar las manos en el baño ni en el mostrador principal”.</p><p>Superficie que no está en contacto con alimentos sucia con grasa, restos de comida, suciedad, lodo o polvo. — Infracción reiterada: “Junta del refrigerador vertical sucia. Filtros de la campana extractora sucios, al igual que la parte inferior de la mesa de preparación”.</p><p>El interior/estantes del refrigerador tienen acumulación de residuos de tierra. “El interior del refrigerador está sucio.”</p><p>Control de tiempo/temperatura para la seguridad de los alimentos descongelados de forma inadecuada. “Se observó que se estaba descongelando marisco a temperatura ambiente”.</p><p>Estantes de la cámara frigorífica/congeladora con óxido que ha corroído la superficie. — Infracción reiterada: “Estantes del congelador oxidados”.</p><p>Pared sucia con grasa acumulada, restos de comida y/o polvo. — Infracción reiterada: «Pared sucia en toda la cocina».</p><p>La fregona mojada no se guardó de forma que permitiera que se secara. “Observado”.</p><p>Envases de alimentos usados, retirados de su envase original, sin identificar por su nombre común. Botellas de plástico con salsas sin etiquetar. Recipientes para almacenar alimentos sin etiquetar.</p><p>Bolsas no aptas para uso alimentario que se utilizan en contacto directo con alimentos. «Bolsas de agradecimiento en contacto directo con alimentos».</p><p>En el establecimiento se encontró un pesticida/insecticida etiquetado para uso doméstico únicamente. “Se observó insecticida en aerosol sobre la mesa de preparación”.</p><p>Control de tiempo/temperatura para alimentos seguros, excepto asados ​​de carne enteros, mantenidos calientes a menos de 57 °C. “Se observó pollo cocido a 48 °C, repollo a 35 °C y cerdo a 43 °C. El gerente comenzó a recalentarlos a 74 °C”.</p><p>Superficie en contacto con alimentos sucia con restos de comida, moho o una sustancia viscosa. “Cabezal de la batidora sucio”.</p><p>No se proporcionan toallas de papel ni secadores de manos mecánicos en el lavamanos. “No hay toallas de papel en el lavamanos”.</p><p>Alimentos listos para consumir, que requieren control de tiempo/temperatura para su seguridad, preparados en el establecimiento y conservados durante más de 24 horas sin la fecha de caducidad debidamente marcada. — Infracción reiterada: «Todos los alimentos cocinados en la cámara frigorífica, con más de 24 horas de antigüedad, según el empleado, no tienen la fecha de caducidad marcada».</p><p><b>**HONORABLE MENTION**</b></p><p><b>**LA JULIANA LJ</b></p><p><b>3001 AVENIDA 12 OESTE.</b></p><p><b>HIALEAH</b></p><p><b>FECHA DE INSPECCIÓN 9/8</b></p><p><b>Se detectaron 29 infracciones.</b></p><p>No se muestra la licencia actual del hotel y restaurante. “Observado”.</p><p>Empleado que llevaba joyas distintas a un simple anillo en las manos o brazos mientras preparaba la comida. “Se observó a un empleado preparando comida en la línea de cocina con un reloj puesto”.</p><p>Equipo en mal estado. “Se observó una puerta rota en el refrigerador ubicado en la línea de cocción, junto a la mesa de vapor.”</p><p>Alimentos almacenados en una habitación/cobertizo que no está completamente cerrado. “Se observó un congelador horizontal que almacenaba alimentos en la parte trasera del establecimiento, sin tapar ni asegurar”.</p><p>El agua caliente en el fregadero para fregar no alcanza los 85 °F. “Observado”.</p><p>Utensilio en uso almacenado en agua estancada a menos de 57 °C. “Se observó una cuchara para helado en agua estancada a 36 °C en el área de la cocina”.</p><p>Se observó un paño/toalla húmeda debajo de la tabla de cortar. “Se encontró debajo de la tabla de cortar y el empleado la retiró”.</p><p>No se encontró ningún termómetro de temperatura ambiente en un lugar visible de la unidad de almacenamiento. «No se observó ningún termómetro ambiental en ninguna de las unidades de la cocina».</p><p>Superficie que no entra en contacto con alimentos sucia con grasa, restos de comida, suciedad, lodo o polvo. “Se observó suciedad en el interior de los cajones de la línea de cocción”.</p><p>Se encontró un recipiente de bebida de un empleado abierto en una unidad de refrigeración con alimentos destinados a los clientes. “Se observaron varias bebidas personales dentro del refrigerador en el área de la cocina. El operador fue retirado”.</p><p>Control de tiempo/temperatura para la seguridad de los alimentos descongelados de forma inadecuada. “Se observaron camarones crudos (congelados) dentro del fregadero de tres compartimentos en la cocina. El operador los trasladó al refrigerador.”</p><p>Fuga de agua en la tubería y/o grifo/manija. “Se observó una fuga en la tubería del lavamanos de la cocina”.</p><p>Los paños húmedos utilizados para limpiar derrames ocasionales en superficies de equipos que entran en contacto con alimentos y otras superficies no estaban limpios. “Se observaron varios paños en el área de la cocina”.</p><p>El empleado se lavó las manos con agua fría. “No se observó agua caliente en el establecimiento”.</p><p>Bolsas no aptas para alimentos usadas en contacto directo con los alimentos. “Se observó queso cortado almacenado en bolsas para llevar. Se cambió al operador.”</p><p>Se encontró en el establecimiento un pesticida/insecticida etiquetado para uso doméstico únicamente. “Se observó un frasco de aerosol Raid en el mostrador principal y otro almacenado encima del fregadero de tres compartimentos en la cocina”.</p><p>Alimentos crudos de origen animal almacenados encima de alimentos listos para el consumo o sin la separación adecuada de estos. “Se observó pollo crudo almacenado encima de arroz cocido en cajones en la línea de cocción. El empleado lo almacenó correctamente.”</p><p>Control de tiempo/temperatura para la seguridad de los alimentos refrigerados a más de 5 °C. “Se observó jamón cortado a 7 °C y queso rallado a 7 °C en la mesa de preparación en el área de la cocina, según el operador, durante menos de 3 horas. El operador lo trasladó al refrigerador ubicado frente a la parrilla”.</p><p>Control de tiempo/temperatura para alimentos seguros, excepto asados ​​de carne enteros, mantenidos calientes a menos de 57 °C. “Se observaron cebollas cocidas a 34 °C junto a la plancha, según el operador, durante menos de 3 horas”.</p><p>El empleado se lavó las manos en un lavabo distinto al autorizado para ello. “Se observó al empleado lavándose las manos en un lavabo de tres compartimentos”.</p><p>Superficie en contacto con alimentos sucia con restos de comida, moho o una sustancia viscosa. “Se observó la hoja del abrelatas sucia con restos de comida. También se observó una tabla de cortar blanca sucia en la línea de cocción.”</p><p>El lavamanos no está siempre accesible para los empleados. “Se observó una caja de plátanos encima del lavamanos en la zona de la cocina. El empleado la retiró.”</p><p>No se proporcionó ningún kit de prueba química al usar desinfectante en el lavavajillas de tres compartimentos ni paños de limpieza. “No se observaron tiras reactivas para cloro disponibles”.</p><p>No hay lavamanos para los empleados. “No se observó ningún lavamanos en la zona de preparación, en la parte trasera del establecimiento.”</p><p>No sale agua caliente del fregadero de tres compartimentos. “El agua caliente estuvo corriendo durante aproximadamente 10 minutos y alcanzó los 84 °F”.</p><p>No se presentó ni aprobó ninguna revisión del plan; se realizaron o están en curso renovaciones. “Se observó un refrigerador vertical y un área de preparación/contenedor ubicados en la parte trasera del establecimiento. No se presentaron planos al momento de la inspección. Se observó almacenamiento y preparación de alimentos durante la inspección.”</p><p>No se proporcionó termómetro de sonda para medir la temperatura de los productos alimenticios. “Observado”.</p><p>No había jabón en el lavamanos. “Observado en la zona de la cocina. El operador lo proporcionó durante la inspección.”</p><p>No se suministró agua a una temperatura mínima de 85 °F/el suministro se cortó en el lavamanos para empleados. “Se alcanzó el límite de agua caliente que salió durante aproximadamente 10 minutos”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXXZHVSCDVAILNETEOKXWQRMTM.jpg?auth=4f7f45b5a4a90272c7612660d4a5ba23fed2c018fede20fbdee4baa4f76730f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Infantino's opponents at FIFA call for $10M payments to federations from post-World Cup reserves]]></title><link>https://www.local10.com/sports/2026/09/18/infantinos-opponents-at-fifa-call-for-10m-payments-to-federations-from-post-world-cup-reserves/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/infantinos-opponents-at-fifa-call-for-10m-payments-to-federations-from-post-world-cup-reserves/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — FIFA’s member federations should each get an extra $10 million from its swelling cash reserves after a successful World Cup, the soccer body’s vice presidents from Europe and North America said in a letter Friday to its president Gianni Infantino as they stepped up efforts to oust him for trying to sell stakes in the tournament to private investors.]]></description><pubDate>Fri, 18 Sep 2026 16:21:01 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — FIFA’s member federations should each get an extra $10 million from its swelling cash reserves after a successful World Cup, the soccer body’s vice presidents from Europe and North America said in a letter Friday to its president Gianni Infantino as they stepped up efforts to oust him for trying to sell stakes in the tournament to private investors.</p><p>The letter says FIFA should have cash reserves of $6 billion after the World Cup and can afford such a “one-off release" — which would total $2.1 billion to the 211 federations — UEFA's president Aleksander Ceferin and CONCACAF’s leader Victor Montagliani tell Infantino in a letter seen by The Associated Press.</p><p>UEFA and CONCACAF want to remove Infantino — either before or at the FIFA presidential election next March — after leading a global backlash in July against his World Cup sell-off plan to investors led by Joshua Kushner.</p><p>He is the young brother of Jared Kushner, the son-in-law of U.S. President Donald Trump. Infantino built close ties to Trump ahead of this year's World Cup held in the U.S., Canada and Mexico, and was a regular visitor to the White House.</p><p>The call for $10-million payments to the national federations — who will elect the next president — is a clear counter to Infantino's offer of $20 million for each to support his now-failed project.</p><p>The message in Friday’s letter appears to be reassuring FIFA members they will get increased funding even without Infantino in the office he has occupied since 2016.</p><p>The letter says already promised FIFA funding — $20 million for each of the 211 through 2030 — “would continue in full as already committed.”</p><p>FIFA was approached for comment.</p><p>Ceferin and Montagliani told Infantino they want a full and independent analysis of FIFA's finances ahead of an Oct. 15 meeting in Zurich, to help decide how much money can responsibly be given to member federations.</p><p>The UEFA and CONCACAF leaders shape as key players at the scheduled meeting next month of the Infantino-chaired FIFA Council — its first since his secretive private equity plan was revealed by press reports in late July.</p><p>“Lastly, please note we will be informing the other four confederation presidents to support this motion,” Ceferin and Montagliani wrote.</p><p>The Asian Football Confederation also has been critical of Infantino in recent weeks. The soccer bodies in South America and Africa have backed Infantino, who traveled to the Caribbean last month trying to shore up support from CONCACAF members there, despite Montagliani asking him not to visit.</p><p>FIFA's election timetable</p><p>FIFA has set a Nov. 18 deadline for candidates to enter the election that is decided four months later in Rabat in Morocco, a key ally of Infantino and 2030 World Cup co-host with UEFA members Spain and Portugal.</p><p>After a profitable World Cup in North America, Infantino looked set to be re-elected unopposed for a fourth and final term through 2031 until the private investment furor.</p><p>It is unclear who could emerge as a rival candidate, though European soccer leaders are due to gather at a UEFA-hosted event before the FIFA Council meeting.</p><p>Past speculation has typically landed on Canada's Montagliani and the Qatari president of Paris Saint-Germain, Nasser al-Khelaifi. He is both a member of the Qatari government and UEFA’s executive committee. Neither has said they want to challenge Infantino, who has been publicly supported by the Qatar soccer federation.</p><p>UEFA's pursuit of Infantino in U.S. courts</p><p>UEFA has asked courts in Manhattan and Florida to authorize discovery of evidence from, respectively, Kushner’s investment firm in New York and FIFA around the $20 billion commercial spinoff project, that was to be known as FIFA Forward Enterprise (FFE).</p><p>The European soccer body said last month it wanted documents and communication for a potential criminal complaint against Infantino in FIFA's home country Switzerland, for possible financial mismanagement.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/65VQ3UYT3YVNOIRXEVQ534QWEY.jpg?auth=17364481424fbda420993dd3d3110f6b391d7eb98828a199d334b0fe5e96547d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino gestures as he attends the Women's U20 World Cup opening match between Poland and Argentina in Katowice, Poland, Saturday, Sept. 5, 2026. (AP Photo/Beata Zawrzel)]]></media:description><media:credit role="author" scheme="urn:ebu">Beata Zawrzel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DA5QR4JL3MNWNDEHHBA7BCVZNI.jpg?auth=3600ef4a88ac22fc00fe0b7f3015c55bd5a03be56ecfc80a91e1f7c5afd52448&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UEFA president Aleksander Ceferin attends an event with school children following a UEFA Executive Committee meeting in Thessaloniki, northern Greece, Tuesday, Sept. 15, 2026. (AP Photo/Giannis Papanikos)]]></media:description><media:credit role="author" scheme="urn:ebu">Giannis Papanikos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQDRZYZ4OGYXCAISWF52LAGQIY.jpg?auth=0b958e1ab45686f0a23f4e8f21ceb8ac04e0cbe49bb009d5afdbb3b7651b25c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - CAF President Patrice Motsepe and FIFA President Gianni Infantino wave from the tribune during the Africa Cup of Nations round of 16 soccer match between South Africa and Cameroon in Rabat, Morocco, Sunday, Jan. 4, 2026. (AP Photo/Themba Hadebe, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content></item><item><title><![CDATA[Prisionero escapa de habitación de hospital Mount Sinai y lo encuentran escondido bajo una lona tras intensa búsqueda, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/18/prisionero-escapa-de-habitacion-de-hospital-mount-sinai-y-lo-encuentran-escondido-bajo-una-lona-tras-intensa-busqueda-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/prisionero-escapa-de-habitacion-de-hospital-mount-sinai-y-lo-encuentran-escondido-bajo-una-lona-tras-intensa-busqueda-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 36 años que, según la policía, escapó de custodia en el Centro Médico Mount Sinai el jueves fue encontrado escondido debajo de una lona dentro del edificio tras una búsqueda a gran escala que involucró unidades K-9, drones y múltiples agencias del orden público, según un reporte de arresto del Departamento de Policía de Miami Beach.]]></description><pubDate>Fri, 18 Sep 2026 15:01:09 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 36 años que, según la policía, escapó de custodia en el Centro Médico Mount Sinai el jueves fue encontrado escondido debajo de una lona dentro del edificio tras una búsqueda a gran escala que involucró unidades K-9, drones y múltiples agencias del orden público, según un reporte de arresto del Departamento de Policía de Miami Beach.</p><p>Ejiofor Emmanuel Onyechi, quien figuraba como persona sin hogar en el reporte de arresto, había sido arrestado inicialmente el miércoles después de que agentes respondieran a un Burger King por reportes de un hombre que acosaba repetidamente a los empleados y les pedía dinero, dijo la policía.</p><p>Según el primer reporte de arresto, una empleada dijo a los agentes que Onyechi le había pedido dinero que, según afirmó, tenía la intención de darle a una mujer sin hogar que estaba en el restaurante. La empleada dijo que tenía miedo de Onyechi y pidió a los agentes que le prohibieran el ingreso a la propiedad.</p><p>La policía dijo que Onyechi inicialmente se identificó como Emmanuel Onyechi, pero se negó repetidamente a proporcionar una identificación o documentos legales que confirmaran su nombre legal.</p><p>Los agentes finalmente lo arrestaron. Durante una revisión de sus pertenencias, la policía dijo que encontró una tarjeta de identificación de Florida con el nombre Ejiofor Emmanuel Onyechi, junto con dos tarjetas de débito bajo el mismo nombre.</p><p>La policía también reportó haber encontrado en su poder una pistola eléctrica negra y una lata rosa de gas pimienta. Ambos artículos fueron incautados como evidencia.</p><p>Una revisión de registros reveló que Onyechi tenía múltiples condenas por delitos graves, según el reporte.</p><p>Fue llevado al centro de detención del Departamento de Policía de Miami Beach antes de ser trasladado al Centro Médico Mount Sinai para recibir autorización médica.</p><h3><b>Policía dice que prisionero huyó de habitación de hospital</b></h3><p>Según un segundo reporte de arresto, los agentes fueron enviados al hospital el jueves después de que Onyechi escapara de custodia.</p><p>La policía dijo que un agente asignado a vigilar a Onyechi en el hospital le quitó las esposas después de que Onyechi dijera que necesitaba usar el baño.</p><p>Onyechi entonces caminó delante del agente antes de correr repentinamente hacia la puerta principal, según el reporte.</p><p>El agente agarró a Onyechi por el brazo, pero la policía dijo que Onyechi logró soltarse y cerró de golpe la puerta de la habitación del hospital contra el agente antes de huir.</p><p>El agente lo persiguió y vio a Onyechi salir por un muelle de carga en el lado sur del edificio Skolnick, pero luego lo perdió de vista, indicó el reporte.</p><p>La policía difundió una descripción de Onyechi y comenzó a buscarlo.</p><p>Investigadores que revisaban las imágenes de las cámaras de vigilancia del hospital vieron posteriormente a Onyechi regresar al edificio, indicó el reporte. El personal de seguridad no pudo encontrar imágenes que mostraran que había vuelto a salir, lo que llevó a los agentes a creer que todavía se encontraba en algún lugar dentro del edificio.</p><p>Varios agentes y una unidad K-9 ingresaron al edificio Skolnick para buscarlo, dijeron las autoridades.</p><p>Durante la búsqueda, los agentes encontraron un zapato que se cree pertenecía a Onyechi y revisaron varias habitaciones sin encontrarlo, indicó el reporte.</p><p>La policía dijo que los agentes finalmente registraron otra habitación después de que una unidad K-9 comenzara a rascar cerca de un área cubierta por una lona.</p><p>Cuando la agente de la unidad K-9 movió la lona, encontró a Onyechi escondido debajo de ella con solo la cabeza expuesta, dijo la policía.</p><p>La unidad K-9 “atacó a Onyechi en el área expuesta” antes de que la agente retirara al perro, y Onyechi fue detenido nuevamente, indicó el reporte.</p><p>Personal de la escena del crimen fotografió a Onyechi antes de que el Departamento de Bomberos y Rescate de Miami Beach le diera autorización médica. Luego fue trasladado al Centro Correccional Turner Guilford Knight.</p><h3><b>Múltiples agencias involucradas en la búsqueda</b></h3><p>Según la policía, varios agentes establecieron un perímetro y recorrieron el hospital durante la búsqueda.</p><p>La operación involucró recursos de la Comisión de Conservación de Pesca y Vida Silvestre de Florida, la Patrulla de Carreteras de Florida, la Patrulla Marina de la Ciudad de Miami, la Patrulla Marina y la unidad de Aviación de la Oficina del Sheriff de Miami-Dade, la Patrulla Marina de Miami Beach y la unidad K-9 de la Ciudad de Miami.</p><p>También se desplegaron varios drones de Miami Beach y fueron movilizadas las unidades SWAT y K-9 de Miami Beach, según el reporte.</p><p>Según los reportes de arresto, Onyechi enfrenta cargos de fuga, posesión de un arma por parte de un delincuente convicto y resistencia a un agente sin violencia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHUOTGYQ2NE2HEBK6A6ES3TONE.jpg?auth=a9b7ca120c8ac168a9ab1d01d272ec4bf8e730fdfc8207b6956399025110b6ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Peter de Caluwe to become Salzburg Festival artistic director in October 2027]]></title><link>https://www.local10.com/entertainment/2026/09/18/peter-de-caluwe-to-become-salzburg-festival-artistic-director-in-october-2027/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/18/peter-de-caluwe-to-become-salzburg-festival-artistic-director-in-october-2027/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[Peter de Caluwe will become artistic director of the Salzburg Festival in October 2027, assuming one of the arts world's most influential jobs after an innovative tenure at Brussels’ La Monnaie known for world premieres and provocative programming.]]></description><pubDate>Fri, 18 Sep 2026 16:55:17 +0000</pubDate><content:encoded><![CDATA[<p>Peter de Caluwe will become artistic director of the Salzburg Festival in October 2027, assuming one of the arts world's most influential jobs after an innovative tenure at Brussels’ La Monnaie known for world premieres and provocative programming.</p><p>De Caluwe takes a position once held by one of his mentors, Gerard Mortier, who revolutionized the festival in the 1990s following the long reign of Herbert van Karajan. De Caluwe replaces Markus Hinterhäuser, forced out in March after a decade in charge.</p><p>“Opera is not a museum. It definitely never has been or it shouldn’t be," de Caluwe said in a telephone interview with The Associated Press on Friday following a news conference in Salzburg, Austria.</p><p>Karin Bergmann, whose background is in theater, was hired in April as interim artistic director for this year and next. Much of the 2027 planning was put in place by Hinterhäuser, and de Caluwe will work with Bergmann in a preparatory period starting next month. He starts a five-year term on Oct. 1, 2027, and his first mostly programmed summer will be in 2029.</p><p>Kristina Hammer, a lawyer who took over as festival president in 2022 from Helga Rabl-Stadler, was given a second five-year term that starts Jan. 1.</p><p>De Caluwe speaks 5 languages</p><p>A 63-year-old Belgian, de Caluwe speaks French, Dutch, English, German and Italian. He first attended the Salzburg Festival in 1980 for a performance of Wolfgang Amadeus Mozart’s “Le Nozze di Figaro” directed by Jean-Pierre Ponnelle and has regularly returned.</p><p>“The first thing he said to me is: `I’m a team player. I will be listening,’” Hammer said in a separate telephone interview. “That’s something that I find quite beautiful, if somebody starts like this and doesn’t start lecturing about everything.”</p><p>During de Caluwe's time running La Monnaie, the company staged 160 productions that included 23 world premieres. Among the new works were Philippe Boesmans’ “Au monde,” Pascal Dusapin’s “Penthesilea” and “Macbeth Underworld” and Mikael Karlsson’s “Fanny and Alexander.”</p><p>Andrea Breth’s 2012 staging of Giuseppe Verdi’s “La Traviata” focused on prostitution and included seminaked women, some dressed in sadomasochism gear, one masked and led by a leash as she crawled across the stage. De Caluwe said that was among only about five productions during his tenure that caused a stir.</p><p>“That’s too little,” he said. “I would have liked more to be controversy in the way that they cause so much discussion that people really almost felt like a revolution.”</p><p>Festival acknowledged talks with Barrie Kosky</p><p>Karoline Edtstadler, provincial governor of the Province of Salzburg and a member of the festival’s supervisory board, acknowledged that before hiring de Caluwe the festival also negotiated with Australian director Barrie Kosky and current Dutch National Opera director Sophie de Lint to form a joint leadership team.</p><p>This year’s festival drew more than 261,000 ticketholders for 209 performances filled to 99% capacity from mid-July through August.</p><p>De Caluwe becomes the sixth artistic director since Karajan reigned from 1956-89, following Mortier (1992-2001), Peter Ruzicka (2002-06), Jürgen Flimm (2007-10), Alexander Pereira (2012-14) and Hinterhäuser.</p><p>Gerard Mortier and Pierre Audi were mentors</p><p>De Caluwe worked at La Monnaie under Mortier in the 1980s, shifted to Dutch National Opera from 1990-2006, then returned to La Monnaie as its general and artistic director from 2007-25. He also was mentored at the Dutch company by Pierre Audi, who became artistic head of France’s Aix-en-Provence Festival and New York’s Park Avenue Armory.</p><p>“What has inspired me is their constant existence of excellence,” de Caluwe said.</p><p>Because the Grosses Festspielhaus is scheduled to be closed for reconstruction during the festivals in 2029 and ‘30, an interim venue in the old city is envisioned for those years. De Caluwe said a staging of Richard Strauss’ “Der Rosenkavalier” is possible for the Grosses Festspielhaus' reopening in 2031.</p><p>“We are not bound to a building," Hammer said. "We are bound to a DNA, a vision.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O53SEIHTIDWW2NWCKWLIPIB7MY.jpg?auth=f31aebae213c04c44a54aa4d0c426f34ae486943702dea7641a7eef4b91142db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter de Caluwe, who will become artistic director of the Salzburg Festival in October 2027, poses at the Grosses Festspielhaus in Salzburg, Austria on Friday, Sept. 18, 2026. (Jan Friese/Salzburg Festival via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jan Friese</media:credit></media:content></item><item><title><![CDATA[Duncan Sheik, Tony- and Grammy-winning 'Spring Awakening' composer and pop star, dies at 56]]></title><link>https://www.local10.com/entertainment/2026/09/18/duncan-sheik-tony-and-grammy-winning-spring-awakening-composer-and-pop-star-dies-at-56/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/18/duncan-sheik-tony-and-grammy-winning-spring-awakening-composer-and-pop-star-dies-at-56/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Duncan Sheik, the Tony- and Grammy-winning singer-songwriter who crafted the music for “Spring Awakening,” has died. He was 56.]]></description><pubDate>Fri, 18 Sep 2026 16:44:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Duncan Sheik, the Tony- and Grammy-winning singer-songwriter who crafted the music for “Spring Awakening,” has died. He was 56.</p><p>Sheik died Thursday night, according to a post on his Instagram page. “The world has a lost a singular talent, and deeply influential voice in music and theater,” the post reads. “His musical legacy will continue to inspire generations to come.”</p><p>Sheik had been best known for his lasting radio hit “Barely Breathing” when he turned his sights on Broadway with “Spring Awakening,” resulting in the envelope-pushing show that musicalized teenage angst.</p><p>“With the exception of our director, we are all kind of Broadway outsiders. We wanted to shake things up a bit. And we just set out to make this really cool piece of theater,” Sheik told The Associated Press in 2007, as the show swept Tony nominations.</p><p>Sheik also tackled musicals based on “American Psycho” and “Alice in Wonderland,” and “Barely Breathing” spent 55 weeks on the Billboard Hot 100, peaking at No. 16. But he was probably best known for “Spring Awakening,” which ran for over 860 performances on Broadway starting in 2006.</p><p>“His deep feeling and his delight gave us so much beauty,” playwright and actor Eisa Davis wrote. “Duncan, thank you for your friendship and for the sublime music.”</p><p>‘Spring Awakening’ roused a new side of Sheik — and Broadway</p><p>The musical — adapted from a 19th-century play by German playwright Frank Wedekind, with music by Sheik and lyrics by playwright Steven Sater — is frank in its portrayals of incest, abortion and suicide. It's intended partly as a warning that teens need good information about sex to avoid tragic mistakes.</p><p>“I don’t mean to be disrespectful to more traditional theater composers,” he told the Los Angeles Times in 2015. “I love Stephen Sondheim. But it’s my mission to make sure that the theater is paying attention to what the rest of the world is listening to.”</p><p>Sheik and Sater were practicing Buddhists who met while chanting. They were collaborating on Sheik's third album, “Phantom Moon,” when Sater mentioned he was working on a new production. Neither had written a musical before.</p><p>“I said to Steven, ‘I’m happy to do this musical, but I only want to do it if the music in the play is the kind that I and my peers can get behind stylistically and relate to and enjoy,’” Sheik told the AP in 2006.</p><p>They made a pact: They'd retain the provincial, 19th-century Germany setting but with, as Sater put it, “the characters breaking into pop-contemporary when they sing.”</p><p>“Spring Awakening” won eight Tony Awards, including best musical, as well as the Grammy for best musical show album.</p><p>“Sheik’s music, spare in its simple orchestrations, lush in the lapping reach of its seductive choruses, embodies the shadowy air of longing that infuses the show, the excitement shading into fear, the joy that comes with a chaser of despair,” The New York Times said in its review.</p><p>The show is beloved in the musical theater community for breaking ground in staging and content, alongside the likes of “Rent” and “Hamilton.” It returned to Broadway in 2015 in a well-received production by Deaf West Theatre. An off-Broadway version is slated to open this fall, as is his musical “Memoirs of Amorous Gentlemen,” based on Moyoco Anno’s manga of the same name.</p><p>The cast of the original show was loaded with breakthrough actors like Jonathan Groff, Lea Michele, Lilli Cooper, Jennifer Damiano, Gideon Glick, John Gallagher Jr., Lauren Pritchard and Krysta Rodriguez, who have each gone on to fame in TV, film and stage. Groff would go on to earn a Tony with “Merrily We Roll Along,” and Michele became a superstar with “Glee.”</p><p>Sheik blended musical theater with pop music</p><p>Sheik next channeled the music he heard getting past the velvet ropes of trendy, late-1980s Manhattan clubs for a Broadway adaptation of the Bret Easton Ellis novel “American Psycho.”</p><p>The 1991 novel — later made into a 2000 movie starring Christian Bale — chronicles a homicidal New York yuppie named Patrick Bateman who is obsessed with high-end clothes and beauty products even as he slashes his way through Manhattan. Sheik, who also supplied lyrics, recalled only getting halfway through the book before throwing it across the room as a Brown University student.</p><p>For one standout song, “You Are What You Wear,” he reached out to old girlfriends to ask a question: What were you really into wearing in the late ’80s? He put the answers in the tune about high fashion: “Chanel, Gaultier, or Giorgio Armani/Moschino, Alaïa, or Norma Kamali/Should I rock/The Betsey Johnson/Or stick with classic/Comme des Garçons?”</p><p>“Duncan is really a genius and an intellectual and brings something both uniquely his but importantly of this period to the stage,” producer Jesse Singer told the AP at the time.</p><p>Because Bateman, played onstage by Benjamin Walker, fancies himself a bit of a music critic — spewing mostly inane ruminations about Phil Collins and Huey Lewis and the News — Sheik also peppered his score with sly reworkings of “In the Air Tonight” and “Hip to Be Square.”</p><p>“There’s definitely an art to be able to write a song that on one level is a pop song and one that also has to tell a story and keep an audience engaged in terms of a larger narrative arc,” Sheik told the AP in 2013. “When you’re writing a song for the theater, it has to accomplish all this other stuff. It has to work in tandem with all these other agendas and creative impulses.”</p><p>The show, directed by Rupert Goold and with a story by Roberto Aguirre-Sacasa, made its premiere in 2013 in London. On Broadway in 2016, it bombed, lasting less than 90 performances.</p><p>“We were all sort of worried that it might be too violent for people and it might seem too misogynist,” Sheik told the AP on the eve of the opening. “But, in fact, the truth is this piece is a critique of a certain way of thinking about things. So in truth it’s better to go all-in.”</p><p>‘Barely Breathing’ was nominated for a Grammy</p><p>Growing up between South Carolina and New Jersey, Sheik learned guitar as a child and got his first synthesizer when he was 12. He was heavily influenced by Talk Talk, David Sylvian and Nick Drake. His self-titled debut album was released in 1996 and Rolling Stone gave it a four-star review, calling it “a defiant debut — beautiful and benevolent of spirit.”</p><p>“Barely Breathing,” from that album, was nominated for best pop vocal performance in 1998 and would be kept alive on TV shows like “Glee” and “Girls.”</p><p>Other projects include “Whisper House,” an album and musical — a ghost story that ran in 2010 at the Old Globe Theatre in San Diego — and “Legerdemain,” an album that explored the tension between art and commerce. His most recent album was 2022's “Claptrap.”</p><p>But for someone who had once been a total stranger to Broadway, he told AP in 2016 that he had a sense of mission.</p><p>“I feel like it’s become my project to kind of drag different people who might not normally go to musical theater pieces to come see a piece of musical theater,” he said.</p><p>He is survived by his parents; his wife, Nora Ariffin; and a daughter, Ines.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EFMHMAQXLI7CKREEJPTTYI2RZM.jpg?auth=8bc81329a8a32cebf4715ea424fab88ca5a1da0375dafc1b3abcb1a6bfea4be3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Duncan Sheik, left, and Steven Sater are seen with the award for best musical show album for "Spring Awakening" at the 50th Annual Grammy Awards on Sunday, Feb. 10, 2008, in Los Angeles. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UXYMQ4MDWQH7SMK7KFDLWGMYJ4.jpg?auth=37ef435eeffc4cfcc6367c1dd792bb3039544b738d0bf16b9b8c56c744cddff2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Duncan Sheik poses for a portrait on Thursday, March 24, 2016, in New York. (Photo by Brian Ach/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Ach</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCVIFVWQSEOYZE7J5IG5THHR44.jpg?auth=520e007ca31e013d7455478c06847060a19ab7872345c22f762ab004133c7292&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Duncan Sheik poses for photographers upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (Photo by Scott A Garfitt/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXRCNAFVTA7HAWESXLXWGCHZ44.jpg?auth=b4b959e8a0a01dc90431435de372fbd8216ac67e0942db2cf2baeaae7cdd43b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Duncan Sheik poses for a portrait on Thursday, March 24, 2016, in New York. (Photo by Brian Ach/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Ach</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2F3EVMLMSWKJJQVI52RZ5FEIGU.jpg?auth=d58532e0644d37a8a12c3b5ce6198bed57512a632bc2d942b777780b1f455c39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Duncan Sheik, left, and Steven Sater accept an award for "Spring Awakening" at the 61st Annual Tony Awards in New York, Sunday, June 10, 2007. (AP Photo/Jeff Christensen, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Christensen</media:credit></media:content></item><item><title><![CDATA[Buscan a preso que escapó cerca del hospital Mount Sinai en Miami Beach]]></title><link>https://www.local10.com/espanol/2026/09/17/buscan-a-preso-que-escapo-cerca-del-hospital-mount-sinai-en-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/buscan-a-preso-que-escapo-cerca-del-hospital-mount-sinai-en-miami-beach/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Autoridades de Miami Beach dijeron que estaban buscando a un preso que escapó.]]></description><pubDate>Thu, 17 Sep 2026 20:50:25 +0000</pubDate><content:encoded><![CDATA[<p>Autoridades de Miami Beach dijeron que estaban buscando a un preso que escapó.</p><p>El Departamento de Policía de Miami Beach dijo que se había establecido un perímetro cerca de Mount Sinai Medical Center.</p><p>Se pudo observar una gran presencia policial cerca del hospital durante la hora de las 4 p.m. del jueves.</p><p>Los agentes no proporcionaron información sobre el sospechoso ni indicaron si existía algún peligro para el público.</p><p><i>Esta es una noticia de última hora que será actualizada a medida que haya nueva información disponible.</i></p>]]></content:encoded></item><item><title><![CDATA[Agente de FDLE involucrado en balacera mortal cerca de escuela secundaria del suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Jolena Esperto, Janine Stanwood]]></dc:creator><description><![CDATA[Una investigación activa está en curso en el suroeste del condado Miami-Dade.]]></description><pubDate>Thu, 17 Sep 2026 16:38:43 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación activa está en curso en el suroeste del condado Miami-Dade.</p><p>Ocurría la mañana de este jueves en el área de la cuadra 15000 de Southwest 140th Street.</p><p>Una escuela cercana, Jorge Mas Canosa Middle School, fue puesta bajo cierre temporal, que desde entonces fue levantado.</p><p>Funcionarios de las Escuelas Públicas del Condado Miami-Dade dijeron a Local 10 News que el cierre se debió a “actividad policial en el área no relacionada con la escuela”.</p><p>Un video obtenido por Local 10 News muestra a dos hombres forcejeando en el área cerca de la escuela y, en un momento del video, se escucha lo que parece ser un disparo.</p><p>La policía aún no ha proporcionado información oficial sobre lo ocurrido o lo que está investigando.</p><p>Según Bomberos y Rescate de Miami-Dade, una persona fue atendida en el lugar, pero no fue trasladada a un hospital del área.</p>]]></content:encoded></item><item><title><![CDATA[Game night forecast: Slight chance of severe weather before Canes take on Wake Forest]]></title><link>https://www.local10.com/weather/2026/09/18/game-night-forecast-slight-chance-of-severe-weather-before-canes-take-on-wake-forest/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/18/game-night-forecast-slight-chance-of-severe-weather-before-canes-take-on-wake-forest/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[The Canes look to go 3-0 to start the season with a nighttime matchup vs. Wake Forest in Winston-Salem, North Carolina tonight. ]]></description><pubDate>Fri, 18 Sep 2026 13:02:49 +0000</pubDate><content:encoded><![CDATA[<p>The Canes look to go 3-0 to start the season with a nighttime matchup vs. Wake Forest in Winston-Salem, North Carolina tonight. </p><p><a href="https://www.local10.com/espanol/2026/09/18/pronostico-para-la-noche-del-partido-leve-posibilidad-de-tiempo-severo-antes-de-que-los-canes-enfrenten-a-wake-forest/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/pronostico-para-la-noche-del-partido-leve-posibilidad-de-tiempo-severo-antes-de-que-los-canes-enfrenten-a-wake-forest/">Leer en español</a></p><p>There’s a slight chance of severe weather before the game with a few leftover showers and storms right around kickoff at 7:30 p.m., but clearing skies and warm temperatures should make for a good night for football. </p><p>Go Canes!</p><p><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/"><b>CLICK HERE</b></a><b> for the latest forecast updates from Local 10’s Weather Authority. </b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q77BNXPOPBGPPML4BMVNCEINHY.jpg?auth=2b27d61dee5f8d58dddefb756dbc71ada4a55d65d881e5b983c6c26f01a9336e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pronóstico para la noche del partido: Leve posibilidad de tiempo severo antes de que los Canes enfrenten a Wake Forest]]></title><link>https://www.local10.com/espanol/2026/09/18/pronostico-para-la-noche-del-partido-leve-posibilidad-de-tiempo-severo-antes-de-que-los-canes-enfrenten-a-wake-forest/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/pronostico-para-la-noche-del-partido-leve-posibilidad-de-tiempo-severo-antes-de-que-los-canes-enfrenten-a-wake-forest/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Los Canes buscan comenzar la temporada con marca de 3-0 en un partido nocturno contra Wake Forest esta noche en Winston-Salem, Carolina del Norte.]]></description><pubDate>Fri, 18 Sep 2026 14:24:36 +0000</pubDate><content:encoded><![CDATA[<p>Los Canes buscan comenzar la temporada con marca de 3-0 en un partido nocturno contra Wake Forest esta noche en Winston-Salem, Carolina del Norte.</p><p>Hay una leve posibilidad de tiempo severo antes del partido, con algunos aguaceros y tormentas remanentes alrededor del inicio a las 7:30 p.m., pero los cielos despejándose y las temperaturas cálidas deberían brindar una buena noche para el fútbol americano.</p><p>¡Vamos Canes!</p><p><a href="https://www.local10.com/weather/" target="_blank" rel="noreferrer" title="https://www.local10.com/weather/"><b>HAGA CLIC AQUÍ</b></a><b> para conocer las últimas actualizaciones del pronóstico de la Autoridad del Tiempo de Local 10.</b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q77BNXPOPBGPPML4BMVNCEINHY.jpg?auth=2b27d61dee5f8d58dddefb756dbc71ada4a55d65d881e5b983c6c26f01a9336e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de explotar a víctima de edad avanzada y vender ilegalmente su casa en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/09/18/acusan-a-mujer-de-explotar-a-victima-de-edad-avanzada-y-vender-ilegalmente-su-casa-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/acusan-a-mujer-de-explotar-a-victima-de-edad-avanzada-y-vender-ilegalmente-su-casa-en-pompano-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer de 56 años está acusada de explotar a un hombre de edad avanzada y apropiarse indebidamente de aproximadamente $345,000 USD de sus bienes, incluyendo las ganancias de la venta de su casa en Pompano Beach, la cual no tenía permiso para vender en primer lugar, según un reporte de arresto de la Oficina del Sheriff de Broward.]]></description><pubDate>Fri, 18 Sep 2026 14:09:17 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 56 años está acusada de explotar a un hombre de edad avanzada y apropiarse indebidamente de aproximadamente $345,000 USD de sus bienes, incluyendo las ganancias de la venta de su casa en Pompano Beach, la cual no tenía permiso para vender en primer lugar, según un reporte de arresto de la Oficina del Sheriff de Broward.</p><p>Joy Yvette Holder, de Tamarac, fue arrestada el jueves por cargos de explotación de una persona de edad avanzada por $100,000 USD o más e intención criminal de solicitar o conspirar.</p><p>Los investigadores alegan que Holder obtuvo un poder notarial de la víctima a pesar de saber que él carecía de la capacidad para dar su consentimiento.</p><p>Según el reporte de arresto, Holder luego vendió ilegalmente la casa de la víctima en South Cypress Road, en Pompano Beach.</p><p>El 29 de septiembre de 2022, una compañía de títulos y depósitos en garantía transfirió aproximadamente $319,000 USD desde una cuenta de JPMorgan Chase a una cuenta de beneficiarios que estaba a nombre tanto de la víctima como de Holder, dijeron las autoridades.</p><p>La cuenta de Citibank fue descubierta posteriormente durante procedimientos en un tribunal civil, según el reporte de arresto.</p><p>Los investigadores alegan que Joy Holder y Ray Holder utilizaron el dinero para su beneficio personal, y que Joy Holder lavó fondos mediante pagos a su negocio de limpieza, Joy’s Cleaning.</p><p>Los investigadores identifican a presuntos co-conspiradores</p><p>Según el reporte de arresto, los investigadores consideran a Ray Holder un co-conspirador debido a su acceso y uso de los fondos.</p><p>Los investigadores también identificaron a Reannah Ashlyn Mariah Holder como presunta co-conspiradora, acusándola de interferir con los esfuerzos del personal del tribunal, investigadores del Departamento de Niños y Familias de Florida y las autoridades.</p><p>Según el reporte de arresto, Ray y Reannah Holder presuntamente interfirieron con una visita de bienestar de DCF relacionada con la víctima el 19 de julio de 2023.</p><p>Los investigadores dijeron que una investigadora de DCF les había informado previamente que planeaba realizar la visita de bienestar ese día.</p><p>Ray y Reannah Holder luego presuntamente intentaron llevar a la víctima en automóvil a Orlando bajo el pretexto de que iba a ver a su “hermana”, según el reporte.</p><p>Los investigadores dijeron que la víctima también era propietaria de un Nissan Maxima 2017 que había comprado por más de $31,000 USD. Pero los investigadores alegan que Ray Holder hizo que la víctima firmara un documento de compraventa, transfiriéndole el vehículo.</p><p>Aunque Joy Holder fue detenida el jueves, los registros de la cárcel en línea no muestran que Ray Holder o Reannah Ashlyn Mariah Holder hayan sido detenidos, hasta la mañana del viernes.</p><p>Mientras tanto, Joy Holder permanecía detenida en la cárcel principal del condado Broward y se espera que comparezca ante un tribunal de fianzas en algún momento del viernes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OU2YL5TGBVBI7FPVFYIWBAX6F4.jpg?auth=52e72fb0e5d6b3add42bb871085d5cdb431b252700d520c58f82c5c1396e734f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Woman accused of exploiting elderly victim, illegally selling his home in Pompano Beach]]></title><link>https://www.local10.com/news/local/2026/09/18/woman-accused-of-exploiting-elderly-victim-illegally-selling-his-home-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/woman-accused-of-exploiting-elderly-victim-illegally-selling-his-home-in-pompano-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 56-year-old woman is accused of exploiting an elderly man and misappropriating approximately $345,000 of his assets, including proceeds from the sale of his Pompano Beach home, which she did not have permission to sell in the first place, according to a Broward Sheriff’s Office arrest report.]]></description><pubDate>Fri, 18 Sep 2026 12:47:20 +0000</pubDate><content:encoded><![CDATA[<p>A 56-year-old woman is accused of exploiting an elderly man and misappropriating approximately $345,000 of his assets, including proceeds from the sale of his Pompano Beach home, which she did not have permission to sell in the first place, according to a Broward Sheriff’s Office arrest report.</p><p><a href="https://www.local10.com/espanol/2026/09/18/acusan-a-mujer-de-explotar-a-victima-de-edad-avanzada-y-vender-ilegalmente-su-casa-en-pompano-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/acusan-a-mujer-de-explotar-a-victima-de-edad-avanzada-y-vender-ilegalmente-su-casa-en-pompano-beach/">Leer en español</a></p><p>Joy Yvette Holder, of Tamarac, was arrested Thursday on charges of exploitation of an elderly person involving $100,000 or more and criminal intent to solicit or conspire.</p><p>Investigators allege Holder obtained power of attorney for the victim despite knowing that he lacked the capacity to consent to that. </p><p>According to the arrest report, Holder then unlawfully sold the victim’s home on South Cypress Road in Pompano Beach.</p><p>On Sept. 29, 2022, a title and escrow company wired approximately $319,000 from a JPMorgan Chase account into a beneficiary account that was in the names of both the victim and Holder, authorities said.</p><p>The Citibank account was later discovered during civil court proceedings, according to the arrest report.</p><p>Investigators allege Joy Holder and Ray Holder used the money for their personal benefit, with Joy Holder laundering funds through payments to her cleaning business, Joy’s Cleaning.</p><h3>Investigators identify alleged co-conspirators</h3><p>According to the arrest report, investigators consider Ray Holder a co-conspirator because of his access to and use of the funds.</p><p>Investigators also identified Reannah Ashlyn Mariah Holder as an alleged co-conspirator, accusing her of interfering with efforts by court personnel, Florida Department of Children and Families investigators and law enforcement.</p><p>According to the arrest report, Ray and Reannah Holder allegedly interfered with a DCF welfare check involving the victim on July 19, 2023.</p><p>Investigators said a DCF investigator had previously told them she planned to conduct the welfare check that day.</p><p>Ray and Reannah Holder then allegedly attempted to drive the victim to Orlando under the pretext that he was going to see his “sister,” according to the report.</p><p>Investigators said the victim also owned a 2017 Nissan Maxima that he had purchased for more than $31,000. But investigators allege Ray Holder had the victim sign a bill of sale, transferring the vehicle to him.</p><p>While Joy Holder was taken into custody Thursday, online jail records do not show that Ray Holder or Reannah Ashlyn Mariah Holder have been taken into custody, as of Friday morning. </p><p>Joy Holder, meanwhile, was being held at the Broward County Main Jail and is expected to appear in bond court sometime Friday. </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/OU2YL5TGBVBI7FPVFYIWBAX6F4.jpg?auth=52e72fb0e5d6b3add42bb871085d5cdb431b252700d520c58f82c5c1396e734f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade commissioners pass new $14.26B budget]]></title><link>https://www.local10.com/news/politics/2026/09/18/miami-dade-commissioners-pass-new-1426b-budget/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/miami-dade-commissioners-pass-new-1426b-budget/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Commissioners approved Miami-Dade County’s $14.26 billion budget while keeping operating property tax rates flat at 4.57 mills, after a meeting from Thursday afternoon to Friday morning at the Stephen P. Clark Government Center in downtown Miami. ]]></description><pubDate>Fri, 18 Sep 2026 10:14:18 +0000</pubDate><content:encoded><![CDATA[<p>Commissioners approved Miami-Dade County’s <a href="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf" target="_self" rel="" title="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf">$14.26 billion budget</a> while keeping operating property tax rates flat at 4.57 mills, after a meeting from Thursday afternoon to Friday morning at the Stephen P. Clark Government Center in downtown Miami. </p><p><a href="https://www.local10.com/espanol/2026/09/18/comisionados-de-miami-dade-aprueban-nuevo-presupuesto-de-1426-mil-millones-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/comisionados-de-miami-dade-aprueban-nuevo-presupuesto-de-1426-mil-millones-usd/">Leer en español</a></p><p>While the county’s new budget kept public bus service before 6 a.m., it did not bridge the gap between Miami-Dade’s Sheriff Rosie Cordero-Stutz’s request and Mayor Daniella Levine Cava’s proposal for commissioners.</p><p><b>Related story:</b> <a href="https://www.local10.com/news/local/2025/07/17/miami-dade-sheriff-asks-commissioners-for-bigger-budget-anything-less-is-defunding-the-police/" target="_self" rel="" title="https://www.local10.com/news/local/2025/07/17/miami-dade-sheriff-asks-commissioners-for-bigger-budget-anything-less-is-defunding-the-police/">Miami-Dade sheriff asks commissioners for bigger budget: ‘Anything less is defunding the police’</a></p><p>Cordero-Stutz told commissioners that she was concerned that Levine Cava’s proposal, which includes about $1 billion to fund the Miami-Dade Sheriff’s Office, did not meet the county’s law enforcement agency’s staffing needs. </p><p>“The proposed budget is not a responsible investment in public safety,” Cordero-Stutz said, adding MDSO currently operates below the Florida average. </p><figure><img src="https://www.local10.com/resizer/v2/RPBVABCREVG53MRICN6XHKPKVM.png?auth=eab1297525701520d642b7bac7d8ac2ec7fbd08a1223a441994e75c5d43bd30e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>During the process, Levine Cava <a href="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/message-from-mayor.pdf" target="_self" rel="" title="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/message-from-mayor.pdf">told</a> commissioners that property value growth had “returned to more moderate levels,” the cost of living continued to rise, and the county needed to prepare for the possibility of statewide property tax reform. </p><p>“At least these $11.5 million gets them to their contractual obligations,” Anthony Rodriguez, the commission’s chairman, said about adding to the sheriff’s budget.</p><p>Commissioners Vicki L. Lopez and René Garcia said they fully supported finding additional dollars for the sheriff’s budget. </p><p>Commissioner Keon Hardemon said it was likely the sheriff was still going to appeal to the state’s cabinet. </p><p>“I want to be supportive, but I just think that the money could be better served in other ways,“ said Hardemon, who represents District 3.</p><p><b>Related story: </b><a href="https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/">Miami-Dade commissioners raise concerns about county’s ‘Welcome to Vice City’ deal with Rockstar Games</a></p><p>Rodriguez said he wanted commissioners to allocate $5 million to the Greater Miami Convention &amp; Visitors Bureau, a marketing organization, to “reinvest” in the community. </p><p>Commissioners Danielle Cohen Higgins, Oliver G. Gilbert, III, and Garcia supported it. Commissioners Raquel A. Regalado, Micky Steinberg, and Juan Carlos “JC” Bermudez opposed it. </p><p>Commissioners plan to reconsider raising funds to avoid the budget’s cuts on the late-night public bus service. </p><p><b>Related link</b>: <a href="https://www.miamiherald.com/news/local/community/miami-dade/article317251857.html" target="_self" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article317251857.html">Miami-Dade approves $14B budget, late-night buses cut, Miami Herald reports</a></p><p><b>Watch the meeting </b></p><p><iframe width="100%" height="415" src="https://www.youtube.com/embed/netLEuEGuRM?si=g1dwhQ61jM3ao5ij" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p><p><b>Related proposed budget</b></p><ul><li><a href="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-1.page" target="_self" rel="" title="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-1.page">Volume 1</a></li><li><a href="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-2.page" target="_self" rel="" title="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-2.page">Volume 2</a></li><li><a href="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-3.page" target="_self" rel="" title="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-3.page">Volume 3</a></li></ul><p><b>Related documents</b></p><ul><li><a href="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf" target="_self" rel="" title="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf">Budget-in-brief (7 pages)</a></li><li><a href="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/261603.pdf" target="_self" rel="" title="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/261603.pdf">Agenda item (698 pages)</a></li></ul><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/09/15/north-miami-council-approves-2389-million-budget-keeps-74-millage-rate/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/09/15/north-miami-council-approves-2389-million-budget-keeps-74-millage-rate/">North Miami council approves $238.9 million budget, keeps 7.4 millage rate </a></li><li><a href="https://www.local10.com/news/local/2026/09/14/fort-lauderdale-commissioners-approve-128-billion-budget-keep-same-millage-rate-for-19th-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/14/fort-lauderdale-commissioners-approve-128-billion-budget-keep-same-millage-rate-for-19th-year/">Fort Lauderdale commissioners adopt $1.28 billion budget, keep same millage rate for 19th year</a></li></ul><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Miami-Dade Chair Anthony Rodriguez said he wants to send $5M in mostly property-tax dollars to Miami-Dade’s tourism bureau. The GMCVB gave Rodriguez’s PAC $38K worth of World Cup skybox tickets in June. The board already gets $37M from county hotel taxes  <a href="https://t.co/Tl6uVskyHt">https://t.co/Tl6uVskyHt</a></p>&mdash; Doug Hanks (@doug_hanks) <a href="https://x.com/doug_hanks/status/2100756826681708827?ref_src=twsrc%5Etfw">September 18, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F6AMPFEXFVDGHMPTVFOPIRLGCQ.jpg?auth=58a4f13dcca33778c67c18769d6a2aeb6e02fef2311045f1f9ba350375be3650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ben Shelton suffers Davis Cup defeat in 1st match since US Open final]]></title><link>https://www.local10.com/sports/2026/09/18/south-korea-leads-india-2-0-in-davis-cup-shelton-to-play-for-us-at-czech-republic/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/south-korea-leads-india-2-0-in-davis-cup-shelton-to-play-for-us-at-czech-republic/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[U.S. Open finalist Ben Shelton struggled to dominate with his serve and was beaten 6-4, 6-4 by 24th-ranked Jiri Lehecka on Friday as the Czech Republic drew level 1-1 with the United States in the last qualifying round for the Davis Cup Final 8.]]></description><pubDate>Fri, 18 Sep 2026 17:07:01 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Open finalist Ben Shelton struggled to dominate with his serve and was beaten 6-4, 6-4 by 24th-ranked Jiri Lehecka on Friday as the Czech Republic drew level 1-1 with the United States in the last qualifying round for the Davis Cup Final 8.</p><p>Lehecka broke Shelton’s serve early in each set on the indoor hard court at Prague’s O2 Arena.</p><p>Earlier, Learner Tien beat Jakub Mensik 6-2, 6-4 in his Davis Cup debut to give the 32-time champion Americans a 1-0 lead.</p><p>Tien had only 15 unforced errors to Mensik’s 34.</p><p>Shelton, who is up to a career-high No. 4 in the rankings after his U.S. Open run, dropped to 0-3 for his career in the Davis Cup.</p><p>In his only previous action in the competition, he lost both singles and doubles matches (with partner Tommy Paul) as the U.S. was beaten by Australia in the 2024 quarterfinals.</p><p>Doubles and reverse singles are scheduled for Saturday in the best-of-five match series.</p><p>The winning team advances to the Final 8 in Bologna, Italy, in November.</p><p>It was Shelton's first match since losing to Alexander Zverev in New York on Sunday in his first Grand Slam final.</p><p>South Korea nears Asian success</p><p>South Korea moved within one victory of becoming the first Asian nation to reach the Final 8 after taking a 2-0 lead over India.</p><p>The South Koreans came from a set down in both matches.</p><p>Kwon Soon-woo beat Dhakshineswar Suresh 3-6, 6-3, 6-4 and then Hyeon Chung defeated Sumit Nagal 2-6, 6-4, 7-5 at Seoul's Olympic tennis center.</p><p>Austria and Belgium were tied 1-1.</p><p>The other matchups of teams competing for spots to join host and three-time defending champion Italy at the finals are: Chile vs. Spain; Germany vs. Croatia; Britain vs. Ecuador; and Canada vs. France.</p><p>Zverev is scheduled to play for Germany, which hosts Croatia in Halle on Saturday and Sunday.</p><p>The Final 8 format was introduced in 2022.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6G4VPLAXUCEUP6RCQE2B46F74M.jpg?auth=3fcf2841e2ddde088e74d65b22187c7446f97800c3d5aa9849ed9ce8629315fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Ben Shelton falls after returning the ball to Czechia's Jiri Lehecka during the Davis Cup second round qualifier match between the Czech Republic and the United States, in Prague, Friday, Sept. 18, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BU3GOEST6HNUVCVAY54ZO6ZAJE.jpg?auth=1005047624a975bcb0b46d8366a3a8e425e96890d7ba744fc5aabaf409a59ea8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Ben Shelton reacts after failing to return a ball a ball to Czechia's Jiri Lehecka during the Davis Cup second round qualifier match between the Czech Republic and the United States, in Prague, Friday, Sept. 18, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5FVIBZOBXZYYE32IMB3AQPNNNE.jpg?auth=a782ece03be71f08a34f516d6e8fcb090869863dd6d4dd9434633ca62b177075&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Czechia's Jiri Lehecka celebrates with his captain Tomas Berdych after defeating United States' Ben Shelton during the Davis Cup second round qualifier match between the Czech Republic and the United States, in Prague, Friday, Sept. 18, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/35PMX6SQIFF7MGJCQICEQR2BWU.jpg?auth=0e85d690908404df0f25c284cbfc5de02e42c613931e56d51f030f0bf1add5f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Learner Tien returns the ball Czechia's Jakub Mensik during the Davis Cup second round qualifier match between the Czech Republic and the United States, in Prague, Friday, Sept. 18, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXETCB2WVHR5NIA3FH24A4DHIA.jpg?auth=134a05ba800427491ca88b68be4cbf199783f98563a50a6d6ab6435bdfa7e8d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Hyeon Chung celebrates after winning against India's Sumit Nagal during a Davis Cup second round qualifier between South Korea and India, in Seoul, South Korea, Friday, Sept. 18, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Comisionados de Miami-Dade aprueban nuevo presupuesto de $14.26 mil millones USD]]></title><link>https://www.local10.com/espanol/2026/09/18/comisionados-de-miami-dade-aprueban-nuevo-presupuesto-de-1426-mil-millones-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/comisionados-de-miami-dade-aprueban-nuevo-presupuesto-de-1426-mil-millones-usd/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los comisionados aprobaron el presupuesto de $14.26 mil millones USD del condado Miami-Dade, mientras mantuvieron sin cambios las tasas del impuesto a la propiedad para operaciones en 4.57 mills, tras una reunión que se extendió desde la tarde del jueves hasta la mañana del viernes en el Centro de Gobierno Stephen P. Clark, en el centro de Miami.]]></description><pubDate>Fri, 18 Sep 2026 14:05:45 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados aprobaron <a href="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf" rel="" title="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf">el presupuesto de 14.260 millones de dólares</a> del condado de Miami-Dade , manteniendo sin cambios las tasas del impuesto a la propiedad en 4,57 milésimas, después de una reunión que tuvo lugar desde la tarde del jueves hasta la mañana del viernes en el Centro Gubernamental Stephen P. Clark en el centro de Miami.</p><p>Si bien el nuevo presupuesto del condado mantuvo el servicio de autobuses públicos antes de las 6 de la mañana, no logró cerrar la brecha entre la solicitud de la sheriff de Miami-Dade, Rosie Cordero-Stutz, y la propuesta de la alcaldesa Daniella Levine Cava para los comisionados.</p><p><b>Noticia relacionada: </b><a href="https://www.local10.com/news/local/2025/07/17/miami-dade-sheriff-asks-commissioners-for-bigger-budget-anything-less-is-defunding-the-police/" rel="" title="https://www.local10.com/news/local/2025/07/17/miami-dade-sheriff-asks-commissioners-for-bigger-budget-anything-less-is-defunding-the-police/">El sheriff de Miami-Dade pide a los comisionados un mayor presupuesto: “Cualquier cosa menos sería recortar los fondos de la policía”.</a></p><p>Cordero-Stutz les dijo a los comisionados que le preocupaba que la propuesta de Levine Cava, que incluye alrededor de mil millones de dólares para financiar la Oficina del Sheriff de Miami-Dade, no cubriera las necesidades de personal de la agencia policial del condado.</p><p>“El presupuesto propuesto no es una inversión responsable en seguridad pública”, dijo Cordero-Stutz, y agregó que el MDSO actualmente opera por debajo del promedio de Florida.</p><figure><img src="https://www.local10.com/resizer/v2/RPBVABCREVG53MRICN6XHKPKVM.png?auth=eab1297525701520d642b7bac7d8ac2ec7fbd08a1223a441994e75c5d43bd30e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Durante el proceso, Levine Cava <a href="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/message-from-mayor.pdf" rel="" title="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/message-from-mayor.pdf">les dijo a</a> los comisionados que el crecimiento del valor de las propiedades había “vuelto a niveles más moderados”, que el costo de vida seguía aumentando y que el condado necesitaba prepararse para la posibilidad de una reforma del impuesto a la propiedad a nivel estatal.</p><p>“Al menos estos 11,5 millones de dólares les permiten cumplir con sus obligaciones contractuales”, dijo Anthony Rodriguez, presidente de la comisión, refiriéndose al aumento del presupuesto del sheriff.</p><p>Las comisionadas Vicki L. Lopez y René Garcia dijeron que apoyaban plenamente la búsqueda de fondos adicionales para el presupuesto del sheriff.</p><p>El comisionado Keon Hardemon dijo que era probable que el sheriff apelara ante el gabinete estatal.</p><p>“Quiero brindar mi apoyo, pero creo que el dinero podría utilizarse mejor de otras maneras”, dijo Hardemon, quien representa al Distrito 3.</p><p><b>Noticia relacionada: </b><a href="https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/" rel="" title="https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/">Los comisionados de Miami-Dade expresan su preocupación por el acuerdo del condado con Rockstar Games para el juego “Welcome to Vice City”.</a></p><p>Rodríguez dijo que quería que los comisionados asignaran 5 millones de dólares a la Oficina de Convenciones y Visitantes del Gran Miami, una organización de marketing, para “reinvertir” en la comunidad.</p><p>Los comisionados Danielle Cohen Higgins, Oliver G. Gilbert, III y García lo apoyaron. Los comisionados Raquel A. Regalado, Micky Steinberg y Juan Carlos “JC” Bermúdez se opusieron.</p><p>Los comisionados planean reconsiderar la posibilidad de recaudar fondos para evitar los recortes presupuestarios en el servicio de autobuses públicos nocturnos.</p><p><b>Enlace relacionado</b> : <a href="https://www.miamiherald.com/news/local/community/miami-dade/article317251857.html" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article317251857.html">Miami-Dade aprueba un presupuesto de 14 mil millones de dólares y recorta el servicio de autobuses nocturnos, informa el Miami Herald.</a></p><p><b>Mira la reunión</b></p><p><b>Presupuesto propuesto relacionado</b></p><ul><li><a href="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-1.page" target="_self" rel="" title="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-1.page">Volumen 1</a></li><li><a href="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-2.page" target="_self" rel="" title="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-2.page">Volumen 2</a></li><li><a href="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-3.page" target="_self" rel="" title="https://www.miamidade.gov/global/management/budget/2026-27/proposed/volume-3.page">Volumen 3</a></li></ul><p><b>Documentos relacionados</b></p><ul><li><a href="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf" target="_self" rel="" title="https://www.miamidade.gov/resources/budget/fy-26-27/proposed/budget-in-brief.pdf">Resumen del presupuesto (7 páginas)</a></li><li><a href="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/261603.pdf" target="_self" rel="" title="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/261603.pdf">Punto del orden del día (698 páginas)</a></li></ul><p><b>Informes relacionados</b></p><p>---</p><ul><li><a href="https://www.local10.com/news/politics/2026/09/15/north-miami-council-approves-2389-million-budget-keeps-74-millage-rate/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/09/15/north-miami-council-approves-2389-million-budget-keeps-74-millage-rate/">El consejo de North Miami aprueba un presupuesto de 238,9 millones de dólares y mantiene la tasa impositiva de 7,4 milésimas.</a></li><li><a href="https://www.local10.com/news/local/2026/09/14/fort-lauderdale-commissioners-approve-128-billion-budget-keep-same-millage-rate-for-19th-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/14/fort-lauderdale-commissioners-approve-128-billion-budget-keep-same-millage-rate-for-19th-year/">Los comisionados de Fort Lauderdale aprueban un presupuesto de 1.280 millones de dólares y mantienen la misma tasa impositiva por decimonoveno año.</a></li></ul><p><b>Redes sociales relacionadas</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Miami-Dade Chair Anthony Rodriguez said he wants to send $5M in mostly property-tax dollars to Miami-Dade’s tourism bureau. The GMCVB gave Rodriguez’s PAC $38K worth of World Cup skybox tickets in June. The board already gets $37M from county hotel taxes  <a href="https://t.co/Tl6uVskyHt">https://t.co/Tl6uVskyHt</a></p>&mdash; Doug Hanks (@doug_hanks) <a href="https://x.com/doug_hanks/status/2100756826681708827?ref_src=twsrc%5Etfw">September 18, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F6AMPFEXFVDGHMPTVFOPIRLGCQ.jpg?auth=58a4f13dcca33778c67c18769d6a2aeb6e02fef2311045f1f9ba350375be3650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Jon Rahm shoots 78-77 and in last place at BMW PGA Championship]]></title><link>https://www.local10.com/sports/2026/09/18/jon-rahm-shoots-78-77-and-in-last-place-at-bmw-pga-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/jon-rahm-shoots-78-77-and-in-last-place-at-bmw-pga-championship/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[VIRGINIA WATER, England (AP) — Jon Rahm will miss the cut at the BMW PGA Championship after shooting 78-77 at Wentworth, leaving him in last place Friday among the 140 players to play the first 36 holes in the European tour’s flagship event.]]></description><pubDate>Fri, 18 Sep 2026 14:01:48 +0000</pubDate><content:encoded><![CDATA[<p>VIRGINIA WATER, England (AP) — Jon Rahm will miss the cut at the BMW PGA Championship after shooting 78-77 at Wentworth, leaving him in last place Friday among the 140 players to play the first 36 holes in the European tour’s flagship event.</p><p>Rahm’s 6-over 78 in the first round on Thursday was his highest score in a non-major since a 78 in the opening round of the Andalucia Masters in 2021.</p><p>A day later, the Spaniard hit his first shot — a drive at No. 9 — into a bunker and went on to make five bogeys and a double on the way to a 77.</p><p>Rahm was 21 shots off the clubhouse lead, held by Adam Scott (67) and Filippo Cello (66) on 10 under, midway through the second round.</p><p>Rahm has never finished last in his nearly 100 events on the European tour, British broadcaster Sky Sports said.</p><p>The two-time major champion, who finished tied for 23rd at the Irish Open on Sunday, is one of the biggest stars in LIV Golf, the breakaway circuit that filed for Chapter 11 bankruptcy protection last week with more than $500 million in debt.</p><p>Rahm was among the leading four creditors listed in the filing.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5U7UV5OCH24LJRMGXZM6B3XS2Y.jpg?auth=f52774a14186b38c35a0c18e16c71559427dfb5814f82b942e751aa79a137269&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jon Rahm of Spain drops his club on the 13th hole during the first round of the BMW Championship golf tournament in Virginia Water, England, Thursday Sept. 17, 2026. (Adam Davy/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Davy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4BERY5QIJZK67CXW2YZ76M6JOA.jpg?auth=2e59c3a976272280d39fd1c6f116497cac429acb5fc7fa37124cfb0f452b8452&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australia's Adam Scott plays from the 7th fairway on day two of the PGA Championship at Wentworth Golf Club, in Virginia Water, England, Friday, Sept. 18, 2026. (Adam Davy/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Davy</media:credit></media:content></item><item><title><![CDATA[Leah Pruett is stepping away from NHRA to focus on having a second child with Tony Stewart]]></title><link>https://www.local10.com/sports/2026/09/18/leah-pruett-is-stepping-away-from-nhra-to-focus-on-having-a-second-child-with-tony-stewart/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/leah-pruett-is-stepping-away-from-nhra-to-focus-on-having-a-second-child-with-tony-stewart/</guid><dc:creator><![CDATA[By MARK LONG, Associated Press]]></dc:creator><description><![CDATA[Leah Pruett, in contention for her first NHRA Top Fuel championship, will step away from the drag-racing series at the end of this season to focus on having a second child with husband Tony Stewart.]]></description><pubDate>Fri, 18 Sep 2026 14:00:41 +0000</pubDate><content:encoded><![CDATA[<p>Leah Pruett, in contention for her first NHRA Top Fuel championship, will step away from the drag-racing series at the end of this season to focus on having a second child with husband Tony Stewart.</p><p>Pruett was a spectator in 2024 and 2025 while they started a family. She gave birth to their son, Dominic James Stewart, in November 2024. Tony Stewart, a three-time NASCAR champion and one-time IndyCar champion, filled in for her both seasons.</p><p>Pruett returned this year, and Stewart moved to Elite Motorsports. They currently rank third and fourth, respectively, as the series begins its six-race playoffs at the Great Lakes Nationals in Michigan.</p><p>“Some might think: ‘You got out, then did all this work to return, and you guys are doing so great, how could you ever get out again?’” Pruett told The Associated Press. “Well, how could I not?</p><p>"I’m living my dream right now at the very pinnacle, in the heat (of battle), and it’s about to get hotter. And I’m enjoying that, but there’s another portion of life goals that I’m going to be able to do here soon and grow a family.”</p><p>The 38-year-old Pruett intentionally refused to call this a “retirement,” knowing that the lure of driving a dragster is as much a part of her life as being a mother and a wife.</p><p>“I don’t have a magic crystal ball that says when I will be back, but I am most definitely leaving the door open for the possibility and opportunity of returning,” she said. “I just don’t have a timeline on it.”</p><p>She does know her replacement. She landed eight-time Top Fuel champion Tony Schumacher to slide into her seat beginning next season. Schumacher, whose 88 wins and eight titles are the most in Top Fuel history, currently is driving for Rick Ware Racing.</p><p>They spent three months ironing out sponsorship and contractual details, and Pruett called it a “full-circle moment” because she and Schumacher were teammates earlier in her career. She also still has a picture of herself at age 12 waiting in the pits to get Schumacher to sign her T-shirt.</p><p>For the 56-year-old Schumacher, the move will give him a chance to return to one of the series’ top teams.</p><p>“It’s like deciding to play baseball and then the Yankees call and ask if you want to play for them,” Schumacher told the AP. “Wait, you want me to drive for Tony Stewart? This is a dude that’s driven every car in the world, has respect all over the world. There are very few names like Tony Stewart and Mario Andretti.</p><p>“It was very quick and easy to say yes.”</p><p>Pruett made it clear she “won’t be going anywhere” during her second hiatus. She plans to continue attending events, managing the race team and raising Dom in the public eye.</p><p>The most challenging aspect of her decision was the timing — stepping away as the team reaches new heights in terms of chemistry and momentum.</p><p>“This year of racing has been the one that I’ve enjoyed the most, worked harder than I’ve ever worked before, jelled and we’re seated in a great position for a championship chase,” she said. “Beyond that, I’m abundantly grateful. I’m abundantly excited about the future of our family and then also the strength and health of the race team and the direction that’s going.”</p><p>And she has a chance to step away as the champ. She trails Top Fuel leader Doug Kalitta by 43 points and second-place Shawn Langdon by 17. She has an 18-point lead over Stewart.</p><p>“It’d be amazing,” the 55-year-old Stewart told the AP. “That’s the ultimate dream situation. I’d love to win it myself, but at the same time, I’ve done enough things that if I never win a championship in drag racing, it’s not going to define me.</p><p>“It’s not going to change me or my legacy in motorsports. But I can tell you one thing: If it comes down to her and I, I’m not laying down for her in any way, shape or form. She’d be furious if I did. … But her winning would be a fantastic way to go into another pregnancy.”</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P3NN27QIX2B2L4H255BYTKJ5XU.jpg?auth=b412808b2e2319e7342ad93909b605a91d8a3f741fa15a4889878c30404e0f34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Married NHRA drivers Leah Pruett, left, and Tony Stewart chat pre-race at New England Dragway in Epping, NH, Sunday, June 7, 2026, for the NHRA New England Nationals. (Marc Gewertz/NHRA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Gewertz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WEF3CSVQ5TVYGYOETXD3MGA5TQ.jpg?auth=5867358207819716520db909109db311c3123f189263e6cef7efd0ad3d9b3343&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NHRA driver Tony Schumacher gets ready for qualifying at the Nevada Nationals, Saturday, Nov. 1, 2025, at The Strip at Las Vegas Speedway in Las Vegas, Nevada. (Justin Daniels/NHRA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Justin Daniels</media:credit></media:content></item><item><title><![CDATA[South Florida under marginal flood threat through the weekend]]></title><link>https://www.local10.com/weather/2026/09/18/south-florida-under-marginal-flood-threat-through-the-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/18/south-florida-under-marginal-flood-threat-through-the-weekend/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[South Florida is under a marginal flood threat (level 1 out of 4) from Friday through the weekend. ]]></description><pubDate>Fri, 18 Sep 2026 13:40:24 +0000</pubDate><content:encoded><![CDATA[<p>South Florida is under a marginal flood threat (level 1 out of 4) from Friday through the weekend. </p><p><a href="https://www.local10.com/espanol/2026/09/18/sur-de-florida-bajo-amenaza-marginal-de-inundaciones-durante-el-fin-de-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/sur-de-florida-bajo-amenaza-marginal-de-inundaciones-durante-el-fin-de-semana/">Leer en español</a></p><p>Many areas have seen between 3”-6” of rain this week, and several more inches could occur as an upper level disturbance crawls very slowly from east to west across the peninsula. </p><p>As we head into the weekend, we’ll find more dry time in the morning hours with those heavy storms and downpours becoming more likely after 2 p.m. each day. </p><figure><img src="https://www.local10.com/resizer/v2/NQVF2FV3VZEV7DJMWDZDGRI2UA.jpg?auth=834de26ec63a541c71c35b3595a6bc5b7143cb704b097d168ccf11cbae906ca9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Additional heavy rain on top of what we’ve seen this week will lead to pockets of street flooding, especially in poor drainage neighborhoods. Remember to never drive on flooded roads!</p><p><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/"><b>CLICK HERE</b></a><b> for the latest forecast updates from Local 10’s Weather Authority. </b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BQNZ75ZVMFE4FBO7KGIODX5NNY.jpg?auth=6a5885b4079543a64cffc99d62e4319ed6791f25cd0a78da43f5543af6b914d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sur de Florida bajo amenaza marginal de inundaciones durante el fin de semana]]></title><link>https://www.local10.com/espanol/2026/09/18/sur-de-florida-bajo-amenaza-marginal-de-inundaciones-durante-el-fin-de-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/sur-de-florida-bajo-amenaza-marginal-de-inundaciones-durante-el-fin-de-semana/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[El sur de Florida está bajo una amenaza marginal de inundaciones (nivel 1 de 4) desde el viernes y durante el fin de semana.]]></description><pubDate>Fri, 18 Sep 2026 13:54:01 +0000</pubDate><content:encoded><![CDATA[<p>El sur de Florida está bajo una amenaza marginal de inundaciones (nivel 1 de 4) desde el viernes y durante el fin de semana.</p><p>Muchas áreas han registrado entre 3 y 6 pulgadas de lluvia esta semana, y podrían caer varias pulgadas más a medida que una perturbación en los niveles altos de la atmósfera avanza muy lentamente de este a oeste a través de la península.</p><p>A medida que nos adentramos en el fin de semana, tendremos más períodos secos durante las horas de la mañana, con fuertes tormentas y aguaceros cada vez más probables después de las 2 p.m. cada día.</p><figure><img src="https://www.local10.com/resizer/v2/NQVF2FV3VZEV7DJMWDZDGRI2UA.jpg?auth=834de26ec63a541c71c35b3595a6bc5b7143cb704b097d168ccf11cbae906ca9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Las fuertes lluvias adicionales, sumadas a las que hemos visto esta semana, provocarán inundaciones en algunas calles, especialmente en vecindarios con drenaje deficiente. ¡Recuerde nunca conducir por carreteras inundadas!</p><p><a href="https://www.local10.com/weather/" target="_blank" rel="noreferrer" title="https://www.local10.com/weather/"><b>CLICK HERE</b></a><b> for the latest forecast updates from Local 10’s Weather Authority.</b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BQNZ75ZVMFE4FBO7KGIODX5NNY.jpg?auth=6a5885b4079543a64cffc99d62e4319ed6791f25cd0a78da43f5543af6b914d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Big City Tavern en Fort Lauderdale cerrará después de 25 años]]></title><link>https://www.local10.com/espanol/2026/09/18/big-city-tavern-en-fort-lauderdale-cerrara-despues-de-25-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/big-city-tavern-en-fort-lauderdale-cerrara-despues-de-25-anos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Big City Tavern en Fort Lauderdale se prepara para cerrar sus puertas después de 25 años en el negocio.]]></description><pubDate>Fri, 18 Sep 2026 13:41:48 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.bigcitylasolas.com/" target="_blank" rel="noreferrer" title="https://www.bigcitylasolas.com/">Big City Tavern</a> en Fort Lauderdale se prepara para cerrar sus puertas después de 25 años en el negocio.</p><p>El restaurante anunció el cierre el viernes en una <a href="https://www.instagram.com/stories/bigcitytavern/" target="_blank" rel="noreferrer" title="https://www.instagram.com/stories/bigcitytavern/">historia de Instagram</a>, diciendo que su último día será el 30 de septiembre.</p><p>Big City Tavern, ubicado en 609 E. Las Olas Blvd., está alentando a los clientes a visitarlo antes de que el restaurante cierre y agradeció a los clientes, empleados y a la comunidad que lo han apoyado a lo largo de los años.</p><p>“Mientras nos preparamos para cerrar nuestras puertas, levantamos una copa por los clientes, miembros del equipo y la comunidad que hicieron de Big City Tavern lo que es”, escribió el restaurante. “Acompáñenos para un último bocado”.</p><p>El restaurante no proporcionó una razón para el cierre en su publicación.</p><figure><img src="https://www.local10.com/resizer/v2/4B74H64MLFBGZJE5NUPW7EH4FU.jpg?auth=a488a258a2d76177b041fe265aa520da6adc9081fe9c4767763edcd4190d5179&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H3AFGJXSN5DNRNGSVXEK37RJIE.jpg?auth=2ab88c16b38004df5664f7c2ff763b10b1fbcacf9573056d618c219368876468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Big City Tavern in Fort Lauderdale to close after 25 years]]></title><link>https://www.local10.com/business/2026/09/18/big-city-tavern-in-fort-lauderdale-to-close-after-25-years/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/18/big-city-tavern-in-fort-lauderdale-to-close-after-25-years/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Big City Tavern in Fort Lauderdale is preparing to close its doors after 25 years in business.]]></description><pubDate>Fri, 18 Sep 2026 13:15:20 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.bigcitylasolas.com/" target="_self" rel="" title="https://www.bigcitylasolas.com/">Big City Tavern</a> in Fort Lauderdale is preparing to close its doors after 25 years in business.</p><p><a href="https://www.local10.com/espanol/2026/09/18/big-city-tavern-en-fort-lauderdale-cerrara-despues-de-25-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/18/big-city-tavern-en-fort-lauderdale-cerrara-despues-de-25-anos/">Leer en español</a></p><p>The restaurant announced the closure Friday in an <a href="https://www.instagram.com/stories/bigcitytavern/" target="_self" rel="" title="https://www.instagram.com/stories/bigcitytavern/">Instagram Story</a>, saying its final day will be Sept. 30.</p><p>Big City Tavern, located at 609 E. Las Olas Blvd., is encouraging customers to stop by before the restaurant closes and thanked the guests, employees and community who have supported it over the years.</p><p>“As we prepare to close our doors, we’re raising a glass to the guests, team members and community who made Big City Tavern what it is,” the restaurant wrote. “Join us for one last bite.”</p><p>The restaurant did not provide a reason for the closure in their post.</p><figure><img src="https://www.local10.com/resizer/v2/4B74H64MLFBGZJE5NUPW7EH4FU.jpg?auth=a488a258a2d76177b041fe265aa520da6adc9081fe9c4767763edcd4190d5179&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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/H3AFGJXSN5DNRNGSVXEK37RJIE.jpg?auth=2ab88c16b38004df5664f7c2ff763b10b1fbcacf9573056d618c219368876468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sept. 18: Strong thunderstorms expected to fire up over South Florida this afternoon]]></title><link>https://www.local10.com/weather/2026/09/18/sept-18-strong-thunderstorms-expected-to-fire-up-over-south-florida-this-afternoon/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/18/sept-18-strong-thunderstorms-expected-to-fire-up-over-south-florida-this-afternoon/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Unlike yesterday, we started the day with plenty of sunshine. This will warm us up to 90° this afternoon. ]]></description><pubDate>Fri, 18 Sep 2026 13:26:45 +0000</pubDate><content:encoded><![CDATA[<p>Unlike yesterday, we started the day with plenty of sunshine. This will warm us up to 90° this afternoon. There’s also a storm system moving in from the Atlantic that will combine with today’s heating to give us a round of thunderstorms. The first storms will develop between noon-2 p.m. Highest chances will be from 2 p.m.-7 p.m. Some storms could be severe with damaging wind gusts and hail. Since the ground is saturated from recent heavy rain, flooding is also possible.</p><p>This pattern is locked in for the weekend and most of next week. It does not look like a complete washout, but expect rounds of thunderstorms with very heavy rain and dry breaks in between. When added all up through next week, this could be a drought busting rainfall for South Florida.</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[Saddiq Bey, Pelicans agree on a 3-year, $55.5 million contract extension]]></title><link>https://www.local10.com/sports/2026/09/18/saddiq-bey-pelicans-agree-on-a-3-year-555-million-contract-extension/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/saddiq-bey-pelicans-agree-on-a-3-year-555-million-contract-extension/</guid><dc:creator><![CDATA[By BRETT MARTEL, Associated Press]]></dc:creator><description><![CDATA[NEW ORLEANS (AP) — Saddiq Bey has agreed to a three-year contract extension with the New Orleans Pelicans that will pay the veteran power forward $55.5 million.]]></description><pubDate>Fri, 18 Sep 2026 13:15:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW ORLEANS (AP) — Saddiq Bey has agreed to a three-year contract extension with the New Orleans Pelicans that will pay the veteran power forward $55.5 million.</p><p>Bey's agents with Excel Sports Management announced the extension, which was first reported by ESPN on Thursday night.</p><p>Bey averaged 17.7 points and 5.6 rebounds last season, his first in New Orleans and also his first season since missing all of the 2024-25 campaign with a torn ligament in his left knee.</p><p>Drafted 19th overall out of Villanova in 2020, Bey spent most of his first three seasons with Detroit before being traded to Atlanta.</p><p>He has averaged 14.8 points and 5.3 rebounds in about 30.4 minutes per game for his career.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CHYEQVBVXDDQIRDE6JIGLQ3R4Y.jpg?auth=66babc0dc91bdcb3dc2b23b8c6c328e5608f0bd602364ebcb1de51b0ccb40c97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Orleans Pelicans guard-forward Saddiq Bey (41) stands in the first half against the Orlando Magic in an NBA basketball game in New Orleans, Sunday, April 5, 2026. (AP Photo/Ella Hall, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ella Hall</media:credit></media:content></item><item><title><![CDATA[Sun, sea and soldiers: Greek island tourists get front-row seats for military drills]]></title><link>https://www.local10.com/news/weird-news/2026/09/18/tourists-get-a-front-row-view-of-military-drills-on-crete-as-mediterranean-alliances-grow/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/09/18/tourists-get-a-front-row-view-of-military-drills-on-crete-as-mediterranean-alliances-grow/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS and LEFTERIS PITARAKIS, Associated Press]]></dc:creator><description><![CDATA[MALEME, Greece (AP) — Vacationers taking a morning dip or seeking shade on wooden sunbeds on the Greek island of Crete got a close-up view of a major military exercise unfolding in front of them Friday.]]></description><pubDate>Fri, 18 Sep 2026 15:33:02 +0000</pubDate><content:encoded><![CDATA[<p>MALEME, Greece (AP) — Vacationers taking a morning dip or seeking shade on wooden sunbeds on the Greek island of Crete got a close-up view of a major military exercise unfolding in front of them Friday.</p><p>The annual Medusa exercise, led by Greece and Egypt, ended on a strip of coastline outside the port city of Chania. It featured drone attacks and fast-boat landings with marines and special forces operators using simulated fire.</p><p>Louise Carr, from York in northern England, arrived for a holiday late Thursday and said she was surprised by the intensity of the drill.</p><p>“I just saw that it was some kind of military exercise, but I must admit I didn’t expect it to be the scale that it’s been. We were just like: wow,” Carr said. “I was very impressed, very. You’d pay thousands to watch this, wouldn’t you?” Greek military police set up a cordon during the hourlong drills Friday to keep bathers from getting too close as Greek and Egyptian service members ran through colored smoke and onto the beach, while jets and helicopters swooped overhead. France, Italy and Cyprus joined exercises that began Sept. 10 and ran through Friday as countries around the Mediterranean seek to expand their military cooperation.</p><p>Wars, economic shocks and questions over the U.S. role in the region have prompted many countries to seek stronger deterrence through a widening network of alliances.</p><p>Greece signed a 3 billion euro (about $3.5 billion) deal with Israel in August to build a new air defense system named Achilles Shield. Weeks earlier, Turkey, Pakistan and Saudi Arabia signed their own landmark defense agreement.</p><p>Egypt sent the helicopter carrier Gamal Abdel Nasser to the Greek exercise, which also was attended by observers from Serbia, the United Arab Emirates, Bahrain and Mozambique.</p><p>Michal Sitko, a vacationer from Poland, said he felt lucky to catch the spectacle.</p><p>“I didn’t expect that. It was kind of amazing that it happened in my vacation,” he said. “It’s just my first time in life, I think, I see something like that.”</p><p>___</p><p>Thanassis Stavrakis in Maleme, Greece, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RV5TCIB4YXQTVBX635DKWFYQL4.jpg?auth=96a71aaa8a1111d33040f6ff250fafb99c117571195c626f4782c241d2f2bd79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists from nearby hotels watch a military helicopter fly overhead during Medusa 15, a multinational military exercise led by Greece and Egypt, at Maleme on the Greek island of Crete, Friday, Sept. 18, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEY34YWMFGA347MOZLDYNIF4NA.jpg?auth=6ab4d9ecbc79f7660830c2845d1defbc18dc9a869b9366b61ac3031cb0fbaa78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists from nearby hotels watch Medusa 15, a multinational military exercise led by Greece and Egypt, at Maleme on the Greek island of Crete, Friday, Sept. 18, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NUIKAXEYINWM5SDURBT5EEQJOY.jpg?auth=119fecdc56c5a4fccef1c17d4a33c3eb5c86d217090638de72d95541b8010e58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military service members from Egypt and Greece take part in the combined armed forces exercises Medusa 15, led by Greece and Egypt at Maleme, on the Greek island of Crete on Friday, Sept. 18, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RVAPWK5GCOHFEMJBAE4KDQCIRY.jpg?auth=d96fe00594709afcac162d7a58990f9b673dfefbc66563684029588c6dfa44f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military helicopters fly over the Italian Navy frigate Luigi Rizzo during Medusa 15, a multinational military exercise led by Greece and Egypt, at Maleme on the Greek island of Crete, Friday, Sept. 18, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RHXB36HGVA3PKMPN3N4VDRHSNM.jpg?auth=47be6ea3f663629b6b216d42d5f951fe75597be3ae8809f8a1a56626162ee0ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Greek service members drive a military vehicle ashore from a landing craft during Medusa 15, a multinational military exercise led by Greece and Egypt, in Maleme on the Greek island of Crete, Friday, Sept. 18, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content></item><item><title><![CDATA[Scientists hope deeper-rooted soybeans can withstand climate extremes and store more carbon]]></title><link>https://www.local10.com/tech/2026/09/18/scientists-hope-deeper-rooted-soybeans-can-withstand-climate-extremes-and-store-more-carbon/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/18/scientists-hope-deeper-rooted-soybeans-can-withstand-climate-extremes-and-store-more-carbon/</guid><dc:creator><![CDATA[By JOSHUA A. BICKEL and ANNIKA HAMMERSCHLAG, Associated Press]]></dc:creator><description><![CDATA[CHAMPAIGN, Ill. (AP) — Research scientist Ashish Rajurkar kneels in the dirt, lifting a large clod of soil tangled around a soybean plant. He knocks away pieces of earth from the plant's roots, which slope straight down instead of out to the side like typical soybean plants.]]></description><pubDate>Fri, 18 Sep 2026 13:01:34 +0000</pubDate><content:encoded><![CDATA[<p>CHAMPAIGN, Ill. (AP) — Research scientist Ashish Rajurkar kneels in the dirt, lifting a large clod of soil tangled around a soybean plant. He knocks away pieces of earth from the plant's roots, which slope straight down instead of out to the side like typical soybean plants.</p><p>Researchers hope roots like these could help crops withstand some effects of climate change while also drawing more carbon from the atmosphere and storing it underground. Carbon dioxide released by burning fossil fuels traps heat in the atmosphere, driving human-caused climate change.</p><p>For years, scientists have explored ways to remove some of that carbon from the atmosphere, including through direct air capture, changes to ocean chemistry so seawater can absorb more carbon, and reforestation. Now, researchers at the Salk Institute for Biological Studies are testing whether deeper root systems could become another tool.</p><p>But scientists still need to show how much additional carbon those roots can store under real farming conditions, how long the carbon would remain underground and whether the crops can maintain yields.</p><p>An $18 million grant from the Bezos Earth Fund will help Salk researchers test those questions in the field by measuring how resilient these plants are to drought and other climate stressors, how much carbon they can store and for how long, and how to get the plants onto farms at scale.</p><p>Wolfgang Busch, director of the institute’s Harnessing Plants Initiative, said the issue is pressing.</p><p>“We are actually steering in a direction that is very concerning,” he said. “It will become harder to grow enough food for enough people.”</p><p>Scientists use genes to create deeper roots</p><p>Over the last six years, Salk scientists uncovered the genetic information of hundreds of versions of common row crop plants such as soybeans and sorghum from around the world, creating an “encyclopedia” of plant genomes, said Todd Michael, a research professor at the institute.</p><p>After identifying 347 genes related to carbon storage and root growth, scientists were able to edit the plants' DNA and create ones with roots that penetrate the soil further down.</p><p>“We wanted to leverage the natural variation of a given plant,” Michael said. “We just have to be able to make the right crosses to bring in those genetics.”</p><p>During droughts, they hope the roots will allow plants to access water below the top layer of soil while also storing carbon farther underground, where it may be less vulnerable to being released when farmers till their fields.</p><p>Researchers are also trying to boost carbon storage by growing larger root systems so more carbon-rich plant material is left in the soil, and by increasing suberin, a cork-like substance in roots that contains carbon and decomposes more slowly than many other plant tissues.</p><p>Researchers hypothesize that more steeply shaped root systems may also allow farmers to plant more crops in a smaller area, potentially increasing yield.</p><p>Salk scientists think longer, bigger roots could also absorb more nitrogen and other fertilizer runoff, which can cause algae blooms and lead to low-oxygen environments that kill marine life.</p><p>Based on earlier lab results, Salk researchers estimate one hectare (2.5 acres) of deeper- and bigger-rooted soybean plants could store an additional metric ton of carbon dioxide per year. How long that carbon stays stored depends on how deep the roots can grow and the surrounding environment in the soil. Initial results from the field are expected this fall, Busch said.</p><p>At one of these field sites at the University of Illinois Urbana-Champaign, Salk is growing deep-rooted soybean plants under a canopy that can open and close to control the amount of rainfall plants receive, testing how the plants perform in drought conditions. Using underground cameras and sensing equipment, research partners at the university can track the amount of carbon in the soil and view the root structure's growth in real-time.</p><p>But there is still uncertainty about how these plants will perform outside a lab. Salk researchers hope data collection at the site in Illinois, along with ones in Missouri, Kansas and Iowa, will provide accurate estimates of carbon storage and crop yield.</p><p>Because most plant breeders haven't focused on root systems in the past, “we don’t really know what the real trade-off is,” Busch said. “You have to test it in the field.”</p><p>Rapid adoption relies on industry and farmers</p><p>Busch acknowledges that getting new seed technology into farmers' fields can be difficult. Having a crop that has clear benefits to farmers and large seed companies is key to getting it adopted rapidly. He noted that companies and farmers adopted herbicide-resistant crops in less than a decade once the technology was introduced.</p><p>“Historically it’s clear, if you have a technology that is interesting to a big seed company, it will go out there very, very fast,” he said.</p><p>And large-scale adoption on farm fields will be required to have the kind of carbon-reduction impact Salk scientists want. A 2025 study that Busch co-authored modeled that about a gigaton of carbon dioxide per year could be removed from the atmosphere by 2040 if deeper-rooted soybean, corn, cotton and canola crops were adopted in countries where genetically-modified crops are already grown.</p><p>Adoption could be rapid because deeper-rooted crops could be planted on current farm fields using existing agricultural infrastructure and land, according to the study.</p><p>But Busch also notes that crop and seed development can take years. Ambitious solutions, he said, require fast funding.</p><p>“It’s a race against time,” he said of climate change. “We are racing against limiting the damage and crossing tipping points, where it’s much harder to return from.”</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p><p>___</p><p>Follow Annika Hammerschlag on Instagram @ahammergram and Joshua A. Bickel on Instagram, Bluesky and X @joshuabickel.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CKJTVUU3UEF325DFNZRZJNAYUY.jpg?auth=219e3900bf49c0628e84c64263f7307d205f129f1e6eab55b5300ac38b051bb0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ashish Rajurkar, a research scientist at the Salk Institute, digs out root samples from genetically-engineered soybeans Tuesday, Sept. 1, 2026, at a research field in Urbana, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ESIZLIYI3DCNQ2TL5GWSQPRNOA.jpg?auth=3f5b389285756be0bf2218975c431031cac0182b0157e559983e063fc9fa3286&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Todd Michael, a research professor at the Salk Institute for Biological Studies, works at his lab in La Jolla, Calif., Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UMQIJYYIU4NPKCBQCQBEYHCLFE.jpg?auth=a2f5a4318e1578fae7730cc9797f16e3d08fe250a31910bd05c6bac38d7f0b91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Plants with contrasting root systems, genetically engineered, left, and not, are displayed at the Salk Institute for Biological Studies in La Jolla, Calif., Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GOCIPKWZ24MFT73IOWF644F2SY.jpg?auth=79573aca71f5061f8ba1591370ee958eaf758d24c5bc7f43b9e0ab6e19dfb665&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ashish Rajurkar, a research scientist at the Salk Institute, examines a greenhouse of genetically-engineered soybeans Tuesday, Sept. 1, 2026, at a research farm in Champaign, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D5M6COKNJIUZEKCIJYMR2ZOSS4.jpg?auth=7125d03b2d2069c50310afe44a4b8037d5913eea078d232afe9739dbe2d80cda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wolfgang Busch, director of the Harnessing Plants Initiative at the Salk Institute, holds up a soybean root that was genetically-engineered to grow downward Tuesday, Sept. 1, 2026, at a research farm in Urbana, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ROJHZAFAT5N33Z64KDI4MRKKI.jpg?auth=67eef86e580c0a39333491060903de6e47e1769b2ba6f042d7de19fb90ee86d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A device measures carbon levels in soil Tuesday, Sept. 1, 2026, at a research farm in Champagne, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUNTBABXGOW6JNC2JG2F2IVNXM.jpg?auth=f28f60bbd770a291523e655651e246f97e78aa37e7f4b2a27e0a0661c9f1b422&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Genetically-engineered soybeans grow Tuesday, Sept. 1, 2026, at a research farm in Champagne, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RCKPSFCRUABGCJPK245GMR4WU.jpg?auth=8362682bfeeeb54fd9be0060e110b93bd638a7abc7055987a293d96e348340b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A caterpillar crawls on the leaf of a genetically-engineered soybean plant Tuesday, Sept. 1, 2026, at a research farm in Champagne, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7D5FP6332RXCAGB6FRHUJOHRRY.jpg?auth=04e4947afdc4377d04df06eea76caf4e74c270ef69df1b3295612ff2cf9e1b4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wolfgang Busch, director of the Harnessing Plants Initiative at the Salk Institute, takes a photograph of genetically-engineered soybeans Tuesday, Sept. 1, 2026, at a research farm in Urbana, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DPGI37EULYFCVYICL6SCWKSTEE.jpg?auth=d22a19a43f1cae50e6380d901fde4ea41987d07bc8b12770fc42bead0d6ddb93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Preyanka Mehta, a research associate at Cquesta, removes soil from a genetically-engineered soybean root Tuesday, Sept. 1, 2026, at a research farm in Urbana, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CSOAL524DLH56VCOEANUHRYSMQ.jpg?auth=a45f757fe13eb8f5a146804fb87334de9a1b71cebc099b07101bbb7dac1779d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Root samples of genetically-engineered soybeans dry after collection Tuesday, Sept. 1, 2026, at a research farm in Urbana, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OHFHZ2BH5NIH6N3HBUA2MIR7MM.jpg?auth=62cfee9a537caca702ff3046acd8edfa103c9ae84ffa70ef0393333a7b7b2803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A genetically-engineered soybean root, left, which has roots that grow downward and with more root mass, is shown next to a conventional soybean root Tuesday, Sept. 1, 2026, at a research farm in Urbana, Ill. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Princess Diana's famous 'revenge dress' goes on show ahead of Sotheby's auction]]></title><link>https://www.local10.com/entertainment/2026/09/18/princess-dianas-famous-revenge-dress-goes-on-show-ahead-of-sothebys-auction/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/18/princess-dianas-famous-revenge-dress-goes-on-show-ahead-of-sothebys-auction/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Revenge has rarely been so stylish.]]></description><pubDate>Fri, 18 Sep 2026 15:53:32 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Revenge has rarely been so stylish.</p><p>A striking black dress worn by the late Princess Diana on the day her estranged husband publicly admitted adultery is going up for auction at Sotheby’s, with a presale estimate of up to $300,000.</p><p>First, the “revenge dress,” as it has become known, is going on an international tour, testament to the enduring global fascination with Diana almost 30 years after her death.</p><p>The garment, which went on public display Friday at Sotheby’s in London, was worn by Diana on June 29, 1994, the broadcast date of an interview in which the then-Prince Charles acknowledged infidelity.</p><p>Diana, who knew the revelation was coming, chose to wear the figure-hugging, off-the-shoulder silk dress by Greek designer Christina Stambolian for a gala at London’s Serpentine Gallery.</p><p>Morgane Halimi, Sotheby’s global head of handbags and fashion, said Diana chose the “beautiful and powerful outfit” as a way to seize control of her own story.</p><p>“She always used fashion as a way of expression, but this time (it) was a way to communicate her personal expression of herself,” Halimi said. “The way she felt on that day is that, ‘I’m taking back the story and I’m here and I stand for myself.’”</p><p>Images of Diana in the dress, accessorized with a sapphire necklace, black pumps and bright red nail polish, shot around the world. The Sun tabloid proclaimed on its front page the next day: “Revenge is chic.”</p><p>The following year Diana gave an interview in which she acknowledged her own extramarital affair, and famously said “there were three of us in this marriage,” in reference to Charles’ paramour Camilla Parker-Bowles, now Queen Camilla. Charles and Diana divorced in 1996, a year before Diana was killed in a car crash in Paris at the age of 36.</p><p>The dress remained so famous that a life-size waxwork replica of Diana wearing it was unveiled at a Paris museum last year.</p><p>The dress is being auctioned for the first time since 1997, when Diana sold it and other garments to raise money for AIDS charities. It has a presale estimate of $150,000 to $300,000, but Sotheby’s experts would not be surprised if it far exceeds that price.</p><p>A red sweater adorned with sheep that Diana wore to a polo match in 1981 sold in 2023 for $1.1 million, many times its presale estimate and a record for an item owned by the late royal.</p><p>“I personally believe that this dress is the most powerful item linked to Diana,” Halimi said.</p><p>“The Diana provenance always attracts collectors,” she added. “But the story of this dress and the universal message that it brings will definitely attract also institutions as well as private collectors who are looking for unique pieces and one-of-a kind items.”</p><p>In her lifetime, Diana was a style icon and one of the world’s most photographed women. Her star power has not dimmed, and neither has the fascination with the dramatic disintegration of her marriage to the now King Charles III. A new book by Diana’s brother Charles Spencer has seized headlines again and reignited a public feud between the Spencers and the royal family over the treatment of the princess.</p><p>The revenge dress is on show in London until Sept. 24 and travels to Hong Kong and Geneva ahead of its sale in New York on Dec. 9.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVQIHTHTWDVUZCOPO7MWFM2YRI.jpg?auth=490c797fd21b771f21106d33ecfdfd0d26e5099512b971f72f27770c179a3a84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dress worn by the late Princess Diana and known as the ''Revenge Dress'', designed by Christina Stambolian, is unveiled by staff at Sotheby’s auction house in London, Friday, Sept. 18, 2026, ahead of its Dec. 9 auction in New York, where it is estimated to sell for US$150,000-300,000. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W22XDYQVKTRHYJRFIZ6HW5DS3Y.jpg?auth=906ad353307f7f3e4a0511b6dd3f80b3d345535fa77f30625b8fb1a7768e2e39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Diana, Princess of Wales walks during a party given at the Serpentine Gallery in London, 1994. (AP Photo,File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/43IFUP4VS5PTDIGEJ6DR4SPL4A.jpg?auth=3b38f1678a66c34639b59a81912e13019d8846da09d801fa9bcd0f3444db092c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dress worn by the late Princess Diana and known as the ''Revenge Dress'', designed by Christina Stambolian, is unveiled at Sotheby’s auction house in London, Friday, Sept. 18, 2026, ahead of its Dec. 9 auction in New York, where it is estimated to sell for US$150,000-300,000. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWSMPJ67A7DFLO25RFV6HFIBUM.jpg?auth=2dd18ee7c07486644c8cd305e9ac7058fe9d9049160679dc13dc14eded77cd91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dress worn by the late Princess Diana and known as the ''Revenge Dress'', designed by Christina Stambolian, is unveiled by staff at Sotheby’s auction house in London, Friday, Sept. 18, 2026, ahead of its Dec. 9 auction in New York, where it is estimated to sell for US$150,000-300,000. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZH2LCTLEM5F2SRSOFF5L4R4YJ4.jpg?auth=246c885d2a7f51d3cc3a6169c18c3a373b718e7509586f1f4c1fe4b045cf613c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dress worn by the late Princess Diana and known as the ''Revenge Dress'', designed by Christina Stambolian, is unveiled by staff at Sotheby’s auction house in London, Friday, Sept. 18, 2026, ahead of its Dec. 9 auction in New York, where it is estimated to sell for US$150,000-300,000. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[College sports bill inches ahead in the Senate even as Congress punts other issues]]></title><link>https://www.local10.com/news/national/2026/09/18/college-sports-bill-inches-ahead-in-the-senate-even-as-congress-punts-other-issues/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/18/college-sports-bill-inches-ahead-in-the-senate-even-as-congress-punts-other-issues/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Congress has struggled to pass major legislation this year, putting off debates on annual spending, defense, cryptocurrency and artificial intelligence. But in its final weeks in session as the midterm elections approach, the Senate can agree on doing one thing — addressing college sports.]]></description><pubDate>Fri, 18 Sep 2026 12:36:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Congress has struggled to pass major legislation this year, putting off debates on annual spending, defense, cryptocurrency and artificial intelligence. But in its final weeks in session as the midterm elections approach, the Senate can agree on doing one thing — addressing college sports.</p><p>The Senate voted twice this week to move forward on legislation to overhaul the rules and financing around college sports. It's an effort to put guardrails around skyrocketing spending, prevent constant legal battles and restore order to what the bill’s supporters say is “chaos” in athletic programs.</p><p>More than 70 senators are already backing the bill, which would still have to pass the House. Final votes could come as soon as next week.</p><p>Still, some Senate critics say it’s far from the most urgent matter in front of Congress — and question why senators aren’t focused on what they say are more pressing issues before the midterm elections.</p><p>Florida Sen. Rick Scott, a Republican who opposes the sports bill, said Congress should be primarily dealing with affordability issues before lawmakers leave town to campaign. The college sports bill, Scott said, goes “way too far inserting the federal government into collegiate athletics” and could create new problems.</p><p>Democratic Sen. Chris Murphy of Connecticut said the Senate should concentrate on other things “when we are in the middle of a disastrous war and a growing cost crisis.”</p><p>The college sports legislation is addressing “a fake crisis,” Murphy said this week. He argued that it doesn’t do enough to change the system and protect athletes.</p><p>Those backing the bill say it will keep college costs down, give hundreds of thousands of student athletes new health and labor protections and create one set of rules for all colleges.</p><p>Senate Majority Leader John Thune, R-S.D., made a commitment this summer to the bill’s top sponsors — Commerce Committee Chairman Ted Cruz, R-Texas, and Washington Sen. Maria Cantwell, the top Democrat on the panel — that he would hold a vote on the bill in September. He says there is a “pent-up demand” to fix college sports, “and it’s clearly broken.”</p><p>“I think it’s been proven over time that nobody else is going to fix it,” Thune said.</p><p>Bill would address the ‘spending spiral’</p><p>The legislation addresses what Cantwell calls “a spending spiral” that has taken hold of college sports as name-image-likeness payments — money that student athletes can earn by monetizing their endorsements, social media, public appearances and more — have led to football rosters with $30 million payrolls.</p><p>A report Cantwell issued earlier this year showed there was a $519.9 million increase in institutional and government support of athletic programs between 2015 and 2025 among the 53 schools in the Power Four whose data was publicly available.</p><p>The bill would cap the revenue colleges are allowed to share with their players, add a retention pool for schools to keep current players and give conferences the option of pooling TV media rights, which could raise more revenue. It would also restrict player transfers, an effort to rein in the transfer portal that has led to players constantly switching teams.</p><p>It would also codify the NCAA’s new rule allowing players no more than five years of eligibility, cap agent fees and give the NCAA limited antitrust protections.</p><p>Supporters say that the guardrails around big spending would help save money for smaller athletic programs, including women’s and Olympic sports, that are lower priority at many schools. And it would put new requirements in place that would allow student athletes to keep scholarships and have longer-term healthcare.</p><p>“We can recognize (these rights), enshrine them today, and make sure that these athletes are protected forever,” Cantwell said.</p><p>Some senators remain critical of the legislation</p><p>Senators were still making last-minute changes to the bill on Friday, tweaking a provision that would reduce the wait time if schools want to change conferences and adding language that clarifies the bill does not override other laws that currently address transgender girls and women in sports.</p><p>The bill still has critics. Labor and civil rights groups are opposing it, and all four Black Democrats in the Senate — Cory Booker, Raphael Warnock, Lisa Blunt Rochester and Angela Alsobrooks — voted against the bill.</p><p>Booker said it still gives too much power to the NCAA without enough accountability for the players.</p><p>“The NCAA has a long record of ignoring the cries for justice from exploited college athletes,” he said.</p><p>But many of his Democratic colleagues are on board, arguing that the current situation is untenable.</p><p>“College sports is a uniquely American thing, part of our culture,” said Democrat Chris Coons of Delaware. He said passage of the legislation should give Americans “some hope that we can at least stabilize college sports. It’s long overdue to make progress on this issue.”</p><p>___</p><p>Associated Press reporter Eddie Pells in Denver contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HST3FLJKJ3NAAE2PEFZG5PNCBA.jpg?auth=f0ab8a27b2925cf973c9de78939082a374828d7f5920ea61645eccb942443778&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz, R-Texas, right, speaks as Sen. Maria Cantwell, D-Wash., left, listens during a news conference on Capitol Hill, Monday, Sept. 14, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L2XBTY3KCHVOSZ55ZQEHFAYLZ4.jpg?auth=80317d2b4323694093ec44ce18985e4b704e9036182a7f9843b75f5427dc0259&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Maria Cantwell, D-Wash., left, speaks as Sen. Ted Cruz, R-Texas, right, listens during a news conference on Capitol Hill, Monday, Sept. 14, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[The Latest: Early midterm voting gets underway with control of Congress at stake]]></title><link>https://www.local10.com/news/2026/09/18/the-latest-early-midterm-voting-gets-underway-with-control-of-congress-at-stake/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/18/the-latest-early-midterm-voting-gets-underway-with-control-of-congress-at-stake/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[In-person voting for this year’s midterm elections is underway in Virginia, ushering in the final six weeks for Americans to decide which party they trust to lead Congress at a time of a cost-of-living crisis, a prolonged war in Iran and other pressing issues. Voters in Idaho, Minnesota and South Dakota, can cast absentee ballots in person.]]></description><pubDate>Fri, 18 Sep 2026 15:36:02 +0000</pubDate><content:encoded><![CDATA[<p>In-person voting for this year’s midterm elections is underway in Virginia, ushering in the final six weeks for Americans to decide which party they trust to lead Congress at a time of a cost-of-living crisis, a prolonged war in Iran and other pressing issues. Voters in Idaho, Minnesota and South Dakota, can cast absentee ballots in person.</p><p>Meanwhile, the top official at the U.S. Postal Service has said the agency has stopped work on developing a controversial computer system that was central to President Donald Trump’s effort to limit mail voting after the Supreme Court rejected his executive order this week.</p><p>Here's the latest:</p><p>Virginia voter approves of Trump, except for the Iran war</p><p>At a voting center in suburban Richmond, William Curry said he voted for Republican candidates for the U.S. Senate and House.</p><p>The 74-year-old retiree, who described himself as a Libertarian-leaning independent conservative, said he generally approves of the job Trump has done so far this term, apart from the president’s handling of the war with Iran.</p><p>“He’s in a mess he can’t get rid of,” he said of the conflict. Still, that issue didn’t affect his vote this cycle.</p><p>Curry said he wanted to cast his ballot on the first day of early voting to “make sure my vote counts.” But he went on to say he lacks faith in the security of American elections and thinks Democrats are trying to cheat the system.</p><p>“I think the whole thing is corrupted now,” he said.</p><p>Minneapolis man says he was driven to vote by Trump’s actions</p><p>“This is a referendum on our democracy,” said Dragan Colakovic, a 47-year-old business processing engineer, who worries that Trump and his supporters are trying to subvert the elections.</p><p>“We didn’t want to wait until Election Day,” said Colakovic, who came with a friend on a rainy morning to a Minneapolis voting center. “We wanted to make sure we weren’t stopped by ICE or Homeland Security.”</p><p>Colakovic was also driven to vote by the immigration crackdown that shook Minneapolis earlier this year. The surge of agents terrified Colakovic, a naturalized U.S. citizen who moved from Bosnia in 1997.</p><p>“This echoed what I saw in Bosnia,” he said of the heavily armed immigration agents who repeatedly swept through his neighborhood, which has many immigrants.</p><p>“These were my neighbors, my friends,” being arrested, he said.</p><p>‘People are not going to be stopped or intimidated from participating in our elections’</p><p>One Friday morning voter, 63-year-old Laura Bland in Virginia’s Henrico County, said she cast a ballot early to send “a signal that we’re still here” amid Trump’s efforts to curtail mail voting.</p><p>“Regardless of whether you vote for a Democrat, Republican, people are not going to be stopped or intimidated from participating in our elections,” Bland said, nearly moved to tears as she explained her reasoning.</p><p>Top official at US Postal Service also encourages those voting by mail to get ballots in early</p><p>“We say seven days,” postmaster general David Steiner said in an interview. “Everything is solved if people vote early.”</p><p>From a voter in South Dakota</p><p>On a rainy day in Sioux Falls, Bill Goehring, 67, said he voted early at the county office because he will be traveling later. He voted for a mix of Democrats and independents, and said Trump’s “dictatorial tendencies are bad for America.”</p><p>Advocates push for voters to cast their ballots early</p><p>Voting rights advocates have encouraged voters this year to cast mail ballots early, in part because of concerns about recent changes in U.S. Postal Service operations that could delay the application of postmarks to ballots.</p><p>“Voting early, whether in person or by mail, is good for all of our communities because it gives voters options, eases lines on Election Day and can even mean faster results,” said Hannah Fried, co-founder and CEO of the voting rights group All Voting Is Local.</p><p>In a news briefing Thursday, Minnesota Secretary of State Steve Simon urged people not to be swayed by stories they might have seen or read that cast doubt on election operations. They would be able to vote “just like they always have,” he said.</p><p>Voting underway after unusual redistricting and Trump’s bid to control how elections are run</p><p>The start of early voting comes at a time of deep angst among many Americans about issues including rising gas and grocery prices, the war in Iran, the looming risks of artificial intelligence and Trump’s aggressive immigration enforcement campaign.</p><p>It also follows an unprecedented spate of mid-decade redistricting for the U.S. House that began when Trump urged the Republican-controlled legislature in Texas to redraw its congressional map to help the party. California and other states followed.</p><p>The changes affect millions of people: Research shows 1 in 10 Americans this fall is a resident of a different congressional district than in 2024.</p><p>▶ Read more</p><p>Early voting underway in US midterm elections</p><p>Friday marks the start of early voting in the midterm elections in Virginia. Voters in a handful of other states, including Idaho, Minnesota and South Dakota, can now cast absentee ballots in person.</p><p>The first day of early voting ushers in a six-week stretch in which Americans will decide which party they trust to lead Congress through a cost-of-living crisis, a prolonged war in Iran and other pressing issues.</p><p>At a voting location in suburban Richmond, a poll worker rang a bell as the building opened Friday morning and a cheerful line of about a dozen voters who had queued up began to file in.</p><p>Stephen Gura was excited to be the first in line.</p><p>“This election is critical,” said Gura, who added he voted for incumbent Democratic U.S. Sen. Mark Warner and Shannon Taylor, a Democratic nominee for the U.S. House.</p><p>Attorney general’s appearances at political events blur Justice Department boundaries</p><p>Attorney General Todd Blanche is blurring traditional boundaries between politics and federal law enforcement with recent speeches at political events that mark a sharp departure from norms meant to protect the Justice Department from the appearance of partisan bias.</p><p>Blanche took the stage this week at an event for a Republican Senate candidate in North Carolina days after speaking at a GOP midterm convention, where he praised Trump and touted the administration’s tough-on-crime approach.</p><p>Blanche’s participation at the rallies has drawn scrutiny from critics who say it threatens to undermine public faith in law enforcement decisions that are supposed to be made free of political interference. It has added to critics’ concerns about Blanche’s loyalty to Trump and White House influence on Justice Department matters against the backdrop of investigations into numerous perceived foes of the president.</p><p>▶ Read more</p><p>Iranians rally by the hundreds of thousands in biggest show of defiance since war began</p><p>They rallied Friday in a government-organized show of defiance after months of war, pledging their readiness to take up arms in the biggest such demonstration since the United States and Israel attacked in February.</p><p>Iran’s government has sought to rally the people and stress national unity, even as the economy worsens under a U.S. naval blockade of Iranian ports and new U.S. sanctions. On Friday, it claimed another attack on a tanker in the Strait of Hormuz, a key waterway it has sought to control since the start of the war.</p><p>Estimates varied of the number of people volunteering to receive limited military training and defend the country in an effort described as “Janfaday-e Iran,” or the “ones who sacrifice their lives for Iran.” They marched through downtown Tehran in combat uniform, carrying flags, as onlookers cheered.</p><p>▶ Read more</p><p>Taiwan holds first joint military drills using attack drones ahead of Trump-Xi summit in the US</p><p>Taiwan conducted military drills featuring missiles and drones Friday ahead of the summit next week in the U.S. between President Trump and China’s Xi Jinping in which the fate of the self-ruled island will be discussed.</p><p>China claims Taiwan, a self-governing democracy, as its own breakaway province and hasn’t renounced the use of force to bring it under its control. Beijing has pushed Trump to take a stronger stance opposing Taiwan’s independence. The leaders of the U.S. and China are set to meet Sept. 24 for the first time since May.</p><p>Taiwan’s military drills included for the first time joint combat exercises featuring multiple types of attack drones. President Lai Ching-te said the drills showcased the Taiwanese army’s modernization.</p><p>▶ Read more</p><p>Trump pushes his $5,000 ‘dividend’ pledge if GOP wins midterms. Republican candidates, not as much</p><p>President Trump came to battleground North Carolina doubling down on a tantalizing and implausible midterm promise. “If we win,” he said, “we’re going to get you $5,000. So that’s it. Very simple.”</p><p>The Republican candidates who spoke at the rally had nothing to say about it.</p><p>Their silence reflects a broader pattern. About a week after the president unveiled his “ Trump dividend ” pledge at the party’s unusual midterm convention in Dallas, there’s little evidence that Republicans in competitive races have incorporated it into their campaigns.</p><p>The pledge hasn’t been a staple of television advertising, whether from Trump’s own political operation or his party’s candidates. It usually only comes up when reporters ask about it, prompting most Republicans to sidestep the idea.</p><p>▶ Read more</p><p>Judge orders Kennedy Center to provide 30 days’ notice before making any major physical changes</p><p>A federal judge on Thursday ordered the Kennedy Center to provide 30 days’ notice before making any major physical changes to the building, including demolishing it as Trump has threatened.</p><p>U.S. District Judge Christopher Cooper said his ruling would “avoid any confusion on that score given more recent events,” including the building’s sudden closure to the public on Wednesday.</p><p>Matt Floca, the Kennedy Center’s executive director and chief operating officer, said he closed the iconic performing arts center temporarily due to “acute risks to public safety resulting from continued structural deterioration” of the aging building. The building will be closed for at least seven days to “assess existing safety risks in those portions of the main building exhibiting severe structural deterioration,” Floca said.</p><p>The temporary closure, which occurred without notice, is separate from a vote Tuesday by the Kennedy Center’s board to close the center indefinitely for repairs, Floca and other officials said. The closure was based on an inspection of the roof terrace canopy and a partial ceiling collapse earlier this month, Floca said. The closure may be extended after evaluation next week, he added.</p><p>▶ Read more</p><p>Postal Service chief says work stopped on computer system key to Trump effort to limit mail voting</p><p>The top official at the U.S. Postal Service said Thursday that the agency has stopped work on developing a controversial computer system that was central to President Donald Trump’s effort to limit mail voting after the Supreme Court rejected his executive order this week.</p><p>“There’s an injunction so we’re not doing anything,” postmaster general David Steiner told The Associated Press in an interview.</p><p>Steiner, a one-time chief executive of Waste Management, has spent most of the past year atop the postal service navigating political and financial challenges. He’s pressing Congress for changes that would help him resolve what he's called a “liquidity crisis.”</p><p>And Trump’s efforts to largely eradicate mail voting turned the postal service into an unlikely arbiter of who's eligible to vote just months before this year’s critical midterm elections, a role Steiner seemingly had little interest in playing. Unlike Trump, who was sharply critical of the Supreme Court decision and ridiculed some of the justices, Steiner offered no assessment of the court’s action.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTD22I6QCQDCS43V7XE5IZCRHQ.jpg?auth=3958ada8eed5cffff24ac494e91a6277ea0bfa3eb03b9c001b4347624d52d752&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter casts a ballot in Henrico County, Va., on the first day of in-person early voting Friday, Sept. 18, 2026. (AP Photo/Sarah Rankin)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Rankin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7I2G4SC4JOWA642E4LXSMMZIY.jpg?auth=105e71641262d4a966e850a38f5336aebe9728c0a2ef94a9c7355f714ce9f5ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a dinner in the Rose Garden of the White House, Thursday, Sept. 17, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VEKA6QYM62Z4ZH6USENO6YJHFM.jpg?auth=c0374558dba838b4427e84de92b02a75177949fe01d39ac7cb67ee993cd80759&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a dinner in the Rose Garden of the White House, Thursday, Sept. 17, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Trump pushes his $5,000 'dividend' pledge if GOP wins midterms. Republican candidates, not as much]]></title><link>https://www.local10.com/news/politics/2026/09/18/trump-pushes-his-5000-dividend-pledge-if-gop-wins-midterms-republican-candidates-not-as-much/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/trump-pushes-his-5000-dividend-pledge-if-gop-wins-midterms-republican-candidates-not-as-much/</guid><dc:creator><![CDATA[By MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump came to battleground North Carolina doubling down on a tantalizing and implausible midterm promise. “If we win," he said, “we’re going to get you $5,000. So that’s it. Very simple.”]]></description><pubDate>Fri, 18 Sep 2026 12:11:13 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump came to battleground North Carolina doubling down on a tantalizing and implausible midterm promise. “If we win," he said, “we’re going to get you $5,000. So that’s it. Very simple.”</p><p>The Republican candidates who spoke at the rally had nothing to say about it.</p><p>Their silence reflects a broader pattern. About a week after the president unveiled his “ Trump dividend ” pledge at the party’s unusual midterm convention in Dallas, there is little evidence that Republicans in competitive races have incorporated it into their campaigns.</p><p>The pledge hasn't been a staple of television advertising, whether from Trump's own political operation or his party's candidates. It usually only comes up when reporters ask about it, prompting most Republicans to sidestep the idea.</p><p>The Republican National Committee considers the proposed payments part of Trump’s broader economic vision and says candidates should get behind it.</p><p>“Of course we encourage all Republican candidates to run on his agenda, and that includes efforts to put more money in the pockets of the American people,” spokesperson Natalie Baldassarre said.</p><p>There are some exceptions. Republican Rep. Derrick Van Orden, who is seeking reelection in a battleground Wisconsin district, has praised the proposal.</p><p>The idea comes as the economy confronts rising interest rates, continuing inflation and climbing fuel costs. Republicans are fighting to keep their majorities in the House and Senate.</p><p>Trump previously promised to use savings from the Department of Government Efficiency and revenue from tariffs on imports to distribute payments of $2,000 or more, but none of that came to pass. The president has said he did not think congressional approval would be needed for the idea, which could cost more than $1 trillion, but House Speaker Mike Johnson indicated the promise would require lawmakers to act.</p><p>Democrats point to those previous suggestions for a payout to raise skepticism about the $5,000 pledge.</p><p>“This idea is nothing more than a recycled broken promise that voters know Republicans will never deliver,” said Viet Shelton, a spokesperson for the House Democratic campaign arm.</p><p>Republican campaign advertising has largely focused on the One Big Beautiful Bill Act, including provisions that temporarily cut taxes on tips and overtime. Other candidates are concentrating on local issues or attacks against their opponents.</p><p>Doug Heye, a Republican strategist and former Republican National Committee communications director, said there is little mystery about why candidates have been reluctant to embrace the pledge.</p><p>“It’s a dumb idea,” Heye said. “There’s no way to pay for it and it would spike inflation.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ONNRQYS2FHLOWGTMLUAJTVLX5A.jpg?auth=b3e197447c5657b0cc860402bc34ad3667acc32323517cc9f0007c3dbba8aaba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens as North Carolina Republican U.S. Senate candidate Michael Whatley speaks during a rally at Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V75QQAVQ6DCFZ6IDXCDKYZLHNM.jpg?auth=13d8edd1ba22597b7469c7f745addf5ec1d1e86a31fb7d0c677fdba29ab8ccbc&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 along the colonnade to attend a dinner in the Rose Garden of the White House, Thursday, Sept. 17, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[ICE officer pleads not guilty to charges he lied to the FBI about nonfatal Minneapolis shooting]]></title><link>https://www.local10.com/news/national/2026/09/18/ice-officer-pleads-not-guilty-to-charges-he-lied-to-the-fbi-about-nonfatal-minneapolis-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/18/ice-officer-pleads-not-guilty-to-charges-he-lied-to-the-fbi-about-nonfatal-minneapolis-shooting/</guid><dc:creator><![CDATA[By TIM SULLIVAN, Associated Press]]></dc:creator><description><![CDATA[ST. PAUL, Minn. (AP) — An immigration officer pleaded not guilty Friday to federal charges that he lied to the FBI about being attacked before he shot and wounded a Venezuelan man during the immigration crackdown in Minneapolis early this year.]]></description><pubDate>Fri, 18 Sep 2026 16:52:57 +0000</pubDate><content:encoded><![CDATA[<p>ST. PAUL, Minn. (AP) — An immigration officer pleaded not guilty Friday to federal charges that he lied to the FBI about being attacked before he shot and wounded a Venezuelan man during the immigration crackdown in Minneapolis early this year.</p><p>Immigration and Customs Enforcement officer Christian Castro appeared before a U.S. magistrate judge after prosecutors indicted him this month on six federal counts of making false statements about the Jan. 14 shooting of Julio Cesar Sosa-Celis.</p><p>Castro, in a black suit and with an electric monitor visible at his ankle, said very little during the hearing. He was suspended without pay by ICE earlier this year.</p><p>Castro’s federal hearing came a day after he appeared in state court on assault charges and was released from custody. His defense attorney, Daniel Gerdts, declined to comment on the case as he left the courthouse Friday.</p><p>The court proceedings followed months of legal battles over whether Castro, 52, would be extradited from Texas, his home state, to face charges in Minnesota. He ended up returning on his own after being freed from a Texas jail last month.</p><p>The case was quickly pulled into national politics. Minnesota is a frequent target of President Donald Trump, who regularly derides Democratic Gov. Tim Walz, who ran as the vice presidential candidate in the last presidential election, as well as Rep. Ilhan Omar, who was born in Somalia. Texas Gov. Greg Abbott, a Trump ally, at times tied his refusal to sign Castro's extradition warrant to ongoing investigations of massive fraud in government social service programs in Minnesota. Trump used the fraud investigations to justify the crackdown.</p><p>Christian Castro's arrest happened months after Minnesota charged him</p><p>In both the federal and state cases against Castro, prosecutors say he shot 24-year-old Sosa-Celis in the leg while firing through the front door of a Minneapolis home. They say Castro later lied to investigators when he told them he had been attacked with a broom handle and a snow shovel before firing his gun.</p><p>Minnesota prosecutors charged him in May, but were thwarted in their efforts to extradite him from Texas, where he had been arrested.</p><p>He eventually turned himself in to federal authorities when officials sounded alarms that he might flee across the U.S.-Mexico border after being released from a Texas jail. He was indicted separately in U.S. District Court earlier this month.</p><p>It’s the first Justice Department prosecution of a federal officer for actions during this year’s Operation Metro Surge, which brought thousands of agents to the Twin Cities and led to sweeping protests, arrests and the fatal shootings of two U.S. citizens by federal officers.</p><p>During an earlier hearing before a federal judge in Texas, Castro was released on a $75,000 bond and ordered to wear a GPS ankle monitor. He was also told to surrender his passport and any personal firearms.</p><p>The Trump administration says only federal authorities have jurisdiction</p><p>Minnesota authorities have battled the Trump administration over who should handle any charges against Castro. The Department of Homeland Security has called Minnesota’s prosecution of Castro “unlawful and nothing more than a political stunt,” saying only federal authorities have jurisdiction.</p><p>Authorities, including Minnesota’s Bureau of Criminal Apprehension, arrested Castro in Texas on May 29, after a Minnesota judge issued a nationwide warrant.</p><p>Minnesota sought his extradition during his Texas detainment but Abbott refused to sign an extradition warrant.</p><p>___</p><p>Associated Press journalist Russ Bynum in Savannah, Georgia, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AQNH2RKAQK5KKJDXWRAD76L7ZU.jpg?auth=040be04ed6a7de7c17ac641c73434d7dab61b6b139d648d7846358159efbffa0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian Castro, right, an immigration officer who is accused of shooting a Venezuelan man during the immigration crackdown in Minneapolis early this year and lying to investigators about what happened, leaves with his attorney Daniel Gerdts, left, after a hearing at the Warren E. Burger Federal Building, Friday, Sept. 18, 2026, in St. Paul, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7TVJJOFYH365O2DUCFEE4J7VM.jpg?auth=d354fde2ed8166a1aab5a776c3043a29dd874696f194e15a611e3c3d4b902151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian Castro, right, an immigration officer who is accused of shooting a Venezuelan man during the immigration crackdown in Minneapolis early this year and lying to investigators about what happened, leaves with his attorney Daniel Gerdts, left, after a hearing at the Warren E. Burger Federal Building, Friday, Sept. 18, 2026, in St. Paul, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KY5HRWAK3NQE2T3NBDZWQSEAHI.jpg?auth=1f823604b560f4da41afe253142a33e977b979460772eef494d5ea71ad7e7017&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hennepin County Attorney Mary Moriarty speaks during a news conference, Thursday, Sept. 17, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KF6663GBH4OPVI52ZEHPPRZ6PU.jpg?auth=8a390f2d8077f31a59cb3e8eb56255f1d0675e4546ed65fbadf781054e4d581a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Attorney General Keith Ellison leaves after a news conference, Thursday, Sept. 17, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IVEX5E5JCRAPZR6KJZO7PLSPXE.jpg?auth=834ef31a84afcd5374d606681a94da325388420b12acf03aff1b6548bec240ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hennepin County Attorney Mary Moriarty speaks during a news conference, Thursday, Sept. 17, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Miami-Dade commissioners raise concerns about county’s ‘Welcome to Vice City’ deal with Rockstar Games ]]></title><link>https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Commissioners learned Miami-Dade Mayor Daniella Levine Cava signed a deal to allow Rockstar Games to put up a “Welcome to Vice City” sign in Grand Theft Auto VI at the Kaseya Center, the home of the Miami Heat in downtown Miami, owned by the county.  ]]></description><pubDate>Fri, 18 Sep 2026 06:13:17 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade commissioners learned that Mayor Daniella Levine Cava recently signed a deal allowing Rockstar Games to put up a “Welcome to Vice City” sign at the Kaseya Center, the Miami Heat’s home, owned by the county. </p><p>Shortly after 1:40 a.m. on Friday, during the Miami-Dade County commission’s second budget hearing that started Thursday afternoon, Commissioner Keon Hardemon described several violent video games he has played. </p><p>With that experience, Hardemon said he allowed his 6-year-old daughter to play Grand Theft Auto, a popular action-adventure video game franchise, with his supervision. </p><p>“My daughter, driving the car, she stops at the traffic light,” Hardemon said about players’ ability to make choices. </p><p>Commissioner Juan Carlos “JC” Bermudez said he was concerned about <a href="https://www.rockstargames.com/VI/an-extended-look" target="_self" rel="" title="https://www.rockstargames.com/VI/an-extended-look">Grand Theft Auto VI</a> players who may choose to commit crimes and how this can impact the county’s reputation.</p><p>“If there is any money in the future, that money should go to the sheriff’s office,” said Bermudez, who represents District 12.</p><p>Christopher Hudtwalcker, the mayor’s chief of staff, said Rockstar Games was paying “close to $1 million” for the Kaseya Center sign, and there were negotiations for other signs at other county properties as part of “the biggest cultural phenomena of the year.”</p><p>Anthony Rodriguez, the commission’s chairman, said he needed more information about the marketing deal. Hudtwalcker committed to providing more information before the next commission meeting. </p><p>Commissioners will have to consider how the deal’s revenue could be used to develop the Dan Paul Plaza, also known as Parcel B, a county-owned waterfront property behind the Kaseya Center.</p><p><a href="https://www.rockstargames.com/newswire/article/7599a881942544/announcing-grand-theft-auto-vi-the-album-coming-november-19" target="_self" rel="" title="https://www.rockstargames.com/newswire/article/7599a881942544/announcing-grand-theft-auto-vi-the-album-coming-november-19">Rockstar Games plans</a> to release <a href="https://www.rockstargames.com/VI/an-extended-look" target="_self" rel="" title="https://www.rockstargames.com/VI/an-extended-look">GTA VI</a> on Nov. 19 for PlayStation 5 and Xbox Series X/S. The fictional game’s protagonists are Jason Duval, a U.S. Army veteran who works for drug runners, and his girlfriend Lucia Caminos, a fighter who really doesn’t want to go back to prison. </p><p><i>Correction: The initial version of this story named Vice Chairman Kionne McGhee as the commissioner speaking about violent video games. The article has been corrected to show that Commissioner Keon Hardemon was the person who was speaking. </i></p><p><b>Grand Theft Auto VI’s trailer released in 2025</b></p><p><iframe width="100%" height="415" src="https://www.youtube.com/embed/VQRLujxTm3c?si=EHZyuyPwTfYXcLf1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p><p><b>Grand Theft Auto VI’s trailer released in 2024</b></p><p><iframe width="100%" height="415" src="https://www.youtube.com/embed/QdBZY2fkU-0?si=cqn7TFFwIaaMJVmR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BW6WN6FTURA6RHVAUCPWPRNI3Q.jpg?auth=0325422a552afce59f49d323ee8897d48670a4a45c1e9d84d01a60eab4ba547b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[After supporting President Donald Trump’s policy on immigration, Republican Congresswoman Maria Elvira Salazar issued a video yesterday criticizing Trump.]]></description><pubDate>Tue, 01 Sep 2026 21:36:54 +0000</pubDate><content:encoded><![CDATA[<p><b>Sept. 18: Republican Congresswoman Maria Elvira Salazar breaks with Trump over immigration policy</b></p><p>After supporting President Donald Trump’s policy on immigration, Republican Congresswoman Maria Elvira Salazar issued a video yesterday criticizing Trump.</p><p>The Department of Homeland Security was quickly to react and say that the Trump administration will continue enforcing the policy.</p><p>We need to ask ourselves whether Salazar’s change of heart has to do more with political survival since she faces a tough race in the midterm elections this coming November from well known South Floridian Eliott Rodriguez (D).</p><p><b>Sept. 17: Cuba is not Venezuela</b></p><p>A new poll recently done by FIU, inside Venezuela and Cuba, show how different the situations are for U.S. foreign policy.</p><p>The poll shows that 90% of Venezuelans want free and democratic elections this year, which I do not believe the current Interim President Delcy Rodriguez will agree to. I’m also sure that she will use Secretary of State Marco Rubio’s plan of “stabilization, recovery, and transition phase” to say that the first stage has not been fully accomplished. There was no timetable put on the plan.</p><p>The case of Cuba is very different. The population wants their economic and social needs met before political reforms, which goes to my argument that Cuba has a very short history of democratic governments. </p><p>So to remind our local members of Congress. To say that “we must return Cuba to democracy” will not happen anytime soon.</p><p><b>Sept. 16: Rubio’s latest actions on Cuba</b></p><p>Secretary of State Marco Rubio recently sent more humanitarian aid to Cuba, and it is being distributed by the non-governmental organization (NGO) associated with the Catholic Church, Caritas of Cuba.</p><p>At the same time, Rubio warned international banks and businesses not to collaborate with any Cuban business entities that have been sanctioned by the U.S.</p><p>Secretary Rubio also called for the Cuban government to change and become a democracy. </p><p>By now, we should understand that changing governments like Cuba, which have been under totalitarian control, is not easy and will take time. Especially countries like Cuba that, in their political history, have had unsustainable democratic governments.</p><p><b>Sept. 15: Cuba becomes a betting market for U.S. prediction markets </b></p><p>Cuba has become a betting market in the USA.</p><p>The betting site Polymarket shows how people in the U.S. are betting on everything from the removal of Cuba’s President Miguel Díaz-Canel from power to when and if the U.S. will invade Cuba or make an economic agreement with Cuba.</p><p>The last prediction is whether the U.S. will go and get indicted Cuban leader Raúl Castro.</p><p><b>Sept. 10: Russia denies Cuba full membership in BRICS</b></p><p>BRICS is an organization of 11 emerging economies around the world. The organization works to influence their global importance and reshape economic governance.</p><p>The membership includes Brazil, China, Egypt, Ethiopia, India, Indonesia, Iran, Russia, Saudi Arabia, South Africa and the United Arab Emirates.</p><p>Partner nations include Belarus, Cuba, Nigeria and Thailand.</p><p>The Russians turned down Cuba for full membership into the organization because of Cuba’s poor economic conditions and poor predictions by economists moving forward.</p><p><b>Sept. 9: Cuba and the U.S. stuck in diplomatic rhetoric</b></p><p>Cuba’s Brigadier General Emir Mesa Corona, who is in charge of personal security at the Ministry of Interior, sent a strong message to the U.S. not to even think of trying to kidnap Raul Castro or anyone in Cuba’s government or they will face serious consequences.</p><p>At the same time, Cuba’s Foreign Minister Bruno Rodriguez Parilla admitted that backroom negotiations with the U.S. continue but the U.S. will not soften their positions. Cuba wants the economic embargo lifted while the U.S. wants regime change.</p><p><b>Sept. 8:</b> <b>Blind passion for Cuban politics leads to a political circus between Miami, Havana and DC </b></p><p>As a little boy growing up in Miami, I remember when every presidential candidate from both political parties would come to campaign in Miami and promised that if elected, they would work to see a “Free Cuba.” They would end their speeches with “Viva Cuba Libre.” Local politicians representing different municipalities in Miami-Dade would talk about U.S. foreign policy towards Cuba like they controlled it, and yet, they had nothing to do with it within their scope of responsibilities. But it got them the votes they needed to be elected and remain in power, while political leaders in Cuba continued to blame everything wrong on the island on the U.S. economic embargo, or as they call it, “the blockade.”</p><p>On Jan. 3, the U.S. military captured Nicolas Maduro in Venezuela with the assistance of their current Interim President Delcy Rodriguez and brought him to the U.S. to face justice. Shortly thereafter, President Donald Trump announced that Cuba would be next.</p><p>The Trump administration began to sanction Cuban organizations and individuals of the government in an attempt to squeeze them out of power. So far, they are still in power. The Cuban government began to prepare for a U.S. invasion. To this date, it has not happened and probably never will.</p><p>On May 20, the U.S. Justice Department indicted Raul Castro for the downing of the Brothers to the Rescue planes in 1996 in a theater-like political rally at the Freedom Tower in downtown Miami. So far nothing has happened and nothing is going to happen. There is no Delcy Rodriguez in Cuba. A week ago, many media outlets across Miami reported, based on sources from inside the island, that Raul Castro was gravely ill. This past weekend, Raul reappeared surrounded by Cuba’s military elite.</p><p>Trump, Secretary of State Marco Rubio and the three Cuban-American members of Congress from South Florida had announced that by the end of 2026, Cuba would fall. Now it has been pushed back to 2029. Furthermore, Rubio recently said that the problem in dealing with Cuba is the Helms-Burton Law (Senator Jesse Helms and Richard Burton, both Republicans) that was enacted by Congress in 1996, also with the hard work of the late Congressman Lincoln Diaz-Balart and signed into law by Democratic President Bill Clinton.</p><p>The three Cuban-American members of Congress made it clear that the goal was to return Cuba to democracy. What democracy? Cuba did not have a democratic government before Fidel Castro took power. How much do they really know about Cuban history? Or is it just a play on words and empty promises?</p><p>So as time passes each day, the Cuban-American community is beginning to ask itself, what is really going on in D.C.? </p><p>It would not surprise me that in the near future the Trump organizations would negotiate to buy the empty Melia Hotels in Cuba and put the Trump name on them. After all, we now own a big chunk of Venezuelan oil and there was no regime change as promised.</p><p>Will we ever learn? How much longer are we going to be blind by our passion?</p><p><b>Sept 6: Raul Castro makes public appearance</b></p><p>After much speculation about Cuba’s Raul Castro being close to death, the Cuban leader showed up at a military event yesterday accompanied by his grandson, Raulito, and Cuba’s President Miguel Diaz-Canel.</p><p><b>Sept 3: Raul Castro stable, according to sources </b></p><p>Sources in Cuba say Raul Castro, 95, is stable despite reports about his declining health. According to sources, retired General Abelardo Colome Ibarra, known as “ El Fury,” is currently in worse condition. Colome Ibarra was head of the Ministry of the Interior and highly respected by the Castro brothers and the Cuban military.</p><p><b>Sept 3: President Trump’s hands are tied with regard to Cuba, Rubio says </b></p><p>After months of saying Cuba would be next, Secretary of State Marco Rubio said today that the president’s hands are tied because of the Helms Burton Law which requires no normalization between the U.S. and Cuba unless there is regime change and a move towards a democratic government.</p><p>Even if Raul Castro was to die in the near future, I do not expect regime change.</p><p>Only the U.S. can change the Helms-Burton Law and I don’t expect that to happen anytime in the near future or after the mid-term elections.</p><p><b>Sept. 2: Children in Cuba start new school year amid more challenges than any other year before </b></p><p>Children in Cuba started the new school year Tuesday facing a lack of supplies, books, uniforms and teachers, and buildings that are falling apart, along with a lack of food to feed the children.</p><p>According to the Cuban minister of education, this will be a very challenging year unlike any others.</p><p>Cuban education was once one of the big accomplishments of the revolution. However, it was also used to indoctrinate the students in an ideology that no one on the island nation believes anymore.</p><p><b>Sept. 1: Raul Castro hospitalized, sources say</b></p><p>Reliable sources inside Cuba have informed me this afternoon that Raul Castro has been hospitalized. We need to be careful and not to over speculate what might happen until further notice.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/67TXBZHAVABL5DNKD6SYWKWCBM.jpg?auth=fb71dee93d84c30850e22c3a808d247db26def95d6f148dc77859418b13febce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man sleeps in the doorway of his home while others pass the time trying to cool off in the street in Havana, Cuba, Tuesday, Aug. 4, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Cristiano Ronaldo included in Nations League squad by new Portugal coach]]></title><link>https://www.local10.com/sports/2026/09/18/cristiano-ronaldo-included-in-nations-league-squad-by-new-portugal-coach/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/cristiano-ronaldo-included-in-nations-league-squad-by-new-portugal-coach/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LISBON, Portugal (AP) — Cristiano Ronaldo was included in Portugal’s squad by new coach Jorge Jesus for its upcoming Nations League games on Friday.]]></description><pubDate>Fri, 18 Sep 2026 12:11:38 +0000</pubDate><content:encoded><![CDATA[<p>LISBON, Portugal (AP) — Cristiano Ronaldo was included in Portugal’s squad by new coach Jorge Jesus for its upcoming Nations League games on Friday.</p><p>The 41-year-old Ronaldo said that this summer’s World Cup was his last, but the global star has yet to say when he plans to retire from international play. He will be 43 by the time the 2028 European Championship, the next major tournament, is held.</p><p>This was the first squad named by Jesus, who was hired to replace Spaniard Roberto Martinez after Portugal lost 1-0 to Spain in the round of 16 of the World Cup. Jesus' previous coaching job was with Ronaldo's club Al-Nassr in Saudi Arabia, where they won the league together last season.</p><p>Regarding Ronaldo's role, Jesus said "all the called-up players are at my disposal.”</p><p>“If he performs well, he plays. If he doesn’t perform well, he doesn’t play. That’s how I treat everyone,” Jesus said, before adding a caveat.</p><p>“Now, does Cris have a different status? Yes. His career is different," he said. "He has five Ballon d’Or awards. But does that influence my decisions? No. It doesn’t influence anything, zero, but he is different from the others."</p><p>The 72-year-old Jesus has also coached several Portuguese clubs, including Benfica and Sporting Lisbon.</p><p>Ronaldo is the leading scorer for men’s international soccer with 146 goals. His greatest achievement with Portugal was helping it win the 2016 Euros.</p><p>He is now chasing 1,000 career goals. He currently has 979. When asked if he imagined Ronaldo hitting that milestone, Jesus said he doubted it would be with Portugal.</p><p>“I think he's more likely to score his thousandth goal for Al-Nassr than for the Portuguese national team,” Jesus said.</p><p>Portugal will open the Nations League by hosting Wales on Sept. 24. It plays Norway away three days later and then in Denmark on Oct. 1, before hosting Norway on Oct. 4.</p><p>___</p><p>Portugal squad:</p><p>Goalkeepers: Diogo Costa (Porto), Rui Silva (Sporting), Samuel Soares (Benfica)</p><p>Defenders: Gonçalo Inácio (Sporting), João Cancelo (Barcelona), Diogo Dalot (Manchester United), Nuno Tavares (Lazio), Nuno Mendes (Paris Saint-Germain), Renato Veiga (Villarreal), Rúben Dias (Manchester City), Tomás Araújo (Benfica)</p><p>Midfielders: Bruno Fernandes (Manchester United), João Palhinha (Benfica), João Neves (Paris Saint-Germain), Rúben Neves (Al Hilal), Vitinha (Paris Saint-Germain), Bernardo Silva (Real Madrid)</p><p>Forwards: Cristiano Ronaldo (Al Nassr), Fábio Silva (Borussia Dortmund), Francisco Trincão (Al Ahli), Francisco Conceição (Juventus), Gonçalo Ramos (AC Milan), João Félix (Al Nassr), Pedro Neto (Chelsea), Rafael Leão (Galatasaray)</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTNVUOLEN7ENWCBOR2MVJQ632M.jpg?auth=b4eb9de14f6142c79afabcca3c45a7b03c20a76da9f740c4985307307f2cf402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portugal's Cristiano Ronaldo leaves the pitch after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Attorney General Blanche's appearances at political events blur Justice Department boundaries]]></title><link>https://www.local10.com/news/politics/2026/09/18/attorney-general-blanches-appearances-at-political-events-blur-justice-department-boundaries/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/attorney-general-blanches-appearances-at-political-events-blur-justice-department-boundaries/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Attorney General Todd Blanche is blurring traditional boundaries between politics and federal law enforcement with recent speeches at political events that mark a sharp departure from norms meant to protect the Justice Department from the appearance of partisan bias.]]></description><pubDate>Fri, 18 Sep 2026 11:26:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Attorney General Todd Blanche is blurring traditional boundaries between politics and federal law enforcement with recent speeches at political events that mark a sharp departure from norms meant to protect the Justice Department from the appearance of partisan bias.</p><p>Blanche took the stage this week at an event for a Republican Senate candidate in North Carolina days after speaking at a GOP midterm convention, where he praised Trump and touted the administration's tough-on-crime approach.</p><p>Blanche's participation at the rallies has drawn scrutiny from critics who say it threatens to undermine public faith in law enforcement decisions that are supposed to be made free of political interference. It has added to critics' concerns about Blanche's loyalty to Trump and White House influence on Justice Department matters against the backdrop of investigations into numerous perceived foes of the president.</p><p>"It lends credence to the arguments that the Justice Department is hopelessly politicized," said Richard Painter, who was a White House ethics lawyer in the George W. Bush administration. "And that’s not where we want to be right now."</p><p>Blanche has brushed aside norms</p><p>Attorneys general have typically stayed away from political rallies and at arm's length from the White House to prevent the appearance of law enforcement interference in elections and to protect the perception of impartiality in prosecutions.</p><p>Blanche, a former personal lawyer for Trump, has brushed aside such norms and fiercely defended the president's interests in the department, which brought two criminal cases against Trump under President Joe Biden. Blanche has rejected allegations that the Trump administration has politicized the agency and accusations that the White House is improperly involved in department matters.</p><p>Blanche has used his speeches at the rallies to promote the administration's efforts to bring down violent crime, illegal border crossings and drug trafficking as Republicans put their tough-on-crime policies at the center of the midterm elections. In another unusual move, he held a press briefing at the White House this week, fielding questions from reporters on a host of matters including the Iran war.</p><p>At an event Wednesday in North Carolina for Republican Senate nominee Michael Whatley, Blanche told the crowd, “More of your family, more of your friends, more of your community members, more of your loved ones are safer than they were just two years ago."</p><p>"And that’s President Trump and Vice President Vance delivering on a promise that they made to you,” said Blanche, calling Trump “the greatest president of our generation.” His speech also veered into topics outside his law enforcement portfolio such as the stock market, inflation and wage growth.</p><p>Blanche says he is not endorsing candidates at political events</p><p>The Justice Department said Blanche's appearances at political events are made in his personal capacity, and noted that his speeches have addressed the administration's efforts broadly but do not get into agency policies or official business.</p><p>“His appearances are reviewed and cleared by the Department’s ethics officials,” spokesperson Kiersten Pels said in an email Thursday. "Travel expenses are reimbursed by the Attorney General in accordance with federal law, regulations, and policies.”</p><p>In a recent interview with The Associated Press, Blanche dismissed criticism about his appearance at a Long Island event where Trump sought to boost Republican candidates in closely contested races.</p><p>The watchdog group Public Citizen filed a complaint accusing Blanche of violating a law that limits political activity by government workers by participating in that event alongside Nassau County Executive Bruce Blakeman, the Trump-endorsed Republican challenging Democratic Gov. Kathy Hochul.</p><p>“I will always say yes to speak when the president of the United States asks me to,” Blanche told the AP last month. “I was there purely thanking cops, law enforcement, for doing their jobs. The idea that that’s turned into somehow criticism is laughable.” Blanche said he was not endorsing political candidates but instead “talking about the great work that President Trump is doing."</p><p>Federal law and Justice Department policy limit political activity</p><p>The Hatch Act prohibits government officials from using their official positions to influence elections. That includes supporting candidates while acting in their official capacities. Watchdog groups have long complained that the law isn't a strong deterrent and enforcement has been inadequate and uneven.</p><p>The Justice Department under Biden in 2022 tightened its restrictions on employees' attendance at political events after then-Massachusetts U.S. Attorney Rachael Rollins attended a fundraiser that featured first lady Jill Biden. Attorney General Pam Bondi, who was fired by Trump in April, later rescinded those restrictions.</p><p>Rollins' attendance at the fundraiser sparked an outcry from Republican Sen. Tom Cotton, who sought an investigation and wrote a letter asserting that U.S. attorneys are supposed to act as nonpartisan law enforcement officials rather than as partisan politicians. Rollins resigned in 2023 after the Justice Department's internal watchdog accused her of broad misconduct.</p><p>Before those changes, longstanding department policy had allowed political appointees — who are hired under presidential administrations rather than making long careers at the agency — to attend political events in their personal capacities if they participated “passively” and obtained prior approval.</p><p>Biden's attorney general, Merrick Garland, barred their attendance at fundraisers and other campaign events altogether, saying it was necessary to ensure that politics “both in fact and appearance” won’t affect how the law is enforced or inquiries are carried out.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MHBZIBM6QPJHSY5BQTSFPJIE3I.jpg?auth=c192619aaf123b7c9ff6f7a1ade707f0a3b6fbd7a29750f10407c2da5679b3c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche speaks at the Republican convention in Dallas, Wednesday, Sept. 9, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RBFX2O7CBV6B4WOOGL7O2YM7Y.jpg?auth=43b14ceacae57762f351c18cd67e89c0f3b80d245bb5c1526cd7f1ffda3859cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche checks his watch as he speaks at a news briefing in the Rose Garden of the White House, Tuesday, Sept. 15, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/09/11/resumen-de-la-semana-historias-en-tendencia-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/11/resumen-de-la-semana-historias-en-tendencia-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/09/17/school-placed-on-brief-lockdown-amid-police-activity-in-southwest-miami-dade" target="_blank">FDLE agent involved in fatal shooting near southwest Miami-Dade middle school</a></li><li><a href="https://www.local10.com/news/local/2026/09/17/plantation-high-school-placed-on-lockdown-after-large-fight-report-of-armed-person-cops-say">Plantation High School lockdown lifted after commotion over gun, cops say</a></li><li><a href="https://www.local10.com/entertainment/2026/09/14/actress-hayden-panettiere-died-from-fentanyl-laced-oxycodone-pill-according-to-report">Actress Hayden Panettiere died from fentanyl-laced oxycodone pill, according to report</a></li><li><a href="https://www.local10.com/news/local/2026/09/14/portion-of-brickell-bay-drive-closed-after-crane-collapse-miami-police-say">4 hospitalized, portion of Brickell Bay Drive closed after drill rig collapse</a></li><li><a href="https://www.local10.com/news/local/2026/09/14/woman-suspected-of-drugging-stealing-98k-rolex-from-man-she-met-at-gulfstream-park-police-say">Woman suspected of drugging man she met at Gulfstream Park, stealing $98K Rolex, police say</a></li><li><a href="https://www.local10.com/news/local/2026/09/16/1-in-custody-after-bomb-threats-reported-at-2-broward-schools-authorities-say">1 arrested after bomb threats reported at 2 Broward schools, authorities say</a></li><li><a href="https://www.local10.com/traffic/2026/09/16/fhp-man-killed-after-being-struck-on-florida-turnpike-in-southwest-miami-dade-road-closed">FHP: Man killed after being struck by car on Turnpike in southwest Miami-Dade</a></li><li><a href="https://www.local10.com/news/local/2026/09/16/researching-florida-everglades-educating-public-has-been-mans-mission-since-arriving-from-jamaica">Researching Florida Everglades, educating public has been man’s mission since arriving from Jamaica</a></li><li><a href="https://www.local10.com/news/local/2026/09/17/homestead-mother-son-charged-after-girl-8-reports-being-hit-with-belt-bound-with-shoelaces-cops-say">Homestead mother, son charged after girl, 8, reports being hit with belt, bound with shoelaces, cops say</a></li><li><a href="https://www.local10.com/weather/hurricane/2026/09/17/development-odds-tick-up-for-central-atlantic-system">Development odds tick up for central Atlantic system</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Zelenskyy hosts leaders from 7 countries for a regional summit]]></title><link>https://www.local10.com/news/world/2026/09/18/zelenskyy-welcomes-leaders-from-7-countries-for-a-regional-summit/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/zelenskyy-welcomes-leaders-from-7-countries-for-a-regional-summit/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukrainian President Volodymyr Zelenskyy hosted leaders and representatives from seven regional countries for talks on deepening cooperation on Friday, as overnight Russian strikes in multiple regions sparked fires and caused several deaths and injuries.]]></description><pubDate>Fri, 18 Sep 2026 16:36:38 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukrainian President Volodymyr Zelenskyy hosted leaders and representatives from seven regional countries for talks on deepening cooperation on Friday, as overnight Russian strikes in multiple regions sparked fires and caused several deaths and injuries.</p><p>The inaugural summit of the so-called “Carpathian Eight” brings together Ukraine, Romania, Serbia, Poland, Slovakia, the Czech Republic, Austria and Hungary, with the European Union also involved.</p><p>It comes as U.S.-mediated efforts to end Russia’s 4 1/2-year full-scale invasion have stalled, with the issue of territorial concessions in eastern Ukraine among the central sticking points. Ukraine is also seeking security guarantees from partners for a deal.</p><p>The summit also comes as three days of voting began in Russia’s first wartime parliamentary election, which features virtually no opposition to President Vladimir Putin's party and is all but certain to secure the Kremlin’s political dominance.</p><p>Some of the nations attending the meeting in western Ukraine’s Ivano-Frankivsk region, such as Poland and Romania, have been staunch supporters of Ukraine. Others, such as Hungary, Serbia and Slovakia, have refused to provide Kyiv with direct military assistance.</p><p>Zelenskyy wrote on Telegram that the summit was a “significant beginning” of a movement intended to “further strengthen ties between our countries and create another strong element of cooperation at the EU level.”</p><p>He added that the participating countries would work together on security, energy, logistics, cross-border economic ties and support for local communities.</p><p>European countries concerned over Russian hybrid threats</p><p>The meeting in the western Ukrainian ski resort of Bukovel came amid increasing concern among many European countries that Russia is ramping up hybrid threats including sabotage, cyberattacks, disinformation and potential drone incursions into NATO territory.</p><p>Tusk, Poland's prime minister, warned on Thursday before departing for Ukraine that Moscow is planning hybrid strikes with drones or rockets on European countries supporting Kyiv, among them Poland.</p><p>Officials in Poland, Germany and Denmark have in recent weeks accused Russia of involvement in drone incursions, sabotage, arson, surveillance of defense facilities and planning to use a drone carrying explosives to attack an airport.</p><p>European Commission President Ursula von der Leyen said on Wednesday that the EU needs a NATO-like mechanism to better respond to hybrid attacks blamed on Russia, and to develop “a consensus on how to respond to certain incidents ... that fall below armed aggression but clearly threaten our national security.”</p><p>Meanwhile, Russia’s Foreign Ministry said on Friday it had summoned the British Chargé d’Affaires to strongly protest the United Kingdom's continued increase in the supply of drones and other weapons systems to Ukraine.</p><p>The ministry said the U.K.’s “fiercely confrontational stance” was aimed at “prolonging and escalating the armed conflict by every possible means.” It added that Russia reserves the right to take necessary countermeasures in self-defense, and that “any British military facilities in Ukraine used to strike Russian territory represent legitimate targets.”</p><p>In a statement, Britain’s Foreign Office said the U.K. will remain committed to providing the equipment Ukraine needs to defend itself. The office called the diplomatic reprimand “yet another attempt to deflect attention from Russia’s barbaric full scale invasion of Ukraine and discredit the U.K. on the world stage."</p><p>Ukraine receives nearly $4 billion in EU support</p><p>Following a phone call with von der Leyen on Friday, Zelenskyy said in a Telegram post that Ukraine has received a 3.3 billion-euro tranche (roughly $3.8 billion) from an EU financial support package meant to strengthen Ukraine’s defense capabilities including the purchase of missiles and drones.</p><p>The funding comes as Kyiv faces a projected budget deficit of roughly $27 billion this year. Zelenskyy said Ukraine was also preparing for a meeting with von der Leyen at the United Nations General Assembly in New York next week focused on the country’s financial stability.</p><p>Russian strikes spark fires and cause deaths and injuries</p><p>Two people were killed and two others injured in Russian strikes overnight in the Zhytomyr region, west of Kyiv, Ukraine's State Emergency Service said in a statement on Telegram.</p><p>The strikes sparked fires in warehouse and production buildings. Rescuers were forced to retreat during repeated air raid alerts, while emergency de-miners inspected the area for explosive devices. Firefighters later extinguished the blazes.</p><p>Elsewhere, one person was killed and six others injured after Russian forces attacked an electric train in Ukraine’s Kharkiv region, the state emergency service said. The drone strike targeted a railway station in the Novovodolazka community and sparked a fire in two carriages of the suburban train.</p><p>The Russian Defense Ministry on Friday said its air defenses intercepted and destroyed 629 Ukrainian drones overnight over 14 Russian regions, as well as illegally annexed Crimea and the Azov and the Black seas.</p><p>Moscow Mayor Sergei Sobyanin said more than 350 drones were headed toward Moscow, but that most were destroyed far from the Russian capital while 64 were downed as they approached the city.</p><p>The Russian military said Friday it carried out drone strikes overnight on Ukraine’s ports, vessels and a logistics center operating for the military.</p><p>Russian forces hit a bulk carrier in the Ukrainian port of Chornomorsk and a Nova Poshta logistics facility, 6 kilometers (3.7 miles) northwest of Odesa, that the Russian Defense Ministry said was used for storing and distributing military cargo from Europe.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YJVCH3QBXJTMN2VX7YSK2GW6Q.jpg?auth=b8bbf897f3c68d654414b706cc2bd3d0a68d5d9c28b6054e386b1f0b3acecb56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Presidential Press Office, Poland's Prime Minister Donald Tusk, right, is welcomed by Ukraine's President Volodymyr Zelensky and his wife Olena Zelenska during a Carpathian 8 Summit in Bukovel, western Ukraine, Friday, Sept. 18, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QWRTIEBSQOWYTKQERZCZXVAD24.jpg?auth=dc9cf1589908663e4c2039b10f68b624a3bfb957f87fa7407cd1f71fba0298ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Presidential Press Office, Ukrainian President Volodymyr Zelenskyy, top center right, and EU officials attend a summit in a Carpathian 8 Summit in Bukovel, western Ukraine, Friday, Sept. 18, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HXJ6BA2D3IYYK6VCDXO7QZ5IGM.jpg?auth=97b2aec6abcb98a183cc4ced3d7af0187cf534a46543dd62f6337588115b1d7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A missile crater is seen in the foreground, of a damaged apartment building following Russia's air attack in Kyiv, Ukraine, Thursday, Sept. 17, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YB4RRG5W6LYXRHQCSX3DLN2TE4.jpg?auth=0c1a55c1617194b99003f997e787823f59223cee065ff44e982a6689ba5bf561&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman cleans her apartment after a Russian missile exploded near her home in Kyiv, Ukraine, Thursday, Sept. 17, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HKY2JUOPQVWWMIUC2SWNYPECCQ.jpg?auth=1523c87bc7c237a9642bbb7f3bef270144506a396418cef1f4c6e7025f1ec56a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, a firefighter, right, comforts a woman after her home was damaged in a Russian air attack in Odesa, Ukraine, Thursday, Sept. 17, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content></item><item><title><![CDATA[JD Vance returns to Iowa as Senate and governor races heat up]]></title><link>https://www.local10.com/news/politics/2026/09/18/jd-vance-returns-to-iowa-as-senate-and-governor-races-heat-up/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/jd-vance-returns-to-iowa-as-senate-and-governor-races-heat-up/</guid><dc:creator><![CDATA[By JOSH BOAK and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[COUNCIL BLUFFS, Iowa (AP) — Vice President JD Vance traveled to Iowa for the second time this year to campaign for Republican majorities in Congress as he lays the groundwork for his own political ambitions.]]></description><pubDate>Fri, 18 Sep 2026 16:57:57 +0000</pubDate><content:encoded><![CDATA[<p>COUNCIL BLUFFS, Iowa (AP) — Vice President JD Vance traveled to Iowa for the second time this year to campaign for Republican majorities in Congress as he lays the groundwork for his own political ambitions.</p><p>Vance will be the headliner Friday at a midterm rally in Council Bluffs, on the western edge of the once-Republican stronghold state, which has found itself with competitive races for the Senate and the governor’s mansion this year.</p><p>Council Bluffs, located along the Missouri River, is home to Josh Turek, the Democratic nominee for the Senate who represents the area in the Statehouse.</p><p>“It’s no mystery why Vance is here,” Turek wrote in a fundraising appeal ahead of Vance's visit. “It’s because his billionaire bosses are terrified that their grip over Iowa is slipping — and with it, their narrow Senate majority.”</p><p>But his opponent, Republican U.S. Rep. Ashley Hinson, will not attend the rally Friday due to previously scheduled events, according to her campaign.</p><p>Zach Lahn, the Republican nominee for governor, will attend. He is in a competitive race against Democrat Rob Sand, the state auditor and one of the party’s most highly touted candidates.</p><p>Vance took his first trip to the state as vice president in May, campaigning alongside Rep. Zach Nunn, one of the party’s most endangered incumbents this year. Nunn and Rep. Mariannette Miller-Meeks, another Iowa Republican, voted earlier this week in a symbolic measure to halt the war in Iran, underscoring how the military conflict that Trump launched is causing political troubles for his own party.</p><p>At the May event, Vance touted the administration’s tax and tariff policies at a steel manufacturing facility while warning that this year was “not a normal election” and “not a normal political environment.”</p><p>The vice president has been one of the most visible surrogates on the midterm campaign trail, jetting to locations such as Kansas, Wisconsin and his native Ohio to promote Republican candidates and the administration’s achievements.</p><p>Friday’s rally location is in Iowa’s 4th Congressional District, which is being vacated by Republican Rep. Randy Feenstra after his failed bid for governor. Democrat Dave Dawson and Republican Chris McGowan are vying for the seat. That race is not considered one of the more competitive races in this election.</p><p>Vance’s visit to the state shows Republican candidates are in political trouble in November, said Katie Smith, a spokesperson for the Democratic Congressional Campaign Committee, in a statement.</p><p>“Iowans have had enough of their D.C.-first, Iowa-last priorities and will hold them all accountable for their agenda that’s caused skyrocketing prices at the pump, grocery stores, and doctor’s office,” Smith said.</p><p>___</p><p>Associated Press writer Hannah Fingerhut contributed to this report from Des Moines, Iowa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPCIJPQHBHSSTMM62FODF6UGEU.jpg?auth=937dbff383d31dfaf4db9fd760db60b41292a6a33077f47093c09887597a6308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance waves as he arrives on Air Force Two, Monday, Sept. 14, 2026, at Joint Base Andrews, Md. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Warren Buffett gives up chairman title at Berkshire Hathaway in the next step of his succession plan]]></title><link>https://www.local10.com/business/2026/09/18/billionaire-warren-buffett-steps-down-as-berkshire-hathaway-chairman-a-post-he-has-held-since-1970/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/18/billionaire-warren-buffett-steps-down-as-berkshire-hathaway-chairman-a-post-he-has-held-since-1970/</guid><dc:creator><![CDATA[By JOSH FUNK and MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — Warren Buffett is stepping down as chairman of Berkshire Hathaway in the next step of the transition at the top of the $1 trillion conglomerate he led for more than six decades.]]></description><pubDate>Fri, 18 Sep 2026 16:43:19 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — Warren Buffett is stepping down as chairman of Berkshire Hathaway in the next step of the transition at the top of the $1 trillion conglomerate he led for more than six decades.</p><p>Buffett, 96, will become chairman emeritus and will take on his new role immediately, the company said Friday. His oldest son, Howard, will become Berkshire Hathaway’s new chairman, part of a long-planned succession. Howard Buffett has been on the Berkshire Hathaway board since 1993.</p><p>Warren Buffett, known by a legion of financial market followers as the Oracle of Omaha, will remain a director. He had been Berkshire Hathaway’s chairman since 1970, but he took control of the struggling New England textile company in 1965.</p><p>Greg Abel took over for Buffett as the CEO of the $1 trillion conglomerate at the start of this year though Buffett continued to come into the office each day to look for new investments and deals and offer Abel any advice. It's not clear whether Buffett will change his routine at all now.</p><p>“I have served Berkshire since 1965," Buffett said in a letter to shareholders. “Sixty-plus years in, I still have the best job in the world. That is not something many people my age can say, and I have never felt better about what comes next.”</p><p>Investor Adam Mead, who wrote “The Complete Financial History of Berkshire Hathaway,” said Buffett seems to trying to lessen the impact on Berkshire when he eventually dies by taking this step now. Berkshire's announcement didn't reveal any health issues for Buffett, but Mead said “He's now 96, so even a cold could be a health scare.”</p><p>Greg Abel will continue as CEO with Howard Buffett becoming chairman</p><p>Buffett said that he is confident with Abel and his son Howard leading Berkshire Hathaway.</p><p>“Greg runs the company; Howard will guard its culture and values – both worth more than anything on our balance sheet,” he said. “Think of Howard as a policy the shareholders own and hope never to claim against.”</p><p>Abel started managing all of Berkshire's non-insurance businesses in 2018 when he was elevated to vice chairman, so he knows the various companies well including BNSF railroad, the utilities and manufacturing operations as well as name brands like Dairy Queen and See's Candy. But CFRA Research analyst Cathy Seifert said investors still have questions about how well Abel will be able to deploy Berkshire's massive $365 billion cash pile.</p><p>“There was a premium awarded Berkshire stock because of their financial strengths and because of this famed investor who was allocating capital. I think it’s naive to assume that this is business as usual. It’s not,” Seifert said. “What this does is amplify some of the execution risk in the strategy and the significance of the transition.”</p><p>The next orderly step in Warren Buffett's succession plan</p><p>Michael Withers, professor of management at the University of Notre Dame’s Mendoza College of Business, said Buffett took a deliberate approach to Berkshire Hathaway's succession plans and has carried out the transition step by step.</p><p>“Buffett seems to have understood that succeeding him wasn’t just about finding another extraordinary leader,” he said. "It was about building a structure that could preserve what makes Berkshire different long after he has stepped away. The test moving forward will be whether Abel and Howard can honor that legacy while still giving Berkshire room to adapt to a market that looks very different from the one Buffett mastered.”</p><p>Buffett's fortune has been amassed through Berkshire Hathaway stock. Buffett built the company into an investing conglomerate and an icon of Wall Street by buying insurance companies and reinvesting the money from premiums in stocks and other companies. In 2024, Berkshire Hathaway became the first non-tech companies valued at more than $1 trillion.</p><p>Buffett, a longtime philanthropist, has given away roughly $66 billion worth of stock since 2006 with the bulk of that going to his friend Bill Gates' foundation. But this summer he announced that his three children will now take over all of the charitable decisions and distribute the rest of his fortune by the end of 2034.</p><p>Buffett's take on finance has created its own gravitational pull. When Berkshire Hathaway reveals the stocks that the company has acquired or sold in public disclosures, it can shake markets.</p><p>During his time as CEO of Berkshire Hathaway, the company nearly doubled the returns of the S&P 500, with a 19.9% compounded annual growth rate compared with the index’s 10.4% gain.</p><p>“Warren’s impact on Berkshire and its owners is without parallel in the history of American business," Abel said in a prepared statement. “The culture Warren built and the values he championed will remain at the heart of Berkshire, and Howard will be their guardian.”</p><p>Shares of Berkshire Hathaway dipped slightly in Friday morning trading.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJLQJXPTQMODUQPPZ6OXTM6QVM.jpg?auth=1ee1ad0a35787593bcefdf7bb542be8e8894c818dd40621f573b11e3bf1faf46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Warren Buffett, chairman and CEO of Berkshire Hathaway, speaks during a game of bridge following the annual Berkshire Hathaway shareholders meeting May 5, 2019, in Omaha, Neb. (AP Photo/Nati Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nati Harnik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JJFJ2CHS4PJZOJUCZE3YYNBM4.jpg?auth=08cdffd3a105018d609494a6c2b688b141f4c27944b2149a597f4cbcf1716ebd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Berkshire Hathaway Vice Chairman Greg Abel is seen at the CenturyLink Center, May 5, 2018, in Omaha, Neb. (AP Photo/Nati Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nati Harnik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XCJP6F5C42ZWV2STIMNHZYMIAM.jpg?auth=1dcd5d9da96d0084862206ea1aab66939b03f7d5ceed8a2a9cf7ff07544302fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Feb. 2014, file photo, philanthropist Howard Buffett, son of investor Warren Buffett, speaks in Omaha, Neb. . (AP Photo/Nati Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nati Harnik</media:credit></media:content></item><item><title><![CDATA[Sept. 18: Storms again today, but not as wet as yesterday]]></title><link>https://www.local10.com/weather/2026/09/18/sept-18-storms-again-today-but-not-as-wet-as-yesterday/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/18/sept-18-storms-again-today-but-not-as-wet-as-yesterday/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Friday morning. Grab your rain gear, we will see some showers by the Keys, Broward and Miami-Dade this morning, but nothing as wet as yesterday morning. ]]></description><pubDate>Fri, 18 Sep 2026 10:33:13 +0000</pubDate><content:encoded><![CDATA[<p>Good Friday morning. Grab your rain gear, we will see some showers by the Keys, Broward and Miami-Dade this morning, but nothing as wet as yesterday morning. Scattered to numerous showers and thunderstorms are expected again. This afternoon, some storms could be strong to low-end severe. The soggy set up we have had all week has put South Florida under a level one marginal threat for flooding today and leading into the weekend. There will be breaks in the storms for highs to reach the lower 90s. Please remember “When thunder roars go indoors”. 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[Jon Stewart explains his ongoing philanthropic support of first responders]]></title><link>https://www.local10.com/business/2026/09/18/jon-stewart-explains-his-ongoing-philanthropic-support-of-first-responders/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/18/jon-stewart-explains-his-ongoing-philanthropic-support-of-first-responders/</guid><dc:creator><![CDATA[By GLENN GAMBOA, Associated Press]]></dc:creator><description><![CDATA[Jon Stewart says he never really decided to focus his charity efforts on first responders and their families. It just happened.]]></description><pubDate>Fri, 18 Sep 2026 10:00:22 +0000</pubDate><content:encoded><![CDATA[<p>Jon Stewart says he never really decided to focus his charity efforts on first responders and their families. It just happened.</p><p>The award-winning host of “The Daily Show” said he wanted to feel useful and support people who dedicated their lives to helping others.</p><p>“These aren’t the X-Men,” Stewart told The Associated Press. “They’re not superheroes. They’re just men and women that made a decision. And that decision was, ‘I’m gonna be there for people in their worst moments. Whatever happens, happens. But that’s what I’ve decided to do.’”</p><p>His support of the first responders to the Sept. 11 terrorist attacks in 2001 led to his angry lobbying and Congressional testimony in 2019 to ensure that the September 11th Victim Compensation Fund did not run out of money. He pushed to eliminate a loophole in the PACT Act that left U.S. troops exposed to radiation during the Afghanistan War without medical coverage. And it continues, as he announced Friday that he would return as host of the First Responders Children’s Foundation’s Roll Call of Heroes ceremony in New York’s Times Square on Oct. 28 to commemorate National First Responders Day.</p><p>“You get to stand face to face with the individuals that are being honored and give them an ‘attaboy’ and to meet really young people that are involved in their communities,” he said. “It’s always nice to be able to kind of touch the firmament of what holds this all together.”</p><p>First Responders Children’s Foundation President and CEO Jillian Crane said the nonprofit is thrilled Stewart will return to host this year’s event.</p><p>“His advocacy for first responders, especially those battling 9/11-related illnesses, makes him the perfect host for this annual event,” she said. “As the only national nonprofit dedicated to the children of first responders, we believe shining a light on their parents, heroes who serve our communities every day, is a powerful way to say thank you.”</p><p>This interview has been edited and condensed for clarity.</p><p>Why is supporting first responders and their families so important?</p><p>If we can’t take care of the people that take care of us, it exposes a deep fundamental flaw in the kind of scaffolding you put up in making a society. Obviously, having had the experience after 9/11, you see just how tenuous the experiment is without people who are willing to run towards the collapse. I think that, combined with the kind of outrage at a political system that was more than willing to laud them when they were needed and more than willing to discard them when they were no longer at the focus. I think that created the momentum.</p><p>Does supporting the children of first responders offer you a sense of hope?</p><p>It’s like what they do when they reach a site. You’re sort of triaging urgent need versus what can wait. And I think kids who have lost a parent to these kinds of tragedies are kind of your first-order triage event. Honestly, being involved, even though you might hear more of the grief, actually, I think is a salve in some respects to the pain of it. Action is sort of the antidote to that feeling of helplessness and anxiety.</p><p>Does that sense of triage extend to today’s troubled world? Do you feel like you have to keep adding issues to work on?</p><p>In general, there’s sort of the quiet activism of living pleasantly. I mean you go about your day and try and be the best neighbor and citizen and individual that you can be out there. The causes I have sort of came about organically. And I want to make sure that when I get involved with something that I do it thoroughly -- that it’s not charity tourism. I want it to be something that I can fully involve myself in and that what I can offer is something that they can use.</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DOQDTF4HRKQKOOODKMZNRGWRXM.jpg?auth=db21a3aebd2c5e1b0514360687f1b9c987b13f9ed222cb7f7ee60d5837091359&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mark Twain Prize recipient Jon Stewart is introduced at the start of the 23rd annual Mark Twain Prize for American Humor at the Kennedy Center for the Performing Arts, in Washington, April 24, 2022. (AP Photo/Kevin Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/09/17/juvenile-shot-in-southwest-miami-dade-neighborhood-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/17/juvenile-shot-in-southwest-miami-dade-neighborhood-deputies-say/">16-year-old shot in southwest Miami-Dade neighborhood, deputies say</a></li><li><a href="https://www.local10.com/news/local/2026/09/17/school-placed-on-brief-lockdown-amid-police-activity-in-southwest-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/17/school-placed-on-brief-lockdown-amid-police-activity-in-southwest-miami-dade/">FDLE agent involved in fatal shooting near southwest Miami-Dade middle school</a></li><li><a href="https://www.local10.com/news/local/2026/09/17/police-search-for-escaped-prisoner-near-mount-sinai-hospital-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/17/police-search-for-escaped-prisoner-near-mount-sinai-hospital-in-miami-beach/">Police locate prisoner who escaped near Mount Sinai hospital in Miami Beach</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[EU chief floats 'associate membership' for Canada. But that doesn't exist yet]]></title><link>https://www.local10.com/news/world/2026/09/18/eu-chief-floats-associate-membership-for-canada-but-that-doesnt-exist-yet/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/eu-chief-floats-associate-membership-for-canada-but-that-doesnt-exist-yet/</guid><dc:creator><![CDATA[By LORNE COOK, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — By opening the door this week for Canada to become the first “associate member” of the European Union, European Commission President Ursula von der Leyen offered Prime Minister Mark Carney hope, but also an illusion.]]></description><pubDate>Fri, 18 Sep 2026 09:41:38 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — By opening the door this week for Canada to become the first “associate member” of the European Union, European Commission President Ursula von der Leyen offered Prime Minister Mark Carney hope, but also an illusion.</p><p>There are many ways to take steps toward joining the world’s biggest trade bloc, or to deepen trade or political ties with it, but associate membership isn’t one of them. It simply does not exist.</p><p>Still, no matter how vague, von der Leyen’s offer was a win for Carney, who is locked in a trade war with U.S. President Donald Trump. It also offers the EU a firm partnership with another Western democracy as its own ties with and trust in its old ally the United States fade.</p><p>“In this new world, we must urgently reimagine our partnerships,” von der Leyen said on Wednesday. Then she did exactly that, saying to Carney: “I would like to work with you on opening the door for Canada being the first associate member of the EU.”</p><p>Did she mean Association Agreement?</p><p>While “associate membership” is yet to be defined, Association Agreements do exist. More than 20 countries — ranging from Albania to Israel to Ukraine — already have them with the bloc.</p><p>These treaties govern relations on trade and security and are seen as an important step toward membership. It’s unclear how von der Leyen's proposal of associate membership would differ, or whether Canada would have to agree to such a treaty first.</p><p>Only EU member countries can rule on enlargement and treaties</p><p>Association Agreements and any other decisions over enlarging the EU and its formal relations with the outside world require the unanimous approval of all 27 EU member countries, and von der Leyen did not consult widely about her proposal of associate membership.</p><p>Getting all 27 countries behind the offer, especially one this vague, will pose a major challenge.</p><p>Even among those who support stronger ties with Canada, there are concerns. German government spokesperson Stefan Kornelius said that Berlin welcomes the idea but that it has reservations — at least about the name the new relationship might be given.</p><p>“We are open to discussing new partnership models,” he said after von der Leyen’s speech. “But we should rethink the concept, the title that is connected with this.”</p><p>In May, German Chancellor Friedrich Merz urged the EU to consider offering associate membership to conflict-torn Ukraine to breathe new life into talks aimed at ending more than four years of war with Russia. Ukraine is seeking full membership, nothing less.</p><p>Helen McEntee, the foreign affairs and trade minister of Ireland, which holds the EU’s rotating presidency, meanwhile, said that her government was ready “to explore associate membership for Canada.”</p><p>David McAllister, chair of the European Parliament’s Foreign Affairs Committee, was more cautious, saying that the proposal’s “concrete terms now need careful assessment.”</p><p>Canada embraced the invitation</p><p>Carney himself welcomed the invitation but wasn’t sure about the form it would take.</p><p>“We’re going to better define the broad lines of this new alliance,” he said at the European Parliament on Thursday. He pointed to the EU-Canada summit in Montreal on Oct. 29-30 as a good place to start.</p><p>“What matters is the substance. What are we actually building together, how do we combine our strengths in a way that serves our people better, protects our fundamental rights and creates prosperity,” Carney said.</p><p>He was very clear on one point though. “Canada is not in a position, nor seeking, to become a full member of the European Union," he said.</p><p>Trump is wary of a potentially ‘hostile act’</p><p>The offer certainly grabbed Trump's attention. He suggested that allowing Canada to become an associate EU member could be a “hostile act” and threatened to respond by imposing more trade restrictions on the bloc.</p><p>Trump said that if European leaders are acting out of “a good intention, that’s fine. If it’s a bad intention, we’ll put very heavy tariffs on Europe.”</p><p>Carney insisted that Canada, through its overtures to the EU, is not seeking to create a bloc that would become "a great power rival, only with better manners.” Neither he nor von der Leyen mentioned Trump by name during their speeches.</p><p>For Fabian Zuleeg, chief executive at the European Policy Centre think tank, Trump's response showed that the new EU-Canada partnership matters.</p><p>But Zuleeg agreed that the nuts and bolts of EU-Canada ties are far more important than its name. “The label must now be filled with concrete substance, not remain another announcement,” he said.</p><p>___</p><p>Associated Press writer Geir Moulson in Berlin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OYZUDGIQZLYMA77VYTDJ5MSJ5M.jpg?auth=0399857c47cd51f24fc19d8d7d131e9a5502d39623efa7fc4c830a4bf0d16bc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Prime Minister Mark Carney, front left, speaks with European Commission President Ursula von der Leyen at the European Parliament in Strasbourg, eastern France, Thursday, Sept 17, 2026. (AP Photo/Pascal Bastien)]]></media:description><media:credit role="author" scheme="urn:ebu">Pascal Bastien</media:credit></media:content></item><item><title><![CDATA[Bombing at mosque near police offices in Pakistan kills at least 21]]></title><link>https://www.local10.com/news/world/2026/09/18/bombing-at-mosque-near-police-offices-in-pakistan-kills-at-least-21/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/bombing-at-mosque-near-police-offices-in-pakistan-kills-at-least-21/</guid><dc:creator><![CDATA[By RIAZ KHAN and MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[PESHAWAR, Pakistan (AP) — A vehicle bomb exploded Friday at a mosque near police offices in northwestern Pakistan as gunmen tried to storm the compound in an attack that killed at least 21 people and wounded 80 others, police and rescue officials said. Among those killed and wounded were police officers attending prayers at the mosque.]]></description><pubDate>Fri, 18 Sep 2026 17:44:40 +0000</pubDate><content:encoded><![CDATA[<p>PESHAWAR, Pakistan (AP) — A vehicle bomb exploded Friday at a mosque near police offices in northwestern Pakistan as gunmen tried to storm the compound in an attack that killed at least 21 people and wounded 80 others, police and rescue officials said. Among those killed and wounded were police officers attending prayers at the mosque.</p><p>The coordinated assault was the latest in a surge of militant violence near the border with Afghanistan where Pakistani Taliban militants have increasingly targeted police and other security forces as the government intensifies operations against them.</p><p>The bombing occurred in Kohat, a district in Khyber Pakhtunkhwa. An attacker apparently rammed an explosives-laden vehicle into the mosque, said Zulfiqar Hameed, the provincial police chief.</p><p>At least seven armed gunmen also attempted to enter the police compound and exchanged fire with officers. Six of the gunmen were killed, according to police, who said one suicide bomber attacked the nearby office of an intelligence agency.</p><p>The police compound housed counter-terrorism police, who had carried out operations against militants across the province in recent years.</p><p>Most of those killed were police officers, hospital officials said. Bilal Faizi, a senior rescue official, said most of the dead and wounded had been attending prayers at the mosque.</p><p>Photos from the scene showed the outer wall of the police offices had collapsed and the mosque was badly damaged. Smoke rose over the site after the blast, which witnesses and residents said was heard far away, followed by gunfire. Inside the mosque, piles of bricks and concrete buried the floor, wires dangled from cracked walls and daylight poured through jagged holes in the roof, while a ceiling fan hung above the wreckage.</p><p>Residents said the exchange of fire continued hours after the coordinated attack.</p><p>Prime Minister Shehbaz Sharif condemned the attack and expressed sorrow over the casualties. He directed authorities to accelerate rescue operations.</p><p>No group immediately claimed responsibility for the attack, but suspicion was likely to fall on the Pakistani Taliban, formally known as Tehrik-e-Taliban Pakistan, or TTP.</p><p>The attack comes a day after a roadside bomb struck a security forces convoy in the northwestern Hangu district and killed six soldiers. Government troops also conducted raids in various areas Thursday and killed 10 militants believed to be members of the Pakistani Taliban, the military and police said.</p><p>Pakistani Taliban have stepped up attacks on police and civilians in recent years. In 2023, a suicide bomber killed 101 people in an attack inside a mosque in Peshawar, the capital of Khyber Pakhtunkhwa province.</p><p>The group is separate from but allied with Afghanistan’s Taliban, which returned to power in 2021. Pakistan often accuses Kabul of sheltering the TTP and turning a blind eye to cross-border militant attacks. The government in Kabul has denied the allegations.</p><p>Tensions between Afghanistan and Pakistan have remained high since Pakistan targeted alleged TTP hideouts in Afghanistan in 2025. The strikes triggered border clashes, prompting Qatar and Turkey to mediate a ceasefire. China later facilitated peace talks, but the two sides failed to reach an agreement.</p><p>Friday’s bombing came a day after Turkey’s state-run Anadolu Agency reported Turkish intelligence chief Ibrahim Kalin met with Sharif, the Pakistan army chief Field Marshal Asim Munir and intelligence chief Lt. Gen. Asim Malik.</p><p>Kalin said Turkey would continue to make efforts to help resolve the tensions between Afghanistan and Pakistan through dialogue, the news agency reported.</p><p>The Turkish intelligence chief also met with the government in Afghanistan. Hamdullah Fitrat, deputy spokesperson for the Afghan Taliban, said Thursday that top officials in Kabul held talks with Kalin and a senior Qatari security official. The talks addressed tensions between Afghanistan and Pakistan.</p><p>___</p><p>Ahmed reported from Islamabad. Abdul Qahar Afghan in Kabul, Afghanistan, and Suzan Fraser in Ankara, Turkey, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7QAPJC34O2JLZY726UO6ZQZAA.jpg?auth=641da3055b59f970324f2d630554aad7c225a5a2693e25498ea30947526f69a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Army soldier walks over rubble at the site of a bomb explosion at a mosque in Kohat, in northwestern Pakistan, Friday, Sept. 18, 2026. (AP Photo/Muhammad Sajjad)]]></media:description><media:credit role="author" scheme="urn:ebu">Muhammad Sajjad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/56VROHTMOBNLT7J3SZTRVKQMTA.jpg?auth=610be8068fb72cc1f7b5c0713c236a595f0a24f087365d8382c0892086e50a98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Army soldiers examine the site following a powerful bomb exploded at a mosque in Kohat, in northwestern Pakistan, Friday, Sept. 18, 2026. (AP Photo/Muhammad Sajjad)]]></media:description><media:credit role="author" scheme="urn:ebu">Muhammad Sajjad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JAJNDFMKKOYGFVTTZX25YSV4UE.jpg?auth=0eda45e025e42509a2f7c2bb21876746be8b4f3ecb09997a3b6f52754e599a5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Army soldiers stand over the rubble at the site of a powerful bomb exploded at a mosque in Kohat, in northwestern Pakistan, Friday, Sept. 18, 2026. (AP Photo/Maaz Awan)]]></media:description><media:credit role="author" scheme="urn:ebu">Maaz Awan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QHAANFMAMZX3YUSBRUJID3AN5M.jpg?auth=686cfd66da20b731839069071632915df9c868e298b6075fd8e3472ce2ffb907&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An army soldier and local residents look the wreckage of auto rickshaw on the site of a powerful bomb exploded at a mosque in Kohat, in northwestern Pakistan, Friday, Sept. 18, 2026. (AP Photo/Maaz Awan)]]></media:description><media:credit role="author" scheme="urn:ebu">Maaz Awan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I64T27WX2RHA2NQMYFPFNJEAN4.jpg?auth=c33974732a51dc6fc979a987585fcd5df1df7a463e9d5fb71ca399a925458ead&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Army soldiers and members of media gather at the site of a powerful bomb exploded at a mosque in Kohat, in northwestern Pakistan, Friday, Sept. 18, 2026. (AP Photo/Maaz Awan)]]></media:description><media:credit role="author" scheme="urn:ebu">Maaz Awan</media:credit></media:content></item><item><title><![CDATA[Indonesian divers recover 3 bodies from capsized ferry as salvage operation begins]]></title><link>https://www.local10.com/news/world/2026/09/18/indonesian-divers-recover-3-bodies-from-capsized-ferry-as-salvage-operation-begins/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/indonesian-divers-recover-3-bodies-from-capsized-ferry-as-salvage-operation-begins/</guid><dc:creator><![CDATA[By IMAN SATRIA, Associated Press]]></dc:creator><description><![CDATA[BANJARMASIN, Indonesia (AP) — Rescue teams in Indonesia on Friday recovered three bodies from a capsized ferry while preparing to salvage the wreckage of the accident Sunday, bringing the confirmed death toll to nine with 126 people still missing, officials said.]]></description><pubDate>Fri, 18 Sep 2026 10:32:31 +0000</pubDate><content:encoded><![CDATA[<p>BANJARMASIN, Indonesia (AP) — Rescue teams in Indonesia on Friday recovered three bodies from a capsized ferry while preparing to salvage the wreckage of the accident Sunday, bringing the confirmed death toll to nine with 126 people still missing, officials said.</p><p>Improved weather on Friday allowed divers to enter the wreck and recover the bodies of two men and a woman. The bodies will be transferred to Banjarmasin, said Col. Galih Nurna Putra, commander of the Banjarmasin Naval Base.</p><p>The Virgo Transport 8 was carrying 243 people when its captain issued a distress call Sunday, reporting the vessel was listing in rough seas with waves reaching 3 meters (10 feet) while en route from Surabaya in East Java to Banjarmasin in South Kalimantan on Borneo island.</p><p>Authorities lost contact with the ferry around 2 a.m. Sunday and learned about two hours later it had overturned in the Masalembo waters of the Java Sea, about 148 kilometers (92 miles) from Banjarmasin.</p><p>After several days of poor weather including strong winds, high waves and currents that reached 12.6 kph (7.8 mph), divers and members of the Indonesian navy’s special forces unit reached the wreck Thursday.</p><p>Around 10 a.m. Friday, a team of 17 divers descended to the ship using guide ropes installed the previous day. They broke a window and entered one at a time before spotting silhouettes of the victims and beginning recovery efforts, Putra said.</p><p>According to the manifest, the vessel carried 213 passengers and 30 crew members, though passenger totals often differ from official records in Indonesia. The 119-meter (390-foot) ferry, built in Japan in 1987 and operated there until last year, was also transporting 89 vehicles.</p><p>A total of 108 people were rescued, said Yudhi Bramantyo, operations director at Indonesia’s National Search and Rescue Agency.</p><p>“We’ve discussed for the next steps and have prepared all the equipment needed to begin salvage operations,” Bramantyo said in a video briefing.</p><p>The overturned ferry drifted about 453 meters (1,486 feet) southeast from its original position and rested upside down on the seabed at a depth of 29 meters (95 feet), compared with about 21 meters (69 feet) at the initial sinking site, Bramantyo said.</p><p>The ferry’s stern is embedded in the sea floor, while the bow remains about 5 to 6 meters (16 to 20 feet) below the surface. The stern section lies at a depth of about 15 meters (49 feet). Authorities said they have not detected fuel leakage or signs of oil pollution around the wreck.</p><p>Indonesia is an archipelago of more than 17,000 islands where ferries are a common method of travel. Disasters occur regularly, with weak safety enforcement often blamed.</p><p>Authorities on Thursday ended an unsuccessful, 10-day search for eight people, including five photojournalists, who disappeared while traveling by speedboat to Anak Krakatau volcano to report on its eruption.</p><p>___</p><p>Associated Press writer Niniek Karmini in Jakarta, Indonesia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EWMK5CMRWEGUSNYIGD6NJ33U34.jpg?auth=7e00c60db3c3fa95610a3f3fe66b7c0b8fa82fa6308fc4a02b19fcf38ab10aef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, rescuers carry a survivor from a passenger ferry overturned in bad weather in the Java Sea on a stretcher upon arrival at a port in Banjarmasin, South Kalimantan, Indonesia, Tuesday, Sept. 15, 2026. (AP Photo/Iman Satria)]]></media:description><media:credit role="author" scheme="urn:ebu">Iman Satria</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVN4HSIRMVAU3SSV3P77NH5OGA.jpg?auth=a508be8c89767835b716d35c7b5e8052ae12ddb619749d80852b77571f3b1a4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, survivors from a passenger ferry overturned in bad weather in the Java Sea arrive at a port in Banjarmasin, South Kalimantan, Indonesia, Tuesday, Sept. 15, 2026. (AP Photo/Iman Satria)]]></media:description><media:credit role="author" scheme="urn:ebu">Iman Satria</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SQAPEXGJ7TCJX6LL3JXZAZJT4U.jpg?auth=1bbaf44df8585463a5439b2cf362754877a83405dee263c9ae4994cf0026805f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, rescuers wheels a survivor of a sinking ferry on a stretcher upon arrival at a port in Banjarmasin, South Kalimantan, Indonesia, Sunday, Sept. 13, 2026. (AP Photo/Iman Satria)]]></media:description><media:credit role="author" scheme="urn:ebu">Iman Satria</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MPZSIS6AWHHXJWZBF5PV2JMR5E.jpg?auth=6cdd7a39bc35d2daec04186648ca690b3ec7ccdd599931b4e0066ff5253575a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, staff remove the body of a victim of a passenger ferry that overturned in bad weather in the Java Sea from an ambulance upon arrival at a hospital in Banjarmasin, South Kalimantan, Indonesia, Tuesday, Sept. 15, 2026. (AP Photo/Iman Satria)]]></media:description><media:credit role="author" scheme="urn:ebu">Iman Satria</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DY7X3NBERFEZXVF6NZOZ3MZQA.jpg?auth=8c064bc8a6689dd04258e0023d9346913e5ab6a2c3d4b2d6ac50c602cb927d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, rescuers carry a survivor from a passenger ferry overturned in bad weather in the Java Sea on a stretcher upon arrival at a port in Banjarmasin, South Kalimantan, Indonesia, Tuesday, Sept. 15, 2026. (AP Photo/Iman Satria)]]></media:description><media:credit role="author" scheme="urn:ebu">Iman Satria</media:credit></media:content></item><item><title><![CDATA[Shooting at high school in the Philippines leaves 2 students and gunman dead, several injured]]></title><link>https://www.local10.com/news/world/2026/09/18/shooting-at-high-school-in-the-philippines-leaves-2-students-and-gunman-dead-several-injured/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/shooting-at-high-school-in-the-philippines-leaves-2-students-and-gunman-dead-several-injured/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MANILA, Philippines (AP) — A shooting at a high school in the southern Philippines on Friday left two 14-year-old students and the teenage gunman dead and wounded at least eight people, local government and police officials said.]]></description><pubDate>Fri, 18 Sep 2026 12:39:37 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — A shooting at a high school in the southern Philippines on Friday left two 14-year-old students and the teenage gunman dead and wounded at least eight people, local government and police officials said.</p><p>The shooting at Banga National High School in the South Cotabato town of Banga is under investigation, the Philippine National Police said in a statement. Police officers secured the campus and coordinated with school officials and medical responders, the statement said.</p><p>South Cotabato Governor Reynaldo Tamayo said the two students killed were a boy and a girl, both 14. He said the gunman also shot himself and died.</p><p>Banga Mayor Albert Palencia told DZBB radio that the gunman hit 10 students in the classroom next to his, two of whom died while eight were wounded. A person who was hyperventilating was also brought to a hospital, according to the governor.</p><p>Tamayo said the gunman’s best friend told officials that the teenager was a member of an online “true crimes community.” Authorities were investigating the account and whether it had any connection to the shooting, he said.</p><p>Mayor Palencia said the 16-year-old gunman told his friends to go home after lunch because “he was going to do something” and they might get involved. He said the shooter’s classmates thought it was a joke.</p><p>After lunch, the gunman started shooting students in the classroom next to his, hitting 10 of them. He then changed the magazine of his 9 mm gun and shot himself, Palencia added.</p><p>He said the gun belonged to the shooter’s father, a Department of Education employee, who hid the weapon in a vault, which was destroyed by his son.</p><p>Police found posts made by the shooter in the online community, where young people involved in school shootings are idolized, Palencia added.</p><p>Quoting the gunman’s school adviser, Palencia said the mother of the boy wanted to bring him to a psychiatrist.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OTAJGWFYDIIOQJV34PUZYAANHM.jpg?auth=d9d4a8e4ce57e168cb7568d2fe6849c1dcaff3f55646bf85e96691530ec905a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo provided by the Philippine Red Cross, Red Cross members arrive at Banga National High School in the town of Banga, Philippines, Friday, Sept. 18, 2026. (Philippine Red Cross via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VEG75V3CAMRXHTDLZBHFFWRKWY.jpg?auth=74c3f36b68deae6355dc917d67a6431acf17fe6975e191a1cec1872a101314b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing Banga National High School, the location of a recent shooting. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Iranians rally by the hundreds of thousands in biggest show of defiance since war began]]></title><link>https://www.local10.com/news/world/2026/09/18/iranians-rally-by-the-hundreds-of-thousands-in-biggest-show-of-defiance-since-war-began/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/iranians-rally-by-the-hundreds-of-thousands-in-biggest-show-of-defiance-since-war-began/</guid><dc:creator><![CDATA[By NASSER KARIMI, CARA ANNA and LEE KEATH, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Hundreds of thousands of Iranians rallied Friday in a government-organized show of defiance after months of war, pledging their readiness to take up arms in the biggest such demonstration since the United States and Israel attacked in February.]]></description><pubDate>Fri, 18 Sep 2026 12:32:38 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Hundreds of thousands of Iranians rallied Friday in a government-organized show of defiance after months of war, pledging their readiness to take up arms in the biggest such demonstration since the United States and Israel attacked in February.</p><p>Iran's government has sought to rally the people and stress national unity, even as the economy worsens under a U.S. naval blockade of Iranian ports and new U.S. sanctions. On Friday, it claimed another attack on a tanker in the Strait of Hormuz, a key waterway it has sought to control since the start of the war.</p><p>Estimates varied of the number of people volunteering to receive limited military training and defend the country in an effort described as “Janfaday-e Iran,” or the “ones who sacrifice their lives for Iran.” They marched through downtown Tehran in combat uniform, carrying flags, as onlookers cheered.</p><p>For days, state media have encouraged Iranians to join the campaign, saying training with assault rifles would begin soon. The volunteers would be an additional layer of security to the paramilitary Revolutionary Guard and the Basij militia, which has played a key role in quashing anti-government protests.</p><p>Rally seeks to project strength under US pressure</p><p>Tehran’s Guard chief, Gen. Hassan Hassanzadeh, told the state broadcaster that over 600,000 people had registered to participate, with over 1 million expected to take part in the training. On Friday morning, the broadcaster estimated over 300,000 people were on the streets.</p><p>The new head of the Basij, Hossein Taeb, declared in a speech as the rally began that the volunteers will be ready for “full-fledged defense” and similar rallies will take place in other cities soon.</p><p>The new trainees will make a “nightmare” for Iran's enemies, Taeb added, as President Masoud Pezeshkian, military commanders and other senior officials watched the march.</p><p>Some participants trampled flags of the U.S. and Israel. Others chanted “Death to America” and “Death to Israel.”</p><p>“I am here to tell (U.S. President Donald) Trump that we Iranians have no fear about his threats against our homeland,” said Marzieh Afaghi, 24, who attended the rally with her toddler and husband. “No one in history could invade Iran and remain there.”</p><p>The rally was also a chance for Iran to show off military hardware. Anti-aircraft batteries were on display, while female Guard members in black headscarves sat with truck-mounted machine guns.</p><p>Iran says it attacked another tanker in the Strait of Hormuz</p><p>The Guard displayed drones that have been used against ships in the Strait of Hormuz, where Iran's attacks and threats have severely affected the Gulf region’s shipments of oil and natural gas to the rest of the world.</p><p>Iran said it had attacked a Togo-flagged oil tanker, the Trend, for what it called an “illegal attempt” to pass through the Strait of Hormuz, the state broadcaster reported. The U.K. Maritime Trade Operations center said a tanker was hit by a projectile, sparking a fire on board that was extinguished.</p><p>The UKMTO in a separate update said ship transits facilitated by the U.S. military off Oman have averaged 24 a day over the past week but overall traffic remains about 90% lower than before the war.</p><p>Iran's new volunteers could help suppress future dissent</p><p>Friday's events also suggested that hard-liners like Taeb among Iran's leadership will be more prepared to suppress any future demonstration against the theocracy.</p><p>In January, shortly before the war, Iran saw some of its largest nationwide protests in history, which began over the struggling economy and turned to wider grievances. Activists have said a crackdown killed over 7,000 people and saw tens of thousands detained.</p><p>In May, government officials said more than 30 million people in Iran — which has a total population of some 90 million — had volunteered via an online form or at public gatherings to lay down their lives for the theocracy. The Associated Press could not independently confirm that.</p><p>___</p><p>Karimi reported from Tehran, Iran, and Anna from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RXXBICZZG5YYT473P5AYYFZE34.jpg?auth=f5265ae7b8875b26c167f2624e105c50c6c687306326aef9f5c51c34e6d1dec3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women affiliated with Iran's Revolutionary Guard carry rifles as they stand during the state-organized "Janfada," or "Sacrifice for Iran," military-style parade in Tehran, Iran, Friday, Sept. 18, 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/7RL6BJPAZOH7DIY2JHUEX4U3BY.jpg?auth=9f518beccbad7cddb56569920e0930505e6f9d39418d5ccd1a88832f6e4a44b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A member of Iran's Revolutionary Guard salutes while riding on a float displaying drones during the state-organized "Janfada," or "Sacrifice for Iran," military-style parade in Tehran, Iran, Friday, Sept. 18, 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/PWZT22B7WJSZXL46IXDBKTY7IE.jpg?auth=3b962005001724e1aa4f6a69a25417bee497084a588efb1e2a8143a4118abae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man holding an Iranian flag peers through an opening in a curtain during the state-organized “Janfada,” or “Sacrifice for Iran,” military-style parade in Tehran, Iran, Friday, Sept. 18, 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/X2CZEDYTXLCDG7BFCSCIESIW5Y.jpg?auth=4f84734294d5f3dd87f51e00d2d31c40f0f11a894cf95cc686a60ed328f545ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An armed Shiite cleric rides aboard a military vehicle past a billboard depicting Ayatollah Ruhollah Khomeini, founder of the Islamic Republic, during the state-organized "Janfada," or "Sacrifice for Iran," military-style parade in Tehran, Iran, Friday, Sept. 18, 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/TENFFRCXI6MSGBBE7N36WADD6E.jpg?auth=c45a5f884a460bb20cfa19a223f92555ce77df541d4de72e71ef1ff465c798d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian President Masoud Pezeshkian, center left, and other officials watch as a woman waves an Iranian flag during the state-organized "Janfada," or "Sacrifice for Iran," military-style parade in Tehran, Iran, Friday, Sept. 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[A truck driver built a model of NYC with over 800,000 structures for fun. Now it's a museum exhibit]]></title><link>https://www.local10.com/entertainment/2026/09/18/a-truck-driver-built-a-model-of-nyc-with-over-800000-structures-for-fun-now-its-a-museum-exhibit/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/18/a-truck-driver-built-a-model-of-nyc-with-over-800000-structures-for-fun-now-its-a-museum-exhibit/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — For more than two decades, truck driver Joe Macken spent his free time building a massive scale model of his native New York City out of balsa wood and foam board.]]></description><pubDate>Fri, 18 Sep 2026 11:14:34 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — For more than two decades, truck driver Joe Macken spent his free time building a massive scale model of his native New York City out of balsa wood and foam board.</p><p>When he finished, his daughter convinced him to show off the sprawling basement creation — encompassing over 800,000 structures — on TikTok. The video clips almost immediately went viral.</p><p>Now Macken’s model is on display at the Museum of the City of New York, which reached out to him after seeing his TikTok videos gain more than 10 million views in one week. “He Built This City,” as the exhibit is called, opened in February along Manhattan's museum row near Central Park. It runs through Oct. 12.</p><p>“I never really thought about finishing it because I had so much fun building it,” he said on a recent visit to the exhibit.</p><p>The museum's chief curator, Elisabeth Sherman, said the model is a rare piece that appeals to both social media followers and traditional museum goers.</p><p>“I think people always want to get their arms around this whole city, this city that is impossible to know, impossible to grasp, and this is a way to see it from a bird’s-eye view,” she said. “We rarely have anything these days that reaches everyone in that way. We love that kind of energy it brings.”</p><p>Macken dreamed of building the model as a child</p><p>All five boroughs and parts of New Jersey and suburban Long Island are laid out in street-level detail across more than 300 large foam boards, interconnected like puzzle pieces. The entire model is 50 feet long (15 meters) and nearly 30 feet (9 meters) wide, with each inch on the model representing about 160 feet (49 meters).</p><p>The more than 800,000 structures are mostly made out of light balsa wood, from Manhattan’s towering skyscrapers to the humble single-family homes in Queens and landmarks such as the Statue of Liberty, Yankee Stadium and the Brooklyn Bridge.</p><p>Macken says the inspiration for the model goes back to an elementary school trip to the Queens Museum to see the Panorama of the City of New York, the famed scale model built for the 1964-1965 World’s Fair, complete with an overhead, helicopter-style gondola ride.</p><p>But it wasn’t until he was in his 40s that the Queens native actually set out to make it. At the time, Macken and his young family had just moved north, from Long Island to the Albany area in upstate New York.</p><p>“I think, subconsciously, I might have missed New York,” he said.</p><p>Macken took 10 years building Midtown, then kept expanding</p><p>Using basic materials found at hobby shops, Macken started with the Rockefeller Center and its iconic main tower, “30 Rock.”</p><p>From there, he built out Midtown Manhattan, a process that took about a decade. The Empire State Building and its ornate Art Deco spire proved to be the most challenging part.</p><p>“I wanted to make it perfect,” Macken said. “People are gonna be looking at it.”</p><p>Macken has no background in model building, architecture or design. He jokes that the closest experience he had was building Legos and Lincoln Logs as a kid. But as he worked, Macken became faster and more efficient.</p><p>“I wish I would have done it 20 years earlier, knowing that I would have enjoyed it so much,” he said. “I can build one of the buildings in my sleep right now where it took me hours when I first started.”</p><p>The model consumed much of Macken's free time</p><p>Macken says nearly all his free time was spent on the model. He’d bring his materials on family trips to the New Jersey shore in the summer and during lulls driving a bus on weekends.</p><p>“It was just something that I couldn’t stop doing,” he said.</p><p>As the model neared completion, it became all-consuming, Macken said.</p><p>“Before bed, I’d be so tired sometimes, and I wind up being there for four hours, falling asleep at the table,” he said. “It got bad. It was an obsession. It still is.”</p><p>The model isn’t an exact snapshot of the modern metropolis. Out in miniature Queens, Macken recreated his favorite childhood diner, not the modern high rise that now stands there. He also kept the old Kosciuszko Bridge that connects Brooklyn and Queens, even though it was demolished in 2017 and replaced by a new span.</p><p>And in lower Manhattan, the old twin towers of the World Trade Center still stand sentry in Macken’s miniature Gotham, albeit alongside One World Trade Center and the other gleaming skyscrapers constructed after the 2001 terror attacks.</p><p>“I kept a lot of my own parts of the city,” Macken said. “Just for me.”</p><p>Visitors flock to museum for Macken's model</p><p>On a recent weekday morning, a steady stream of visitors ambled into the first floor gallery. They strode up to the edge of the raised platform, seeking out a familiar landmark or an old neighborhood.</p><p>Some took up the pairs of binoculars provided for better viewing, while most simply squinted and pointed into the distance.</p><p>Jonathan Skolnik positioned himself at the corner of the model nearest lower Manhattan and began tracing his family’s history across the five boroughs as his son, Tosha, listened intently.</p><p>Jonathan pointed out his father’s first address in America, on Manhattan's Lower East Side, near the foot of the Williamsburg Bridge. The neighborhood where he was born in Queens. The cemetery where many family members were buried.</p><p>“I’m trying to do it all from memory,” the Washington, D.C. area resident said. “I don’t have it all exact.”</p><p>After a lifetime toiling away in anonymity, Macken hopes to display the model elsewhere when the museum exhibit ends on Columbus Day.</p><p>In the meantime, he’s looking forward to adding more than 50 new buildings and expanding the model into New Jersey and Long Island.</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FGJYUW6KYJBLIBWFGPGHRTIEIU.jpg?auth=12c4825c667f96dce69a27e0988bff9bc4065438e6befc4ff19302426a1d6827&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lower Manhattan, featuring both the One World Trade and the Twin Towers, is seen on a large model of the New York City, made by Joe Macken, at the Museum of the City of New York in New York, Monday, Sept. 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6SZDHXU5YJ4RGAIBIEXEZAE6R4.jpg?auth=1e89079418499cb5d21549f76c3eb331ec245f4b9bd34af183709abaa6174256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken with a smartphone=, truck driver Joe Macken poses in front of his scale model of New York City, Monday, Aug. 31, 2026, in New York. (AP Photo/Philip Marcelo)]]></media:description><media:credit role="author" scheme="urn:ebu">Philip Marcelo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HNSXRMAJZEJEVLXAAZF434ZUA4.jpg?auth=c9dda547cf4d1d2f20606dea7aba8a77b0031180d3309ac85a610c483055b72f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Statue of Liberty is seen on a large model of the New York City, made by Joe Macken, at the Museum of the City of New York in New York, Monday, Sept. 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UDK43ZTWNFZDWQARCKPYSJ6EQE.jpg?auth=a08208bac39a5c352398f0de201ab82e0097052edd26d77ce8b79bb1a9684cfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Central Park and the tall buildings of midtown Manhattan are seen on a large model of the New York City, made by Joe Macken, at the Museum of the City of New York in New York, Monday, Sept. 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVAOF2FF3LJJKDTF4UZ6F2EVLY.jpg?auth=ca0874c74696777ebe83e524ea5e3bfcb5794d082fc0a643a5a3af308266cd54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor to the Museum of the City of New York looks over a model of New York City made by Joe Macken in New York, Monday, Sept. 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[They're not playing our song! North Korean anthem played at South Korean field hockey match]]></title><link>https://www.local10.com/sports/2026/09/18/theyre-not-playing-our-song-north-korean-anthem-played-at-south-korean-field-hockey-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/theyre-not-playing-our-song-north-korean-anthem-played-at-south-korean-field-hockey-match/</guid><dc:creator><![CDATA[By STEPHEN WADE, Associated Press]]></dc:creator><description><![CDATA[NAGOYA, Japan (AP) — South Korean field hockey players were perplexed Friday when the national anthem of North Korea was played — instead of their own — before a men’s field hockey match against Bangladesh at the Asian Games.]]></description><pubDate>Fri, 18 Sep 2026 08:12:49 +0000</pubDate><content:encoded><![CDATA[<p>NAGOYA, Japan (AP) — South Korean field hockey players were perplexed Friday when the national anthem of North Korea was played — instead of their own — before a men’s field hockey match against Bangladesh at the Asian Games.</p><p>South Korean players looked on, unsure of how to respond. Many South Korean players stood at attention, some ran their hands through their hair, and some left their right hand over their heart as the music played.</p><p>Organizers quickly corrected the problem and played the correct anthem.</p><p>South Korea won the match 5-0. The Asian Games open officially on Saturday.</p><p>South Korea's Yonhap news agency called the situation an “awkward mishap.”</p><p>“Standing with their hands over their hearts in front of the unfurled South Korean flag, the South Korean players could not hide their bewilderment,” Yonhap reported.</p><p>“Belatedly realizing the mistake, the organizing committee played Bangladesh's national anthem first before playing South Korea's," Yonhap added. “However, pressed for time ahead of the scheduled match start, the referee instructed players to exchange greetings while the South Korean anthem was still playing, forcing South Korean athletes to start the match without being able to sing the anthem.”</p><p>Some matches at the Asian Games have been played before the official opening to accommodate a crowded schedule which features more than 11,000 athletes, more than the Summer Olympics.</p><p>___</p><p>See full AP coverage of Asian sports here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7EVNURZH3LEJV6NLXVO24744RM.jpg?auth=d7bedb91da7d2617b6869b6654361583935cdab1af01d6f4022e7498d2b7fa76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A North Korean offical wears their national flag during a ceremony for the Asian Games at the athletes village in Nagoya, Japan, Friday, Sept. 18, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content></item><item><title><![CDATA[Officials defend using temporary containers, cruise ship as lodging at Asian Games]]></title><link>https://www.local10.com/sports/2026/09/18/officials-defend-using-temporary-containers-cruise-ship-as-lodging-at-asian-games/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/officials-defend-using-temporary-containers-cruise-ship-as-lodging-at-asian-games/</guid><dc:creator><![CDATA[By STEPHEN WADE, Associated Press]]></dc:creator><description><![CDATA[NAGOYA, Japan (AP) — The Olympic Council of Asia is attempting to quell complaints about lodging for athletes and officials at the Asian Games, which includes the use of converted wooden containers.]]></description><pubDate>Fri, 18 Sep 2026 06:45:36 +0000</pubDate><content:encoded><![CDATA[<p>NAGOYA, Japan (AP) — The Olympic Council of Asia is attempting to quell complaints about lodging for athletes and officials at the Asian Games, which includes the use of converted wooden containers.</p><p>The OCA said Friday that all “17,000-plus athletes and officials” that registered by the entry deadline in July have been provided “games-appropriate accommodation.”</p><p>The games open officially on Saturday and run through Oct. 4 in and around the central city of Nagoya, and feature at least 11,000 athletes, more than the Summer Olympics. They showcase 43 sports and 45 countries and regions.</p><p>Japanese officials decided against building a dedicated athletes villages and opted for accommodations on a cruise ship, in hotel rooms and in temporary wood containers.</p><p>Several countries have complained openly about the lodging, some basketball players have said the beds are too short, and hundreds of athletes had to be evacuated last week after heavy rainfall in the region.</p><p>“We don’t want to leave a white elephant after the games here," Tayyab Ikram, deputy chairman of the Olympic Council of Asia athletes commission, said Friday at a news conference. “So it was not easy discussions, but it was also not a compromise, because then we find a very unique kind of alternatives.”</p><p>Cost saving is a major issue in Japan, which spent an estimated $13 billion to organize the 2020 Tokyo Olympics, which were delayed a year by the pandemic. A government audit office suggested the real costs were probably twice that high.</p><p>The Italian cruise ship “Costa Serena” is docked at a port in Nagoya and will lodge up to 5,000 athletes and officials. Many athletes will be rotated in and out as events end and new events begin.</p><p>Cruise ships have been used before a large international sports events.</p><p>Part of the problem seemed to arise after the July deadline when late entries surfaced. In addition, new sports like Teqball, mixed martial arts and padel were added.</p><p>“It’s very easy, you can insist on the athletes village,” said Husain Al Musallam, the director general of the Olympic Council of Asia. “And then you build the athletes village, you spend such amount of money, and then we need to see what’s going to happen after the games.”</p><p>___</p><p>SNTV video journalist Raj Mohan contributed to this story.</p><p>___</p><p>See full AP coverage of Asian sports here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WPJV55Y2YJJLEA7G765DA4DLJI.jpg?auth=330093b93bcbed4809bdb7a8294bf19e9429d1eff99233131e3ed34f489837ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Officials stand outside the athletes accommodation huts at the Athletes Village ahead of the Asian Games Nagoya, Japan, Friday, Sept. 18, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CHT3ZUPUIQV6WTR2236LAGLT3I.jpg?auth=4cc4ff4be511e18e3900c03a8ae6b8ad4e9c948e22e533c051294527f7f5752d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Officials walk past athletes accommodation huts at the Athletes Village ahead of the Asian Games Nagoya, Japan, Friday, Sept. 18, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJJCZF6PJMMUBQWBJ7BUS2OPNA.jpg?auth=de7a503d5019bed8ecd931bdc34464a4a5a6c39d366460d02518d69d9e9f8eaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women in traditional Japanese kimonos walk near the athletes village at the Asian Games in Nagoya, Japan, Friday, Sept. 18, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAHBGDH4W4BLMNIIPLHNP37HSM.jpg?auth=0358e130b767347fce1be4b8e4606711cc14f830ce3f67a88beef3c8c45fbf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Officials rehearse ahead of a flag raising ceremony at the athletes village ahead of the Asian Games in Nagoya, Japan, Friday, Sept. 18, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content></item><item><title><![CDATA[Iran claims it struck an oil tanker in the Strait of Hormuz, and other Mideast developments]]></title><link>https://www.local10.com/news/world/2026/09/18/iran-claims-it-struck-an-oil-tanker-in-the-strait-of-hormuz-and-other-mideast-developments/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/iran-claims-it-struck-an-oil-tanker-in-the-strait-of-hormuz-and-other-mideast-developments/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran says it struck an oil tanker trying to transit the Strait of Hormuz, while hundreds of thousands of people rallied in Tehran in the largest show of support for the government since the United States and Israel launched attacks in February.]]></description><pubDate>Fri, 18 Sep 2026 17:48:13 +0000</pubDate><content:encoded><![CDATA[<p>Iran says it struck an oil tanker trying to transit the Strait of Hormuz, while hundreds of thousands of people rallied in Tehran in the largest show of support for the government since the United States and Israel launched attacks in February.</p><p>Meanwhile, South Korea says it is considering expanding a naval operation in the Gulf of Aden to protect its ships and oil-shipping routes, but it will not send troops to intervene in the Iran war.</p><p>Here is the latest news from the Middle East on Friday. Full coverage is available here.</p><p>Iran says it struck an oil tanker in the Strait of Hormuz</p><p>Iran said it struck the Togo-flagged oil tanker Trend over what it described as an “illegal attempt” to pass through the Strait of Hormuz on Thursday night, according to the state broadcaster, which cited the Revolutionary Guard Corps.</p><p>The Associated Press could not immediately confirm the report.</p><p>The Guard's navy warned that vessels attempting to pass through the strait without authorization would face “destruction,” the broadcaster said. Tehran has asserted control over much of the waterway since the U.S. and Israel launched the war on Feb. 28.</p><p>Separately, the United Kingdom Maritime Trade Operations, which alerts about attacks or military operations, said another tanker was struck Wednesday by an “unknown projectile” while transiting out of the strait, with the crew reported safe. No other details were available.</p><p>Tehran rally vows support for Iran</p><p>Hundreds of thousands of Iranians filled the streets of Tehran in the biggest rally since the war began in February, pledging to take up arms as “Janfaday-e Iran,” or those “who sacrifice their lives for Iran.”</p><p>Iran’s government has sought to rally the people and stress national unity, even as the economy worsens under a U.S. naval blockade of Iranian ports and new U.S. sanctions meant to increase Tehran’s economic pain.</p><p>Some participants trampled flags of the U.S. and Israel. Others chanted “Death to America” and “Death to Israel.”</p><p>Houthi supporters turn out in Yemen</p><p>Hundreds of people rallied in northern areas of Yemen in support of the Houthis and to protest Saudi Arabia’s accusation that the rebels targeted Islam’s holiest site, Mecca.</p><p>Houthi-controlled Al-Masirah TV showed protesters carrying pictures of the Kaaba, a landmark in Mecca, along with Yemeni, Iranian, Lebanese and Palestinian flags. A speaker reiterated the Houthis’ opposition to Saudi Arabia, which supports Yemen's internationally recognized government.</p><p>The Saudis said they intercepted a Houthi drone targeting Mecca earlier this week. The Houthi leadership has denied responsibility.</p><p>The Iran-backed Houthis are fighting Saudi-backed Yemeni forces, and the conflict recently has fueled mass displacement of more than 100,000 people.</p><p>Shipping continues after Houthis take islands</p><p>Container ships and oil tankers continued to transit the Bab el-Mandeb Strait after the Houthis said they are only targeting Saudi-linked vessels. But a dip in traffic has been reported over the last week after a lightning advance by Houthis on islands in the waterway.</p><p>About 26-35 vessels per day have transited this week, down from the 35-40 daily average of the prior eight weeks, according to Dimitris Ampatzidis, Maritime Risk & Compliance Manager at Kpler.</p><p>Many shipping companies abandoned the route after Houthi attacks on Israeli-linked vessels began in 2023, though vessels from Russia and China appear to have no trouble.</p><p>“Traffic remains severely impaired and increasingly selective,” said Mohamed Kotb with United Insurance Brokers in London.</p><p>South Korea says it might expand a naval unit in the region</p><p>South Korean President Lee Jae Myung said his government is considering expanding the operations of a naval unit deployed in the Gulf of Aden off the coasts of Yemen and Somalia to protect his country’s vessels and oil shipping routes.</p><p>But he stressed that South Korea would not take action that would draw it into the U.S.-Iran conflict, pushing back against recent pressure from the Trump administration. South Korea has deployed the anti-piracy Cheonghae Unit for years.</p><p>The growing threat from Houthis in Yemen to shipping in the region has alarmed countries and markets, even though the rebels have said they are only targeting the assets of neighboring Saudi Arabia, the world's top oil exporter.</p><p>“There will be no troop deployment that involves or intervenes in the war,” Lee said.</p><p>Lebanese and Israeli soldiers have a tense exchange</p><p>In Lebanon, the state-run National News Agency said the Israeli army threw stun grenades where Lebanese army forces were stationed at the entrance to the town of Deir Mimas.</p><p>The Israeli military said in a statement that the Lebanese army had entered what Israel refers to as the “security zone," an area the Israeli army occupied during its latest war with Hezbollah, and established roadblocks "without prior coordination.”</p><p>A Lebanese security official said the soldiers wanted to escort villagers to their olive orchards and the area was not part of a security zone. He said Lebanese soldiers eventually withdrew. He spoke on condition of anonymity because he was not authorized to comment publicly.</p><p>In June, Lebanon and Israel reached an agreement under which Israeli forces would gradually withdraw from occupied areas in southern Lebanon and allow the Lebanese army to take control, in exchange for disarmament of Hezbollah. There has been little progress in implementing the deal.</p><p>— By Abby Sewell</p><p>___</p><p>This piece will be updated throughout the day as new developments emerge.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6XODFEAWG2ZJGRVVPGQWRJCRV4.jpg?auth=6bf82166282984c367e4f2ce172e3ad571443fcbd21c4b242182ee9054c09821&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters stage a rally against the possible deployment of South Korean troops to the Strait of Hormuz and a U.S. demand for the deployment, near the U.S. Embassy in Seoul, South Korea, Thursday, Sept. 17, 2026. The banners read ''Oppose troop deployment.'' (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCIYSMGXRUNSC2PMMQUQGINRJI.jpg?auth=7c2dba929c9a10942700a537f2195894c1516b144ed8e423cffdb18f571af532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Armed personnel affiliated with Iran's Revolutionary Guard take part in the state-organized "Janfada," or "Sacrifice for Iran," military exercise in Tehran, Iran, Friday, Sept. 18, 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/5D4J2ZO2OIJ6HKAKHF3OQZNVXA.jpg?auth=061655e33800bf0f81992063a370336cc5cabafadf57e23f580c54427ec6a5a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian civil defense crews carry a body from the rubble of a collapsed building that housed displaced Palestinians and was heavily damaged during the Israel-Hamas war, in Gaza City, Wednesday, Sept. 16, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Russia begins 3 days of voting in a parliamentary election set to cement the Kremlin's power]]></title><link>https://www.local10.com/news/world/2026/09/18/russians-begin-3-days-of-voting-in-a-parliamentary-election-set-to-cement-the-kremlins-power/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/russians-begin-3-days-of-voting-in-a-parliamentary-election-set-to-cement-the-kremlins-power/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Russians on Friday began three days of voting in the country’s first wartime parliamentary election, which features virtually no opposition and is all but certain to secure the Kremlin’s political dominance.]]></description><pubDate>Fri, 18 Sep 2026 14:16:30 +0000</pubDate><content:encoded><![CDATA[<p>Russians on Friday began three days of voting in the country’s first wartime parliamentary election, which features virtually no opposition and is all but certain to secure the Kremlin’s political dominance.</p><p>Authorities spread the election over the weekend, ending Sunday, in a bid to boost turnout among the 111 million eligible voters, and they even allowed electronic balloting.</p><p>The Kremlin wants the parliamentary election — the first since the start of the full-scale invasion of Ukraine in 2022 — to underline public support for the war and give a veneer of legitimacy to its action. It has sought to avoid any political risks by stamping out even the slightest sign of dissent.</p><p>“Your choice and resolve will once again demonstrate that millions of people stand behind our fighters, that we are a united people, bound by shared values, historical memory, and love for the Motherland,” President Vladimir Putin told the nation before the vote.</p><p>Russian state news agencies reported that Putin voted online Friday and released a video of him in front of a computer screen.</p><p>The main Kremlin party, United Russia, is all but assured to retain its overwhelming control of the lower house, the State Duma. Several smaller parties of the “systemic opposition” that vote in sync with the government on all key issues also are expected to retain their presence.</p><p>Voters cast two separate ballots, filling half of the Duma’s 450 seats by selecting political parties listed on the ballot. The rest are contested in single-seat constituencies, with voters choosing individual candidates.</p><p>Some Russians hope for a different future</p><p>Russians interviewed by The Associated Press expressed different expectations from the election.</p><p>Dmitry Kirillin in Moscow said earlier this week that he would like “to see some changes. To see a different party” at the helm. But Muscovite Alexander Vertukhin believed “what United Russia and the communists are doing is quite sufficient; their platforms cover everything.”</p><p>Speaking at a Moscow polling station Friday, pensioner Galina Vavilova said she thought ending the war in Ukraine “is the main thing, of course.”</p><p>“That is the most important thing right now. Everyone wants peace, that’s what it comes down to. So that our guys are safe and sound,” she said.</p><p>Another pensioner, Lyudmila Kalinina, wished for life “to stabilize for the better” and for “an end to the big divide between the ultra-rich and the extremely poor, because, after all, many people don't live a very sweet life.”</p><p>Vladimir Chubarev, a 72-year-old professor, expressed hope “for all the important initiatives our government is undertaking to succeed,” adding: “And, of course, for victory.”</p><p>Russia has silenced anti-war voices</p><p>The liberal Yabloko party, the only registered political entity that dared to criticize the war, was removed from the ballot last month by Russia’s Supreme Court, and only has a few dozen candidates in the single-constituency races. Additionally, some anti-war politicians have been imprisoned or forced to flee abroad ahead of the campaign.</p><p>The election follows a summer of Ukraine’s long-range drone strikes on oil refineries that triggered a widespread fuel crisis. Warehouses belonging to online retailers Wildberries and Ozon also were attacked. The damage has exacerbated problems for the Russian economy and brought the war home for millions.</p><p>In Russia's Black Sea resort of Sochi, polling stations were briefly closed because of a threat of a drone attack, local officials said. One polling station in the Krasnodar region had to be set up in a different venue after a drone shattered windows there, said Central Election Commission head Ella Pamfilova.</p><p>For the first time, the parliamentary election includes residents of four Ukrainian regions that Moscow illegally annexed after the war began, but still doesn't fully control. Voting also is taking place in Crimea, the Black Sea peninsula that was illegally annexed by Russia in 2014.</p><p>Voters dropped their ballots in a box at one polling station in the Russian-held part of the Donetsk region of eastern Ukraine as an armed Russian soldier stood nearby and watched.</p><p>In the Russian-held Luhansk region, 14 polling stations were using backup power sources after Ukrainian drones damaged electrical lines, Pamfilova said.</p><p>Separately, Russian officials said Ukrainian attacks earlier this week killed a polling station chief and wounded another in the Russian-controlled Zaporizhzhia region. There was no immediate comment from Ukraine on the accusation.</p><p>Authorities in Kyiv denounced the voting in the Russian-held areas as illegal and urged foreign governments and international organizations not to recognize the election, warning Ukrainians that taking part in organizing the balloting could carry criminal liability.</p><p>European Commission spokesperson Christian Wigand also called the voting in Russian-held regions “illegal” and said the European Union condemns it.</p><p>“These so-called elections represent yet another blatant violation of international law. The European Union does not, and will never recognize either the holding of these, so-called elections, sham elections, in the temporarily occupied territories of Ukraine or their results," he said.</p><p>Wigand said the way the elections are held “underscores the continued and deepening erosion of democracy in Russia," and that the Kremlin “deprives voters in Russia of a genuine choice about the future of their country.”</p><p>He also noted that Russia decided not to invite observers from the Organization for Security and Cooperation in Europe, disregarding its commitments. He vowed the EU will continue to support Russian civil society organizations, human rights groups and independent media.</p><p>——</p><p>Lorne Cook in Brussels contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6Y22G32S4VXDDDPP725GJPVCJU.jpg?auth=d1642ae1911646330abfcb833c7a1e0c7a6cf47e48bbc64f002b676154f0b9dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters use an electronic voting system in the parliamentary election in Moscow, Friday, Sept. 18, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UEOFH5H5DWHWW4GA37K5E3D4SQ.jpg?auth=ab83d064f76388286ab085c13257573bbe4e48b517efb2613f43f5eaab46fd5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin votes online in the parliamentary election, at the Kremlin in Moscow, Friday, Sept. 18, 2026. (Vyacheslav Prokofyev/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Vyacheslav Prokofyev</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ATVDTWW5DS352T6WTKFXIFIWTY.jpg?auth=0d0c0a3cd9b72c863fa784c19cbe60b697f8ab46bd8dad643c5b53754a41cdc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters cast ballots at a polling station during Russia's parliamentary election, in the Russian-controlled part of the Donetsk region, Ukraine, Friday, Sept. 18, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/FLIQWAKE4GGJGQJCCFQGNSQUKU.jpg?auth=83558f1e1a8a3004777aa43eb24b33669492f4122ca4344658881b6f9f0824cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters leave voting booths during the parliamentary election in St. Petersburg, Russia, Friday, Sept. 18, 2026, with an image of Soviet novelist Valentin Pikul on the wall. (AP Photo/Dmitri Lovetsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KH4SZRFU36ZXJ3RIJZBSYKIRZU.jpg?auth=c1b4494ed1b32b7b34481616d0cd261da2ec4bc706077c0b1fe71a92dbc2558d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter holds her ballot prior to voting in the parliamentary election in Vladivostok, Russia, Friday, Sept. 18, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Fatal building collapse highlights dangers plaguing Gaza nearly a year after ceasefire]]></title><link>https://www.local10.com/news/world/2026/09/18/fatal-building-collapse-highlights-dangers-plaguing-gaza-nearly-a-year-after-ceasefire/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/fatal-building-collapse-highlights-dangers-plaguing-gaza-nearly-a-year-after-ceasefire/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and SAM METZ, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — The deadly collapse of a multistory building in Gaza has drawn new attention to the hardships facing Palestinians there nearly a year after a ceasefire between Israel and Hamas promised to kickstart reconstruction.]]></description><pubDate>Fri, 18 Sep 2026 10:32:10 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — The deadly collapse of a multistory building in Gaza has drawn new attention to the hardships facing Palestinians there nearly a year after a ceasefire between Israel and Hamas promised to kickstart reconstruction.</p><p>But as talks faltered, plans for rebuilding stalled. Israel bars entry of almost all construction materials, making even repairs difficult. Many residents have since moved back into some of the hundreds of thousands of homes damaged by the war despite the risk of weakened foundations and unstable walls suddenly giving way.</p><p>The Gaza Health Ministry said 21 people were killed in the collapse in Gaza City on Wednesday. The roof of another building in Gaza City caved in on Friday after a brief period of rain, the local civil defense force said, lightly injuring four children.</p><p>Um Mohammad Adas, whose relatives were among those killed on Wednesday, said the fallen building had become a shelter of last resort.</p><p>“Now, they are lying in the street homeless and with absolutely nothing,” she said of her family members who survived the collapse. “Even the clothes they are wearing were borrowed.”</p><p>Families living in similar structures said they couldn’t afford any other shelter.</p><p>“We don’t have money to go somewhere else,” Ahmad Arafat said on a street full of rubble near his home. “And we can’t afford to buy tents like other people.”</p><p>Others who have moved back into debris-filled buildings with sloping floors and cracked ceilings in Gaza City said they don't have options.</p><p>“What forces people to live in these places is that there is no shelter other than this shelter. I mean, there are no tents, no basic necessities,” Alam Zakout said outside the damaged building where he and his family live. “Come on, you tell me, where am I supposed to go? I have nothing other than this house.”</p><p>The collapse this week wasn't the first involving unsafe dwellings in Gaza, but the high death toll underscored the dangers in a territory where the vast majority of the population lacks adequate shelter.</p><p>The U.N. Office for the Coordination of Humanitarian Affairs said that during the first week of September there were collapses at five shelters, a category that can include standalone homes or units in larger buildings.</p><p>More than 2,000 additional buildings were at risk of collapse, the Palestinian Ministry of Public Works said in a statement Wednesday.</p><p>Dangers in Gaza persist without reconstruction</p><p>Israel has said it will not permit any rebuilding in Gaza until Hamas disarms, leaving more than 1 million people to live in unsafe displacement sites, according to a joint damage assessment released in April by the World Bank and United Nations. Many are crowded into sprawling tent camps lacking basic sanitation.</p><p>The assessment said 76% of residential units had been damaged or destroyed, calling the loss of the enclave's housing stock “catastrophic.”</p><p>“People are choosing to stay in dangerous buildings because the idea of living in a tent is worse, and there are very few tent supplies available if they want to leave those buildings,” said Shaina Low, a Norwegian Refugee Council spokesperson. “No tent supplies are getting into Gaza. People are willing to risk it because there isn’t a suitable alternative.”</p><p>The council is among the aid groups that have long warned about Gaza's shelter crisis. Nearly three years of war have damaged more than 320,000 homes, affecting 1.7 million of the territory’s 2.1 million people, according to a report published last month.</p><p>The council's surveys found 72% are staying in buildings that have sustained some damage. In one Gaza City neighborhood sampled, 22% of buildings were at risk of imminent collapse.</p><p>The buildings can be dangerous at any time, but engineers and humanitarian groups warn they are especially at risk of collapse during bouts of bad weather, when rain can flood through cracked concrete and exposed rebar, further weakening already damaged structures. The report found 71% of those surveyed had experienced flooding since the start of the previous winter, both in tents and buildings.</p><p>Aid groups say more shelter materials needed</p><p>The Norwegian Refugee Council and other aid groups recently reiterated calls for Israel to allow more shelter and reconstruction materials into Gaza, noting Israel had twice rejected the entry of timber and emergency shelter kits in late August and early September for security reasons.</p><p>They have called for timber, emergency shelter kits, excavators and other equipment needed to clear dangerous debris. Israel has long restricted the entry of materials it considers “dual use,” saying they could be commandeered and used by militants.</p><p>COGAT, the Israeli military body overseeing aid distribution in Gaza, said in a statement that it “regularly facilitates and encourages the entry of shelter supplies into the Gaza Strip in coordination with international organizations.”</p><p>“At the same time, there is a genuine security concern that Hamas may use some of the components intended for the construction of shelters to strengthen its capabilities and rebuild its terrorist infrastructure,” COGAT said.</p><p>The war was sparked after the Hamas-led attack on Oct. 7, 2023, in which militants killed about 1,200 people and took 251 people hostage. An October 2025 ceasefire reduced the intensity of the fighting, but Israel has continued to carry out strikes, killing at least 1,375 people since the agreement went into effect, according to local health officials.</p><p>The nearly three-year Israel-Hamas war has killed more than 73,821 Palestinians, according to Gaza’s Health Ministry. The ministry, part of the 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 the toll.</p><p>___</p><p>Metz reported from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWVKE4HELPD6RPFNJZM4EDBSN4.jpg?auth=a05150f7e68d8b8a2101686303e0b116739ceff0b5dad622e865fdc354dcce0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced Palestinians shelter inside a building heavily damaged during the Israel-Hamas war in Gaza City, Thursday, Sept. 17, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYJ5MWZB62DN565QIJLLLCSWHU.jpg?auth=24ef210a5dbce733d780f09fecd958ac25cd55334888d6cc4f12f7a65053a9fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced Palestinians shelter inside a building heavily damaged during the Israel-Hamas war in Gaza City, Thursday, Sept. 17, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WQVDEIAJGOE6JQ7DLR2EAVMJTM.jpg?auth=11d4ff4faea0205dd381ce70202ca54046530efb8727d11a7a5067d3dc38e19c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tents sheltering displaced Palestinians and a market surround a building heavily damaged during the Israel-Hamas war in Gaza City, Thursday, Sept. 17, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[A new stage for '¡GOOOOL!': Andrés Cantor’s next move is to Netflix for Women's World Cup]]></title><link>https://www.local10.com/sports/2026/09/18/a-new-stage-for-gooool-andres-cantors-next-move-is-to-netflix-for-womens-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/a-new-stage-for-gooool-andres-cantors-next-move-is-to-netflix-for-womens-world-cup/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[Andrés Cantor and his iconic “¡GOOOOL!” call will be part of Netflix’s coverage of next year’s FIFA Women’s World Cup in Brazil.]]></description><pubDate>Fri, 18 Sep 2026 13:42:53 +0000</pubDate><content:encoded><![CDATA[<p>Andrés Cantor and his iconic “¡GOOOOL!” call will be part of Netflix’s coverage of next year’s FIFA Women’s World Cup in Brazil.</p><p>The streaming giant has added Cantor to its broadcast team for its Spanish and English broadcasts in the United States and Canada.</p><p>“I’ve been doing the most high-profile games for the last 40 years, so I want to keep on doing them,” Cantor said in an interview with The Associated Press. “Streaming is where everyone is consuming not only sports nowadays, but pretty much everything. This is a new chapter for me. It’s a new challenge, and I know that this will be one of my finest going forward.”</p><p>Cantor had been with Telemundo since 2000 after 13 years with Univision. Netflix gained the rights to the 2027 and 2031 Women’s World Cups in December 2024. It marked the first time that FIFA unbundled the men’s and women’s World Cup broadcast rights. Fox carried the previous three Women’s World Cups in English while Telemundo had the Spanish-language broadcasts.</p><p>“I took a gamble when I moved (in 2000). Univision was the powerhouse of Hispanic television. They had all the rights, and I moved to Telemundo because I wanted the challenge of building something nice in the world of Hispanic TV," Cantor said. “And certainly after 27 years with them, I can say that we obviously had a great run and the challenge was met with all the expectations that I have.”</p><p>Cantor has called 14 World Cups, which includes four Women’s World Cups. He called the first one in 1991 and the last three. The 63-year-old Cantor, who was born in Buenos Aires, Argentina, considers Carli Lloyd’s goal from midfield in the United States’ 5-2 win over Japan in the 2015 final in Vancouver one of his top three goal calls.</p><p>The recent Men’s World Cup produced even more dramatic moments that Cantor called, from Argentina’s dramatic wins over Egypt and England to Spain’s victory in the final.</p><p>“I’ve been following the U.S. game for many years, and I got very excited about what I had seen prior to the Belgium match. That was a very high note, and so were the Argentina games,” he said. “My style is to broadcast every game like it were my last and with lots of passion. And obviously when you have passion with some internal feelings, even though I need to be detached emotionally, but I’m not going to lie to anybody that we all wanted the U.S. to do well in the last World Cup.”</p><p>The Women’s World Cup will take place June 24-July 25. The 32-team tournament will begin and end at the Estádio do Maracanã in Rio de Janeiro.</p><p>Cantor also will cover the final draw for the tournament on Dec. 11. The breakdown of how many games he will call in English and Spanish is still being determined.</p><p>Cantor had doubts about an expanded field before the 2023 tournament in Australia and New Zealand, but those were quickly allayed by the quality of the matches.</p><p>“I think the world is catching up to the superpowers. The women’s game is much more competitive than it was, let’s say, 15 years ago, to say the least. And the fact that it’s being played in Brazil, and with the enormous strides that their women’s national team has made and such a soccer-crazy country, I think that it is going to be terrific.”</p><p>Netflix will announce more announcers and studio analysts as the tournament approaches.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M6RYF4I7FUY365EZKDVIVLPZYU.jpg?auth=b8dca3da6c39902fd24d9b90d7ba09f1925eab173c2cdf4a8d08b7c9ff4f9701&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Host Andrés Cantor speaks during the match schedule reveal for the 2026 soccer World Cup in Washington, Saturday, Dec. 6, 2025. (AP Photo/Chris Carlson,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[Macklin Celebrini and the Sharks enter contender stage after long rebuild]]></title><link>https://www.local10.com/sports/2026/09/18/macklin-celebrini-and-the-sharks-enter-contender-stage-after-long-rebuild/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/macklin-celebrini-and-the-sharks-enter-contender-stage-after-long-rebuild/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SAN JOSE, Calif. (AP) — Macklin Celebrini and the San Jose Sharks are entering a new phase after a tear down and rebuild led to seven straight seasons without a playoff berth.]]></description><pubDate>Fri, 18 Sep 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>SAN JOSE, Calif. (AP) — Macklin Celebrini and the San Jose Sharks are entering a new phase after a tear down and rebuild led to seven straight seasons without a playoff berth.</p><p>With one of the game's top young stars leading the way, the anticipation for this season is high and Celebrini sees it almost everywhere he goes around the Bay Area from taking batting practice before a recent San Francisco Giants game to his day-to-day life.</p><p>“It’s pretty cool walking around, talking to people, people coming up to us on the street just saying how excited they are about the season,” Celebrini said Thursday on the first day of training camp. “We didn’t really get that the last couple of years, so it’s cool to see the excitement from the fans.”</p><p>It comes with good reason. The 20-year-old Celebrini is coming off one of the best seasons ever for a player so young, ranking fourth in the league in scoring, starring in the Olympics and then signing a five-year, $94 million extension this summer.</p><p>Celebrini is the leader of a young core in San Jose that fought its way into playoff contention last spring before falling four points short and now knows that making the postseason for the first time since 2019 is the standard this season.</p><p>He welcomes the scrutiny.</p><p>“You’d rather have expectations and want to win and kind of be fighting for it every night instead of looking to the next couple years,” Celebrini said. “That’s where the focus has shifted for our group this year and kind of taking the steps necessary to make the playoffs and have that experience.”</p><p>General manager Mike Grier reinforced the roster this summer, adding veteran defensemen Darnell Nurse, Jacob Trouba and Michael Kesserling, along with forward Mason Marchment to give a young roster some playoff-tested grit.</p><p>The group of youngsters is led by Celebrini, housemate Will Smith, forwards Michael Misa and Igor Chernyshov, and defenseman Sam Dickinson. San Jose also added three first-round picks in June, including Swedish winger Ivar Stenberg, who might be able to step right in and contribute on the top six.</p><p>“Obviously, playing against San Jose the last couple of years, you see the skill, you see the care, you see the team growing,” said Nurse, who made the Stanley Cup Finals with Edmonton in 2024 and '25. “Now it’s time to take a step. As a group, now we’re not going to surprise anyone. Every night we’re going to get everyone’s best. When teams are playing you like that, you have to bring your best each and every night.”</p><p>The keys for the Sharks to get over the hump this year begin with the start of the season after San Jose went winless in the first nine games two years ago and six games last year.</p><p>The Sharks also want to become stronger defensively after allowing the third most goals last season and improve a power-play unit that finished in the middle of the pack.</p><p>“There’s definitely a consistent theme with the guys that were brought in here,” said Trouba, who has played 85 career playoff games with Winnipeg, the New York Rangers and Anaheim. “We want to play a hard game, be hard to play against. I remember back when I started my career, it was not very fun to play against the Sharks. ... I think that’s the identity in the team that we want to get back to."</p><p>Trouba played against San Jose early in his career when San Jose was a consistent contender in the Western Conference and the Shark Tank was one of the toughest buildings for visiting teams.</p><p>That energy started to come back last season when the Sharks had the biggest percentage increase in home attendance thanks in part to 22 sellouts.</p><p>“When the Sharks are good, this building is one of the best to play in in the league,” said Marchment, who grew up going to games at the Shark Tank when his late father, Bryan, spent six seasons in San Jose. “I just hope that we can put out there what the fans want and we can get this building rocking again.”</p><p>The Sharks began a two-week sprint on Thursday to the season opener when they will host star-studded Florida on Oct. 1. They gave coach Ryan Warsofsky an extension on Thursday with the belief that he can lead them back to the playoffs.</p><p>“This time of year there’s always optimism,” Grier said. “It's just nice to see every year that we’ve kind of created a little bit more competition and the group’s improved each year. This is probably our most talented group but we still have to go out there and play the games.”</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIXNDBVZTLSEAF2KIMRQYGEMZU.jpg?auth=cae264781d9f63725e6ff71732fa844c71ed49c2156775407ffe474e99980113&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Jose Sharks head coach Ryan Warsofsky looks on during the third period of an NHL hockey game against the Buffalo Sabres on March 19, 2026, in San Jose, Calif. (AP Photo/Thien-An Truong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thien-An Truong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BT6KHLYORNA5LH7DLIYTWOLBBU.jpg?auth=4ec249bf8e2107cc786271d24a4b182350b92edbab8b3cec67e7a46fc9a9a6f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants manager Tony Vitello, left, talks with San Jose Sharks NHL hockey players Will Smith, center, and Macklin Celebrini, right, during batting practice before a baseball game between the Giants and the Arizona Diamondbacks in San Francisco, Friday, Aug. 28, 2026. (AP Photo/Tony Avelar)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Avelar</media:credit></media:content></item><item><title><![CDATA[Nuevo informe de derechos humanos revela detalles de masacre en Haití y culpa a la policía]]></title><link>https://www.local10.com/espanol/2026/09/18/nuevo-informe-de-derechos-humanos-revela-detalles-y-culpa-a-la-policia-por-masacre-en-haiti/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/18/nuevo-informe-de-derechos-humanos-revela-detalles-y-culpa-a-la-policia-por-masacre-en-haiti/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN (AP) — Un grupo de derechos humanos en Haití reveló nuevos detalles sobre una de las mayores masacres del país en los últimos años y puso al descubierto fallas de seguridad, al tiempo que las autoridades pasan apuros para contener a las violentas pandillas.]]></description><pubDate>Fri, 18 Sep 2026 04:50:20 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN (AP) — Un grupo de derechos humanos en Haití reveló nuevos detalles sobre una de las mayores masacres del país en los últimos años y puso al descubierto fallas de seguridad, al tiempo que las autoridades pasan apuros para contener a las violentas pandillas.</p><p>La Red Nacional de Defensa de los Derechos Humanos señaló que su informe está respaldado por entrevistas con jueces, funcionarios policiales, civiles armados, el exjefe de una comisaría y más de 100 víctimas y sus familiares.</p><p>El informe ofrece el relato más completo de los ataques que las pandillas lanzaron recientemente contra la antes pacífica comunidad agrícola de Kenscoff, cerca de Puerto Príncipe, en los cuales al menos 164 personas fueron asesinadas, más de 70 secuestradas y decenas desaparecieron.</p><p>Reforzar la seguridad podría haber limitado las muertes</p><p>En su informe, publicado el miércoles, el grupo de derechos humanos sostuvo que un “refuerzo oportuno” de la seguridad podría haber evitado o limitado los asesinatos.</p><p>“El hecho de que no se haya respondido es aún más preocupante, dado que la información disponible indicaba la existencia de una amenaza grave e inminente para la población”, indicó.</p><p>Un portavoz de la Policía Nacional de Haití no respondió de momento a una solicitud de comentarios.</p><p>El grupo de derechos humanos señaló que Kenscoff siguió siendo vulnerable después de un ataque en enero de 2025, el cual dejó al menos 139 personas muertas o desaparecidas: “Se habían puesto de relieve graves fallas institucionales que contribuyeron a la perpetración de esta masacre. No sorprende que la seguridad nunca se restableciera realmente en la ciudad”.</p><p>Señaló que los soldados y las unidades especiales de policía asignados a Kenscoff tras el ataque de 2025 fueron retirados posteriormente “por razones que siguen siendo completamente desconocidas”.</p><p>Se recortó el personal de seguridad</p><p>En general, la seguridad en la zona se redujo un 60%, según el informe.</p><p>Las pandillas atacaron Kenscoff de nuevo en julio, y luego se replegaron, pero a finales de agosto lanzaron un ataque aún mayor. Una semana antes de que comenzara la masacre, se retiró un vehículo blindado debido a falta de personal, “dejando una nueva puerta para bandidos terroristas armados y debilitando aún más la ciudad”, concluyó el informe.</p><p>Las solicitudes del exjefe de la comisaría de Kenscoff para contar con dos camiones blindados adicionales fueron ignoradas antes del ataque, añadió.</p><p>Días antes de la masacre, el grupo indicó que “terroristas armados” utilizaron drones de vigilancia para rastrear movimientos y posiciones de las fuerzas del orden. Desplegaron exploradores en la zona, y luego se infiltraron y comenzaron a vigilar las carreteras, “identificando a individuos que probablemente representaran una amenaza para ellos”.</p><p>El grupo de derechos humanos indicó que funcionarios del gobierno les comentaron que no escucharon planes sobre el ataque, pero sí notaron la presencia de drones sobre la ciudad horas antes de que comenzara.</p><p>Uso de troncos para bloquear carreteras</p><p>Otra señal de advertencia: se usaron troncos para bloquear carreteras horas antes de la masacre.</p><p>Una de las primeras víctimas fue un hombre de 21 años, al que le ordenaron cargar piedras para bloquear una carretera antes de que le dispararan en la cabeza, señaló el informe.</p><p>Entre los muertos había casi dos docenas de personas de entre 65 y 90 años; 36 mujeres y siete niños, incluido uno de 4 años. Había agricultores, dos pastores y un director escolar que fue decapitado.</p><p>A un hombre que trabajaba en la comisaría de Kenscoff le fueron arrancados los ojos y cercenados los brazos, según el informe.</p><p>Integrantes de las pandillas mataron a personas que se refugiaban en una escuela y una iglesia, utilizando los cuerpos como barricadas mientras la policía y civiles los enfrentaban durante horas.</p><p>El informe indicó que hombres armados realizaron varios ataques antes de entrar en Kenscoff para atraer a la policía y debilitar sus defensas.</p><p>El grupo de derechos humanos identificó a las víctimas y la forma en que murieron, al tiempo que pidió al gobierno que brinde ayuda financiera, médica y psicológica a los sobrevivientes y a sus familias.</p><p>El informe critica la pasividad policial</p><p>Entre enero y agosto de este año, las operaciones de seguridad habían logrado reducir la violencia en Kenscoff en un 66% antes del ataque, según la organización sin fines de lucro Armed Conflict Location & Event Data.</p><p>Pero el informe criticó lo que calificó como pasividad policial y el “desdeñoso desinterés” de altos mandos policiales por proteger Kenscoff. También cuestionó por qué una nueva fuerza de represión de pandillas respaldada por la ONU “sigue siendo apenas perceptible sobre el terreno, y su contribución a las operaciones de seguridad sigue siendo difícil de identificar”.</p><p>Un portavoz de dicha fuerza no respondió de momento a una solicitud de comentarios el jueves por la noche.</p><p>La fuerza indicó a finales de agosto que estaba relevando a la policía haitiana en ciertas zonas para liberar unidades y así reforzar la seguridad en Kenscoff.</p><p>El grupo de derechos humanos señaló que a mediados de septiembre se lanzó otro ataque armado en la localidad.</p><p>El alcalde de Kenscoff emitió un comunicado el martes en el que advirtió que los drones siguen sobrevolando su comunidad y que se están publicando en internet videos y mensajes inquietantes como amenazas.</p><p>“La convergencia de estas diversas señales no debe trivializarse ni ignorarse bajo ninguna circunstancia”, escribió. “Después de más de 20 meses de sufrimiento, desplazamiento, pérdida de vidas y trauma causados por la violencia de pandillas armadas, el pueblo de Kenscoff no puede ser sometido a nuevas tragedias que podrían haberse evitado”.</p><p>___</p><p>El reportero de The Associated Press Evens Sanon en Puerto Príncipe contribuyó a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G7BPCAI6MMQYYB6LXRBILNEPWA.jpg?auth=58c6cb835ccc273e388bcda0ac63a009056a1b631307798d69aab9aa461a6710&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas se reúnen junto a los cuerpos de quienes, según dijeron, eran sus familiares y fueron asesinados en un ataque de pandillas en el barrio de Kenscoff, el lunes 24 de agosto de 2026, en Puerto Príncipe, Haití. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Malaysia's king allows former leader Najib to serve rest of his graft sentence under house arrest]]></title><link>https://www.local10.com/news/world/2026/09/18/malaysias-king-allows-former-leader-najib-to-serve-rest-of-his-graft-sentence-under-house-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/malaysias-king-allows-former-leader-najib-to-serve-rest-of-his-graft-sentence-under-house-arrest/</guid><dc:creator><![CDATA[By EILEEN NG, Associated Press]]></dc:creator><description><![CDATA[KUALA LUMPUR, Malaysia (AP) — Malaysia’s king on Friday granted former Prime Minister Najib Razak a rare royal clemency, allowing him to serve the remainder of his prison term for graft under house arrest.]]></description><pubDate>Fri, 18 Sep 2026 08:51:43 +0000</pubDate><content:encoded><![CDATA[<p>KUALA LUMPUR, Malaysia (AP) — Malaysia’s king on Friday granted former Prime Minister Najib Razak a rare royal clemency, allowing him to serve the remainder of his prison term for graft under house arrest.</p><p>The decision came at a suddenly convened Pardons Board meeting, a week after the board deferred Najib’s latest clemency application. It marked an unprecedented use of house arrest as a form of royal clemency in Malaysia and could renew debate over the rule of law and the treatment of Malaysia’s most prominent corruption convict.</p><p>Najib, 73, has been imprisoned since August 2022, when Malaysia’s top court upheld his conviction in a case linked to the multi-billion dollar looting of the state investment fund 1Malaysia Development Berhad.</p><p>Najib set up the 1MDB development fund shortly after he took office in 2009. Investigators say at least $4.5 billion was stolen from the fund and laundered by Najib’s associates through layers of bank accounts in the U.S. and other countries. The funds were allegedly used to finance Hollywood films and extravagant purchases that included hotels, a luxury yacht, art and jewelry.</p><p>He was originally sentenced to 12 years in prison and fined 210 million ringgit ($51.5 million) in 2020 for abuse of power, criminal breach of trust and money laundering involving 42 million ringgit ($10.3 million) channeled into his bank accounts from SRC International, a former unit of 1MDB. In January 2024, the Pardons Board chaired by the then-king halved his sentence to six years and reduced his fine to 50 million ringgit.</p><p>A government statement said Friday that Sultan Ibrahim Iskandar granted a “conditional pardon” for Najib. He will be allowed to serve the remainder of his prison term under house arrest until Aug. 23, 2028, if he pays the 50 million ringgit fine ($12 million) imposed by the court, it said.</p><p>The prime minister defends the royal clemency</p><p>Prime Minister Anwar Ibrahim said the constitution provides for the king's absolute powers and urged the public to accept the decision. He said it wouldn't weaken the government's fight against graft and abuse of power.</p><p>“I want to stress that the principle of the rule of law remains intact. Our commitment to taking action against all cases of corruption is not affected, and this does not mean the country should bow to practices of embezzlement and corruption,” he said.</p><p>Former Economy Minister Rafizi Ramli, who now heads an opposition party, urged the government to explain the full conditions of Najib’s house arrest to address the intense public disappointment over the deep wounds of the 1MDB scandal.</p><p>The Home Ministry hasn't released details of Najib's house arrest, and whether it would apply to a separate sentence for graft.</p><p>Najib's fall triggered a national scandal</p><p>In December 2025, Najib was found guilty of abuse of power and money laundering related to over $700 million channeled into his bank accounts from 1MDB, in his main trial tied to the fund. He was sentenced to another 15 years in prison and fined 11.4 billion ringgit ($2.8 billion), which is to take effect after his existing sentence ends. He is appealing that conviction.</p><p>A national outrage over the 1MDB scandal led to the historic 2018 election defeat of the party that had governed Malaysia since independence from Britain in 1957.</p><p>Despite his conviction, Najib still holds clout in his party, the United Malays National Organization, which is now part of Anwar's unity government that took power after the 2022 elections.</p><p>House arrest had been discussed as part of broader criminal-justice reforms in Malaysia. In 2024, the government said proposed legislation allowing home detention in certain circumstances was aimed at reducing prison overcrowding and recidivism, not designed specifically for Najib.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/52XF5NL5Z6WF243HDXLRQKSU54.jpg?auth=ccdb4330d802550aa52bd87ebc8d6692d3e6803f520f4680c6f0a45a619f6cf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Malaysian Prime Minister Najib Razak arrives at the Kuala Lumpur High Court complex escorted by prison officers in Kuala Lumpur, Malaysia, on April 4, 2024. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[Trump refers to Black man from racially offensive 1988 campaign ad while stumping in North Carolina]]></title><link>https://www.local10.com/news/politics/2026/09/18/trump-refers-to-black-man-from-racially-offensive-1988-campaign-ad-while-stumping-in-north-carolina/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/trump-refers-to-black-man-from-racially-offensive-1988-campaign-ad-while-stumping-in-north-carolina/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[As President Donald Trump tries to convince voters that Democrats have let crime run amok, he’s digging into the country’s political past to cite one of the most controversial campaign advertisements that relied heavily on racist tropes.]]></description><pubDate>Fri, 18 Sep 2026 16:40:51 +0000</pubDate><content:encoded><![CDATA[<p>As President Donald Trump tries to convince voters that Democrats have let crime run amok, he’s digging into the country’s political past to cite one of the most controversial campaign advertisements that relied heavily on racist tropes.</p><p>During a campaign stop Wednesday in Gastonia, North Carolina, to stump for Republican U.S. Senate candidate Michael Whatley, Trump resurrected a 1988 George H.W. Bush presidential campaign ad featuring Willie Horton, a Black man convicted of rape and assault after his release through a Massachusetts prison furlough program.</p><p>A grainy black-and-white prison photo of Horton was used in the ad targeting then-Massachusetts Gov. Michael Dukakis, who was ahead of Bush in the polls. On Wednesday, Trump evoked the Horton ad in an effort to convince voters Democratic former Gov. Roy Cooper, Whatley's opponent in the Senate race, is soft on crime.</p><p>“Willie Horton was a bad guy, really bad guy,” Trump said, before comparing Dukakis's release of Horton to the pretrial release of a Black man who faces a murder charge for last year's killing of a white Ukrainian refugee in Charlotte, North Carolina.</p><p>But Cooper was not the governor when the man was released or when he was later charged with killing the refugee.</p><p>“Same thing as this, same as, same exact thing,” the president told the crowd in Gastonia.</p><p>It’s the second time Trump has invoked Willie Horton while campaigning for his party. Last month during a speech in Las Vegas, Trump called the Charlotte killing a “Willie Horton — modern day” tragedy.</p><p>“After the Willie Horton ad dropped, Bush established a lead in the polls and never looked back,” said Andra Gillespie, a political scientist at Emory University outside Atlanta. “They showed the picture, and you ascribed race onto it. It wasn’t sufficiently condemned as racism.”</p><p>A spokeswoman for the Republican National Committee, which organized the Gastonia campaign rally, defended Trump's reference to Horton.</p><p>“Roy Cooper emptied prisons and released thousands of violent monsters onto North Carolina streets,” RNC National Press Secretary Natalie Baldassarre said in a statement to The Associated Press. “The results had deadly consequences, and every Democrat who supports abolishing or defunding the police, paroling criminals, and implementing lax bail policies will have to answer for their dangerous records in November.”</p><p>Trump paints North Carolina as a ‘dangerous state’</p><p>Wednesday’s rally cited the Aug. 22, 2025, killing of white 23-year-old Iryna Zarutska on a commuter train in Charlotte.</p><p>Decarlos Brown Jr., who is Black, faces murder and other charges in Zarutska’s stabbing, which was captured on video. Court records showed that at the time of the attack, Brown had 14 prior cases in Mecklenburg County, including serving five years for robbery with a dangerous weapon. Doctors had diagnosed him with schizophrenia.</p><p>Republicans and other influential voices in Trump’s Make America Great Again movement claimed the attack showed how Democratic elected leaders in large cities across the U.S. failed to protect residents, while some conservative commentators suggested Democrats were ignoring an unfounded “black-on-white” crime problem.</p><p>“He should have been locked up for many, many years,” Trump said Wednesday of Brown.</p><p>“Nobody used to think of North Carolina as a dangerous state, criminally dangerous,” Trump added while blaming Cooper. “It was apple pie, right? Now, it’s one of the most violent, one of the worst in the whole nation.”</p><p>According to 2024 FBI crime data, North Carolina ranked 19th for statewide violent-crime rates in a 50-state comparison.</p><p>During the Gastonia rally, a mosaic of mug shots was displayed on a large screen for the crowd. Trump claimed Cooper had cut a deal with “radical activists” to release “some of the worst criminals in the nation into North Carolina.”</p><p>“He released these people. This is just a small group of them,” the president said, pointing to the mug shots that overwhelmingly featured Black people.</p><p>Although it is unclear under what circumstances the people in the mug shots were released, state corrections officials have said Brown was not released early from prison or under Cooper’s COVID-era prisoner-release settlement that Trump referenced.</p><p>Before fatally stabbing Zarutska, according to court records, Brown had been on a pretrial release over a misdemeanor offense that was ordered by a magistrate after Cooper left office.</p><p>‘Tapping into anger’</p><p>Republicans are under pressure to win over swayable voters as the November midterms approach with Democrats pushing to gain control of the House, the Senate, or both. Some political strategists say part of the ploy of adding Horton to the North Carolina Senate campaign is to rile up Trump's base.</p><p>“He’s tapping into the anger to remind Republican voters of what he thinks their first principles are in hopes that will be successful for Republican candidates,” Gillespie said.</p><p>“He’s doing this to try and divert attention away from criticism of how he’s governing at the moment,” she added. “Democrats want to make the story of this election Trump’s low approval numbers, the war in Iran, inflation, being preoccupied with things that don’t make a whole lot of sense when there are really serious things going on in the country.”</p><p>Dewey Clayton, professor emeritus of political science at the University of Louisville, said Trump and other Republicans may be thinking that what worked before in the 2016 and 2024 elections presumably will work again in this year's midterms.</p><p>“It was very effective,” Clayton said. “You do not necessarily have to look at it as racial, in and of itself, although (race) clearly becomes a component. In 2026, talking about ads going back in the 1980s? I'm sure he had consultants that were basically saying this is tried and true.”</p><p>The GOP may need the push in November, Gillespie warns. “I think the motivation by going back to these old strategies is there is real concern about Republican enthusiasm and you might see lower Republican turnout,” she said.</p><p>Rhetoric attempts to divert voters' attention from rising costs</p><p>The tactic speaks to desperation by Trump and the Whatley campaign, according to Morgan Jackson, a partner with Nexus Strategies in Raleigh.</p><p>“Trump brings up Willie Horton to stoke racial division, something he's used for the last 10 years,” said Jackson, who is chief strategist for Cooper's campaign. “It is very clear from the president's speech last night their only goal is to sow division and hate and lies. Michael Whatley doubles down in support of that effort.”</p><p>Jackson also said Trump and Whatley are trying to change the election's message of “rising inflation and the cost of everything.”</p><p>“They want to use inflammatory rhetoric, hate speech and lies to sow division in a chance to win an election,” he said. “By referencing Willie Horton, they are showing their hand very clearly.”</p><p>The AP sent an email Thursday seeking comment from Whatley's Senate campaign.</p><p>___</p><p>Williams reported from Detroit. AP videojournalist Erik Verduzco in Gastonia, North Carolina, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4SJLZNBEE7RRJC5FTS4GG46Z54.jpg?auth=b2a55f0e0b39819980a464bd9a9a20ed84dc140a6730ce8c54394727fb48f2aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A image is seen on a screen as President Donald Trump speaks during a rally at Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTNHVJ7KPBPNLK47JO7I277QQA.jpg?auth=02496c6d37e945791f3e21b30a6628faf1a5787bd888c77ddb220b3cc9d1af42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a campaign rally at the Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YWN53O6QAQGLCI45OZ3VPL2QI.jpg?auth=b4d66826ba7d8d49cef872b321eb051e40105f578cdf7687e4a5f9059bf3991a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump greets North Carolina Republican U.S. Senate candidate Michael Whatley during a rally at Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CR56MLSQ6HWYJYCZALBS7YVEOA.jpg?auth=f8c5f7d405d80cd243cf620fc0319eb7aa7370e86e3a474fd7c559cd011258f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at a rally at Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXFLKIJETIPL6LYAP63E4UVAVU.jpg?auth=0fba2673198b7e4ea1d0539b7c6034c918bffab6aa99e027d551ff75cd351975&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Whatley, North Carolina senatorial candidate, right, and President Donald Trump speak during a campaign rally at the Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content></item><item><title><![CDATA[Early voting begins in US midterm elections that could flip control of Congress]]></title><link>https://www.local10.com/news/politics/2026/09/18/early-voting-begins-in-us-midterm-elections-that-could-flip-control-of-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/18/early-voting-begins-in-us-midterm-elections-that-could-flip-control-of-congress/</guid><dc:creator><![CDATA[By ALI SWENSON, SARAH RANKIN and SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[HENRICO, Va. (AP) — In-person voting for this year’s midterm elections began Friday, ushering in the final six weeks for Americans to decide which party they trust to lead Congress through a cost-of-living crisis, a prolonged war in Iran and other pressing issues.]]></description><pubDate>Fri, 18 Sep 2026 17:08:23 +0000</pubDate><content:encoded><![CDATA[<p>HENRICO, Va. (AP) — In-person voting for this year’s midterm elections began Friday, ushering in the final six weeks for Americans to decide which party they trust to lead Congress through a cost-of-living crisis, a prolonged war in Iran and other pressing issues.</p><p>Election administrators say they are prepared and confident the vote will be accurate and secure. Nevertheless, President Donald Trump has continued efforts to denigrate certain voting methods and reshape how elections are run, through court challenges, a federal hunt for noncitizen voters and a pressure campaign to force election officials to share sensitive voter data.</p><p>Friday was the start of early voting in Virginia. Voters in a few other states, including Minnesota and South Dakota, can cast absentee ballots in person, typically at a local election office or voting center. More expansive early voting is scheduled to begin in those and other states in the coming weeks.</p><p>At a voting location in Fairfax, Virginia, 18-year-old college student Sanya Singhal was among the first to vote early in person Friday morning, arriving well before the site opened to get in line.</p><p>“Why not just have a little fun in life, you know, try to be the first early voter?” she asked. “I really want to participate in my democracy.”</p><p>At a voting location in suburban Richmond, a poll worker rang a bell as the building opened and about a dozen voters in line began to file in. Stephen Gura was excited to be the first.</p><p>“This election is critical. We need to stop the Trump agenda,” said Gura, who added that he voted for U.S. Sen. Mark Warner, a Democrat, and Shannon Taylor, the Democratic nominee against Republican incumbent Rob Wittman in the 1st Congressional District.</p><p>The Nov. 3 election includes votes for governor and state legislature in most states and will determine whether Republicans maintain control of the U.S. House and Senate. If Democrats retake Congress, it will alter the trajectory of the final two years of Trump’s term, most likely leading to investigations and other oversight efforts.</p><p>Votes underway after redistricting and Trump's bid to control how elections are run</p><p>At the suburban Richmond voting center, a steady stream of voters flowed in and out. William Curry, a 74-year-old retiree who described himself as a libertarian-leaning independent conservative, voted for Warner’s Republican challenger, Bert Mizusawa, and Wittman. Curry said he generally approves of the job Trump has done, apart from the war with Iran.</p><p>“He’s in a mess he can’t get rid of,” Curry said of the conflict.</p><p>On a rainy day in Sioux Falls, South Dakota, Bill Goehring, 67, said he voted early at the county office because he will be traveling later. He voted for a mix of Democrats and independents, and said Trump’s “dictatorial tendencies are bad for America.”</p><p>John Thomas, a conservative retired police officer at the Sioux Falls office, said his biggest concerns were public safety and election integrity. He said he doesn't want to see votes in federal elections from immigrants living in the country illegally. Such fraudulent voting has been found to be extremely rare.</p><p>Trump’s immigration agenda is “spot on,” the 77-year-old said.</p><p>“We wouldn’t be a country that much longer if it had stayed the same for another four years,” he said.</p><p>The start of early voting comes at a time of deep angst and division among many Americans about issues including rising gas and grocery prices, the war in Iran, the looming risks of artificial intelligence and Trump’s aggressive immigration enforcement campaign.</p><p>It also follows an unprecedented spate of mid-decade redistricting for the House that began when Trump urged the Republican-controlled legislature in Texas to redraw its congressional map to help the party. California and other states followed.</p><p>The changes affect millions of people: Research shows 1 in 10 Americans this fall is a resident of a different congressional district than in 2024.</p><p>Those partisan efforts are expected to continue before the 2028 elections after a landmark ruling this year from the U.S. Supreme Court weakened the federal Voting Rights Act’s protections against racially discriminatory redistricting.</p><p>As the start of early voting approached, Trump was focused on efforts to assert federal control over election administration, even as the Constitution bestows the power to run elections on the states and, in some cases, Congress. The nation's highest court this week rejected Trump's bid to restrict mail ballots, but several of his administration's other efforts to influence the voting process and investigate state voter lists continue.</p><p>Virginia's Democratic attorney general warned Thursday that Trump's administration may have violated the state's laws after a whistleblower accused federal employees of misrepresenting themselves on voter lookup tools to hunt for noncitizen voters.</p><p>Trump for years has raised the specter of widespread noncitizen voting in U.S. elections, and this year is no exception. But research continues to show noncitizen voting is exceptionally rare.</p><p>David Becker, executive director and founder of the Center for Election Innovation and Research, said he wouldn’t be surprised if the Republican president continues “his disinformation campaign and his attack on election officials.” But he said he thinks "the process will hold as it has in past years.”</p><p>At least a few Friday voters were motivated to vote early in part because of Trump's actions.</p><p>In Minneapolis, 47-year-old business processing engineer Dragan Colakovic said he didn't want to wait until Election Day for fear of being stopped by immigration agents. He said Trump's surge of agents to Minnesota in an immigration crackdown earlier this year terrified him. He is a naturalized U.S. citizen who moved from Bosnia in 1997 and saw the horrors of war in the former Yugoslavia.</p><p>“This echoed what I saw in Bosnia,” he said of the heavily armed immigration agents who repeatedly swept through his neighborhood, which has many immigrants.</p><p>“These were my neighbors, my friends,” being arrested, he said.</p><p>Sixty-three-year-old Democratic voter Laura Bland in Virginia's Henrico County said she cast a ballot early to send “a signal that we're still here" despite Trump's efforts to curtail mail voting.</p><p>“Regardless of whether you vote for a Democrat, Republican, people are not going to be stopped or intimidated from participating in our elections,” Bland said, nearly moved to tears.</p><p>Advocates suggest voters cast their ballots early</p><p>Voting rights advocates have encouraged voters this year to cast mail ballots early, in part because of concerns about recent changes in U.S. Postal Service operations that could delay the application of postmarks to ballots.</p><p>Voting early "gives voters options, eases lines on Election Day and can even mean faster results,” said Hannah Fried, co-founder and CEO of the voting rights group All Voting Is Local.</p><p>The top official at the U.S. Postal Service also encouraged voters who cast ballots by mail to get them in a week before they're due.</p><p>“Everything is solved if people vote early,” Postmaster General David Steiner said in an interview.</p><p>In a news briefing Thursday, Minnesota Secretary of State Steve Simon urged people not to be swayed by stories they might have seen or read that cast doubt on election operations. They would be able to vote “just like they always have,” he said.</p><p>“I just want to reaffirm that Minnesota’s elections are fundamentally free, fair, accurate, honest and secure,” he said.</p><p>___</p><p>Swenson reported from New York and Raza from Sioux Falls, S.D. Associated Press writers Mike Catalini in Philadelphia, Tim Sullivan in Minneapolis, and AP video journalist Nathan Ellgren in Fairfax, Va., contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QNWCB3DDTJFVQNUXZ3AAR3MTCI.jpg?auth=f185414d35b744ac198d7742041e6501deee6dd96f086c6f5eca7c01b039e21e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alan Goldfarb, who said he will be out of town for the general election, casts his ballot on the first day of early voting in Minnesota at the Elections & Voter Services building, Friday, Sept. 18, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SSLQERYHQ5RF4JNX3QPIQMCJ64.jpg?auth=bc30bd2031352d88efb01064afdbeb97ab8bc9e4b6586dceb1c2d37f85fb02bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters cast ballots in Henrico County, Virginia, on the first day of in-person voting for this year’s midterm elections, Friday, Sept. 18, 2026. (AP Photo/Sarah Rankin)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Rankin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EJMHYC3VQOZ5BXQJEEGEAB3F5U.jpg?auth=0f6cf4b20f1086aefac21b93cdba30a2ff70565a44e5046580d101eb8064befa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters pick up their ballots on the first day of early voting in Minnesota at the Elections & Voter Services building, Friday, Sept. 18, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J76OBT42QJEXOX7G6FI27SUZXM.jpg?auth=d931b9ac381ee9de227ac2e559d15e77eda0716372fe00ae5e89b8effaf077c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poll workers stand outside despite rainy weather on the first day of early voting in Minnesota at the Elections & Voter Services building, Friday, Sept. 18, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXSJSGVIDNAHHIUAQKZT2DVYGI.jpg?auth=3abdc0f629714ebf49a1d29e6b19299ba64c374565923c593a03d2cf284ae53f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter takes a sticker after casting a ballot on the first day of early voting in Minnesota at the Elections & Voter Services building, Friday, Sept. 18, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Kauai small businesses ask tourists to return after Hurricane Lowell, with aloha and some patience]]></title><link>https://www.local10.com/news/national/2026/09/18/kauai-small-businesses-ask-tourists-to-return-after-hurricane-lowell-with-aloha-and-some-patience/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/18/kauai-small-businesses-ask-tourists-to-return-after-hurricane-lowell-with-aloha-and-some-patience/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description><![CDATA[Watching her staff happily hand out free meals for hundreds of residents outside their Wailua commercial kitchen, food truck co-owner Kelly Kakalia felt fulfilled.]]></description><pubDate>Fri, 18 Sep 2026 10:23:26 +0000</pubDate><content:encoded><![CDATA[<p>Watching her staff happily hand out free meals for hundreds of residents outside their Wailua commercial kitchen, food truck co-owner Kelly Kakalia felt fulfilled.</p><p>It was the day after Hurricane Lowell finished knocking out power, washing out roads and felling trees across Kauai, and Kakalia was focused on her community, not sales. The island where she was born and raised needed time to get back on its feet and put locals first.</p><p>But now The Musubi Truck, Kakalia's family-run business with three locations, has had to lay off half its 50-person staff and shut down one truck. Since the Sept. 7 storm, there is simply not enough demand for their poke bowls, spam musubi and bento boxes.</p><p>Officials and some residents asked in the wake of Lowell for tourists to reconsider plans to visit Kauai, an island that can see over 28,000 visitors on a given day. Tourists might exhaust limited resources and clog roads needed for utility restoration and aid delivery, and some hotels and vacation rentals were badly damaged.</p><p>Kakalia is grateful would-be visitors heeded calls to give the island space to recover, work that continues since the storm. But she and other small business owners across the island worry too long a pause will wreak economic havoc, forcing more layoffs and creating financial gaps too big to recover from.</p><p>“Now that power and water is being restored, we should start to switch the narrative before many of us go out of business,” said Kakalia, 36. “People are canceling their trips in November.”</p><p>When visitors should return is a familiar dilemma on Hawaii, where tourism injected $21.75 billion into the economy last year, according to state data. After disaster, crowds of sometimes less-than-conscientious tourists can be logistical and emotional barriers to recovery. At some point, however, they are key to jump-starting much of the economy.</p><p>That tension was especially pronounced on Maui, after wildfires wiped out the historic town of Lahaina in 2023, killing more than 100 people.</p><p>On Thursday, Kauai County Mayor Derek Kawakami said Kauai is now “welcoming visitors back,” while asking them to respect the ongoing recovery. “Come with patience, spend local, and help us recover,” he said.</p><p>Amid cleanup, revenue dries up</p><p>More than 3,000 Kauai households and businesses still lack power, with some areas still required to conserve water. Affected residents need generators, financial assistance, food, and help removing debris and mucking out property.</p><p>The community has led recovery efforts, donating supplies, setting up relief hubs, distributing gas and generators, and offering up tools and vehicles to move trees and clean up damaged neighborhoods.</p><p>As the work progresses, some businesses feel ready to at least partially open to customers, but foot traffic is slow.</p><p>“It’s scary out there,” said Kristal Scott of Kauai Juice Co., the business she has run for 16 years. “Other businesses are already shutting their doors.”</p><p>Scott’s three juice bar locations and warehouse went dark after Lowell, and one store remains without power. Most of the fresh product spoiled, though Scott held on to her frozen goods by running a freezer off generators filled with pricey fuel.</p><p>All her shops sustained minor damage, but not enough for Scott, 41, to receive a meaningful insurance payout despite paying for business interruption coverage.</p><p>With sales down 85%, Scott had to let go of half of her 45 employees, though she hopes they return when things improve. “I beg them,” she said. “I'm like ‘Please, please, this is temporary.’ ”</p><p>The effects ripple beyond storefronts, spreading to farmers and fishermen who supply the hospitality industry along with the local food supply chain.</p><p>“It’s not just about the money, or me, it’s about all the fishermen we’re supporting and their families and their livelihoods,” said Cadena Ragsdale, owner of Kauai Fresh Fish, a seafood supplier that sources 100% Hawaii-caught fish from local fishermen for hotels and restaurants. “Without us, where are they going to sell fish?”</p><p>Ragsdale's “heart sank” when she saw video of the terrible damage sustained at her largest client, a seaside restaurant on the south shore. Interrupted air cargo prevented her from shipping interisland. She laid off all but one of her eight-person team this week and is selling two vehicles to fill the gaps.</p><p>Even though the experience has been “eye-opening” for some small business owners about how much they rely on tourism, Ragsdale, 41, said the immediate focus is just staying afloat. If an area is closed, she said, “Don't go there.” But, “Please come ... be patient, have respect and aloha.”</p><p>Ways to help while the state awaits support</p><p>Hawaii Gov. Josh Green requested an expedited major federal disaster declaration for Kauai and Maui counties in response to Lowell, the latest in a series of climate disruptions this year including major flooding, Hurricane Lala and Tropical Storm Moke.</p><p>A disaster declaration would unlock the opportunity for low-interest loans from the Small Business Administration, though President Donald Trump has not yet approved the request. The state has made small business grant funding available for earlier disasters.</p><p>Mayor Kawakami said returning tourists should check with their accommodations and activity providers about possible interruptions, and cautioned that some beach parks, as well as communities on the far north shore, remain closed.</p><p>Those who do visit Kauai can help not just by spending locally, Kawakami said, but also by signing up for volunteer opportunities listed on a county website.</p><p>Even those off island can find ways to support, like buying online gift cards from local shops.</p><p>The Musubi Truck already collected money online for its Feed Our Keiki program, which distributes free meals in the community. Now the program serves a double purpose.</p><p>“It helps us feed the kids, but it also supports our business,” Kakalia said, “keeps us cooking.”</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZDQ3MHMWIFCPNYVDJ47CPEKTM.jpg?auth=1cae040b9589aa0cd92931c296e4ec30d12c92e58c3cf2fe39a06f6a1d9e48a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone, People walk past damage caused by Hurricane Lowell on Tuesday, Sept. 8, 2026 in Poʻipū on Kauaʻi's south shore, in Hawaii. (Guy Miller/Honolulu Civil Beat via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Guy Miller</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXGFML3ESIGRSIII6V2YGXLYKI.jpg?auth=999f99b090f3071d44466504971c798f33af12c18942fe304853c8654f8dbe2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Downed power lines caused by Hurricane Lowell are seen across a road Tuesday, Sept. 8, 2026, in Hanapēpē, Kauaʻi, Hawaii. (Kevin Fujii/Honolulu Civil Beat via AP) CORRECTION: Location corrected from in Poʻipū on Kauaʻi's south shore to Hanapēpē.]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Fujii</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DAPXOTOHHCJ2FN2FN4OCZTFRSU.jpg?auth=9ed7e224a21433bbfd195cfc7ef4e07dcc4c88933ec6a3a2649396c4e3e5975a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken by a smartphone, Damage caused by Hurricane Lowell is seen on Tuesday, Sept. 8, 2026 in Poʻipū on Kauaʻi's south shore, in Hawaii. (Guy Miller/Honolulu Civil Beat via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Guy Miller</media:credit></media:content></item><item><title><![CDATA[Josh Allen opens the Bills' new stadium with a 5-TD outing in a 41-31 win over the Lions]]></title><link>https://www.local10.com/sports/2026/09/18/josh-allen-opens-the-bills-new-stadium-with-a-5-td-outing-in-a-41-31-win-over-the-lions/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/18/josh-allen-opens-the-bills-new-stadium-with-a-5-td-outing-in-a-41-31-win-over-the-lions/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[ORCHARD PARK, N.Y. (AP) — Forget the official name of the Buffalo Bills' new stadium. It’s Josh Allen’s house.]]></description><pubDate>Fri, 18 Sep 2026 11:42:57 +0000</pubDate><content:encoded><![CDATA[<p>ORCHARD PARK, N.Y. (AP) — Forget the official name of the Buffalo Bills' new stadium. It’s Josh Allen’s house.</p><p>The quarterback quickly put his stamp on Highmark Stadium by throwing three touchdown passes and running for two more scores in a 41-31 victory over the Detroit Lions on Thursday night in the first regular-season game at the $2.1 billion facility.</p><p>And the only time Allen felt emotional was just before kickoff, during the performances of the U.S. and Canadian national anthems.</p><p>“I caught myself taking it all in an understanding how cool what I get to do. My job is the coolest in the world,” Allen said. “It’s everything I ever wanted, to be the quarterback of an NFL franchise. I’m just very fortunate to have ended up in Buffalo.”</p><p>After rewriting many of Buffalo's scoring and passing records during his first eight seasons across the street at the old Highmark Stadium, the 30-year-old Allen looked at home at the team’s new digs.</p><p>Allen scored the first touchdown at the new stadium on a 1-yard plunge 5:51 minutes in. His second rushing TD, a 2-yard run, was the 83rd of his career tying him for 18th on the NFL list with Jim Taylor. And his sixth career five-TD outing, followed a four-touchdown performance in Buffalo’s season-opening 36-31 win at Houston.</p><p>“Anytime the ball’s in his hands, good things happen. And yeah, love that guy,” said Bills coach Joe Brady, who was so confident in his offense, he elected to take the opening kickoff after winning the coin flip.</p><p>“I wanted us to take the ball in this environment and set the tone,” Brady said. “That was the start that we needed.”</p><p>The Bills scored on each of their first four possessions with Josh Palmer’s 43-yard TD catch, followed by Dawson Knox’s 2-yard reception and Dalton Kincaid’s 16-yarder.</p><p>Allen finished 20 of 31 for 248 yards, and added 69 yards rushing. James Cook had 134 yards rushing and put the game away with a 1-yard TD run with 2:50 left.</p><p>Buffalo’s 41 points were the third-most by a team in its regular-season stadium debut, behind only Dallas, which scored 44 in its first game at Texas Stadium in 1971, and Miami scoring 42 in its first outing at Joe Robbie Stadium in 1987.</p><p>The Lions were undone by an injury depleted defense, and a banged-up offensive line that had difficulty opening holes for Jahmyr Gibbs and protecting Jared Goff.</p><p>“You play an opponent as potent as this, you don’t have the luxury of spitting and sputtering early,” coach Dan Campbell said of Detroit falling behind 21-0 with 11:48 left in the second quarter. “We needed to play. It didn’t have to be spotless, but it certainly needed to be a lot cleaner than that.”</p><p>The Lions’ defense got off to a dreadful start in allowing Bills to score 27 points and gain 299 yards in the first half alone, and 446 overall.</p><p>After rallying to cut Buffalo’s lead to 34-24 on Sam LaPorta's 1-yard TD catch four minutes into the fourth quarter, the Lions offense stalled on their next drive. Backed up at their own 10, the Lions went three-and-out and forced to punt after Goff had two passes tipped by Deone Walker, and Gibbs was stopped for no gain.</p><p>The Bills responded by putting the game away on Cook's TD.</p><p>Goff finished 26 of 38 for 327 yards and four touchdowns, with Amon-Ra St. Brown having nine catches for 142 yards and two scores. Gibbs also scored on an 11-yard catch but was limited to 52 yards rushing. Sam LaPorta also scored on a 1-yard catch.</p><p>“I think we knew what type of game it was going to be, and we dug ourselves in that hole,” Goff said. “Against a team like that with the offense they have, it was really tough to get back int it.”</p><p>St. Brown and Gibbs have now scored in the same game 22 times to move into a tie for fourth place in matching the Cleveland receiver/running back combo of Paul Warfield and Leroy Kelly</p><p>The Lions troubles began on Buffalo’s second drive when two defenders converged on DJ Moore in the flats and allowed Allen to find Palmer wide open deep for a 43-yard touchdowns. On Buffalo’s next drive, a holding penalty against Rock Ya-Sin, negated Skyler Gill-Howard’s interception of a tipped pass.</p><p>Injuries</p><p>Lions: DB Avonte Maddox hurt his right foot during a three-player collision in the end zone in the second quarter and did not return.</p><p>Bills: Starting DL Ed Oliver was ruled out after hurting his hip during pre-game warmups, leaving the Bills with four healthy linemen. ... WR DJ Moore was ruled out after hurting his shoulder and head when Ya-Sin landed on the player attempting to make a catch in the end zone.</p><p>Up next</p><p>Lions: Host the New York Jets on Sept. 27.</p><p>Bills: Host New England on Sept. 27.</p><p>___</p><p>This story has been corrected to show that Buffalo's opening win came at Houston.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VCTFD2D776CQSNUBJOXDEHHGUY.jpg?auth=bdd9f7823a24af3547fd444dc53b2047ed5cb2c3459507dd48d31a2e140a4477&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Bills quarterback Josh Allen (17) celebrates his rushing touchdown against the Detroit Lions during the second half of an NFL football game in Orchard Park, N.Y., Thursday, Sept. 17, 2026. (AP Photo/Jeffrey T. Barnes )]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3CJECWXCF7MUGHNSQ4V24HM2P4.jpg?auth=fd44d872a56158361faa4fa4f9958ceb48dd76aa64a522b423087cad61050dbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lions wide receiver Amon-Ra St. Brown (14) runs after a catch as Buffalo Bills cornerback Davison Igbinosun (21) defends during the second half of an NFL football game in Orchard Park, N.Y., Thursday, Sept. 17, 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/7OJG4UZLKTSD4LIN5WQQDSABBA.jpg?auth=5a438cf6b44b6e5069783a3bc43dac347f33a4f104c6c0297e46038f0cb93539&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barenaked Ladies sing the Canadian national anthem before an NFL football game at Highmark Stadium between the Buffalo Bills and Detroit Lions in Orchard Park, N.Y., Thursday, Sept. 17, 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/HVWLA2TOWJ7JZEQACXIUMEBEW4.jpg?auth=36f66b5f5d33b8666572b03da5e7cbcf86b1d5aab64523b594cc48dd02703937&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Bills running back James Cook (4) celebrates his rushing touchdown against the Detroit Lions during the second half of an NFL football game in Orchard Park, N.Y., Thursday, Sept. 17, 2026. (AP Photo/Jeffrey T. Barnes )]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5PE7NSNPZGPPWZWKJYRYS3CSMY.jpg?auth=cbf0118bed2a17ca4343678cab10bc0381e2e6c1ef36719075282cddffc23044&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lions running back Jahmyr Gibbs (0) runs the ball against the Buffalo Bills during the first half of an NFL football game in Orchard Park, N.Y., Thursday, Sept. 17, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Popular buffet with rodent and roach issues! Midtown restaurant and lounge still has rodent issues ]]></title><link>https://www.local10.com/food/dirty-dining/2026/09/15/popular-buffet-with-rodent-and-roach-issues-midtown-restaurant-and-lounge-still-has-rodent-issues/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/09/15/popular-buffet-with-rodent-and-roach-issues-midtown-restaurant-and-lounge-still-has-rodent-issues/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[This week, three more kitchens were closed after inspectors recently found a host of problems. ]]></description><pubDate>Tue, 15 Sep 2026 14:20:54 +0000</pubDate><content:encoded><![CDATA[<p>This week, three more kitchens were closed after inspectors recently found a host of problems. </p><p><a href="https://www.local10.com/espanol/2026/09/15/cierran-tres-cocinas-en-miami-dade-incluido-un-golden-corral/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/cierran-tres-cocinas-en-miami-dade-incluido-un-golden-corral/"><b>Leer en español</b></a></p><p>Victory restaurant and lounge in Miami’s Midtown area was ordered shut for the second time with inspectors finding a dead rodent and dozens of rodent droppings. </p><p>A well-known name, Golden Corral in Hialeah, was also closed after inspectors found live and dead roaches, rodent droppings and food being held at unsafe temperatures. </p><p>And for the first time on dirty dining, a rehabilitation facility, Club Fellowship in South Miami-Dade was ordered shut after inspectors found rodent droppings, dozens of live roaches and other violations. </p><p>All three will be allowed to reopen following a re-inspection that finds the problems have been corrected and the kitchens meet state standards.</p><p>Below is a list of the specific violations. </p><p><b>**VICTORY RESTAURANT &amp; LOUNGE</b></p><p><b>MIDTOWN MIAMI</b></p><p><b>3252 NE 1ST AVE</b></p><p><b>MIAMI</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 9/14</b></p><p><b>17 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 7/7 (RODENT ISSUE)</b></p><p>“Dead rodent present. Observed a dead rodent at second floor storage next to freezer upstairs.”</p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 25+ droppings at second floor storage near stairs. Observed approximately 10+ droppings at second floor by AC unit pipes. Next to freezer upstairs storage. Repeat Violation.”</p><p>“Dead roaches on premises. Observed one dead roach at storage by stairs.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed can opener soiled at prep table.’</p><p>“Floor soiled/has accumulation of debris. Observed floor under counter soiled by bar area hookah.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed reach in cooler across cook line soiled.”</p><p>“Carbon dioxide/helium tanks not adequately secured. Observed second floor storage by alcohol storage. Repeat Violation.”</p><p>“Employee beverage container on a food preparation table or over/next to clean equipment/utensils. Observed employee drink container stored by dishwasher.”</p><p>“Employee with no hair restraint while engaging in food preparation.”</p><p>“Equipment in poor repair. Observed reach in cooler gaskets torn at drawers by cook line.”</p><p>“Floor area(s) covered with standing water. Observed standing water at floor by bar area. Repeat Violation.”</p><p>“Straws provided for customer self-service not individually wrapped or in an approved dispenser. Observed straws provided for customer self-service not individually wrapped at bar area. Employee stored properly. Repeat Violation.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken container stored over raw lamb container at walk in cooler.”</p><p>“Handwash sink used for purposes other than handwashing. Observed hand sink at hookah bar area used as a dump sink. Repeat Violation.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p>“No measuring device available for measuring utensil surface temperature when using hot water as sanitizer in a dish machine.”</p><p>“Ready-to-eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. Observed cooked white rice stored inside walk in cooler not dated.”</p><p><b>**CLUB FELLOWSHIP</b></p><p><b>(REHABITITATION CENTER)</b></p><p><b>9827 EAST HIBISCUS STREET</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 9/14</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed more than 30 rodent droppings on the floor of the kitchen area, close to the reach in cooler by the kitchen entrance.”</p><p>“Roach activity present as evidenced by live roaches found. Observed approximately 18 live roaches crawling on the kitchen floor under the rubber matt. Observed another 6 live roaches crawling on the floor of the kitchen by the oven.”</p><p>“Dead roaches on premises. Observed 6 dead roaches on the floor of the kitchen area.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed can opener soiled.”</p><p>“Employee wearing jewelry other than a plain ring on their hands/arms while preparing food. Observed employee wearing a watch while engaged in food preparation.”</p><p>“No handwashing sign provided at a hand sink used by food employees. Observed at the kitchen area.”</p><p>“Water draining onto floor surface. Observed the water of the dishwasher machine dumped onto the floor of the kitchen area due to improper sewage disposal.”</p><p>“Non-pitting surface rust on food-contact equipment. Observed a rust shelf by the 3 compartment sink.”</p><p><b>**GOLDEN CORRAL</b></p><p><b>1734 WEST 49TH ST.</b></p><p><b>HIALEAH</b></p><p><b>ORDERED SHUT 9/14</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 6 rodent droppings under hot holding units at buffet.”</p><p>““Roach activity present as evidenced by live roaches found. Observed 2 live roach crawling on hot food dispenser at buffet line. Also observed 2 live roaches crawling under rack by dishwashing area. Observed 2 live roaches at kitchen/preparation area.”</p><p>“Dead roaches on premises. Observed 1 dead roach on dishwasher drain board. Observed 1 dead roach on floor at meat room. Observed approximately 3 dead roaches under equipment at kitchen/ preparation area.</p><p>“Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. Observed approximately 10 dead roaches on device inside hot holding unit at buffet line. Observed approximately 8 dead roaches on device on cold holding unit at buffet line.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed soiled with food debris and grease waffles maker at buffet line.”</p><p>“Accumulation of debris on exterior of ware washing machine.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed soiled with food debris gasket on unit at pizza assembly. Observed soiled with food debris and grease cans rack at kitchen area.”</p><p>“Reach-in cooler interior/shelves have accumulation of soil residues. Observed soiled with food debris shelves at walk in cooler.”</p><p>“Dented/rusted cans present. See stop sale. Observed 2 rusted tomatillo sauce cans and five dented and rusted creamy mushroom sauce cans on rack at kitchen area, operator discarded during inspection.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed hush puppies mix (58F - Cold Holding) in reach in cooler across fryer, as per operator less than 1 hour due preparation, operator moved to walk in cooler for rapid cooling. Also observed Buffet line: potato salad(46F - Cold Holding); chicken salad (45F - Cold Holding); coleslaw (45F - Cold Holding); cut melon (46F - Cold Holding) as per opera less than 2 hours, operator moved to walk in cooler and add ice for rapid cooling.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed baked potatoes (128F - Hot Holding) on standing unit at kitchen area, as per operator less than 1 hour, operator proceed to reheated.”</p>]]></content:encoded></item><item><title><![CDATA[High School Spotlight: True North beats Southridge]]></title><link>https://www.local10.com/sports/local/2026/09/17/high-school-spotlight-true-north-beats-southridge/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/09/17/high-school-spotlight-true-north-beats-southridge/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[High School Spotlight shines on Southridge, where the Spartans hosted True North Academy Thursday evening.]]></description><pubDate>Fri, 18 Sep 2026 03:33:56 +0000</pubDate><content:encoded><![CDATA[<p>High School Spotlight shines on Southridge, where the Spartans hosted True North Academy Thursday evening.</p><p>The Titans, wearing gray and purple, got on the board first when Zachary Katz found Jahmir McCall for a touchdown.</p><p>Later, Katz came back with another big play. He faked the handoff before finding Jaden Daniels, who broke free and took off down the field.</p><p>True North was on its way to its first win, leading 40-13 late in the fourth quarter.</p><p>Earlier Thursday afternoon, HML faced South Miami.</p><p>Miami Lakes trailed 6-0 in the first quarter but was driving. Jahvarie Grant finished the drive with a touchdown to tie the game at six.</p><p>South Miami answered with a long scoring drive of its own, capped by Quantez Smith’s touchdown. The extra point put the Cobras up 14-6.</p><p>South Miami held on for a 34-20 win and improved to 3-2.</p><p>In a neighborhood rivalry between Ely and undefeated Deerfield Beach, neither team could score after a long lightning delay, sending the game into overtime.</p><p>The Bucks came up empty on their possession, and the Tigers took advantage, walking it off on a touchdown pass.</p><p>Ely blanked Deerfield Beach 6-0.</p>]]></content:encoded></item><item><title><![CDATA[Wall Street drifts lower as bond yields rise and oil prices swing]]></title><link>https://www.local10.com/business/2026/09/18/wall-street-drifts-lower-as-bond-yields-rise-and-oil-prices-swing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/18/wall-street-drifts-lower-as-bond-yields-rise-and-oil-prices-swing/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Wall Street is drifting lower toward the finish of an up -and- down week on Friday, and U.S. stock indexes are mixed as bond yields rise and oil prices swing.]]></description><pubDate>Fri, 18 Sep 2026 17:29:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Wall Street is drifting lower toward the finish of an up -and- down week on Friday, and U.S. stock indexes are mixed as bond yields rise and oil prices swing.</p><p>The S&P 500 fell 0.2% in afternoon trading. The Dow Jones Industrial Average was down 216 points, or 0.4%, as of 1:18 p.m. Eastern time, and the Nasdaq composite fell 0.1%.</p><p>The majority of stocks on Wall Street fell, and helping to weaken them was rising pressure from the bond market. The yield on the 10-year Treasury climbed to 5.00% from 4.94% late Thursday after it topped the 5% level early this week for the first time since 2023.</p><p>Higher yields slow the overall economy by making it more expensive for everyone to borrow money, from the U.S. government to people looking to buy houses to businesses wanting to build AI data centers. They also tend to undercut prices for stocks and other investments.</p><p>Yields have been climbing in a long march since the COVID pandemic knocked them nearly to zero in 2020. The ascent has accelerated recently because inflation has remained stubbornly high for years.</p><p>Inflation is well above 3% by several measures. It worsened due to higher oil prices caused by the war with Iran.</p><p>The price for a barrel of Brent crude, the international standard, got to nearly $110 early this week, up from a little over $70 in July. It has been seesawing since.</p><p>It briefly dropped below $102 in overnight trading before erasing much of the loss and pulling back to $103.68, down 1.2% from the day before.</p><p>Rising oil prices have pushed gasoline prices to $4.47 per gallon, up from $3.20 per gallon a year ago, according to AAA. That is tightening the squeeze on household budgets. Diesel prices are at a record $6.45 per gallon and that has a more direct impact on shipping costs for everything from groceries to clothing.</p><p>High inflation has been raising expenses for everyone, and more companies are giving details about how much.</p><p>Steel maker Nucor said late Thursday that it expects to report an increase in profit from its steel mills business in the third quarter from the second because it’s able to charge higher prices. But it’s also having to absorb higher costs. It gave a forecast for overall profit in the third quarter that fell short of analysts’ expectations, and its stock sank 6.4%.</p><p>Elsewhere on Wall Street, Berkshire Hathaway slipped 0.1% after famed investor Warren Buffett said he’s giving up his role as chairman of the company. Buffett already gave up his role as CEO of the company, where he built a reputation for buying stocks at relatively cheap prices and being patient with his investments.</p><p>In stock markets abroad, indexes slumped across Europe, including drops of 1.5% for the CAC 40 in Paris and 1.5% for London’s FTSE 100.</p><p>Asian indexes did better. South Korea’s Kospi jumped 2.7%, and Japan’s Nikkei rose 1.4%.</p><p>The Bank of Japan raised its benchmark interest rate in a widely expected move, up to its highest level in 31 years. It followed the Federal Reserve, which raised its federal funds rate earlier this week for the first time in three years in efforts to rein in high inflation.</p><p>“With consumer spending resilient, the AI buildout continuing, and the labor market solid, the Fed was running out of reasons to stay on the sidelines after more than five years of above-target inflation,” said Angelo Kourkafas, senior global strategist, investment strategy, at Edward Jones.</p><p>The Fed’s move could keep upward pressure on Treasury yields, particularly because officials suggested they may need to hike the federal funds rate again this year. But it also helped strengthen faith that the Fed would do what’s necessary to get inflation back to its 2% target. That’s even if it causes pain for the economy in the short term and upsets President Donald Trump, who has been calling for lower interest rates.</p><p>___</p><p>AP Business Writer Yuri Kageyama contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZIFPBYQ4GNRYMEBPSIM5ONKKM.jpg?auth=6d0bb6c08af9257d15568010e4d805884fb493d1922d7145e31fb9be163dea0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Lagana works on the floor at the New York Stock Exchange in New York, Monday, Sept. 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Japan's central bank raises benchmark interest rate to 1.25%, the highest in 31 years]]></title><link>https://www.local10.com/business/2026/09/18/japans-central-bank-raises-benchmark-interest-rate-to-125/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/18/japans-central-bank-raises-benchmark-interest-rate-to-125/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Japan’s central bank on Friday raised the benchmark interest rate to 1.25% from 1.0%, a 31-year-high.]]></description><pubDate>Fri, 18 Sep 2026 07:30:40 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Japan’s central bank on Friday raised the benchmark interest rate to 1.25% from 1.0%, a 31-year-high.</p><p>The Bank of Japan has been trying to normalize monetary policy after decades of keeping interest rates near or below zero to try to encourage more borrowing and spending to counter deflation and pull Japan's economy out of the doldrums.</p><p>The rate increase in the uncollateralized overnight call rate, a short-term rate, was expected at the end of the two-day monetary policy board meeting and has widely figured into recent global markets.</p><p>Bank of Japan Gov. Kazuo Ueda said the decision was reached after looking at various risks like the war in Iran, the expanding market demand for artificial intelligence and currency fluctuations.</p><p>“The Japanese economy is continuing to recover gradually,” he told reporters, while noting inflation was close to the targeted 2%.</p><p>Analysts have said another increase was possible later this year or early next year. When asked about further hikes, Ueda stressed more time is needed to see if price increases stay stable, along with needing to monitor wage growth and other risk factors.</p><p>Two of the nine-member board dissented, expressing concerns about the strength of Japan's economic growth, according to Ueda.</p><p>The U.S. Federal Reserve also raised its key rate this week. The U.S. increase Wednesday, the first since 2023, was made in an effort to quell stubbornly high inflation.</p><p>The U.S. has also been pressuring Japan to raise rates because of concerns about the weakening yen.</p><p>The nations intervened together recently to prop up the yen. Despite the Bank of Japan's move, the U.S. dollar grew stronger, momentarily reaching above 157 yen. It reached above 160 yen earlier this year.</p><p>The Bank of Japan has set a target inflation rate of about 2%. Inflation is about that now in Japan, although some consumers complain that the recent surge in prices is too much, especially in gas and oil-related products.</p><p>“With crude oil prices remaining elevated, the Bank of Japan is expected to implement an additional rate hike sooner rather than later to limit the risk that consumer inflation exceeds the underlying inflation rate,” said Harumi Taguchi, an economist at S&P Global Market Intelligence.</p><p>Higher rates may also weigh on the economy because of heavier borrowing costs for small and medium-sized enterprises, as well as higher mortgages, she added.</p><p>Analysts are also worried about the aggressive public spending promised by the government of Prime Minister Sanae Takaichi, such as tax cuts and aggressive defense investments, when public debt is already ballooning.</p><p>Tokyo's benchmark Nikkei 225 rose after the Bank of Japan decision was announced, edging up 1.4%.</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FSMDO6VXJHWBMBRBDWNHKMP6ZE.jpg?auth=2cac4a77e956dad2186a99507126ab56b985aafe4bd0de8f783fe8f6f1939eea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Japanese flag flutters at the Bank of Japan headquarters in Tokyo, July 29, 2022. (AP Photo/Shuji Kajiyama, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Shuji Kajiyama</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J2V42YLSIIRYJPB53YX6YGTNSA.jpg?auth=c66e702722bd8c1f0b6389e64a234839853972fbd624097a84b86c319781715a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japanese Prime Minister Sanae Takaichi holds a press conference after a cabinet reshuffle at the prime minister's office in Tokyo, Thursday, Sept. 17, 2026. (Rie Kikuchi/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Rie Kikuchi</media:credit></media:content></item><item><title><![CDATA[Miami-Dade commissioners weigh sheriff funding, transit cuts in proposed budget]]></title><link>https://www.local10.com/news/local/2026/09/17/miami-dade-commissioners-weigh-sheriff-funding-transit-cuts-in-proposed-budget/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/miami-dade-commissioners-weigh-sheriff-funding-transit-cuts-in-proposed-budget/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Miami-Dade County commissioners are deciding how to spend a proposed $14.3 billion budget for the upcoming fiscal year, including how much funding will go to the sheriff’s office and public transit during a Thursday night meeting.]]></description><pubDate>Fri, 18 Sep 2026 02:26:10 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County commissioners are deciding how to spend a proposed $14.3 billion budget for the upcoming fiscal year, including how much funding will go to the sheriff’s office and public transit during a Thursday night meeting.</p><p>Commissioners are working to balance the budget while keeping services in place without raising taxes.</p><p>“The problem that we have this year is that we have had to be able to balance a budget, make sure that we try to continue our services and not increasing taxes, that’s my priority,” County Commissioner Rene Garcia said.</p><p>One of the major sticking points is funding for the Miami-Dade Sheriff’s Office.</p><p>Sheriff Rosie Cordero-Stutz is asking for an additional 6% in funding, on top of the roughly $55 million increase already proposed.</p><p>Cordero-Stutz says she needs at least $1 billion to operate the office and hire more deputies.</p><p>“Without the requesting funding there will be no additional hires, zero,” Cordero-Stutz said.</p><p>Under the proposed budget, the sheriff’s office would receive about $1.2 billion. But Cordero-Stutz says that would not cover the office’s operational needs, including new deputies, 911 call takers, dispatchers and investigative personnel.</p><p>“Under the proposed funding, the consecuencia are immediate, all 6.5 academy classes currently scheduled for next year will be cancelled. That means we will not be bringing in the new deputies we desperately need,” she said.</p><p>Mayor Daniella Levine Cava, however, says her proposed budget fully funds the sheriff’s office and its needs, including money to hire 200 new positions.</p><p>Commissioners say they’re working toward a compromise.</p><p>“What we are saying is we are closing up those vacant, we all want to support the sheriff, we want her to bring in new recruits, and I think we will come to a middle ground,” Commissioner Raquel Regalado said.</p><p>Another major issue is public transit.</p><p>Miami-Dade residents have pushed back against proposed bus service cuts.</p><p>Ahead of the final vote, Levine Cava said her administration moved money around to help protect early-morning bus service.</p><p>Late-night routes could still be at risk.</p><p>Garcia said one option could be a small fee increase, which he said has not happened in more than 13 years.</p><p>“Apply maybe a small fee increase, which we have not seen in over 13 years. So it’s important to balance all those things out, and hopefully we will be able to keep the system where it is right now. There may be some reductions, but at the end of the day, the early morning routes is what we need to protect and save,” Garcia said.</p><p>Regalado said she has also proposed changes to MetroConnect that she says could free up millions of dollars for bus service.</p><p>“I brought an item from MetroConnect that’s also in this proposal that actually flips the way we do MetroConnect. That would save us potentially $3.5 million that we can now apply to the buses,” Regalado said.</p><p>Commissioners and the mayor are expected to take a final vote early Friday morning.</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[Indonesia welcomes its first aircraft carrier, prompting debate over cost and military ambitions]]></title><link>https://www.local10.com/news/world/2026/09/18/indonesia-welcomes-its-first-aircraft-carrier-prompting-debate-over-cost-and-military-ambitions/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/18/indonesia-welcomes-its-first-aircraft-carrier-prompting-debate-over-cost-and-military-ambitions/</guid><dc:creator><![CDATA[By NINIEK KARMINI and FADLAN SYAM, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Indonesia welcomed its first aircraft carrier Friday, a former Italian warship that the government says will strengthen the archipelago nation's maritime security and disaster response capabilities.]]></description><pubDate>Fri, 18 Sep 2026 05:55:02 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Indonesia welcomed its first aircraft carrier Friday, a former Italian warship that the government says will strengthen the archipelago nation's maritime security and disaster response capabilities.</p><p>The 41-year-old former ITS Giuseppe Garibaldi, with capacity for short takeoff and vertical landing aircraft and helicopters, was welcomed with a military ceremony upon its arrival at a naval base in North Jakarta’s Tanjung Priok seaport.</p><p>Italy in March agreed to give the carrier, which was retired in 2024, to Indonesia in a move aimed at boosting Italy’s broader defense engagement with the Southeast Asian country. Italy is seeking deals on submarines and aircraft, and gifting the carrier to Indonesia also saves it the cost of decommissioning the ship.</p><p>“We intend to use the ship primarily for military operations other than war, although it can also be deployed for combat missions if necessary," Indonesian Navy chief Adm. Muhammad Ali told reporters after the ceremony. He said the carrier could serve the navy for another 15 to 20 years and could accommodate 14 helicopters or more, depending on their size.</p><p>Indonesia will become the second country in Southeast Asia with an aircraft carrier. Thailand’s HTMS Chakri Naruebet was commissioned in 1997 after being procured from Spain along with carrier-capable AV-8S Matador jump jets.</p><p>Ali said the carrier will be commissioned into the navy next week as the KRI Sriwijaya, honoring the Srivijaya empire, a maritime kingdom based in Sumatra that became one of Southeast Asia’s dominant naval and trading powers between the seventh and 13th centuries. Previously, the navy would name the carrier as KRI Gajah Mada.</p><p>Defense development was one of the top priorities for President Prabowo Subianto's administration, as he has advocated an expansion of the military through the purchase of submarines, frigates, fighter jets, and missiles and pushed for more defense cooperation with various countries.</p><p>But the Garibaldi acquisition has raised questions about whether Indonesia needs an aircraft carrier at all and whether the government should be spending millions of dollars to refurbish and operate an aging warship.</p><p>Indonesia's Finance Ministry approved $450 million in financing for the aircraft carrier program in 2025. However, some lawmakers have warned the overall bill could be far higher. TB Hasanuddin, a member of Parliament’s Commission I, said the cost of retrofitting the carrier alone could reach 16 trillion rupiah (about $900 million).</p><p>Indonesia to convert the Garibaldi for handling disasters</p><p>Unlike major naval powers that use aircraft carriers to launch fighter jets far from home shores, Indonesia views the vessel as a mobile command center and support hub for helicopters, uncrewed aircraft and maritime operations across its thousands of islands.</p><p>Speaking during a disaster management meeting early this month, Prabowo said the vessel would help authorities combat forest and peatland fires that regularly blanket parts of Southeast Asia with hazardous haze.</p><p>“We will refurbish it and convert it into a carrier for helicopters and drones,” Prabowo said in a video briefing. “This will greatly help our disaster response.”</p><p>He also outlined plans to operate drones from the ship and use it as a mobile platform that could be rapidly deployed to help in the event of natural disasters. Monsoon flooding, earthquakes and volcanic activity are common across Indonesia.</p><p>Caution over costs and operational challenges</p><p>Operating a carrier is extremely costly, however, and experts have questioned whether Indonesia's leadership has thought through whether one is necessary for the country's defense or disaster-relief needs.</p><p>The acquisition comes as Southeast Asia’s largest economy faces growing fiscal pressures. Prabowo’s government has been funding an ambitious free nutritious meals program and other costly initiatives while economists have warned about slowing growth, weaker state revenue and widening budget constraints, prompting closer scrutiny of major government spending projects.</p><p>“The plan to acquire the Garibaldi must be based on genuine operational needs and our ability to operate it, rather than being driven by pride or other considerations,” said Muhammad Fauzan Malufti, of the Center for Strategic and International Studies.</p><p>He said policymakers must weigh not only the vessel’s acquisition and modernization costs, but also the navy’s ability to sustain its operations, including personnel, maintenance, fuel, weapons systems and supporting infrastructure.</p><p>Fauzan said the government should be transparent about those considerations, particularly given the vessel’s age. He cited Thailand’s carrier as a cautionary example, saying it has spent much of its service life in port because of operational and budget constraints.</p><p>“The bottom line is that this should not be forced. Otherwise, the benefits could be outweighed by the costs,” Fauzan said. “The money might be better spent on other priorities, such as increasing the number of frigates in the fleet.”</p><p>Military analyst Khairul Fahmi of the Institute for Security and Strategic Studies said aircraft carriers are not a priority for Indonesia, which is focused on preventing adversaries from operating freely in the country's territorial waters.</p><p>“Indonesia has a greater need for submarines, frigates and asymmetric weapons systems to protect its maritime sovereignty,” he said.</p><p>But he added that if Indonesia is seeking to position itself as a major maritime nation, "an aircraft carrier can be both a symbol of national power and a multifunctional platform capable of supporting a wide range of military and non-military missions.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHSL4AUPJNYDMAV7CF5ST5BMNM.jpg?auth=71a40330c52781dff728a1e130bc688dbcff67f6711606717facb27dafdba415&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Giuseppe Garibaldi, a former Italian Navy aircraft carrier, arrives at Tanjung Priok port in Jakarta, Indonesia, Friday, Sept. 18, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BWVINNLNTATBNT2EDTKRNRIYQ.jpg?auth=0d1580606d6e3a84d603e5eb57e8cc3990a2e2da66b3a39ab7ed81540073f01e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indonesian Navy personnel escort the Giuseppe Garibaldi, a former Italian Navy aircraft carrier, center rear, as it arrives at Tanjung Priok port in Jakarta, Indonesia, Friday, Sept. 18, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GRPWAI6X2UKOAEVLCALZHJYQSA.jpg?auth=b31ae002c54dac619553b2bca60dd7d2ad84002c04f1c321ddb1841bc334fd4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indonesian Navy personnel salute as the Giuseppe Garibaldi, a former Italian Navy aircraft carrier, arrives at Tanjung Priok port in Jakarta, Indonesia, Friday, Sept. 18, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4DWKLCNN3OSVAWBG35XU6F6CE.jpg?auth=ae9b233fec3b906334d89e64e7f960c5541f72e38dbe10528ae6faa48bc63234&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indonesian Navy personnel and crew members stand aboard the Giuseppe Garibaldi, a former Italian Navy aircraft carrier, after its arrival at Tanjung Priok port in Jakarta, Indonesia, Friday, Sept. 18, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HWQARDUMNIMQP3JAAJO3Y4OYEU.jpg?auth=7ce9005988ac8ecd5875f25ba9bd8a3f457e44d2fc68e6a44cfa6ed8e59da460&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indonesian military personnel and journalists gather beside the Giuseppe Garibaldi, a former Italian Navy aircraft carrier, after its arrival at Tanjung Priok port in Jakarta, Indonesia, Friday, Sept. 18, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content></item><item><title><![CDATA[Good Health Report: How expert’s plan worked to reverse bone density loss ]]></title><link>https://www.local10.com/health/2026/09/17/good-health-report-how-experts-plan-worked-to-reverse-bone-density-loss/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/17/good-health-report-how-experts-plan-worked-to-reverse-bone-density-loss/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Two years ago, a bone density test resulted in a diagnosis: Osteopenia, bone density loss that can become osteoporosis, a disease that makes bones weak, brittle, and more likely to break.]]></description><pubDate>Fri, 18 Sep 2026 02:34:17 +0000</pubDate><content:encoded><![CDATA[<p>Two years ago, a bone density test resulted in a diagnosis: Osteopenia, bone density loss that can become osteoporosis, a disease that makes bones weak, brittle, and more likely to break.</p><p>First, a broken wrist prompted surgery that involved pins and rods and physical therapy. A broken shoulder followed. Imaging tests resulted in the diagnosis. </p><p>“The bone has become demineralized because of certain medical conditions. The most common would be postmenopausal women,” said<i><b> </b></i>April Tschumy, an orthopedic nurse practitioner who specializes in trauma and general orthopedic conditions at <a href="https://baptisthealth.net/services/orthopedic-care/treatments/bone-health-and-fracture-prevention-program" target="_self" rel="" title="https://baptisthealth.net/services/orthopedic-care/treatments/bone-health-and-fracture-prevention-program">Baptist Health Orthopedic Care</a>. </p><p>Tschumy provides individualized plans to orthopedic patients and focuses on preventive medicine and improving patient outcomes. Most plans include weight training to help stimulate bone growth. </p><p>“You want to try to build what’s called peak skeletal mass,” Tschumy said. </p><p>Bone density gains decline over time, but Tschumy said calcium consumption can make a difference. Milk, yogurt, cheese, eggs, canned salmon, kale, collard greens, almonds, figs, prunes, and dates are all good sources. </p><p>Tschumy also prescribes bone-building medications such as TYMLOS, or generic abaloparatide, an anabolic bone-growing therapy that slows down bone loss. </p><p>“There are cells that break down bone, and then there are cells that build bone, so some of the medications can actually target the cells that build that bone, so that you are able to reverse loss and improve the bone quality as well,” Tschumy said. </p><p>The plan worked. A recent bone density scan showed improvements. I had a 7% increase in the left hip and a 6% increase in my spine. The hard work paid off. </p><p><b>Tips to remember</b></p><ul><li>Resistance training and balance exercises</li><li>Calcium and vitamin D-rich foods</li><li>Avoid smoking tobacco</li><li>Avoid soda, especially dark-colored ones, which can block calcium absorption</li><li>Experts recommend bone density screening for all postmenopausal patients who are 65 or older</li><li>A walking regimen may be helpful</li></ul>]]></content:encoded></item><item><title><![CDATA[Virginia's attorney general says DHS may have violated state election law after whistleblower report]]></title><link>https://www.local10.com/news/national/2026/09/17/virginias-attorney-general-says-dhs-may-have-violated-state-election-law-after-whistleblower-report/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/17/virginias-attorney-general-says-dhs-may-have-violated-state-election-law-after-whistleblower-report/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RICHMOND, Va. (AP) — Virginia's attorney general said Thursday that the Department of Homeland Security may have violated several state laws after a whistleblower accused its employees of misrepresenting themselves on voter lookup tools to hunt for noncitizen voters.]]></description><pubDate>Fri, 18 Sep 2026 02:14:06 +0000</pubDate><content:encoded><![CDATA[<p>RICHMOND, Va. (AP) — Virginia's attorney general said Thursday that the Department of Homeland Security may have violated several state laws after a whistleblower accused its employees of misrepresenting themselves on voter lookup tools to hunt for noncitizen voters.</p><p>In a letter obtained by The Associated Press, Attorney General Jay Jones demanded that DHS confirm in writing whether it had directed anyone to access Virginia voters' information without first obtaining permission from those voters.</p><p>“Virginia Election Code does not permit disclosure of this protected information to the federal government without a court order,” he wrote in the letter to Homeland Security Secretary Markwayne Mullin. The state explicitly limits its voter lookup tools to individuals who attest under penalty of law that they are looking up their own records.</p><p>The AP has asked DHS for comment on the letter.</p><p>Jones also asked Mullin to preserve all related records, including access logs, correspondence and training materials mentioned in the whistleblower report.</p><p>The anonymous report, published Monday by Democratic Senate leaders, includes transcripts of a DHS training for a group of U.S. Citizenship and Immigration Services staffers, who it says were forced in late August to drop other work, complete a less than two-hour training and begin running DHS-provided lists of people through state voter registration systems to find “unlawful voters.”</p><p>The whistleblower contends that agents have been asked to review 40 individuals per day, giving them about 12 minutes to determine whether each person is a legal voter and create federal records of anyone who is not.</p><p>President Donald Trump's administration has alleged that noncitizen voting could be a significant source of fraud in the November midterm elections, even as research shows voting by people who are not citizens is extremely rare. The Justice Department has sued to force the release of detailed voter data in 30 states and the District of Columbia, though it has not yet succeeded in those cases.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K4HDVHSCQFCWIBXH2JN3CLVCXY.jpg?auth=cf317844200decba5b1545a2a3bd05a439a5b6be557627418e942ec47c73753d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters cast their ballots during the primary election in Windsor, Conn., Aug. 11, 2026. (AP Photo/Rusty Jones, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rusty Jones</media:credit></media:content></item><item><title><![CDATA[Man on probation over sexual battery at Massage Envy in Miami-Dade still has Florida massage therapist license, records show]]></title><link>https://www.local10.com/news/2026/09/17/massage-therapist-on-probation-over-womans-battery-at-massage-envy-in-miami-dade-still-has-florida-license-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/17/massage-therapist-on-probation-over-womans-battery-at-massage-envy-in-miami-dade-still-has-florida-license-records-show/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[Jorge Lugo Rivero had an active massage therapy license with the Florida Department of Health despite having accepted a plea deal in a sexual assault case in Miami-Dade County, records showed. ]]></description><pubDate>Fri, 18 Sep 2026 01:44:20 +0000</pubDate><content:encoded><![CDATA[<p>Jorge Lugo Rivero had an active massage therapy license with the Florida Department of Health despite having accepted a plea deal in a sexual assault case in Miami-Dade County, records showed. </p><p>Lugo Rivero, 28, was accused of sexually assaulting the woman during a professional massage at 3:15 p.m. on Feb. 24, 2025, at Massage Envy at 13721 SW 152 St., records show. </p><p>Lugo Rivero “slid his hands underneath the victim’s underwear ... The victim stopped the massage and exited the room ... began to cry,” a Miami-Dade Sheriff’s Office deputy wrote, according to the arrest report. </p><p>Massage Envy fired Lugo Rivero, and deputies questioned him and arrested him on Dec. 15 in Hammocks, according to MDSO deputies’ arrest report. </p><p>Court records show Miami-Dade prosecutors filed a case against Lugo Rivero on Dec. 16 on a misdemeanor charge of battery, and a judge ordered him to stay away from the victim. </p><p>Records show Lugo Rivero was released on Dec. 22 on a $10,000 bond, and a judge ordered house arrest. </p><p>Lugo Rivero accepted a plea deal with adjudication withheld. And on May 4, Miami-Dade County Circuit Judge Michelle Urbistondo sentenced him to probation until May 4, 2027. </p><p>FDOH records show Lugo Rivero has been licensed since Dec. 11, 2023, and is licensed until Aug. 31, 2027. The record shows no discipline, no public complaints, or emergency actions. </p><p><b>Related court document</b></p><figure><img src="https://www.local10.com/resizer/v2/C2TUSTWI3VBAVJAFZSDGSMR2FE.jpg?auth=6aaff22b34c7516ce1b77103aa11815a5082ee255478205c85bd327b64bb019c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related state record</b></p><figure><img src="https://www.local10.com/resizer/v2/HTJGAYXB5NB43PONEIE4LQIMU4.jpg?auth=b553772eaec17da563447d599e831086b67589615109488ebeeeb75d5f3831d1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded></item><item><title><![CDATA[Anthropic says its model Claude is helping to build the next version of itself]]></title><link>https://www.local10.com/business/2026/09/17/anthropic-says-its-model-claude-is-helping-to-build-the-next-version-of-itself/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/anthropic-says-its-model-claude-is-helping-to-build-the-next-version-of-itself/</guid><dc:creator><![CDATA[By KAITLYN HUAMANI, Associated Press]]></dc:creator><description><![CDATA[Anthropic's Claude is helping the company develop the next, more intelligent version of the model, the artificial intelligence lab said in an announcement Thursday.]]></description><pubDate>Fri, 18 Sep 2026 01:55:44 +0000</pubDate><content:encoded><![CDATA[<p>Anthropic's Claude is helping the company develop the next, more intelligent version of the model, the artificial intelligence lab said in an announcement Thursday.</p><p>Claude is leading 26% of Anthropic's model research and development, which the company said means it can complete most of a given task “end-to-end from a high-level prompt" while still being under human supervision. The model is not yet working completely autonomously.</p><p>Still, about 90% of the company's research and development is done in “collaboration” with Claude, which Anthropic said means the model can do “large chunks of work under close human direction.”</p><p>The announcement came as some leading figures in AI, led in large part by Anthropic CEO Dario Amodei, are calling for a slowdown in the technology’s development over safety concerns.</p><p>As leaders consider pacing AI's development, “we should do everything possible to minimize the gap between what frontier labs know and what the public knows,” the company said in a blog post. “This means better measuring the development of AI, reporting on it publicly, and giving society an opportunity to decide how to use this information.”</p><p>The company said that models accelerating their own development could make it “more challenging for humans to understand or control these systems." It argued that sharing these metrics could lead to better understanding of how close leading AI labs are to reaching recursive self-improvement, or a model's ability to autonomously build its successor.</p><p>Anthropic also urged other AI developers to share similar metrics on a regular basis, encouraging the use of a public methodology so the numbers could be compared over time, and potentially across labs.</p><p>It was unclear from Anthropic's disclosure how close the company believes it is to achieving recursive self-improvement, but the pace at which Claude has increasingly contributed to research and development is notable. The portion of work Claude “leads,” or does in large part while remaining under human supervision, was none in February. Six months later, it was leading a quarter of research and development work, reaching that benchmark in August.</p><p>The company also shared details of agent oversight measures it has in place, noting that there were approximately 30,000 agents doing research and engineering work as of August. Oversight measures are crucial for seeing how often agent misbehavior is detected by monitoring systems, the company said. Anthropic recently committed to setting up external third-party evaluators who will be embedded within the company to monitor safety efforts.</p><p>An Anthropic researcher kicked off much of the recent dialogue around AI safety when he resigned last week with a dire warning about the threats the technology poses to humanity. Amodei, OpenAI CEO Sam Altman, Elon Musk and other tech leaders have since supported the idea of slowing down development, but other tech leaders and President Donald Trump have pushed back.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CHDQO432QFC4XQKZZ3L7QAVUBE.jpg?auth=0b5c5944524b21634c98c95e1dafc21ac58f6f8ba48193c2bce64fbc0493eaa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logos are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content></item><item><title><![CDATA[Angel Reese has 30 points and 10 rebounds to help the Dream rout the Sun 103-59]]></title><link>https://www.local10.com/sports/2026/09/17/angel-reese-has-30-points-and-10-rebounds-to-help-the-dream-rout-the-sun-103-59/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/angel-reese-has-30-points-and-10-rebounds-to-help-the-dream-rout-the-sun-103-59/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[COLLEGE PARK, Ga. (AP) — Angel Reese scored 30 points on 11-of-14 shooting and had 10 rebounds to help the Atlanta Dream rout the Connecticut Sun 103-59 on Thursday night in the first WNBA game following a nearly three-week break for the FIBA World Cup.]]></description><pubDate>Fri, 18 Sep 2026 01:58:19 +0000</pubDate><content:encoded><![CDATA[<p>COLLEGE PARK, Ga. (AP) — Angel Reese scored 30 points on 11-of-14 shooting and had 10 rebounds to help the Atlanta Dream rout the Connecticut Sun 103-59 on Thursday night in the first WNBA game following a nearly three-week break for the FIBA World Cup.</p><p>A key member of the winning U.S. team in Germany, Reese reached 30 points on a free throw with 5:38 remaining and grabbed her 10th rebound a few seconds later for her WNBA-record 30th double-double of the season. She finished a point shy of her career high, playing 25 minutes in the blowout for the playoff-bound Dream.</p><p>Rhyne Howard set a WNBA season record with 129 3-pointers. She made her only 3-pointer of the game — in nine attempts — with 6:45 left in the fourth to break Sabrina Ionescu’s record set in 2023 — reaching the mark in just 40 games.</p><p>Howard finished with 10 points. Allisha Gray also had 10 for Atlanta (27-14) to break her own franchise record for points in a season with 782.</p><p>Olivia Nelson-Ododa led Connecticut (10-31) with 13 points — all in the first half. Connecticut was outscored 31-11 in the third and 27-13 in the fourth.</p><p>Reese made a 3-pointer from the corner midway through the third for her 10th field goal in 13 attempts. It was it 61-40 following a 16-5 run.</p><p>Atlanta announced before the game that Brionna Jones would miss the remainder of the season due to a left leg injury suffered Aug. 13.</p><p>Up next</p><p>Sun: Host Minnesota on Sunday.</p><p>Dream: Host Chicago on Saturday night.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZPIVAPWIJZ7EPQAROHZHOGFKBU.jpg?auth=bae7bdc131800e23b30c9208cc563fe0451daadcf692cd8950fcfeec63a99e2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angel Reese, of the United States, reacts during the Women's Basketball World Cup final match between the United States and France in Berlin, Sunday, Sept. 13, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Preparing to leave office, with world beset by problems, UN chief talks of a way forward]]></title><link>https://www.local10.com/news/world/2026/09/17/preparing-to-leave-office-with-world-beset-by-problems-un-chief-talks-of-a-way-forward/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/preparing-to-leave-office-with-world-beset-by-problems-un-chief-talks-of-a-way-forward/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — The world is deeply divided and the U.N.’s most powerful body is paralyzed when it comes to ending conflicts. But there’s a way forward. So says the United Nations’ top official.]]></description><pubDate>Fri, 18 Sep 2026 11:08:25 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The world is deeply divided and the U.N.’s most powerful body is paralyzed when it comes to ending conflicts. But there’s a way forward. So says the United Nations’ top official.</p><p>On his way out of office at year's end after nearly a decade, U.N. Secretary-General António Guterres — known for doom-and-gloom speeches about the state of the planet — said Thursday he finds hope and possibility in the coming years. But that, he says, is only if the world’s governments can finally cooperate on curtailing conflict, upending inequality and grappling with the arriving juggernaut of artificial intelligence.</p><p>“I believe in a number of fundamental things that need to be done, and need to happen for the world to be better — and I’m determined to fight to make those things happen,” Guterres told The Associated Press in a sit-down interview four days before world leaders convene for their annual meeting at the U.N. General Assembly.</p><p>His message to leaders and ministers from the U.N.’s 193 member nations coming to U.N. headquarters was no-nonsense: You need to very seriously analyze the fact that the world is facing at least three existential problems -- runaway artificial intelligence, galloping climate change, and escalating inequality that is becoming a serious driver of instability and conflict.</p><p>Guterres also warned that the “huge geopolitical divide” and paralysis in the Security Council have created an environment of impunity with powerful countries flouting international law and the U.N. Charter. The invasion of Ukraine by Russia and the attacks on Iran by the United States, both veto-wielding council members, are examples.</p><p>“Many countries say, ‘If superpowers can violate the law, why can’t we?’” the secretary-general said. “And so what we are seeing around the world is more and more situations in which countries simply do not care. They do whatever they want, knowing that there will be total impunity.”</p><p>Behavior by nations, he says, is adding fuel to the fire</p><p>The violations and impunity have caused death and enormous destruction, he said, and the combination of the Russia-Ukraine conflict and the broader Middle East conflict are having “a dramatic impact” on the world economy. Food and energy prices are going up, interest rates are rising and developing countries face enormous difficulties in responding to the needs of their people.</p><p>He expressed hope that these problems will force people to realize that the obstacles can’t be eliminated alone and require international cooperation.</p><p>That's especially true, he said, with reforms of the institutions formed by the victorious World War II powers — the U.N., especially the Security Council, and the major global financial institutions, the International Monetary Fund and World Bank. They must be overhauled to reflect the realities of the 21st century world where there are emerging economies and powers, he said, and their importance must be reflected in global institutions.</p><p>As U.N. chief, the secretary-general has no army, no intelligence service and not much money. But, Guterres said, he has two powers — to speak out on global issues and to convene the world’s nations.</p><p>Because of geopolitical divides, Guterres said the United Nations has “no leverage” on promoting peace in Ukraine and the Middle East. But he said he has been firm in defending the U.N. Charter and the territorial integrity of countries, and in condemning “horrible violations of human rights.”</p><p>He condemned Hamas’ “intolerable” attack in southern Israel on Oct. 7, 2023, and he also condemned “the horrible situation that Israel has created in Gaza with levels of death and destruction that have no parallel in the history of the United Nations.”</p><p>The United Nations is not “in a transactional approach to politics,” he stressed. It must be “a reference of values and principles for the whole world, because someone must affirm that the law of force cannot prevail over the force of law.”</p><p>“That, of course, sometimes limits our capacity to negotiate an agreement because one of the sides is a clear violator that doesn’t like to listen to the truth. But that will never, never make us move away from what are the values in which a civilized society must be based,” the U.N. chief said.</p><p>He says the AI revolution will loom over this year's UNGA leaders' meeting</p><p>This year’s global gathering is also certain to spotlight the future of the U.N. and the threat of AI getting out of human control.</p><p>Guterres has called for international cooperation and guardrails for AI, which he called “a universal problem.” To deal with the escalating problem, he said, countries developing AI at “a higher capacity” should exchange information, establish mechanisms for transparency, have some guardrails and “help create what ideally would be a multilateral mechanism to guarantee that risks can be avoided.”</p><p>As for the United Nations, it has serious financial issues, largely due to the U.S. failure to pay billions of dollars to its regular operating budget and the separate budget for the U.N.’s far-flung peacekeeping operations. But it has avoided a financial meltdown and is in the throes of major reforms, which the Trump administration has pressed for.</p><p>Even with fewer resources, Guterres said, the U.N. has been able to maintain its activities, “and I think we demonstrated that we have the best control of public expenditure in any organization of any country in the world.”</p><p>Guterres has dealt with U.S. President Donald Trump for nearly six of his 10 years at the helm of the U.N., and he stressed the importance of the U.S.-U.N. relationship, which he said has sometimes been difficult, sometimes easier. Now, he said, the U.N. is cooperating with the U.S. on peace negotiations in the Western Sahara and other parts of the world.</p><p>When he meets Trump on Tuesday, the opening day of the global gathering, Guterres said he plans to raise peace in Ukraine and the Middle East, “and I hope that these two objectives might be able to unite the efforts of not only the U.S. and the U.N. but the whole of the international community.”</p><p>___</p><p>Edith M. Lederer has covered international affairs for The Associated Press for more than a half century.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27SKZOGQIGJ6MG4RDD3YKBYJQY.jpg?auth=f5b7491c9ca102ee42c7a24755f00e819f50f23fad87f45e9142914438a259ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The United Nations Secretary-General Antonio Guterres speaks during an interview with The Associated Press at the United Nations headquarters, Thursday, Sept. 17, 2026. (AP Photo/David R Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">David R Martin</media:credit></media:content></item><item><title><![CDATA[Man accused of sexually abusing girls who were his students faces more charges in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girls-who-were-his-students-faces-more-charges-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girls-who-were-his-students-faces-more-charges-in-miami-dade/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[Cesar Cardoso stands accused of sexually abusing girls who were his students when he worked as a teacher at Sunset Park Elementary School in Miami-Dade County. ]]></description><pubDate>Fri, 18 Sep 2026 00:52:13 +0000</pubDate><content:encoded><![CDATA[<p>Cesar Cardoso stands accused of sexually abusing girls who were his students when he worked as a teacher at Sunset Park Elementary School in Miami-Dade County’s Kendall area. </p><p>Cardoso, 53, who was reportedly removed from the classroom in April and lost his job in May, was accused of abusing girls from Aug. 1, 2023, to April 9, records showed. </p><p>Cardoso appeared in court on Thursday. He has been behind bars since Sept. 11, when Miami-Dade Schools Police Department officers arrested him. </p><p>Court records show Cardoso faced three charges on Sept. 12. Miami-Dade prosecutors have filed 10 more charges since, and said detectives were investigating additional cases. </p><p>The alleged abuse included molestation and showing the third-grade students photos and videos of sexual acts, according to prosecutors. </p><p>One of the images Cardoso allegedly showed the girls showed him naked, and another showed the sexual abuse of a boy, according to the police arrest report. </p><p>On Thursday night, court records showed Cardoso faced 13 charges: </p><ul><li>Five counts of dissemination of obscene material to a minor</li><li>Five counts of offenses against students by authority figures</li><li>Two counts of lewd or lascivious molestation involving a victim under the age of 12 by a defendant who is 18 years of age or older</li><li>One count of lewd or lascivious conduct with a person under 16 years old</li></ul><p>Attorney Michael Mirer, the defense attorney who is representing Cardoso, asked Miami-Dade County Circuit Judge Zachary James to release him on bond. </p><p>“My client is adamant that he is not guilty, the allegations are false, and he will look forward to his day in court,” Mirer said. </p><p>James denied Cardoso bail on the two counts of lewd or lascivious molestation involving a victim under the age of 12 by a defendant who is 18 years of age or older.</p><p>Miami-Dade corrections held Cardoso at the Turner Guilford Knight Correctional Center near Doral, according to inmate records. A judge ordered him to stay away from five victims. </p><p>As the case unfolded, a spokesperson for M-DCPS told Local 10 News that Cardoso was “permanently precluded from seeking or obtaining future employment” with the district. </p><p>Court records show Cardoso’s next hearings are at 9:30 a.m. on Nov. 12 and 9:30 a.m. on Nov. 30. </p><p><b>Related report: </b><a href="https://www.local10.com/news/local/2026/09/14/miami-dade-elementary-teacher-showed-porn-to-inappropriately-touched-multiple-students-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/14/miami-dade-elementary-teacher-showed-porn-to-inappropriately-touched-multiple-students-police-say/">Miami-Dade elementary teacher showed porn to, inappropriately touched students: Police</a></p>]]></content:encoded></item></channel></rss>