<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Fri, 04 Sep 2026 21:45:41 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Sex offender with sordid history on NYC subway now accused of groping girls outside Broward mosque]]></title><link>https://www.local10.com/news/local/2026/09/04/sex-offender-with-sordid-history-on-nyc-subway-now-accused-of-groping-girls-outside-broward-mosque/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/sex-offender-with-sordid-history-on-nyc-subway-now-accused-of-groping-girls-outside-broward-mosque/</guid><dc:creator><![CDATA[Chris Gothner, Christina Vazquez]]></dc:creator><description><![CDATA[A sex offender who authorities said was arrested three times for lewd behavior on the New York City subway now faces disturbing allegations in South Florida.]]></description><pubDate>Fri, 04 Sep 2026 21:41:57 +0000</pubDate><content:encoded><![CDATA[<p>A sex offender who authorities said was arrested three times for lewd behavior on the New York City subway now faces disturbing allegations in South Florida.</p><p>A 36-year-old man booked under the name Jose Kamruzzaman was taken into custody on Thursday in connection with the Feb. 27 incident at the Islamic Center of South Florida, a mosque at 1641 NW 15th St. in Pompano Beach.</p><p>According to the Broward Sheriff’s Office, security guards at the mosque called deputies after seeing a man later, identified as Kamruzzaman, of Boca Raton, engaging in “odd” behavior with a group of girls who were walking outside ― namely, Kamruzzaman picking one of them up. </p><p>A report states that the girls told one guard they didn’t know Kamruzzaman, whom the guards also confronted, trying to get his identification. Deputies said he instead took off in his car, but the guards were able to snap a photo of his license plate.</p><p>According to BSO, video showed Kamruzzaman beckoning one of the girls over and lifting her up. Deputies said he inappropriately touched two girls during the encounter. Their ages weren’t specified, but at least one was under 12, authorities said.</p><p>Authorities said they were able to trace the vehicle to Kamruzzaman, who had it registered under No Name Given Kamruzzaman. Deputies said in the report that Kamruzzaman only had one name, so it’s unclear whether “Jose” is a legal name, a nickname or a placeholder.</p><p>The New York Police Department has referred to Kamruzzaman as “Fnu Kamruzzaman” - “Fnu” standing for “first name unknown.”</p><p>“We don’t even know his first name,” a Broward prosecutor said in court Friday.</p><p>According to BSO, Kamruzzaman has had at least three run-ins with the NYPD for lewd subway behavior.</p><p>In 2014, they said he was arrested for “rubbing himself against a 15-year-old girl on a train.”</p><p>In August 2017, police said he rubbed himself against an off-duty female police officer on a Manhattan-bound 7 train in Queens, then “exposed himself,” then got off at a stop and fled before being captured in the Sunnyside neighborhood.</p><p>Then, in 2021, he was accused of “masturbating in front of a woman” on an E train.</p><p>Kamruzzaman, now facing Broward charges of lewd and lascivious conduct and lewd and lascivious molestation, was ordered held without bond.</p><p>He’s also behind bars on an immigration hold. His nationality wasn’t clear; arrest documents list his place of birth as Queens, which a prosecutor said in court was “clearly not accurate,” given that he has a final deportation order.</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[Atlantic basin stormless over Labor Day weekend for the third consecutive hurricane season]]></title><link>https://www.local10.com/weather/hurricane/2026/09/04/atlantic-basin-stormless-over-labor-day-weekend-for-the-third-consecutive-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/04/atlantic-basin-stormless-over-labor-day-weekend-for-the-third-consecutive-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Fri, 04 Sep 2026 15:56:33 +0000</pubDate><content:encoded><![CDATA[<p>Of the six federal holidays that fall during the 6-month Atlantic hurricane season, the one you’re most likely to find a hurricane is on Labor Day.</p><p><a href="https://www.local10.com/espanol/2026/09/04/cuenca-del-atlantico-permanece-sin-tormentas-durante-el-fin-de-semana-del-dia-del-trabajo-por-tercera-temporada-de-huracanes-consecutiva/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/cuenca-del-atlantico-permanece-sin-tormentas-durante-el-fin-de-semana-del-dia-del-trabajo-por-tercera-temporada-de-huracanes-consecutiva/">Leer en español</a></p><p>The first Monday of September arrives right as the hurricane season is reaching its traditional peak (on or around September 10<sup>th</sup>), when the Atlantic basin is typically most active.</p><p>Some Labor Days of the not-so-distant past – like in 2023 and 1995 – featured as many as four simultaneous named storms over the holiday weekend. Labor Day weekend of 1950 was littered with 3 overlapping hurricanes – Charlie, Dog, and Easy, the last of which struck the Big Bend of Florida as a Category 3 hurricane and set a state rainfall record (45.2 inches at Yankeetown), <a href="https://www.wpc.ncep.noaa.gov/tropical/rain/tcstatemaxima.gif" rel="">which still holds today</a>.</p><p>Roughly 9 out of 10 Labor Day weekends since 1950 have featured at least one active tropical cyclone across the Atlantic basin (Gulf, Caribbean, and wider north Atlantic). Only twice in the reliable records (since 1950) have two consecutive Labor Day weekends passed with no active Atlantic systems whatsoever – 1997-1998 and 2024-2025. Never in the reliable records have we gone three consecutive Labor Day Weekends with an empty tropical Atlantic map; that is, until 2026.</p><figure><img src="https://www.local10.com/resizer/v2/MUHRNBMHPBGTXBQQVWO4PBSW3Y.png?auth=f78788dc15003732faaf0738f5f8006aaa1b2b97556e2f0da174a561452d6b6b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>It’s a rare treat for the Atlantic hurricane season to pause the first week of September and let beachgoers enjoy the unofficial end of summer without worry of a looming hurricane. It’s even more rare to look out at our long-range computer models in early September and see absolutely no Atlantic tropical contenders on the horizon.</p><figure><img src="https://www.local10.com/resizer/v2/577GWQHLBZFAJJN67AIHIHEOEQ.PNG?auth=e76e78596dba8d84bd0e343f79a449aa53ce219eb4c6ae4ac84e7fd1de24430e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>So far the Super El Niño is doing all that we hoped it would, keeping the Atlantic hurricane season remarkably quiet, with the lowest activity to-date of the reliable hurricane records (since at least 1950).</p><h3><b>Another close call for parts of Hawaii</b></h3><p>Unlike the Atlantic, the Pacific is replete with strong hurricanes. This week Karina and Lowell attained Category 4 and Category 5 status, respectively, while Maria became a hurricane late Wednesday over the open Pacific to their east.</p><figure><img src="https://www.local10.com/resizer/v2/7QTWDK3WENFFHGWJURTNNK3KQU.png?auth=83d3f985396f5cd21c91ff8ff42e9b9eaac02734da9886e2638347db96522f57&smart=true&width=1200&height=900" alt="Hurricanes Lowell (left) and Karina (right) on Wednesday, September 2, 2026, over the eastern Pacific. Credit: NOAA/CIRA Satellite Library." height="900" width="1200"/><figcaption>Hurricanes Lowell (left) and Karina (right) on Wednesday, September 2, 2026, over the eastern Pacific. Credit: NOAA/CIRA Satellite Library.</figcaption></figure><p>Lowell is the only one of the three that could pose a direct threat to land. The forecast is not only for Category 3 Lowell to strengthen over the weekend, it could maintain its status as a major Category hurricane as it makes its closest point of approach to the westernmost main Hawaiian Islands late Monday and Monday night local time.</p><p>Officially the National Hurricane Center keeps the center of Lowell about 150 to 200 miles west of Kauaʻi at its nearest pass and models have generally trended westward and away from the state’s main islands over the past few days.</p><figure><img src="https://www.local10.com/resizer/v2/34LSRRN55BFXFIBPASBSRDF3AY.png?auth=7a67747a783dfc3959e745d1d926f65ccbfd15fc7a885e181fa96235ac8feb59&smart=true&width=1200&height=900" alt="Official NHC forecast for Hurricane Lowell as of 5 AM HST Friday. Though Lowell is currently forecast to move west of the main Hawaiian Islands early next week, dangerous and life-threatening surf will pose a threat to the entire state in the days ahead. Credit: Tomer Burg/polarwx.com." height="900" width="1200"/><figcaption>Official NHC forecast for Hurricane Lowell as of 5 AM HST Friday. Though Lowell is currently forecast to move west of the main Hawaiian Islands early next week, dangerous and life-threatening surf will pose a threat to the entire state in the days ahead. Credit: Tomer Burg/polarwx.com.</figcaption></figure><p>Google’s latest 1,000-member DeepMind ensemble run suggests low odds that Lowell’s center passes to within 75 miles of Kauaʻi.</p><figure><img src="https://www.local10.com/resizer/v2/2HTKVWMOI5FSXEMVZ4CN5NY5FY.png?auth=335ff429057b4bc95ca17cbbae470536e362df0eae672d5f81a519326938a401&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Nevertheless, residents and visitors across the state will want to continue to monitor the forecasts, as powerful waves and life-threatening surf will continue to build as Lowell approaches. The large extra-high surf will likely affect harbor entrances, channels, and coastal properties and infrastructure, including roadways, through early next week.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5BO4UJK2ZFALDRJT733BUCM7M.png?auth=f22f51b15c6036813ff013346c5725ee2234895c342db8c55694f2f2baf520c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Friday morning Atlantic basin satellite showing unusually quiet conditions across the tropics to start September. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[UN nuclear agency members draft resolution reporting Iran to the UN Security Council]]></title><link>https://www.local10.com/news/world/2026/09/04/un-nuclear-agency-members-draft-resolution-reporting-iran-to-the-un-security-council/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/un-nuclear-agency-members-draft-resolution-reporting-iran-to-the-un-security-council/</guid><dc:creator><![CDATA[By STEPHANIE LIECHTENSTEIN, Associated Press]]></dc:creator><description><![CDATA[VIENNA (AP) — The United States, Britain, France and Germany have drafted a resolution for possible consideration by the Board of Governors of the U.N. nuclear watchdog that seeks to refer Iran to the U.N. Security Council for failure to comply with its nuclear nonproliferation obligations, diplomats say.]]></description><pubDate>Fri, 04 Sep 2026 21:20:31 +0000</pubDate><content:encoded><![CDATA[<p>VIENNA (AP) — The United States, Britain, France and Germany have drafted a resolution for possible consideration by the Board of Governors of the U.N. nuclear watchdog that seeks to refer Iran to the U.N. Security Council for failure to comply with its nuclear nonproliferation obligations, diplomats say.</p><p>Under those obligations, which are part of the Nuclear Non-Proliferation Treaty, Iran is legally bound to declare all nuclear material and activities and allow inspectors of the Vienna-based International Atomic Energy Agency to verify that none of it is being diverted from peaceful uses.</p><p>The diplomatic move has been under consideration since June 2025 when the IAEA board found Iran officially in noncompliance with its nonproliferation obligations for the first time in 20 years — one day before the U.S. and Israel launched attacks against Iran’s nuclear sites.</p><p>The possible referral of Iran to the U.N. Security Council shifts the responsibility to a higher authority that is able to enact further legally binding measures, including sanctions or asset freezes.</p><p>But specific punitive measures by the U.N. are unlikely in this case since Iran’s allies Russia and China hold a veto power on the U.N. Security Council.</p><p>The draft resolution, which was seen by The Associated Press and reported earlier by Reuters, requests the IAEA director general Rafael Grossi “to transmit this resolution and the previously adopted resolutions … to all Members of the Agency and to the Security Council and the General Assembly of the United Nations, in accordance with the relevant provisions of the IAEA Statute.”</p><p>The resolution also “stresses its support for a diplomatic solution to the challenges posed by the Iranian nuclear programme and its implications for regional peace and stability leading to an agreement that addresses all international concerns related to Iran’s nuclear activities, and encourages all parties to constructively engage in diplomacy.”</p><p>Diplomats say that the resolution is still under negotiation and has not yet been formally submitted to the board. The text of the draft resolution may therefore still change, as board members still have the opportunity to suggest amendments.</p><p>Once formally submitted, it will be put to a vote during next week’s IAEA Board of Governors meeting in Vienna.</p><p>Referring Iran to the U.N. Security Council had been stalled to allow a final push for diplomacy, according to a senior Western diplomat, who wasn’t authorized to comment about the sensitive matter and spoke on condition of anonymity. The IAEA board now has to follow its mandate and act because not only has Iran not cooperated, but even communication is no longer happening, the official said.</p><p>Since Israel and the U.S. struck Iran’s nuclear sites during the 12-day war in June 2025, Iran hasn’t given IAEA inspectors access to nuclear sites that were affected by the strikes — even though Tehran is legally obliged to cooperate with the watchdog under the Nuclear Nonproliferation Treaty.</p><p>The agency also has been unable to verify the status of the stockpile of near weapons-grade uranium since the June bombing. Of course, that has been made much more difficult by more than six months of war that the U.S. and Israel launched against Iran on Feb. 28, including strikes that have been carried out by both Washington and Tehran this week.</p><p>The IAEA warned in Tuesday’s confidential report, seen by the AP, that continued denial by Iran to allow IAEA inspectors access to its nuclear sites and to verify the nuclear material constitutes a “proliferation risk” that needed to be “addressed with the utmost urgency.”</p><p>According to the IAEA, Iran maintains a stockpile of 440.9 kilograms (972 pounds) of uranium enriched up to 60% purity — a short, technical step away from weapons-grade levels of 90%.</p><p>That stockpile could allow Iran to build as many as 10 nuclear bombs, should it decide to weaponize its program, IAEA chief Grossi warned in an interview last year with the AP. He said that it doesn’t mean that Iran has such a weapon.</p><p>The IAEA also reported in its confidential report on Tuesday that there has been no progress in its long-running investigation into uranium traces detected by inspectors at various undeclared sites in Iran.</p><p>Western officials suspect that the uranium traces could provide further evidence that Iran had a secret nuclear weapons program until 2003.</p><p>Iran says that it’s not pursuing nuclear weapons, and its program is entirely peaceful.</p><p>—- The Associated Press receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HCEZODLS3KQYGNDWAYEYPEOEFY.jpg?auth=ef2e13d9b69eb6a75ca7038d8cf4539747936dd580178946fc199587026702cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rafael Grossi, one of the four candidates for the next UN Secretary-General, attends an event, "The Leader the UN Needs: Choosing the Next Secretary-General," in London on May 28, 2026. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Coral Springs ex-school resource officer fired after probe sustains sexual battery allegation]]></title><link>https://www.local10.com/news/local/2026/09/04/coral-springs-ex-school-resource-officer-fired-after-probe-sustains-sexual-battery-allegation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/coral-springs-ex-school-resource-officer-fired-after-probe-sustains-sexual-battery-allegation/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[An internal probe by the Coral Springs Police Department found that a now-former school resource officer behaved inappropriately with students during their time at J.P. Taravella High School ― and as adults after they graduated.]]></description><pubDate>Fri, 04 Sep 2026 21:12:44 +0000</pubDate><content:encoded><![CDATA[<p>An internal probe by the Coral Springs Police Department found that a now-former school resource officer behaved inappropriately with students during their time at J.P. Taravella High School ― and as adults after they graduated.</p><p>The department sustained several allegations against former Officer Raymond Kerner, four of which came under the internal policy violation of “failure to adhere to laws.” Those laws, according to the July 30 CSPD internal affairs report, were battery, lewd and lascivious exhibition, showing obscene material to minors and sexual battery.</p><p>While the report alleges that Kerner broke the law, he is not facing criminal charges; the report states that prosecutors couldn’t pursue them because the alleged incidents fell outside of the statute of limitations. In one case, a woman said she did not want to pursue charges for an allegation from 2025, according to the report.</p><p>CSPD announced the results of the investigation into Kerner and publicly announced his “termination” on Friday. The department said Kerner served as a full-time SRO at Taravella from 2013 to 2021, retired in 2022, then rejoined the department as a seasonal SRO at Eagle Ridge Elementary. </p><p>They said the internal probe into the officer began after reports from “several women who described inappropriate behavior and conversations of a sexual nature” while serving at Taravella. Police said he was “immediately” relieved of duty following the allegations and is “no longer employed” by CSPD.</p><p>In one case, Kerner was accused of inappropriately touching a 21-year-old former student “and placing cash inside her shirt.”</p><p>Internal investigators said he also sexually battered a young woman on an August 2025 boat outing. According the CSPD document, the woman told investigators that she “doesn’t want to press charges” and “does not think Officer Kerner should be working in a school with young females or be a police officer anymore.”</p><p>Investigators also sustained allegations that Kerner showed a student, then 15 or 16, pornography during a FaceTime call and masturbated during another FaceTime call, according to the report.</p><p>According to the report, they also sustained complaints that Kerner, who allowed students to “routinely hang out in (his) office,” once likened a student to a type of sex toy because of “how small she was,” said “she would be fun to be with (during sex)” and “physically massag(ed) her back.”</p><p>An investigator finding Kerner violated the agency’s unprofessional behavior policy concluded: “Officer Kerner engaging in criminal sexual conduct is unprofessional and is not a standard of a Coral Springs Police Officer.”</p><p>Kerner did not provide a statement during the investigation.</p><p>In Friday’s announcement, CSPD Chief Brad Mock called Kerner’s conduct “inexcusable.”</p><p>“Wearing this badge gives an officer authority, but it also places great responsibility on that officer to exercise good judgement and protect the trust placed in us,” Mock said. “That responsibility is especially important when an officer works with our youth.”</p><p>“Accountability matters. Transparency matters. We investigated these allegations, took immediate action, and now the investigation is closed. We will not hide from conduct that falls short of what this department and our community expects,” the statement continued. </p><p>Mock said that the “recognize(s) there may be others who have had similar experiences and never reported them.”</p><p>He said anyone with “information concerning inappropriate conduct involving Officer Kerner” is asked to call Sgt. Ernesto Bruna at 954-346-1234.</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/T36PW2ATWNA3LH2CZGCJ4SBFXE.jpg?auth=1df2bbc590543032a72fd0550bd1d6b10920f3545db8d2a7124ee657f736d3b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Then-Officer Raymond Kerner.]]></media:description></media:content></item><item><title><![CDATA[Man seriously injured after being stabbed in back at Miami-Dade county hall, first responders say]]></title><link>https://www.local10.com/news/local/2026/09/04/mdfr-man-seriously-injured-after-being-stabbed-in-back-at-government-center-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/mdfr-man-seriously-injured-after-being-stabbed-in-back-at-government-center-in-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 32-year-old man was seriously injured after being stabbed in the back Friday afternoon at the Stephen P. Clark Government Center in downtown Miami, according to Miami Fire Rescue officials. ]]></description><pubDate>Fri, 04 Sep 2026 20:33:08 +0000</pubDate><content:encoded><![CDATA[<p>A 32-year-old man was seriously injured after being stabbed in the back Friday afternoon at the Stephen P. Clark Government Center in downtown Miami, according to Miami Fire Rescue officials. </p><p>Authorities said MFR medics responded to a stabbing call at the government center, located at 111 NW First St., at about 3:45 p.m.</p><p>They said the man was transported in serious condition to Jackson Memorial Hospital’s Ryder Trauma Center.</p><p>No other details about the victim, a possible suspect or motive were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YSYPM74ZYODA4W32X752GQA27Y.png?auth=dfcdd9b8b5dacebd24e6c5c389d8c2fb2daa04a411a781cc0742b40da628917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Collier County battery cases against ex-Alligator Alcatraz guards remain pending ]]></title><link>https://www.local10.com/news/florida/2026/09/04/collier-county-battery-cases-against-alligator-alcatraz-guards-remain-pending/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/09/04/collier-county-battery-cases-against-alligator-alcatraz-guards-remain-pending/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Two men stand accused on Friday of battery on a 42-year-old man — while they worked as guards and the victim was a detainee, at Alligator Alcatraz — a former immigration law enforcement detention center in the Florida Everglades. ]]></description><pubDate>Fri, 04 Sep 2026 20:05:56 +0000</pubDate><content:encoded><![CDATA[<p>Two men stand accused on Friday of battery on a 42-year-old man — while they worked as guards and the victim was a detainee, at Alligator Alcatraz — a former immigration law enforcement detention center in the Florida Everglades. </p><p><a href="https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/">Leer en español</a></p><p>Collier County prosecutors’ cases against Stephen Trejos and Andre Seenaraine remained pending. They were accused of the Jan. 25 battery against Rigoberto Rodriguez, a Cuban who U.S. Immigration and Customs Enforcement detained on Dec. 9. </p><p>Frank Rivera, a witness, <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_self" rel="" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">told WINK News</a> that he and Rodriguez were part of a group of dozens of detainees who were banging their handcuffs on a bench after waiting since 6 a.m. without access to food or water. </p><p>Trejos, 25, “picked him up, slammed him, and then started hitting him,” Rivera said, according to WINK Reporter Olivia Jean’s report <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_self" rel="" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">published on July 1</a>. </p><p>Attorney Yaritssa Plasencia, who represented Rodriguez, told WINK that the case surfaced after Rodriguez arrived wearing a blood-stained uniform, with bandages on his hand, and with a black eye on Jan. 25 at El Paso Camp East Montana, in Texas.</p><p>In a motion, Trejos’s attorney alleged surveillance video showed Rodriguez delivering a “compliance strike” after Rodriguez spat on him. Rivera also told WINK that detainees yelled at Trejos to stop, and Seenaraine, 30, later punched Rodriguez in another room. </p><p>The Florida Department of Law Enforcement investigated the cases. Collier County Circuit Judge Crystal K. Kinzel signed warrants for their arrest on June 24. </p><p>Collier County Sheriff’s Office deputies arrested Trejos on June 24. Trejos was released on a $1,000 bond on June 25. Seenaraine was also released on a $1,000 bond on June 27. </p><p>Marion County Sheriff’s Office deputies arrested Seenaraine on June 26 in Ocala, records show. <a href="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html" target="_self" rel="" title="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html">The Tampa Bay Times reported</a> deputies listed Seenaraine’s employer as Critical Response Strategies, one of Florida’s contractors at Alligator Alley.</p><p>Trejos and Seenaraine each faced a charge of first-degree misdemeanor battery and pleaded not guilty. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUFSBNATHRB3HIWJR3DL72B2E4.jpg?auth=e64f2a7530ae3281adf856cc533a06fd998668d161d76e34434d82f43e51fca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Argentine court clears return of Nazi-looted portrait to Jewish dealer’s heir]]></title><link>https://www.local10.com/entertainment/2026/09/04/argentine-court-clears-return-of-nazi-looted-portrait-to-jewish-dealers-heir/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/04/argentine-court-clears-return-of-nazi-looted-portrait-to-jewish-dealers-heir/</guid><dc:creator><![CDATA[By SERGIO FARELLA and ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — A long-lost Italian portrait looted from a prominent Jewish art dealer during World War II was set to be returned to his heir after an Argentine court on Friday approved a deal under which the daughter of a fugitive Nazi official agreed to give up her claim rather than face trial.]]></description><pubDate>Fri, 04 Sep 2026 20:36:58 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — A long-lost Italian portrait looted from a prominent Jewish art dealer during World War II was set to be returned to his heir after an Argentine court on Friday approved a deal under which the daughter of a fugitive Nazi official agreed to give up her claim rather than face trial.</p><p>The agreement paves the way for the long-sought return of “ Portrait of a Lady ” to Marei von Saher, the sole surviving heir of Dutch-Jewish art dealer Jacques Goudstikker, whose celebrated collection was sold under duress to Nazi officials after Adolf Hitler’s Germany invaded the Netherlands in 1940.</p><p>Patricia Kadgien, the daughter of the late high-ranking Nazi official Friedrich Kadgien, and her husband, Juan Carlos Cortegoso, were charged with aggravated cover-up last year after authorities said they hid the 18th-century painting despite knowing it was being sought by Argentine and international investigators.</p><p>Under the agreement, a copy of which was obtained by The Associated Press, the couple agreed to give up any claim to the work and consent to its return to von Saher in exchange for avoiding a criminal trial and spending two years under court supervision. During that time, they must make payments to a hospital in Argentina's coastal city of Mar del Plata, where they live, and keep authorities informed of their whereabouts.</p><p>The deal ends a generations-long search for the missing portrait and a yearlong legal saga that began in August 2025. Dutch reporters investigating Friedrich Kadgien, a fugitive Nazi financial official who fled to Argentina after World War II, spotted “Portrait of a Lady” hanging above a green velvet couch in an online real estate listing for his daughter’s rustic home in Mar del Plata.</p><p>The listing disappeared within hours of the Rotterdam-based newspaper Algemeen Dagblad publishing its findings. Police raided the home several times but failed to find the painting. More than a week later, Kadgien’s lawyer turned it over to authorities.</p><p>For decades, the portrait had been identified as a work by the Italian Baroque painter Giuseppe Vittore Ghislandi. It appeared under that attribution in Goudstikker’s collection records and was exhibited as a Ghislandi in Amsterdam before the war. But a court-ordered examination by Argentina’s National Academy of Fine Arts reached a different conclusion, attributing the work to the Italian artist Giacomo Antonio Melchiorre Ceruti.</p><p>Experts authenticated the painting as part of Goudstikker’s collection and estimated its value at about 250,000 euros ($290,000).</p><p>Goudstikker was one of Europe’s leading art dealers before World War II, known for a collection that included works by Rembrandt and Vermeer. He died in a shipwreck while fleeing Amsterdam with his family as German forces swept into the Netherlands in May 1940.</p><p>An estimated 1,100 works from his collection were illegally sold to Hermann Göring, known as Hitler’s right-hand man, who amassed a vast art collection during the war. It remains unclear exactly how “Portrait of a Lady” came into the possession of Kadgien, Göring’s financial adviser, who handled foreign currency, precious metals and the sale of confiscated property for the Nazi regime.</p><p>Kadgien fled Europe after Germany’s defeat, first for Switzerland and later Argentina. He died in the South American country in 1978 without having been arrested or charged with war crimes.</p><p>Lawyers for von Saher, who now lives in Greenwich, Connecticut, and spent decades trying to recover her family’s looted art, said she has agreed to let the painting be exhibited in Argentina before being returned to her.</p><p>During last year's raids on homes owned by Kadgien and her sister in Mar del Plata, Argentine police also seized two 19th-century paintings, along with other prints and engravings. Authorities are still investigating whether any of them may also have been looted during World War II.</p><p>___</p><p>Associated Press writer Isabel DeBre in Buenos Aires, Argentina, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZTUETKLFNI4BJPU2HVP2A44TYU.jpg?auth=092913682a6a8c19282bbb3dc05586cb1f8d842ca7c06e93605385b4a3099e41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The 18th-century painting "Portrait of a Lady," allegedly stolen by a Nazi officer during World War II, is displayed during a news conference in Mar del Plata, Argentina, on Sept. 3, 2025. (AP Photo/Christian Heit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christian Heit</media:credit></media:content></item><item><title><![CDATA[White House website debuts 5 retro arcade video games that promote Trump's agenda]]></title><link>https://www.local10.com/entertainment/2026/09/03/white-house-website-debuts-5-low-res-arcade-video-games-that-promote-trumps-agenda/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/white-house-website-debuts-5-low-res-arcade-video-games-that-promote-trumps-agenda/</guid><dc:creator><![CDATA[By LOU KESTEN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The White House website on Thursday unveiled Arcade, a collection of five low-resolution video games that promote different aspects of President Donald Trump's agenda.]]></description><pubDate>Fri, 04 Sep 2026 01:09:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The White House website on Thursday unveiled Arcade, a collection of five low-resolution video games that promote different aspects of President Donald Trump’s agenda.</p><p>“Build the Wall” is a “Tetris” knockoff that transforms the classic game into an effort to “Protect the border from the coming horde.” In “Rio Run,” which resembles the mobile favorite “Snake,” an icon resembling Trump runs around gathering potential border crossers.</p><p>In “Supply Line,” which looks like a condensed version of the arcade game “Tapper,” food moves along an assembly line and you must reject items that don’t meet “Make America Healthy Again” standards.</p><p>Two of the games take place over the skies of the nation’s capital. In “Flappy Bill,” an eagle carries a bill across the National Mall. In “Trump Savings Tycoon,” your goal is to collect money flying through the air to “Fill your kids’ Trump Accounts,” the administration savings plan that offers $1,000 to every child born during Trump’s term.</p><p>The White House announced Arcade on social media with a series of animations parodying Xbox, PlayStation and Nintendo loading screens. In one such post, the Sega logo turns into “MAGA,” as in Trump’s “Make America Great Again” slogan.</p>]]></content:encoded></item><item><title><![CDATA[Siguen pendientes casos de agresión en el condado Collier contra ex guardias de Alligator Alcatraz]]></title><link>https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/</guid><description></description><pubDate>Fri, 04 Sep 2026 20:28:03 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres estaban acusados el viernes de agredir a un hombre de 42 años, mientras trabajaban como guardias y la víctima era un detenido, en Alligator Alcatraz, un ex centro de detención de las autoridades de inmigración en los Everglades de Florida.</p><p>Los casos de los fiscales del condado Collier contra Stephen Trejos y Andre Seenaraine seguían pendientes. Fueron acusados de la agresión del 25 de enero contra Rigoberto Rodriguez, un cubano que el Servicio de Inmigración y Control de Aduanas de Estados Unidos detuvo el 9 de diciembre.</p><p>Frank Rivera, un testigo, <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_blank" rel="noreferrer" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">dijo a WINK News</a> que él y Rodriguez formaban parte de un grupo de decenas de detenidos que golpeaban sus esposas contra un banco después de esperar desde las 6 a.m. sin acceso a comida ni agua.</p><p>Trejos, de 25 años, “lo levantó, lo lanzó contra el suelo y luego comenzó a golpearlo”, dijo Rivera, según el reporte de la periodista de WINK Olivia Jean, <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_blank" rel="noreferrer" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">publicado el 1 de julio</a>.</p><p>La abogada Yaritssa Plasencia, quien representó a Rodriguez, dijo a WINK que el caso salió a la luz después de que Rodriguez llegara el 25 de enero a El Paso Camp East Montana, en Texas, con un uniforme manchado de sangre, vendajes en la mano y un ojo morado.</p><p>En una moción, el abogado de Trejos alegó que un video de vigilancia mostraba a Trejos dando un “golpe de cumplimiento” después de que Rodriguez le escupiera. Rivera también dijo a WINK que los detenidos le gritaron a Trejos que se detuviera y que Seenaraine, de 30 años, posteriormente golpeó a Rodriguez en otra habitación.</p><p>El Departamento de Aplicación de la Ley de Florida investigó los casos. La jueza del Tribunal de Circuito del condado Collier, Crystal K. Kinzel, firmó las órdenes de arresto el 24 de junio.</p><p>Agentes de la Oficina del Sheriff del Condado Collier arrestaron a Trejos el 24 de junio. Trejos fue liberado bajo una fianza de $1,000 USD el 25 de junio. Seenaraine también fue liberado bajo una fianza de $1,000 USD el 27 de junio.</p><p>Agentes de la Oficina del Sheriff del Condado Marion arrestaron a Seenaraine el 26 de junio en Ocala, según muestran los registros. <a href="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html" target="_blank" rel="noreferrer" title="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html">El Tampa Bay Times informó</a> que los agentes identificaron al empleador de Seenaraine como Critical Response Strategies, uno de los contratistas de Florida en Alligator Alley.</p><p>Trejos y Seenaraine enfrentaban cada uno un cargo de agresión, un delito menor de primer grado, y se declararon no culpables.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUFSBNATHRB3HIWJR3DL72B2E4.jpg?auth=e64f2a7530ae3281adf856cc533a06fd998668d161d76e34434d82f43e51fca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Florida International University police motorman injured in Miami-Dade ]]></title><link>https://www.local10.com/traffic/2026/09/04/florida-international-university-police-motorman-injured-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/09/04/florida-international-university-police-motorman-injured-in-miami-dade/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[A motorman with the Florida International University Police Department was hospitalized after a crash on Friday in Miami-Dade County, according to FIU Police Chief Alexander D. Casas. ]]></description><pubDate>Fri, 04 Sep 2026 18:43:55 +0000</pubDate><content:encoded><![CDATA[<p>A motorman with the Florida International University Police Department was hospitalized after suffering a leg injury during a crash on Friday in Miami-Dade County, according to FIU Police Chief Alexander D. Casas.</p><p><a href="https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/">Leer en español </a></p><p>Miami-Dade Fire Rescue personnel rushed the FIUPD motorman from Hialeah Gardens to HCA Florida Kendall Hospital in an ambulance. </p><p>The crash was along U.S. Route 27, near Frontage Road. Florida Highway Patrol troopers temporarily blocked southbound traffic to make way for the ambulance. </p><p><i>This is a developing story. Local 10 News Senior Assignment Editor Frine Gomez contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d32946.050375719526!2d-80.3492318!3d25.8683254!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9bcb0accb9a01%3A0x473eaa7e0187a232!2sFrontage%20Rd%2C%20Hialeah%20Gardens%2C%20FL!5e1!3m2!1sen!2sus!4v1788547754341!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Policía motociclista de Florida International University resulta herido en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[Un policía motociclista del Departamento de Policía de Florida International University fue hospitalizado después de un accidente el viernes en el condado Miami-Dade, según el jefe de la Policía de FIU, Alexander D. Casas.]]></description><pubDate>Fri, 04 Sep 2026 20:24:45 +0000</pubDate><content:encoded><![CDATA[<p>Un policía motociclista del Departamento de Policía de Florida International University fue hospitalizado después de sufrir una lesión en una pierna durante un accidente el viernes en el condado Miami-Dade, según el jefe de la Policía de FIU, Alexander D. Casas.</p><p>Personal de Bomberos y Rescate de Miami-Dade trasladó de urgencia al policía motociclista de FIUPD desde Hialeah Gardens hasta HCA Florida Kendall Hospital en una ambulancia.</p><p>El accidente ocurrió a lo largo de la U.S. Route 27, cerca de Frontage Road. Agentes de la Patrulla de Carreteras de Florida bloquearon temporalmente el tráfico en dirección sur para dar paso a la ambulancia.</p><p>Esta es una noticia en desarrollo. La editora sénior de asignaciones de Local 10 News, Frine Gomez, contribuyó a este reporte.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d32946.050375719526!2d-80.3492318!3d25.8683254!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9bcb0accb9a01%3A0x473eaa7e0187a232!2sFrontage%20Rd%2C%20Hialeah%20Gardens%2C%20FL!5e1!3m2!1sen!2sus!4v1788547754341!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Trump calls Iran conflict 'small potatoes' and says he agrees with Vance that it's not a 'war']]></title><link>https://www.local10.com/news/world/2026/09/04/trump-calls-iran-conflict-small-potatoes-and-says-he-agrees-with-vance-that-its-not-a-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/trump-calls-iran-conflict-small-potatoes-and-says-he-agrees-with-vance-that-its-not-a-war/</guid><dc:creator><![CDATA[By AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Friday said the conflict in Iran is “small potatoes” as he defended Vice President JD Vance for asserting that months of on-and-off attacks in the Middle East are not a “war.”]]></description><pubDate>Fri, 04 Sep 2026 20:21:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Friday said the conflict in Iran is “small potatoes” as he defended Vice President JD Vance for asserting that months of on-and-off attacks in the Middle East are not a “war.”</p><p>Asked during an Oval Office exchange about Vance’s comments made a day earlier, Trump noted that U.S. strikes on Iran are now “intermittent” and seemed to downplay the intensity of a war that's cost U.S. taxpayers more than $37.5 billion and left 18 U.S. service members dead.</p><p>“I can understand what he’s saying,” said Trump. He added, “I call it a military conflict because it’s small potatoes for us. It's not a big thing."</p><p>Vance on Thursday, during a White House press briefing, rejected the use of the word “war” to describe the U.S. fighting with Iran and steered clear of predicting that the 6-month-old conflict would be over by November’s midterm elections, in which Republicans are trying to hang on to their narrow majorities in Congress.</p><p>“I wouldn’t call it a war,” Vance said after being asked during a White House press briefing about whether the fighting could end before voters cast their ballots in the Nov. 3 congressional elections. “Right now, there is no active shooting.”</p><p>Vance’s assertion came even as Iran fired at U.S. Gulf ally Kuwait on Thursday in retaliation for rounds of U.S. strikes on Iran earlier in the week.</p><p>Trump in Friday's exchange with reporters added that the U.S. death toll in the Iran conflict is relatively lower than some other recent U.S. wars. The U.S., along with Israel, have only carried out air strikes in the Iran war, which began on Feb. 28, and has not deployed troops into the country.</p><p>“We did Venezuela and we did this. In Venezuela, we lost nobody,” said Trump, referring to the January U.S. military operation to seize former Venezuelan President Nicolás Maduro and spirit him to New York City to face federal drug trafficking charges. “And this, we lost 18 people. And, in Vietnam we lost 100,000 people. And in other conflicts, we lost tens of thousands of people.”</p><p>A total of 58,220 members of the U.S. armed forces died during the Vietnam War, according to records from the U.S. National Archives.</p><p>Pressed by a reporter on describing the conflict as “small potatoes" when 18 U.S. service members have been killed, Trump responded by reiterating his argument that the conflict—one that he said at the outset of the war would last a matter of weeks—has led to the defanging of Iran's nuclear program.</p><p>“Iran will not have a nuclear weapon because if they did you probably wouldn’t be standing here,” Trump said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WWO3PNN4A6TZENOGNR3MDMJMGA.jpg?auth=9f517388adf1becb2eca54456bdf0ed7eaf4d33fc40f06df9510aed92a4b159e&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 and announces action to help farmers and ranchers with meat processing, as a group of farmers and ranchers stand behind, Friday, Sept. 4, 2026, in the Oval Office of the White House, 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/W7TTBJ5J64APZL4ZLICWICAMGM.jpg?auth=3637473af1abfe3cc2589426f50e5d07adba239bd1a294b34b9493336446f502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks during a press briefing at the White House in Washington, Thursday, Sept. 3, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Apuñalan varias veces a mujer en el vecindario Brickell de Miami]]></title><link>https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Gabrielle Arzola]]></dc:creator><description><![CDATA[La policía de Miami está investigando luego de que una mujer fuera apuñalada varias veces la madrugada de este viernes en el vecindario Brickell de la ciudad, confirmaron las autoridades.]]></description><pubDate>Fri, 04 Sep 2026 13:44:34 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami está investigando luego de que una mujer fuera apuñalada varias veces la madrugada de este viernes en el vecindario Brickell de la ciudad, confirmaron las autoridades.</p><p>Según la policía, el apuñalamiento fue reportado alrededor de las 4:45 a.m. en el área de 86 SW Eighth St.</p><p>Se observó una gran presencia policial afuera del edificio de apartamentos Solitair, pero no está claro si el ataque ocurrió dentro o fuera del edificio.</p><p>La policía dijo que en este momento no está claro si el apuñalamiento estuvo relacionado con un incidente doméstico.</p><p>El estado de la víctima aún no ha sido divulgado.</p><p><i>Vea Local 10 News o actualice esta página para obtener más información.</i></p>]]></content:encoded></item><item><title><![CDATA[Woman dies after being stabbed multiple times inside Brickell high-rise]]></title><link>https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Gabrielle Arzola]]></dc:creator><description><![CDATA[Miami police are investigating after a woman was fatally stabbed early Friday morning in the city’s Brickell neighborhood, authorities confirmed.]]></description><pubDate>Fri, 04 Sep 2026 12:11:32 +0000</pubDate><content:encoded><![CDATA[<p>Miami police are investigating after a woman was stabbed multiple times early Friday morning in the city’s Brickell neighborhood, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/">Leer en español</a></p><p>According to police, the stabbing was reported at about 4:45 a.m. inside the Solitair apartment building, located at 86 SW Eighth St.</p><p>A large police presence was spotted inside and outside the building throughout the morning. </p><p>Zach Karson, who lives on the same floor where the victim was found, said he stumbled upon the scene while trying to leave his building to go for a run.</p><p>“I heard some noises this morning, like 4:30, woke up to it, didn’t know what I heard, I rounded the corner. I just saw the yellow police tape and then I heard some keys, then I saw four cops and a body with a pool of blood,” Karson said. “It was super scary. I went back into my apartment, locked my balcony door, locked my door and kind of just looked in the peephole for 10 minutes until I took the stairs 47 floors down.” </p><p>Karson said only one elevator was working in the building Friday. </p><p>Miami Fire Rescue officials said the victim was pronounced dead at the scene. </p><p>Police later confirmed that the stabbing was domestic-related.</p><p>“The body remains inside. We’re waiting for a warrant, which is procedure,” Officer Kenia Fallat said shortly before noon. “We’re waiting for a warrant to make access to go back inside.”</p><p>No other details were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Widow of airman killed in Mideast is upset she was told Iran wasn't a war while sorting out benefits]]></title><link>https://www.local10.com/news/politics/2026/09/04/widow-of-airman-killed-in-mideast-is-upset-she-was-told-iran-wasnt-a-war-while-sorting-out-benefits/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/widow-of-airman-killed-in-mideast-is-upset-she-was-told-iran-wasnt-a-war-while-sorting-out-benefits/</guid><dc:creator><![CDATA[By JACK BROOK and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The widow of an airman killed on a combat mission in the Middle East said it took a viral social media post to get resolution from the Pentagon on issues related to her husband's benefits and basic pay months after his death.]]></description><pubDate>Fri, 04 Sep 2026 20:23:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The widow of an airman killed on a combat mission in the Middle East said it took a viral social media post to get resolution from the Pentagon on issues related to her husband's benefits and basic pay months after his death.</p><p>Maj. Alex Klinner, 33, was one of six crew members of a KC-135 refueling aircraft that crashed in western Iraq in March while supporting operations against Iran. He's one of 18 U.S. service members killed, along with 790 wounded, since the war began more than six months ago.</p><p>The Air Force reached out to his widow, Libby Klinner, this week to clarify that his final paycheck would include hazard pay and combat-related tax breaks. This occurred after she voiced frustration on social media at being told by a military officer assigned to support her after her husband’s death that he was ineligible for those benefits because “we were not at war.”</p><p>“My husband lost his life because we’re in a war, and then I was told that because it’s not technically a war, we lose out on something,” Klinner told The Associated Press. “It all comes down to principle.”</p><p>Trump administration is rejecting the ‘war’ label for current Iran operations</p><p>Her post, made over the weekend, gained national attention. Vice President JD Vance promised to look into her case after being asked about it during a White House briefing on Thursday.</p><p>“We want to be as helpful as we can and ensure she gets everything that she is entitled to,” Vance said. “My message to her would be, ‘We love ya, we’re grateful for the sacrifice and we very much take very seriously our commitment to get you what you need to get.’”</p><p>In response to a separate question, Vance rejected the use of the word “war” to characterize U.S. fighting in Iran, saying that “there is no active shooting.” The military has launched strikes against targets in Iran twice this week, and Iran has retaliated by firing on U.S. allies in the Gulf.</p><p>On Friday, President Donald Trump called U.S. strikes “intermittent" and defended Vance's comments.</p><p>“I call it a military conflict because it’s small potatoes for us,” Trump told reporters in the Oval Office.</p><p>In late July, the Trump administration created a new, separate category in the Pentagon's casualty count system for those killed and wounded in renewed U.S.-Iran fighting. Pentagon officials said the change was necessary because “Operation Epic Fury,” the original name for combat operations against Tehran, had ended. Since July 7, all U.S. casualties in the Middle East have been tallied under “Overseas Operations.”</p><p>Widow says the Air Force has clarified the issues about her husband's pay</p><p>Libby Klinner said Air Force officials contacted her this week to say they were initiating a review of her husband's pay. The Air Force acknowledged to her Thursday that it had initially provided inaccurate information and clarified that she was receiving the full pay and benefits her husband was owed, she said.</p><p>She said she was told that her husband's paycheck had already included but incorrectly itemized the combat-related hazard pay and tax breaks.</p><p>The pay incentives commonly known as “combat pay” are $225 per month and are not conditioned on a formal war declaration but just that the service member be in an area where there is “grave danger of physical injury” or be “killed, injured, or wounded by a hostile fire event,” according to a military website.</p><p>Alex Klinner’s final paycheck would have included half that amount since troops are paid twice per month. It is difficult to calculate how much in federal tax breaks Klinner would have been receiving without more information.</p><p>Klinner declined to specify the amount of money she was initially told her husband, an eight-year Air Force veteran from Birmingham, Alabama, would be ineligible to receive.</p><p>The Air Force says it's committed to offering information and support</p><p>The Air Force said officials spoke with Klinner this week to “ensure all her questions are fully addressed” and confirmed that “all eligible combat theater benefits were included” in her husband's pay.</p><p>“We remain committed to providing clear information and continued support to Mrs. Klinner, as well as all the families of the Airmen who died in the KC-135 crash,” the Air Force added.</p><p>Broadly, errors in pay in the military are very common because service members can often gain or lose eligibility for a variety of payments depending on their deployment status, duty location or even family factors. As a result, unlike their civilian counterparts, some troops can see their paychecks change many times a year depending on many factors — something that also increases the likelihood of errors.</p><p>A GoFundMe for Libby Klinner and her three young children, launched in the days after her husband’s death, has raised more than $1.5 million.</p><p>Klinner said she hoped that by speaking out, other grieving families receive clear information from the outset.</p><p>"I am very fortunate to have a significant support system around us and a platform to advocate for myself and for my kids. Other families may not have those resources," she said. “If I can do anything to make this awful situation a little bit easier for someone else to navigate, then I am more than willing to do so.”</p><p>___</p><p>Brook reported from New Orleans. Brook is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EHUWVRBT4FEP2NPV6K6MJADKP4.jpg?auth=888c9ed11dc497151b86b6401277a8af953f45cf9a9deb722bbfb52aa669990a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Mary Remmes shows Maj. Alex Klinner, Jan. 10, 2026. (Mary Remmes via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QG5JYWRFH2FX2DGQL7NQI7DM3E.jpg?auth=8302796678bfdb2c4e4e1e21db9f85dbc206c02f6b4562bd5feee1fd964b6ad7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the U.S. Air National Guard, U.S. Air Force Capt. Alex Klinner, operations flight commander for the 99th Air Refueling Squadron, completes another lap during the Shell 77 Memorial Run at Sumpter Smith Joint National Guard Base, Birmingham, Ala., May 2, 2025. (Paul Mann/U.S. Air National Guard via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Mann</media:credit></media:content></item><item><title><![CDATA[Judge clears a lawsuit against Kyrsten Sinema under North Carolina's 'homewrecker' law]]></title><link>https://www.local10.com/news/politics/2026/09/04/judge-clears-a-lawsuit-against-kyrsten-sinema-under-north-carolinas-homewrecker-law/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/judge-clears-a-lawsuit-against-kyrsten-sinema-under-north-carolinas-homewrecker-law/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Former U.S. Sen. Kyrsten Sinema can be sued under North Carolina's homewrecker law over her relationship with a member of her security detail, a judge ruled Friday.]]></description><pubDate>Fri, 04 Sep 2026 20:23:13 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Former U.S. Sen. Kyrsten Sinema can be sued under North Carolina's homewrecker law over her relationship with a member of her security detail, a judge ruled Friday.</p><p>Sinema has acknowledged having a romantic relationship with Matthew Ammel but argued that she can't be sued in North Carolina because she has no connection to the state.</p><p>U.S. District Judge David A. Bragdon rejected that argument, saying nine text messages she sent Ammel while he was in the state give North Carolina jurisdiction over her. He found it implausible that she was unaware of Ammel's whereabouts when she texted him.</p><p>Sinema's lawyer, Steven Epstein, did not immediately respond to an email seeking comment.</p><p>The lawsuit, filed by Ammel's ex-wife, seeks financial damages from Sinema, who represented Arizona in the U.S. House and later the Senate for one term that ended early last year. North Carolina is one of a handful of states that allow jilted spouses to sue for “alienation of affection” to seek compensation from a third party responsible for the breakup of their marriage.</p><p>Matthew and Heather Ammel had “a good and loving marriage” with “genuine love and affection” before Sinema interfered, pursuing Matthew Ammel despite knowing he was married, Heather Ammel alleges in her lawsuit.</p><p>Matthew Ammel joined Sinema's security team after he retired from the Army in 2022 and accompanied her on domestic and foreign travel, according to Heather Ammel's complaint.</p><p>In early 2024, Heather Ammel discovered “romantic and lascivious” messages her husband had exchanged with Sinema over the Signal messaging app. That summer, he stopped wearing his wedding ring and Sinema gave him a job as a national security fellow in her Senate office while he continued to work for her campaign as a bodyguard, the lawsuit alleges.</p><p>Sinema described their sexual encounters during a deposition in July. She said the relationship turned sexual on May 27, 2024, during a trip to Napa, California. She said they later had sexual encounters in New York, Washington, Colorado and Arizona, but never North Carolina.</p><p>Matthew and Heather Ammel separated on Nov. 1, 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VSAEXKKJJIXA5NSV2IGLKPZHNE.jpg?auth=e0851654d9f205470bd701fc1d56762aa0b4ebd051337ecd93491e12eeb6816b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Kyrsten Sinema, D-Ariz., speaks to reporters following Senate passage of the Respect for Marriage Act, at the Capitol in Washington, Nov. 29, 2022. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Supreme Court grants Republican emergency appeal on TV ad rates before midterms]]></title><link>https://www.local10.com/news/politics/2026/09/04/supreme-court-grants-republican-emergency-appeal-on-tv-ad-rates-before-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/supreme-court-grants-republican-emergency-appeal-on-tv-ad-rates-before-midterms/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court granted an emergency appeal from Republicans in a dispute over campaign ad prices on Friday, clearing a legal roadblock to political parties getting cheaper TV ad time ahead of the midterm elections.]]></description><pubDate>Fri, 04 Sep 2026 20:14:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court granted an emergency appeal from Republicans in a dispute over campaign ad prices on Friday, clearing a legal roadblock to political parties getting cheaper TV ad time ahead of the midterm elections.</p><p>The justices halted for now a lower-court ruling in favor of Democratic candidates who argued that cheaper broadcast ads should be limited to candidates. One justice publicly dissented from the unsigned order. It's the latest election-related appeal to come before the high court ahead of the pivotal November contests.</p><p>The Trump administration supported the emergency appeal from GOP campaign arms.</p><p>The decision comes on the heels of a June Supreme Court ruling that removed limits on parties spending money in coordination with candidates. It was seen as a boon to the GOP because the national party has a sizable cash advantage, and access to cheaper ad rates could boost that edge.</p><p>Among Democrats, meanwhile, some individual candidates have sizable fundraising advantages over their Republican opponents.</p><p>Candidates pay discounted rates for TV time around an election under federal law, and in March the Federal Communications Commission's Media Bureau said certain party-coordinated ads are entitled to those prices as well.</p><p>Four Democrats, including Sen. Jon Ossoff of Georgia and former Sen. Sherrod Brown of Ohio, challenged the finding in court. They won a victory from a divided panel of the U.S. 4th Circuit Court of appeals.</p><p>The National Republican Congressional Committee and National Republican Senatorial Committee then asked the Supreme Court to intervene. They argued that broadcasters were already charging them higher rates and upending their planned budgets after the appeals court decision.</p><p>The majority of justices agreed that the lower court had acted too soon with the order that differed from judges around the country.</p><p>“Current and future recissions will require the party committees to pay more for advertising space, thereby hampering their efforts to reach the electorate in the critical weeks leading up to the midterms,” the Supreme Court order states.</p><p>One justice, Ketanji Brown Jackson, disagreed, writing that the court likely didn't have to wait until an internal FCC review was done.</p><p>The decision halts the appeals court ruling while the Republican committees file a fuller appeal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELEUDD5LIXD755X5U4VMVG4SXM.jpg?auth=6ad5f8c380dcd2007ea05faceff5c7b0ba4fa49671c14997b15a77569d74b1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen on the morning after the conservative majority sided with the Trump administration in a case over President Donald Trump's executive order restricting mail-in voting, on Capitol Hill in Washington, Tuesday, Aug. 25, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Aryna Sabalenka complains about the smell of marijuana during her US Open match]]></title><link>https://www.local10.com/sports/2026/09/04/aryna-sabalenka-complains-about-the-smell-of-marijuana-during-her-us-open-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/aryna-sabalenka-complains-about-the-smell-of-marijuana-during-her-us-open-match/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Aryna Sabalenka finally found something that could stop her at the U.S. Open: the smell of marijuana.]]></description><pubDate>Fri, 04 Sep 2026 19:02:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Aryna Sabalenka finally found something that could stop her at the U.S. Open: the smell of marijuana.</p><p>The two-time defending champion complained to the chair umpire that it was bothering her early in her third-round victory over Kamilla Rakhimova on Friday.</p><p>Sabalenka said she had never smelled the odor so strong as she did while serving early in the match.</p><p>“I don’t know if it was, like, coming from the crowd or was from the outside because the wind blows it into the stadium,” Sabalenka said. “I don’t know. I just hope they’re going to be a bit more aware of that stuff.”</p><p>Sabalenka was serving in the third game of the match in Louis Armstrong Stadium. She tossed the ball but then let it fall to the court. She did the same thing on the next point, with something clearly bothering her.</p><p>She then approached the chair to ask for help.</p><p>“I was like, guys, you can do whatever, you can smoke whatever, you can relax as much as you can, but please, to not do it around the tennis courts,” Sabalenka said, when asked what she was thinking of the time. “It’s a bit tricky to handle that smell while you’re trying to compete at your best.”</p><p>Other players, such as Nick Kyrgios and Maria Sakkari, have complained in the past about the smell of marijuana during their matches. There is a park behind the grounds where the U.S. Open is played, which is often the expected source of the smell.</p><p>No fans were found to be smoking and ejected from the tennis grounds.</p><p>“While we can’t control what takes place off the grounds of the USTA Billie Jean King National Tennis Center, we continue to be vigilant as we maintain this facility as a smoke free environment," U.S. Tennis Association spokesman Brendan McIntyre said in a statement. "This includes enforcement by our security and guest services teams when they are made aware of any individual that may be smoking, making them aware that although it may be legal in NY, that smoking is not permitted on parks property including the tennis center.”</p><p>The top-seeded Sabalenka eventually was able to laugh off the topic during her news conference after the match, including the idea that fans just might be looking for ways to further enjoy her matches.</p><p>“Maybe it’s too fast so they want to slow down a little bit, so who knows,” she said. “I don’t know the effect from it.”</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T2DID2LV2LA7FLBCDE25D64VEI.jpg?auth=2f67c22f844b257fffd628172520fda6de83b9dacb847314f4a70db3f64eb0b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, returns the ball to Kamilla Rakhimova, of Uzbekistan, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VXXISKWYFR5C4XLD4WQO2WYUUM.jpg?auth=02a17d2a6ab112f4dcdfeb29449cdaf7cd5d35db2802392d58d2e04a456bb79d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, returns the ball to Kamilla Rakhimova, of Uzbekistan, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Man once linked to Russian package-stealing ring now accused of FedEx Rolex theft in Broward]]></title><link>https://www.local10.com/news/local/2026/09/04/man-once-linked-to-russian-package-stealing-ring-now-accused-of-fedex-rolex-theft-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/man-once-linked-to-russian-package-stealing-ring-now-accused-of-fedex-rolex-theft-in-broward/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Hollywood man facing a charge in Miami-Dade County in connection with a case in which authorities said he was intercepting and stealing high-value FedEx packages on behalf of a Russian fraud group is now suspected of a similar crime in Broward County.]]></description><pubDate>Fri, 04 Sep 2026 18:36:55 +0000</pubDate><content:encoded><![CDATA[<p>A Hollywood man <a href="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/">facing a charge</a> in Miami-Dade County in connection with a case in which authorities said he was intercepting and stealing high-value FedEx packages on behalf of a Russian fraud group is now suspected of a similar crime in Broward County.</p><p><a href="https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/">Leer en español</a></p><p>Authorities said the Broward crime happened on May 13 in Pompano Beach, a day before Vladimir Kudyakov, 43, was suspected of stealing a Rolex in Doral and a week before he would be arrested at a downtown Miami FedEx store as police said he attempted to “fraudulently retrieve another package.”</p><p>He had been suspected of stealing a package containing a $53,500 Rolex at a Doral FedEx Office Print &amp; Ship Center on May 14. </p><p>He initially faced multiple felony charges, though, as of Friday, Miami-Dade court records showed that only a charge of possessing or making equipment to counterfeit drivers licenses remained.</p><p>Broward Sheriff’s Office deputies said in the Pompano Beach incident, Kudyakov went to the victim’s condominium building and gave a FedEx driver fake identity documents matching the victim’s personal information in order to steal a $7,190 Rolex Datejust watch.</p><p>Hollywood police took him into custody on grand theft and identity theft charges on Wednesday, records show.</p><p>He no longer appeared in Broward jail records as of Friday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQJWMSJL2NHKDFVZ2F6IKAAJDA.jpg?auth=ed7b5526f9c6d112f4057fd120098acff97933f6dd7963b9b77b268de25b2c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vladimir Kudyakov]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre previamente vinculado a red rusa de robo de paquetes de robar un Rolex enviado por FedEx en Broward]]></title><link>https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Hollywood que enfrenta un cargo en el condado Miami-Dade en relación con un caso en el que las autoridades dijeron que interceptaba y robaba paquetes de FedEx de alto valor en nombre de un grupo ruso de fraude, ahora es sospechoso de un delito similar en el condado Broward.]]></description><pubDate>Fri, 04 Sep 2026 18:55:58 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Hollywood que <a href="https://www.local10.com/espanol/2026/05/21/acusan-a-hombre-de-robar-paquetes-de-alto-valor-de-fedex-para-grupo-de-fraude-ruso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/21/acusan-a-hombre-de-robar-paquetes-de-alto-valor-de-fedex-para-grupo-de-fraude-ruso/">enfrenta un cargo</a> en el condado Miami-Dade en relación con un caso en el que las autoridades dijeron que interceptaba y robaba paquetes de FedEx de alto valor en nombre de un grupo ruso de fraude, ahora es sospechoso de un delito similar en el condado Broward.</p><p>Las autoridades dijeron que el delito en Broward ocurrió el 13 de mayo en Pompano Beach, un día antes de que Vladimir Kudyakov, de 43 años, fuera sospechoso de robar un Rolex en Doral y una semana antes de que fuera arrestado en una tienda FedEx del centro de Miami cuando, según la policía, intentaba “recuperar fraudulentamente otro paquete”.</p><p>Era sospechoso de robar un paquete que contenía un Rolex de $53,500 USD en un FedEx Office Print &amp; Ship Center de Doral el 14 de mayo.</p><p>Inicialmente enfrentó varios cargos por delitos graves, aunque, hasta el viernes, los registros judiciales de Miami-Dade mostraban que solo permanecía un cargo por poseer o fabricar equipos para falsificar licencias de conducir.</p><p>Agentes de la Oficina del Sheriff de Broward dijeron que, en el incidente de Pompano Beach, Kudyakov acudió al edificio de condominios de la víctima y entregó a un conductor de FedEx documentos de identidad falsos que coincidían con la información personal de la víctima para robar un reloj Rolex Datejust de $7,190 USD.</p><p>La policía de Hollywood lo detuvo el miércoles por cargos de hurto mayor y robo de identidad, según muestran los registros.</p><p>Hasta el viernes, ya no aparecía en los registros de la cárcel de Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQJWMSJL2NHKDFVZ2F6IKAAJDA.jpg?auth=ed7b5526f9c6d112f4057fd120098acff97933f6dd7963b9b77b268de25b2c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vladimir Kudyakov]]></media:description></media:content></item><item><title><![CDATA[Man arrested more than 4 years after detective accused him of stealing from woman with dementia in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/09/04/man-arrested-more-than-4-years-after-detective-accused-him-of-stealing-from-woman-with-dementia-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/man-arrested-more-than-4-years-after-detective-accused-him-of-stealing-from-woman-with-dementia-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 73-year-old man was behind bars on Friday after a detective accused him in 2022 of taking advantage of a disabled woman to try to take ownership of half of her townhome in Miami-Dade County, records show. ]]></description><pubDate>Fri, 04 Sep 2026 18:31:04 +0000</pubDate><content:encoded><![CDATA[<p>A 73-year-old man was behind bars on Friday after a detective accused him in 2022 of taking advantage of a disabled woman to try to take ownership of half of her townhome in Miami-Dade County, records show. </p><p><a href="https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies arrested Andres Perez on Thursday at 7:25 a.m. at Horizons West, at 8650 SW 133 Ave., in Miami-Dade’s Kendale Lakes neighborhood, according to a deputy’s arrest report. </p><p>“The victim is an elderly female who has been diagnosed with severe vascular dementia of the alzheimers type, poor memory, anxiety disorder, and poor hearing,” a deputy wrote, according to the arrest report. </p><p>Perez also collected about $17,600 in rent from the woman’s tenant at an efficiency in her townhome, in the gated Villa Venezia, at 1331 SW 124 Court, in the Tamiami neighborhood, according to deputies. </p><p>Perez lived with the victim and was “aware” of her “cognitive impairment,” as he “exercised control and received financial benefits from the property, and participated in continuous efforts to challenge the victim’s capacity,” according to deputies. </p><p>The victim had owned the townhome since 1987 and had inherited it from her brother after his death, according to deputies who reported working with the Miami-Dade County Recorders’ Office. </p><p>Miami-Dade corrections booked Perez at 11:10 a.m. on Thursday at the Turner Guilford Knight Correctional Center, where he remained on Friday afternoon, according to inmate records. </p><p>Perez faced three charges: Exploitation of an elderly person or disabled adult for more than $100,000, first-degree grand theft, and organized scheme to defraud. A judge ordered him to prove that the bail’s funds were not the proceeds of a crime.</p><p>Miami-Dade County Circuit Judge Marisa Tinkler Mendez is set to preside over the case. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HQVC34TSTNDQLJD4M22XLTFKRE.jpg?auth=f97d83c9fa98d14614b8efcd1fbb38b1c9d6ab4d2159b92d8a23305b1613fa88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff’s Office deputies arrested Andres Perez on Thursday in Kendale Lakes.]]></media:description></media:content></item><item><title><![CDATA[Arrestan a hombre más de cuatro años después de que detective lo acusara de robar a mujer con demencia en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 73 años permanecía tras las rejas el viernes después de que un detective lo acusara en 2022 de aprovecharse de una mujer discapacitada para intentar obtener la propiedad de la mitad de su casa adosada en el condado Miami-Dade, según muestran los registros.]]></description><pubDate>Fri, 04 Sep 2026 18:49:04 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 73 años permanecía tras las rejas el viernes después de que un detective lo acusara en 2022 de aprovecharse de una mujer discapacitada para intentar obtener la propiedad de la mitad de su casa adosada en el condado Miami-Dade, según muestran los registros.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a Andres Perez el jueves a las 7:25 a.m. en Horizons West, en 8650 SW 133 Ave., en el vecindario Kendale Lakes de Miami-Dade, según el informe de arresto de un agente.</p><p>“La víctima es una mujer de edad avanzada que ha sido diagnosticada con demencia vascular grave del tipo Alzheimer, mala memoria, trastorno de ansiedad y problemas de audición”, escribió un agente, según el informe de arresto.</p><p>Perez también cobró cerca de $17,600 USD en alquiler al inquilino de la mujer por una vivienda tipo efficiency en su casa adosada, en la comunidad cerrada Villa Venezia, en 1331 SW 124 Court, en el vecindario Tamiami, según los agentes.</p><p>Perez vivía con la víctima y estaba “al tanto” de su “deterioro cognitivo”, ya que “ejercía control y recibía beneficios financieros de la propiedad, y participaba en esfuerzos continuos para cuestionar la capacidad de la víctima”, según los agentes.</p><p>La víctima era propietaria de la casa adosada desde 1987 y la había heredado de su hermano después de su muerte, según los agentes, quienes informaron que trabajaron con la Oficina de Registros del Condado Miami-Dade.</p><p>El Departamento de Correcciones de Miami-Dade registró a Perez a las 11:10 a.m. del jueves en el Centro Correccional Turner Guilford Knight, donde permanecía hasta la tarde del viernes, según los registros de reclusos.</p><p>Perez enfrentaba tres cargos: explotación de una persona de edad avanzada o adulto discapacitado por más de $100,000 USD, hurto mayor en primer grado y esquema organizado para defraudar. Un juez le ordenó demostrar que los fondos para la fianza no provenían de un delito.</p><p>La jueza del Tribunal de Circuito del Condado Miami-Dade, Marisa Tinkler Mendez, presidirá el caso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HQVC34TSTNDQLJD4M22XLTFKRE.jpg?auth=f97d83c9fa98d14614b8efcd1fbb38b1c9d6ab4d2159b92d8a23305b1613fa88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff’s Office deputies arrested Andres Perez on Thursday in Kendale Lakes.]]></media:description></media:content></item><item><title><![CDATA[Acusan a dos personas de Broward en esquema de fraude multimillonario a nivel nacional con cupones falsos]]></title><link>https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Dos hombres del sur de Florida fueron arrestados el jueves por cargos federales de fraude postal y lavado de dinero después de que inspectores postales dijeron que formaban parte de un esquema de fraude multimillonario a nivel nacional que involucraba cupones falsificados.]]></description><pubDate>Fri, 04 Sep 2026 18:45:14 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres del sur de Florida fueron arrestados el jueves por cargos federales de fraude postal y lavado de dinero después de que inspectores postales dijeron que formaban parte de un esquema de fraude multimillonario a nivel nacional que involucraba cupones falsificados.</p><p>Documentos judiciales muestran que los casos contra Nikolay Saukov, de 60 años y residente de Pompano Beach, y Andrei Zaretski, de 49 años y residente de Hollywood, están siendo procesados en un tribunal federal de Detroit. Las autoridades dijeron que un tercer coacusado, Oleskiy Holikov, vive en los suburbios de Detroit y dirigía allí parte del esquema.</p><h3><b>Red de cupones llama la atención de autoridades federales</b></h3><p>Según una denuncia penal federal, los tres llamaron la atención de las autoridades como parte de una investigación sobre The Weekly Coupon Service, o WCS.</p><p>Los investigadores describieron a WCS como “una conspiración criminal que involucraba la producción y venta de cupones de bienes de consumo altamente realistas, pero falsificados, con valores drásticamente inflados”, los cuales están “tan inflados que provocan pérdidas significativas para los fabricantes de productos y, en ocasiones, para las tiendas donde se venden esos productos”.</p><p>WCS enviaba correos electrónicos a clientes con enlaces a “sitios web de comercio electrónico donde los usuarios pueden seleccionar cupones para comprarlos y pagarlos a través de PayPal”, dijeron las autoridades, y luego los cupones eran enviados por correo a todo el país. Grupos comerciales de la industria habían estado monitoreando el servicio, indicaron.</p><h3><b>Investigan envíos</b></h3><p>Inspectores postales dijeron que identificaron por primera vez a Holikov, de West Bloomfield Township, Michigan, en 2024 mediante registros de PayPal y bancarios. Las autoridades dijeron que vigilaron una oficina postal en la cercana Walled Lake y vieron a Holikov depositando numerosos paquetes con cupones falsificados en buzones de recolección; sus huellas dactilares aparecieron en algunos de los paquetes.</p><p>Las autoridades dijeron que interceptaron en julio de 2024 un paquete de FedEx de 30 libras enviado desde Pompano Beach que “contenía miles de cupones”. Indicaron que fotografiaron y volvieron a empacar los artículos y permitieron que fueran entregados en una tienda UPS en Southfield, Michigan, donde Holikov posteriormente recogió el paquete.</p><figure><img src="https://www.local10.com/resizer/v2/Y7V3MROY5ZBMVN2GSOKBY5UFSE.jpg?auth=0a0811415030e9ab7d83fba704918890072078f17d4095431250dffbfa7bc0de&smart=true&width=1200&height=900" alt="Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”" height="900" width="1200"/><figcaption>Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”</figcaption></figure><p>Según la denuncia, los investigadores pudieron identificar la cuenta de FedEx del remitente y obtuvieron varios videos de vigilancia de los envíos, que mostraban a un hombre enviando cajas a Michigan y otros lugares, principalmente desde una tienda FedEx en Hollywood. Las autoridades dijeron que posteriormente determinaron que la persona en los videos “parecía ser Zaretski”.</p><h3><b>Identifican a sospechoso del sur de Florida</b></h3><p>Las autoridades dijeron que pudieron rastrear a Zaretski después de “obtener registros de llamadas de números telefónicos pertenecientes a personas identificadas en esta investigación”.</p><p>Uno de esos números estaba asociado con una llamada de alarma a la Oficina del Sheriff de Broward en una propiedad de Pembroke Road. Un número telefónico de una persona con acceso a la propiedad proporcionado por la compañía de alarmas, dijeron, posteriormente fue vinculado a Zaretski.</p><p>Indicaron que investigadores del Departamento de Aplicación de la Ley de Florida posteriormente vieron a Zaretski, conduciendo un BMW visto en videos de vigilancia anteriores, en la tienda FedEx de Hollywood.</p><p>Según la denuncia, Zaretski vivía en Evergreen Terrace, a poca distancia a pie de la propiedad de Pembroke Road. La vigilancia de las fuerzas del orden mostró que Zaretski “pasaba horas solo dentro” de esta última propiedad.</p><h3><b>Rastros de papel y revisiones de basura en Broward y Miami-Dade</b></h3><p>Las autoridades dijeron que en julio de 2025, investigadores del FDLE “realizaron una revisión de basura” en la casa de Zaretski en Hollywood “y encontraron números de rastreo de FedEx y recortes de papel que parecían estar relacionados con PayPal”.</p><p>Después de más vigilancia, otra revisión de basura en la propiedad de Pembroke Road, realizada en marzo de este año, reveló un cartucho de tóner para impresora, cajas de envío y cajas de papel brillante, “bolsas de tamaño industrial llenas principalmente de recortes de papel”, guantes y etiquetas de envío, según la denuncia.</p><p>Las autoridades dijeron que el 19 de marzo hablaron con una compañía de papel “sobre envíos a un buzón” en Miami Gardens Drive. Según la denuncia, representantes de la compañía dijeron que tenían un envío de cuatro cajas de papel de 55 libras cada una programado para salir ese día hacia la dirección y que la cuenta “había pedido papel varias veces desde 2022, con aproximadamente 87 envíos entregados a “Andy Zaret, Lingo Systems”” en esa dirección.</p><p>El 20 de marzo, según la denuncia, “Zaretski fue visto recogiendo el papel en la dirección de Miami Gardens Drive en su BMW” e investigadores encubiertos lo vieron llevar los envíos al interior del edificio de Pembroke Road.</p><figure><img src="https://www.local10.com/resizer/v2/VTWCJCAR75E5HKDYO5JHNQOCOU.png?auth=14cadd8b749520cd66e935d871e066d1c5c76c11191e28842ca1ab64ceb64336&smart=true&width=1200&height=900" alt="Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road." height="900" width="1200"/><figcaption>Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road.</figcaption></figure><p>Las autoridades dijeron que una reconstrucción de recortes de papel obtenidos en una revisión posterior de basura “coincidía con los cupones fraudulentos” y los investigadores determinaron que se podían imprimir 12 cupones por hoja, lo que significaba que Zaretski podía “imprimir aproximadamente 480,000 cupones” solo con ese envío.</p><p>“La mayoría de los cupones identificados hasta el momento tienen un valor de descuento de al menos $6.00 USD, lo que significa que 480,000 cupones representarían aproximadamente $2,880,000 USD en valor de cupones fraudulentos”, señala la denuncia.</p><h3><b>Más vínculos con el sur de Florida</b></h3><p>Las autoridades dijeron que identificaron a Saukov después de rastrear 15 empresas fantasma vinculadas a cuentas de PayPal utilizadas en el esquema.</p><p>Indicaron que un video de vigilancia mostró a Saukov retirando $1,500 USD de tres cuentas distintas de empresas fantasma en cajeros automáticos de bancos en Boca Raton y posteriormente realizando depósitos en efectivo en la cuenta bancaria de Holikov.</p><p>“También ha depositado decenas de cheques emitidos desde las cuentas de las empresas fantasma en varias cuentas bancarias y ha recibido múltiples paquetes pequeños de una cuenta de FedEx controlada por Zaretski”, concluyeron los agentes.</p><p>Tras sus arrestos el jueves, Saukov y Zaretski permanecían detenidos en la cárcel principal de la Oficina del Sheriff de Broward en nombre del Servicio de Alguaciles de Estados Unidos.</p><p>Los registros judiciales muestran que tenían previsto comparecer ante un tribunal federal de Fort Lauderdale el viernes por la mañana. Hasta la tarde del viernes, los registros no indicaban si ambos habían comparecido.</p><p>Tampoco estaba claro de inmediato cuándo Saukov y Zaretski serían extraditados a Michigan, ni si Holikov estaba bajo custodia.</p><p>Holikov no aparecía en los registros de la Oficina Federal de Prisiones y una búsqueda de Local 10 News en los registros de cárceles de tres condados del área metropolitana de Detroit tampoco arrojó resultados el viernes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y7L2Y643MZACXCPA4HXO2T33AI.png?auth=637eaa44e76db0ab22df4adbc118af98efc0b1980c4f0b176402238e2a722639&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Top left to right: Nikolay Saukov and Andrei Zaretski; Bottom: A reconstructed fraudulent coupon]]></media:description></media:content></item><item><title><![CDATA[Feds accuse Broward duo in multimillion-dollar nationwide fraud scheme involving fake coupons]]></title><link>https://www.local10.com/news/local/2026/09/04/feds-accuse-broward-duo-in-multimillion-dollar-nationwide-fraud-scheme-involving-fake-coupons/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/feds-accuse-broward-duo-in-multimillion-dollar-nationwide-fraud-scheme-involving-fake-coupons/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Two South Florida men were arrested on federal mail fraud and money laundering charges Thursday after postal inspectors said they were part of a multimillion-dollar nationwide fraud scheme involving counterfeit coupons.]]></description><pubDate>Fri, 04 Sep 2026 18:08:28 +0000</pubDate><content:encoded><![CDATA[<p>Two South Florida men were arrested on federal mail fraud and money laundering charges Thursday after postal inspectors said they were part of a multimillion-dollar nationwide fraud scheme involving counterfeit coupons.</p><p><a href="https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/">Leer en español</a></p><p>Court documents show the cases against Nikolay Saukov, 60, of Pompano Beach, and Andrei Zaretski, 49, of Hollywood, are being prosecuted in Detroit federal court. Authorities said a third co-defendant, Oleskiy Holikov, lives in and ran a portion of the scheme in the Detroit suburbs.</p><h3>Coupon ring hits feds’ radar</h3><p>According to a federal criminal complaint, the three got on authorities’ radar as part of an investigation into The Weekly Coupon Service, or WCS.</p><p>Investigators described WCS as “a criminal conspiracy involving the production and sale of highly realistic, but counterfeit, consumer goods coupons with drastically inflated values,” which are “so inflated that they result in a significant loss to product manufacturers and, at times, the stores at which those goods are sold.”</p><p>WCS sent out emails to customers with links to “e-commerce websites where users can select coupons for purchase and pay for them via PayPal,” authorities said, with the coupons then being mailed out nationwide. Industry trade groups had been monitoring the service, they said.</p><h3>Shipments investigated</h3><p>Postal inspectors said they first identified Holikov, of West Bloomfield Township, Michigan, in 2024 through PayPal and bank records. Authorities said they surveilled a post office in nearby Walled Lake and saw Holikov dropping numerous counterfeit coupon packages into collection boxes; his fingerprints appeared on some of the parcels.</p><p>Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that “contained thousands of coupons.” They said they photographed and repackaged the items and allowed them to be delivered to a UPS Store in Southfield, Michigan, where Holikov later picked the item up.</p><figure><img src="https://www.local10.com/resizer/v2/Y7V3MROY5ZBMVN2GSOKBY5UFSE.jpg?auth=0a0811415030e9ab7d83fba704918890072078f17d4095431250dffbfa7bc0de&smart=true&width=1200&height=900" alt="Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”" height="900" width="1200"/><figcaption>Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”</figcaption></figure><p>According to the complaint, investigators were able to identify the shipper’s FedEx account and got multiple surveillance videos of shipments, which showed a man shipping boxes to Michigan and elsewhere, primarily from a FedEx store in Hollywood. Authorities said they later determined that the person in the videos “appeared to be Zaretski.”</p><h3>South Florida suspect identified</h3><p>Authorities said they were able to trace Zaretski after “obtain(ing) call tolls of phone numbers belonging to individuals identified in this investigation.”</p><p>One of those numbers was associated with a Broward Sheriff’s Office alarm call at a property on Pembroke Road. A keyholder phone number provided by the alarm company, they said, had a phone number that later traced back to Zaretski.</p><p>They said Florida Department of Law Enforcement investigators later saw Zaretski, driving a BMW seen in previous surveillance footage, at the Hollywood FedEx store.</p><p>According to the complaint, Zaretski lived on Evergreen Terrace, within walking distance of the Pembroke Road property. Law enforcement surveillance showed that Zaretski “spent hours alone inside” the latter property.</p><h3>Paper trails, trash pulls in Broward, Miami-Dade</h3><p>Authorities said in July 2025, FDLE investigators “conducted a trash pull” at Zaretski’s Hollywood home “and located FedEx tracking numbers and paper clippings that appeared to be connected with PayPal.”</p><p>After more surveillance, another trash pull at the Pembroke Road property ― conducted this March ― revealed a printer toner cartridge, shipping boxes and boxes for glossy paper, “construction-sized bags filled mostly with paper clippings,” gloves and shipping labels, the complaint states.</p><p>Authorities said on March 19, they spoke to a paper company “regarding shipments to a mailbox” on Miami Gardens Drive. According to the complaint, company representatives said they had a shipment of four, 55-pound boxes of paper set to go out that day to the address and the account “ordered paper multiple times since 2022, with approximately 87 shipments delivered to ‘Andy Zaret, Lingo Systems’” at the address.</p><p>On March 20, the complaint states “Zaretski was observed picking up the paper from (the) Miami Gardens Drive address in his BMW” and undercover investigators saw him bring the shipments inside the Pembroke Road building.</p><figure><img src="https://www.local10.com/resizer/v2/VTWCJCAR75E5HKDYO5JHNQOCOU.png?auth=14cadd8b749520cd66e935d871e066d1c5c76c11191e28842ca1ab64ceb64336&smart=true&width=1200&height=900" alt="Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road." height="900" width="1200"/><figcaption>Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road.</figcaption></figure><p>Authorities said a reconstruction of paper clippings from a subsequent trash pull “align(ed) with the fraudulent coupons” and investigators determined that 12 coupons could be printed per sheet, meaning Zaretski could “print approximately 480,000 coupons” from that shipment alone.</p><p>“Most of the coupons identified thus far carry a discount value of at least $6.00, meaning 480,000 coupons would represent roughly $2,880,000 in fraudulent coupon value,” the complaint states.</p><h3>More South Florida ties</h3><p>Authorities said they identified Saukov after tracing 15 shell companies linked to PayPal accounts used in the scheme.</p><p>They said surveillance video showed Saukov withdrawing $1,500 from three separate shell company accounts at bank ATMs in Boca Raton and later making cash deposits in Holikov’s bank account.</p><p>“He has also deposited dozens of checks drawn on the shell companies’ accounts into various bank accounts and has received multiple small packages from a FedEx account controlled by Zaretski,” agents concluded.</p><p>Following their arrests on Thursday, Saukov and Zaretski were being held in the BSO Main Jail on behalf of the U.S. Marshals Service. </p><p>Court records show they had been scheduled to appear in Fort Lauderdale federal court on Friday morning. The records didn’t state whether the two made those appearances as of Friday afternoon.</p><p>It also wasn’t immediately clear when Saukov and Zaretski will be extradited to Michigan, nor was it clear whether Holikov was in custody.</p><p>Holikov did not appear in Federal Bureau of Prisons records and a Local 10 News search of jail records across three counties in metropolitan Detroit also yielded no results Friday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y7L2Y643MZACXCPA4HXO2T33AI.png?auth=637eaa44e76db0ab22df4adbc118af98efc0b1980c4f0b176402238e2a722639&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Top left to right: Nikolay Saukov and Andrei Zaretski; Bottom: A reconstructed fraudulent coupon]]></media:description></media:content></item><item><title><![CDATA[Transport van crashes into pole, causing traffic closure in Hallandale Beach]]></title><link>https://www.local10.com/traffic/2026/09/04/transport-van-crashes-into-pole-causing-traffic-closure-in-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/09/04/transport-van-crashes-into-pole-causing-traffic-closure-in-hallandale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A transport van crashed into a pole along East Hallandale Beach Boulevard Friday afternoon, prompting authorities to shut down eastbound lanes in the area.]]></description><pubDate>Fri, 04 Sep 2026 18:13:21 +0000</pubDate><content:encoded><![CDATA[<p>A transport van crashed into a pole along East Hallandale Beach Boulevard Friday afternoon, prompting authorities to shut down eastbound lanes in the area.</p><p><a href="https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/">Leer en español</a></p><p>According to Hallandale Beach police, the crash was reported in the area of East Hallandale Beach Boulevard and Northeast 10th Avenue.</p><p>As a result of the investigation, all eastbound lanes of Hallandale Beach Boulevard at Federal Highway are closed.</p><p>Police have not released information about what caused the crash, whether anyone was injured or how many vehicles were involved.</p><p>“Our priority right now is ensuring the safety of everyone involved, supporting emergency response efforts, and allowing investigators to safely and thoroughly determine the circumstances surrounding the crash,” the department said in a statement.</p><p>Authorities are asking drivers to avoid the area, use alternate routes and expect delays while the investigation remains active.</p><p>Police said additional information will be released once details have been confirmed.</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/KSD3LNG7ZZBCPC6OMOHXPWI6KI.jpeg?auth=dd3b98782e3559d267a4808fa63ffdb6a12fdc011c5928a61af277479651839e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Camioneta de transporte choca contra poste y provoca cierre de tráfico en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una camioneta de transporte chocó contra un poste a lo largo de East Hallandale Beach Boulevard el viernes por la tarde, lo que llevó a las autoridades a cerrar los carriles en dirección este en el área.]]></description><pubDate>Fri, 04 Sep 2026 18:34:20 +0000</pubDate><content:encoded><![CDATA[<p>Una camioneta de transporte chocó contra un poste a lo largo de East Hallandale Beach Boulevard el viernes por la tarde, lo que llevó a las autoridades a cerrar los carriles en dirección este en el área.</p><p>Según la policía de Hallandale Beach, el accidente fue reportado en el área de East Hallandale Beach Boulevard y Northeast 10th Avenue.</p><p>Como resultado de la investigación, todos los carriles en dirección este de Hallandale Beach Boulevard a la altura de Federal Highway están cerrados.</p><p>La policía no ha divulgado información sobre qué causó el accidente, si hubo personas heridas o cuántos vehículos estuvieron involucrados.</p><p>“Nuestra prioridad en este momento es garantizar la seguridad de todos los involucrados, apoyar los esfuerzos de respuesta de emergencia y permitir que los investigadores determinen de manera segura y exhaustiva las circunstancias en torno al accidente”, dijo el departamento en un comunicado.</p><p>Las autoridades piden a los conductores evitar el área, utilizar rutas alternas y anticipar demoras mientras la investigación continúa activa.</p><p>La policía dijo que se divulgará información adicional una vez que se confirmen los detalles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KSD3LNG7ZZBCPC6OMOHXPWI6KI.jpeg?auth=dd3b98782e3559d267a4808fa63ffdb6a12fdc011c5928a61af277479651839e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ecuador y Panamá buscan afianzar cooperación en seguridad, comercio y migración en cita presidencial]]></title><link>https://www.local10.com/espanol/2026/09/04/ecuador-y-panama-buscan-afianzar-cooperacion-en-seguridad-comercio-y-migracion-en-cita-presidencial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/ecuador-y-panama-buscan-afianzar-cooperacion-en-seguridad-comercio-y-migracion-en-cita-presidencial/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[QUITO (AP) — Con la mira puesta en la cooperación sobre seguridad regional, el presidente Daniel Noboa recibió el viernes a su homólogo panameño, Raúl Mulino, en una visita de Estado en la que, además, buscarán trazar la ruta para avanzar hacia un tratado comercial y consolidar acciones conjuntas para enfrentar al crimen transnacional.]]></description><pubDate>Fri, 04 Sep 2026 18:33:29 +0000</pubDate><content:encoded><![CDATA[<p>QUITO (AP) — Con la mira puesta en la cooperación sobre seguridad regional, el presidente Daniel Noboa recibió el viernes a su homólogo panameño, Raúl Mulino, en una visita de Estado en la que, además, buscarán trazar la ruta para avanzar hacia un tratado comercial y consolidar acciones conjuntas para enfrentar al crimen transnacional.</p><p>El encuentro entre los mandatarios se desarrolla en la ciudad portuaria de Guayaquil, la segunda más importante de Ecuador, ubicada 270 kilómetros al suroeste de Quito.</p><p>“Todos sabemos la difícil situación del Ecuador… tenemos una amenaza latente que cada vez se incrementa más. Tenemos que unir esfuerzos”, sostuvo Mulino a su arribo al país andino, según comunicó la presidencia panameña.</p><p>“Lo que Panamá pueda hacer para colaborar con nuestros vecinos lo vamos a hacer”, declaró el jefe de Estado panameño en relación con la violencia que asedia a Ecuador que tuvo en 2025 uno de los índices más altos de muertes violentas en la región al sobrepasar las 9.000.</p><p>Previamente, el presidente Noboa en una entrevista con radio I99 aseguró que los acuerdos que se prevé suscribir al finalizar la jornada buscan que ambos países se complementen en los ámbitos de seguridad, laboral, comercial, energético y migratorio.</p><p>En la lucha contra “las mafias y el terrorismo que exista más información compartida entre los dos lados”, mencionó el jefe de Estado ecuatoriano y aspiró que Panamá pueda vender energía a Ecuador en momentos de superávit. “Ellos tienen excedentes a muy buen precio y nos lo pueden vender”, afirmó.</p><p>No es la primera cita entre ambos mandatarios. A mediados del año pasado mantuvieron un diálogo oficial en España durante una conferencia sobre financiación y desarrollo de las Naciones Unidas, mientras en enero coincidieron en Ciudad de Panamá durante el Foro Económico Internacional América Latina y el Caribe organizado por la CAF-Banco de Desarrollo de América Latina y el Caribe.</p><p>Se espera que al finalizar la jornada se suscriba el acuerdo de Alcance Parcial de Complementación Económica entre ambos países con miras al acuerdo comercial, según informó previamente la cancillería ecuatoriana. También destacó la reciente inclusión de Ecuador en una lista de “países amigos” de Panamá que fortalece la migración, inversión y el intercambio profesional y turístico, citó en un comunicado previo.</p><p>El intercambio comercial bilateral es favorable a Ecuador que en 2025 exportó más de 177 millones de dólares en productos no petroleros, mientras las importaciones fueron por 122 millones, según cifras del Banco Central.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJ5YAQ2L6F3AAYOLWR3FIYHASQ.jpg?auth=dd837d5f4a1af163c5431e0b1d6354a499a75663002653a167b1b5a6213be59b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Panamá, José Raúl Mulino, habla en un foro de la Coalición de las Américas contra los Cárteles en Ciudad de Panamá, el miércoles 12 de agosto de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Records reveal safety complaints, poor maintenance at site of deadly Washington pulp mill disaster]]></title><link>https://www.local10.com/news/national/2026/09/04/records-reveal-safety-complaints-poor-maintenance-at-site-of-deadly-washington-pulp-mill-disaster/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/records-reveal-safety-complaints-poor-maintenance-at-site-of-deadly-washington-pulp-mill-disaster/</guid><dc:creator><![CDATA[By MARTHA BELLISLE, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — A pulp mill in Washington state where 11 workers died after a chemical tank collapsed in May had a history of safety complaints, poor maintenance and discharges of toxic chemicals, records reviewed by The Associated Press show.]]></description><pubDate>Fri, 04 Sep 2026 19:49:39 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — A pulp mill in Washington state where 11 workers died after a chemical tank collapsed in May had a history of safety complaints, poor maintenance and discharges of toxic chemicals, records reviewed by The Associated Press show.</p><p>State inspectors had planned to visit the plant to interview workers about two unrelated safety complaints the week of the tragedy, one of the deadliest U.S. workplace accidents in decades. Those plans were disrupted when the tank failed, expelling huge amounts of a caustic liquids.</p><p>The AP reviewed government records involving inspections and safety complaints at the Nippon Dynawave Packaging Co.'s plant in Longview, Washington. Before the accident, the state Department of Ecology had issued 54 environmental violation notices against the company since 2016 and fined them $41,500 for eight serious violations.</p><p>The state’s Department of Labor and Industries investigated more than a dozen safety complaints at the plant since 2018 and issued almost $7,000 in fines for violations. Its investigation into the tank collapse is ongoing, and it has opened two new investigations since May.</p><p>More than $2.4 million in workers' compensation claims have been paid for 169 employees injured on the job since 2015, the agency reported, including for injuries related to exposure to caustic substances.</p><p>Expert calls violations a ‘red flag’</p><p>The multiple equipment failures and safety violations are a “red flag” for this company, said Stephen Kmiotek, a chemical engineering professor at the Worcester Polytechnic Institute who has closely followed the fatal accident and its aftermath.</p><p>“My impression, you put it all together, including the most recent tank collapse, is it is a site that has not been maintained, and that creates risk to employees and risk to public,” he said.</p><p>Agency says company knew tank was ‘not fit for continued service’</p><p>The U.S. Chemical and Safety Board released a report last week saying the company knew the tank was “not fit for continued service,” but they still used it. The state's Department of Ecology filed a violation notice against the company after the accident, listing 35 citations.</p><p>Sam Jefferies, a spokesperson for Nippon Dynawave, declined to comment on the records showing poor maintenance at the plant. He said they're working with regulators as the investigation into the tank failure continues.</p><p>“We believe the responsible course is to allow the full investigative process to proceed and establish a complete and accurate record before conclusions are reached,” he said.</p><p>Sheri Lynn King, the mother of two brothers who were killed, has filed a wrongful-death lawsuit against Nippon Dynawave, saying her sons were burned and crushed by the white liquor and debris. The lawsuit claims the company failed to maintain and inspect equipment, failed to properly train and supervise employees and failed to implement safety policies and emergency response procedures.</p><p>Detached valve handle on ammonia tank leads to fine</p><p>An employee complained to the state Division of Occupational Safety and Health in March, saying the handle on a valve for an ammonia clarifier tank was detached so the valve could not close, according to documents obtained by the AP. Its purpose is to prevent toxic air from getting released.</p><p>The open valve was hazardous for delivery drivers who were breathing toxic air, said the worker, whose name was not disclosed in the report. He added there was also a risk of explosion.</p><p>A state inspector, who planned to interview employees on May 26 — the day of the catastrophic tank failure — returned at a later date. The investigation concluded in August with a citation and fine, saying the plant failed to inspect and maintain pipes, hoses, and valves and the “corrosive/abrasive effect of the material handled in the system to mitigate equipment failure.”</p><p>The plant also failed to keep records of inspections and tests of the aqua ammonia tank and associated piping and valves, the citation said. Officials fined the plant $2,890 — the highest it has imposed on the plant in the last decade.</p><p>Worker falls chest-deep in sinkhole</p><p>Labor and Industries inspectors are also investigating an April 9 incident after an employee reported he had fallen into a sinkhole while trying to fix a stuck valve, and became submerged in hot stock up to his chest.</p><p>The worker told investigators that a drain valve had been plugged since last year and never closed completely. That caused displaced gravel around the drain, which created a sinkhole. The worker had to wade into the hot stock to try to close the valve, but it was stuck. As he struggled with it, he said he fell in up to his chest and was stuck for 35 to 40 seconds.</p><p>“After exiting the area, I was exhausted and unable to move for a short time,” the worker said in a complaint, adding that a coworker helped him cut off his clothing.</p><p>State inspectors requested documentation from the company and had planned to interview workers on May 27, the day after the tank collapse. The investigation is ongoing.</p><p>Federal response center received calls of toxic chemical discharges</p><p>Eight times between 2017 and 2023, the U.S. Environmental Protection Agency's National Response Center received reports of methyl mercaptan releases from the plant.</p><p>Methyl mercaptan is a colorless flammable gas. Exposure can induce headache, nausea, and death, according to the Centers for Disease Control and Prevention. Four workers were killed in a 2014 methyl mercaptan leak at a DuPont industrial plant in suburban Houston.</p><p>State ecology inspectors were notified about the September 2017 methyl mercaptan release, saying in emails that a private citizen was hospitalized due to exposure. They also investigated odor complaints.</p><p>Residents regularly reported noxious smells around the plant that sometimes made them sick and kept them inside. Ecology officials fined Nippon $4,500 in 2024 for releasing excessive amounts of sulfur dioxide, a poisonous gas with a strong smell.</p><p>A history of equipment failures</p><p>The plant had an active release of black liquor, a caustic chemical that can cause severe burns, from a storage tank in 2020. The person who reported the release said it was ongoing and they needed to drain the tank before it could be fixed.</p><p>Ecology officials were notified that 250,000 gallons (946,353 liters) of black liquor was discharging into and out of the containment area, according to emails among investigators. The company recovered much of the chemical but it contaminated some gravel. Ecology considered this a violation but didn’t take enforcement action.</p><p>“Black liquor spills are rare,” said Kmiotek, the WPI professor. “In all the years I’ve been in business I have not had any situations where there’s been a black liquor spill that went beyond the secondary containment.”</p><p>The plant has a history of other releases in recently years, including:</p><p>1. In August 2021, about 3,000 gallons of white liquor was released from a storage tank because a valve was open. The leak started during the startup and the chemical went into a containment area and then overflowed onto a gravel area. Some entered a storm drain.
                2. Fire investigators said old equipment was to blame for a fire at the paper mill in 2023 that involved a conveyor belt and burned wood chip piles. Workers had complained that the belt was old and not properly maintained.
                3. Equipment failure caused a chlorine release from a generator in 2021. The plant also had chlorine leaks in 2024 and 2025.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHDLNKPLG55S47P76OEKRCFXVM.jpg?auth=433c0c55b7a5abe888d50f0a79c0a3e28066d889c6404c3e2e249043cbac1cc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Yellow police tape is seen on May 27, 2026 outside the Longview, Wash. paper mill where a deadly chemical tank failure occurred. (AP Photo/Claire Rush, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Claire Rush</media:credit></media:content></item><item><title><![CDATA[1 arrested after armed robbery at Opa-locka Family Dollar, cops say ]]></title><link>https://www.local10.com/news/local/2026/09/04/1-arrested-after-armed-robbery-at-opa-locka-family-dollar-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/1-arrested-after-armed-robbery-at-opa-locka-family-dollar-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An arrest has been made after an armed robbery at a Family Dollar in Opa-locka prompted a multi-agency search Friday, police confirmed. ]]></description><pubDate>Fri, 04 Sep 2026 17:35:38 +0000</pubDate><content:encoded><![CDATA[<p>An arrest has been made after an armed robbery at a Family Dollar in Opa-locka prompted a multi-agency search Friday, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/">Leer en español</a></p><p>Opa-locka police said officers responded to the store, located at 14400 Northwest 27th Ave., after the robbery was reported. </p><p>Police said when they arrived at the scene, they saw the suspect fleeing the area on foot. </p><p>They said officers established a perimeter and called for additional law enforcement resources. </p><p>Sky 10 flew over the scene just before 10:30 a.m. as officers gathered next to a police car in the area. </p><p>Miami-Dade Sheriff’s Office K-9 and aviation units, along with officers from the Miami Gardens Police Department and Miami-Dade Schools Police Department, joined the search, according to investigators. </p><p>The suspect was eventually located and taken into custody without further incident, police said.</p><p>They said there is no ongoing threat to the community related to the armed robbery.</p><p>Police said the investigation remains active. They did not immediately release additional details about the suspect or what, if anything, was taken from the store.</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/CY73TWOEIRBYJN5KTKAPZRB65U.jpeg?auth=3061f6769bf585e5124cf8c6f06e5cd183173a3777ea4f62dec5e89f86b860dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a una persona tras robo a mano armada en Family Dollar de Opa-locka, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Arrestan a una persona después de que un robo a mano armada en un Family Dollar de Opa-locka provocara una búsqueda de varias agencias el viernes, confirmó la policía.]]></description><pubDate>Fri, 04 Sep 2026 17:50:23 +0000</pubDate><content:encoded><![CDATA[<p>Una persona fue arrestada después de que un robo a mano armada en un Family Dollar de Opa-locka provocara una búsqueda de varias agencias el viernes, confirmó la policía.</p><p>La policía de Opa-locka informó que los agentes acudieron a la tienda, ubicada en 14400 Northwest 27th Ave., después de que se reportara el robo.</p><p>La policía dijo que cuando llegaron al lugar, vieron al sospechoso huyendo a pie del área.</p><p>Indicaron que los agentes establecieron un perímetro y solicitaron recursos adicionales de las fuerzas del orden.</p><p>Sky 10 sobrevoló el lugar poco antes de las 10:30 a.m., mientras los agentes se reunían junto a un vehículo policial en el área.</p><p>Unidades K-9 y de aviación de la Oficina del Sheriff de Miami-Dade, junto con agentes del Departamento de Policía de Miami Gardens y del Departamento de Policía de las Escuelas de Miami-Dade, se unieron a la búsqueda, según los investigadores.</p><p>El sospechoso finalmente fue localizado y detenido sin más incidentes, dijo la policía.</p><p>Indicaron que no existe una amenaza activa para la comunidad relacionada con el robo a mano armada.</p><p>La policía dijo que la investigación continúa activa. No divulgaron de inmediato detalles adicionales sobre el sospechoso ni sobre qué, si algo, fue sustraído de la tienda.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CY73TWOEIRBYJN5KTKAPZRB65U.jpeg?auth=3061f6769bf585e5124cf8c6f06e5cd183173a3777ea4f62dec5e89f86b860dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Army: Man accused of causing crash killing Bahamian artist in Miami-Dade had arrest warrant since Feb. 15 for desertion in Texas ]]></title><link>https://www.local10.com/news/local/2026/09/04/army-man-accused-of-killing-bahamian-artist-in-miami-dade-had-arrest-warrant-since-feb-15-for-desertion-in-texas/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/army-man-accused-of-killing-bahamian-artist-in-miami-dade-had-arrest-warrant-since-feb-15-for-desertion-in-texas/</guid><dc:creator><![CDATA[Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[A 21-year-old man who was behind bars on Friday in Miami-Dade County had an arrest warrant for military desertion since Feb. 15, according to the U.S. Army. ]]></description><pubDate>Fri, 04 Sep 2026 17:16:06 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man who was behind bars on Friday in Miami-Dade County had an arrest warrant for military desertion since Feb. 15, according to the U.S. Army. </p><p><a href="https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/">Leer en español</a></p><p>Luis M. Perez had an active National Crime Information Center warrant from Fort Bliss, Texas, according to Heather J. Hagan, a spokeswoman for the U.S. Army. </p><p>Miami-Dade Sheriff’s Office deputies arrested Perez after a traffic stop by deputies with a robbery intervention unit turned into a chase and ended with the crash on Wednesday in Brownsville. </p><figure><img src="https://www.local10.com/resizer/v2/DVEWZWEJ2NFIRCUBJNMV55WXR4.jpg?auth=8d5aea7523fc0c4e5c63f6fcfcd9708b307b1923ee59e9286c240942be0bcef3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Stefan Germaine<b> </b>Davis, an artist visiting Miami-Dade from the Bahamas, died after the crash at Northwest 33rd Avenue and 51st Terrace, according to deputies. He was 55. </p><p>Phillip Brave Davis, the prime minister of the Bahamas, released a statement on social media describing Davis as an artist with “a remarkable” gift.</p><p>“It was always a joy to watch him bring our stories, our culture, and our people to life through his art,” Brave Davis wrote, according to the statement. “His passing is a tremendous loss for our country and our creative community.” </p><figure><img src="https://www.local10.com/resizer/v2/5GNZ532JCZD3JBS3FXOHCZGYMM.jpg?auth=b595fb20aa6612d10bdd0df438f5a8c5fb3566fb2ae06b86b7603ce7087fab19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Surveillance videos show the fugitive speeding and the impact, according to deputies. Norman Bradley, who was in the area, said he heard “a BOOM!”</p><p>“The car flipped on its side,” Bradley said.</p><p>Fire Rescue personnel rushed Davis, whose condition was critical, to the hospital, where he later died, according to deputies. </p><p>“Sorry to see such talent has left us in a tragic way,” said Levin Wilson, Davis’s friend in Miami-Dade County. </p><p>According to <a href="https://www.facebook.com/StefanLegend" target="_self" rel="" title="https://www.facebook.com/StefanLegend">Davis’s Facebook profile</a>, he had graduated from Government High School in Nassau, Bahamas, where he co-owned <a href="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/" target="_self" rel="" title="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/">Airbrush Junkies</a>, an art gallery and events venue in Nassau. Davis painted on canvas and was also a coveted tattoo artist. </p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1788542875190!6m8!1m7!1sJqGiJhIT2YHDNQtkXJRNuw!2m2!1d25.82137617198254!2d-80.25093123007828!3f79.06666359688778!4f-17.205239380406198!5f0.5047556642666006" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/09/03/bahamas-artist-killed-in-deadly-northwest-miami-dade-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/03/bahamas-artist-killed-in-deadly-northwest-miami-dade-crash/">Bahamian artist killed in deadly northwest Miami-Dade crash involving deputy, man wanted for military desertion</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/">1 dead, 1 in custody after crash involving Miami-Dade deputy</a></li></ul><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphilipbravedavis242%2Fposts%2Fpfbid0qMFisargTsxh4pxY3s38Co7FobfRMSwoTitiSBH2o61WNhvuRXcRt7yEJZtXC9Dsl&show_text=true&width=500" width="500" height="297" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FStefanLegend%2Fposts%2Fpfbid0ibWzkcd6QGWRXkyDPMdyiCnYWN9nmbfJTEgYRfi9gHtdTkkmWn8pZTXQTVYjEpq4l&show_text=true&width=500" width="500" height="684" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02soE73q7XuzPr7pPydTkj6yKtYNuWnfkXPsDnaJkerEPXUqnJMzD6h41KBn9hoeKyl%26id%3D100085820229517&show_text=true&width=500" width="500" height="610" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Ejército: Acusan a hombre de causar accidente que mató a artista bahameño en Miami-Dade; tenía orden de arresto desde el 15 de febrero por deserción en Texas]]></title><link>https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/</guid><dc:creator><![CDATA[Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 21 años que permanecía tras las rejas este viernes en el condado Miami-Dade tenía una orden de arresto por deserción militar desde el 15 de febrero, según el Ejército de Estados Unidos.]]></description><pubDate>Fri, 04 Sep 2026 17:48:09 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 21 años que permanecía tras las rejas el viernes en el condado Miami-Dade tenía una orden de arresto por deserción militar desde el 15 de febrero, según el Ejército de Estados Unidos.</p><p>Luis M. Perez tenía una orden de arresto activa del Centro Nacional de Información Criminal (NCIC) emitida desde Fort Bliss, Texas, según Heather J. Hagan, portavoz del Ejército de Estados Unidos.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a Perez después de que una parada de tráfico realizada por agentes de una unidad de intervención contra robos se convirtiera en una persecución y terminara con el accidente el miércoles en Brownsville.</p><figure><img src="https://www.local10.com/resizer/v2/DVEWZWEJ2NFIRCUBJNMV55WXR4.jpg?auth=8d5aea7523fc0c4e5c63f6fcfcd9708b307b1923ee59e9286c240942be0bcef3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Stefan Germaine Davis, un artista que visitaba Miami-Dade desde Bahamas, murió tras el accidente en Northwest 33rd Avenue y 51st Terrace, según los agentes. Tenía 55 años.</p><p>Phillip Brave Davis, primer ministro de Bahamas, publicó un comunicado en redes sociales en el que describió a Davis como un artista con un talento “extraordinario”.</p><p>“Siempre fue un placer verlo dar vida a nuestras historias, nuestra cultura y nuestra gente a través de su arte”, escribió Brave Davis, según el comunicado. “Su fallecimiento es una pérdida enorme para nuestro país y nuestra comunidad creativa”.</p><figure><img src="https://www.local10.com/resizer/v2/5GNZ532JCZD3JBS3FXOHCZGYMM.jpg?auth=b595fb20aa6612d10bdd0df438f5a8c5fb3566fb2ae06b86b7603ce7087fab19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Videos de vigilancia muestran al fugitivo conduciendo a exceso de velocidad y el impacto, según los agentes. Norman Bradley, quien se encontraba en el área, dijo que escuchó “¡un ESTRUENDO!”</p><p>“El auto se volcó de lado”, dijo Bradley.</p><p>Personal de Bomberos y Rescate trasladó de urgencia al hospital a Davis, quien se encontraba en condición crítica y posteriormente murió, según los agentes.</p><p>“Lamento ver que tanto talento nos haya dejado de una manera trágica”, dijo Levin Wilson, amigo de Davis en el condado Miami-Dade.</p><p>Según el <a href="https://www.facebook.com/StefanLegend" target="_blank" rel="noreferrer" title="https://www.facebook.com/StefanLegend">perfil de Facebook de Davis</a>, se había graduado de Government High School en Nassau, Bahamas, donde era copropietario de <a href="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/" target="_blank" rel="noreferrer" title="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/">Airbrush Junkies</a>, una galería de arte y recinto para eventos en Nassau. Davis pintaba sobre lienzo y también era un cotizado artista del tatuaje.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1788542875190!6m8!1m7!1sJqGiJhIT2YHDNQtkXJRNuw!2m2!1d25.82137617198254!2d-80.25093123007828!3f79.06666359688778!4f-17.205239380406198!5f0.5047556642666006" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/">Artista bahameño muere en fatal accidente en el noroeste de Miami-Dade que involucró a agente y hombre buscado por deserción militar</a></li><li><a href="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/">Una persona muerta y una detenida tras accidente que involucró a agente de Miami-Dade</a></li></ul><p><b>Redes sociales relacionadas</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphilipbravedavis242%2Fposts%2Fpfbid0qMFisargTsxh4pxY3s38Co7FobfRMSwoTitiSBH2o61WNhvuRXcRt7yEJZtXC9Dsl&show_text=true&width=500" width="500" height="297" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FStefanLegend%2Fposts%2Fpfbid0ibWzkcd6QGWRXkyDPMdyiCnYWN9nmbfJTEgYRfi9gHtdTkkmWn8pZTXQTVYjEpq4l&show_text=true&width=500" width="500" height="684" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02soE73q7XuzPr7pPydTkj6yKtYNuWnfkXPsDnaJkerEPXUqnJMzD6h41KBn9hoeKyl%26id%3D100085820229517&show_text=true&width=500" width="500" height="610" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Kristi Krueger steps away from Local 10 anchor desk after 33 years — but she’s not saying goodbye]]></title><link>https://www.local10.com/station/2026/09/04/local-10-anchor-kristi-krueger-makes-important-announcement/</link><guid isPermaLink="true">https://www.local10.com/station/2026/09/04/local-10-anchor-kristi-krueger-makes-important-announcement/</guid><description><![CDATA[After 33 years behind the anchor desk at Local 10, anchor Kristi Krueger is making a change.]]></description><pubDate>Fri, 04 Sep 2026 16:40:18 +0000</pubDate><content:encoded><![CDATA[<p>After 33 years behind the anchor desk at Local 10, Kristi Krueger is making a change.</p><p><a href="https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/">Leer en español</a></p><p>But this isn’t goodbye. And it’s not exactly “see you later.”</p><p>It’s “see you part-time.”</p><p>Krueger is stepping away from her regular anchoring duties but isn’t going anywhere. She’ll continue doing what she has long been passionate about: helping South Floridians better understand their health through Kristi Krueger’s “Good Health” reports.</p><p>The move also gives Krueger something else that’s increasingly precious — more time with her family.</p><p>A mother of two, Krueger is now “Gammy” to three grandchildren.</p><p><b>More than three decades at Local 10</b></p><p>Over 33 years, Krueger has become one of Local 10’s most recognizable faces.</p><p>Her television news career began after she graduated from the University of Florida and landed her first job in Sarasota.</p><p>That first stop proved important for more than just her career. It’s also where she met her future husband, Todd.</p><p>The couple later moved to Detroit before Krueger eventually made her way to Local 10.</p><p>During her time at the station, she anchored alongside the legendary anchor Dwight Lauderdale on Local 10’s primetime newscasts for nearly a decade.</p><p>She later moved to mornings before eventually transitioning to the daytime lineup, anchoring Local 10’s noon, 3 p.m., 4:30 p.m. and 5:30 p.m. newscasts.</p><p>Along the way, she became more than a familiar face to viewers. She also became a trusted colleague to generations of Local 10 journalists.</p><p><b>A storyteller who traveled the world</b></p><p>Krueger’s career has extended far beyond the anchor desk.</p><p>A three-time Emmy winner, she was also honored with the prestigious Silver Circle Award.</p><p>Her reporting has taken her around the world, including trips to the Amazon and Antarctica.</p><p>In 2025, Krueger touched down in Australia, marking her seventh continent.</p><p>But for all the places she’s traveled and all the professional honors she’s received, family has remained her driving force.</p><p>Krueger has always shared a close relationship with her mother, Karen, crediting her with helping shape her kind heart.</p><p>She also shared a special sense of humor with her father, who died in 2020 after battling Alzheimer’s disease.</p><p>Krueger has remained involved with the Alzheimer’s Association, keeping a cause deeply connected to her family close to her heart.</p><p><b>South Florida watched her family grow</b></p><p>Local 10 viewers didn’t just watch Krueger’s career unfold. Over the years, they also watched her children, Troy and Kelsie, grow up.</p><p>“Whoever said parenting was a tough job sure got that right!” Krueger once joked.</p><p>Today, Troy and Kelsie are adults with families of their own, making Krueger a grandmother of three.</p><p>And no matter how old children get, they still need Mom.</p><p>Now, her family will get to see a little more of her.</p><p><b>‘Our matriarch, our den mother, our first lady’</b></p><p>Krueger may be stepping away from the daily anchor desk, but her Local 10 family isn’t ready to let her go, either.</p><p>“She is our biggest supporter, she is our therapist, she is also our honorary doctor and I love to come to Kristi and ask her advice when anything is wrong with my children,” fellow Local 10 anchor Nicole Perez said. “And I wouldn’t trade it for anything.”</p><p>Local 10 investigative reporter Jeff Weinsier summed up the role Krueger has come to play inside the Local 10 newsroom over more than three decades.</p><p>“She’s our matriarch, she’s our den mother, she’s our first lady,” Weinsier said. “She’s our staple.”</p><p>And that’s not changing.</p><p>South Florida may see Krueger a little less often, but she’ll still be here — telling stories, reporting on health and remaining part of the Local 10 family.</p><p>After 33 years, it’s not goodbye.</p><p>It’s simply see you part-time.</p>]]></content:encoded></item><item><title><![CDATA[Kristi Krueger se aleja del escritorio de presentadores de Local 10 después de 33 años, pero no se despide]]></title><link>https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/</guid><description><![CDATA[Después de 33 años detrás del escritorio de presentadores de Local 10, la presentadora Kristi Krueger está haciendo un cambio.]]></description><pubDate>Fri, 04 Sep 2026 17:39:53 +0000</pubDate><content:encoded><![CDATA[<p>Después de 33 años detrás del escritorio de presentadores de Local 10, Kristi Krueger está haciendo un cambio.</p><p>Pero esto no es un adiós. Y tampoco es exactamente un “hasta luego”.</p><p>Es un “nos vemos a tiempo parcial”.</p><p>Krueger se aleja de sus funciones habituales como presentadora, pero no se va a ninguna parte. Continuará haciendo lo que desde hace mucho tiempo le apasiona: ayudar a los residentes del sur de Florida a comprender mejor su salud a través de los reportes “Good Health” de Kristi Krueger.</p><p>El cambio también le da a Krueger algo más que es cada vez más valioso: más tiempo con su familia.</p><p>Madre de dos hijos, Krueger ahora es “Gammy” de tres nietos.</p><p><b>Más de tres décadas en Local 10</b></p><p>A lo largo de 33 años, Krueger se ha convertido en uno de los rostros más reconocidos de Local 10.</p><p>Su carrera en las noticias de televisión comenzó después de graduarse de la Universidad de Florida y conseguir su primer trabajo en Sarasota.</p><p>Esa primera parada resultó importante por algo más que su carrera. También fue donde conoció a su futuro esposo, Todd.</p><p>La pareja se mudó posteriormente a Detroit antes de que Krueger finalmente llegara a Local 10.</p><p>Durante su tiempo en la estación, presentó junto al legendario presentador Dwight Lauderdale los noticieros de horario estelar de Local 10 durante casi una década.</p><p>Más tarde pasó a las mañanas antes de finalmente hacer la transición a la programación diurna, presentando los noticieros de Local 10 del mediodía, 3 p.m., 4:30 p.m. y 5:30 p.m.</p><p>En el camino, se convirtió en algo más que un rostro conocido para los televidentes. También se convirtió en una colega de confianza para generaciones de periodistas de Local 10.</p><p><b>Una narradora que viajó por el mundo</b></p><p>La carrera de Krueger se ha extendido mucho más allá del escritorio de presentadores.</p><p>Ganadora de tres premios Emmy, también fue honrada con el prestigioso premio Silver Circle.</p><p>Su trabajo periodístico la ha llevado alrededor del mundo, incluidos viajes al Amazonas y la Antártida.</p><p>En 2025, Krueger llegó a Australia, marcando su séptimo continente.</p><p>Pero a pesar de todos los lugares a los que ha viajado y todos los reconocimientos profesionales que ha recibido, la familia ha seguido siendo su principal motivación.</p><p>Krueger siempre ha mantenido una relación cercana con su madre, Karen, a quien atribuye haber ayudado a formar su buen corazón.</p><p>También compartía un especial sentido del humor con su padre, quien murió en 2020 después de luchar contra la enfermedad de Alzheimer.</p><p>Krueger ha seguido involucrada con la Asociación de Alzheimer, manteniendo cerca de su corazón una causa profundamente vinculada con su familia.</p><p><b>El sur de Florida vio crecer a su familia</b></p><p>Los televidentes de Local 10 no solo vieron desarrollarse la carrera de Krueger. A lo largo de los años, también vieron crecer a sus hijos, Troy y Kelsie.</p><p>“¡Quien haya dicho que ser padre era un trabajo difícil, sin duda tenía razón!”, bromeó Krueger una vez.</p><p>Hoy, Troy y Kelsie son adultos con sus propias familias, convirtiendo a Krueger en abuela de tres nietos.</p><p>Y no importa cuánto crezcan los hijos, todavía necesitan a mamá.</p><p>Ahora, su familia podrá verla un poco más.</p><p><b>“Nuestra matriarca, nuestra madre protectora, nuestra primera dama”</b></p><p>Krueger puede estar alejándose del escritorio diario de presentadores, pero su familia de Local 10 tampoco está lista para dejarla ir.</p><p>“Ella es quien más nos apoya, es nuestra terapeuta, también es nuestra doctora honoraria y me encanta acudir a Kristi y pedirle consejo cuando algo anda mal con mis hijos”, dijo Nicole Perez, también presentadora de Local 10. “Y no lo cambiaría por nada”.</p><p>El reportero de investigación de Local 10 Jeff Weinsier resumió el papel que Krueger ha llegado a desempeñar dentro de la sala de redacción de Local 10 durante más de tres décadas.</p><p>“Ella es nuestra matriarca, es nuestra madre protectora, es nuestra primera dama”, dijo Weinsier. “Es nuestro pilar”.</p><p>Y eso no va a cambiar.</p><p>El sur de Florida podrá ver a Krueger con un poco menos de frecuencia, pero ella seguirá aquí, contando historias, informando sobre salud y siendo parte de la familia de Local 10.</p><p>Después de 33 años, no es un adiós.</p><p>Es simplemente un nos vemos a tiempo parcial.</p>]]></content:encoded></item><item><title><![CDATA[FHP revela nuevos detalles sobre accidente en la I-75 que dejó muerto a hombre que cambiaba una llanta]]></title><link>https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre murió la noche del jueves después de ser atropellado por el conductor de una SUV mientras cambiaba una llanta en la Interestatal 75 en Pembroke Pines, según la Patrulla de Carreteras de Florida.]]></description><pubDate>Fri, 04 Sep 2026 16:31:57 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió la noche del jueves después de ser atropellado por el conductor de una SUV <a href="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway/">mientras cambiaba una llanta</a> en la Interestatal 75 en Pembroke Pines, según la Patrulla de Carreteras de Florida.</p><p>Los agentes dijeron que el accidente fue reportado alrededor de las 5:05 p.m. en la I-75 en dirección norte, justo al sur de Pines Boulevard.</p><p>Dijeron que una Honda CR-V 2026 circulaba en dirección norte por el carril exterior de incorporación cuando su conductor, de 69 años, intentó cambiarse al carril exterior.</p><p>Los investigadores dijeron que el conductor no pudo completar de manera segura el cambio de carril y circuló entre el arcén exterior y el carril exterior.</p><p>Dijeron que un hombre se encontraba en el arcén pavimentado intentando cambiar la llanta trasera izquierda de un vehículo cuando fue impactado por la parte delantera de la Honda, según funcionarios de la FHP. Dijeron que el hombre fue lanzado hacia el carril exterior y murió en el lugar.</p><p>Otro hombre de 32 años que estuvo involucrado en el incidente no resultó herido, confirmaron las autoridades. El conductor de la Honda tampoco resultó herido.</p><p>Las autoridades dijeron que todos los carriles de la I-75 en dirección norte fueron reabiertos alrededor de las 7:55 p.m. del jueves.</p><p>Las autoridades no han divulgado detalles adicionales sobre el accidente ni han identificado al fallecido, a la espera de notificar a sus familiares. Ninguna de las personas involucradas en el accidente ha sido citada hasta el momento.</p>]]></content:encoded></item><item><title><![CDATA[Arresto migratorio separa a familia que enfrenta otra dolorosa despedida en MIA]]></title><link>https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/</guid><dc:creator><![CDATA[Michaila Hightower, Ryan Mackey]]></dc:creator><description><![CDATA[Una familia ya separada por las autoridades migratorias enfrentó otra dolorosa despedida en el Aeropuerto Internacional de Miami. Su hijo menor se dirige a Guatemala para estar con sus padres deportados, pero la decisión significa otra separación de sus hermanos en Estados Unidos.]]></description><pubDate>Fri, 04 Sep 2026 14:33:36 +0000</pubDate><content:encoded><![CDATA[<p>Las lágrimas llegaron antes de la despedida.</p><p>Dentro del Aeropuerto Internacional de Miami este viernes, varios niños lloraron mientras observaban a familiares prepararse para partir, escenas que pusieron de relieve la dolorosa realidad que enfrentan las familias atrapadas en el sistema migratorio: incluso cuando los seres queridos se reúnen, una familia puede permanecer separada.</p><p>Para la familia Domingo, el viernes trajo otra decisión difícil.</p><p>Aiden Domingo, el hijo menor de la familia, iba a ser enviado a Guatemala para vivir con sus padres, quienes fueron deportados allí después de ser puestos bajo custodia migratoria el mes pasado.</p><p>La decisión reuniría al pequeño con sus padres, pero también lo separaría de sus cuatro hermanos en Estados Unidos.</p><p>“Nunca hemos estado separados”, dijo entre lágrimas un familiar mientras hablaba con Local 10 News en MIA. “Nuestra familia siempre ha estado unida. Siempre somos como una gran familia, pero ahora todos nos estamos separando”.</p><p><a href="https://www.local10.com/espanol/2026/08/11/discriminacion-racial-un-video-muestra-como-agentes-fronterizos-separan-a-unos-padres-guatemaltecos-de-sus-cinco-hijos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/11/discriminacion-racial-un-video-muestra-como-agentes-fronterizos-separan-a-unos-padres-guatemaltecos-de-sus-cinco-hijos/">La separación de la familia Domingo</a> comenzó a principios de agosto, cuando la familia salía de la iglesia y se dirigía a comprar ropa y zapatos para la escuela. Su hija de 18 años, Wendy Domingo, conducía el automóvil de la familia.</p><p>La familia Domingo dijo a Local 10 News el mes pasado que agentes de la Patrulla Fronteriza de Estados Unidos los detuvieron y le dijeron a Wendy Domingo, ciudadana estadounidense, que ella no había hecho nada malo. La familia dijo que un agente había escaneado la placa del vehículo, que mostraba que estaba registrado a nombre de una persona que no era ciudadana.</p><p>Los padres de Wendy Domingo, Maria Leiva Perez y Abraham Domingo, fueron puestos bajo custodia. Fuentes policiales dijeron anteriormente a Local 10 News que la pareja fue arrestada el 9 de agosto.</p><p>Los registros muestran que Leiva Perez tenía una orden final de deportación. Los registros también muestran que Domingo no tenía ningún estatus migratorio legal ni ningún trámite pendiente, incluida una solicitud de asilo o visa, según una fuente familiarizada con los registros.</p><p>La misma fuente dijo que los registros muestran que Domingo fue arrestado en enero de 2018 por un cargo de negligencia infantil y nuevamente en diciembre de 2024 por un cargo de agresión doméstica. La fuente dijo que ambos arrestos correspondían a casos de delitos graves. No quedó claro de inmediato cuál fue la resolución de ninguno de los casos.</p><p>La pareja fue posteriormente deportada a Guatemala, dejando a Wendy Domingo a cargo de ayudar a cuidar a sus cuatro hermanos menores.</p><p>Un video grabado durante la parada de tránsito inicial captó la emotiva despedida de la familia. Las imágenes, compartidas por el Guatemalan Maya Center, mostraron a los niños llorando mientras se llevaban a sus padres.</p><p>Ahora, los hijos de la familia Domingo enfrentan otra separación.</p><p>Mientras Aiden se preparaba para partir hacia Guatemala, el dolor de los niños era evidente dentro del aeropuerto. Se escuchó a un niño de unos 3 o 4 años gritando y llorando mientras pasaba por el área de seguridad, según un reportero que presenció la escena.</p><p>Los Domingo eran una de cuatro familias que enfrentaban separaciones en el aeropuerto ese día.</p><p>Se creó una página de <a href="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe</a> para ayudar económicamente a la familia.</p>]]></content:encoded></item><item><title><![CDATA[Sabalenka, Pegula get through tough tests at US Open, with Williams sisters playing doubles at night]]></title><link>https://www.local10.com/sports/2026/09/04/sabalenka-pegula-get-through-tough-tests-at-us-open-with-williams-sisters-playing-doubles-at-night/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/sabalenka-pegula-get-through-tough-tests-at-us-open-with-williams-sisters-playing-doubles-at-night/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Aryna Sabalenka was finally challenged at the U.S. Open — by her opponent and by the smell of marijuana. Jessica Pegula was tested as well.]]></description><pubDate>Fri, 04 Sep 2026 21:15:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Aryna Sabalenka was finally challenged at the U.S. Open — by her opponent and by the smell of marijuana. Jessica Pegula was tested as well.</p><p>Both players overcame their troubles to reach the fourth round and keep alive the chances of a third straight meeting on the final weekend.</p><p>Sabalanka beat Kamilla Rakhimova 6-3, 6-4 on Friday. The No. 1 seed was pushed in a second set that lasted 54 minutes — a minute longer than her entire previous match.</p><p>“She played incredible tennis,” Sabalenka said. “She really pushed me so hard in the second set and I love when they bring their best tennis because they really push me to improve.”</p><p>Trying to become the first player to win three straight U.S. Open titles since Serena Williams from 2012-14, Sabalenka will face Taylor Townsend in the round of 16.</p><p>Williams, who is playing at the U.S. Open for the first time since 2022, will team with sister Venus to play a first-round doubles match Friday night against Hao-Ching Chan and Maya Joint, who beat Serena in singles play at Wimbledon this summer.</p><p>Two-time champion Carlos Alcaraz returned to the round of 16 by beating Wu Yibing 6-3, 6-4, 6-1. Back for this tournament after missing four months because of a right wrist injury, Alcaraz will face No. 20 seed Tommy Paul, who edged No. 15 Alexander Bublik in five sets.</p><p>“To be honest I'm better than I thought,” Alcaraz said.</p><p>Sabalenka was serving in the third game of her match in Louis Armstrong Stadium when she tossed the ball but then let it fall to the court. She did the same thing on the next point, with something clearly bothering her.</p><p>She then approached the chair umpire to ask for help because she smelled marijuana.</p><p>“I was like, guys, you can do whatever, you can smoke whatever, you can relax as much as you can, but please, to not do it around the tennis courts,” Sabalenka said, when asked what she was thinking at the time. “It’s a bit tricky to handle that smell while you’re trying to compete at your best.”</p><p>Pegula, the No. 3 seed, fought back to beat 2021 runner-up Leylah Fernandez 1-6, 6-4, 6-3. Pegula, who lost to Sabalenka in the 2024 final and again last year in the semifinals, had a dismal start in which she put only 5 of 16 first serves in during the first set.</p><p>Fernandez hadn't won a Grand Slam singles match this year until getting to New York and was trying to reach the fourth round at the U.S. Open for the first time since falling to Emma Raducanu in the final five years ago. Pegula handled her easily in their only meeting this year but said Fernandez showed her different looks that gave her trouble.</p><p>“I didn’t start off very well. It was tough,” Pegula said. “I had to dig deep there in the second to turn that around, and it very well could have not turned around.”</p><p>Pegula advanced to face Sorana Cirstea, the 36-year-old from Romania who is contemplating retirement after this season. She will have at least one more Grand Slam match after the No. 16 seed beat No. 19 Jasmine Paolini 6-3, 6-3.</p><p>Townsend reached the round of 16 for the second straight year by knocking off No. 15 seed Diana Shnaider 6-2, 6-7 (3), 6-3 and seemed eager for the matchup with Sabalenka.</p><p>“I’m so excited. I feel like I thrive in these moments," the American said. “I’m built for these moments and so now is my time, I’m ready to take it. I'm ready to go.”</p><p>Daniil Medvedev, the 2021 champion, became the first man into the fourth round when he beat Arthur Rinderknech 6-4, 6-4, 6-4. The No. 7 seed will face either No. 11 Frances Tiafoe or No. 22 Valentin Vacherot.</p><p>No. 7 seed Karolina Muchova, the Wimbledon runner-up, was ousted by No. 26 Emma Navarro. Marta Kostyuk, the No. 11 seed, also advanced.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JR4FZGJ2T6GK7SSAI5XST2RDCY.jpg?auth=2465b5ebb82c72a5233cbdffb49d9526bdcc9d2686bb461e0ae01f2ab01f21bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, left, embraces Kamilla Rakhimova, of Uzbekistan, after Sabalenka won their match during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W56C7AW3YLTCQAJDDIREHB7TBE.jpg?auth=337a5c855938c3c63ac34692d458365d19555110a3adbb9d062484d1e2c69bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Pegula, of the United States, returns the ball to Leylah Fernandez, of Canada, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHUTTHEGHXPLVI6BC2S4M24WKI.jpg?auth=021f0d68723dd129491a9cfc9810eb35fdaa5e6c49542a8291e0ae8b096bbee1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, reacts during the third round of the U.S. Open tennis championships against Wu Yibing, of China, Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5BPBHNHZBOLF5KB4TH7I7D6JA.jpg?auth=d9bfe157a9005471d39289914d742a50401f8b3ba43fed7140fe4e4a7c55ab17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, serves the ball to Kamilla Rakhimova, of Uzbekistan, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N27ONIRUYTCKKB742WC4GDGTQE.jpg?auth=001225b7637421b5bdc3d52b8cc0ab67765591fe892ce6b941251c39305fae23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sorana Cirstea, of Romania, returns the ball to Jasmine Paolini, of Italy, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Williams sisters, at 44 and 46, reunite their iconic doubles team — at Serena's daughter's urging]]></title><link>https://www.local10.com/sports/2026/09/04/williams-sisters-at-44-and-46-reunite-their-iconic-doubles-team-at-serenas-daughters-urging/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/williams-sisters-at-44-and-46-reunite-their-iconic-doubles-team-at-serenas-daughters-urging/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It was four years ago that Serena Williams announced, in a poignant Vogue essay, that she was “evolving away from tennis.” The headline used the dramatic word “farewell,” though Williams presciently noted she disliked the word “retirement.”]]></description><pubDate>Fri, 04 Sep 2026 17:05:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It was four years ago that Serena Williams announced, in a poignant Vogue essay, that she was “evolving away from tennis.” The headline used the dramatic word “farewell,” though Williams presciently noted she disliked the word “retirement.”</p><p>Whatever the wording, though, the message was clear: Daughter Olympia really wanted to be a big sister. And Williams knew she couldn’t accomplish that and still play tennis the way she wanted. She could not, in other words, have it all.</p><p>“Something’s got to give,” Williams wrote, in words that resonated with many women, in sports and beyond.</p><p>Well, Olympia got her little sister. And now, she may be calling the shots again, because Mom is fulfilling another of Olympia’s requests: that she play doubles again at the U.S. Open with Aunt Venus.</p><p>“You need to play with Auntie VeVe,” 9-year-old Olympia told her, Serena Williams said this week on ABC's “Good Morning America.”</p><p>“She said it so clear and so calm,” Williams said. “She's like my mom, she doesn't really talk a lot, but when she does talk, you listen. And I was like, ‘OK.’”</p><p>And so Serena and Venus, a superstar doubles duo if ever there was one, will take the court Friday evening at the U.S. Open as a team, for the first time in four years.</p><p>“Super excited about it,” Venus said this week — after her singles match wrapped up at the ungodly hour of 2 a.m.</p><p>It’s a tournament where Serena won six singles titles, and Venus won two, one of them against Serena, who returned the favor the following year. That 2001 victory for the elder sister came a full quarter-century ago — which is enough to give fans goose bumps that this partnership is alive, at ages 44 and 46.</p><p>“I’m happy for them,” said longtime tennis fan Nonie Green, of Arlington, Virginia, as she waited out a rain shower between matches earlier this week. “Father Time is undefeated. But I'm happy for them, even if they don’t win.”</p><p>As a doubles team, the sisters won two of their 14 Grand Slam titles at the U.S. Open — in 1999 and 2009. They last played together at Flushing Meadows in 2022, losing in the first round. That was a few weeks after Serena penned her Vogue essay. (This year, they had to scrap their appearance at Wimbledon because of Serena’s knee injury, but they played in Cincinnati last month.)</p><p>Now, fans are happy to witness any “evolving” back to tennis that the sisters care to do. The doubles match, unsurprisingly, has a marquee spot: the night session, in Arthur Ashe Stadium. With cocktails, a DJ and all the rest of a U.S. Open evening spectacle.</p><p>They’ll face Maya Joint of Australia and Chan Hao-Ching of Taiwan. It was Joint who defeated Serena in their recent Wimbledon singles match. But whether the sisters win is not, for many, the point. The point is that they're back in the spotlight.</p><p>Green, the fan from Virginia, did acknowledge that if it were up to her, at the same age, she would probably be watching, or commentating, rather than playing. But she said she loved how happy Serena Williams looked when playing mixed doubles with Carlos Alcaraz, early in the tournament.</p><p>Even more importantly: “They are good for women — and they are good for Black women,” said Green, 58, who is Black.</p><p>Green recalled something a former pastor had told her: “Even the sky is not the limit. You can go beyond it.”</p><p>Which sounds just like the lesson Serena Williams now wants to teach her daughters — and why, four years after stepping away from tennis, she is back, at least in doubles and probably, she said on “Good Morning America,” in singles again soon.</p><p>“I just really want my children to see me play at a different age,” she said.</p><p>“I hope to show them that anything is possible. You can do anything at any age as long as you work hard and put some effort and dedication behind it.”</p><p>The daughters — now two of them — will surely be watching on Friday night as their mom, and Auntie VeVe, take center stage.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXG27PEE2IIARUSA5XHAOG64JU.jpg?auth=0680ca80f0c12b078fd638d5341ef01509c48b0163256d869ad305d93f0138fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, left, first bumps Venus Williams, right, both of the United States, during a women's doubles match against Marta Kostyuk, of Ukraine, and Peyton Stearns, also of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T4QK4ZS2DPVIIMDWIV6YHID2PA.jpg?auth=d0ff864fc46b3e0e220ce8d2de1a376eda6eb3b3f660d590a78692664fd21899&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, left, and Venus Williams, right, both of the United States, wave to the crowd at the end of a women's doubles match against Marta Kostyuk, of Ukraine, and Peyton Stearns, also of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content></item><item><title><![CDATA[FHP releases new details in I-75 crash that left man changing tire dead]]></title><link>https://www.local10.com/news/local/2026/09/04/fhp-releases-new-details-in-i-75-crash-that-left-man-changing-tire-dead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/fhp-releases-new-details-in-i-75-crash-that-left-man-changing-tire-dead/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man was killed Thursday evening after being struck by the driver of an SUV while he was changing a tire on Interstate 75 in Pembroke Pines, according to the Florida Highway Patrol. ]]></description><pubDate>Fri, 04 Sep 2026 16:28:13 +0000</pubDate><content:encoded><![CDATA[<p>A man was killed Thursday evening after being struck by the driver of an SUV while he <a href="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway">was changing a tire</a> on Interstate 75 in Pembroke Pines, according to the Florida Highway Patrol. </p><p><a href="https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/">Leer en español</a></p><p>Troopers said the crash was reported at about 5:05 p.m. on northbound I-75, just south of Pines Boulevard. </p><p>They said a 2026 Honda CR-V was traveling northbound in the outside merge lane when its 69-year-old driver attempted to move into the outside lane.</p><p>Investigators said the driver was unable to safely complete the lane change and traveled between the outside shoulder and the outside lane.</p><p>They said a man was on the paved shoulder attempting to change the rear left tire of a vehicle when he was struck by the front of the Honda, according to FHP officials. They said the man was then thrown into the outside lane and died at the scene.</p><p>Another 32-year-old man who was involved in the incident was not injured, authorities confirmed. The Honda driver also was not injured.</p><p>Authorities said all lanes of northbound I-75 were reopened by about 7:55 p.m. Thursday.</p><p>Authorities have not released additional details about the crash or identified the deceased, pending notification of next of kin. No one involved in the crash has been cited at this time.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Knife-wielding man on Brooklyn Bridge cables fatally shot after ignoring orders to drop weapon]]></title><link>https://www.local10.com/news/national/2026/09/04/knife-wielding-man-on-brooklyn-bridge-cables-fatally-shot-after-ignoring-orders-to-drop-weapon/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/knife-wielding-man-on-brooklyn-bridge-cables-fatally-shot-after-ignoring-orders-to-drop-weapon/</guid><dc:creator><![CDATA[By KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[Police fatally shot a knife-wielding man walking on the cables of New York City’s Brooklyn Bridge after he ignored orders to drop the weapon, authorities said Friday. The shooting happened when he moved within feet of an officer trying to help him climb down.]]></description><pubDate>Fri, 04 Sep 2026 20:22:43 +0000</pubDate><content:encoded><![CDATA[<p>Police fatally shot a knife-wielding man walking on the cables of New York City’s Brooklyn Bridge after he ignored orders to drop the weapon, authorities said Friday. The shooting happened when he moved within feet of an officer trying to help him climb down.</p><p>The shooting at one of the city's most famous landmarks closed the bridge and tied up traffic for part of the morning. It happened four days after a woman randomly stabbed two people in Times Square, killing one, and then was fatally shot by officers.</p><p>The man told the police rescue team that he wanted them to kill him and that he had a bomb, Gerard Dowling, commanding officer of the city's Emergency Services Unit, said at a news conference.</p><p>The officers had used a safety harness to attach themselves to the bridge and spoke to the man for about an hour, saying they wanted to help him and bring him to safety, Dowling said. They told him to drop the knife multiple times.</p><p>At one point, the man began to climb down a cable quickly. The officers were in a line below him on the same cable, Dowling said.</p><p>“The officers began to move backwards away from the male, but they were not able to move as quickly as the subject, who was approaching them,” he said.</p><p>When the man came within 3 feet (.9 meters) of one officer, he raised his arm with the knife extended toward the officer. One of the officers on the roadbed of the bridge then shot him once, Dowling said. The officers brought the man down and started rendering aid. He later died at a hospital.</p><p>Police body cameras recorded the encounter, he said.</p><p>Members of the team “are specially trained for these types of high-risk and incredibly dangerous situations,” Dowling said. “They receive extensive instruction on de-escalation and how to engage with individuals compassionately.”</p><p>The man's name was not released.</p><p>Police said in addition to a knife, they recovered a flashlight.</p><p>When a reporter asked if police found a bomb, Dowling said that was part of the ongoing investigation.</p><p>New York City Mayor Zohran Mamdani posted online that officers responded after receiving a 911 call about a man “who appeared to be attempting to jump from the bridge.”</p><p>He said the police tried to de-escalate the situation and urged the man not to jump.</p><p>“The man was holding a knife and threatened the officers. He eventually moved toward the officers, coming within close proximity to a number of responding officers. One responding officer discharged his weapon and struck the man,” Mamdani said.</p><p>The police department posted a video on social media in July about the Emergency Service Unit’s successful rescue of a woman in distress who had climbed onto the bridge. The team specializes in high-angle rescue, scuba and emergency psychological technician training, Dowling said in the video.</p><p>The Brooklyn Bridge, which opened in 1883, is a cable-supported suspension bridge that connects Manhattan and Brooklyn.</p><p>Its tower height is 276.5 feet (84 meters) above water. It's not clear how high up the man and the police officers were.</p><p>The stabbings on Monday happened near a New York Police Department substation, just outside One Times Square, the building that hosts the city’s annual New Year’s Eve ball drop celebration. It is one of the most heavily touristed and policed spots in all of New York.</p><p>A 49-year-old Queens woman pulled two knives from a shopping bag and stabbed a 68-year-old man in the abdomen, Police Commissioner Jessica Tisch said at a news conference. The man had just left the subway station and was waiting to cross the street with his wife.</p><p>Seconds later, the woman also stabbed a 32-year-old woman in the abdomen, Tisch said. The victim later died.</p><p>Officers tried to convince the woman, identified as Pamela Cisneros, to drop the knives for several minutes before using a Taser, Tisch said. The woman told them: “I’m not dropping anything, I would rather kill both of you,” according to Tisch.</p><p>A video shows the Taser failing to incapacitate Cisneros, who walks quickly toward the officers while waving the knives in front of her.</p><p>Two officers then shot the woman, according to police.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GUBM6BO23UYOSOSVA3TZJJNIU.jpg?auth=39d0578a9c9c799789ddc6e767e07ff298edb1ba394bd44e8975591a649d7155&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The sun rises behind the Brooklyn Bridge on Oct. 11, 2023, in New York. (AP Photo/Kiichiro Sato, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kiichiro Sato</media:credit></media:content></item><item><title><![CDATA[Clark and Bueckers shine in World Cup debuts as the US women rout China 94-61]]></title><link>https://www.local10.com/sports/2026/09/04/clark-and-bueckers-shine-in-world-cup-debuts-as-the-us-women-rout-china-94-61/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/clark-and-bueckers-shine-in-world-cup-debuts-as-the-us-women-rout-china-94-61/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Caitlin Clark and Paige Bueckers made the most of their World Cup debuts to help the United States rout China in the opener of the tournament.]]></description><pubDate>Fri, 04 Sep 2026 16:51:28 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Caitlin Clark and Paige Bueckers made the most of their World Cup debuts to help the United States rout China in the opener of the tournament.</p><p>Clark had 14 points and 11 assists and Bueckers added another 14 points as the Americans topped China 94-61 on Friday.</p><p>It was the first of likely many times that Clark and Bueckers will play together in the U.S. backcourt over the next decade for the senior national team.</p><p>“It’s just organic. We know how to play well off of each other,” Bueckers said. "She draws so much defensive attention, so a lot of the defense is worried about her.”</p><p>Clark loved having so many offensive options, including Bueckers. Everywhere she turned to pass there was a teammate waiting to score.</p><p>“Obviously being around so many talented players, obviously our guards are incredible and our bigs too, but you know anybody I pass the ball to, it feels like they’re never going to miss a shot,” Clark said. “That’s one of my goals when I come into the game — to facilitate.”</p><p>Clark's 11 assists were the most by a U.S. player since Dawn Staley had 12 against Russia in 1998, which tied her for the most ever with Teresa Edwards, who had a dozen against China in 1986.</p><p>The U.S. beat China for the gold medal in the 2022 World Cup, but that Chinese team didn't have 7-foot-3 Zhang Ziyu. The 19-year-old had her own impressive debut in the World Cup, finishing with 13 points and hitting nine of her 10 free throws.</p><p>The towering Zhang had just two blocked shots, but made the Americans think twice about driving to the basket. Bueckers took a few foul line jumpers instead of attacking Zhang.</p><p>“I like to think I’m pretty smart. I thought that a layup over some 7-foot-3 center is probably not the best idea,” Bueckers said, smiling.</p><p>Clark agreed that Zhang presented a difficult challenge, but the U.S. frontcourt of Breanna Stewart, Napheesa Collier, Aliyah Boston and Angel Reese held their own, collecting a combined 24 rebounds.</p><p>“This was a different type of basketball game that I probably ever played in my entire life," Clark said. “I’ve never played against a woman of that size. She obviously presented some challenges for us, but you gotta give our post players a lot of credit.”</p><p>Reese and Boston also were making their World Cup debut. In total, nine of the 12 players on the American roster, which is full of WNBA All-Stars, were playing in their first World Cup. They were able to keep the U.S. rolling.</p><p>The win was the 31st in a row for the Americans, who have a day off Saturday before facing Italy on Sunday and the Czech Republic on Monday.</p><p>“It was great. Obviously the first one we got to shake off our rust,” Bueckers said. “Get back into game shape. Get back into game mode. And it’s our first time playing together as a team, as a unit. So we got a couple of days of practice, but there’s nothing like getting game reps, getting game experience together.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CNO6FXJRCH5NHUFREH2CYFACYY.jpg?auth=98f010e058c128bbdffd5e35f7051989bcb88a73a64715ac12f6fa918d61fb3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Caitlin Clark shoots a free throw during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GVEEHR24CMHPZYSAUNGA37OTMY.jpg?auth=36d1f9164fbfa07d6ecf803726af063d89c26adfbd2f81447570fc36988cb73b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[China's Chen Yujie guards United States' Paige Bueckers during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SDFXIOMEWKQXM4PCP4STYIMIQ.jpg?auth=151248b72a029d281f6b8b5e4f2381ee6bc4a5a8ed1b3ef62d735b2ecc495d34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[China's Zhang Ziyu prepares for a free throw during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Family separated by immigration arrest faces another painful goodbye at MIA]]></title><link>https://www.local10.com/news/local/2026/09/04/family-separated-by-immigration-arrest-faces-another-painful-goodbye-at-mia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/family-separated-by-immigration-arrest-faces-another-painful-goodbye-at-mia/</guid><dc:creator><![CDATA[Michaila Hightower, Ryan Mackey]]></dc:creator><description><![CDATA[A family already torn apart by immigration enforcement faced another painful goodbye at Miami International Airport. Their youngest son is heading to Guatemala to be with his deported parents, but the decision means another separation from his siblings in the U.S.]]></description><pubDate>Fri, 04 Sep 2026 14:10:23 +0000</pubDate><content:encoded><![CDATA[<p>The tears came before the goodbye.</p><p>Inside Miami International Airport Friday, several children cried as they watched family members prepare to leave, scenes that underscored the painful reality facing families caught in the immigration system: Even when loved ones are reunited, a family can remain separated.</p><p><a href="https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/">Leer en español</a></p><p>For the Domingo family, Friday brought another difficult decision.</p><p>Aiden Domingo, the youngest boy in their family, was being sent to Guatemala to live with his parents, who were deported there after being taken into immigration custody last month. </p><p>The decision would reunite the young boy with his parents, but it would also separate him from his four siblings in the United States.</p><p>“We’ve never been separated,” one family member said through tears while speaking to Local 10 News at MIA. “Our family has always been together. We’re always like one big family, but now we’re all just separating.”</p><p>The <a href="https://www.local10.com/news/local/2026/08/11/racially-profiled-video-shows-guatemalan-parents-separated-from-their-5-children-by-border-agents/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/11/racially-profiled-video-shows-guatemalan-parents-separated-from-their-5-children-by-border-agents/">Domingo family’s separation</a> began in early August, when the family was leaving church and heading out to shop for school clothes and shoes. Their 18-year-old daughter, Wendy Domingo, was driving the family’s car.</p><p>The Domingo family told Local 10 News last month that U.S. Border Patrol agents pulled them over and told Wendy Domingo, a U.S. citizen, that she had done nothing wrong. The family said an officer had scanned the vehicle’s license plate, which showed it was registered to a non-citizen.</p><p>Wendy Domingo’s parents, Maria Leiva Perez and Abraham Domingo, were taken into custody. Law enforcement sources previously told Local 10 News that the couple was arrested on Aug. 9.</p><p>Records show Leiva Perez had a final order of removal. Records also show Domingo did not have any legal immigration status, with nothing pending, including an asylum application or visa, according to a source familiar with the records.</p><p>The same source said records show Domingo was arrested in January 2018 on a child neglect charge and again in December 2024 on a domestic battery charge. The source said both arrests were felony cases. It was not immediately clear what the dispositions were in either case.</p><p>The couple was later deported to Guatemala, leaving Wendy Domingo to help care for her four younger siblings.</p><p>Video recorded during the initial traffic stop captured the family’s emotional goodbye. The footage, which was shared by the Guatemalan Maya Center, showed the children crying as their parents were taken away.</p><p>Now, the Domingo children are facing another separation.</p><p>As Aiden prepared to leave for Guatemala, the children’s grief was visible inside the airport. Local 10’s Michaila Hightower was at MIA when a boy as young as 3 or 4 was heard screaming and crying while moving through the security area.</p><p>“They took us from our parents, and now this is taking us from our brother,” said Jessica Domingo, Wendy and Aiden’s sister.</p><p>The Domingos were one of four families facing separations at the airport that day.</p><p>A <a href="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link" rel="" title="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</a> has been created to help the family financially.</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[Sargento de MDSO permanece hospitalizado en Kendall tras caer un rayo sobre su vehículo]]></title><link>https://www.local10.com/espanol/2026/09/04/sargento-de-mdso-permanece-hospitalizado-en-kendall-tras-caer-un-rayo-sobre-su-vehiculo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/sargento-de-mdso-permanece-hospitalizado-en-kendall-tras-caer-un-rayo-sobre-su-vehiculo/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[Agentes de la Oficina del Sheriff de Miami-Dade visitaban a un sargento que estaba recibiendo tratamiento en HCA Florida Kendall Hospital la mañana del viernes después de que un rayo cayera sobre un automóvil en Doral.]]></description><pubDate>Fri, 04 Sep 2026 14:49:32 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade visitaban a un sargento que estaba recibiendo tratamiento en HCA Florida Kendall Hospital la mañana del viernes después de que un rayo cayera sobre un automóvil en Doral.</p><p>Por lo general, un rayo cae sobre la antena o el techo de un automóvil, pasa a través de la cubierta metálica exterior del vehículo, sobre los neumáticos y hacia el suelo, <a href="https://lightningsafetycouncil.org/FAQ-Cars.html" target="_blank" rel="noreferrer" title="https://lightningsafetycouncil.org/FAQ-Cars.html">según</a> el Consejo Nacional de Seguridad contra Rayos.</p><p>El calor de la caída de un rayo puede derretir parcialmente la antena de un vehículo y puede provocar una explosión de chispas a medida que pequeños fragmentos de metal se derriten y se queman, <a href="https://www.weather.gov/safety/lightning-cars" target="_blank" rel="noreferrer" title="https://www.weather.gov/safety/lightning-cars">según</a> el Servicio Meteorológico Nacional.</p><p>El sargento, a quien MDSO no ha identificado públicamente, resultó herido alrededor de las 5:15 p.m. del <a href="https://www.local10.com/espanol/2026/09/04/resulta-herido-agente-de-mdso-tras-caida-de-rayo-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/resulta-herido-agente-de-mdso-tras-caida-de-rayo-en-doral/">jueves</a> afuera de la sede de Miami-Dade Fire Rescue, ubicada en 9300 NW 41st St., en Doral.</p><p>Personal de MDFR utilizó una ambulancia para trasladar de emergencia al sargento, quien estaba fuera de servicio, hacia el sur por la Florida Turnpike hasta el hospital ubicado en 11750 SW 40th St.</p><p>La condición del sargento era estable el viernes, según agentes de MDSO.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1788532783286!6m8!1m7!1s_HqbJk6kuDV-jbu6H_lrtQ!2m2!1d25.80923833771433!2d-80.34826953545365!3f350.9337514618905!4f-5.474355633967988!5f0.4000000000000002" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1788532942116!5m2!1sen!2sus!6m8!1m7!1snM-Y47yXjWhWK7w2Eh8fsg!2m2!1d25.8115103109764!2d-80.34892274278108!3f201.7911673855115!4f-4.822168604151116!5f2.8480578430087164" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Cuenca del Atlántico permanece sin tormentas durante el fin de semana del Día del Trabajo por tercera temporada de huracanes consecutiva]]></title><link>https://www.local10.com/espanol/2026/09/04/cuenca-del-atlantico-permanece-sin-tormentas-durante-el-fin-de-semana-del-dia-del-trabajo-por-tercera-temporada-de-huracanes-consecutiva/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/cuenca-del-atlantico-permanece-sin-tormentas-durante-el-fin-de-semana-del-dia-del-trabajo-por-tercera-temporada-de-huracanes-consecutiva/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Desde al menos finales de la década de 1930, la cuenca del Atlántico no había pasado tres fines de semana consecutivos del Día del Trabajo sin sistemas tropicales activos.]]></description><pubDate>Fri, 04 Sep 2026 16:37:23 +0000</pubDate><content:encoded><![CDATA[<p>De los seis días festivos federales que coinciden con la temporada de huracanes del Atlántico, que dura seis meses, el día en que es más probable encontrar un huracán es el Día del Trabajo.</p><p>El primer lunes de septiembre llega justo cuando la temporada de huracanes alcanza su punto álgido tradicional (alrededor del 10 de septiembre <sup>)</sup> , cuando la cuenca del Atlántico suele estar más activa.</p><p>Algunos Días del Trabajo del pasado no tan lejano, como en 2023 y 1995, presentaron hasta cuatro tormentas con nombre simultáneas durante el fin de semana festivo. El fin de semana del Día del Trabajo de 1950 estuvo plagado de 3 huracanes superpuestos: Charlie, Dog y Easy, el último de los cuales golpeó la Gran Curva de Florida como un huracán de categoría 3 y estableció un récord estatal de lluvia (45,2 pulgadas en Yankeetown), <a href="https://www.wpc.ncep.noaa.gov/tropical/rain/tcstatemaxima.gif" rel="">que todavía se mantiene hasta el día de hoy</a> .</p><p>Aproximadamente 9 de cada 10 fines de semana del Día del Trabajo desde 1950 han presentado al menos un ciclón tropical activo en la cuenca del Atlántico (Golfo de México, Caribe y el Atlántico Norte en general). Solo en dos ocasiones, según los registros fiables (desde 1950), se han registrado dos fines de semana consecutivos del Día del Trabajo sin ningún sistema activo en el Atlántico: 1997-1998 y 2024-2025. Nunca, según los registros fiables, hemos tenido tres fines de semana consecutivos del Día del Trabajo con un mapa del Atlántico tropical vacío; es decir, hasta 2026.</p><figure><img src="https://www.local10.com/resizer/v2/MUHRNBMHPBGTXBQQVWO4PBSW3Y.png?auth=f78788dc15003732faaf0738f5f8006aaa1b2b97556e2f0da174a561452d6b6b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Es un verdadero lujo que la temporada de huracanes del Atlántico se detenga la primera semana de septiembre, permitiendo a los bañistas disfrutar del final no oficial del verano sin la preocupación de un huracán inminente. Es aún más raro observar nuestros modelos informáticos a largo plazo a principios de septiembre y no ver absolutamente ningún ciclón tropical en el horizonte del Atlántico.</p><figure><img src="https://www.local10.com/resizer/v2/577GWQHLBZFAJJN67AIHIHEOEQ.PNG?auth=e76e78596dba8d84bd0e343f79a449aa53ce219eb4c6ae4ac84e7fd1de24430e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Hasta ahora, el fenómeno de El Niño Super está cumpliendo con todas nuestras expectativas, manteniendo la temporada de huracanes del Atlántico notablemente tranquila, con la menor actividad registrada hasta la fecha (desde al menos 1950).</p><h3><b>Otro momento crítico para algunas zonas de Hawái.</b></h3><p>A diferencia del Atlántico, el Pacífico está repleto de huracanes intensos. Esta semana, Karina y Lowell alcanzaron la categoría 4 y la categoría 5, respectivamente, mientras que María se convirtió en huracán a última hora del miércoles sobre el Pacífico abierto, al este de la zona.</p><figure><img src="https://www.local10.com/resizer/v2/7QTWDK3WENFFHGWJURTNNK3KQU.png?auth=83d3f985396f5cd21c91ff8ff42e9b9eaac02734da9886e2638347db96522f57&smart=true&width=1200&height=900" alt="Hurricanes Lowell (left) and Karina (right) on Wednesday, September 2, 2026, over the eastern Pacific. Credit: NOAA/CIRA Satellite Library." height="900" width="1200"/><figcaption>Hurricanes Lowell (left) and Karina (right) on Wednesday, September 2, 2026, over the eastern Pacific. Credit: NOAA/CIRA Satellite Library.</figcaption></figure><p>Lowell es el único de los tres que podría representar una amenaza directa para tierra firme. El pronóstico indica que Lowell, de categoría 3, no solo se fortalecerá durante el fin de semana, sino que podría mantener su estatus de huracán de categoría mayor al acercarse a las islas principales más occidentales de Hawái entre la noche del lunes y la madrugada del lunes, hora local.</p><p>Oficialmente, el Centro Nacional de Huracanes sitúa el centro de Lowell a unas 150 a 200 millas al oeste de Kauaʻi en su paso más cercano, y los modelos generalmente han mostrado una tendencia hacia el oeste y alejándose de las islas principales del estado en los últimos días.</p><figure><img src="https://www.local10.com/resizer/v2/34LSRRN55BFXFIBPASBSRDF3AY.png?auth=7a67747a783dfc3959e745d1d926f65ccbfd15fc7a885e181fa96235ac8feb59&smart=true&width=1200&height=900" alt="Official NHC forecast for Hurricane Lowell as of 5 AM HST Friday. Though Lowell is currently forecast to move west of the main Hawaiian Islands early next week, dangerous and life-threatening surf will pose a threat to the entire state in the days ahead. Credit: Tomer Burg/polarwx.com." height="900" width="1200"/><figcaption>Official NHC forecast for Hurricane Lowell as of 5 AM HST Friday. Though Lowell is currently forecast to move west of the main Hawaiian Islands early next week, dangerous and life-threatening surf will pose a threat to the entire state in the days ahead. Credit: Tomer Burg/polarwx.com.</figcaption></figure><p>La última ejecución del conjunto de datos DeepMind de Google, compuesto por 1.000 miembros, sugiere que hay pocas probabilidades de que el centro del cráter de Lowell pase a menos de 120 kilómetros de Kauaʻi.</p><figure><img src="https://www.local10.com/resizer/v2/2HTKVWMOI5FSXEMVZ4CN5NY5FY.png?auth=335ff429057b4bc95ca17cbbae470536e362df0eae672d5f81a519326938a401&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>No obstante, tanto los residentes como los visitantes de todo el estado deberán seguir atentos a los pronósticos, ya que las olas fuertes y el oleaje peligroso continuarán aumentando a medida que se acerque Lowell. Es probable que el fuerte oleaje afecte las entradas de los puertos, los canales, las propiedades costeras y la infraestructura, incluidas las carreteras, hasta principios de la próxima semana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5BO4UJK2ZFALDRJT733BUCM7M.png?auth=f22f51b15c6036813ff013346c5725ee2234895c342db8c55694f2f2baf520c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Friday morning Atlantic basin satellite showing unusually quiet conditions across the tropics to start September. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Ben Simmons agrees to a 1-year contract with the Sacramento Kings, AP source says]]></title><link>https://www.local10.com/sports/2026/09/04/ben-simmons-agrees-to-a-1-year-contract-with-the-sacramento-kings-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/ben-simmons-agrees-to-a-1-year-contract-with-the-sacramento-kings-ap-source-says/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[Ben Simmons is making a comeback to the NBA after sitting out last season with injuries, agreeing to a one-year contract with the Sacramento Kings.]]></description><pubDate>Fri, 04 Sep 2026 16:31:41 +0000</pubDate><content:encoded><![CDATA[<p>Ben Simmons is making a comeback to the NBA after sitting out last season with injuries, agreeing to a one-year contract with the Sacramento Kings.</p><p>A person familiar with the deal confirmed to The Associated Press that he will sign with Sacramento. The person spoke to the AP on condition of anonymity because the deal hadn't been announced.</p><p>ESPN first reported the move and said Simmons would be paid $3.5 million.</p><p>The 30-year-old from Australia is a former No. 1 draft pick, three-time All-Star and Rookie of the Year, but he has struggled to perform and stay healthy in recent years. He sat out last season while dealing with back and leg injuries after ending the 2024-25 season in a reserve role for the Los Angeles Clippers.</p><p>Sacramento is coming off a 22-60 season and is trying to rebuild around rookie Darius Acuff Jr., who was picked seventh in the draft after a stellar freshman season at Arkansas. The Kings were looking for veteran help after waiving DeMar DeRozan and deciding not to bring back Russell Westbrook. Those two scored the most points last season for Sacramento.</p><p>The Kings believe Simmons provides value as a versatile defender that can guard almost any position and can be the backup point guard to Acuff as well as play in other spots.</p><p>Simmons was the first overall pick by Philadelphia in 2016 after playing one season in college at LSU. He sat out his first season with an injured foot but quickly developed into a star player for the 76ers once he returned. He was the Rookie of the Year in 2017-18, was an All-Star the following three seasons, as well as a third-team All-NBA player in 2019-20 and a first-team All-Defense selection in 2019-20 and 2020-21.</p><p>But his career hasn't been the same after sitting out the 2021-22 season when he was dealing with mental health concerns, other physical injuries and was seeking a trade out of Philadelphia.</p><p>He was sent to Brooklyn at the 2022 trade deadline but missed the rest of that season with a bad back. He then played 2 1/2 seasons with the Brooklyn before getting cut in February 2025. He finished that season with the Los Angeles Clippers before sitting out last season.</p><p>But he never came close to his level of play early in his career in Philadelphia, averaging 5.9 points, 5.8 rebounds and 5.8 assists during his time with the Nets and Clippers.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QBOKTUSRHWGXESZ5CRWUUH6SII.jpg?auth=569d7fd57cd93f3e6b0ee0f090968b0bd316d4a702eeb5e088ac4ad834a05a50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - LA Clippers guard Ben Simmons drives past New York Knicks forward Precious Achiuwa during the first half of an NBA basketball game in New York, March 26, 2025. (AP Photo/Adam Hunger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Here's how the summer box office blew up and Hollywood got its mojo back]]></title><link>https://www.local10.com/entertainment/2026/09/04/heres-how-the-summer-box-office-blew-up-and-hollywood-got-its-mojo-back/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/04/heres-how-the-summer-box-office-blew-up-and-hollywood-got-its-mojo-back/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Hollywood has just wrapped up its best summer in a decade and its biggest vibe shift since the pandemic.]]></description><pubDate>Fri, 04 Sep 2026 16:38:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Hollywood has just wrapped up its best summer in a decade and its biggest vibe shift since the pandemic.</p><p>After years of new-normal ticket sales and regular spells of unease, the summer box office rallied to $4.61 billion in domestic ticket sales between May 1 and Aug. 31, according to Rentrak.</p><p>That’s not just miles ahead of last year (a 26.1% increase from 2025), but better than every summer other than 2013. Accounting for inflation and higher ticket prices, it’s less of a record season. Admissions are still way down from pre-pandemic levels. But 2026 was still the summer Hollywood got its mojo back.</p><p>While that is partly thanks to some usual suspects — Spider-Man, “Toy Story” and others — much of what’s driven the resurgence has been refreshingly new. Gen-Z audiences have filled theaters. Low-budget films such as “Obsession” have turned into blockbusters. But it's been filmmakers, even more than intellectual property, that have lured moviegoers. Even once-dead movies have come back to life.</p><p>“We’re seeing audiences show up for things they really care about, and those might not be the same things we saw a summer or two summers ago,” says Dave Green, director of the previously canned “Coyote vs. Acme.” “I’m really encouraged by the resilience of the movie business and that it can bounce back and morph and change all the time.”</p><p>Such optimism had for years been hard to find in a Hollywood ravaged by the pandemic, wildfires, labor strife, contraction and technological upheaval. There are still seismic changes afoot, including Paramount’s proposed acquisition of Warner Bros. Discovery and the continuing effects of generative AI.</p><p>But for the first time in a while, the movie business is running at a high gear, with reason to expect the good times might continue to roll. Fall releases like “Avengers: Doomsday” and “Dune: Part III” (both due out in December) should add to the momentum, and maybe more record returns.</p><p>Here’s what fueled Hollywood’s summer comeback:</p><p>Filmmakers drive moviegoers</p><p>There's not a lot that movies like “The Odyssey,” “Obsession” and “Disclosure Day” have in common. But each drew audiences largely because of the filmmaker behind them.</p><p>Christopher Nolan's box-office drawing power has never been more apparent. That he could transform one of the oldest works in literature into a summer blockbuster that will soon hit $1.6 billion is a triumph even for him. It goes to show just how much a studio having the right stable of filmmakers can be a boon to them. Universal Pictures famously scooped up Nolan after his acrimonious departure from Warner Bros. over its pandemic detour to streaming.</p><p>Universal is also home to Spielberg, whose “Disclosure Day” ($241.3 million worldwide) made a more minor splash in theaters. But everyone who came to see it came for Spielberg. The same, maybe, could be said for “Obsession,” by 26-year-old YouTuber-turned-filmmaker Curry Barker. Made for less than $1 million, it's surpassed $500 million worldwide for Focus Features, making it among the most profitable movies ever made.</p><p>The seminal moment of the season, and a possible sea change in 21st century Hollywood, was when “Obsession” blew past “Star Wars,” a franchise that helped define the summer blockbuster. “Star Wars: The Mandalorian and Grogu” tapped out with a disappointing $345.4 million globally.</p><p>It wasn't the only sign that some of Hollywood's most dependable franchises don't necessarily have the same power they once did. The Walt Disney Co.'s latest live-action remake, “Moana” ($315.4 million), also stumbled, as did Warner Bros. and DC Studios' big summer release, “Supergirl” ($126.4 million).</p><p>Gen-Z audiences are filling theaters</p><p>Of course, other long-running franchises are doing just fine. Sony Pictures' “Spider-Man: Brand New Day” is still atop the box office but it's already accrued $2.34 billion, making it the second highest grossing film ever, not accounting for inflation.</p><p>While that success points to a few things — Spider-Man's supremacy among superheroes, the inconsistency of any “superhero fatigue” — it was hard to miss how, for two months, Tom Holland and Zendaya (stars in "Brand New Day,” co-stars in “The Odyssey”) presided over summer moviegoing.</p><p>The 30-year-old stars, and their obvious drawing power, reflect the considerable influence Gen Z has on the box office. Those aged 14 to 29 were already ranking as the demographic going most often to theaters. According to Cinema United, the exhibitor trade group, Gen Z in 2025 averaged a leading 6.1 visits, up from 4.9 the year prior.</p><p>That was most evident in the twin successes of “Obsession” and “Backrooms” earlier in the summer. A24's “Backrooms,” directed by 21-year-old Kane Parsons, grossed $394.1 million worldwide on a $10 million budget. That a pair of 20-something former YouTubers outperformed Spielberg and “Supergirl” suggests shifting tides in American moviegoing.</p><p>“I think we’re a little tired of being at home. Our generation is the COVID generation a little bit,” Barker said in an earlier interview while basking in the grosses for “Obsession.” “I was fortunate enough to have all four years of high school experience. My brother Riley lost two years of that. We’re sick of the phones.”</p><p>Large-forma</p><p>t screens, and 70 mm</p><p>According to S&P Global, the number of overall ticket sales is still well behind where they were in 2019. Through mid-August in 2019, cinemas sold 795.9 million tickets. Over that same period this year, the number is 547.1 million.</p><p>What's making up the difference is ticket prices, particularly for large-format showings. Business has been best on the biggest screens. In July, “The Odyssey” led IMAX to its best month ever, with $257 million in worldwide sales.</p><p>IMAX, more differentiated from home TVs than your average movie screen, never saw the same downturn that broader exhibition did.</p><p>“IMAX had a record in 2025. We beat the number from pre-pandemic and we expect to beat last year’s number this year,” says Richard Gelfond, IMAX chief executive. “So we’ve been back.”</p><p>Still, the craze over seeing “The Odyssey” in 70 mm IMAX isn't likely to be forgotten. Film format increasingly drives moviegoing. The chance to see this year's best-picture winner “One Battle After Another” in VistaVision was part of its pull on cinephiles.</p><p>It's also one reason why the looming matchup of “Avengers: Doomsday” and “Dune: Part III” will be so fascinating. In December, “Dune: Part III” will have IMAX exclusivity while Disney is promoting “Infinity Vision” — a designation for premium large format screens — for “Doomsday.” But in a similar situation, things worked out just fine for “The Odyssey” and “Spider-Man: Brand New Day.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D2PHRVCXVLGOF7HHMHTA476O34.jpg?auth=565b085be8582b12fc802f87882044d30a75d7c7b6dfe39b055b614b6006a768&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows a scene from "Spider-Man: Brand New Day." (Sony Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HW2PHEFGO4MTLMP2YVSP63UA6I.jpg?auth=4802d262aee9c007c37a807449202a93f5cb81df4194e2701136e7e17ba9a339&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Matt Damon as Odysseus, left, in a scene from "The Odyssey." (Melinda Sue Gordon/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Melinda Sue Gordon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6QAWGYC5ZJLAB6OIL7SXKMRAY.jpg?auth=3392485603805fe0f2f76567d9508dd32d8bebfb72b8101b63d1ec90c2f518c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This image released by Disney shows Smarty Pants, voiced by Conan O'Brien, and Jessie, voiced by Joan Cusack, right, in a scene from "Toy Story 5." (Pixar/Disney via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D3KY2KIWLNVXL3HZ36NJ7H3AOI.jpg?auth=89746be4042ea4b3e9d873abcee051a2ef51f5ec85a2b72a21b61a927de185d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Curry Barker poses for a portrait in New York on Thursday, June 11, 2026. (Photo by Andy Kropa/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPVE2Q632SFUOQBZTZKKLM5Q4A.jpg?auth=d5f3dfde2da3ca3e242e514c48c45835f802fa23b098070fffae83fd90829a09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Focus Features shows Inde Navarrette and Michael Johnston in a scene from "Obsession." (Focus Features via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Courtesy of Focus Features</media:credit></media:content></item><item><title><![CDATA[MDSO sergeant remains hospitalized in Kendall after lightning strikes car]]></title><link>https://www.local10.com/news/local/2026/09/04/mdso-sergeant-remains-hospitalized-in-kendall-after-lightning-strikes-car/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/mdso-sergeant-remains-hospitalized-in-kendall-after-lightning-strikes-car/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies who were at HCA Florida Kendall Hospital on Friday morning said a colleague remained hospitalized after lightning struck a car in Doral. ]]></description><pubDate>Fri, 04 Sep 2026 14:38:48 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies who were at HCA Florida Kendall Hospital on Friday morning said a colleague remained hospitalized after lightning struck a car in Doral. </p><p><a href="https://www.local10.com/espanol/2026/09/04/sargento-de-mdso-permanece-hospitalizado-en-kendall-tras-caer-un-rayo-sobre-su-vehiculo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/sargento-de-mdso-permanece-hospitalizado-en-kendall-tras-caer-un-rayo-sobre-su-vehiculo/">Leer en español</a></p><p>The sergeant, whom MDSO hasn’t publicly identified, was injured at about 5:15 p.m. <a href="https://www.local10.com/news/local/2026/09/03/1-injured-after-possible-lightning-strike-in-doral/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/03/1-injured-after-possible-lightning-strike-in-doral/">on Thursday</a> outside the Miami-Dade Fire Rescue headquarters, at 9300 NW 41st St., in Doral. </p><p>Deputies escorted MDFR personnel, who used an ambulance to rush the sergeant southbound on the Florida Turnpike to the hospital at 11750 SW 40th St.</p><p>Lightning typically strikes a car’s antenna or roofline, passes through the vehicle’s outer metal shell, over the tires, and to the ground, <a href="https://lightningsafetycouncil.org/FAQ-Cars.html" target="_self" rel="" title="https://lightningsafetycouncil.org/FAQ-Cars.html">according</a> to the National Lightning Safety Council. </p><p>The lightning strike’s heat can partially melt the antenna of a vehicle and can cause an explosion of sparks as tiny fragments of metal melt and burn, <a href="https://www.weather.gov/safety/lightning-cars" target="_self" rel="" title="https://www.weather.gov/safety/lightning-cars">according</a> to the National Weather Service. </p><p>The sergeant’s condition was stable on Friday, according to MDSO deputies. He was off duty when he was injured, according to MDSO. </p><p><b>NWS facts about lightning safety </b></p><ul><li><i>Over the last three decades, the U.S. has averaged 51 lightning fatalities per year</i></li><li><i>Only about 10% of people struck by lightning are actually killed. The other 90% must cope with varying degrees of disability, sometimes for the rest of their lives.</i></li><li><i>If in a car, avoid contact with any conducting paths leading to the outside of the vehicle, such as portable electronic devices plugged in for charging.</i></li><li><i>Seeking shelter under a tree is one of the leading causes of lightning-related fatalities.</i></li><li><i>Seek shelter at the first indication of a thunderstorm and stay there until 30 minutes after the last clap of thunder.</i></li><li><i>A sturdy, enclosed structure with plumbing and electrical wiring is safest</i> during a storm. Buildings with exposed sides are not safe. </li><li><i>Stay away from windows and doors. Remember that lightning can travel through the metal wires or bars in concrete walls and flooring.</i></li><li><i>Don’t touch electrical equipment or cords during storms, and avoid metal plumbing. Do not wash your hands, do dishes, do laundry, or take a shower or a bath during a thunderstorm. </i></li></ul><p><i>Source: </i><a href="https://www.weather.gov/iln/lightningsafetyweek" target="_self" rel="" title="https://www.weather.gov/iln/lightningsafetyweek"><i>The National Weather Service</i></a></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1788532783286!6m8!1m7!1s_HqbJk6kuDV-jbu6H_lrtQ!2m2!1d25.80923833771433!2d-80.34826953545365!3f350.9337514618905!4f-5.474355633967988!5f0.4000000000000002" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1788532942116!5m2!1sen!2sus!6m8!1m7!1snM-Y47yXjWhWK7w2Eh8fsg!2m2!1d25.8115103109764!2d-80.34892274278108!3f201.7911673855115!4f-4.822168604151116!5f2.8480578430087164" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Cocaleros afines a Evo Morales desafían estado de excepción para protestar contra el gobierno]]></title><link>https://www.local10.com/espanol/2026/09/04/cocaleros-afines-a-evo-morales-desafian-estado-de-excepcion-para-protestar-contra-el-gobierno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/cocaleros-afines-a-evo-morales-desafian-estado-de-excepcion-para-protestar-contra-el-gobierno/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[COCHABAMBA, Bolivia (AP) — Miles de cocaleros y seguidores del expresidente boliviano Evo Morales marcharon el viernes en una ciudad del centro de Bolivia en abierto desacato al estado de excepción impuesto por el gobierno y para protestar por la escasez de combustibles y las políticas del mandatario Rodrigo Paz.]]></description><pubDate>Fri, 04 Sep 2026 16:16:07 +0000</pubDate><content:encoded><![CDATA[<p>COCHABAMBA, Bolivia (AP) — Miles de cocaleros y seguidores del expresidente boliviano Evo Morales marcharon el viernes en una ciudad del centro de Bolivia en abierto desacato al estado de excepción impuesto por el gobierno y para protestar por la escasez de combustibles y las políticas del mandatario Rodrigo Paz.</p><p>La policía no intervino para dispersar a la marcha, que fue pacífica y de la que no participó Morales, quien desde su feudo cocalero del Chapare evade una orden judicial de detención por el presunto abuso de una menor cuando era mandatario (2006-2019). El expresidente sí alentó a sus seguidores para que dejaran sus labores agrícolas y marcharan hasta Cochabamba.</p><p>Esta es la primera marcha de cocaleros desde las duras protestas de mayo y junio que por 53 días paralizaron gran parte del país cuando varios sindicatos exigieron la renuncia de Paz ante la falta de respuesta a la crisis económica y la escasez de combustibles. Paz acusó a Morales de impulsar esas protestas para desestabilizar a su gobierno.</p><p>En mensajes en redes sociales Morales criticó la víspera a Paz, al que tildó de “neocolonial y neoliberal” y de “someterse a intereses de Estados Unidos y del Fondo Monetario Internacional".</p><p>Protestas pese a estado de excepción</p><p>“Este gobierno quiere rifar nuestros recursos naturales, no escucha al pueblo. No vamos a permitir más daño a la economía, esto es un aviso, vamos a seguir en la lucha”, dijo el dirigente cocalero Isidro Auca el viernes al encabezar la columna de manifestantes.</p><p>“¡Todo sube de precio, menos los salarios!, ¡No alcanza el dinero!”, gritaban los manifestantes.</p><p>La manifestación desafía el estado de excepción que el gobierno de Paz impuso en junio después de duras protestas con cortes de rutas que causaron desabastecimiento de combustible, oxígeno medicinal y alimentos principalmente en las ciudades de La Paz y El Alto.</p><p>“Nadie puede estar por encima de la ley, menos un expresidente. Morales debe rendir cuentas a la justicia”, dijo el ministro de Defensa, Ernesto Justiniano, en declaraciones a la televisora Unitel.</p><p>La víspera Justiniano cerró acuerdos con productores agrícolas que habían cortado carreteras para rechazar un reciente aumento en el precio del diésel para grandes consumidores y en contra de la escasez de combustible que está afectando a la producción agropecuaria.</p><p>Paz heredó problemas acumulados durante los gobiernos izquierdistas de Morales y Luis Arce (2020-2025), entre ellos la caída de la producción de hidrocarburos por falta de inversión, la reducción en la generación de divisas para importar gasolina y diésel y una inflación que al año pasado llegó al 20%.</p><p>En casi un año de gestión no ha logrado resolver los problemas económicos y su gobierno se ha visto envuelto en escándalos como el de su encarcelado exasesor argentino Fernando Cerimedo, procesado por intento de feminicidio.</p><p>Justiniano anticipó que varios legisladores estarían dispuestos a ampliar el estado de excepción que vence el 20 de septiembre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D77TM2EHSFO4IGSBNFILIXHF3Y.jpg?auth=fb857795102331063c7c440dbf345101319de1b5ab92ee3034410addd43f73ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un cargador transporta sacos de cebollas en una carretilla en un mercado callejero de El Alto, Bolivia, el jueves 3 de septiembre de 2026. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Trump administration scrubs data on gender-based bullying from school civil rights survey]]></title><link>https://www.local10.com/news/politics/2026/09/04/trump-administration-scrubs-data-on-gender-based-bullying-from-school-civil-rights-survey/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/trump-administration-scrubs-data-on-gender-based-bullying-from-school-civil-rights-survey/</guid><dc:creator><![CDATA[By SHARON LURYE and ANNIE MA, Associated Press]]></dc:creator><description><![CDATA[The Trump administration this week quietly released an update to a major survey on civil rights in schools that was scrubbed of all data related to nonbinary students or bullying based on gender identity.]]></description><pubDate>Fri, 04 Sep 2026 18:38:25 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration this week quietly released an update to a major survey on civil rights in schools that was scrubbed of all data related to nonbinary students or bullying based on gender identity.</p><p>The numbers come from the Education Department's Civil Rights Data Collection, a federal survey of nearly every public school in the nation. The release this week covers the 2023-2024 school year, when the survey included “nonbinary” as a gender category alongside male and female.</p><p>However, an Associated Press analysis shows that in every column for information related to gender identity, the numbers were replaced with a code indicating “Suppressed in Compliance with Executive Order.” That refers to an executive order that President Donald Trump signed on his inauguration day calling for the federal government to define sex as only male or female.</p><p>The government also suppressed the number of allegations of harassment or bullying on the basis of gender identity in schools, information about whether the districts had written policies prohibiting such harassment, and any links to those policies.</p><p>Those questions in the data collection are designed to capture the experiences of transgender and nonbinary students — whether they experience harassment, participate in sports or face overly harsh discipline, said Seth Galanter, a senior fellow at the Edley Center on Law and Democracy and a former attorney with the Education Department's Office for Civil Rights under the Biden and Obama administrations.</p><p>Only school districts that already collected data on trans and nonbinary students were required to report it to the federal government, Galanter said, and roughly 1,800 out of the more than 13,000 U.S. school districts reported data in the last collection.</p><p>“We're losing the granular experience of those kids,” Galanter said. “They exist in the world, their schools acknowledge their existence, but we now no longer have any way to have any kind of local, state or national picture about these kids and what their school experience is like.”</p><p>In a written statement, the Education Department said the Office for Civil Rights would be releasing more data in coming weeks. It also said the Trump administration is “realigning the functions of OCR to align with its statutory mandate.”</p><p>The White House has targeted efforts to accommodate trans students</p><p>The data suppression reflects the Trump administration’s wider efforts to target protections for transgender and nonbinary students in schools. The White House has repeatedly clashed with schools and colleges over accommodations for transgender students, with the Justice Department this week announcing a federal lawsuit against the school system in Kansas City, Kansas, over its policies on transgender students.</p><p>It's also one of many instances in which the administration has removed data related to gender from government resources.</p><p>The Williams Institute, an LGBTQ+ law and policy research center based at the UCLA School of Law, has identified around 360 cases where the Trump administration removed information related to sexual orientation or gender identity from federal data collections, ranging from Medicare surveys that asked about discrimination in doctors’ offices to data on homeless youth.</p><p>The author of the Williams Institute’s report, Lauren Bouton, said the Office for Civil Rights could have used the data to identify schools that have a problem with bullying of nonbinary students and then require them to follow an action plan to improve. “No one’s being held accountable to these kids,” Bouton said.</p><p>The Civil Rights Data Collection is one of the country’s most important and comprehensive sources of data related to educational opportunity in public schools. As required by federal law, the Office for Civil Rights collects information from every school in the country on topics like discipline, corporal punishment, bullying and harassment, and access to advanced coursework.</p><p>The lack of transparency around the most recent update could erode public trust the government has worked to build for its civil rights data, said Ivy Morgan, director of research and data at EdTrust, a Washington, D.C.-based think tank that advocates for educational equity.</p><p>“The way this data was released is part of a long-standing pattern that we have observed for the last two years,” Morgan said. “This administration just does not care about data, doesn’t care about research, doesn’t care about evidence. And it particularly doesn’t care about that information when it is helping us understand the experiences of students and people who are marginalized in our society.”</p><p>The survey went to schools shortly before Trump took office</p><p>Preparations for the latest data collection began under President Joe Biden’s administration, and Morgan said the attempt to gather data on nonbinary and trans students was one of the most comprehensive efforts to date from the federal government. The survey went out to schools a month before Trump was inaugurated.</p><p>While Trump had previously announced his administration would remove questions related to gender identity, it was unclear whether that would affect the 2024 data or only future surveys.</p><p>The last time that the data collection was updated, under the Biden administration, it came with a detailed report on trends in educational equity and opportunity, including findings that Black and Latino students were far more likely than white students to attend schools where the majority of teachers were not certified and were far less likely to have access to advanced math courses in high school.</p><p>This year, the new data came out with no accompanying report. There was no official announcement from the Education Department that new data had arrived. The only indication of the change was a single row added to the department’s list of data tables. As of Friday, the homepage of the data collection website listed 2021-2022 data under the heading “What’s New?”</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NPLIHSCYRMXTWUQS2XEKJ6ZZIY.jpg?auth=86061205e91327dca6f6428b8bb1f46704144faf34555463ab8b92f4c54b38e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The headquarters of the U.S. Department of Education, March 12, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[The presence of influencers and tennis etiquette become hot topics at the US Open]]></title><link>https://www.local10.com/sports/2026/09/04/the-presence-of-influencers-and-tennis-etiquette-become-hot-topics-at-the-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/the-presence-of-influencers-and-tennis-etiquette-become-hot-topics-at-the-us-open/</guid><dc:creator><![CDATA[By STEPHEN WHYNO and BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Naomi Osaka usually does not have a problem focusing on playing tennis and blocking out the crowd when she's on the court. Her first-round match at the U.S. Open became a notable exception.]]></description><pubDate>Fri, 04 Sep 2026 16:06:47 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Naomi Osaka usually does not have a problem focusing on playing tennis and blocking out the crowd when she's on the court. Her first-round match at the U.S. Open became a notable exception.</p><p>“There was a moment where there was people shouting and stuff," Osaka said. “You could hear it quite clearly.”</p><p>The source of the disruption: a group of influencers and content creators who have been afforded widespread access at this U.S. Open. The number of content creators who were credentialed to cover the tournament has doubled from last year, and the interruptions have made the influencers and tennis etiquette a hot topic at Flushing Meadows.</p><p>Chair umpire Kader Nouni admonished a group of influencers in a suite for recording a video in the middle of a point, and another incident Monday night involved the use of a bright ring light to take photos. In Osaka's second match, chair umpire Marijana Veljovic asked fans several times to be quiet, an effort the players appreciated.</p><p>"It could be a good thing for people to make the sport of tennis popular to their specific audience, but I think it has to be managed a lot better, especially in the situation like first-round match,” Osaka said Thursday after advancing to the third round. “Overall, I think there is huge positives. ... You want people to continue to grow the sport. I just think it has to be in a way that everyone knows the rules and the etiquette.”</p><p>The U.S. Tennis Association began inviting creators last year, and spokesperson Brendan McIntyre said reaching new audiences is essential to the growth of the sport and the U.S. Open.</p><p>There have been some crowd and noise hiccups, including again Thursday when Osaka played Katerina Siniakova.</p><p>“Sometimes the people don’t realize that even when they’re like up and they are talking, you can hear it down (on the court),” Siniakova said. “You just don’t think about it. You think: 'Oh, I’m somewhere where no one even, like, hears me, but it’s not really true. Actually, in this big stadium, it’s everything, is going everywhere.”</p><p>Arthur Ashe Stadium, which serves as center court, has emerged as the place to be at the U.S. Open — often with the famous Honey Deuce cocktail and its tennis ball-shaped melons in hand. It has become common for fans to pose for photos in the middle of matches while play is ongoing.</p><p>“Sometimes it’s their first tennis match; they don’t know. They have probably been to basketball games before," 2023 champion Coco Gauff said, wondering if brands that invite influencers should put up etiquette signs as a way of helping. “With anything, any venue you go to, if you’re being invited to a red carpet, you wouldn’t show up in jeans. I think it’s just follow the etiquette of the sport.”</p><p>Madison Appel, a college tennis player at Indiana who teaches lessons as a coach and is an influencer, responded to the criticism on TikTok and Instagram by giving her own tips for those unfamiliar with how to act at matches.</p><p>“The problem is not the influencer: The problem is that no one understands tennis etiquette,” Appel said. “You should only be walking around and taking photos when the two players are sitting down, the music’s up and it’s lively. When players are playing, and they’re in between serving games, you should be in your seat, not taking photos and keeping it quiet. When a player is ready to serve, everyone needs to respect that, sit down and just watch.”</p><p>Earlier this week, video screens began displaying a message to “Please refrain from the use of flash photography and other lighting.” Osaka notices the noise more than the lights, while Gauff is most concerned about flash photography.</p><p>They and other players have mixed feelings about influencers. Daniil Medvedev, ranked eighth in the world in men's singles, is all for making tennis more popular and joked that one downside is getting recognized by more people on the street or at restaurants.</p><p>“If it disturbs during the play, like if you see the light or something, well, you always say to the referee, can be sometimes challenging, like if during the point this happens,” Medvedev said. “But I’m pretty sure as well, even them, maybe one time they do it, and then someone tells them not to do it. (There is) a lot of more upside than downside, so go for it.”</p><p>Frances Tiafoe does not see much of a downside to more butts in seats, with the goal of getting fans from all walks of life into tennis. Fellow American Jessica Pegula sees a benefit to influencers showcasing the U.S. Open experience but wonders if there's a tipping point.</p><p>“It’s tough when you see videos like that when they’re taking pictures and using the selfie lights,” Pegula said. “People are down there trying to perform, and it’s their career and their job. It seems like a bit disrespectful. I think it’s gotten a little maybe too much, it feels like, this year. I don’t know. I think I can appreciate one side of it, but I think when you have the other side literally interrupting matches, it gets a little tough.”</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K7WOXF7BNLRP3B456EEG34VEZQ.jpg?auth=f64c8ffb10dc57c621a7c5e1e9df31ade84968055e835aa26da8913cfd0696f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan takes a selfie as Elena Rybakina, of Kazakhstan, serves to Jessica Bouzas Maneiro, of Spain, during the second round of the U.S. Open tennis championships, Thursday, Sept. 3, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2HYHWGUDXYYPVRBN3XNHOJ62I.jpg?auth=bcf88beba1677c84eb973f2eaa410235846a0e5dd82b2281ae1571f0a0077d59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans walk outside Arthur Ashe Stadium at the U.S. Open tennis championships Wednesday, Aug. 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVOAUDTJ5PAZIELYXCKM4F4TDM.jpg?auth=84131008c73f784069c8771788a559f9e964100d31600e6742f15687c7fdc424&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch Lorenzo Sonego, left, of Italy, play Alexander Zverev, of Germany, in the first round of the U.S. Open tennis championships Tuesday, Sept. 1, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IQJEAXDZSGK5XTIK2VEWOEK64I.jpg?auth=3794ee594f0697de302b179e7ef7c08bf8fa1d459f9db40eefc3003ad9a2c9c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch a match between Mananchaya Sawangkaew, of Thailand, and Leylah Fernandez, of Canada, during the second round of the U.S. Open tennis championships Wednesday, Sept. 2, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZWD2IHX3KBW4FNCUSPDPTSZYFM.jpg?auth=8dce3d8251ec0c675e56d21fa04724b377327af2b2833df4bc28d34565f66a79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch as Carlos Alcaraz, of Spain, serves to Jaime Faria, of Portugal, during the second round of the U.S. Open tennis championships, Wednesday, Sept. 2, 2026, in New York. (AP Photo/Sydney Schaefer)]]></media:description><media:credit role="author" scheme="urn:ebu">Sydney Schaefer</media:credit></media:content></item><item><title><![CDATA[Expresidente colombiano Álvaro Uribe rinde indagatoria por masacres: "No he sido asesino"]]></title><link>https://www.local10.com/espanol/2026/09/04/expresidente-colombiano-alvaro-uribe-rinde-indagatoria-por-masacres-no-he-sido-asesino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/expresidente-colombiano-alvaro-uribe-rinde-indagatoria-por-masacres-no-he-sido-asesino/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El influyente expresidente colombiano Álvaro Uribe rendía indagatoria el viernes en el marco de las investigaciones de la fiscalía sobre la conformación de un grupo paramilitar y dos masacres perpetradas hace casi 30 años por paramilitares.]]></description><pubDate>Fri, 04 Sep 2026 15:51:27 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El influyente expresidente colombiano Álvaro Uribe rendía indagatoria el viernes en el marco de las investigaciones de la fiscalía sobre la conformación de un grupo paramilitar y dos masacres perpetradas hace casi 30 años por paramilitares.</p><p>“Acudo a esta indagatoria con tristeza. Lo hago por respeto a la Constitución, a mi familia, a mis compatriotas y a la justicia”, dijo Uribe a la prensa antes de entrar al juzgado en Bogotá para la diligencia reservada. “Creí que le había servido a la nación, pero hoy acudo a decir que no he sido asesino”, agregó.</p><p>La fiscalía abrió en junio una investigación contra Uribe, quien gobernó entre 2002 y 2010, por hechos relacionados con la conformación de un grupo paramilitar en el municipio de San Roque, en el departamento de su natal Antioquia, y las masacres perpetradas en La Granja y El Aro en 1996 y 1997, respectivamente.</p><p>Uribe estaría involucrado, según la fiscalía, en los delitos de concierto para delinquir agravado, homicidio de persona protegida y presuntamente "facilitar y promover el accionar” del grupo paramilitar que habría utilizado como base para operar una hacienda ubicada en el noroeste del país que fue propiedad de la familia de Uribe.</p><p>También investigan la posible participación de Uribe, cuando era gobernador de Antioquia entre 1995 y 1997, en las “incursiones paramilitares” en los poblados de La Granja y El Aro, donde los ilegales mataron a más de una docena de personas en estado de indefensión tras acusarlas de ser guerrilleros.</p><p>La Corte Interamericana de Derechos Humanos halló responsable al Estado colombiano en 2006 por las masacres de La Granja y El Aro.</p><p>El expresidente ha negado en el pasado cualquier vinculación con las masacres y nexos con los paramilitares. El viernes indicó a la prensa que la actual investigación se “suma a las muchas que he llevado, creadas por el comité de mis adversarios”.</p><p>A fines del año pasado Uribe fue absuelto en segunda instancia por los delitos de soborno a testigos y fraude procesal por los que había sido condenado en primera instancia a 12 años bajo arresto domiciliario, un caso que también consideró tener raíces políticas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SNNEMSNZUVF3DGTQRVCCH2B5RI.jpg?auth=d70ecdb8a8abc16901b96674912f1de10013c1c584d27acc2059628d8a55e210&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El expresidente colombiano Álvaro Uribe llega a la Fiscalía General en Bogotá, Colombia, el viernes 4 de septiembre de 2026, para ser interrogado como parte de la investigación sobre las masacres de La Granja y El Aro, perpetradas hace 30 años por paramilitares. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Ready to play? Great Big Game Show brings immersive game show experience to Dania Pointe]]></title><link>https://www.local10.com/features/2026/09/04/ready-to-play-great-big-game-show-brings-immersive-game-show-experience-to-dania-pointe/</link><guid isPermaLink="true">https://www.local10.com/features/2026/09/04/ready-to-play-great-big-game-show-brings-immersive-game-show-experience-to-dania-pointe/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[If you’ve ever watched a game show from your couch and thought you could do better than the contestants, a new South Florida attraction is giving you the chance to prove it.]]></description><pubDate>Fri, 04 Sep 2026 11:07:24 +0000</pubDate><content:encoded><![CDATA[<p>If you’ve ever watched a game show from your couch and thought you could do better than the contestants, a new South Florida attraction is giving you the chance to prove it.</p><p><a href="https://www.local10.com/espanol/2026/09/04/listo-para-jugar-great-big-game-show-lleva-experiencia-inmersiva-de-concurso-a-dania-pointe/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/listo-para-jugar-great-big-game-show-lleva-experiencia-inmersiva-de-concurso-a-dania-pointe/">Leer en español</a></p><p>Great Big Game Show has arrived at Dania Pointe, transforming everyday visitors into game show contestants through a series of challenges testing knowledge, strategy, speed and luck.</p><p>The experience accommodates groups of two to 14 contestants, who are divided into red and blue teams and compete to rack up points throughout multiple rounds. </p><p>“I think everyone’s always wanted to be a contestant on a game show, and now is your chance,” general manager Justin Hambey said. “There’s music, you have a live host, so you really feel immersed in that experience.”</p><p>Local 10’s Alexis Frazier brought along several members of the Local 10 team to put the experience to the test.</p><p>And once the teams were divided, coworkers quickly became competitors.</p><h3>From trivia to building challenges</h3><p>The competition kicked off with “Build It Up,” which gave contestants 60 seconds to construct the tallest tower they could.</p><p>Communication under pressure proved to be just as important as building skills.</p><p>From there, contestants faced questions ranging from a first-grade to fifth-grade level.</p><p>The challenges continued to change throughout the experience. Some tested knowledge, while others required strategy, speed or a little bit of luck.</p><p>Another game, “Major Miners,” featured a format similar to a survey-style game show, with teams trying to guess answers on a board and earn points.</p><p>The Local 10 teams eventually found themselves tied, setting up a final spin to determine the winner.</p><p>One unfortunate spin landed on “Lose It All,” bringing the competition to a dramatic end — complete with screams and confetti for the winning team.</p><h3>Escape rooms add another challenge</h3><p>The game show isn’t the only attraction available.</p><p>Visitors can also take on The Escape Game, a 60-minute escape room experience where teams work together to solve puzzles and clues before time runs out.</p><p>“You work together with your team to solve clues and puzzles and find a way out within one hour,” Hambey said.</p><p>Among the adventures is “The Heist,” where participants attempt to recover a stolen painting.</p><p>“The Depths” takes players into an abandoned underwater laboratory, while “Ruins: Forbidden Treasure” sends teams on an adventure through the jungle.</p><p>Local 10’s teams tried another escape experience that even included a snowy surprise — but we’re not giving away the clues.</p><p>Great Big Game Show at Dania Pointe opens to the public Friday.</p><p>For information on booking an experience, <a href="https://greatbiggameshow.com/" target="_self" rel="" title="https://greatbiggameshow.com/">click here. </a></p>]]></content:encoded></item><item><title><![CDATA[¿Listo para jugar? Great Big Game Show lleva experiencia inmersiva de concurso a Dania Pointe]]></title><link>https://www.local10.com/espanol/2026/09/04/listo-para-jugar-great-big-game-show-lleva-experiencia-inmersiva-de-concurso-a-dania-pointe/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/listo-para-jugar-great-big-game-show-lleva-experiencia-inmersiva-de-concurso-a-dania-pointe/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Si alguna vez ha visto un concurso desde su sofá y ha pensado que podría hacerlo mejor que los concursantes, una nueva atracción del sur de Florida le está dando la oportunidad de demostrarlo.]]></description><pubDate>Fri, 04 Sep 2026 15:25:10 +0000</pubDate><content:encoded><![CDATA[<p>Si alguna vez ha visto un concurso desde su sofá y ha pensado que podría hacerlo mejor que los concursantes, una nueva atracción del sur de Florida le está dando la oportunidad de demostrarlo.</p><p>Great Big Game Show ha llegado a Dania Pointe, convirtiendo a visitantes comunes en concursantes de un programa de juegos a través de una serie de desafíos que ponen a prueba el conocimiento, la estrategia, la velocidad y la suerte.</p><p>La experiencia permite grupos de dos a 14 concursantes, que se dividen en equipos rojo y azul y compiten para acumular puntos durante varias rondas.</p><p>“Creo que todos siempre han querido ser concursantes de un programa de juegos, y ahora es su oportunidad”, dijo el gerente general Justin Hambey. “Hay música, tiene un presentador en vivo, así que realmente se siente inmerso en esa experiencia”.</p><p>Alexis Frazier de Local 10 llevó a varios miembros del equipo de Local 10 para poner a prueba la experiencia.</p><p>Y una vez que los equipos se dividieron, los compañeros de trabajo rápidamente se convirtieron en competidores.</p><h3><b>De preguntas de conocimiento a desafíos de construcción</b></h3><p>La competencia comenzó con “Build It Up”, que dio a los concursantes 60 segundos para construir la torre más alta que pudieran.</p><p>La comunicación bajo presión demostró ser tan importante como las habilidades de construcción.</p><p>A partir de ahí, los concursantes enfrentaron preguntas que iban desde el nivel de primer grado hasta quinto grado.</p><p>Los desafíos continuaron cambiando a lo largo de la experiencia. Algunos pusieron a prueba el conocimiento, mientras que otros requirieron estrategia, velocidad o un poco de suerte.</p><p>Otro juego, “Major Miners”, presentó un formato similar al de un programa de juegos basado en encuestas, con los equipos tratando de adivinar las respuestas en un tablero y ganar puntos.</p><p>Los equipos de Local 10 finalmente quedaron empatados, preparando un giro final para determinar al ganador.</p><p>Un giro desafortunado cayó en “Lose It All”, llevando la competencia a un final dramático, con gritos y confeti para el equipo ganador.</p><h3><b>Salas de escape añaden otro desafío</b></h3><p>El programa de juegos no es la única atracción disponible.</p><p>Los visitantes también pueden enfrentarse a The Escape Game, una experiencia de sala de escape de 60 minutos en la que los equipos trabajan juntos para resolver acertijos y pistas antes de que se acabe el tiempo.</p><p>“Trabaja junto con su equipo para resolver pistas y acertijos y encontrar una salida en una hora”, dijo Hambey.</p><p>Entre las aventuras se encuentra “The Heist”, donde los participantes intentan recuperar una pintura robada.</p><p>“The Depths” lleva a los jugadores a un laboratorio submarino abandonado, mientras que “Ruins: Forbidden Treasure” envía a los equipos a una aventura por la selva.</p><p>Los equipos de Local 10 probaron otra experiencia de escape que incluso incluyó una sorpresa con nieve, pero no vamos a revelar las pistas.</p><p>Great Big Game Show en Dania Pointe abre al público el viernes.</p><p>Para obtener información sobre cómo reservar una experiencia, <a href="https://greatbiggameshow.com/" target="_blank" rel="noreferrer" title="https://greatbiggameshow.com/">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Romanian prosecutors indict Andrew Tate on trafficking minors and money laundering]]></title><link>https://www.local10.com/news/world/2026/09/04/romanian-prosecutors-indict-andrew-tate-on-trafficking-minors-and-money-laundering/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/romanian-prosecutors-indict-andrew-tate-on-trafficking-minors-and-money-laundering/</guid><dc:creator><![CDATA[By STEPHEN McGRATH and VADIM GHIRDA, Associated Press]]></dc:creator><description><![CDATA[BUCHAREST, Romania (AP) — Romanian prosecutors on Friday indicted social media influencer Andrew Tate on charges of trafficking minors, sex with a minor, and money laundering.]]></description><pubDate>Fri, 04 Sep 2026 15:24:04 +0000</pubDate><content:encoded><![CDATA[<p>BUCHAREST, Romania (AP) — Romanian prosecutors on Friday indicted social media influencer Andrew Tate on charges of trafficking minors, sex with a minor, and money laundering.</p><p>Tate, 39, and his brother Tristan Tate, 38, were first arrested in Romania’s capital, Bucharest, in late 2022. Tristan is indicted with complicity in the case, according to DIICOT, Romania’s anti-organized crime agency.</p><p>The agency said on Friday that the Tate brothers coerced a victim by pretending to be in a loving relationship and then forcing her to produce pornographic material for an online webcam business.</p><p>A lawyer for the Tate brothers in Romania did not immediately respond to a request for comment.</p><p>The new indictment stems from an investigation that led to the brothers’ arrest in 2022 and their being formally indicted in 2023. A court returned that case to DIICOT in 2024 because of multiple legal and procedural irregularities on the part of the prosecutors. The case wasn’t closed, and there was also a separate legal case against the brothers in Romania in 2024.</p><p>The Tates, who are dual U.S.-British citizens, are among the world’s most polarizing internet personalities by promoting wealth, male dominance and misogyny through their social media empire.</p><p>DIICOT alleges that in 2012 the brothers recruited a 15-year-old girl in Luton, a town in England where the brothers are from, and that they obtained more than $1.2 million from her webcam activity after she was repeatedly transported to Romania.</p><p>The crime agency alleges that Tristan Tate knew the victim’s age, that she had been recruited by Andrew, and that between 2014 and 2021 he knowingly deceived her about his brother’s “feelings and intentions,” which helped to facilitate her sexual exploitation. It is further alleged that between December 2020 and mid-2021, Andrew Tate “repeatedly had sexual intercourse and sexual acts with another minor victim,” who was also aged 15.</p><p>Between December 2023 and July 2024, DIICOT alleges the Tates tried to “hide or disguise the illicit origin of the money” obtained from human trafficking by purchasing four luxury cars worth about 825,000 euros ($957,000), and said they had requested the vehicles confiscated.</p><p>Both the Tate brothers have repeatedly denied the allegations against them. Andrew Tate has also claimed that there is a political conspiracy to silence them.</p><p>The Tates were arrested in Bucharest in late 2022 on charges they participated in a criminal ring that lured women to Romania, where they were sexually exploited. Andrew Tate was also charged with rape.</p><p>DIICOT alleges in the new indictment that their victims had been paid or intimidated in attempts to influence them “not to give statements or to give false statements.”</p><p>The Tates are currently being held in Miami after prosecutors in the United Kingdom requested their extradition in July on sex crimes allegations. The Tates took the witness stand in federal court last week and said they can’t adequately defend themselves from criminal sex charges if they have to remain in a Miami jail while fighting extradition to the U.K.</p><p>Their lawyers repeated arguments from court filings that the U.K.’s extradition request was out of line because their criminal case in Romania is going first.</p><p>Romanian officials allowed the Tates to remain free with some restrictions — including reporting to a Bucharest police station — while the proceedings are ongoing.</p><p>—</p><p>McGrath reported from Leamington Spa, England.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HH5KMZSM577QHFQOWZYTRCAUZA.jpg?auth=6275f7451bdc9f0b607f2689dee83b5828804bf0b5d344b82e159a7c6fde480e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrew Tate, right, and his brother Tristan arrive at an event, April 11, 2026, in Miami. (AP Photo/Julia Demaree Nikhinson, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Feds open probe into Musk's steering-wheel-free taxis a day after he began offering rides in them]]></title><link>https://www.local10.com/business/2026/09/04/feds-open-probe-into-musks-steering-wheel-free-taxis-a-day-after-he-began-offering-rides-in-them/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/04/feds-open-probe-into-musks-steering-wheel-free-taxis-a-day-after-he-began-offering-rides-in-them/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Federal regulators are opening an investigation into whether Tesla's new steering-wheel-free taxis comply with safety rules a day after the company began offering rides in the vehicles.]]></description><pubDate>Fri, 04 Sep 2026 15:00:34 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Federal regulators are opening an investigation into whether Tesla’s new steering-wheel-free taxis comply with safety rules a day after the company began offering rides in the vehicles.</p><p>The National Highway Traffic Safety Administration said it was looking into whether Tesla was in full compliance with federal rules in deploying so-called Cybercabs in Austin, Texas, given that the two-seater cars lack steering wheels, mirrors or brake pedals typically required of all vehicles.</p><p>The head of the company, Elon Musk, kicked off his Cybercab service in Austin on Thursday with fanfare, sending dozens of the futuristic taxis into the city streets and holding a launch event for invitees.</p><p>Tesla stock was down more than 5% to $357.38 in early trading Friday on news of the probe, reversing many of the gains a day earlier.</p><p>Tesla did not respond immediately to a request for comment.</p><p>Before the launch, Tesla had said it had relied on a self-certification procedure to make sure the Cybercabs were in compliance, but the agency apparently is unsure if the taxis do indeed meet standards. In its filing, the agency said it will now conduct an audit to “examine the process and technical data” that Tesla used in the certification.</p><p>The Austin service Thursday kicked off what Musk says will be a national rollout of a cheap, driverless taxi service that he promises to transform the way people travel.</p><p>Musk plans to integrate Cybercabs, which lack manual controls so passengers could take over in an emergency, into the company’s existing cab service that up to now uses just normal Tesla vehicle. That robotaxi network has been operating in Austin for more than a year, but has also begun offering rides in five other Texas and Florida cities.</p><p>The company is facing several federal investigation into the safety of its self-driving software.</p><p>One probe is examining the software’s role in several Tesla crashes in fog, sun glare and other low-visibility conditions, including one in which a pedestrian was killed. Another is investigating dozens of incidents in which Teslas using partial self-driving software ran red lights or drove on the wrong side of the road, sometimes crashing into other vehicles and causing injuries. A third is examining why Tesla apparently violated regulatory requirements by failing to report crashes promptly.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RW2VBZ6V53BFZRWLEXZLA5JSRI.jpg?auth=583b575e05a55a29c8aa033e95255ea20c68ba3ae86d39dcc86d05846c49cddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Tesla Cybercab moves through downtown Austin, Texas, Thursday, Sept. 3, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CIWKPZZR7EIKTOCAZQO6AUDP4A.jpg?auth=e7b47c142f07a4e9b9c0d6c117284979b7066602acfac607cc8d7f16af11fc29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Tesla Cybercab is displayed in downtown Austin, Texas, Thursday, Sept. 3, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Volunteers, businesses help transform elderly couple’s Miami-Dade home from top to bottom]]></title><link>https://www.local10.com/community/2026/09/04/volunteers-businesses-help-transform-elderly-couples-miami-dade-home-from-top-to-bottom/</link><guid isPermaLink="true">https://www.local10.com/community/2026/09/04/volunteers-businesses-help-transform-elderly-couples-miami-dade-home-from-top-to-bottom/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[What began as an effort by a handful of volunteers to help an elderly South Florida couple living in deteriorating conditions has grown into a community-wide effort to rebuild their home.]]></description><pubDate>Fri, 04 Sep 2026 14:59:17 +0000</pubDate><content:encoded><![CDATA[<p>What began as an effort by a handful of volunteers to help an elderly South Florida couple living in deteriorating conditions has grown into a community-wide effort to rebuild their home.</p><p><a href="https://www.local10.com/espanol/2026/09/04/voluntarios-y-negocios-ayudan-a-transformar-por-completo-la-casa-de-pareja-de-adultos-mayores-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/voluntarios-y-negocios-ayudan-a-transformar-por-completo-la-casa-de-pareja-de-adultos-mayores-en-miami-dade/">Leer en español</a></p><p>Local 10’s Good News South Florida has been following the transformation of Edward and Clara Knox’s Richmond Heights home since April.</p><p>As construction moves through each phase, more businesses and volunteers are stepping forward to donate their time, labor and materials. Donations from Local 10 viewers are also helping push the project toward completion.</p><p>The latest progress includes new plumbing throughout the house and a new roof that has passed its final inspection.</p><h3>$15,000 in plumbing donated</h3><p>Luke Blosser, a fourth-generation plumber with his family’s business, Bob’s Plumbing, and his crew installed new plumbing throughout the Knox home.</p><p>The work included replacing old cast-iron pipes that had become severely corroded.</p><p>“This is a pretty severely corroded pipe,” Blosser said while examining one of the old pipes.</p><p>The company donated all of the labor and materials for the plumbing work, a contribution valued at approximately $15,000.</p><p>“We don’t do it for the recognition, we just do it because we want to serve our neighbor,” Blosser said.</p><h3>A community effort grows</h3><p>The effort to help the Knox family began with Joe Puentes, a builder and co-founder of the nonprofit WikiVoice.</p><p>Puentes couldn’t bear seeing the conditions Edward and Clara Knox were living in and rallied several volunteers to begin rebuilding their home before Local 10’s Good News South Florida became involved.</p><p>Since then, the number of people willing to help has continued to grow.</p><p>“So many wonderful people with a good heart have stepped up,” Puentes said.</p><p>Among them is Hector Rodriguez, owner of Level Up Roofing, who has donated thousands of dollars in materials and manpower while personally spending hours at the job site.</p><p>Rodriguez estimated the value of the roof alone at about $14,000.</p><p>He also reached out to John Massengill, a sales agent for Polyglass, to tell him about the Knox family’s situation.</p><p>“This one hit us pretty hard,” Massengill said. “Hector called us and explained the situation.”</p><p>Polyglass supplied the underlayment and waterproofing materials for the roof, a donation valued at $4,000.</p><p>“Charitable giving is something that we try to do whenever we can,” Massengill said.</p><p>After seeing photos of the Knox home before the work began, Massengill said he knew he wanted to get involved.</p><p>“When you just look at those pictures you just have to do something,” he said.</p><p>Massengill even traveled from Deerfield Beach to meet Knox at the home.</p><p>“For the first time in my life, I am at a loss for words,” Knox said.</p><h3>Roof passes final inspection</h3><p>The Knox family’s home on Jackson Street is now being transformed from top to bottom.</p><p>The roof shingles have been installed, and the roof has passed its final inspection.</p><p>The next phase includes metal framing, but more work remains before Edward and Clara Knox can see their rebuilt home completed.</p><p>“We’re here to overcome,” jobsite foreman Deiky Vergel said. “Mr. Knox is a deserving individual and a friend and we’re happy to do it.”</p><p>For Edward Knox, seeing businesses and people he didn’t previously know dedicate their time and resources to helping his family has been overwhelming.</p><p>“To find this many people with businesses who don’t really have to do this, but they are finding joy in doing it, that just makes me feel that much better,” Knox said.</p><h3>More help is still needed</h3><p>While significant progress has been made, additional materials, equipment and labor are still needed to finish the project.</p><p>The remaining needs include:</p><ul><li>Attic and wall insulation</li><li>Electrical materials</li><li>Interior and exterior lighting fixtures</li><li>Remaining structural shell work and reinforcement</li><li>Concrete pump and concrete truck</li><li>Interior and exterior paint and painting supplies</li><li>HVAC system, ductwork and installation labor</li><li>Exterior stucco</li><li>Driveway removal and replacement</li><li>Landscaping</li></ul><p>Also, 100% percent of the money donated goes toward construction of the Knox home, with Local 10 providing updates on how the funds are used as the project moves toward completion.</p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Voluntarios y negocios ayudan a transformar por completo la casa de pareja de adultos mayores en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/04/voluntarios-y-negocios-ayudan-a-transformar-por-completo-la-casa-de-pareja-de-adultos-mayores-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/voluntarios-y-negocios-ayudan-a-transformar-por-completo-la-casa-de-pareja-de-adultos-mayores-en-miami-dade/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Lo que comenzó como un esfuerzo de un grupo de voluntarios para ayudar a una pareja de adultos mayores del sur de Florida que vivía en condiciones deterioradas se ha convertido en un esfuerzo de toda la comunidad para reconstruir su casa.]]></description><pubDate>Fri, 04 Sep 2026 15:20:38 +0000</pubDate><content:encoded><![CDATA[<p>Lo que comenzó como un esfuerzo de un grupo de voluntarios para ayudar a una pareja de adultos mayores del sur de Florida que vivía en condiciones deterioradas se ha convertido en un esfuerzo de toda la comunidad para reconstruir su casa.</p><p>Good News South Florida de Local 10 ha estado siguiendo la transformación de la casa de Edward y Clara Knox en Richmond Heights desde abril.</p><p>A medida que la construcción avanza por cada fase, más negocios y voluntarios se están sumando para donar su tiempo, mano de obra y materiales. Las donaciones de los televidentes de Local 10 también están ayudando a impulsar el proyecto hacia su finalización.</p><p>Los avances más recientes incluyen nuevas tuberías en toda la casa y un nuevo techo que pasó su inspección final.</p><h3><b>$15,000 USD en trabajos de plomería donados</b></h3><p>Luke Blosser, plomero de cuarta generación del negocio de su familia, Bob’s Plumbing, y su equipo instalaron nuevas tuberías en toda la casa de los Knox.</p><p>El trabajo incluyó reemplazar viejas tuberías de hierro fundido que se habían corroído gravemente.</p><p>“Esta es una tubería bastante corroída”, dijo Blosser mientras examinaba una de las tuberías viejas.</p><p>La compañía donó toda la mano de obra y los materiales para los trabajos de plomería, una contribución valorada en aproximadamente $15,000 USD.</p><p>“No lo hacemos por el reconocimiento, simplemente lo hacemos porque queremos ayudar a nuestro prójimo”, dijo Blosser.</p><h3><b>Crece un esfuerzo comunitario</b></h3><p>El esfuerzo para ayudar a la familia Knox comenzó con Joe Puentes, constructor y cofundador de la organización sin fines de lucro WikiVoice.</p><p>Puentes no podía soportar ver las condiciones en las que vivían Edward y Clara Knox y reunió a varios voluntarios para comenzar a reconstruir su casa antes de que Good News South Florida de Local 10 se involucrara.</p><p>Desde entonces, la cantidad de personas dispuestas a ayudar ha seguido creciendo.</p><p>“Muchas personas maravillosas y de buen corazón se han sumado”, dijo Puentes.</p><p>Entre ellas se encuentra Hector Rodriguez, propietario de Level Up Roofing, quien ha donado miles de dólares en materiales y mano de obra, además de pasar personalmente horas en el lugar de la obra.</p><p>Rodriguez estimó el valor del techo por sí solo en unos $14,000 USD.</p><p>También se comunicó con John Massengill, agente de ventas de Polyglass, para contarle sobre la situación de la familia Knox.</p><p>“Este caso nos impactó bastante”, dijo Massengill. “Hector nos llamó y nos explicó la situación”.</p><p>Polyglass proporcionó la capa base y los materiales de impermeabilización para el techo, una donación valorada en $4,000 USD.</p><p>“Las donaciones benéficas son algo que tratamos de hacer siempre que podemos”, dijo Massengill.</p><p>Después de ver fotos de la casa de los Knox antes de que comenzaran los trabajos, Massengill dijo que sabía que quería involucrarse.</p><p>“Cuando ves esas fotos, simplemente tienes que hacer algo”, dijo.</p><p>Massengill incluso viajó desde Deerfield Beach para reunirse con Knox en la casa.</p><p>“Por primera vez en mi vida, me he quedado sin palabras”, dijo Knox.</p><h3><b>El techo pasa la inspección final</b></h3><p>La casa de la familia Knox en Jackson Street está siendo transformada por completo.</p><p>Las tejas del techo ya fueron instaladas y el techo pasó su inspección final.</p><p>La siguiente fase incluye la instalación de estructuras metálicas, pero aún queda más trabajo antes de que Edward y Clara Knox puedan ver terminada la reconstrucción de su casa.</p><p>“Estamos aquí para superar esto”, dijo Deiky Vergel, capataz de la obra. “El señor Knox es una persona que lo merece y un amigo, y estamos felices de hacerlo”.</p><p>Para Edward Knox, ver a negocios y personas que no conocía anteriormente dedicar su tiempo y recursos a ayudar a su familia ha sido abrumador.</p><p>“Encontrar a tantas personas con negocios que realmente no tienen que hacer esto, pero que encuentran alegría al hacerlo, simplemente me hace sentir mucho mejor”, dijo Knox.</p><h3><b>Todavía se necesita más ayuda</b></h3><p>Aunque se han logrado avances significativos, todavía se necesitan materiales, equipos y mano de obra adicionales para terminar el proyecto.</p><p>Las necesidades restantes incluyen:</p><ul><li>Aislamiento para el ático y las paredes</li><li>Materiales eléctricos</li><li>Accesorios de iluminación interior y exterior</li><li>Trabajos restantes en la estructura y refuerzo</li><li>Bomba de concreto y camión de concreto</li><li>Pintura interior y exterior y suministros para pintar</li><li>Sistema de aire acondicionado, conductos y mano de obra para la instalación</li><li>Estuco exterior</li><li>Remoción y reemplazo de la entrada para vehículos</li><li>Paisajismo</li></ul><p>Además, el 100% del dinero donado se destina a la construcción de la casa de los Knox, y Local 10 proporciona actualizaciones sobre cómo se utilizan los fondos a medida que el proyecto avanza hacia su finalización.</p><ul><li><b>Para donar: </b>Si desea hacer una donación monetaria para una historia o proyecto de Good News South Florida, haga <a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_blank" rel="noreferrer" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">clic aquí</a>. Local 10 estableció el Local 10 Fund con The Miami Foundation y el 100% de su donación se destinará a la causa que usted indique en la casilla de “información adicional”.</li><li><b>Para ser voluntario o enviar una idea para una historia:</b> Si desea ser voluntario en un proyecto de Good News South Florida o enviar una historia para consideración, envíe un correo electrónico a <a href="goodnews@local10.com" target="_blank" rel="noreferrer" title="goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida se transmite los viernes en el noticiero matutino de Local 10 a las 10 a.m. Se volverá a transmitir los viernes a las 3:30 p.m. y los domingos por la mañana, a partir de las 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[ICE officer pleads not guilty to lying about shooting and is ordered released from custody]]></title><link>https://www.local10.com/news/2026/09/04/ice-officer-pleads-not-guilty-to-lying-about-shooting-and-is-ordered-released-from-custody/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/04/ice-officer-pleads-not-guilty-to-lying-about-shooting-and-is-ordered-released-from-custody/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[McALLEN, Texas (AP) — A U.S. Immigration and Customs Enforcement officer was ordered released from federal custody Friday after pleading not guilty to lying to investigators about the circumstances that led to the shooting of a Venezuelan man during the Minnesota immigration crackdown last winter.]]></description><pubDate>Fri, 04 Sep 2026 20:05:13 +0000</pubDate><content:encoded><![CDATA[<p>McALLEN, Texas (AP) — A U.S. Immigration and Customs Enforcement officer was ordered released from federal custody Friday after pleading not guilty to lying to investigators about the circumstances that led to the shooting of a Venezuelan man during the Minnesota immigration crackdown last winter.</p><p>The federal indictment accuses Christian Castro of falsely telling investigators that he was attacked with a broom and shovel before he opened fire, injuring Julio Cesar Sosa-Celis in January.</p><p>Castro was shackled at his wrists, waist and feet during a brief hearing in the federal court in McAllen after he turned himself into authorities Thursday evening. The judge ordered him released on a $75,000 unsecured bond and with a GPS ankle monitor.</p><p>It's the first Justice Department prosecution of a federal officer for actions taken during this year's massive Operation Metro Surge, which brought thousands of agents to the Twin Cities and led to sweeping protests, arrests and the fatal shootings of two U.S. citizens by federal officers.</p><p>The allegations in the federal indictment mirror those brought by Minnesota officials, who have separately charged Castro with assault and false reporting of a crime related to the nonfatal shooting of Sosa-Celis.</p><p>According to the federal indictment, Castro told an FBI agent that a man grabbed a red broom off a front porch and began hitting him with it while Castro was trying to detain another man outside a Minneapolis home. Castro also claimed that another man hit him with a snow shovel and that he opened fire while on the ground as the men ran away.</p><p>The indictment alleges that Castro had a short “physical interaction” with Sosa-Celis and another man, before the two ran into a home with a 1-year-old child inside. Castro then fired a shot through the front door while standing as the men began to close it, hitting Sosa-Celis in the leg, the indictment says.</p><p>“No person struck” Castro “with a broom as he described, and no persons wielded the broom and snow shovel as he described,” the indictment says.</p><p>An attorney for Castro urged the public not to rush to judgment without learning all the facts and to let his client “have his day in court.” Castro served in the military before becoming a federal immigration officer, the lawyer, David Lindenmuth, said after the hearing.</p><p>“His life has been that of public service to our country and to our nation, either through its military or protecting its borders and enforcing its laws,” Lindenmuth said.</p><p>Federal prosecutors had initially charged Sosa-Celis and the other man, Alfredo Alejandro Aljorna, with assault but dropped the charges after video evidence showed the officer may have lied about the encounter. Castro was suspended from ICE in February while authorities pursued an investigation.</p><p>The federal charges follow Castro’s release from jail last week after Texas’ governor refused to immediately sign an extradition warrant to hand him over to Minnesota authorities.</p><p>The federal investigation into Castro created turmoil inside the Justice Department, with a prosecutor on the case accusing higher-ups of blocking efforts to bring more serious civil rights charges.</p><p>In an email obtained by ProPublica, the prosecutor told lawyers for Sosa-Celis and others that Castro would be charged only with making false statements over his “strongest objections,” adding the decision was “being directed by the Main Justice and the US Attorney.”</p><p>A person familiar with the investigation, however, told The Associated Press on Thursday that the civil rights probe is continuing and additional charges could still be brought.</p><p>The prosecutor, Matthew Evans, has since been fired and the Justice Department is now investigating whether he broke any laws during his handling of the case, said the person, who spoke on the condition of anonymity because they were not publicly authorized to discuss ongoing investigations.</p><p>An automatic email response from Evans’ Justice Department account said he was on leave, and other attempts to reach him were not immediately successful.</p><p>Sosa-Celis' lawyer is pressing for Castro to face stiffer charges, saying in a statement on Thursday that Castro’s statements were made to “cover up the fact that he shot my client through the door of an occupied house without a self-defense justification.”</p><p>“Mr. Sosa Celis wants Mr. Castro to be held fully accountable for his crimes,” said the attorney, Robin Wolpert. The American Civil Liberties Union of Minnesota said Thursday that Sosa-Celis also plans to seek damages from the federal government.</p><p>———</p><p>Richer reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LRNSLSO6KI6EVFGBEVA6Z2E3T4.jpg?auth=48dd1e386569c8c8d14e402fc8705d89e6c292b939663da23f1d63393e42c9d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A federal agent wears an Immigration and Customs Enforcement badge in New York, June 10, 2025. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Kissimmee man accused of pointing gun at driver during Coconut Creek road rage incident]]></title><link>https://www.local10.com/news/local/2026/09/04/kissimmee-man-accused-of-pointing-gun-at-driver-during-coconut-creek-road-rage-incident/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/kissimmee-man-accused-of-pointing-gun-at-driver-during-coconut-creek-road-rage-incident/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 44-year-old Kissimmee man was arrested by troopers with the Florida Highway Patrol after they said he pointed a gun at another driver during a road-rage incident on Florida’s Turnpike in Coconut Creek this past weekend.]]></description><pubDate>Fri, 04 Sep 2026 15:04:17 +0000</pubDate><content:encoded><![CDATA[<p>A 44-year-old Kissimmee man was arrested by troopers with the Florida Highway Patrol after they said he pointed a gun at another driver during a road-rage incident on Florida’s Turnpike in Coconut Creek this past weekend.</p><p><a href="https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-de-kissimmee-de-apuntar-con-arma-a-conductor-durante-incidente-de-ira-al-volante-en-coconut-creek/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-de-kissimmee-de-apuntar-con-arma-a-conductor-durante-incidente-de-ira-al-volante-en-coconut-creek/">Leer en español</a></p><p>The incident happened Saturday at about 7:20 p.m. Troopers said they responded to a report of a traffic accident and road-rage incident involving two drivers.</p><p>According to an arrest report, Anthony Moreno was driving a gray Dodge Ram and the other driver was in a gray Ford F-150. The victim told troopers that Moreno “intentionally slammed on his brakes in order to stop him,” the report states. </p><p>Troopers said the incident led to a pursuit. </p><p>They said the victim claimed that after he was stopped in traffic because of Moreno’s pursuit, he saw Moreno pointing a small black gun directly at him.</p><p>The victim told troopers he feared for his life and believed Moreno “might kill him,” according to the report. He also said Moreno appeared to mouth words to the effect of, “Pull over, imma f***in kill you!” the report states. </p><p>Moreno later told troopers that he pointed the gun toward the victim’s tires “just to scare” him, according to the report.</p><p>Troopers said after the victim fled once again, Moreno pointed the gun at him and boxed in his vehicle. They said the victim was eventually stopped on the right shoulder of the Florida Turnpike near mile marker 73 in Coconut Creek. </p><p>Troopers said Moreno made a confession, but that portion of his arrest report was redacted.</p><p>Jail records show he was facing one count of improper exhibition of a firearm or dangerous weapon.</p><p>As of Friday morning, Moreno was no longer listed as an inmate in the Broward County jail records system.</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/WRUD3K54VZCSLCAY4KMKOORI6E.jpg?auth=058a2c0e6ab7f47e471113861cf77edd39af12f1f62c8806d48e0a2c87c9ea6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Kissimmee de apuntar con arma a conductor durante incidente de ira al volante en Coconut Creek]]></title><link>https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-de-kissimmee-de-apuntar-con-arma-a-conductor-durante-incidente-de-ira-al-volante-en-coconut-creek/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-de-kissimmee-de-apuntar-con-arma-a-conductor-durante-incidente-de-ira-al-volante-en-coconut-creek/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Kissimmee de 44 años fue arrestado por agentes de la Patrulla de Carreteras de Florida después de que, según dijeron, apuntó con un arma a otro conductor durante un incidente de ira al volante en la Florida Turnpike en Coconut Creek el pasado fin de semana.]]></description><pubDate>Fri, 04 Sep 2026 15:12:20 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Kissimmee de 44 años fue arrestado por agentes de la Patrulla de Carreteras de Florida después de que, según dijeron, apuntó con un arma a otro conductor durante un incidente de ira al volante en la Florida Turnpike en Coconut Creek el pasado fin de semana.</p><p>El incidente ocurrió el sábado alrededor de las 7:20 p.m. Los agentes respondieron a un reporte de un accidente de tránsito y un incidente de ira al volante que involucró a dos conductores.</p><p>Según el informe de arresto, Anthony Moreno conducía una Dodge Ram gris y el otro conductor estaba en una Ford F-150 gris. La víctima dijo a los agentes que Moreno “frenó intencionalmente de golpe para detenerlo”, indica el informe.</p><p>Los agentes dijeron que el incidente provocó una persecución.</p><p>Dijeron que la víctima afirmó que, después de quedar detenida en el tráfico debido a la persecución de Moreno, vio a Moreno apuntándole directamente con una pequeña arma negra.</p><p>La víctima dijo a los agentes que temió por su vida y creyó que Moreno “podría matarlo”, según el informe. También dijo que Moreno pareció pronunciar palabras que significaban: “¡Detente, te voy a matar!”, indica el informe.</p><p>Moreno dijo posteriormente a los agentes que apuntó el arma hacia los neumáticos de la víctima “solo para asustarlo”, según el informe.</p><p>Los agentes dijeron que después de que la víctima huyera nuevamente, Moreno le apuntó con el arma y bloqueó su vehículo. Dijeron que la víctima finalmente se detuvo en el arcén derecho de la Florida Turnpike cerca de la milla 73 en Coconut Creek.</p><p>Los agentes dijeron que Moreno confesó, pero esa parte de su informe de arresto fue censurada.</p><p>Los registros de la cárcel muestran que enfrentaba un cargo de exhibición indebida de un arma de fuego o arma peligrosa.</p><p>Hasta la mañana del viernes, Moreno ya no figuraba como recluso en el sistema de registros de la cárcel del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WRUD3K54VZCSLCAY4KMKOORI6E.jpg?auth=058a2c0e6ab7f47e471113861cf77edd39af12f1f62c8806d48e0a2c87c9ea6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Bahamian artist killed in deadly northwest Miami-Dade crash involving deputy, man wanted for military desertion]]></title><link>https://www.local10.com/news/local/2026/09/03/bahamas-artist-killed-in-deadly-northwest-miami-dade-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/bahamas-artist-killed-in-deadly-northwest-miami-dade-crash/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[A Bahamas artist who was killed in a car crash in northwest Miami-Dade on Wednesday is being remembered by friends for his talent and big heart.]]></description><pubDate>Fri, 04 Sep 2026 02:21:09 +0000</pubDate><content:encoded><![CDATA[<p>A Bahamas artist who was killed in a<a href="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/"> car crash in northwest Miami-Dade on Wednesday</a> is being remembered by his friends for his talent and big heart.</p><p><a href="https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/">Leer en español</a></p><p>Stefan Germaine<b> </b>Davis, 55, was the man who died after a crash involving a Miami-Dade deputy and a suspect wanted by the U.S. military happened near Northwest 51st Terrace and Northwest 33rd Avenue.</p><p>Surveillance video captured a car speeding through the area before the violent impact.</p><p>“I heard a boom,” said Norman Bradley, who was nearby at the time.</p><p>Other video angles show the force of the collision.</p><p>The Miami-Dade Sheriff’s Office told Local 10 that deputies with the Robbery Intervention Unit were conducting a traffic stop when 21-year-old Luis Manuel Perez hit the gas and took off.</p><figure><img src="https://www.local10.com/resizer/v2/YAUCXBR7KJFK5NVSAV6LORET5E.jpg?auth=482e527623175553e595132e3a0b7ffd1dee1108d16d8dedb4d145cf6685e4d1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Perez was wanted for military desertion, according to deputies.</p><p>“When the car flipped on its side, we said, ‘Wow, what happened?’” Bradley said.</p><p>The crash left Davis seriously injured. He was rushed to the hospital, but later died.</p><p>The Nassau Guardian confirmed Davis’ identity and reported that he is a well-known artist from the Bahamas.</p><p>Friends say Davis loved spending time in Miami, especially around his birthday in early September.</p><p>Levin Wilson, a friend of Davis, said it is difficult to process the loss.</p><p>“Sorry to see such talent has left us in a tragic way,” Wilson said.</p><p>As of Thursday evening, Perez was being held at Turner Guilford Knight Correctional Center.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Muere artista de Bahamas en accidente mortal en el noroeste de Miami-Dade que involucró a agente y hombre buscado por deserción militar]]></title><link>https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Un artista de Bahamas que murió en un accidente automovilístico en el noroeste de Miami-Dade el miércoles es recordado por sus amigos por su talento y su gran corazón.]]></description><pubDate>Fri, 04 Sep 2026 15:03:22 +0000</pubDate><content:encoded><![CDATA[<p>Un artista de Bahamas que murió en un <a href="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/">accidente automovilístico en el noroeste de Miami-Dade el miércoles</a> es recordado por sus amigos por su talento y su gran corazón.</p><p>Stefan Germaine Davis, de 55 años, fue el hombre que murió después de un accidente que involucró a un agente de Miami-Dade y a un sospechoso buscado por las Fuerzas Armadas de Estados Unidos cerca de Northwest 51st Terrace y Northwest 33rd Avenue.</p><p>Un video de vigilancia captó un automóvil circulando a alta velocidad por el área antes del violento impacto.</p><p>“Escuché un estruendo”, dijo Norman Bradley, quien se encontraba cerca en ese momento.</p><p>Otros ángulos de video muestran la fuerza de la colisión.</p><p>La Oficina del Sheriff de Miami-Dade dijo a Local 10 que agentes de la Unidad de Intervención de Robos realizaban una parada de tránsito cuando Luis Manuel Perez, de 21 años, pisó el acelerador y huyó.</p><figure><img src="https://www.local10.com/resizer/v2/YAUCXBR7KJFK5NVSAV6LORET5E.jpg?auth=482e527623175553e595132e3a0b7ffd1dee1108d16d8dedb4d145cf6685e4d1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Perez era buscado por deserción militar, según los agentes.</p><p>“Cuando el automóvil se volcó de lado, dijimos: “Vaya, ¿qué pasó?””, dijo Bradley.</p><p>El accidente dejó a Davis gravemente herido. Fue trasladado de emergencia al hospital, pero posteriormente murió.</p><p>The Nassau Guardian confirmó la identidad de Davis e informó que es un conocido artista de Bahamas.</p><p>Amigos dijeron que a Davis le encantaba pasar tiempo en Miami, especialmente cerca de su cumpleaños a principios de septiembre.</p><p>Levin Wilson, amigo de Davis, dijo que es difícil asimilar la pérdida.</p><p>“Lamento ver que tanto talento nos haya dejado de una manera trágica”, dijo Wilson.</p><p>Hasta la noche del jueves, Perez permanecía detenido en el Centro Correccional Turner Guilford Knight.</p>]]></content:encoded></item><item><title><![CDATA[WNBA Commissioner Cathy Engelbert to retire in December after transformative and tumultuous tenure]]></title><link>https://www.local10.com/sports/2026/09/04/wnba-commissioner-cathy-engelbert-to-retire-in-december-after-transformative-and-tumultuous-tenure/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/wnba-commissioner-cathy-engelbert-to-retire-in-december-after-transformative-and-tumultuous-tenure/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[WNBA Commissioner Cathy Engelbert is retiring at the end the year, bringing to a close her seven-plus years at the helm of the league and a stewardship that has been transformative and at times tumultuous.]]></description><pubDate>Fri, 04 Sep 2026 16:23:12 +0000</pubDate><content:encoded><![CDATA[<p>WNBA Commissioner Cathy Engelbert is retiring at the end the year, bringing to a close her seven-plus years at the helm of the league and a stewardship that has been transformative and at times tumultuous.</p><p>Engelbert is the second-longest tenured WNBA president or commissioner, and she helped negotiate a lucrative collective bargaining agreement this past spring that resulted in the league's first set of million-dollar player salaries.</p><p>“Cathy has presided over the WNBA through the most significant period of growth in the league’s 30-year history,” NBA Commissioner Adam Silver said Friday when announcing Engelbert's decision. “We are grateful for Cathy’s leadership and unwavering commitment to the advancement of women’s basketball.”</p><p>Engelbert, who turns 62 in November, told The Associated Press that she has been thinking about retiring for months.</p><p>“When I first came to the league I intended to do this for 3 1/2 years,” she said in a phone interview. “The 7 1/2 years exceeded that time. This is a really good time given the financial transformation journey we've been on. Getting the collective bargaining agreement done, getting a long-term media rights deal done, getting expansion done.”</p><p>Engelbert insists that the decision to leave was solely her own and that she did not feel any pressure to step down from NBA or WNBA stakeholders.</p><p>Engelbert: Several unidentified successors on league's radar</p><p>The commissioner said she has been working on a succession plan over the last few years. While she didn’t give any specifics on who might be considered for the position, Engelbert did say there are both internal and external potential candidates on the league’s radar.</p><p>“It’s a good time to hand it off to the next leader to take the ‘W’ into a better phase,” she said. “I’m proud of the team we built and everything we accomplished. A leader knows when it’s time to drop the mic and move on after building a powerhouse team in the league office.”</p><p>Engelbert said she has mixed emotions about leaving.</p><p>“I love women's basketball and am not going anywhere yet. We'll run a real succession process in the remaining four months. If we don't find someone I'll stay on," she said. "I had no transition. I walked in the door and I was by myself as no one transitioned me into this role.</p><p>“Hopefully I can help this next leader transition in especially considering the elevation of this league.”</p><p>The WNBA has grown at an exponential rate during Engelbert’s tenure as commissioner, with record television ratings, strong attendance, a new long-term media rights deal and expansion to 18 teams by the end of the decade.</p><p>“I was brought in as a business leader to transform the business,” she said. “I look at revenue and merchandise, viewership and attendance,” she said, noting how they've all improved. “A great leader senses when it’s time for someone else to come in. When I came in, this league was facing questions about our long-term viability and sustainability.”</p><p>Turmoil and tension part of Engelbert's tenure</p><p>Engelbert said the growth of the league has “blown away her expectations” since she stepped into her role after leaving her previous position as president of Deloitte in 2019.</p><p>Besides the new CBA, the list of things she is most proud of includes getting charter travel for players, keeping the league going during the coronavirus pandemic, the historic media rights deal and exponential increase in the value of of WNBA franchises. In 2019, the average value of a WNBA franchise was $10 million; in 2026, it is about $460 million.</p><p>Along with the financial gains, however, turmoil and tension have accompanied the WNBA’s growth.</p><p>Players say they have seen more social media vitriol directed toward them over the last few years and some don't feel the league has done enough to ensure their safety. The league also has been at the center of discussions about transgender athletes playing in the league.</p><p>Engelbert has repeatedly said the online attacks of players are unacceptable and she backs league initiatives to protect players. She also said there should be no confusion on the transgender question.</p><p>“We have no current eligibility issues in the WNBA," Engelbert said, adding that “if we did, we would have a thoughtful policy discussion with the (players' association) and the players.”</p><p>While there was a strained partnership between the commissioner and players during the recent CBA negotiations, Engelbert insists she has a good relationship with them.</p><p>New York Liberty forward Breanna Stewart, vice president of the WNBA players' union executive committee said Friday that she was happy for Engelbert.</p><p>“What she’s done for the league is incredible,” Stewart said. “Obviously, the CBA negotiation was a tough one, but the way that both sides continue to have a huge win is really important. So really happy for her and hope that she continues to remember that and reflect on that.”</p><p>Stewart had said before the All-Star Game in July that there was a respect for Engelbert among the players but not much of a relationship.</p><p>What's next in Engelbert's future?</p><p>Engelbert said she is ready to do what most retirees plan: spend more time with family.</p><p>She also admitted that the online hate she receives has affected her family as well, though she did not share details of the impact.</p><p>“There have been some hard parts of that on my family with the vitriol and hate I get online,” Engelbert said.</p><p>Her retirement will make her mother happy.</p><p>“My mom is turning 90 this year, and she said that ‘it would be good if you were retired to spend more time with me,'" Engelbert said, laughing. “I have two children, one I barely see.</p><p>"I’m one of eight kids (and I) have five brothers. They always say can you retire so you can spend more time with us."</p><p>Come Jan. 1, her family will get its wish.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OLB3KP5LPLA3MFRADW66N4WB7M.jpg?auth=fe338a1aa092f1db329fc2a7008e76c296c3d50e1f5e0c499329e385a3d510b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - WNBA Commissioner Cathy Engelbert speaks during a news conference before the WNBA All-Star basketball game, July 19, 2025, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[US issues sanctions on Turkish bank that it calls a 'critical financial lifeline' for Iran]]></title><link>https://www.local10.com/business/2026/09/04/us-issues-sanctions-on-turkish-bank-that-it-calls-a-critical-financial-lifeline-for-iran/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/04/us-issues-sanctions-on-turkish-bank-that-it-calls-a-critical-financial-lifeline-for-iran/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI and ANDREW WILKS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration announced Friday that it has imposed sanctions on a Turkish financial institution as part of its latest effort to sever “critical financial lifelines” for the Iranian government.]]></description><pubDate>Fri, 04 Sep 2026 16:32:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration announced Friday that it has imposed sanctions on a Turkish financial institution as part of its latest effort to sever “critical financial lifelines” for the Iranian government.</p><p>The actions against Golden Global Yatirim Bankasi Anonim Sirketi come after Treasury Secretary Scott Bessent last week launched “Operation Economic Outcast, ” Washington’s new effort to isolate already heavily sanctioned Iran from its remaining trading partners to try to get it to capitulate to U.S. demands after more than six months of war.</p><p>The Treasury Department accused the Turkish bank and its entities of being established to enable Iran's efforts to transfer oil revenues from China to Turkey, where they could then be converted to cash and gold. It also said the institution “knowingly offered” banking services to Iranian financial entities, including those already sanctioned by the U.S. government in 2022 for funneling Tehran's oil sales.</p><p>Bessent, who had told The Associated Press earlier this week that another bank would face economic penalties, said financial institutions with ties to Iran will “continue to find out the hard way that we are serious about Operation Economic Outcast.”</p><p>“While we hope no more banks will need to be sanctioned, that ultimately depends on how quickly the international community comes to its senses and ceases support of the murderous Iranian regime,” he said in a press release Friday. “We know who you are, we know where you are, and we will continue to take action together with our allies and partners until we have buried the head of the Iranian snake.”</p><p>But so far, the goal to force those that still do business with Iran to cut off financial ties or face U.S. retaliation has fallen flat, with promises of an “economic D-Day” for a group of countries that could include China and India quickly turning into warnings and negotiations with Iran’s trading partners.</p><p>Bessent had previously told reporters that he wanted countries to have an opportunity to shift away from Iran before it was too late in a bid to avoid upending the global financial system.</p><p>The Trump administration’s reluctance to penalize major trading partners that still do business with Iran was on display last week when the U.S. took steps to limit an Egyptian bank’s operations in the United Arab Emirates but stopped short of imposing sanctions.</p><p>The U.S. also has resumed military strikes in recent days, prompting Iranian retaliation in the region. It’s unclear what the outcome of the two-pronged strategy will be for President Donald Trump, who has struggled to end an unpopular war with an intransigent Iranian government as energy prices rise and pose problems for Republicans before November's midterm congressional elections.</p><p>Targeted in the latest U.S. sanctions is Golden Global Investment Bank, which was founded in 2019 as Turkey’s first investment bank to offer “banking services and alternative financing methods” to foreign companies, according to its website.</p><p>The Istanbul-based bank, which is largely unfamiliar to most Turks, says it aims to increase Turkey’s foreign trade through target markets in neighboring countries.</p><p>The Treasury announcement came a day after Turkey’s state-run Halkbank declared it had reached a settlement with the U.S. Justice Department in a nine-year case focused on violating sanctions with Iran.</p><p>In that case, senior officials at Halkbank were said to have illegally moved about $20 billion worth of Iranian oil revenues. U.S. prosecutors claimed high-ranking Turkish government officials received millions of dollars in bribes to protect the scheme.</p><p>The Halkbank case caused a rift in U.S.-Turkey relations, with Turkish President Recep Tayyip Erdogan personally lobbying the White House to have the case dropped.</p><p>___</p><p>Wilks reported from Istanbul.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RUGATF23FFWWHQYHAFQUBXF7P4.jpg?auth=7dc18264f8c0bd452b6403d028affe970a70598886ffa1328915481fbfa1504d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to reporters at the G20 Finance Ministerial in Asheville, N.C., Tuesday, Sept. 1, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBZKM4OD2ECJ76JTO7RGGBZUOU.jpg?auth=b0f8c202614c5109cb356997ef6e0d8f0d6ef17ada491928da6588a0bb5b5c82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The point of impact is seen on the roof of a building that Iranian media said was hit by a U.S. strike while a wedding celebration was taking place there late Tuesday, Sept. 1, in Kuhestak, southern Iran, Friday, Sept. 4, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6TBB532TQI6HKDU3H4VBRXJYWA.jpg?auth=d2387a9d887dca13f10d9087a93d01dcda920a02be94c5449bf7f0934b7b7629&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy plays with a toy truck on a beach along the Strait of Hormuz in Kuhestak, Iran, Friday, Sept. 4, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Ex-BSO sergeant arrested for 5th time this year after violating pretrial services, warrant states]]></title><link>https://www.local10.com/news/local/2026/09/04/ex-bso-sergeant-arrested-for-5th-time-this-year-after-violating-pretrial-services-warrant-states/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/ex-bso-sergeant-arrested-for-5th-time-this-year-after-violating-pretrial-services-warrant-states/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner]]></dc:creator><description><![CDATA[Former Broward Sheriff’s Office sergeant Scott Nelson Nida was arrested Thursday night for violating the terms of pretrial services, according to an warrant issued by BSO.]]></description><pubDate>Fri, 04 Sep 2026 13:56:12 +0000</pubDate><content:encoded><![CDATA[<p>Former Broward Sheriff’s Office sergeant Scott Nelson Nida was arrested Thursday night for violating the terms of pretrial services, according to an warrant issued by BSO.</p><p><a href="https://www.local10.com/espanol/2026/09/04/arrestan-por-quinta-vez-este-ano-a-ex-sargento-de-bso-tras-violar-servicios-previos-al-juicio-segun-orden-judicial/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/arrestan-por-quinta-vez-este-ano-a-ex-sargento-de-bso-tras-violar-servicios-previos-al-juicio-segun-orden-judicial/">Leer en español</a></p><p>This was Nida’s fifth arrest this year. </p><p>The warrant states that Nida, 55, was released to the Broward County Pretrial Services Program on July 30 “for the offenses of robbery/no weapon, grand theft auto, false imprisonment, tampering with witness/victim/informant” and “battery touch or strike.”</p><p>Authorities said Nida violated the terms of the program by “failing to reside at the James Club Program and follow any treatment recommendations.”</p><p>According to the warrant, detectives verified that Nida was discharged from the James Club Treatment Center, which offers “supportive sober living programs,” on Aug. 21.</p><p>Nida was <a href="https://www.local10.com/news/local/2026/07/13/bso-sergeant-in-jail-again-after-4th-arrest-this-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/13/bso-sergeant-in-jail-again-after-4th-arrest-this-year/">previously arrested on July 11</a> for allegedly violating a domestic violence injunction. </p><p>According to BSO, he “separated from” the agency on June 29, a little more than a month after his third arrest.</p><p>Nida’s <a href="https://www.local10.com/news/local/2026/01/08/bso-sergeant-arrested-on-multiple-domestic-violence-charges-records-show/" rel="" title="https://www.local10.com/news/local/2026/01/08/bso-sergeant-arrested-on-multiple-domestic-violence-charges-records-show/">first arrest</a> came in January after he was accused of attacking his longtime partner over infidelity. The victim later waived prosecution and a no-contact order was dismissed. She told investigators she “felt coerced into dropping the charges” because Nida allegedly said he would “lose his job and pension.”</p><p>But Nida <a href="https://www.local10.com/news/local/2026/04/22/bso-sergeant-back-in-jail-after-second-domestic-violence-arrest-in-4-months/" rel="" title="https://www.local10.com/news/local/2026/04/22/bso-sergeant-back-in-jail-after-second-domestic-violence-arrest-in-4-months/">was arrested again</a> in April after being accused of attacking his partner for a second time and stealing her vehicle. </p><p>He was arrested one month later on a domestic violence injunction violation charge. A BSO report states that he allowed his girlfriend to live with him “because she and her daughter were forced out of their previous residence” and reached out to Nida “because they had no place to go.”</p><p>Court records show Broward prosecutors declined to pursue charges in that case.</p><p>His arrest report from July indicates that a concerned acquaintance of Nida’s called in a wellness check on July 11 after receiving concerning messages from him.</p><p>When authorities arrived, they said Nida went inside the home and moved around his house before coming back outside.</p><p>A police drone found Nida’s girlfriend and her child hiding in a storage area, with the report stating, “The pair went as far as to admit he had formed a plan for them to hide in the backyard if law enforcement came to the house for which they executed tonight.”</p><p>The woman told police they were at Nida’s home for weeks because of a financial crisis, and even had a key, the report stated.</p><p>As of Friday morning, Nida was being held at the Broward County Main Jail. Online jail records showed that his bond had not yet been set. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TKZ56YP4VFFTNON6WC7FV742J4.jpg?auth=2e39e0b2286854199e2c8868c5f22cbcc4a472132703f5268d0e2fa9ad7b0d2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan por quinta vez este año a ex sargento de BSO tras violar servicios previos al juicio, según orden judicial]]></title><link>https://www.local10.com/espanol/2026/09/04/arrestan-por-quinta-vez-este-ano-a-ex-sargento-de-bso-tras-violar-servicios-previos-al-juicio-segun-orden-judicial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/arrestan-por-quinta-vez-este-ano-a-ex-sargento-de-bso-tras-violar-servicios-previos-al-juicio-segun-orden-judicial/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner]]></dc:creator><description><![CDATA[El ex sargento de la Oficina del Sheriff de Broward Scott Nelson Nida fue arrestado la noche del jueves por violar los términos de los servicios previos al juicio, según una orden emitida por BSO.]]></description><pubDate>Fri, 04 Sep 2026 14:40:38 +0000</pubDate><content:encoded><![CDATA[<p>El ex sargento de la Oficina del Sheriff de Broward Scott Nelson Nida fue arrestado la noche del jueves por violar los términos de los servicios previos al juicio, según una orden emitida por BSO.</p><p>Este fue el quinto arresto de Nida este año.</p><p>La orden indica que Nida, de 55 años, fue liberado bajo el Programa de Servicios Previos al Juicio del Condado Broward el 30 de julio “por los delitos de robo/sin arma, robo mayor de vehículo, privación ilegal de la libertad, manipulación de testigo/víctima/informante” y “agresión física por tocar o golpear”.</p><p>Las autoridades dijeron que Nida violó los términos del programa al “no residir en el Programa James Club ni seguir las recomendaciones de tratamiento”.</p><p>Según la orden, los detectives verificaron que Nida fue dado de alta del James Club Treatment Center, que ofrece “programas de vivienda de apoyo para personas en recuperación”, el 21 de agosto.</p><p>Nida fue <a href="https://www.local10.com/espanol/2026/07/13/sargento-de-bso-vuelve-a-prision-por-cuarto-arresto-en-el-ano/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/13/sargento-de-bso-vuelve-a-prision-por-cuarto-arresto-en-el-ano/">arrestado anteriormente el 11 de julio</a> por presuntamente violar una orden judicial por violencia doméstica.</p><p>Según BSO, se “separó” de la agencia el 29 de junio, poco más de un mes después de su tercer arresto.</p><p>El <a href="https://www.local10.com/espanol/2026/01/08/sargento-de-la-bso-arrestado-por-multiples-cargos-de-violencia-domestica-segun-registros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/01/08/sargento-de-la-bso-arrestado-por-multiples-cargos-de-violencia-domestica-segun-registros/">primer arresto</a> de Nida ocurrió en enero después de que fuera acusado de atacar a su pareja de muchos años por una infidelidad. Posteriormente, la víctima renunció a presentar cargos y se desestimó una orden de no contacto. Ella dijo a los investigadores que “se sintió coaccionada para retirar los cargos” porque Nida presuntamente dijo que “perdería su trabajo y su pensión”.</p><p>Pero Nida fue <a href="https://www.local10.com/espanol/2026/04/22/sargento-de-bso-vuelve-a-la-carcel-tras-segundo-arresto-por-violencia-domestica-en-4-meses/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/22/sargento-de-bso-vuelve-a-la-carcel-tras-segundo-arresto-por-violencia-domestica-en-4-meses/">arrestado nuevamente</a> en abril después de ser acusado de atacar a su pareja por segunda vez y robarle su vehículo.</p><p>Fue arrestado un mes después por un cargo de violación de una orden judicial por violencia doméstica. Un informe de BSO indica que permitió que su novia viviera con él “porque ella y su hija fueron obligadas a abandonar su residencia anterior” y acudieron a Nida “porque no tenían dónde ir”.</p><p>Los registros judiciales muestran que los fiscales de Broward decidieron no presentar cargos en ese caso.</p><p>El informe de su arresto de julio indica que un conocido de Nida, preocupado por su bienestar, solicitó una verificación de bienestar el 11 de julio después de recibir mensajes preocupantes de su parte.</p><p>Cuando las autoridades llegaron, dijeron que Nida entró a la vivienda y se desplazó por la casa antes de volver a salir.</p><p>Un dron de la policía encontró a la novia de Nida y a su hija escondidas en un área de almacenamiento, y el informe señala: “La pareja incluso admitió que él había elaborado un plan para que se escondieran en el patio trasero si las autoridades acudían a la casa, plan que ejecutaron esta noche”.</p><p>La mujer dijo a la policía que llevaban semanas en la casa de Nida debido a una crisis financiera y que incluso tenían una llave, según el informe.</p><p>Hasta la mañana del viernes, Nida permanecía detenido en la cárcel principal del condado Broward. Los registros de la cárcel en línea mostraban que aún no se había fijado su fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TKZ56YP4VFFTNON6WC7FV742J4.jpg?auth=2e39e0b2286854199e2c8868c5f22cbcc4a472132703f5268d0e2fa9ad7b0d2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[¿Por qué preocupa en México el creciente uso de explosivos y coches bomba?]]></title><link>https://www.local10.com/espanol/2026/09/04/por-que-preocupa-en-mexico-el-creciente-uso-de-explosivos-y-coches-bomba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/por-que-preocupa-en-mexico-el-creciente-uso-de-explosivos-y-coches-bomba/</guid><dc:creator><![CDATA[Por MARÍA VERZA, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La utilización de coches bomba en pequeñas ciudades, como ocurrió hace cinco días en Zacatecas, es una preocupación creciente en México porque se une al aumento del uso de explosivos en drones y minas por parte de los cárteles y pone al país en una situación todavía más delicada ante el estadounidense Donald Trump, quien ha reiterado su deseo de intervenir militarmente para combatir a quienes considera terroristas.]]></description><pubDate>Fri, 04 Sep 2026 19:32:31 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La utilización de coches bomba en pequeñas ciudades, como ocurrió hace cinco días en Zacatecas, es una preocupación creciente en México porque se une al aumento del uso de explosivos en drones y minas por parte de los cárteles y pone al país en una situación todavía más delicada ante el estadounidense Donald Trump, quien ha reiterado su deseo de intervenir militarmente para combatir a quienes considera terroristas.</p><p>La explosión del domingo por la noche frente a la comisaría de policía de Ojocaliente, 580km al noroeste de Ciudad de México, no causó muertos, pero el estallido de 200 kilos de explosivos provocó 11 heridos y daños en más de 60 viviendas del centro de la ciudad, dijo el viernes el secretario de Seguridad federal Omar García Harfuch de visita en Zacatecas con la presidenta Claudia Sheinbaum. Hay tres detenidos.</p><p>Aunque la mandataria destacó el descenso de homicidios parte de la población sigue sin sentirse segura. Este año van 23 ataques con explosivos, seis de ellos colocados en vehículos, dijo el fiscal estatal Cristian Paul Camacho.</p><p>El Cartel Jalisco Nueva Generación (CJNG) y el de Sinaloa llevan años luchando por el control de Zacatecas.</p><p>“Hasta hemos llegado al terrorismo con los coches bomba", dijo Rafael Armas, un empleado del ayuntamiento de la capital del estado que pidió más acciones contra la corrupción. “Antes eran las ejecuciones, las desapariciones... no podemos estar seguros mientras esté esta gente (los cárteles) aquí".</p><p>Estas son algunas claves para entender por qué estos ataques preocupan aunque su impacto esté lejos del sufrido en el pasado por otros países como Colombia.</p><p>¿Es habitual el uso de coches bomba en México?</p><p>No, pero sí se han utilizado desde hace años, generalmente como parte de la lucha entre cárteles.</p><p>Victor Manuel Sánchez, profesor de la Universidad de Coahuila, ha mapeado los coches bomba de las últimas décadas y destacó un primer momento marcado por el atentado en Guadalajara de 1994 del Cártel de Tijuana contra uno de los fundadores del de Sinaloa, Ismael “El Mayo” Zambada, ahora condenado en Estados Unidos.</p><p>En torno al año 2010 hubo otra fase de acciones con coches bomba, el más grave en la fronteriza Ciudad Juárez, con al menos cuatro muertos.</p><p>Más recientemente, el CJNG ha liderado el uso de explosivos para expandir su presencia en el país. Las autoridades atribuyen a este grupo los dos atentados a comisarías de policía, ambas en el centro de pequeñas poblaciones: el de diciembre en el estado occidental de Michoacán, con cinco muertos, y el del domingo de Zacatecas.</p><p>¿Cuándo empezaron los cárteles a usar más explosivos?</p><p>Hace unos cinco años. Los lanzan desde drones para atacar a las fuerzas de seguridad o a grupos rivales o los entierran como minas para delimitar territorios.</p><p>En 2023, ocho bombas en un camino de Jalisco mataron a seis personas e hirieron a 14. Un mes después, el Ejército reconoció que era un problema creciente y ofreció sus primeras cifras: en cuatro años y medio había decomisado unos 2.800 explosivos en todo el país.</p><p>Al año siguiente las autoridades desactivaron casi 3.200 explosivos sólo en Michoacán, donde en 2025 una mina mató a ocho militares, uno de los eventos más letales de este tipo. Las autoridades no han ofrecido cifras nacionales recientes.</p><p>“Estamos viendo una constante intensificación de la violencia”, destacó Vanda Felbab-Brown, experta en crimen organizado de la Brookings Institution, un centro de estudios estadounidense. “Esto agudiza enormemente el clima de miedo y represalias”.</p><p>¿Por qué utilizar coches bomba?</p><p>Para intimidar, generar presión al gobierno y sembrar terror en la población.</p><p>Carlos Pérez Ricart, profesor de Estudios Internacionales de la universidad mexicana CIDE, señaló que son una manera de llamar la atención e influir en las autoridades para negociar con ellas, sobre todo cuando los grupos se sienten asediados.</p><p>El general Arturo Medina, secretario de Seguridad de Zacatecas, dijo que tiene capturas de pantalla de mensajes donde criminales ofrecen pagos a agentes para que los dejen operar.</p><p>¿Se puede hablar de terrorismo en México?</p><p>México ha rehuido este término para evitar presiones externas y que su turismo o sus inversiones se resientan, explicó Vanda Felbab-Brown.</p><p>Uno de los argumentos oficiales es que el terrorismo tiene fines ideológicos y los cárteles no. Pero sí ha habido ataques contra civiles como las granadas lanzadas en la capital de Michoacán en las fiestas de la Independencia de 2008, que mataron a ocho personas e hirieron a decenas; o el incendio de un casino en el norte del país tres años después donde murieron 52 personas.</p><p>Ahora que la administración estadounidense utiliza esa designación para justificar acciones militares cuya legalidad es cuestionada dentro y fuera de Estados Unidos, expertos y autoridades son más cautelosos.</p><p>Para Pérez Ricart, luchar contra los cárteles con métodos antiterroristas no funciona porque “la respuesta al terrorismo es la desaparición del enemigo” y en la política de drogas ese enemigo es todo un mercado ilegal.</p><p>Ante la imprevisibilidad de Trump, los académicos coinciden en que México debería reforzar la lucha contra la corrupción de altos funcionarios, como los que estaban en el gobierno de Sinaloa, acusados por Estados Unidos de vínculos con el narcotráfico, para demostrar su combate total contra el crimen organizado.</p><p>—-</p><p>El videoperiodista de The Associated Press Eduardo Pesci contribuyó a esta nota desde Zacatecas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZQIDHIHSONXEXFF6EAWYKHD2Y.jpg?auth=6b554c3a5a064fa22cf1dd52cfba2be61b97f66d14307a413b47687a8d9cdd36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una comisaría municipal, en la imagen superior, y otros edificios resultan dañados tras la explosión de un coche bomba la noche anterior en Ojocaliente, en el estado de Zacatecas, México, el lunes 31 de agosto de 2026. (AP Foto/Eduardo Pesci)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Pesci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QTWQCGADCIDJE7P74NE2JGRNOA.jpg?auth=d9dbc72311fde614a7467fe686267cffcca66e09cf8532f12dfa01a241cf0cbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Agentes de policía se encuentran frente a una comisaría municipal dañada tras la explosión de un coche bomba durante la noche en Ojocaliente, en el estado de Zacatecas, México, el lunes 31 de agosto de 2026. (AP Foto/Eduardo Pesci)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Pesci</media:credit></media:content></item><item><title><![CDATA[Caitlin Clark helps US beat China and 7-foot-3 Zhang Ziyu 94-61 in women's World Cup opener]]></title><link>https://www.local10.com/sports/2026/09/04/caitlin-clark-helps-us-beat-china-and-7-foot-3-zhang-ziyu-94-61-in-womens-world-cup-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/caitlin-clark-helps-us-beat-china-and-7-foot-3-zhang-ziyu-94-61-in-womens-world-cup-opener/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Caitlin Clark had 14 points and 11 assists to help the United States beat China, which was led by 7-foot-3 Zhang Ziyu, 94-61 in its women's basketball World Cup opener Friday.]]></description><pubDate>Fri, 04 Sep 2026 14:15:37 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Caitlin Clark had 14 points and 11 assists to help the United States beat China, which was led by 7-foot-3 Zhang Ziyu, 94-61 in its women's basketball World Cup opener Friday.</p><p>Rhyne Howard also scored 14 points and Jackie Young added 12 for the Americans, who have now won 31 consecutive World Cup games dating back to a loss in the semifinal game of the 2006 tournament.</p><p>This a period of transition for the U.S. with a young roster that includes the trio of Clark, Paige Bueckers and Angel Reese. None of them were in the starting lineup, but they were on the court together to close out the opening quarter, which the Americans dominated to go up 27-14.</p><p>China fought back at the start of the second quarter behind Zhang. The 19-year-old, who was making her first World Cup appearance, towered over the Americans. On defense, she stood under the basket, making it difficult for the Americans to score inside or get second shots off misses. On offense, the Americans constantly double-teamed her when she caught the ball.</p><p>Zhang's first basket of the game got China within 33-25 with 6:21 left in the half. The U.S. then went on a 16-4 run to close the first half up 49-29. Young had a three-point play and Breanna Stewart scored the final four points of the spurt.</p><p>China paired Zhang with 6-10 Han Xu in the third quarter, presenting an even more potent defensive wall against the U.S. China got within 53-37, but no closer as the young trio of Clark, Bueckers and Reese helped spark a 17-5 run to close the period.</p><p>Zhang finished with 13 points, hitting nine of her 10 free throws. Han added 11 points and 10 rebounds.</p><p>The U.S., which is normally jeered by opposing crowds in international tournaments, had the fans backing them on Friday. Clark, who routinely spends time before games signing autographs for fans when she plays in the WNBA, signed a basketball and took a photo with a young girl who was wearing a Fever T-shirt with Clark's name on the back.</p><p>Up next</p><p>U.S. will play Italy on Saturday in another pool game.</p><p>China will face the Czech Republic on Saturday in a pool game.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AYWTTIHNP4RWVJF6G5ZTBIQQ7I.jpg?auth=6c300aab7c0e2757c113a8641515598577d118e8178a78704610a665ee347df8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Caitlin Clark dribbles during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OF2VNKBDABXA5W27KRETWRDHUQ.jpg?auth=3d4e4d7cbd1bc2c2c486bf06973eb0ace7cedacbdf3843f209c2090e56431ccb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[China's Zhang Ziyu United States' Kiki Iriafen during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4OBLUEITWAHTNSVGGQSYZEG3U4.jpg?auth=3fdb50a9103b517da5b7d3113554600c92a7b43df19489e94f4ab54ee2d53d0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Breanna Stewart and China's Han Xu rebound during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6BSN4MPKDT42XXYUIXMGEOE7I.jpg?auth=88d76470f24a4bf0e3d26cb0131258542fdbd3088246f58d5eb3be9822d2a625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[China's Zhang Manman fouls United States' Chelsea Gray during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OSZLWODGOTWHWL6HUX2WNNCOPA.jpg?auth=e70ff565c99b873048f1bb0f411331d1b37fc6f4fe7e2eb391fd2ac7f1db21bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Chelsea Gray reacts during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Watchdog report: Ex-Labor Secretary Chavez-DeRemer oversaw hostile work environment, misused funds]]></title><link>https://www.local10.com/news/politics/2026/09/04/watchdog-report-ex-labor-secretary-chavez-deremer-oversaw-hostile-work-environment-misused-funds/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/watchdog-report-ex-labor-secretary-chavez-deremer-oversaw-hostile-work-environment-misused-funds/</guid><dc:creator><![CDATA[By JILL COLVIN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Former Labor Secretary Lori Chavez-DeRemer oversaw a “toxic, intimidating and humiliating” work environment and engaged in numerous violations of department policy, according to a new report from the department’s Office of Inspector General.]]></description><pubDate>Fri, 04 Sep 2026 18:08:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Former Labor Secretary Lori Chavez-DeRemer oversaw a “toxic, intimidating and humiliating” work environment and engaged in numerous violations of department policy, according to a new report from the department’s Office of Inspector General.</p><p>The report alleges that Chavez-DeRemer “engaged in an inappropriate relationship” with a member of her security detail and repeatedly directed staff to perform personal tasks on government time. It also accuses her of inappropriately combining personal and official travel, violating the department’s alcohol policies, and failing to report gifts through proper channels.</p><p>Based on interviews with dozens of current and former labor department staffers and a review of more than 500 documents, images and videos, the report includes several striking allegations.</p><p>During a personal trip to Oregon, it reports, Chavez-DeRemer allegedly stopped at a strip club featuring partially nude dancers and directed her limousine driver to come inside and give money to a performer, despite his hesitation. She then “took additional money from her purse and asked the agent to drop the bills one by one onto the partially nude woman," despite his protests.</p><p>Chavez-DeRemer, who resigned earlier this year, could not immediately be reached for comment.</p><p>She is also accused of repeatedly directing staff to perform personal tasks during work hours. That included, at one point, directing her personal aide and executive assistant to travel to her home and organize her bedroom closet. After completing the task, they were asked to provide a video documenting their work. The report includes a photo of neatly hung, colorful blazers, alongside purses and shoes.</p><p>In other instances, it alleges, she sent staffers to her home to retrieve packages from the mail room, instructed them to make personal purchases that weren't always reimbursed, and directed a Hispanic federal employee to communicate with Spanish-speaking workers, including a house cleaner and movers.</p><p>The report alleges Chavez-DeRemer developed and maintained an inappropriate and unprofessional relationship with a senior agent on her security detail, documenting in extensive detail witness reports of her massaging the agent's shoulder, the two golfing and gambling together, and leaving an event walking arm-in-arm.</p><p>Investigators obtained electronic hotel door lock records that suggested the two were spending time overnight in each other’s rooms. And they obtained key fob records and video footage to document his visits to her home.</p><p>The relationship, they said, “appeared to continue even after he was placed on administrative leave and was suspended from his official duties.”</p><p>The office also concluded that the former secretary and senior staff consumed and stored alcohol on federal property without permission, that she combined personal and official travel, including visits to family, personal residences and Las Vegas. And it identified a handful of gifts that were not reported, including tickets to attend a rodeo, an alligator-hide wallet and cowboy hats.</p><p>The report also alleged that Chavez-DeRemer oversaw a hostile workplace, with senior staff “routinely engaged in threatening, demeaning, and abusive verbal and written communication” that she was seemingly aware of but did not take action to stop.</p><p>Witnesses described the work environment as “toxic, intimidating and humiliating," with staff accused of berating employees in front of colleagues, openly discussing performance issues in the presence of other staff, and frequently making threats of termination.</p><p>Senior staff were also accused of making staffing decisions based on physical appearance instead of qualifications, including relocating one employee’s desk because they did not want a “fat person” seen in the front office.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YXYA26TRACNVHD3T5JO6DZQ3EU.jpg?auth=a33bcd4a3cf976a7a910621ab64d27777f2a4658da7e764086e23cdfeaf256f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Labor Secretary Lori Chavez-DeRemer listens as President Donald Trump speaks in the Oval Office of the White House, Oct. 16, 2025, in Washington. (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/YANKX3KAFR7ZY7NA42LT2L2TYM.jpg?auth=f76934a7424979cb96bb6b19665e5009507f40bed063e9eae117bc9eeb1bd63a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The report from the Office of Inspector General at the Labor Department regarding former Labor Secretary Lori Chavez-DeRemer is photographed Friday, Sept. 4, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JR7CY5VHASXCADUGOKIUUS25HU.jpg?auth=5445efd4ecb2a7fddcefe620f0697a30530355aa5edb6f6b9323a93b48d03bf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The report from the Office of Inspector General at the Labor Department regarding former Labor Secretary Lori Chavez-DeRemer is photographed Friday, Sept. 4, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S542JYUCMKBMC3TVIQ33EQP4J4.jpg?auth=d6c106d3efd9e48a42e1b523342a185fbf875e4c7363ea25e90532168b4420c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Secretary of Labor Lori Chavez-DeRemer testifies before the House Committee on Appropriations subcommittee budget hearing on Capitol Hill, May 15, 2025, in Washington. (AP Photo/Yuri Gripas, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuri Gripas</media:credit></media:content></item><item><title><![CDATA[Rescue satellite gets close to NASA's doomed telescope, even if it can't save it]]></title><link>https://www.local10.com/tech/2026/09/04/rescue-satellite-gets-close-to-nasas-doomed-telescope-even-if-it-cant-save-it/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/04/rescue-satellite-gets-close-to-nasas-doomed-telescope-even-if-it-cant-save-it/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — A private spacecraft that was supposed to supply a lifeline to NASA’s Swift Observatory managed to get close to the sinking telescope and even snap photos two weeks after the rescue was abandoned.]]></description><pubDate>Fri, 04 Sep 2026 21:16:18 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — A private spacecraft that was supposed to supply a lifeline to NASA’s Swift Observatory managed to get close to the sinking telescope and even snap photos two weeks after the rescue was abandoned.</p><p>But the three-armed robotic salvager had to turn away because of low fuel, according to Katalyst Space Technologies, which attempted the daring operation.</p><p>“We got so close, but so far,” Katalyst CEO Ghonhee Lee told The Associated Press this week.</p><p>Katalyst's Link spacecraft got within 15 kilometers (nine miles) of Swift on Tuesday, using its own sensors to gather data on the doomed telescope for NASA. The rescue effort had already been called off in August because of Link's own troubles in orbit, but the company wanted the practice for future satellite service calls.</p><p>Link went into an uncontrollable spin soon after rocketing to Swift's rescue in July. Flight controllers managed to reduce the tumble and stabilize the spacecraft, using up precious fuel. In the end, there wasn't enough fuel remaining to boost the aging Swift to a higher, longer-lasting orbit so it could continue observing the cosmos.</p><p>Lee blamed Link's problems on the rush to get it flying. The mission was thrown together in just nine months, and engineers often had to grab whatever was available instead of waiting for the preferred parts, he said.</p><p>NASA paid the company $30 million to carry out the attempt, which was always going to be rushed. Both sides viewed it as an experiment with little to lose, although no one wanted a wreck that would unleash clouds of space debris.</p><p>“Unfortunately, it wasn't the outcome that we were expecting,” NASA Administrator Jared Isaacman said following Sunday's launch of the Roman Space Telescope. “But that's exactly the type of missions that we should be flying at NASA. We will learn from that.”</p><p>Isaacman said it makes sense to extend the life of a valuable spacecraft, especially if the cost to salvage it is less than to replace it. That's why the Roman telescope was designed to be refuelable even though it's headed toward an observation point 1 million miles (1.6 million kilometers) away.</p><p>It's unlikely that Link has enough fuel left to attempt another close approach to Swift, according to Lee. But it can keep exercising its 3-foot (1-meter) arms and provide important data before it reenters and burns up in the atmosphere in the next few weeks, he said.</p><p>Launched in 2004, Swift has a little more time remaining in orbit, depending on how active the sun is. Intense solar storms of recent years are responsible for bringing the telescope down much sooner than expected. As of Friday, its orbit had dropped to 208 miles (335 kilometers), barely half as high as when it set out to scan some of the biggest explosions in the universe.</p><p>NASA anticipates Swift will plunge through the atmosphere sometime between October and year’s end. The space agency resumed observations with the telescope last week after halting them early this year to save precious power.</p><p>Like Swift, the Hubble Space Telescope's orbit also has been shortened by solar activity. Katalyst is developing a next-generation spacecraft that could boost the 36-year-old Hubble to a longer-lasting orbit.</p><p>“Hubble does still have a few years of life yet, right? So the good news is this isn't imminent," Lee said.</p><p>Servicing old telescopes and other satellites used to be “a very, very niche concept," he added, “and we believe it’s going to become more and more commonplace.”</p><p>___</p><p>This story was updated to correct that the close approach happened Tuesday, not last weekend, based on updated information from Katalyst Space Technologies.</p><p>___</p><p>The Associated Press’ health and science coverage receives financial support from the AP Fund for Journalism and private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SJYWZFNSW7EBWNCNIDF5DXAYPM.jpg?auth=2cf8977c63955b1503399b7b5f751e266ff1a1e95e4f16b493dd95ef67a1e075&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo provided by NASA shows Kieran Wilson, LINK's principal investigator, and Hunter Robertson, a space systems engineer, both at Katalyst Space, standing next to their spacecraft inside the SES (Space Environment Simulator) at NASA's Goddard Space Flight Center in Greenbelt, Md., April 17, 2026, ahead of thermal vacuum testing. (Sophia Roberts/NASA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophia Roberts</media:credit></media:content></item><item><title><![CDATA[Miami-Dade leaders clash over proposed Amendment 3 as county warns of service cuts]]></title><link>https://www.local10.com/news/politics/2026/09/03/miami-dade-leaders-clash-over-proposed-amendment-3-as-county-warns-of-service-cuts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/miami-dade-leaders-clash-over-proposed-amendment-3-as-county-warns-of-service-cuts/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[Two of Miami-Dade County’s top leaders are taking opposite sides of a proposed constitutional amendment that could significantly change how Florida homeowners are taxed.]]></description><pubDate>Thu, 03 Sep 2026 21:16:07 +0000</pubDate><content:encoded><![CDATA[<p>Two of Miami-Dade County’s top leaders are taking opposite sides of a proposed constitutional amendment that could significantly change how Florida homeowners are taxed.</p><p>Miami-Dade Property Appraiser Tomas Regalado is a firm supporter of <a href="https://www.local10.com/news/local/2026/09/02/deceptive-amendment-3-could-force-tough-choices-on-key-services-local-leaders-warn/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/deceptive-amendment-3-could-force-tough-choices-on-key-services-local-leaders-warn/">Amendment 3</a>, while Miami-Dade Mayor Daniella Levine Cava is warning voters that the measure could force the county to cut services.</p><p>The amendment would increase Florida’s homestead exemption if approved by at least 60% of voters. Supporters say it would provide relief to homeowners struggling with rising costs, while critics argue local governments could lose billions in revenue.</p><p>Regalado said the need for tax relief is clear.</p><p>“People are hurting. A lot of people are losing their homes. We have to give them some kind of relief,” he said. “I think that the people here are so angry and so in need of relief that they will vote yes.”</p><p>Levine Cava disagrees, saying the county is already under financial pressure.</p><p>“Amendment 3 will cut us hard, it will cut services directly, I can promise you that,” she said.</p><h3>Regalado: Governments need to get creative</h3><p>Regalado, who previously served as mayor of Miami from 2009 to 2017, said local governments can adjust their spending to account for reduced property-tax revenue.</p><p>“It’s about getting creative, reducing the different spending line items that they have,” Regalado said.</p><p>Regalado acknowledged that Miami-Dade could lose hundreds of millions of dollars if the amendment passes, but argued the impact would be manageable.</p><p>“The fact of the matter is that real estate taxes, property taxes will continue to be one of the few revenues that the county and municipal government have,” Regalado said.</p><p>He said his office’s analysis estimates the county could lose between $300 million and $400 million in the first year.</p><p>“So that is not something that will break the government,” Regalado said. “The problem is that governments have to tighten their belt.”</p><p>He pointed to the foreclosure crisis in 2009, when he said Miami faced a deficit of more than $100 million.</p><p>“We reduced the salaries, but we did not fire police or firefighters or trash collectors,” Regalado said. “And then Miami came back.”</p><p>Regalado said the amendment would provide significant relief to Miami-Dade homeowners.</p><p>“Amendment 3 will give some relief to more than a half a million homestead here that we have in Miami-Dade County,” Regalado said.</p><p>“There is no way to explain how much a government, a local government will be hurting if Amendment 3 passes. But what I can tell you is that if Amendment 3 passes, thousands of thousands of people in Miami-Dade County will be able to keep their homes,” he added. “Amendment 3 is designed to help people keep their homes. It’s not designed to let governments do what they think they can do to get more revenue.” </p><p>Under the proposal, the homestead exemption would rise from the existing exemption to $150,000 initially and $250,000 the following year, according to Regalado.</p><p>“When people ask me in the street, what do you think of Amendment 3? Should I vote yes or should I vote no?” Regalado said. “And I said, if you want to keep giving money to the government, vote no. If you want your taxes reduced, vote yes.”</p><h3>Levine Cava: ‘There’s no more fat to squeeze’</h3><p>Levine Cava said the county has already spent years looking for ways to reduce costs.</p><p>“We have been belt tightening for a while and certainly in the last two years we’ve saved a lot of taxpayer money by consolidating, by reducing positions, finding other ways of economizing,” Levine Cava said.</p><p>“And the bottom line is there’s no more fat to squeeze,” she said.</p><p>The mayor made the comments ahead of the county’s <a href="https://www.miamidade.gov/global/release.page?Mduid_release=rel1788370174782830" target="_self" rel="" title="https://www.miamidade.gov/global/release.page?Mduid_release=rel1788370174782830">first budget hearing for fiscal year 2026-27</a>, where transit funding is expected to be among the major issues.</p><p>“We know that there will be a lot of discussion about transit cuts - transit is highly subsidized by the general fund,” Levine Cava said.</p><p>She said the county’s general fund is already under stress, including from requests for additional funding from the county’s constitutional offices.</p><p>“Our general fund is really under stress with five constitutional offices wanting more money as well and high cost of inflation,” Levine Cava added.</p><p>She said county revenues have not kept pace with rising costs and that the county has already reduced its general fund budgets.</p><p>“We have cut our general fund budgets three percent except in public safety and we propose to double it to six percent,” Levine Cava added.</p><p>Levine Cava also pointed to rising operating costs, including gasoline, and said the county has reduced its tax rate for two consecutive years.</p><p>“We have the lowest tax rate since 1982 and I was elected twice because people know that I am committed and fiscally responsible and we’re going to continue to find ways to save costs,” she said.</p><h3>Health care another point of concern</h3><p>Opponents of Amendment 3 have also raised concerns about its potential impact on public hospitals.</p><p>A recent Florida Policy Institute analysis estimated that public hospital districts and health systems across Florida could lose hundreds of millions of dollars in property-tax revenue over three years if the amendment passes.</p><p>For Miami-Dade, the report estimated Jackson Health System could lose more than $63 million in property-tax revenue over that period.</p><p>Dr. Olveen Carrasquillo of Jackson Health System said the potential cuts could affect patient care.</p><p>“As a doctor, I’m concerned about Amendment 3 because of the major impact it would have on the patients we provide care for,” Carrasquillo said.</p><p>Levine Cava said the impact on Jackson would ultimately affect workers and patients.</p><p>“No question about it. This will affect Jackson that means that will affect workers and the quality of our health care set You get what you pay for,” Levine Cava said.</p><p>Regalado disputes the idea that Amendment 3 would create the kind of financial crisis its opponents predict.</p><p>“Well, people should know when they hear from government officials, especially county and municipal, that this is a doomsday scenario, that is not correct,” he said.</p><p>He said governments have other sources of revenue, including building permits, airports, ports, water and sewer services and impact fees.</p><p>“There are many, many ways for the county and the municipal governments to get income,” Regalado added. “They don’t have to hurt the people. They can get creative and help the people and survive.”</p><p>A representative for the Jackson Health System released the following statement to Local 10 News: </p><blockquote><p>“We understand that affordability is a real concern for families across Miami-Dade County and that residents are looking for meaningful relief. </p><p>“If approved by voters, the property tax referendum would have a significant impact on Jackson Health System, reducing funding by an estimated $34 million in the first year and an additional $29 million in the second year, resulting in approximately $64 million in recurring annual reductions.</p><p>“As Miami-Dade County’s public safety-net health system, Jackson serves the county’s largest share of uninsured and Medicaid patients in the county and provides essential services that are not always financially sustainable, but are critical to our community. Caring for everyone who needs us, regardless of their ability to pay, is central to our mission and a responsibility we are proud to fulfill.</p><p>“Over the past several years, Jackson has worked aggressively  to streamline operations, improve efficiency, and reduce costs, while never sacrificing patient care. </p><p>A recurring $64 million reduction would require us to take a hard look at our operations and services to identify where additional savings could be achieved.</p><p>“Our responsibility is to provide clear information about what the proposal could mean for Jackson, our patients, and the community we serve.”</p><p class="citation">Jackson Health System</p></blockquote><p>The debate is expected to intensify as voters weigh whether the proposed constitutional amendment is worth the potential tax savings for homeowners — and the financial uncertainty facing local governments.</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[Canes game night forecast: Hot & humid in South Florida with beautiful weather outside San Francisco ]]></title><link>https://www.local10.com/weather/2026/09/04/canes-game-night-forecast-hot-humid-in-south-florida-with-beautiful-weather-outside-san-francisco/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/04/canes-game-night-forecast-hot-humid-in-south-florida-with-beautiful-weather-outside-san-francisco/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[The Miami Hurricanes may be traveling over 3,000 miles from home for Friday night’s season opener against Stanford, but at least they’ll get away from the South Florida heat, humidity and storms. ]]></description><pubDate>Fri, 04 Sep 2026 13:10:56 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Hurricanes may be traveling over 3,000 miles from home for Friday night’s season opener against Stanford, but at least they’ll get away from the South Florida heat, humidity and storms. </p><p><a href="https://www.local10.com/espanol/2026/09/04/pronostico-para-la-noche-del-partido-de-los-canes-calor-y-humedad-en-el-sur-de-florida-con-hermoso-clima-en-las-afueras-de-san-francisco/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/pronostico-para-la-noche-del-partido-de-los-canes-calor-y-humedad-en-el-sur-de-florida-con-hermoso-clima-en-las-afueras-de-san-francisco/">Leer en español</a></p><p>It’ll be a perfect night for football at Stanford Stadium, just outside of San Francisco, with temperatures falling from the lower 60s into the upper 50s, with light winds and mainly clear skies. </p><p>Go Canes!</p><p><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/">CLICK HERE</a> to view the latest forecast updates from Local 10’s Weather Authority. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BHA2UDLZRDOFF6YTYNER4CAMI.jpg?auth=fd6bcd301fb905a1dd7b9c5b24d202bcd9497ddf23ef573306126e611fd7408b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pronóstico para la noche del partido de los Canes: calor y humedad en el sur de Florida con hermoso clima en las afueras de San Francisco]]></title><link>https://www.local10.com/espanol/2026/09/04/pronostico-para-la-noche-del-partido-de-los-canes-calor-y-humedad-en-el-sur-de-florida-con-hermoso-clima-en-las-afueras-de-san-francisco/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/pronostico-para-la-noche-del-partido-de-los-canes-calor-y-humedad-en-el-sur-de-florida-con-hermoso-clima-en-las-afueras-de-san-francisco/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Los Miami Hurricanes pueden estar viajando más de 3,000 millas desde casa para el partido inaugural de la temporada del viernes por la noche contra Stanford, pero al menos se alejarán del calor, la humedad y las tormentas del sur de Florida.]]></description><pubDate>Fri, 04 Sep 2026 14:00:43 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Hurricanes pueden estar viajando más de 3,000 millas desde casa para el partido inaugural de la temporada del viernes por la noche contra Stanford, pero al menos se alejarán del calor, la humedad y las tormentas del sur de Florida.</p><p>Será una noche perfecta para el fútbol americano en el Stanford Stadium, en las afueras de San Francisco, con temperaturas que bajarán de los 60 grados bajos a los 50 grados altos, vientos ligeros y cielos mayormente despejados.</p><p>¡Vamos Canes!</p><p><a href="https://www.local10.com/weather/" target="_blank" rel="noreferrer" title="https://www.local10.com/weather/">HAGA CLIC AQUÍ</a> para ver las últimas actualizaciones del pronóstico de la Autoridad del Tiempo de Local 10.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BHA2UDLZRDOFF6YTYNER4CAMI.jpg?auth=fd6bcd301fb905a1dd7b9c5b24d202bcd9497ddf23ef573306126e611fd7408b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[EPA seeks more public comments as it struggles to devise water rule that limits scope on wetlands]]></title><link>https://www.local10.com/news/politics/2026/09/04/epa-seeks-more-public-comments-as-it-struggles-to-devise-water-rule-that-limits-scope-on-wetlands/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/epa-seeks-more-public-comments-as-it-struggles-to-devise-water-rule-that-limits-scope-on-wetlands/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Environmental Protection Agency is seeking additional public comments as it tries to redefine the scope of the nation’s bedrock clean water law to significantly limit the wetlands it covers.]]></description><pubDate>Fri, 04 Sep 2026 14:18:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Environmental Protection Agency is seeking additional public comments as it tries to redefine the scope of the nation’s bedrock clean water law to significantly limit the wetlands it covers.</p><p>The request, announced Friday, comes nearly a year after the agency proposed a rule defining "waters of the United States," or WOTUS, based on a 2023 Supreme Court ruling that removed federal protections for vast areas. The plea for new information is highly unusual and reflects the complexity of the water rule, a contentious regulation that has been argued in the courts for decades and reached the Supreme Court twice since 2006.</p><p>The latest proposal is a “supplemental” rule that EPA said will help it and the U.S. Army Corps of Engineers evaluate a wider range of options as they work toward a final rule that fully implements the Supreme Court’s decision in a case known as Sackett v. EPA.</p><p>The 2023 ruling sharply limited the federal government’s authority to police water pollution in certain wetlands. It boosted property rights over concerns about clean water in a ruling in favor of Michael and Chantell Sackett, an Idaho couple who sought to build a house near a lake.</p><p>The new rule, once made final, will cut “bureaucratic red tape” and protect water quality while “recognizing that states and tribes are best positioned to manage their own water resources,” the EPA said.</p><p>The rule will provide greater predictability for landowners, farmers, ranchers, energy producers, the technology sector, developers and small businesses, the agency said. The measure will focus on relatively permanent, standing or continuously flowing bodies of water, such as streams, oceans, rivers and lakes, along with wetlands that are directly connected to such bodies of water.</p><p>"The EPA’s goal is a durable WOTUS definition that follows the law and ends burdensome regulatory uncertainty,” EPA Administrator Lee Zeldin said in a statement.</p><p>The request for additional comment “reflects our continued commitment to transparency and public input, ensuring we have fully considered a wide range of potential policy options,” he added. "We look forward to public feedback on this supplemental notice, which will help strengthen the real-world expertise behind the final rule.”</p><p>The November proposal to rewrite the water rule is among dozens of environmental regulations being rolled back by Republican President Donald Trump's administration as part of what Zeldin calls a concerted effort to accelerate economic prosperity while putting “ a dagger through the heart of climate change religion.” Critics call the planned water rule a giveaway to ranchers and industrial polluters.</p><p>“The Trump EPA’s shortsighted push to encourage industries to plow over more wetlands and streams will destroy thousands of miles of waterways critical to wildlife across the United States,” J.W. Glass, a policy specialist at the Center for Biological Diversity, said when the plan was announced last year.</p><p>The proposed rule will most likely “wipe out life-sustaining waterways in every corner of the nation,” Glass said, and leave vast stretches of wetlands and other low-lying areas vulnerable to increasingly destructive storm surges driven by climate change.</p><p>The EPA's proposal “declares open season” on the nation's waterways, according to Jon Devine, director of freshwater ecosystems at the nonprofit Natural Resources Defense Council.</p><p>“The proposal would virtually eliminate protection for freshwater wetlands” and especially hurt the western United States, he said.</p><p>Zeldin disputes that argument, saying the agency's proposal strikes a needed balance between federal and state authority. Any lands removed from federal jurisdiction will still face regulation from states and tribes, he said.</p><p>The EPA and Army Corps will accept public comments for 30 days once the supplemental plan is published in the Federal Register, expected in the next week. The agencies have held three public meetings on the proposed rule, which has generated more than 220,000 comments from a wide range of stakeholders.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WFNI7COTU4D2VWH2KHB6IN4O2M.jpg?auth=9a2d793557502fef65159d48e1b7f7d28aa6a83f5451d02ec1b8c4224a77a086&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Environmental Protection Agency administrator Lee Zeldin listens as President Donald Trump speaks in the Oval Office of the White House, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOAN2A3XYS4VF4FIHIY6QBYQP4.jpg?auth=ea2f8a01e7518c4342aa79a4a3e1c586462e0fda5a10afa9c391dcc59e144c82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The sun sets over a salt marsh Monday, Oct. 6, 2025, in Charleston, S.C. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[MDSO deputy injured after lightning strike in Doral]]></title><link>https://www.local10.com/news/local/2026/09/03/1-injured-after-possible-lightning-strike-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/1-injured-after-possible-lightning-strike-in-doral/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[First responders rushed to the scene of a reported lightning strike on Thursday.]]></description><pubDate>Thu, 03 Sep 2026 22:20:04 +0000</pubDate><content:encoded><![CDATA[<p>First responders rushed to the scene of a reported lightning strike on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/09/04/resulta-herido-agente-de-mdso-tras-caida-de-rayo-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/resulta-herido-agente-de-mdso-tras-caida-de-rayo-en-doral/">Leer en español</a></p><p>It happened around 5:15 p.m. near the headquarters for Miami-Dade Fire Rescue, located at 9300 NW 41st St. in Doral. </p><p>According to officials, rescue crews responded after receiving reports of a car that had been struck by lightning. </p><p>Investigators said an off-duty deputy was sitting inside his vehicle working an assignment when it was struck by lightning. </p><p>The deputy was taken by MDFR to HCA Florida Kendall Hospital in stable condition. </p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Resulta herido agente de MDSO tras caída de rayo en Doral]]></title><link>https://www.local10.com/espanol/2026/09/04/resulta-herido-agente-de-mdso-tras-caida-de-rayo-en-doral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/resulta-herido-agente-de-mdso-tras-caida-de-rayo-en-doral/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Los socorristas acudieron al lugar donde se reportó la caída de un rayo el jueves.]]></description><pubDate>Fri, 04 Sep 2026 13:53:17 +0000</pubDate><content:encoded><![CDATA[<p>Los socorristas acudieron al lugar donde se reportó la caída de un rayo el jueves.</p><p>Ocurrió alrededor de las 5:15 p.m. cerca de la sede de Miami-Dade Fire Rescue, ubicada en 9300 NW 41st St. en Doral.</p><p>Según funcionarios, los equipos de rescate respondieron después de recibir reportes de un automóvil que había sido alcanzado por un rayo.</p><p>Los investigadores dijeron que un agente fuera de servicio estaba sentado dentro de su vehículo realizando una asignación cuando fue alcanzado por un rayo.</p><p>El agente fue trasladado por MDFR al HCA Florida Kendall Hospital en condición estable.</p><p>No se divulgaron de inmediato más detalles.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a delincuente convicto de operar clínica ilegal de aumento de glúteos en Liberty City que dejó desfiguradas a mujeres, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/03/acusan-a-delincuente-convicto-de-operar-clinica-ilegal-de-aumento-de-gluteos-en-liberty-city-que-dejo-desfiguradas-a-mujeres-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/acusan-a-delincuente-convicto-de-operar-clinica-ilegal-de-aumento-de-gluteos-en-liberty-city-que-dejo-desfiguradas-a-mujeres-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer que, según la policía, se hacía llamar “Dra. Lori” y realizaba inyecciones en los glúteos era en realidad Latonya Shanice Starks, quien no es una doctora con licencia, sino una delincuente convicta de 33 años sin un “trabajo legítimo”.]]></description><pubDate>Thu, 03 Sep 2026 16:20:46 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que, según la policía, se hacía llamar “Dra. Lori” presumía en Instagram del éxito de su clínica de moldeado corporal, proclamando: “Imagínense ser millonaria gracias a los GLÚTEOS” y exhortando a sus seguidores a “hacerse ricos en este maldito negocio de los spas o renunciar”.</p><p>Pero la policía de Miami dijo que la “Dra. Lori” era en realidad Latonya Shanice Starks, quien no es una doctora con licencia, sino una delincuente convicta de 33 años sin un “trabajo legítimo”.</p><p>Los detectives dijeron que realizaba inyecciones ilegalmente, algunas de las cuales dejaron a pacientes con cicatrices, dolor y abscesos. En un caso, la policía dijo que una víctima creía que las complicaciones finalmente provocaron que sufriera un aborto espontáneo.</p><p>Las autoridades dijeron que Starks, de Aventura, operaba Lori Dior Miami Med Spa en 5789 NW Seventh Ave., en el vecindario Liberty City de Miami.</p><p>“Bultos”, “irritación”, “abscesos” y un aborto espontáneo</p><p>La policía de Miami dijo que recibió denuncias en mayo y junio sobre Starks de mujeres que acudieron a la “Dra. Lori” para recibir Sculptra, descrito en los informes de arresto como un “relleno dérmico”.</p><p>En un caso, la policía dijo que una mujer que afirmó haber encontrado a Starks a través de la página de Instagram loridior_beautyspa acudió a la clínica en septiembre para recibir Sculptra, que “le fue presentado como una inyección para disolver grasa”.</p><p>“La víctima posteriormente se enteró de que presuntamente le habían inyectado lemon bottle, una sustancia extranjera para disolver grasa que no está aprobada por la Administración de Alimentos y Medicamentos de Estados Unidos”, escribió un detective del Departamento de Policía de Miami en uno de los informes de arresto. “La víctima declaró que después de recibir las inyecciones, la sustancia posteriormente comenzó a salir a través de su piel en las mismas áreas donde había sido inyectada”.</p><p>La policía dijo que la mujer “sufrió una reacción médica adversa grave y requirió hospitalizaciones repetidas durante un período de aproximadamente tres meses”.</p><p>La mujer, quien quedó embarazada en enero, creía que sufrió un aborto espontáneo meses después debido a los medicamentos que tuvo que tomar para tratar las complicaciones, señala uno de los informes de arresto.</p><p>En otro caso, la policía dijo que una mujer que también encontró a Starks a través de Instagram acudió a la clínica con su hermana en octubre para recibir inyecciones.</p><p>Una de las mujeres, quien dijo que intentaba eliminar los “hundimientos de cadera”, afirmó que Starks utilizó una aguja de insulina para inyectar en sus glúteos y abdomen lo que la víctima creía que era Sculptra, señala el informe.</p><p>Un detective del Departamento de Policía de Miami señaló que la sustancia “normalmente se inyecta con una jeringa más grande que una aguja del tipo utilizado para insulina porque las partículas pueden obstruirla”.</p><p>La policía dijo que la víctima, quien pagó a Starks $1,200 USD, nunca vio una caja de Sculptra y no estaba segura de que eso fuera lo que realmente recibió. Dijeron que la víctima también pagó a Starks $650 USD para que su hermana, quien estaba en el sur de Florida procedente de Kentucky para celebrar su cumpleaños, recibiera las inyecciones como regalo.</p><p>Según un informe de arresto, ambas mujeres dijeron que comenzaron a experimentar “bultos e irritación” después de recibir las inyecciones. Ambas mujeres, dijo la policía, tuvieron que someterse a múltiples procedimientos para drenar abscesos y reparar cicatrices, y ambas continúan sufriendo dolor en los lugares donde recibieron las inyecciones.</p><p>Una de las mujeres dijo que incluso perdió su trabajo “porque faltó al trabajo debido a las múltiples citas médicas a las que tuvo que acudir para reparar sus cicatrices y drenar sus abscesos”, dijo la policía.</p><h3><b>Publicaciones en Instagram y antecedentes por delitos graves</b></h3><p>La policía dijo que revisó la cuenta de Instagram loridior_beautyspa, donde videos mostraban a “Starks grabándose mientras afirmaba que ya no realiza inyecciones e indicaba a las personas que dejaran de contactarla para solicitar inyecciones”.</p><p>Una publicación en la cuenta dice: “Lori Dior SOLO ofrece capacitaciones. No presto servicios. Puedo recomendarles personas, pero dejé de hacer bbl líquidos hace 2 años”.</p><p>“Mis clases son MUY DE BARRIO”, decía una publicación sobre una sesión de capacitación.</p><p>Otras publicaciones incluyen anuncios de la “máquina exclusiva POWERBOOTY™ para aumento de glúteos” de Lori Dior, que muestran lo que parecen ser videos generados por inteligencia artificial de mujeres cuyos glúteos son inflados significativamente por las máquinas en una playa.</p><figure><img src="https://www.local10.com/resizer/v2/KWQ7LCOVSNCK3KN7IFHIQWDG6M.jpg?auth=9c547b12cfe5855cf057b5a8897330a645a9a95b20fba7b34d593c3b0637f79a&smart=true&width=1200&height=900" alt="An advertisement for the "POWERBOOTY™ Buttock Enhancement Machine" on the loridior_beautyspa Instagram page." height="900" width="1200"/><figcaption>An advertisement for the "POWERBOOTY™ Buttock Enhancement Machine" on the loridior_beautyspa Instagram page.</figcaption></figure><p>Los detectives dijeron que los registros revelaron que Lori Dior nunca tuvo licencia del estado y que “una investigación adicional reveló que Starks había recibido previamente una orden de cese y desistimiento del estado de Georgia por operaciones similares antes de realizar negocios en Miami”.</p><p>Los registros del Departamento de Correcciones de Georgia muestran que Starks, oriunda de ese estado, fue condenada por cometer múltiples delitos, incluyendo falsificación en primer grado y hurto en tiendas, en los suburbios de Atlanta en 2010. La policía de Miami dijo que estaba en libertad condicional al momento de su arresto el miércoles.</p><h3><b>Parada de tráfico y arresto</b></h3><p>Starks, dijo la policía, fue puesta bajo custodia después de una parada de tráfico cerca de su casa en Aventura.</p><p>Un registro de su vehículo reveló “equipos médicos y cosméticos, incluyendo agujas, un recipiente para objetos punzocortantes, vendajes y empaques etiquetados como Sculptra 150”, dijo la policía.</p><p>Dijeron que obtuvieron una orden para registrar su apartamento en el edificio de condominios Portsview at the Waterways, ubicado en 3610 Yacht Club Drive, y encontraron “equipos médicos y cosméticos adicionales”.</p><p>Las autoridades dijeron que Starks afirmó que una enfermera registrada llamada “Kate”, de quien no pudo proporcionar apellido, número de teléfono ni credenciales, era quien realizaba las inyecciones.</p><p>Starks ahora enfrenta tres cargos por ejercer la atención médica sin licencia causando lesiones graves, así como dos cargos por posesión de un arma de fuego por parte de una delincuente convicta.</p><p>Los registros muestran que permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza total de más de $30,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Video muestra a hombre maltratando y matando patos en Pembroke Pines, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/03/video-muestra-a-hombre-maltratando-y-matando-patos-en-pembroke-pines-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/video-muestra-a-hombre-maltratando-y-matando-patos-en-pembroke-pines-dice-la-policia/</guid><dc:creator><![CDATA[Janine Stanwood, Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Pembroke Pines está investigando un video perturbador que circula en redes sociales y que, según las autoridades, parece mostrar a un hombre maltratando y matando a varios patos, incluidos patitos.]]></description><pubDate>Thu, 03 Sep 2026 19:10:49 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Pembroke Pines está investigando un video perturbador que circula en redes sociales y que, según las autoridades, parece mostrar a un hombre maltratando y matando a varios patos, incluidos patitos.</p><p>El Departamento de Policía de Pembroke Pines dijo que tuvo conocimiento del video temprano el jueves y que su División de Investigaciones está investigando activamente el incidente.</p><p>En el video grabado el domingo pasado desde un consultorio dental cercano, que fue difuminado debido a la naturaleza gráfica de las imágenes, un hombre parece pisotear a un pato adulto y permanecer parado sobre él durante varios minutos. Un segundo video parece mostrar a varios patitos dispersándose mientras el hombre intenta pisarlos.</p><p>Según reportes, el incidente ocurrió cerca de University Drive y Southwest 13th Street en Pembroke Pines.</p><p>Manuel Cavallini, propietario del consultorio dental, dijo a Local 10 News que le parecía “una locura” que alguien matara patos.</p><p>Cuatro días después, el pato muerto permanece en el césped.</p><p>La policía dijo que las acciones mostradas en el video son “ilegales y crueles” y enfatizó que el departamento no tolera delitos contra personas o animales.</p><p>La edad o identidad del hombre que aparece en el video no se conocía de inmediato.</p><p>La policía de Pembroke Pines pide a cualquier persona que tenga información sobre el incidente que se comunique al 954-431-2225.</p>]]></content:encoded></item><item><title><![CDATA[Sept. 4: Rounds of storms continue for the holiday weekend]]></title><link>https://www.local10.com/weather/2026/09/04/sept-4-rounds-of-storms-continue-for-the-holiday-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/04/sept-4-rounds-of-storms-continue-for-the-holiday-weekend/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[The timing of the storms today is different from what we’ve been used to this week. We are starting the day with showers and thunderstorms.]]></description><pubDate>Fri, 04 Sep 2026 13:39:45 +0000</pubDate><content:encoded><![CDATA[<p>The timing of the storms today is different from what we’ve been used to this week. We are starting the day with showers and thunderstorms. This will limit our heating today with highs close to 90° and give us less fuel for additional storms later today. This will mean drier weather for the evening commute, which is a big improvement over yesterday. </p><p>Very high levels of moisture remain for the entire holiday weekend. This may not mean rain the entire day, but expect rounds of thunderstorms that may last for several hours with dry weather in between. </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[El expresidente cubano Raúl Castro se encuentra estable, según fuentes]]></title><link>https://www.local10.com/espanol/2026/09/03/el-expresidente-cubano-raul-castro-se-encuentra-estable-segun-fuentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/el-expresidente-cubano-raul-castro-se-encuentra-estable-segun-fuentes/</guid><dc:creator><![CDATA[Andy Gomez, Andrea Torres]]></dc:creator><description><![CDATA[Ex presidente cubano Raúl Castro permanece hospitalizado, pero se encuentra estable, dijeron fuentes el jueves al analista de Cuba de Local 10 News, Dr. Andy Gómez.]]></description><pubDate>Thu, 03 Sep 2026 19:07:39 +0000</pubDate><content:encoded><![CDATA[<p>El ex presidente cubano Raúl Castro permanece hospitalizado, pero se encuentra estable, dijeron fuentes el jueves al analista de Cuba de Local 10 News, Dr. Andy Gómez.</p><p>Según fuentes, el general retirado Abelardo Colomé Ibarra, conocido como “El Furry”, se encuentra actualmente en peores condiciones.</p><p>Colomé Ibarra fue jefe del Ministerio del Interior y era muy respetado por los hermanos Castro y las fuerzas armadas cubanas.</p><p>Funcionarios cubanos han permanecido en silencio después de que Diario Las Américas, un periódico en español con sede en Miami, <a href="https://www.diariolasamericas.com/america-latina/raul-castro-no-ha-muerto-esta-gravemente-enfermo-n5401478" target="_blank" rel="noreferrer" title="https://www.diariolasamericas.com/america-latina/raul-castro-no-ha-muerto-esta-gravemente-enfermo-n5401478">reportara</a> el martes que Castro, de 95 años, quien se retiró formalmente en abril de 2021, había sufrido un derrame cerebral y se encontraba conectado a soporte vital.</p><p>La última aparición pública de Castro fue el 6 de junio en una ceremonia para conmemorar el 62.º aniversario del Ministerio del Interior de Cuba. <a href="https://www.local10.com/news/2026/07/26/raul-castro-absent-as-cuba-celebrates-anniversary-of-key-revolutionary-attack/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/2026/07/26/raul-castro-absent-as-cuba-celebrates-anniversary-of-key-revolutionary-attack/">No asistió al evento oficial anual</a> para conmemorar el histórico asalto del 26 de julio de 1953.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a hombre de amenazar a niños dentro de McDonald’s antes de que lo siguieran afuera, provocando pelea, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-amenazar-a-ninos-dentro-de-mcdonalds-antes-de-que-lo-siguieran-afuera-provocando-pelea-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-amenazar-a-ninos-dentro-de-mcdonalds-antes-de-que-lo-siguieran-afuera-provocando-pelea-dice-la-policia/</guid><dc:creator><![CDATA[Jolena Esperto, David Dwork, Rosh Lowe]]></dc:creator><description><![CDATA[Una investigación sigue abierta y activa sobre una pelea afuera de un McDonald’s en Dania Beach que involucró a un adulto y varios niños.]]></description><pubDate>Thu, 03 Sep 2026 18:56:41 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación permanece abierta y activa en torno a una pelea ocurrida afuera de un McDonald’s en Dania Beach, en la que estuvieron involucrados un <a href="https://www.local10.com/espanol/2026/09/03/investigan-pelea-en-mcdonalds-de-broward-que-involucro-a-hombre-y-ninos-surgen-versiones-contradictorias/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/investigan-pelea-en-mcdonalds-de-broward-que-involucro-a-hombre-y-ninos-surgen-versiones-contradictorias/">adulto y varios menores</a>.</p><p>El incidente ocurrió el 21 de agosto afuera del McDonald’s ubicado en 1310 S. Federal Highway.</p><p>Una madre de familia de la escuela secundaria Olsen Middle School dijo que estaba recogiendo a sus hijos cuando vio cómo la pelea se extendía hasta la calle.</p><p>“Básicamente, se le fueron encima entre varios a un hombre mayor”, dijo Yanelle Perez, madre de familia que presenció la pelea.</p><p>Patrick Utter también dijo haber estado presente durante el incidente y que intervino para ayudar al hombre, aunque agregó que ninguna de las partes estuvo exenta de responsabilidad.</p><p>“Un hombre que quizá tenía problemas de salud mental y estaba bebiendo entró al McDonald’s y dijo algo indebido; provocó a un grupo de jóvenes y ellos lo siguieron hasta aquí, al corredor de la US 1”, dijo Utter. “Esta zona de la US 1 es un poco problemática y, más importante aún, estos muchachos que pasan por aquí podrían necesitar mayor supervisión”.</p><p>De acuerdo con la Oficina del Sheriff de Broward, el hombre amenazó con pelear con los menores cuando todos se encontraban dentro del McDonald’s.</p><p>Cuando el hombre salió del restaurante, los agentes dijeron que los menores lo siguieron y posteriormente comenzó la pelea.</p><p>Los investigadores señalaron que están tratando de determinar si lo que se dijo dentro del restaurante justificaba lo que ocurrió posteriormente afuera.</p><p>También indicaron que aún están a la espera de hablar con el hombre, quien ya no se encontraba en el McDonald’s cuando llegaron los agentes.</p><p>Al final de la pelea, un video muestra a varios testigos tratando de auxiliar al hombre.</p><p>“Le quitaron la comida, lo golpearon y cayó al suelo”, dijo Perez. “Dos hombres mayores tuvieron que intervenir para detenerlos porque el hombre ya no podía defenderse. Había como 10 o 15 muchachos encima de él”.</p><p>La directora de Olsen Middle School, Janet Giancarli, envió un mensaje a los padres de familia sobre el incidente, en el que señaló:</p><p>“Un hombre adulto se acercó a los estudiantes e inició un enfrentamiento físico afuera del restaurante. La Oficina del Sheriff de Broward acudió al lugar e investigó. Nadie resultó herido”.</p><p>“Entendemos que actualmente circula en redes sociales un video de este incidente y que resulta preocupante. Aunque el hecho no ocurrió dentro de las instalaciones escolares ni durante el horario de clases, nos tomamos muy en serio cualquier situación que involucre a nuestros estudiantes y continuaremos trabajando estrechamente con las autoridades en relación con este asunto”, continuó el comunicado. “La seguridad y el bienestar de nuestros estudiantes siguen siendo nuestra máxima prioridad”.</p><p>Utter dijo que considera necesaria una mayor presencia policial en la zona.</p><p>“No tengo ninguna duda de que mi amigo Ed Tarks, Bernard y yo evitamos que este hombre tuviera un desenlace realmente terrible. Por eso acepté dar esta entrevista, porque al final del día necesitamos más apoyo de la policía en esta zona”, dijo Utter.</p>]]></content:encoded></item><item><title><![CDATA[No se presentarán cargos contra la mujer que mató a tiros a un hombre en el estacionamiento de un Walmart en North Lauderdale.]]></title><link>https://www.local10.com/espanol/2026/09/03/no-se-presentaran-cargos-contra-la-mujer-que-mato-a-tiros-a-un-hombre-en-el-estacionamiento-de-un-walmart-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/no-se-presentaran-cargos-contra-la-mujer-que-mato-a-tiros-a-un-hombre-en-el-estacionamiento-de-un-walmart-en-north-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[La mujer que durante el verano mató a tiros a un veterano del Ejército de Estados Unidos en el estacionamiento de un Walmart en North Lauderdale no será procesada, según informó Local 10 este jueves.]]></description><pubDate>Thu, 03 Sep 2026 19:02:00 +0000</pubDate><content:encoded><![CDATA[<p>La mujer que durante el verano <a href="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/">mató a tiros a un veterano del Ejército de Estados Unidos</a> en el estacionamiento de un Walmart en North Lauderdale no será procesada, según informó Local 10 este jueves.</p><p>La mujer fue identificada como Melissa Payne en un memorando de cierre del caso de la Fiscalía Estatal del Condado de Broward.</p><p>“Si en el momento en que Melissa Payne utilizó fuerza letal no estaba haciendo nada ilegal, se encontraba en un lugar donde tenía derecho a estar y ‘creía razonablemente que el uso o la amenaza de dicha fuerza era necesario para evitar una muerte inminente o lesiones corporales graves’, entonces está exenta de arresto y procesamiento”, señala el memorando.</p><p>Bart Diguglielmo, residente de Lauderhill, recibió un disparo el 30 de junio afuera del Walmart ubicado en 7900 W. McNab Road, después de una discusión con Payne, según informaron agentes de la Oficina del Sheriff de Broward.</p><p>De acuerdo con el memorando, todo el incidente quedó registrado por diversos dispositivos de video y muestra a Payne, quien estaba acompañada por su sobrina y el bebé de esta, y a Diguglielmo, quien se encontraba solo dentro de su SUV Kia blanco, intentando estacionarse en el mismo espacio.</p><p>Los fiscales señalaron que se produjo “un breve enfrentamiento” antes de que Payne y Diguglielmo salieran de sus respectivos vehículos.</p><p>Según el memorando, Diguglielmo dejó su vehículo en el carril de circulación, tomó un carrito de compras y entró al Walmart, mientras Payne estacionaba su Chevrolet Malibu en el espacio.</p><p>Diguglielmo regresó a su SUV unos 90 segundos después y, según dos testigos, le dijo a Payne: “Voy a hacer mierda tus cosas”, señala el memorando.</p><p>Después se alejó conduciendo a gran velocidad, según los fiscales.</p><p>De acuerdo con el memorando, Diguglielmo estacionó aproximadamente dos pasillos al oeste del automóvil de Payne, caminó hacia el vehículo de ella y permaneció un rato debajo de un árbol cercano mientras fumaba un cigarrillo.</p><p>Los testigos dijeron que Diguglielmo parecía enojado mientras observaba a Payne y que estaba temblando.</p><p>Los fiscales señalaron que Diguglielmo se acercó posteriormente al automóvil de Payne, momento en el que ella salió del vehículo con su teléfono en una mano y un arma de fuego en la otra.</p><p>Payne le advirtió a Diguglielmo: “¡Si sigues acercándote a mí, te voy a disparar!”, según el memorando.</p><p>De acuerdo con el documento, un testigo les gritó tanto a Payne como a Diguglielmo: “¡No vale la pena!”.</p><p>Los fiscales dijeron que Payne continuó advirtiéndole a Diguglielmo: “¡No vengas hacia acá!”, “¡No te acerques a mi auto!” y “¡No lo intentes!”.</p><p>El memorando señala que inicialmente Diguglielmo retrocedió, pero después volvió a acercarse a Payne mientras hacía gestos con las manos.</p><p>Los fiscales dijeron que finalmente Payne le disparó una vez en el abdomen.</p><p>Diguglielmo fue trasladado a un hospital, donde posteriormente murió a causa de sus heridas.</p><p>Melissa Rodriguez, abogada de la hija del hombre, declaró a Local 10 News: “Amanda Diguglielmo está muy decepcionada al enterarse de que no presentarán cargos penales en el caso. Hemos sostenido que las circunstancias no justificaban conceder inmunidad bajo la ley de defensa propia ‘Stand Your Ground’”.</p><p>En una <a href="https://www.local10.com/news/local/2026/08/20/daughter-seeks-justice-months-after-dad-shot-dead-by-woman-in-north-lauderdale-walmart-parking-lot/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/20/daughter-seeks-justice-months-after-dad-shot-dead-by-woman-in-north-lauderdale-walmart-parking-lot/">entrevista exclusiva con Local 10 News</a>, Amanda Diguglielmo describió a su padre como un hombre dedicado a su familia que trabajó durante 30 años como enfermero especializado en trauma en salas de emergencia.</p><p>“Era un gran hombre. Era padre, era abuelo y era hermano”, dijo.</p><p>Amanda Diguglielmo señaló que su padre también tenía un hermano gemelo, era padre de tres hijos y había alcanzado el grado de sargento en el Ejército.</p><p>Cuando le preguntaron qué sería lo que más extrañaría de su padre, Amanda Diguglielmo respondió: “Todo: poder llamarlo, almorzar juntos, las fiestas, todo”.</p><p>Amanda Diguglielmo y su abogada rechazan que Payne haya disparado contra Bart Diguglielmo en defensa propia.</p><p>“Esta no fue una situación de defensa propia ni un caso que justificara inmunidad bajo la ley ‘Stand Your Ground’. No creo que el tiroteo estuviera justificado”, declaró Rodriguez a principios de este mes. “Creo que deberían presentarse cargos penales”.</p>]]></content:encoded></item><item><title><![CDATA[Malasia declara emergencia en ciudad de Sarawak por niveles críticos de contaminación]]></title><link>https://www.local10.com/espanol/2026/09/04/malasia-declara-emergencia-en-ciudad-de-sarawak-por-niveles-criticos-de-contaminacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/malasia-declara-emergencia-en-ciudad-de-sarawak-por-niveles-criticos-de-contaminacion/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KUALA LUMPUR, Malasia (AP) — Malasia declaró una emergencia el viernes en una localidad del estado de Sarawak, en la isla de Borneo, después de que la contaminación del aire superara el umbral de nivel de emergencia del país debido a los incendios en la vecina Indonesia.]]></description><pubDate>Fri, 04 Sep 2026 13:34:43 +0000</pubDate><content:encoded><![CDATA[<p>KUALA LUMPUR, Malasia (AP) — Malasia declaró una emergencia el viernes en una localidad del estado de Sarawak, en la isla de Borneo, después de que la contaminación del aire superara el umbral de nivel de emergencia del país debido a los incendios en la vecina Indonesia.</p><p>El Índice de Contaminantes del Aire en Serian, una pequeña localidad agrícola de poco menos de 90.000 habitantes cerca de la frontera con la provincia indonesia de Kalimantan, se disparó a 521 el viernes, según el departamento de medio ambiente de Malasia. Kuching, la capital de Sarawak, que es mucho más grande, también registró una lectura peligrosa de 311.</p><p>La oficina del primer ministro Anwar Ibrahim indicó en un comunicado que el rey de Malasia, el sultán Ibrahim Iskandar, dio su consentimiento para la declaración de emergencia en Serian, lo que permitiría adoptar medidas más eficaces. No ofreció detalles, pero funcionarios han señalado que una lectura por encima de 500 podría permitir la suspensión de trabajos no esenciales y de actividades al aire libre. Las escuelas ya se cierran si el índice supera 200.</p><p>Sarawak ha sido el estado malasio más afectado por la contaminación, y varias zonas han tenido niveles de aire peligrosos en los últimos días.</p><p>La contaminación del aire es un problema estacional recurrente en el Sudeste Asiático, donde el humo de incendios forestales y de turberas en Indonesia puede cruzar fronteras nacionales y afectar a la vecina Malasia, así como a Brunéi y Singapur.</p><p>La contaminación de este año ha sido particularmente severa debido a una mayor actividad de incendios en varias provincias de Indonesia, incluida Kalimantan, y a las prolongadas condiciones secas que han contribuido a empeorar el problema, que se ha extendido por la región.</p><p>También ha afectado a Filipinas, donde el presidente Ferdinand Marcos Jr. ordenó el viernes la suspensión de clases en todos los niveles en la región capital, el área metropolitana de Manila, y en más de una docena de provincias del norte, según un comunicado del gobierno.</p><p>El Departamento de Medio Ambiente y Recursos Naturales de Filipinas también aconsejó a la población que reduzca al mínimo las actividades prolongadas al aire libre y que use mascarillas protectoras en las zonas visiblemente afectadas.</p><p>Datos satelitales del Ministerio de Silvicultura de Indonesia detectaron el viernes 717 puntos críticos en todo el país, probablemente causados por incendios forestales desde el 1 de agosto. Los datos mostraron 103 puntos críticos activos solo en las últimas 24 horas.</p><p>Las autoridades indonesias han desplegado recursos de extinción de incendios y han intentado inducir lluvia.</p><p>La policía de Indonesia anunció el viernes que ha detenido a 112 personas sospechosas de provocar los recientes incendios forestales y de turberas en 10 provincias de las islas de Sumatra y Borneo. Los sospechosos eran agricultores locales acusados de quemar tierras deliberadamente para despejar áreas a menor costo.</p><p>Indonesia también ha suspendido las licencias comerciales de cinco empresas por presuntos incendios forestales y de tierras dentro de sus concesiones en la provincia de Kalimantan.</p><p>Pipit Subiyanto, un alto funcionario policial de la agencia de investigación criminal de la Policía Nacional de Indonesia, señaló que las autoridades investigan 167 casos relacionados con la quema deliberada de unas 4.700 hectáreas (11.700 acres) de tierra en nueve provincias.</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/6YNDDCADQ4JGCLPWPBRHZKYAV4.jpg?auth=8c5f5c03d151989df66b5eac0d49c0de2021fdf0d16c8080ef9cf8713d81c70f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La ribera de Kuching en el centro de la ciudad, cubierta por una espesa capa de bruma en Kuching, en el estado de Sarawak, Malasia, el viernes 4 de septiembre de 2026. (AP Foto/Xpin Voon)]]></media:description><media:credit role="author" scheme="urn:ebu">Xpin Voon</media:credit></media:content></item><item><title><![CDATA[Farmers turn to perennial grains as one solution to extreme weather]]></title><link>https://www.local10.com/news/national/2026/09/04/farmers-turn-to-perennial-grains-as-one-solution-to-extreme-weather/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/farmers-turn-to-perennial-grains-as-one-solution-to-extreme-weather/</guid><dc:creator><![CDATA[By JOSHUA A. BICKEL and ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[BELOIT, Kan. (AP) — Bryce Black kneels in a wheat field battered by intense drought. He holds two strands, remarking on how small the seed head is compared with what's normal.]]></description><pubDate>Fri, 04 Sep 2026 20:59:23 +0000</pubDate><content:encoded><![CDATA[<p>BELOIT, Kan. (AP) — Bryce Black kneels in a wheat field battered by intense drought. He holds two strands, remarking on how small the seed head is compared with what's normal.</p><p>After a late October rain last year, the fourth-generation farmer was optimistic about his 1,800 acres (728 hectares) of winter wheat. But a dry winter and spring brought extreme drought when the wheat needed moisture to establish itself. He ended up harvesting about 1,500 acres (607 hectares), but the yield was the lowest he's had since taking over his family's farm in 2017.</p><p>“It was just a grit your teeth and get through it type of deal,” said Black, who also grows corn, soybeans and milo on his family’s 4,500-acre (1,821 hectare) farm. “It is disheartening, you know? And it’s kind of hard to know what to do.”</p><p>When these weather events occur, farmers often look for new ways to protect their crops and their bottom line.</p><p>A small number are putting perennial grains in rotation to build resilience against extreme weather like drought and intense rainfall. Researchers are working to develop perennial versions of common annual grains like wheat, sorghum and rice, but the work is slow. And widespread adoption by farmers is challenging because perennial crops don’t yield as much, harvesting can be difficult and the market is still developing.</p><p>Despite the challenges, Black is intrigued.</p><p>“I’m in survival mode,” he said. “If you can plant something and then you don’t have to go back for four or five years … that would save so much money, so much labor, everything. That’s what makes it enticing.”</p><p>What is a perennial grain?</p><p>Five years ago, David Mueller planted a 12-acre (5 hectare) field of Kernza, a perennial grain similar to native grasses found in parts of Europe and western Asia.</p><p>Perennial grains don’t require yearly planting, harvesting and replanting. Instead, they are planted once every few years.</p><p>Researchers say their root systems, which can reach several feet down, can access water deeper in the ground. That helps them better withstand short-term drought. And when heavy rain hits, the larger root structures can absorb excess water that would otherwise run off and erode the soil. Those deeper roots also sequester more carbon, reducing pollution in the atmosphere.</p><p>Kernza is one of several perennial grains under development at The Land Institute in Salina, Kansas, about an hour’s drive north of Mueller’s farm. The institute, which formally began domesticating Kernza in 2001, works with researchers and farmers around the world to develop perennial versions of wheat, rice, sorghum and other grain and oil seeds.</p><p>Some farmers in Southeast Asia and parts of Africa have started planting and harvesting perennial rice in their fields. Kernza, though, is furthest along and was first harvested on a farm in 2010.</p><p>In the U.S. last year, Kernza was cultivated on 3,511 acres (1,421 hectares), compared with 37.2 million acres (15.1 million hectares) of winter, spring and Durum wheat harvested or planted in 2025-26.</p><p>Mueller's Kernza field is one of almost 100 acres (40 hectares) he has planted since 2018. He's used the crop to rebuild soil with drainage issues or to reestablish organic matter on his family's farm in Halstead, Kansas, where they also farm about 600 acres (243 hectares) each of corn and soybeans.</p><p>He also said Kernza uses about a third of the fertilizer that wheat needs, and because it's planted once every few years, he doesn't have to run gas-burning farm equipment as often.</p><p>“Not only are we able to utilize those acres profitably, but then we also build up that soil and work on some benefits to make it hopefully profitable to raise other crops on those fields in the future,” Mueller said.</p><p>A 2024 United Nations report suggests that by 2050, soil degradation could cause more than $20 trillion in losses to the global economy. Farming perennials is less disruptive to that carbon-capturing soil.</p><p>Soil serves as a reservoir, capturing planet-warming carbon dioxide from the atmosphere that plays a role in climate change, experts say. Annual cultivation — the plow, plant, harvest and repeat cycle — strains soil formation, which takes thousands of years and rapidly degrades the farmland. Perennial roots can also bring that carbon deeper into soils, where it is less likely to be disturbed, said Laura van der Pol, The Land Institute's lead soil ecologist.</p><p>And soil that has more carbon in it tends to be better for plants.</p><p>“Incorporating perennials into our agriculture seems like really the only option to have soil for generations if we want to continue to grow food,” van der Pol said. “It’s hard to imagine getting to a place where we could have soil and abundant food without a perennial option.”</p><p>Lower yields and harvesting can be challenging</p><p>Pilot programs involving perennial grains are in the works around the world, testing how to grow them in different regions, climates and soils, but the research is early and slow-moving.</p><p>Chief among the challenges is the crops' grain yield, said Lee DeHaan, who leads the Institute’s Kernza domestication program. Kernza farmers are getting yields of about 20 to 40% of what they might get from a wheat crop in the area. That's because a perennial crop has to use energy not only to grow seeds for grain, but also to grow roots to penetrate the soil so it can survive for more than a year. That contrasts with annual crops, which are engineered to put as much energy as possible into making as much seed as they can in one growing season.</p><p>Researchers at Cornell University also have found that establishing a Kernza field can be difficult as it contends with weeds in its first year. Finding the right seeding rate to maximize yield is also still being studied, said Matthew Ryan, a sustainable cropping professor at Cornell University.</p><p>Mueller said new varieties of Kernza are yielding more than previous ones, but the yield can decline as the crop ages. Yields on perennial rice are similar to annual ones, officials at The Land Institute said.</p><p>Harvesting Kernza specifically can be challenging. The grain is smaller than wheat, for example, and farmers and researchers are still finding the best ways to adapt farm equipment so the kernel isn't damaged during harvest.</p><p>Still, Ryan said farmers who experience crop loss due to drought or major flooding may be prompted to think about ways to build more resilience into their operations.</p><p>“I think farmers, more than other people, realize that the climate is changing,” he said. “They prompt people to think, and I feel like they are driving farmers to practice this.”</p><p>Markets are still developing despite cautious interest</p><p>Even as perennial grain development steadily improves and more farmers sign on to grow it, there are still issues with consumer interest, federal support and research infrastructure.</p><p>Aaron Gaeddert, the owner of Prairy in Newton, Kansas, sells Kernza products and develops food products in his test kitchen. The grain has a sweeter flavor than wheat and can be found in products like baking mixes and beer. Building awareness is challenging, Gaeddert said, but he's hopeful interest will grow as new products are developed.</p><p>“We still have customers that shop here all the time who don’t know what Kernza is, and we’ve had it on our shelves for three or four years,” he said. “I truly think that it’s gonna take some bigger industry players to adopt a new grain like this.”</p><p>And while farmers receive federal bridge payments and other assistance for traditional crops amid market disruptions and increased production costs, federal funding for perennial grains is lacking. The value of a farmer's land and the loans they can get to subsidize operations are directly connected to what they grow.</p><p>Brandon Schlautman, a perennial crop scientist and farmer at Sustain-a-Grain, a supplier and distributor of Kernza, said he constantly hears from farmers who want to grow it, but he turns away almost all of them because the market isn't developed enough.</p><p>“What farmers really need is access to the product or the grain itself,” Schlautman said. “And stable markets that allow them to grow Kernza and sell it profitably and sustainably.”</p><p>Mueller contracts with Sustain-a-Grain, which sells him Kernza seed and buys back his crop at a fixed price. That guaranteed price means he doesn’t have to worry as much about the risk of planting an alternative crop. Mueller agrees the market for Kernza is small, but that means farmers who grow it can be paid a premium, sometimes 5 to 10 times the price of a pound of wheat, he said.</p><p>Pricing the grain low enough to open up a larger market for consumers is the main challenge.</p><p>“The fact that it has the potential to be profitable as opposed to some other alternative crops, that was intriguing too,” Mueller added. “Because at the end of the day, ideas are great, but you need to make money if you want to do this again next year.”</p><p>___</p><p>St. John reported from Detroit. Follow her on X: @alexa_stjohn. Reach her at ast.john@ap.org. Follow Joshua A. Bickel on Instagram, Bluesky and X @joshuabickel. Reach him at jbickel@ap.org.</p><p>___</p><p>Read more of AP’s climate coverage.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRJ2CZ7VX6B2EY4777SBUNJOS4.jpg?auth=13068a1481d0b2fde52acf3b1813313cc9a546cf58cfbb5bbb6981deaf39db85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Mueller stands in his Kernza field Tuesday, July 28, 2026, at his farm in Halstead, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZQTZCWN3XNZF3H2G6NWQOHNEYU.jpg?auth=4cae9ef270ea5cbb71186d582479e2461ab74f37c013f8eb598e6cd1c00bc2dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryce Black inspects two strands of weather-stressed wheat Wednesday, July 29, 2026, at his farm in Beloit, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27XCRGK5Q4KDHME2QKTZI2BIPI.jpg?auth=0c41757454074c28a7dbebd24b40d863aa329eaa727eef43c84e718c79403af8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Perennial wheat grows in a research field Tuesday, July 28, 2026, at The Land Institute in Salina, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OE4DXAMDX3N7GG2O326MLSF4N4.jpg?auth=9299b8292695c38735ef8f01d5eb4bbc9daa3988bb90f1e609f43980907d9433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kernza grows in a farm field Tuesday, July 28, 2026, in Halstead, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3SXNQ4SB5QMX7TR6YHQ7U4CGI.jpg?auth=945913d32b03ffbb179e3d7bec17affa73be37c2fd7cc4ff942ad3a73d27388d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unharvested wheat affected by extreme weather sits in a field Wednesday, July 29, 2026, in Beloit, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6EFID3CS5CKCWXWELNDOB4VTII.jpg?auth=d71f2ec3d9e404f7f5eacf3166d7c7668f9fc38b65555802d6926eea802d3d05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Perennial wheat grows in a research field Tuesday, July 28, 2026, at The Land Institute in Salina, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PUIKGOZ64IDPCLUWKQ4UDWNQF4.jpg?auth=44f2a285933ea7858cee8e8681ed8c68e93b7ec804c9e5b15a6566bbbdb82932&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unharvested wheat affected by extreme weather sits in a field Wednesday, July 29, 2026, in Beloit, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUEB74KQZ3ZPLLQ2CRP7NDSFFY.jpg?auth=76693bd7b405fe966b64bfb847dce98960d67ff07d6f43f6abebc73e66bd5eda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Mueller pulls a Kernza seed out of its husk Tuesday, July 28, 2026, at his farm in Halstead, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCLZ472HQLZBTYZ2MXR7OPIF4Y.jpg?auth=9b47977f79e3b56edcb8d300727c0fe86c8e6bed9792f867217d2bd94834c053&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Mueller kneels down in one of his Kernza fields Tuesday, July 28, 2026, at his farm in Halstead, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KA6CMDPLXG7PFMRP75ZYVMYSF4.jpg?auth=5ed9470986ffd35de98d7f7146c21b384299c02a9fe2f7ae64b52c657b98b72f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A field of Kernza, center, grows Tuesday, July 28, 2026, at a farm in Halstead, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TGS24CIQFSJMHDQYLH7Z44ZJFA.jpg?auth=5b7b6060bcfda1bf64e9a0aa221b88233476ba3e02f64c4d19fa8828c497382d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kate Fitzsimmons, right and Jacob Barefoot, center, gather plant material from a Kernza research field Tuesday, July 28, 2026, at The Land Institute in Salina, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HD7FGJ2SALMCYGIUZXOGJZF4II.jpg?auth=7943c66a020f7902a4adb4d25ff4aa5520a2e45de9affa9dfabf0b27645d26d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Skyler Grove holds a bundle of Kernza, Tuesday, July 28, 2026, at The Land Institute in Salina, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFGOA6MAXH6LZV33365AJCN7XE.jpg?auth=e786e001fdb6ebf43c2df12237ff426fa408ae73ebdfb6a533b3fa80183f7f57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marty Christians pours Kernza grain into an envelope after threshing Tuesday, July 28, 2026, at The Land Institute in Salina, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LOWEZRC2ROUF7237R7WIGOVZ3I.jpg?auth=caf6693f4a253c2738266ba7a11a128d9ba37807d3be8599510a45f11e507ffe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marty Christians grabs a bundle of Kernza for cleaning and weighing Tuesday, July 28, 2026, at The Land Institute in Salina, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WOK3DQBN4WOBD6O4TBMQC7KTEM.jpg?auth=9cfed05b13a9a606c870e4b0af091ea83f34a902b12d3ed04daadb394814dc7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A loaf of Kernza bread is seen at Prairy, Monday, July 27, 2026, in Newton, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UAOKZE5BV5KEDEYWWTVSXKCVXY.jpg?auth=15ea1bff078d247e118a2bd37dc8373a59791876665b3ffc06ba2a5931d9051b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bags of Kernza flour sit on display, Monday, July 27, 2026, at Prairy in Newton, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X2XM6NBAAFNMX4AWYZCID6RWDA.jpg?auth=e7b211d6f4cd57907f15db06a2a1af503c6e3ee5678a79f13a1030365d518054&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Small crackers made with Kernza flour sit in a bowl after baking in a test kitchen Tuesday, July 28, 2026, at Prairy in Newton, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CO6IIMC4ZVYRSOC5YEGG4PXLT4.jpg?auth=9b5a058437fc517126251725a0c12752ed02754a559901d264e79051e5e7afe2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mesh bags cover silflowers, an oilseed crop, after hand pollination in a research field Tuesday, July 28, 2026, at The Land Institute in Salina, Kan. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Man threatened kids inside McDonald’s before they followed him outside, leading to brawl, cops say]]></title><link>https://www.local10.com/news/local/2026/09/03/witnesses-provide-additional-insight-into-fight-between-middle-school-kids-adult-outside-dania-beach-mcdonalds/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/witnesses-provide-additional-insight-into-fight-between-middle-school-kids-adult-outside-dania-beach-mcdonalds/</guid><dc:creator><![CDATA[Jolena Esperto, David Dwork, Rosh Lowe]]></dc:creator><description><![CDATA[An investigation remains open and active into a fight outside of a McDonald’s in Dania Beach involving an adult and several children, authorities confirmed to Local 10 News. ]]></description><pubDate>Thu, 03 Sep 2026 16:23:51 +0000</pubDate><content:encoded><![CDATA[<p>An investigation remains open and active into a fight outside of a McDonald’s in Dania Beach involving an <a href="https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/">adult and several children</a>, authorities confirmed to Local 10 News. </p><p><a href="https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-amenazar-a-ninos-dentro-de-mcdonalds-antes-de-que-lo-siguieran-afuera-provocando-pelea-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-amenazar-a-ninos-dentro-de-mcdonalds-antes-de-que-lo-siguieran-afuera-provocando-pelea-dice-la-policia/">Leer en español</a></p><p>It happened on Aug. 21 outside the McDonald’s located at 1310 S. Federal Highway. </p><p>An Olsen Middle School parent says she was picking up her kids when she saw the fight spilling out into the street.</p><p>“They basically jumped an old man,” said parent Yanelle Perez, who witnessed the fight. </p><p>Patrick Utter also said he was there for the incident, jumping into action to help the man, but adding that neither party was innocent. </p><p>“A guy that maybe had mental health issues, drinking, went into the McDonald’s and he said something wrong, he incited a bunch of young kids, and they followed him out here on the U.S. 1 corridor,” said Utter. “The U.S. 1 corridor is a little bit rough over here, and more importantly, these kids that are passing through here could use some supervision.”</p><p>According to the Broward Sheriff’s Office, the man threatened to fight the kids when they were all inside the McDonald’s. </p><p>When the man left the restaurant, deputies said the children followed him outside and attacked him. </p><p>Deputies said they are investigating whether whatever was said inside the restaurant justified what subsequently occurred outside. </p><p>They said they are still waiting to speak with the man, who was no longer at the McDonald’s by the time deputies arrived. </p><p>At the very end of the brawl, video shows several witnesses trying to help the man. </p><p>“They took his food, beat him up, and he fell on the floor,” said Perez. “They had to have two older gentleman stop it because the man, he couldn’t. There was like 10-15 kids on top of him.”</p><p>Olsen Middle School Principal Janet Giancarli sent a message to parents in regard to the incident, which stated:</p><p>“An adult male approached the students and initiated a physical confrontation outside of the restaurant. The Broward Sheriff’s Office responded and investigated. No one was injured.”</p><p>“We understand that a video of this incident is now circulating on social media and is concerning. While the incident did not occur on school grounds or during the school day, we take any situation involving our students seriously and we will continue to work closely with law enforcement regarding this matter,” the statement continued. “The safety and well-being of our students remain our highest priority.”</p><p>Perez disputed the principal’s characterization of what happened.</p><p>“I can’t see that happening,” she said. “He was basically begging them to leave him alone.”</p><p>Utter said he feels there needs to be more law enforcement presence in the area.</p><p>“There’s no doubt in my mind, my friend Ed Tarks, Bernard and myself, saved this guy from a really horrific ending, and that’s why I’m going along with this interview, because we need some help over here with police at the end of the day,” said Utter. </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[Former Cuban President Raul Castro is stable, sources say ]]></title><link>https://www.local10.com/news/world/2026/09/03/former-cuban-president-raul-castro-is-stable-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/former-cuban-president-raul-castro-is-stable-sources-say/</guid><dc:creator><![CDATA[Andy Gomez, Andrea Torres]]></dc:creator><description><![CDATA[Former Cuban President Raul Castro remains hospitalized but is stable, sources told Local 10 News Cuba Analyst Dr. Andy Gomez on Thursday.]]></description><pubDate>Thu, 03 Sep 2026 17:12:39 +0000</pubDate><content:encoded><![CDATA[<p>Former Cuban President Raul Castro remains hospitalized but is stable, sources told Local 10 News Cuba Analyst Dr. Andy Gomez on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/09/03/el-expresidente-cubano-raul-castro-se-encuentra-estable-segun-fuentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/el-expresidente-cubano-raul-castro-se-encuentra-estable-segun-fuentes/">Leer en español</a></p><p>According to sources, retired General Abelardo Colome Ibarra, known as “ El Fury,” is currently in worse condition. </p><p>Colome Ibarra was head of the Ministry of the Interior and highly respected by the Castro brothers and the Cuban military.</p><p>Cuban officials have remained silent after the Diario Las Américas, a Miami-based newspaper in Spanish, <a href="https://www.diariolasamericas.com/america-latina/raul-castro-no-ha-muerto-esta-gravemente-enfermo-n5401478" rel="" title="https://www.diariolasamericas.com/america-latina/raul-castro-no-ha-muerto-esta-gravemente-enfermo-n5401478">reported</a> on Tuesday that Castro, 95, who formally retired in April 2021, had suffered a stroke and was on life support.</p><p>Castro’s last public appearance was on June 6 at a ceremony to commemorate the 62nd anniversary of Cuba’s Ministry of the Interior. He<a href="https://www.local10.com/news/2026/07/26/raul-castro-absent-as-cuba-celebrates-anniversary-of-key-revolutionary-attack/" rel="" title="https://www.local10.com/news/2026/07/26/raul-castro-absent-as-cuba-celebrates-anniversary-of-key-revolutionary-attack/"> did not attend the official annual event</a> to commemorate the historic assault of July 26, 1953.</p>]]></content:encoded></item><item><title><![CDATA[Cuba opens door to U.S. private enterprise as economy struggles]]></title><link>https://www.local10.com/news/world/2026/09/03/cuba-opens-door-to-us-private-enterprise-as-economy-struggles/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/cuba-opens-door-to-us-private-enterprise-as-economy-struggles/</guid><dc:creator><![CDATA[Glenna Milberg, Pablo Hernandez]]></dc:creator><description><![CDATA[An economically desperate Cuba is looking to bring money to the island by opening it up to U.S. private enterprise. But Cuba’s minister of foreign trade says, don’t call it capitalism.]]></description><pubDate>Thu, 03 Sep 2026 22:46:11 +0000</pubDate><content:encoded><![CDATA[<p>An economically desperate Cuba is looking to bring money to the island by opening it up to U.S. private enterprise. But Cuba’s minister of foreign trade says, don’t call it capitalism.</p><p>“This past year has been very complex and we know the reason,” said Oscar Perez-Oliva, Cuba’s minister of foreign trade and investment. “The unprecedented tightening of the US blockade and the executive orders.”</p><p>“It’s got shock value,” said John Kavulich, president of the nonpartisan, nonprofit U.S.-Cuba Trade and Economic Council. </p><p>Kavulich points to policies and statutes already in place, but says actual action — if the past is a guide — may be a long time coming.</p><p>“I’ll give you an example,” Kavulich said. “In 2022, the Biden-Harris administration authorized the first direct investment into a Cuban private company and first direct financing for a Cuban private company.”</p><p>“That was May of 2022. We are still waiting for the regulations to allow that,” he added. </p><p>The new announcement follows reforms announced last month allowing Cuban citizens to open gas stations and pharmacies for the first time — sectors that had been controlled by the government.</p><p>Since January, Cuba has made more economic openings in its communist history, approving 176, as the U.S. capture of Venezuela’s Nicolas Maduro ended Cuba’s main source of oil and U.S. sanctions crippled the economy to crisis levels.</p><p>“Now they’re trying to couch it that, well, we’re just expanding the definition of the revolution or this is within Fidel’s, you know — Fidel would have done the same thing,” Kavulich said. “No, I’m sorry, he wouldn’t have.”</p><p>Asked what Fidel Castro would have done, Kavulich said: “Well, he would have made a deal with President Trump a long time ago. Cuba would not have gotten to this stage.”</p><p>Cuba’s minister of foreign trade says the new reforms will go into effect on Wednesday.</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[The Latest: Mistrial declared in Lindsay Clancy child killings case after jury deadlocks]]></title><link>https://www.local10.com/news/national/2026/09/04/the-latest-mistrial-declared-in-lindsay-clancy-child-killings-case-after-jury-deadlocks/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/the-latest-mistrial-declared-in-lindsay-clancy-child-killings-case-after-jury-deadlocks/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Lindsay Clancy's trial judge declared a mistrial Friday after an emergency defense appeal was denied. Judge William Sullivan ended the trial after jurors on Friday sent a note for a third time saying they couldn't unanimously decide whether to hold her criminally responsible for killing her three young children in 2023.]]></description><pubDate>Fri, 04 Sep 2026 21:27:14 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Lindsay Clancy's trial judge declared a mistrial Friday after an emergency defense appeal was denied. Judge William Sullivan ended the trial after jurors on Friday sent a note for a third time saying they couldn't unanimously decide whether to hold her criminally responsible for killing her three young children in 2023.</p><p>Deliberations took a dramatic turn Thursday when the foreperson told the judge that a lone holdout was refusing to follow the court’s instructions about reasonable doubt. Clancy’s defense has argued that the judge’s refusal to remove the juror undermines the trial.</p><p>Clancy, a 36-year-old former labor and delivery nurse, doesn’t deny strangling her children in the basement of their home. Defense attorney Kevin Reddington blamed postpartum psychosis. Jennifer Sprague said Clancy knew what she was doing.</p><p>Postpartum psychosis is estimated to afflict 1 to 2 per 1,000 women after delivery. Experts at the Cleveland Clinic describe it as a mental health emergency affecting someone’s sense of reality. Though most people with postpartum psychosis don’t harm their children, mothers with severe cases may try to do so.</p><p>Here’s the latest:</p><p>Plymouth resident expresses disappointment over mistrial</p><p>Rhonda Gonsalves, who has come to court three times but not Friday and dressed in white for the Clancy children, said it wasn’t the verdict she was hoping for.</p><p>“I don’t think today was justice for the children at all because we are going to have to do this all over again,” she said by phone. “At the end of the day, I do think she deserves to be behind bars or a mental institution for the rest of her life for what she did to her children.”</p><p>Maternal mental health advocate calls killing of Clancy children ‘a preventable tragedy’</p><p>Jessie Colbert is the coordinator of the Massachusetts Mind the Gap Coalition, an advocacy group working on state legislation that would reform how maternal mental health conditions are treated in the criminal justice system.</p><p>“The shame, stigma, confusion, and lack of any real system of care around Perinatal Mood and Anxiety Disorders (PMADs) is an ongoing crisis much wider than this trial,” Colbert said. “Better solutions are needed in both the healthcare and criminal legal systems, and even more so for vulnerable communities.”</p><p>Judge orders the names of jurors impounded</p><p>Sullivan said the case has garnered significant and divisive attention in Massachusetts and beyond.</p><p>The order expires in 14 days unless otherwise directed by the court, and it does not preclude jurors from coming forward and identifying themselves.</p><p>Ex-husband’s civil lawyer says the prospect of another criminal trial is painful</p><p>David Meier, who is representing Clancy’s former husband Patrick Clancy in his civil lawsuit over her mental health treatment, released this statement:</p><p>“Patrick Clancy is grateful to the Court and to the jurors for their hard work, their commitment, and their perseverance. The loss of Patrick’s children is something from which he will never recover and from which there will never be closure. The prospect of reliving this tragedy through another trial is extraordinarily painful -- for Patrick, for his family, and for all us.”</p><p>In separate lawsuits, Lindsay and Patrick Clancy allege that various providers failed her, and should have recognized she was a risk to herself and the children.</p><p>The providers, at least those who had responded by the time the criminal trial began, deny the allegations and dispute that she clearly told them she intended to harm the kids.</p><p>Clancy supporter feels the mistrial is unfair to her — and to women in general</p><p>“I don’t think she deserves to have to go through this all over again. I think this should have been resolved,” Marta Quijano said outside the courthouse. She said she’s been following the case since the beginning and has attended the trial.</p><p>“It’s very unfair. I feel as women we are treated very unfairly. We get dismissed, things are minimized. Even what’s happened today,” she said, referring to the juror who was singled out in a note from the foreperson. “I think one person failed her.”</p><p>Clancy’s family made no comments</p><p>Clancy’s parents and her sister were escorted by state police out the back of the courthouse. They said nothing to reporters.</p><p>Clancy remains charged with murder and will continue to be held at a psychiatric hospital until her criminal case is resolved.</p><p>Lawyer says Clancy knows her kids were victims</p><p>During remarks to reporters, Reddington spoke affectionately about Clancy, saying “she’s like a daughter to me.”</p><p>“My heart breaks. She deserved an acquittal,” he said.</p><p>At another point, a reporter noted that Cruz said the focus should remain on the children.</p><p>“My client is well aware of the fact that her three kids, who she loved dearly, are the victims in this case,” Reddington said.</p><p>Reddington said his ‘heart breaks’ for Clancy</p><p>“She deserved an acquittal,” he lawyer said.</p><p>And despite some sharp exchanges in court, Reddington said he deeply respects the judge. He referred to Sullivan as “Sully” when he talked to reporters.</p><p>“He’s a great guy. He was a wonderful defense lawyer before he became a judge. Everybody loves him, he’s a fair guy,” Reddington said.Reddington said his ‘heart breaks’ for Clancy</p><p>“She deserved an acquittal,” he lawyer said.</p><p>And despite some sharp exchanges in court, Reddington said he deeply respects the judge. He referred to Sullivan as “Sully” when he talked to reporters.</p><p>“He’s a great guy. He was a wonderful defense lawyer before he became a judge. Everybody loves him, he’s a fair guy,” Reddington said.</p><p>Defense attorney has strong words for juror</p><p>Outside the courthouse, Reddington blasted the juror who he believes stood in the others’ way of an acquittal.</p><p>“They know they were robbed by one man, for whatever his agenda was, who stole seven weeks of the life of these other jurors that were so attentive, so beautiful, so wonderful,” he said. “You could see how defeated they were sitting there. I got a funny feeling they would have gone on for another week if they had to. So I hope that guy can sleep well at night.”</p><p>Prosecutor praises his trial team</p><p>Cruz praised trial prosecutors Shanan Buckingham and Jennifer Sprague, “both mothers themselves.”</p><p>“They went home to their families after each long day in court. They embraced the most difficult trial assigned to them with utmost professionalism,” he said.</p><p>Trump weighs in on Clancy mistrial, calls killing of children ‘horrible tragedy’</p><p>The president said he followed television news coverage of the Lindsay Clancy trial in Plymouth, Massachusetts.</p><p>“It’s a terrible situation. Look, she did a horrible, horrible thing,” Trump said. “Can’t be worse. But you’ll find out what the price to pay is. There’ll be a price — a mental institution or jail or something.”</p><p>Prosecutor says he won’t be swayed by public opinion about a second trial</p><p>“I have never been swayed to act a certain way or make certain decisions based upon public sentiment,” he said.</p><p>Prosecutor says this case isn’t about the medical care of women</p><p>“This was and has always been about getting justice for those three little babies. We’re here at this courthouse today because those children are not. ... Children were murdered, and it’s our job to seek justice,” District Attorney Timothy Cruz said.</p><p>“This case is not about the healthcare system, or about how women are treated in it,” or the diagnosis of different medical conditions, he said. “Those are all important issues. They stir emotion. Sometimes they stir anger.</p><p>“I understand that postpartum depression has impacted the lives of countless women and families, and I sympathize with their struggles. The investigation in these heinous killings, however, did not establish that they were caused by such depression,” Cruz said.</p><p>Emotions run high as crowd shouts at prosecutor</p><p>“You only cared when the kids were dead. Why didn’t you care about the mother?” someone yelled.</p><p>Someone else yelled, “God bless those children,” as the press conference wrapped up.</p><p>Prosecutors have gathered outside court to comment on mistrial</p><p>“I understand that this has been an emotional trial for everyone,” Plymouth District Attorney Timothy Cruz said.</p><p>“This case was about Lindsay Clancy and what she did ... the cruel and calculated killing of three innocents.”</p><p>“This was and has always been about getting justice for those three little babies,” Cruz said. “Children were murdered and it’s our job to seek justice.”</p><p>Cruz said there would not be an immediate decision about a second trial.</p><p>— Correction: This post was updated to correct that Cruz referred to Clancy’s children as “three little babies,” not “beautiful babies.”</p><p>Clancy lawyer will get a chance to ask for acquittal</p><p>Shira Diner, a lecturer at Boston University law school and former public defender, told The Associated Press however that “it seems very unlikely that this judge would agree to overrule what the jury decided, which was nothing, and enter his own opinion.”</p><p>What happens next</p><p>After the jury was dismissed, the judge and lawyers discussed their next steps.</p><p>The judge set a hearing for Sept. 29 at which Reddington likely will ask Sullivan to declare Clancy not guilty, a rare step but one that is allowed under state law.</p><p>The hearing could also reveal details about a possible second trial.</p><p>No one shows emotion after a grueling experience</p><p>Neither the jury nor Clancy nor her family shows any emotion as the judge announces the mistrial.</p><p>Clancy’s defense lost its emergency appeal. Her lawyer isn’t giving up</p><p>Judge Sullivan called court back into session and confirmed that the emergency defense appeal was denied.</p><p>The judge said he would declare a mistrial as planned, but Reddington continued to object, saying federal law protecting criminal defendants was being violated.</p><p>He again requested a jury inquiry.</p><p>And again, the judge denied it, declaring a mistrial and calling jurors into the courtroom.</p><p>He then thanked the jurors for their service and dismissed them.</p><p>JUST IN: Mistrial is formally declared in the Lindsay Clancy trial after a last-minute appeal by her lawyer is denied</p><p>JUST IN: Massachusetts court clears the way for judge to declare a mistrial in Lindsay Clancy case after a last-minute appeal</p><p>Appeal cited constitutional rights</p><p>The appeal petition said removing the juror “is particularly important because the juror’s reasoning reflects a bias against those who suffer from debilitating mental illness, a protected category under both the Fifth and Fourteenth Amendments and Article 114 of the Massachusetts Constitution.”</p><p>Defense attorneys suggest juror may be biased against mentally ill people</p><p>Defense attorneys wrote the top court in Massachusetts in their emergency request for relief that the reasoning of one of the jurors “reflects a bias against those who suffer from debilitating mental illness.”</p><p>The defense brief says the high court has held that just one juror who is not impartial violates a defendant’s right to have an impartial jury.</p><p>It says the trial court judge “need not simply accept the juror’s professions of fidelity and impartiality,” but rather can determine whether the juror is credible in light of the other jurors’ statements.</p><p>“The judge appears to be abdicating the responsibility” to weigh the evidence of juror malfeasance, the defense argues. “This is not abuse of discretion; it is failure to exercise discretion at all.”</p><p>Massachusetts justice has heard arguments from both sides</p><p>A member of Massachusetts’ highest court has quickly heard arguments in a last-ditch effort by Clancy’s lawyers to stop a judge from declaring a mistrial.</p><p>The defense team wants the court to order the trial judge to further question a juror about applying the law and following instructions during deliberations in the high-profile trial.</p><p>Justice Dalila Argaez Wendlandt heard arguments over video conference and then said, “I need to make a decision.”</p><p>She said she’s taking the appeal “under advisement,” and offered no timeline for her decision.</p><p>Here’s what the defense’s written appeal brief asks for</p><p>The defense appeal asks the top court in Massachusetts to require the trial judge to do two things:</p><p>″(1) to inquire into the ability of the identified juror to apply the law or (2) prohibit the further deliberations of a juror identified by the jury foreperson as biased and refusing to follow the court’s instructions on reasonable doubt unless and until the court determines by individual voir dire that the juror is willing and able to follow the court’s instructions.”</p><p>“The judge appears to be abdicating the responsibility to weight the evidence of juror malfeasance. In other words, this is not abuse of discretion; it is failure to exercise discretion at all,” the brief says. “A mistrial at this point is entirely avoidable, but only if the court does its job.”</p><p>The court is now in recess</p><p>Participants were told the lunch break would be from 1 p.m.-2 p.m.</p><p>The defense appeal has been filed</p><p>Attorney Dana Goldblatt said she filed the emergency appeal on behalf of Lindsay Clancy’s defense attorney Kevin Reddington at 12:29 p.m. on Friday.</p><p>Legal expert says it’s highly unlikely the defense appeal will be granted</p><p>Trial judges don’t often allow a defense attorney to file such emergency petitions, said Joseph Perullo, a criminal defense attorney in Massachusetts.</p><p>The petition will be considered by a single justice of the Massachusetts Supreme Judicial Court who will look at whether the trial judge abused his discretion, committed a reversible error of law or did something that is “egregious and should be corrected prior to a mistrial being announced.”</p><p>The justice could initially grant a stay pausing the trial court proceedings and then consider the merits of the defense attorney’s petition in a process that would give the prosecutors a chance to present their arguments.</p><p>But “that is a high bar,” Perullo said. He doubts the justice will pause the trial proceedings to consider the merits.</p><p>The judge’s clock is ticking on the defense appeal</p><p>More than an hour has passed since the judge gave the defense one hour to file an emergency appeal of his pending mistrial declaration.</p><p>Reached for comment, the clerk’s office for the Supreme Judicial Court of Massachusetts told The Associated Press that it is in the process of receiving all the documents related to the emergency appeal.</p><p>What happens if the judge declares a mistrial?</p><p>The case would essentially go back to the same status as before the trial — Clancy could be charged with murder and held at a psychiatric hospital awaiting a resolution of the criminal case.</p><p>Prosecutors would have to decide whether to try again with a new jury. If they do, the jury selection process would begin again and a new trial would be scheduled.</p><p>Prosecutors could also offer a plea deal to Clancy, said Brad Bailey, a Boston defense attorney and former prosecutor who is not involved in the case.</p><p>“Any time the threat of a retrial with murder one hanging over the client is re-interjected, defense lawyers will, at the very least, explore whether or not there’s any interest in a resolution,” Bailey said.</p><p>▶ Read more</p><p>Here’s how the mistrial discussion played out in court</p><p>Prosecutor Jennifer Sprague told the judge a mistrial was required because he had already read to the jury the legal instruction sometimes known as a “dynamite charge.”</p><p>Reddington argued the judge still had discretion: “The court has the ability to send the jury back,” he said.</p><p>Sounding exasperated, the judge said “I don’t feel I have any choice but to declare a mistrial at this time.”</p><p>Reddington then requested that the jurors be polled “as to whether or not there has been a decision reached on murder one, murder two, manslaughter or anything like that.” If they did reach such a decision, prosecuting her again on those charges would be double jeopardy, he said.</p><p>Sprague objected, saying the court can’t delve into jury deliberations. “I don’t think anything else is required at this point other than a declaration of mistrial unfortunately.”</p><p>Sullivan then said, “Over the defendant’s objection, I am going to declare a mistrial at this point.”</p><p>Then Reddington pushed back, and the judge gave him one hour to appeal to the Massachusetts Supreme Judicial Court.</p><p>Legal expert says defense sees ‘structural defect’ in the trial</p><p>Criminal defense attorney Joseph Krowski, who has been observing the trial, commented about Friday’s developments outside the court in Plymouth, Massachusetts. He said the defense wants a judge on the state’s highest court to consider an emergency stay because Reddington believes there “is a structural defect to this trial by the failure to remove the juror or do an inquiry.”</p><p>Here’s what the jury’s note read</p><p>Judge Sullivan read the jury foreperson’s note aloud in open court: “It is with a heavy heart that we report we are unable to come to a unanimous decision and will not be able to.”</p><p>Court is once again in recess, mistrial pending, as the defense appeals</p><p>Sullivan and Reddington went back and forth after the judge signaled that he would declare a mistrial and summon the jury to break the news.</p><p>Then the judge suddenly gave Clancy’s lawyer time to seek an appeal to stop his mistrial order.</p><p>“What I’m asking for is time to file a single-justice appeal for this travesty,” said Reddington, who was upset over Sullivan’s refusal to remove a juror.</p><p>“I’ll hold off for an hour,” the judge said.</p><p>The clock began around 11:30 a.m.</p><p>There was an audible gasp when the judge said he would declare a mistrial</p><p>Clancy’s parents, Paula and Mike Musgrove, and her sister, Allison Ozga, showed no reaction but stared straight ahead. Clancy’s expression wasn’t visible to the gallery.</p><p>The defense then raised objections and the jury was not brought in.</p><p>JUST IN: Judge says he is going to declare a mistrial in the Lindsay Clancy case, then gives defense 1 hour to appeal</p><p>The court clerk had something to show the lawyers</p><p>Prosecutors and Reddington are being brought up to a podium and the court clerk showed them something. It is unclear what it was.</p><p>Now they’ve returned to their tables and the judge has returned to the bench.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XG6OVNTRN6O2QZTXWWTOXHU6WA.jpg?auth=171b1ae658b8473101d93438d8d0472cb05aa048d954ffbf9ec4628787e0f972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy looks at the jury after Judge William Sullivan declared a mistrial in Clancy's murder trial on Friday, Sept. 4, 2026, in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RASWJT6LNL2FOSMK4ORTIDGMW4.jpg?auth=d564bacb202cebe145bf60d0acb5e7f34a28c571d322fc14e3a18b48bf6d87df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington reacts to the judge's decision to declare a mistrial in the Lindsay Clancy murder trial on Friday, Sept. 4, 2026, in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XPJ4MKPJ3PNBZD2OQ446RYSPA.jpg?auth=b14581fb88698ae197f11cafc7b5999d79407b6ce393d9be8fe7422b9ef2fdc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[District Attorney for Plymouth County Timothy Cruz, front, leaves court after the judge declared a mistrial in Lindsay Clancy's murder trial at Plymouth County Superior Court, Friday, Sept. 4, 2026, in Plymouth, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S52G43AJPGT5Q4535MV4NASVCY.jpg?auth=277602bbb0afea37f21ccedd08219c9c56d0b420383706bb415be157a5dacdbd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge William Sullivan indicates he was going to declare a mistrial before changing course and giving Lindsay Clancy's defense attorney one hour to appeal as the jury in the case has indicated they they are unable to reach a verdict on Friday, Sept. 4, 2026, in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3I2MYABFQE6XXDORUDIYIOTYAY.jpg?auth=54e19b1f058298b0771c3ace6f311e7b6b68b3f0090af727e6a7f472bf3bb625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy's parents, Mike Musgrove, left, Paula Musgrove walk back to Plymouth County Superior Court after a recess for lunch in Lindsay Clancy's murder trial Friday, Sept. 4, 2026, in Plymouth, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[The Latest: US tightens economic squeeze on Iran after a week of renewed strikes]]></title><link>https://www.local10.com/news/2026/09/04/the-latest-us-tightens-economic-squeeze-on-iran-after-a-week-of-renewed-strikes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/04/the-latest-us-tightens-economic-squeeze-on-iran-after-a-week-of-renewed-strikes/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The U.S. Treasury announced Friday that it has imposed sanctions on the Turkish bank Golden Global Yatirim Bankasi Anonim Sirketi, as part of the Trump administration’s latest effort to sever “critical financial lifelines” for the Iranian government.]]></description><pubDate>Fri, 04 Sep 2026 21:33:04 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Treasury announced Friday that it has imposed sanctions on the Turkish bank Golden Global Yatirim Bankasi Anonim Sirketi, as part of the Trump administration’s latest effort to sever “critical financial lifelines” for the Iranian government.</p><p>Having launched “Operation Economic Outcast” just last week to try to isolate Iran from its remaining global trade partners, the Trump administration also resumed strikes in recent days — signaling President Donald Trump’s turn to a dual-pronged approach that combines economic pressure with the potential of a devastating escalation in force. But the Iranian leadership has yet to bow to already intense sanctions and an intermittent bombing campaign since the war began six months ago.</p><p>The global economy, meanwhile, continues to roil. Diesel hit a record price in the U.S. on Friday, soaring to an average of $5.85 a gallon for the first time as the war disrupts the world’s flow of fuel.</p><p>A day earlier, Vice President JD Vance rejected the use of the word “war” to describe the fighting with Iran and steered clear of predicting that the 6-month-old conflict would be over by November’s midterm elections, in which Republicans are trying to hang on to their narrow majorities in Congress.</p><p>Here's the latest:</p><p>ICE officer pleads not guilty to lying about shooting and is ordered released from federal custody</p><p>The officer was ordered released Friday after pleading not guilty to lying to investigators about the circumstances that led to the shooting of a Venezuelan man during the Minnesota immigration crackdown last winter.</p><p>The federal indictment accuses Christian Castro of falsely telling investigators that he was attacked with a broom and shovel before he opened fire, injuring Julio Cesar Sosa-Celis in January.</p><p>Castro was shackled during a brief court hearing in Texas after he turned himself in Thursday evening. The judge ordered him released on a $75,000 unsecured bond and with a GPS ankle monitor.</p><p>It’s the first DOJ prosecution of a federal officer for actions during this year’s massive Operation Metro Surge, which brought thousands of agents to the Twin Cities and led to protests, arrests and the fatal shootings of two U.S. citizens.</p><p>Castro’s attorney urged people not to rush to judgment without learning all the facts and let him “have his day in court.”</p><p>▶ Read more</p><p>Trump suggests communities rejecting data centers may face ‘poverty, crime, squalor’</p><p>The president continued his full-throated recent defense of data centers in the face of polls showing bipartisan opposition to them around the country.</p><p>“I look at data centers very, very carefully,” Trump said, arguing that they can “lower taxes” and “create tremendous wealth.”</p><p>“If you want to go through poverty, crime, and squalor, I would say don’t approve data centers,” Trump added of communities opposing them. “You know, you have your choice.”</p><p>That followed the president posting on his social media site earlier in the week that “The only reason that communities throughout the U.S.A. should not want Data Centers is if they want to end up being backwards and poor.”</p><p>Widow of airman killed in Mideast is upset she was told Iran wasn’t a war while sorting out benefits</p><p>The widow of an airman killed on a combat mission in the Middle East said it took a viral social media post to get resolution from the Pentagon on issues related to her husband’s benefits and basic pay months after his death.</p><p>Maj. Alex Klinner, 33, was one of six crew members of a KC-135 refueling aircraft that crashed in western Iraq in March while supporting operations against Iran.</p><p>The Air Force reached out to his widow, Libby Klinner, this week to clarify that his final paycheck would include hazard pay and combat-related tax breaks. She had voiced frustration on social media at being told by a military officer that her husband was ineligible for those benefits because “we were not at war.”</p><p>“My husband lost his life because we’re in a war, and then I was told that because it’s not technically a war, we lose out on something,” Klinner told The Associated Press. “It all comes down to principle.”</p><p>Judge to decide ‘very shortly’ whether prosecutors could seek new Reflecting Pool charges against ex-Olympian</p><p>During a hearing on Friday, David Hearn’s attorneys urged D.C. Superior Court Judge Todd Edelman to dismiss the Maryland resident’s case with “prejudice,” which would block U.S. Attorney Jeanine Pirro’s office from refiling the felony charge against the former Olympic canoeist. The judge didn’t rule from the bench after hearing attorneys’ arguments.</p><p>Hearn’s lawyers say Trump administration officials have continued to falsely accuse the Maryland resident of vandalizing the reflecting pool despite Pirro’s decision to drop the case on July 31. Hearn was charged with one count of property destruction.</p><p>Assistant U.S. Attorney Michael Spence told Edelman that Pirro’s office has no plans to seek another grand jury indictment of Hearn. But the prosecutor said that plan could change if any new evidence emerges.</p><p>Hearn, 67, of Bethesda, Maryland, competed in three Summer Olympics.</p><p>Supreme Court gives Republican campaign committees a win on TV ad rates ahead of midterms</p><p>The Supreme Court sided with Republicans in a dispute over campaign ad prices on Friday, clearing a legal roadblock to political parties getting cheaper TV ad time ahead of the midterm elections.</p><p>The justices halted, for now, a lower-court ruling in favor of Democratic candidates who argued that cheaper broadcast ads should be limited to candidates. It’s the latest election-related appeals to come before the high court ahead of the pivotal November contests.</p><p>Trump says he can ‘understand’ what Vance was saying in not calling Iran fighting a war</p><p>Asked about the vice president suggesting on Thursday that the fighting in Iran isn’t a war, Trump said the conflict is “not a big thing.”</p><p>“I can understand what he’s saying. It’s a military conflict, but it’s very intimate,” Trump said of Vance’s assessment. “And I could see somebody not calling it a war.”</p><p>The U.S. continues to bomb Iran with the war now in its sixth month. Yet Trump said, “I would say that it’s intermittent” in terms of fighting, adding, “We’re not fighting right now. There’s no fighting.”</p><p>The president once suggested he’d wrap up the war in Iran in a matter of weeks. Asked when fighting might actually conclude now, he offered, “I want to leave so that the next president doesn’t have to worry about it.”</p><p>Trump says he’ll host a state dinner for China’s Xi on Sept. 24</p><p>Chinese President Xi Jinping is set to visit the White House later this month, and Trump confirmed there will be a state dinner in his honor.</p><p>“We look forward to it. He’s a great gentleman. We get along great,” Trump said of Xi. “We have a very good trading relationship. And, you know, they’re a competitor and all of that. But we have a very good relationship with President Xi.”</p><p>Trump noted that the new White House helipad he has been building on the White House lawn would be ready in time for Xi’s visit.</p><p>“We’ve done very well with China,” Trump added. “And China and I have a very good relationship.”</p><p>Trump announces executive orders on food processing and culling grey wolves</p><p>The president said he was signing two orders, one of which is designed to allow farmers and ranchers “the right to process their own food.”</p><p>Trump said the order would break up what he suggested was a near-monopoly held by four major meat processing firms.</p><p>He didn’t name those companies, but said two were based in Brazil. The president said the move would ultimately help lower food prices.</p><p>Trump also announced that he’d sign an action meant to allow for culling populations of grey wolves from Mexico, Canada and other places.</p><p>Surrounded by farmers and ranchers from Arizona and other western states, who described wolves attacking their livestock and dogs, Trump said the action means, “You’ll be able to protect your herd.”</p><p>Trump says his super PAC will spend on the midterms — but provides few details on how</p><p>Asked about MAGA, Inc., which has at least $400 million in campaign funds, Trump said, “I’m going to be making contributions to various campaigns” that “I think are good people.”</p><p>Pressed on how he’d decided which candidates to support, Trump said, “I sit down, and I say, ‘Let’s do this.’”</p><p>“I’m going to spend whatever amount of money necessary to try and help us,” Trump said of Republicans running in November’s midterm elections.</p><p>He added, “This is my money,” however, and said it was “separate” from funds controlled by the Republican National Committee.</p><p>The president also said he could hold some of the funds until the elections in 2028 “if that’s what I want.”</p><p>Trump weighs in on Clancy mistrial, calls the killings a ‘horrible tragedy’</p><p>The president said he followed television news coverage of the trial in Plymouth, Massachusetts.</p><p>“It’s a terrible situation. Look, she did a horrible, horrible thing,” Trump said of Lindsay Clancy. “Can’t be worse. But you’ll find out what the price to pay is. There’ll be a price — a mental institution or jail or something.”</p><p>A judge earlier Friday declared a mistrial after jurors said they could not reach a unanimous verdict on whether she was criminally responsible when she strangled her three young children.</p><p>▶ Read more</p><p>Trump vents about high interest rates after strong jobs report</p><p>The president expressed his anger that U.S. interest rates climbed in response to the solid August jobs report.</p><p>The addition of 162,000 jobs last month indicated that demand for workers might be exceeding their availability, which could contribute to higher prices. Interest on the 10-year U.S. Treasury climbed to nearly 4.8%.</p><p>Trump said that the financial markets were wrong.</p><p>“Success does not cause inflation. Stupidity causes inflation,” Trump said to reporters in the Oval Office.</p><p>The president claimed that overall economic growth could be in the double digits if the rates were lower, an opinion not shared by any credible outside economic forecaster.</p><p>Trump confirms envoys will travel this weekend for talks on Russia-Ukraine war</p><p>U.S. envoys Steve Witkoff and Jared Kushner are expected to travel to Moscow and then Kyiv over the weekend and into early next week.</p><p>“They are bringing with them a proposal to end the war,” Trump said.</p><p>Witkoff and Kushner’s visit comes as the air war between Russia and Ukraine has intensified.</p><p>Earlier Friday, a Russian drone struck the headquarters of Ukraine’s security service in central Kyiv.</p><p>Trump calls conflict in Iran ‘small potatoes’</p><p>The president’s comments came a day after Vice President JD Vance said he wouldn’t call the conflict in Iran a “war.”</p><p>Asked during an Oval Office exchange about Vance’s comments, Trump defended the rhetoric.</p><p>“I can understand what he’s saying,” said Trump, who added that U.S. strikes against Iran in the six-month-old war are now “intermittent. “I call it a military conflict because it’s small potatoes for us.”</p><p>‘We know who you are, we know where you are’</p><p>In a news release about sanctions on a Turkish bank, U.S. Treasury Secretary Scott Bessent said financial institutions with ties to Iran will “continue to find out the hard way that we are serious about Operation Economic Outcast.”</p><p>“While we hope no more banks will need to be sanctioned, that ultimately depends on how quickly the international community comes to its senses and ceases support of the murderous Iranian regime,” he continued.</p><p>“We know who you are, we know where you are, and we will continue to take action together with our allies and partners until we have buried the head of the Iranian snake.”</p><p>US issues sanctions on Turkish bank that it calls a ‘critical financial lifeline’ for Iran</p><p>The U.S. Treasury Department announced Friday it has imposed sanctions on a Turkish financial institution as part of its latest effort to sever “critical financial lifelines” for the Iranian government.</p><p>The actions against Golden Global Yatirim Bankasi Anonim Sirketi come nearly a week after Treasury Secretary Scott Bessent announced “Operation Economic Outcast” as the new effort by Washington to get Tehran to capitulate to its demands after more than six months of war.</p><p>Last week, the U.S. targeted an Egyptian bank’s operations in the United Arab Emirates.</p><p>▶ Read more</p><p>Other allegations in the internal report on Chavez-DeRemer</p><p>Among the allegations are accusations that senior staff berated employees in front of colleagues and made staffing decisions based on physical appearance rather than professional qualifications.</p><p>In one incident, during a personal trip to Oregon, Chavez-DeRemer allegedly stopped at a strip club featuring partially nude dancers and directed her limousine driver to give money to a performer, the report said.</p><p>The report says it was based on interviews with 53 current and former labor department staffers and one employee from another federal agency, as well as a review of more than 500 documents, images and videos.</p><p>Trump hails ‘great’ jobs numbers and calls again for lower interest rates</p><p>The president posted on his social media site that the job tally broke “all estimates (except mine!).”</p><p>“Lower the interest rates because the U.S.A. is a much stronger credit than it was just a short time ago! A STRONG COUNTRY MEANS A LOWER INTEREST RATE” Trump wrote.</p><p>He added that, “We should have the LOWEST RATE of any country in the World, like ‘the old days’ and threatened: “LOWER THE RATE OR I’LL STOP TRADING WITH COUNTRIES WITH WHICH WE HAVE A DEFICIT.”</p><p>In August, employers added a surprising 162,000 jobs, according to the latest jobs report.</p><p>Federal Reserve Chair Kevin Warsh has said inflation is still too high and suggested the central bank may have to raise interest rates in the coming months.</p><p>Watchdog report: Former labor secretary oversaw a hostile work environment and misused funds</p><p>Former Labor Secretary Lori Chavez-DeRemer oversaw a “toxic, intimidating and humiliating” work environment and engaged in numerous violations of department policy, according to a new report from the department’s Office of Inspector General.</p><p>The report includes allegations that Chavez-DeRemer “engaged in an inappropriate relationship” with a member of her security detail and violated travel regulations by combining personal and official travel, as well as violating the department’s alcohol policies, directing staff to perform personal tasks on official timing, and failing to report gifts through appropriate channels.</p><p>Chavez-DeRemer, who resigned earlier this year, did not immediately respond to a request for comment sent to an email listed on her Facebook page.</p><p>▶ Read more</p><p>Jordan’s alliance with the US makes the kingdom a target for Iranian strikes</p><p>Jordan, a staunch U.S. ally that hosts American forces in the Mideast, has paid a price for its relationship with Washington, which has made the kingdom’s military bases a target of repeat Iranian strikes.</p><p>Hundreds of drone and missile attacks have added to other strains on Jordan that include a slumping economy and volatility in the neighboring West Bank, where Israeli settlers have ramped up attacks on Palestinians.</p><p>Despite the risk of more strikes, Jordanian leaders say they’re committed to maintaining the relationship after decades of courting deeper security ties with American officials and offering to be a reliable partner with the West in a region rocked by conflict. Analysts say the alliance offers Jordan a way to guard against Iran’s attempts to destabilize its neighbors.</p><p>▶ Read more</p><p>Solid job figures could boost the case for a Fed rate hike</p><p>The jump in hiring last month and low unemployment rate point to a mostly solid job market, a sign the Federal Reserve could lift rates at its meeting next month to combat inflation.</p><p>Steady hiring suggests overall interest rates aren’t high enough to cool borrowing, spending and inflation. A hike by the Fed at its Sept. 15-16 meeting could lift borrowing costs for mortgages, auto loans and credit cards.</p><p>Vice President JD Vance on Thursday became the latest Trump administration official to urge the Fed to cut rates, rather than raise them, which few economists or Wall Street investors expect.</p><p>A lot will ride on next Friday’s inflation report. On Thursday, top Fed official Christopher Waller said his decision on whether to hike rates would largely hinge on whether that report shows inflation cooling or not.</p><p>Hiring perked up last month in the latest sign of a choppy job market</p><p>U.S. companies and other employers added 162,000 jobs last month, an improvement from recent months of sluggish hiring, while the unemployment rate stayed a low 4.1%.</p><p>The figures suggest businesses are optimistic enough about the economy to expand and gives the Trump administration and Republicans running for Congress a positive talking point heading into midterm elections.</p><p>Still, average hourly wages grew 3.1% from a year ago, usually a decent figure but below the August inflation rate of 3.4%. That means Americans are losing purchasing power even amid an otherwise healthy economy.</p><p>Big job gains were recorded in manufacturing, construction, and restaurants, bars, and hotels.</p><p>Midterm mail ballots start to go to voters as litigation over Trump’s order creates uncertainty</p><p>Statewide mail voting for this year’s midterm elections kicks off Friday amid a churning legal battle over President Trump’s attempts to limit the practice and mounting concern over Postal Service changes that some state officials blame for a rise in rejected ballots.</p><p>The developments have created a sense of uncertainty about a popular voting method used by one-third of the nation’s voters.</p><p>North Carolina on Friday is scheduled to become the first state to widely distribute mail ballots for this year’s elections, which will determine the balance of power in Congress for the remainder of Trump’s term.</p><p>Election officials said that while they’re closely monitoring the litigation, ballots will be mailed out as expected and the state is prepared to administer a secure election even if the new limits go forward.</p><p>▶ Read more</p><p>Rubio heads to South America to visit right-leaning leaders friendly with the Trump administration</p><p>Secretary of State Marco Rubio will travel next week to Colombia, Ecuador and Peru, three South American countries increasingly aligned with the Trump administration’s policies in the hemisphere.</p><p>The State Department said Friday that Rubio would discuss enhanced cooperation between the U.S. and the three nations to combat narcoterrorism and expanding commercial ties during his three-day trip that starts Tuesday. It will be Rubio’s fifth trip to Latin America since he became Secretary of State in January 2025.</p><p>At each stop, Rubio “will reaffirm the Trump administration’s commitment to a secure, prosperous, and democratic Western Hemisphere,” the State Department said.</p><p>The administration and Rubio in particular have made the region a priority, having ousted Venezuela’s former president and taking aim at the governments of Cuba and Nicaragua while cracking down on illegal migration.</p><p>Vance says Iran fight isn’t a ‘war’ as Trump tries to navigate unpopular conflict as election nears</p><p>Vice President JD Vance on Thursday rejected the use of the word “war” to describe the U.S. fighting with Iran as he steered clear of predicting that the 6-month-old conflict would be over by November’s midterm elections, in which Republicans are trying to hang on to their narrow majorities in Congress.</p><p>“I wouldn’t call it a war,” Vance said after being asked during a White House press briefing about whether the fighting could end before voters cast their ballots in the Nov. 3 congressional elections. “Right now, there is no active shooting.”</p><p>Vance’s assertion came even as Iran fired at U.S. Gulf ally Kuwait on Thursday as it continued to retaliate for rounds of U.S. strikes on Iran earlier in the week.</p><p>Vance’s attempt to minimize the intensity illuminates the difficult task at hand for Trump and his administration as he tries to persuade American voters to keep Republicans in control of Congress.</p><p>▶ Read more</p><p>Trump turns to a dual economic and military approach in latest attempt to squeeze Iran</p><p>Confronted by an intransigent Iranian government that has refused to back down in the face of a massive military campaign, President Donald Trump appears to have settled on a dual-prong approach that combines economic pressure with the potential of a devastating escalation in force.</p><p>Having launched “Operation Economic Outcast” just last week to try to isolate Iran from its remaining global trade partners, the Trump administration also resumed strikes in recent days, prompting Iranian retaliation that has renewed concerns of an all-out regional war.</p><p>However, the combination of already intense sanctions on Iran and an off-and-on bombing campaign since the war began more than six months ago has not bowed the Iranian leadership and has left the administration struggling to find a way to wind down the conflict. Tehran has dug in its heels — to Trump’s frustration — as energy prices rise, the global economy roils and poll numbers on the administration’s handling of the war dip ahead of November’s midterm congressional elections.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M65D6UKDVPJINQEO7ONY5463UY.jpg?auth=ab8acd808ea677f4052c20f0ee43313bf5406ff322369b7abbcf2f483a92aae2&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 and announces action to help farmers and ranchers with meat processing, as a group of farmers and ranchers stand behind, Friday, Sept. 4, 2026, in the Oval Office of the White House, 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/64V5CRAQZZO6DBZNI445D4TJQM.jpg?auth=7b351317680feb517a6c9a407b6c72884b16d16448fe1d47571058353b313e8a&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 an event with Republican lawmakers in the Rose Garden of the White House, Wednesday, Sept. 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7XNH6GY4RJZFYEAO56H66E3HE.jpg?auth=df0991477bbd44f465dd45383dfb33fcccc641306e5bc7bfa58b4be26f868ad4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks with reporters in the James Brady Press Briefing Room at the White House, Thursday, Sept. 3, 2026, in Washington. (AP Photo/Alex Brandon) CORRECTION: Date corrected to Sept. 3 instead of July 23.]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Arizona group home provider at center of pay-to-play scandal escapes penalties for boy's death]]></title><link>https://www.local10.com/news/national/2026/09/04/arizona-group-home-provider-at-center-of-pay-to-play-scandal-escapes-penalties-for-boys-death/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/arizona-group-home-provider-at-center-of-pay-to-play-scandal-escapes-penalties-for-boys-death/</guid><dc:creator><![CDATA[By JACQUES BILLEAUD, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The staff caring for Jakob Blodgett said he already had been sneaking candy and refused to take his insulin. An employee at the Arizona group home where the 9-year-old boy was being cared for texted a supervisor about the boy's elevated blood-glucose reading.]]></description><pubDate>Fri, 04 Sep 2026 12:01:42 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The staff caring for Jakob Blodgett said he already had been sneaking candy and refused to take his insulin. An employee at the Arizona group home where the 9-year-old boy was being cared for texted a supervisor about the boy's elevated blood-glucose reading.</p><p>The response? Give him water.</p><p>After two missed doses of the long-lasting insulin he needed, he was taken to the hospital. He was diagnosed with brain swelling, put on a ventilator and died in 2022 of complications from Type 1 diabetes.</p><p>There were no penalties imposed for Blodgett’s death, and Arizona's largest group home provider now stands at the center of a political controversy swirling as Democratic Gov. Katie Hobbs seeks reelection. Records show Sunshine Residential Homes made political donations beneficial to Hobbs and months later received a rate increase from the state for providing beds for children.</p><p>The Arizona attorney general, a fellow Democrat, found no evidence of bribery. But Republican legislators are pushing back with their own questions, and the state auditor general's office is conducting a separate investigation.</p><p>The boy’s death and the pay-to-play allegations highlight questions about Arizona's congregate-care capacity for children, training for workers who care for them and oversight of providers and other contractors who hold leverage over the state simply due to their size and influence.</p><p>Alleged political favors become campaign fodder</p><p>Hobbs maintains she wasn’t involved in the decision to increase rates for Sunshine Residential Homes. But Republican challenger, U.S. Rep. Andy Biggs, has made the scandal a centerpiece of his campaign to unseat her.</p><p>“That was all handled by the department," Hobbs said, "and they made the decision based on what was in the best interest of the department and the kids in their care.”</p><p>The allegations were first reported by The Arizona Republic and prompted an investigation by Democratic Attorney General Kris Mayes. However, Mayes' office said it couldn't find evidence to support bribery charges against Hobbs and concluded that Sunshine’s rate increases were the result of its “outsized leverage” as the state's largest group home provider, not because of politics.</p><p>The company had threatened to reduce its bed capacity if it didn’t get an increase, saying it would instead use beds to house unaccompanied immigrant children for the federal government, officials said. Child welfare officials have said a reduction in Sunshine’s beds would significantly affect the state’s ability to place children in homes and would likely lead to siblings in foster care being split up and sent to different homes.</p><p>In all, Sunshine made $550,000 in contributions, including $100,000 to Hobbs’ inaugural fund in December 2022 and $150,000 to a legal defense fund for Hobbs between November 2023 and May 2024, according to records.</p><p>A separate investigation by the state auditor general’s office and Maricopa County Attorney Rachel Mitchell, a Republican, is continuing.</p><p>The Maricopa County Sheriff’s Office also has interviewed several Sunshine employees as part of an ongoing criminal investigation into Blodgett’s death. No one has been charged.</p><p>Blodgett isn't the only diabetic child to die after a stay at an Arizona group home. In July 2024, a 15-year-old boy staying at a group home in Mesa operated by another company died of diabetic ketoacidosis after staff said the boy refused to take insulin, according to records.</p><p>Text messages outline concerns over a diabetic coma</p><p>Blodgett was staying at a foster home in metro Phoenix where only the house manager was trained in managing his diabetes.</p><p>Staff members said the boy was refusing to take his medicine. The manager advised an employee via text to tell the boy that the manager would be called if he refused to take his medicine.</p><p>“We don’t want him to go into a diabetic coma,” the manager texted.</p><p>The employee texted back about whether the child should get insulin. The manager didn't respond.</p><p>The next day, the employee texted the boy's blood glucose reading to the manager and asked what to do. The manager said to give Blodgett water but didn't give any instructions about insulin, according to lawyers for the state and Blodgett's family. The day after missing his second dose, Blodgett was taken to a hospital.</p><p>Violation nets no penalties</p><p>Two weeks before approving a 30% rate increase in May 2023, the Arizona Department of Child Safety issued a licensing violation against Sunshine over Blodgett's case. The agency declined to specify to The Associated Press which policy was violated.</p><p>Robert Pastor, an attorney representing the family in a wrongful death lawsuit, said the violation was for not giving Blodgett the insulin as prescribed. The lawyer said Sunshine’s staff missed the signs of ketoacidosis, a serious complication caused by a lack of insulin, and waited too long to take Blodgett to the hospital. He also disputed claims that the boy had refused medication.</p><p>The state didn't fine Sunshine or suspend or revoke its license as a result of the violation, according to court records. The agency said it detailed the steps Sunshine had to take to come into compliance, but declined to reveal to the AP what those steps were.</p><p>Pastor agreed with the attorney general's conclusion that Sunshine has a lot of leverage over the state due to reliance on the company's beds.</p><p>“That leverage gave Sunshine an increased rate increase,” Pastor said. “We also know that that leverage that Sunshine has over DCS means that when they kill a child, there will be no consequences. There will be no accountability.”</p><p>In a statement, Sunshine spokesperson Tommy McKone said the wrongful death lawsuit remains active, but declined to comment on the licensing violation and the company’s policy on responding to children who refuse medications.</p><p>“Sunshine Residential followed all policies and procedures for the required care, throughout his stay at our homes, under state law,” McKone said.</p><p>In court records, lawyers for Sunshine said the state indicated Blodgett’s medical needs were minimal and didn’t inform the group home provider that Blodgett’s diabetes management was complex.</p><p>Boy was hospitalized before heading to group home</p><p>Blodgett went into foster care in December 2022 after his father was jailed on a drug charge. His blood glucose levels were high when he was brought to a welcome center operated by the Department of Child Safety, which sought medical help for Blodgett from a children’s hospital where he was treated over several days.</p><p>Once discharged, Blodgett went to a Sunshine home.</p><p>While he went two days without getting the long-lasting insulin he needed before going to bed, the staff did give him another type of insulin — fast-acting insulin after eating meals — over both days. After the boy missed a long-lasting dose, the house manager contacted the same hospital to talk about how to improve his blood glucose levels.</p><p>In a deposition, the house manager testified there was nothing the staff could do if the child refused his medication. Pastor said the claim that the boy refused insulin is a false narrative aimed at blaming the child.</p><p>More workers should have been trained</p><p>Myriam Villarreal, an official in the Department of Child Safety’s operation that licenses group homes, testified in an April 2025 deposition that Blodgett’s condition wasn’t caught in time because group home workers weren’t trained in spotting the signs of ketoacidosis.</p><p>Pressed on why the company didn’t face any penalties, Villarreal testified that the state asked for policy modifications from the company. And she said training should have been provided to the staff members who directly cared for the boy, not just the house manager.</p><p>“We didn’t look that every single staff (member) had the appropriate training,” Villarreal testified.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QYNLGFZVK52HDQWLV27HDGE5OU.jpg?auth=2d87c39bd195b40bea74891e20405e8cc79a192c8cc0be187517975eb7ca9eff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Sunshine Residential Homes headquarters in Glendale, Ariz., on Thursday, Sept. 3, 2026. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KN54BYSZUS3KS5NFSBA54BE25M.jpg?auth=5897468693e0bc2722e3a6b76e9d84f09a2ffa83fbe96bcfdeb0996475a1501c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Sunshine Residential Homes headquarters in Glendale, Ariz., on Thursday, Sept. 3, 2026. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QXGD6RFYDZJWSED5DXFLVW6YA.jpg?auth=877a4040cf5df797857295ca29639b738a342de03fe048adb24c99c69f51b4cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Democratic Gov. Katie Hobbs speaks during a political announcement, Monday, Aug. 10, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CVOCHH7BH5WJY7ZSKVV32ER4UE.jpg?auth=8a241c7c8a7333859c2d0a62514480fdac1733aaa5056a23c66f7dee56e071a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Robert Pastor discusses a lawsuit he filed regarding the December 2022 death of a 9-year-old boy after staying at a group home operated by Sunshine Residential Homes, in Phoenix on Wednesday, Jan. 29, 2025. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[China exerts tight grip on information after floods along the border with Nepal]]></title><link>https://www.local10.com/news/world/2026/09/04/china-exerts-tight-grip-on-information-after-floods/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/china-exerts-tight-grip-on-information-after-floods/</guid><dc:creator><![CDATA[By HUIZHONG WU, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — It’s been more than a week since deadly flash floods killed hundreds and left thousands missing along the China-Nepal border — and practically nothing is known about the victims on the Chinese side.]]></description><pubDate>Fri, 04 Sep 2026 13:26:39 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — It’s been more than a week since deadly flash floods killed hundreds and left thousands missing along the China-Nepal border — and practically nothing is known about the victims on the Chinese side.</p><p>The disaster, which has killed more than 1,000 people and left more than 4,500 missing in the two countries, has once again highlighted China’s tight grip on information surrounding disasters and its efforts to control what is — and is not — said about them.</p><p>The death toll is updated only once every few days, and access to the disaster area has been granted only to top-level state media outlets, which have avoided broadcasting the names or faces of the missing and their relatives in favor of videos showing the logistics of delivering aid or rescue dogs working hard.</p><p>Meanwhile, at least 10 people across China have been detained or fined for social media posts that questioned aspects of the official narrative.</p><p>It's a sharp contrast to the Nepalese side of the border, where officials have regularly updated lists of dead and missing people, while journalists and social media posts have documented the unfolding disaster and the recovery effort.</p><p>Grieving families were made visible, giving voice and shape to those who were lost, as people held symbolic burial rites or went on their own journeys to look for loved ones.</p><p>After an update Sunday, China did not release new figures until Wednesday, when it said 21 people had been killed and 541 were missing in Tibet, including 261 foreigners from 23 countries. Late Friday, it raised the death toll to 31 and said 531 people remained unaccounted for.</p><p>Nepal has allowed up-close reporting in disaster-struck areas</p><p>Nepal's government has published continuous updates on rescue efforts, including creating a website listing the names of those rescued. The army has published footage of rescues via helicopter, and of people being pulled out of the hydropower tunnels, completely caked in mud.</p><p>Nepal has shared near daily updates about rescued people and allowed journalists, both domestic and foreign, to report from the area.</p><p>Journalists have been able to visit disaster-struck sites. While the government in Nepal did issue some restrictions, such as requiring journalists to provide accreditation, reporters were ultimately allowed to report from government sites like aid camps where rescued survivors are temporarily being kept, and visit mass burial sites.</p><p>Access to the Chinese disaster zone is restricted to state media</p><p>In contrast, access in China was limited for all but a few journalists from China's two state media outlets, Xinhua News and CCTV.</p><p>The Associated Press requested access to affected areas soon after the disaster struck, but has not been given permission to visit the area.</p><p>China often tries to control information about disasters, but in the tightly controlled region of Tibet the flow of information has been especially limited.</p><p>Tibet is a Chinese autonomous region that has gone through cycles of protest, unrest and government repression since China asserted control over the region in 1951. Today, the region is the focus of extensive central government investment and poverty alleviation efforts. Communications are also heavily monitored and restricted, making it difficult for Tibetans to communicate freely with people outside China. Travel to Tibet requires special government permission for all foreigners, especially journalists, even if they are fully accredited to work in China.</p><p>CCTV has focused on the official response, highlighting President Xi Jinping's instructions for disaster relief and sharing dispatches focused on heroics, such as rescuers being flown in via drone, hanging by a rope, or police comforting a family member who lost a loved one. Xinhua News has issued official reports about the disaster and technical dispatches about the science of the glacial lakes.</p><p>Some Chinese journalists have received directives to not conduct interviews with family members of dead or missing people and to use only material from Xinhua, according to Human Rights Watch.</p><p>China punished people who doubted official death toll</p><p>Meanwhile, China has broadcast its efforts to punish people who expressed doubt about the official narratives.</p><p>State media have widely circulated a report from the Tibetan Cyberpolice about 10 cases in which police across China punished people for “spreading rumors online” about the disaster.</p><p>That could mean things like questioning the official death toll, as in one post that read: “It’s clear that at least 1,000 people were washed away, yet the official report only says three people dead and 265 missing."</p><p>Punishments ranged from five to 10 days in detention by police, with a fine of $150 imposed in some cases.</p><p>China is often slow to release complete information on the death toll of major disasters. After a typhoon brought severe flooding to the southwestern province of Guangxi in early July, the government updated the official death toll figure more than a month later from 39 dead to 159.</p><p>The government has raised the reported death toll from the floods several times, most recently to 31 on Friday.</p><p>Voices of some victims' families are heard in small overseas Chinese outlets</p><p>Relatives of a few missing people have spoken publicly through the rare channels that exist outside direct Chinese control.</p><p>Aquarian, an independent Chinese media outlet operating in exile, interviewed family members of missing Chinese victims, including Peng Guangming, a young man who worked on a Chinese-supported highway project on the Nepal side of the border. Peng was last in touch with a colleague about 10 minutes before the flood.</p><p>Another one of the missing is a woman named He Hongrong, according to X account Fat Parrot, which has been sharing posts from Chinese social media onto X. The X user declined to be interviewed, but said they had been in touch with He's family and a friend.</p><p>She was last seen on the Nepal side of the border, carrying a green backpack, waiting to cross back into China. She had hired a driver to take her back to Lhasa, in Tibet. Her family is hoping that by sharing a photo of her on X, they will find someone able to provide information about her whereabouts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U5VXZNHTW5HDLX63E374JWAZKE.jpg?auth=39c6b89c56c777e3850cfe4444f9fbba391baf3ab2b307fa55e313d0afa4e67e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, rescuers use excavators to clear a road at the core area of the mudslide-hit Gyirong Port in Gyirong County, southwestern China's Tibet Autonomous Region, Wednesday, Sept. 2, 2026. (Tenzing Nima Qadhup/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tenzing Nima Qadhup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LF3XWUQ4TABSFNZMINX2BQIEQ4.jpg?auth=405c02fa3214d07164ae94f4ce600e5b53bc5f4b7ef9fa9821ec3a261b3c0355&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, rescuers attend a memorial service for the victims of the Aug. 26 mudslide at the Xigaze Public Security Bureau in Gyirong County, southwestern China's Tibet Autonomous Region, Tuesday, Sept. 1, 2026. (Tenzin Nyida/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tenzin Nyida</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNIXENXURJJTZN6GPNQLYGJO4I.jpg?auth=e14cd24fb254926cdad1e3e01959d087faa40bb88859b460f2b6adbc9094d9eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, rescuers use sniffer dogs to search for victims at a mudslide-hit area in Gyirong County, southwestern China's Tibet Autonomous Region, Sunday, Aug. 30, 2026. (Jigme Dorje/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jigme Dorje</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYS4PFCOWHLQ6XVNAPTVR64H4I.jpg?auth=bb05ddcf749331bdeb2069d4106bcc80cda526ed53bb630e56e681c026dfff1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, a worker carries out disinfection work as rescuers search for victims at a mudslide-hit area in Gyirong County, southwestern China's Tibet Autonomous Region, Sunday, Aug. 30, 2026. (Jigme Dorje/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jigme Dorje</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDEAHI23A3Y2M3TZGRUAUB77NY.jpg?auth=fbb24bac392b289f815f468debcd70bc87a9ea7585fcd542a81424b5253f8e2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Nepal Army, soldiers rescue a worker alive from a tunnel during an ongoing operation at the Trishuli-3A hydropower project in Nepal's Rasuwa district, Friday, Sept. 4, 2026. (Nepal Army via AP)]]></media:description></media:content></item><item><title><![CDATA[Local 10, Publix bring hunger relief through 6th annual ‘Food for Thought’]]></title><link>https://www.local10.com/community/2026/07/06/local-10-publix-bring-hunger-relief-through-6th-annual-food-for-thought/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/06/local-10-publix-bring-hunger-relief-through-6th-annual-food-for-thought/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[According to a new poll conducted by No Kid Hungry -- a campaign of the organization Share Our Strength, dedicated to ending childhood hunger in the U.S. -- four out of five Floridians are struggling to afford food. In South Florida, nearly 1 million residents are food insecure.]]></description><pubDate>Mon, 06 Jul 2026 16:54:25 +0000</pubDate><content:encoded><![CDATA[<p>According to a new poll conducted by No Kid Hungry -- a campaign of the organization Share Our Strength, dedicated to ending childhood hunger in the U.S. -- four out of five Floridians are struggling to afford food. In South Florida, nearly 1 million residents are food insecure.</p><p>Food insecurity is defined as the lack of access, at times, to enough nutritious food for an active and healthy lifestyle. Children who experience hunger are more likely to struggle in school and have health complications. In adults, studies reveal that food insecurity reduces worker productivity and drives up healthcare costs.</p><p>It’s why since 2020, Local 10 and Publix have teamed up for Food for Thought to address food insecurity in our communities.</p><p>Food for Thought raises awareness about the plight of hunger and comes alongside local nonprofits to support their efforts to get nutritious meals into the hands of those who need them most.</p><p>In the past five years, we’ve stocked school food pantries from the elementary to college levels, provided weekend backpack meals to underserved children, sponsored food drives, and planted vegetable gardens.</p><p>One of the organizations we’ve collaborated with is The Cupboard of Goodman JFS in Davie. Last year, Director of Operations Ross Adel told us the pantry was serving 600 families per month, which translated to 1,100 individuals. </p><p>“Every can of food that comes in here, every dollar that comes in here is just one more individual that we can feed,” said Adel.</p><p>In September, during Hunger Action Month, we will be working with more organizations to make healthy food accessible to vulnerable populations across South Florida.</p><p>If you’d like to find out more or get involved, the list below connects you with some local nonprofits that offer programs to feed families in our community.</p><p>If your nonprofit organization provides food services to South Florida families and would like our Food for Thought campaign to know about it, simply email our community relations department at <a href="mailto:community@local10.com" rel="">community@local10.com</a>.</p><p>Our goal is to connect those who have the means to help with those helping families fight food insecurity every day. Together, we can make a difference.</p><p><b>TO VIEW THE LATEST FOOD FOR THOUGHT STORIES, </b><a href="https://www.local10.com/topic/Food_for_Thought/" target="_self" rel="" title="https://www.local10.com/topic/Food_for_Thought/"><b>CLICK HERE. </b></a></p><p><u><b>Broward College Seahawk Marketplace</b></u></p><p><b>954-201-FOOD (3663)</b></p><p><a href="https://www.broward.edu/students/seahawk-outreach/marketplace.html" rel=""><b>https://www.broward.edu/students/seahawk-outreach/marketplace.html</b></a></p><p><u><b>Community Enhancement Collaboration</b></u></p><p><b>954-987-0625</b></p><p><a href="https://www.cecwashpark.org/" rel=""><b>https://www.cecwashpark.org/</b></a></p><p><u><b>Covenant House Florida</b></u></p><p><b>954-561-5559</b></p><p><a href="https://www.covenanthouse.org/homeless-shelters/ft-lauderdale-florida" rel=""><b>https://www.covenanthouse.org/homeless-shelters/ft-lauderdale-florida</b></a></p><p><u><b>Health in the Hood</b></u></p><p><b>305-714-2262</b></p><p><a href="http://healthinthehood.org/" rel=""><b>Healthinthehood.org</b></a></p><p><u><b>Healthy Mothers, Healthy Babies of Broward County</b></u></p><p><b>954-765-0550</b></p><p><a href="http://hmhbbroward.org/" rel=""><b>Hmhbbroward.org</b></a></p><p><u><b>Joshua’s Heart Foundation</b></u></p><p><b>305-944-4452</b></p><p><a href="http://joshuasheart.org/" rel=""><b>joshuasheart.org</b></a></p><p><u><b>La Bodega at the YMCA in Allapattah</b></u></p><p><b>305-635-9622</b></p><p><b>2370 NW 17th Avenue</b></p><p><b>*serves food to residents Monday- Friday, from 2 p.m. – 5 p.m.</b></p><p><u><b>LifeNet4Families</b></u></p><p><b>954-792-2328</b></p><p><a href="http://lifenet4families.org/" rel=""><b>Lifenet4families.org</b></a></p><p><u><b>Mobile School Pantry</b></u></p><p><b>954-297-4929</b></p><p><a href="http://mobileschoolpantry.org/" rel=""><b>Mobileschoolpantry.org</b></a></p><p><u><b>One More Child</b></u></p><p><b>305-271-4121</b></p><p><a href="http://onemorechild.org/" rel=""><b>Onemorechild.org</b></a></p><p><u><b>The Cupboard Goodman JFS</b></u></p><p><b>954-370-2140</b></p><p><a href="https://www.jfsbroward.org/services/cupboard/" rel=""><b>https://www.jfsbroward.org/services/cupboard/</b></a></p>]]></content:encoded></item><item><title><![CDATA[China is boycotting a major Asian art festival over the naming of a Taiwanese exhibition]]></title><link>https://www.local10.com/entertainment/2026/09/04/china-is-boycotting-a-major-asian-art-festival-over-the-naming-of-a-taiwanese-exhibition/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/04/china-is-boycotting-a-major-asian-art-festival-over-the-naming-of-a-taiwanese-exhibition/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM and HUIZHONG WU, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — A group of Chinese artists is boycotting a major art exhibition in South Korea over the organizers' plans to use the name “Taiwan Pavilion" for an exhibition of works by Taiwanese artists.]]></description><pubDate>Fri, 04 Sep 2026 11:15:49 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — A group of Chinese artists is boycotting a major art exhibition in South Korea over the organizers' plans to use the name “Taiwan Pavilion" for an exhibition of works by Taiwanese artists.</p><p>China considers self-governing Taiwan to be part of its territory and rejects the island’s claim to sovereignty. Beijing generally refers to Taiwan as “China’s Taiwan region.”</p><p>China’s Foreign Ministry on Thursday criticized the South Korean organizers of the biennial Gwangju Biennale, one of Asia's most prominent art exhibitions, saying the organizers have "stubbornly clung to the wrongful practice, allowing China’s Taiwan region to participate under a designation that is completely incompatible with its status.”</p><p>Spokesperson Guo Jiakun said China hopes the South Korean government will uphold its political commitment to the “one China” principle through concrete action.</p><p>The Chinese artists said the same day that they were withdrawing from the festival, which opens Saturday and runs through mid-November.</p><p>The “Taiwan Pavilion” is one of about 25 small national and institutional galleries to be operated separately from the biennale’s main exhibition site, under its so-called Pavilion Project.</p><p>“The organizers of the Gwangju Biennale used an incorrect name for China’s Taiwan region over its participation in the exhibition, causing a political issue to spill over onto the realm of art,” Chinese curator Ruan Yuelai told reporters through an interpreter. “The Chinese exhibition team cannot accept this and unanimously agreed to withdraw from the exhibition to express our strong protest.”</p><p>As of Friday afternoon, the Chinese participants had not yet removed their paintings, sculptures and other works originally planned to go on display in the “China Pavilion.”</p><p>The festival organizers apologize for the ‘confusion’</p><p>Taiwan’s Ministry of Culture said in August that Taiwan had planned to exhibit under the name “Taiwan Pavilion” but protested that organizers changed it to “National Taiwan Museum of Fine Arts Pavilion.”</p><p>The art festival said Wednesday that it “deeply apologizes for causing concerns and confusion” to those involved in its “Pavilion Project," and said there had been differences with the Taiwan museum over the naming issue.</p><p>Organizers said they signed a contract with the National Taiwan Museum of Fine Arts over its participation, so they thought Taiwanese artists would exhibit under the museum acronym, “NTMoFA.” They said the Taiwanese museum later insisted on the name “Taiwan Pavilion,” and said they felt pressure to accept the name.</p><p>Earlier in the week, China also warned of consequences for Taiwan after the island’s foreign minister attended a diplomatic forum in the island country of Palau. In May, China pressured an African country to exclude Taiwanese activists from an international human rights conference.</p><p>It's unclear whether the Chinese protest would trigger a major diplomatic spat with South Korea, which is now ruled by a liberal government which wants to improve ties with China, the country's biggest trading partner.</p><p>South Korea's Foreign Ministry said the naming decision was made by a non-governmental entity and has nothing to do with the government. It said South Korea hopes the latest issue won't affect relations and cooperation between the two countries.</p><p>Taiwan is a self-ruled island, but China claims it as part of its territory. The two sides split after a civil war in 1949. Beijing has stepped up its pressure on Taiwan, poaching diplomatic allies. The island now only has 12 diplomatic allies around the world.</p><p>___</p><p>Associated Press writer Kanis Leung in Hong Kong contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KBQ7N3B5ATO7RGQQDNUISD6YHM.jpg?auth=01410084333fbdda263d3386f44b0b09c02b96a06f568311f6699bf6a7083633&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees participate in the opening ceremony of the Gwangju Biennale in Gwangju, South Korea, on March 31, 2021.(Ryu Hyung-geun/Newsis via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryu Hyung-geun</media:credit></media:content></item><item><title><![CDATA[EU official scraps planned Serbia visit over handling of convicted war criminal Ratko Mladic's death]]></title><link>https://www.local10.com/news/world/2026/09/04/serbia-faces-eu-scrutiny-over-upcoming-funeral-of-convicted-war-criminal-ratko-mladic/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/serbia-faces-eu-scrutiny-over-upcoming-funeral-of-convicted-war-criminal-ratko-mladic/</guid><dc:creator><![CDATA[By MARKO DROBNJAKOVIC, Associated Press]]></dc:creator><description><![CDATA[BELGRADE, Serbia (AP) — The European Union ’s Enlargement Commissioner Marta Kos on Friday canceled an upcoming visit to candidate nation Serbia over what she described as the “glorification” of former Bosnian Serb army commander Ratko Mladic following his death. Mladic was convicted of genocide by a U.N. court but remains a hero to many Serbs.]]></description><pubDate>Fri, 04 Sep 2026 13:53:03 +0000</pubDate><content:encoded><![CDATA[<p>BELGRADE, Serbia (AP) — The European Union ’s Enlargement Commissioner Marta Kos on Friday canceled an upcoming visit to candidate nation Serbia over what she described as the “glorification” of former Bosnian Serb army commander Ratko Mladic following his death. Mladic was convicted of genocide by a U.N. court but remains a hero to many Serbs.</p><p>Mladic’s remains were flown to Belgrade on a Serbian government plane from The Hague, Netherlands, on Thursday, a week after his death and days ahead of his burial in a Belgrade cemetery.</p><p>Mladic was sentenced in 2017 to life imprisonment for orchestrating the massacre of more than 8,000 Muslims in Srebrenica in 1995; the yearslong siege of the Bosnian capital of Sarajevo during the 1992-95 conflict; and other war crimes, including setting up concentration camps for detained non-Serb civilians and enemy soldiers.</p><p>Upon landing in Belgrade, Mladic's coffin was wrapped in the national flag and Serbian soldiers carried his body to a van for transport to the military hospital. Serbia's Justice Minister Nenad Vujic was on the plane with Mladic's family members and nationalist admirers lit flares as the convoy passed.</p><p>Kos said on X that “the glorification surrounding his death is incompatible with the values on which the EU path is built.”</p><p>“Ratko Mladic was convicted of genocide, crimes against humanity and war crimes,” Kos said. “The return of his remains to Belgrade reminds Europe of the darkest pages in our recent history.”</p><p>In Belgrade, regional N1 television quoted Serbia’s populist President Aleksandar Vucic as saying that Kos’s explanation was “very short but stupid.” Vucic said Kos did not specify “who glorified anything” but that “I guess we should ban people from showing up, ban the funeral.”</p><p>Earlier Friday, Kos said the next days “will be a very important test” for Serbia ahead of the burial, which could draw thousands of admirers.</p><p>Mladic to be buried Monday in Belgrade</p><p>Mladic’s son, Darko Mladic, said at a news conference Friday that a military commemoration is planned for Saturday. Mladic’s coffin will be placed in a church in Belgrade on Monday morning so people can pay their respects before his funeral and burial later that day.</p><p>Vujic had previously said Mladic would be buried with full state honors, sparking outrage across the Balkans, where ethnic divisions persist decades after the 1992-95 war in Bosnia killed over 100,000 people and displaced millions.</p><p>Last year, Serbia buried another convicted war criminal, the former army chief of staff Nebojsa Pavkovic, with full military honors at a cemetery for distinguished individuals.</p><p>Serbia, which backed Bosnian Serb forces during the war, is formally seeking EU membership but remains defiant over its war role, accusing the West of anti-Serb bias. After Mladic died last week, thousands of Serbs in their political entity in Bosnia and many in Serbia held vigils in his honor. Thousands could attend the funeral.</p><p>Other European officials condemn Mladic glorification</p><p>The Council of Europe Commissioner for Human Rights, Michael O’Flaherty, on Friday urged authorities in Serbia and in the Serb-run entity of Bosnia to “counter the glorification of convicted war criminals,” which is illegal in Bosnia and “is not protected speech under the European Convention on Human Rights.”</p><p>“I abhor the public glorification of Ratko Mladic, a deceased war criminal convicted for the Srebrenica genocide and crimes against humanity,” O'Flaherty said in a statement.</p><p>Belgium's Foreign Minister Maxime Prevot said granting funeral honors for Mladic would be “shameful and disrespectful for the victims,” adding: “I condemn that act in the strongest terms, and have passed this message to my Serbian counterpart in charge of European affairs this morning.”</p><p>Calls also are multiplying for Europe’s biggest political bloc – the European People’s Party – to cut its ties to Vucic’s Serbian Progressive Party. European Commission President Ursula von der Leyen is a member of the EPP, along with European Parliament President Roberta Metsola and other top officials.</p><p>Vladimir Prebilic, a European Parliament member from Slovenia, urged the EPP to “stop acting as a safe haven” for Vucic's party, which he said “openly celebrates convicted war criminals and rolls out the red carpet for the ‘Butcher of Bosnia.’”</p><p>Serbia's president says he has meetings on Monday</p><p>In Serbia, Vucic, who is a former extreme nationalist who backed Serbia's expansionist policies in the past, said Friday that he has previously scheduled meetings Monday, and the funeral arrangements were made by Mladic's family.</p><p>“I have spoken to the Mladic family and I wish it all passes in a dignified way,” Vucic said, according to the pro-government Informer television.</p><p>“I did all I could so that the funeral would pass as it should,” he added without elaborating.</p><p>Serbia's EU bid has stalled due to democratic backsliding and Vucic's refusal to join international sanctions against Russia over the invasion of Ukraine.</p><p>The massacre in Srebrenica was Europe’s first acknowledged genocide after World War II. A U.N. “safe haven” for Bosniaks (Bosnian Muslims), Srebrenica ended up being overrun by Serbs who forced men and boys to strip, killed them and bulldozed their bodies into mass graves.</p><p>Mladic was one of the most notorious figures of the war in Bosnia that left more than 100,000 people dead and over 1 million homeless before it ended in 1995 in a U.S.-brokered peace agreement.</p><p>___</p><p>AP Writers Lorne Cook and Sam McNeil contributed from Brussels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4MKDP7U7ZR7WTSMATT5OPJYT2M.jpg?auth=894bdcd42deb8d14a4b771ccb2996f0c9e73568da3fb2680128747b3d1d49f43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A buyer checks a T-shirt with a picture of former Bosnian Serb wartime general Ratko Mladic displayed on Belgrade's main pedestrian street, Serbia, Friday, Sept. 4, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PV2DUUDYRMA2OV2YMRFM6KJOQ4.jpg?auth=53afb39de8186c4212e4c2294133622974160d2ea6c1fb5fcfe82666e872ad38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Darko Mladic, son of former Bosnian Serb wartime general Ratko Mladic speaks during a press conference in Belgrade, Serbia, Friday, Sept. 4, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7NKBDBHZVWZROLWLB5UKBXJLY.jpg?auth=f72c83d68541c8e8147b2fedbf0e6e7fab178e56b5b0bf761513e2695ada0ff3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars move along under a bridge with a banner on it reading: "Welcome home, General! (former Bosnian Serb wartime general Ratko Mladic)" in Belgrade, Serbia, Thursday, Sept. 3, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OZW2BGZPGXGTPKP5BZYP2NG5GM.jpg?auth=8a753e07ae8439b1d32e818656fe2ef59345e4beae974f4203fb396bd4609c34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mural shows former Bosnian Serb wartime general Ratko Mladic in Belgrade, Serbia, Wednesday, Sept. 2, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KDM7DEL6TBP5PSHWEY6UOVQDLY.jpg?auth=e1069284c6186b9446e8099cea2193ff4308dbdc2fe89bd3bb6119a4ece361e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A van carries the body of former Bosnian Serb wartime general Ratko Mladic in Belgrade, Serbia, Thursday, Sept. 3, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content></item><item><title><![CDATA[Civil rights groups urge a halt to South Africa data centers boom amid water and power fears]]></title><link>https://www.local10.com/business/2026/09/04/civil-rights-groups-urge-a-halt-to-south-africa-data-centers-boom-amid-water-and-power-fears/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/04/civil-rights-groups-urge-a-halt-to-south-africa-data-centers-boom-amid-water-and-power-fears/</guid><dc:creator><![CDATA[By MOGOMOTSI MAGOME and MICHELLE GUMEDE, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — South African civil rights groups are calling for a halt to the construction of additional data centers in the country until the use of scarce water, land and electricity resources has been investigated.]]></description><pubDate>Fri, 04 Sep 2026 11:06:18 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — South African civil rights groups are calling for a halt to the construction of additional data centers in the country until the use of scarce water, land and electricity resources has been investigated.</p><p>With South Africa positioning itself as Africa's main data hub and U.S. technology companies like Amazon, Microsoft and Equinix increasingly setting up digital infrastructure in the country, civil society organizations have raised the alarm about the lack of transparency around the projects.</p><p>The country’s rights watchdog, the South African Human Rights Commission, told The Associated Press that it has received over 250 submissions from interested groups after it called for input in May this year.</p><p>According to South African President Cyril Ramaphosa, the country hosts 70% of Africa’s data center capacity, and the government has identified this as an opportunity in the global digital economy, inviting more tech companies to build digital infrastructure in the country.</p><p>However, as in other parts of the world, such as the U.S., where data centers have been increasing rapidly, their long-term environmental and societal impacts are coming under greater scrutiny.</p><p>The commission noted that the country had experienced “significant growth” in the establishment of data centers, cloud infrastructure and related digital systems.</p><p>“A key issue emerging from the process is precisely the availability, consistency and transparency of information relating to matters such as electricity and water demand, land use, infrastructure requirements, environmental impacts and impacts on surrounding communities,” said Dr. Eileen Carter, who leads the commission preliminary process.</p><p>One of the latest municipal approvals for a data center that has irked various quarters is an Equinix hyperscale facility to be built in Cape Town, a city that avoided a so-called “Day Zero” in 2018, when its taps were predicted to run dry due to water scarcity.</p><p>The country’s recent memory of widespread power cuts, known as “ loadshedding, ” has also raised concerns about the 160 megawatts of electricity estimated to be required to run the facility.</p><p>South Africa has seemingly overcome its electricity crisis, with the country’s power utility, Eskom, reporting a power surplus during the winter peak-demand season, but civil society groups are wary of the surplus power being sold to data centers.</p><p>Some experts say the call for a temporary halt to more approvals should not be taken as a rejection of potential foreign investment in the country, but rather as a mechanism to establish clear rules, especially around transparency.</p><p>“Serious investors are not deterred by clear rules. They price uncertainty, and an unregulated boom is the most uncertain environment of all,” said Pitso Tsibolane, a senior lecturer in Information Systems at the University of Cape Town.</p><p>He said one of the major problems was that operators were not required to disclose how much water, electricity and land they would use or commit to in binding terms, so every proposal was weighed without the numbers.</p><p>Operators have cautioned against comparing data centers being built in South Africa to large-scale data centers in the U.S. as the water, land and power needs there are much higher.</p><p>They point out that Eskom currently has a power surplus and that most data centers increasingly rely on renewable energy for electricity.</p><p>“It should be clear that the growth in energy demand due to data centers is not contributing to electricity scarcity in South Africa and that this increasing demand is not a cause of rising electricity tariffs,” said Internet Service Providers Association chairperson Sasha Booth-Beharilal.</p><p>“Local data centers apply new technologies to minimize their water usage, which is substantially lower than the global average.”</p><p>The organization represents tech companies operating in the sector and operating data centers in the country.</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZZTZSZHSFLXBYIXXVWPO67PQLQ.jpg?auth=24834c52dbe621a5e30a6d54bf247500604101f838143d8091c4d5ef7ad1f834&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Meta's Stanton Springs Data Center is visible Jan. 13, 2026, in Newton County, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[For many spiritual seekers, author Wendell Berry was a fellow pilgrim and contrarian]]></title><link>https://www.local10.com/news/national/2026/09/04/for-many-spiritual-seekers-author-wendell-berry-was-a-fellow-pilgrim-and-contrarian/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/for-many-spiritual-seekers-author-wendell-berry-was-a-fellow-pilgrim-and-contrarian/</guid><dc:creator><![CDATA[By PETER SMITH, Associated Press]]></dc:creator><description><![CDATA[For Kentucky author Wendell Berry, the environmental crisis he lamented to such great effect in his essays, poetry and fiction was also a human crisis — a deeply spiritual one.]]></description><pubDate>Fri, 04 Sep 2026 11:03:54 +0000</pubDate><content:encoded><![CDATA[<p>For Kentucky author Wendell Berry, the environmental crisis he lamented to such great effect in his essays, poetry and fiction was also a human crisis — a deeply spiritual one.</p><p>Berry, who died Monday at home at age 92, drew that connection in poignant writings across many decades.</p><p>“Persons cannot be whole alone,” Berry wrote in “The Unsettling of America: Culture and Agriculture,” his classic 1977 work. “It is wrong to think that bodily health is compatible with spiritual confusion or cultural disorder, or with polluted air and water or impoverished soil.”</p><p>While Berry inspired writers, artists, local-food activists, environmentalists, agrarians and many others, some of his deepest admirers were moved by his spiritual vision.</p><p>Spending Sundays amid the ‘timbered choir’</p><p>That's despite — or maybe because of — Berry's skepticism of organized religion. He called himself a “bad-weather churchgoer” because in finer weather, he often skipped church to spend Sundays in what he called nature's “timbered choir.”</p><p>He was too steeped in the Bible and his Baptist heritage to fit the common notion of “spiritual but not religious.” But he was too independent-minded to be pigeonholed into any one tradition. Defiantly non-conformist yet committed to neighborly and communal bonds, he quipped about creating an “International Brotherhood of Contraries” in one of his poems.</p><p>“One of the reasons Wendell has been read and loved by so many people who are in faith or spiritual traditions is that he was able to think about the most fundamental questions of land and water and community and health and a flourishing life in such an expansive way,” said Norman Wirzba, a longtime friend of Berry’s who has written and edited numerous essays about him.</p><p>“He was also able to show the industrial mindset is not just a technique, but it’s a spiritual way of seeing the world that turns out to be very damaging and degrading,” said Wirzba, a professor of Christian theology at Duke Divinity School.</p><p>Berry saw spirituality as integrated with the human body</p><p>Berry recoiled from any spirituality that was ethereal and other-worldly, Wirzba said. “Wendell was a master in showing that any spirituality that’s worth anything starts with the human body.”</p><p>Seekers found a kindred soul in Berry, one who accompanied them in a time haunted by species loss, environmental disasters and social alienation.</p><p>Many sought him out in person: seminarians, clergy, professors and others on a search for greater meaning. They found their way to Berry's farmhouse overlooking the Kentucky River in Port Royal, the prototype for the tiny hamlet that was the setting for much of his fiction. Visitors sat on Berry's porch or amid the towering bookshelves in his living room, bringing their anxieties and questions in conversation with the author and his wife, Tanya.</p><p>Of course, Berry reached many more through his writings.</p><p>“So today I find myself giving thanks for someone I knew rather well, yet never met,” wrote Derek Peterson, a youth development educator. He said Berry helped deepen his appreciation for the North Dakota farm where he and three previous generations of his family have lived.</p><p>“He helped me understand that loving a place is not sentimentality; it is a discipline,” Peterson wrote on Facebook. “To know a piece of Earth — its soil and water, trees and birds, seasons and wounds; to understand what happened here before you arrived and wonder seriously about what condition it will be in after you leave — is a particular way of being human.”</p><p>An author, activist, farmer and contrarian</p><p>Berry was many things. As an author, he wrote more than 40 books, publishing his final novel, “Marce Catlett: The Force of a Story,” at age 91 in 2025. As an activist, Berry took part in an occupation of the Kentucky governor’s office to protest mountaintop-removal mining. As a farmer, he plowed with a horse rather than a tractor, rejecting the “Get big or get out” mandate of industrial agriculture.</p><p>Berry embraced parts of his Baptist heritage. He took the Bible at its word when it says the Earth was made by God, and it was good — a gift to be cared for.</p><p>But he believed the Southern evangelical religion had gone wrong with a stark separation of the spiritual and the physical worlds. To Berry, it focused on other-worldly salvation while blessing slavery and, later, environmentally devastating practices of agriculture and coal mining.</p><p>The title character of his acclaimed 2000 novel, “Jayber Crow,” concludes that “Christ did not come to found an organized religion but came instead to found an unorganized one.” Young Jayber studies for the ministry but has too many doubts to continue, becoming instead a barber and church janitor and living out “questions to which you cannot be given answers.”</p><p>In one of his poems, Berry gleefully defied both the religious and the cynical.</p><p>“When they said, ‘I know my Redeemer liveth,’ I told them, ‘He’s dead,’” Berry wrote. “And when they told me ‘God is dead,’ I answered, ‘He goes fishing every day in the Kentucky River. I see Him often.’”</p><p>The title of his widely admired “Sabbath Poems” partly reflects that he wrote many of them on his Sunday amblings in nature. But it also hearkens to biblical concepts of “Sabbath” — that humans and the land need a time of rest, not the constant churn demanded of an industrial economy.</p><p>Berry sought to heal fragmented selves and society</p><p>In a time of rampant loneliness and anxiety, such a message is crucial, said Wirzba.</p><p>“More people today enjoy a standard of life that would have been unimaginable to people 100 years ago, but they’re not happy,” Wirzba said. Berry's answer, he said, is to “see the beauty of this world and see that it’s worth cherishing.”</p><p>Among Berry's longtime admirers was Russell Moore, editor at large at Christianity Today and author of a 2025 cover story on Berry for the evangelical magazine.</p><p>“He believed body and soul, heaven and earth, are meant to hold together,” Moore wrote after Berry's death. “When they do not, the result is what Berry saw as the most fundamental crisis of the modern era: the disintegration of persons and communities.”</p><p>Through The Berry Center in New Castle, Kentucky, the author's family promotes the values he championed through education, agricultural training and other means. The center launched a small cooperative for local farmers raising grass-fed beef — a model for helping maintain small-scale farms.</p><p>Berry’s death came just days after the center announced publication of a 50th anniversary edition of “The Unsettling of America.” It was his passionate manifesto for human-scale, sustainable farming and against the machines, chemicals and human displacement of the era of industrialized agriculture.</p><p>“The tragedy of this book is that it originated in the recognition of a still-continuing absurdity,” Berry wrote in a new foreword. That is the assumption “that we can produce food by means that destroy, in human culture and in nature, the sources of food.”</p><p>Yet Berry insisted in interviews that he refused to give in to cynicism. Hope, he noted, is not a sentiment but a theological virtue, something one is obligated to pursue.</p><p>“I haven’t quit,” he said in a 2013 interview. “You have to assume I have hope. If you want an easy life, indulge yourself in despair.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7VTVZ7HKTPFT4PIKQWVCPWIGA.jpg?auth=ccb300583c11569916617a875487c2d64127bf25280b19d3afd62641569c90e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wendell Berry talks with a reporter at his home in Port Royal, Ky., March 10, 2011. (AP Photo/Ed Reinke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Reinke</media:credit></media:content></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><ul><li><a href="https://www.local10.com/news/local/2026/09/03/charges-will-not-be-filed-against-woman-who-fatally-shot-man-in-north-lauderdale-walmart-parking-lot">Charges will not be filed against woman who fatally shot man in North Lauderdale Walmart parking lot</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts">Broward McDonald’s fight involving man, children leads to probe, conflicting accounts</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/homestead-addiction-rehab-intern-accused-of-sex-with-clients-during-therapy">Homestead addiction rehab intern accused of sex with client during therapy</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/malfunctioning-weed-whacker-sparks-hallway-brawl-between-miami-dade-school-custodians-police-say" target="_blank">‘Malfunctioning weed-whacker’ sparks hallway brawl between Miami-Dade school custodians, police say</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/substitute-teacher-arrested-after-loaded-gun-found-in-her-backpack-at-hialeah-school-police-say" target="_blank">Substitute teacher arrested after loaded gun found in her backpack at Hialeah school, police say</a></li><li><a href="https://www.local10.com/news/local/2026/09/01/man-flying-to-cuba-tells-aa-gate-agent-at-mia-no-lithium-batteries-but-i-have-a-bomb-cops-say" target="_blank">Man flying to Cuba tells AA gate agent at MIA: No lithium batteries, ‘but I have a bomb,’ cops say</a></li><li><a href="https://www.local10.com/traffic/2026/08/31/orthopedic-surgeon-suffers-spinal-injury-after-driver-struck-him-while-cycling-in-miamis-virginia-key" target="_blank">Orthopedic surgeon suffers spinal injury after driver struck him while cycling on Rickenbacker Causeway in Miami</a></li><li><a href="https://www.local10.com/news/local/2026/08/31/miami-dade-woman-accused-of-extorting-lover-after-finding-out-he-had-a-girlfriend" target="_blank">Miami-Dade woman accused of extorting lover after finding out he had a girlfriend</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/fort-lauderdale-man-arrested-after-attacking-officer-at-hospital-cops-say">Fort Lauderdale man arrested after attacking officer at hospital, cops say</a></li><li><a href="https://www.local10.com/news/local/2026/09/03/felon-ran-illegal-butt-sculpting-clinic-in-liberty-city-that-left-women-disfigured-cops-say">Felon ran illegal butt sculpting clinic in Liberty City that left women disfigured, cops say</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Psychedelic 'Furthur' bus rolls back into San Francisco for new Grateful Dead exhibit]]></title><link>https://www.local10.com/entertainment/2026/09/04/psychedelic-furthur-bus-rolls-back-into-san-francisco-for-new-grateful-dead-exhibit/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/04/psychedelic-furthur-bus-rolls-back-into-san-francisco-for-new-grateful-dead-exhibit/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Ken Kesey's school bus — once painted in bright, swirly colors and driven across the country on a psychedelic journey — is back in San Francisco after 60 years as the centerpiece of a new exhibition celebrating the legacy of the Grateful Dead, a band that rose from the city’s famed hippie movement.]]></description><pubDate>Fri, 04 Sep 2026 16:58:53 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Ken Kesey's school bus — once painted in bright, swirly colors and driven across the country on a psychedelic journey — is back in San Francisco after 60 years as the centerpiece of a new exhibition celebrating the legacy of the Grateful Dead, a band that rose from the city’s famed hippie movement.</p><p>“Forever Grateful/Golden Gate Park” opens Saturday and will also feature the Grateful Dead frontman Jerry Garcia ’s BMW, which remains in mint condition and has never been displayed publicly.</p><p>The two iconic artifacts will anchor an exhibition that immerses visitors in the colors, sounds and sights of the counterculture that flourished in San Francisco in the 1960s.</p><p>Kesey rode the bus dubbed “Furthur” during the cross-country trip by the late author and his Merry Band of Pranksters to expand human consciousness through art, music and mind-altering drugs.</p><p>“This invites people to communicate and connect around art, music, and activism,” said Kelly Harris, executive director of the Haight Street Art Center, which organized the exhibition. “In this day and age, when we need something to bridge community, we know that this space allows for that to happen and Furthur is the portal.”</p><p>A celebration of hippie love, activism</p><p>The exhibition aims to celebrate the city’s history of hippie love and activism at a time when San Francisco is grappling with widening economic inequality fueled by an AI-driven technology boom, and the nation confronts deepening political divisions and collective fatigue.</p><p>Formed in 1965, the Grateful Dead is synonymous with San Francisco and its counterculture. Members lived in a dirt-cheap Victorian in the Haight and later became a significant part of 1967’s Summer of Love.</p><p>And it all started with the bus.</p><p>Kesey bought the bus with the proceeds from “One Flew Over the Cuckoo’s Nest.” In 1964, the writer and his friends drove it on a marijuana and LSD-fueled journey from coast to coast, helping introduce Americans to the emerging psychedelic scene.</p><p>That history-making road trip was later recounted in Tom Wolfe’s 1968 bestseller, “The Electric Kool-Aid Acid Test.”</p><p>Upon their return to California, Kesey, who as a student had been a guinea pig for government tests of the mind-altering drug, shared his experiences at a series of parties at his home in the hills above Stanford University that became known as the “acid tests.”</p><p>The parties featured a local bar band called The Warlocks, which turned into the Grateful Dead. The bus became a defining feature of the “acid tests” as Kesey and his friends took the parties on the road, mainly around the Bay Area.</p><p>“This entire exhibit, it’s a very layered story of the Grateful Dead and their influence, their phenomenon, and their impact on communities, on society, on people, and how their legacy still lives on,” said Renee de Cossio, director of exhibitions at the Haight Street Art Center.</p><p>Deadheads can recite why they fell in love with the music, how it happened and the moment it all clicked. They embrace something just as important as the music itself — the community that comes together at a Dead show.</p><p>Exhibit immerses visitors in counterculture</p><p>Visitors will be invited to record their first encounter with the counterculture — whether it was becoming a Deadhead, as the band’s fans are called, while Garcia was still alive, discovering the band after his death, or experiencing the Grateful Dead for the first time through the exhibition.</p><p>Actors with the Third Rail Projects, a New York-based experiential performance company, will guide visitors through part of the exhibit, including a dark tunnel full of mirrors that leads into booths where they will start conversations with the audience.</p><p>They will then lead small groups to experience a liquid light show, a 1960s art form that mixes liquids of different densities in watch glasses and projects colorful, shifting psychedelic patterns onto every space of a room, creating the sensation of being inside a giant, multicolor lava lamp.</p><p>“You might go with the people that you came with, or you might get packaged with a couple other folks that you didn’t know, and you’ll then unpack the experience with each other and have a conversation with a stranger that you wouldn’t have had otherwise,” said Edward Rice, associate managing director at Third Rail Projects.</p><p>The exhibit, which runs through Oct. 25, will also feature photographs from the band’s many concerts in Golden Gate Park and a screen-printing station where visitors can create their own art.</p><p>It will also help launch an effort to restore the now-dilapidated “Furthur” bus, which got its name after a typo on its destination sign. The bus was kept on the Kesey family farm in Pleasant Hill, Oregon, and was last seen in public at Woodstock in 1969.</p><p>“The focal point is the Furthur bus. And Furthur is a call to action. Never stop creating, never stop exploring, keep going further,” Harris said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AL23TKEFCIIMEMKUN7QZLBPBUA.jpg?auth=4afe75ed4a9b9c9a120f7d5a80a32de1ad5869eec817371fdc29f4759f8318a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ken Kesey's psychedelic bus "Furthur" is displayed at the Forever Grateful exhibit presented by the Haight Street Art Center at the County Fair Building in Golden Gate Park, Tuesday, Sept. 1, 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/K5RHV54MIXSGY4NUBFABBCCO34.jpg?auth=de7b978ff77328b5daa29632534996854c0059a81a46d615580a7a618c220b6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eric Pirone, left, looks toward Ken Kesey's psychedelic bus "Furthur" where it will be displayed at the Forever Grateful exhibit presented by the Haight Street Art Center at the County Fair Building in Golden Gate Park, Tuesday, Sept. 1, 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/F535JC7SY546OWL7Z3KEBGQBFI.jpg?auth=47cfe4a6c50f7c3ab703696bfdb68827618597879773fde3f92109f83199dc67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eric Pirone looks into Ken Kesey's psychedelic bus "Furthur" where it will be displayed at the Forever Grateful exhibit presented by the Haight Street Art Center at the County Fair Building in Golden Gate Park, Tuesday, Sept. 1, 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/KMJCBGM3QSYAXZRUTBHL2VUIDU.jpg?auth=e1db4ec06403616ce555934608707067af88b42f10dd2adb96dff89cd1ae9955&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Renee de Cossio, Director of Exhibitions at Haight Street Art Center, takes the cover off of Grateful Dead member Jerry Garcia's BMW that will be displayed at the Forever Grateful exhibit presented by the Haight Street Art Center at the County Fair Building in Golden Gate Park, Tuesday, Sept. 1, 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/K5JG6BDUIKME5VCQILG6JBZ2RI.jpg?auth=0779514be4b827e0284654bd1eefbfca6ec2870efa6ecb33be8e5303df549e49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The interior of Ken Kesey's psychedelic bus "Furthur" is shown while displayed at the Forever Grateful exhibit presented by the Haight Street Art Center at the County Fair Building in Golden Gate Park, Tuesday, Sept. 1, 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[Dozens die in Nigeria oil theft attempt after inhaling toxic fumes]]></title><link>https://www.local10.com/news/world/2026/09/04/dozens-die-in-nigeria-oil-theft-attempt-after-inhaling-toxic-fumes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/dozens-die-in-nigeria-oil-theft-attempt-after-inhaling-toxic-fumes/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN, Associated Press]]></dc:creator><description><![CDATA[ABUJA, Nigeria (AP) — An attempt to steal oil from a loading vessel in Nigeria’s oil-producing Rivers state left at least 37 people dead, most of them from inhaling toxic fumes, an advocacy group said Friday.]]></description><pubDate>Fri, 04 Sep 2026 14:29:42 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — An attempt to steal oil from a loading vessel in Nigeria’s oil-producing Rivers state left at least 37 people dead, most of them from inhaling toxic fumes, an advocacy group said Friday.</p><p>The Youths and Environmental Advocacy Center said the victims were simultaneously siphoning crude products into their boats from an “illegal tapping point” on Thursday. It caused them to inhale toxic fumes at high pressure, it said. Many are still missing, according to the report, quoting a network of volunteers.</p><p>The Nigerian police confirmed the incident on Friday but gave no death toll and said an investigation was underway.</p><p>“The Rivers State Police Command can confirm the deaths. The victims were allegedly attempting to steal crude oil,” Blessing Agabe, Rivers State police spokesperson, said.</p><p>Oil theft is common in the Niger Delta region of Nigeria, Africa’s biggest oil producer, where decades of oil exploration have led to high levels of poverty and environmental degradation.</p><p>The Nigerian government said oil theft causes several billion dollars in losses annually and has been clamping down on the practice.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XZQFVNIYTNI2N2V3KFDOGW72HQ.jpg?auth=a2bc412e2ad9b48531cffa1f4b0eb351db3c2280e5362574c784ddbb57b14832&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An oil spill is visible within the Niger Delta in Ogboinbiri, Nigeria, on Dec. 11, 2024. (AP Photo/Sunday Alamba)]]></media:description><media:credit role="author" scheme="urn:ebu">Sunday Alamba</media:credit></media:content></item><item><title><![CDATA[Sept. 4: Threat for heavy rainfall, localized flooding will be main concern going into weekend ]]></title><link>https://www.local10.com/weather/2026/09/04/sept-4-threat-for-heavy-rainfall-localized-flooding-will-be-main-concern-going-into-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/04/sept-4-threat-for-heavy-rainfall-localized-flooding-will-be-main-concern-going-into-weekend/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Friday! Grab your rain gear. Scattered to numerous showers and thunderstorms are expected, and some storms this afternoon could be strong to severe. ]]></description><pubDate>Fri, 04 Sep 2026 10:34:32 +0000</pubDate><content:encoded><![CDATA[<p>Happy Friday! Grab your rain gear. Scattered to numerous showers and thunderstorms are expected, and some storms this afternoon could be strong to severe. There will be breaks in the storms for highs to reach the lower 90s. Please remember “When thunder roars go indoors”. The threat for heavy rainfall and localized flooding will be the main concern going into the long holiday weekend as the soggy set up continues. The new drought monitor came out and great news, areas of the Everglades are no longer under extreme drought conditions. Now South Florida is under moderate to severe conditions. Looking ahead, Labor Day looks to be slightly drier so you may be able to get that BBQ in with family and friends. Keep it tuned to Local 10 for more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>