<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Tue, 28 Jul 2026 21:27:31 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[I-95 pileup in Fort Lauderdale injures 3, creates major backup]]></title><link>https://www.local10.com/news/local/2026/07/28/i-95-pileup-in-fort-lauderdale-injures-3-creates-major-backup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/i-95-pileup-in-fort-lauderdale-injures-3-creates-major-backup/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Interstate 95 pileup involving at least eight vehicles sent three people to the hospital Tuesday afternoon.]]></description><pubDate>Tue, 28 Jul 2026 20:54:17 +0000</pubDate><content:encoded><![CDATA[<p>A Interstate 95 pileup involving at least eight vehicles sent three people to the hospital Tuesday afternoon.</p><p><a href="https://www.local10.com/espanol/2026/07/28/choque-multiple-en-la-i-95-en-fort-lauderdale-deja-tres-personas-heridas-y-provoca-gran-congestion-vehicular/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/choque-multiple-en-la-i-95-en-fort-lauderdale-deja-tres-personas-heridas-y-provoca-gran-congestion-vehicular/">Leer en español</a></p><p>It happened in the southbound express lanes near Sunrise Boulevard in Fort Lauderdale.</p><p>According to Fort Lauderdale Fire Rescue, the three victims are expected to survive.</p><p>Video from Sky 10 showed the southbound express lanes ― as well as two regular I-95 lanes ― closed, leading to a heavy backup.</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[Choque múltiple en la I-95 en Fort Lauderdale deja tres personas heridas y provoca gran congestión vehicular ]]></title><link>https://www.local10.com/espanol/2026/07/28/choque-multiple-en-la-i-95-en-fort-lauderdale-deja-tres-personas-heridas-y-provoca-gran-congestion-vehicular/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/choque-multiple-en-la-i-95-en-fort-lauderdale-deja-tres-personas-heridas-y-provoca-gran-congestion-vehicular/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un choque múltiple en la Interestatal 95 (I-95) que involucró al menos ocho vehículos en los carriles expresos en dirección sur, cerca de Sunrise Boulevard, en Fort Lauderdale.]]></description><pubDate>Tue, 28 Jul 2026 21:24:46 +0000</pubDate><content:encoded><![CDATA[<p>Un choque múltiple en la Interestatal 95 (I-95) que involucró al menos ocho vehículos envió a tres personas al hospital la tarde del martes.</p><p>El accidente ocurrió en los carriles expresos en dirección sur, cerca de Sunrise Boulevard, en Fort Lauderdale.</p><p>Según Fort Lauderdale Fire Rescue, se espera que las tres víctimas sobrevivan.</p><p>Un video de Sky 10 mostró los carriles expresos en dirección sur, así como dos carriles regulares de la I-95, cerrados, lo que provocó una fuerte congestión vehicular.</p>]]></content:encoded></item><item><title><![CDATA[Pompano Beach to approve new $71M contract with Broward Sheriff’s Office ]]></title><link>https://www.local10.com/news/2026/07/28/pompano-beach-to-approve-new-71m-contract-with-broward-sheriffs-office/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/28/pompano-beach-to-approve-new-71m-contract-with-broward-sheriffs-office/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[While Pompano Beach officials decided to contract the Broward Sheriff’s Office, Deerfield Beach officials are preparing not to.  ]]></description><pubDate>Tue, 28 Jul 2026 21:22:32 +0000</pubDate><content:encoded><![CDATA[<p>While Pompano Beach officials decided to contract the Broward Sheriff’s Office, Deerfield Beach officials are preparing not to. </p><p>Pompano Beach has its own fire rescue department, but commissioners found that starting a law enforcement agency was too expensive. </p><p>“It was the cost and the skillset to do it. With BSO, we have specialty crews that can help us with anything, drugs, prostitution, crime of any kind, helicopters, we have a lot of support through BSO,” Pompano Beach Commissioner Darlene Smith said. “We wouldn’t have that, at least at the beginning, with our own police force.”</p><p>City leaders expect to finalize it with a vote on Tuesday evening. The new contract with BSO will cost $71 million next fiscal year. </p><p>Smith said it would take about three years to get a new police force going. Commissioners voted unanimously to accept the new contract with a 5% rate increase cap each year, and a 90-day get-out clause for both sides. </p>]]></content:encoded></item><item><title><![CDATA[Some schools are extending admissions for students unenrolled by Howard University]]></title><link>https://www.local10.com/news/national/2026/07/28/some-schools-are-extending-admissions-for-students-unenrolled-by-howard-university/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/28/some-schools-are-extending-admissions-for-students-unenrolled-by-howard-university/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Days after Howard University notified hundreds of first-time-in-college students that their spots for the upcoming semester were no longer being held, other colleges and universities are stepping up to fill the gap for students who are scrambling to find other options.]]></description><pubDate>Tue, 28 Jul 2026 21:20:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Days after Howard University notified hundreds of first-time-in-college students that their spots for the upcoming semester were no longer being held, other colleges and universities are stepping up to fill the gap for students who are scrambling to find other options.</p><p>Keana Johnson is one of them.</p><p>The 17-year-old was looking forward to starting classes next month at Howard University as the next step on her educational journey and a way out of the New York City shelter where she lives. She told The Associated Press Tuesday that she may consider the University of the District of Columbia in Washington, which is extending its undergraduate application deadline to Aug. 7. She’s also looking into historically Black colleges and universities in the South, but realizes her options are limited and time is running short.</p><p>“I will still love to go to Howard,” Johnson said. “I’ve invested too much into going to that university to give up now.”</p><p>Howard, one of about 100 historically Black colleges and universities in the United States, said Friday that it notified 502 first-time-in-college students that their spots for the upcoming semester were no longer being held. The school said the students had not met deadlines for enrollment and financial obligations.</p><p>Howard also said students who believe their accounts did not reflect their financial standing should contact its financial aid office and that “each case will be reviewed individually to determine whether adjustments or reinstatement are appropriate.”</p><p>Howard University has not responded to an AP request for the number of unenrolled students reinstated or the status of cases being reviewed.</p><p>Johnson said she has emailed the school multiple times for answers she's yet to receive. “I called every single office there is a number for,” she added.</p><p>The Howard staff on the other end of the calls were of no help, Johnson said.</p><p>The University of the District of Columbia, like Howard, is an HBCU and located in Washington. The public university has committed to offering a hand to students who especially need one right now, said Hasanna Tyus, the vice president of enrollment services.</p><p>“We understand that college plans can change unexpectedly, and we want students to know that they still have options,” Tyus said.</p><p>New York Gov. Kathy Hochul announced Monday that the State University of New York and City University of New York also are expediting late admissions reviews at some schools for state residents unenrolled by Howard.</p><p>Participating campuses also will provide an $800 credit per student to offset enrollment deposits paid to Howard that have not been refunded.</p><p>“New York is home to the nation’s finest systems of public higher education, and we are ready to welcome these talented students with the opportunity they deserve,” Hochul said.</p><p>Johnson, who is Black and uses “Star” as her preferred name, was notified in December of her admittance to Howard's nursing program for the fall 2026 semester.</p><p>She said she doesn’t live with either parent and has been staying at a homeless shelter for teens and young adults since early June while attending the Charter School of Educational Excellence in Yonkers.</p><p>She still hopes to land at an HBCU.</p><p>“The main thing that kept me going was knowing I was going to end up at Howard,” Johnson said. “It's a community of peers that look like you and struggle like you.”</p><p>———</p><p>Williams is a member of AP's Race & Ethnicity team.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CRTY26RB2TABY4ND6AIFBAQMFU.jpg?auth=17c00c47a8d6c2e73c69accd691ecde63216f497033e9cd6dfc6a9a1df93c7c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign welcomes people to the Howard University campus in Washington on July 6, 2021. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Man faces 7 attempted murder charges for shooting into apartment, cops say]]></title><link>https://www.local10.com/news/local/2026/07/28/man-faces-7-attempted-murder-charges-for-shooting-into-apartment-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/man-faces-7-attempted-murder-charges-for-shooting-into-apartment-cops-say/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A 35-year-old Broward County man is facing serious charges stemming from a shooting that occurred last week that was captured on surveillance footage. ]]></description><pubDate>Tue, 28 Jul 2026 20:40:56 +0000</pubDate><content:encoded><![CDATA[<p>A 35-year-old Miramar man is facing serious charges stemming from a North Miami Beach shooting last week that was captured on surveillance footage.</p><p><a href="https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-siete-cargos-de-intento-de-asesinato-por-disparar-contra-departamento-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-siete-cargos-de-intento-de-asesinato-por-disparar-contra-departamento-dice-la-policia/">Leer en español</a></p><p>It happened at an apartment complex located along the 2100 block of Northeast 167th Street.</p><p>According to police, De’Undre Turner shot 10 rounds into an apartment and fled the scene. </p><p>A warrant had been issued for his arrest, and he was picked up by police on Monday. </p><p>Police said Turner was the passenger in a car when he saw the victim walking down the street. Turner then accused the victim of breaking into his wife’s car, which led to the victim running to a friend’s apartment for shelter, authorities said. </p><p>Six people were inside the apartment at the time of the shooting, but no one was injured, according to officials.</p><p>Authorities said they were able to identify Turner thanks to a tattoo of lips located on the left side of his neck that was captured in the video footage and enhanced by police. </p><p>He is being held behind bars without bond on seven counts of second degree attempted murder with a deadly weapon. </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[Un hombre es acusado de siete cargos de intento de asesinato por disparar contra departamento, dice la policía ]]></title><link>https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-siete-cargos-de-intento-de-asesinato-por-disparar-contra-departamento-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-siete-cargos-de-intento-de-asesinato-por-disparar-contra-departamento-dice-la-policia/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Un hombre de 35 años de Miramar enfrenta cargos graves relacionados con una balacera ocurrida la semana pasada en North Miami Beach.]]></description><pubDate>Tue, 28 Jul 2026 21:18:28 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 35 años de Miramar enfrenta cargos graves relacionados con una balacera ocurrida la semana pasada en North Miami Beach que fue captada por cámaras de vigilancia.</p><p>El incidente ocurrió en un complejo de apartamentos ubicado en la cuadra 2100 de Northeast 167th Street.</p><p>Según la policía, De’Undre Turner disparó 10 veces contra un apartamento y luego huyó del lugar.</p><p>Las autoridades habían emitido una orden de arresto en su contra y fue detenido por la policía el lunes.</p><p>La policía informó que Turner viajaba como pasajero en un vehículo cuando vio a la víctima caminando por la calle. Turner acusó a la víctima de haber irrumpido en el vehículo de su esposa, lo que provocó que la víctima corriera a refugiarse en el apartamento de un amigo, según las autoridades.</p><p>Seis personas se encontraban dentro del apartamento al momento de la balacera, pero nadie resultó herido, de acuerdo con los funcionarios.</p><p>Las autoridades indicaron que pudieron identificar a Turner gracias a un tatuaje de unos labios en el lado izquierdo de su cuello, que fue captado en el video de vigilancia y mejorado por la policía.</p><p>Turner permanece detenido sin derecho a fianza y enfrenta siete cargos de intento de asesinato en segundo grado con un arma mortal.</p>]]></content:encoded></item><item><title><![CDATA[El Taiger’s accused killer appears in Miami-Dade court to reject plea deal ]]></title><link>https://www.local10.com/news/local/2026/07/28/el-taigers-accused-killer-appears-in-miami-dade-court-to-reject-plea-deal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/el-taigers-accused-killer-appears-in-miami-dade-court-to-reject-plea-deal/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[The loved ones of slain Cuban artist José Manuel Carbajal Zaldívar, better known as “El Taiger,” were in the courtroom on Tuesday in Miami-Dade County. ]]></description><pubDate>Tue, 28 Jul 2026 21:13:40 +0000</pubDate><content:encoded><![CDATA[<p>The loved ones of slain Cuban artist José Manuel Carbajal Zaldívar, better known as “El Taiger,” were in the courtroom on Tuesday in Miami-Dade County. </p><p>Damián Valdez-Galloso appeared before Miami-Dade County Circuit Judge Marisa Tinkler Mendez accused of killing the 37-year-old “Cubatón” artist. </p><p>“He came out today, and he didn’t even look at any of us. He knew we were present. The judge knew, and there was a room full of officers, they definitely know that our presence is here and it is felt,” said Teresa Padrón, the victim’s former manager and friend. </p><p>Valdez-Galloso, 51, rejected a plea deal. Ricardo Hermida, who is representing him, told reporters in Spanish that it was a case of self-defense. </p><p>Padrón and a group of supporters wore T-shirts calling for justice. </p><p>“Even though we cannot speak and we cannot disrespect the court, our shirts speak for us,” Padrón said. </p><p>Detectives accused Valdez-Galloso of shooting Carbajal Zaldívar in the head shortly after 5:25 a.m. on Oct. 3, 2024, in Hialeah, records show. </p><p>Police officers found Carbajal Zaldívar injured at about 6:45 a.m. on Oct. 3, 2024, in a parked 2023 Mercedes-Benz sports utility vehicle near Northwest Ninth Avenue and 17th Street in Allapattah, records show. </p><p>A doctor pronounced Carbajal Zaldívar dead on Oct. 10, 2024, at Jackson Memorial Hospital. Miami-Dade Sheriff’s Office detectives investigated the homicide. </p><p>U.S. Marshals arrested Valdez-Galloso, a convicted felon, on Oct. 29, 2024, in Brooklyn, New York. He was extradited and booked <a href="https://www.miamidade.gov/global/release.page?Mduid_release=rel1730940927382500" target="_self" rel="" title="https://www.miamidade.gov/global/release.page?Mduid_release=rel1730940927382500">on Nov. 6, 2024</a>, at the Turner Guilford Knight Correctional Center in Miami-Dade. </p><p>Miami-Dade prosecutors filed a case against Valdez Galloso, a registered sex offender, on Nov. 7, 2024, and a grand jury indictment was filed on Jan. 29, 2025, court records show. </p><p>Valdez Galloso faced charges of first-degree murder with a deadly weapon, tampering with physical evidence, and possession of a weapon by a convicted felon. His next status hearing is at 9:15 a.m. on Sept. 2. </p><p><b>Related report</b>:<a href="https://www.local10.com/news/local/2025/11/12/cuban-rapper-chocolate-mc-found-guilty-in-murder-for-hire-case/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/12/cuban-rapper-chocolate-mc-found-guilty-in-murder-for-hire-case/"> Cuban rapper Chocolate MC found guilty in murder-for-hire case</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UN4BTNBANRGOLGV7WB4YQ7JJF4.jpg?auth=fe84f62823c14b3bee99f1f5eda84e6c60d38644557b50553923ea58e31c6e10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Marshals arrested Damian Valdez-Galloso on Oct. 29 in Brooklyn on an out-of-state warrant and extradited him to Miami-Dade County where he remained behind bars on Wednesday for the murder of Cuban singer El Taiger.]]></media:description></media:content></item><item><title><![CDATA[Plantation cruise passenger caught with child sex abuse videos showing 100+ victims, feds say]]></title><link>https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Plantation man is facing federal charges after authorities said he was caught with child sexual abuse videos after getting off a cruise at PortMiami, according to newly-public court documents.]]></description><pubDate>Tue, 28 Jul 2026 20:19:28 +0000</pubDate><content:encoded><![CDATA[<p>A Plantation man is facing federal charges after authorities said he was caught with child sexual abuse videos after getting off a cruise at PortMiami, according to newly-public court documents.</p><p><a href="https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/">Leer en español</a></p><p>Steve Lee Lawson, 45, was taken into custody after disembarking the Norwegian Getaway on Friday after it arrived from the Bahamas, according to a federal criminal complaint. Records show he faced a Miami federal judge on Monday.</p><p>In the complaint, a Homeland Security Investigations special agent wrote that customs officers referred Lawson to a secondary inspection, searched his phone and found two illicit videos in a messaging application. They said they later found more than a dozen child sexual abuse videos.</p><p>Those clips included a “video over (one) hour in length that simultaneously played three separate compilation videos that depict approximately more than 100 prepubescent (girls)” being raped and sexually abused, according to the complaint.</p><p>Authorities said the application showed that Lawson downloaded the clips while the ship was docked in the Bahamas. They said he admitted to paying for the videos using cryptocurrency and claimed “that he was enticed to do so after he observed female minors in bikinis on the cruise.”</p><p>Records show that Lawson, facing federal charges related to the possession and transportation of child sexual abuse material, remained in the Federal Detention Center in downtown Miami as of Tuesday afternoon. No booking photo was available.</p><p>The complaint indicates that authorities are seeking to keep him locked up on pre-trial detention.</p><p>Lawson, after appearing in Miami federal court on Monday, was ordered held ahead of a pre-trial detention hearing scheduled for Thursday, court documents show.</p><p>In those documents, prosecutors said they are seeking to keep him locked up “based on risk of flight.”</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/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a pasajero de crucero de Plantation con videos de abuso sexual infantil que muestran a más de 100 víctimas, según autoridades federales.]]></title><link>https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de 45 años fue detenido el viernes a su llegada procedente de las Bahamas y tras bajar del crucero Norwegian Getaway.]]></description><pubDate>Tue, 28 Jul 2026 21:11:57 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Plantation enfrenta cargos federales después de que las autoridades informaran que fue sorprendido con videos de abuso sexual infantil al desembarcar de un crucero en PortMiami, según documentos judiciales recién divulgados.</p><p>Steve Lee Lawson, de 45 años, fue detenido el viernes a su llegada procedente de las Bahamas y tras bajar del crucero Norwegian Getaway, según una denuncia penal federal. Los registros indican que compareció ante un juez federal de Miami el lunes.</p><p>En la denuncia, un agente especial de Investigaciones de Seguridad Nacional (HSI) detalló que los agentes de aduanas remitieron a Lawson a una inspección secundaria, revisaron su teléfono y hallaron dos videos ilícitos en una aplicación de mensajería. Posteriormente, encontraron más de una docena de videos de abuso sexual infantil.</p><p>Dichas grabaciones incluían un “video de más de una hora de duración que reproducía simultáneamente tres compilaciones distintas en las que aparecían más de 100 niñas prepúberes” siendo violadas y objeto de abuso sexual, según la denuncia.</p><p>Las autoridades señalaron que la aplicación mostraba que Lawson había descargado los videos mientras el barco estaba atracado en las Bahamas. Indicaron que él admitió haber pagado por los videos con criptomonedas y alegó “que se sintió incitado a hacerlo tras ver a menores de edad en bikini durante el crucero”.</p><p>Los registros muestran que Lawson, quien enfrenta cargos federales relacionados con la posesión y el transporte de material de abuso sexual infantil, permanecía recluido en el Centro de Detención Federal del centro de Miami hasta la tarde del martes. No se dispuso de ninguna fotografía de su fichaje policial.</p><p>La denuncia indica que las autoridades buscan mantenerlo bajo custodia mediante prisión preventiva.</p><p>Tras comparecer el lunes ante el tribunal federal de Miami, se ordenó que Lawson permaneciera detenido a la espera de una audiencia sobre prisión preventiva programada para el jueves, según los documentos judiciales.</p><p>En dichos documentos, los fiscales manifestaron que solicitan mantenerlo detenido “debido al riesgo de fuga”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Reportan más de una docena de robos en vehículos durante la noche en vecindario de Lauderhill ]]></title><link>https://www.local10.com/espanol/2026/07/28/reportan-mas-de-una-docena-de-robos-en-vehiculos-durante-la-noche-en-vecindario-de-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/reportan-mas-de-una-docena-de-robos-en-vehiculos-durante-la-noche-en-vecindario-de-lauderhill/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Video de vigilancia captó a varios presuntos ladrones con el rostro cubierto irrumpiendo en múltiples vehículos de un vecindario del condado Broward.]]></description><pubDate>Tue, 28 Jul 2026 21:00:40 +0000</pubDate><content:encoded><![CDATA[<p>Un video de vigilancia captó a varios presuntos ladrones irrumpiendo en múltiples vehículos en un tranquilo vecindario del condado Broward.</p><p>El incidente ocurrió poco después de las 5 a.m. del martes en Northwest 23rd Street, cerca de la 44th Avenue, en Lauderhill.</p><p>Las imágenes muestran a los delincuentes, con el rostro cubierto por mascarillas y capuchas, irrumpiendo en más de una docena de vehículos.</p><p>Los criminales no parecían preocuparse por las luces, las cámaras de vigilancia ni por los residentes que aún estaban dentro de sus viviendas.</p><p>Una de las víctimas fue la enfermera registrada Marry Gooding, a quien le robaron su bolso de trabajo, dinero en efectivo e información personal. Además, ahora tendrá que pagar la reparación de su vehículo tras el robo.</p><p>“Esta mañana estoy recibiendo cotizaciones de entre $450 USD y $500 USD”, dijo. “En mi billetera tenía una tarjeta de regalo de Costco de $800 USD, mi tarjeta de débito y mis dos tarjetas de crédito”.</p><p>Gooding fue solo una de varios vecinos que despertaron y descubrieron que sus cámaras de vigilancia también captaron a los ladrones revisando sus pertenencias.</p><p>“Es como si te quitaran la vida porque todo está en tu billetera”, dijo.</p><p>El Departamento de Policía de Lauderhill informó que investiga varios robos en vehículos en la zona y que está revisando los videos de vigilancia.</p><p>Cualquier persona con información que pueda ayudar a la investigación debe comunicarse con la Policía de Lauderhill o con Broward Crime Stoppers al 954-493-TIPS.</p>]]></content:encoded></item><item><title><![CDATA[Washington crime stats system experienced a 'systemic breakdown' of internal controls, report says]]></title><link>https://www.local10.com/news/national/2026/07/28/washington-crime-stats-system-experienced-a-systemic-breakdown-of-internal-controls-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/28/washington-crime-stats-system-experienced-a-systemic-breakdown-of-internal-controls-report-says/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Washington, D.C. Metropolitan Police Department's crime statistics collection experienced a “prolonged, systemic breakdown of its internal control system,” according to a report released Tuesday by the city’s inspector general, which reviewed the department's process after accusations by the federal government that figures were manipulated.]]></description><pubDate>Tue, 28 Jul 2026 20:51:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Washington, D.C. Metropolitan Police Department's crime statistics collection experienced a “prolonged, systemic breakdown of its internal control system,” according to a report released Tuesday by the city’s inspector general, which reviewed the department's process after accusations by the federal government that figures were manipulated.</p><p>The investigation, requested in December by Mayor Muriel Bowser, reviewed MPD crime data from 2015 through 2025. While the report did not indicate any fraud or intentionality in the flaws in the crime stats collection, it recommended a series of steps meant to ensure accuracy in the data gathering going forward.</p><p>“We found that MPD’s crime reporting controls broke down significantly during the period we examined,” it said.</p><p>The police force’s crime statistics collection faced increasing scrutiny after President Donald Trump issued a monthlong emergency order last summer that federalized the police force and launched a law enforcement operation in the nation’s capital that his Republican administration said was meant to fight crime.</p><p>Local officials maintained that crime was already dropping when Trump took the action. Critics said the problematic statistics erroneously downplayed the true impact of Trump’s initiative.</p><p>The report made five recommendations to the department, including establishing a permanent, independent crime report review function with personnel who are appropriately trained with the authority to return reports to officers for correction.</p><p>It highlighted the 2013 dissolution of an independent unit that reviewed the statistics gathering process, which the report said led to crime classification errors and meant that incomplete explanations could pass through the approval process, uncorrected.</p><p>“Crime data is the informational foundation on which MPD makes operational decisions, the District allocates resources, and the public evaluates the safety of its community,” the report concluded. When that data is unreliable “the consequences extend beyond inaccurate statistics.”</p><p>The report did not weigh in more broadly on Trump's law enforcement efforts in Washington.</p><p>The report noted that in recent months the department has taken steps to address concerns in crime classification and reporting.</p><p>An emailed response from MPD said a number of steps the department is taking, including increased training, as well as the creation of the Data Quality and Compliance Branch to “enforce objective reporting, and conduct systematic reviews of police reports.”</p><p>A Republican-led House Committee on Oversight and Government Reform accused Washington's former police chief of pressuring subordinates to manipulate department data to artificially lower the city’s crime rates.</p><p>A separate investigation by U.S. Attorney Jeanine Pirro’s office also found that a significant number of MPD reports had been misclassified to make crime rates appear lower than they are.</p><p>Pirro’s office began its investigation in August at the height of a political showdown between Trump’s administration and the city over control of the police department. Trump claimed violent crime in Washington was getting worse as he ordered a federal takeover of the police department.</p><p>Neither investigation found grounds for charging anybody with a crime.</p><p>In May, Washington interim Police Chief Jeffery Carroll announced that 13 officers had been placed on administrative leave in connection with an internal investigation into how the department keeps crime statistics.</p><p>Eleven are still on administrative leave and two have “separated from services,” the department said in an email.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F5SW6MMTEP5MGSIB7DFD3ZJ3ZA.jpg?auth=69877856ca20da8cd524c6584f82cb67046c849e7a4eee6c84f3aadaa1bb2d6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[District of Columbia Mayor Muriel Bowser, right, speaks as Delano Hunter, director of the DC Department of General Services, left, listens during the opening of the newly renovated outdoor pool at the Rosedale Recreation Center, Thursday, July 23, 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[Big Ten: No league championship game if college football moves to a 24-team playoff]]></title><link>https://www.local10.com/sports/2026/07/28/big-ten-no-league-championship-game-if-college-football-moves-to-a-24-team-playoff/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/big-ten-no-league-championship-game-if-college-football-moves-to-a-24-team-playoff/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — The Big Ten Conference would do away with its championship game if college football adopts a 24-team playoff.]]></description><pubDate>Tue, 28 Jul 2026 20:51:05 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The Big Ten Conference would do away with its championship game if college football adopts a 24-team playoff.</p><p>Commissioner Tony Petitti says that’s a worthwhile sacrifice to get his preferred postseason format.</p><p>“When we make this decision as a league – are we going to support 24 – that’s where you start the conversation,” Petitti said Tuesday as the Big Ten opened its football media days. “Are you willing to give up your championship game to have the expanded playoff?”</p><p>Pettiti mentioned this possibility back in May as he stepped up his push to double the 12-team playoff. He conceded a 24-team College Football Playoff would mean no Big Ten championship game, which has been held annually in Indianapolis since 2011.</p><p>“Yeah, I think it’s pretty much we won’t be playing a championship game if we go to 24,” he said.</p><p>The bid to expand the playoff to 24 teams also has the support of the Atlantic Coast Conference, Big 12 and Notre Dame. The Southeastern Conference remains a holdout.</p><p>During the SEC’s media days event last week, commissioner Greg Sankey cited the risk to conference championship games as one potential drawback of a 24-team format. The SEC was the first major conference to adopt a league championship game and held its first one in 1992.</p><p>Petitti noted the potential drawbacks a team would face when it enters the playoff after competing in a championship game.</p><p>“There’s a lot of conflicting incentives,” Petitti said. “It’s still very powerful to win a Big Ten championship, and teams play hard. They want to win that game. But you’re talking about a pretty tough journey to go all the way through and where you are playing next, and what happens if a team loses that game, they don’t get a bye, and they have to go play relatively quickly.”</p><p>Petitti also outlined his reasons for wanting a 24-team playoff rather than merely expanding to 16. He said it would assure that more late-season games carried postseason implications.</p><p>“The format creates all kinds of incentives,” Petitti said. “If you think about a 24-team playoff, right, a bunch of teams are going to be ranked between 16 and 24 that are just trying to make sure they’re in. You’re going to have teams playing until the very end to see if they’re in. You’re going to have teams playing to see if they can get a home game. So every game is going to matter because your seeding is always going to be determined by somebody else.”</p><p>While some SEC coaches such as Georgia's Kirby Smart and Tennessee’s Josh Heupel have countered Sankey’s position by saying they’re intrigued by a 24-team playoff, Big Ten coaches seem universally behind Petitti.</p><p>“When you get a room of 50 coaches or whatever we have in this conference together, it’s hard to get everybody to be unanimous on something,” Southern California's Lincoln Riley said. “This is something that our room has been unanimous on.”</p><p>Riley said the lack of a conference championship game would make this more like the NFL model, where people simply pay more attention to the national championship than anything else.</p><p>“I know obviously those (conference championship games) are huge revenue drivers for these conferences, which matters in this day and ae maybe a little bit more than it used to,” Riley said. “But to think that that could not be made up when you start adding in some of those playoff games…. I have a hard time believing that couldn’t be recouped, that these conferences can’t just decide the regular-season champion, have your tiebreaker structure or whatever and let’s get into the playoffs.”</p><p>The standoff between the Big Ten and the SEC represented the latest disagreement between college football’s two heavyweight conferences, but Petitti downplayed their off-field disagreements. He pointed out that he and Sankey had spoken over five separate times Tuesday morning while awaiting proposed changes to Congress’ Protect College Sports Act.</p><p>Petitti even said he’d like to see more SEC-Big Ten matchups similar to Ohio State’s trip to Texas and Oklahoma’s visit to Michigan this season.</p><p>But that couldn’t stop the Big Ten from crowing a bit about getting the upper hand the last few years.</p><p>As Petitti spoke to reporters, the last three College Football Playoff trophies were to his right, representing the national titles won by Big Ten members Michigan in 2023, Ohio State in 2024 and Indiana in 2025. Petitti noted the Big Ten also has the reigning champions in men’s basketball ( Michigan ) and women’s basketball ( UCLA ).</p><p>Illinois coach Bret Bielema, who coached in the SEC at Arkansas from 2013-17, offered the line of the day by saying SEC schools “kind of want to live in 2005 forever.”</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TWPUEOQHJWGYEN7MFEFB5EYUIQ.jpg?auth=20a9e8e55877865c1caf080a8c02cc54f9a50f21a006c0ba3b7429c631f07069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Big Ten Conference Commissioner Tony Petitti speaks during an news conference at the Big Ten Conference NCAA college football media days at Lucas Oil Stadium, July 26, 2023, in Indianapolis. (AP Photo/Darron Cummings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content></item><item><title><![CDATA[New York school pauses plan to deploy humanlike AI robot teacher after backlash]]></title><link>https://www.local10.com/tech/2026/07/28/new-york-school-pauses-plan-to-deploy-humanlike-ai-robot-teacher-after-backlash/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/28/new-york-school-pauses-plan-to-deploy-humanlike-ai-robot-teacher-after-backlash/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A school district in a rural corner of upstate New York is hitting pause on plans to deploy an AI-powered, humanoid robot in the classroom after state education officials, teachers and local residents raised concerns, including the maker's ties to a company that produces hyper realistic sex bots.]]></description><pubDate>Tue, 28 Jul 2026 20:50:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A school district in a rural corner of upstate New York is hitting pause on plans to deploy an AI-powered, humanoid robot in the classroom after state education officials, teachers and local residents raised concerns, including the maker's ties to a company that produces hyper realistic sex bots.</p><p>The Salamanca City Central School District's board approved the nearly $60,000 purchase from Realbotix with visions that “Sally,” as the stationary robot with long brown hair has already been nicknamed, would enhance the education of high school students studying robotics and technology fields.</p><p>“Having a difficult time programming an Arduino board? Don’t even know what an Arduino board is? Ask Sally and she can explain it,” Superintendent Mark Beehler, said Tuesday. “The robot also provides opportunities for students to learn how the robot is maintained, how it is updated with new approved content, and how to troubleshoot issues.”</p><p>But as news spread in the small community located on the Seneca Nation of Indians reservation, parents and teachers worried about how students' personal information would be used. Unionized teachers took aim at Realbotix's sex doll sister company, even as district officials and the company itself stressed the two manufacturers operate independently.</p><p>“A robot built by a company associated with sex dolls has no business in our classrooms,” said Melinda Person, president of the labor union New York State United Teachers.</p><p>For now, the robot pilot remains on hold as the district works through “enhanced student data privacy agreements” with the state education officials and continues outreach to the community, according to a statement the district posted Friday on its Facebook page.</p><p>State officials and teacher voice concerns</p><p>State Education Commissioner Betty Rosa said she remained concerned about the robot’s role in the classroom even after her staff met with district officials.</p><p>“Although you confirmed that the robot would not have any role delivering classroom instruction, a recent presentation to the board characterized the robot as a ‘tutoring platform,' ” Rosa wrote in a letter to the district Friday.</p><p>She also echoed residents’ concerns about what data privacy and security protections would be in place.</p><p>Unionized teachers, meanwhile, suggested the effort was a first step toward replacing, flesh-and-bone educators. “Sally” will be able to move her arms and hands but have nonworking legs.</p><p>“Our students don’t need robots," Person said. "They need real relationships with caring adults.”</p><p>District officials defend robot purchase</p><p>Beehler stressed the pilot, which also includes rollout of a virtual, AI-powered teacher’s assistant and at-home tutoring program, is not about replacing staff.</p><p>“There is no possible way a robot can replace a human in a school,” he said Tuesday. “Even if it were possible, it would in no way be in the best interest of students. Teaching is a human-to-human process.”</p><p>Beehler, who was connected to Realbotix through a former colleague, said the Las Vegas-based company was a natural fit for because its robots are already programmed with WozEd, a curriculum from Apple co-founder Steve Wozniak that the district uses.</p><p>Last year, a San Diego charter school rolled out two AI-powered robots purchased from Engineered Arts, a robotics company based in the United Kingdom, for $500,000.</p><p>Salamanca Schools, in social media posts, stressed that “Sally” won’t be collecting students’ personal information, recording audio or video of its interactions or sending data back to Realbotix.</p><p>The robot also has been programmed to steer clear of inappropriate topics such as sex, violence and gambling, and it won’t be able to search the public internet or draw answers from unvetted generative AI services.</p><p>Instead, all information on “Sally” will be stored locally, with the life-sized robot consuming roughly the same amount of energy as a laptop, according to the district.</p><p>Robot maker responds to criticism</p><p>Realbotix added Tuesday that student authentication would be handled through the district’s existing systems, and any student-linked information would remain encrypted and under the district’s control.</p><p>The company also pushed back at suggestions that “Sally” was simply a repurposed sex doll, saying it was a “newly manufactured, purpose-built educational unit” with no modified or repurposed hardware.</p><p>The school’s robot comes from Realbotix LLC, which focuses on healthcare, education and other on-adult commercial applications. A sister company, Intima LLC, holds an ownership stake in RealDoll, a longtime maker of sex dolls, including a line of AI-powered models billed as the “world’s most advanced sex robot.”</p><p>“Realbotix LLC and Intima LLC have different product offerings with no crossover,” the company said in a statement last week. “The two subsidiaries maintain their own management, personnel, payroll, facilities, manufacturing operations, product development, and market strategies.”</p><p>Some residents remain wary</p><p>Beehler argued that it is crucial for isolated districts like Salamanca, which is located along the Allegheny River near the Pennsylvania state line, to find new ways to introduce cutting-edge products into classrooms.</p><p>“In most cases, our students need to travel 1-2 hours to have opportunities to see emergent technology,” he said Tuesday. “One of the intents of the robot is to help level the playing field and motivate students to continue studying robotics, AI, and STEAM related career pathways.”</p><p>Some Salamanca residents, though, remain unconvinced.</p><p>Joplin Ficek, who graduated from Salamanca High School in 2024 and now works at a daycare, said she doesn’t see any reason to have robots or AI take such a prominent role at her alma mater at all.</p><p>“They just need to hire more people who are willing to put in the effort for the children,” Ficek said. “They need more interaction with the children than having some robot raise our kids.”</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UGDW4OAE3RBCQLVBAQ7AA4POKY.jpg?auth=d7a972b5fae289b732de38ed9d5eb86ed8ed36a563949f6165dc581a14c06b9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Realbotix humanoid robot, center, speaks with attendees at a Realbotix booth during the CES tech show Jan. 8, 2025, in Las Vegas. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[49ers coach Kyle Shanahan takes blame for the crash that left him with a concussion]]></title><link>https://www.local10.com/sports/2026/07/28/49ers-coach-kyle-shanahan-takes-blame-for-the-crash-that-left-him-with-a-concussion/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/49ers-coach-kyle-shanahan-takes-blame-for-the-crash-that-left-him-with-a-concussion/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — San Francisco 49ers coach Kyle Shanahan took the blame for the car crash that left him with a concussion and other injuries, saying he took his eyes off the road to reach for his fallen cell phone before hitting another vehicle.]]></description><pubDate>Tue, 28 Jul 2026 20:58:42 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — San Francisco 49ers coach Kyle Shanahan took the blame for the car crash that left him with a concussion and other injuries, saying he took his eyes off the road to reach for his fallen cell phone before hitting another vehicle.</p><p>Shanahan crashed into a 21-year-old woman driving in the other direction in Palo Alto on July 14 and was left with a concussion, broken ribs, a broken nose and broken left hand and stitches for a large cut above his right eye. Shanahan was briefly hospitalized following the crash and hasn't been able to coach the team at the start of training camp. The other driver suffered minor injuries and did not need to be hospitalized.</p><p>Shanahan spoke to a small group of reporters on Tuesday for the first time since the crash to explain what happened from his vantage point and to make clear the crash was his fault.</p><p>“I was going 20 miles an hour,” Shanahan said. “I was not on my phone, but I dropped my phone, and it was stuck in my seats. It was on my lap, and it slid off, and I went down to look for it, and took my eyes off the road for two seconds, and as I was coming up, the air bags hit me in my face.”</p><p>Police filed no charges in the crash.</p><p>Shanahan has been unable to run the team or practice since training camp started on Saturday with assistant Chris Foerster in charge with assistance from coordinators Raheem Morris, Klay Kubiak and Brant Boyer.</p><p>Shanahan has come out for portions of the first two practices to watch alongside general manager John Lynch. He said he is not bothered by the sunlight but loud noises like the music at practice are still an issue.</p><p>Shanahan said he has made considerable progress and expects to make a full recovery. The 49ers have said that Shanahan is going through a similar protocol to the one used for players after a concussion and will resume coaching when he is recovered.</p><p>Shanahan is entering his 10th season as 49ers coach and is one of the most highly regarded coaches in the game for his offensive acumen. San Francisco has made two trips to the Super Bowl under his watch following the 2019 and 2023 seasons and made two additional appearances in the NFC title game in the 2021 and ’22 seasons.</p><p>Shanahan has a 91-72 record in the regular season and playoffs for the 49ers, ranking third in franchise history in wins behind George Seifert (108) and Bill Walsh (102).</p><p>The team overcame significant injuries last season to finish 12-5 in the regular season and win a playoff game as Shanahan finished fifth in voting for the AP NFL Coach of the Year.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B6JH7PANL5H2CXIQV2WU4KS4Y4.jpg?auth=e3921311191459e02f485c142439673c99f02d727744d03d14b6d46a7f0c6f49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Francisco 49ers head coach Kyle Shanahan speaks at a news conference after an NFL football practice Thursday, May 28, 2026, in Santa Clara, Calif. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Lawsuit claims US civil rights agency has halted all federal-sector class complaints]]></title><link>https://www.local10.com/business/2026/07/28/lawsuit-claims-us-civil-rights-agency-has-halted-all-federal-sector-class-complaints/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/lawsuit-claims-us-civil-rights-agency-has-halted-all-federal-sector-class-complaints/</guid><dc:creator><![CDATA[By ALEXANDRA OLSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A labor union and two female prison employees filed a lawsuit Tuesday accusing a U.S. civil rights agency of unlawfully halting their sexual harassment case as part of wider order to indefinitely suspend proceedings in all federal-sector class claims.]]></description><pubDate>Tue, 28 Jul 2026 20:42:40 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A labor union and two female prison employees filed a lawsuit Tuesday accusing a U.S. civil rights agency of unlawfully halting their sexual harassment case as part of wider order to indefinitely suspend proceedings in all federal-sector class claims.</p><p>The lawsuit claims that the Equal Employment Opportunity Commission has ordered an indefinite suspension of federal-sector class complaints pending before the agency's administrative judges, who handle discrimination complaints from federal workers in a process that is different than for private sector workers.</p><p>The two women, who are correctional officers at a Louisiana federal prison, have a pending certified class complaint against the Federal Bureau of Prisons, claiming that prison management failed to prevent and correct widespread sexual harassment by inmates against female workers, including rape threats, unwanted touching and nudity. The women, Deanna Chelette and Alexzandria Boyd, were joined in their lawsuit by the American Federation of Government Employees, the largest union representing federal workers.</p><p>It is not clear why the EEOC gave the suspension directive, which the agency had not publicly disclosed, or how many other cases are affected. The EEOC referred all questions to the Department of Justice, which declined to comment.</p><p>Under President Donald Trump, the EEOC has drastically overhauled its civil rights enforcement priorities, including prioritizing cases aimed at stamping out diversity and inclusion policies, dropping cases on behalf of transgender workers and abandoning longstanding tools for investigating systemic discrimination. The changes have prompted several lawsuits against EEOC Chair Andrea Lucas, who says she is pursuing an “even-handed” and “colorblind” vision of workplace civil rights.</p><p>But it's not apparent how the order to suspend federal-sector class claims fits into the EEOC's new priorities. In the court filing, attorneys for the plaintiffs said the EEOC had provided “no reasoned explanation for a blanket policy that halts an entire category of discrimination cases.” The lawsuit seeks to have the suspension directive vacated.</p><p>“Without an explanation, it's hard to infer what the EEOC’s intentions behind this were, but it’s hard to ignore that this is part of a broader campaign at the EEOC to undermine the ability of employees to protect rights that Congress has provided to them under the civil rights laws,” said Joseph Sellers, co-chair of Cohen Milstein Sellers & Toll’s civil rights and employment practice and one of the attorneys for the plaintiffs.</p><p>The pending class complaint claimed that management at Louisiana's Federal Correctional Complex at Pollock failed to stop inmates from subjecting female workers to sexual harassment. The complaint included declarations from eight other women who also described the harassment and management's response, and estimated that the class complaint would include least 182 women. The Federal Bureau of Prisons did not respond to requests for comment.</p><p>According the lawsuit against the EEOC, Administrative Judge Erania Ebron had certified the class in March 2025. But in December, Ebron issued a notice that case had been paused until further notice.</p><p>Attorneys in the case argued that the suspension violates the EEOC's own regulations governing complaints filed by federal workers requiring the agency to handle complaints promptly.</p><p>The lawsuit said that during the seven months the case has been halted, Chelette, Boyd and other women “have been subjected to, or are at risk of, ongoing and escalating sexual harassment that continues to go unremedied. They have no information about when, if ever, their case will continue.”</p><p>“Management is just sort of emboldened and taking even less corrective action, sending the message to the inmates that you can sexually harass and abuse these female staff and get away with it because we’re not going to do anything to do you,” said Heidi Burakiewicz, an attorney for the plaintiffs and founding partner at Burakiewicz & DePriest.</p><p>While it remains unclear how many cases the EEOC has paused, the attorneys who filed the lawsuit said they are representing federal workers in at least five other class complaints that are stalled, including cases against the FBI and the Department of Defense.</p><p>While the plaintiffs have the legal right to opt out of the EEOC process and bring their case to federal court, attorney said it would require them to essentially build their case anew, including securing class status from scratch in a process that could take years.</p><p>_______ The Associated Press’ women in the workforce coverage receives financial support from Pivotal Ventures. 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>AP Business Writer Claire Savage contributed to this story from Chicago.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVGR2U6RW65U7MYCKWDPB2BYEU.jpg?auth=f18de92510c0b0ed8442de8aa08c4e69c736ac669915124fac3dd45012946893&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrea Lucas, nominee to be a member of the Equal Employment Opportunity Commission, testifies during a Senate Health, Education, Labor, and Pensions (HELP) Committee hearing, June 18, 2025, on Capitol Hill in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[College NIL bill includes $25 million 'retention pool' but is that enough to sway Big Ten, SEC?]]></title><link>https://www.local10.com/sports/2026/07/28/college-nil-bill-includes-25-million-retention-pool-but-is-that-enough-to-sway-big-ten-sec/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/college-nil-bill-includes-25-million-retention-pool-but-is-that-enough-to-sway-big-ten-sec/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[A reworked Senate bill designed to regulate college sports proposes to more than double the amount of money schools could share with players as part of a flurry of revisions designed to win the support of the Big Ten and Southeastern Conferences.]]></description><pubDate>Tue, 28 Jul 2026 20:39:59 +0000</pubDate><content:encoded><![CDATA[<p>A reworked Senate bill designed to regulate college sports proposes to more than double the amount of money schools could share with players as part of a flurry of revisions designed to win the support of the Big Ten and Southeastern Conferences.</p><p>Big Ten commissioner Tony Pettiti said Tuesday at his conference's football media days that he was waiting to review the new language in the Protect College Sports Act, and the hope is that the new version of the bill “provides a lot more help than not.”</p><p>Among the key changes would be up to $25 million devoted to a “retention” pool that would allow schools to pay athletes already on their rosters to stay. That would be in addition to the $21.3 million schools are allowed to spend this season. Some $5 million of the new money would be devoted to women's sports.</p><p>“That’s all very specific language that has to work together with the (House) settlement, so we need to see the language on all of that,” Pettiti said.</p><p>The House settlement, which dictates the terms of revenue sharing, calls for 22% of certain revenues to be shared with the athletes. The retention pool figures to drastically change that math. Also uncertain is how it would impact name, image and likeness compensation from third parties, which allows schools to blow past the cap and many agree is the reason costs of assembling football and basketball rosters are spiraling out of control.</p><p>Jeffrey Kessler, the plaintiffs' attorney in the House case, told The Associated Press: “I would have to see the specific provisions of the entire bill to evaluate any issues with the settlement.”</p><p>An outline of the changes made to the bill, a copy of which the AP obtained, also included changes the conferences sought over Olympic and women's sports; avoiding creation of so-called super leagues; and making sure conferences won't be required to participate in a media rights pooling arrangement the bill would allow.</p><p>Two other key points the conferences seek are refined language about limiting lawsuits over eligibility issues and preempting state statutes that guide NIL payments in favor of one uniform national law.</p><p>In speaking about the ramifications of the bill, Tennessee athletic director Danny White told AP this week that the best way to deal with the lawsuit issues is to let players collectively bargain.</p><p>“Even if they do act, there’s still a lot of issues that they won’t address and they probably can’t address legally,” White said.</p><p>There have been conflicting reports about how likely the bill is to reach the Senate floor, where it will need 60 votes to pass and move on to the House. Last week, Senate Majority Leader John Thune, R-South Dakota, said it was unlikely the bill would reach a vote before the Senate's begins its recess Aug. 7.</p><p>The recent action might have changed the calendar.</p><p>“There’s a long list of areas where we’d like to see some improvements, but like the commissioner said, we also recognize that we’re not going to get everything that we’d like," said Josh Whitman, the athletic director at Illinois who was chair of the NCAA board of directors through June. "And so ultimately, we’d like to see something put together in a package where the benefits outweigh some of the potential negatives.”</p><p>___</p><p>AP Sports Writers Steve Megargee in Chicago and Teresa M. Walker in Nashville, Tenn., contributed.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6HRLBKTG65WVXFHABRKMNRVZA.jpg?auth=7525746efa7e4b852432b267abf3c47f8addfee0d8241f7a3d6b12da857b9c3a&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, speaks at a Senate Judiciary Committee hearing with Acting Attorney General Todd Blanche on Capitol Hill in Washington, Wednesday, July 15, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWPUEOQHJWGYEN7MFEFB5EYUIQ.jpg?auth=20a9e8e55877865c1caf080a8c02cc54f9a50f21a006c0ba3b7429c631f07069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Big Ten Conference Commissioner Tony Petitti speaks during an news conference at the Big Ten Conference NCAA college football media days at Lucas Oil Stadium, July 26, 2023, in Indianapolis. (AP Photo/Darron Cummings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content></item><item><title><![CDATA[Lauderhill neighborhood rocked by over a dozen overnight car break-ins]]></title><link>https://www.local10.com/news/local/2026/07/28/lauderhill-neighborhood-rocked-by-over-a-dozen-overnight-car-break-ins/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/lauderhill-neighborhood-rocked-by-over-a-dozen-overnight-car-break-ins/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Surveillance video captured several suspected thieves breaking into multiple vehicles in a quiet Broward County neighborhood.]]></description><pubDate>Tue, 28 Jul 2026 20:39:17 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video captured several suspected thieves breaking into multiple vehicles in a quiet Broward County neighborhood.</p><p>It happened along Northwest 23rd Street near 44th Avenue in Lauderhill just after 5 a.m. Tuesday. </p><p>Video footage shows the crooks, covering their faces with masks and hoodies, breaking into more than a dozen vehicles. </p><p>The criminals did not appear to be fazed by lights, cameras or  residents still inside their homes. </p><p>One of the victims was registered nurse Marry Gooding, who had her work bag, cash and personal information taken, and will also have to foot the bill to have her car repaired following the break-in. </p><p>“I am getting quotes this morning from $450 to $500,” she said. “In my wallet I had a $800 dollar gift card from Costco. My debit card, my two credit cards.”</p><p>Gooding was just one of several neighbors who woke up to find their surveillance cameras also captured the thieves rummaging through their property.</p><p>“It’s like your life is stripped from you because everything is in your wallet,” she said. </p><p>The Lauderhill Police Department said it is investigating several car break-ins in the area and are reviewing surveillance video. </p><p>Anyone with information that may help police is urged to contact Lauderhill police or Broward Crime Stoppers at 954-493-TIPS. </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[NFL starting QB auditions are uncommon, but Browns, Falcons and Vikings camps begin with competition]]></title><link>https://www.local10.com/sports/2026/07/28/nfl-starting-qb-auditions-are-uncommon-but-browns-falcons-and-vikings-camps-begin-with-competition/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/nfl-starting-qb-auditions-are-uncommon-but-browns-falcons-and-vikings-camps-begin-with-competition/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[EAGAN, Minn. (AP) — The quarterback position took even more heat — and hits — than usual last season around the NFL.]]></description><pubDate>Tue, 28 Jul 2026 20:39:15 +0000</pubDate><content:encoded><![CDATA[<p>EAGAN, Minn. (AP) — The quarterback position took even more heat — and hits — than usual last season around the NFL.</p><p>Ill-timed injuries to Daniel Jones, Patrick Mahomes and Bo Nix left their teams in the lurch. Joe Burrow, Jayden Daniels and Lamar Jackson had trouble staying healthy. Others once targeted and trained as franchise players were either sidetracked or discarded, as J.J. McCarthy, Kyler Murray, Michael Penix Jr. and Tua Tagovailoa found themselves on insecure ground.</p><p>Training camps always present a fresh start. Jones, Mahomes and Nix have been cleared for full activity, stabilizing or energizing the huddle in Indianapolis, Kansas City and Denver. Cincinnati, Washington and Baltimore are plenty happy to turn anew to Burrow, Daniels and Jackson. Murray (Minnesota) and Tagovailoa (Atlanta) flew to new places for welcomed scenery changes.</p><p>After all 32 reset buttons have been pushed, though, a handful of teams have reported with varying levels of intrigue and scrutiny surrounding the most important position on the field. Here's a closer look at the camps where there's either a legitimate competition for the season-opening starter or a measure of uncertainty:</p><p>The Browns, naturally, are auditioning QBs once again</p><p>Since Cleveland got its NFL team back in 1999, the Browns have made the playoffs just three times — and won only one postseason game. There's no arguing the connection to the perpetually shuffling depth chart at quarterback, with 42 different starters over those first 27 years.</p><p>The latest was Shedeur Sanders, who fell to the Browns in the fifth round of the 2025 draft after they'd selected Dillon Gabriel in the third round. Sanders is now competing for the job with Deshaun Watson, the fallen star whose health problems and off-the-field trouble have limited him to just 19 games over the last five seasons. Watson last played on Oct. 20, 2024, before an Achilles tendon rupture and reinjury kept him sidelined in 2025. Rookie head coach Todd Monken had hoped to name a starter by the start of training camp, but the competition will last at least a few more weeks.</p><p>Falcons bring Tagovailoa into the fold with Penix recovering from knee surgery</p><p>Atlanta had a hot seat on the offseason quarterback carousel, cutting Kirk Cousins to clear salary cap space after two unfulfilling seasons and signing Tua Tagovailoa after Miami dumped him and ate a record $99 million in dead money against the cap. Cousins' status immediately got complicated when the Falcons drafted Penix eighth overall in 2024, and the situation grew murkier yet last year when Penix tore the ACL in his left knee.</p><p>Penix had not yet been cleared for full-team work when the Falcons were last on the field at minicamp, so health and experience make Tagovailoa the front-runner for the job, though new head coach Kevin Stefanski has publicly declared this an open competition.</p><p>Murray lands in a favorable spot with the Vikings after McCarthy's rocky debut</p><p>J.J. McCarthy struggled with consistency and injuries that further hindered his opportunities to learn and improve in his debut with the Vikings last season, so the club reopened the search this year and found Murray available for the veteran minimum salary.</p><p>The Vikings have not given up on McCarthy, the 10th overall pick in the 2024 draft, and they'll split turns with the first team offense at least for the early stage of training camp. But if Murray is healthy, after spraining his foot last season and missing time between 2022-23 to recover from knee surgery, he's the clear favorite.</p><p>Willis gets big money from the Dolphins for his potential</p><p>The Dolphins didn't give $45 million guaranteed to Malik Willis for him to take turns. Their new leadership from Green Bay — general manager Jon-Eric Sullivan and head coach Jeff Hafley — became enamored with the 27-year-old over his two seasons as backup for the Packers.</p><p>With only three starts over the last three years, plus three more as a rookie with Tennessee in 2022, however, Willis is unquestionably unproven. Quinn Ewers took over for a struggling Tagovailoa and made three starts late last season, and the 2025 seventh-round draft pick performed well during spring practice sessions to present a potential alternative should the Dolphins need to consider one.</p><p>Cardinals give Brissett a pay bump and a public backing for the job</p><p>After moving on from Murray, the Cardinals landed on this short list of quarterback uncertainty — until satisfying veteran front-runner Jacoby Brissett with a new contract and formalizing his place atop the depth chart on Sunday. Fellow journeyman Gardner Minshew and third-round draft pick Carson Beck are waiting behind him in case a significant injury or costly interceptions were to give new head coach Mike LaFleur pause at some point this season.</p><p>Brissett, who's in his 11th year in the NFL, started 12 games last season after Murray's injury. He passed for a career-high 3,366 yards, but Arizona finished 3-14. After switching teams five times in five years, Brissett has stayed put for the first time since a four-season stint with Indianapolis. He was the starter for the Colts in 2017 and 2019. Minshew, who's on his sixth team in eight years in the league, was the primary starter for the Colts in 2023 after replacing then-rookie Anthony Richardson.</p><p>Raiders soft launch the Mendoza era with the comfort of Cousins</p><p>The best long-term outlook of the group clearly belongs to Las Vegas after taking Heisman Trophy and national championship winner Fernando Mendoza with the first pick in the draft. The Raiders under new head coach Klint Kubiak also brought in a sturdy bridge to that bright future by signing Cousins to help ease the rookie in.</p><p>Cousins is on top of the depth chart to start camp and the favorite to lead the Las Vegas offense in the opener, which would stop a streak of six straight quarterbacks drafted No. 1 overall starting their season opener — following Cam Ward, Caleb Williams, Bryce Young, Trevor Lawrence, Joe Burrow and Murray. Baker Mayfield in 2018 with the Browns was the last quarterback who didn’t start his first game as the first overall pick.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3XCBD4HG4W63VBXDW7KLUIMNAM.jpg?auth=dd198f540c26f06babca0d6e6b1b0e708d9d944a49f11b0d531a56c6c197087b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cleveland Browns quarterbacks Shedeur Sanders, left, and Deshaun Watson, right, throw during the teams' NFL football practice, Tuesday, June 9, 2026, in Berea, Ohio. (AP Photo/Sue Ogrocki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3YTOWCTI2IBXQ4CVOXRO5AHVM.jpg?auth=ffeb902acecf4774bb52a8867bc0bea24b38b59a780cc38bb8d8541ae59ebe2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Atlanta Falcons quarterback's Michael Penix Jr. and Tua Tagovailoa (1) move during an NFL football practice, Wednesday, May 27, 2026, in Flowery Branch, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/36HEBX5UQ3S2SUBANKL72XOGJQ.jpg?auth=1bc67ad2b7760b84ace0e9092bd6b33adb84e0b623d4916a31cb239e9d8cbb69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota Vikings quarterbacks J.J. McCarthy (9) and Kyler Murray (1) take part in drills during an NFL football practice Tuesday, June 9, 2026 in Eagan, Minn. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[5 states offer to accept nuclear waste in exchange for help developing nuclear energy]]></title><link>https://www.local10.com/tech/2026/07/28/5-states-offer-to-accept-nuclear-waste-in-exchange-for-help-developing-nuclear-energy/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/28/5-states-offer-to-accept-nuclear-waste-in-exchange-for-help-developing-nuclear-energy/</guid><dc:creator><![CDATA[By MATTHEW DALY and JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Five states have agreed to accept nuclear waste from around the country in exchange for federal help developing nuclear energy to create thousands of jobs.]]></description><pubDate>Tue, 28 Jul 2026 21:19:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Five states have agreed to accept nuclear waste from around the country in exchange for federal help developing nuclear energy to create thousands of jobs.</p><p>The states — Tennessee, Louisiana, Oklahoma, Utah and Idaho — all have Republican governors who say they welcome the chance to help America reclaim its leadership in civilian nuclear energy.</p><p>If built, the storage sites would represent significant progress in a multi-decade effort to store more than 95,000 metric tons of spent nuclear fuel and radioactive waste. Plans for a permanent underground storage facility at Nevada's Yucca Mountain have long been stalled because of staunch opposition from most residents and officials.</p><p>Spent fuel is currently stored at nuclear plants and former nuclear sites nationwide and is piling up. New storage sites would move the radioactive material away from population centers, fault lines and flood plains. Experts say the plan also should help officials gain consent from communities that will host the repositories.</p><p>Under the non-binding agreements, the states could host Nuclear Lifecycle Innovation Campuses that would include waste sites as well as uranium enrichment, spent-fuel reprocessing and fuel fabrication. The campuses may also host advanced reactor deployment, power generation and data centers, the Energy Department said.</p><p>Nuclear campuses could boost state economies</p><p>The campuses have the potential to attract up to $50 billion in private investment and generate as much as $10 billion in state and local tax revenues, the Energy Department said in a statement. Eligible projects could access federal loans worth billions of dollars, the department said.</p><p>“These campuses will be massive generators of economic growth ... and be crucial to unleashing America’s nuclear renaissance,'' Energy Secretary Chris Wright said in a statement. He called the proposed campuses an “innovative concept” that will "get America’s nuclear industry growing again.''</p><p>Tennessee is home to the Oak Ridge National Laboratory, which enriched uranium during World War II as part of the Manhattan Project, while Idaho hosts the Idaho National Laboratory, a key research site for nuclear energy and national security. Utah was a source of raw uranium for the Manhattan Project and a training site for crews that dropped atomic bombs on Japan in 1945.</p><p>“As the global epicenter of nuclear energy, Tennessee is honored to be selected as a potential host for a Nuclear Lifecycle Innovation Campus,” said Tennessee Gov. Bill Lee. "As our state answered the call during the Manhattan Project and helped shape the course of history, Tennessee stands ready once again to advance the safe, reliable energy solutions our nation depends on.”</p><p>Solution for storing waste needed to expand nuclear power</p><p>The announcement comes as President Donald Trump attempts to quadruple domestic nuclear energy production because of surging electricity demand due to a data center and artificial intelligence boom. Trump also has moved to reshape the independent Nuclear Regulatory Commission to speed up nuclear reactor development. Under Trump’s direction, the commission has proposed eliminating a foundational safety principle that for 50 years minimized the radiation people in the United States are exposed to.</p><p>The NRC proposal would abandon a philosophy to keep radiation exposure “as low as reasonably achievable,” instead setting a separate standard on maximum radiation exposure that includes several actions facilities must take depending on the potential dose of radiation to workers.</p><p>California Rep. Mike Levin said the nuclear fuel announcement was a long time coming and required bipartisan collaboration to fix difficult nuclear waste challenges. Levin, a Democrat, has pushed to allocate funding to safely remove and dispose of spent nuclear fuel from decommissioned nuclear plants, including the closed San Onofre nuclear power plant in Southern California.</p><p>“Today’s selection of states is a monumental step in the right direction,” Levin said in a statement. “For the first time in decades, states are raising their hands” to accept nuclear waste.</p><p>Scott Roecker, a former official at the National Nuclear Security Administration who now advises the Nuclear Scaling Initiative, a pro-nuclear group, said the campuses are a good idea, though he cautions that spent nuclear fuel should not be reprocessed there to be recycled for new fuel because of the cost and security issues.</p><p>“Getting a community to accept a long-term repository for nuclear waste has been a big challenge in the United States politically. It’s been a hard pill to swallow for certain communities,” he said in a recent interview. “The fact that they’re talking about sort of the whole fuel cycle at these centers is a positive thing. Basically, you’re getting the consent of that community for that long-term repository.”</p><p>Congress now must work to authorize the campuses and establish clear oversight, Levin said.</p><p>___</p><p>McDermott reported from Providence, R.I.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QTQNNLQPZJFN23GSLZ654B34ZM.jpg?auth=869fbc88cbc4b37110e0da4afc43b52a041d7c85c663585a1258eacba68f775f&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 the Environmental Protection Agency (EPA) Thursday, July 23, 2026, in Washington, as Energy Secretary Chris Wright listens. (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/OVEQFJXTXSBAZLBMYKF47ES7CA.jpg?auth=541b69c1d69bb9f185b0cdc6b18c27a86a69191319b1e0c52814df97fd5a9326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump holds an executive order regarding reinvigorating the nuclear industrial base in the Oval Office of the White House, May 23, 2025, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Woman faces Broward felony charge over alleged attack with cooking pot]]></title><link>https://www.local10.com/news/local/2026/07/28/woman-faces-felony-charge-over-alleged-attack-with-cooking-pot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/woman-faces-felony-charge-over-alleged-attack-with-cooking-pot/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 22-year-old woman appeared in court on Tuesday in Broward County after she was accused of turning a cooking pot into a weapon, records show. ]]></description><pubDate>Tue, 28 Jul 2026 19:57:29 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old woman appeared in court on Tuesday in Broward County after she was accused of turning a cooking pot into a weapon, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/28/acusan-a-mujer-de-broward-de-ataque-con-olla-de-cocina/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/acusan-a-mujer-de-broward-de-ataque-con-olla-de-cocina/">Leer en español</a></p><p>Miramar police officers arrested Monay Durosier shortly after 6:40 p.m. on Monday during a traffic stop on Miramar Parkway, according to a police report. </p><p>Broward County Circuit Judge Michael Lynch had issued a warrant for Durosier’s arrest on July 24, according to court records. </p><p>A Broward Sheriff’s Office detective requested the warrant after the alleged attack on July 12 at the victim’s apartment, according to court records. </p><p>The victim reported Durosier, of Miami Gardens, and three other women “armed themselves with cooking pots and ... struck her in the back of the head,” a BSO detective wrote, according to the warrant. </p><p>Durosier faced a charge of burglary with assault or battery, a first-degree felony. Her bond was $20,000. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZSRIFZQ7VBQ7JHYPW6QPOMSQA.jpg?auth=c236d7136921397eb40efc575e94cab45ee63f5b8c94dabddd4b4dd676bd5ca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Monay Durosier on Monday in Miramar and she appeared in court on Tuesday in Fort Lauderdale.]]></media:description></media:content></item><item><title><![CDATA[Acusan a mujer de Broward de ataque con olla de cocina ]]></title><link>https://www.local10.com/espanol/2026/07/28/acusan-a-mujer-de-broward-de-ataque-con-olla-de-cocina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/acusan-a-mujer-de-broward-de-ataque-con-olla-de-cocina/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Mujer de 22 años compareció ante el tribunal del condado Broward acusada de convertir una olla de cocina en un arma.]]></description><pubDate>Tue, 28 Jul 2026 20:08:29 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 22 años compareció ante un tribunal el martes en el condado Broward luego de ser acusada de convertir una olla de cocina en un arma, según muestran los registros.</p><p>Agentes de la Policía de Miramar arrestaron a Monay Durosier poco después de las 6:40 p.m. del lunes durante una parada de tránsito en Miramar Parkway, según un informe policial.</p><p>El juez del Tribunal de Circuito del condado Broward, Michael Lynch, emitió una orden de arresto contra Durosier el 24 de julio, de acuerdo con registros judiciales.</p><p>Un detective de la Oficina del Sheriff de Broward (BSO) solicitó la orden tras el presunto ataque ocurrido el 12 de julio en el apartamento de la víctima, según los registros judiciales.</p><p>La víctima denunció que Durosier, residente de Miami Gardens, y otras tres mujeres “se armaron con ollas de cocina y la golpearon en la parte posterior de la cabeza”, escribió un detective de la BSO, de acuerdo con la orden de arresto.</p><p>Durosier enfrenta un cargo de allanamiento de morada con agresión o agresión física, un delito grave de primer grado. Su fianza fue fijada en 20,000 dólares.</p><p><i>El editor de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZSRIFZQ7VBQ7JHYPW6QPOMSQA.jpg?auth=c236d7136921397eb40efc575e94cab45ee63f5b8c94dabddd4b4dd676bd5ca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Monay Durosier on Monday in Miramar and she appeared in court on Tuesday in Fort Lauderdale.]]></media:description></media:content></item><item><title><![CDATA[Rodgers says there's 'zero debate' 2026 will be his final season as Steelers open a new-look camp]]></title><link>https://www.local10.com/sports/2026/07/28/rodgers-says-theres-zero-debate-2026-will-be-his-final-season-as-steelers-open-a-new-look-camp/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/rodgers-says-theres-zero-debate-2026-will-be-his-final-season-as-steelers-open-a-new-look-camp/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description><![CDATA[LATROBE, Pa. (AP) — Aaron Rodgers says there's “zero debate" that this season will be his last.]]></description><pubDate>Tue, 28 Jul 2026 20:05:58 +0000</pubDate><content:encoded><![CDATA[<p>LATROBE, Pa. (AP) — Aaron Rodgers says there's “zero debate" that this season will be his last.</p><p>The future Hall of Fame quarterback's status beyond 2026 is seemingly one of the few certainties for the Pittsburgh Steelers, where the only thing familiar about their annual pilgrimage to Saint Vincent College for training camp might be the venue.</p><p>Having a new head coach for the first time in a generation will do that.</p><p>While native son Mike McCarthy's Pittsburgh roots run deep, he also brings a career full of experiences built coaching elsewhere to a franchise that has done certain things a certain way for a long, long time.</p><p>Times are changing. Right from the jump.</p><p>The quaint spectacle of players being swarmed by cameras and microphones as they lugged their bags and personal items into Rooney Hall is no more. Most of the roster arrived quietly late Monday. Nearly all of them were on the field for a post-breakfast conditioning test on Tuesday, a glorified jog that was typically done in the late afternoon during former coach Mike Tomlin's 19-year run.</p><p>No wonder linebacker T.J. Watt likened the beginning of his 10th year in the NFL to the first day of school.</p><p>“There’s just a lot of unknown,” he said.</p><p>The next three weeks in the western Pennsylvania hills are a feeling-out process of sorts for players and coaches alike. Watt insists he is embracing the new.</p><p>Good thing, because there's plenty to go around.</p><p>The afternoon practices in the midsummer heat that Tomlin leaned into, often clad in black sweatpants and a sweatshirt, will now be held earlier in the day. Team meetings will start at 7:30 a.m., with all practices scheduled to wrap up by 1:30 p.m. at the latest, around the same time Tomlin's practices usually began.</p><p>McCarthy said he'd be fine with practicing right after breakfast if he could. And tackling? Well, that's mostly out, too.</p><p>“You try to reduce risk," said McCarthy, who said the emphasis will be on trying to make sure players correctly do all the fundamental things required for good tackling form — like footwork — so they'll be ready when the games count.</p><p>Still, McCarthy is well aware that trying to prevent all injuries is a fool's errand. If he needed a reminder, he got one when veteran defensive back Jalen Ramsey tweaked a knee during minicamp, a setback that landed him on the physically unable to perform list, though McCarthy stressed the move was precautionary and that Ramsey is expected back in a couple of weeks.</p><p>A little more uncertain is the status of cornerback Joey Porter Jr. The club placed him on the PUP list on Tuesday but offered no details. The timing comes with Porter angling for a new contract as he enters the final year of the rookie deal he signed in 2023 after Pittsburgh selected him with the first pick of the second round.</p><p>Porter held himself out of certain team drills during minicamp in June in an effort to protect his health, saying at the time that he feels like he's one of the elite players at his position in the league.</p><p>While the Steelers have signed Porter's draft classmates tight end Darnell Washington and outside linebacker Nick Herbig to new contracts in recent months, general manager Omar Khan said there is nothing else “imminent.” Asked if he's concerned that the longer it takes to reach an agreement Porter, the more expensive it will get, Khan shrugged.</p><p>“It’s just the nature of the beast,” he said. “We understand where we are, and we have communication. We know how the process works. But at the end of the day, we can only go so far with certain negotiations and see where it goes.”</p><p>The one person Khan won't have to worry about negotiating with anymore is Rodgers. The four-time MVP said when he signed a one-year deal in May to return to Pittsburgh after leading the Steelers to an AFC North title last season that “this is it.”</p><p>Though wide receiver DK Metcalf tried to prop the door open for 2027 when he said he could see Rodgers running it back one more time if he had a great season, his QB quickly shut it.</p><p>“I thought last year might be it,” he said. “And then Mike got hired and I talked to the wife, and she said, ‘You can do one more year.’ So we'll see if it works out."</p><p>Rodgers likes the symmetry of ending his career with the coach he won a Super Bowl with during his long run in Green Bay. He's also one of the few people in the organization who have a sense of what — and more specifically how — McCarthy plans to build a team, though he pointed out that changes to the collective bargaining agreement that banned two-a-day practices add a bit of an unknown, even for someone who has seen just about everything.</p><p>“I’m not sure what the Mike McCarthy training camp practice will be like, but I know that the OTAs were crisp,” he said. “You guys saw them out there. It was crisp. Things were moving fast, in and out of team periods, and I expect more of the same.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TRRSARD6GW3SNSJESKPR6XCZDI.jpg?auth=9c4969739bf3ebfd55c62ff5dac3516cfdb1509c46a6ab5f4e984d07f5b35a9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers quarterback Aaron Rodgers meets with reporters at the NFL football team's camp in Latrobe, Pa., Tuesday, July 28, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M36KRVF5LD5OBV3ZFD6S7OYGLQ.jpg?auth=23078037cc567704ad91eb89ce54cb2b6dcbb18c4dae9c9695d5da7c9f8bcf7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers head coach Mike McCarthy meets with reporters at the NFL football team's camp in Latrobe, Pa., Tuesday, July 28, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVCXLQ7QUV7ZM6WASKAJRSRZXE.jpg?auth=f807ea2a00f369a45c06432a67e196dd099099ec590789e5004e60738f0d1a31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers linebacker T.J. Watt meets with reporters at the NFL football team's camp in Latrobe, Pa., Tuesday, July 28, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CHWQID5VS3L5KKAXTKSHNHXKQ.jpg?auth=21e9898b3cc3a2f143701311d0af904998990a404ddde7504db3fb8814f8b651&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers head coach Mike McCarthy arrives to meet with reporters at the NFL football team's camp in Latrobe, Pa., Tuesday, July 28, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EUCJPQ46U5XL7NH2HQ5YKY6VPM.jpg?auth=6825edbc82113cc926ac988d948d9df7b9273e3f331de501e7486f3f75dfab68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers wide receiver D.K. Metcalf arrives to meet with reporters at the NFL football team's camp in Latrobe, Pa., Tuesday, July 28, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Miami-Dade driving instructors accused of fraudulently passing unqualified drivers]]></title><link>https://www.local10.com/news/local/2026/07/28/miami-dade-driving-instructors-accused-of-fraudulently-passing-unqualified-drivers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/miami-dade-driving-instructors-accused-of-fraudulently-passing-unqualified-drivers/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies said they arrested employees of two separate traffic schools for scheming to pass undeserving drivers, allowing them to get driver’s licenses despite being unqualified.]]></description><pubDate>Tue, 28 Jul 2026 19:46:20 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies said they arrested employees of two separate traffic schools for scheming to pass undeserving drivers, allowing them to get driver’s licenses despite being unqualified.</p><p><a href="https://www.local10.com/espanol/2026/07/28/acusan-a-instructores-de-manejo-de-miami-dade-de-aprobar-fraudulentamente-a-conductores-no-calificados/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/acusan-a-instructores-de-manejo-de-miami-dade-de-aprobar-fraudulentamente-a-conductores-no-calificados/">Leer en español</a></p><p>Deputies took Daniel Delgado, 57, of southwest Miami-Dade, and Luis Alberto Vidal, 55, of Hialeah, into custody on multiple felony charges on Tuesday morning in connection with what authorities describe as a “coordinated scheme.”</p><p>According to MDSO, Delgado worked at Amigos Traffic School, while Vidal worked at Millennium Traffic School.</p><p>Deputies said they “were suspected of fraudulently issuing qualifying certificates to students at their respective traffic schools.“</p><p>During undercover operations, deputies said Delgado “certified that an undercover deputy successfully completed the driving agility test, even though the operative committed several traffic violations that should have resulted in automatic disqualification,” while Vidal certified an undercover deputy who never even took the tests.</p><p>“Driver licenses are not something to be bought, fabricated, or fraudulently obtained,” Miami-Dade Sheriff Rosie Cordero-Stutz said, in part, in an agency news release. “They are earned by demonstrating the knowledge and skills necessary to safely operate a vehicle on our roads. There will be no shortcuts when it comes to the safety of our community.”</p><p>Both men face charges of unlawful use or possession of a driver’s license, official misconduct and falsifying public records.</p><p>They were each being held in the Turner Guilford Knight Correctional Center as of Tuesday afternoon: Delgado on a $7,500 bond, Vidal on a $15,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MDS32Q56G5DF3LJOKBBLD5GUVE.png?auth=e005b805eb81ae805d9d62ed32c2b5f9c0e22748d19709826bf77ef9251af416&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Delgado and Luis Vidal]]></media:description></media:content></item><item><title><![CDATA[Acusan a instructores de manejo de Miami-Dade de aprobar fraudulentamente a conductores no calificados ]]></title><link>https://www.local10.com/espanol/2026/07/28/acusan-a-instructores-de-manejo-de-miami-dade-de-aprobar-fraudulentamente-a-conductores-no-calificados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/acusan-a-instructores-de-manejo-de-miami-dade-de-aprobar-fraudulentamente-a-conductores-no-calificados/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Son arrestados dos empleados de distintas escuelas de manejo por delitos graves y por lo que las autoridades describen como “esquema coordinado”.]]></description><pubDate>Tue, 28 Jul 2026 20:00:15 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade (MDSO) informaron que arrestaron a empleados de distintas escuelas de manejo acusados de un esquema para aprobar a conductores que no cumplían con los requisitos, permitiéndoles obtener licencias de conducir pese a no estar calificados.</p><p>Los agentes arrestaron el martes por la mañana a Daniel Delgado, de 57 años, del suroeste de Miami-Dade, y a Luis Alberto Vidal, de 55 años, de Hialeah, quienes enfrentan múltiples cargos por delitos graves en relación con lo que las autoridades describen como un “esquema coordinado”.</p><p>Según la MDSO, Delgado trabajaba en Amigos Traffic School, mientras que Vidal trabajaba en Millennium Traffic School.</p><p>Los agentes indicaron que ambos “eran sospechosos de emitir fraudulentamente certificados de aprobación a estudiantes en sus respectivas escuelas de manejo”.</p><p>Durante operaciones encubiertas, los agentes señalaron que Delgado “certificó que un agente encubierto aprobó con éxito la prueba de maniobrabilidad al volante, aunque el operativo cometió varias infracciones de tránsito que debieron haber resultado en una descalificación automática”, mientras que Vidal certificó a un agente encubierto que ni siquiera presentó las pruebas.</p><p>“Las licencias de conducir no son algo que pueda comprarse, fabricarse u obtenerse de manera fraudulenta”, dijo en parte la sheriff de Miami-Dade, Rosie Cordero-Stutz, en un comunicado de la agencia. “Se obtienen al demostrar los conocimientos y habilidades necesarios para operar un vehículo de forma segura en nuestras carreteras. No habrá atajos cuando se trate de la seguridad de nuestra comunidad”.</p><p>Ambos hombres enfrentan cargos por uso o posesión ilegal de una licencia de conducir, conducta indebida de un funcionario y falsificación de registros públicos.</p><p>Hasta la tarde del martes, ambos permanecían detenidos en el Centro Correccional Turner Guilford Knight: Delgado con una fianza de 7,500 dólares y Vidal con una fianza de 15,000 dólares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MDS32Q56G5DF3LJOKBBLD5GUVE.png?auth=e005b805eb81ae805d9d62ed32c2b5f9c0e22748d19709826bf77ef9251af416&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Delgado and Luis Vidal]]></media:description></media:content></item><item><title><![CDATA[The deaths of 15 elephants in Kenya's Amboseli National Park spark investigation]]></title><link>https://www.local10.com/news/weird-news/2026/07/28/the-deaths-of-15-elephants-in-kenyas-amboseli-national-park-spark-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/28/the-deaths-of-15-elephants-in-kenyas-amboseli-national-park-spark-investigation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NAIROBI, Kenya (AP) — The deaths of 15 elephants over the past month in Kenya 's Amboseli National Park have sparked an investigation, wildlife authorities said Tuesday.]]></description><pubDate>Tue, 28 Jul 2026 19:52:06 +0000</pubDate><content:encoded><![CDATA[<p>NAIROBI, Kenya (AP) — The deaths of 15 elephants over the past month in Kenya 's Amboseli National Park have sparked an investigation, wildlife authorities said Tuesday.</p><p>The Kenya Wildlife Service said 10 of the pachyderms showed signs of partial paralysis before dying within two days, while the remaining five were found dead, with their carcasses partially consumed by scavengers.</p><p>Most of those affected were female elephants and their calves, with only one male among the dead. The deaths happened in the Kimana Sanctuary and Kuku Ranch areas surrounding the park, the authority said.</p><p>Kenya has previously recorded incidents of elephants being poisoned as a result of poaching and human-wildlife conflict.</p><p>Preliminary tests on samples collected from the elephants by a laboratory at the University of Nairobi detected a “potential toxic substance,” while separate analyses by the Government Chemist were negative for the toxins tested. The authority said further tests are underway.</p><p>“Environmental investigations are also being undertaken, including the analysis of water sources and other potential environmental contaminants within the affected areas, to establish whether the elephants were exposed to a common source,” the authority said in a statement.</p><p>The authorities sought to reassure the public, saying there was no evidence the condition could be transmitted to humans.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KKDNQLHCJTDQXOAREWDIMCRTU.jpg?auth=c704a6f9edc557b1550928c38d0e90730cebecdff753b2a7f89f37ab17557621&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A herd of elephants grazes in Amboseli National Park in Kajiado, Kenya, Feb. 12, 2026. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[Draymond Green agrees to a 1-year, $27.7M contract to remain with the Warriors, AP source says]]></title><link>https://www.local10.com/sports/2026/07/28/draymond-green-agrees-to-a-1-year-277m-contract-to-remain-with-the-warriors-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/draymond-green-agrees-to-a-1-year-277m-contract-to-remain-with-the-warriors-ap-source-says/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Draymond Green has agreed to a one-year, $27.7 million deal to return to the Golden State Warriors, a person familiar with the decision told The Associated Press on Tuesday.]]></description><pubDate>Tue, 28 Jul 2026 19:51:44 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Draymond Green has agreed to a one-year, $27.7 million deal to return to the Golden State Warriors, a person familiar with the decision told The Associated Press on Tuesday.</p><p>Green will sign the contract that essentially matches the deal he opted out of last month before the Warriors made an unsuccessful bid to sign LeBron James, the person said.</p><p>The person spoke on condition of anonymity because the deal hadn’t been announced.</p><p>ESPN first reported the deal.</p><p>Green is now set to play his 15th season with the Warriors and if he plays in 51 games he will join Stephen Curry as the only players in franchise history to appear in at least 1,000 contests.</p><p>Green, Curry and coach Steve Kerr are the main remaining pieces of the team from the dynasty that delivered four championships. Golden State last won the title in 2022 and haven’t made it past the second round of the playoffs since then. The Warriors missed the playoffs this past season when they lost to Phoenix in the play-in tournament.</p><p>Golden State tried to add James earlier this offseason and Green waited to sign his deal until after James made his decision to sign with Philadelphia to give the Warriors more flexibility. Green, Curry and Jimmy Butler are all entering the final seasons of their current contracts, although Curry could sign an extension starting late next month.</p><p>Green has been one of the best defensive players in the NBA since being drafted in the second round in 2012. He has made nine all-defensive teams and was named the NBA Defensive Player of the Year in 2016-17.</p><p>He has averaged 8.7 points per game in his career, along with 6.8 rebounds and 5.6 assists. He averaged 8.4 points, 5.5 rebounds and 5.5 assists in 68 games last season for Golden State.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AQXRS4HAELWXBGIOXY47YYK4YE.jpg?auth=b885598226906bbbb3fd6b38d187a0796a1fb03ea9452f0fc0fafeeceeecd2fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Golden State Warriors forward Draymond Green (23) shoots a free throw during the second half of an NBA basketball game against the Sacramento Kings on April 10, 2026, in Sacramento, Calif. (AP Photo/Scott Marshall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Trump officials launch probe of 2 school districts over alleged testosterone vials, kissing exercise]]></title><link>https://www.local10.com/news/national/2026/07/28/trump-officials-launch-probe-of-2-school-districts-over-alleged-testosterone-vials-kissing-exercise/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/28/trump-officials-launch-probe-of-2-school-districts-over-alleged-testosterone-vials-kissing-exercise/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[The U.S. Department of Education said Tuesday it was investigating allegations that a high school teacher in the Denver school district required students of the same sex to kiss in front of a class and a district in Washington state displayed vials of testosterone in a Pride month exhibit.]]></description><pubDate>Tue, 28 Jul 2026 21:20:31 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Department of Education said Tuesday it was investigating allegations that a high school teacher in the Denver school district required students of the same sex to kiss in front of a class and a district in Washington state displayed vials of testosterone in a Pride month exhibit.</p><p>The probes will determine whether the Bethel School District, about an hour south of Seattle, and Denver Public Schools violated a federal law that gives parents the right to opt out of school evaluations on topics including sex behavior or attitudes, the department said.</p><p>“Parents must be the decision-makers in matters impacting the most intimate parts of their children’s lives," Frank Miller, director of the Student Privacy Policy Office at the Education Department, said in a statement.</p><p>Denver schools spokesman Scott Pribble said in a statement the district put the teacher on administrative leave and completed an investigation after students raised concerns in March 2025. The statement did not specify what prompted students' concerns.</p><p>The Board of Education fired the teacher in May, he said.</p><p>“The safety, emotional well-being, and dignity of our students are the absolute highest priorities of DPS,” the statement said. “Our actions to date have been wholly consistent with those priorities.”</p><p>Bethel School District said in a statement that the vials in a display at Graham-Kapowsin High School in June were not authorized by school administrators and were immediately removed and turned over to the Pierce County Sheriff's Office.</p><p>Testosterone is prescribed for gender-affirming care. The district added that it will cooperate fully with the Education Department's investigation.</p><p>The two districts are in states headed by Democrats. President Donald Trump is a Republican.</p><p>The Trump administration has opened dozens of investigations into schools that make accommodations for transgender and LGBTQ+ students, often taking aim at districts that allow students to use bathrooms or locker rooms that align with their gender identities. It accused Denver schools last year of violating Title IX protections against sex-based discrimination over such a bathroom policy.</p><p>Trump officials have also pushed against schools accused of keeping information about students’ gender identities confidential from their parents, which the department says is a violation of federal privacy laws.</p><p>The Education Department tied the new investigations to National Parents’ Day on Sunday. The agency said it will be announcing “significant actions” involving the enforcement of parental rights laws through the week.</p><p>The display at the high school in the Bethel district contained some vials with a “small amount of unknown liquid,” the district said in its statement.</p><p>Pierce County Sheriff's Deputy Carly Cappetto said school administrators identified the student who brought the vials to campus. The sheriff's office would test the liquid to determine whether it was testosterone — a controlled substance — if prosecutors made that request, she said.</p><p>Pierce County Prosecuting Attorney Mary Robnett said she was not aware of the case and would need a case number or suspect's name to see where it stood.</p><p>The district said in its statement it is reviewing its protocols for overseeing displays to “ensure all school materials strictly align with our educational standards and community expectations."</p><p>“Our primary focus remains on maintaining a safe, respectful, and focused learning environment for all of our students,” it added.</p><p>___</p><p>Associated Press writer Collin Binkley in Washington D.C. contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/77LOQTCTTYAI6OQWCX333JGM6M.jpg?auth=22a2b3b9d88e023982928aa1385bc43cdc5b6175100dfa2bfa36d5ded8dda028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Education building is photographed in Washington, Dec. 3, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Judge allows use of police interview in trial for man accused of killing Tupac Shakur]]></title><link>https://www.local10.com/entertainment/2026/07/28/judge-allows-use-of-police-interview-in-trial-for-man-accused-of-killing-tupac-shakur/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/28/judge-allows-use-of-police-interview-in-trial-for-man-accused-of-killing-tupac-shakur/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — A Nevada judge ruled on Tuesday that the recording of an interview the man accused of killing Tupac Shakur gave to police in 2008 could be used at his upcoming trial.]]></description><pubDate>Tue, 28 Jul 2026 20:28:43 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — A Nevada judge ruled on Tuesday that the recording of an interview the man accused of killing Tupac Shakur gave to police in 2008 could be used at his upcoming trial.</p><p>Judge Carli Kierny found that the interview is admissible in Duane “Keffe D” Davis' trial, which is scheduled to start Aug. 10.</p><p>Davis, 63, is charged with murder in Shakur's 1996 killing and faces life in prison without parole if convicted.</p><p>Shakur’s death is considered one of the most notorious unsolved murders in the United States. The case went cold until Davis began making public statements about it, including in a book he co-wrote in which he said he was in the Cadillac and provided the weapon used to shoot Shakur.</p><p>Defense attorney Michael Sanft argued that a 2008 interview Davis gave law enforcement was supposed to be confidential, and that detectives explicitly told him the interview was not supposed to be used against him.</p><p>Prosecutors argued there was no basis to exclude the interview from the trial, which is expected to take about four weeks.</p><p>The interview was used in former Los Angeles Police Department Detective Greg Kading’s book “Murder Rap: The Untold Story of the Biggie Smalls & Tupac Shakur Murder Investigations.” Portions of the recording were also played in documentaries, including the recent documentary “Sean Combs: The Reckoning.”</p><p>Shakur was killed Sept. 7, 1996, in Las Vegas. He and Death Row Records founder Marion “Suge” Knight were sitting at a red light when a white Cadillac pulled up beside them near the Las Vegas Strip, and gunfire erupted. Shakur was shot multiple times and died six days later. Knight survived with minor injuries.</p><p>Three others were with Davis in the Cadillac, including his nephew, Orlando “Baby Lane” Anderson, but Davis is the only person still alive. None of the others faced charges in Shakur's killing before they died.</p><p>In his memoir, Davis said he obtained a handgun from an associate and tossed it into the back seat of the Cadillac but did not say who fired the fatal shots.</p><p>In the 2008 interview, Davis describes how he and his crew saw Shakur that night and pulled up beside them, and said that Anderson “popped them.” Anderson denied involvement in Shakur’s killing at the time, and died two years later in an unrelated gang shooting in Compton, California.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFDZCTKQIVGCDZDSMHBFDKB4JE.jpg?auth=ac54ee54b5c8ed7582bfb4f7a3acfe0489166c994da5698d1883e047927a2c33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rapper Tupac Shakur attends a voter registration event in South Central Los Angeles on Aug. 15, 1996, left, and Duane "Keffe D" Davis appears in District Court for his involvement in the 1996 killing of Shakur in Las Vegas on Feb. 18, 2025. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Vikings suspend new DB coach Gerald Alexander for 3 weeks following a drunken driving charge]]></title><link>https://www.local10.com/sports/2026/07/28/vikings-suspend-new-db-coach-gerald-alexander-for-3-weeks-following-a-drunken-driving-charge/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/vikings-suspend-new-db-coach-gerald-alexander-for-3-weeks-following-a-drunken-driving-charge/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[EAGAN, Minn. (AP) — The Minnesota Vikings have suspended defensive backs coach Gerald Alexander for three weeks without pay following a drunken driving charge for an incident earlier this year.]]></description><pubDate>Tue, 28 Jul 2026 19:37:25 +0000</pubDate><content:encoded><![CDATA[<p>EAGAN, Minn. (AP) — The Minnesota Vikings have suspended defensive backs coach Gerald Alexander for three weeks without pay following a drunken driving charge for an incident earlier this year.</p><p>The Vikings announced the punishment Tuesday as they began training camp. Alexander's suspension began Friday and will be in effect until Aug. 13, two days before their first preseason game at the New York Giants.</p><p>“I take full responsibility for the situation I put myself in and apologize for not meeting the mark,” Alexander said in a statement released by the Vikings. “I know it’s unacceptable. I understand the suspension and am committed to learning from the matter and ensuring I come back a better version of myself.”</p><p>Alexander, who was also given the title of defensive passing game coordinator, was hired in February to replace Daronte Jones, who became defensive coordinator of the Washington Commanders.</p><p>According to Hennepin County court records, Alexander pled guilty July 16 to a gross misdemeanor charge of third degree driving while impaired for refusal to submit to a chemical test. A fourth degree driving while impaired charge was dismissed. He was sentenced to 48 hours of community service, placed on two years of unsupervised probation and fined $603.</p><p>Police in Edina, a Minneapolis suburb, were called at 4:01 a.m. on April 26 for a vehicle stopped in the middle of an intersection with the driver unresponsive. An officer observed damage to the car and awoke Alexander by opening the door. His speech was slurred and his balance so poor that the one-leg stand as part of the field sobriety test was stopped to prevent injury, and a preliminary breath test showed an alcohol concentration of .169 on a weak breath, the officer reported, more than twice the legal limit. After being transported to the police station, Alexander refused an official breath test.</p><p>Vikings head coach Kevin O'Connell said the club had been in contact with the league in the three months since the arrest and initiated the punishment once Alexander's court case was closed.</p><p>“Disappointment is the word,” O'Connell said at his regularly scheduled news conference at the start of training camp. “The expectations and the standards we have are clear, and it's important that we do those things for our players and be the examples on and off the field.”</p><p>Alexander, who has begun his 10th year of coaching in the NFL, was defensive backs coach last season for the Pittsburgh Steelers. He also coached defensive backs for the Miami Dolphins for two years while current Vikings defensive coordinator Brian Flores was the head coach there. Alexander played five seasons in the league as a safety after being drafted in the second round in 2007 by the Detroit Lions.</p><p>Commanders tight ends coach Ben Steele was fired Monday in the aftermath of his arrest on suspicion of driving while intoxicated last month. Steele had just been hired by Washington after spending the previous three seasons with the Arizona Cardinals. He was the assistant offensive line coach for the Vikings in 2021.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JWOM4A4VREKEYN4LM5OHKNA4UA.jpg?auth=49f1a17e2d57ad22334d55018542341e4368ead8f4e11d918bfe5bc13a0c6c49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Then-Pittsburgh Steelers defensive backs coach Gerald Alexander writes down notes on the sideline during the first half of an NFL preseason football game against the Jacksonville Jaguars, Aug. 9, 2025, in Jacksonville, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content></item><item><title><![CDATA[15-year-old arrested at Seattle food festival shooting was armed with a ghost gun, police say]]></title><link>https://www.local10.com/news/national/2026/07/28/seattle-police-say-15-year-old-arrested-in-connection-with-festival-shooting-had-a-ghost-gun/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/28/seattle-police-say-15-year-old-arrested-in-connection-with-festival-shooting-had-a-ghost-gun/</guid><dc:creator><![CDATA[By GENE JOHNSON and CLAIRE RUSH, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — The 15-year-old arrested after a shootout at a food festival near Seattle’s Space Needle over the weekend was armed with a ghost gun with an extended magazine, police said Tuesday.]]></description><pubDate>Tue, 28 Jul 2026 21:06:00 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — The 15-year-old arrested after a shootout at a food festival near Seattle’s Space Needle over the weekend was armed with a ghost gun with an extended magazine, police said Tuesday.</p><p>Police Chief Shon Barnes told a news conference that the weapon was a 9 mm gun from Polymer80 — a now-defunct company that was once a leading manufacturer of ghost gun parts.</p><p>Investigators also recovered two other weapons and 14 shell casings that had been fired by weapons of two different calibers, he said.</p><p>The festival shooting killed 3 people and injured 4, including a toddler</p><p>The shooting in the waning hours of the three-day Bite of Seattle festival left three people dead, including a 19-year-old gunman, and at least four people injured, including a toddler. Authorities say they believe the violence was gang-related, and they are reviewing any available surveillance video and interviewing victims and witnesses in an effort to identify others who may have been involved.</p><p>An eighth person with a possible gunshot wound checked themself into a Seattle hospital after the shooting, but checked out before investigators could conduct an interview, Barnes said. Legal obstacles have prevented detectives from obtaining the patient’s identity, he added. It's unclear if the injury was related to the festival shooting or whether the person might have been involved in it, but Barnes asked for the person to come forward and speak with investigators.</p><p>Ghost guns lack serial numbers law enforcement can use to trace them</p><p>Ghost guns are privately made — often homemade — firearms that lack serial numbers used to trace them. They have often been purchased without a background check. Law enforcement officials say ghost guns, including those made with 3D printers, have been used in violent crimes across the U.S.</p><p>Lawsuits and state-level bans eventually pushed Polymer80 out of business in 2024, and last year, the U.S. Supreme Court upheld a rule adopted under former President Joe Biden requiring companies to treat gun kits like other firearms by adding serial numbers, running background checks, and verifying that buyers are 21 or older.</p><p>The weapon the 15-year-old had been shooting when he surrendered to police was equipped with an extended 33-round magazine, Barnes said. The magazine still had 19 rounds in it.</p><p>At the scene Sunday night, police also recovered a 9 mm handgun that they do not believe was used in the shooting.</p><p>And on Monday, as food vendors were allowed to return to the area to clean up and collect their equipment, a third weapon was discovered: a Glock 45 model 9 mm with a switch allowing it to fire fully automatically, Barnes said. Police believe that gun was fired during the shooting. It had an extended 40-round magazine, with 21 rounds remaining in it.</p><p>Police believe there were at least 3 shooters</p><p>In a document filed in juvenile court in Seattle on Monday, police said they believed there were at least three shooters: the 15-year-old, an acquaintance who died at the scene and “at least one other unknown suspect.” Authorities had earlier said they believed there were two.</p><p>A judge on Monday ordered the 15-year-old to be held in juvenile detention for investigation of assault and firearms charges pending further hearings. The King County prosecutor's office said it expected to receive the case from police on Wednesday for a charging decision. Hong Tran, a public defender assigned to the teen's case, declined to comment in an email to The Associated Press on Tuesday.</p><p>The King County Medical Examiner’s Office on Monday identified the dead as Carlos Israel Sanchez Villalba, 44; Ashley Whitehead, 56; and Junior Cee Niko Semo, 19.</p><p>Victims remembered as kind, willing to help others and a ‘free spirit’</p><p>Villalba was a husband and father of three known for his kindness and willingness to help others, according to a GoFundMe campaign launched Monday to help his family with funeral expenses. He died from a gunshot wound to his torso, while Whitehead died from a gunshot to her pelvis and Semo died from multiple gunshot wounds, according to the medical examiner’s office.</p><p>Whitehead had just moved to Washington from Alabama a year ago and was enjoying the festival with one of her adult daughters when she was shot, her cousin Michelle Whitehead told The Associated Press. She was taken to the hospital and died in surgery, she said.</p><p>Ashley Whitehead adored her two adult daughters, and also loved nature and arts and crafts, her cousin said.</p><p>“I would consider her just a free spirit. She had the best sense of humor, the best gorgeous smile,” she said.</p><p>During a vigil Monday night at the center, Michelle Whitehead stood among dozens of others with a sign that said “Whitehead Strong” as the group held a moment of silence and raised up flashlights on their phones to honor those that had been killed. Candles and flowers were arranged around them.</p><p>The four wounded included a 2-year-old boy, two men, ages 23 and 27, and a woman, 39, all of whom were discharged, a hospital spokesperson said.</p><p>One of the victims was walking a bicycle when struck, the court document said. The toddler was with his mother.</p><p>___</p><p>Rush reported from Portland, Oregon. Associated Press writer Hallie Golden in Seattle contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/67NDXMG76UKS7BNMXNTSS6DQXE.jpg?auth=702e667739bdd63eed570c6621d72b053578abc4a30fc01a7584653d373b8ca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michelle Whitehead, right, and her sister Judy Whitehead, left, both cousin of victim Ashley Whitehead, during the vigil for victims the day after a shooting at Seattle Center during the Bite of Seattle food festival, Monday, July 27, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4KI5WC4TAQMY6VUU4A65CRABUE.jpg?auth=e4aaa22aa2398a06fef8aafbb8bfb5469c3261cf9a2278b036c83b717fb6d354&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People hold smartphone with flash light during the vigil for victims the day after a shooting at Seattle Center during the Bite of Seattle food festival, Monday, July 27, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNPKYSH6SAN42RNMY64A7L5ETQ.jpg?auth=c11aedaf2af2c1b4433acf8f45daddfdb9d9a9f57ea298878f50ce76efea5e3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[With a backdrop of the Space Needle, candles are seen lighted during the vigil for victims the day after a shooting at Seattle Center during the Bite of Seattle food festival, Monday, July 27, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KBHKHU4B24N2TPJXDWNAYNR4I.jpg?auth=22c6b7d4c0b2df5e98ef24ade0d8bb2682a1d6532f9719f151cd34a0136fc5b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vendor, right, who found a bullet casing, gives it to a police officer after a shooting at Seattle Center during the Bite of Seattle food festival, Monday, July 27, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Abogada envía mensaje a los haitianos ante la finalización del TPS: “Que no entre el pánico”]]></title><link>https://www.local10.com/espanol/2026/07/28/mensaje-de-un-abogada-a-los-haitianos-ante-la-finalizacion-del-tps-que-no-cunda-el-panico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/mensaje-de-un-abogada-a-los-haitianos-ante-la-finalizacion-del-tps-que-no-cunda-el-panico/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[La abogada Lourna Rosembert Joseph, del grupo ILG Immigration Group, aconseja acercarse con un abogado de inmigración y estar atentos a estafadores.]]></description><pubDate>Tue, 28 Jul 2026 17:03:45 +0000</pubDate><content:encoded><![CDATA[<p>Una abogada haitiano-estadounidense del sur de Florida tiene un mensaje para quienes están en la comunidad mientras <a href="https://www.local10.com/news/local/2026/07/26/south-florida-haitians-bracing-for-mondays-end-of-tps/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/26/south-florida-haitians-bracing-for-mondays-end-of-tps/">llega a su fin el Estatus de Protección Temporal</a>: “No entren en pánico”.</p><p>La abogada Lourna Rosembert Joseph, del <a href="https://ilgpa.com/our-management-team/lourna-rosembert-joseph/" target="_self" rel="" title="https://ilgpa.com/our-management-team/lourna-rosembert-joseph/">grupo ILG Immigration Group</a>, indicó que el TPS para haitianos fue otorgado por primera vez en 2010, por lo que muchas personas han construido sus vidas aquí durante los últimos 16 años. Ahora, hay preocupación en la comunidad y desinformación.</p><p>“Entonces, ahora mismo es el momento en el que, desafortunadamente, hay muchas estafas ocurriendo, así que, por una parte, no hay que entrar en pánico”, dijo Rosembert Joseph. “Dos, hagan su investigación. Creo que el Estatus de Protección Temporal es algo bueno, pero creo que todos olvidaron la parte de ‘temporal’”.</p><p>Dijo que, aunque el TPS ha terminado, algunas personas todavía podrían calificar para otras formas de alivio migratorio.</p><p>“Asegúrense de poner todos sus asuntos en orden, y con eso me refiero a sus documentos migratorios y demás”, dijo Rosembert Joseph. “Asegúrense de investigar a quien consulten y entiendan que las redes sociales no son la mejor fuente de noticias”.</p><p>Su consejo ahora para las personas afectadas es hablar con un abogado de inmigración y, si aún no lo han hecho, conversar con sus empleadores sobre su estatus laboral.</p><p>“Presentarse a trabajar podría no funcionar”, dijo Rosembert Joseph. “Sugiero que hablen con el empleador, averigüen qué puede pasar, pero técnicamente no se supone que estén trabajando ahora mismo. Y estoy de acuerdo, es una situación difícil en la que estar ahora”.</p><p>Dijo que antiguos casos de asilo podrían ser relevantes.</p><p>“Pueden presentar una moción para reabrir, una moción para reconsiderar o incluso una apelación”, dijo Rosembert Joseph.</p><p>Pero indicó que las órdenes de deportación anteriores detenidas por el TPS ahora vuelven a estar vigentes.</p><p>“Lo que ocurre ahora es que si son detenidos por ICE o algo por el estilo, tienen una razón para retenerlos, porque técnicamente tenían una orden de deportación de hace 30 años”, dijo Rosembert Joseph. “Antes de resolver ese problema (asilo u otras formas de alivio), tienen que volver y resolver la orden de deportación porque les impide avanzar”.</p><p>Rosembert Joseph también dijo que el impacto no solo será sentido por las personas que pierden su estatus. Miles de haitianos han estado trabajando, pagando impuestos y ocupando empleos esenciales en todo el sur de Florida.</p><p>“No vamos a poder reemplazar a estas personas”, dijo. “Entonces, ¿qué significa eso, verdad? Si los empleadores no pueden tener a nadie trabajando, entonces tenemos un problema. Creo que esto va a obligar al gobierno a realmente pensar y planificar antes de hacer esto”.</p><p>Y aunque hay mucha incertidumbre, dijo que sus clientes no están empacando sus maletas.</p><p>“Haití no está en una (posición) ahora mismo para recibir personas con todo lo que está ocurriendo. Apenas tienen un gobierno”, dijo Rosembert Joseph. “Así que nadie está pensando en decir: ‘Sabes qué, simplemente voy a empacar mis maletas y regresar a casa’. Eso no es algo que estén haciendo. Creo que todos simplemente están entrando en pánico”.</p><p>ILG Immigration Group está planeando consultas rápidas gratuitas para ayudar a las personas a entender sus derechos y opciones. La empresa tiene previsto publicar información sobre los eventos en sus páginas de <a href="https://www.facebook.com/InsuranceLitigationGroup/" target="_self" rel="" title="https://www.facebook.com/InsuranceLitigationGroup/">Facebook </a>e <a href="https://www.instagram.com/ilglawfirm/" target="_self" rel="" title="https://www.instagram.com/ilglawfirm/">Instagram</a>.</p>]]></content:encoded></item><item><title><![CDATA[Cuba considera "acto de subordinación" a EEUU decisión de presidente electo de Colombia romper lazos]]></title><link>https://www.local10.com/espanol/2026/07/28/cuba-considera-acto-de-subordinacion-a-eeuu-decision-de-presidente-electo-de-colombia-romper-lazos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/cuba-considera-acto-de-subordinacion-a-eeuu-decision-de-presidente-electo-de-colombia-romper-lazos/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Cuba calificó el martes de “acto de subordinación” a Estados Unidos la decisión del presidente electo de Colombia, Abelardo de la Espriella, de dar un giro a la política exterior cuando asuma las riendas de su país con el rompimiento de relaciones diplomáticas con la isla.]]></description><pubDate>Tue, 28 Jul 2026 19:21:54 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Cuba calificó el martes de “acto de subordinación” a Estados Unidos la decisión del presidente electo de Colombia, Abelardo de la Espriella, de dar un giro a la política exterior cuando asuma las riendas de su país con el rompimiento de relaciones diplomáticas con la isla.</p><p>La Cancillería cubana indicó en un comunicado que “rechaza las declaraciones realizadas el 26 de julio por el presidente electo de Colombia, Abelardo de la Espriella Otero, quien anunció que cerrará la Embajada de ese país en La Habana y que su gobierno no tendrá ningún tipo de vínculo con nuestro país”.</p><p>“No tiene la más mínima justificación y tampoco responde a los intereses nacionales colombianos, quedaría en evidencia la clara subordinación del próximo gobierno de Colombia a la política de división y confrontación entre nuestras naciones, promovida desde siempre por los Estados Unidos”, agregó.</p><p>El conservador De la Espriella, apoyado por el mandatario estadounidense Donald Trump, tomará posesión de su carto el 7 de agosto después de ganar la segunda vuelta presidencial al progresita Iván Cepeda.</p><p>El cierre de 14 embajadas —incluidas las de Haití, Barbados, Argelia, Rumania, Cuba, Nicaragua, Senegal y Sudáfrica— y 15 consulados forma parte de un anunciado plan de austeridad y reducción del Estado, explicó De la Espriella.</p><p>Sin embargo, aclaró que esto no significará romper relaciones diplomáticas con esos países, a excepción de Cuba y Nicaragua, porque “en mi gobierno no habrá vínculo alguno con tiranías”.</p><p>Colombia se suma a los países latinoamericanos con gobiernos conservadores que comenzaron a tomar distancia de Cuba a medida que Estados Unidos impuso un cerco energético contra la isla, agudizando una crisis de un lustro y que busca presionar cambios políticos y económicos en un modelo poco afín a Trump. En marzo, Ecuador rompió relaciones con La Habana. Argentina, por su lado, enfrió sus lazos con la isla aunque sin llegar al cierre de sedes diplomáticas.</p><p>“Cuba sabe que esta acción hostil e infundada no representa el sentir del hermano pueblo colombiano, al que hemos apoyado incansablemente durante décadas en la búsqueda de la paz mediante una solución política negociada a su conflicto armado interno”, añadió la Cancillería cubana.</p><p>Por cuatro años Cuba fue la sede y formó parte de la mesa negociadora del proceso de paz del gobierno con las rebeldes Fuerzas Armadas Revolucionarias de Colombia hasta la firma de un acuerdo en 2016. También medió en el proceso iniciado con el Ejército de Liberación Nacional (ELN) mientras este estuvo en marcha.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZICFXKHWZ3Y5Y4SELU7Z5OTL7U.jpg?auth=5fea7658e392a3c69a952e14c7862b7e09dc3e395c395161e8b4483e70ecc6c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente electo de Colombia, Abelardo de la Espriella, a la izquierda, saluda a sus seguidores junto a su esposa Ana Lucía Pineda durante una misa en honor a Nuestra Señora del Rosario de Chiquinquirá, en Chiquinquirá, Colombia, el 9 de julio de 2026. (AP Foto/Fernando Vergara, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Mom To Mom: Broward teenage girl behind MammogramMe needs help to save lives in Ukraine]]></title><link>https://www.local10.com/features/2026/07/28/mom-to-mom-broward-teenage-girl-behind-mammogramme-needs-help-to-save-lives-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/28/mom-to-mom-broward-teenage-girl-behind-mammogramme-needs-help-to-save-lives-in-ukraine/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[A 17-year-old student at American Heritage Schools in Broward County has been leading a nonprofit organization to help save women’s lives in her native Ukraine.]]></description><pubDate>Tue, 28 Jul 2026 19:09:45 +0000</pubDate><content:encoded><![CDATA[<p>A 17-year-old student at American Heritage Schools in Broward County has been leading a nonprofit organization to help save women’s lives in her native Ukraine.</p><p>Isabel Gurvitch, whose mother is a breast cancer survivor, is the chief executive officer of <a href="https://www.mammogramme.org/" target="_self" rel="" title="https://www.mammogramme.org/">MammogramMe</a>, a nonprofit organization with chapters in the U.S. and Europe. </p><p>Through a partnership with Adonis, a private healthcare network in Ukraine, the nonprofit fundraises to cover the cost of 30 mammograms per month and support for a breast cancer patient’s treatment. </p><p>“We’re helping Tatiana right now. Tatiana is a mother of two and a grandmother. She’s a wife, and unfortunately, she was diagnosed with stage II breast cancer, and right now, what we’re doing is we’re paying for her treatment,” Isabel said. “She’s getting a lumpectomy and then radiation.”</p><p>Isabel co-founded the nonprofit in 2023 with Mahika Jassal, a student at the American School of Warsaw in Poland who serves as the nonprofit’s chief financial officer. </p><p>“They did it all on their own, completely. And, it continues, and continues, and continues, and I’m beyond proud that they’re doing it,” Isabel’s mother, Anna Gurvitch, said.</p><p>The teens’ friendship started when they were 4th-grade classmates in Kyiv and continued despite their separation after Russia launched a military invasion of Ukraine in 2022.</p><p>Anna Gurvitch said she was diagnosed with breast cancer during a routine checkup, and her experience helped her to see how women in Ukraine really need both education and resources. </p><p>“They don’t want to definitely spend money on their health because they have a lot of places to spend money,” Gurvitch said. </p><p>Isabel said she feels the urgency since mammograms are “essential” healthcare. </p><p>“There are so many different kinds of breast cancers out there. It’s not just the one that most women expect to feel a lump,” Isabel said. “There’s invasive lobular carcinoma where you don’t even feel a lump until you’re around stage four.”</p><p>Isabel, an aspiring gynecologist, asked the public to think about the women they love and how they can inspire them to help support her mission. </p><p>“There’s always a woman in your life that you’re afraid to lose, and someone might lose, hurt, just because they can’t afford a mammogram,” Isabel said. </p><p>For more information about the nonprofit and how to contribute, <a href="https://www.mammogramme.org/" target="_self" rel="" title="https://www.mammogramme.org/">visit this page</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OYF2FKERSNBUXP636XQ6WCFRSU.jpg?auth=308146d8674e76dcf500606b68c8df94cb4bb99d9ca35520057e5e4267bf2439&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ex jugador de fútbol americano de LSU amenaza con cuchillo a pasajero de autobús: “¿Quién quiere morir hoy?”, dice la policía]]></title><link>https://www.local10.com/espanol/2026/07/28/quien-quiere-morir-hoy-fue-la-amenaza-de-un-hombre-con-cuchillo-a-pasajero-autobus-que-le-pidio-se-callara-segun-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/quien-quiere-morir-hoy-fue-la-amenaza-de-un-hombre-con-cuchillo-a-pasajero-autobus-que-le-pidio-se-callara-segun-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de 40 años fue arrestado tras sacar un cuchillo y amenazar a otro hombre mientras causaba una “alteración” en un autobús de Miami-Dade Transit ]]></description><pubDate>Tue, 28 Jul 2026 17:12:50 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami Beach arrestó a un hombre de 40 años que, según indicaron, sacó un cuchillo y amenazó a otro hombre que le dijo que se “callara” mientras causaba una “alteración” en un autobús de Miami-Dade Transit el lunes.</p><p>La policía indicó que ocurrió alrededor de las 9:30 a.m. mientras el autobús se encontraba en el área de Abbott Avenue e Indian Creek Drive en North Beach.</p><p>Según un informe de arresto, la víctima dijo a los agentes que después de subir al autobús vio a un hombre, identificado posteriormente como Demetrius Jerrell Byrd, “gritando y vociferando a otros pasajeros del autobús”.</p><p>La policía indicó que el hombre intentó tener una “conversación” con Byrd para “posiblemente calmarlo”, pero en un momento le dijo a Byrd que se “callara”.</p><p>“Esto llevó al señor Byrd a sacar de su bolsillo una multiherramienta plateada y abrirla con una de las herramientas que parecía ser una hoja”, escribió un oficial de la policía de Miami Beach en el informe de arresto.</p><p>Según el informe, luego caminó hacia el hombre con la hoja y preguntó: “¿Quién quiere morir hoy?”</p><p>La policía indicó que encontraron la hoja en el bolsillo de Byrd después de registrarlo y lo arrestaron bajo un cargo de agresión agravada con un arma mortal.</p><p>Byrd jugó al fútbol americano en el instituto Miami Central antes de incorporarse a los Tigers de la LSU, donde jugó como receptor abierto en las temporadas 2007 y 2008. En 2009 fue seleccionado en el draft por los entonces San Diego Chargers, pero no llegó a jugar con el equipo.</p><p>En el atestado de detención figuraba como persona sin hogar.</p><p>Fue ingresado en el Centro Correccional Turner Guilford Knight, donde los registros muestran que permanecía detenido con una fianza de 5,000 dólares y una orden por violencia doméstica hasta la mañana del martes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EP6JJKGYJFFV3N3Q6HMEW5LRTM.jpg?auth=6bf049dc73cb72e8ba91ffec5e72d7de6beb78d2dfeb0b1bb23813f6a5316ac0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demetrius Byrd]]></media:description></media:content></item><item><title><![CDATA[A ring before a playoff win for Justin Herbert, who gets engaged to singer Madison Beer]]></title><link>https://www.local10.com/entertainment/2026/07/28/a-ring-before-a-playoff-win-for-justin-herbert-who-gets-engaged-to-singer-madison-beer/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/28/a-ring-before-a-playoff-win-for-justin-herbert-who-gets-engaged-to-singer-madison-beer/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[EL SEGUNDO, Calif. (AP) — Justin Herbert has his first ring, and it's not on the football field.]]></description><pubDate>Tue, 28 Jul 2026 18:43:22 +0000</pubDate><content:encoded><![CDATA[<p>EL SEGUNDO, Calif. (AP) — Justin Herbert has his first ring, and it's not on the football field.</p><p>The Los Angeles Chargers quarterback and Grammy-nominated singer-songwriter Madison Beer jointly announced their engagement in an Instagram post Tuesday. It was accompanied by a photo of Herbert on bended knee holding a ring box in front of a smiling Beer, who was crouched with her right hand on his left knee. The caption read, “Meet my fiancé."</p><p>The congratulatory responses included ones from the NFL and the Chargers, as well as singer Gracie Abrams.</p><p>The couple was first spotted together last August. Beer attended some Chargers games last season, and she and Herbert kissed on the sidelines at one game. They've also turned up at Los Angeles Dodgers and Lakers games.</p><p>Herbert appeared in Beer's “lovergirl” video this spring.</p><p>Chargers coach Jim Harbaugh has been supportive of his quarterback's relationship. When Herbert missed part of voluntary offseason workouts to travel with Beer on her tour, Harbaugh said, “Do you need a ride to the airport?”</p><p>The 28-year-old quarterback opens training camp on Wednesday in the start of his seventh season with the Chargers. The team has yet to win a playoff game during his tenure.</p><p>Beer, 27, first gained widespread notice when Justin Bieber shared a video link of her singing “At Last” to his social media followers in 2012. The following year she released her debut single and video, which featured an appearance by Bieber. She was nominated for Grammys in 2024 and 2025, when she left the show after walking the red carpet, later explaining that she has “really bad social anxiety.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WOJRKLIIDGGLTNBQV2256SLGI.jpg?auth=065a739d550d8aa3c9ae0e8529ca831e05923f71769a9812196b1a5bfcbeeb9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Chargers quarterback Justin Herbert and girlfriend Madison Beer watch the Toronto Blue Jays and the Los Angeles Dodgers compete during the seventh inning in Game 3 of baseball's World Series, Monday, Oct. 27, 2025, in Los Angeles. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YV6XQNWBG4Z3N5KXPRBFRVH3KI.jpg?auth=6306400f8ec1d85ca3423ab02eed9d17638c9a37c1423ed0a1728e5a53608363&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Chargers quarterback Justin Herbert, right, kisses Madison Beer before an NFL football game against the Washington Commanders, Sunday, Oct. 5, 2025, in Inglewood, Calif. (AP Photo/Kyusung Gong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[eBay agreed to pay nearly $50 million to couple sent cockroaches, bloody pig mask]]></title><link>https://www.local10.com/business/2026/07/28/ebays-agreed-to-pay-nearly-50-million-to-couple-sent-cockroaches-bloody-pig-mask/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/ebays-agreed-to-pay-nearly-50-million-to-couple-sent-cockroaches-bloody-pig-mask/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — eBay Inc. agreed to pay almost $50 million to a Massachusetts couple who said former employees of the company targeted them with threats and bizarre anonymous deliveries — including live insects, a funeral wreath and a bloody pig Halloween mask, according to settlement details released Tuesday.]]></description><pubDate>Tue, 28 Jul 2026 19:14:52 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — eBay Inc. agreed to pay almost $50 million to a Massachusetts couple who said former employees of the company targeted them with threats and bizarre anonymous deliveries — including live insects, a funeral wreath and a bloody pig Halloween mask, according to settlement details released Tuesday.</p><p>The parties reached a tentative settlement in February as the case was headed to trial, but they were unable to finalize the agreement. The Steiners asked a federal judge in June to reopen the case, and a new settlement announced Tuesday resolves the litigation.</p><p>The agreement with David and Ina Steiner, founders of EcommerceBytes, a newsletter covering the e-commerce industry, includes an additional $7 million in charitable donations, including to organizations supporting First Amendment rights. Attorney Christopher Murphy said the resolution sends “a warning that attempts by big business to suppress speech and the press will not be tolerated.”</p><p>“This was not only an attack and campaign of harassment against two people; it was also an attack on free speech and freedom of the press," said Murphy, of Massachusetts-based Scalli Murphy Law.</p><p>The settlement contains no confidentiality provision, allowing the Steiners to discuss the case publicly. Murphy said his clients insisted on being able to speak openly about what happened to them.</p><p>The settlement resolves more than six years of criminal and civil proceedings stemming from the harassment campaign. In their 2021 lawsuit filed in Boston federal court, the Steiners said that the company engaged in a conspiracy to “intimidate, threaten to kill, torture, terrorize, stalk and silence them” in order to “stifle their reporting on eBay.” The Natick residents, who report on the e-commerce industry in their newsletter, said they were subjected to cyberstalking, death threats and in-person surveillance by former eBay workers.</p><p>The settlement also requires eBay to issue a public statement addressing the conduct of former executives involved in the case.</p><p>When the lawsuit was filed, the company said “the misconduct of these former employees was wrong,” and that it would “do what is fair and appropriate to try to address what the Steiners went through.”</p><p>eBay reiterated its apology Tuesday, saying, “What the Steiners were subjected to by former eBay employees in 2019 was wrong, reprehensible and should never have happened.” The company also acknowledged “the unprofessional tone in internal communications” by former CEO Devin Wenig, former Chief Communications Officer Steve Wymer and former Senior Vice President Wendy Jones.</p><p>The company said the conduct “is not representative of eBay’s culture” and said it has since changed leadership and strengthened its policies, procedures and ethics training.</p><p>In 2020, federal prosecutors charged seven former eBay employees, alleging they carried out a coordinated harassment campaign against the couple after becoming angered by coverage in the couple’s online newsletter. Most of the defendants pleaded guilty to charges including conspiracy and cyberstalking and were later sentenced to prison terms or home confinement.</p><p>In 2024, eBay Inc. agreed to pay a $3 million criminal penalty under a deferred prosecution agreement with federal authorities.</p><p>Federal prosecutors have said the harassment included anonymous deliveries of items like live cockroaches and spiders, a funeral wreath, and a bloody pig face mask to the couple’s home. The employees also sent pornographic magazines with the husband’s name on them to a neighbor’s home and planned to break into the couple’s garage to install a GPS device on their car.</p><p>Under the settlement, the Steiners will receive $48.7 million in compensation, including $46.15 million from eBay, $2 million from former CEO Wenig, $500,000 from former executive Jones and $50,000 from former executive Wymer.</p><p>The company will fund $6 million in charitable contributions to various nonprofit organizations, with Wenig contributing an additional $1 million to a charity dedicated to protecting First Amendment rights in Ina Steiner's name.</p><p>In a statement, Murphy cited the recovery amount, personal payments by former executives, a commitment for $7 million to go to nonprofits and the absence of a confidentiality provision in a system where “wrongdoers too often hide their misdeeds by dangling compensation in front of those they victimized and trading that compensation for confidentiality or an NDA.”</p><p>Protecting journalists and publishers and deterring corporate misconduct were goals from the beginning, he said. "We believe this resolution sends a clear message that corporations and their executives cannot engage in this type of misconduct without facing significant consequences," Murphy said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YDX67KGE464VFDIYO4BGMGOHEU.jpg?auth=721641ad655466e84b3ff1828972bd9bd92cffd49d3df51f6dd0e917b83efc11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The eBay app icon is seen on a smartphone, Feb. 28, 2023, in Marple Township, Pa. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Court panel declines to block Trump's mail ballot order, but its status for midterms remains unclear]]></title><link>https://www.local10.com/news/politics/2026/07/28/court-panel-declines-to-block-trumps-mail-ballot-order-but-its-status-for-midterms-remains-unclear/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/28/court-panel-declines-to-block-trumps-mail-ballot-order-but-its-status-for-midterms-remains-unclear/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[A federal appellate panel on Tuesday refused to block President Donald Trump's executive order seeking to restrict mail voting, a day after the administration asked the U.S. Supreme Court to weigh in on the proposal in a separate case.]]></description><pubDate>Tue, 28 Jul 2026 18:37:48 +0000</pubDate><content:encoded><![CDATA[<p>A federal appellate panel on Tuesday refused to block President Donald Trump's executive order seeking to restrict mail voting, a day after the administration asked the U.S. Supreme Court to weigh in on the proposal in a separate case.</p><p>The three-judge panel of the U.S. Court of Appeals for the District of Columbia upheld a May ruling by U.S. District Court Judge Carl J. Nichols that said an injunction against the order was premature. Nichols ruled that the Democrats and voting rights groups who challenged the order couldn't seek the injunction until the Trump administration issued formal regulations governing it. The administration started releasing those directives days later.</p><p>The circuit court panel, with two judges appointed by former Democratic President Barack Obama and one by Trump, found that was proper and there were no noted dissents. But the unsigned decision noted that if the administration truly tried to force such changes in the few months remaining before November's midterm election, it may well get halted by courts.</p><p>"The action the Order contemplates would involve the President, whom the Constitution vests with no express authority over the conduct of elections, undertaking a substantial and unfunded overhaul of election procedures — including the implementation of a nationwide reform to Postal Service mail-handling processes —on the threshold of the November election. Put differently, the Order 'may not prove feasible to implement in any manner whatsoever,'" said the ruling, quoting a prior legal opinion.</p><p>In a separate case filed by Democratic state officials, a federal judge in Massachusetts last month blocked the executive order from taking effect for this year’s elections because it was already forcing states, which are granted the power under the U.S. Constitution to control their own elections, to revise their procedures on the fly. That ruling was upheld on Saturday by a Boston-based appeals court and then was appealed to the U.S. Supreme Court on Monday by the Trump administration.</p><p>The Postal Service did not immediately respond to questions about what action it's taking related to Trump's executive order. But the union representing postal workers, which opposes having its members implement the order, said Tuesday that its members are being directed to prepare an online portal through which voters will have to submit information to be eligible for mail ballots.</p><p>“The IT people in the background are moving forward with creating the portals to make sure that we can accomplish the task if given to us,” American Postal Workers Union President Jonathan Smith said in a telephone interview.</p><p>Trump has repeatedly tried to unilaterally change voting procedures since he took office for the second time, only to be blocked by the courts. The push follows years of lies about vote fraud to try to explain away the president's loss to Democrat Joe Biden in 2020.</p><p>In his March executive order, Trump directed the federal government to create a list of eligible voters and the U.S. Postal Service to deliver ballots only to those on that list. Lawsuits noted that the Constitution grants states control of their elections, not the president, and that Congress can pass laws changing procedures for federal elections but has not done so.</p><p>Trump signed another executive order on elections last year, just months after taking office, that would impose a nationwide voter ID requirement and force anyone registering to vote to provide documents proving they are U.S. citizens. Trump also is pushing Congress to pass a sweeping voting bill that would impose the documentary proof of citizenship requirement, but it has stalled in the Senate as it faces opposition from Democrats and some lawmakers from his own party.</p><p>___</p><p>Associated Press writer John Hanna in Topeka, Kansas, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7XUAPZ5FAGMPTRGH4YX2JCER4M.jpg?auth=0db049aed8569cb10c64ed90ff9a306b5b806ded2e342086b0db4f2c35a061da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person drops envelopes into a mailbox as postal workers participate in a national day of action outside a U.S. Post Office building, Tuesday, July 28, 2026, in Fort Worth, Texas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIK2DZ77ITQXLVXZHCGGVE35DY.jpg?auth=223fe3c70ca406f0b43aa317ab76b356d0f6916ce1677d267a43b1acac53202b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yvonne Daniels demonstrates against proposed changes to the U. S. Postal Service and President Donald Trump's executive order regarding mail-in ballots Tuesday, July 28, 2026, in Miami Gardens, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[‘Who wants to die today?’: Ex-LSU football player pulls knife on bus rider, Miami Beach police say]]></title><link>https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami Beach police arrested a former Louisiana State University football player they said pulled a knife on and threatened another man who told him to “shut up” as he caused a “disturbance” on a Miami-Dade Transit bus on Monday.]]></description><pubDate>Tue, 28 Jul 2026 16:49:30 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach police arrested a former Louisiana State University football player they said pulled a knife on and threatened another man who told him to “shut up” as he caused a “disturbance” on a Miami-Dade Transit bus on Monday.</p><p><a href="https://www.local10.com/espanol/2026/07/28/quien-quiere-morir-hoy-fue-la-amenaza-de-un-hombre-con-cuchillo-a-pasajero-autobus-que-le-pidio-se-callara-segun-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/quien-quiere-morir-hoy-fue-la-amenaza-de-un-hombre-con-cuchillo-a-pasajero-autobus-que-le-pidio-se-callara-segun-policia/">Leer en español</a></p><p>Police said it happened at around 9:30 a.m. while the bus was in the area of Abbott Avenue and Indian Creek Drive on North Beach.</p><p>According to an arrest report, the victim told officers that after he got on the bus, he saw a man, later identified as Demetrius Byrd, “screaming and yelling at other passengers on the bus.”</p><p>Police said the man tried to have a “conversation” with Byrd, 40, in an attempt “to possibly calm him down,” but at one point told Byrd to “shut up.”</p><p>“This led Mr. Byrd to take out a silver multi-tool from his pocket and open it to one of the tools that appeared to be a blade,” a Miami Beach police officer wrote in the arrest report.</p><p>According to the report, he then walked toward the man with the blade and asked, “Who wants to die today?”</p><p>Police said they found the blade in Byrd’s pocket after patting him down and arrested him on a charge of aggravated assault with a deadly weapon.</p><p>Byrd played football at Miami Central High School before joining the LSU Tigers, playing at wide receive for the program in 2007 and 2008. He was drafted by the then-San Diego Chargers in 2009, but did not play for the team.</p><p>He was listed in the arrest report as homeless.</p><p>He was booked into the Turner Guilford Knight Correctional Center, where records show he was being held on a $5,000 bond and a domestic violence warrant as of late Tuesday 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><media:content url="https://www.local10.com/resizer/v2/EP6JJKGYJFFV3N3Q6HMEW5LRTM.jpg?auth=6bf049dc73cb72e8ba91ffec5e72d7de6beb78d2dfeb0b1bb23813f6a5316ac0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demetrius Byrd]]></media:description></media:content></item><item><title><![CDATA[Eagles set to make Jalen Carter highest-paid defensive tackle in NFL, AP source says]]></title><link>https://www.local10.com/sports/2026/07/28/eagles-set-to-make-jalen-carter-highest-paid-defensive-tackle-in-nfl-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/eagles-set-to-make-jalen-carter-highest-paid-defensive-tackle-in-nfl-ap-source-says/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — The Philadelphia Eagles are set to make two-time Pro Bowl selection Jalen Carter the highest-paid defensive tackle in NFL history, a person with knowledge of the deal told The Associated Press on Tuesday.]]></description><pubDate>Tue, 28 Jul 2026 18:13:16 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — The Philadelphia Eagles are set to make two-time Pro Bowl selection Jalen Carter the highest-paid defensive tackle in NFL history, a person with knowledge of the deal told The Associated Press on Tuesday.</p><p>The Eagles and Carter announced that they agreed to terms on a four-year extension through the 2031 season. The person, speaking to the AP on condition of anonymity because financial terms hadn’t been announced, said the contract includes $106 million guaranteed.</p><p>The Eagles already had picked up the fifth-year option for the 2027 season for Carter, the ninth selection in the 2023 draft. His extension is one less distraction for the Eagles as they open training camp this week.</p><p>Carter was runner-up for the AP Defensive Rookie of the Year award in 2023 to Houston Texans defensive end Will Anderson. He has 13 1/2 sacks in 43 career games — he missed three games last season with injuries — and was a key contributor when the Eagles won the Super Bowl for the 2024 season.</p><p>The 25-year-old Carter won two national championships in college at Georgia, where he was involved in a crash that killed a teammate and a recruiting staffer. He was given probation and a fine.</p><p>He also was fined the equivalent of his game check for Week 1 for spitting on Cowboys quarterback Dak Prescott in 2025. He was tossed for unsportsmanlike conduct six seconds into that game.</p><p>Carter earned Pro Bowl selections for the 2024 and 2025 seasons.</p><p>The Eagles have now re-signed two of their top young defensive tackles this offseason.</p><p>They agreed in March on a three-year extension with Jordan Davis for $65 million guaranteed.</p><p>Davis, a first-round pick in 2022, has been an integral part of Philadelphia’s defensive line and helped the Eagles dominate the Chiefs in Super Bowl 59 to cap the 2024 season. A run-stuffer in the interior of the defensive line, Davis had a career-high 4 1/2 sacks last season with nine tackles for loss and six quarterback hits.</p><p>___</p><p>AP Pro Football Writer Rob Maaddi in Tampa, Florida, contributed to this report.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVXWJQSRJN7LQ4D5WULF563DAI.jpg?auth=e8b15968cbbbcbc5a2c612e34a06fc43ef6fa9852e0ae4fcb1ff95a2111c1069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia Eagles defensive tackle Jalen Carter (98) looks on between plays during the second half of an NFL wild card playoff football game against the San Francisco 49ers, Sunday, Jan. 11, 2026, in Philadelphia. (AP Photo/Terrance Williams, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Terrance Williams</media:credit></media:content></item><item><title><![CDATA[Female athletes surge in NIL deals as Learfield reports a 123% jump in participation]]></title><link>https://www.local10.com/sports/2026/07/28/female-athletes-surge-in-nil-deals-as-learfield-reports-a-123-jump-in-participation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/female-athletes-surge-in-nil-deals-as-learfield-reports-a-123-jump-in-participation/</guid><dc:creator><![CDATA[By MAURA CAREY, Associated Press]]></dc:creator><description><![CDATA[College sports marketing company Learfield saw a 123% increase in female athlete participation in name, image and likeness compensation activities over the 2025-26 fiscal year, the company revealed in a report released Tuesday.]]></description><pubDate>Tue, 28 Jul 2026 17:51:07 +0000</pubDate><content:encoded><![CDATA[<p>College sports marketing company Learfield saw a 123% increase in female athlete participation in name, image and likeness compensation activities over the 2025-26 fiscal year, the company revealed in a report released Tuesday.</p><p>Solly Fulp, ​Learfield’s head of NIL, doesn’t think the rapid surge is a coincidence.</p><p>“What we’re discovering with female student-athletes and their engagement with our brands is they’re excellent content creators and storytellers, they’re generally social media savvy and they have a genuine brand enthusiasm,” Fulp said.</p><p>Since the NCAA approved NIL compensation in July 2021, high revenue-generating sports like football and basketball have topped the list of earners. Five years later, women’s sports are beginning to close the gap, with women’s basketball ranking third in all sports and softball creeping into the top five behind baseball.</p><p>“It’s not just an emerging market now — it’s accelerating," Fulp said. “It's awesome for us to see when it comes to not just the focus being on football, men’s basketball and the revenue sports, but seeing the Olympic sports really step front and center.”</p><p>Female athlete engagement in NIL activities more than doubled in 2026, growing from 2,136 to 4,772.</p><p>Brands most frequently partnered with athletes through production shoots, social media content, ambassador programs, public appearances and autograph sessions. Restaurants led all sponsor categories, followed by financial services, health care and business and professional services.</p><p>Twenty-two national brands struck deals with college athletes over the fiscal year, including Geico, SeatGeek, State Farm, EA Sports, Uber, AT&T and Marriott. More than 260 athletes across 69 schools were featured in national campaigns.</p><p>Fulp said the return on investment is high for all parties when athletes pursue deals catered to their specific passions and interests.</p><p>“The authenticity is coming out in the content and storytelling that they provide in these campaigns ... it humanizes the partnership and provides that deeper connection," Fulp said. "The brands are definitely seeing the benefits with the engagement rates related to those campaigns.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PLA475G26TLEIGTR6NL6K4KRII.jpg?auth=043e615cb12a4b65be80ad7eec78896df3cf3ad5c026b6892e0ffe04253c6241&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southern California guard JuJu Watkins (12) plays against UCLA during the first half of an NCAA college basketball game in the championship of the Big Ten Conference tournament in Indianapolis, Sunday, March 9, 2025. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HVIEWQS5E6QFQB4J4RQ63D4TD4.jpg?auth=c8d3d03c76e17156727caba971fe2b8db26aa93061cd2ea00eff296da37de1da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iowa State guard Jada Williams poses for photographers during NCAA college basketball media day, Thursday, Oct. 16, 2025, in Ames, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content></item><item><title><![CDATA[México descarta demanda contra SpaceX y anuncia diálogo con EEUU sobre los lanzamientos de cohetes]]></title><link>https://www.local10.com/espanol/2026/07/28/mexico-descarta-demanda-contra-spacex-y-anuncia-dialogo-con-eeuu-sobre-los-lanzamientos-de-cohetes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/mexico-descarta-demanda-contra-spacex-y-anuncia-dialogo-con-eeuu-sobre-los-lanzamientos-de-cohetes/</guid><dc:creator><![CDATA[Por Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La presidenta mexicana Claudia Sheinbaum descartó el martes que su gobierno vaya a demandar a SpaceX por la basura espacial que cayó el año pasado en la frontera norte de México y anunció que se recurrirá al diálogo para resolver los reclamos por los residuos de los cohetes de la empresa de Elon Musk.]]></description><pubDate>Tue, 28 Jul 2026 17:48:04 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La presidenta mexicana Claudia Sheinbaum descartó el martes que su gobierno vaya a demandar a SpaceX por la basura espacial que cayó el año pasado en la frontera norte de México y anunció que se recurrirá al diálogo para resolver los reclamos por los residuos de los cohetes de la empresa de Elon Musk.</p><p>“Se optó primero por la comunicación más que la demanda”, dijo Sheinbaum en su conferencia matutina al ser consultada sobre el caso, pero aclaró que de ser necesario podría evaluarse nuevamente la vía de la demanda.</p><p>La mandataria explicó que como parte de los diálogos se busca que a través de las cancillerías de México y Estados Unidos se informe sobre cuándo se realizarán los lanzamientos de cohetes y “ciertas reglas” para que los residuos espaciales no lleguen al territorio mexicano. “Hasta ahora nos ha funcionado”, añadió.</p><p>SpaceX lanzó el pasado viernes desde sus instalaciones, en el sur de Texas, la nave Starship que despegó exitosamente. Durante la misión liberó 20 satélites Starlink de última generación que se destruyeron.</p><p>José Antonio Peña Merino, titular de la Agencia de Transformación Digital y Telecomunicaciones de México, informó el martes que durante ese lanzamiento “no hubo ningún residuo en territorio o aguas mexicanas”.</p><p>México informó en junio de 2025 que iniciaría un proceso contra SpaceX por la contaminación generada por sus desechos espaciales que cayeron entre mayo y junio de ese año en varios puntos del estado norteño de Tamaulipas, frente a Texas.</p><p>El anuncio se realizó tras una denuncia que hizo la ONG local Conservación e Investigación de la Biodiversidad (Conibio Global) sobre la presencia de basura espacial en la Playa Bagdad de la ciudad fronteriza Matamoros y el Río Bravo, que fue ratificada por la Secretaría de Medio Ambiente y la Procuraduría Federal de Protección al Ambiente que asumieron la evaluación del impacto de esos desechos.</p><p>Ante ese reclamo, SpaceX respondió que no existía riesgos para las zonas que están en los alrededores de sus instalaciones en Texas y que las pruebas independientes que realizaron a los materiales del interior de su cohete Starship confirmaron que “no presenta riesgos químicos, biológicos ni toxicológicos”.</p><p>En esa oportunidad SpaceX planteó que esperaba trabajar con el gobierno mexicano para la devolución de los escombros lo antes posible.</p><p>El 27 de mayo del 2025, SpaceX informó que lanzó su cohete Starship pero la nave espacial perdió el control y se desintegró. Semanas después se reportó la explosión de la nave Starship 36 cuyos restos cayeron en parte en el fronterizo Río Bravo, así como en campos de cultivo y pastoreo de Matamoros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXQ72D5EYDH2SNXPWERS3UM4BE.jpg?auth=910753a63cef705a940116609ad09abab31bb5055c653a742f2d7039fa9cd1b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta mexicana Claudia Sheinbaum llega para recibir al presidente suizo Guy Parmelin y a su esposa Caroline Merotto en el Palacio Nacional de la Ciudad de México, el miércoles 8 de julio de 2026. (Foto AP/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Minnesota's first-in-the-nation law banning prediction markets is halted in federal court]]></title><link>https://www.local10.com/business/2026/07/28/minnesotas-first-in-the-nation-law-banning-prediction-markets-is-halted-in-federal-court/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/minnesotas-first-in-the-nation-law-banning-prediction-markets-is-halted-in-federal-court/</guid><dc:creator><![CDATA[By MARC LEVY, Associated Press]]></dc:creator><description><![CDATA[HARRISBURG, Pa. (AP) — A federal judge has temporarily blocked Minnesota's first-in-the-nation law banning prediction markets just days before it was to take effect, the latest clash between President Donald Trump's administration and states over who regulates operators such as Kalshi and Polymarket.]]></description><pubDate>Tue, 28 Jul 2026 17:44:03 +0000</pubDate><content:encoded><![CDATA[<p>HARRISBURG, Pa. (AP) — A federal judge has temporarily blocked Minnesota's first-in-the-nation law banning prediction markets just days before it was to take effect, the latest clash between President Donald Trump's administration and states over who regulates operators such as Kalshi and Polymarket.</p><p>Monday's decision is the latest setback for states trying to outlaw or regulate fast-growing prediction market platforms.</p><p>U.S. District Judge Katherine Menendez in Minnesota found that the U.S. Commodity Futures Trading Commission, Kalshi and Polymarket were likely to succeed in their challenge to the law and that letting it take effect would cause “irreparable harm” to the operators.</p><p>The law was scheduled to take effect Saturday. It would have made it a crime to create or operate prediction markets or help administer nearly any activity connected to one. The law will remain blocked while the lawsuit proceeds.</p><p>Kalshi, Polymarket and the Commodity Futures Trading Commission want the law permanently blocked and argue that federal law gives the CFTC exclusive jurisdiction to regulate the type of "event-contract transactions" offered by Kalshi and Polymarket.</p><p>States argue that the vast majority of the business on prediction market platforms is sports betting, which they are empowered to regulate, and that is completely different from the commodities and futures contracts that the commission has historically regulated.</p><p>In a statement Tuesday, Minnesota Attorney General Keith Ellison said prediction markets are “gambling, plain and simple.”</p><p>"And Minnesota has every right to keep predatory gambling out of our communities,” Ellison said.</p><p>Ellison said his office disagrees with the court’s decision that the “proper ‘status quo’ to maintain is one that allows predatory gambling apps to proliferate.” But Ellison said the legal issues are complex and that he planned to continue defending the state’s law.</p><p>Neal Kumar, Polymarket's chief legal officer, said in a statement that the decision makes clear that prediction markets on commission-registered exchanges “are governed by federal law, not a patchwork of state rules.”</p><p>A Kalshi spokesperson, Elisabeth Diana, said in a statement that “states cannot ban things that they don’t have jurisdiction over.”</p><p>Menendez's decision follows a declaration in February by Trump's appointee atop the Commodity Futures Trading Commission that the agency “will no longer sit idly by” while states aim to regulate or ban prediction markets and “undermine the agency’s exclusive jurisdiction.”</p><p>A tangle of lawsuits is growing, as states try to use their gambling laws to shut down Kalshi, Polymarket and other prediction market operators, declaring them to be unlicensed and illegal gambling operators.</p><p>In April alone, the federal government sued Connecticut, Arizona and Illinois, challenging their efforts to regulate prediction market operators, while New York sued Coinbase and Gemini, two of the newest players in the prediction market industry.</p><p>The American Gaming Association, which represents commercial casinos, estimates states have lost more than $1.2 billion in tax revenue from wagers since prediction markets began offering sports event contracts.</p><p>Native American tribal leaders and gambling regulators also contend that betting on things like sporting events, elections and other outcomes is unlawful gambling.</p><p>In the meantime, the Commodity Futures Trading Commission has begun a rulemaking process to consider what sorts of event contracts it would consider to be “contrary to the public interest” and bar them from being listed through a prediction market that it regulates.</p><p>___</p><p>Follow Marc Levy at http://twitter.com/timelywriter.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DC4V7R6KJGTWIPCO4YKX4NRS7U.jpg?auth=1a876cf5cbda447079dda3695d61c4518c6d7b7e6480218f42246bb7224d711d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An advertisement for prediction market platform Kalshi hangs at 13th and L Streets in northwest Washington, April 1, 2026. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EO3EZCCRX6I73WRJT557R26MAE.jpg?auth=bc273e2ddb44c876f8b40605e1ed2ff8a8824c50eb70655211200a242f75d6c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The prediction market app Polymarket is displayed on a mobile phone, April 16, 2026, in Chicago. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Acusan a agente del Servicio Secreto entre los acusados en investigación de novatadas de fraternidad en el sur de Florida]]></title><link>https://www.local10.com/espanol/2026/07/27/acusan-a-agente-del-servicio-secreto-entre-los-acusados-en-investigacion-de-novatadas-de-fraternidad-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/27/acusan-a-agente-del-servicio-secreto-entre-los-acusados-en-investigacion-de-novatadas-de-fraternidad-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly]]></dc:creator><description><![CDATA[Un agente del Servicio Secreto está entre los hombres que han sido acusados en relación con una investigación de novatadas de fraternidad en el condado Miami-Dade, informó Local 10 el lunes.]]></description><pubDate>Mon, 27 Jul 2026 13:52:14 +0000</pubDate><content:encoded><![CDATA[<p>Un agente del Servicio Secreto está entre los hombres que han sido acusados en relación con una <a href="https://www.local10.com/news/local/2026/07/26/3-men-arrested-in-alleged-fraternity-hazing-investigation-in-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/26/3-men-arrested-in-alleged-fraternity-hazing-investigation-in-miami-dade/">investigación de novatadas de fraternidad</a> en el condado Miami-Dade, informó Local 10 el lunes.</p><p>El Servicio Secreto confirmó que Marquez Christopher Pinder, de 29 años, es un agente actual asignado al sur de Florida.</p><blockquote><p>“El Servicio Secreto de Estados Unidos toma en serio cualquier alegación de conducta criminal que involucre a uno de nuestros empleados.</p><p>“Como el Agente a Cargo de la Oficina de Campo de Miami, he sido informado de que una agencia local de cumplimiento de la ley está investigando a uno de nuestros empleados. Estamos cooperando plenamente con la investigación. No puedo comentar sobre detalles de la investigación en curso, sin embargo, puedo decir que el empleado está en licencia administrativa y ha estado así desde el momento en que fuimos notificados.</p><p>“El Servicio Secreto se construye sobre la confianza depositada en nosotros por las personas que protegemos y el pueblo estadounidense. Mantenemos a nuestros empleados bajo los más altos estándares. El Servicio Secreto sigue comprometido con la rendición de cuentas, el profesionalismo y la integridad, y cualquier conducta indebida será abordada de manera rápida y apropiada tras la finalización del proceso investigativo y judicial.”</p><p class="citation">Michael Townsend, Special Agent in Charge, Miami Field Office</p></blockquote><p>La fiscal estatal de Miami-Dade, Katherine Fernandez Rundle, la alguacil de Miami-Dade, Rosie Cordero-Stutz, y el jefe de policía de Sweetwater, Sergio Diez, anunciaron los arrestos de Pinder, Jared Lamar James, de 26 años, y Elijah Delano Dyous, de 29 años, durante el fin de semana.</p><figure><img src="https://www.local10.com/resizer/v2/Z26ASVXIFRAXHHBYTQ567MILKI.jpg?auth=68b8e70217f1186ebb7e50d54f530b3a520d4c671fa4c578011b63e74b652f8e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Una orden de arresto establece que una de las víctimas era estudiante de licenciatura en UM cuando asistió a reuniones de un grupo de interés para convertirse en miembro de la fraternidad Kappa Alpha Psi. Debido a que ahora es estudiante de posgrado de Derecho en UM, es miembro del capítulo de ex alumnos, indicaron las autoridades.</p><figure><img src="https://www.local10.com/resizer/v2/55BONA5OUVEZPPBPIC7IZVBFZA.jpg?auth=940c0c96b20a37cf681a3ddb22447f90475098deb1df20e8ceee4322e5664fff&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Una segunda víctima trabaja actualmente en el Cuerpo de Bomberos de Miami-Dade.</p><p>Los registros carcelarios en línea muestran que James fue arrestado el viernes y Pinder fue detenido el domingo. Dyous, de West Park, fue detenido el viernes en el condado de Broward.</p><p>Las autoridades indicaron que una investigación descubrió evidencia de presuntos incidentes de novatadas que involucraban golpizas prolongadas y repetidas con bastones y paletas. </p><p>Según los investigadores, las novatadas comenzaron el 1 de abril dentro de un apartamento en IDENTITY Miami, ubicado en el 400 de la avenida 107 SW, en Sweetwater, y continuaron el 2 y 3 de abril en el mismo lugar. El 4 de abril, las autoridades dijeron que las novatadas continuaron en una vivienda del área no incorporada del condado Miami-Dade.</p><p>Las autoridades informaron que las golpizas fueron llevadas a cabo por los tres sospechosos.</p><p>Según una orden de arresto, una de las víctimas identificó a Pinder como el “dean of pledges” y a James como el “vice dean of pledges”.</p><p>La orden indica que parte del proceso de iniciación implicaba “getting down”, en el que los aspirantes eran colocados en el “KUT”, siglas de “Knowledge, Understanding, Teaching”.</p><p>Según la orden, a las víctimas se les hacían preguntas sobre la historia de la fraternidad y, si respondían incorrectamente, eran obligadas a adoptar una “posición de esfuerzo”, descrita como “una media sentadilla con un brazo extendido hacia el frente”.</p><p>Los detectives dijeron que, mientras permanecían en esa posición, las víctimas eran golpeadas en los glúteos con una pala de madera y también eran golpeadas con bastones.</p><p>Según la orden, dos víctimas fueron sometidas a horas de estas “sesiones” cada día y se les indicó que avisaran a los sospechosos si sentían que estaban llegando a su “límite físico”, incluso si orinaban sangre o sentían que iban a desmayarse.</p><p>Los detectives dijeron que uno de los aspirantes sí orinó sangre durante una pausa para ir al baño, hecho que fue presenciado por otro aspirante, pero después de informar a los sospechosos, le dijeron que era demasiado pronto para que ocurriera algo así.</p><p>Según la orden, las golpizas se intensificaron el 4 de abril cuando una de las víctimas sangró a través de su ropa interior y sus pantalones.</p><p>Cuando el otro aspirante informó a Pinder sobre las lesiones, todos los miembros de la fraternidad presentes, incluidos varios hombres que no participaron en las golpizas, pero sí realizaron “actos de intimidación”, se molestaron y ordenaron a los dos aspirantes quitarse la ropa y tirarla a la basura, según la orden.</p><p>Los detectives dijeron que la salud de una de las víctimas comenzó a deteriorarse después de la golpiza del 4 de abril y empezó a sufrir “vómitos, fiebre y un dolor intenso en los glúteos”.</p><p>La orden indica que acudió a un centro de atención de urgencia, pero fue trasladado al Jackson South Medical Center debido a que grandes áreas de sus glúteos se habían vuelto necróticas.</p><p>La víctima tuvo que someterse a una cirugía para remover amplias porciones de piel y tejido blando, además de recibir extensos injertos de piel para cubrir las áreas afectadas, según la orden.</p><p>“Si la víctima no hubiera recibido la atención médica de emergencia necesaria, sus lesiones habrían provocado insuficiencia renal que habría derivado en la muerte”, señala la orden.</p><p>Los detectives dijeron que la segunda víctima también tuvo que buscar atención médica por heridas en los glúteos, aunque negó haber sido sometida a golpes con una pala.</p><p>Según la orden, se obtuvo una orden judicial para revisar los expedientes médicos de esa víctima, los cuales revelaron que recibió tratamiento médico intensivo del 6 al 24 de abril e incluso tuvo que ser intubada.</p><p>Los detectives dijeron que, pese a sus negativas, sus lesiones eran consistentes con las declaraciones de la primera víctima de que ambos habían sido sometidos a severas golpizas en los glúteos.</p><p>Pinder, James y Dyous enfrentan cada uno dos cargos de homicidio involuntario en grado de tentativa con arma mortal, agresión agravada con arma mortal causando gran daño corporal y novatadas con arma mortal.</p><p>“Para algunos, las novatadas de fraternidad pueden ser vistas como una tradición que crea un sentido de pertenencia y hermandad, pero desde 2001, las novatadas en Florida han causado la muerte de Chad Meredith, Robert Champion y Andrew Coffey, mientras han dejado a otros gravemente heridos. Este caso, con las víctimas requiriendo hospitalización, proporciona ejemplos claros del peligro de las novatadas”, dijo Fernandez Rundle. “En Florida, las novatadas son abuso y son un delito. Sus víctimas con demasiada frecuencia yacen en sus tumbas y en camas de hospital”.</p><p>Los directivos de Kappa Alpha Psi dijeron en un comunicado que mantienen una “política de cero tolerancia contra las novatadas”.</p><p>“Las novatadas son ilegales, están estrictamente prohibidas y nunca son un requisito para ser miembro”, señala el comunicado. “Los responsables arrestados no son miembros activos ni están al día con sus obligaciones financieras... No tienen ninguna autoridad para llevar a cabo ningún programa ni autorizar ningún proceso en nuestro nombre”.</p><figure><img src="https://www.local10.com/resizer/v2/N6OUNFWCWBCDDDTVSFAACC43JU.jpeg?auth=d251a947f9b7ff1f025715b51314c3f6bb6353dff7cc96ed62031a0992ff883d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded></item><item><title><![CDATA[Policía de Hallandale Beach se moviliza en estacionamiento por auto baleado que deja una persona muerta ]]></title><link>https://www.local10.com/espanol/2026/07/28/fuerte-presencia-policial-en-estacionamiento-de-hallandale-beach-tras-balacera-contra-vehiculo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/fuerte-presencia-policial-en-estacionamiento-de-hallandale-beach-tras-balacera-contra-vehiculo/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[Hay una investigación en curso en un estacionamiento acordonado con cinta de escena del crimen por una balacera ocurrida el martes en Hallandale Beach.]]></description><pubDate>Tue, 28 Jul 2026 13:39:04 +0000</pubDate><content:encoded><![CDATA[<p>Hay una investigación en curso por una balacera ocurrida el martes en Hallandale Beach.</p><p>Según la policía de Hallandale Beach, la balacera fue reportada poco antes de las 10:40 p.m. del lunes en la cuadra 1000 de Pembroke Road.</p><p>Un equipo de Local 10 News se encontraba en la escena, en la cuadra 1000 de Pembroke Road, donde la policía fue vista en un estacionamiento que estaba acordonado con cinta de escena del crimen.</p><p>Los agentes centraban su atención en un Honda Civic dentro del estacionamiento que estaba acribillado a balazos. Tres impactos de bala eran visibles en la parte trasera del vehículo y otro impacto se observaba en la puerta del lado del conductor.</p><p>Lo que parecía ser un arma de fuego estaba sobre el techo del vehículo.</p><p>Según la policía, la víctima y un testigo que también se encontraba en el vehículo llamaron al 911 después de la balacera.</p><p>“Al llegar, los agentes localizaron a una víctima adulta masculina que sufría múltiples heridas de bala dentro de un vehículo”, indicó el Departamento de Policía de Hallandale Beach (HBPD) en un comunicado de prensa.</p><p>La policía indicó que los agentes y los paramédicos de Rescate de Bomberos de Broward brindaron ayuda a la víctima, pero finalmente murió a causa de sus heridas.</p><p>Según la policía, la balacera en realidad ocurrió en la cuadra 600 de Northwest Fourth Court, y la víctima y el testigo luego se fueron en el vehículo, deteniéndose a poca distancia para llamar al 911.</p><p>Residentes del área dijeron a Local 10 News que escucharon entre cinco y seis disparos la noche del lunes.</p><p>“Tenía el ventilador encendido y estaba a punto de acostarme, así que realmente no estaba segura de lo que estaba pasando”, dijo Genesis Morales. “No quise salir a revisar porque normalmente no lo hago cuando ocurre algo así... Pero la verdad es que no sé. No sé qué pasó. No sé qué está ocurriendo allí. Es un poco inquietante, para ser sincera, porque pude haber estado aquí con mi hija”.</p><p>Un hombre que vestía una sudadera azul con capucha fue visto esposado en la escena.</p><p>El motivo del tiroteo sigue sin esclarecerse.</p><p>Cualquier persona que tenga información sobre el tiroteo se le pide llamar al Departamento de Policía de Hallandale Beach al 954-457-1400 o a Broward Crime Stoppers al 954-493-TIPS.</p>]]></content:encoded></item><item><title><![CDATA[Pakistan administered Kashmir officials allege outlawed group tried to sabotage regional election]]></title><link>https://www.local10.com/news/world/2026/07/28/pakistan-administered-kashmir-officials-allege-outlawed-group-tried-to-sabotage-regional-election/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/28/pakistan-administered-kashmir-officials-allege-outlawed-group-tried-to-sabotage-regional-election/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Officials in Pakistan administered Kashmir on Tuesday accused an outlawed political group of attempting to sabotage elections for the region’s constitutional assembly, while also alleging that militants from the Pakistani Taliban infiltrated weekslong protests. The accusations came a day after clashes with security forces killed one paramilitary officer and wounded several others.]]></description><pubDate>Tue, 28 Jul 2026 17:30:06 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Officials in Pakistan administered Kashmir on Tuesday accused an outlawed political group of attempting to sabotage elections for the region’s constitutional assembly, while also alleging that militants from the Pakistani Taliban infiltrated weekslong protests. The accusations came a day after clashes with security forces killed one paramilitary officer and wounded several others.</p><p>The violence erupted when armed, masked protesters at a sit-in opened fire on police and security personnel deployed to secure polling, the regional government and police said. There were unconfirmed reports that several protesters were killed or wounded, but officials did not immediately confirm any civilian casualties.</p><p>Voting in the disputed Himalayan region of Kashmir, which is divided between India and Pakistan and claimed in its entirety by both countries, began Monday and is being held in phases through Aug. 10.</p><p>The now weeks-old protest encampment has overshadowed the election, with residents reporting low voter turnout in Monday’s first phase, when polling was held for several assembly seats in the city of Mirpur.</p><p>At a news conference in Muzaffarabad, the capital of Pakistan-administered Kashmir, government spokesman Mohammad Rashid Hanif alleged that the outlawed Joint Awami Action Committee, or JAAC, sought to derail the elections. He said a “significant number” of Fitna al-Khawarij, the term Islamabad uses for members of the Pakistani Taliban, were also among the protesters.</p><p>Later on Tuesday at a news conference in Islamabad, Information Minister Attaullah Tarar and Deputy Interior Minister Talal Chaudhry said the ongoing sit-in was no longer a peaceful protest, alleging that armed militants had joined the demonstrators and posed a threat to public order. They said authorities would soon take action to restore order and ensure conditions for a free, fair and peaceful vote.</p><p>The ministers urged residents to stay away from the protest, alleging that some demonstrators were armed with sophisticated weapons and were using them against security forces. They said security forces were responding in self-defense while exercising maximum restraint.</p><p>The regional government banned the JAAC recently, citing concerns over public order and security, and arrested dozens of its followers. The group, formed in 2023, demands greater political rights for the people of Kashmir and the abolition of refugee seats in the assembly on the grounds that the refugees have disproportionate influence. It is notorious for violent protests. The dispute escalated in early June after the region’s Supreme Court ruled the refugee seats are constitutionally protected and cannot be abolished without a constitutional amendment.</p><p>Hanif, the government spokesman, urged residents to distance themselves from the protesters, alleging that armed militants had infiltrated the demonstrations and were using civilians as shields. He said authorities would continue operations to disperse the protest camps and restore law and order.</p><p>Hanif showed what he said was video footage of masked gunmen firing from the roof of a building.</p><p>Sitting alongside Hanif, regional deputy Police Chief Irfan Masood Kashfi said armed men involved in the unrest were carrying weapons including Kalashnikov assault rifles and that authorities had received intelligence that snipers were also being used. He said one paramilitary officer was killed and five other security personnel, including a police officer, were wounded. He said security forces exercised restraint and responded only in self-defense.</p><p>Kashfi also said authorities arrested an armed suspect in Rawalakot and seized what he described as an assault rifle, alleging the suspect had recently arrived from abroad and received sniper training.</p><p>Officials also played video recordings of two detained men who appeared to confess to taking part in the violence. One said he had been paid and instructed to attack troops and police, while the other claimed to belong to an armed faction linked to the JAAC and described firing on security forces with an M-16 rifle.</p><p>The group did not immediately respond to the latest allegations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IF6IF5BSEE327JCNNLST3P4DLE.jpg?auth=7c70b2fcf0615a3bfcd3b20419ee5bf985aade0215ea7d3597212f93d09f7bf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Pakistan with its capital, Islamabad, and the Kashmir region. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Kentucky governor demands that McConnell prove he is fit to serve or resign]]></title><link>https://www.local10.com/news/politics/2026/07/28/kentucky-governor-demands-that-mcconnell-prove-he-is-fit-to-serve-or-resign/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/28/kentucky-governor-demands-that-mcconnell-prove-he-is-fit-to-serve-or-resign/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Kentucky Gov. Andy Beshear, a rising national figure in the Democratic Party, is calling on the state's Republican Sen. Mitch McConnell to either prove that he is fit to continue serving after his lengthy hospital stay or resign from office.]]></description><pubDate>Tue, 28 Jul 2026 17:29:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Kentucky Gov. Andy Beshear, a rising national figure in the Democratic Party, is calling on the state's Republican Sen. Mitch McConnell to either prove that he is fit to continue serving after his lengthy hospital stay or resign from office.</p><p>Beshear made the demand in a letter after McConnell’s office said Monday that the 84-year-old senator had not yet been medically cleared to leave the rehabilitation facility where he has been undergoing physical therapy. The office said he would miss a major Kentucky political event and upcoming Senate votes. McConnell was hospitalized June 14 and disclosed weeks later that it was the result of a fall.</p><p>Beshear, who is widely viewed as a potential presidential candidate in 2028, first urged McConnell in early July to release more information about his condition after weeks of public silence. His letter Tuesday marked a significant escalation.</p><p>“I am calling on you to directly and verbally address the people of Kentucky and provide proof of your capacity to serve, or resign,” Beshear wrote to McConnell.</p><p>Beshear also sent a letter to Senate Majority Leader John Thune, urging him to investigate McConnell’s condition if the senator does not demonstrate that he is capable of continuing to serve.</p><p>McConnell and Thune’s offices did not provide comment on the letter.</p><p>McConnell, who led Senate Republicans for nearly two decades, has long guarded his personal life. Since he was hospitalized last month, his office has issued major updates on July 12 and July 27, each accompanied by a single photograph.</p><p>But public scrutiny of aging elected officials has intensified after several recent health episodes and deaths in office, including the deaths of California Sen. Dianne Feinstein in 2023 and South Carolina Sen. Lindsey Graham earlier this month, as well as President Joe Biden’s decision not to seek reelection after concerns about his age and health became a dominant political issue.</p><p>In the absence of regular public updates from McConnell himself, speculation about his condition has grown online.</p><p>“All of this speculation and even this letter could have been avoided with a minimal amount of transparency,” Beshear wrote to Thune.</p><p>___</p><p>Associated Press reporter Mary Clare Jalonick contributed to this report from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WMRU75FOHPXWHVIZKJL65BLTSA.jpg?auth=4ba80f2ec718a683729e271f94d73f35daa9ade75fca0e01685cad3f4ea5ea09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Mitch McConnell, R-Ky., speaks at an event, Aug. 2, 2025, in Fancy Farm, Ky. (AP Photo/Mark Humphrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Humphrey</media:credit></media:content></item><item><title><![CDATA[Keiko Fujimori is inaugurated as Peru's president following a narrow election victory]]></title><link>https://www.local10.com/news/world/2026/07/28/keiko-fujimori-is-inaugurated-as-perus-president-following-a-narrow-election-victory/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/28/keiko-fujimori-is-inaugurated-as-perus-president-following-a-narrow-election-victory/</guid><dc:creator><![CDATA[By FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA, Peru (AP) — Conservative leader Keiko Fujimori was sworn in as Peru’s president on Tuesday after winning the June presidential runoff by a margin of fewer than 50,000 votes, a victory that confirmed a regional shift in South America toward the conservative wing.]]></description><pubDate>Tue, 28 Jul 2026 20:55:14 +0000</pubDate><content:encoded><![CDATA[<p>LIMA, Peru (AP) — Conservative leader Keiko Fujimori was sworn in as Peru’s president on Tuesday after winning the June presidential runoff by a margin of fewer than 50,000 votes, a victory that confirmed a regional shift in South America toward the conservative wing.</p><p>With the ceremony, Fujimori, a four-time presidential candidate and leader of Peru's largest political party, takes office as the country's ninth president in a decade. The 51-year-old is hoping to stabilize Peru's turbulent politics, reduce crime and boost economic growth.</p><p>Over the past decade, only three of Peru’s presidents have been elected by popular vote. The rest have come into office after their predecessors resigned or were removed by congress amid protests or corruption scandals.</p><p>Fujimori’s Popular Force party and its main ally, Popular Renovation, will hold half the senate seats once the new legislature is installed, making it harder for opposing legislators to attempt to remove her as president.</p><p>An incoming president with a political past and promises for the future</p><p>Fujimori centered her campaign around promises to improve security in a nation where extortion rackets have become a significant problem. She has also promised to develop infrastructure by making it easier for government agencies to form partnerships with private investors.</p><p>She is the daughter of former President Alberto Fujimori, who led the country in the 1990s and stabilized its economy while defeating terror groups, but was later imprisoned for human rights abuses committed under his rule by the Peruvian military as his government took an authoritarian turn. He was pardoned in December 2023 and died in September the following year.</p><p>During her campaign, Keiko Fujimori pledged to fight crime with an “iron fist,” implementing some policies adopted by Salvadorean President Nayib Bukele, and also build a megaprison modeled after the notorious Cecot penitentiary in El Salvador.</p><p>To guarantee judges their safety, she has said she will implement reforms to enable them to hide their identities as they oversee criminal trials.</p><p>She also said on Tuesday she would reorganize social services to fight malnutrition in rural communities and announced a 15% increase in the nation's minimum wage.</p><p>Fujimori said that the nation's military will “temporarily” lead security operations in crime afflicted areas. And she also said she will focus on preparing the South American nation for the latest onset of El Niño, a weather pattern that warms ocean temperatures and often leads to flooding along Peru's coast.</p><p>“My goal is not only to administer the state,” Fujimori said. “My main objective is to narrow the enormous social deficit that affects millions of Peruvians.”</p><p>Opposition leaders remember those killed in protests</p><p>Opposition leaders have asked Fujimori’s incoming government to reverse a series of laws approved by Peru’s last legislature, which critics say weaken efforts to fight organized crime.</p><p>The laws eliminate preventive arrests and stop prosecutors from processing political parties involved in corruption under the same statutes as criminal groups. The laws also make it harder for police to confiscate the goods of criminal groups.</p><p>Opposition leaders are also asking the incoming government to create a commission to investigate the deaths of 50 civilians during anti-government protests in late 2022 and early 2023 following the removal of former President Pedro Castillo.</p><p>During Fujimori’s swearing-in ceremony, some opposition lawmakers protested outside the parliament in Lima, Peru's capital, holding photos of people killed during the protests. Relatives of the dead have said they do not recognize Fujimori as president and that they are protesting her inauguration.</p><p>Fujimori will lead a deeply polarized country</p><p>Fujimori was widely backed by voters in Peru’s capital and along the Pacific coast, but voters in the highlands, where there is a larger Indigenous population, overwhelmingly supported left-wing candidate Roberto Sanchez, an ally of Castillo.</p><p>Sanchez challenged the election results, arguing there were irregularities in how votes were counted at Peruvian consulates abroad, but electoral authorities dismissed his complaints.</p><p>Despite the political friction, Peru continues to be one of the most stable economies in Latin America. Its central bank has long kept the benchmark interest rate below 5%, and the government is known for a conservative approach toward public spending.</p><p>But critics point out a growing gap in living standards between coastal areas and communities in the Andean highlands.</p><p>Fujimori's June election victory, along with those of Abelardo de la Espriella in Colombia and José Antonio Kast in Chile, underscored South America's shift toward the conservative wing, a stark contrast from the panorama of a few decades ago when left-wing leaders such as Hugo Chávez in Venezuela or the current Brazilian president Luiz Inácio Lula da Silva emerged.</p><p>Conservatives have won seven major presidential elections in Latin America in the past few years, most of them since the January 2025 inauguration of U.S. President Donald Trump, in a winning streak propelled by concerns over crime, immigration and slow economic growth.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PRXRAWAWCH7VBB7Q7OQTOFMVEU.jpg?auth=5eafa087bb7d4183dad69406f7a25785c5e17547e6a557ef3bf7b9216f075bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President-elect Keiko Fujimori arrives at Congress before her inauguration in Lima, Peru, Tuesday, July 28, 2026. (AP Photo/Miguel Paredes)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Paredes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCCHJMUOUV5WX3A3HN3MWJ6V34.jpg?auth=dc7a8514bda74f6ba073934ec101ca04c3999072ed45b2f015b82e3033676741&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peru's President Keiko Fujimori walks to the presidential palace after her inauguration in Lima, Peru, Tuesday, July 28, 2026. (AP Photo/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFOHS76EJBYHR6PGAUQOPXBWZY.jpg?auth=41479012f83239730268607eeb3f0829132d451a2ae9548da3e55502294adcf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jesus Perez, of the opposition Together for Peru, party joins opponents of new President Keiko Fujimori during a protest on the day of her inauguration in Lima, Peru, Tuesday, July 28, 2026. (AP Photo/Gerardo Marin)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F35CDCJR7ZWLMGOCRARQV4NQNE.jpg?auth=005a96e707d5f08f235efaa9aaf9862e41ff8f59c92f8565ddfa179d9ffb45ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keiko Fujimori's family waves as they arrive at Congress for her inauguration in Lima, Peru, Tuesday, July 28, 2026.(AP Photo/Miguel Paredes)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Paredes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCFHRXTNYWPDQDXYSSQAEEKS5Q.jpg?auth=541e88e0fff4c347d9491998303a5f09611793e8bc154940f0ffe1646d975ac7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Opponents of Peru's new President Keiko Fujimori confront police during a protest on the day of her inauguration in Lima, Peru, Tuesday, July 28, 2026. (AP Photo/Gerardo Marin)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content></item><item><title><![CDATA[Woman suffers broken hand, busted lip after collision involving car, Brightline train]]></title><link>https://www.local10.com/news/local/2026/07/27/woman-suffers-broken-hand-busted-lip-after-collision-involving-car-brightline-train/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/27/woman-suffers-broken-hand-busted-lip-after-collision-involving-car-brightline-train/</guid><dc:creator><![CDATA[Isabella Martin, Amanda Batchelor, Sanela Sabovic]]></dc:creator><description><![CDATA[A Brightline train collided with a vehicle late Sunday night that was on the tracks in Fort Lauderdale.]]></description><pubDate>Mon, 27 Jul 2026 11:20:37 +0000</pubDate><content:encoded><![CDATA[<p>A Brightline train collided with a vehicle late Sunday night that was on the tracks in Fort Lauderdale, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/27/mujer-sufre-mano-rota-y-labio-partido-tras-choque-que-involucra-auto-y-tren-brightline/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/27/mujer-sufre-mano-rota-y-labio-partido-tras-choque-que-involucra-auto-y-tren-brightline/">Leer en español</a></p><p>The crash was reported just before midnight in the area of North Flagler Drive and East Sunrise Boulevard as the train was heading south, first responders confirmed.</p><p>Victor Carvalho was at a nearby bar and saw the accident. </p><p>“As we see the rails coming down, there was a car right behind and it was apparently, I don’t what happened, but she just went over the rails and immediately (I) start hearing the horns and boom, straight away, it just crashed straight onto her on the right side of the vehicle,” he said. </p><p>Fort Lauderdale Fire Rescue officials said the car was dragged by the train to the 400 block of Northeast Flagler Drive.</p><p>The husband of the woman who was driving the red car told Local 10 News that the car became lodged underneath the train after the collision.</p><p>Surveillance video shows the moments after the train struck the car. You can see sparks flying as the Genesis is dragged down the tracks beneath the Brightline train.</p><p>FLFR officials said the woman was able to exit the car by herself and crews found her on the ground next to the vehicle when they arrived.</p><p>Carvalho, who just completed CPR, first aid, and firefighting training, raced to the scene to help the victim.</p><p>“My adrenaline just immediately kicked in and I knew from the start, of what I was trained from the course has taught me, I went straight to action,” he said. “I jump over the fence, I’m on 911 calling the operator, telling the whole situation. I escorted the lady on the floor as she opened the door herself, making sure she’s OK. I just made sure she sits upright, make sure she looks to the ground, make sure she looks at her feet, make sure she doesn’t go to a level where she’s passing out.”</p><p>According to the woman’s husband, she suffered a broken hand and busted lip, but is expected to be OK.</p><p>FLFR officials confirmed that the woman was transported to Broward Health Medical Center with serious, but non-life-threatening injuries. </p><p>A hair stylist at a nearby barbershop told Local 10 News that she’s never seen anything like this before.</p><p>“The Brightline train is just stopped right in front of me, and the car is just jammed right underneath. Actually, by a miracle, the driver’s seat where the driver was, was the only seat that wasn’t completely smacked by the train,” Madeline Abreu said. </p><p>The circumstances leading up to the collision remain under investigation.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Policía de Guyana acusa de asesinato al capitán y tripulantes por naufragio de ferry]]></title><link>https://www.local10.com/espanol/2026/07/28/policia-de-guyana-acusa-de-asesinato-al-capitan-y-tripulantes-por-naufragio-de-ferry/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/policia-de-guyana-acusa-de-asesinato-al-capitan-y-tripulantes-por-naufragio-de-ferry/</guid><dc:creator><![CDATA[Por BERT WILKINSON, Associated Press]]></dc:creator><description><![CDATA[GEORGETOWN, Guyana (AP) — La policía de Guyana presentó el martes cargos por asesinato contra el capitán y dos tripulantes de un ferry estatal que se volcó, dejando al menos 70 personas muertas y 30 desaparecidas.]]></description><pubDate>Tue, 28 Jul 2026 17:23:46 +0000</pubDate><content:encoded><![CDATA[<p>GEORGETOWN, Guyana (AP) — La policía de Guyana presentó el martes cargos por asesinato contra el capitán y dos tripulantes de un ferry estatal que se volcó, dejando al menos 70 personas muertas y 30 desaparecidas.</p><p>Los acusados son el capitán Kevin Price, de 40 años; el primer oficial Rondell Dwayne Roberts, de 42; y el superintendente de carga Delon Granderson, de 33. Comparecieron ante el tribunal el martes por la mañana, pero no se les exigió declarar. No había abogados presentes para ellos.</p><p>Las autoridades creen que 179 personas iban a bordo del ferry, que zarpó de la capital, Georgetown, el 18 de julio y se volcó en aguas del Atlántico antes de llegar a su destino, la localidad norteña de Port Kaituma, cerca de Venezuela. Fue el peor desastre marítimo registrado en la nación sudamericana.</p><p>El primer ministro Mark Phillips informó al Parlamento a última hora del lunes que, aunque 77 personas fueron rescatadas, una murió recientemente.</p><p>Durante su intervención, legisladores de la oposición golpearon los escritorios e increparon a los parlamentarios mientras exigían la renuncia del ministro de Obras, Juan Edghill, y del adjunto Indar Persaud, a quienes responsabilizan del desastre.</p><p>El gobierno anunció el domingo la creación de una comisión integrada por cinco expertos internacionales en derecho y en asuntos marítimos, encargada de investigar el hundimiento del MV Barima, de 87 años de antigüedad.</p><p>El gobierno ha señalado que el ferry seguía en operación porque continúan los trabajos para construir un muelle en Port Kaituma que permita recibir una nueva embarcación de 12,7 millones de dólares, adquirida de India en los últimos meses para reemplazar al MV Barima.</p><p>Algunos sobrevivientes contaron a los reporteros que el ferry tenía filtraciones y estaba excedido de pasajeros y carga. El gobierno ha pedido a la comisión que examine esas denuncias.</p><p>El primer ministro manifestó que es probable que la embarcación, que ahora yace a 15 metros bajo el agua, permanezca allí y no sea reflotada.</p><p>Una segunda audiencia está prevista para el 3 de agosto en un tribunal de Essequibo, cerca de donde sucedió el hundimiento.</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/AW3NBRM5KFTGMBMMZYMUNC3UHA.jpg?auth=3dbcbb9358d43269436e19bb0d9dfef294bd3422652021edf2c63a711eb72aa2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Varias personas se sientan en el malecón al atardecer en Georgetown, Guyana, el martes 19 de noviembre de 2024. (AP Foto/Matias Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Man faces felony charge over alleged road rage punch in Broward ]]></title><link>https://www.local10.com/traffic/2026/07/28/man-faces-felony-charge-over-alleged-road-rage-punch-in-broward/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/07/28/man-faces-felony-charge-over-alleged-road-rage-punch-in-broward/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A teenager who was driving a Genesis recently accused a 56-year-old man who was driving an Alfa Romeo of a road rage attack in Broward County, records show. ]]></description><pubDate>Tue, 28 Jul 2026 17:01:10 +0000</pubDate><content:encoded><![CDATA[<p>A teenager who was driving a Genesis recently accused a 56-year-old man who was driving an Alfa Romeo of a road rage attack in Broward County, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/28/un-hombre-enfrentan-cargo-grave-por-presunto-golpe-durante-incidente-de-ira-al-volante-en-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/un-hombre-enfrentan-cargo-grave-por-presunto-golpe-durante-incidente-de-ira-al-volante-en-broward/">Leer en español</a></p><p>Broward Sheriff’s Office deputies arrested John Almonacid on Saturday in Weston, according to a BSO deputy’s arrest report. </p><p>Almonacid got out of his car near Bonaventure and Royal Palm Boulevard, walked up to the teen’s car, and “punched him on the right side of his face with a closed fist,” a deputy wrote, according to the arrest report. </p><p>The teen had allegedly “honked his horn” and a witness’s video showed him and another teen getting out of the Genesis, “and motioning to Almonacid,” a deputy wrote, according to the report. </p><p>Almonacid faced a charge of burglary with an assault, a first-degree felony. His bond was $20,000. </p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3583.1314711011237!2d-80.38253286403196!3d26.094626703752635!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9a0a6dd84422f%3A0x5fc53a172f0478a0!2sRoyal%20Palm%20Blvd%20%26%20Bonaventure%20Blvd%2C%20Weston%2C%20FL%2033326!5e0!3m2!1sen!2sus!4v1785258094722!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2JSPUZL2NG6RHM4E3IDMACLJQ.jpg?auth=fdbeb1ed4ca08100a244ded58efee07c20aa808965f817575da540313371207a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff’s Office deputies arrested John Almonacid on Saturday in Weston.]]></media:description></media:content></item><item><title><![CDATA[Attorney’s message to Haitians as TPS ends: ‘Do not panic’]]></title><link>https://www.local10.com/news/local/2026/07/28/attorneys-message-to-haitians-as-tps-ends-do-not-panic/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/attorneys-message-to-haitians-as-tps-ends-do-not-panic/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[A Haitian American attorney from South Florida has a message to those in the community as temporary protected status comes to an end: “Do not panic.”]]></description><pubDate>Tue, 28 Jul 2026 16:39:18 +0000</pubDate><content:encoded><![CDATA[<p>A Haitian American attorney from South Florida has a message to those in the community <a href="https://www.local10.com/news/local/2026/07/26/south-florida-haitians-bracing-for-mondays-end-of-tps/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/26/south-florida-haitians-bracing-for-mondays-end-of-tps/">as Temporary Protected Status comes to an end</a>: “Do not panic.”</p><p><a href="https://www.local10.com/espanol/2026/07/28/mensaje-de-un-abogada-a-los-haitianos-ante-la-finalizacion-del-tps-que-no-cunda-el-panico/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/mensaje-de-un-abogada-a-los-haitianos-ante-la-finalizacion-del-tps-que-no-cunda-el-panico/">Leer en español</a></p><p>Attorney Lourna Rosembert Joseph, <a href="https://ilgpa.com/our-management-team/lourna-rosembert-joseph/" target="_self" rel="" title="https://ilgpa.com/our-management-team/lourna-rosembert-joseph/">with ILG Immigration Group</a>, said that TPS for Haitians was first granted in 2010, so many people have built their lives here over the last 16 years. Now, there’s concern swirling in the community ― and misinformation.</p><p>“So, right now is the time where, unfortunately, there’s a lot of scams going on, so for one, it’s not to panic,” Rosembert Joseph said. “Two, do your research. I think Temporary Protected Status is a good thing, but I think everyone forgot the ‘temporary’ portion of it.”</p><p>She said even though TPS has ended, some may still qualify for other forms of immigration relief.</p><p>“Make sure you get all your affairs in order ― and what I mean by that is your immigration documents and so forth,” Rosembert Joseph said. “Make sure you research whoever you speak to and understand that social media is not the best source of news.”</p><p>Her advice now to those affected is to speak with an immigration attorney and, if they haven’t already, have conversations with their employers about their work status.</p><p>“Showing up to work may not work,” Rosembert Joseph said. “I suggest they speak to the employer, find out what can happen, but technically they’re not supposed to be working right now. And I agree, it’s a tough situation to be in right now.”</p><p>She said old asylum claims could be relevant.</p><p>“You can either file a motion to reopen, a motion to reconsider, or even an appeal,” Rosembert Joseph said.</p><p>But she said previous removal orders halted by TPS are now back in play.</p><p>“So what happens now is if you get caught up with ICE or anything that way, they have a reason to keep you, because technically you had a removal order 30 years ago,” Rosembert Joseph said. “Before you cure that issue (asylum or other forms of relief), you have to go back and cure the removal order because it stops you from going further.”</p><p>Rosembert Joseph also said the impact won’t just be felt by the people losing their status. Thousands of Haitians have been working, paying taxes and filling critical jobs across South Florida.</p><p>“We’re not going to be able to replace these individuals,” she said. “So then, what does that do, right? If employers can’t have anyone working, then we have an issue. I think this is going to force the government to really think and strategize before they do this.”</p><p>And, while there’s a lot of uncertainty, she said her clients are not packing their bags.</p><p>“Haiti is not in a (position) right now to receive individuals with everything that’s going on. They barely have a government,” Rosembert Joseph said. “So no one is looking forward to say, ‘You know what? Let me just pack my bags and go home.’ So that is not anything that they’re doing. I think everyone is just panicking.”</p><p>ILG Immigration Group is planning free speed consultations to help people understand their rights and options. The firm plans to post information about the events on its <a href="https://www.facebook.com/InsuranceLitigationGroup/" target="_self" rel="" title="https://www.facebook.com/InsuranceLitigationGroup/">Facebook</a> and <a href="https://www.instagram.com/ilglawfirm/" target="_self" rel="" title="https://www.instagram.com/ilglawfirm/">Instagram</a> pages.</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[Un hombre enfrentan cargo grave por presunto golpe durante incidente de ira al volante en Broward]]></title><link>https://www.local10.com/espanol/2026/07/28/un-hombre-enfrentan-cargo-grave-por-presunto-golpe-durante-incidente-de-ira-al-volante-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/un-hombre-enfrentan-cargo-grave-por-presunto-golpe-durante-incidente-de-ira-al-volante-en-broward/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un adolescente que acusó recientemente a un hombre de 56 años de un ataque por ira al volante en el condado Broward.]]></description><pubDate>Tue, 28 Jul 2026 17:22:02 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente que conducía un Genesis acusó recientemente a un hombre de 56 años que manejaba un Alfa Romeo de un ataque por ira al volante en el condado Broward, según muestran los registros.</p><p>Los agentes de la Oficina del Sheriff de Broward arrestaron a John Almonacid el sábado en Weston, según un informe de arresto de un agente de BSO.</p><p>Almonacid salió de su vehículo cerca de Bonaventure y Royal Palm Boulevard, caminó hacia el auto del adolescente y “lo golpeó en el lado derecho de la cara con el puño cerrado”, escribió un agente, según el informe de arresto.</p><p>El adolescente presuntamente había “tocado la bocina” y el video de un testigo mostró que él y otro adolescente salieron del Genesis, “y le hicieron señas a Almonacid”, escribió un agente, según el informe.</p><p>Almonacid enfrentó un cargo de robo con agresión, un delito grave de primer grado. Su fianza era de $20,000 USD.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3583.1314711011237!2d-80.38253286403196!3d26.094626703752635!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9a0a6dd84422f%3A0x5fc53a172f0478a0!2sRoyal%20Palm%20Blvd%20%26%20Bonaventure%20Blvd%2C%20Weston%2C%20FL%2033326!5e0!3m2!1sen!2sus!4v1785258094722!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2JSPUZL2NG6RHM4E3IDMACLJQ.jpg?auth=fdbeb1ed4ca08100a244ded58efee07c20aa808965f817575da540313371207a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff’s Office deputies arrested John Almonacid on Saturday in Weston.]]></media:description></media:content></item><item><title><![CDATA[Teen gets life without parole for killing 4 at Georgia’s Apalachee High School]]></title><link>https://www.local10.com/news/2026/07/28/teen-gets-life-without-parole-for-killing-4-at-georgias-apalachee-high-school/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/28/teen-gets-life-without-parole-for-killing-4-at-georgias-apalachee-high-school/</guid><dc:creator><![CDATA[By KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[A judge on Tuesday sentenced a teenager who killed two students and two teachers in a shooting at Apalachee High School in Georgia to serve life in prison without the possibility of parole, calling his crimes “deliberate, contemplated evil.”]]></description><pubDate>Tue, 28 Jul 2026 21:21:23 +0000</pubDate><content:encoded><![CDATA[<p>A judge on Tuesday sentenced a teenager who killed two students and two teachers in a shooting at Apalachee High School in Georgia to serve life in prison without the possibility of parole, calling his crimes “deliberate, contemplated evil.”</p><p>Colt Gray, 16, had pleaded guilty Friday to 55 counts, including murder, in the Sept. 4, 2024, shooting at the school about 45 miles (73 kilometers) northeast of Atlanta.</p><p>Barrow County Superior Court Judge Nicholas Primm handed down the sentence after hearing from family members of those killed and victims, as well as investigators, Gray’s grandmother and a forensic psychologist who had evaluated Gray.</p><p>Murder carries a mandatory sentence of life in prison in Georgia, so the only decision Barrow County Superior Court Judge Nicholas Primm had to make was whether Gray should ever be eligible for parole. He decided the teen should never be allowed out.</p><p>“You do not seem to be tormented by what you did. You seem to relish following in the footsteps of the murderers you idolize. You aren’t wracked with guilt. You’re proud of yourself," Primm said.</p><p>“We’ve seen no evidence he has any ability to develop a conscience or any ability ever to fully value human life,” District Attorney Brad Smith had said during his closing argument, insisting that Gray “cannot be in society.”</p><p>Defense attorney W. Charlton Allen told the judge his client was “not irretrievably broken.” Allowing him the possibility of parole would give him “an opportunity of hope," Allen said, adding that a lack of hope “takes away the ability for him to change.”</p><p>The victims got the sentence they asked for</p><p>“This is not a happy day. This is a relief day, I would say,” Smith told reporters after the sentencing, adding that he hoped his team had “done honor” to the victims and their loved ones.</p><p>Teachers Richard “Ricky” Aspinwall, 39, and Cristina Irimie, 53, and students Mason Schermerhorn and Christian Angulo, both 14, died in the shooting. Another teacher and eight more students were wounded, seven of them hit by gunfire.</p><p>Victims of the shooting and family members of those killed conveyed their anger and grief to Primm on Friday, almost all of them asking him not to allow the possibility of parole.</p><p>Shayna Aspinwall, the wife of math teacher and football coach Richard Aspinwall, described “a life sentence of grief and trauma for those left behind.”</p><p>Investigators say Gray aspired to be a mass shooter</p><p>Investigators testified during the three-day sentencing hearing that Gray idolized mass shooters, talking about them online with other members of the “true crime community,” a group of young people online who are fascinated with such attacks. Gray had chatted online about gaining notoriety through a school shooting.</p><p>Prosecutors played recordings of phone conversations Gray had with his mother, Marcee Gray, from a youth detention center in the months after the shooting. During those calls, he directed his mother to look up what people were saying about him online. He was excited when she described “fan art” drawings depicting him or comments people made about him and the attention he was getting online.</p><p>Gray had the “mental wherewithal” to mimic details of other mass killings on the day of the shooting, Smith said. He placed those “Easter eggs,” anticipating that they would be mentioned in court one day and would perpetuate his fame, the prosecutor said.</p><p>“The shooting was not the culmination of the plan. The shooting was just one of the steps of the plan. The plan was ultimate and lifelong fame inside of the TCC,” Smith said, referencing the “true crime community.”</p><p>Gray's grandmother says he needed help</p><p>“Colt got less stability than he needed, which made him even more vulnerable,” Allen, the defense attorney, argued. He said his client got wrapped up in an online community where he found the acceptance he craved but wasn’t getting at home.</p><p>Gray’s maternal grandmother, Debbie Polhamus, testified that the teen had a troubled childhood and that his parents failed him. Her grandson had grown “highly agitated and aggressive” in the weeks before the shooting, she said, adding that she had urged his parents to get him some help but they didn’t follow through.</p><p>“I tried to help Colt because nobody else was helping him,” she said.</p><p>Polhamus said she visits her grandson once a week at a youth detention center and that he has improved enormously with treatment and medication. She said her grandson has been doing a lot of reading and wants to study to get a GED diploma.</p><p>“I’d like to see him have a chance at some point to prove himself,” Polhamus said.</p><p>Gray was put in foster care while in detention because his father was in prison and there were concerns about his mother's contact with him. Candice Broce, director of the state Division of Family & Children Services and commissioner of the Georgia Department of Human Services, managed his case.</p><p>Broce testified that Gray appeared to show improvement. After Marcee Gray was barred from speaking with her son by a July 2025 no-contact order and he started taking medication, staff at the youth detention center told Broce it “changed him essentially into a different child,” she said.</p><p>The judge acknowledged that Gray had been failed by his parents, his extended family and, to a certain extent, society.</p><p>“But that failure does not absolve you from who you chose to idolize, worship and become,” Primm told Gray.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OR2J5ZJTX3YRHPBTN4XF37IY7Q.jpg?auth=3e0d67501ed2df7826d5844097352f3344d8d16247b1b028c3f4d97bcf50ec0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colt Gray reacts during his sentencing hearing at Barrow County Superior Court in Winder, Ga., Tuesday, July 28, 2026. (Arvin Temkar/Atlanta Journal-Constitution via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Arvin Temkar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M6TTO55EZHSMS4IPTARAHAT7G4.jpg?auth=512f862540693909d2b087c809bf5e412b96fd3a8887ca3e75197324fbcb504f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colt Gray, the 16-year-old convicted in the Apalachee High School shooting, stands to be handcuffed following his sentencing at Barrow County Superior Court in Winder, Ga., on Tuesday, July 28, 2026. (Arvin Temkar/Atlanta Journal-Constitution via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Arvin Temkar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XEU3PLZELM6N7IV5UZWHJLHACM.jpg?auth=467191061bbf3d596278532868685d7f9bf48446fc007c3f1841d75668a46bab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge Nicholas Primm speaks during Apalachee High School shooting suspect Colt Gray's sentencing hearing at Barrow County Superior Court in Winder, Ga., Tuesday, July 28, 2026. (Arvin Temkar/Atlanta Journal-Constitution via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Arvin Temkar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3F5RERWBI43IPD7D54QERDU72E.jpg?auth=bbc8e444d642c7e09fdbfca3ff020a5410aec07d585508a0e6b06ce50af26d7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colt Gray, the 16-year-old Apalachee High School shooting suspect, is led in by deputies for his sentencing at Barrow County Superior Court, Monday, July 27, 2026, in Winder, Ga. (Jason Getz/Atlanta Journal-Constitution via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Getz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YRSTAWKQFYBWORY53J75ACSH5M.jpg?auth=6dc8a3304b2aebd137492d1d77152ddcf4e82dfc708606675abbfce57b3d2b00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colt Gray, the 16-year-old Apalachee High School shooting suspect, talks with his defense attorney Charlton Allen during his sentencing at Barrow County Superior Court, Monday, July 27, 2026, in Winder, Ga. (Jason Getz/Atlanta Journal-Constitution via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Getz</media:credit></media:content></item><item><title><![CDATA[Man accuses his brothers of violent armed kidnapping in Miami-Dade, records show ]]></title><link>https://www.local10.com/news/local/2026/07/28/man-accuses-his-brothers-of-violent-armed-kidnapping-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/man-accuses-his-brothers-of-violent-armed-kidnapping-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Brothers Jaden and Gian Zabala faced charges on Tuesday in Miami-Dade County after their brother accused them of a violent kidnapping, records show. ]]></description><pubDate>Tue, 28 Jul 2026 16:11:36 +0000</pubDate><content:encoded><![CDATA[<p>Brothers Jaden and Gian Zabala faced charges on Tuesday in Miami-Dade County after their brother accused them of a violent kidnapping, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/28/un-hombre-acusa-a-sus-hermanos-de-secuestro-con-violencia-a-mano-armada-en-miami-dade-segun-registros/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/un-hombre-acusa-a-sus-hermanos-de-secuestro-con-violencia-a-mano-armada-en-miami-dade-segun-registros/">Leer en español</a></p><p>Deputies arrested Jaden Zabala, 22, and Gian Zabala, 24, on Monday over the attack on July 2, according to a Miami-Dade Sheriff’s Office deputy’s report. </p><p>“He was picked up by his brother ... to go to what he believed was their father’s residence,” a deputy wrote, according to the arrest report. </p><p>The victim reported it was an ambush involving his brothers and four other men, according to the MDSO deputy’s arrest report. </p><p>“He was immediately struck in the back of the head with an AK-47-style rifle and was then physically attacked by all involved parties ... being repeatedly pistol-whipped,” a deputy wrote, according to the report. </p><p>The victim said Jaden Zabala stole his cell phone and took him to his home in North Miami Beach, but he refused to open the door, according to the report. </p><p>“The group demanded that the victim open the front door so they could search the residence for an item,” a deputy wrote, according to the report. </p><p>Miami-Dade corrections booked Jaden and Gian Zabala on Monday night at the Turner Guilford Knight Correctional Center. </p><p>Gian Zabala faced four charges: Kidnapping involving a weapon, firearm, or aggravated battery; aggravated battery; attempted burglary of an occupied dwelling; and armed robbery with a firearm or deadly weapon. </p><p>Jaden Zabala faced three charges: Kidnapping involving a weapon, firearm, or aggravated battery; aggravated battery; and attempted burglary of an occupied dwelling. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SSVKCNU3XRFG5AZFW34OFGSFQE.jpg?auth=0fcc9f7e814078cd373b95ba9621aa2f11c29c225e6cfbabb1b8e63b788fae63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Jaden Zabala, left, and Gian Zabala, right, on Monday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Un hombre acusa a sus hermanos de secuestro con violencia a mano armada en Miami-Dade, según registros]]></title><link>https://www.local10.com/espanol/2026/07/28/un-hombre-acusa-a-sus-hermanos-de-secuestro-con-violencia-a-mano-armada-en-miami-dade-segun-registros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/un-hombre-acusa-a-sus-hermanos-de-secuestro-con-violencia-a-mano-armada-en-miami-dade-segun-registros/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los hermanos Zabala enfrentaron cargos el martes en el condado Miami-Dade tras ser acusados de secuestro con violencia, según registros.
]]></description><pubDate>Tue, 28 Jul 2026 16:47:17 +0000</pubDate><content:encoded><![CDATA[<p>Los hermanos Jaden y Gian Zabala enfrentaron cargos el martes en el condado Miami-Dade después de que su hermano los acusara de un secuestro violento, según muestran los registros.</p><p>Los agentes arrestaron a Jaden Zabala, de 22 años, y Gian Zabala, de 24 años, el lunes por el ataque ocurrido el 2 de julio, según un informe de un agente de la Oficina del Sheriff de Miami-Dade.</p><p>“Su hermano lo recogió... para ir donde él creía era la residencia de su padre”, escribió un agente, según el informe de arresto.</p><p>La víctima reportó que fue una emboscada en la que participaron sus hermanos y otros cuatro hombres, según el informe de arresto del agente de MDSO.</p><p>“Fue golpeado inmediatamente en la parte posterior de la cabeza con un rifle estilo AK-47 y luego fue atacado físicamente por todas las partes involucradas ... siendo golpeado repetidamente con la culata de un arma”, escribió un agente, según el informe.</p><p>La víctima dijo que Jaden Zabala le robó su teléfono celular y lo llevó a su casa en North Miami Beach, pero él se negó a abrir la puerta, según el informe.</p><p>“El grupo exigió que la víctima abriera la puerta principal para poder registrar la residencia en busca de un objeto”, escribió un agente, según el informe.</p><p>El Departamento de Correcciones de Miami-Dade ingresó a Jaden y Gian Zabala el lunes por la noche en el Centro Correccional Turner Guilford Knight.</p><p>Gian Zabala enfrentó cuatro cargos: secuestro con arma, arma de fuego o agresión agravada; agresión agravada; intento de robo en una vivienda ocupada; y robo armado con arma de fuego o arma mortal.</p><p>Jaden Zabala enfrentó tres cargos: secuestro con arma, arma de fuego o agresión agravada; agresión agravada; e intento de robo en una vivienda ocupada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SSVKCNU3XRFG5AZFW34OFGSFQE.jpg?auth=0fcc9f7e814078cd373b95ba9621aa2f11c29c225e6cfbabb1b8e63b788fae63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Jaden Zabala, left, and Gian Zabala, right, on Monday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Secret Service agent among those charged in South Florida fraternity hazing investigation]]></title><link>https://www.local10.com/news/local/2026/07/27/secret-service-agent-among-those-charged-in-south-florida-fraternity-hazing-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/27/secret-service-agent-among-those-charged-in-south-florida-fraternity-hazing-investigation/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly]]></dc:creator><description><![CDATA[A Secret Service agent is among the men who have been charged in connection with a fraternity hazing investigation involving a University of Miami graduate student and a Miami-Dade Fire Rescue employee, Local 10 learned Monday.]]></description><pubDate>Mon, 27 Jul 2026 11:42:09 +0000</pubDate><content:encoded><![CDATA[<p>A Secret Service agent is among the men who have been charged in connection with a <a href="https://www.local10.com/news/local/2026/07/26/3-men-arrested-in-alleged-fraternity-hazing-investigation-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/26/3-men-arrested-in-alleged-fraternity-hazing-investigation-in-miami-dade/">fraternity hazing investigation</a> involving a University of Miami graduate student and a Miami-Dade Fire Rescue employee, Local 10 learned Monday.</p><p><a href="https://www.local10.com/espanol/2026/07/27/acusan-a-agente-del-servicio-secreto-entre-los-acusados-en-investigacion-de-novatadas-de-fraternidad-en-el-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/27/acusan-a-agente-del-servicio-secreto-entre-los-acusados-en-investigacion-de-novatadas-de-fraternidad-en-el-sur-de-florida/">Leer en español</a></p><p>The Secret Service confirmed that Marquez Christopher Pinder, 29, is a current agent assigned to South Florida.</p><blockquote><p>“The United States Secret Service takes seriously any criminal misconduct allegations involving one of our employees. </p><p>“As the Agent in Charge of the Miami Field Office, I have been informed that a local law enforcement agency is investigating one of our employees. We are fully cooperating with the investigation. I am unable to comment on details about the ongoing investigation however, I can say that the employee is on administrative leave and has been since the moment we were notified. </p><p>“The Secret Service is built upon the trust and confidence placed in us by our protectees and the American people. We hold our employees to the highest standards. The Secret Service remains committed to accountability, professionalism, and integrity, and any misconduct will be addressed swiftly and appropriately upon completion of the investigative and judicial process.”</p><p class="citation">Michael Townsend, Special Agent in Charge, Miami Field Office</p></blockquote><p>Miami-Dade State Attorney Katherine Fernandez Rundle, Miami-Dade Sheriff Rosie Cordero-Stutz and Sweetwater Police Chief Sergio Diez announced the arrests of Pinder, 26-year-old Jared Lamar James and 29-year-old Elijah Delano Dyous over the weekend.</p><figure><img src="https://www.local10.com/resizer/v2/Z26ASVXIFRAXHHBYTQ567MILKI.jpg?auth=68b8e70217f1186ebb7e50d54f530b3a520d4c671fa4c578011b63e74b652f8e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>An arrest warrant states that one of the victims was an undergraduate student at UM when he attended interest group meetings to become a member of the Kappa Alpha Psi fraternity. Because he is now a graduate law student at UM, he is a member of the alumni chapter, authorities said. </p><figure><img src="https://www.local10.com/resizer/v2/55BONA5OUVEZPPBPIC7IZVBFZA.jpg?auth=940c0c96b20a37cf681a3ddb22447f90475098deb1df20e8ceee4322e5664fff&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>A second victim is currently employed by Miami-Dade Fire Rescue. </p><p>Online jail records show James was arrested Friday and Pinder was taken into custody on Sunday. Dyous, of West Park, was arrested Friday in Broward County. </p><p>Authorities said an investigation uncovered evidence of alleged hazing incidents involving prolonged and repeated beatings with canes and paddles. </p><p>According to investigators, the hazing began April 1 inside an apartment unit at IDENTITY Miami, located at 400 SW 107th Ave., in Sweetwater and continued through April 2 and April 3 at the same location. On April 4, authorities said the hazing continued at a home in unincorporated Miami-Dade County.</p><p>Authorities said the beatings were carried out by the three suspects.</p><p>According to an arrest warrant, one of the victims identified Pinder as the “dean of pledges” and James as the “vice dean of pledges.”</p><p>The warrant states that part of the pledging process involved “getting down,” in which they were placed into the “KUT,” which stands for “Knowledge, Understanding, Teaching.”</p><p>According to the warrant, the victims were asked questions about the fraternity’s history and if they got an answer wrong, they would be placed in a “stress position,” described as “a half squat with one arm pointed forward.”</p><p>Detectives said while they were in that position, the victims would be struck on their buttocks with a paddle, and canes would also be used on the victims.</p><p>According to the warrant, two victims were subjected to hours of these “sessions” each day and were told to tell the suspects if they felt they were reaching their “physical limit,” including by urinating blood or feeling like they would pass out.</p><p>Detectives said one of the pledges did urinate blood during a bathroom break, which another pledge witnessed, but after informing the suspects, he was told it was too soon for anything like that to occur. </p><p>According to the warrant, the beatings intensified on April 4 when one of the victims bled through his underwear and pants. </p><p>When the other pledge notified Pinder of the injuries, all present fraternity members -- which included several men who did not participate in the beatings, but engaged in “acts of intimidation” -- became upset and instructed the two pledges to strip their clothing and throw it in the garbage, the warrant stated.</p><p>Detectives said the health of one of the victims began deteriorating following the April 4 beating and he began to suffer from “vomiting, fevers and immense pain on his buttocks.”</p><p>The warrant states that he went to an urgent care facility, but was transported to Jackson South Medical Center, due to large portions of his buttocks becoming necrotic. </p><p>The victim had to get substantial portions of skin and soft tissue surgically removed and receive extensive skin grafts to cover the areas that were removed, the warrant stated. </p><p>“Had (the victim) not received necessary emergency medical care, his injuries would have resulted in renal failure leading to death,” the warrant stated. </p><p>Detectives said the second victim also had to seek medical care for wounds to his backside, although he denied that he had been subjected to paddling.</p><p>According to the warrant, a search warrant was obtained for that victim’s medical records, which revealed that he had extensive medical treatment from April 6 to April 24 and had even been intubated. </p><p>Detectives said despite his denials, his injuries were consistent with the statements provided by the first victim that they had both been subjected to severe beatings to their backsides. </p><p>Pinder, James and Dyous are each charged with two counts of attempted manslaughter with a deadly weapon, aggravated battery with a deadly weapon causing great bodily harm and hazing with a deadly weapon.</p><p>Pinder appeared in bond court Monday, where he was ordered held on a $75,000 bond. If he posts bond, he will be placed on house arrest with a GPS monitor and he is not allowed to have any contact with the victims or his fraternity brothers. </p><p>“Among some, fraternity hazing might be seen as a tradition creating a sense of belonging and brotherhood, but since 2001, hazing in Florida has killed Chad Meredith, Robert Champion and Andrew Coffey while seriously injuring others. This case, with the victims requiring hospitalization, provide clear-cut examples of hazing’s danger,” Fernandez Rundle said. “In Florida, hazing is abuse and it is a crime. Its victims too often lie in their graves and in hospital beds.”</p><p>Kappa Alpha Psi leadership said in a statement that they maintain a “zero-tolerance policy on hazing.”</p><p>“Hazing is illegal, strictly prohibited, and is never a condition of membership,” the statement read. “The arrested perpetrators are not active or financial members …They do not have any authority to conduct any program or authorize any process on our behalf.”</p><figure><img src="https://www.local10.com/resizer/v2/N6OUNFWCWBCDDDTVSFAACC43JU.jpeg?auth=d251a947f9b7ff1f025715b51314c3f6bb6353dff7cc96ed62031a0992ff883d&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></item><item><title><![CDATA[Hallandale Beach police swarm parking garage after car shot up, leaving 1 dead]]></title><link>https://www.local10.com/news/local/2026/07/28/neighbors-frightened-after-hearing-gunshots-in-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/neighbors-frightened-after-hearing-gunshots-in-hallandale-beach/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[A fatal shooting investigation is underway Tuesday in Hallandale Beach.]]></description><pubDate>Tue, 28 Jul 2026 11:20:02 +0000</pubDate><content:encoded><![CDATA[<p>A fatal shooting investigation is underway Tuesday in Hallandale Beach.</p><p><a href="https://www.local10.com/espanol/2026/07/28/fuerte-presencia-policial-en-estacionamiento-de-hallandale-beach-tras-balacera-contra-vehiculo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/fuerte-presencia-policial-en-estacionamiento-de-hallandale-beach-tras-balacera-contra-vehiculo/">Leer en español</a></p><p>According to Hallandale Beach police, the shooting was reported just before 10:40 p.m. Monday in the 1000 block of Pembroke Road.</p><p>A Local 10 News crew was at the scene as police were spotted in a parking garage that was blocked off with crime scene tape. </p><p>Officers were seen focusing their attention on a Honda Civic inside the parking garage that was riddled with bullets. Three distinct bullet holes marked the backside of the car and another bullet was spotted on the driver’s side door. </p><p>What appeared to be a gun was sitting on the roof of the vehicle.</p><p>According to police, the victim and a witness who was also in the car called 911 after the shooting.</p><p>“Upon arrival, officers located an adult male victim suffering from multiple gunshot wounds inside a vehicle,” HBPD said in a news release.</p><p>Police said officers and Broward Sheriff Fire Rescue medics rendered aid to the victim, but he ultimately died from his injuries.</p><p>According to police, the shooting actually occurred in the 600 block of Northwest Fourth Court, and the victim and witness then left in the car, stopping a short distance away to call 911. </p><p>Residents in the area told Local 10 News that they heard about five to six gunshots ringing out Monday night.</p><p>“I had my fan running, and I was just about to get ready for bed, so I wasn’t really sure (what was happening),” Genesis Morales said. “I didn’t want to go outside and check because I usually don’t when there’s that going on … But yeah, I don’t really know. I don’t know what happened. I don’t know what’s going on over there. It’s a little nerve-wracking, to be honest with you, because I could have been here with my daughter.”</p><p>A man wearing a blue hoodie was spotted in handcuffs at the scene, but police confirmed that no arrests have been made at this time.</p><p>A motive for the shooting remains unclear.</p><p>Anyone with information about the shooting is asked to call the Hallandale Beach Police Department at 954-457-1400 or Broward Crime Stoppers at 954-493-TIPS.</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[US goalkeeper Matt Freese says he'll never get over his team's loss to Belgium in the World Cup]]></title><link>https://www.local10.com/sports/2026/07/28/us-goalkeeper-matt-freese-says-hell-never-get-over-his-teams-loss-to-belgium-in-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/us-goalkeeper-matt-freese-says-hell-never-get-over-his-teams-loss-to-belgium-in-the-world-cup/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTE, N.C. (AP) — Goalkeeper Matt Freese admits he's not quite gotten over the United States' abrupt exit from the 2026 World Cup following a 4-1 loss to Belgium in the round of 16.]]></description><pubDate>Tue, 28 Jul 2026 16:36:45 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTE, N.C. (AP) — Goalkeeper Matt Freese admits he's not quite gotten over the United States' abrupt exit from the 2026 World Cup following a 4-1 loss to Belgium in the round of 16.</p><p>And quite frankly, he's not sure he ever will.</p><p>“Big losses in tough moments are things you never really get over because they stay with you for the rest of your career,” Freese told The Associated Press ahead of the Major League Soccer All-Star Game coming up Wednesday in Charlotte. “They continue to motivate you for the rest of your career."</p><p>Freese made a costly mistake in the loss when he rushed well out of his box to clear a long ball, then hesitated under pressure to kick it away.</p><p>Belgium quickly converted the miscue into a goal to take a 3-1 lead in the 57th minute, all but sealing the Americans' fate.</p><p>American soccer fans haven't let Freese forget about it.</p><p>In his first MLS match since the World Cup last week, the New York City FC goalkeeper was reportedly booed by fans every time he touched the ball during the game in Columbus, Ohio.</p><p>“It’s important to not let bad things define you, but I think it's also important not to let good things define you either,” Freese said. “It's important to be a consistent presence with consistent energy.”</p><p>Freese is one of four U.S. national team players selected to the MLS All-Star Game.</p><p>Another, veteran defender Tim Ream, openly acknowledges he doesn't have a secret formula for what it'll take for the Americans to one day reach the World Cup quarterfinals.</p><p>He can only point to the one thing he knows that lends itself to success: hard work.</p><p>“You put your head down and do as much as you possibly can," Ream said. "And, at some point you will break through that barrier. It just takes work, more work and more work. ... Before you know it, you're past that."</p><p>Ream said he believes better days are ahead despite the loss.</p><p>Wing-back Max Arfsten thinks the increased fan attention on the World Cup — with the majority of games played in the United States — will only serve to inspire more athletes in the country to take up the sport.</p><p>That, he said, is a good thing.</p><p>“The next step for us is to keep growing the sport,” Arfsten said. “The more people that are playing, the better players there will be. The more competitiveness, the more players playing in the top leagues in Europe is important as well. I feel like all of those combined is going to lead to success."</p><p>Ream added that when it comes to the World Cup, two things can be true: Players can be disappointed over the way they played and “crashed out” against Belgium, but also excited about what they accomplished in the earlier games.</p><p>“You can be proud of how much it galvanized the country, the people around it and the sport — and just how much fun it was,” Ream said.</p><p>Freese agrees.</p><p>“It’s important for us to be aware of the positive outcomes that happened in the tournament as well as use that to inspire new generations to continue to get better — to get past that round of 16, to get past the quarterfinals and make it to the semis and the finals,” Freese said.</p><p>Messi won't play in the All-Star Game</p><p>Charlotte is hosting the MLS All-Star Game for the first time at Charlotte FC owner Dave Tepper's Bank of America Stadium, but the league will again be without its biggest star for the showcase event.</p><p>Messi, who helped Argentina reach the finals of the World Cup before losing to Spain, is taking advantage of some allotted time off before returning to soccer and Inter Miami CF.</p><p>He has been replaced on the roster.</p><p>Messi has 12 goals and eight assists this season in MLS play.</p><p>Getting a boost from the World Cup</p><p>Several players, including Ream, said they have noticed a big boost in fan interest in MLS games and soccer in general since the World Cup.</p><p>“We could see it while we were playing in the World Cup, but now it's like I can't leave my house,” Ream said.</p><p>He's not complaining.</p><p>"Being able to inspire more people to play is obviously secondary to what our job is, which is compete and win games, but it's such a rewarding feeling knowing that so many more people are paying attention to our sport,” Ream said.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BMJOEPXWF63BVYR5ISVD4G7KQI.jpg?auth=4f7472569c14038952d9c7258a3e8ff437e61802d36024036fa8223a8e955929&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States goalkeeper Matt Freese (24) reacts after the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYWTZJMDVCRVXUSFF3LRYV4GUI.jpg?auth=3de64765da6412f1a206af473ad0c96e4dab8c0d3394ebc58c8bc8ba7ace7065&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Sebastian Berhalter, right, and Tim Ream react after the United States lost a World Cup round of 16 soccer match against Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I6ANF64I7DY7AXOAROBWF6W2BI.jpg?auth=af29a0c47f5421e70e85f8b42fbcd0024dcef350b47e0fe2009f37c1d41a8215&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States goalkeeper Matt Freese (24) reacts following the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Man accused of raping woman at Margate park]]></title><link>https://www.local10.com/news/local/2026/07/28/man-accused-of-raping-woman-at-margate-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/man-accused-of-raping-woman-at-margate-park/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 38-year-old man was arrested last week after he raped a woman for hours at a park in Margate, authorities said.]]></description><pubDate>Tue, 28 Jul 2026 16:28:00 +0000</pubDate><content:encoded><![CDATA[<p>A 38-year-old man was arrested last week after he raped a woman for hours at a park in Margate, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-violar-a-una-mujer-en-un-parque-de-margate/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-violar-a-una-mujer-en-un-parque-de-margate/">Leer en español</a></p><p>According to an arrest report from the Margate Police Department, the alleged crime happened Friday at Serino Park, located at 5600 SW Eighth Court.</p><p>Police said the victim was sleeping on a bench off Southwest Eighth Court and North State Road 7 when she was awakened by a man, later identified as Omar Boatwright, of Margate, who asked her for sex.</p><p>The victim told police that she refused, but he kept insisting and told her to accompany him to the nearby park.</p><p>According to the report, the victim began walking with Boatwright, but attempted to flee before any sexual contact occurred.</p><p>The report states that surveillance video shows Boatwright chasing after the victim and then grabbing her from behind.</p><p>According to the report, the victim began screaming and tried to hit Boatwright, but she missed.</p><p>He then repeatedly punched her in the head and face and choked her until she lost consciousness, authorities said.</p><p>Police said the victim regained consciousness as she was lying in a grassy area of the park as Boatwright was trying to remove her pants.</p><p>She told police that he then raped her about four times over the course of about six hours.</p><p>According to the report, the victim was able to contact police as she and Boatwright were still at the park, and he was taken into custody.</p><p>Police said the victim had bruising to her eyes and red markings to her face and neck area, consistent with her account of being struck and choked.</p><p>According to the report, the victim “appeared visibly shaken, nervous and emotionally distressed.”</p><p>She was transported to the Sexual Assault Treatment Center where a forensic examination was conducted.</p><p>Clothing worn by both the victim and Boatwright were collected for evidence, the report stated.</p><p>According to the report, the victim told police that she had never seen Boatwright prior to this encounter, but Boatwright claimed that he knew the victim and had approached her because she owed him about $200.</p><p>Police said Boatwright claimed that he had asked the woman for sex and she agreed. He denied striking her, but couldn’t explain how she sustained her injuries, authorities said.</p><p>Boatwright was arrested on charges of sexual assault/sexual battery with a weapon or force and battery by strangulation.</p><p>As of Tuesday afternoon, Boatwright was being held at the Broward County Main Jail without bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4DMGNSZOWRESVHAOTI22XATCIU.jpg?auth=40b48b94628a768c9c87ed6d677b69f4270f53e00b67b5bfe63ddaa07c9f16cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Un hombre es acusado de violar a una mujer en un parque de Margate]]></title><link>https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-violar-a-una-mujer-en-un-parque-de-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-violar-a-una-mujer-en-un-parque-de-margate/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Hombre de 38 años fue arrestado por presunta violación en parque de Margate, informaron las autoridades.]]></description><pubDate>Tue, 28 Jul 2026 16:34:56 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 38 años fue arrestado la semana pasada después de que presuntamente violó a una mujer durante horas en un parque de Margate, informaron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Margate, el presunto delito ocurrió el viernes en Serino Park, ubicado en 5600 SW Eighth Court.</p><p>La policía indicó que la víctima estaba durmiendo en una banca cerca de Southwest Eighth Court y North State Road 7 cuando fue despertada por un hombre, identificado posteriormente como Omar Boatwright, de Margate, quien le pidió tener relaciones sexuales.</p><p>La víctima dijo a la policía que se negó, pero él siguió insistiendo y le pidió que lo acompañara al parque cercano.</p><p>Según el informe, la víctima comenzó a caminar con Boatwright, pero intentó escapar antes de que ocurriera cualquier contacto sexual.</p><p>El informe señala que el video de vigilancia muestra a Boatwright persiguiendo a la víctima y luego sujetándola por detrás.</p><p>Según el informe, la víctima comenzó a gritar e intentó golpear a Boatwright, pero no lo logró.</p><p>Las autoridades indicaron que luego él la golpeó repetidamente en la cabeza y el rostro y la estranguló hasta que perdió el conocimiento.</p><p>La policía indicó que la víctima recuperó la conciencia mientras estaba acostada en un área con césped del parque, mientras Boatwright intentaba quitarle los pantalones.</p><p>La víctima dijo a la policía que él luego la violó aproximadamente cuatro veces durante unas seis horas.</p><p>Según el informe, la víctima pudo contactar a la policía mientras ella y Boatwright todavía estaban en el parque, y él fue detenido.</p><p>La policía indicó que la víctima tenía moretones en los ojos y marcas rojas en el rostro y el área del cuello, consistentes con su relato de haber sido golpeada y estrangulada.</p><p>Según el informe, la víctima “parecía visiblemente alterada, nerviosa y emocionalmente angustiada”.</p><p>Fue trasladada al Centro de Tratamiento de Agresión Sexual, donde se le realizó un examen forense.</p><p>El informe indicó que la ropa usada tanto por la víctima como por Boatwright fue recolectada como evidencia.</p><p>Según el informe, la víctima dijo a la policía que nunca había visto a Boatwright antes de este encuentro, pero Boatwright afirmó que conocía a la víctima y que se le acercó porque ella le debía alrededor de $200 USD.</p><p>La policía indicó que Boatwright afirmó que le pidió tener relaciones sexuales a la mujer y que ella aceptó. Negó haberla golpeado, pero no pudo explicar cómo sufrió sus heridas, informaron las autoridades.</p><p>Boatwright fue arrestado bajo cargos de agresión sexual/agresión sexual con arma o por fuerza y agresión por estrangulamiento.</p><p>Hasta la tarde del martes, Boatwright permanecía detenido en la cárcel principal del condado Broward sin derecho a fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4DMGNSZOWRESVHAOTI22XATCIU.jpg?auth=40b48b94628a768c9c87ed6d677b69f4270f53e00b67b5bfe63ddaa07c9f16cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Tornado que dejó destrucción en Wisconsin se mantuvo en tierra más de 20 minutos]]></title><link>https://www.local10.com/espanol/2026/07/28/tornado-que-dejo-destruccion-en-wisconsin-se-mantuvo-en-tierra-mas-de-20-minutos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/tornado-que-dejo-destruccion-en-wisconsin-se-mantuvo-en-tierra-mas-de-20-minutos/</guid><dc:creator><![CDATA[Por SCOTT BAUER, CYBELE MAYES-OSTERMAN y JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wisconsin, EE.UU. (AP) — Un tornado que tocó tierra en el noreste de Wisconsin y permaneció en el suelo durante más de 20 minutos dejó viviendas vaciadas por dentro, autos lanzados de un lado a otro y líneas eléctricas derribadas, dejando a la zona convertida en un caos de astillas.]]></description><pubDate>Tue, 28 Jul 2026 16:32:58 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wisconsin, EE.UU. (AP) — Un tornado que tocó tierra en el noreste de Wisconsin y permaneció en el suelo durante más de 20 minutos dejó viviendas vaciadas por dentro, autos lanzados de un lado a otro y líneas eléctricas derribadas, dejando a la zona convertida en un caos de astillas.</p><p>No se han reportado muertes ni personas desaparecidas a causa del tornado, que el lunes abrió una franja de destrucción a través de la región de Fox Cities, que incluye Appleton, Menasha y Neenah, a unos 160 kilómetros (100 millas) al noroeste de Milwaukee. Las autoridades no han dicho cuántas personas resultaron heridas, aunque al menos un testigo describió haber visto a alguien siendo sacado de un edificio destruido que parecía estar lastimado.</p><p>El Servicio Meteorológico Nacional informó que el tornado, que tocó tierra a primera hora de la tarde del lunes y estuvo precedido por advertencias para buscar refugio, permaneció en el suelo a lo largo de unos 19 kilómetros (12 millas) el martes. En su punto más ancho, tenía casi 1,6 kilómetros (una milla) de diámetro.</p><p>Arrancó techos de viviendas y negocios, volcó vehículos, cercenó copas de árboles y derribó postes de servicios públicos, dejando a más de 15.000 clientes sin electricidad el martes en los condados de Winnebago y Outagamie, según PowerOutage.us. Podrían pasar varios días antes de que se restablezca el suministro eléctrico.</p><p>Las autoridades abrieron refugios para los residentes desplazados y emitieron un aviso para hervir agua en parte de un sistema de abastecimiento en Fox Crossing que perdió presión.</p><p>“Todo indica que se trató de un sistema devastador que ha causado daños extensos”, manifestó Tom Nelson, ejecutivo del condado de Outagamie.</p><p>Tornado relativamente potente</p><p>El tornado, según el servicio meteorológico, se desprendió de un gran sistema de tormentas que atravesó la región de los Grandes Lagos, alimentado por una acumulación de calor y humedad.</p><p>Funcionarios del servicio meteorológico estaban evaluando los daños el martes, señaló Roy Eckberg, meteorólogo de la agencia.</p><p>“Un tornado de ese tipo es bastante raro en el noreste de Wisconsin, pero ocurren de vez en cuando”, comentó, y añadió que fue inusual que el tornado se desplazara hacia el sur en lugar de hacia el este o el noreste.</p><p>Los datos preliminares indican que fue un EF3, lo que significa que registró vientos de 219 a 266 km/h (136 a 165 mph), informó el servicio meteorológico.</p><p>Residentes describen momentos aterradores</p><p>Heather Schroeder contó que escuchó crujidos y estallidos a su alrededor mientras el tornado destrozaba una lavandería, una panadería y una taberna en una esquina de Menasha.</p><p>Los rescatistas sacaron a alguien de un edificio y no estaba claro si había sobrevivido, dijo Schroeder, quien trabaja cerca. Los autos quedaron boca abajo y hubo una fuga de gas en la lavandería, agregó.</p><p>“No queda nada”, expresó Schroeder.</p><p>Un video aéreo del martes mostró viviendas en Menasha sin techo o completamente vaciadas por dentro.</p><p>Greg Van Driest estaba trabajando en el centro de Appleton cuando el cielo se oscureció como si fuera de noche.</p><p>“La palabra que todos usábamos era ‘ominoso’”, declaró. “Dijimos ‘Mira, mira mira eso’... Mirabas afuera y pensabas que eran las tres de la mañana, de lo oscuro que estaba”.</p><p>Gordon Hintz, el principal funcionario electo del condado de Winnebago, indicó que recibió múltiples reportes de edificios destruidos y vehículos volcados. Se activaron todas las alertas de tormenta que podían emitirse con anticipación para poner a la gente a salvo, apuntó.</p><p>“Obviamente, cuando miras los daños, a la Madre Naturaleza ni le importa”, expresó.</p><p>__________________________________</p><p>Mayes-Osterman reportó desde Chicago y Seewer desde Toledo, Ohio. Contribuyeron a esta nota los corresponsales Dave Collins en Hartford, Connecticut; Christopher L. Keller en Albuquerque, Nuevo México; Laura Turbay en Little Rock, Arkansas; Sophie Bates en Jackson, Mississippi; Hannah Schoenbaum en Salt Lake City y Michael R. Sisak en Nueva York.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DEZF347F2HQW2E3E47GDVD66SE.jpg?auth=8f8acdf6405432b3d85ad3dcc8e18918c96d0975fb965f6906f485c049e52025&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los daños por el tornado en Appleton, Wisconsin, el 28 de julio del 2026. (AP foto/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[41-year-old new Falcons kicker Nick Folk says the start of training camp is 'always exciting']]></title><link>https://www.local10.com/sports/2026/07/28/41-year-old-new-falcons-kicker-nick-folk-says-the-start-of-training-camp-is-always-exciting/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/41-year-old-new-falcons-kicker-nick-folk-says-the-start-of-training-camp-is-always-exciting/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[FLOWERY BRANCH, Ga. (AP) — Even after 18 seasons in the NFL, kicker Nick Folk says he still gets excited about the dawn of a new season.]]></description><pubDate>Tue, 28 Jul 2026 16:29:01 +0000</pubDate><content:encoded><![CDATA[<p>FLOWERY BRANCH, Ga. (AP) — Even after 18 seasons in the NFL, kicker Nick Folk says he still gets excited about the dawn of a new season.</p><p>“Always exciting,” Folk said Tuesday after reporting for his first training camp with the Atlanta Falcons. Folk, 41, and the Falcons will have their first practice on Wednesday.</p><p>“I tell everyone, there is nothing like playing on Sundays,” Folk said. “Being in front of people, being in front your fans and playing, there’s nothing like it. So training camp is just the start of that. And I’m just excited to kind of get going.”</p><p>Folk signed with the Falcons on March 9, three days before the team signed free-agent punter Jake Bailey.</p><p>The Falcons' interest in Folk was easy to explain after the team went through three kickers — Younghoe Koo, Parker Romo and Zane Gonzalez — in 2025.</p><p>Folk has enjoyed consistent success after being drafted by the Cowboys in 2007. He leads all active kickers with 431 career field goals, playing for Dallas, the New York Jets, Tampa Bay, New England and Tennessee.</p><p>Folk joins the Falcons after claiming the NFL's best field-goal accuracy in three consecutive seasons. He made 28 of 29 attempts for the Jets last year after also having only one miss in back-to-back seasons with Tennessee — 29 of 30 in 2023 and 21 of 22 in 2024.</p><p>Folk said he was drawn to the Falcons by the chance to work with their new special teams coach, Craig Aukerman, who was his coach at Tennessee. For Folk, it's also a reunion with Bailey, who was his teammate in New England.</p><p>“Craig Aukerman was a lot of it,” Folk said. “I enjoyed playing for Craig. Having Jake come as well, I played with him for four years in New England. It was just a whole bunch of things. ... To come out here, there’s a lot of positives to it. I like the way the team is going. Hopefully we can get over the top and get in the playoffs.”</p><p>The Falcons are led by a new leadership team of president of football Matt Ryan, general manager Ian Cunningham and coach Kevin Stefanski. The team has had eight consecutive losing seasons since its last playoff appearance in 2017.</p><p>Atlanta boasts a strong offense led by running back Bijan Robinson, who was named All-Pro after leading the league in yards from scrimmage last season. The offense also boasts established leaders in wide receiver Drake London and tight end Kyle Pitts, who each landed new contracts in the offseason.</p><p>The big question on offense will be quarterback, where Michael Penix Jr. is expected to compete with Tua Tagovailoa for the starting job. Tagovailoa led the first-team offense in 11-on-11 drills during offseason work while Penix was limited as he continued his recovery from surgery in November to repair the anterior cruciate ligament in his left knee.</p><p>The Falcons have not said if Penix will have full clearance for the start of training camp. Stefanski did not speak with reporters on Tuesday. The quarterbacks were not seen in the portion of the veterans' check-in process made available to media.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTHDSUX5UT4KYMSV45JGJIBFW4.jpg?auth=2e0b87f311b8d4f6e6691fb9f5c23190b22c514414910e692a13daddefdf3158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veteran kicker Nick Folk, 41, speaks with reporters at the Atlanta Falcons practice facility in Flowery Branch, Georgia, Tuesday, July 28, 2026, before the team's first practice of training camp on Wednesday. (AP Photo/Charles Odum)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Odum</media:credit></media:content></item><item><title><![CDATA[Defendant in Salman Rushdie stabbing declines to testify in terrorism trial]]></title><link>https://www.local10.com/entertainment/2026/07/28/defendant-in-salman-rushdie-stabbing-declines-to-testify-in-terrorism-trial/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/28/defendant-in-salman-rushdie-stabbing-declines-to-testify-in-terrorism-trial/</guid><dc:creator><![CDATA[By JOHN WAWROW and JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — The man on trial in the stabbing of Salman Rushdie chose Tuesday not to testify or call any witnesses in the federal terrorism case, which is expected to head to the jury as soon as Wednesday.]]></description><pubDate>Tue, 28 Jul 2026 17:01:49 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — The man on trial in the stabbing of Salman Rushdie chose Tuesday not to testify or call any witnesses in the federal terrorism case, which is expected to head to the jury as soon as Wednesday.</p><p>Hadi Matar's lawyer told the court that the 28-year-old — who already has been convicted of state-level attempted murder charges — wouldn't take the stand at his trial on charges that include engaging in an act of transnational terrorism.</p><p>“At this time, the defense rests,” attorney Nathaniel Barone said. Matar has pleaded not guilty.</p><p>Prosecutors also rested their case Tuesday, and closing arguments are expected Wednesday morning. Rushdie, the prize-winning author of novels including “Midnight’s Children” and the controversial “The Satanic Verses,” testified last week about the 2022 attack that nearly killed him and left him blind in one eye.</p><p>Rushdie was about to give a talk — about writers' safety, no less — when his attacker climbed on stage behind him and stabbed him 15 times in front of a stunned audience at the Chautauqua Institution, an arts and intellectual retreat.</p><p>Spectators and another speaker, Henry Reese, scrambled to aid Rushdie and restrain the assailant, who was arrested by law enforcement officers assigned to the event. He initially gave authorities a fake driver's license, but Matar soon disclosed his real name to a state trooper, according the trooper's testimony and body camera video.</p><p>Prosecutors contend that Matar was acting upon a former Iranian leader's 1989 call for Rushdie's death because of “The Satanic Verses,” which ignited protests across the Muslim world. Some believers considered it blasphemous because of a dream sequence featuring Islam's Prophet Muhammad.</p><p>Rushdie, who was born in India into a Muslim family and is now a U.S. citizen, went into hiding for years. He gradually emerged after Iran's government distanced itself in 1998 from the late Supreme Leader Ayatollah Ruhollah Khomeini 's fatwa, or religious order, about the writer. Khomenei died in 1989.</p><p>Prosecutors say Matar, a U.S.-born American-Lebanese citizen, acted out of loyalty to Iran and to the Lebanon-based Hezbollah militant group. The late Hezbollah leader Hassan Nasrallah said in 2006 that if someone had carried out the fatwa, European newspapers wouldn't have dared publish a caricature of Muhammad that was causing an uproar in Muslim communities.</p><p>Iran’s government denied involvement in the 2022 stabbing, though its Foreign Ministry’s then-spokesperson suggested Rushdie courted trouble by insulting Islam. Nasrallah did not comment on the attack.</p><p>The U.S. government designates Hezbollah as a foreign terrorist organization. Matar, too, described the group in a 2016 paper as a terrorist organization, Assistant U.S. Attorney Timothy Lynch said Tuesday during legal arguments when jurors were out of the room.</p><p>Matar started researching Rushdie's whereabouts in 2020, eventually writing in private notes that “we need to kill him ASAP” and “become a warrior and just get it over with,” prosecutors have said.</p><p>Matar didn't testify at his 2025 state court trial, either. His lawyer has said federal prosecutors are making implications but don't have proof about the man’s intentions.</p><p>“There’s no facts. There’s no hard evidence,” Barone said in an interview outside the courthouse last week. “There could be a number of reasonable, plausible explanations as to what he was thinking.”</p><p>Barone unsuccessfully argued Tuesday that prosecutors hadn't presented enough evidence for the trial to continue. A judge declined Barone's request to dismiss the case.</p><p>Matar is currently serving a 25-year state prison sentence. If convicted in the federal case, he faces a potential life sentence.</p><p>___</p><p>Peltz reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KGHUNEUOWTTHWKJAYOU4NPLEVM.jpg?auth=d83985fc59cd278940498753939830dd3b691762cb19e0274ba68cdd78a583ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, Hadi Matar, center, sits in federal court during his terrorism trial for his alleged attack on Salman Rushdie, Wednesday, July 22, 2026, in Buffalo, N.Y. (Alexandra Newbould via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexandra Newbould</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QJUHIOMLHGQEIODNYGO7YE5UOU.jpg?auth=31d9ccb077ef3ad380c1b084eb1385e0862891e1ad28cebb5a1948bfe37081e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Novelist Salman Rushdie attends the premiere of the documentary film "Knife: The Attempted Murder of Salman Rushdie" during the Sundance Film Festival on Jan. 25, 2026, at The Ray in Park City, Utah. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J37VVJ4SPHPXHUCPSPAVAON65I.jpg?auth=f8c79b0ecd90ab7db03f8267a5dfa82cbecdeb243fb38e2644f708c3f96804e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hadi Matar walks in to the Chautauqua County court in Mayville, N.Y., May, 16, 2025. (AP Photo/Adrian Kraus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IRXWAGZF6LIXLPLUANFDU2UBYA.jpg?auth=e9931543bb62de50e92a3413c495d46c9796ce2be79df8c605b7d271c3aeac82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, Salman Rushdie, left, testifies in federal court during the terrorism trial for Hadi Matar, Rushdie's alleged attacker, Thursday, July 23, 2026, in Buffalo, N.Y. (Alexandra Newbould via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexandra Newbould</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZBCDGZBFUPLF5CSOFCOPBAKF4.jpg?auth=2541662e9d5ece0fd8c98ba42f228b2ab14bbd1b3a5532d1d55626e6a196c199&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, Salman Rushdie, left, testifies in federal court during the terrorism trial for Hadi Matar, Rushdie's alleged attacker, shown second from bottom left, Thursday, July 23, 2026, in Buffalo, N.Y. (Alexandra Newbould via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexandra Newbould</media:credit></media:content></item><item><title><![CDATA[Longtime AP bureau chief Andy Lippman, who led coverage of the O.J. Simpson trial, dies at 78]]></title><link>https://www.local10.com/business/2026/07/28/longtime-ap-bureau-chief-andy-lippman-who-led-coverage-of-the-oj-simpson-trial-dies-at-78/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/longtime-ap-bureau-chief-andy-lippman-who-led-coverage-of-the-oj-simpson-trial-dies-at-78/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Andy Lippman, the Los Angeles bureau chief during the O.J. Simpson trial and the L.A. riots during a 39-year career with The Associated Press, has died at age 78.]]></description><pubDate>Tue, 28 Jul 2026 20:07:43 +0000</pubDate><content:encoded><![CDATA[<p>Andy Lippman, the Los Angeles bureau chief during the O.J. Simpson trial and the L.A. riots during a 39-year career with The Associated Press, has died at age 78.</p><p>Lippman died at his home in Tucson on July 25, according to his brother, Glenn. He died from multiple system atrophy, a rare brain disease.</p><p>A gifted writer and editor, Lippman likely made his greatest contribution to journalism through the scores of young editors and reporters he recruited, mentored in his soft-spoken but enthusiastic manner and shepherded to accomplishments they would acknowledge later they hadn’t thought possible. He had the ability to become friends with practically everybody he met, including those he supervised.</p><p>He did so as chief of AP bureaus in Louisville, Indianapolis and Los Angeles.</p><p>During his time there, Lippman oversaw the so-called Trial of the Century, when football legend O.J. Simpson was charged with — and acquitted of — killing his ex-wife Nicole Brown Simpson and her friend Ronald Goldman. He also supervised coverage of the 1994 Northridge earthquake that killed more than 70 people and caused $20 billion in damage. And in 1992, he led coverage of the deadly 1992 Los Angeles riots that destroyed a huge swath of the city after four white police officers were acquitted of charges in the videotaped beating of Black motorist Rodney King.</p><p>"If you were in a lab and charged with creating a model bureau chief, your model could well be Andy Lippman,” said retired AP President and CEO Louis D. Boccardi, who appointed Lippman to lead the Los Angeles bureau.</p><p>“He had it all," Boccardi said. "A sharp news sense, energy without limits, loyalty to, and appreciation for, his staff wherever we sent him, a passion to serve AP members that made the bond seem more like family than business, limitless enthusiasm, thoughtfulness in matters large and small. That was a hallmark of knowing Andy Lippman.”</p><p>Colleagues remembered him as a thoughtful boss</p><p>Particularly in Los Angeles, Lippman was remembered for his thoughtfulness. Even after his retirement he would surprise staffers stuck working on Thanksgiving by showing up with a full meal — turkey, mashed potatoes, gravy, the works. And dessert.</p><p>“Andy was indeed like a brother to me, from the time we met in 1982 as fellow AP bureau chiefs in adjoining states — Andy in Louisville and I in Indianapolis,” said retired AP bureau chief and regional vice president Paul Stevens, who now edits AP’s Connecting newsletter for retired and former AP journalists.</p><p>“We became forever best friends," Stevens said. "One year, he invited our then-teenage daughters to join him as his guests for the Academy Awards program in Los Angeles. He came to family weddings. And we were there for each other in the tough times, including the deaths of our parents.”</p><p>Dozens of others shared similar sentiments in recent years at various gatherings, including AP’s annual dinner for retirees. At a recent farewell party in Los Angeles that Lippman was unable to attend because of illness, every one of the dozens of people in the room recorded video tributes.</p><p>He was a journalist since the early 1960s</p><p>Andy Lippman, born April 29, 1948, in Washington, D.C., to Miriam and Morton Lippman. He grew up in Bethesda, Maryland, and seemed destined to become a journalist. He worked for his middle school newspaper and was editor of Bethesda’s Walter Johnson High School newspaper, The Pitch, his senior year.</p><p>“Working on The Pitch really kept me focused, and particularly being an editor really gave me a sense of responsibility,” he told the newspaper in 2016.</p><p>Lippman started writing “for pay” at age 15 covering high school sports for the Washington Daily News on weekends. Later, when he arrived in Los Angeles in the late 1980s, he made sure every reporter or editor knew how to cover a sports event, just in case they got pressed into service during an emergency.</p><p>After graduating from the Medill School of Journalism at Northwestern University in 1970, Lippman landed a vacation relief job at the AP’s Phoenix bureau in 1971. A year later he became a permanent member of the Tucson, Arizona, staff before moving to AP’s sports desk in New York, then on to Cincinnati, where he was an AP correspondent. Then it was on to Louisville.</p><p>Sports-related coverage seemed to keep creeping back into his work life. In 1991, Lippman pressed his sports writers to confirm word, which they did, that Los Angeles Lakers superstar Magic Johnson was about to announce his retirement after contracting the AIDS virus. Lippman had reported on Johnson’s on-court rival and close friend Larry Bird during his time in Indianapolis.</p><p>He dealt with health issues but stayed in the game</p><p>In 2005, the AP honored him with the Oliver S. Gramling Spirit Award, given to staff members who display dedication, courage, and exceptional support for the news agency’s mission.</p><p>Plagued with various health issues in his later years, Lippman retired from the AP in 2009, but never lost touch with the company.</p><p>He continued to help others, teaching English to immigrants and helping about 75 holding Green Cards prepare for their tests to become U.S. citizens. In 2022, the Puente Learning Center in East Los Angeles named Lippman its Volunteer of the Year, an honor accompanied by a proclamation from the California Legislative Assembly.</p><p>Lippman never really quit journalism. For eight years, until last December, he wrote a weekly column for the South Pasadena Review, the local newspaper for the close-knit suburb just north of Los Angeles that in his final years Lippman had grown to love.</p><p>Lippman served in the U.S. Army Reserves for six years beginning in 1970. His family says he will be cremated and some of his ashes placed in Ravello, Italy; Colonial Williamsburg; Indiana; and South Pasadena, California. Survivors include his sister-in-law, Nancy Newberry, his brother Glenn and an extended family that, Glenn wrote, “was composed of his many friends, colleagues, students and community connections.” Lippman also is survived by his beloved rescue dog, Scout.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UITHIVAOHLG34AQM5JKZ2LMVJE.jpg?auth=7f46c860d837bc59e5fd114dc5faea4df83f92674b207072bad11862cdca1790&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This October 2025 photo provided by Glenn Lippman shows Andy Lippman with his dog, Scout. (Glenn Lippman via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SXACUANWZCSRUBTROAYHLOZNMQ.jpg?auth=99c1e5596ead57f5c9c4917432a7876a7e40918d5e0e7a3c1cd7d4fb1c15f664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated family handout photo shows Andy Lippman. (Family Handout via AP)]]></media:description></media:content></item><item><title><![CDATA[Keiko Fujimori ante el reto de acabar con una década de inestabilidad política en Perú]]></title><link>https://www.local10.com/espanol/2026/07/28/keiko-fujimori-ante-el-reto-de-acabar-con-una-decada-de-inestabilidad-politica-en-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/keiko-fujimori-ante-el-reto-de-acabar-con-una-decada-de-inestabilidad-politica-en-peru/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Keiko Fujimori, la primera mujer en llegar a la presidencia de Perú por el voto popular, tiene ante sí el desafío de frenar la crisis política que comenzó hace una década y sumió al país en la inestabilidad institucional.]]></description><pubDate>Tue, 28 Jul 2026 16:18:39 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Keiko Fujimori, la primera mujer en llegar a la presidencia de Perú por el voto popular, tiene ante sí el desafío de frenar la crisis política que comenzó hace una década y sumió al país en la inestabilidad institucional.</p><p>Los constantes enfrentamientos entre el Congreso y el Poder Ejecutivo provocaron desde 2016 la sucesión de ocho presidentes en una década en lugar de los dos que deberían haber gobernado por un mandato de cinco años cada uno.</p><p>Fujimori podría tener un camino más allanado para gobernar sin sobresaltos ya que en la conformación del nuevo Parlamento bicameral su partido y su aliado Renovación Popular suman 30 sillas en el Senado, con lo que podrán bloquear cualquier intento de destitución a Fujimori.</p><p>En la Cámara de Diputados, sin embargo, esa coalición suma 56 de 130 sillas por lo que la oposición podrá interpelar y censurar a los ministros de Fujimori.</p><p>A continuación un detalle de los mandatarios que se sucedieron de la última década en Perú.</p><p>Pedro Pablo Kuczynski (2016-2018)</p><p>El banquero de Wall Street llegó al poder en julio de 2016 tras vencer a Fujimori en un balotaje, pero no logró la mayoría en el entonces Parlamento unicameral. Fuerza Popular, el partido de Fujimori, alcanzó una mayoría absoluta de 73 escaños de un total de 130.</p><p>Con ese poder se enfrentó a Kuczynski y respaldó dos procesos de vacancia presidencial. El primero fracasó en diciembre de 2017, pero el segundo fue admitido en marzo de 2018. Kuczynski renunció antes de ser removido por una investigación por presunta corrupción.</p><p>Martín Vizcarra (2018-2020)</p><p>El vicepresidente Vizcarra asumió la presidencia en marzo de 2018 tras la renuncia de Kuczynski. Su permanente enfrentamiento con el Legislativo incluyó la disolución constitucional del Parlamento en 2019. En noviembre de 2020 fue destituido por incapacidad moral permanente, basada en la presunta recepción de sobornos cuando era gobernador de la región Moquegua. En 2025 Vizcarra fue condenado a 14 años por sobornos y en la actualidad está recluido en una prisión exclusiva para expresidentes.</p><p>Manuel Merino (2020)</p><p>El legislador Merino asumió la presidencia interina el 10 de noviembre de 2020 tras la destitución de Vizcarra, pero renunció pocos días después, el 14 de noviembre, luego de masivas protestas nacionales contra su gobierno que dejaron dos muertos y más de 200 heridos. La violenta represión policial desencadenó la renuncia de la mayoría de sus ministros y lo llevaron a dimitir por la pérdida de respaldo político y social.</p><p>Francisco Sagasti (2020-2021)</p><p>El legislador Sagasti asumió la presidencia en noviembre de 2020 para conducir la transición hasta las elecciones de 2021. Aunque enfrentó constantes tensiones con un Congreso fragmentado por diferencias políticas, completó su mandato y entregó el poder el 28 de julio de 2021.</p><p>Pedro Castillo (2021-2022)</p><p>El maestro rural llegó al poder tras vencer en un balotaje a Fujimori, pero no consiquió tener mayoría en el Congreso. Tras una permanente confrontación con el Parlamento, en diciembre de 2022 anunció su disolución sin sustento constitucional. El Congreso lo destituyó por incapacidad moral y su vicepresidenta Dina Boluarte asumió el poder. En 2025 Castillo fue condenado a 11 años de cárcel por conspiración para una rebelión y sigue investigado por presunta corrupción.</p><p>Dina Boluarte (2022-2025)</p><p>La legisladora y vicepresidenta gobernó desde diciembre de 2022 con una aprobación de apenas 3%, investigaciones por corrupción y tras protestas que exigían nuevas elecciones y que dejaron 50 civiles asesinados por la fuerza pública. El partido de Fujimori ayudó a bloquear siete pedidos de vacancia en su contra, pero en octubre de 2025 apoyó su destitución por incapacidad moral ante el avance del crimen organizado.</p><p>José Jerí (2025-2026)</p><p>El legislador Jerí asumió la presidencia en octubre de 2025 por sucesión constitucional tras la vacancia de Boluarte y gobernó cuatro meses con un Ejecutivo dependiente del respaldo de un Congreso liderado por una coalición integrada por el partido de Fujimori. En febrero de 2026 fue destituido por el Parlamento tras investigaciones por presunto tráfico de influencias referidas a reuniones no declaradas con empresarios chinos y contrataciones irregulares de funcionarias. Jerí negó las acusaciones.</p><p>José María Balcázar (2026)</p><p>El legislador asumió la presidencia interina en febrero de 2026 tras la destitución de Jerí y gobernó por cinco meses con el respaldo de un Congreso del que dependía políticamente. En su gestión el Parlamento aprobó una ley que permite que los uniformados que cometan delitos sean juzgados por un tribunal militar. Balcázar no convocó a elecciones ya que lo había hecho Boluarte en 2025.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/727PDTFC577O7A5EBIGKBLTZ7Y.jpg?auth=7f076d2dac44349d68f0d209a0792380d7e6a33fb21f867bb7fbdb6dd4e6e5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un manifestante ondea una bandera peruana mientras una muñeca de cartón arde frente al Congreso durante una protesta contra el nuevo presidente José Jeri en Lima, Perú, el miércoles 15 de octubre de 2025. (AP Foto/Martín Mejía, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Tornado that carved a path of destruction in Wisconsin stayed on the ground for more than 20 minutes]]></title><link>https://www.local10.com/news/2026/07/28/tornado-that-carved-a-path-of-destruction-in-wisconsin-stayed-on-the-ground-for-more-than-20-minutes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/28/tornado-that-carved-a-path-of-destruction-in-wisconsin-stayed-on-the-ground-for-more-than-20-minutes/</guid><dc:creator><![CDATA[By DAVID COLLINS, ED WHITE and LAURA TURBAY, Associated Press]]></dc:creator><description><![CDATA[First responders searched homes and buildings on Tuesday for possible victims of a powerful tornado that ravaged several northeastern Wisconsin communities.]]></description><pubDate>Tue, 28 Jul 2026 21:08:46 +0000</pubDate><content:encoded><![CDATA[<p>First responders searched homes and buildings on Tuesday for possible victims of a powerful tornado that ravaged several northeastern Wisconsin communities.</p><p>The Fox Cities region, which is home to more than 100,000 people in the communities of Appleton, Menasha and Neenah, was left in shambles by Monday's twister, with homes leveled, cars flipped, and power lines and trees toppled.</p><p>“The depth of the tornado and its impact is incredible, devastating. We’re really still at the assessment stage,” Winnebago County Executive Gordon Hintz said at a news conference Tuesday.</p><p>Authorities said the timing — the storm arrived in the early afternoon, when most people were awake and after warnings had been issued — could be why there have been no reported deaths.</p><p>“Everybody was at work. It was the middle of the day," Menasha Police Chief Matt Albrecht said. "Most people were not at home and at their place of employment.”</p><p>Dozens of people were injured, and officers were still going door-to-door a day later in search of possible victims.</p><p>The tornado touched down around 1 p.m. and remained on the ground for more than 20 minutes, cutting a roughly 12-mile (19.3-kilometer) path of destruction, the National Weather Service reported. The area is about 100 miles (160 kilometers) northwest of Milwaukee.</p><p>It was classified as an EF3 tornado — the strongest to strike Outagamie and Winnebago counties since an EF4 touched down in April 1984, the weather service said.</p><p>A relatively powerful twister</p><p>Gov. Tony Evers declared a state of emergency for the affected areas. Shelters were opened for displaced residents.</p><p>As chain saws roared in the background, Appleton Mayor Jake Woodford said a number of neighborhoods were “truly devastated.” Like elsewhere in the region, electricity lines were tangled around broken trees, making power restoration a slow, risky process.</p><p>More than 10,000 customers in Winnebago and Outagamie counties were still without power Tuesday afternoon, according to utilities that serve them. It could be several days before power is restored.</p><p>The twister was spun off by a large storm system that moved through the Great Lakes and was fueled by a buildup of heat and humidity, the weather service said.</p><p>“What we are seeing this summer is significant heat leading to significant severe weather,” said Chad Merrill, senior meteorologist at AccuWeather. “We had an EF3 tornado in Wisconsin. People need to take these warnings seriously. It can happen just about anywhere.”</p><p>Residents describe terrifying moments</p><p>ThedaCare Regional Medical Centers in Appleton and Neenah said it treated 40 people, mostly for minor storm-related injuries. Ascension St. Elizabeth Hospital in Appleton said it saw about 30 patients, all with minor injuries.</p><p>Rachel Bernhardt, 56, said she grabbed her dog and dashed to her basement in the village of Fox Crossing after she saw a steel swing spinning in the yard. After the storm passed, her second-floor bedroom was covered in glass and a tree branch was resting on her bed.</p><p>“We can’t be in there anymore,” said Bernhardt, who is sleeping on the first floor and using a generator to keep the refrigerator going. “In fact, I’m going to caution-tape that off.”</p><p>At Manderfield’s Home Bakery, a decades-old landmark in Menasha, the brick frame around the door still stood, but not much more.</p><p>“This can be replaced,” owner Jerry Manderfield told WISN-TV. “We had people in the building that could possibly have died in there.”</p><p>Volunteers stepped up to try to ease the shock. Luigi’s Pizza in Menasha set up a food trailer to distribute hygiene packs and free slices after donors kicked in enough money to make at least 125 pizzas.</p><p>“Sometimes a hot pizza, a taco, and a reminder that your community cares can mean more than words,” said Duncan’s Window & Door, which chipped in for 50 pizzas.</p><p>___</p><p>Associated Press reporters Christopher Keller and Scott Bauer contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KPBTZEQGIHPTW3UG3HKTGGXHTI.jpg?auth=7e6c6a2d0b766e89f7b0046a126f2a8846a267bd09f619a2c594de9626bba2bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteers help clear tree limbs near a damaged house after a tornado hit the day before in Appleton, Wis., Tuesday, July 28, 2026. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HU55L3CPGBU7NMXT7ZDVFSQEOU.jpg?auth=ed9afaec8124ad5615e4b69cf70219136f7cc8262e14b33df92051a7919449f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power lines tangled with debris lie on the ground after a tornado tore through a day before in Appleton., Wis., Tuesday, July 28, 2026. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFSDY4X73MQA5MKHB66ATHILII.jpg?auth=7cbfd1aaaae95d66ad139c78bf78e54345696bab5b882640df72022112faf4b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Debris surrounded a damaged warehouse in the aftermath of a tornado that tore through Appleton, Wis., Tuesday, July 28, 2026. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK3MVQF5ICWW4I6TTGAKRSZ72Q.jpg?auth=fa201517934ae8660c9f32ccb69fc2f7ce58c1af1356eaa211fecc10acf1fdbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man helps clear debris from the backyard of a damaged house after a tornado hit the day before, Tuesday, July 28, 2026, in Appleton, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HN4TP6S2VC3WD76XILE2AOWI5M.jpg?auth=af05c8c3b252c0db80965a60d6d177af1ddaf77bb290111781ea28d289594066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of a home damaged by a tornado that tore through a day before in Appleton, Wis., Tuesday, July 28, 2026. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OQHHZRQ43SRTE4YIBLKAS6YJTU.jpg?auth=a713835d0a631816d0879956dff3ea264bf24e14e10ce1c9fc03e766548ca1c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tornado ripped through northeastern Wisconsin on Monday, damaging homes and knocking out power to thousands of people. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[The future of the UK's renowned Lovell radio telescope is in question after a funding cut]]></title><link>https://www.local10.com/tech/2026/07/28/the-future-of-the-uks-renowned-lovell-radio-telescope-is-in-question-after-a-funding-cut/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/28/the-future-of-the-uks-renowned-lovell-radio-telescope-is-in-question-after-a-funding-cut/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Scientists have reacted with alarm to news that the British government will cut funding to the world-famous radio telescope at the Jodrell Bank Observatory, a UNESCO World Heritage Site in northwest England that has been helping explore the cosmos for almost 70 years.]]></description><pubDate>Tue, 28 Jul 2026 15:55:18 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Scientists have reacted with alarm to news that the British government will cut funding to the world-famous radio telescope at the Jodrell Bank Observatory, a UNESCO World Heritage Site in northwest England that has been helping explore the cosmos for almost 70 years.</p><p>Government funding body U.K. Research and Innovation announced Monday that it will no longer fund the Lovell telescope, whose 250-foot-wide (76-meter-wide) parabolic reflecting bowl is a local landmark. It’s part of a network of seven radio telescopes across the country known as e-Merlin connected to the Jodrell Bank astrophysics center south of Manchester.</p><p>UKRI said the telescope array will not receive public funding after March 2028, following “a rigorous prioritization process to focus investment on the areas that will deliver the greatest long-term scientific capability, impact and value for the U.K.”</p><p>University of Manchester particle physicist Brian Cox called the cuts “devastating and irreversible.”</p><p>Paul Howarth, president of the Institute of Physics, said recent cuts to physics funding, including at Jodrell Bank, were “a terrible blow to the scientific community,” and urged new Prime Minister Andy Burnham to reconsider.</p><p>“For the sake of U.K. physics and our national reputation as a place to do science, conduct research and innovate, we would urge the new government to review this ruinous set of decisions,” he said.</p><p>The University of Manchester, which runs e-Merlin, said it was seeking other sources of funds from business, government or charities.</p><p>“But, if we don’t find those alternative sources of funding, then there is a risk that as of the end of March 2028, the Lovell Telescope will not be an actively functioning scientific facility for radio astronomy,” said Sarah Sharples, the university’s dean of science and engineering.</p><p>Completed in 1957, the Lovell telescope has played a major role in the history of radio astronomy, which studies distant space objects through the radio waves they emit. It tracked the progress of Sputnik when the Soviet Union launched Earth’s first artificial satellite in 1957, received the first images from the moon’s surface in 1966 and has helped scientists discover distant galaxies and study black holes, quasars, pulsars and gravitational lenses.</p><p>It also served as an early-warning system for Soviet missiles during the Cold War.</p><p>Jodrell Bank’s engagement center, open to the public and visited by generations of British schoolchildren, is not affected by the cuts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2ZT7226FZQPVHNSDERLMQOGHHE.jpg?auth=29ee815922d60cd2253b017ef003442e70f6dd48ef8d8310de7cc2f63dc662f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of a conference to mark the 50th anniversary of space travel stand in the dish of the The Lovell Telescope at Jodrell Bank Observatory, Macclesfield, England Thursday Oct. 4, 2007. (AP Photo/Jon Super, file)]]></media:description><media:credit role="author" scheme="urn:ebu">JON SUPER</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFQUFLZLEKSYUMVWTZ5H6VDSN4.jpg?auth=61248b340bde19d0f2be250e0e41b8d6b0bf04ad45fe42a59379e5ae7bc0e807&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Lovell Telescope, right, at the Jodrell Bank Observatory points skyward on the 50th anniversary of space travel, Macclesfield, England, Thursday Oct. 4, 2007. (AP Photo/Jon Super, file)]]></media:description><media:credit role="author" scheme="urn:ebu">JON SUPER</media:credit></media:content></item><item><title><![CDATA[FIFA plan for Kushner-backed $20 billion operation to run World Cup meets fury from Europe's UEFA]]></title><link>https://www.local10.com/sports/2026/07/28/fifa-plan-for-kushner-backed-20-billion-operation-to-run-world-cup-meets-fury-from-europes-uefa/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/fifa-plan-for-kushner-backed-20-billion-operation-to-run-world-cup-meets-fury-from-europes-uefa/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — FIFA President Gianni Infantino’s plan to create a $20 billion company running the World Cup with private investors including the Kushner family was announced Tuesday — and immediately attacked by European soccer body UEFA.]]></description><pubDate>Tue, 28 Jul 2026 17:25:54 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — FIFA President Gianni Infantino’s plan to create a $20 billion company running the World Cup with private investors including the Kushner family was announced Tuesday — and immediately attacked by European soccer body UEFA.</p><p>“It is not FIFA’s to sell,” UEFA said in a statement. “None of us are the owners of football.”</p><p>Infantino's plans to form a commercial subsidiary, which would be called FIFA Forward Enterprise (FFE), running competitions like the World Cup and Club World Cup was first reported by The Times of London.</p><p>FIFA said in a statement FFE would raise up to $4.2 billion later this year to help fund development programs "based on an initial equity valuation of $20 billion by carefully selecting long-term investors who will purchase minority, non-controlling interests.”</p><p>FIFA is working with J.P. Morgan while intended investors include Thrive Eternal launched by Joshua Kushner, whose brother Jared Kushner is a son-in-law of U.S. President Donald Trump.</p><p>The men’s World Cup that finished this month only deepened the political and personal ties between Trump and Infantino, and fueled concerns about those ties including from UEFA.</p><p>“The soul and governance of football are not assets to trade — especially with zero transparency as to who gains financially,” UEFA said Tuesday, responding to the reports of selling stakes in FIFA competitions.</p><p>FIFA is currently a Swiss-based not-for-profit association of its 211 national member federations worldwide.</p><p>Those members must approve any plan and would get the chance “to access up to $20 million in one-off capital,” FIFA said.</p><p>“This is about the democratization of football worldwide,” Infantino said in a FIFA statement, which added that “a consultation process has begun.”</p><p>UEFA, however, said it took reports of the project “extremely seriously. So should every national Football Association.”</p><p>“This crosses a line that football’s governing institutions should never cross,” said UEFA, which comprises 55 of the FIFA members.</p><p>FIFA's $20M offer to member federations</p><p>The outline of Tuesday’s surprise announcement was, FIFA said, detailed by Infantino to members who met in Manhattan on July 18 ahead of the World Cup final. There, Infantino promised to “unleash the commercial potential and opportunity that FIFA has.”</p><p>FIFA’s statement Tuesday about its proposed project led on how much money each of its 211 members could get through 2038 in the “FIFA Fast-Forward Program.”</p><p>Instead of the currently promised $8 million each in development funds through the 2027-30 World Cup commercial cycle, it would be $20 million, then $22 million and $24 million in the following cycles.</p><p>FIFA banked record World Cup income of about $12 billion from the 2026 tournament which had unprecedented high prices for tickets and hospitality across the U.S., Canada and Mexico. It already was unclear how that money could be matched from Spain, Portugal and Morocco co-hosting the 2030 men’s edition.</p><p>Member federations could choose if they wanted to take part in the new financial opportunities, FIFA said.</p><p>“FIFA would retain sole control of FFE and exclusive authority over football governance, competitions, match calendar, and all regulatory and sporting decisions,” the soccer body said.</p><p>FIFA’s integrity standards were called into question during the World Cup, including by team coaches, Norway's soccer federation and a top European public body, the Council of Europe.</p><p>FIFA's previous attempt to privatize assets</p><p>The project announced Tuesday is the second time in Infantino’s increasingly controversial 11-year presidency he has tried to push through a multi-billion dollar deal with private backers.</p><p>In 2018, Infantino proposed a secretive $25 billion offer over 12 years with SoftBank of Japan to create new global competitions, including an expanded men’s Club World Cup, seemingly backed by Saudi Arabian money.</p><p>That ultimately failed after meeting fierce resistance from UEFA, which saw threats to its prize assets: the Champions League and the European Championship.</p><p>Infantino still built closer ties to Saudi soccer and the kingdom’s Crown Prince Mohammed Bin Salman. Saudi Arabia will host the 2034 World Cup and largely funded the revamped men’s Club World Cup hosted in the U.S. last year.</p><p>Infantino’s future?</p><p>The financial success of the just-ended World Cup has looked likely to ensure Infantino is re-elected next year unopposed for a fourth and final term in office through 2031.</p><p>At his re-election by acclaim in 2023 in Rwanda, Infantino suggested any CEO delivering similar financial results would be kept in the job forever.</p><p>Speculation has swirled for years Infantino might want a different global role in soccer beyond his FIFA presidency, which is due to end when he is 61.</p><p>The Times reported Tuesday that a CEO-like commissioner role of the new FFE operation could be created for Infantino.</p><p>“This has never been discussed,” FIFA said in a statement Tuesday. “However, the FIFA president and the FIFA administration will and must have leading roles in this entity — if approved.”</p><p>There was no timetable suggested Tuesday for debate and decisions by FIFA, its ruling Council chaired by Infantino, and the 211 members.</p><p>FIFA is scheduled to hold an online congress on Nov. 23 to confirm hosts of the Women's World Cup editions in 2031 and 2035.</p><p>___ AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DM56Y2RSIH7N4RKJW6UAHGRBHQ.jpg?auth=abde5d1a0be74871d399676b5aa599b459497d920528ba5d2d28e1903d73e65b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, speaks with FIFA President Gianni Infantino as confetti falls at the conclusion of the World Cup championship final soccer match between Spain and Argentina in East Rutherford, N.J., Sunday, July 19, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7K6JHKBBMP4P6KIOYG72ANOYY.jpg?auth=bdd7520019128e3840a27db87c4852315f89456122b8df10717668eef7d9e031&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 and President Donald J. Trump present the trophy to Spain's Rodri (16) after the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Panthers tight end Mitchell Evans carted off with an ankle injury, not believed to be serious]]></title><link>https://www.local10.com/sports/2026/07/28/panthers-tight-end-mitchell-evans-carted-off-with-an-ankle-injury-not-believed-to-be-serious/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/panthers-tight-end-mitchell-evans-carted-off-with-an-ankle-injury-not-believed-to-be-serious/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTE, N.C. (AP) — Carolina Panthers second-year tight end Mitchell Evans was carted off the field on Tuesday with an ankle injury.]]></description><pubDate>Tue, 28 Jul 2026 15:59:48 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTE, N.C. (AP) — Carolina Panthers second-year tight end Mitchell Evans was carted off the field on Tuesday with an ankle injury.</p><p>Panthers coach Dave Canales said after practice that Evans got rolled up on and that the initial diagnosis indicates the injury is not viewed as serious.</p><p>“They (the medical staff) are pretty optimistic," Canales said. "But we’re going to do a full evaluation just to make sure there’s nothing happening in there. ... I’ll give you more information as we do the full evaluation.”</p><p>Pressed into duty last season as a rookie because of an injury to Ja’Tavion Sanders, Evans was a pleasant surprise for the Panthers, having 19 receptions for 171 yards and two touchdowns. The 2025 fifth-round draft pick out of Notre Dame is expected to compete with Tommy Tremble and Sanders for more playing time this season in what is viewed as an open tight end competition.</p><p>Evans went down midway through practice amid a pile of players. Some gathered around him before he was carted off.</p><p>Last week the Panthers lost outside linebacker Nic Scouton, another second-year player, to a torn ACL. That season-ending injury came on the first day of training camp practice.</p><p>The Panthers also are without starting offensive tackles Taylor Moton and Ickey Ekwonu at training camp. Both will miss the opener but are expected back at some point this season.</p><p>Canales said guard Damien Lewis has a calf injury. He worked on the side with trainers. Guard Robert Hunt (back) is working his way back and is expected to practice soon.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JZ5SVJAUNQ4XRX72PMWSJGTK3Y.jpg?auth=693d8e7b116fac552bde7eea141708a1b25da1887c32fc04c93c5e5bbc7eddc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Panthers head coach Dave Canales walks up to the field forc} the NFL football team's training camp Friday, July 24, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content></item><item><title><![CDATA[Encuentran sana y salva a niña secuestrada de Ocala; presunto captor muerto ]]></title><link>https://www.local10.com/espanol/2026/07/27/emiten-alerta-amber-nina-secuestrada-de-ocala-podria-dirigirse-al-sur-con-su-secuestrador/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/27/emiten-alerta-amber-nina-secuestrada-de-ocala-podria-dirigirse-al-sur-con-su-secuestrador/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Las autoridades de Florida emitieron una Alerta Amber este lunes para una adolescente que se cree fue secuestrada en Ocala.]]></description><pubDate>Mon, 27 Jul 2026 22:12:22 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades de Florida emitieron una Alerta Amber este lunes para una adolescente que se cree fue secuestrada en Ocala. Fue encontrada más tarde ilesa y el presunto secuestrador falleció en un tiroteo con la policía.</p><p>El Departamento de Cumplimiento de la Ley de Florida (FDLE) informó en el momento del secuestro, que Juliet Arioso, de 13 años, se encontraba en compañía de Jason Castillo, de 45 años.</p><p>Según la Oficina del Sheriff del condado de Marion, alrededor de las 17:20 horas, los agentes localizaron el vehículo de Castillo y este se negó a detenerse.</p><p>Fue abatido a tiros tras finalizar la persecución.</p><p>“La investigación sigue en curso”, según la MCSO. “Se facilitará más información a medida que esté disponible”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IO23BAMG2BDGFDSHURXZI4SIVA.png?auth=56b653ce5b8a5af1ab896cb73effc600778ff52fd6da27157c9d30b1038c4084&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[The Florida Department of Law Enforcement said Juliet Arioso, 13, is believed to be in the company of 45-year-old Jason Castillo.]]></media:description></media:content></item><item><title><![CDATA[Defending national champion Indiana has a league-high three players earn Big Ten preseason honors]]></title><link>https://www.local10.com/sports/2026/07/28/defending-national-champion-indiana-has-a-league-high-three-players-earn-big-ten-preseason-honors/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/defending-national-champion-indiana-has-a-league-high-three-players-earn-big-ten-preseason-honors/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Defending national champion Indiana has three of the 12 players selected for preseason honors to lead all teams.]]></description><pubDate>Tue, 28 Jul 2026 15:26:44 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Defending national champion Indiana has three of the 12 players selected for preseason honors to lead all teams.</p><p>Rather than putting together a traditional preseason all-conference team, the Big Ten has a media panel select 12 players for preseason honors without regard to position. Indiana’s representatives include wide receiver Charlie Becker, linebacker Rolijah Hardy and defensive lineman Tyrique Tucker.</p><p>Ohio State, Oregon and Rutgers each had two players selected. Quarterback Julian Sayin and wide receiver Jeremiah Smith made it for Ohio State. Oregon’s picks were quarterback Dante Moore and defensive back Koi Perich. The Rutgers honorees were wide receiver KJ Duff and running back Antwan Raymond.</p><p>Other players earning preseason honors included Iowa offensive lineman Kade Pieper, Minnesota defensive lineman Anthony Smith and Southern California quarterback Jayden Maiava.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAOMIL4GMMFYJVHZZC4MEP6QHA.jpg?auth=a5d3633a622050fe9b0f8d6d54c5ef3eaaa74cd839e566ba03485ef47f3da25d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana wide receiver Charlie Becker makes a touchdown catch over Wisconsin safety Austin Brown (9) during the first half of an NCAA college football game, Saturday, Nov. 15, 2025, in Bloomington, Ind. (AP Photo/Darron Cummings, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3A5FVOQP3PP4CIFVJ2RVNN44U.jpg?auth=6ad52089f557b779c81110f34459a6b4afe7236e5d529b4dd0fd7060dcb24a6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana linebacker Rolijah Hardy (21) grabs Miami wide receiver Malachi Toney (10) during the College Football Playoff national championship game, Tuesday, Jan. 20, 2026, in Miami Gardens, Fla. (AP Photo/Marta Lavandier, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OP7QJVMFU4MADBCITYPW7IOS3U.jpg?auth=b4a138db8e88a192a91b3ca9bc558f881001c865b9696884196d9f18bac5e052&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana defensive lineman Tyrique Tucker (95) celebrates a win over Penn State following an NCAA college football game, Saturday, Nov. 8, 2025, in State College, Pa. (AP Photo/Barry Reeger, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Barry Reeger</media:credit></media:content></item><item><title><![CDATA[Pacific sizzles as the Atlantic simmers ]]></title><link>https://www.local10.com/weather/hurricane/2026/07/28/pacific-sizzles-as-the-atlantic-simmers/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/28/pacific-sizzles-as-the-atlantic-simmers/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Genevieve rapidly strengthened 75 mph in just 24 hours over the eastern Pacific over the weekend to top the scales as a Category 5 hurricane by the pre-dawn hours Monday. The frequency of such explosive strengthening is rare in the eastern Pacific – fewer than 1% of all “fixes” (6-hourly position and intensity estimates) made since 1970.]]></description><pubDate>Tue, 28 Jul 2026 14:41:53 +0000</pubDate><content:encoded><![CDATA[<p>Genevieve rapidly strengthened 75 mph in just 24 hours over the eastern Pacific over the weekend to top the scales as a Category 5 hurricane by the pre-dawn hours Monday. The frequency of such explosive strengthening is rare in the eastern Pacific – fewer than 1% of all “fixes” (6-hourly position and intensity estimates) made since 1970.</p><p><a href="https://www.local10.com/espanol/2026/07/28/el-pacifico-arde-mientras-el-atlantico-permanece-tranquilo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/el-pacifico-arde-mientras-el-atlantico-permanece-tranquilo/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/X6G22D4MMBH7LOJWYEQVQT5XGE.png?auth=5b01b9c28e9ffe83a6f3dd31db4b8e0bab3d977bf529849423d124eb56c50dcb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Genevieve is the first Category 5 hurricane in the eastern Pacific since Kristy in October 2024 and only the 21st Category 5 hurricane observed in the eastern Pacific since routine satellite monitoring began 60 years ago.</p><h3><b>Eastern Pacific kicking into high gear</b></h3><p>Genevieve and its predecessor Fausto – which peaked as a Category 2 hurricane last Friday – pushed overall tropical activity in the eastern Pacific to above average levels for the season. The eastern Pacific hurricane season begins earlier than the Atlantic (May 15th versus June 1st in the Atlantic) and activity typically ramps up much sooner – by the first week of July in the eastern Pacific versus late August in the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/2LSZEQHSGJFMBA7A6DO4X2IBJY.png?auth=2157d9bdb21bc44b0001b6ea16663c1f4300d2b9a929788a5c5d95ad15077d28&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>During strong El Niño years like this, we often see a later ramp up to eastern Pacific seasonal activity – similar to what we’ve seen over the past week – with a more defined peak in mid-August and a later end to the hurricane season than in non-El Niño years.</p><p>Though the center of a weakening Tropical Storm Fausto will pass about 100 to 150 miles to the north of the Hawaiian Islands today and tomorrow, treacherous surf and large breaking waves – with surf reaching 14 to 18 feet – will cause problems for east-facing shorelines and lead to dangerous marine conditions and coastal flooding issues, especially around the times of high tide, primarily through Wednesday evening local time.</p><figure><img src="https://www.local10.com/resizer/v2/RW72RAKHVFEIRJURPAMQBJU73A.PNG?auth=6f46e648554a264907d501db5e842620243349b959689ab3a739b9c29dcdb4b7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Genevieve remained a powerful hurricane early Tuesday but is expected to gradually weaken this week over the open Pacific and poses no threat to land.</p><h3><b>August in like a lamb in the Atlantic</b></h3><p>Wind shear remains exceptionally high across the bellwether Caribbean and into the tropical Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/6U5LUJIDQJAHJHPX2M56DOMC4A.png?auth=44afc9760415b0794a44ae530bd24543392fa38fe1ea02225227741c730349ca&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In fact, over the past two weeks, wind shear over the western Atlantic has been highest on record (since at least 1979), surpassing even other strong El Niño years like 2015.</p><figure><img src="https://www.local10.com/resizer/v2/RELK3AO33NHSPKUQOXNG7IMY3U.PNG?auth=6fdd570944b47ec202f86aec0a1fccfb18ab5e47f9257006507d01aec5ec845e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The hostile shear is forecast to continue for the foreseeable future and the Atlantic is expected to stay dormant through at least the first week of August.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z27SX2A4TVC6RBC5S4LVL2YMRY.png?auth=1fa5aedb6e4bab3b6b8894a16b655896c97cb39a32ae6341fea397d1cad2e3db&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sunrise satellite over Category 5 Hurricane Genevieve (right) and Hurricane Fausto (left) Monday, July 27, 2026. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[El Pacífico arde mientras el Atlántico permanece tranquilo ]]></title><link>https://www.local10.com/espanol/2026/07/28/el-pacifico-arde-mientras-el-atlantico-permanece-tranquilo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/el-pacifico-arde-mientras-el-atlantico-permanece-tranquilo/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA["Genevieve" se intensificó rápidamente durante el fin de semana hasta alcanzar los 75 mph en tan solo 24 horas en el el Pacífico oriental]]></description><pubDate>Tue, 28 Jul 2026 15:24:10 +0000</pubDate><content:encoded><![CDATA[<p><i>Genevieve</i> se intensificó rápidamente durante el fin de semana hasta alcanzar los 75 mph en tan solo 24 horas en el el Pacífico oriental, hasta alcanzar la máxima intensidad como huracán categoría 5 en las primeras horas de la madrugada del lunes. La frecuencia de este tipo de explosivo incremento es poco habitual en el Pacífico oriental: representa menos del 1 % de todas las “estimaciones” de posición e intensidad realizadas cada seis horas desde 1970.</p><figure><img src="https://www.local10.com/resizer/v2/X6G22D4MMBH7LOJWYEQVQT5XGE.png?auth=5b01b9c28e9ffe83a6f3dd31db4b8e0bab3d977bf529849423d124eb56c50dcb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Genevieve es el primer huracán de categoría 5 en el Pacífico oriental desde Kristy en octubre de 2024 y apenas el vigésimo primer huracán de categoría 5 observado en esa cuenca desde que comenzó el monitoreo satelital de rutina hace 60 años.</p><p><b>El Pacífico oriental entra en su periodo de mayor actividad</b></p><p>Genevieve y su predecesor, Fausto —que alcanzó la categoría 2 el viernes pasado— impulsaron la actividad ciclónica general en el Pacífico oriental a niveles superiores al promedio para esta temporada. La temporada de huracanes del Pacífico oriental comienza antes que la del Atlántico (15 de mayo frente al 1 de junio en el Atlántico) y su actividad suele incrementarse mucho antes: desde la primera semana de julio en el Pacífico oriental, en comparación con finales de agosto en el Atlántico.</p><figure><img src="https://www.local10.com/resizer/v2/2LSZEQHSGJFMBA7A6DO4X2IBJY.png?auth=2157d9bdb21bc44b0001b6ea16663c1f4300d2b9a929788a5c5d95ad15077d28&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Durante los años de un fuerte fenómeno de El Niño como este, a menudo se observa un aumento más tardío de la actividad estacional en el Pacífico oriental, similar al registrado durante la última semana, con un pico más definido a mediados de agosto y un final de la temporada de huracanes más tardío que en los años sin El Niño.</p><p>Aunque el centro de la tormenta tropical Fausto, que continúa debilitándose, pasará hoy y mañana entre 100 y 150 millas al norte de las islas de Hawái, el fuerte oleaje y las grandes olas rompientes, con olas de entre 14 y 18 pies, causarán problemas en las costas orientadas al este y generarán condiciones marítimas peligrosas e inundaciones costeras, especialmente durante la marea alta, principalmente hasta la noche del miércoles, hora local.</p><figure><img src="https://www.local10.com/resizer/v2/RW72RAKHVFEIRJURPAMQBJU73A.PNG?auth=6f46e648554a264907d501db5e842620243349b959689ab3a739b9c29dcdb4b7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Genevieve continuaba siendo un huracán potente a primera hora del martes, aunque se prevé que se debilite gradualmente esta semana sobre el Pacífico abierto y no suponga ninguna amenaza para tierra firme.</p><p>Agosto empieza con calma en el Atlántico</p><p>La cizalladura del viento sigue siendo excepcionalmente alta en el Caribe —zona indicadora— y se extiende hasta el Atlántico tropical.</p><figure><img src="https://www.local10.com/resizer/v2/6U5LUJIDQJAHJHPX2M56DOMC4A.png?auth=44afc9760415b0794a44ae530bd24543392fa38fe1ea02225227741c730349ca&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>De hecho, en las últimas dos semanas, el corte del viento sobre el Atlántico occidental ha alcanzado los niveles más altos registrados (al menos desde 1979), superando incluso a otros años en los que se produjo un fenómeno de El Niño intenso, como 2015.</p><figure><img src="https://www.local10.com/resizer/v2/RELK3AO33NHSPKUQOXNG7IMY3U.PNG?auth=6fdd570944b47ec202f86aec0a1fccfb18ab5e47f9257006507d01aec5ec845e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Se prevé que el corte hostil continúe en un futuro próximo y el Atlántico permanezca inactivo al menos hasta la primera semana de agosto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z27SX2A4TVC6RBC5S4LVL2YMRY.png?auth=1fa5aedb6e4bab3b6b8894a16b655896c97cb39a32ae6341fea397d1cad2e3db&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sunrise satellite over Category 5 Hurricane Genevieve (right) and Hurricane Fausto (left) Monday, July 27, 2026. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[New video released from Miami road rage shooting ]]></title><link>https://www.local10.com/news/local/2026/07/27/new-video-released-from-miami-road-rage-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/27/new-video-released-from-miami-road-rage-shooting/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[New video footage has been released stemming from a case of road rage that ended in gunfire.]]></description><pubDate>Tue, 28 Jul 2026 01:21:38 +0000</pubDate><content:encoded><![CDATA[<p>New video footage has been released stemming from <a href="https://www.local10.com/news/local/2025/11/25/police-brother-of-man-who-shot-2-miami-cops-arrested-in-road-rage-shooting/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/11/25/police-brother-of-man-who-shot-2-miami-cops-arrested-in-road-rage-shooting/">a case of road rage that ended in gunfire</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/28/difunden-nuevo-video-de-balacera-tras-incidente-de-ira-al-volante-en-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/difunden-nuevo-video-de-balacera-tras-incidente-de-ira-al-volante-en-miami/">Leer en español</a></p><p>The suspect, Alan Triana, was accused of shooting at another driver on Nov. 23. </p><p>According to Triana’s attorney, video recovered from a Tesla involved in the incident shows Triana was being followed by that driver from Dolphin Mall to Allapattah, and that driver had opened fire in an attempt to get Triana to stop.</p><p>Several weeks before that incident, authorities said Triana was involved in a domestic dispute with his younger brother, Mason Triana, which resulted in <a href="https://www.local10.com/news/local/2025/10/09/miami-pd-2-officers-hospitalized-after-being-shot-in-allapattah/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/10/09/miami-pd-2-officers-hospitalized-after-being-shot-in-allapattah/">Mason Triana barricading himself inside the home and opening fire at police</a>.</p><p>Two Miami police officers were shot in the leg during the incident. Mason Triana was killed after exchanging gunfire with police. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Difunden nuevo video de balacera tras incidente de ira al volante en Miami ]]></title><link>https://www.local10.com/espanol/2026/07/28/difunden-nuevo-video-de-balacera-tras-incidente-de-ira-al-volante-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/difunden-nuevo-video-de-balacera-tras-incidente-de-ira-al-volante-en-miami/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[El sospechoso fue acusado de disparar contra otro conductor el 23 de noviembre y nuevas imágenes de video han sido divulgadas como parte de un caso.]]></description><pubDate>Tue, 28 Jul 2026 15:03:41 +0000</pubDate><content:encoded><![CDATA[<p>Nuevas imágenes de video fueron divulgadas como parte de un caso de ira al volante que terminó en una balacera.</p><p>El sospechoso, Alan Triana, fue acusado de disparar contra otro conductor el 23 de noviembre.</p><p>Según el abogado de Triana, un video recuperado de un vehículo Tesla involucrado en el incidente muestra que Triana estaba siendo seguido por ese conductor desde el Dolphin Mall hasta Allapattah, y que ese conductor abrió fuego en un intento por obligar a Triana a detenerse.</p><p>Varias semanas antes de ese incidente, las autoridades informaron que Triana estuvo involucrado en una disputa doméstica con su hermano menor, Mason Triana, lo que terminó con Mason Triana atrincherándose dentro de la vivienda y abriendo fuego contra la policía.</p><p>Dos agentes de la Policía de Miami recibieron disparos en una pierna durante el incidente. Mason Triana murió tras intercambiar disparos con la policía.</p>]]></content:encoded></item><item><title><![CDATA[Azerbaijan court convicts 9 journalists and activists in a case seen as an attack on media freedom]]></title><link>https://www.local10.com/business/2026/07/28/azerbaijan-court-convicts-9-journalists-and-activists-in-a-case-seen-as-an-attack-on-media-freedom/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/azerbaijan-court-convicts-9-journalists-and-activists-in-a-case-seen-as-an-attack-on-media-freedom/</guid><dc:creator><![CDATA[By YURAS KARMANAU, Associated Press]]></dc:creator><description><![CDATA[A court in Azerbaijan has convicted nine journalists and founders of a top independent news outlet on charges of financial crimes and sentenced them to prison in what international media rights groups denounced Tuesday as a politically driven case to stifle critical voices in the oil-rich Caspian Sea nation.]]></description><pubDate>Tue, 28 Jul 2026 15:00:22 +0000</pubDate><content:encoded><![CDATA[<p>A court in Azerbaijan has convicted nine journalists and founders of a top independent news outlet on charges of financial crimes and sentenced them to prison in what international media rights groups denounced Tuesday as a politically driven case to stifle critical voices in the oil-rich Caspian Sea nation.</p><p>Toplum online TV founder and director Alasgar Mammadli was sentenced to 14 years in prison by the court in the capital of Baku. It gave 15-year prison terms to activists Akif Gurbanov and Ruslan Izzetli, who co-founded the outlet. Other journalists and activists associated with Toplum TV received sentences ranging from 12 to 14 years.</p><p>They were charged with illegally receiving and using Western donor funds as part of an “organized criminal group.” They denied the charges and Elchin Sadigov, a lawyer for some of the accused, told The Associated Press they would appeal the verdicts.</p><p>“This is an unlawful and political motivated court ruling that is linked to their journalist activities,” Sadigov told AP. “Not a single defense motion has been granted by the court.”</p><p>The government of President Ilham Aliyev has carried out a methodical crackdown on dissent and freedom of speech, targeting journalists, activists and independent politicians, relying on restrictive laws to muzzle critical voices. according to human rights organizations.</p><p>Toplum TV, a leading online news outlet, was one of the last remaining independent news outlets in the southern Caucasus country of 10 million. It was known for its reporting on official corruption and social problems. In March 2024, police raided its offices and arrested several members of its staff.</p><p>The European and International Federations of Journalists (EFJ-IFJ) denounced what it called “the extremely harsh prison sentences” to journalists and media actors associated with Toplum TV, noting that “the court’s verdict confirms the political nature of the trial and the authorities’ desire to intimidate and repress journalists who are simply doing their job."</p><p>Anthony Bellanger, the IFJ general secretary, described the verdict as “pure and simple government repression and intimidation.”</p><p>Reporters Without Borders, known by its French acronym RSF, also condemned what it described as bogus trial, saying it reflected the escalating crackdown on independent media in Azerbaijan and demanded their immediate release.</p><p>“This unjust decision highlights how the Azerbaijani justice system is being exploited,” RSF said in a statement. “It has been brought to heel by President Ilham Aliyev to silence the country’s last remaining independent media outlets.”</p><p>Aliyev has led Azerbaijan since 2003, when he succeeded his father, Heydar, who was its Communist Party boss and then president for a decade after the country became independent following the 1991 collapse of the Soviet Union.</p><p>The younger Aliyev won another term in 2024 with 92% of the vote in an early election.</p><p>He took advantage of a surge in his popularity after Azerbaijani forces swiftly reclaimed the Karabakh region from ethnic Armenian separatists who had controlled it for three decades. The Organization for Security and Cooperation in Europe said the vote took place in a restrictive environment with no real political competition.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WWQKYVGYMDQPF663XEW44UTZJE.jpg?auth=07026464529591e601f0f2756cf364ea3a74852cc1a24b01863e9e32007707fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Azerbaijan' president Ilham Aliyev attends a news conference after a meeting with German chancellor Friedrich Merz in Berlin, Germany, Tuesday, July 21, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Mujer sufre mano rota y labio partido tras choque que involucra auto y tren Brightline]]></title><link>https://www.local10.com/espanol/2026/07/27/mujer-sufre-mano-rota-y-labio-partido-tras-choque-que-involucra-auto-y-tren-brightline/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/27/mujer-sufre-mano-rota-y-labio-partido-tras-choque-que-involucra-auto-y-tren-brightline/</guid><dc:creator><![CDATA[Isabella Martin, Amanda Batchelor, Sanela Sabovic]]></dc:creator><description><![CDATA[Un tren Brightline chocó con un vehículo la noche del domingo que estaba sobre las vías en Fort Lauderdale.]]></description><pubDate>Mon, 27 Jul 2026 14:17:05 +0000</pubDate><content:encoded><![CDATA[<p>Un tren Brightline chocó con un vehículo la noche del domingo que estaba sobre las vías en Fort Lauderdale, confirmaron las autoridades.</p><p>El choque fue reportado poco antes de la medianoche en la cuadra 900 de Northeast Flagler Drive mientras el tren se dirigía hacia el sur, confirmaron los equipos de emergencia.</p><p>Víctor Carvalho se encontraba en un bar cercano y vio el accidente.</p><p>“Cuando vimos cómo se caían las barreras, había un coche justo detrás y, al parecer, no sé qué pasó, pero ella simplemente se saltó las barreras e inmediatamente empecé a oír las bocinas y ¡bum!, al instante, el tren se estrelló de lleno contra el lado derecho del vehículo", explicó.</p><p>Funcionarios de Fort Lauderdale Fire Rescue indicaron que el automóvil fue arrastrado por el tren hasta la cuadra 400 de Northeast Flagler Drive.</p><p>El esposo de la mujer que conducía el auto rojo dijo a Local 10 News que el vehículo quedó atascado debajo del tren tras el choque.</p><p>Las imágenes de cámaras de vigilancia muestran los momentos posteriores al percance. Se pueden ver chispas volando mientras el Genesis es arrastrado por las vías bajo el tren de Brightline.</p><p>Funcionarios de FLFR indicaron que la mujer pudo salir del vehículo por sí sola y los equipos la encontraron en el suelo junto al automóvil cuando llegaron.</p><p>Carvalho, quien acababa de completar capacitación en RCP, primeros auxilios y combate de incendios, corrió hacia la escena para ayudar a la víctima.</p><p>“La adrenalina se activó de inmediato y supe desde el principio, por lo que aprendí en el curso, que tenía que actuar”, dijo. “Salté la cerca, llamé al 911 mientras le explicaba al operador toda la situación. Ayudé a la mujer cuando abrió la puerta por sí misma, asegurándome de que estuviera bien. Me aseguré de que permaneciera sentada derecha, que mirara hacia el suelo, que mirara sus pies y que no llegara al punto de desmayarse”.</p><p>Según el esposo de la mujer, ella sufrió una fractura en una mano y una lesión en el labio, pero se espera que se recupere.</p><p>Funcionarios de FLFR confirmaron que la mujer fue trasladada al Broward Health Medical Center con lesiones graves, pero que no ponían en riesgo su vida.</p><p>Una estilista de una barbería cercana dijo a Local 10 News que nunca había visto algo así.</p><p>“El tren Brightline estaba completamente detenido justo frente a mí y el automóvil quedó atascado debajo. De hecho, fue un milagro que el asiento del conductor, donde ella iba sentada, fuera el único que no quedó completamente impactado por el tren”, dijo Madeline Abreu.</p><p>Las circunstancias que llevaron a la colisión continúan bajo investigación.</p>]]></content:encoded></item><item><title><![CDATA[Nonverbal boy found wandering in Hollywood reunited with family, police say ]]></title><link>https://www.local10.com/news/local/2026/07/27/nonverbal-boy-found-wandering-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/27/nonverbal-boy-found-wandering-in-hollywood/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A child who was found wandering the streets of Hollywood by himself Monday has been reunited with his family, authorities confirmed. ]]></description><pubDate>Tue, 28 Jul 2026 02:17:35 +0000</pubDate><content:encoded><![CDATA[<p>A child who was found wandering the streets of Hollywood by himself Monday has been reunited with his family, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/07/28/un-nino-que-no-se-comunica-verbalmente-y-fue-encontrado-deambulando-por-hollywood-se-reunio-con-su-familia-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/un-nino-que-no-se-comunica-verbalmente-y-fue-encontrado-deambulando-por-hollywood-se-reunio-con-su-familia-segun-la-policia/">Leer en español</a></p><p>According to police, the boy was found in the area of Sheridan Street and State Road 7.</p><p>Officers say the boy, who is nonverbal, is around 10 to 12 years old.</p><p>While officers confirmed that the boy was unharmed and was safely reunited with his family, they have not released details about what led to him being found alone. </p><p> </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[Un niño que no se comunica verbalmente y fue encontrado deambulando por Hollywood se reunió con su familia, según la policía]]></title><link>https://www.local10.com/espanol/2026/07/28/un-nino-que-no-se-comunica-verbalmente-y-fue-encontrado-deambulando-por-hollywood-se-reunio-con-su-familia-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/un-nino-que-no-se-comunica-verbalmente-y-fue-encontrado-deambulando-por-hollywood-se-reunio-con-su-familia-segun-la-policia/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[El niño fue ubicado solo en la zona de Sheridan Street y la carretera estatal 7, ahora ya se encuentra con su familia, según autoridades.]]></description><pubDate>Tue, 28 Jul 2026 14:40:58 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades confirmaron que un niño encontrado el lunes solo por las calles de Hollywood ya se ha reunido con su familia.</p><p>Según la policía, el niño fue ubicado en la zona de Sheridan Street y la carretera estatal 7.</p><p>Los agentes afirman que no habla y tiene entre 10 y 12 años.</p><p>Los agentes han corroborado que el niño se encontraba ileso y se ha reunido con su familia sin ningún incidente, no dieron a conocer detalles sobre las circunstancias que llevaron a que fuera encontrado solo.</p>]]></content:encoded></item><item><title><![CDATA[Amateur cricket match goes viral after cheating allegation]]></title><link>https://www.local10.com/sports/2026/07/28/amateur-cricket-match-goes-viral-after-cheating-allegation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/amateur-cricket-match-goes-viral-after-cheating-allegation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SALTBURN, England (AP) — An amateur cricket match in England has become a viral sensation after allegations of cheating were shared on social media.]]></description><pubDate>Tue, 28 Jul 2026 15:48:25 +0000</pubDate><content:encoded><![CDATA[<p>SALTBURN, England (AP) — An amateur cricket match in England has become a viral sensation after allegations of cheating were shared on social media.</p><p>A video, which claims to show a fielder clicking his fingers to imitate the sound of a bat connecting with the ball before a player is called out, has been viewed millions of times on X.</p><p>The poster of the video described it as “about the worst case of cheating I’ve ever seen in cricket.”</p><p>The video of a match involving North Yorkshire and South Durham Cricket League team Saltburn, has been greeted with outrage online and generated headlines around the world.</p><p>TV presenter Piers Morgan weighed in, describing the player involved as the “biggest cheat in cricket history” and wondered how many batsmen’s days “has he ruined?”</p><p>A cricket umpire could be fooled into calling a player out if they believed they heard the sound of the ball clipping the edge of a bat before being caught.</p><p>The league said in a statement on X that it had received a formal complaint regarding a game on Saturday, but did not reveal which teams were involved.</p><p>“A full investigation has been initiated and until such time as the formal processes are complete no further comment will be made,” it said.</p><p>There was no immediate response when The Associated Press contacted the league and Saltburn for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LVWG6X6MWZKV42DWWFZGVUUFZM.jpg?auth=383b9a1acd7cbc8f528155fea5bca3062d18741dba6f50949ceaf908f8282981&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - View of cricketer's hands catching a cricket ball during day four of the first Ashes Test cricket match, in Cardiff, Wales, Saturday, July 11, 2015. (AP Photo/Rui Vieira, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Rui Vieira</media:credit></media:content></item><item><title><![CDATA[Will tough talk be enough? Fed Chair Warsh faces pressure to combat inflation]]></title><link>https://www.local10.com/business/2026/07/28/will-tough-talk-be-enough-fed-chair-warsh-faces-pressure-to-combat-inflation/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/will-tough-talk-be-enough-fed-chair-warsh-faces-pressure-to-combat-inflation/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Federal Reserve is expected to keep its key interest rate unchanged when it meets Tuesday and Wednesday, but chair Kevin Warsh is under increasing pressure to hike rates soon, a move that could provoke ire from President Donald Trump, who appointed him.]]></description><pubDate>Tue, 28 Jul 2026 14:28:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Federal Reserve is expected to keep its key interest rate unchanged when it meets Tuesday and Wednesday, but chair Kevin Warsh is under increasing pressure to hike rates soon, a move that could provoke ire from President Donald Trump, who appointed him.</p><p>The Iran war has reignited, pushing oil and gas prices higher — a trend that will worsen inflation in the coming months. Soaring investment in the artificial intelligence buildout is raising the cost of laptops, smart phones and electricity. And price hikes from tariffs could be in the pipeline after Trump imposed new duties on dozens of U.S. trading partners.</p><p>All those trends might lead to only temporary price increases, rather than a sustained burst of inflation similar to the spike in 2021-2022. Yet inflation, according to the Fed’s preferred measure, has topped its 2% target for more than five years, making it harder for the Fed to ignore price spikes, no matter how brief. Core inflation, which excludes the volatile energy and food categories, has risen since last December and has been stuck at around 3% or higher since 2023. Without noticeable progress soon, some Fed officials have said rate hikes will be needed.</p><p>“Unfortunately, inflation does not appear to be headed sustainably back all the way to 2%,” Lorie Logan, president of the Federal Reserve Bank of Dallas, said recently. “Modestly higher interest rates would better balance the outlook.” Logan is a voting member of the Fed's rate-setting committee.</p><p>Warsh's tough talk</p><p>Warsh, since taking over as chair in May, has emphasized that the Fed will get inflation back to 2% without specifying how. In his first news conference as chair last month, he made clear he wouldn't provide the kind of signals about the Fed's next steps that his predecessors, particularly Jerome Powell, did.</p><p>But in congressional testimony earlier this month Warsh said the Fed has “no tolerance” for higher inflation. And in the first statement on rates issued under his watch, the central bank pledged that it “will deliver price stability.”</p><p>Such comments, along with the resumption of the Iran war and the renewed climb of oil and gas prices, have already lifted borrowing costs. The yield on the 10-year Treasury note — which strongly influences mortgage rates — briefly topped 4.7% last Thursday, the highest in about 18 months.</p><p>But Warsh's tough talk raises expectations that he will follow through with action, current and former Fed officials say.</p><p>James Bullard, a former president of the St. Louis Fed, said Warsh's rhetoric “has been very effective" in establishing Fed credibility, “but markets are going to ask, ‘Well, what have you done for me lately?’ And they're going to demand action."</p><p>At the same time, more Fed officials appear to be growing impatient with inflation's stubbornness.</p><p>“Sternly staring at inflation until it melts before our withering gaze is not an option," Christopher Waller, an influential member of the Fed’s governing board, said in a July 13 speech. If core inflation keeps climbing, the Fed's rate-setting committee “will need to consider” hiking rates “in the near term,” he said.</p><p>Beth Hammack, president of the Cleveland Fed, said in a post on LinkedIn earlier this month that for the first time she is hearing business leaders call for higher rates, which is unusual since they typically support cheaper borrowing. She is also hearing from consumers “who can’t make ends meet about a growing sense of despair,” Hammack wrote.</p><p>Signs of inflation potentially improving</p><p>There is still tremendous uncertainty about what the Fed should do in the coming months, economists said. The most recent inflation report showed that core inflation cooled noticeably in June, and headline inflation fell sharply as gas prices declined almost 10%, a sign of what could happen if the Iran conflict is permanently resolved.</p><p>The cost of apartment rents, which spiked in the pandemic, is growing much more slowly than a few years ago.</p><p>John Williams, president of the New York Fed and vice chair of the Fed's rate-setting committee, said this month that "there are encouraging reasons to expect that inflation has peaked and should edge down in the coming quarters.” He cited the decline in gas prices, before the Iran war restarted, and argued that the impact of tariffs on inflation has largely run its course. Even with new tariffs in place, they are likely to have the same limited effect of the ones they replaced.</p><p>Yet the resumption of fighting in the Middle East has pushed gas prices back above a nationwide average of $4 a gallon, from just below $3.80 around the July 4 holiday. The increase will likely push headline inflation higher, just before the Fed meets again in September. And adding to the Fed's challenge, higher interest rates can slow demand and bring down inflation, but they can't do much to restore oil and gas supplies disrupted by war.</p><p>“The Fed is looking at inflation well above goal, but mostly for reasons that it doesn’t have any influence on,” Vincent Reinhart, chief economist at Dreyfus-Mellon and a former top Fed economist, said.</p><p>Warsh says Fed to keep inflation from ‘broadening’</p><p>In congressional testimony this month, Warsh suggested the Fed's job is to prevent specific price increases for things like gas or computer gear from “broadening out” to other parts of the economy.</p><p>Traditionally, the Fed would do that by hiking rates if there were signs higher prices were spreading. But Warsh may hope that his tough talk, which has pushed up some borrowing costs, will suffice in the end.</p><p>“They are hoping and intending to talk the talk without having to walk the walk,” said Stephen Douglass, chief economist at NISA Investment Advisors and former analyst at the New York Fed. He doesn't expect the Fed will raise rates this year.</p><p>Other economists say inflation won't be defeated without action by the Fed.</p><p>“There has never been a time when inflation gradually moderated without impetus from the Fed,” Joseph Lavorgna, a former top economist at the Treasury Department and chief economist at SMBC Americas, said. “In other words, core inflation is not going to magically slow.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EZTHJSBCK6GMCCMVWQSGJNW6AI.jpg?auth=e3915774bdbb1d957f80fddc108e2b8394ad7a60a484252ebcb4fed3100e45b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh testifies before the Senate Banking, Housing and Urban Affairs Committee to deliver the semiannual monetary policy report to Congress, on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4KTESCN6S3ED5N4NPU7PYNVOVQ.jpg?auth=d0ddde4cc168864825f66c3f2062efc65dc014b16ab732a89ff928ec5b1f3593&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh testifies before the Senate Banking, Housing and Urban Affairs Committee to deliver the semiannual monetary policy report to Congress, on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YHPACYPYYVKHML7CAWMOZ2LLHQ.jpg?auth=c3fdef4c14dc80594d13182532e9a9c868271f2f4c91ab2054085059dd1bf533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh testifies before the Senate Banking, Housing and Urban Affairs Committee to deliver the semiannual monetary policy report to congress, on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IVH4FNHYAMQOTZUJXQ4URGMWZA.jpg?auth=cfee35c13243473e45f653a01dc01159e8413c1b2850477ebdafcdb384a75c27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh testifies before the Senate Banking, Housing and Urban Affairs Committee to deliver the semiannual monetary policy report to congress, on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Jose Luis Magana)df]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Girl abducted from Ocala found safe, suspected captor dead]]></title><link>https://www.local10.com/news/florida/2026/07/27/amber-alert-girl-abducted-from-ocala-may-be-headed-south-with-captor/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/27/amber-alert-girl-abducted-from-ocala-may-be-headed-south-with-captor/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Florida authorities issued an Amber Alert on Monday for a teenage girl believed to have been kidnapped from Ocala.]]></description><pubDate>Mon, 27 Jul 2026 21:39:02 +0000</pubDate><content:encoded><![CDATA[<p>Florida authorities issued an Amber Alert on Monday for a teenage girl believed to have been kidnapped from Ocala. She was later found unharmed and her suspected captor died in a police shooting.</p><p><a href="https://www.local10.com/espanol/2026/07/27/emiten-alerta-amber-nina-secuestrada-de-ocala-podria-dirigirse-al-sur-con-su-secuestrador/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/27/emiten-alerta-amber-nina-secuestrada-de-ocala-podria-dirigirse-al-sur-con-su-secuestrador/">Leer en español</a></p><p>The Florida Department of Law Enforcement said Juliet Arioso, 13, was believed to be in the company of 45-year-old Jason Castillo.</p><p>According to the Marion County Sheriff’s Office, at around 5:20 p.m., deputies located Castillo’s vehicle and he refused to stop.</p><p>He was shot dead after a pursuit ended.</p><p>“This remains an active investigation,” according to MCSO. “Additional information will be released as it becomes available.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IO23BAMG2BDGFDSHURXZI4SIVA.png?auth=56b653ce5b8a5af1ab896cb73effc600778ff52fd6da27157c9d30b1038c4084&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[The Florida Department of Law Enforcement said Juliet Arioso, 13, is believed to be in the company of 45-year-old Jason Castillo.]]></media:description></media:content></item><item><title><![CDATA[Arzobispo de Miami pide al Senado apoyar proyecto de ley que extiende el Estatus de Protección Temporal para haitianos]]></title><link>https://www.local10.com/espanol/2026/07/27/arzobispo-de-miami-pide-al-senado-apoyar-proyecto-de-ley-que-extiende-el-estatus-de-proteccion-temporal-para-haitianos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/27/arzobispo-de-miami-pide-al-senado-apoyar-proyecto-de-ley-que-extiende-el-estatus-de-proteccion-temporal-para-haitianos/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres, Byron Tollefson, Terrell Forney]]></dc:creator><description><![CDATA[El arzobispo de Miami, Thomas Wenski, es un defensor de larga trayectoria de los migrantes haitianos.]]></description><pubDate>Mon, 27 Jul 2026 22:05:54 +0000</pubDate><content:encoded><![CDATA[<p>El arzobispo de Miami, Thomas Wenski, defensor desde hace mucho tiempo de los migrantes haitianos, no se da por vencido.</p><p>Aunque domina el criollo haitiano, Wenski, de 75 años, es una de las voces más destacadas que instan al Senado estadounidense a prorrogar el Estatus de Protección Temporal para los haitianos.</p><p>Con la expiración del TPS el lunes, más de 300.000 beneficiarios estarán en riesgo de deportación y ya no contarán con un permiso de trabajo.</p><p>“Muchos de ellos trabajan en el sector de la salud. En la Arquidiócesis de Miami, en nuestros hogares de ancianos, tengo más de 40 personas con Estatus de Protección Temporal (TPS) que perderán sus permisos de trabajo hoy, y tendremos que despedirlas”, dijo Wenski sobre Catholic Health Services, uno de los ministerios más grandes de Miami.</p><p>Wenski dijo que se estaba preparando para un vuelo el lunes antes de una reunión con legisladores en Washington, DC, para presionar a favor de una solución para los beneficiarios del TPS.</p><p>“Esperamos que apoyen un proyecto de ley en el Senado que incorpore el proyecto de ley aprobado por la Cámara de Representantes”, dijo Wenski sobre el <a href="https://www.congress.gov/bill/119th-congress/house-bill/1689" rel="" title="https://www.congress.gov/bill/119th-congress/house-bill/1689">proyecto de ley HR 1689</a> .</p><p>La representante estadounidense Laura Gillen, demócrata por Nueva York, presentó el proyecto de ley el 27 de febrero en la Cámara de Representantes, y fue aprobado por 224 votos a favor y 204 en contra el 16 de abril.</p><p>Wenski dijo que podría hacerse mediante una petición de descarga, una maniobra legislativa para sacar un proyecto de ley de un comité estancado y llevarlo al pleno para su votación final.</p><p>“Eso les daría a los haitianos una extensión de tres años en su TPS”, dijo Wenski.</p><p><b>Informe relacionado</b> : <a href="https://www.local10.com/news/local/2026/07/27/north-miami-advocate-on-end-of-temporary-protected-status-for-haitians-be-prepared/" rel="" title="https://www.local10.com/news/local/2026/07/27/north-miami-advocate-on-end-of-temporary-protected-status-for-haitians-be-prepared/">Activista de North Miami sobre el fin del Estatus de Protección Temporal para los haitianos: “Prepárense”.</a></p><p>En el vecindario de Little Haiti, en Miami, las calles estaban más tranquilas de lo habitual el lunes.</p><p>“Hay personas que han estado aquí durante décadas, muchas de ellas son propietarias de viviendas, negocios y otros bienes, además de ser trabajadores fundamentales y esenciales”, dijo Paul Christian Namphy, director político de FANM. “Si las personas salen a la comunidad, están asumiendo un mayor riesgo y por eso estamos alentando a todos los miembros de nuestra comunidad a mantener sus desplazamientos al mínimo”.</p><p>La senadora federal Ashley Moody dijo que ha estado en comunicación con la administración del presidente Trump sobre alternativas para los haitianos.</p><p>“Tenemos que comenzar a analizar estos casos de manera individual”, dijo Moody.</p><p>El senador federal Rick Scott dijo que los inmigrantes haitianos “que hayan sido investigados” y no sean delincuentes son bienvenidos. Scott enfrentó preguntas sobre las deportaciones de haitianos.</p><p>“Mi corazón está con ellos”, dijo Scott.</p><p>El representante federal Byron Donalds, quien hace campaña para gobernador de Florida con el respaldo del presidente Trump, votó en contra del proyecto de ley H.R. 1689.</p><p>“Es un programa temporal, pero fue abusado por Joe Biden”, dijo Donalds sobre el TPS. “Tenemos que llegar a un equilibrio y establecer un estándar en materia de inmigración”.</p><p>Las políticas de inmigración deben reflejar tanto “justicia como misericordia”, escribió recientemente Wenski en <a href="https://www.miamiarch.org/CatholicDiocese.php?op=Article_178491961462948" rel="" title="https://www.miamiarch.org/CatholicDiocese.php?op=Article_178491961462948">un comunicado</a> en el que instaba a los líderes a buscar “soluciones compasivas y humanas que protejan la unidad familiar” y “reconozcan” la crisis que enfrentan los haitianos.</p><p>«Las políticas no solo deben buscar hacer cumplir la ley, sino también reflejar el compromiso histórico de nuestra nación con la protección de la dignidad humana y la promoción del bien común», escribió Wenski. «Hacer que Estados Unidos vuelva a ser grande es un objetivo loable, pero no se logra la grandeza de Estados Unidos convirtiéndolo en un país mezquino».</p><p><b>Redes sociales relacionadas</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Temporary protected status is exactly that — TEMPORARY. <br><br>For those with terminated TPS: it’s closing time. You don’t have to go home, but you can’t stay here.<br><br>It’s not too late to get a $2,600 check and a FREE flight home: <a href="https://t.co/YGo3uuNvrE">https://t.co/YGo3uuNvrE</a> <a href="https://t.co/8kPIp6AvBd">pic.twitter.com/8kPIp6AvBd</a></p>&mdash; Homeland Security (@DHSgov) <a href="https://x.com/DHSgov/status/2081824031846662489?ref_src=twsrc%5Etfw">July 27, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Americans' confidence in US economy falls as Iran conflict sends gas prices higher]]></title><link>https://www.local10.com/business/2026/07/28/americans-confidence-in-us-economy-fell-this-month-as-iran-conflict-sent-gas-prices-back-up/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/americans-confidence-in-us-economy-fell-this-month-as-iran-conflict-sent-gas-prices-back-up/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans’ confidence in the economy fell this month as gas prices resumed their climb after the U.S. and Iran stepped up their fighting.]]></description><pubDate>Tue, 28 Jul 2026 15:16:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans’ confidence in the economy fell this month as gas prices resumed their climb after the U.S. and Iran stepped up their fighting.</p><p>The Conference Board said Tuesday that its consumer confidence index fell to 90.8 in July from 92.2 in June. That's essentially the same tepid range its been in since the beginning of the year. In late 2024 and early 2025 the readings were well above 100.</p><p>Consumer attitudes had improved modestly in June as gas prices came down to around $3.70 a gallon from more than $4.50 a gallon in late April and early May. But as fighting in the Middle East escalated, the average price for a gallon of gas in the U.S. started to rise again. On Tuesday it was $4.10, according to the auto club AAA.</p><p>After being attacked by the U.S. and Israel in late February, Iran shut down the Strait of Hormuz, through which about one-fifth of the world’s oil travels, causing a spike in gas prices. That accelerated inflation, causing Americans’ inflation-adjusted incomes to decline.</p><p>Americans remain soured on the economy after five years of elevated inflation, potentially posing a risk to President Donald Trump and Republicans in the midterm elections, which are now less than 100 days away.</p><p>Trump continues to blame inflation on his predecessor, Democrat Joe Biden. Yet inflation has risen since Trump’s inauguration last year, to 3.5% from 3% in January 2025. It jumped even further after the Iran war began Feb. 28, when it was just 2.4%.</p><p>Write-in responses to the survey, which were collected from July 1 to July 22, remained pessimistic. The Board said references to gas prices were down slightly but remained elevated. Respondents' mention of food and grocery prices increased.</p><p>Government data shows that buying food to bring home has gotten 33% more expensive since the beginning of 2019. To navigate those higher prices, Americans have turned to couponing, comparison shopping and cutting back on favorite foods as they absorb the biggest jump in grocery prices in a half-century.</p><p>Beef epitomizes out-of-control grocery prices for many Americans. The price of a pound of ground beef reached $6.82 in June — 79% more than at the beginning of 2019, according to Bureau of Labor Statistics data.</p><p>References to jobs and unemployment picked up slightly this month and views of the current job market fell. Expectations of how the labor market will be six months going forward improved slightly, but remained in negative territory.</p><p>U.S. employers slowed hiring last month and added only 57,000 jobs, less than half the previous month’s total. The unemployment rate declined to a low 4.2% from 4.3% in May, though the drop mostly occurred because many people out of work gave up looking and were no longer counted as unemployed.</p><p>The number of consumers who mentioned war and geopolitics decreased this month, but the Board suspects that recent escalation in fighting between Iran and the U.S. could cause those mentions to rise in the next survey.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TWLPP3VQMWYIEYZCNUWNOQ67DY.jpg?auth=fc89f01f5a1d493f904c507dc08f0d6dbd04d4763ae976ebd1e63d32d78aaccc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cars line up at the pumps of a Gulf Oil station on the Massachusetts Turnpike near Boston, Sunday, July 19, 2026. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMF5NCUW72S25KCRZGEQKYBVH4.jpg?auth=cf026724c38ca88b99d6959b59426675add1f5d3b9de18984a27cda518ddfa43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ada Torres holds tomatoes while shopping for produce, Thursday, July 2, 2026, in Cleveland, Texas, about 45 miles northeast of Houston. (Sandy Guatibonza/La Esquina TX via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sandy Guatibonza</media:credit></media:content></item><item><title><![CDATA[Tropical Chinese hit with 40 violations! New Dirty 30 list!]]></title><link>https://www.local10.com/food/dirty-dining/2026/07/28/tropical-chinese-hit-with-40-violations-new-dirty-30-list/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/07/28/tropical-chinese-hit-with-40-violations-new-dirty-30-list/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[This week’s Dirty 30 list proves you don’t have to be ordered shut down to raise serious concerns.]]></description><pubDate>Tue, 28 Jul 2026 13:21:58 +0000</pubDate><content:encoded><![CDATA[<p>This week’s Dirty 30 list proves you don’t have to be ordered shut down to raise serious concerns.</p><p><a href="https://www.local10.com/espanol/2026/07/28/el-restaurante-chino-tropical-acumula-40-infracciones-nueva-lista-dirty-30/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/el-restaurante-chino-tropical-acumula-40-infracciones-nueva-lista-dirty-30/">Leer en español</a></p><p>While none of these restaurants were forced to close, the sheer number of violations should be a wake-up call for both management and diners.</p><p>Topping the list was Tropical Chinese with an eye-popping 40 violations, followed by Tacology with 36 and Cacique Lunch with 32. The inspections documented everything from improper handwashing and unsafe food temperatures, to sanitation and maintenance problems. These businesses remained open, but violations at this level deserve recognition and customers deserve better.</p><p><b>**TROPICAL CHINESE</b></p><p><b>7991 BIRD ROAD</b></p><p><b>WESTCHESTER</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>INSPECTION DATE 7/24</b></p><p><b>40 VIOLATIONS FOUND</b></p><p>“Employee touched soiled surfaces, then handled food, clean equipment, or single-service items without washing hands.”</p><p>“Inspector observed multiple employees touching dirty surfaces and then handling food, clean equipment, and single-service items without washing their hands.”</p><p>“Employee drank while preparing food, then continued handling food without washing hands.” Inspector observed several employees drinking at the cook line and then continuing to handle food without washing their hands."</p><p>“Raw animal food stored over ready-to-eat food.” Inspector observed raw pork stored over wonton wrappers, raw shrimp over sliced radishes, and raw beef and raw chicken stored over cooked chicken in the walk-in cooler."</p><p>“Single-use gloves not changed after changing tasks.” Inspector observed employees changing tasks without changing gloves or washing their hands."</p><p>“Stop Sale issued for time/temperature controlled food due to temperature abuse.” Inspector observed raw steak at 55°F in a prep table. According to the operator, it had been placed there more than four hours earlier."</p><p>“Time/temperature controlled food held above 41°F.” Inspector observed raw steak at 55°F in the prep table and issued a Stop Sale. Repeat Violation"</p><p>“Food-contact surfaces soiled with food debris, mold-like substance, or slime.” Inspector observed soiled food prep areas, a dirty can opener, and shelves with grease and grime where food and single-service items were stored."</p><p>“Handwash sink used for purposes other than handwashing.” Inspector observed a container of small bowls stored inside the handwashing sink in the front kitchen. Repeat Violation"</p><p>“Incorrect chemical test kit provided.” Inspector found no test kit available to measure sanitizer concentration for the high-temperature dish machine."</p><p>“No soap provided at handwash sink.” Inspector observed no soap at the wait station handwashing sink. Repeat Violation"</p><p>“Non-pitting rust on food-contact equipment.” Inspector observed rust on dry-storage shelving, food shelves in both kitchens, ware washing shelves, and shelves holding single-service items. Repeat Violation"</p><p>“Nonfood-grade basting brush used with food.” Inspector observed a non-food-grade brush being used in an oil pan on the cook line. Repeat Violation"</p><p>“Black/green mold-like substance inside the ice machine.” Inspector observed mold-like buildup inside the ice machine in the back kitchen."</p><p>“Container without a handle used as a food scoop.” Inspector observed a bowl being used to scoop flour in the dry storage area.</p><p>“Food debris and grease buildup on equipment door handles.” Inspector observed grease and food residue on door handles of food storage containers in the back kitchen."</p><p>“Ceilings, ceiling tiles, or vents soiled.” Inspector observed grease, dust, and food debris on ceilings and vents in kitchen areas."</p><p>“Clean dishes not stored inverted or protected.” Inspector observed clean bowls and plates stored upright in the dry storage area."</p><p>“Broken or missing cove molding.” Inspector observed missing cove molding near the handwashing sink in the front kitchen.</p><p>“No covered waste receptacle in the women’s restroom.”</p><p>“Open beverage container in food preparation area.” Inspector observed an open can of Coca-Cola on a shelf at the cook line."</p><p>“Employee eating in a food preparation area.” Inspector observed cooks drinking from open containers and another employee eating a meal in the kitchen."</p><p>“Employee eating while preparing food.” Inspector observed cooks drinking from open containers and then continuing to handle food."</p><p>“Employee personal items stored in food preparation areas.” Inspector observed personal water bottles on prep counters and cell phones on food prep tables. Repeat Violation"</p><p>“Equipment in poor repair.” Inspector observed damaged door gaskets on the walk-in cooler, walk-in freezer, and an upright cooler near the dry storage area."</p><p>“Exterior doors with gaps.” Inspector observed gaps beneath three exterior doors near the walk-in cooler, ware washing area, and customer restrooms."</p><p>“Standing water on the floor.” Inspector observed standing water next to the cook line and along the wall in the front kitchen. Repeat Violation"</p><p>“Floor not cleaned properly.” Inspector observed food debris on the floor inside the walk-in cooler."</p><p>“Floors soiled with grease, food debris, and poultry blood.” Inspector observed poultry blood, grease, standing water, and food debris throughout the kitchen and dry storage areas, including beneath shelving and between equipment."</p><p>“Food stored on the floor.” Inspector observed chicken feet and dumplings stored on the walk-in cooler floor. Repeat Violation"</p><p>“Ice buildup in freezer.” Inspector observed excessive ice in the walk-in freezer and on the vents of a reach-in freezer."</p><p>“Tongs stored on equipment door handles.” Inspector observed tongs stored on oven handles. Repeat Violation"</p><p>“Utensil handles touching food.” Inspector observed utensil handles touching dry rice and flour inside storage bins."</p><p>“Utensils stored in standing water below 135°F.” Inspector observed utensils stored in standing water near the rice cookers."</p><p>“Dumpster missing drain plug.”</p><p>“No grease collection container under hood drip tray.” Inspector observed missing grease containers beneath the deep fryer and steamer hood system."</p><p>“Nonfood-contact surfaces soiled with grease and debris.” Inspector observed dirty cooler door gaskets, greasy hood filters, and rust buildup on hood filters. Repeat Violation"</p><p>“Stored food not covered.” Inspector observed frozen cooked duck uncovered inside the walk-in freezer. Repeat Violation"</p><p>“Walk-in cooler shelves rusted.” Inspector observed rust buildup on food storage shelves inside the walk-in cooler. Repeat Violation"</p><p>“Walls soiled with grease and food debris.” Inspector observed greasy walls behind the cook line and dirty walls in the dry storage area. Repeat Violation"</p><p>“Wet wiping cloths not kept clean.” Inspector observed soiled wiping cloths throughout the kitchen and cook line."</p><p><b>**CACIQUE LUNCH</b></p><p><b>112 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>INSPECTION DATE 7/23</b></p><p><b>32 VIOLATIONS FOUND</b></p><p>“Employee began working with food without first washing hands.” Inspector observed employees changing tasks and continuing to handle food inside the kitchen without washing their hands."</p><p>“Raw animal food not separated from ready-to-eat food during preparation.” Inspector observed raw chicken stored over cooked ground beef."</p><p>“Raw animal food stored over ready-to-eat food.” Inspector observed raw chicken stored over raw meat in a reach-in cooler next to the office."</p><p>“Roach activity present as evidenced by live roaches.” Inspector observed one live small cockroach crawling across the kitchen floor before retreating underneath a reach-in cooler."</p><p>“Roach excrement and/or droppings present.” Inspector observed about 20 roach droppings beneath shelving in the second-floor dry storage area and about 15 more next to the water heater."</p><p>“Stop Sale issued on time/temperature controlled foods due to temperature abuse.” Stop Sale was issued for cooked ground beef (47°F), flan (47°F), and cooked pork (57°F) that, according to the chef, had been stored in the cooler since previous days."</p><p>“Time/temperature controlled foods held above 41°F.” Inspector found numerous foods at unsafe temperatures, including raw chicken (67°F), raw beef (52°F &amp; 57°F), cooked ground beef (47°F), cooked chicken (102°F), flan (47°F), salsa (57°F), lettuce (62°F), tomatoes (57°F), diced ham (87°F), cooked sausage (67°F), and cooked pork (57°F)."</p><p>“Hot-held foods held below 135°F.” Inspector found white rice at 123°F and chicken stock at 122°F."</p><p>“Vacuum breaker missing at mop sink faucet. Repeat Violation.”</p><p>“Employee with artificial nails handled exposed food or clean utensils without gloves.” Inspector observed an employee with long fingernails handling clean equipment and single-service items in the front lobby."</p><p>“Food-contact surfaces soiled with food debris, mold-like substance or slime.” Inspector observed soiled cutting boards throughout the cook line."</p><p>“Employee training records incomplete.” Required employee training records were missing the instructor’s name and signature."</p><p>“Ready-to-eat foods held more than 24 hours not properly date marked.” Inspector observed cooked ground beef that was prepared on July 22 without a date mark."</p><p>“Food debris and residue on microwave and cooler door handles.”</p><p>“Ceilings not smooth, nonabsorbent or easily cleanable. Repeat Violation.”</p><p>“Ceiling in disrepair.”</p><p>“Ceiling tiles and vents soiled with grease, dust and debris.”</p><p>“Cold-holding equipment not maintained in good repair.” Inspector found a reach-in cooler operating at an ambient temperature of 57°F."</p><p>“Dead roaches on the premises.” Inspector observed one dead cockroach near the mop sink, one near the water heater, six dead roaches in first-floor dry storage, five large dead roaches beneath second-floor storage tables, and three dead roaches on shelving next to flour bins."</p><p>“Equipment and utensils not washed, rinsed and sanitized in the correct order.”</p><p>“Equipment in poor repair.” Inspector observed rusted prep tables, a prep table supported by a paint can, broken freezer lids, a non-operational reach-in cooler, and a cooler door missing its handle."</p><p>“Gap under exterior door.”</p><p>“Missing cove molding throughout kitchen and dry storage.”</p><p>“Walls damaged with holes and gaps.” Inspector observed holes under the three-compartment sink and extensive gaps around equipment, the water heater, mop sink, and dry storage areas."</p><p>“Light shields damaged or missing. Repeat Violation.”</p><p>“No handwashing sign at hand sink.”</p><p>“Nonfood-contact surfaces soiled with grease and debris. Repeat Violation.”</p><p>“Lime scale buildup inside dish machine.”</p><p>“Cutting boards excessively worn and no longer cleanable.”</p><p>“Reach-in cooler shelves soiled.”</p><p>“Unsealed concrete floors in food preparation and storage areas.”</p><p>“Wet wiping cloths not stored in sanitizer between uses.”</p><p><b>**TACOLOGY</b></p><p><b>700 SOUTH MIAMI AVE.</b></p><p><b>BRICKELL</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>INSPECTION DATE 7/21</b></p><p><b>36 VIOLATIONS FOUND</b></p><p>“Cooked pork not cooked to a minimum internal temperature of 145°F.” Inspector observed cooked pork at 117°F on the front cook line and discussed proper cooking temperatures with employees."</p><p>“Employee began handling food without first washing hands. Inspector observed one employee begin cutting limes without washing hands at the ceviche station and another employee begin scooping ice without washing hands at the front mini bar.”</p><p>“Employee switched from handling raw food to ready-to-eat food without washing hands.” Inspector observed an employee handling raw shrimp and then touching shredded cheese and a clean plate without washing hands. The employee washed hands after being coached."</p><p>“Live, small flying insects present.” Inspector observed three small flying insects in the dry storage area and two small flying insects in the bar area near the ‘Margaritas and Micheladas’ sign."</p><p>“Scent spray stored next to clean glassware.” Inspector observed a scent spray next to clean glassware in the bar area. The bartender removed it."</p><p>“Raw animal food stored over ready-to-eat food.” Inspector observed raw beef stored over cheese inside a reach-in cooler across from the cook line."</p><p>“Stop Sale issued for food not in a wholesome condition.” Inspector observed rice pudding in the walk-in cooler with a date exceeding the seven-day limit."</p><p>“Stop Sale issued for time/temperature controlled foods due to temperature abuse.” Inspector observed cooked chicken (49°F), rice (48°F), flan (55°F), and arroz con leche (59°F) that had been held in the units since previous days."</p><p>“Time/temperature controlled foods held above 41°F.” Inspector observed numerous foods at unsafe temperatures, including lettuce (68°F), pico de gallo (55°F), raw shrimp (43°F), raw beef (43°F &amp; 56°F), raw chicken (42°F), cooked chicken (43°F &amp; 49°F), cooked ground beef (69°F), flan (55°F), and arroz con leche (59°F). Employees added ice and took corrective action."</p><p>“Hot-held foods held below 135°F.” Inspector observed short ribs at 119°F, skirt steak at 117°F, and cooked chicken at 132°F. Employees began reheating the food."</p><p>“Food-contact surfaces soiled with food debris, mold-like substance, or slime.” Inspector observed heavily scarred cutting boards in use on the cook line, cutting boards stored against the wall that needed to be washed and sanitized, and clean plastic containers in dry storage requiring sanitizing before use."</p><p>“No paper towels at handwash sinks.” Inspector observed missing paper towels at all three bar handwashing sinks and the lobby prep area."</p><p>“No soap at handwash sinks.” Inspector observed missing soap at all three bar handwashing sinks and the lobby prep area."</p><p>“Cook-chill process conducted without an approved HACCP plan.” Inspector observed reduced-oxygen packaged cooked beef in the walk-in cooler that had been packaged more than 48 hours earlier."</p><p>“Spray bottle containing toxic substance not labeled.” Inspector observed an unlabeled spray bottle containing Windex, according to the operator."</p><p>“Ceiling tile missing.” Inspector observed missing ceiling tiles above the ice machine. A ceiling vent was also missing, and the detached vent was sitting on top of prep tables."</p><p>“Ceiling tiles and vents soiled with dust and food debris.” Inspector observed dirty ceiling tiles in the kitchen and beverage storage room. Repeat Violation"</p><p>“Clean equipment stored less than six inches off the floor.” Inspector observed multiple clean pots stored on the floor beneath an oven. Repeat Violation"</p><p>“Cold-holding equipment not maintained in good repair.”</p><p>“Employee food not properly separated from food served to the public.” Inspector observed employee food stored inside a reach-in cooler at the front mini bar."</p><p>“Employee personal items stored in food preparation area.” Inspector observed a cell phone on top of a prep table next to the ice machine."</p><p>“Equipment in poor repair.” Inspector observed a torn gasket on a reach-in cooler across from the cook line."</p><p>“Standing water on the floor.” Inspector observed standing water at the cook line, beverage storage room, food dry storage room, and dishwashing area."</p><p>“Food stored on the floor.” Inspector observed a three-gallon container of cooking oil stored on the floor next to the cook line."</p><p>“Walls damaged with holes and gaps.” Inspector observed gaps around pipes near the three-compartment sink and damage beneath prep tables in the bar area."</p><p>“Ice scoop handle touching ice.” Inspector observed the scoop handle in contact with ice."</p><p>“Limescale buildup inside the dishwasher.”</p><p>“Nonfood-contact surfaces soiled with grease and debris.” Inspector observed dirty cooler door gaskets and grease and soil buildup between equipment throughout the kitchen and bar areas."</p><p>“Ice buildup in reach-in freezer.” Inspector observed ice accumulation in the bar-area reach-in freezer."</p><p>“No ambient air thermometer in reach-in cooler.” Inspector observed no thermometer in the reach-in cooler at the bar."</p><p>“Reach-in cooler shelves rusted.” Inspector observed rusted shelves in coolers across from the cook line, next to the ice machine, and in the bar area."</p><p>“Equipment and utensils washed, rinsed, and sanitized in the wrong order.” Inspector coached employees on the correct three-compartment sink procedure."</p><p>“Cutting boards excessively worn and no longer cleanable.” Inspector observed multiple cutting boards with deep cut marks at the cook line and storage area."</p><p>“Spatula improperly stored.” Inspector observed a spatula stored between the wall and the three-compartment sink."</p><p>“Standing water inside reach-in cooler.” Inspector observed standing water inside coolers next to the ice machine and in the lobby bar area."</p><p>“Time/temperature controlled food thawed improperly.” Inspector observed frozen black beans and raw chicken thawing in standing cold water. Employees were coached on proper thawing procedures."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZASKJFNPOZHY5OMSKYZCDQCEQI.png?auth=1f7bd88d0619ceb00686bf7435a1109f04529303a0871cfa7b597d4239c80d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[El restaurante chino Tropical acumula 40 infracciones, nueva lista Dirty 30]]></title><link>https://www.local10.com/espanol/2026/07/28/el-restaurante-chino-tropical-acumula-40-infracciones-nueva-lista-dirty-30/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/el-restaurante-chino-tropical-acumula-40-infracciones-nueva-lista-dirty-30/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[La lista Dirty 30 de esta semana muestra la gran cantidad de violaciones detectadas que debieran ser una llamada de atención tanto para la administración como para los clientes.]]></description><pubDate>Tue, 28 Jul 2026 13:56:19 +0000</pubDate><content:encoded><![CDATA[<p>La lista Dirty 30 de esta semana demuestra que un restaurante no tiene que ser obligado a cerrar para generar serias preocupaciones.</p><p>Aunque ninguno de estos restaurantes fue obligado a cerrar, la gran cantidad de violaciones detectadas debería ser una llamada de atención tanto para la administración como para los clientes.</p><p>Encabezando la lista está Tropical Chinese con 40 violaciones, seguido por Tacology con 36 y Cacique Lunch con 32. Las inspecciones documentaron desde prácticas inadecuadas de lavado de manos y temperaturas inseguras para los alimentos, hasta problemas de saneamiento y mantenimiento. Estos negocios permanecieron abiertos, pero un nivel de violaciones como este merece atención y los clientes merecen algo mejor.</p><p><b>*TROPICAL CHINESE</b></p><p><b>7991 BIRD ROAD</b></p><p><b>WESTCHESTER</b></p><p><b>INSPECCIÓN BASADA EN UNA QUEJA</b></p><p><b>FECHA DE INSPECCIÓN: 24 DE JULIO</b></p><p><b>40 VIOLACIONES ENCONTRADAS</b></p><p>“Un empleado tocó superficies sucias y luego manipuló alimentos, equipos limpios o artículos de un solo uso sin lavarse las manos.”</p><p>“El inspector observó a varios empleados tocar superficies sucias y luego manipular alimentos, equipos limpios y artículos de un solo uso sin lavarse las manos.”</p><p>“Un empleado bebió mientras preparaba alimentos y luego continuó manipulándolos sin lavarse las manos”. El inspector observó a varios empleados bebiendo en la línea de cocina y luego continuando con la manipulación de alimentos sin lavarse las manos.</p><p>“Alimentos crudos de origen animal almacenados sobre alimentos listos para consumir”. El inspector observó carne de cerdo cruda almacenada sobre envolturas para wonton, camarones crudos sobre rábanos en rodajas y carne de res y pollo crudos almacenados sobre pollo cocido dentro del refrigerador.</p><p>“Guantes de un solo uso no fueron cambiados al cambiar de tarea”. El inspector observó a empleados cambiar de tarea sin cambiarse los guantes ni lavarse las manos.</p><p>“Se emitió una orden de Stop Sale para alimentos con control de tiempo y temperatura debido a abuso de temperatura”. El inspector observó carne de res cruda a 55 °F en una mesa de preparación. Según el operador, había sido colocada allí más de cuatro horas antes.</p><p>“Alimentos con control de tiempo y temperatura mantenidos por encima de 41 °F“. El inspector observó carne de res cruda a 55 °F en la mesa de preparación y emitió una orden de Stop Sale. Violación reiterada.</p><p>“Superficies en contacto con alimentos sucias con residuos de comida, sustancia similar a moho o baba”. El inspector observó áreas de preparación sucias, un abrelatas sucio y estantes con grasa y suciedad donde se almacenaban alimentos y artículos de un solo uso.</p><p>“Lavamanos utilizado para fines distintos al lavado de manos”. El inspector observó un recipiente con tazones pequeños almacenado dentro del lavamanos de la cocina delantera. Violación reiterada.</p><p>“Se proporcionó un kit incorrecto para analizar productos químicos”. El inspector encontró que no había un kit para medir la concentración del desinfectante de la máquina lavavajillas de alta temperatura.</p><p>“No había jabón en el lavamanos”. El inspector observó que faltaba jabón en el lavamanos de la estación de servicio. Violación reiterada.</p><p>“Óxido sin perforaciones en equipos en contacto con alimentos”. El inspector observó óxido en estanterías del área de almacenamiento seco, estantes de alimentos en ambas cocinas, estantes del área de lavado y estantes para artículos de un solo uso. Violación reiterada.</p><p>“Se utilizó una brocha que no es de grado alimenticio para manipular alimentos”. El inspector observó una brocha no apta para alimentos siendo utilizada en un recipiente con aceite en la línea de cocina. Violación reiterada.</p><p>“Sustancia negra o verde similar a moho dentro de la máquina de hielo”. El inspector observó acumulación similar a moho dentro de la máquina de hielo de la cocina trasera.</p><p>“Se utilizó un recipiente sin asa para servir alimentos”. El inspector observó un tazón utilizado para sacar harina en el área de almacenamiento seco.</p><p>“Residuos de comida y acumulación de grasa en las manijas de las puertas de los equipos”. El inspector observó grasa y residuos de alimentos en las manijas de los recipientes de almacenamiento de alimentos en la cocina trasera.</p><p>“Techos, plafones o conductos de ventilación sucios”. El inspector observó grasa, polvo y residuos de alimentos en techos y ventilaciones de las áreas de cocina.</p><p>“Platos limpios no almacenados boca abajo ni protegidos”. El inspector observó tazones y platos limpios almacenados boca arriba en el área de almacenamiento seco.</p><p>“Moldura sanitaria rota o faltante”. El inspector observó que faltaba moldura sanitaria cerca del lavamanos en la cocina delantera.</p><p>“No había un recipiente de basura con tapa en el baño de mujeres.”</p><p>“Recipiente de bebida abierto en el área de preparación de alimentos”. El inspector observó una lata abierta de Coca-Cola en un estante de la línea de cocina.</p><p>“Empleado comiendo en un área de preparación de alimentos”. El inspector observó cocineros bebiendo de recipientes abiertos y a otro empleado comiendo dentro de la cocina.</p><p>“Empleado comiendo mientras preparaba alimentos”. El inspector observó cocineros bebiendo de recipientes abiertos y luego continuar manipulando alimentos.</p><p>“Objetos personales de empleados almacenados en áreas de preparación de alimentos”. El inspector observó botellas de agua personales sobre las mesas de preparación y teléfonos celulares sobre mesas donde se preparaban alimentos. Violación reiterada.</p><p>“Equipos en mal estado”. El inspector observó empaques dañados en las puertas del refrigerador, del congelador y de un refrigerador vertical cerca del área de almacenamiento seco.</p><p>“Puertas exteriores con aberturas”. El inspector observó espacios debajo de tres puertas exteriores cerca del refrigerador, el área de lavado y los baños para clientes.</p><p>“Agua estancada en el piso”. El inspector observó agua acumulada junto a la línea de cocina y a lo largo de una pared en la cocina delantera. Violación reiterada.</p><p>“Piso sin limpieza adecuada”. El inspector observó residuos de alimentos en el piso dentro del refrigerador.</p><p>“Pisos sucios con grasa, residuos de alimentos y sangre de aves”. El inspector observó sangre de aves, grasa, agua estancada y residuos de alimentos en toda la cocina y el área de almacenamiento seco, incluso debajo de estantes y entre los equipos.</p><p>“Alimentos almacenados en el piso”. El inspector observó patas de pollo y dumplings almacenados sobre el piso del refrigerador. Violación reiterada.</p><p>“Acumulación de hielo en el congelador”. El inspector observó exceso de hielo en el congelador y en las rejillas de ventilación de un congelador vertical.</p><p>“Pinzas almacenadas sobre las manijas de los equipos”. El inspector observó pinzas colocadas sobre las manijas del horno. Violación reiterada.</p><p>“Los mangos de los utensilios tocaban los alimentos”. El inspector observó mangos de utensilios en contacto con arroz y harina almacenados en recipientes.</p><p>“Utensilios almacenados en agua estancada por debajo de 135 °F“. El inspector observó utensilios almacenados en agua estancada cerca de las arroceras.</p><p>“El contenedor de basura carecía del tapón de drenaje.”</p><p>“No había recipiente para recolectar grasa debajo de la bandeja de goteo de la campana”. El inspector observó la ausencia de recipientes para grasa debajo de la freidora y del sistema de campana del vaporizador.</p><p>“Superficies que no están en contacto con alimentos sucias con grasa y residuos”. El inspector observó empaques sucios en puertas de refrigeradores, filtros de campanas con grasa y acumulación de óxido en los filtros. Violación reiterada.</p><p>“Alimentos almacenados sin cubrir”. El inspector observó pato cocido congelado sin cubrir dentro del congelador. Violación reiterada.</p><p>“Estantes del refrigerador con óxido”. El inspector observó acumulación de óxido en los estantes para almacenamiento de alimentos dentro del refrigerador. Violación reiterada.</p><p>“Paredes sucias con grasa y residuos de alimentos”. El inspector observó paredes con grasa detrás de la línea de cocina y paredes sucias en el área de almacenamiento seco. Violación reiterada.</p><p>“Paños húmedos de limpieza no se mantenían limpios”. El inspector observó paños de limpieza sucios en toda la cocina y la línea de cocina.</p><p><b>*CACIQUE LUNCH</b></p><p><b>112 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>FECHA DE INSPECCIÓN: 23 DE JULIO</b></p><p><b>32 VIOLACIONES ENCONTRADAS</b></p><p>“Un empleado comenzó a trabajar con alimentos sin lavarse primero las manos”. El inspector observó a empleados cambiar de tarea y continuar manipulando alimentos dentro de la cocina sin lavarse las manos.</p><p>“Alimentos crudos de origen animal no separados de alimentos listos para consumir durante la preparación”. El inspector observó pollo crudo almacenado sobre carne molida cocida.</p><p>“Alimentos crudos de origen animal almacenados sobre alimentos listos para consumir”. El inspector observó pollo crudo almacenado sobre carne cruda en un refrigerador vertical junto a la oficina.</p><p>“Presencia de cucarachas, evidenciada por cucarachas vivas”. El inspector observó una cucaracha pequeña viva cruzando el piso de la cocina antes de esconderse debajo de un refrigerador vertical.</p><p>“Presencia de excrementos de cucarachas”. El inspector observó aproximadamente 20 excrementos de cucaracha debajo de estanterías en el área de almacenamiento seco del segundo piso y unos 15 más junto al calentador de agua.</p><p>“Se emitió una orden de Stop Sale para alimentos con control de tiempo y temperatura debido a abuso de temperatura”. Se emitió una orden de Stop Sale para carne molida cocida (47 °F), flan (47 °F) y carne de cerdo cocida (57 °F) que, según el chef, habían permanecido almacenados en el refrigerador desde días anteriores.</p><p>“Alimentos con control de tiempo y temperatura mantenidos por encima de 41 °F“. El inspector encontró numerosos alimentos a temperaturas inseguras, incluidos pollo crudo (67 °F), carne de res cruda (52 °F y 57 °F), carne molida cocida (47 °F), pollo cocido (102 °F), flan (47 °F), salsa (57 °F), lechuga (62 °F), tomates (57 °F), jamón en cubos (87 °F), salchicha cocida (67 °F) y carne de cerdo cocida (57 °F).</p><p>“Alimentos calientes mantenidos por debajo de 135 °F“. El inspector encontró arroz blanco a 123 °F y caldo de pollo a 122 °F.</p><p>“Falta el dispositivo rompevacío en el grifo del fregadero para trapeadores”. Violación reiterada.</p><p>“Empleado con uñas artificiales manipuló alimentos expuestos o utensilios limpios sin usar guantes”. El inspector observó a un empleado con uñas largas manipulando equipos limpios y artículos de un solo uso en el área del vestíbulo.</p><p>“Superficies en contacto con alimentos sucias con residuos de comida, sustancia similar a moho o baba”. El inspector observó tablas para cortar sucias en toda la línea de cocina.</p><p>“Registros de capacitación de empleados incompletos”. Los registros obligatorios carecían del nombre y la firma del instructor.</p><p>“Alimentos listos para consumir almacenados por más de 24 horas sin el marcado correcto de la fecha”. El inspector observó carne molida cocida preparada el 22 de julio sin fecha de identificación.</p><p>“Residuos de alimentos en las manijas del microondas y de las puertas de los refrigeradores.”</p><p>“Los techos no son lisos, no absorbentes o de fácil limpieza”. Violación reiterada.</p><p>“Techo en mal estado.”</p><p>“Plafones y conductos de ventilación sucios con grasa, polvo y residuos.”</p><p>“Equipo de refrigeración en mal estado”. El inspector encontró un refrigerador vertical funcionando a una temperatura ambiente de 57 °F.</p><p>“Presencia de cucarachas muertas en el establecimiento”. El inspector observó una cucaracha muerta cerca del fregadero para trapeadores, otra junto al calentador de agua, seis cucarachas muertas en el área de almacenamiento seco del primer piso, cinco cucarachas grandes muertas debajo de las mesas de almacenamiento del segundo piso y tres cucarachas muertas en estanterías junto a recipientes de harina.</p><p>“Equipos y utensilios no fueron lavados, enjuagados y desinfectados en el orden correcto.”</p><p>“Equipos en mal estado”. El inspector observó mesas de preparación oxidadas, una mesa de preparación sostenida por una lata de pintura, tapas de congeladores rotas, un refrigerador vertical fuera de servicio y la puerta de un refrigerador sin manija.</p><p>“Abertura debajo de la puerta exterior.”</p><p>“Falta moldura sanitaria en toda la cocina y el área de almacenamiento seco.”</p><p>“Paredes dañadas con agujeros y aberturas”. El inspector observó agujeros debajo del fregadero de tres compartimentos y amplias aberturas alrededor de los equipos, el calentador de agua, el fregadero para trapeadores y las áreas de almacenamiento seco.</p><p>“Protectores de luces dañados o faltantes”. Violación reiterada.</p><p>“No había letrero de lavado de manos en el lavamanos.”</p><p>“Superficies que no están en contacto con alimentos sucias con grasa y residuos”. Violación reiterada.</p><p>“Acumulación de sarro dentro de la máquina lavavajillas.”</p><p>“Tablas para cortar excesivamente desgastadas y que ya no pueden limpiarse adecuadamente.”</p><p>“Estantes del refrigerador vertical sucios.”</p><p>“Pisos de concreto sin sellar en las áreas de preparación y almacenamiento de alimentos.”</p><p>“Paños húmedos de limpieza no se almacenaban en desinfectante entre usos.”</p><p><b>*TACOLOGY</b></p><p><b>700 SOUTH MIAMI AVE.</b></p><p><b>BRICKELL</b></p><p><b>INSPECCIÓN BASADA EN UNA QUEJA</b></p><p><b>FECHA DE INSPECCIÓN: 21 DE JULIO</b></p><p><b>36 VIOLACIONES ENCONTRADAS</b></p><p>“La carne de cerdo cocida no alcanzó una temperatura interna mínima de 145 °F“. El inspector observó carne de cerdo cocida a 117 °F en la línea de cocina delantera y habló con los empleados sobre las temperaturas adecuadas de cocción.</p><p>“Un empleado comenzó a manipular alimentos sin lavarse primero las manos”. El inspector observó a un empleado comenzar a cortar limones sin lavarse las manos en la estación de ceviche y a otro comenzar a servir hielo sin lavarse las manos en el mini bar delantero.</p><p>“Un empleado pasó de manipular alimentos crudos a alimentos listos para consumir sin lavarse las manos”. El inspector observó a un empleado manipular camarones crudos y luego tocar queso rallado y un plato limpio sin lavarse las manos. El empleado se lavó las manos después de recibir instrucciones.</p><p>“Presencia de insectos voladores pequeños vivos”. El inspector observó tres insectos voladores pequeños en el área de almacenamiento seco y dos en el área del bar cerca del letrero de “Margaritas and Micheladas”.</p><p>“Ambientador almacenado junto a vasos limpios”. El inspector observó un ambientador junto a cristalería limpia en el área del bar. El cantinero lo retiró.</p><p>“Alimentos crudos de origen animal almacenados sobre alimentos listos para consumir”. El inspector observó carne de res cruda almacenada sobre queso dentro de un refrigerador vertical frente a la línea de cocina.</p><p>“Se emitió una orden de Stop Sale para alimentos que no estaban en condiciones aptas para el consumo”. El inspector observó arroz con leche dentro del refrigerador con una fecha que excedía el límite permitido de siete días.</p><p>“Se emitió una orden de Stop Sale para alimentos con control de tiempo y temperatura debido a abuso de temperatura”. El inspector observó pollo cocido (49 °F), arroz (48 °F), flan (55 °F) y arroz con leche (59 °F) que habían permanecido almacenados en las unidades desde días anteriores.</p><p>“Alimentos con control de tiempo y temperatura mantenidos por encima de 41 °F“. El inspector observó numerosos alimentos a temperaturas inseguras, entre ellos lechuga (68 °F), pico de gallo (55 °F), camarones crudos (43 °F), carne de res cruda (43 °F y 56 °F), pollo crudo (42 °F), pollo cocido (43 °F y 49 °F), carne molida cocida (69 °F), flan (55 °F) y arroz con leche (59 °F). Los empleados agregaron hielo y tomaron medidas correctivas.</p><p>“Alimentos calientes mantenidos por debajo de 135 °F“. El inspector observó costillas de res a 119 °F, arrachera a 117 °F y pollo cocido a 132 °F. Los empleados comenzaron a recalentar los alimentos.</p><p>“Superficies en contacto con alimentos sucias con residuos de comida, sustancia similar a moho o baba”. El inspector observó tablas para cortar muy desgastadas en uso en la línea de cocina, tablas almacenadas contra la pared que necesitaban ser lavadas y desinfectadas, y recipientes plásticos limpios en el área de almacenamiento seco que requerían desinfección antes de su uso.</p><p>“No había toallas de papel en los lavamanos”. El inspector observó que faltaban toallas de papel en los tres lavamanos del bar y en el área de preparación del vestíbulo.</p><p>“No había jabón en los lavamanos”. El inspector observó que faltaba jabón en los tres lavamanos del bar y en el área de preparación del vestíbulo.</p><p>“Se realizó un proceso de cocción y enfriamiento sin un plan HACCP aprobado”. El inspector observó carne de res cocida empacada con reducción de oxígeno dentro del refrigerador que había sido empacada más de 48 horas antes.</p><p>“Botella con sustancia tóxica sin etiqueta”. El inspector observó una botella rociadora sin identificar que, según el operador, contenía Windex.</p><p>“Faltaba una placa del techo”. El inspector observó plafones faltantes sobre la máquina de hielo. También faltaba una rejilla de ventilación del techo y la pieza desprendida estaba colocada sobre mesas de preparación.</p><p>“Plafones y conductos de ventilación sucios con polvo y residuos de alimentos”. El inspector observó plafones sucios en la cocina y en el cuarto de almacenamiento de bebidas. Violación reiterada.</p><p>“Equipos limpios almacenados a menos de seis pulgadas del piso”. El inspector observó varias ollas limpias almacenadas en el piso debajo de un horno. Violación reiterada.</p><p>“Equipo de refrigeración en mal estado.”</p><p>“Alimentos de empleados no separados adecuadamente de los alimentos destinados al público”. El inspector observó alimentos de empleados almacenados dentro de un refrigerador vertical en el mini bar delantero.</p><p>“Objetos personales de empleados almacenados en el área de preparación de alimentos”. El inspector observó un teléfono celular sobre una mesa de preparación junto a la máquina de hielo.</p><p>“Equipos en mal estado”. El inspector observó un empaque roto en la puerta de un refrigerador vertical frente a la línea de cocina.</p><p>“Agua estancada en el piso”. El inspector observó agua acumulada en la línea de cocina, el cuarto de almacenamiento de bebidas, el área de almacenamiento seco y el área de lavado de utensilios.</p><p>“Alimentos almacenados en el piso”. El inspector observó un recipiente de tres galones con aceite para cocinar almacenado directamente sobre el piso junto a la línea de cocina.</p><p>“Paredes dañadas con agujeros y aberturas”. El inspector observó espacios alrededor de tuberías cerca del fregadero de tres compartimentos y daños debajo de las mesas de preparación en el área del bar.</p><p>“El mango de la pala para hielo estaba en contacto con el hielo”. El inspector observó el mango de la pala tocando el hielo.</p><p>“Acumulación de sarro dentro de la máquina lavavajillas.”</p><p>“Superficies que no están en contacto con alimentos sucias con grasa y residuos”. El inspector observó empaques sucios en las puertas de los refrigeradores y acumulación de grasa y suciedad entre los equipos en toda la cocina y el área del bar.</p><p>“Acumulación de hielo en un congelador vertical”. El inspector observó acumulación de hielo en el congelador vertical del área del bar.</p><p>“No había termómetro de temperatura ambiente en el refrigerador vertical”. El inspector observó que el refrigerador del bar no tenía termómetro.</p><p>“Estantes del refrigerador vertical oxidados”. El inspector observó estantes oxidados en los refrigeradores frente a la línea de cocina, junto a la máquina de hielo y en el área del bar.</p><p>“Equipos y utensilios fueron lavados, enjuagados y desinfectados en el orden incorrecto”. El inspector instruyó a los empleados sobre el procedimiento correcto para el fregadero de tres compartimentos.</p><p>“Tablas para cortar excesivamente desgastadas y que ya no pueden limpiarse adecuadamente”. El inspector observó varias tablas para cortar con marcas profundas de cuchillo en la línea de cocina y el área de almacenamiento.</p><p>“Espátula almacenada de forma inadecuada”. El inspector observó una espátula colocada entre la pared y el fregadero de tres compartimentos.</p><p>“Agua estancada dentro de un refrigerador vertical”. El inspector observó agua acumulada dentro de los refrigeradores junto a la máquina de hielo y en el área del bar del vestíbulo.</p><p>“Alimentos con control de tiempo y temperatura descongelados de forma inadecuada”. El inspector observó frijoles negros congelados y pollo crudo descongelándose en agua fría estancada. Los empleados recibieron instrucciones sobre los procedimientos adecuados de descongelación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZASKJFNPOZHY5OMSKYZCDQCEQI.png?auth=1f7bd88d0619ceb00686bf7435a1109f04529303a0871cfa7b597d4239c80d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Uganda declares itself free of Ebola as Congo continues to struggle with it]]></title><link>https://www.local10.com/health/2026/07/28/uganda-declares-itself-free-of-ebola-as-congo-continues-to-struggle-with-it/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/28/uganda-declares-itself-free-of-ebola-as-congo-continues-to-struggle-with-it/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description><![CDATA[KAMPALA, Uganda (AP) — Authorities in Uganda declared the East Africa nation free of Ebola on Tuesday following the discharge of the country's last patient in mid-June, a delicate milestone as the virus continues to plague neighboring Congo.]]></description><pubDate>Tue, 28 Jul 2026 18:08:26 +0000</pubDate><content:encoded><![CDATA[<p>KAMPALA, Uganda (AP) — Authorities in Uganda declared the East Africa nation free of Ebola on Tuesday following the discharge of the country's last patient in mid-June, a delicate milestone as the virus continues to plague neighboring Congo.</p><p>Uganda has maintained since the outset that its cases were linked to the larger outbreak in eastern Congo’s remote province of Ituri, which borders Uganda. The first cases in Uganda were Congolese who crossed the border to seek treatment for an unknown illness before it was known they had Ebola, health authorities have said.</p><p>After what health officials believe was weeks of transmission, Congo announced its outbreak on May 15, the same day that Uganda confirmed two Ebola cases — including a man who had already died.</p><p>While a total of 20 cases were reported in Uganda, health authorities say there is currently no indication of further spread within the country.</p><p>The last patient was released June 16, and Ugandan authorities have waited the World Health Organization-recommended 42 days – or two incubation cycles for Ebola – to declare the country free of the disease.</p><p>"Uganda’s 2026 Ebola outbreak arose from a fully documented importation event,” unlike previous outbreaks in the country, the Ugandan Health Ministry said in a statement Tuesday.</p><p>It was now possible to declare Uganda free of Ebola after “all identified contacts were institutionally quarantined and completed the mandatory 21-day follow-up without evidence of further transmission," the statement said. “Enhanced surveillance has detected no unexplained community transmission."</p><p>The Bundibugyo type of Ebola virus responsible for the outbreak has no approved vaccine or treatment. The region’s outbreak has been declared a global health emergency.</p><p>Ugandan health authorities have experience in acting quickly to address Ebola outbreaks. After the confirmation of Ebola cases in Uganda in May, the president urged Ugandans to “ stop shaking hands,” and ordered the postponement of an annual religious event that attracts thousands of pilgrims — from Congo and elsewhere — who converge around a Catholic shrine just outside the Ugandan capital, Kampala, in June.</p><p>Other measures included the suspension of all public transportation and flights between Uganda and Congo, where the outbreak remains worrisome.</p><p>Confirmed cases in Congo have reached 3,262, its Health Ministry said in an overnight update. Data by Congolese health authorities showed that 1,437 patients have died, in what officials have said is the fastest Ebola outbreak on record.</p><p>The Ebola case number in Congo is likely to top the previous highest toll in the country in the next few days. That outbreak lasted two years, while this one is only 10 weeks in.</p><p>Only the 2014-2016 outbreak in West Africa, considered the worst in history, has a higher toll, with 28,000 cases and more than 11,000 deaths.</p><p>The speed of transmission in the current outbreak comes amid concerns from residents that many communities in the affected provinces are either unreachable or have been abandoned by responders in recent days over safety concerns amid attacks from angry residents and rebels.</p><p>Tracing and isolating Ebola contacts is seen as key to stopping the spread of the disease, which usually manifests as hemorrhagic fever.</p><p>A family of fruit bats is believed to be the natural hosts of the viruses that cause Ebola, according to the World Health Organization. Ebola is spread by contact with the bodily fluids of</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UGFYQJVCUPRRFW77INNF32GHFI.jpg?auth=80b1085b6829cfbf1557cc29f1e69e82c9153754104836936f0f9e754857f05c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A health worker checks an individual's temperature at a temporary health clinic at the Mpondwe border crossing linking Uganda and the Democratic Republic of the Congo, Thursday, June 4, 2026. (AP Photo/Hajarah Nalwadda, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VY2KTTZPLXOKDHZ3SEZV6QZIYE.jpg?auth=eae6f09a67d6dac078994a57d815e67b3ac8c806fb867647e564f691f1f6bcbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker, wearing protective gear, stands outside the Ebola Treatment Center at the Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PXSFUTV7POFAW6CHUQBB2TDWBA.jpg?auth=81b37bef8d5d1609227a782d296dc9a2ca4bc6472cc9f2b990824061821d5edc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing the health zones in Congo impacted by the Ebola outbreak. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[July 28: Spotty storms again today before drier weather and record heat]]></title><link>https://www.local10.com/weather/2026/07/28/july-28-spotty-storms-again-today-before-drier-weather-and-record-heat/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/28/july-28-spotty-storms-again-today-before-drier-weather-and-record-heat/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Today is a transition day into a drier pattern. We will still have some thunderstorms developing, but not as many as yesterday. ]]></description><pubDate>Tue, 28 Jul 2026 13:30:55 +0000</pubDate><content:encoded><![CDATA[<p>Today is a transition day into a drier pattern. We will still have some thunderstorms developing, but not as many as yesterday. Coverage will be at about 50%, so some of us will miss out. An isolated storm or two could be strong with strong wind gusts and frequent lightning. High temperatures will still be above average in the low to middle 90s.</p><p>We are putting the rainy season on pause again Wednesday through Friday with far fewer storms. Only an isolated storm or two is expected to develop with drier air and Saharan dust working its way in. This will allow temperatures to reach record levels in the middle 90s, especially Thursday and Friday.</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[Euro 2020 winning coach Roberto Mancini returns to rescue Italy after third straight World Cup miss]]></title><link>https://www.local10.com/sports/2026/07/28/euro-2020-winning-coach-roberto-mancini-returns-to-rescue-italy-after-third-straight-world-cup-miss/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/euro-2020-winning-coach-roberto-mancini-returns-to-rescue-italy-after-third-straight-world-cup-miss/</guid><dc:creator><![CDATA[By DANIELLA MATAR, Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — Roberto Mancini has once again been tasked with revitalizing an Italy team in crisis, almost exactly three years after he bolted on the national team.]]></description><pubDate>Tue, 28 Jul 2026 14:31:48 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — Roberto Mancini has once again been tasked with revitalizing an Italy team in crisis, almost exactly three years after he bolted on the national team.</p><p>Italian soccer federation president Giovanni Malagò announced Mancini as the new Italy coach on Tuesday, adding that Claudio Ranieri will become the new technical director after Paolo Maldini stepped down the previous day — just 16 days after being appointed.</p><p>“Time was running out … I believed the person who should become the new coach of Italy is Roberto Mancini, for a whole list of reasons,” Malagò said. “There will be a press conference tomorrow with both Claudio Ranieri and Roberto Mancini.”</p><p>The 61-year-old Mancini led the Azzurri to the European Championship title in 2021 but shockingly resigned as Italy coach in August 2023, taking over Saudi Arabia’s national team two weeks later.</p><p>“It is clear that all the necessary assessments have been made,” Malagò said when asked about Mancini's sudden departure three years ago. “I certainly took it into consideration; I am aware of his recent apologies, and obviously, everyone has made the appropriate evaluations.”</p><p>The Italian national team is in crisis after failing for a third straight time to qualify for the World Cup, prompting the resignations of FIGC president Gabriele Gravina and coach Gennaro Gattuso in April.</p><p>Mancini's first spell</p><p>Mancini’s first spell as Italy coach came immediately after the team missed out on the 2018 World Cup, having lost to Sweden in a qualifying playoff.</p><p>He revived the Azzurri by adding flair and youth to a team that won admirers all over the continent during the year-delayed Euro 2020 — beating England at Wembley Stadium in a penalty shootout for the trophy.</p><p>Between 2018 and 2021, Mancini coached Italy to a world-record 37-match unbeaten run.</p><p>However, a 1-0 semifinal playoff loss to 67th-ranked North Macedonia at home in 2022 meant that the Azzurri again missed out on the World Cup.</p><p>Mancini nevertheless kept his position before surprisingly quitting in August 2023. He left Saudi Arabia in 2024 and was most recently coach at Al-Sadd in Qatar, before departing last month.</p><p>Mancini also previously steered Inter Milan and Manchester City to league titles.</p><p>Pirlo, Guardiola and Ancelotti</p><p>The appointment comes the day after Andrea Pirlo was dropped as the leading candidate for the Italy job amid political concerns over a sponsorship deal with a Russian betting firm.</p><p>That led to the departures of Maldini and special adviser Leonardo by what Malagò stressed was “mutual consent.”</p><p>“Practically before we had even started, we were dealing with a unique situation,” Malagò added. “There was no conflict. With utmost respect, like in the best families, there was a calm discussion and a clear and serene consensus that it was best to go our separate ways.”</p><p>Pep Guardiola and Carlo Ancelotti had already turned down offers to coach the Azzurri. Former Italy coach Antonio Conte was also in contention.</p><p>Don't expect immediate miracles from Mancini</p><p>Italy next plays in September and October, when it will face Belgium, Turkey and France in the Nations League.</p><p>“The new coach will have two training sessions to prepare for the first game,” Malagò said. “And since the game against Bosnia, I don’t think we have given passports to Lamine Yamal, (Kylian) Mbappé and (Harry) Kane.</p><p>“Now we have to do the best with what we have, knowing that we are playing in a group with three teams that went to the World Cup, two of which finished in the last eight.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YULIXQ6OMGNS3ECVTRV54ZJJT4.jpg?auth=142336896b09a7c096ef36ee31ba645358b192086a40f085d98420d8e951dd9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Saudi Arabia's head coach Roberto Mancini stands for the national anthems ahead of the Asian Cup Group F soccer match between Saudi Arabia and Thailand at Education City Stadium, in Al Rayyan, Qatar, Thursday, Jan. 25, 2024. (AP Photo/Aijaz Rahi, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Aijaz Rahi</media:credit></media:content></item><item><title><![CDATA[Marlon James, Douglas Stuart and Elizabeth Strout are among Booker Prize semifinalists]]></title><link>https://www.local10.com/entertainment/2026/07/28/marlon-james-douglas-stuart-and-elizabeth-strout-are-among-booker-prize-semifinalists/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/28/marlon-james-douglas-stuart-and-elizabeth-strout-are-among-booker-prize-semifinalists/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Booker Prize winners Marlon James and Douglas Stuart are in the running again for the prestigious fiction award, alongside Dublin gangs, dystopian science fiction and the New England characters of Pulitzer Prize laureate Elizabeth Strout.]]></description><pubDate>Tue, 28 Jul 2026 13:21:46 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Booker Prize winners Marlon James and Douglas Stuart are in the running again for the prestigious fiction award, alongside Dublin gangs, dystopian science fiction and the New England characters of Pulitzer Prize laureate Elizabeth Strout.</p><p>Judges read 163 novels to come up with the 13 semifinalists announced Tuesday for the 50,000 pound ($66,000) Booker Prize, a list described by historian Mary Beard, head of the judging panel, as literary “dynamite.”</p><p>The list includes James’ “The Disappearers,” about a group of gay men in a hostile 1980s Jamaica; Stuart’s “ John of John,” a story of father-son secrets on a remote Scottish island; and Strout’s heartfelt small-town tale “The Things We Never Say.”</p><p>James won the Booker in 2015 for “A Brief History of Seven Killings” and Stuart won in 2020 for “Shuggie Bain.” Strout’s “Oh William!” was a finalist in 2022. She won the Pulitzer Prize for fiction in 2009 for “Olive Kitteridge.”</p><p>They sit alongside lesser-known names on a Booker longlist that includes authors with roots in Britain, Ireland, Jamaica, Mexico, Turkey and the United States.</p><p>Three of those on the list are debut authors: Turkish-American writer Kenan Orhan for family history story “The Renovation,” British author Rebecca Perry for Medieval-to-modern tale “May We Feed the King” and Ireland’s Djamel White for “All Them Dogs,” a thriller set in the Dublin underworld.</p><p>White, at 28, is the youngest author in the running. The oldest is 81-year-old M. John Harrison, whose postapocalyptic tale “The End of Everything” is a rare science fiction novel to make the Booker list.</p><p>The other contenders are “The Shadow of the Object” by Chloe Aridjis, “Black Bag” by Luke Kennard, “The Vivisectors” by Missouri Williams, “Switzy” by Emma Cline, “Helen of Nowhere” by Makenna Goodman and Gwendoline Riley’s “The Palm House.”</p><p>Beard said the five jurors, who include Pulp frontman Jarvis Cocker and American novelist Patricia Lockwood, tried to look beyond the idea of a typical Booker winner – “slightly serious, about to be classic.” Instead they chose novels that are “trying to expand the boundaries of how we can think about ourselves in completely different ways,”</p><p>“Sometimes they’re using humor, sometimes it’s pathos, sometimes there’s shock value,” Beard said. “They’re risk-takers. They are dynamite. They say ‘Come on, try seeing it a different way.’”</p><p>Founded in 1969, the Booker Prize has a reputation for transforming writers’ careers and is open to novels from any country published in the U.K. and Ireland. Last year’s winner was “Flesh” by Hungarian-British writer David Szalay.</p><p>The judges will announce six finalists on Sept. 22, and the winner will be revealed Nov. 9 at a ceremony in London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TBEITYED44GCNB66WQBDGML4PM.jpg?auth=5691bed3049e8fd3bfdc8b4abdd1492a31aa6dab2f4dc5ca3934c92a13a386d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marlon James poses with the award after his book 'A Brief History of Seven Killings' was named as winner of the 2015 Booker Prize 2015 for Fiction, following the award ceremony at the Guildhall in London, Tuesday, Oct. 13, 2015.(AP Photo/Alastair Grant, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64OYTSLAZZ4SU3NXFDPU4M7ICY.jpg?auth=256012a0af81e255449685fa0efe73ceb87034c29d44f6242a5ad2a13a6e1e8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Douglas Stuart poses for a portrait on Wednesday, April 29, 2026, in New York. (Photo by Andy Kropa/Invision/AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content></item><item><title><![CDATA[Keiko Fujimori asume la presidencia de Perú con el desafío de lograr estabilidad y frenar el crimen]]></title><link>https://www.local10.com/espanol/2026/07/28/keiko-fujimori-asume-la-presidencia-de-peru-con-el-desafio-de-lograr-estabilidad-y-frenar-el-crimen/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/keiko-fujimori-asume-la-presidencia-de-peru-con-el-desafio-de-lograr-estabilidad-y-frenar-el-crimen/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — La conservadora Keiko Fujimori asumió el martes la presidencia del Perú por los próximos cinco años con el desafío de alcanzar la estabilidad después de una década de crisis política y frenar la alta criminalidad.]]></description><pubDate>Tue, 28 Jul 2026 18:31:33 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — La conservadora Keiko Fujimori asumió el martes la presidencia del Perú por los próximos cinco años con el desafío de alcanzar la estabilidad después de una década de crisis política y frenar la alta criminalidad.</p><p>Fujimori juró ante el Congreso e indicó que defenderá la soberanía nacional, la libertad, la democracia y la independencia de poderes.</p><p>La conservadora, de 51 años, añadió que cumplirá y hará cumplir la Constitución, que respetará las leyes y velará por la integridad física y moral de todos los peruanos, “en especial de los que han sido históricamente postergados”.</p><p>Luego se colocó la banda presidencial de colores rojo y blanco elaborada con una tela brillante e hilos bañados en oro.</p><p>La hija del exmandatario Alberto Fujimori (1990-2000) —fallecido en 2024 y quien estuvo 16 años preso por corrupción y asesinato— retorna más de un cuarto de siglo después al palacio presidencial donde vivió y fue primera dama tras el divorcio de sus progenitores en 1994 tras imponerse en junio en un reñido balotaje al progresista Roberto Sánchez en su cuarto intento por alcanzar el poder.</p><p>A pesar de la larga inestabilidad política que antecedió a su triunfo —con ocho presidentes en la última década— la conservadora, de 51 años, encontrará a un país con una economía estable y en crecimiento favorecida por las expertaciones de minerales.</p><p>Su principal reto será el combate a la delincuencia organizada, en particular las extorsiones que se han expandido por casi todo Perú, donde las denuncias por ese delito pasaron de 2.421 en 2019 a 26.734 en 2025, según datos oficiales.</p><p>Las extorsiones golpean la economía de miles de pequeños negocios que son amenazados con ataques con explosivos o incendios y que han cobrando la vida de 239 transportistas en 2025, sobre todo de mototaxistas que operan en las zonas más pobres.</p><p>La oposición política ha formulado una serie de pedidos a Fujimori, incluida la derogación de un conjunto de leyes aprobadas por el anterior Parlamento dirigido por el fujimorismo que, según los expertos, debilitan la lucha contra el crimen organizado.</p><p>Esas normas eliminan la detención preventiva en casos sin flagrancia, impiden procesar a partidos políticos como grupos criminales, elevan los requisitos para confiscar bienes a grupos delictivos y dificultan la colaboración eficaz y los allanamientos.</p><p>La líder conservadora prometió en campaña que enfrentará el crimen con “mano dura” siguiendo el modelo del presidente salvadoreño Nayib Bukele. También ha dicho que construirá una cárcel similar a la salvadoreña Centro de Confinamiento del Terrorismo e implantará jueces con el rostro cubierto como ocurrió durante el gobierno de su padre.</p><p>Los opositores le han solicitado, además, una comisión para investigar las muertes de 50 civiles a manos de la fuerza pública durante las manifestaciones de 2022 y 2023 que exigían nuevas elecciones y que surgieron tras la destitución del entonces presidente Pedro Castillo (2021-2022).</p><p>Los familiares de los fallecidos en las protestas no reconocen a Fujimori como presidenta y protestaron antes de su toma de posesión. Milagros Samillán, hermana de uno de los 50 civiles asesinados, indicó a la prensa que consideran a Fujimori responsable de blindar a la entonces mandataria Dina Boluarte, la sucesora de Castillo. También la señalan como la "hija de un dictador” que violó derechos humanos.</p><p>Los familiares lavaron banderas rojiblancas de Perú. “La justicia está lejos de nosotros, hoy lavamos la bandera en memoria de esos mártires”, dijo Samillán, hermana de Marco Samillán, un estudiante de Medicina asesinado en 2023 por la fuerza pública cuando socorría a manifestantes heridos.</p><p>Agregó que “Keiko Fujimori no nos representa, no es nuestra presidenta, lavamos la bandera que debería estar limpia, pero sigue mandacha de sangre, injusticia, corrupción e impunidad”.</p><p>Castillo fue condenado a 11 años de cárcel por conspiración para una rebelión y un sector de la oposición pide que Fujimori libere al expresidente.</p><p>Fujimori no se ha referido a ninguno de los pedidos, aunque dijo a mediados de julio que cree “profundamente en la reconciliación”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQ4KCXTXT6A5W5TE4EEFCZNQOY.jpg?auth=6f8a1b99596cf9d4b5a4cfacd50c3bbf13fd95eabd6c139909d5a759312780a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta electa Keiko Fujimori llega al Congreso antes de su toma de posesión en Lima, Perú, el martes 28 de julio de 2026. (AP Foto/Miguel Paredes)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Paredes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHPTLDODZAL2B63M7RDU4IXP7U.jpg?auth=f7c77ba37050c547b897e359353942206a8b5957e3749710f2171bb33293baf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta electa Keiko Fujimori llega al Ministerio de Relaciones Exteriores antes de su toma de posesión en Lima, Perú, el martes 28 de julio de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JILJBRKJDYIXBTBSRRE7FQWGGQ.jpg?auth=141e65446c77c3488a6093dad7b50e78b9d2963605508e104266a8204c5bf107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Opositores a la nueva presidenta de Perú, Keiko Fujimori, marchan el día de su investidura en Lima, Perú, el martes 28 de julio de 2026. (AP Foto/Gerardo Marin)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content></item><item><title><![CDATA[Joe Biden interviews with memoir ghostwriter reveal him discussing sensitive information]]></title><link>https://www.local10.com/news/politics/2026/07/28/joe-biden-interviews-with-memoir-ghostwriter-reveal-him-discussing-sensitive-information/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/28/joe-biden-interviews-with-memoir-ghostwriter-reveal-him-discussing-sensitive-information/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[Newly released audio tapes, disclosed by a conservative activist group, appear to show Joe Biden sharing classified information with a biographer and sometimes claiming memory lapses during interviews that occurred before his election to the presidency in 2020.]]></description><pubDate>Tue, 28 Jul 2026 16:30:52 +0000</pubDate><content:encoded><![CDATA[<p>Newly released audio tapes, disclosed by a conservative activist group, appear to show Joe Biden sharing classified information with a biographer and sometimes claiming memory lapses during interviews that occurred before his election to the presidency in 2020.</p><p>About three hours of audio and 117 pages of transcripts — with many redactions — were released by the Oversight Project, an arm of the Heritage Foundation, after Biden lost a prolonged legal fight to keep his conversations with his memoir ghostwriter, Mark Lewis Zwonitzer, private.</p><p>“They didn't even know I had this,” Biden told Zwonitzer in October 2016, near the end of his second term as Barack Obama's vice president, as he talked about sensitive foreign policy matters handled by the administration.</p><p>In one 2017 session, after Biden had left the West Wing and before he'd launched his own presidential campaign, he appeared to admit retaining classified information from his time as vice president.</p><p>“I just found all the classified stuff downstairs,” Biden said. “I wrote the President a handwritten 40-page memorandum arguing against deploying additional troops to Iraq -- I mean, to Afghanistan on the grounds that it wouldn’t matter, that the day we left would be like the day before we arrived.”</p><p>The potentially classified information itself is redacted in both the audio and transcripts that the Oversight Project released.</p><p>The right-wing group first sued to obtain the tapes after Special Counsel Robert Hur decided in 2024 not to charge Biden for how he handled classified information. Biden cooperated with Hur’s inquiry and told the special prosecutor during his presidency that he did not intentionally mishandle any classified material.</p><p>Hur, who obtained the tapes as part of his inquiry, said in announcing his decision that he believed a jury would find Biden a sympathetic figure because of his age and what Hur described as a “poor memory” — a statement that became a flashpoint in public debate about Biden's age and fitness for the presidency.</p><p>Biden was 74 when the interviews began. He was 81 and seeking reelection when Hur released his report in early 2024, though Biden later ended his campaign for a second term after a halting debate performance against Republican Donald Trump.</p><p>The tapes contain instances of Biden being unable to recall some dates and details of topics he was discussing with Zwonitzer. Biden also showed a command of many details, recalling meetings and details of conversations referenced in the notes he shared.</p><p>At the Oversight Project, Vice President of Litigation Jeff Clark insisted the tapes prove Biden's decline.</p><p>“The tapes have always belonged to the American People, the Oversight Project just delivered them to their rightful owner,” Clark said in a statement. “The knowledge of his deterioration was well-established.”</p><p>A Biden spokesman blasted the release as politically motivated.</p><p>“President Biden’s conversations for a book a decade ago that discussed his late son are private, and were provided to the Department of Justice on the express condition they stay that way,” said TJ Ducklo. “Reversing course and making them public is just the latest example of this Administration weaponizing the DOJ for political retribution.”</p><p>Biden initially sued to stop the Department of Justice from releasing the material, claiming the conversations were private. But he dropped his suit after a divided panel of appeals court judges rejected his bid. Biden could have petitioned the Supreme Court to intervene or asked for a rehearing by the full U.S. Court of Appeals for the District of Columbia Circuit.</p><p>In a 2-1 ruling, a three-judge panel from the circuit court found a “substantial” public interest in disclosing the material.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72GUSE4BTBQE3UEQYCRVME6X3M.jpg?auth=a3e08c0998545aa58fc1d6672b5a8cb090292a15e00b3172b26ec0889eb3607d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden speaks during a Department of Defense Commander in Chief farewell ceremony at Joint Base Myer-Henderson Hall, Jan. 16, 2025, in Arlington, Va. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AJBDG3GM7JKP62W3I7HPXWG5VY.jpg?auth=e01fefd28ed97d5739204d9e1ddff402d6baa5ee5187a1ab97bec5f791406158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[File - President Joe Biden speaks at the International African American Museum in Charleston, S.C., Jan. 19, 2025. (AP Photo/Stephanie Scarbrough, File )]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump eulogizes Lindsey Graham, says he was a 'constant fixture of American politics']]></title><link>https://www.local10.com/news/2026/07/28/the-latest-trump-eulogizes-lindsey-graham-says-he-was-a-constant-fixture-of-american-politics/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/28/the-latest-trump-eulogizes-lindsey-graham-says-he-was-a-constant-fixture-of-american-politics/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Israeli Prime Minister Benjamin Netanyahu’s meeting with President Donald Trump on Tuesday is the first since the two leaders launched a joint war against Iran and a chance for Netanyahu to smooth out strains in their relationship.]]></description><pubDate>Tue, 28 Jul 2026 19:27:04 +0000</pubDate><content:encoded><![CDATA[<p>Israeli Prime Minister Benjamin Netanyahu’s meeting with President Donald Trump on Tuesday is the first since the two leaders launched a joint war against Iran and a chance for Netanyahu to smooth out strains in their relationship.</p><p>The two leaders also plan to discuss the framework agreement the U.S. and Israel signed with Lebanon over the Israel-Hezbollah war and the expansion of the Abraham Accords, according to a White House official.</p><p>Trump also met with Ukrainian President Volodymyr Zelenskyy on Tuesday ahead of Sen. Lindsey Graham’s funeral, which was their second sit-down this month. Sen. Lindsey Graham will be eulogized Tuesday during memorial services across Washington. Trump is expected to deliver remarks at the cathedral, alongside Fox News’ Sean Hannity and other conservative leaders.</p><p>Later, Trump joined guests and foreign leaders at Washington National Cathedral to eulogize Sen. Lindsey Graham, who rose to become one of his generation’s more influential U.S. politicians at home and abroad.</p><p>Here's the latest:</p><p>Air Force begins process to rename base after Sen. Lindsey Graham</p><p>The U.S. Air Force has begun taking steps to rename Joint Base Charleston in honor of the late South Carolina Sen. Lindsey Graham, an Air Force official says.</p><p>The official, who spoke on condition of anonymity to discuss internal military matters, said Air Force Secretary Troy Meink signed a memo Monday to begin the process of renaming the base to Joint Base Lindsey Graham.</p><p>The official said there was no immediate timeline on how long the process would take to rename the base, which is adjacent to Charleston International Airport. The renaming was reported earlier by the Post and Courier.</p><p>Graham served in the Air Force, the Air Force Reserves and the Air National Guard for more than 30 years as a lawyer before retiring at the rank of colonel, according to his Senate website.</p><p>He was honored at a memorial service Tuesday after he died suddenly on July 11.</p><p>—- Konstantin Toropin</p><p>Trump reflects on Graham’s loss in rare display of emotion</p><p>Speaking at the lectern during his tribute to Graham, Trump paused to note the difficulty of the moment.</p><p>“I will say, this memorial service — it’s so hard to say: memorial service for Lindsey,” Trump said before continuing.</p><p>Toward the end of his roughly 12-minute tribute, Trump looked upward and suggested Graham was “watching us” now.</p><p>“Our nation needs more men and women like that great person sitting, laying — wherever he may be,” Trump said. “I think I know where he is, and I think he’s up there. I think he’s watching us. I’m pretty sure of it.”</p><p>Trump highlights defense of Kavanaugh as perhaps Graham’s ‘finest hour’</p><p>Trump recalled the passionate defense Graham issued during the confirmation hearing in 2018 for now-Supreme Court Justice Brett Kavanaugh, during Trump's first term as president.</p><p>Christine Blasey Ford had come forward and accused Kavanaugh of sexually assaulting her at a party when they were in high school, an allegation he denied.</p><p>Graham, who was a member of the Senate Judiciary Committee considering the nomination, passionately defended Kavanaugh, who later was confirmed to the high court.</p><p>“His impassioned defense of a wonderful person, a great gentleman, Justice Kavanaugh, ended a disgraceful attack on this very good man and gave us one of the greatest moments the Senate has ever seen,” Trump said. “It was a truly monumental moment in Senate history. I believe it was Lindsey’s perhaps finest hour.”</p><p>Kavanaugh was among the mourners at Washington National Cathedral.</p><p>Trump eulogizes Graham, says ‘he left us much too soon’</p><p>Trump remembered Graham as someone who became a “constant fixture of American politics at the highest level, and a force to be reckoned with all over the world.”</p><p>“For more than 30 years, nothing of consequence happened in this capital without Lindsey Graham knowing about it. Nothing of significance happened anywhere in the world without Lindsey Graham having a view on it,” Trump said. “And no bill became law in the most exceptional Republican human history without Lindsey Graham having a say in it.”</p><p>“He was a man who gave America the full measure of his good and mighty heart until that heart itself just gave out,” Trump said.</p><p>Trump said Graham “went out at the peak of his career and the top of his game.”</p><p>Netanyahu says his talk with Trump was ‘one of the best’</p><p>In a video posted on his Instagram account, Netanyahu described his meeting with Trump on Tuesday as “excellent.”</p><p>He added that it was “a conversation with full partnership, with mutual support, with an understanding of the common goal of ensuring that Iran does not have nuclear weapons, and other goals as well. One of the best conversations I’ve had with the President of the United States, our friend Donald Trump.”</p><p>The Israeli Prime Minister met with Trump in the White House for about 90 minutes of talks, in a meeting that was closed to press coverage. He said that Trump’s “entire senior team” was present at the meeting, as well as “our senior team,” and that it was “an opportunity to exchange ideas and to coordinate arrangements that are important for the security and future of the State of Israel.”</p><p>Netanyahu departs White House after meeting Trump</p><p>The Israeli prime minister departed after about 90 minutes of talks.</p><p>As he was leaving, White House press secretary Karoline Leavitt released a statement on X noting that Trump had concluded his meetings with Netanyahu and Zelenskyy.</p><p>She said: “Both meetings were positive and productive!”</p><p>They were closed to press coverage.</p><p>Netanyahu attended a memorial dinner for Graham, calling him a ‘dear friend’</p><p>The event was held in Washington on Monday evening and was also attended by Graham’s sister and replacement in the Senate, Darlene Graham, as well as other relatives, friends of the late senator, “senior administration officials and members of Congress,” according to a statement by Netanyahu’s office.</p><p>Speaking at the event, the Israeli leader praised Graham as “deeply committed to the security of the United States, to the security of Israel, and to the ongoing fight against anti-Semitism,“ the statement said.</p><p>Netanyahu, who is meeting with Trump at the White House, is among several foreign leaders who are expected to attend Graham’s Washington funeral held later on Tuesday.</p><p>“America has lost a great patriot. Israel has lost one of its greatest friends and supporters. And I have lost a dear friend,” Netanyahu said at the memorial dinner.</p><p>Zelenskyy reports having a ‘good meeting’ with Trump</p><p>In a social media post afterward, the Ukrainian leader said his first act was to offer his condolences to Trump on the death of Graham, who was close to Trump and a strong supporter of Ukraine.</p><p>Zelenskyy says he and Trump discussed licenses for Ukraine to produce Patriot interceptors and “several other ideas that could help.” They also discussed diplomacy.</p><p>Zelenskyy said he expressed gratitude to the United States for “its firm support” and said their teams will arrange future communication.</p><p>The White House closed the meeting to independent journalists. Zelenskyy released photos showing him posing with Trump and that U.S. secretaries Rubio, Bessent and Hegseth attended the Oval Office meeting.</p><p>Iran’s government details damage from recent escalation</p><p>Iran says recent U.S. strikes destroyed an airport and a marine control tower, and caused damage to 12 bridges and two tunnels, among other infrastructure.</p><p>Iranian government spokesperson Fatemeh Mohajerani provided the details Tuesday in an announcement carried by the state-run IRNA news agency.</p><p>The U.S. military said it struck numerous military targets this month in response to Iranian attacks on ships in the Strait of Hormuz. Iran retaliated with missile and drone attacks on Arab countries hosting U.S. forces.</p><p>Both sides paused their attacks over the weekend, though tensions remain high.</p><p>Mohajerani said Bushehr International Airport, on the Persian Gulf, has been “rendered inoperable.” Both tunnels have been reopened and alternate routes have been established around the damaged bridges, she said.</p><p>She said other civilian infrastructure had also been destroyed, including a meteorological center and fishing boats. The U.S. says it targeted small boats used by Iranian forces to harass ships in the strait.</p><p>Former colleagues of Graham offer personal goodbyes as they walk up to his flag-draped casket</p><p>Sen. Katie Britt, R-Ala., placed both hands on his casket and then placed her hand on her heart. Sen. Tammy Duckworth, D-Ill., saluted from her wheelchair. And Sen. John Kennedy, R-La., gave a fist bump.</p><p>Scores of former senators also traveled to the Capitol to pay their respects, including former Sen. Richard Burr, R-N.C., who bowed and then briefly kissed the casket.</p><p>Others stood briefly before his casket and offered a short prayer and a sign of the cross.</p><p>Netanyahu now at White House for Trump meeting</p><p>The black SUV carrying the Israeli prime minister arrived on West Executive Avenue minutes after Zelenskyy departed after his own meeting with Trump.</p><p>Netanyahu stepped out of the passenger side of the vehicle and buttoned his suit jacket before entering through a side entrance to the West Wing. The meeting is also closed to press coverage.</p><p>Israel’s UN envoy says `number one’ on Trump-Netanyahu agenda will be scaling down Iran war</p><p>Ambassador Danny Danon told U.N. reporters Tuesday that Israeli Prime Minister Benjamin Netanyahu definitely wants to hear from President Trump what he wants to see in the coming days or weeks.</p><p>“I cannot tell you which direction it will go. There are different options,” he said. “We are prepared for all scenarios, and we will discuss it with the president.”</p><p>Danon was responding to a question on whether Israel expects the two leaders to talk about specifics of scaling down or ending the war in Iran.</p><p>“Well, I’m sure that will be number one on the agenda in the meeting today between the prime minister and the president,” he replied.</p><p>Amid somewhat strained U.S.-Israeli relations, Danon stressed, “We fought shoulder-to-shoulder against Iran, and we are prepared to continue supporting the U.S. in pursuing peace and stability in the region.” He added that Gaza will also be on the Trump-Netanyahu agenda.</p><p>Thune hails Graham as a towering figure in the Senate and the international stage</p><p>“I traveled with Lindsey all over the world as part of the congressional delegations and I saw firsthand just how much he was respected by our allies and just how well he was able to connect with foreign leaders around the world,” Senate Majority Leader John Thune said.</p><p>Thune and others are honoring Graham at a tribute Tuesday in the Capitol Rotunda.</p><p>Thune and others also cited Graham’s sense of humor. He said that when lawmakers would gather for dinners in Washington, Graham was always the first call. He said no one was more capable of cracking up a room.</p><p>Choking up, he closed by telling Graham to “rest in peace my friend.”</p><p>“I look forward to the days when you make us all laugh again,” Thune said.</p><p>Americans’ confidence in US economy fell this month as Iran conflict sent gas prices back up</p><p>The Conference Board said Tuesday that its consumer confidence index fell to 90.8 in July from 92.2 in June.</p><p>Consumers’ view of current business and labor market conditions fell by 3.6 points to 114.9, the third straight monthly decline.</p><p>Views about their near-term futures held steady from last month with a reading of 74.7.</p><p>Consumer attitudes had improved modestly in June as gas prices came down to around $3.70 a gallon from more than $4.50 a gallon in late April and early May. But as fighting in the Middle East escalated, the average price for a gallon of gas in the U.S. started to rise again. On Tuesday it was $4.10, according to the auto club AAA.</p><p>▶ Read more</p><p>Trump and Zelenskyy are meeting</p><p>The White House says the meeting started at 9:47 a.m. It is “closed press,” meaning journalists at aren’t likely to see the leaders together in the Oval Office.</p><p>Graham’s casket arrives at the Capitol</p><p>The remains of the Republican senator have arrived at the U.S. Capitol, his flag-draped casket carried inside by an armed forces team, in recognition of his military service.</p><p>He’s being honored at a tribute in the Rotunda, the start of two days of services for the South Carolina senator.</p><p>Vice President JD Vance is expected to speak and several Cabinet officials, including former Sen. Markwayne Mullin, the Homeland Security secretary, were in attendance, as was acting Attorney General Todd Blanche, who faces a rocky Senate confirmation for the job.</p><p>Iran says anyone tapping its frozen assets will be barred from the Strait of Hormuz</p><p>The threat came in response to President Trump’s post on social media last week, in which he threatened to use Iranian assets frozen abroad to pay for damage to ships from Iranian attacks in the strait.</p><p>Ebrahim Zolfaghari, the spokesperson for Iran’s joint military command, said Tuesday that any countries or companies that join in Trump’s “unlawful action” will be barred from using the strait. The critical waterway carried a fifth of the world’s traded oil and gas before the war. His video message was carried by Iranian state TV.</p><p>Trump had said damage to ships would be “paid for by Iranian Money that the United States has in its possession, and controls.” It was unclear what legal mechanisms Trump would use to seize and spend the funds.</p><p>Zelenskyy arrives at White House to meet Trump</p><p>The Ukrainian leader’s car pulled up on West Executive Avenue, a private road within the White House complex. He stepped out of the passenger side of a black SUV and walked around the rear to enter the White House for the meeting.</p><p>Acting national intelligence chief announces more job cuts</p><p>Bill Pulte, the acting director of national intelligence, has sought to leave his mark during his interim status in the job.</p><p>With the Senate poised to confirm Jay Clayton for the role, Pulte released Tuesday on X a series of intelligence community documents from 2020 that described China’s capacity to interfere in the American political process as well as vulnerabilities in the election system.</p><p>The substance of the material was largely recycled and already known, but its disclosure is part of a broader Trump administration effort to raise concerns about the integrity of U.S. elections — most especially the 2020 presidential race he lost to Democrat Joe Biden.</p><p>Pulte has also presided over a downsizing of the national intelligence office, which functions as a coordinating hub for the U.S. government’s intelligence agencies.</p><p>He boasted on X that with a latest round of job cuts, the office is carrying out about a 30% staff reduction from weeks ago.</p><p>Trump urges Iran to make a deal so he won’t have to hurt the people</p><p>Trump has repeatedly retreated from threats to knock out bridges, power plants and other infrastructure but he told Fox News Channel in an interview that Iran knows he’ll “finish the job” if its leaders don’t make a deal to end the war.</p><p>He says millions of people would then struggle to get by.</p><p>Trump claimed he would need less than an hour to “take out” most of Iran’s bridges and said he could blow up their power plants “within one day” and then target desalinization plants.</p><p>“You know, if I can avoid doing that, I’d like to do that,” he said.</p><p>Trump says he doesn’t need Netanyahu’s advice on Iran’s Pickaxe Mountain</p><p>The president says he’s not worried about construction activities at Iran’s potential nuclear site at Pickaxe Mountain, a complex Trump has threatened to bomb.</p><p>And Trump criticized Israeli Prime Minister Benjamin Netanyahu for publicly expressing concerns about the site ahead of the two leaders’ meeting Tuesday at the White House.</p><p>“I know exactly what’s going on at Pickaxe,” Trump told “Fox & Friends,” adding that whatever Iran is doing is “not a big problem.”</p><p>On Netanyahu’s statements ahead of his visit to Washington, Trump said, “Why don’t you just tell it to me? Why do you have to announce to the world.”</p><p>The bilateral huddle, on the same day that both men are attending the late Sen. Lindsey Graham’s funeral, is the first since Netanyahu and Trump launched their war in Iran five months ago.</p><p>Trump remembers Sen. Lindsey Graham both for his kindness and his hawkishness</p><p>Speaking fondly about his friend and ally, Trump said he admired Graham as a nice person who was quick to call for military action.</p><p>“He was a guy that liked war,” Trump said Tuesday in a Fox News interview. “I jokingly say, and there’s nothing funny about it, but he’s never seen a war that he didn’t like.”</p><p>Trump added that Graham was “very much a hawk on Iran” but had also told Trump it was time to make a deal to end the war. That sentiment did not extend to the Russia-Ukraine war, Trump said.</p><p>“Ukraine he’s very militant about,” Trump said. “Lindsey liked war, to be honest with you.”</p><p>Senate expected to confirm Jay Clayton as next intelligence director on Tuesday</p><p>It will ensure that a permanent director is in place as the midterm elections approach.</p><p>Clayton is expected to be confirmed along party lines after a contentious hearing two weeks ago in which he repeatedly refused to say that former President Joe Biden won the 2020 election. Still, Democrats have said they have more confidence in Clayton than they do in Trump’s temporary pick for the job, Bill Pulte, who has no known intelligence experience and investigated the president’s perceived enemies in his previous post as a federal housing regulator.</p><p>Senators from both parties have expressed concerns about Pulte, who took over on an interim basis last month after Tulsi Gabbard resigned. Pulte was in charge when Trump delivered a speech from the White House earlier this month doubling down on his false claims about the 2020 election, which he lost, and released classified documents he said were relevant to his arguments.</p><p>▶ Read more</p><p>Security around the White House is tight due to Zelenskyy and Netanyahu visits</p><p>Only foot traffic is allowed on streets surrounding the complex. Vehicular traffic is blocked by city police cars and dump trucks at key intersections, like Pennsylvania Avenue and 17th St and near Lafayette Park.</p><p>Netanyahu is staying at Blair House, the U.S. government’s guest house across from the White House.</p><p>Zelenskyy has the first meeting with Trump, scheduled for 9:30 a.m., followed by Netanyahu at 11 a.m.</p><p>Zelenskyy will visit Trump at the White House before Sen. Graham’s funeral</p><p>Trump and Ukrainian President Volodymyr Zelenskyy will meet Tuesday ahead of Sen. Lindsey Graham’s funeral, their second sit-down this month and after a far-right activist with the U.S. president’s ear had a widely publicized change of heart on Russia’s war against Ukraine.</p><p>Trump is set to welcome Zelenskyy to the White House as the Ukrainian leader travels to Washington to honor Graham, whose final act as a public official was visiting Kyiv and securing an agreement on a package of sanctions that seek to punish countries that purchase Russian oil, gas and other exports.</p><p>Zelenskyy posted on X early Tuesday that he had arrived in the U.S. and listed the goals for his visit.</p><p>“Our schedule includes meetings with President Trump, his team, and those who can support our defense,” the Ukrainian leader said. “Our number one priority is anti-ballistic defense and strategic cooperation with America. Peace needs to be brought closer.”</p><p>▶ Read more</p><p>Netanyahu’s first meeting with Trump since the Iran war began is a chance to smooth over strains</p><p>Israeli Prime Minister Benjamin Netanyahu’s meeting with President Donald Trump on Tuesday is the first since the two leaders launched a joint war against Iran and a chance for Netanyahu to smooth out strains in their relationship.</p><p>The meeting comes as both face growing pressures at home. Netanyahu is up for reelection and is embattled in part because of his deteriorating relationship with Trump. Trump is under pressure to end an unpopular war that has wreaked economic havoc and driven prices higher ahead of midterm elections this November.</p><p>The two leaders also plan to discuss the framework agreement the U.S. and Israel signed with Lebanon over the Israel-Hezbollah war and the expansion of the Abraham Accords, according to a White House official, who spoke on condition of anonymity to preview the meeting.</p><p>“We have a little difference,” Trump said Monday when asked by reporters if he and the Israeli prime minister were on the same page with Iran. “But pretty close, yeah.”</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4TNNN2CVWLHCZXFYDIUZIMJD2E.jpg?auth=30c927a758b82d11ae8da36399e4ca35982eadda1b12be81ee79cdaf7fdd7ea6&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 the funeral of Sen. Lindsey Graham, R-S.C., Tuesday July 28, 2026, at the Washington National Cathedral in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GWW7N3YSVNUEMDUM4WILKSC4XY.jpg?auth=fccda60ae5136133aa6a25b0425c772f4d212de2d61b93089e30c0ba3146c0e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump listens as Israel's Prime Minister Benjamin Netanyahu speaks at President Donald Trump's Mar-a-Lago club, Dec. 29, 2025, in Palm Beach, Fla. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NAZ2Y73BBZYB6KS7ASG2AWJCQY.jpg?auth=fcf22f8a9d2a0f6abcc7bd0740ab95eef6359ae2bb85719e52b5d69e18a9f401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives on Air Force One, Monday, July 27, 2026, at Joint Base Andrews, Md. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Johnson & Johnson proposes $5.5 billion talc settlement to end marathon legal fight]]></title><link>https://www.local10.com/business/2026/07/28/johnson-johnson-proposes-55-billion-talc-settlement-to-end-marathon-legal-fight/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/johnson-johnson-proposes-55-billion-talc-settlement-to-end-marathon-legal-fight/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[Johnson & Johnson has agreed to pay $5.5 billion to tie up remaining lawsuits that claim its talc products caused ovarian cancer.]]></description><pubDate>Tue, 28 Jul 2026 16:54:05 +0000</pubDate><content:encoded><![CDATA[<p>Johnson & Johnson has agreed to pay $5.5 billion to tie up remaining lawsuits that claim its talc products caused ovarian cancer.</p><p>The drugmaker, which has been fighting talc-related lawsuits for more than a decade, said that the settlement is conditioned on at least 95% of remaining claimants participating.</p><p>A U.S. bankruptcy court judge denied a $9 billion settlement proposed by company subsidiary Red River Talc last year that would have been one of the biggest mass tort settlements in history.</p><p>Johnson & Johnson decided not to appeal that ruling and instead fight on in court.</p><p>A federal judge last week ordered plaintiffs in the case against Johnson & Johnson to show why the remaining pending talc claims should not be dismissed after their witnesses could not provide a direct link between the company's product and cancer.</p><p>“The Court’s order placed plaintiffs in an untenable position of having to present specific causation evidence to maintain their claims that does not exist," Erik Haas, worldwide vice president of litigation, Johnson & Johnson, said in a prepared statement Monday.</p><p>As part of the settlement proposed this week, Johnson & Johnson will make an initial payment of no more than $3 billion next year. It has no additional payments due until 2028.</p><p>“While we are confident the company would have ultimately prevailed with further litigation, as it has in the vast majority of cases tried to date, this resolution allows the company to put this matter behind it and remain focused on its mission to develop medicines and devices that save lives,” Haas said.</p><p>Johnson & Johnson said that it previously settled about 95% of filed lawsuits for mesothelioma, a cancer in the tissue surrounding organs like the lungs and heart, all state consumer protection claims, and all talc-supplier disputes.</p><p>Shares of the New Brunswick, New Jersey-based company rose more than 2% before the market open on Tuesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TFAWAQ4327BFO6YR77CNPXQTTU.jpg?auth=ccbd9598f41c9ae2909af5ee419a833d3b386c5e5e025d43473dbf3b7671a4d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Johnson & Johnson headquarters is in New Brunswick, New Jersey, on Thursday, Feb. 8, 2024. (AP Photo/Ted Shaffrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content></item><item><title><![CDATA[Do you toss food once the date on the label has passed? Experts say that's often a waste]]></title><link>https://www.local10.com/health/2026/07/28/do-you-toss-food-once-the-date-on-the-label-has-passed-experts-say-thats-often-a-waste/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/28/do-you-toss-food-once-the-date-on-the-label-has-passed-experts-say-thats-often-a-waste/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — If you’ve ever tossed out a carton of milk or a container of yogurt solely because the date on the packaging had passed, you’re not alone.]]></description><pubDate>Tue, 28 Jul 2026 12:03:10 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — If you’ve ever tossed out a carton of milk or a container of yogurt solely because the date on the packaging had passed, you’re not alone.</p><p>Many people throw away food simply because of the date printed on the label. But often it is still perfectly edible, according to experts.</p><p>With no federal regulations requiring standardized labels for dates on food except for baby formula, it’s no surprise that deciphering terms like “Best Before,” “Best By,” “Best If Used By,” “Enjoy By,” and “Sell By” can be mind-boggling.</p><p>What most people don’t realize is that those labels are more about how fresh something is — not how safe the food is to eat.</p><p>California is trying to bring some clarity with a new law that requires food manufacturers to use just two labels: one for quality and another for safety.</p><p>Here are a few tips to help you understand food date labels and keep perfectly good food out of the trash even if you don't live in California.</p><p>More than 50 different date labels are used in the US</p><p>In the United States, more than 80% of consumers discard food approaching the package date label at least occasionally, a 2019 study by the Johns Hopkins Bloomberg School of Public Health found.</p><p>“The date labels guarantee quality up until that point,” said Donald Schaffner, a food safety expert at Rutgers University. “They are not about the safety of a product.”</p><p>Food date labels vary state by state and are determined by the food manufacturer. Researchers from the University of Maryland found that more than 50 different date labels are used across the United States.</p><p>“They’re based on when the manufacturer thinks that product will taste its best, when its quality will be at its peak,” said Rachel Zemser, a San Francisco Bay Area food scientist who helps food companies design, launch and market new food products.</p><p>Food packaging helps determine how long food is safe to eat</p><p>Unopened canned food like beans, tomatoes, fruit, vegetables, and any shelf-stable food package in liquid, will last for years after the date stamped on its label. The same goes for boxes of soy milk or boxes of almond milk, or any food that’s been heat-treated and sealed to stay safe without refrigeration.</p><p>Dry goods, like cookies, crackers and cereal, also have a long shelf life because the low moisture in them doesn’t allow bacteria to grow.</p><p>“People can use their best judgment by smelling and tasting the product because dry crackers and cookies, and things of that nature, may be stale but they are not going to make you sick if you eat them,” Zemser said.</p><p>But extra precautions should be taken with beef, chicken or fish. They can go bad even if it’s in your refrigerator, but wrapping them tight in plastic and freezing it before the “best by” date on its packaging could help it last longer.</p><p>“Most bacteria needs moisture and air to grow and thrive, so very dry products will last, but I wouldn’t risk it with meat,” Zemser said.</p><p>The FoodKeeper, a website and free app developed by the Department of Agriculture, Cornell University, and the Food Marketing Institute, provides guidance on how long foods stay fresh and safe to eat.</p><p>California is trying to clarify label confusion</p><p>California became the first state in the U.S. to standardize food labels by banning “sell by” dates.</p><p>The law that went into effect July 1 requires manufacturers selling food in California to use two standardized labels: a “Best If Used By” label for peak quality and a “Use By” label for product safety. “Sell by” dates are used by stores to ensure products are being displayed for a reasonable amount of time before quality declines, said Nate Rose, a spokesperson for the California Grocers Association.</p><p>“Think of it like an internal referencing system for store managers and employees,” he said.</p><p>New York state lawmakers recently passed a similar measure for labels that is awaiting Gov. Kathy Hochul’s signature.</p><p>Most labels are about food quality, not safety</p><p>The only product legally required by the federal government to have an expiration date is infant formula. It should not be consumed past that date because its nutrients decline over time.</p><p>“Infant formula is the sole source of nutrition for the infant, and the concern is that the child could have a nutritional deficiency” if given expired formula, Schaffner said.</p><p>In general, people should use their own judgment and look for signs like mold, strange odors and unusual colors to decide whether or not to toss out food.</p><p>And follow your taste buds.</p><p>“Practice your own food stock rotation, buy appropriate amounts of food, don’t buy giant amounts that you won’t be able to eat,” Schaffner said. “Because who wants to eat poor quality food?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2GNQLNZQPYD7PEUJ5LXGQNQZKU.jpg?auth=33f531426421369c06bf62a2db4f1267c0b457c41dc93af84570057b47281c46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A date is stamped below a Sell By label on a carton of eggs displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SO46Z6BHE7HM47GMBSBJV2U6J4.jpg?auth=bee2500aab2c4bb386f8dc6108cc63f2e5826a68fbdcc2c725b5c38b22da914a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Enjoy By date is stamped on a drink displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B2MNI3FCFC4CETAZRP5Z2DCPBY.jpg?auth=97579bdc7144dd8237611f719474add1a9584cf7f09ad8301b3e0c7ca524cd19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Best If Used By date is stamped on a package of potato chips displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ODYCTOIVBSO3ESUY6QAZB54JKQ.jpg?auth=0a977f953eec612c24b35287c0793f17b7da84006eb12d6e6a84f62662d5f743&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Sell By date is stamped on package of cheese displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZYNK372EFFR6NLASHBAZKQSQH4.jpg?auth=b696dcbc70c855e440e8f5f5224a429c61dd5ae463862636b06a7ddf4c65cf7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Best If Used By date is stamped above a Sell By label on a milk carton, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[China hits back at criticism over excess industrial capacity as more US tariffs loom]]></title><link>https://www.local10.com/business/2026/07/28/china-hits-back-at-criticism-over-excess-industrial-capacity-as-more-us-tariffs-loom/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/china-hits-back-at-criticism-over-excess-industrial-capacity-as-more-us-tariffs-loom/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — China pushed back Tuesday against claims of overcapacity in the world’s second largest economy, ahead of the release of results of a U.S. probe on the matter that could result in new tariffs.]]></description><pubDate>Tue, 28 Jul 2026 11:53:32 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — China pushed back Tuesday against claims of overcapacity in the world’s second largest economy, ahead of the release of results of a U.S. probe on the matter that could result in new tariffs.</p><p>Massive capacity in a slew of Chinese industries, from automaking to solar panels, cement and steel manufacturing, among many others, has drawn increasing attention from Beijing's trading partners in recent years. Although China's own leaders have made rebalancing the economy a priority, slowing domestic demand has prompted companies to expand into markets overseas. Surging exports pushed China's trade surplus to a record of nearly $1.2 trillion last year.</p><p>China has never sought a large trade surplus, the Ministry of Commerce said in a report titled “China’s Position on the So-called Excess Capacity Issue.” It took aim at recent talk of a “China shock 2.0” due to excess capacity.</p><p>“The U.S. and other western countries have come up with the so-called ‘China shock 2.0,’ falsely accusing China’s industrial development of posing threats to western countries’ monopoly,” said the report, alluding to assertions of an earlier shock to trading partners from China's ascent as a manufacturing power.</p><p>“This is not supported by facts and totally untenable,” the report said.</p><p>Tuesday's document echoed remarks by China’s No. 2 official, Premier Li Qiang, at the World Economic Forum’s “Summer Davos” meeting in the northeastern Chinese city of Dalian. Li said that instead of a “China Shock 2.0,” recent trends should be viewed as a “China Opportunity 2.0.”</p><p>The U.S. is expected to soon announce findings of an investigation of 16 economies, including China, relating to excess capacity and production in their manufacturing sectors. The probe is widely expected to result in increased tariffs on some countries.</p><p>On Friday, the U.S. imposed higher tariffs of 10% to 12.5% on 60 economies, including China, saying they had failed to effectively enforce a ban on goods produced with forced labor. Many countries including China protested that move.</p><p>At a press conference Tuesday, Lin Weilong, director of the Commerce Ministry's policy research office, said the U.S. has no authority to unilaterally determine whether trading partners have excess capacity and impose restrictive measures.</p><p>“The U.S. cannot narrowly define production capacity that exceeds domestic demand as excess capacity, and slap it with a surplus label,” Lin told reporters in Beijing.</p><p>Earlier this month, the European Union, struggling to rebalance its trade with China, implemented trade measures including protections for its steel industry and restrictions on imports of e-commerce small parcels.</p><p>China’s stance on the overcapacity issue will likely “fall on deaf ears,” said Alfredo Montufar-Helu, an expert on China at Ankura, a consultancy.</p><p>“Economic conditions in Western markets have made it politically untenable to do nothing in the face of rising Chinese imports, especially in high value added sectors that Western firms used to dominate,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KXTROSME4BWJEPMPMBMIMSW4BI.jpg?auth=fb60e8570bca61e715c98909527a75642173348fafe21c935ccf8689ab6e20b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers assemble charging stations at the Mengma Intelligent Transportation Equipment Manufacturing Base in Hohot in northern China's Inner Mongolia province on Thursday, June 11, 2026. (AP Photo/Ng Han Guan, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA['No matter what you do, you can’t put it out': Spanish firefighters describe record blaze]]></title><link>https://www.local10.com/news/world/2026/07/28/firefighters-say-theyve-never-seen-anything-like-spains-record-blaze/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/28/firefighters-say-theyve-never-seen-anything-like-spains-record-blaze/</guid><dc:creator><![CDATA[By JOSEPH WILSON, Associated Press]]></dc:creator><description><![CDATA[BARCELONA, Spain (AP) — Spanish firefighter Javier García has never faced anything like the record blaze raging near Madrid in his two decades protecting woodlands and rural communities.]]></description><pubDate>Tue, 28 Jul 2026 13:00:56 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Spanish firefighter Javier García has never faced anything like the record blaze raging near Madrid in his two decades protecting woodlands and rural communities.</p><p>“This doesn’t have a precedent,” García told The Associated Press by phone before another long day ahead.</p><p>The out-of-control fire has consumed 500 square kilometers (193 square miles) — an area five times the size of Barcelona — and forced 25,000 people to flee villages in the smoldering hills of Ávila west of Madrid, the capital.</p><p>The ferocity of Spain’s largest recorded wildfire is forcing firefighters to fundamentally change their tactics, prioritizing evacuations and property protection due to the danger posed by fast-moving walls of flames and blazes too powerful to attack directly.</p><p>“The evolution is alarming,” García said.</p><p>Before, his brigade would tackle fires in the wilderness. Now they are a last line of defense, focused on saving lives. No deaths from these fires have been reported, while 79,000 people have fled their homes from the Ávila fire, another fire nearby in the Madrid region and one in eastern Castellón.</p><p>“That gives us more work and more stress,” García said. “Now it is lives first, then homes, and after, the forest."</p><p>Climate change is fanning the flames</p><p>García works with one of Spain’s emergency wildfire brigades, which deploy to help regional firefighters when they need help. They spend 12-hour shifts hosing down burning trees and hacking away at underbrush before it becomes fuel for the flames.</p><p>His 40-man unit, based in Ávila, has been working for three days on the Ávila fire. Before that, they fought fires in Guadalajara and near Zaragoza in recent weeks. The Guadalajara fire consumed 320 square kilometers (123 square miles), making it Spain's third largest on record.</p><p>“Until last year, I had never experienced fighting one big fire after another,” the 43-year-old García said.</p><p>Large areas of Spain have always been fire-prone thanks to its hot summers and relatively dry climate. But experts and government officials say that climate change has increased the frequency of heat waves and periods of drought, extending periods of high risk for wildfires.</p><p>Once one ignites, it grows at a speed and voracity rarely seen before.</p><p>García said there used to be around 15 days of extreme fire risk each year. Now firefighters are on alert for 30 to 40 days.</p><p>Fires have burned 1,530 square kilometers (590 square miles) this year in Spain — six times the area scorched by blazes in the first half of 2025, Sara Aagesen, the ecology minister, has said.</p><p>Meanwhile, a monster fire in neighboring France has forced over 200,000 people to flee their homes.</p><p>Fires are too powerful to tackle head-on</p><p>Raúl Guerrero, 29, has worked as a firefighter in Castilla y León, the region including Ávila, for the past decade. He said this fire can't compare with any he has battled.</p><p>He told the AP that his 40-man unit has had to retreat to safer ground on several occasions when the danger of being trapped was imminent.</p><p>He said the fire at several moments was “beyond the capacity of extinction,” which, he said, means “the fire is so virulent and has such power that no matter what you do, you can’t put it out.”</p><p>Asked how that makes him feel, Guerrero said “above all, impotent.”</p><p>Vegetation can become ‘pure gunpowder’</p><p>While fires are often started by lighting or a spark made by agricultural machinery, a decisive factor that makes wildfires harder to combat is the disappearance of the farms, orchards and local forestry industries that used to create buffer areas around villages and towns.</p><p>Vegetation now grows right up to homes, Guerrero said. He called for property owners and local authorities to work all year in clearing brush away from homes and tending to forests.</p><p>If not, Guerrero said, that vegetation will remain “pure gunpowder” for future fires.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y52MUSEIPOYAFRIVWDSRSH7OKY.jpg?auth=46646c37c95898838057d807197a6791dcf6610acb831c8a2e7cdf10d265ea4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters use controlled burning to halt a wildfire that continues to spread near Cebreros, Ávila province, Spain, Tuesday, July 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4QYQOLGQ3GB3KL4M46CIPCCD4.jpg?auth=da7227e1d1008fe28595ed5ccfb863c0b7026b1365996f8c8fe35427ddada8d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aesir Diaz, 31, a technician with Spain's Forest Fire Reinforcement Brigades (BRIF), center, sits next to teammates during a break from battling a wildfire in Sotillo de Adrada, Ávila province, Spain, as the fire continues to spread, Tuesday, July 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2WBT6TYNQULV4ZZKY2JLV6SBZM.jpg?auth=25508ee208f659c0c74004f1a91614880c3af153dfef0abbf941eb85f81ee45e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A house and belongings destroyed by a wildfire are photographed as the fire continues to spread near Pelayos de la Presa, Madrid province, Spain, Tuesday, July 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PM7GG6BHJ3YVHTH2JD2E5UA5DM.jpg?auth=a42da3ed541d9fc345b541e5b3e4b13db81303a0b243628828b2cbc9c50822c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter carries his equipment as he works to suppress a fire in a forest in Claouey, during wildfires in the area of southwestern France, Tuesday, July 28, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2A6ROAHKDHBZDGAPUDQ2BPIGQE.jpg?auth=5a9ad004fc3ec978478ef59580b40efad0e53f567a63b050b531521cc5b8633d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter pauses while battling a wildfire in San Martín de Valdeiglesias, west of Madrid, Spain, Sunday, July 26, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Cuba celebrates 73rd anniversary of birth of revolution]]></title><link>https://www.local10.com/news/local/2026/07/27/cuba-celebrates-73rd-anniversary-of-birth-of-revolution/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/27/cuba-celebrates-73rd-anniversary-of-birth-of-revolution/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[Cubans are still celebrating an important anniversary as Sunday marked what’s considered one of the island nation’s most sacred moments. ]]></description><pubDate>Mon, 27 Jul 2026 22:59:26 +0000</pubDate><content:encoded><![CDATA[<p>Cubans are still celebrating an important anniversary as Sunday marked what’s considered one of the island nation’s most sacred moments. </p><p>It’s the 73rd anniversary of what is considered to be the birth of the revolution.</p><p>Absent from the celebrations for the first time is 95-year-old Raul Castro.</p><p>It was on July 26, 1953 that brothers Fidel and Raul Castro assaulted the Moncada Barracks in Santiago in a failed attempt to overthrow the government. </p><p>They would succeed six years later.</p><p>Every year, the communist island commemorates the anniversary in a different province. </p><p>On Sunday, it was in Pinar Del Rio.</p><p>Raul Castro released a statement saying, in part: </p><p>“Receive my affection and recognition for having earned, through your effort, dedication to the revolutionary cause.”</p><p>Cuban leader Miguel Díaz-Canel used his speech to issue a scathing condemnation of Washington, D.C.’s fuel embargo and economic sanctions that have led to a critical humanitarian crisis on the island.</p><p>As for the Cuban people, they are fed up, staging protests every day, banging their pots and pans in frustration. </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[Pair of candidates running for Broward County School Board District 1 seat]]></title><link>https://www.local10.com/news/local/2026/07/27/pair-of-candidates-running-for-broward-county-school-board-district-1-seat/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/27/pair-of-candidates-running-for-broward-county-school-board-district-1-seat/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[The Broward County School District is facing serious budget challenges and declining enrollment. ]]></description><pubDate>Mon, 27 Jul 2026 22:24:01 +0000</pubDate><content:encoded><![CDATA[<p>The Broward County School District is facing serious budget challenges and declining enrollment. </p><p>There are several Broward County School Board seats up for election this year. </p><p>In District 1, there are two people seeking the seat. They are incumbent Maura McCarthy Bulman and her opponent, Carmen Gimenez. </p><p>Gimenez is a former candidate for governor and for mayor of Hallandale Beach. </p><p>“In my opinion, Gov. DeSantis is right when he mentioned that the Broward County School Board is a disaster,” she said. “I represent two universities -- the private University of Angola in the United States and Los Angeles University in Florida and Georgia, so I know what is the best way for our kids to be guided to have a bright future.”</p><p>Broward County’s District 1 includes Dania Beach, Hallandale Beach, Hollywood, West Park and part of Miramar.</p><p>Gimenez is hoping to unseat Bulman, who was elected in 2024.</p><p>“It has been my greatest honor to represent District 1 on the school board for the past two years,” she said. “I’m running for a full year term to continue the work that I’ve started, improving our facilities, bringing programming to my schools, trying to get more enrollment.”</p><p>Bulman, an attorney, addressed the school district’s budget challenges and the board’s decision to close under-enrolled school campuses.</p><p>“I think we’ve made some very difficult decisions this year, and we’re gonna have to keep doing that to be fiscally responsible, to right size the district, and to make sure that we are using the best care of our taxpayer dollars,” Bulman said. </p><p>Gimenez told Local 10 that if elected, she plans to “modernize the district’s school bus transportation system” and discussed how she would address the budget shortfall.</p><p>“I’m going to talk to the state of Florida government party who is dedicated to give funds to Broward schools,” she said. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Republican James Fishback will stay in governor race after judge rejects ballot-removal suit]]></title><link>https://www.local10.com/news/politics/2026/07/27/republican-james-fishback-will-stay-in-governor-race-after-judge-rejects-ballot-removal-suit/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/27/republican-james-fishback-will-stay-in-governor-race-after-judge-rejects-ballot-removal-suit/</guid><description><![CDATA[A judge has rejected a lawsuit seeking to remove Republican gubernatorial candidate James Fishback’s name from the August ballot over residency requirements.]]></description><pubDate>Mon, 27 Jul 2026 21:27:27 +0000</pubDate><content:encoded><![CDATA[<p>A judge has rejected a lawsuit seeking to remove Republican gubernatorial candidate James Fishback’s name from the August ballot over residency requirements.</p><p><a href="https://www.local10.com/espanol/2026/07/27/juez-rechaza-demanda-para-retirarlo-de-la-boleta-republicano-james-fishback-seguira-en-la-contienda-por-la-gobernacion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/27/juez-rechaza-demanda-para-retirarlo-de-la-boleta-republicano-james-fishback-seguira-en-la-contienda-por-la-gobernacion/">Leer en español</a></p><p>It was filed by current Lt. Gov. Jay Collins, who is also running in the primary.</p><p>A candidate must have lived in the state for seven consecutive years to run for governor and records show that within the past few years, Fishback bought a home in Washington, D.C.</p><p>But despite making that his “primary home,” he never abandoned his Florida residency.</p>]]></content:encoded></item></channel></rss>