<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Tue, 15 Sep 2026 23:31:31 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Hollywood vet releases Miami Gardens Police Department K-9 Gael ]]></title><link>https://www.local10.com/news/local/2026/09/15/hollywood-vet-releases-miami-gardens-police-department-k-9-gael/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/hollywood-vet-releases-miami-gardens-police-department-k-9-gael/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[A VCA Animal Hospital veterinarian released K-9 Officer Gael with a cone around his neck on Tuesday in Hollywood.]]></description><pubDate>Tue, 15 Sep 2026 23:30:24 +0000</pubDate><content:encoded><![CDATA[<p>A VCA Animal Hospital veterinarian released K-9 Officer Gael with a cone around his neck on Tuesday in Hollywood. </p><p>The Miami Gardens Police Department’s 2-year-old Labrador retriever was back home after vanishing for about six days. </p><p>Gael jumped out of the MGPD patrol car and bolted across Northwest Second Avenue on Sept. 7, police said.</p><p>A resident recognized Gael and called police on Sept. 13 to report the K-9 was at North Miami Avenue and Northwest 191st Street.</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[‘She was just a baby’: Family mourns 4-year-old killed in Broward crash, pray for 2 still critical]]></title><link>https://www.local10.com/news/local/2026/09/15/she-was-just-a-baby-family-mourns-4-year-old-killed-in-broward-crash-pray-for-2-still-critical/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/she-was-just-a-baby-family-mourns-4-year-old-killed-in-broward-crash-pray-for-2-still-critical/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[A South Florida family is devastated following a tragic weekend car accident in Deerfield Beach. ]]></description><pubDate>Tue, 15 Sep 2026 21:51:29 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida family is devastated <a href="https://www.local10.com/news/local/2026/09/13/2-dead-5-injured-after-motorcycle-hits-car-making-u-turn-in-deerfield-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/13/2-dead-5-injured-after-motorcycle-hits-car-making-u-turn-in-deerfield-beach/">following a tragic weekend car crash in Deerfield Beach</a>. </p><p>Killed in the crash was 4-year-old Christine Celine Varella Mejia, and two other children, 8-year-old Abraham Medrano Mejia and 7-year-old Yamilah Claudio, are now fighting for their lives at Broward Health Medical Center. </p><p><a href="https://www.local10.com/espanol/2026/09/15/era-solo-una-bebe-familia-despide-a-nina-de-4-anos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/era-solo-una-bebe-familia-despide-a-nina-de-4-anos/"><b>Leer en español</b></a></p><p>“She was just a baby, she didn’t deserve this,” said Gabriella Derras, Meija’s aunt. “I still remember the last time I talked with her. She wanted me to take her to Disney, and I promise her and I didn’t.”</p><p>Christine Mejia, her parents, an adult cousin and two underage cousins were heading to get pizza Saturday night. </p><p>Behind the wheel was Christine Mejia’s mother, who was driving them along the 4100 block of west Hillsboro Boulevard in Deerfield Beach and as she was about to make a U-turn to head westbound when traffic investigators said their car was hit by a motorcycle. </p><p>The motorcyclist has been identified as 18-year-old Maxwell Patel, who died at the scene. </p><p>The impact caused the Nissan to flip over and the car was left mangled. The adults were all taken to the hospital and two of the surviving children are in critical condition.</p><p>Abraham Mejia’s sister, Katherine Medrano, said her little brother is in a medically induced coma.</p><p>“He suffered multiple fractures around his whole body, he had severe brain trauma, he had to have brain surgery,” she said. </p><p>Derras said Yamilah Claudio also suffered multiple injuries.</p><p>“She had really bad head trauma,” she said. “At the moment just praying and hoping she makes it and gets better, she’s also in a medically induced coma.” </p><p>The family said they are leaning on to their faith and trying to stay strong during this very difficult time.</p><p>“This is every parent’s worst possible nightmare, losing your child, having your child in a comatose state, needing to have brain surgery, having your cousin in another room next to yours and not knowing what is going on with them in their little bodies,” said Medrano. “They are strong children and they are going to make it, I’m praying everyday.”</p><p>The Broward Sheriff’s Office said they are investigating the circumstances surrounding the crash. </p><p>Family members have created <a href="https://www.gofundme.com/f/help-christines-family-after-a-devastating-car-accident?attribution_id=sl:76992f5b-5427-482b-9294-beb17bb0bc33&amp;lang=en_US&amp;ts=1789498778&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-5&amp;utm_medium=customer&amp;utm_source=copy_link" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/help-christines-family-after-a-devastating-car-accident?attribution_id=sl:76992f5b-5427-482b-9294-beb17bb0bc33&amp;lang=en_US&amp;ts=1789498778&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-5&amp;utm_medium=customer&amp;utm_source=copy_link">a GoFundMe page to help with funeral expenses</a> for Christine Mejia, and a separate <a href="https://www.gofundme.com/f/saving-the-babies-after-fatal-crash?attribution_id=sl:66294ef1-e9b0-48a2-96cf-5347a03c1332&amp;lang=en_US&amp;ts=1789498688&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-8&amp;utm_medium=customer&amp;utm_source=copy_link" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/saving-the-babies-after-fatal-crash?attribution_id=sl:66294ef1-e9b0-48a2-96cf-5347a03c1332&amp;lang=en_US&amp;ts=1789498688&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-8&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page to assist with hospital expenses</a> for the children who are still recovering. </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[3 hurt after driver slams into El Palacio de los Jugos in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/09/15/3-hurt-after-driver-slams-into-el-palacio-de-los-jugos-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/3-hurt-after-driver-slams-into-el-palacio-de-los-jugos-in-miami-dade/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[First responders were quick to respond after receiving reports of a driver who crashed her car into a El Palacio de los Jugos location in the West Kendall area.]]></description><pubDate>Tue, 15 Sep 2026 20:43:29 +0000</pubDate><content:encoded><![CDATA[<p>First responders were quick to respond after receiving reports of a driver who crashed her car into a El Palacio de los Jugos location in the West Kendall area.</p><p><a href="https://www.local10.com/espanol/2026/09/15/estrello-su-auto-contra-el-palacio-de-los-jugos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/estrello-su-auto-contra-el-palacio-de-los-jugos/"><b>Leer en español</b></a></p><p>It happened around 3:45 p.m. at the chain’s location at 15110 SW 56th St. </p><p>According to Miami-Dade Fire Rescue, crews arrived to the scene and discovered the damage to the building, as well as a gas leak.</p><p>Officials quickly notified the gas company, authorities said. </p><p>One woman was taken to HCA Florida Kendall Hospital as a trauma patient, according to MDFR, while two other women taken to area hospitals. </p><p>Authorities said one of the injured women was the driver of the car. </p><p>There was no word from authorities on the circumstances that led up to the car crashing into the building. </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[Pines mom gets DUI after cop spots her driving with 5-year-old hanging out window, police say]]></title><link>https://www.local10.com/news/local/2026/09/15/pines-mom-gets-dui-after-cop-spots-her-driving-with-5-year-old-hanging-out-window-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/pines-mom-gets-dui-after-cop-spots-her-driving-with-5-year-old-hanging-out-window-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Pembroke Pines woman is facing drunken driving and child neglect charges after police said an officer spotted her 5-year-old daughter hanging out her vehicle’s window as she drove on a major road on Sunday evening.]]></description><pubDate>Tue, 15 Sep 2026 20:52:10 +0000</pubDate><content:encoded><![CDATA[<p>A Pembroke Pines woman is facing drunken driving and child neglect charges after police said an officer spotted her 5-year-old daughter hanging out her vehicle’s window as she drove on a major road on Sunday evening.</p><p><a href="https://www.local10.com/espanol/2026/09/15/arrestan-a-madre-tomada-con-su-nina-colgando-de-la-ventana-del-auto/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/arrestan-a-madre-tomada-con-su-nina-colgando-de-la-ventana-del-auto/"><b>Leer en español</b></a></p><p>Authorities said a Pembroke Pines police officer was waiting at a red light at Sheridan Street and Flamingo Road just after 10:30 p.m. when he spotted the young girl “standing on the rear set exposing her upper body outside the right rear window” of a Lexus driven by her mother, Isabella Fernanda Saenz.</p><p>Police said Saenz, 26, crossed over a solid white line as the light turned green ― and her daughter was still hanging out of the window.</p><p>An arrest report states that the officer pulled Saenz over. The report states she was “unaware” her daughter was unbelted and hanging out of the window.</p><p>Police said Saenz smelled of alcohol and had “glossy” eyes. They said she later failed field sobriety testing and a breathalyzer test revealed a blood alcohol content of more than 0.12%, over the legal limit of 0.08%.</p><p>According to the report, Saenz told officers that she was coming back from “a kid’s birthday party in Miramar,” where she had a margarita.</p><p>After her arrest, she was booked into jail and given an $8,000 bond by a judge on Monday. She no longer appeared in Broward jail records as of Tuesday.</p><p>Records show Saenz has received multiple traffic tickets in Broward County dating back to 2023, some of which were later dismissed.</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/S4NUBFH655BFRHHRUIN4NFWTXU.jpg?auth=0b1c4720c207b2933de3595cf771f2979744d65c63d97200f331015b73466936&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Isabella Saenz]]></media:description></media:content></item><item><title><![CDATA[Video shows deputy fatally shoot teenager in Miami Beach apartment]]></title><link>https://www.local10.com/news/local/2026/09/15/video-shows-deputy-fatally-shoot-teenager-in-miami-beach-apartment/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/video-shows-deputy-fatally-shoot-teenager-in-miami-beach-apartment/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[New body camera footage sheds light on what happened when a Miami-Dade Sheriff’s Office deputy shot and killed a teenager while attempting to serve a search warrant in Miami Beach.]]></description><pubDate>Tue, 15 Sep 2026 22:29:22 +0000</pubDate><content:encoded><![CDATA[<p>New body camera footage sheds light on what happened when a Miami-Dade Sheriff’s Office deputy <a href="https://www.local10.com/news/local/2026/07/25/video-shows-aftermath-of-mdso-deputys-shooting-of-teen-while-serving-warrant-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/25/video-shows-aftermath-of-mdso-deputys-shooting-of-teen-while-serving-warrant-in-miami-beach/">shot and killed a teenager</a> while attempting to serve a search warrant in Miami Beach.</p><p><a href="https://www.local10.com/espanol/2026/09/15/video-muestra-como-policia-de-miami-beach-mato-a-menor-a-balazos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/video-muestra-como-policia-de-miami-beach-mato-a-menor-a-balazos/"><b>Leer en español</b></a></p><p>It happened just before 7 a.m. on July 24 at 785 81st St. in the Biscayne Point section of North Beach.</p><p>Sheriff Rosie Cordero-Stutz released footage from two of the cameras deputies were wearing.</p><p>The video shows what is called a Special Response Team busting down the door. Once inside, they start shouting at a woman to raise her hands.</p><p>A moment later, 17-year-old Durrell Young swings his door open with a gun in his right hand and moves toward the room deputies are in.</p><p>The entire interaction happens very quickly.</p><p>The Sheriff’s Office says the deputy told Young to put up his hands, but he did not comply, so the deputy shot him.</p><p>Authorities released a photo of the gun they said Young was armed with.</p><p>The Sheriff’s Office says Young and another man named on the warrant, 18-year-old Valentino Berry, were known to deputies due to previous gun-related offenses.</p><p>Berry was taken into custody. Young was pronounced dead at the scene.</p><p>The Florida Department of Law Enforcement is still investigating this shooting.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Feds move Boeing 767-300 cargo jet from fatal crash site to lot near Miami International Airport ]]></title><link>https://www.local10.com/news/local/2026/09/15/feds-move-boeing-767-300-cargo-jet-from-fatal-crash-site-to-lot-near-miami-international-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/feds-move-boeing-767-300-cargo-jet-from-fatal-crash-site-to-lot-near-miami-international-airport/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[The Boeing 767-300 cargo jet that was involved in a fatal crash while operating as Prime Air Flight 7598 has a maximum takeoff weight of about 412,000 pounds. ]]></description><pubDate>Tue, 15 Sep 2026 23:05:57 +0000</pubDate><content:encoded><![CDATA[<p>The Boeing 767-300 cargo jet that was involved in a fatal crash while operating as Prime Air Flight 7598 at Miami International Airport was moving on Tuesday. </p><p><a href="https://www.local10.com/espanol/2026/09/15/trasladan-boeing-767-del-lugar-del-choque-mortal-en-mia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/trasladan-boeing-767-del-lugar-del-choque-mortal-en-mia/"><b>Leer en español</b></a></p><p>A team used heavy-duty specialized equipment to push and pull more than 412,000 pounds out of the Sept. 6 crash site, along Northwest 67 Avenue, and to a nearby lot. </p><p>The National Transportation Safety Board continued to investigate what caused the jet to overrun the runway after landing and crash into a van and an SUV, killing five people and injuring five others. </p><p>The jet struck seven men — Julio Pineda, Rolando Aleman, Yoel Rodriguez, Carlos Acosta, Javierkys Reyes, Roosevelt Perdomo, and Ridoel Averhoff — who were in a white 2012 Ford E-150 Econoline van at MIA. </p><p>Pineda, 75; Aleman, 55; Rodriguez, 53; Acosta, 53; and Reyes, 47, died while working for <a href="https://www.local10.com/news/local/2026/09/08/cleaning-company-heartbroken-over-loss-of-deeply-loved-employees-killed-in-cargo-plane-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/08/cleaning-company-heartbroken-over-loss-of-deeply-loved-employees-killed-in-cargo-plane-crash/">Professional Ocean Service Corp.</a>, a company that cleans planes at MIA. </p><p>Perdomo, 36, and Averhoff, 32, were injured. The jet also struck Eugenio Corredor, who was driving a Toyota Corolla Cross SUV on Northwest 67th Avenue outside of MIA. </p><p>Corredor, 79, was also injured. Joseph Carroll and Jaime Silva, the pilot and the co-pilot of the Boeing 767-300 operated by 21 Air for Amazon, suffered minor injuries. </p><p>Carroll, 55, and Silva, 37, were released from the hospital to face scrutiny over the crash. Perdomo, Averhoff, and Corredor remained at Jackson Memorial Hospital on Tuesday night. </p><p><b>Interactive graphic</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 256.71% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/06418bd7-25bf-48d0-8b43-a2a426da2598?src=embed&amp;embed_type=responsive_iframe" title="Cargo plane crash" allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Trasladan Boeing 767 del lugar del choque mortal en MIA]]></title><link>https://www.local10.com/espanol/2026/09/15/trasladan-boeing-767-del-lugar-del-choque-mortal-en-mia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/trasladan-boeing-767-del-lugar-del-choque-mortal-en-mia/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[Cinco trabajadores de una empresa que limpia aviones murieron en el accidente del 6 de septiembre. Tres heridos seguían internados el martes por la noche en el Jackson Memorial Hospital.]]></description><pubDate>Tue, 15 Sep 2026 23:18:53 +0000</pubDate><content:encoded><![CDATA[<p>El avión de carga Boeing 767-300 que protagonizó un accidente mortal cuando operaba como el vuelo 7598 de Prime Air en el Aeropuerto Internacional de Miami (MIA) fue trasladado el martes.</p><p>Un equipo usó maquinaria pesada especializada para empujar y arrastrar las más de 412,000 libras del avión desde el lugar del accidente del 6 de septiembre, a lo largo de Northwest 67 Avenue, hasta un terreno cercano.</p><p>La Junta Nacional de Seguridad en el Transporte (NTSB) continúa investigando por qué el avión se salió de la pista después de aterrizar y chocó contra una van y una camioneta. El accidente dejó cinco muertos y cinco heridos.</p><p>El avión impactó a siete hombres que iban en una van Ford E-150 Econoline blanca de 2012 dentro de MIA: Julio Pineda, Rolando Aleman, Yoel Rodriguez, Carlos Acosta, Javierkys Reyes, Roosevelt Perdomo y Ridoel Averhoff.</p><p>Pineda, de 75 años; Aleman, de 55; Rodriguez, de 53; Acosta, de 53, y Reyes, de 47, murieron mientras trabajaban para Professional Ocean Service Corp., una empresa que limpia aviones en MIA.</p><p>Perdomo, de 36 años, y Averhoff, de 32, resultaron heridos. El avión también golpeó a Eugenio Corredor, quien conducía una camioneta Toyota Corolla Cross por Northwest 67th Avenue, fuera del aeropuerto.</p><p>Corredor, de 79 años, también resultó herido. Joseph Carroll y Jaime Silva, piloto y copiloto del Boeing 767-300 operado por 21 Air para Amazon, sufrieron heridas leves.</p><p>Carroll, de 55 años, y Silva, de 37, ya salieron del hospital y ahora enfrentan el escrutinio por el accidente. Perdomo, Averhoff y Corredor seguían internados en el Jackson Memorial Hospital el martes por la noche.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a madre tomada con su niña colgando de la ventana del auto]]></title><link>https://www.local10.com/espanol/2026/09/15/arrestan-a-madre-tomada-con-su-nina-colgando-de-la-ventana-del-auto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/arrestan-a-madre-tomada-con-su-nina-colgando-de-la-ventana-del-auto/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La mujer, de 26 años, dijo a los agentes que volvía de un cumpleaños infantil en Miramar, donde se había tomado una margarita. Un juez le fijó una fianza de $8,000.]]></description><pubDate>Tue, 15 Sep 2026 23:16:55 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Pembroke Pines enfrenta cargos por manejar bajo la influencia del alcohol y por negligencia infantil. Según la policía, un agente vio el domingo por la noche a su hija de 5 años asomada por la ventana del vehículo mientras ella manejaba por una vía principal.</p><p>Las autoridades informaron que un policía de Pembroke Pines esperaba en un semáforo en rojo en Sheridan Street y Flamingo Road poco después de las 10:30 p.m. cuando vio a la niña “de pie en el asiento trasero, con la parte superior del cuerpo fuera de la ventana trasera derecha” de un Lexus que conducía su madre, Isabella Fernanda Saenz.</p><p>Según la policía, cuando el semáforo cambió a verde, Saenz, de 26 años, cruzó una línea blanca continua con su hija todavía colgando de la ventana.</p><p>El informe de arresto indica que el agente detuvo a Saenz, quien “no se había dado cuenta” de que su hija iba sin cinturón y con medio cuerpo fuera del vehículo.</p><p>La policía dijo que Saenz olía a alcohol y tenía los ojos vidriosos. Luego no pasó las pruebas de sobriedad y una prueba de aliento arrojó un nivel de alcohol en la sangre superior a 0.12%, por encima del límite legal de 0.08%.</p><p>De acuerdo con el informe, Saenz les dijo a los agentes que regresaba de “una fiesta de cumpleaños de un niño en Miramar”, donde se había tomado una margarita.</p><p>Tras su arresto, fue ingresada en la cárcel y el lunes un juez le fijó una fianza de $8,000. Hasta el martes, ya no figuraba en los registros de la cárcel de Broward.</p><p>Los registros muestran que Saenz ha recibido varias multas de tránsito en el condado Broward desde 2023, algunas de las cuales fueron desestimadas después.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S4NUBFH655BFRHHRUIN4NFWTXU.jpg?auth=0b1c4720c207b2933de3595cf771f2979744d65c63d97200f331015b73466936&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Isabella Saenz]]></media:description></media:content></item><item><title><![CDATA[Emmy Awards ratings down nearly 10% from last year]]></title><link>https://www.local10.com/entertainment/2026/09/15/emmy-awards-ratings-down-nearly-10-from-last-year/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/15/emmy-awards-ratings-down-nearly-10-from-last-year/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Ratings for the Emmy Awards were down nearly 10% from last year, with the viewer numbers dipping again after a couple of years of growth.]]></description><pubDate>Tue, 15 Sep 2026 23:13:36 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Ratings for the Emmy Awards were down nearly 10% from last year, with the viewer numbers dipping again after a couple of years of growth.</p><p>About 6.7 million viewers tuned in to watch the 78th primetime Emmy Awards on NBC, according to data released Tuesday by the network.</p><p>“Widow's Bay” from Apple TV was Monday night's biggest winner by far on the telecast hosted by “Law & Order: Special Victims Unit” star Mariska Hargitay, setting a record for a comedy with 14 Emmys. “The Pitt” won best drama for the second straight year.</p><p>The Emmys telecast brought in an estimated 6.87 million viewers on ABC in 2024, and 7.42 million on CBS last year.</p><p>Sunday's show was far higher than the all-time low of 4.3 million from the Fox telecast of January 2024, which was delayed by months because of Hollywood’s writers and actors strikes.</p><p>The Emmys telecast rotates annually between the four broadcast networks.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHQH4G7H4EMK4MXWKCYTVYJZBU.jpg?auth=30fb421bc1cf8cd3f10af30a92fefe01c8e169f7a526408696c9823f7a0293ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Host Mariska Hargitay, center, performs during the 78th Emmy Awards on Monday, Sept. 14, 2026, at the Peacock Theater in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AP7BMQXJ4HHFWPJ2EIIXDZLDUI.jpg?auth=ea7e3b6ec5ed388d74b0ee421c2e2c68080983e188918eca02b8bee9a6761ce2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Meg Stalter, left, and Paul W. Downs arrive at the 78th Emmy Awards on Monday, Sept. 14, 2026, at the Peacock Theater in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4W7Q4PXBM6X7THKWKRCAHKH64.jpg?auth=1be2de688db1365268f4cdb6ef2895652a4019c73ed26b6c5261160ad3ba784b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Rhys poses in the press room with the awards for outstanding lead actor in a limited or anthology series or movie for "The Beast In Me," and outstanding lead actor in a comedy series for "Widow's Bay" during the 78th Emmy Awards on Monday, Sept. 14, 2026, at the JW Marriott in Los Angeles. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[Video muestra cómo policía de Miami Beach mató a menor a balazos]]></title><link>https://www.local10.com/espanol/2026/09/15/video-muestra-como-policia-de-miami-beach-mato-a-menor-a-balazos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/video-muestra-como-policia-de-miami-beach-mato-a-menor-a-balazos/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Los agentes intentaban cumplir una orden de registro a primera hora de la mañana en North Beach. El otro joven mencionado en la orden fue arrestado y el tiroteo sigue bajo investigación estatal.]]></description><pubDate>Tue, 15 Sep 2026 23:13:22 +0000</pubDate><content:encoded><![CDATA[<p>Un nuevo video de las cámaras corporales muestra lo que ocurrió cuando un agente de la Oficina del Sheriff de Miami-Dade mató a tiros a un adolescente mientras intentaba cumplir una orden de registro en Miami Beach.</p><p>Los hechos ocurrieron poco antes de las 7 a.m. del 24 de julio en el 785 de 81st St., en la zona de Biscayne Point, en North Beach.</p><p>La sheriff Rosie Cordero-Stutz divulgó las imágenes de dos de las cámaras que llevaban los agentes.</p><p>En el video se ve a un equipo especial de respuesta (Special Response Team) derribar la puerta. Una vez adentro, los agentes le gritan a una mujer que levante las manos.</p><p>Un instante después, Durrell Young, de 17 años, abre de golpe su puerta con un arma en la mano derecha y avanza hacia la habitación donde están los agentes.</p><p>Todo sucede en cuestión de segundos.</p><p>Según la Oficina del Sheriff, el agente le ordenó a Young que levantara las manos, pero como no obedeció, le disparó.</p><p>Las autoridades publicaron una foto del arma que, según dijeron, tenía Young.</p><p>La Oficina del Sheriff indicó que Young y otro joven que figuraba en la orden, Valentino Berry, de 18 años, ya eran conocidos por los agentes por delitos anteriores relacionados con armas.</p><p>Berry fue detenido. Young murió en el lugar.</p><p>El Florida Department of Law Enforcement (FDLE) sigue investigando el tiroteo.</p>]]></content:encoded></item><item><title><![CDATA[Photographer Chick Harrity, who documented history for AP from Vietnam to the White House, has died]]></title><link>https://www.local10.com/business/2026/09/15/photographer-chick-harrity-who-documented-history-for-ap-from-vietnam-to-the-white-house-has-died/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/photographer-chick-harrity-who-documented-history-for-ap-from-vietnam-to-the-white-house-has-died/</guid><dc:creator><![CDATA[By MICHAEL WEISSENSTEIN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Photographer Chick Harrity, who documented the Vietnam War and eight sitting U.S. presidents for The Associated Press and U.S. News and World Report, has died. He was 87.]]></description><pubDate>Tue, 15 Sep 2026 23:15:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Photographer Chick Harrity, who documented the Vietnam War and eight sitting U.S. presidents for The Associated Press and U.S. News and World Report, has died. He was 87.</p><p>Harrity took one of the best-known photographs of the Vietnam War, of a baby girl lying in a box alongside her brother in what was then the South Vietnamese capital of Saigon.</p><p>“Chick was an amazing photographer,” said retired photojournalist Nick Ut, another AP Vietnam War photographer. "We all walked by this homeless boy near a woman selling cigarettes, but Chick saw the photo.“</p><p>An eighth-grade teacher in his hometown of Reading, Pennsylvania, urged Harrity to pick up a camera, launching him on “a lifelong journey documenting the world around him,” his wife of 51 years, Yvonne Henry, wrote in an online obituary.</p><p>He took pictures ‘of a group of pretty interesting people’</p><p>Harrity started his career in 1956 at a Reading newspaper and went on to spend 26 years at the AP, 13 of them in the Washington bureau. He then became chief photographer at U.S. News and World Report.</p><p>“I had the chance to run around the world taking pictures of a group of pretty interesting people. I was getting to witness history,” Harrity said in his family's obituary.</p><p>As a member of the White House press corps for 33 years, he covered presidents from Lyndon B. Johnson to George W. Bush and was at the White House documenting Richard Nixon's resignation. One Aug. 9, 1974, photo shows a teary-eyed Nixon bidding farewell to members of the White House staff.</p><p>Harrity served in the Air National Guard and attended Kent State University. His hobby was “writing and photographing stories ‘as a unit,’” the AP wrote in an internal article describing Harrity as the organization’s Albany photographer.</p><p>Harrity had a great sense of comedy that imbued his work and personal lives, his wife said. “The guy had a fantastic sense of humor in every single part of his life,” Henry said. “He always looked for something funny.”</p><p>When asked about her husband’s obituary, she said, “”His quote would be, ‘It’s been a wonderful ride.’”</p><p>His family's obituary also makes a reference to Harrity's appetite for deep knowledge about the stories he was covering.</p><p>A page titled “Chick's favorite cartoons” shows one of two men looking a sign with one arrow captioned “You are here” and another captioned “Those in in the know are here.” Another shows a character from the cartoon “Shoe” who's sent out to do some aerial photography. Perched on a rooftop, the character says, “Luckily I just get paid to take the picture, not to figure out why.”</p><p>He was known for forming relationships that made his photography possible</p><p>Harrity covered 1960s and 1970s protests in Washington and Milwaukee, among other cities. Sent to Vietnam to help cover the effects of the Paris Peace Accords to end the war, he demonstrated his ability to swiftly form relationships that helped him take top-notch photographs of a country he didn't know intimately, said retired AP photographer Neal Ulevich.</p><p>“Chick was not only a top-notch shooter but outstanding at getting along with everyone in a situation that he was new to,” Ulevich said.</p><p>Harrity retired from U.S. News on April Fool’s Day 2001, his family wrote in his obituary. He moved to northern California, where he contributed to the Calistoga Tribune and local arts organizations.</p><p>During his long career, he received the Associated Press Managing Editors’ award for excellence in photography, the National Press Photographers’ Association's Joseph Sprague memorial award, the Leica Medal of Excellence for photojournalism and the White House National Press Association's lifetime achievement award. He was also named the White House News Photographers Association's photographer of the year.</p><p>Beside his wife, Harrity is survived by “interesting, amusing, and treasured family and friends,” his family obituary reads. “He loved well. He was well loved.”</p><p>___</p><p>Associated Press journalist Edith M. Lederer contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OII6YNRTGC23THJIMZYYXHPEEA.jpg?auth=d4912da16111a735dafd3a218c3dab0c36824929e4f4d624f0d3e293a9e06aea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -In this Aug. 9, 1974, file photo, President Richard Nixon waves goodbye from the steps of his helicopter outside the White House after delivering a farewell address to members of the White House staff. (AP Photo/Chick Harrity, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chick Harrity</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VGICOJLPIWNKOZZKDQUM6F5VDE.jpg?auth=03140a55ceb78be754bdd8be74feb13ebd69180130eac4833f3f9ac12f890bf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This 1973 file photo shows Tran Thie Het Nhanny lying in a cardboard box next to her brother, who begged on the streets of Saigon, Vietnam. (AP Photo/Chick Harrity, File)]]></media:description><media:credit role="author" scheme="urn:ebu">CHICK HARRITY</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YHSURBZCQ3FFBYSB65QSHDMT7M.jpg?auth=d714f6ad724c7101788ce2001946c1d4878371ebc3662a2439f58c03f1e496e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Photojournalist Chick Harrity, right, reunites with Nhanny Heil, an orphan he photographed as an abandoned baby sleeping in a box on a street during the Vietnam War, as President George W. Bush, center, looks on during the White House News Photographers’ Association “Eyes of History 2005 Gala” in Washington, Saturday, May 21, 2005. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. SCOTT APPLEWHITE</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JDP2KIWT22Z2YND72XAD6YQJFE.jpg?auth=3fa5e1f1b2db5aa4c0d8cde55909cf0109935164a8e1dfe31e66232fa78a0d7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this March 18, 1980, file photo, Federal Reserve Board Chairman Paul Volcker listens to a question as he testifies before the Senate Banking Committee in Washington (AP Photo/Chick Harrity, File)]]></media:description><media:credit role="author" scheme="urn:ebu">CHICK HARRITY</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QAQJQKBHP3VFLLPLXFILE7TZQU.jpg?auth=379e6a55c5d03726aacba51dfbdcb4ad4cfcf52c6ad3db50f50cfde863c512bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - his Aug. 11, 1974, file photo shows U.S. President Gerald Ford surfacing for air while swimming in the pool at his home in Alexandria, Va. (AP Photo/Chick Harrity)]]></media:description><media:credit role="author" scheme="urn:ebu">CHICK HARRITY</media:credit></media:content></item><item><title><![CDATA[“Era solo una bebé”: familia despide a niña de 4 años]]></title><link>https://www.local10.com/espanol/2026/09/15/era-solo-una-bebe-familia-despide-a-nina-de-4-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/era-solo-una-bebe-familia-despide-a-nina-de-4-anos/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[La pequeña iba con sus padres y primos a comprar pizza el sábado por la noche cuando una motocicleta impactó el carro, que terminó volcado. El motociclista, de 18 años, murió en el lugar.]]></description><pubDate>Tue, 15 Sep 2026 23:09:04 +0000</pubDate><content:encoded><![CDATA[<p>Una familia del sur de Florida está devastada <a href="https://www.local10.com/news/local/2026/09/13/2-dead-5-injured-after-motorcycle-hits-car-making-u-turn-in-deerfield-beach/" rel="">tras un trágico accidente de tránsito ocurrido el fin de semana en Deerfield Beach</a>.</p><p>En el choque murió Christine Celine Varella Mejia, de 4 años. Otros dos niños, Abraham Medrano Mejia, de 8 años, y Yamilah Claudio, de 7, luchan por sus vidas en el Broward Health Medical Center.</p><p>“Era solo una bebé, no se merecía esto”, dijo Gabriella Derras, tía de la niña. “Todavía me acuerdo de la última vez que hablé con ella. Quería que la llevara a Disney, se lo prometí y no lo cumplí”.</p><p>Christine Mejia, sus padres, un primo adulto y dos primos menores de edad iban a comprar pizza el sábado por la noche.</p><p>Al volante iba la madre de Christine Mejia. Según los investigadores de tránsito, circulaba por la cuadra 4100 de West Hillsboro Boulevard, en Deerfield Beach, y estaba a punto de dar una vuelta en U para dirigirse hacia el oeste cuando una motocicleta chocó contra el carro.</p><p>El motociclista fue identificado como Maxwell Patel, de 18 años, quien murió en el lugar.</p><p>Por la fuerza del impacto, el Nissan se volcó y quedó destrozado. Todos los adultos fueron trasladados al hospital y dos de los niños sobrevivientes están en estado crítico.</p><p>Katherine Medrano, hermana de Abraham Mejia, contó que su hermanito está en coma inducido.</p><p>“Sufrió múltiples fracturas en todo el cuerpo, tuvo un traumatismo cerebral grave y tuvieron que operarlo del cerebro”, relató.</p><p>Derras indicó que Yamilah Claudio también sufrió múltiples lesiones.</p><p>“Tuvo un golpe muy fuerte en la cabeza”, dijo. “Por ahora solo estamos rezando y esperando que salga adelante y se recupere. Ella también está en coma inducido”.</p><p>La familia dice que se apoya en su fe e intenta mantenerse fuerte en este momento tan difícil.</p><p>“Esta es la peor pesadilla de cualquier padre: perder a tu hijo, tener a tu hijo en coma, que necesite una operación del cerebro, tener a tu primo en el cuarto de al lado y no saber qué está pasando dentro de esos cuerpecitos”, dijo Medrano. “Son niños fuertes y van a salir adelante. Rezo todos los días”.</p><p>La Oficina del Sheriff de Broward informó que investiga las circunstancias del accidente.</p><p>Los familiares crearon <a href="https://www.gofundme.com/f/help-christines-family-after-a-devastating-car-accident?attribution_id=sl:76992f5b-5427-482b-9294-beb17bb0bc33&amp;lang=en_US&amp;ts=1789498778&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-5&amp;utm_medium=customer&amp;utm_source=copy_link" rel="">una página de GoFundMe para cubrir los gastos del funeral</a> de Christine Mejia y otra <a href="https://www.gofundme.com/f/saving-the-babies-after-fatal-crash?attribution_id=sl:66294ef1-e9b0-48a2-96cf-5347a03c1332&amp;lang=en_US&amp;ts=1789498688&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-8&amp;utm_medium=customer&amp;utm_source=copy_link" rel="">página de GoFundMe para ayudar con los gastos médicos</a> de los niños que siguen recuperándose.</p>]]></content:encoded></item><item><title><![CDATA[Estrelló su auto contra El Palacio de los Jugos]]></title><link>https://www.local10.com/espanol/2026/09/15/estrello-su-auto-contra-el-palacio-de-los-jugos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/estrello-su-auto-contra-el-palacio-de-los-jugos/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Los bomberos detectaron además una fuga de gas en el local de West Kendall. Las autoridades todavía no han explicado qué provocó el accidente, ocurrido a media tarde.]]></description><pubDate>Tue, 15 Sep 2026 23:05:52 +0000</pubDate><content:encoded><![CDATA[<p>Los equipos de emergencia acudieron rápidamente tras recibir reportes de que una conductora había estrellado su carro contra un local de El Palacio de los Jugos en la zona de West Kendall.</p><p>El accidente ocurrió alrededor de las 3:45 p.m. en el establecimiento de la cadena ubicado en el 15110 SW 56th St.</p><p>Según Miami-Dade Fire Rescue (MDFR), al llegar al lugar los rescatistas encontraron daños en el edificio y una fuga de gas.</p><p>Las autoridades avisaron de inmediato a la compañía de gas.</p><p>Una mujer fue trasladada como paciente de trauma al HCA Florida Kendall Hospital, de acuerdo con MDFR. Otras dos mujeres fueron llevadas a hospitales de la zona.</p><p>Las autoridades indicaron que una de las heridas era la conductora del carro.</p><p>Hasta el momento, las autoridades no han informado qué llevó a que el vehículo se estrellara contra el edificio.</p>]]></content:encoded></item><item><title><![CDATA[Federal charges announced in Texas are part of broader Trump focus on noncitizen voting]]></title><link>https://www.local10.com/news/politics/2026/09/15/federal-charges-announced-in-texas-are-part-of-broader-trump-focus-on-noncitizen-voting/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/federal-charges-announced-in-texas-are-part-of-broader-trump-focus-on-noncitizen-voting/</guid><dc:creator><![CDATA[By ANNA WILDER, Associated Press]]></dc:creator><description><![CDATA[Seven people in Texas who are not U.S. citizens have been charged with illegally voting in federal elections or falsely claiming citizenship, the U.S. Attorney for the Northern District of Texas announced Tuesday as part of a broader Trump administration focus on noncitizen voting.]]></description><pubDate>Tue, 15 Sep 2026 23:02:19 +0000</pubDate><content:encoded><![CDATA[<p>Seven people in Texas who are not U.S. citizens have been charged with illegally voting in federal elections or falsely claiming citizenship, the U.S. Attorney for the Northern District of Texas announced Tuesday as part of a broader Trump administration focus on noncitizen voting.</p><p>District Attorney Ryan Raybould said investigators determined the alleged conduct was not a misunderstanding or paperwork error.</p><p>The announcement came amid President Donald Trump's broader efforts to draw attention to noncitizen voting ahead of the midterm elections and claim it's a widespread problem, even though research shows it to be rare. Voting by noncitizens is punishable as a felony and can result in deportation.</p><p>The Texas charges were previewed earlier Tuesday by U.S. Attorney General Todd Blanche during a White House news conference. He told reporters there would be a “big development” on illegal voting in Texas.</p><p>Of those seven, Raybould’s office said, some voted while others attempted to vote in the 2024 and 2018 general elections. Others falsely claimed citizenship on a driver’s license or knowingly registered to vote. The office did not make any claim that the seven were colluding with each other.</p><p>Those charged ranged in age from 20 to 69 and had citizenship in countries including Mexico, India, Nigeria and Congo. Six of the seven charged were lawful permanent residents, according to a news release from Raybould's office. One had been ordered to be deported in July.</p><p>Trump’s efforts to turn the spotlight on noncitizen voting have included pushing the U.S. Postal Service to send mail ballots only to voters verified as U.S. citizens, a plan that was rejected Monday by the Supreme Court, and having the Justice Department sue to force the release of detailed voter data in 30 states and the District of Columbia. Those lawsuits have so far been unsuccessful.</p><p>Department of Homeland Security employees also have been examining state voter rolls in a hunt for noncitizens. A whistleblower statement released this week suggested the activity could run afoul of state laws.</p><p>In 2025, election officials in Texas investigated 2,724 registered voters flagged as potential noncitizens after the secretary of state’s office checked a federal database that is used to verify citizenship against the state's voter rolls.</p><p>That office announced Tuesday that it has referred 117 of those cases to the Texas attorney general's office for investigation of potential noncitizen voting after cross checking the results from the federal database with other agencies and passport information. That represents a minute fraction of the nearly 18 million registered voters in Texas.</p><p>One of the units involved in the investigation that led to the seven charges announced Tuesday is part of Attorney General Ken Paxton's office. Paxton is in one of the most closely watched U.S. Senate races this year against Democrat James Talarico.</p><p>___</p><p>Wilder 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/K4HDVHSCQFCWIBXH2JN3CLVCXY.jpg?auth=cf317844200decba5b1545a2a3bd05a439a5b6be557627418e942ec47c73753d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters cast their ballots during the primary election in Windsor, Conn., Aug. 11, 2026. (AP Photo/Rusty Jones, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rusty Jones</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RBFX2O7CBV6B4WOOGL7O2YM7Y.jpg?auth=43b14ceacae57762f351c18cd67e89c0f3b80d245bb5c1526cd7f1ffda3859cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche checks his watch as he speaks at a news briefing in the Rose Garden of the White House, Tuesday, Sept. 15, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Latin America accounted for 85% of environmental defender killings in 2025, report says]]></title><link>https://www.local10.com/news/world/2026/09/15/latin-america-accounted-for-85-of-environmental-defender-killings-in-2025-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/15/latin-america-accounted-for-85-of-environmental-defender-killings-in-2025-report-says/</guid><dc:creator><![CDATA[By STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — At least 124 land and environmental defenders were killed around the world last year, with Latin America accounting for 85% of the deaths as conflicts over land and natural resources continued to put Indigenous people and small-scale farmers at risk, according to a report released Wednesday.]]></description><pubDate>Tue, 15 Sep 2026 23:01:07 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — At least 124 land and environmental defenders were killed around the world last year, with Latin America accounting for 85% of the deaths as conflicts over land and natural resources continued to put Indigenous people and small-scale farmers at risk, according to a report released Wednesday.</p><p>The annual report by environmental and human rights advocacy group Global Witness documented 105 killings in Latin America in 2025. Colombia was the deadliest country for the fourth consecutive year, with 39 killings, followed by Brazil with 26. Honduras and the Philippines recorded 12 each.</p><p>Land and environmental defenders are people who work to protect their land, natural resources and communities from threats such as mining, logging, agribusiness and other development, often by documenting environmental damage, organizing communities or patrolling territory.</p><p>Among those killed was Vicente Fernandes Vilhalva, a 36-year-old member of Brazil’s Guarani Kaiowa Indigenous people who was shot during an armed attack on his community in Mato Grosso do Sul in November. His community has been involved in a long-running struggle to reclaim ancestral territory.</p><p>Together, Colombia and Brazil accounted for 52% of all killings documented globally.</p><p>The worldwide toll fell for a second consecutive year, but the report cautioned that the decline does not necessarily mean environmental defenders are becoming safer. The group says killings remain significantly underreported, while land disputes, organized crime and competition over resources are increasingly converging in regions where communities are trying to protect forests, rivers and ancestral territories.</p><p>The group documented 142 killings and four disappearances in 2024 and 196 killings in 2023. At the country level, however, the trends varied sharply.</p><p>Killings fell in Colombia from 48 in 2024 to 39 last year and in Mexico from 19 to 10. In Brazil, they more than doubled from 12 to 26, while Honduras also recorded twice as many killings, with 12.</p><p>The report documented 2,375 killings and disappearances of land and environmental defenders since the organization began tracking them in 2012, one of the few efforts to systematically compile such cases worldwide. Global Witness works with more than 30 organizations in over 20 countries and checks cases against sources including media reports and judicial records.</p><p>Indigenous people and farmers bear the brunt</p><p>More than three-quarters of those killed in 2025 were Indigenous people, small-scale farmers or Afro-descendants, according to the report. Forty-seven victims were small-scale farmers and 44 were Indigenous. Seven of the Indigenous victims were members of community guard systems established to protect their territories.</p><p>Land disputes were linked to 84 killings, more than half the global total. Mining and extractive industries were associated with 11 deaths, logging with eight and agribusiness with six.</p><p>Organized crime and hitmen were suspected of involvement in more than a third of killings, according to Global Witness, reflecting what it described as an increasing overlap between criminal activity and the exploitation of land and natural resources.</p><p>Almost half of the 39 defenders killed in Colombia were Indigenous and another 15 were small-scale farmers. Thirty-five deaths were linked to land conflicts. The advocacy group identified suspected links to organized crime in 17 killings and another five to contract killers.</p><p>Thirteen of the killings happened in the southwestern department of Cauca, including four members of Indigenous Guard, community-led groups that patrol and protect Indigenous territories. The report documented 171 defender killings in Cauca since 2012, more than in any other Colombian department.</p><p>Astrid Torres, coordinator of the Colombian advocacy group Somos Defensores, said Indigenous authorities can come into conflict with armed groups seeking to control territory for drug trafficking and other illicit activities.</p><p>“They want to impose their order against the interests of the communities and their own authorities,” Torres said.</p><p>The region’s location near the Ecuadorian border and Pacific trafficking routes has made it strategic for armed groups involved in the cocaine trade.</p><p>Brazil sees a sharp increase in killings</p><p>The 26 killings documented in Brazil were more than double the 12 recorded a year earlier.</p><p>Eleven of those killed were small-scale farmers and seven were Indigenous. Most cases involved demands for recognition of ancestral territories or land reform, with half concentrated in the Amazon states of Rondonia and Para, where illegal logging and mining, cattle ranching and agricultural expansion have contributed to longstanding land conflicts.</p><p>The increase came despite greater Indigenous participation and commitments on land rights at last year’s COP30 climate summit in the Amazonian city of Belem. Brazil announced the titling of 10 Indigenous territories during the summit, though hundreds of applications remain pending.</p><p>Brazil’s Ministry of Indigenous Peoples told The Associated Press in a written response that reducing violence against Indigenous communities requires securing their territories, combating invasions and illegal activities and holding those responsible for crimes accountable. It said the government has resumed demarcating Indigenous lands and has carried out operations to remove outsiders from 12 territories, benefiting more than 67,000 Indigenous people.</p><p>Threats extend beyond Latin America</p><p>Killings were documented across 15 countries in 2025.</p><p>Asia accounted for 12% of the global total. The Philippines recorded 12 killings, the highest number outside Latin America, and the report said five involved suspected participation by the military amid counterinsurgency operations. Killings were also documented in India, Indonesia, Turkey, Guatemala, Ecuador, Nicaragua and France.</p><p>In Africa, three killings were verified — two in Tanzania and one in the Democratic Republic of Congo. The report cautioned that armed conflict, restrictions on civil society and insecurity make attacks especially difficult to document there.</p><p>In Congo, journalist Fiston Wilondja Mazambi was found dead in Bukavu after investigating alleged illegal gold mining by the Rwanda-backed M23 rebel group. Global Witness has recorded 79 killings of defenders in Congo since 2012, the highest total it has documented in Africa.</p><p>The report also focuses on community-led protection strategies being adopted as Indigenous groups respond to threats that governments have often failed to contain. They include territorial patrols, early warning systems and community monitoring networks.</p><p>In Peru, where four defenders were killed last year, the report highlights the Kakataibo Indigenous Guard, whose members patrol Amazonian territory threatened by illegal coca cultivation and organized crime.</p><p>“Defending our territory is important to us as a community and as a people, and we’re proud to support the climate that we all depend on,” Segundo Ispón, commander of the Kakataibo Indigenous Guard, said in a statement. “But for this next generation coming up, the work is more dangerous than ever.” ___</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/TPXXNINF2ZHOOLHOE6BYI6XDEQ.jpg?auth=c3166e4264e6433234781268ae9cbe7bf800e0dc75b5ae726e8738a77c7f7880&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Demonstrators hold signs with images of environmental defenders during the COP29 U.N. Climate Summit, Nov. 20, 2024, in Baku, Azerbaijan. (AP Photo/Joshua A. Bickel, File)]]></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/YFF52F3GHOBENKRQQZL2IUDUVU.jpg?auth=ef45a45d0b72f73ec38c1f3a2434ac78fbfccd2d15548f00ff90d7c777bd66e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Deforestation from illegal mining is visible in the Tambopata National Reserve in Puerto Maldonado, Peru, Aug. 11, 2026. (AP Photo/Guadalupe Pardo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7DCSYSKQWVLOXNAW4V73C3UJXE.jpg?auth=2e628a9b07643527935ca134f5421ef44351ff39c52d8b72e63e8beb94e4e50e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Eduwin Calambas Fernandez, coordinator of Kiwe Thegnas, which refers to Indigenous Guard in the Nasa Yuwe language, in Canoas, an Indigenous reserve in northern Cauca, Colombia, poses for a photo on July 15, 2025. (AP Photo/Nadège Mazars, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nadège Mazars</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSWICDO7TQR5XCEIKLODU3NFLA.jpg?auth=c22bc741c209cc0767f2a9f59ebb207fc4610e599eb9497bd007c4825e257d75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fields of coca plants, grown for illicit use, are visible near a school July 18, 2025, in Manuelico village, Caldono, Colombia. (AP Photo/Nadège Mazars, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nadège Mazars</media:credit></media:content></item><item><title><![CDATA[Will the Atlantic hurricane season break its 2-week silence this week? ]]></title><link>https://www.local10.com/weather/hurricane/2026/09/15/will-the-atlantic-hurricane-season-break-its-2-week-silence-this-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/15/will-the-atlantic-hurricane-season-break-its-2-week-silence-this-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[It’s been 13 days since the Atlantic basin – which includes the Gulf, Caribbean, and wider Atlantic – has had any active systems, a remarkable an unprecedented dry spell coinciding with what are typically the most active weeks of the hurricane season.]]></description><pubDate>Tue, 15 Sep 2026 13:24:21 +0000</pubDate><content:encoded><![CDATA[<p>It’s been 13 days since the Atlantic basin – which includes the Gulf, Caribbean, and wider Atlantic – has had any active systems, a remarkable an unprecedented dry spell coinciding with what are typically the most active weeks of the hurricane season.</p><p><a href="https://www.local10.com/espanol/2026/09/15/temporada-de-huracanes-podria-romper-dos-semanas-de-silencio/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/temporada-de-huracanes-podria-romper-dos-semanas-de-silencio/"><b>Leer en español</b></a></p><p>A broad area of low pressure spinning about 1,000 miles southeast of Bermuda over the open central Atlantic is the only game in town for the next week but could make a run at breaking the quiet streak by this weekend.</p><p>As of Tuesday morning, the National Hurricane Center was giving the system a medium chance of developing, but not only later this week when upper-level winds become more conducive to organization.</p><figure><img src="https://www.local10.com/resizer/v2/B72EIVR44RERXESNVP73E4R5HQ.png?auth=6781e0b6a77388714c71edc06d56a2bdf4fbbb6dc97cb272459d61fa6e4c25a3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>As we discussed in <a href="https://www.local10.com/weather/hurricane/2026/09/14/new-area-to-watch-over-the-middle-atlantic-this-week/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/09/14/new-area-to-watch-over-the-middle-atlantic-this-week/">Monday’s newsletter</a>, computer models are split on this one. Traditional physics-based models indicate little to no appreciable odds of development while our newer AI camp of models is more bullish, though have waffled on those higher odds from run to run.</p><p>Both the Euro AI ensemble system and the Google’s DeepMind machine learning-based 1,000-member ensemble system suggest a medium chance of development as the system loiters over the central Atlantic into next week.</p><figure><img src="https://www.local10.com/resizer/v2/ZXXWQO6HPFAB7IWKSARX2GMS6A.jpg?auth=8ac6e1b9795b740d356f99b78a675cd0ec25beaa0d6a43c232d8baa24b909cba&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>While the low-pressure system will initially move northwestward, by the weekend high pressure building to its north could drive it back south, allowing it to do a quick loop-the-loop, eventually turning back toward the northeast ahead of an advancing jet stream dip next week.</p><p>The uncertainty with this one is high – both with its future development and track – and while it won’t be a concern for the U.S., interests in Bermuda will want to monitor the forecasts as the system hangs around in the vicinity for the next week or so.</p><p>If the system becomes better organized in the coming days and is designated an invest, we’ll have more specialized intensity models to help us better gauge future intensity, but models do suggest it’ll be in an environment that could support strengthening should it form.</p><figure><img src="https://www.local10.com/resizer/v2/ITEK324DWFDXDBZIETFWQM7WU4.jpg?auth=378113256bf5724d75ebe2e5bdf628eb35cad704d07e88d0499dce9b8ddd0bed&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For now, it’s no near-term threat, but we’ll follow the trends for Bermuda in the days ahead.</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/3FQWWEXHIRDQXIWB4DJAEBGVSI.jpg?auth=b40ec98102a318280f2e6228040717672293d2beceef184e0c9ec711d1a518d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Maduro ally Alex Saab pleads guilty in a $195M money laundering case, agrees to cooperate]]></title><link>https://www.local10.com/business/2026/09/15/maduro-ally-alex-saab-pleads-guilty-in-federal-money-laundering-case/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/maduro-ally-alex-saab-pleads-guilty-in-federal-money-laundering-case/</guid><dc:creator><![CDATA[By JOSHUA GOODMAN`, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — A close ally of former Venezuelan President Nicolás Maduro long described by U.S. officials as the ousted leader's frontman pleaded guilty Tuesday to a single count of money laundering tied to an alleged bribery conspiracy to win lucrative government contracts in the South American country.]]></description><pubDate>Tue, 15 Sep 2026 19:35:17 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — A close ally of former Venezuelan President Nicolás Maduro long described by U.S. officials as the ousted leader’s frontman pleaded guilty Tuesday to a single count of money laundering tied to an alleged bribery conspiracy to win lucrative government contracts in the South American country.</p><p>As part of the plea deal, Alex Saab agreed to cooperate in continuing federal investigations, paving the way for his eventual cooperation against his former protector. He also agreed to forfeit $195 million in criminal proceeds from the corruption scheme.</p><p>Saab, 54, was deported in May by Venezuela’s acting President Delcy Rodriguez to the U.S., which has been targeting the Colombian-born businessman for more than a decade.</p><p>The money laundering offense carries a maximum 20-year penalty but prosecutors agreed to recommend a sentence at the low end of the recommended range and seek additional reductions should his cooperation prove substantial.</p><p>Saab was previously charged during the first Trump administration in 2019 and then arrested during a refueling stop in Cape Verde on what the Venezuelan government described as a high-level humanitarian mission to Iran.</p><p>But President Joe Biden pardoned Saab in 2023 in exchange for the release of several imprisoned Americans in Venezuela. The deal, part of a failed effort by the Biden White House to lure Maduro into holding a free presidential election, was harshly criticized by Republicans and federal law enforcement officials, who immediately began investigating Saab for other alleged crimes not covered by the narrowly tailored pardon.</p><p>“This case sends a clear message: Political connections, wealth and proximity to a corrupt regime will not put anyone beyond the reach of American justice,” said Jason A. Reding Quiñones, U.S. attorney for the Southern District of Florida, who attended Tuesday’s proceedings along with more than a dozen federal agents.</p><p>The new indictment centers on contracts for the so-called CLAP program set up by Maduro to provide staples — rice, corn flour, cooking oil — to poor Venezuelans at a time of rampant hyperinflation and a crumbling currency.</p><p>High-level protection offered in exchange for bribes</p><p>In an eight-page statement of facts submitted as part of the plea deal, Saab admitted to skimming at least $195 million from at least six contracts awarded to companies he controlled to import food and medicine.</p><p>The scheme “had the approval, participation and protection of some of the Venezuelan government’s highest ranking public authorities,” including from an individual described only as “Government Official 1A,” who designated a surrogate — one of four unnamed co-defendants — to receive bribe payments on their behalf.</p><p>Also receiving $17 million in kickbacks was former Gov. Jose Gregorio Vielma Mora, a Maduro ally who with Government Official 1A’s support secretly awarded a Saab-controlled company a contract in 2016 to deliver 10 million boxes of food rations in Tachira state, prosecutors allege. Vielma Mora was previously charged in the conspiracy in 2021.</p><p>To conceal the criminal activity and hide the payments, Saab said he and his associates falsified shipping records and set up a network of shell companies and bank accounts in countries including Antigua, Bulgaria, Liechtenstein, the Marshall Islands, Montenegro, Switzerland, Turkey, the United Kingdom and the United Arab Emirates.</p><p>Over time, as U.S. sanctions deepened the country’s financial woes, Saab and his associates received payment in the form of Venezuelan oil, gold and other natural resources.</p><p>In court Tuesday, Saab told Judge Kathleen Williams that he takes the antidepressant Zoloft and other medicines daily for what he described as “post-traumatic stress disorder” following his 2020 arrest.</p><p>Saab could become a witness against Maduro</p><p>U.S. officials have long described Saab as Maduro’s “bag man” and could ask him to serve as a character witness against the former president, who is awaiting trial on drug charges in Manhattan after being captured in a raid by the U.S. military in January.</p><p>The new U.S. prosecution of Saab and Maduro is taking place as the Trump administration overhauls relations with Venezuela, focusing its attention on tapping into Venezuela’s vast oil reserves. This month, Trump announced a partnership with Venezuelan oil entrepreneur Alejandro Betancourt in which the U.S. government will gain a stake and access to at-cost crude shipments from oil fields with a potential to produce 65 billion barrels.</p><p>Saab was little known even in Venezuela until after his first arrest, in 2020, when Maduro’s government invested huge resources rallying public support for his release.</p><p>Rodríguez, then serving as Maduro’s vice president, helped mount an international campaign in which she referred to Saab as an “innocent Venezuelan diplomat” who had been illegally “kidnapped” by the U.S.</p><p>But after Maduro’s capture, Rodríguez distanced herself from Saab, firing him from her Cabinet and stripping him of his role as the main conduit for foreign companies looking to invest in Venezuela.</p><p>Saab amassed a fortune through Venezuelan government contracts but became even more valuable to Maduro as U.S. sanctions forced Venezuela to conduct much of its oil sales and foreign trade outside of Western financial institutions.</p><p>___</p><p>This story is part of an investigation that includes the FRONTLINE documentary “Crisis in Venezuela.” Watch the documentary at pbs.org/frontline, in the PBS App, on PBS stations and on FRONTLINE’s YouTube channel.</p>]]></content:encoded></item><item><title><![CDATA[College sports bill clears first major hurdle in the Senate]]></title><link>https://www.local10.com/sports/2026/09/15/college-sports-bill-clears-first-major-hurdle-in-the-senate/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/college-sports-bill-clears-first-major-hurdle-in-the-senate/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK and EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Legislation to broadly regulate college sports has cleared a first major hurdle in the Senate as high-profile supporters, including prominent coaches and the NCAA, mount an all-out push for the legislation ahead of the midterm elections.]]></description><pubDate>Tue, 15 Sep 2026 22:34:56 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Legislation to broadly regulate college sports has cleared a first major hurdle in the Senate as high-profile supporters, including prominent coaches and the NCAA, mount an all-out push for the legislation ahead of the midterm elections.</p><p>The Senate voted 74-24 Tuesday to begin consideration of the bill, a significant step forward. The legislation aims to put guardrails around escalating spending in college sports as the industry struggles to adapt to a new model in which schools can pay players. Major conferences, Senate leadership and President Donald Trump have backed the bill.</p><p>Senate Commerce Committee Chairman Ted Cruz, R-Texas, said the legislation aims to quell “the chaos we have in college sports.”</p><p>“It threatens the viability of many college athletic programs, it threatens the roster spots and scholarship positions of hundreds of thousands of student athletes,” Cruz said. “It threatens women’s sports. It threatens Olympic sports. If Congress does not act, all of that is in jeopardy of going away.”</p><p>Washington Sen. Maria Cantwell, the top Democrat on the Commerce panel, called it “the last chance to save college sports.”</p><p>Still, the legislation faces opposition from several corners that could complicate a quick final passage in the Senate’s last three weeks in session before the November elections.</p><p>Some Republicans say it should have additional language on transgender girls and women in sports. Labor groups have concerns that it doesn’t do enough to protect athletes. The NAACP says that it will oppose the bill because lawmakers should not reward universities and athletic conferences “while many remain silent as Black voting rights come under attack in the states where they operate.”</p><p>Democratic Sen. Cory Booker of New Jersey said ahead of the vote that the bill gives too much power to the NCAA without enough accountability for the athletes.</p><p>“Look at their history, it is not about player protection,” Booker said. “This is a money play, plain and simple.”</p><p>Bill attempts to address spiraling spending</p><p>The legislation aims to allow schools to enforce national rules for competing and recruiting and create new guidelines around transfers and eligibility, the likes of which have landed the NCAA in court dozens of times just over the last month.</p><p>It would provide a limited lawsuit immunity for the NCAA with the goal of eliminating some of these lawsuits, which most recently have come up over the new college rule allowing players five seasons of eligibility over five years.</p><p>Another big feature in the bill is a redefinition of “third-party” NIL — the name, image, likeness sponsorship deals that most blame for spiraling costs in college sports. Under current rules, schools can share revenue of up to $21.3 million among all players across their athletic program.</p><p>The legislation would double the salary cap to nearly $49 million per school, with the hope that shifting the money from third-party NIL to under the cap will set a more realistic limit on what schools can spend.</p><p>There's a last-minute push before the elections</p><p>Republicans currently hold a 53-47 majority in the chamber. Democrats are trying to flip the Senate in November’s midterms, which can complicate the legislative agenda.</p><p>“We’re going to get one shot at this, and I don’t know if we ever will again soon,” said Missouri Sen. Eric Schmitt just ahead of the vote. “We’ve got a moment.”</p><p>The bill, he said, could “define the trajectory of college athletics.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z6XOSDLYHES7NUYEUPMT7G5HSI.jpg?auth=aa8df39470f05a4305a8db57629816523a9db5679d31451845eab06b42ad1b92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz, R-Texas, speaks during a news conference on Capitol Hill, Monday, Sept. 14, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMHZGOZLNYXWZAFXGCT72RF4JU.jpg?auth=a77b985f4e7ac148e3efd5d4b4cfc77302a575ee199d65094f771f127c0d08bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Shelley Moore Capito, R-W.Va., second from right, listens during a news conference on Capitol Hill, Monday, Sept. 14, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L2XBTY3KCHVOSZ55ZQEHFAYLZ4.jpg?auth=80317d2b4323694093ec44ce18985e4b704e9036182a7f9843b75f5427dc0259&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Maria Cantwell, D-Wash., left, speaks as Sen. Ted Cruz, R-Texas, right, listens during a news conference on Capitol Hill, Monday, Sept. 14, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[September 15: Scattered showers and storms still possible]]></title><link>https://www.local10.com/weather/2026/09/15/september-15-scattered-showers-and-storms-still-possible/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/15/september-15-scattered-showers-and-storms-still-possible/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Showers and storms remain possible for South Florida. Though Tuesday evening starts mostly dry for Miami-Dade and Broward counties, the weather could turn as the night unfolds. ]]></description><pubDate>Tue, 15 Sep 2026 22:18:52 +0000</pubDate><content:encoded><![CDATA[<p>Showers and storms remain possible for South Florida. Though Tuesday evening starts mostly dry for Miami-Dade and Broward counties, the weather could turn as the night unfolds. </p><p>The potential for stormy weather carries into Wednesday. The day will offer a cloud/sun mix and east-northeast winds, sustained 5 to 10 mph. The onshore flow could carry scattered showers and storms across the region-- morning, afternoon, or evening. Temperatures will make a run for 90°F-- that’s near seasonable.</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[‘Don’t be scared of the diagnosis’: Expert with Memorial Cancer Institute discusses adult leukemia]]></title><link>https://www.local10.com/health/2026/09/15/dont-be-scared-of-the-diagnosis-expert-with-memorial-cancer-institute-discusses-adult-leukemia/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/15/dont-be-scared-of-the-diagnosis-expert-with-memorial-cancer-institute-discusses-adult-leukemia/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[From ringing the bell marking her cancer remission to celebrating her daughter’s wedding surrounded by friends and family, the last year has been a big one for 63-year-old Carie Sanchez, and she never doubted it for a moment.]]></description><pubDate>Tue, 15 Sep 2026 22:11:32 +0000</pubDate><content:encoded><![CDATA[<p>From ringing the bell marking her cancer remission to celebrating her daughter’s wedding surrounded by friends and family, the last year has been a big one for 63-year-old Carie Sanchez, and she never doubted it for a moment.</p><p>“It was difficult, but I never lost my faith,” said Sanchez. “From the very beginning, my faith in God overruled everything else and I knew I was going to get out of there and get well and be cured.”</p><p>But the journey wasn’t easy. </p><p>Sanchez was diagnosed with adult leukemia three years ago. It all started with a routine check-up and blood work.. </p><p>“The next day the doctor called and asked me to go to the hospital, to the ER, so that they could run tests because my platelets were at a 12 and they are supposed to be around 150,” she said. </p><p>Dr. Hugo Fernandez is the Chair and Medical Director of Moffitt Malignant Hematology and Cellular Therapy at Memorial Healthcare System. </p><p>“In these leukemias, what happens is abnormal immature cells, which don’t function normally, they start taking over the territory in the bone marrow and basically crowd out the normal cells,” he said. </p><p>Chemotherapy gets rid of the bad cells and new targeted therapies help the healthy cells function properly.</p><p>“Don’t be scared of the diagnosis,” said Fernandez. “People say you have leukemia and faces go white and they think it’s the end of the world, but it may not be. In fact, for most people these days it’s not.”</p><p>Symptoms of adult leukemia include fatigue, frequent infections, easy bruising and bleeding, and unexplained weight loss.</p><p>Thanks to an early diagnosis and targeted treatment, Sanchez is now cancer free. </p><p>Today, the proud grandmother is looking forward to the future, one that includes her own wedding next year.</p><p>“I don’t take anything for granted,” she said. “I thank the good lord every day when I wake up and every night when I go to sleep. I feel blessed that he gave me the opportunity to be in this thing they call life.”</p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Aw shucks: Dolly Parton corn mazes crop up in fields nationwide]]></title><link>https://www.local10.com/news/national/2026/09/15/aw-shucks-dolly-parton-corn-mazes-crop-up-in-fields-nationwide/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/15/aw-shucks-dolly-parton-corn-mazes-crop-up-in-fields-nationwide/</guid><dc:creator><![CDATA[By TED SHAFFREY and PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[BROOKFIELD, Conn. (AP) — Dolly Parton ’s megawatt smile and big wavy locks are gracing fields across the U.S. and Canada this fall.]]></description><pubDate>Tue, 15 Sep 2026 23:20:04 +0000</pubDate><content:encoded><![CDATA[<p>BROOKFIELD, Conn. (AP) — Dolly Parton ’s megawatt smile and big wavy locks are gracing fields across the U.S. and Canada this fall.</p><p>Twenty farms have carved out large corn mazes to honor the late country music icon, actor and philanthropist and raise money for her Imagination Library, which provides free books to children.</p><p>The “Jolene” crooner's death due to cancer on Aug. 25 in Nashville at age 80 brought an outpouring of tributes. They ranged from a drive to rename the country music capital’s airport in Parton’s honor to a surge in online streams of “9 to 5,” “Islands in the Stream” and her many other hit songs.</p><p>Now she is being immortalized in corn, with the mazes located in about a dozen states and two provinces, from Alabama to California and Ohio to Texas. Most also feature a Parton-themed trivia game, photo ops and other offerings.</p><p>Mazes were planned months before her death</p><p>Brett Herbst, founder of The Maize Inc., the Utah-based consulting company that designed the mazes, called Parton a “true American treasure.”</p><p>“Dolly’s impact on the world and her love for farming is immeasurable, and our corn maze tributes now take on new meaning and significance,” Herbst said.</p><p>The company said the mazes were in the works months before Parton died and are part of its annual campaign honoring country music’s brightest stars. Previous honorees included Reba McEntire in 2023, Luke Bryan in 2024 and Lainey Wilson in 2025.</p><p>Parton, who famously grew up poor in rural Tennessee, thanked organizers for supporting her charity before to her death. In a statement provided by The Maize Inc., she encouraged people to “get lost in this year’s country music corn maze for a little fun, laughter and a real good reason to get lost.”</p><p>Cornfield tributes now take on greater meaning</p><p>One of the mazes is in an expansive cornfield next to Twins BBQ in Brookfield, Connecticut, about 55 miles (90 kilometers) northeast of New York. The likeness of Parton beams skyward, ringed by the words “Dolly” and “An American Treasure” and a series of stars.</p><p>Danielle Gallop, who co-owns the business with her husband, admits to not knowing much about Parton before attending last year’s corn maze convention at Dollywood, the Tennessee theme park Parton co-owned. But she came away impressed.</p><p>“They told us all about her integrity and how she ran all of her businesses and how smart and generous and kind and just really ethical and humble” Parton was, Gallop said, “which is all the things that we aspire to be as business owners.”</p><p>Parton’s passing “made it exponentially more meaningful” to be honoring her this year, Gallop added. “She was such an icon.”</p><p>The labyrinths can be tricky</p><p>Stephanie Chen and her young son, William, were among those winding through the Parton maze Sunday.</p><p>They said the easiest part was navigating the part where the “Dolly” is written out in capital letters.</p><p>“Because there’s only one way through,” Chen joked.</p><p>Gallop says the trickiest part is Parton’s hair. “She has a lot of it, and it comes to little tips,” the owner said. “You don’t know where the next little opening is going to be. I got lost several times.”</p><p>The most memorable part of the experience has been seeing visitors dressing up for the occasion.</p><p>“We’ve had people in cowboy boots and cowboy hats and Dolly Parton shirts,” Gallop said. “It’s been really great to see all the love pouring out for her.”</p><p>___</p><p>Marcelo reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2KWSN363MQPOUXFFYJ3GYG7R4.jpg?auth=5d7ab54af8467ec1491ac078b83046312591524c2ba3267e5eeefdcd1daee1c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A portrait of Dolly Parton fills a 5-acre corn maze at Twins BBQ Co. in Brookfield, Conn., on Sunday, Sept. 13, 2026. (AP Photo/Ted Shaffrey)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SQD7RXAOCFBU7RX5LQFQB5JC2Q.jpg?auth=abd6fae32ce370b66bbf8e76882abafa9df8697e5888bf5734446e7f20e4b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jaime Wanzer, holding a map, and Wendy Mayerson navigate a 5-acre corn maze designed as a portrait of Dolly Parton at Twins BBQ Co. in Brookfield, Conn., Sunday, Sept. 13, 2026. (AP Photo/Ted Shaffrey)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4VSZJRN3IEYII6BGMQ7VDNKXU.jpg?auth=c82138dc72d4864a618fca076a29c5561063d19bc38949580a6fdb3e2c445c99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People use a map to navigate a 5-acre corn maze designed as a portrait of Dolly Parton at Twins BBQ Co. in Brookfield, Conn., Sunday, Sept. 13, 2026. (AP Photo/Ted Shaffrey)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVI65VAK6DDCD54ZGELBOJ74RQ.jpg?auth=9ad411883ccb977cadada0caa4f7fbdc256a5d43b2a8bb7d7bb215ad35e5717d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A portrait of Dolly Parton fills a 5-acre corn maze at Twins BBQ Co. in Brookfield, Conn., on Sunday, Sept. 13, 2026. (AP Photo/Ted Shaffrey)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PFDU5FT6Y5UG3OEZ7VIWEQVUCU.jpg?auth=eefb77b731e6a3e2c0d73f5da545eaa0f7b416f2902ee17c75043d9554d15573&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A portrait of Dolly Parton fills a 5-acre corn maze at Twins BBQ Co. in Brookfield, Conn., on Sunday, Sept. 13, 2026. (AP Photo/Ted Shaffrey)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content></item><item><title><![CDATA[Real Madrid pulls off late La Liga win after squandering 2-goal lead at Elche. Mbappé scores again]]></title><link>https://www.local10.com/sports/2026/09/15/real-madrid-pulls-off-late-la-liga-win-after-squandering-2-goal-lead-at-elche-mbappe-scores-again/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/real-madrid-pulls-off-late-la-liga-win-after-squandering-2-goal-lead-at-elche-mbappe-scores-again/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Carlos Espí scored in stoppage time after a nifty move by Jude Bellingham and an assist by Kylian Mbappé to help Real Madrid salvage a 3-2 win at Elche in the Spanish league after it relinquished a two-goal lead on Tuesday.]]></description><pubDate>Tue, 15 Sep 2026 22:33:35 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Carlos Espí scored in stoppage time after a nifty move by Jude Bellingham and an assist by Kylian Mbappé to help Real Madrid salvage a 3-2 win at Elche in the Spanish league after it relinquished a two-goal lead on Tuesday.</p><p>Bellingham used a neat long touch to get past an opponent near midfield and fed Mbappé in a breakaway into the area, and the France star quickly set up Espí's close-range score to give Madrid the victory and move the Spanish powerhouse even on points with Barcelona. The defending champion can regain the lead when it hosts promoted Racing Santander on Wednesday.</p><p>“We went from having it easy to losing control,” Real Madrid coach José Mourinho said. “But in the difficulty of the moment, facing the pressure of losing points, the team reacted and won the match, which in the end is the most important thing. The good thing is that nobody gets bored when Real Madrid plays. The games are always fun.”</p><p>Madrid had taken the lead against Elche with an own-goal by goalkeeper Matías Dituro in the 25th after the ball ricocheted off him following a well-struck free kick taken by Arda Guler. Mbappé added to the lead by scoring from close range after an assist by Yan Diomande in the 33rd.</p><p>Abiel Osorio pulled the hosts closer with a header in the 71st and Fer Niño netted the equalizer in the 83rd.</p><p>There was a bit of a scare immediately after Mbappé scored as he stayed on the ground in visible pain, but he eventually returned to the field after being attended by Madrid doctors.</p><p>The goal moved him to seven goals in six league matches, one goal more than Lamine Yamal, Raphinha, Sergio Camello and Roberto Fernández.</p><p>Mbappé had scored a brace in Madrid’s 4-1 win against Rayo Vallecano in the previous round.</p><p>He had a goal disallowed for offside just before halftime on Tuesday.</p><p>Bellingham came into the match by replacing Guler in the 68th.</p><p>Madrid’s only league setback this season was at Real Betis two rounds ago.</p><p>Mbappé and Vinícius avoid T-shirt</p><p>Players from both clubs wore t-shirts showing words of support for Ceuta as they came onto the field before the match. But Madrid players Mbappé, Vinícius Júnior and Ibrahima Konaté wore the shirt only halfway down their chest, without pulling them down, and obscuring some of the words on it. Mbappé and Vinícius removed their shirts before they saluted the other players and the referees.</p><p>They had not immediately explained why they did that.</p><p>In July, tens of thousands of migrants breached the frontier between Spain's North African territory of Ceuta and neighboring Morocco.</p><p>Valencia wins after shake-up</p><p>Valencia won 1-0 at Alaves to end a four-game losing streak and a winless start to the season.</p><p>The string of poor results had led to the firing of coach Carlos Corberán and soccer CEO Ron Gourlay this weekend. It then appointed Braulio Vázquez as its new sporting director and named B-team coach Óscar Sánchez as an interim manager.</p><p>Luis Rioja scored a 78th-minute winner for Valencia, which had been outscored 10-1 so far.</p><p>Valencia fans had been protesting and called players “mercenaries” after the 5-0 home loss to Barcelona. They have long called for the exit of owner Peter Lim.</p><p>Rayo Vallecano triumphs in Butarque again</p><p>Rayo Vallecano beat Espanyol 2-1 with first-half goals by Álvaro García and Adria Pedrosa in what may have been its last match before returning home to Vallecas Stadium.</p><p>It was Rayo's third home game played at Butarque Stadium — which belongs to second-tier club Leganes — because of unsafe conditions at Vallecas. It also beat Racing Santander 3-2 and drew Alaves 1-1 at Butarque.</p><p>Roberto Fernández scored for Espanyol in the second half for his sixth goal in six matches.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GIGQPEV7XURANY66WNLTA3NBWQ.jpg?auth=c38987013e6d94f56d5bee32dcd8d872c27b7ac1241b34d7732576212ceb775e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Carlos Espi celebrates after scoring his sides third goal during the Spanish La Liga soccer match between Elche and Real Madrid in Elche, Spain, Tuesday, Sept. 15, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CEB3ASJQ6NX6FMBKV73I3XOCYI.jpg?auth=3116bc3734b56ea38f23ca8a825685bd6cb22894bbed76ed4e96dbc8cfe11636&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Kylian Mbappe runs on the pitch during the Spanish La Liga soccer match between Elche and Real Madrid in Elche, Spain, Tuesday, Sept. 15, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PRI6JQZKXSLCGFHYPTZBY7FLGM.jpg?auth=fb861c7a27772bfcd3bfb36699afcbff476c45ebd69c6a48325ae2a8979527ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elche's Abiel Osorio heads teh ball during the Spanish La Liga soccer match between Elche and Real Madrid in Elche, Spain, Tuesday, Sept. 15, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQMTYVFNGVIGUEICDR3KCDYBV4.jpg?auth=af6d02b2c36373e92168ae905ce1ced521173b53a2cc609ad3382a8a7c50e88d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Arda Guler celebrates after scoring his sides first goal during the Spanish La Liga soccer match between Elche and Real Madrid in Elche, Spain, Tuesday, Sept. 15, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCFZ7QUFKR7YM3VKLI6ASDOPG4.jpg?auth=781ec65f362df3e30217e1cb2057150d398f492f26fb6bfaf931cb33d86a01aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Kylian Mbappe reacts after suffering an injury during the Spanish La Liga soccer match between Elche and Real Madrid in Elche, Spain, Tuesday, Sept. 15, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content></item><item><title><![CDATA[Se acelera la minería de oro en tierras indígenas de la Amazonía brasileña, según análisis]]></title><link>https://www.local10.com/espanol/2026/09/15/se-acelera-la-mineria-de-oro-en-tierras-indigenas-de-la-amazonia-brasilena-segun-analisis/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/se-acelera-la-mineria-de-oro-en-tierras-indigenas-de-la-amazonia-brasilena-segun-analisis/</guid><dc:creator><![CDATA[Por GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Las tierras indígenas enfrentan la mayor amenaza por la expansión de la minería de oro en la Amazonía brasileña, según un análisis difundido el martes por la organización sin fines de lucro Instituto de Investigación Ambiental de la Amazonía, conocido como IPAM.]]></description><pubDate>Tue, 15 Sep 2026 21:53:27 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Las tierras indígenas enfrentan la mayor amenaza por la expansión de la minería de oro en la Amazonía brasileña, según un análisis difundido el martes por la organización sin fines de lucro Instituto de Investigación Ambiental de la Amazonía, conocido como IPAM.</p><p>El área afectada por la minería de oro en toda la Amazonía fue 20 veces mayor en 2024 que en 1985. El crecimiento fue aún más drástico en tierras indígenas, donde la minería abarcó 24 veces más superficie y se expandió casi siete veces solo entre 2016 y 2024.</p><p>Los precios récord del oro, impulsados en gran medida por la demanda de los inversionistas de activos seguros en medio del aumento de los riesgos globales, han alimentado una renovada fiebre minera en la Amazonía, disparando la deforestación y la contaminación por mercurio de comunidades ribereñas e indígenas.</p><p>El IPAM indicó que la minería agrava los riesgos climáticos que enfrentan las comunidades indígenas. El cambio climático, impulsado principalmente por actividades humanas que incrementan las concentraciones de gases de efecto invernadero en la atmósfera, ha intensificado las sequías y el calor en la Amazonía.</p><p>“La ocurrencia de fenómenos meteorológicos extremos amenaza el acceso al agua, los alimentos, el transporte y la atención médica”, señaló la organización. “Al mismo tiempo, la expansión de la minería ilegal contamina los ríos, acelera la degradación ambiental y alimenta problemas de salud y violencia, debilitando aún más la capacidad de las comunidades indígenas para adaptarse”.</p><p>Casi el 90% del área afectada se concentra en tres territorios. Uno de ellos es el Territorio Indígena Munduruku, ubicado en el estado norteño de Pará.</p><p>Representantes de la Corte Interamericana de Derechos Humanos viajaron a Pará a principios de este mes para realizar una serie de audiencias con el pueblo munduruku, que incluyeron sesiones en su territorio. La visita buscó evaluar el cumplimiento de Brasil de las medidas provisionales recomendadas por la corte en 2022 para proteger los derechos de las comunidades indígenas.</p><p>Líderes munduruku presentaron pruebas —incluidas imágenes satelitales e informes de monitoreo en terreno— que muestran que mineros ilegales de oro habían regresado al territorio tras ser expulsados en operativos federales realizados en 2024 y 2025. También informaron que entre los impactos en la salud se encuentra un aumento de casos de malaria, mayores tasas de mortalidad infantil y contaminación por mercurio vinculada a retrasos en el desarrollo del lenguaje y la motricidad en niños.</p><p>En el gobierno del presidente Luiz Inácio Lula da Silva, las autoridades brasileñas han intensificado los esfuerzos para combatir la minería ilegal. La policía y las agencias ambientales han llevado a cabo grandes operativos contra redes criminales, mientras que los investigadores han recurrido cada vez más a la ciencia forense para rastrear el oro e identificar metal extraído ilegalmente.</p><p>Aun así, la aplicación de la ley no ha eliminado la minería ilegal en toda la Amazonía. Cuando las autoridades destruyen equipos de minería en un área, los mineros a menudo se trasladan a otro lugar o reanudan las operaciones después de que las autoridades se van. En el territorio munduruku, vigilantes indígenas habían identificado 10 nuevos sitios de minería ilegal hasta agosto.</p><p>En un comunicado emitido el 10 de septiembre, el Ministerio de Derechos Humanos de Brasil afirmó que funcionarios del gobierno asistieron a las audiencias y abordaron la continuidad de la fiscalización territorial, junto con mejoras al suministro de agua y la seguridad alimentaria. El ministerio también reconoció la necesidad de una “respuesta técnica más detallada” ante la contaminación por mercurio.</p><p>Según la ley brasileña, la minería está prohibida en tierras indígenas. El lunes, la Articulación de los Pueblos Indígenas de Brasil, conocida por el acrónimo en portugués Apib, manifestó en un comunicado que proteger el territorio munduruku requiere más que retirar a quienes lo invaden.</p><p>“Esta actividad forma parte de una economía criminal transnacional en la que grupos armados que controlan la extracción, el oro y las drogas se desplazan por las mismas rutas fluviales, y los permisos mineros se utilizan para dar una apariencia de legalidad al oro extraído ilegalmente”, expresó la Apib.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</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/NQOU3TBETEPYDLTSIS2FOWTFF4.jpg?auth=96ccb8ca064353a5b93eb923d3771d9516ad64201d11a12f802b9763cafaa418&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un campamento de minería ilegal visto desde un helicóptero de la Agencia Ambiental de Brasil durante una operación para tratar de contener esa actividad en el territorio indígena yanomami, en el estado Roraima, Brasil, el 11 de febrero de 2023. (AP Foto/Edmar Barros, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Edmar Barros</media:credit></media:content></item><item><title><![CDATA[School funding measures will be on Broward, Miami-Dade ballots]]></title><link>https://www.local10.com/news/politics/2026/09/15/school-funding-measures-will-be-on-broward-miami-dade-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/school-funding-measures-will-be-on-broward-miami-dade-ballots/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[There are big stakes on this November’s ballot for Broward and Miami-Dade County public schools.]]></description><pubDate>Tue, 15 Sep 2026 21:41:38 +0000</pubDate><content:encoded><![CDATA[<p>There are big stakes on this November’s ballot for Broward and Miami-Dade County public schools.</p><p>It is up to voters in both districts whether to renew a tax that gives hundreds of millions to schools and staff.</p><p>In Fort Lauderdale on Tuesday, the Broward County Public Schools superintendent, the teachers union president and other leaders came together.</p><p>It is not a new tax. This would renew the one already passed by voters.</p><p>The district is already closing schools and losing thousands of students every year.</p><p>“We’ve had to make a lot of tough decisions, especially the past two years with declining enrollment, which has also reduced our revenue source,” BCPS Superintendent Howard Hepburn said.</p><p>Hepburn said if the district lost the tax, more cuts would be inevitable.</p><p>“We would lose approximately $358 million. We would have to make some tough decisions that would definitely have an impact on our district,” Hepburn said.</p><p>The tax supports school safety workers and hundreds of mental health professionals.</p><p>But mostly, it supports teachers and staff, with $173 million a year.</p><p>Without it, the teachers union president said there is no question staff will leave after they lose a big chunk of their paycheck.</p><p>“More than teachers will leave,” Broward Teachers Union President Anna Fusco said. “Again, it helps every rank-and-file worker paycheck. Everybody.”</p><p>Down in Miami-Dade County, district leaders also stood side by side Tuesday.</p><p>Their own tax, giving schools roughly $570 million, is also up for renewal.</p><p>“Today’s a proud day because here we are again standing for what we believe in: A better community,” Miami-Dade County Public Schools Superintendent Rafael Villalobos said.</p><p>Most of the money is dedicated to teacher salaries, with some going to school safety and security.</p><p>“I know this community understands the importance and the viability of education, and they will do the same in 2026,” Villalobos said.</p>]]></content:encoded></item><item><title><![CDATA[Paul George understands sentiments after trade, says he's ready to prove himself with Celtics]]></title><link>https://www.local10.com/sports/2026/09/15/paul-george-understands-sentiments-after-trade-says-hes-ready-to-prove-himself-with-celtics/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/paul-george-understands-sentiments-after-trade-says-hes-ready-to-prove-himself-with-celtics/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Paul George made one thing clear during his introductory news conference with the Boston Celtics on Tuesday: his ears work just fine.]]></description><pubDate>Tue, 15 Sep 2026 21:48:27 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Paul George made one thing clear during his introductory news conference with the Boston Celtics on Tuesday: his ears work just fine.</p><p>He’s heard the not-so silent chorus of Celtics fans who bemoaned the front office’s decision to jettison 2024 NBA Finals MVP Jaylen Brown in the July trade with Philadelphia that sent the 36-year-old George to his fifth NBA team.</p><p>But George also isn’t shying away from his new situation.</p><p>“I understand my circumstances. I understand how huge JB was, not only for the organization, but here in the city. So, I didn’t take it personal,” George said. “To be honest, they should have a relationship, emotionally, to that trade. But my job is to kind of come into a great opportunity for me. Obviously, the last few years have been rough, just with injuries. But for myself, personally, I feel great again. I feel like I’ve turned that corner of dealing with injuries, and now, kind of re-establishing myself from a physical standpoint again. And with that, I can carry it over to the court.”</p><p>George, along with acquisitions Mitchell Robinson and Mike Conley, Jr. represent president of basketball operations Brad Stevens’ attempt to shore up the roster alongside Jayson Tatum.</p><p>The franchise centerpiece, Tatum is embarking on his first full season since tearing his Achilles tendon in May 2025 and then having his return late last season end with him being sidelined for the Celtics’ Game 7 first-round playoff loss to George and the 76ers.</p><p>Robinson comes in fresh off winning a championship with the Knicks, and the 38-year-old Conley will be suiting up with his fourth NBA team as he prepares for his 20th NBA season.</p><p>Robinson missed Tuesday’s news conference for a personal matter, but Stevens said he’s liked what he’s seen over the past few weeks during workouts between the three newcomers and returning members of Boston’s roster as they prepare to open training camp in two weeks.</p><p>The trio also joined Tatum and other current Celtics for informal workouts this summer.</p><p>The team held its annual season launch event on Monday and Stevens said there was only one image behind him when he spoke to everyone – a photo of the TD Garden court being refurbished.</p><p>“That happens every year right around the end of July. And to me, every single year you go through it looks like the blank canvas of a court being absolutely redone,” Stevens said. “Nobody’s stepped on it. And now it’s that year’s team. To write its own chapter. And I felt that way every time they do it.”</p><p>Characterized as a facelift or a complete renovation, the key players of the Celtics teams that hoisted the franchise’s 18th title in 2024 have changed over the summer.</p><p>Whether those alterations wind up paying off will depend on what this new trio — and particularly George — can provide at this stage of their careers.</p><p>Conley will be a role player behind Derrick White and Payton Pritchard, with Robinson likely backing up starting center Neemias Queta.</p><p>But for a player such as George, who has nine All-Star and six All-NBA selections, expectations are higher as he looks to step into the role of Tatum’s tag team partner in the starting lineup.</p><p>Conley insisted he’s “still got a lot left” and thinks two things he and George enter on Day 1 with are leadership and instant motivation to produce.</p><p>“It’s two guys who haven’t had a chance to win a championship,” Conley said. “So, it’s that sense of urgency that maybe reignites that for the guys who’ve been on this team, who’ve already won it.”</p><p>George reiterated several times that a run of injuries he had with the Los Angeles Clippers and Sixers, including knee surgery prior to last season, are in the rearview, and that he is a “great” place physically and mentally.</p><p>“It’s a new group, a new opportunity,” George said. “I think they’re getting, someone that’s ready to, not fill the shoes or fill the void of JB, but I think from a personal standpoint myself, I think I can come in and kind of still keep us in that contention. Give us a chance to win.”</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZYOZOVHD5EOJNVE2MWVUE4Q7FQ.jpg?auth=9160b0df104c84c655b89bfbed943220ee06117d48adda8ba332105106fb03ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia 76ers forward Paul George (8) drives around Boston Celtics guard Jaylen Brown (7) during the second half in Game 1 of a first-round NBA playoffs basketball game, Sunday, April 19, 2026, in Boston. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5WG5IWA7MXKKWG5QUGYLI3ZXU4.jpg?auth=45cf22c0d76cc7e3d6266bb9e9cbcf82b172e2737059cfa26d443064043cdef8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota Timberwolves guard Mike Conley reacts during the second half of an NBA basketball game against the Boston Celtics, Nov. 6, 2023, in Minneapolis. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Trump's push to restrict mail ballots has failed. Other efforts to reshape the midterms are ongoing]]></title><link>https://www.local10.com/news/politics/2026/09/15/trumps-push-to-restrict-mail-ballots-has-failed-other-efforts-to-reshape-the-midterms-are-ongoing/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/trumps-push-to-restrict-mail-ballots-has-failed-other-efforts-to-reshape-the-midterms-are-ongoing/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Supreme Court this week closed the chapter on one of President Donald Trump’s boldest efforts to reshape November’s elections — a plan that would have demanded a dramatic overhaul of the nation’s mail voting processes on what most election officials agreed was an impossibly short timeline.]]></description><pubDate>Tue, 15 Sep 2026 23:12:49 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Supreme Court this week closed the chapter on one of President Donald Trump’s boldest efforts to reshape November’s elections — a plan that would have demanded a dramatic overhaul of the nation’s mail voting processes on what most election officials agreed was an impossibly short timeline.</p><p>But the case was just one example of the Republican president’s numerous attempts to assert federal control over the upcoming midterms. Several others remain in various states of play, even as mail ballots have been sent out in at least three states and early voting starts in others this week.</p><p>Recently, the Department of Justice ordered officials in more than two dozen states to preserve records from the 2024 election as part of a campaign to force them to turn over detailed voter data despite repeated court losses.</p><p>And lacking the sensitive voter data the administration wants from many states, the Department of Homeland Security has launched its own probe to find noncitizen voters on state rolls, an effort that a federal whistleblower says is rushed, error-ridden and potentially violating state laws.</p><p>Meanwhile, Trump has continued to falsely claim that mail ballots are corrupt, that noncitizens are abundant on voter lists and that Democratic election fraud is widespread. During the recent Republican convention, the president goaded his fans in a verbal pledge to “cheat like hell, like they do.”</p><p>In response to Monday's Supreme Court ruling, Trump lashed back at the justices, saying they lacked the “courage necessary to save our America.”</p><p>The Constitution gives the power to run elections to states, rather than to the federal government. Election officials have said they’re prepared to run a safe, secure election even if Trump continues to fan the flames.</p><p>Democratic groups have signaled they are building out contingency plans in case Trump sends armed federal officers to the polls or Republicans make other attempts to improperly interfere in the election, a high-stakes contest that will determine which party controls Congress next year.</p><p>With his mail ballot reforms blocked for now, here's a look at Trump's other, ongoing efforts to reshape election procedures:</p><p>Trump has pressured states to use a controversial federal voter lookup tool</p><p>The president insists, contrary to reams of research, that large numbers of noncitizens are illegally voting around the country.</p><p>In his second term in office, he has sought to use the might of the federal government to crack down on the issue, including through a massive overhaul of a federal voter eligibility database called Systematic Alien Verification for Entitlements, or SAVE.</p><p>The SAVE program was created under an immigration law mandating that the Department of Homeland Security help federal, state and local agencies prevent government benefits from going to noncitizens. Trump last year directed changes to significantly expand its abilities for mass searches by election officials.</p><p>Then, his administration sent letters and filed lawsuits to push states to run their sensitive voter data through the tool – a prospect some states have agreed to, but many have resisted to keep their residents’ personal information secure.</p><p>Since last year, at least 67 million registrations have been scanned through the program, but critics worry it could end up purging valid voters from the rolls. Some registrants have already been wrongly flagged.</p><p>A federal judge in June barred the new version of the SAVE program, calling it an illegal violation of Americans' privacy. The Trump administration has asked the Supreme Court to intervene and block that ruling with an emergency order. The Supreme Court has yet to weigh in on the case.</p><p>Meanwhile, the federal government continues to push states to give up voter registration information that contains addresses, dates of birth, driver’s license numbers and partial Social Security numbers.</p><p>DHS Secretary Markwayne Mullin in July warned that state officials could lose funding or face investigations if they failed to go along with Trump's election security demands. And the DOJ last week sent letters to 29 states and the District of Columbia ordering them to preserve 2024 election documents and advising them that they were “under investigation” and subject to ongoing litigation for their failure to give up the data.</p><p>Numerous investigations have found that while noncitizens have occasionally appeared on voting rolls and cast ballots, it is extremely rare.</p><p>DHS is conducting its own noncitizen voter investigation</p><p>In a last-ditch effort to hunt for noncitizen voters without detailed data from all states, DHS in August ordered a group of U.S. Citizenship and Immigration Services staff to pivot to a full-time manual investigation of state voter rolls, according to a whistleblower's report released Monday.</p><p>The anonymous federal whistleblower said federal employees are being directed to misrepresent themselves on the voter lookup tools in a way that likely violates state laws as they compare DHS-provided data with state records in an attempt to identify noncitizens who are illegally registered.</p><p>The probe known as the “Unlawful Voter Initiative” also asks employees to create federal law enforcement records about voters based on unreliable data, the whistleblower account warns. It's a prospect that could wrongly implicate U.S. citizens in documentation that could spur further investigation.</p><p>Asked about the initiative, DHS didn't deny its work but said the investigation was being conducted “diligently and professionally.”</p><p>“The department accessed publicly available data from states’ voter rolls and cross referenced them with known aliens in our systems,” a DHS spokesperson said in an emailed statement. “It’s not rocket science; it’s an easy step to secure our elections.”</p><p>Administration has signaled other efforts are in the works</p><p>Trump has repeatedly run up against the courts in his attempts to more widely reshape election administration, including through two executive orders tied up in lawsuits that allege the changes he wants are unconstitutional.</p><p>He also has been stymied in his attempts to get the Republican-led Congress to pass a strict proof-of-citizenship bill called the SAVE America Act. The legislation doesn't have enough votes in the Senate to pass.</p><p>But his administration also has used its law enforcement power to take unprecedented steps that have been successful. For example, the Federal Bureau of Investigation last year seized hundreds of boxes of ballots and other documents related to the 2020 election in Georgia's most populous county without offering an explanation. The FBI has also demanded 2024 ballots from Michigan's Wayne County, and received records related to the 2020 election from Arizona's Maricopa County.</p><p>Attorney General Todd Blanche on Tuesday signaled the Trump administration will be undeterred by the Supreme Court's ruling in its efforts to investigate and combat voter fraud.</p><p>“I expect you’re going to see that work continue," he told reporters at a Rose Garden press briefing.</p><p>Tammy Patrick of The Election Center, which has nearly 2,500 election officials as members, said those who run voting offices breathed a collective sigh of relief at the high court's decision on mail voting Monday night. It removes the main threat that could have immediately disrupted balloting nationwide.</p><p>She and various election administrators insisted that time-tested processes will hold for the 2026 midterms and that voters' voices will be heard.</p><p>“Voters should realize the midterms are going to be secure,” Patrick said. “They’re going to be legitimate.”</p><p>___</p><p>Associated Press writers Jill Colvin in New York and Nicholas Riccardi in Mason, Michigan, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KDYBDXLQGPURVKD5J44QR2S77Q.jpg?auth=5b9739dd3301fd5e2b781c030219d6174fea241ae1fc6420b43b1adf1e3be319&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An election worker places a vote-by-mail ballot into a secure bin at the Miami-Dade County Supervisor of Elections Office during the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBASAEOTC55LWQQYBDZ3VLS6XI.jpg?auth=46952b58b9fec24ac60760152d97d7afab6935a721a47a398c527c37c02231c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during the RNC Midterm Convention, Wednesday, Sept. 9, 2026, at the American Airlines Center in Dallas. (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/XST7PYZRZULT5RIOWDQMSHURGI.jpg?auth=195baf5f72f028074309ee54dac0c20814ac9dbfe1f130efbce684c8360ba9b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters cast their ballots at a voting center on the UCLA campus, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PQZ3NQFQUAD2I3GG3YT2W5JRZ4.jpg?auth=10161e5a5df6362056a715e1fda57bdd785c5e88c81023dd121b08ad7f0864d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche listens during a news briefing in the Rose Garden of the White House, Tuesday, Sept. 15, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Shooting outside Wynwood Jamaican restaurant leaves 2 wounded, first responders say]]></title><link>https://www.local10.com/news/local/2026/09/15/reported-shooting-outside-wynwood-jamaican-restaurant-leaves-2-wounded-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/reported-shooting-outside-wynwood-jamaican-restaurant-leaves-2-wounded-first-responders-say/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Two men were wounded in a reported shooting outside of a Jamaican restaurant in Miami’s Wynwood district shortly after midnight on Tuesday, authorities confirmed to Local 10 News. ]]></description><pubDate>Tue, 15 Sep 2026 11:15:23 +0000</pubDate><content:encoded><![CDATA[<p>Two men were wounded in a shooting outside of a Jamaican restaurant in Miami’s Wynwood neighborhood shortly after midnight on Tuesday, authorities confirmed to Local 10 News. </p><p><a href="https://www.local10.com/espanol/2026/09/15/balacera-deja-a-dos-heridos-afuera-de-restaurante-jamaiquino-en-wynwood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/balacera-deja-a-dos-heridos-afuera-de-restaurante-jamaiquino-en-wynwood/"><b>Leer en español</b></a></p><p>Miami Fire Rescue officials said the two victims, an 18-year-old man and a 23-year-old man, were rushed to Jackson Memorial Hospital’s Ryder Trauma Center in stable condition after suffering gunshot wounds outside Dukunoo Jamaican Kitchen, located at 316 NW 24th St.</p><p>The restaurant is located across from the Wynwood 25 apartment building in an area known for its restaurants, shops and nightlife.</p><p>Authorities said Miami police received multiple emergency calls and found a man with a gunshot wound outside Dukunoo Jamaican Kitchen. </p><p>Witnesses said officers later found a second victim outside Skinny Louie’s, the restaurant next door.</p><p>A Local 10 News crew was outside of the restaurant as police remained at the scene for hours, with officers monitoring the area behind police tape. A K-9 unit was also seen searching around the property.</p><p>An employee at a nearby business described the chaos after the gunfire and said he helped a wounded man.</p><p>“I seen a crowd of people just running straight towards us,” he said. “I didn’t know what was going on. I didn’t hear the shots myself because I was further in the back. As I’m coming out, a lot of people are running inside.”</p><p>The employee said people inside the restaurant were told there was gunfire outside.</p><p>“So I got everybody inside and then I locked the doors. I thought it was like an open shooter, but the shots had already happened by the time everybody was running inside,” he added. </p><p>He said he later found a wounded man outside and helped provide first aid.</p><p>“I came outside and I seen a gentleman on the floor. He had a bullet wound to his right buttocks and he was kind of bleeding out. People were applying pressure to him,” he said. “I had a belt. I don’t have it no more now. But I took my belt off and I kind of wrapped it around him and I told him like, don’t move because we don’t know if the bullet’s still in you. It would be dangerous for him to move.”</p><p>Miami police have not released additional details about what led to the shooting or identified a suspect or possible motive.</p><p>Anyone with information on the shooting is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><i>Local 10 reporter Saira Anwer contributed to this story. </i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami United FC player describes weeks in ICE custody after arrest]]></title><link>https://www.local10.com/news/local/2026/09/13/professional-soccer-player-describes-weeks-in-ice-custody-after-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/13/professional-soccer-player-describes-weeks-in-ice-custody-after-arrest/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[When soccer player Matias Pourrain came to Fort Lauderdale-Hollywood International Airport last month, he was flying across the country to play in a semifinal match.]]></description><pubDate>Mon, 14 Sep 2026 01:19:41 +0000</pubDate><content:encoded><![CDATA[<p>When soccer player Matias Pourrain came to Fort Lauderdale-Hollywood International Airport last month, he was flying across the country to play in a semifinal match.</p><p><a href="https://www.local10.com/espanol/2026/09/14/futbolista-profesional-describe-semanas-bajo-custodia-de-ice-tras-arresto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/14/futbolista-profesional-describe-semanas-bajo-custodia-de-ice-tras-arresto/">Leer en español</a></p><p>He never expected to be taken into U.S. Immigration and Customs Enforcement custody.</p><p>Pourrain, 34, an Argentine center midfielder for Miami United FC, a semi-professional club in the United Premier Soccer League, is now back in South Florida, reliving what he calls some of the worst weeks of his life.</p><p>“It’s really a horrible situation, horrible situation,” Pourrain said.</p><p>He spent more than three weeks in ICE custody across three different facilities, including one in Miramar that he described as having inhumane conditions.</p><p>“Miramar was the worst thing that happened to me in my life,” he said.</p><p>Pourrain has lived in South Florida since 2019. He said he has had a work permit for years and renewed his Florida driver’s license in July.</p><p>“It hurts because I love this country and I’ve lived here seven years,” he said. “I don’t deserve any of this. I never got any criminal records. I never had any kind of problem.”</p><p>On Aug. 6, Pourrain was flying out of Fort Lauderdale-Hollywood International Airport for a semifinal match in Los Angeles. After passing through security, he said ICE took him into custody.</p><p>At a detention facility in Miramar, Pourrain said he was shackled to a chair for the first 24 hours.</p><p>“Handcuffs on the hands and the feet. A chain all over my body here,” he said.</p><p>He said he was then moved into a small room that was overcrowded with inmates.</p><p>Pourrain said the food was moldy, so he did not eat for days.</p><p>“It was a little room. It was 68 of us inside there -- I couldn’t even move. I was just like this, trying to put my head on the wall, tried to sleep a little bit. There was no bed,” he said.</p><p>Eventually, Pourrain was moved to another facility in Florida and then to Texas.</p><p>He was released on a $20,000 bond on Aug. 28, more than three weeks after he was taken into custody.</p><p>The Department of Homeland Security told Local 10 that Pourrain only had permission to stay in the U.S. for six months and overstayed his welcome.</p><p>DHS also denied his claims of inhumane treatment.</p><p>“Claims that there are subprime conditions at ICE detention centers are FALSE. ICE has higher detention standards than most U.S. prisons that hold actual U.S. citizens. All detainees are provided with 3 meals a day, clean water, clothing, bedding, showers, soap, and toiletries,” the agency said in a statement. </p><p>For Pourrain, he said he knows what he saw and worries about those still inside.</p><p>“It’s inhumane what happens inside. They don’t deserve it either,” he said.</p><p>While his court proceedings continue, Pourrain is back training with his team and teaching kids soccer.</p><p>But the memories have not gone away.</p><p>“I think I’ll never forget about this. Because it was tough on me, it was tough on my wife,” he said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[16th Street Baptist Church marks bombing anniversary with a new visitor center]]></title><link>https://www.local10.com/news/politics/2026/09/15/16th-street-baptist-church-marks-bombing-anniversary-with-a-new-visitor-center/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/16th-street-baptist-church-marks-bombing-anniversary-with-a-new-visitor-center/</guid><dc:creator><![CDATA[By KIM CHANDLER, Associated Press]]></dc:creator><description><![CDATA[BIRMINGHAM, Ala. (AP) — Sixty-three years ago, dynamite planted by Ku Klux Klan members exploded through the 16th Street Baptist Church in Birmingham, Alabama, killing four girls as they prepared for Sunday services.]]></description><pubDate>Tue, 15 Sep 2026 21:08:02 +0000</pubDate><content:encoded><![CDATA[<p>BIRMINGHAM, Ala. (AP) — Sixty-three years ago, dynamite planted by Ku Klux Klan members exploded through the 16th Street Baptist Church in Birmingham, Alabama, killing four girls as they prepared for Sunday services.</p><p>Hundreds of people filled the church on Tuesday on the 63rd anniversary of the bombing. The church marked the anniversary with the opening of a new visitors center that leaders said is aimed at educating people about one of the most horrific events of the Civil Rights Movement and urging a recommitment to continue the struggle for justice.</p><p>Bryan Stevenson, the founder of the Equal Justice Initiative and the guest speaker for the annual memorial service, said the remembrance falls at a time when politicians are trying to take content out of museums, attacking the Voting Rights Act and turning to the politics of division.</p><p>“We’re in a critical moment in America. There is a narrative struggle. There are people who are preaching the politics of fear and anger, and they want to govern through fear and anger,” Stevenson said.</p><p>Stevenson, who helped build memorials and museums tracing the legacy of slavery in America, said a “whole network of elected officials" — not only the Klan — shared responsibility for the climate that led to the deadly bombing.</p><p>“And today we have those same voices, and we have to stand against those voices by being committed to truth and justice,” Stevenson said.</p><p>Klansmen had placed a bundle of dynamite outside the church under a set of stairs. The bombing came during the height of the Civil Rights Movement, eight months after then-Gov. George Wallace pledged “segregation forever.”</p><p>The girls were gathered in a downstairs washroom before Sunday services when the dynamite exploded at 10:22 a.m. on Sept. 15, 1963. The explosion killed 11-year-old Denise McNair and Cynthia Wesley, Carole Robertson and Addie Mae Collins, all 14. A fifth girl, Sarah Collins Rudolph, the sister of Addie Mae, was in the room and was severely injured but survived.</p><p>Three Ku Klux Klansmen were eventually convicted in the blast: Robert Chambliss in 1977; Thomas Blanton in 2001; and Bobby Frank Cherry in 2002.</p><p>The opening of the education center comes at a time of uncertainty about how history is presented in national parks and museums. President Donald Trump in March 2025 signed an executive order aimed at defunding museum exhibits and programs that he said promote “divisive narratives.”</p><p>The church sits within the bounds of the National Park Service's civil rights monument in Birmingham, an area that includes the park where Black protesters were met by police dogs and fire hoses. But the church independently runs the visitors center.</p><p>The new center has space for exhibits, oral history initiatives, artist residencies, community quilting projects, public speaker series and other programming.</p><p>Church leaders envision the center as a place where people can reflect after visiting the church and bombing site.</p><p>“I want them to take away that history is not just in the past. History is also present, and that there’s still work to do,” said the Rev. Arthur Price Jr., the pastor of 16th Street Baptist. “When we talk about the challenges in our country, when we talk about the injustice, the inequity, and the inequality, there’s still a whole lot of work for us to do.”</p><p>Lisa McNair’s sister, Denise, was one of the girls who lost their lives in the 1963 bombing.</p><p>“It’s part of our shared American history, and if we don’t know our history, we’re destined to repeat it,” McNair said at Tuesday's event.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XR4HYBSJPLZTQAJUUKEFA4LIEI.jpg?auth=4b525bb5d11ec9d1d43ae15f950ed0e7d5523e6ce4d361b1fa5f4b7ee5e55071&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The 16th Street Baptist Church is seen Sept. 9, 2026, in Birmingham, Ala. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B7QSZY6CWAYIIC76XDOWHBJCKE.jpg?auth=322f85ca55ce8fac0d6569183db5337ccb1943934b857de372a1253a1d6b945d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The 16th Street Education and Visitor Center is seen Wednesday, Sept. 9, 2026, in Birmingham, Ala. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XC3ONNNQFTS2UXNWGCD2ETNMGY.jpg?auth=18ca9cbcee3de6f1194cfae02e0430a87425597180a727a9ff39ecbca7282ec3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The 16th Street Education and Visitor Center is seen Wednesday, Sept. 9, 2026, in Birmingham, Ala. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBHYFLP5TRAO7FTXC6IAIF725I.jpg?auth=8483e0e1150635f7e4c64e63457d85989a9da1c274871cf9997b70d91175b647&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The statue named, "The Four Spirits," is seen near the 16th Street Baptist Church, Wednesday, Sept. 9, 2026, in Birmingham, Ala. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJC2L6BZMTXKOZ6H6QPAOSY5KU.jpg?auth=87ff6959f7692388432c9b8f5ee43b48dd3b5529865dcadab25f237d9b4f73a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone shows Rev. Arthur Price, Jr., left, and Bryan Stevenson, the founder and executive director of the Equal Justice Initiative, attending a commemoration service in honor of the 63rd anniversary of the church's bombing at 16th Street Baptist Church in Birmingham, Ala., Tuesday, Sept. 15, 2026. (AP Photo/Kim Chandler)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Chandler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QK3ST4HKLWUIEI2FCBJQQW6PGQ.jpg?auth=8786917f4bb8dd789a4c9b641931ca1b6081bd23ec8862ad2db420edb17f1616&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone shows a person standing inside the visitor and education center at 16th Street Baptist Church in Birmingham, Ala., Tuesday, Sept. 15, 2026. (AP Photo/Kim Chandler)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Chandler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/45GPUYPVTTWF2RGTSD6XFM72GM.jpg?auth=e990cb1dd26198fc3fda491b86ae0c12532a647f2e0e6209029d6b864537d3bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone shows members of the congregation and guests bowing their heads during a commemoration service in honor of the 63rd anniversary of the church's bombing at 16th Street Baptist Church in Birmingham, Ala., Tuesday, Sept. 15, 2026. (AP Photo/Kim Chandler)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Chandler</media:credit></media:content></item><item><title><![CDATA[Trump and the court: If he wins, he's happy. When he loses, he ridicules justices he appointed]]></title><link>https://www.local10.com/news/politics/2026/09/15/trump-and-the-court-if-he-wins-hes-happy-when-he-loses-he-ridicules-justices-he-appointed/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/trump-and-the-court-if-he-wins-hes-happy-when-he-loses-he-ridicules-justices-he-appointed/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump has taken his wins, and more notably his losses, at the U.S. Supreme Court quite personally.]]></description><pubDate>Tue, 15 Sep 2026 22:13:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has taken his wins, and more notably his losses, at the U.S. Supreme Court quite personally.</p><p>It is a court he shaped with three nominees during his first term and he has frequently expressed admiration when the court rules his way, only to turn sharply critical when it delivers him a defeat.</p><p>On Monday, the court rejected his administration’s planned restrictions on mail ballots for the midterm elections and by the morning on Tuesday, Trump took to social media to denigrate the decision and the justices he had appointed who rejected Trump's argument.</p><p>None of the three justices wrote about their rationale for joining the majority opinion, though Justice Brett Kavanaugh indicated he might see things differently if the election wasn’t coming up so quickly. Of the nine-member court, only Justices Clarence Thomas and Samuel Alito fully agreed with the administration.</p><p>Trump's rebuke also resurfaced his frustration over losses on tariffs and birthright citizenship — two other issues where the conservative majority court has checked the power of the Republican president.</p><p>The court has let Trump move ahead with much of his agenda</p><p>The justices have handed the president nearly two dozen victories in emergency appeals, often lifting lower court orders that had blocked key aspects of his boundary-testing second-term agenda. While technically temporary, those decisions have largely allowed his administration to push ahead with his crackdown on immigration, ban on transgender people serving in the military and dismantling of the Department of Education.</p><p>He also got significantly more power over federal regulatory agencies that Congress had created to operate independently when the court found presidents can fire those leaders at will. Another ruling that weakened the Voting Rights Act allowed his call for redistricting for partisan advantage to proceed.</p><p>Those decisions, though, achieved longtime goals of the conservative legal movement. “They’re the kind of cases that, for the most part, it doesn’t matter what administration would have brought them, the court would have come out the same place,” said Erin Murphy, an appellate attorney who clerked for Chief Justice John Roberts. She spoke at a Tuesday panel at Georgetown Law’s Supreme Court Institute.</p><p>Trump also has been dealt high-profile losses</p><p>Trump’s record has been more mixed, though, in cases where the court has gotten a full briefing and heard arguments. The justices struck down his far-reaching tariffs on nearly every other country, his restrictions on birthright citizenship and put the brakes on his push to fire a member of the Federal Reserve Board.</p><p>His administration is still pursuing those goals in new ways, but for Trump the losses have rankled. On Tuesday, he assailed the justices “for shockingly bad rulings that are of such magnitude that it won’t be easily possible for our Country to recover or heal.”</p><p>He referenced his own role in appointing three of the nine justices, writing that “these are not the people I interviewed to serve on the United States Supreme Court.”</p><p>The missive came after a high-profile loss on the emergency docket: the high court’s rejection of his proposed restrictions on mail ballots before the fast-approaching midterm elections. Trump has long targeted mail voting even while using it himself, falsely blaming it for his 2020 election loss despite a lack of evidence of fraud.</p><p>“I think it's certainly right that this is not a MAGA court. The court is asserting its independence from the president,” said Don Verrilli, a former Solicitor General under President Barack Obama, also speaking at Georgetown.</p><p>The justices have twice rejected Trump-backed cases ahead of the midterms</p><p>The mail ballots decision was the second time in as many weeks that the court rejected a Trump-backed appeal related to the election. The high court also refused to allow Missouri to use new elections maps redrawn at Trump's urging to help Republicans gain an extra seat in the U.S. House.</p><p>The high court’s majority didn’t explain either decision in detail, as is typical on their emergency docket. But taken together, the decision seems to signal an unwillingness to intervene in election litigation before the pivotal November contests.</p><p>“My guess is there's a robust majority that doesn’t want to be the decision maker allowing the chaos to happen,” said attorney Roman Martinez, another former Roberts clerk who frequently argues before the court.</p><p>The court will likely end up being drawn into election litigation again, though, before or after the votes are cast. “As the rest of this electoral cycle unfolds, I think there is going to be a lot of turbulence around these issues,” Verrilli said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L46XGFMEXSZJD3FTMJFHOYQLNM.jpg?auth=0382a24168cf66718b1d5f9e2ddfbe13b20f962729daec4bb723860527b191f3&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 with reporters before boarding Air Force One at Shannon Airport, Sunday, Sept. 13, 2026, in Shannon, Ireland. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CRYN2PGKXHUBIWFIUXBHSTSRLM.jpg?auth=2ba117f235fc302ecfeb372e39dec95f0d59cf6739130bb0e512b5cd1254b08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Supreme Court is seen on Capitol Hill in Washington, Aug. 25, 2026. (AP Photo/J. Scott Applewhite, file)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Gold mining expands fastest on Indigenous lands in Brazil’s Amazon, new analysis finds]]></title><link>https://www.local10.com/tech/2026/09/15/gold-mining-expands-fastest-on-indigenous-lands-in-brazils-amazon-new-analysis-finds/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/15/gold-mining-expands-fastest-on-indigenous-lands-in-brazils-amazon-new-analysis-finds/</guid><dc:creator><![CDATA[By GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Indigenous lands face the greatest threat from the expansion of gold mining in the Brazilian Amazon, according to an analysis released Tuesday by the nonprofit Amazon Environmental Research Institute, known as IPAM.]]></description><pubDate>Tue, 15 Sep 2026 20:29:45 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Indigenous lands face the greatest threat from the expansion of gold mining in the Brazilian Amazon, according to an analysis released Tuesday by the nonprofit Amazon Environmental Research Institute, known as IPAM.</p><p>The area affected by gold mining across the Amazon was 20 times larger in 2024 than in 1985. The growth was even more dramatic on Indigenous lands, where mining covered 24 times as much land — and expanded nearly sevenfold between 2016 and 2024 alone.</p><p>Record-breaking gold prices, driven largely by investor demand for safe assets amid rising global risks, have driven a renewed mining rush in the Amazon, spiking deforestation and mercury contamination of riverine and Indigenous communities.</p><p>IPAM said the mining is aggravating the climate risks facing Indigenous communities. Climate change, driven primarily by human activities that increase greenhouse gas concentrations in the atmosphere, has intensified droughts and heat in the Amazon.</p><p>“Extreme weather events threaten access to water, food, transportation and healthcare,” the nonprofit said. “At the same time, expanding illegal mining contaminates rivers, accelerates environmental degradation and fuels health problems and violence, further weakening Indigenous communities’ ability to adapt.”</p><p>Almost 90% of the affected area is concentrated in three territories. One of them is the Munduruku Indigenous Territory, located in the northern state of Para.</p><p>Earlier this month, representatives of the Inter-American Court of Human Rights traveled to Para for a series of hearings with the Munduruku people, including sessions in their territory. The visit sought to assess Brazil’s compliance with provisional measures recommended by the court in 2022 to protect Indigenous communities’ rights.</p><p>Munduruku leaders presented evidence — including satellite imagery and field-monitoring reports — showing that illegal gold miners had returned to the territory, after federal operations in 2024 and 2025 expelled them. They also reported that health impacts include a surge in malaria cases, higher infant mortality rates and mercury contamination linked to delays in children’s language and motor development.</p><p>Under President Luiz Inácio Lula da Silva, Brazilian authorities have stepped up efforts to combat illegal mining. Police and environmental agencies have carried out major operations targeting criminal networks, while investigators have increasingly used forensic science to trace gold and identify illegally mined metal.</p><p>Still, enforcement has not eliminated illegal mining across the Amazon. When authorities destroy mining equipment in one area, miners often move elsewhere or resume operations after officials leave. In the Munduruku territory, Indigenous watchdogs had identified 10 new illegal mining sites as of August.</p><p>In a Sept. 10 statement, Brazil’s Ministry of Human Rights said that government officials attended the hearings and discussed continued territorial enforcement, along with improvements to the water supply and food safety. The ministry also acknowledged the need for a “more detailed technical response” to mercury contamination.</p><p>Under Brazilian law, mining is prohibited on Indigenous lands. On Monday, the Articulation of Indigenous Peoples of Brazil, known by the Portuguese acronym Apib, said in a statement that protecting the Munduruku territory requires more than removing those who invade it.</p><p>“The activity is part of a transnational criminal economy in which armed groups control extraction, gold and drugs move along the same river routes, and mining permits are used to give a veneer of legality to illegally extracted gold,” Apib said.</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/PC4VX2ZV4QX2UUSMHTI4B25NPU.jpg?auth=a991adf97153faddbaf1d377b72908f08e0b767e30f0f2b03aaf84efb646c204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An illegal mining camp is visible from a Brazil Environmental Agency helicopter during an operation to try to contain illegal mining in Yanomami Indigenous territory, Roraima state, Brazil, Feb. 11, 2023. (AP Photo/Edmar Barros, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Edmar Barros</media:credit></media:content></item><item><title><![CDATA[Americans value press freedom, but new surveys show support for restrictions in certain cases]]></title><link>https://www.local10.com/news/politics/2026/09/15/americans-value-press-freedom-but-new-surveys-show-support-for-restrictions-in-certain-cases/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/americans-value-press-freedom-but-new-surveys-show-support-for-restrictions-in-certain-cases/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Americans value press freedom — with some exceptions.]]></description><pubDate>Tue, 15 Sep 2026 20:22:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Americans value press freedom — with some exceptions.</p><p>About three-quarters of U.S. adults said press freedom is “extremely” or “very” important to society's well-being, according to a newly released Pew Research Center study. But at least half said they also support government restrictions on reporting in specific circumstances, such as protecting national security or preventing inaccurate information.</p><p>At the same time, many Americans said it is “never acceptable” for the U.S. government to give journalists access to public figures in exchange for positive coverage, or to revoke a news organization's broadcast license.</p><p>“People are not all or nothing,” says Katerina Eva Matsa, director of news and information at Pew Research Center, when asked what was striking about the findings. “When you give them options and scenarios … they are negotiating. That was a very interesting perspective that the data gave us.”</p><p>The study, which was based on two surveys conducted earlier this year, also found that Americans were divided about whether the media is completely free to report the news, with Democrats and Republicans expressing very different levels of worry about restrictions on the press.</p><p>The polling comes at a bumpy time for media in the US</p><p>The analysis comes as the relationship between the U.S. media and Donald Trump's second administration becomes ever more fraught as the president, in his second term, seeks to restrict press coverage not to his liking. He or his administration has attacked, sued or taken administrative action against media outlets that have drawn his ire.</p><p>Matsa said that tension was one impetus for doing the report now. Other reasons: the changing media environment and the evolution of what “the press” is now, as well as the emergence of tech companies as gatekeepers of the news.</p><p>“Overall, there’s a lot of public conversation — and it’s the 250th anniversary of our nation,” she said. “So, it kind of felt like a good moment to look at how Americans think about this.”</p><p>Most Americans, about 7 in 10, said the Trump administration and the U.S. news media have a “very” or “somewhat” bad relationship. That's a slight increase from 2025, when 64% of U.S. adults said this.</p><p>They're more divided on whether the press faces additional restrictions under Trump's second term, although few think the press is freer than it was before. About 44% of U.S. adults said the press has become less free under the second Trump administration, while about 26% said there has been no change. Only 12% said the press is more free, and 17% said they're not sure.</p><p>Americans hold complex views on when the government can intervene</p><p>Despite U.S. adults' broad belief in the ideal of press freedom, the survey found, they're willing to contemplate restrictions in specific circumstances.</p><p>Most U.S. adults said the government should not be able to require a news organization to take down a story if it is critical of the government or clearly favors one political side. But about half say it should be able to force a retraction if a story contains false information, and about 6 in 10 said this about a story that poses a risk to national security.</p><p>The findings indicate most Americans are open to some form of government restriction on the media, despite their broad embrace of press freedom as a concept. At the same time, there is unlikely to be uniform agreement about what constitutes a national security risk, for example, or who gets to determine that — and the poll did not probe those distinctions further.</p><p>When asked whether it was more important for the press to be free to report news even if some reporting is inaccurate, or if preventing inaccurate reporting should be prioritized even if it limits press freedom, about half, 53%, of U.S. adults said it was more important to prevent inaccurate reporting, and 45% said press freedom was more important.</p><p>But they see limits for government too. Just over half of Americans say it is “rarely” or “never” acceptable for the U.S. government to force journalists to reveal the identities of unnamed government sources or take away a news organization's license to broadcast. About 2 in 10 say these actions are “sometimes” acceptable, and only about 1 in 10 say they are “usually” or “always” acceptable.</p><p>Political affiliation helps determine perspectives</p><p>Perhaps not surprisingly in a highly politicized environment, views on press freedom differed sharply according to political leaning.</p><p>Democrats were more likely than Republicans to prioritize a free press to begin with, the study found. About 8 in 10 Democrats said a free press is “extremely” or “very” important for society's well-being, compared to about two-thirds of Republicans.</p><p>Republicans were also more likely than Democrats to say the government should be able to require a news story be taken down in cases of national security. About 7 in 10 Republicans said this should be allowed, compared to about half of Democrats. A similar gap emerged on the publication of false information.</p><p>The share of Americans who said the media was “completely” free to report the news fell slightly from 33% last year to 28% in the latest survey. About half — 48% — said the press was “somewhat” free and about 2 in 10 said it was “not very” or “not at all” free.</p><p>There were differences between the parties there, too.</p><p>—In the new study, only about 2 in 10 Democrats saw the media as “completely” free to report the news.</p><p>—Meanwhile, most Democrats, 64%, said they were “extremely” or “very” concerned about potential restrictions on press freedom, while only about 3 in 10 Republicans held similar worries. The reverse was true during the Biden era.</p><p>The report is accompanied by a knowledge quiz based on the surveys that users can take to test how much they know about the First Amendment. It has eight questions, all of which were included in the survey. Matsa noted that while many Americans understand the basics of the First Amendment, many don’t know the mechanics of who it protects — and from whom.</p><p>For example, the study found that while 58% of U.S. adults know the Constitution protects the press from interference by the U.S. government, only 33% know that it does not protect the press from interference by private companies, such as a social media company or a web-hosting service.</p><p>___</p><p>The Pew-Knight analysis was based on two polls conducted using samples drawn from the Pew Research Center's American Trends Panel, which is probability-based. One survey of 3,507 U.S. adults was conducted March 23-29, 2026, and the other was conducted among 3,488 U.S. adults from June 22-28, 2026. The margin of sampling error for the March survey of 3,507 adults is plus or minus 1.9 percentage points. The margin of sampling error for the June survey of 3,488 U.S. adults is plus or minus 1.8 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O6BOEWD7EFD6KRSZBL3RHQ3COA.jpg?auth=63ab00d5e85c3b09367b707f27b39c459c1abc7b9b9a960552ebbc2c4b829a09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - White House press secretary Karoline Leavitt speaks with reporters in the James Brady Press Briefing Room at the White House, July 16, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KDO2ZNQJMARVCKOT24C5QQZMUE.jpg?auth=e4f33560c3fe1a65bbc06035326599af6f96b568fd711eeca68a36f2179fd77c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A journalist prepares for a stand-up as President Donald Trump speaks at the White House, April 1, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Police fire tear gas to break up Congo protests against constitutional changes]]></title><link>https://www.local10.com/news/world/2026/09/15/police-fire-tear-gas-to-break-up-congo-protests-against-constitutional-changes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/15/police-fire-tear-gas-to-break-up-congo-protests-against-constitutional-changes/</guid><dc:creator><![CDATA[By JEAN-YVES KAMALE, Associated Press]]></dc:creator><description><![CDATA[KINSHASA, Congo (AP) — Police in Congo fired tear gas Tuesday to disperse hundreds of people demonstrating against constitutional changes they said could allow President Felix Tshisekedi to seek a third term in office.]]></description><pubDate>Tue, 15 Sep 2026 20:21:58 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — Police in Congo fired tear gas Tuesday to disperse hundreds of people demonstrating against constitutional changes they said could allow President Felix Tshisekedi to seek a third term in office.</p><p>The opposition coalition C64 organized demonstrations in the capital, Kinshasa, and several other cities, including Lubumbashi and Kindu in eastern Congo, despite restrictions on mass gatherings imposed due to the fast-spreading Ebola outbreak.</p><p>The protest in Kinshasa drew hundreds of people and began peacefully, but was dispersed by police with tear gas and warning shots after protesters clashed with pro-government supporters.</p><p>“The Congolese state is working with a political party militia,” said opposition leader Martin Fayulu. “God is great; I made it out alive. There was a massacre, and the police were firing at us.”</p><p>Congolese government spokesperson Patrick Muyaya condemned the opposition for disrupting activities by falsely claiming schools would be closed on Tuesday. “The right to protest is recognized in the Constitution, but it must be exercised properly,” he said.</p><p>Police also dispersed a June rally in Kinshasa that C64 organized against the constitutional changes. Several people, including Fayulu, were injured.</p><p>Congo is plagued by multiple crises, including an Ebola outbreak and an escalation of the decades-long conflict with the Rwanda-backed M23 rebels, one of more than 100 armed groups vying for control in the eastern provinces.</p><p>Tshisekedi, 62, has been in office since 2019 and is due to complete his second five-year term in 2028. He has said he would be willing to seek a third term if approved by voters in a referendum.</p><p>The Congolese Constitution bars any revision of presidential term limits. However, a bill under consideration in the National Assembly, a lower chamber, would allow the president to amend those provisions in the event of a “major dysfunction” that paralyzes state institutions, potentially following a referendum.</p><p>The country’s main opposition parties, which have been divided in recent years, joined forces in May under the banner of C64, or Coalition Article 64, to oppose what they describe as an attempt by Tshisekedi to remain in power. The coalition has called the proposed changes a “serious threat” to the country’s stability.</p><p>____</p><p>AP’s Africa coverage at: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G46CEP2G7AFLE27NDA2GJFJSTE.jpg?auth=a62e0eb1b4c5555fe2fb0dbf8059cbd7ad41077f30b6464955d7793bbbd227d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People march during a protest organized by opposition parties against constitutional changes proposed by President Felix Tshisekedi, in Kinshasa, Congo, Tuesday, Sept. 15, 2026. (AP Photo/Samy Ntumba Shambuyi)]]></media:description><media:credit role="author" scheme="urn:ebu">Samy Ntumba Shambuyi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZGUBAFB5OZYPEX6UKARNPTW7XI.jpg?auth=18575ef2684e0749cae1138e60220d3056448de4f2004e45cc06d45c2395dd46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People march during a protest organized by opposition parties against constitutional changes proposed by President Felix Tshisekedi, in Kinshasa, Congo, Tuesday, Sept. 15, 2026. (AP Photo/Samy Ntumba Shambuyi)]]></media:description><media:credit role="author" scheme="urn:ebu">Samy Ntumba Shambuyi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JNW5RUTPWQX5UL2EWQQRIQZ3EI.jpg?auth=fb8d5fc7e2d0d1e21f3715f89651d1e3df46a65222e0dc06c582564348dcb855&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People march during a protest organized by opposition parties against constitutional changes proposed by President Felix Tshisekedi, in Kinshasa, Congo, Tuesday, Sept. 15, 2026. (AP Photo/Samy Ntumba Shambuyi)]]></media:description><media:credit role="author" scheme="urn:ebu">Samy Ntumba Shambuyi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EVJULWHUK6DHTQ6265UZKQCWOA.jpg?auth=e27d280eca587a32e29aed3efcf495b534c481be166fa29f7d9aa16cdaa96328&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People march during a protest organized by opposition parties against constitutional changes proposed by President Felix Tshisekedi, in Kinshasa, Congo, Tuesday, Sept. 15, 2026. (AP Photo/Samy Ntumba Shambuyi)]]></media:description><media:credit role="author" scheme="urn:ebu">Samy Ntumba Shambuyi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYITPEOB5OPQM2T5IFDQBOKWTY.jpg?auth=44b6793516c7187fa1601998d536405af3852dc4ac70c66940a5f278a9eebf78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security forces take position ahead of a protest organized by opposition parties against constitutional changes proposed by President Felix Tshisekedi, in Kinshasa, Congo, Tuesday, Sept. 15, 2026. (AP Photo/Samy Ntumba Shambuyi)]]></media:description><media:credit role="author" scheme="urn:ebu">Samy Ntumba Shambuyi</media:credit></media:content></item><item><title><![CDATA[Key West employee ends up behind bars after allegedly taking public works employee’s city truck to ‘prove a point’ ]]></title><link>https://www.local10.com/news/local/2026/09/15/key-west-employee-ends-up-behind-bars-after-allegedly-scaring-colleague-to-prove-a-point/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/key-west-employee-ends-up-behind-bars-after-allegedly-scaring-colleague-to-prove-a-point/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[A man who was working for the city of Key West recently called 911 to report that his assigned city truck had been stolen at a public beach park, records show. ]]></description><pubDate>Tue, 15 Sep 2026 19:32:14 +0000</pubDate><content:encoded><![CDATA[<p>A man who was working for the city of Key West recently called 911 to report that his assigned white city truck had been stolen from Clarence S. Higgs Memorial Beach, records show. </p><p>The public works employee told a 911 dispatcher shortly after 10:40 a.m. on Saturday that he had parked the truck and left the key in the ignition at 1000 Atlantic Boulevard, records show. </p><p>“I left my truck running, and somebody jumped in the truck and took off,” the city employee told the dispatcher, according to the redacted audio released by police on Tuesday. </p><p>During the investigation, Ralph Major, another city employee, admitted that he had driven away in the city truck to “prove a point,” according to Officer Bradley Fox’s report to dispatch. </p><p>Monroe County Sheriff’s Office deputies arrested Major, 59, on Monday after a judge issued a warrant for his arrest, according to inmate and court records. He surrendered at the jail, according to Shannon Perzel, a Key West Police Department spokesman. </p><p>On Tuesday afternoon, Major faced a first-degree misdemeanor charge of misuse of the 911 or E911 system. His bond was $15,000. Monroe County Circuit Judge Albert Kelley was set to preside over the case. </p><p>Major is the facilities superintendent for Key West Parks and Recreation, according to the city’s directory. He also advertises dog training services on LinkedIn and <a href="https://www.facebook.com/ralphmajortraining/reels/" target="_self" rel="" title="https://www.facebook.com/ralphmajortraining/reels/">Facebook</a>. </p><p>Last year, <a href="https://www.keysnews.com/sports/2025-08-09-score-page-17-youth-football-ralph-major-jpg-copy/image_75ff771c-dc43-48b6-9051-a421812acb79.html" target="_self" rel="" title="https://www.keysnews.com/sports/2025-08-09-score-page-17-youth-football-ralph-major-jpg-copy/image_75ff771c-dc43-48b6-9051-a421812acb79.html">Keys News</a> identified Major as the president of the <a href="https://www.facebook.com/keywestjuniorfootball/posts/1504108221519115/" target="_self" rel="" title="https://www.facebook.com/keywestjuniorfootball/posts/1504108221519115/">Key West Junior Football League</a>, a volunteer-led youth sports organization with cheerleading, dance, and football programs. </p><p><b>Read Fox’s report to dispatch</b></p><figure><img src="https://www.local10.com/resizer/v2/EOWJUBYMFFH6FM6R7SHY6NVR6Y.jpg?auth=140f6bdccc54f8bbd236b3a7982f6167f672004146144989786bbdb8d6e9d412&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1198.043039390995!2d-81.78795887319376!3d24.546790225080777!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d1b6d05e0221f9%3A0xed582bb0c9ecd181!2s1040%20Atlantic%20Blvd%2C%20Key%20West%2C%20FL%2033040!5e1!3m2!1sen!2sus!4v1789502040062!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2T4A6C5GQRHCXP334BOPLQZNCQ.jpg?auth=f570afe74bd48bb40e034f178b117a52bb9f9b4194c540e28fcf4176aafbfa09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ralph Major surrendered to Monroe County Sheriff's Office deputies on Monday after a judge issued a warrant for his arrest.]]></media:description></media:content></item><item><title><![CDATA[Officials to revisit FLL railcar concerns after deadly MIA runway overrun]]></title><link>https://www.local10.com/news/local/2026/09/15/officials-to-revisit-fll-railcar-concerns-after-deadly-mia-runway-overrun/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/officials-to-revisit-fll-railcar-concerns-after-deadly-mia-runway-overrun/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[A deadly runway overrun at Miami International Airport is prompting Broward County aviation officials to revisit a safety concern Local 10 News first investigated in 2025 about rail tank cars staged near Fort Lauderdale-Hollywood International Airport.]]></description><pubDate>Tue, 15 Sep 2026 20:03:55 +0000</pubDate><content:encoded><![CDATA[<p>A <a href="https://www.local10.com/topic/Amazon_Cargo_Plane_Crash/" target="_self" rel="" title="https://www.local10.com/topic/Amazon_Cargo_Plane_Crash/">deadly runway overrun</a> at Miami International Airport is prompting Broward County aviation officials to revisit a safety concern <a href="https://www.local10.com/news/local/2025/04/29/hazardous-railcars-parked-near-fort-lauderdale-hollywood-international-airport-raise-serious-safety-concerns/" target="_self" rel="" title="https://www.local10.com/news/local/2025/04/29/hazardous-railcars-parked-near-fort-lauderdale-hollywood-international-airport-raise-serious-safety-concerns/">Local 10 News first investigated</a> in 2025 about rail tank cars staged near Fort Lauderdale-Hollywood International Airport.</p><p>On Sept. 6, a 21 Air Boeing 767 cargo plane overran the runway while landing at MIA, killing five people and injuring five others. The National Transportation Safety Board is investigating what happened.</p><p>The accident has renewed attention on what can happen when an aircraft leaves the paved runway environment.</p><p>In April 2025, Local 10 News Investigates reported on dozens of Florida East Coast Railway tank cars parked along tracks near FLL, close to the airport’s runway.</p><p>Some of the cars were marked with UN1987 hazardous-material placards, identifying flammable liquids.</p><p>At the time, aviation safety experts questioned whether staging potentially hazardous rail cars so close to an active runway created an unnecessary risk in the event of a runway excursion.</p><p>One expert interviewed by Local 10 called the location “the worst possible place to store those train cars.”</p><p>Local 10 also reported that airport officials had previously expressed concerns about the rail cars to FEC.</p><p>After our investigation aired, Broward County Aviation Department officials said they contacted FEC about the issue.</p><p>FEC did not indicate that it planned to change its practice of staging the rail cars near the airport.</p><p>Now, more than a year later, the county says the situation is being revisited.</p><p>In response to questions from Local 10 following the MIA crash, BCAD spokesperson Arlene Satchell said the department “does intend to contact the FEC to revisit the subject of its parked railcars near FLL.”</p><p>The county says it wants to determine whether FEC is considering any changes to its current staging practices following the MIA accident and whether the two sides can explore options to move the cars elsewhere or at least farther from the immediate vicinity of the airport’s runway.</p><p>“Maintaining a safe and secure airport is always a top priority,” the county said.</p><p>There is also a new wrinkle in the county’s response.</p><p>BCAD says that during the past year there have been no emails, letters or other formal communications between the Aviation Department and FEC about the railcars.</p><p>The county says there have only been informal exchanges.</p><p>BCAD said that following Local 10’s May 2025 follow-up report, an FEC representative indicated there were no upcoming changes to the company’s protocol for staging railcars near FLL.</p><p>Now, following the deadly MIA runway overrun, BCAD says it intends to reopen that conversation.</p><h3>FLL does have EMAS</h3><p>FLL does have an additional runway safety feature that MIA’s recent accident <a href="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/">has brought into focus</a>.</p><p>The airport has engineered materials arresting systems, or EMAS, at the ends of its runways.</p><p>The Federal Aviation Administration describes EMAS as a system installed beyond the end of a runway that is designed to absorb the energy of an aircraft that overruns the runway. The crushable material slows the aircraft and, when properly designed and constructed, can bring the aircraft to a stop in less space than a traditional runway safety area.</p><p>FAA documents for FLL specifically identify EMAS at the runway ends.</p><p>But EMAS does not eliminate every possible hazard beyond a runway.</p><p>As Local 10 reported in 2025, the concern surrounding the FEC railcars involves what could happen if an aircraft were to leave the runway environment and encounter the rail line or the tank cars.</p><p>That is a potential scenario — not something that has happened at FLL.</p><p>And there is no indication that the FEC railcars have violated federal regulations.</p><p>In fact, the Federal Railroad Administration previously told Local 10 that it had no indication FEC was violating rail safety regulations.</p><p>The question now is whether, in light of what happened at MIA, the location of those railcars deserves another look.</p><p>Broward County says it plans to ask FEC.</p><p>Local 10 also reached out to FEC for comment and asked whether the company plans to reconsider its staging practices. FEC has not yet responded.</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/TG2JFGQ64RCABLMDXGQZWTSKS4.jpg?auth=cefc5457d7116919d6d261b3b8add4bb98a403147ffb1ed9d4e5c7c3f061bc5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Railcars parked near Fort Lauderdale-Hollywood International Airport in 2025.]]></media:description></media:content></item><item><title><![CDATA[Chad Baker-Mazara sues USC and Eric Musselman, alleging NIL pay dispute and racial remarks]]></title><link>https://www.local10.com/sports/2026/09/15/chad-baker-mazara-sues-usc-and-eric-musselman-alleging-nil-pay-dispute-and-racial-remarks/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/chad-baker-mazara-sues-usc-and-eric-musselman-alleging-nil-pay-dispute-and-racial-remarks/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Former Southern California basketball player Chad Baker-Mazara is suing the university and coach Eric Musselman after his abrupt dismissal from the team in March.]]></description><pubDate>Tue, 15 Sep 2026 19:57:24 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Former Southern California basketball player Chad Baker-Mazara is suing the university and coach Eric Musselman after his abrupt dismissal from the team in March.</p><p>The lawsuit filed Monday in Los Angeles Superior Court alleges Musselman kicked Baker-Mazara off the team after the Trojans were eliminated from NCAA Tournament contention to avoid paying the remainder of his NIL contract.</p><p>It also alleges Musselman directed racially charged remarks at Baker-Mazara following a Feb. 28 loss to 12th-ranked Nebraska. The Trojans were in the midst of losing eight straight games to end the season.</p><p>Baker-Mazara alleges breach of contract, conversion and intentional interference with prospective economic advantage in the lawsuit, which doesn't state a specific dollar amount he is seeking.</p><p>“The decision to remove the student-athlete from the men’s basketball roster was based on a number of considerations, none having to do with race,” USC said Tuesday in a statement. “We look forward to defeating this action in court.”</p><p>Baker-Mazara claims the Trojans terminated his NIL agreements with the program the day after he was removed from the roster on March 1, stating he had violated a “morals clause.” The lawsuit alleges USC has not paid the remainder of the promised NIL earnings.</p><p>“I gave everything I had to USC. I played through injuries, showed up for my teammates every day, and honored my commitments,” Baker-Mazara said Tuesday in a statement from his publicist. “Filing this lawsuit was not an easy decision, but I believe it is important to stand up for what you were promised and what you are owed.”</p><p>The lawsuit cites a locker room incident after the Trojans’ loss to Nebraska in which Baker-Mazara claimed Musselman “lost his mind” during a profanity-laced tirade in front of the team.</p><p>Baker-Mazara attempted to address his teammates in the locker room, the lawsuit says, when Musselman said, “You shut the (expletive) up! You are one of the worst teammates anyone can ever have!”</p><p>Baker-Mazara responded, "Wow Coach, do you need me to leave because I don’t understand this animosity,” according to the lawsuit.</p><p>Musselman responded, "Yes, leave! Go back to the (expletive) Dominican Republic! Nobody wants you here!! (Expletive) you!,” the lawsuit states.</p><p>Baker-Mazara, a 26-year-old from the Dominican Republic, took the comments to be racist and discriminatory, according to the lawsuit first obtained by The California Post.</p><p>The next day, Baker-Mazara was dropped from the team. The lawsuit says USC never gave him a reason for his dismissal.</p><p>Baker-Mazara averaged 18.5 points as the team's second-leading scorer while starting 22 of 26 games for the struggling Trojans last season, including a 14-point effort the 82-67 loss to Nebraska a day before being dismissed. At the time, no reason or details were provided in a brief statement from the school.</p><p>He wasn't selected in this year's NBA draft.</p><p>Baker-Mazara was MVP of the Maui Invitational, won by the Trojans last November.</p><p>USC was Baker-Mazara’s fifth school. He began his college career at Duquesne before transferring to San Diego State for his second season, when he earned Mountain West Conference sixth man of the year honors.</p><p>He went from there to Northwest Florida State College for one season and transferred to Auburn for two seasons, where he helped the Tigers reach the Final Four in 2025. He left Auburn to join USC for his final collegiate season.</p><p>___</p><p>Associated Press writer Andrew Dalton contributed to this report.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full men’s basketball coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3XTU6SP657NVRKWF5J3A2YS4A4.jpg?auth=660af1740a0f4cb8be2a61ff809fc138aff4bb5b0702c9edfc658d7daefdffbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southern California forward Chad Baker-Mazara walks on the court during the second half of an NCAA college basketball game against Nebraska, Feb. 28, 2026, in Los Angeles. (AP Photo/William Liang, File)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJ45Z2GUIMDN7NYJSOH2WEEWKM.jpg?auth=68a8c4275080bf4366bac9ed5b0f205806335fd6a1ac4bf672c03f5357a60c1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southern California head coach Eric Musselman looks on during the first half of an NCAA college basketball game against Wisconsin, Jan. 25, 2026, in Madison, Wis. (AP Photo/Kayla Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[Texas QB Arch Manning apologizes to ESPN reporter Holly Rowe for laughing about fake video of slap]]></title><link>https://www.local10.com/entertainment/2026/09/15/texas-qb-arch-manning-apologizes-to-espn-reporter-holly-rowe-for-laughing-about-fake-video-of-slap/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/15/texas-qb-arch-manning-apologizes-to-espn-reporter-holly-rowe-for-laughing-about-fake-video-of-slap/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[AUSTIN, Texas (AP) — Texas quarterback Arch Manning apologized Tuesday for publicly joking about an AI-altered video that depicted Longhorns coach Steve Sarkisian slapping ESPN sideline reporter Holly Rowe in the moments after Texas' big win over Ohio State.]]></description><pubDate>Tue, 15 Sep 2026 21:08:00 +0000</pubDate><content:encoded><![CDATA[<p>AUSTIN, Texas (AP) — Texas quarterback Arch Manning apologized Tuesday for publicly joking about an AI-altered video that depicted Longhorns coach Steve Sarkisian slapping ESPN sideline reporter Holly Rowe in the moments after Texas' big win over Ohio State.</p><p>At the team's weekly media availability on Monday, Manning was asked if he'd seen any social media posts about the postgame celebration. He mentioned the fake video clip, called it “hilarious” and laughed about it. Several others in the room laughed with him.</p><p>A clip of Manning's remarks posted later on social media quickly drew widespread criticism directed at Manning over joking about violence against women in general and Rowe in particular.</p><p>“I made an insensitive comment about an AI video. There is nothing funny about it. It's easy to say I didn't mean it, but I know my words and actions were hurtful to a lot of people. I do not take that lightly and am deeply sorry for that,” Manning posted on Instagram.</p><p>“I specifically want to apologize to Holly Rowe for what she personally had to deal with because of my comments. I have a ton of respect for her and appreciate her showing me grace in this moment. I need to do better and will be more thoughtful going forward,” Manning said.</p><p>In a statement posted on X and Instagram, Rowe thanked Manning for his apology and said they discussed the matter.</p><p>“Thank you, Arch. I appreciate our conversation about this — which will remain private,” Rowe posted. “Apology accepted. We move forward with respect and kindness for one another.”</p><p>An ESPN spokesperson declined to comment.</p><p>Manning’s public misstep and ensuing apology are notable for one of college football’s most prominent players. The nephew of Peyton and Eli Manning and grandson of family patriarch Archie Manning has endorsements with major brands such as Red Bull, Vuori athletic wear and Google Gemini artificial intelligence, to name a few.</p><p>And they come as issues about depictions of violence toward women have impacted other sports. Last month, Good Good Golf lost its partnership with Callaway and its title sponsorship of a PGA Tour event in the fallout over a video for a new driver that showed a man shoving to the ground a woman who was trying to touch the golf club.</p><p>The Association For Women in Sports Media offered its support to Rowe and called for more education to fight against depictions of violence against women.</p><p>“Holly Rowe exemplifies the professionalism and integrity that AWSM strives to support and celebrate,” the group said. “In the aftermath of Arch Manning's apology, we encourage all teams to remind players and staff that women in sports media deserve respect, and the normalization of violence against women in any capacity is not acceptable.”</p><p>The fake Texas video that Manning laughed about stemmed from a real postgame exchange between Sarkisian and Rowe that appeared testy on live TV. Earlier technical difficulties had caused delays for Sarkisian’s halftime interview with reporter Laura Rutledge.</p><p>When Rowe tried to interview Sarkisian amid the loud postgame celebrations, the coach repeated “Texas fight!” and said “Hook'em!” before walking away.</p><p>A clip of that exchange was altered to show Sarkisian striking Rowe on the right side of her face, knocking her down.</p><p>Texas jumped from No. 4 to No. 1 after the victory. The Longhorns play UTSA at home Saturday night.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6AIWLETCQJK3KKUGFWVQ4AQZFQ.jpg?auth=b39aed8afc5b8d509b60b4247daab22e7704b147d516e7fb27ef0cf47188c531&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas quarterback Arch Manning (16) warms up before an NCAA college football game against Ohio State in Austin, Texas, Saturday, Sept. 12, 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/ECYIALQDMXLCY3ELD43E36UQLE.jpg?auth=6eb9e3ec5383e75a842a0f40e8ca04dedec67d8d1b34a49fd1286064d7938c4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - ESPN's Holly Rowe reports from the field during an NCAA softball Women's College World Series game, Thursday, May 28, 2026 in Oklahoma City. (AP Photo/Vera Nieuwenhuis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vera Nieuwenhuis</media:credit></media:content></item><item><title><![CDATA[Lionel Messi added to Argentina's roster for Oct. 6 friendly that team says will be farewell match]]></title><link>https://www.local10.com/sports/2026/09/15/lionel-messi-added-to-argentinas-roster-for-oct-6-friendly-that-team-says-will-be-farewell-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/lionel-messi-added-to-argentinas-roster-for-oct-6-friendly-that-team-says-will-be-farewell-match/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Lionel Messi might have one last dance with Argentina after all.]]></description><pubDate>Tue, 15 Sep 2026 22:10:20 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Lionel Messi might have one last dance with Argentina after all.</p><p>Despite announcing his international retirement, the 39-year-old Inter Miami star was included Tuesday in Lionel Scaloni’s 28-man Argentina squad ahead of three home friendlies.</p><p>Messi has yet to confirm whether he will join the team, but the head of Argentina soccer said the icon accepted the invitation for the Oct. 6 game against Benin in Buenos Aires for what will be a grand finale.</p><p>“After a conversation with senior national team coach Lionel Scaloni, we decided to invite the best player in the world — our icon, our captain Lionel Messi — so that he can have the farewell he deserves on October 6,” said Claudio Tapia, president of the Argentine Football Association.</p><p>Messi led Argentina to the 2022 World Cup title and helped the Albiceleste reach the final at the 2026 edition.</p><p>“Furthermore, having received Lionel’s acceptance," Tapia said, "we want to invite all the Qatar World Cup champions to join him, along with their families, to witness the ‘last tango’ of the world’s best player.”</p><p>Earlier, Argentina had announced it would face Bolivia, Burkina Faso and Benin in its first batch of friendly matches following Messi's retirement from the national team after a 21-year spell.</p><p>The country's soccer association said the home match against Bolivia will take place Sept. 30 at the Mario Alberto Kempes Stadium in Córdoba.</p><p>The Estadio Monumental in Buenos Aires will host the friendlies against Burkina Faso and Benin on Oct. 3 and Oct. 6, respectively.</p><p>Focus also turns to the future of Scaloni, whose contract expires in December. Scaloni had hinted he might step down following the 1–0 loss to Spain in the World Cup final on July 19.</p><p>Three Argentina players — Leandro Paredes, Nahuel Molina and Thiago Almada — were recently handed bans by FIFA for a scuffle after losing the the World Cup final. Paredes received a 10-match ban.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MUMKBBT6RO7GW6THMYU7U3MHGQ.jpg?auth=5030b1f2b43e5123b014b83f3b0020a493f1d58aca2ae4a721bc30a4d15015e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentina's Lionel Messi cries at the end of the World Cup final soccer match with Spain in East Rutherford, N.J., near New York, July 19, 2026. (AP Photo/Stephanie Scarbrough, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UINBGHGKHJOKFOYQZCOMPXECU4.jpg?auth=011e19302ded8885162fb3c16465172779d509e341df4e0a74bf2fc90b2de269&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mural of Argentine soccer player Lionel Messi covers a building in Buenos Aires, Argentina, Monday, Aug. 31, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QTGHDEFLHIELRI2JDU5ZZHMTM.jpg?auth=c31b552538cbfbd0663cd0d2a67376614802cb7b2aa71c8c83092f5e5fcd832b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People sing happy birthday to Lionel Messi at a street mural of him in Buenos Aires, Argentina, June 24, 2026. (AP Photo/Rodrigo Abd, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UOKSQBPEKTLVXXVBTC3HKL4GU.jpg?auth=1a94eac50c0277b3200a6c5a444e3968271af48157de5a534b5430782e7d905d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentina's Lionel Messi celebrates at the end of the World Cup quarterfinal soccer match against the Netherlands in Lusail, Qatar, Dec. 10, 2022. (AP Photo/Ricardo Mazalan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Gobierno de Paraguay anuncia acuerdo con médicos para frenar una huelga que paraliza la salud]]></title><link>https://www.local10.com/espanol/2026/09/15/gobierno-de-paraguay-anuncia-acuerdo-con-medicos-para-frenar-una-huelga-que-paraliza-la-salud/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/gobierno-de-paraguay-anuncia-acuerdo-con-medicos-para-frenar-una-huelga-que-paraliza-la-salud/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — El gobierno de Paraguay informó el martes que alcanzó un acuerdo con los médicos en medio de una huelga que paraliza desde hace más de tres semanas la salud pública nacional.]]></description><pubDate>Tue, 15 Sep 2026 19:27:22 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — El gobierno de Paraguay informó el martes que alcanzó un acuerdo con los médicos en medio de una huelga que paraliza desde hace más de tres semanas la salud pública nacional.</p><p>Los médicos de la red pública, de la que depende el 70% de la población, iniciaron el 24 de agosto un paro en todo el país para exigir mejores condiciones laborales, un ajuste salarial y la provisión de más insumos. Según el Sindicato Nacional de Médicos (Sinamed), los sueldos de los galenos están congelados desde 2012.</p><p>Tras una serie de reuniones el Ministerio de Salud anunció que llegó a un entendimiento con el sector. Además de un aumento salarial de dos millones de guaraníes (unos 335 dólares), el gobierno acordó reconocer y remunerar los días festivos trabajados, incorporar más profesionales a la plantilla permanente del servicio público y aportar 260 millones de dólares adicionales a la cobertura de medicamentos e insumos.</p><p>El acuerdo representa “una señal concreta de que este gobierno escucha y dialoga para reivindicar a quienes sostienen todos los días nuestro sistema de salud”, dijo en una rueda de prensa el ministro del área, Isaías Fretes, quien asumió el cargo hace apenas dos días.</p><p>Su antecesora, María Teresa Barán, fue destituida el domingo por el presidente paraguayo Santiago Peña en medio de las trabadas conversaciones para poner fin a la huelga que derivó en renuncias masivas de médicos en las últimas semanas.</p><p>La secretaria general del Sinamed, Rossana González, adelantó que el acuerdo debería tener una recepción favorable entre los médicos que ahora deberán votar en una asamblea si lo aceptan.</p><p>“Hoy podemos decir que los cuatro puntos causales de la huelga fueron respondidos”, dijo González en una conferencia de prensa. “Hoy todos los médicos del país, sin excepción, vamos a tener un reajuste salarial”, añadió.</p><p>Una vez que el sindicato ratifique la propuesta se oficializará el levantamiento de la huelga. La asamblea general del gremio está convocada para la noche del miércoles.</p><p>Con poco más de seis millones de habitantes, Paraguay atraviesa desde hace varios años un colapso en el sistema público de salud que a menudo sufre falta de insumos y medicamentos, profesionales sobrecargados y hospitales y servicios saturados.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKKIJ6W2RT6EQOII2WZEOP3WGA.jpg?auth=ea2a68b5bbded47ec07f95ea4ff257aeb0659c38c41a3e908a207b6dc3be913a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Médicos se manifiestan durante una huelga para reclamar mejores salarios en Asunción, Paraguay, el lunes 24 de agosto de 2026. (AP Foto/Jorge Sáenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Massachusetts governor proposes improved postpartum healthcare after Lindsay Clancy trial]]></title><link>https://www.local10.com/health/2026/09/15/massachusetts-governor-proposes-improved-postpartum-healthcare-after-lindsay-clancy-trial/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/15/massachusetts-governor-proposes-improved-postpartum-healthcare-after-lindsay-clancy-trial/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — New parents in Massachusetts should receive better support and postpartum care, Gov. Maura Healey said Tuesday, following the high-profile murder trial of Lindsay Clancy who, her attorneys argued, was suffering from unresolved postpartum psychosis when she killed her three children in 2023.]]></description><pubDate>Tue, 15 Sep 2026 19:45:38 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — New parents in Massachusetts should receive better support and postpartum care, Gov. Maura Healey said Tuesday, following the high-profile murder trial of Lindsay Clancy who, her attorneys argued, was suffering from unresolved postpartum psychosis when she killed her three children in 2023.</p><p>Healey proposed providing free home visits by nurses to all parents with newborns as well as updated regulations governing mental health screening of new mothers.</p><p>“To every mom who has struggled with her mental health before, during or after pregnancy, I want you to know we see you — I see you,” Healey said during a visit to Boston's Beth Israel Deaconess Medical Center.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>“We need to talk more openly about this,” said Healey, who signed a maternal health law in 2024 that expanded access to doulas, midwives and birth centers, and required insurers to cover postpartum depression screenings.</p><p>Both sides agreed that Clancy killed her three children, then tried to take her own life by jumping from a second-floor window. The Massachusetts mother is now paralyzed from the waist down. Her attorneys argued she could not be held criminally responsible because of postpartum psychosis, while prosecutors said she should be found guilty because evidence indicated she knew what she was doing was wrong.</p><p>A mistrial was declared when jurors could not reach a unanimous verdict.</p><p>Healey, a Democrat, said she plans to ask state lawmakers to approve $2 million for a program aimed at offering home visits to all families welcoming the roughly 68,000 newborns in Massachusetts each year. No families would be required to participate, but those who do can have a nurse visit and answer questions about feeding, sleep, and caring for a new baby. The nurse would also monitor mothers' postpartum health, as well as screen for depression and other mental health concerns.</p><p>This would be the first state investment in a federally funded program that currently provides nurse visits to about 3,000 families each year, Healey said.</p><p>Healey also proposed a $250,000 investment in the Massachusetts Child Psychiatry Access Program for Moms and directed the Massachusetts Department of Public Health to update state regulations on perinatal mental health screenings to identify concerns during and after pregnancy.</p><p>Giving birth can be one of life’s most joyous experiences, Healey said, “but it’s also one of the most challenging.”</p><p>“For new mothers, it can be exhausting, isolating and overwhelming,” she said.</p><p>Massachusetts has long been a national leader in expanding access to health care, with one of the lowest uninsured rates in the U.S. Its landmark 2006 health care law, which sought near-universal coverage, became a model for key parts of the federal Affordable Care Act.</p><p>Yet maternal care gaps remain. Mental illness, including substance use disorder, was the leading underlying cause of death for pregnant women and new mothers in Massachusetts from 2019 through 2024, accounting for 38%, according to the state’s maternal mortality review committee. The panel also concluded that 85% of those deaths were preventable and more than half occurred between seven days and one year after giving birth.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UKK7IDUSA5CW5HV45YAPB43MU.jpg?auth=e2a97480241ac23fc5519f7870029f68678f9d716aeedec13354f1ec503ce5d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Massachusetts Gov. Maura Healey speaks at the 2024 Democratic National Convention on Aug. 22, 2024, in Chicago. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><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></item><item><title><![CDATA["Muchas emociones encontradas": abre escuela con ausencia de alumnos muertos por sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/09/15/muchas-emociones-encontradas-abre-escuela-con-ausencia-de-alumnos-muertos-por-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/muchas-emociones-encontradas-abre-escuela-con-ausencia-de-alumnos-muertos-por-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por JUAN PABLO ARRÁEZ y JORGE RUEDA, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Sentados en el piso, la maestra Jorli Correa dirige una oración con los cuatro alumnos que pudieron regresar el martes para el primer día de clases en la escuela Unidad Educativa Simón Bolívar Fe y Alegría tras los dos potentes terremotos de junio que cobraron la vida de 30 alumnos de este centro escolar.]]></description><pubDate>Tue, 15 Sep 2026 19:30:43 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Sentados en el piso, la maestra Jorli Correa dirige una oración con los cuatro alumnos que pudieron regresar el martes para el primer día de clases en la escuela Unidad Educativa Simón Bolívar Fe y Alegría tras los dos potentes terremotos de junio que cobraron la vida de 30 alumnos de este centro escolar.</p><p>Este colegio católico está ubicado en Caraballeda, estado de La Guaira, uno de los más afectados por los letales sismos y adonde esta semana se dio el inicio del nuevo periodo educativo. Los terremotos dejaron al menos 6.500 fallecidos y unos 17.900 ciudadanos quedaron sin vivienda por el colapso de 190 edificios.</p><p>Una pared derrumbada en el patio, las aulas vacías y la ausencia de los estudiantes fallecidos son un duro recordatorio y el gran desafío que representa el inicio del nuevo ciclo escolar.</p><p>Son “muchas emociones encontradas porque sé por lo que ellos han pasado”, dijo la maestra Correa al imaginarse lo que los niños sintieron a partir del dolor de su propia experiencia. “Son bien poquito los que vinieron hoy (martes)”, del total de alumnos del colegio fueron apenas cuatro de primaria, tres niñas y un niño.</p><p>Dijo que es importante para los niños el regreso a clases. Mencionó el caso de una de sus alumnas que perdió a su abuelo y a un tío en los terremotos y lo vital que ella “se sienta protegida” en la escuela.</p><p>Correa siente que como maestra no se equivocó de profesión y se dice a sí misma: "realmente esta es tu profesión... para esto fue que naciste”.</p><p>En las regiones afectadas algunas escuelas han abierto con menos de la mitad de su matrícula, en parte porque muchos niños y profesores tuvieron que marcharse a otros estados cuando sus casas se derrumbaron.</p><p>En agosto, este colegio en Caraballeda organizó una misa para recordar a los alumnos fallecidos. Los profesoress en esa ocasión colocaron fotografías enmarcadas y medallas conmemorativas sobre una mesa situada cerca del altar.</p><p>Una mujer llevó una caja con las cenizas de un alumno mientras los profesores, los padres y los estudiantes supervivientes se reunían para rezar.</p><p>Enfrentar la tragedia que provocaron los sismos en ese colegio, del movimiento Fe y Alegría que promueve la Compañía de Jesús en barriadas pobres de Venezuela, ha sido una tarea difícil, según los maestros y padres de familia.</p><p>La profesora de Geografía, Eliana García, durante aquel acto litúrgico lloró mientras miraba las fotografías de los alumnos que ya no están. La educadora no tiene hijos propios, pero afirma que ha ganado muchos de otras madres gracias a la enseñanza. Para García, los profesores son más que educadores: actúan como padres, abogados y cualquier otra cosa que sus alumnos necesiten.</p><p>Mientras se despierta cada día tratando de averiguar cómo seguir adelante, con el dolor a cuesta por la pérdida de su única hermana, García reconoce su dolor en los ojos de otros.</p><p>“Cuando miro el rostro de cada padre y cada niño que también ha perdido a un amigo, me doy cuenta de que esto será muy difícil de superar”, afirmó.</p><p>Las clases se han reanudando desde el lunes pasado poco a poco en La Guaira, a unos 20 kilómetros al norte de Caracas, el segundo estado más pequeño de Venezuela. En la Guaira se registró la mayoría de las muertes.</p><p>Su población de 440.000 habitantes es mayoritariamente pobre y vive del turismo, el comercio y las actividades en torno al principal aeropuerto y el segundo mayor puerto del país sudamericano.</p><p>Los terremotos fueron los más fuertes registrados en el país sudamericano en más de un siglo y ocurrieron con 39 segundos de diferencia a lo largo de la cordillera de la costa, donde se encuentran los mayores centros poblados del país. Los sismos provocaron severos daños también en Caracas y en los estados centro occidentales de Carabobo, Miranda, Aragua y Yaracuy.</p><p>El Ministerio de Educación ha informado de que unas 1.000 escuelas sufrieron daños en su mayoría leves, 87 presentan daños estructurales que impiden el regreso a clases y 11 se derrumbaron. Los alumnos de las escuelas que no se pueden utilizar están siendo reasignados a centros cercanos mientras continúan las reparaciones.</p><p>En particular, ninguna de las escuelas de Fe y Alegría se derrumbó, sin embargo, 73 de ellas sufrieron afectaciones moderadas o daños no estructurales que requerían reparaciones urgentes antes de normalizar su uso, dijo en agosto el sacerdote jesuita José Gregorio Terán, director general del movimiento en Venezuela, citado en un comunicado.</p><p>La jesuita es una de las órdenes religiosas más prominentes de la Iglesia católica y tiene presencia en más de un centenar de países. Fe y Alegría fue fundada en 1955 y dirige unos 1.500 centros educativos en Venezuela ubicados en barrios pobres y carentes de escuelas cercanas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BT5T4THQGIXQ6DKYQWG4Q25MU4.jpg?auth=350b2d7247186862920b156a9418d873caf5ff1ee2ba9cf647d3a66162025ca1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La maestra Jorli Correa dirige una oración con los pocos alumnos que pudieron regresar para el primer día de clases en la escuela UEP Simón Bolívar Fe y Alegría, tras el terremoto, en La Guaira, Venezuela, el martes 15 de septiembre de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6I4WE4NZBWPZHNB4RCGUILPHSE.jpg?auth=41296707a2a45cedd9c03d94eb0d2d9cf5e8faac6d31a5f92d397575716eb803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La maestra Jorli Correa camina con los pocos alumnos que pudieron regresar para el primer día de clases en la escuela UEP Simón Bolívar Fe y Alegría, tras el terremoto, en La Guaira, Venezuela, el martes 15 de septiembre de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KM5UDLWAL6DCD5OZYL4FN4WLU.jpg?auth=158a4f78b7adafe11d11a97288a57a2dd537e13d006650ad876ee1599d144cae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La maestra Jazmín Urimare imparte una clase de matemáticas bajo una carpa en una escuela improvisada dentro del campamento donde todos residen tras haber sido desplazados por el terremoto en La Guaira, Venezuela, el lunes 14 de septiembre de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULGMCCD7NAN4TY5VNJX3HCP3TQ.jpg?auth=3f35e943e8cf57c7a9744e78f2b6fefca9eb7820c14492b02be2c8951086529b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una maestra llora mientras toca la fotografía de uno de los 30 alumnos de la escuela UEP Simón Bolívar Fe y Alegría que fallecieron en el terremoto, durante una misa en su memoria en La Guaira, Venezuela, el martes 4 de agosto de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Silver says NBA looked at precedent before doling out Clippers' penalties for cap circumvention]]></title><link>https://www.local10.com/sports/2026/09/15/nba-says-it-looked-at-precedent-before-doling-out-clippers-penalties-for-cap-circumvention/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/nba-says-it-looked-at-precedent-before-doling-out-clippers-penalties-for-cap-circumvention/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — NBA Commissioner Adam Silver wanted to impose a significant punishment on the Los Angeles Clippers for circumventing salary cap rules, even while understanding the impact it will have on fans hoping to see a winning team.]]></description><pubDate>Tue, 15 Sep 2026 21:31:32 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — NBA Commissioner Adam Silver wanted to impose a significant punishment on the Los Angeles Clippers for circumventing salary cap rules, even while understanding the impact it will have on fans hoping to see a winning team.</p><p>Forfeiting five first-round draft picks might make it difficult for the Clippers to deliver one.</p><p>“I don’t think in any way we’ve done permanent damage to this franchise. No question, this is a setback for the team,” Silver said Tuesday. “The ultimate goal in terms of these type of sanctions is to ensure that other teams don’t engage in this type of behavior in the future.”</p><p>He added that he has “no inkling” any other teams are doing it now.</p><p>Silver's news conference following the NBA's two-day Board of Governors meeting included his first remarks after the Clippers were found to have circumvented salary cap rules on Kawhi Leonard’s behalf — something the team vehemently denied during a yearlong investigation. The NBA hit the Clippers earlier this month with massive penalties as a result of that probe, suspending owner Steve Ballmer for one year, fining the team $30 million and forcing it to forfeit draft picks, among other sanctions.</p><p>Silver said he relied on precedent in his ruling, pointing to how the Minnesota Timberwolves were once docked five picks for cap circumvention. In this case, he said the penalty had to go beyond suspensions and financial consequences.</p><p>“That has to go directly to competition,” he said.</p><p>“I think that’s in some ways the most difficult part of adjudicating these disputes,” Silver added, “because while there have to be competitive consequences, our view, if these rules are violated, we still want to be a 30-team league. We recognize that in some ways we’re unfortunately punishing the fans of that team as well. That’s the balance we’re trying to seek.”</p><p>Ballmer said this weekend that he would accept the penalties and that the fine had been paid. His statement did not admit any guilt on the part of the franchise — which Silver assumed could be because there are other investigations into the Clippers that don't involve the NBA.</p><p>“Aside from that, I appreciate the fact that he has stood down, that he did apologize and is accepting responsibility," Silver said. “Our plan is to move forward. Every reason to believe that at the end-of-the-year period he’ll return to be an owner in good standing.”</p><p>The Clippers were not represented at the board meeting, Silver said, since the team remains in the process of finding an interim governor.</p><p>The trade sending Leonard back to Toronto was finally completed Monday.</p><p>Expansion update</p><p>Silver said the owners focused more on Las Vegas than Seattle when discussing potential expansion to 32 teams, because there are more unknowns when it comes to the Las Vegas bids.</p><p>A team could play in the existing T-Mobile Arena with some modifications, but there also is the possibility of putting a new team in an arena — or, this being Las Vegas, something closer to a total entertainment center — that would be built.</p><p>“Therefore, it’s a much longer timeline before we can throw the ball up for NBA basketball,” Silver said. “On the other hand, in Seattle, we have had operational groups out to Climate Pledge. You clearly have a state-of-the-art arena there. May require some modifications for NBA basketball. If we were opening in five weeks, we could be ready in Seattle.”</p><p>He said the next round of bids would be coming in shortly, after previously saying a decision on how to proceed would be made before the end of the year.</p><p>Portland's prospects</p><p>Silver said he hopes and believes an arena agreement will be reached that will ensure the Trail Blazers remain in Portland.</p><p>New Blazers owner Tom Dundon has previously said he would commit to a 20-year lease that would keep the team in Portland if the state, city and county agree to fund the renovation of the Moda Center, the oldest arena in the NBA that hasn’t been upgraded.</p><p>“I would see it as a failure if we did not keep the team in Portland,” Silver said. “I’ve spent a lot of time in that community over the years. They’ve shown amazing support for the Trail Blazers. They’re some of our best fans around the league.</p><p>“At the same time — now I speak for our WNBA team in the market as well — we need a state-of-the-art arena. I think by any objective measure now, the current building there is in the bottom measure of any arena in the league.”</p><p>The state already has pledged $365 million toward the deal, provided Portland contributes $120 million and Multnomah County also provides funds. Negotiations have become contentious and Silver said he hoped “that we can lower the temperature honestly a bit.”</p><p>New WNBA boss</p><p>With WNBA Commissioner Cathy Engelbert planning to retire at the end the year, Silver said the NBA is interviewing search firms as it seeks a successor.</p><p>“We’ve heard from several potential candidates. We’ve heard from others who are recommending candidates,” Silver said. “We’re keeping that list right now at the office. Again, we will move forward on that process.”</p><p>He added there will continue to be a balance of how much of a role the NBA has in overseeing the league that turned 30 this year. Engelbert was the first person who held the title of commissioner of the WNBA.</p><p>“I felt that was more than symbolism. Under Cathy, we fairly significantly increased the portion of our office who is solely focused on WNBA,” Silver said. “I would say on issues particularly around basketball and player issues, I believe those people should be independent of the NBA and should be under the direct control of the WNBA commissioner.”</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZJTRBRD5QKGMZQKHBVENAHFBU.jpg?auth=803bf0e269c4687803139226675f66750f1d7acf59f765a551a25ada44e0ac3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Clippers owner Steve Ballmer sits on the sideline before an NBA basketball game against the Chicago Bulls on March 13, 2026, in Inglewood, Calif. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5SDUXJUUGALFG3LR7GECVUZBTM.jpg?auth=88dc76b12dd0d0bc1ba90e3c09f1c7abe12cd780e9c7753b9d0a068e69031f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Clippers forward Kawhi Leonard warms up before an NBA basketball game April 10, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Iran war has cost the US more than $38B, budget office says]]></title><link>https://www.local10.com/news/politics/2026/09/15/iran-war-has-cost-the-us-more-than-38b-budget-office-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/iran-war-has-cost-the-us-more-than-38b-budget-office-says/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. war against Iran has cost the Department of Defense more than $38 billion through Aug. 1, and will continue costing up to $3 billion a month or more depending on the intensity of the conflict, according to an assessment released Tuesday by the nonpartisan Congressional Budget Office.]]></description><pubDate>Tue, 15 Sep 2026 18:57:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. war against Iran has cost the Department of Defense more than $38 billion through Aug. 1, and will continue costing up to $3 billion a month or more depending on the intensity of the conflict, according to an assessment released Tuesday by the nonpartisan Congressional Budget Office.</p><p>CBO said the war is expected to contribute to inflation into the first quarter of 2027, making inflation roughly 0.5 percentage points higher than they had previously estimated. That's driven largely by the reduction of oil and natural gas shipments through the Strait of Hormuz and disruptions to shipping through the Red Sea.</p><p>The estimate, prepared in response to a request for information from the top Democrat on the House Budget committee, Rep. Brendan Boyle, largely aligns with a previous estimate from Defense Secretary Pete Hegseth, who pinned the costs at $37.5 billion, according to his Senate testimony.</p><p>The estimates come largely from replacing munitions and equipment lost in battle, the CBO said, and do not include costs related to U.S. military personnel killed or injured in the conflict or longer term veterans’ healthcare and disability compensation.</p><p>Boyle said that beyond with the war's human toll, “this nonpartisan CBO report makes clear that the war has also cost American taxpayers tens of billions of dollars and counting, while continuing to drive up costs.”</p><p>“Donald Trump and Republicans have spent years telling Americans that we cannot afford to help families here at home,” Boyle said in a statement, "but apparently they can find tens of billions of dollars, and potentially much more, for a reckless war that is leaving Americans to pay the price.”</p><p>The findings come as voters eye the war and high prices heading toward the midterm elections that will determine control of Congress, where Republicans now hold majority power in the House and Senate. The war, which started Feb. 28, is now in its seventh month, with no signs of a quick end to the on-off conflict.</p><p>The White House made a request for $87.6 billion in supplemental funding in June, largely for the war effort, but Congress has not approved it. CBO said the portion of that request that appears to be directly related to the conflict, $42.3 billion, is about 10% larger than CBO’s estimate of DoD’s costs.</p><p>The Defense Department declined to respond to CBO's request for information for its report, which was a break from norms. The budget office said it relied on government databases and public reports, and as a result, its estimates “are subject to considerable uncertainty.”</p><p>A Pentagon inspector general report Monday said the war has resulted in “strategic inventory shortfalls.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4JTAM6Y3WPBO6ENUYPNEEATKU.jpg?auth=7502bbf0ce82eecca1c4ef5757fc45bc1591b99d9dd953a879e2ac4a8583ea61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is seen from the air, Tuesday, Sept. 8, 2026, in Washington (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Families of the 67 who died in the DC midair collision want reforms to prevent the next tragedy]]></title><link>https://www.local10.com/business/2026/09/15/families-of-the-67-who-died-in-last-years-midair-collision-want-reforms-to-prevent-the-next-tragedy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/families-of-the-67-who-died-in-last-years-midair-collision-want-reforms-to-prevent-the-next-tragedy/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[The loved ones of the 67 people who died last year when an airliner and Army helicopter collided over Washington, D.C., urged Congress and regulators Tuesday to do more now so other families aren't left clutching belongings and memories instead of their spouses and children.]]></description><pubDate>Tue, 15 Sep 2026 21:25:50 +0000</pubDate><content:encoded><![CDATA[<p>The loved ones of the 67 people who died last year when an airliner and Army helicopter collided over Washington, D.C., urged Congress and regulators Tuesday to do more now so other families aren't left clutching belongings and memories instead of their spouses and children.</p><p>Several of the victims' families joined with top lawmakers and the head of the National Transportation Safety Board outside the U.S. Capitol to demand action, but it may be difficult for this Congress to pass anything ahead of the midterm elections. And lawmakers are still trying to draft a compromise bill that will combine elements of the competing proposals that previously passed the House and Senate.</p><p>Doug Lane said he has the U.S. figure skating jacket that his son Spencer worked so hard to earn and pieces of his wife Christine's laptop that were retrieved from the wreckage after their plane plunged into the icy Potomac River in the deadliest U.S. aviation disaster since 2001. Everyone aboard was killed when American Airlines Flight 5342 from Wichita, Kansas, and the Army Black Hawk helicopter on a training mission collided. The victims included 28 members of the figure skating community.</p><p>Lane said the families don't want to see the key reforms recommended after this crash — which include requiring planes to be equipped with systems that will let pilots know exactly where other aircraft are — to wind up like some of the never-implemented measures proposed after the Sept. 11 terrorist attacks. Airline pilots are still pushing for secondary barriers to keep someone from storming the cockpit when the door is opened.</p><p>“That is what fading urgency looks like. Something everyone agrees will make people safer gets caught in process, objections, exceptions and delay until you look up and an entire generation has passed. Flight 5342 cannot follow that path,” Lane said.</p><p>The FAA quickly restricted helicopter traffic around Reagan National Airport when it became clear that a helicopter route in the approach path of the airport's secondary runway didn’t ensure enough separation between helicopters and planes. But the NTSB remains unsatisfied with the FAA's response to a third of the 33 safety recommendations it received.</p><p>FAA Administrator Brian Bedford testified on Capitol Hill Tuesday that his staff will work to address those concerns, but he also needs guidance from Congress.</p><p>Some progress, but families want meaningful reforms</p><p>Already, steps have been taken to prevent helicopters and planes from sharing the same airspace around Reagan airport, and air traffic controllers are now prohibited from relying only on pilots to see other aircraft and avoid them.</p><p>But concerning incidents continue to happen, such as when an airline jet was allowed to take off just as President Donald Trump's helicopter was taking off from the White House last month.</p><p>Lane and many other victims' families traveled to the nation's capital time after time in the 595 days since the crash.</p><p>“We can tell them stories, we can ask questions. We can push for answers. We can take action. That’s the work that belongs to us. But we cannot do anybody else’s work for them,” Lane said. “We need the people with the power to turn this tragedy into change to do theirs and to finish it.”</p><p>Senators Ted Cruz and Maria Cantwell and NTSB Chairwoman Jennifer Homendy said it would be a shame to reach the second anniversary of the crash, without Congress passing the reforms her agency recommended, nor the Federal Aviation Administration and Defense Department making more safety improvements. Cruz said he hopes Congress will be able to pass a bill during the lame duck session that will follow November's elections.</p><p>Families say airlines and Congress should push for safety</p><p>Rachel Feres, who lost her cousin and his wife and two young daughters in the crash, said she can’t believe there's still debate about whether pilots transporting hundreds of passengers should have the best collision-avoidance technology available, when most modern cars come equipped with arrays of sensors to check blind spots and even apply the brakes in an emergency.</p><p>Feres and the other families have been surprised at the amount of lobbying against requiring all planes flying in crowded airspace to be equipped with existing technology that can help pilots know the location of all other aircraft flying nearby. Homendy has said those ADS-B In systems would have prevented this crash. Some airlines have endorsed them, but cost concerns from other airlines and private plane owners have been a stumbling block.</p><p>The airlines have the money and power to get this done, Feres said. “This is not about whether you can afford to act … you have the leverage, you have the voice. The question is why safety so rarely gets the same urgency as the next quarterly earnings report.”</p><p>“Do the thing you would demand if your wife and son were on that airplane. Do what you would do if your granddaughter was traveling home with her teddy bear. You know how to move fast when money is on the line. Move fast when lives are,” Feres said.</p><p>Private planes can use a portable device and an iPad to get locations</p><p>But some airlines have already begun to add the technology to their planes, partly because in addition to the safety benefits, the systems can help increase the number of planes that can fly into an airport by spacing them more precisely. American Airlines leads the industry, having added the technology to its Airbus A321s over the past several years, equipping more than 300 of its roughly 1,000 planes to date. But the systems aren't yet standard equipment on all planes.</p><p>Roughly three quarters of the pilots of business jets and smaller single-engine Cessnas and Bonanzas use portable devices that only cost $400. They can tap into this location data and display the information about nearby aircraft on an iPad.</p><p>The safety reform bills stalled earlier this year when the narrower Senate bill came up one vote short in the House after the military reversed course and opposed it at the last minute. And lawmakers have had trouble reconciling the Senate bill with the more comprehensive House version that took a different approach on several key points.</p><p>Homendy said the victims' families deserve to see more action.</p><p>“We can’t spend another moment looking them in the eye and doing nothing. We have to. We have an obligation,” Homendy said. “We owe it to these families. We owe it to passengers. We owe it to the traveling public. We owe it to cargo pilots and so much more to improve safety now.”</p><p>___</p><p>Associated Press writer Hannah Fingerhut in Des Moines, Iowa, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4DLO2L2BKAPJG2P7IXGX54XSA.jpg?auth=7d414977d1a0710d4200ef95c90eef283224cb8b18f8f2530471cd2144082fee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Transportation Safety Board Chair Jennifer Homendy, center, helps to comfort Christina Stovall, center with back to camera, and Laura Augendre, right, family members of victims of flight 5342, the deadly Jan. 2025 midair collision between an American Airlines plane and a Black Hawk helicopter over the Potomac River, during a news conference on air safety reforms, at the Capitol in Washington, Tuesday, Sept. 15, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JOK3XZHQM7PXUQP5JD4HWOKZCQ.jpg?auth=fcc6b1a8a23216e11eff2fc18146c2c79ef32400e50efb0607aebccf280ca805&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz, R-Texas, chairman of the Senate Commerce Committee, speaks about his efforts to pass aviation safety reforms in the wake of the deadly Jan. 2025 midair collision between an American Airlines plane and an Army Black Hawk helicopter over the Potomac River, at the Capitol in Washington, Tuesday, Sept. 15, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H35U4622SQSE7AYQJD5DJLKD3A.jpg?auth=230eaa3c5ed92a1be06e575dbce1a66a295f90b98aa7fcf3b2485e6a921bf3fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family members of the victims of flight 5342, the deadly Jan. 2025 midair collision between an American Airlines plane and a Black Hawk helicopter over the Potomac River, listen during a news conference as they call for Congress to pass aviation safety reforms at the Capitol in Washington, Tuesday, Sept. 15, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PIMT3ZPCCMDW2EXHJXF2UXCBU4.jpg?auth=3489b784773e444115842b1e2149633388ae5522b3caa54da535db8d294fa15c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Transportation Safety Board Chair Jennifer Homendy speaks about flight 5342, the deadly Jan. 2025 midair collision between an American Airlines plane and a Black Hawk helicopter over the Potomac River, during a news conference on air safety reforms at the Capitol in Washington, Tuesday, Sept. 15, 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[Acusada de estafar personas mayores se atrinchera en Deerfield Beach, agentes del SWAT la sacaron]]></title><link>https://www.local10.com/espanol/2026/09/15/mujer-se-atrinchera-en-departamento-de-deerfield-beach-agentes-del-swat-la-sacaron/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/mujer-se-atrinchera-en-departamento-de-deerfield-beach-agentes-del-swat-la-sacaron/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[La investigación comenzó en octubre de 2025. Ya había sido arrestada en diciembre y quedó libre en mayo, pero los detectives identificaron al menos dos nuevos casos después de su salida.]]></description><pubDate>Tue, 15 Sep 2026 13:17:51 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer arrestada tras un enfrentamiento de varias horas con el SWAT en Deerfield Beach <a href="https://www.local10.com/espanol/2026/09/10/buscan-a-cuidador-acusado-de-atacar-a-victimas-de-edad-avanzada-en-deerfield-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/10/buscan-a-cuidador-acusado-de-atacar-a-victimas-de-edad-avanzada-en-deerfield-beach/">era buscada por la Oficina del Sheriff de Broward </a>(BSO) por un presunto esquema contra adultos mayores, informaron los investigadores.</p><p>Jamisha Shamari Sylvain, de 27 años, fue detenida el lunes por la noche. Según el Burglary Apprehension Team de la BSO, los agentes la mantenían bajo vigilancia como parte de una investigación en curso.</p><p>De acuerdo con la BSO, Sylvain y otra persona entraron a un apartamento en la cuadra 5200 de Northeast Fifth Terrace, en Deerfield Beach, y se negaron a salir.</p><p>Agentes del distrito de Deerfield Beach, el SWAT y negociadores de crisis acudieron al complejo de apartamentos. Después de varias horas, los negociadores lograron ganarse la confianza de Sylvain y la convencieron de salir de forma segura junto con la otra persona, indicaron los investigadores.</p><p>Un video grabado por un vecino muestra a Sylvain saliendo de un apartamento con las manos en alto mientras los agentes esperaban cerca.</p><p>La segunda persona, identificada por la BSO como Deja Boynton, también fue detenida. Más tarde, la BSO confirmó que Boynton fue liberada.</p><p>Los investigadores explicaron que buscaban a Sylvain por acusaciones de que se aprovechó en repetidas ocasiones de personas mayores haciéndose pasar por cuidadora u otra profesional de confianza.</p><p>La BSO indicó que la investigación comenzó en octubre de 2025, cuando los detectives recibieron la denuncia de un anciano que presuntamente estaba siendo explotado por una mujer desconocida.</p><p>Según los investigadores, la mujer se hizo pasar por cuidadora en los apartamentos B’nai B’rith de Deerfield Beach. Las autoridades dijeron que la dejaron entrar al apartamento del hombre, donde presuntamente tomó su tarjeta bancaria y retiró un total de $1,600 de su cuenta.</p><figure><img src="https://www.local10.com/resizer/v2/YWKJH74RPNCTVAJVWOJNGTPAIA.jpg?auth=9473deb27de5be5e1ea1b949da780cd3d86e81378952294d9cb573dc4de67336&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Los detectives supieron luego de varios incidentes más en los que Sylvain habría usado un engaño similar, señalaron los investigadores. En algunos casos, se presentaba como cuidadora profesional o decía ser una nueva cuidadora asignada por el seguro médico de la víctima.</p><p>Una vez dentro de los apartamentos, Sylvain presuntamente robaba tarjetas de débito y pedía información bancaria personal, según los agentes.</p><p>Investigadores de varias unidades de la BSO trabajaron en conjunto para obtener una orden de arresto contra Sylvain.</p><p>La localizaron y fue ingresada en la BSO Main Jail el 19 de diciembre de 2025. Enfrentaba cargos que incluían robo en vivienda ocupada, explotación de adulto mayor, uso delictivo de información de identificación personal, robo de tarjeta de crédito y hurto mayor contra una persona de 65 años o más, según la BSO.</p><p>Sylvain salió de la cárcel en mayo de 2026.</p><p>Sin embargo, tras su salida, los detectives de la BSO identificaron al menos dos nuevos casos en los que, según los investigadores, usó un método similar para ganarse la confianza de adultos mayores.</p><p>En uno de ellos, Sylvain presuntamente engañó a una residente de The Pointe at Deerfield Beach Senior Living. Los investigadores sostienen que se hizo pasar por la administradora del edificio y robó una tarjeta de débito, tarjetas de crédito y dinero en efectivo.</p><p>Las autoridades piden a los adultos mayores y a sus familias verificar la identidad, las credenciales y las referencias de cuidadores y asistentes antes de darles acceso a su casa o a su información financiera.</p><p>La BSO también recomienda revisar con frecuencia las cuentas bancarias y los reportes de crédito, consultar con un amigo o familiar de confianza antes de dar información financiera y denunciar cualquier actividad sospechosa lo antes posible.</p><p>Cualquier persona en la jurisdicción de la BSO que crea que ella o alguien que conoce pudo haber sido víctima de una estafa similar debe llamar al número de no emergencias de la BSO: 954-764-4357.</p>]]></content:encoded></item><item><title><![CDATA[Cuatro sobreviven al desplome de una perforadora en obra de Brickell]]></title><link>https://www.local10.com/espanol/2026/09/15/cuatro-sobreviven-al-desplome-de-una-perforadora-en-obra-de-brickell/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/cuatro-sobreviven-al-desplome-de-una-perforadora-en-obra-de-brickell/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[Los bomberos tuvieron que cortar el acero de una oficina temporal para liberar a dos trabajadores atrapados. Equipos de la Administración de Seguridad y Salud Ocupacional (OSHA) acudieron a la obra.]]></description><pubDate>Tue, 15 Sep 2026 18:36:45 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer y tres hombres se recuperaban el martes tras sobrevivir al desplome de una perforadora de pilotes de 85 pies ocurrido el lunes por la mañana en el vecindario de Brickell, en Miami.</p><p>El jefe de Bomberos de Miami, Robert Hevia, explicó que los tres hombres trabajaban poco después de las 8 a.m. del lunes en la obra del edificio de 58 pisos de Citadel, ubicada en el 1201 de Brickell Bay Drive.</p><p>“Es un día extraordinario para ellos”, dijo Hevia sobre los cuatro sobrevivientes.</p><p>Un hombre de 47 años resultó herido mientras operaba la máquina desde la cabina. Este tipo de equipo se utiliza para perforaciones pesadas. Según Hevia, el operador logró saltar de la cabina mientras la perforadora se volcaba.</p><p>Los otros dos hombres quedaron heridos y atrapados cuando el mástil inferior y la barra de perforación aplastaron una oficina temporal instalada en un contenedor por Related Companies, la desarrolladora del proyecto.</p><p>Hevia indicó que los rescatistas cortaron el contenedor de acero para liberar a los dos hombres, de 27 y 29 años. Uno de ellos abrazó a un bombero antes de salir caminando.</p><p>La mujer conducía una camioneta BMW blanca en dirección sur por Brickell Bay Drive cuando vio que la perforadora se venía abajo entre Southeast 12th Street y 13th Street.</p><p>Según Hevia, la conductora “logró poner el carro en reversa”, por lo que la máquina cayó sobre el capó. El motor se incendió y ella escapó con heridas leves por la parte trasera del vehículo.</p><figure><img src="https://www.local10.com/resizer/v2/CAHG3PQMURCFNNBE5WJR2GWM3Y.jpg?auth=5166d80174306a58d0ef4768ad7a0128815571ede08d265f65e292e05a5bde47&smart=true&width=1200&height=900" alt="A rig collapsed and fell on the hood of a white BWM SUV on Monday morning on Brickell Bay Drive." height="900" width="1200"/><figcaption>A rig collapsed and fell on the hood of a white BWM SUV on Monday morning on Brickell Bay Drive.</figcaption></figure><p>“Las llamas subían 30 pies en el aire”, contó Christina Lardon, una testigo.</p><p>Los rescatistas llevaron a la mujer al HCA Florida Mercy Hospital y a los tres hombres al Ryder Trauma Center del Jackson Memorial Hospital.</p><p>“Fue una mezcla de impacto, asombro y miedo... Estoy muy afectada porque pude haber sido yo”, dijo Lardon.</p><p>La perforadora también dañó dos autos estacionados a ambos lados de Brickell Bay Drive, justo frente a la histórica cabaña de madera de 1905 de The Dade Heritage Trust.</p><p>“Estamos colaborando plenamente con los departamentos de construcción de la ciudad y del condado para asegurar el sitio y llevar a cabo una investigación completa”, señaló en un comunicado Kathleen Anne Corless, portavoz de Related Companies.</p><p>Un equipo de mitigación atendió un derrame de combustible. Equipos de OSHA y de la unidad Unsafe Structures del condado Miami-Dade también se presentaron en la obra.</p>]]></content:encoded></item><item><title><![CDATA[Video muestra rescate de piloto que acuatizó en Boca Raton]]></title><link>https://www.local10.com/espanol/2026/09/15/video-muestra-rescate-de-piloto-que-acuatizo-en-boca-raton/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/video-muestra-rescate-de-piloto-que-acuatizo-en-boca-raton/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Después de que le fallara un motor, la piloto descartó aterrizar en el aeropuerto por temor a un incendio. Esquivó edificios y personas que practicaban paddle hasta encontrar un espacio despejado en el agua.]]></description><pubDate>Tue, 15 Sep 2026 18:29:06 +0000</pubDate><content:encoded><![CDATA[<p>Un nuevo video obtenido el martes por Local 10 News muestra a policías y rescatistas de Boca Raton en plena respuesta después de que, según las autoridades, una piloto hiciera un <a href="https://www.local10.com/news/local/2026/08/22/brfr-no-injuries-reported-after-pilot-crashes-small-plane-offshore-in-boca-raton/" rel="">aterrizaje de emergencia en el mar frente a Boca Raton el mes pasado</a>.</p><p>Las autoridades informaron que la piloto, Faith Tenkley, de 23 años, era la única persona a bordo de la avioneta bimotor de hélice Piper serie PA-30 cuando descendió en el agua el 22 de agosto.</p><p>A pesar de lo aparatoso del aterrizaje, Tenkley salió solo con rasguños leves y no se reportaron otros heridos, según las autoridades.</p><p>En el video se ve a un policía de Boca Raton ayudando a Tenkley a subir a una camilla y a una ambulancia.</p><p>“Usted es la única que venía en el avión, ¿verdad?”, le pregunta el agente.</p><p>Otras imágenes captan los momentos posteriores al aterrizaje de emergencia, con la avioneta flotando en aguas poco profundas, muy cerca de la orilla.</p><p>Los agentes que llegaron al lugar alejaron rápidamente a los bañistas de la zona ante el temor de que la aeronave estuviera derramando combustible.</p><p>“Va a haber combustible de avión saliéndose al agua”, se escucha decir a un agente a las personas en la playa.</p><p>Un video grabado antes con un celular muestra la avioneta descendiendo hacia el mar cerca de South Beach Park, ante la mirada atónita de los bañistas.</p><p>En un principio, las autoridades temieron que el incidente terminara mucho peor. Sin embargo, la piloto sobrevivió y nadie en la playa resultó herido.</p><p>Tenkley contó después a <a href="https://www.local10.com/news/local/2026/08/23/crews-remove-plane-wreckage-after-pilot-crashes-in-ocean-off-boca-raton-beach/" rel="">Gulf Coast News</a> que volaba desde Page Field, en Fort Myers, hacia el South Bimini Airport, en las Bahamas. Empezó a tener problemas mecánicos a unas 15 millas al oeste de Boca Raton.</p><p>Según Tenkley, el motor derecho de la avioneta falló y el tren de aterrizaje se rompió. Tenía autorización para aterrizar en el Boca Raton Airport, pero le preocupaba que un aterrizaje forzoso con tanto combustible todavía a bordo pudiera provocar un incendio.</p><p>Por eso decidió descender en el agua.</p><p>Tenkley relató que maniobró entre edificios y personas que practicaban paddle a lo largo de la costa hasta encontrar una zona despejada donde pudiera lograr un aterrizaje lo más suave posible.</p><p>Esa decisión evitó que el accidente dejara otros heridos.</p><p>Boca Raton Ocean Rescue, el Departamento de Policía de Boca Raton y Boca Raton Fire Rescue acudieron al lugar. La aeronave <a href="https://www.local10.com/news/local/2026/08/23/crews-remove-plane-wreckage-after-pilot-crashes-in-ocean-off-boca-raton-beach/" rel="">fue retirada del agua a la mañana siguiente</a>.</p>]]></content:encoded></item><item><title><![CDATA[Balacera deja a dos heridos afuera de restaurante jamaiquino en Wynwood]]></title><link>https://www.local10.com/espanol/2026/09/15/balacera-deja-a-dos-heridos-afuera-de-restaurante-jamaiquino-en-wynwood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/balacera-deja-a-dos-heridos-afuera-de-restaurante-jamaiquino-en-wynwood/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Testigos describieron momentos de pánico y confusión mientras clientes y empleados corrían a resguardarse tras escuchar los disparos.]]></description><pubDate>Tue, 15 Sep 2026 13:20:10 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres resultaron heridos en un tiroteo ocurrido afuera de un restaurante jamaiquino en el vecindario de Wynwood, en Miami, poco después de la medianoche del martes, según confirmaron las autoridades a Local 10 News.</p><p>Bomberos y paramédicos de Miami Fire Rescue informaron que las dos víctimas, un hombre de 18 años y otro de 23, fueron trasladadas de urgencia al Centro de Trauma Ryder del Jackson Memorial Hospital en condición estable tras recibir disparos afuera de Dukunoo Jamaican Kitchen, ubicado en el 316 de la calle NW 24.</p><p>El restaurante está ubicado frente al edificio de apartamentos Wynwood 25, en una zona conocida por sus restaurantes, tiendas y vida nocturna.</p><p>Las autoridades indicaron que la policía de Miami recibió múltiples llamadas de emergencia y, al llegar, encontró a un hombre con una herida de bala afuera de Dukunoo Jamaican Kitchen.</p><p>Testigos dijeron que los oficiales localizaron después a una segunda víctima afuera de Skinny Louie’s, el restaurante contiguo.</p><p>Un equipo de Local 10 News estuvo presente en el lugar mientras la policía permaneció en la escena durante horas, con oficiales vigilando el área detrás del cordón policial. También se observó a una unidad canina inspeccionando los alrededores de la propiedad.</p><p>Un empleado de un negocio cercano relató el caos que se vivió tras los disparos y contó que ayudó a un hombre herido.</p><p>“Vi a un montón de gente correr directo hacia nosotros”, dijo. “No sabía qué estaba pasando. No escuché los disparos porque estaba más atrás, en la parte trasera. Cuando salí, había mucha gente corriendo hacia adentro”.</p><p>El empleado señaló que, dentro del restaurante, le avisaron a la gente que había disparos afuera.</p><p>“Así que metí a todos y cerré las puertas. Pensé que era una situación de tirador activo, pero los disparos ya habían ocurrido para cuando todos entraban corriendo”, agregó.</p><p>Contó que después encontró a un hombre herido afuera y le ayudó a dar primeros auxilios.</p><p>“Salí y vi a un señor tirado en el piso. Tenía una herida de bala en la nalga derecha y estaba perdiendo mucha sangre. La gente le estaba haciendo presión”, relató. </p><p>“Yo tenía un cinturón, que ya no tengo. Me lo quité, se lo amarré y le dije que no se moviera, porque no sabíamos si la bala seguía adentro y moverse podía ser peligroso”.</p><p>La policía de Miami no ha dado a conocer detalles adicionales sobre lo que provocó el tiroteo ni ha identificado a un sospechoso o un posible móvil.</p><p>Cualquier persona con información sobre el tiroteo puede llamar a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Kennedy Center will close for renovations after judge blocks returning Trump's name to building]]></title><link>https://www.local10.com/news/politics/2026/09/15/kennedy-center-will-close-for-renovations-after-judge-blocks-returning-trumps-name-to-building/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/kennedy-center-will-close-for-renovations-after-judge-blocks-returning-trumps-name-to-building/</guid><dc:creator><![CDATA[By STEVEN SLOAN and ASHRAF KHALIL, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump-aligned Kennedy Center board voted Tuesday to close most of the iconic performing arts venue just hours after a federal judge blocked the institution from returning President Donald Trump's name to the building.]]></description><pubDate>Tue, 15 Sep 2026 23:02:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump-aligned Kennedy Center board voted Tuesday to close most of the iconic performing arts venue just hours after a federal judge blocked the institution from returning President Donald Trump's name to the building.</p><p>In a social media post, Trump said the closure was needed for safety repairs. But he said the repairs, which Congress has allocated $257 million to cover, would only happen if the board was allowed to move forward with plans to add his name to the building. A federal judge has twice said that can't happen without the approval of Congress.</p><p>“Simply put, Defendants cannot install memorials for President Trump or anyone or anything else at the Kennedy Center without Congress’s blessing," U.S. District Judge Christopher Cooper said in the latest ruling Tuesday.</p><p>The Justice Department appealed the ruling. Trump, who was named the Kennedy Center's chairman last year by loyalists on the board, participated in the virtual board meeting and said on social media he'd given $17 million to an endowment intended to support the institution.</p><p>The meeting included testy exchanges at points between Trump and Rep. Joyce Beatty, an Ohio Democrat who has led the campaign to block efforts to memorialize the president at the Kennedy Center. At one point, Beatty referred to Trump as someone who caused “extreme harm,” according to a participant in the meeting who spoke on condition of anonymity to discuss private conversations.</p><p>Trump said Beatty was “incompetent” and “holding up everything.”</p><p>“You're holding up the whole country,” she responded.</p><p>White House spokesman Davis Ingle said, "Trump-deranged Dumocrats like Joyce Beatty oppose anything that celebrates the greatness of our country because they put America Last.”</p><p>Kennedy Center fans worry about possible demolition</p><p>The developments threw into limbo the fate of one of the nation's most prominent cultural institutions, a place where presidents, lawmakers and celebrities of all political ideologies have gathered for decades to recognize and celebrate the best in American arts and culture.</p><p>The venue's leaders have argued that the massive building, which began construction in 1965, was in dire need of renovations. A partial ceiling collapse in the building's main hallway earlier this month intensified the calls for renovations.</p><p>"The building is not currently built to last, the chairman knows that because he is among the best builders in the world,” Brian Ballard, Kennedy Center board member, said in a statement.</p><p>But Trump's insistence on a physical recognition of his work on the building, reminiscent of his tendency to add his name to buildings as a real estate developer, has been a persistent sticking point — alienating many of the institution's longtime supporters and facing repeated legal roadblocks.</p><p>The fight over the Kennedy Center marks a rare setback in Trump's second term bid to dramatically remake the nation's capital in his gilded tastes. He's demolished the East Wing of the White House and is replacing it with a ballroom and plans to build a triumphal arch near Arlington National Cemetery. He's also eyeing a golf course renovation along the Potomac River.</p><p>The Kennedy Center board voted in August to inscribe his name on the Kennedy Center's facade so it would read “The John F. Kennedy Center for the Performing Arts Restored and Renovated By President Donald J. Trump.” If the Trump Kennedy Center Fund reached $100 million, another inscription would be added reading “Endowed by the Trump Kennedy Center Fund.”</p><p>The plaza in front of the Kennedy Center would also be renamed in Trump’s honor.</p><p>Cooper ruled in May that the Kennedy Center illegally added Trump’s name to the building, ordering it removed. The institution’s leaders complied in June but left a tarp and scaffolding in place where Trump’s name was once displayed.</p><p>Hanging over the hearing was the prospect that the administration may seek to demolish the Kennedy Center. In a filing last month, administration lawyers told the court that absent recognition of the president, the Kennedy Center would struggle to raise money for renovations. Without that money, they suggested, the building may need to be demolished, a prospect that alarmed some given Trump’s swift moves last year to dismantle the East Wing.</p><p>The Kennedy Center, the lawyers argued, “will deteriorate further into an unsafe, decrepit structure that will be required to be taken down, with a determination to follow on what to build on the site, such as a large outdoor amphitheater overlooking the Potomac River that has been proposed, by some, for many years.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VX5JTOQJSG2HVGDOJZ6F3NSGWI.jpg?auth=14fb66a8cc6eb1a51a32729e46264e262b8b0058868a032bfb8cb9ac1a29861f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign is placed on a gate outside the John F. Kennedy Center for the Performing Arts in Washington, Tuesday, Sept. 15, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARPLNRCUJ6BJDWXHEPX7ZT5QQU.jpg?auth=815be244d7b5d75fb2fc544be4a766cbb769fb3658e1ed61e6b41117dee2898f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security officials stand outside of the John F. Kennedy Center for the Performing Arts in Washington, Tuesday, Sept. 15, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RODTVTIHNTNBJT2ZIJJAGD6EAM.jpg?auth=db817648f435c1d2d3c0f7313c5cd17020a1ff1bfc9e1c6e6cc05fde53ad41c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Laura Bligh holds a sign outside the John F. Kennedy Center for the Performing Arts in Washington, Tuesday, Sept. 15, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[A fourth measles death is reported in Pennsylvania]]></title><link>https://www.local10.com/health/2026/09/15/a-fourth-measles-death-is-reported-in-pennsylvania/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/15/a-fourth-measles-death-is-reported-in-pennsylvania/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Pennsylvania officials have reported a fourth measles-associated death.]]></description><pubDate>Tue, 15 Sep 2026 18:28:47 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Pennsylvania officials have reported a fourth measles-associated death.</p><p>The latest death involved an 18-year-old resident of Mifflin County, in the center of the state, the county coroner's office said in a Facebook post. The cause was acute disseminated encephalomyelitis, a rare and severe neurological complication of measles, it said.</p><p>On Saturday, a 40-year-old woman from Jefferson County, a rural area in western Pennsylvania, died of measles complications. And last month, two measles-infected infants died in Lancaster County, in the southeastern part of the state.</p><p>None of the four were vaccinated, according to the state health department. The infants were too young for vaccinations, according to current recommendations.</p><p>The U.S. is enduring its worst year for measles since 1991 and has seen seven reported measles-associated deaths in the last two years — more than the combined total of reported deaths over the previous three decades.</p><p>Pennsylvania's measles outbreak continues to grow, with nearly 700 illnesses reported so far this year across 38 counties, including about 100 cases in the last seven days. The measles-associated deaths are the first reported in the state in 35 years, state officials say.</p><p>“My thoughts are with the two families who lost loved ones to this highly contagious virus, as Pennsylvania faces the worst measles outbreak in more than three decades,” the state's health secretary, Dr. Debra Bogen, said in a statement Tuesday, referring to the two most recent deaths — those of the adults.</p><p>“We remain committed to working with our partners across Pennsylvania to stem this outbreak and prevent more deaths. That means ensuring people have the facts about measles and access to the MMR vaccine, which kept measles outbreaks at bay for decades.”</p><p>The nation eliminated the domestic spread of measles in 2000 by maintaining high vaccination rates, but they have fallen in recent years to below the 95% coverage needed to prevent outbreaks. Meanwhile, measles infections have been surging in recent years.</p><p>In November, international health officials will meet to determine if the U.S. and Mexico have lost their measles-free status.</p><p>The problem has been years in the making, as fewer kids get routine vaccines due to parental waivers, health care access issues and rampant disinformation. More recently, Trump administration health officials, including Health Secretary Robert F. Kennedy Jr., have questioned and sown doubt about the established safety of vaccines at an unprecedented level while also defunding local efforts to improve vaccination rates.</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/L3SKD5DU5GYHAE3RATP5QNAW74.jpg?auth=bf292ac4a75b157893c9892eea79266790b868a166bf2d15d0972fcce1b7694c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dr. Jessica Early holds a vial of the combination measles, mumps and rubella vaccine at Prisma Health Pediatrics in Greer, S.C., March 18, 2026. (AP Photo/Mary Conlon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Conlon</media:credit></media:content></item><item><title><![CDATA[Ryan Day calls Ohio State's Texas collapse 'maddening' as sixth-ranked Buckeyes seek quick fixes]]></title><link>https://www.local10.com/sports/2026/09/15/ryan-day-calls-ohio-states-texas-collapse-maddening-as-sixth-ranked-buckeyes-seek-quick-fixes/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/ryan-day-calls-ohio-states-texas-collapse-maddening-as-sixth-ranked-buckeyes-seek-quick-fixes/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — Coach Ryan Day might have been understating things slightly when he said there's a lot that comes with a loss at Ohio State.]]></description><pubDate>Tue, 15 Sep 2026 18:18:42 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — Coach Ryan Day might have been understating things slightly when he said there's a lot that comes with a loss at Ohio State.</p><p>Last Saturday's historic fourth-quarter collapse by the Buckeyes in their 24-23 loss at Texas has brought angst and second-guessing usually reserved for losses to arch-rival Michigan.</p><p>Day spent Tuesday's news conference going through the post-mortem after experiencing only his second setback in 27 games in September while trying to outline his hopes of preventing the loss from snowballing and impacting the rest of the season.</p><p>“It’s extremely frustrating, it’s maddening and we’re excited to get back on the field and get going because the last couple of days haven’t been fun around here,” Day said. “Had some really good conversations with the guys. I think they’re going to be in a good mindset moving forward. We understand we have a lot of football ahead of us. So this highlighted some things that we got to get fixed.”</p><p>It was the first time in program history the sixth-ranked Buckeyes have lost when leading by at least 17 points at halftime. Going back to 2004, top-ranked teams in the AP Top 25 were 197-0 when holding a 20-point lead at any point in the fourth quarter. Ohio State was up 23-3 going into the final 15 minutes before the Longhorns scored on their final three drives.</p><p>Day might have been too aggressive at times — including a failed fourth-down conversion when the Buckeyes could have kicked a field goal — which he owned up to.</p><p>“When it’s time to go win the game, we all have to be on the same page and we have to live with the result. Just like we throw the ball on third-and-4 to Jeremiah (Smith) on a fade to go win the game (in the fourth quarter). Yeah, I absolutely own that. We didn't have enough answers in the fourth quarter to go win the game, but we will moving forward.”</p><p>One late-game situation Day acknowledged he might do differently next time is letting a team score in order to have enough time to possibly go on a game-winning drive.</p><p>Day called his final timeout with 53 seconds remaining when Texas' Hollywood Smothers was stopped on first-and-goal at the 1. Smothers ended up scoring two plays later and with 25 seconds on the clock.</p><p>“If we win the game, then it would’ve been the right decision. And in the moment you've got to make a hard decision and I decided to try to hold the line,” he said. “Ultimately would have loved to see what it would’ve looked like if they would’ve scored. So we’ll have to think about it when it happens again.”</p><p>Julian Sayin passed for 278 yards, but completed only five of 16 passes in the second half. The junior has a 75.9% completion rate in his two seasons as Ohio State's starter, but it is 62.5% in losses.</p><p>Before opening Big Ten play on Sept. 26 against Illinois, the Buckeyes (1-1) host Kent State on Saturday.</p><p>Ohio State is averaging 59 points and winning by an average margin of 51.7 points in its seven matchups against MAC teams since Day took over as head coach in 2019.</p><p>The bigger concern is making sure the Buckeyes correct mistakes by the time they have crucial road tests next month against No. 18 Iowa, No. 4 Indiana and No. 12 Southern California.</p><p>“It's see what we did wrong, try to improve those and make sure this doesn’t happen again," Sayin said. "I think we have a good group of guys on our team. I think we can use this as fuel. I love the group of guys on the team and have a lot of confidence in them.”</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RAWCQ2DFFHCOXSTKBY6ZLOTVAE.jpg?auth=710d7184e654b786bf20fc88a3521e2a34cf6dfa01a3256b8019a84671e27436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ohio State head coach Ryan Day watches players warm up before an NCAA college football game against Texas in Austin, Texas, Saturday, Sept. 12, 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/24ZYVOGTIPVZC7364ZMBKJTJNE.jpg?auth=25cc4aaf0ea5120cc0a52856a9a371556b989ed0d4f0edbb6f417ddcd314bc30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ohio State quarterback Julian Sayin (10) throws against Texas during the first half of an NCAA college football game in Austin, Texas, Saturday, Sept. 12, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Bobby Seale to reissue 'Seize the Time' and publish new memoir 'I, Bobby']]></title><link>https://www.local10.com/entertainment/2026/09/15/bobby-seale-to-reissue-seize-the-time-and-publish-new-memoir-i-bobby/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/15/bobby-seale-to-reissue-seize-the-time-and-publish-new-memoir-i-bobby/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — As Black Panther co—founder Bobby Seale nears his 90th birthday, he is set to reissue his 1970 jailhouse memoir “Seize the Time” and follow it up with a new book, “I, Bobby.”]]></description><pubDate>Tue, 15 Sep 2026 18:48:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — As Black Panther co—founder Bobby Seale nears his 90th birthday, he is set to reissue his 1970 jailhouse memoir “Seize the Time” and follow it up with a new book, “I, Bobby.”</p><p>“Every time somebody tells my story wrong, a piece of the movement gets buried with the lie," Seale said in a statement issued Tuesday by Blackstone Publishing. "'Seize the Time' was the blueprint and the start. ‘I, Bobby’ is me finishing what I started — with my own voice, my own memory and my own words.”</p><p>“Seize the Time” will come out in February, and “I, Bobby” toward the end of 2027.</p><p>Seale, who turns 90 next month, was in a San Francisco County jail in the late 1960s on charges related to two separate trials. At the time, he began relating to a local journalist his account of the militant organization he and Huey P. Newton started in 1966 and the principles its advocated for revolutionary change.</p><p>“Seize the Time," which had fallen out of print in recent years, will include an introduction by actor-comedian D.L. Hughley and will be available for the first time in e-book and audio editions.</p><p>The Panthers, labeled by then-FBI Director J. Edgar Hoover as the country's “greatest threat to internal security," peaked in the late 1960s and declined through the next decade amid violent personal and political divisions and FBI infiltration. Newton disbanded the Panthers in the early 1980s, years after Seale had already left.</p><p>Seale has since taught Black studies at Temple University, worked with young activists and released a handful of books, including “Power to the People: The World of the Black Panthers,” a collaboration with photographer Stephen Shames published in 2016.</p><p>In “I, Bobby,” Seale will revisit the “internal fractures, government persecution, and enduring legacy while allowing Seale to set the record straight on his life once and for all,” according to Blackstone.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OROJWO67FHKFWHTEX3Z7ODQXPQ.jpg?auth=13233c30b949799f7ae667db6b66dbf34c6aa7c9bfbeee1001b49333c5c30d0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This book cover image released by Blackstone Publishing shows "Seize the Time: The Story of the Black Panther Party and Huey P. Newton" by Bobby Seale. (Blackstone Publishing via AP)]]></media:description></media:content></item><item><title><![CDATA[Saudi crown prince seeks Egypt’s backing as Houthi attacks rattle Red Sea oil routes]]></title><link>https://www.local10.com/business/2026/09/15/saudi-crown-prince-seeks-egypts-backing-as-houthi-attacks-rattle-red-sea-oil-routes/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/saudi-crown-prince-seeks-egypts-backing-as-houthi-attacks-rattle-red-sea-oil-routes/</guid><dc:creator><![CDATA[By LEE KEATH, FATMA KHALED and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Saudi Arabia’s crown prince sought backing Tuesday from the president of Egypt, his ally across the Red Sea, as the kingdom faces increased attacks by Yemen’s Houthi rebels on Saudi shipping and infrastructure that have helped drive a surge in global oil prices.]]></description><pubDate>Tue, 15 Sep 2026 22:01:37 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Saudi Arabia’s crown prince sought backing Tuesday from the president of Egypt, his ally across the Red Sea, as the kingdom faces increased attacks by Yemen’s Houthi rebels on Saudi shipping and infrastructure that have helped drive a surge in global oil prices.</p><p>Saudi Arabia has largely been on its own in confronting the Iranian-backed rebels, who rapidly captured more territory in Yemen over the past week and strengthened their ability to choke off Saudi oil exports out of the Red Sea.</p><p>The vulnerability of the kingdom’s oil production was further underscored by an attack days ago that damaged its biggest pipeline. The strike was reportedly carried out by Iran’s allied militias in Iraq. It means the East-West Pipeline will be largely shut down for weeks as it is repaired, regional officials say, likely taking several million barrels of oil a day off the market.</p><p>The Houthi offensive has opened up a new front in the Mideast’s war and boosted the hand of Iran, Saudi Arabia's traditional archrival in the region, which has attacked shipping through the region's other major maritime route, the Strait of Hormuz in the Persian Gulf.</p><p>Crown Prince Mohammed bin Salman met in Cairo with Egyptian President Abdel-Fattah el-Sissi. The crown prince said in a statement that they both confirmed “their shared commitment to ensuring freedom and security of maritime navigation” in the Red Sea and the Bab el-Mandeb Strait, the choke point at the sea’s southern end. El-Sissi's office put out a statement expressing “Egypt’s unwavering position in supporting Saudi Arabia.”</p><p>Neither side gave firm details on any future steps. While Egypt is unlikely to offer military help to Saudi Arabia, the country is influential in the Arab world and can help rally support. Egypt has been at the center of mediation efforts in the last three years of turmoil in the region, keeping open relations with all parties, including Iran and its allies.</p><p>The kingdom looks for support as it faces tough choices</p><p>In recent days, Houthi fighters made dramatic advances, seizing the Red Sea port of Mokha and three strategic islands in and near the Bab el-Mandeb Strait.</p><p>The gains have further improved the Houthis’ position to seal off the strait to Saudi shipping, which they have been attacking since late July. Bab el-Mandeb connects the Red Sea to the open ocean and, from there, to Saudi Arabia’s biggest oil customers in Asia.</p><p>Saudi Arabia has so far seemed reluctant to unleash a major military campaign against the Houthis, wary of bringing greater Houthi attacks on its oil infrastructure and being dragged back into an all-out civil war in Yemen, its southern neighbor.</p><p>But as Houthi attacks continue, the kingdom faces a potential decision about whether to step up its military response or seek a diplomatic solution.</p><p>The Saudis’ most essential ally, the United States, has been unpredictable and sometimes unreliable. U.S. President Donald Trump seems reluctant to widen an already unpopular and stalemated Mideast war ahead of congressional elections. The United Arab Emirates, previously a partner in the Saudi-led coalition against the Houthis, has withdrawn from the war after conflicts between its allies in Yemen and Saudi Arabia’s.</p><p>Yemen's U.N. Ambassador Abdullah Al-Saadi told the U.N. Security Council on Tuesday that Yemen’s armed forces are regrouping and regaining control but called for a U.N. arms embargo against the Houthis to be enforced and the council to condemn the escalation.</p><p>He asked "whether the international community will accept for one of the world’s most important gateways for trade and energy to become a blackmail card in the hands of a transnational terrorist group.”</p><p>Egypt has been hurt as well by the Houthi campaign</p><p>Houthi attacks on Red Sea shipping during the Gaza war led to a decrease in traffic through the Suez Canal, gouging Egypt’s revenues. During the Iran war, Saudi Arabia redirected its oil exports through the Red Sea, much of it going through the Suez Canal or through an Egyptian pipeline from the Red Sea to the Mediterranean. But the shutdown of the East-West Pipeline is likely to greatly reduce or end those shipments for weeks.</p><p>There are limits to the help Egypt can give.</p><p>“I don’t think MBS wants troops from Cairo, which he knows would be a very difficult ask,” said analyst H.A. Hellyer, using the crown prince’s initials.</p><p>Instead, Cairo can give the Saudis political backing among Arab nations for whatever steps they take against the Houthis, said Hellyer, a senior fellow at the Center for American Progress.</p><p>“There’s genuine international consensus that the Houthis cannot be allowed to hold a choke point like Bab el-Mandeb hostage,” Hellyer said. But some nations are wary about working with Saudi Arabia because of past experience in Yemen.</p><p>The coalition that Prince Mohammed first put together to fight the Houthis in 2015 largely fell apart years ago because of infighting and factionalism.</p><p>“MBS is keenly aware of this and will be trying to make it clear there is a much better plan for going forward,” Hellyer said. “It just depends on how many are convinced.”</p><p>The fighting is pushing Yemen back into civil war</p><p>The Houthi advances have dealt heavy defeats to Saudi allies in Yemen, including its internationally recognized government, and revived a war that had largely gone quiet under a 2022 truce.</p><p>Fighting between the Houthis and Saudi-backed forces has killed more than 500 people in the last week alone, up from nearly 200 the week before, the World Health Organization said. The fighting has also displaced nearly 94,000 people.</p><p>Save the Children said at least 117 civilians were killed between Aug. 1 and Sept. 9, including 19 children. In the first week of September, 43 children were killed or wounded, the highest weekly casualty toll recorded by the group in a year, it said.</p><p>“Children are once again paying the highest price for some of the most severe violence the country has seen in years,” said the agency’s Yemen director, Rishana Haniffa.</p><p>Anees al Asbahi, a spokesperson for the Houthi-run Health Ministry, said Tuesday in a post on X that Saudi airstrikes killed three people, including two children, in Yemen’s Taiz province. The Associated Press could not independently verify the claim.</p><p>Alerts went off in several parts of Saudi Arabia early Tuesday, often a sign of missile or drone fire from the Houthis or Iraqi militias. There was no immediate word on any attacks.</p><p>On Monday, Houthi missile and drone attacks in southern Saudi Arabia wounded 13 civilians and damaged houses and vehicles, Saudi military spokesman Maj. Gen. Turki al-Malki said.</p><p>The Houthis hold the capital, Sanaa, and the north and west of Yemen, where most of its population lives. The government and its allies — a mix of militias — hold the south and east, including the biggest port, Aden, and Yemen’s oil fields.</p><p>Saudi Arabia led an aerial bombing campaign for years against the Houthis beginning in 2015, but its allies made little progress on the ground. The conflict killed an estimated 150,000 people and at times pushed Yemen to the brink of famine.</p><p>___</p><p>Associated Press writer Edith M. Lederer at the United Nations contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/24HXCO5OHCKQQ2WM4LRWDW4FEE.jpg?auth=3a1cab80dbf71c7a284d3daa4ab1b4056391d935d95519f819d11613b70cd597&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fisherman carries his catch, including hammerhead sharks, ashore at the Sirah fish market in Aden, Yemen, Tuesday, Sept. 15, 2026. (AP Photo/Abdulnasser Alseddik)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdulnasser Alseddik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YLGETRREZGY7VPPIAL5Y7YWKY.jpg?auth=9faab1dbf9335369c77a9196ebbcb2104814addad3440847d1e37dfcb561e9df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An armed man walks past a boy at the Sirah fish market in Aden, Yemen, Tuesday, Sept. 15, 2026. (AP Photo/Abdulnasser Alseddik)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdulnasser Alseddik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERZ7RURZT27W7N3VB7OEP4VU5U.jpg?auth=f6cd733a3ea631b04eb7f752a615d0e8e38cee8d056151e291cdeef179547ee9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy displays seashells souveniers to sell at Sirah fish market in Aden, Yemen, Tuesday, Sept. 15, 2026. (AP Photo/Abdulnasser Alseddik)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdulnasser Alseddik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDACOULDSVDCWFVVESQAWIFSZU.jpg?auth=e89c1e30a8541fb334fef65860336aaf9d286055347c5fa1bb97eb50aa8571f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fishermen wait to catch fish near Sirah fish market in Aden, Yemen, Tuesday, Sept. 15, 2026. (AP Photo/Abdulnasser Alseddik)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdulnasser Alseddik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPFAYRPSMNZ6JQHSBRZDFZYZIU.jpg?auth=6b023bd0ea6ff2a28ecbb268c5e6a201e735f1470f34dc9246ba7aab8267a502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People fill their gas cans at a station in Aden, Yemen, Tuesday, Sept. 15, 2026. (AP Photo/Abdulnasser Alseddik)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdulnasser Alseddik</media:credit></media:content></item><item><title><![CDATA[Woman wanted in elderly exploitation scheme arrested after Deerfield Beach SWAT standoff:  BSO]]></title><link>https://www.local10.com/news/local/2026/09/15/2-in-custody-after-swat-standoff-at-deerfield-beach-apartment-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/2-in-custody-after-swat-standoff-at-deerfield-beach-apartment-deputies-say/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Two people were taken into custody after deputies with the Broward Sheriff’s Office said a woman barricaded herself inside a Deerfield Beach apartment Monday evening was taken into custody after several hours. 
]]></description><pubDate>Tue, 15 Sep 2026 12:25:41 +0000</pubDate><content:encoded><![CDATA[<p>A woman arrested after an hours-long SWAT standoff in Deerfield Beach was wanted by the Broward Sheriff’s Office in connection with an alleged scheme targeting elderly residents, investigators said.</p><p><a href="https://www.local10.com/espanol/2026/09/15/mujer-se-atrinchera-en-departamento-de-deerfield-beach-agentes-del-swat-la-sacaron/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/mujer-se-atrinchera-en-departamento-de-deerfield-beach-agentes-del-swat-la-sacaron/">Leer en español</a></p><p><a href="https://www.local10.com/news/local/2026/09/10/bso-searching-for-caregiver-accused-of-targeting-elderly-victims-in-deerfield-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/10/bso-searching-for-caregiver-accused-of-targeting-elderly-victims-in-deerfield-beach/">Jamisha Shamari Sylvain</a>, 27, was taken into custody Monday evening after BSO’s Burglary Apprehension Team said they conducted surveillance on her as part of an ongoing investigation. </p><p>According to BSO officials, Sylvain and another person entered an apartment in the 5200 block of Northeast Fifth Terrace in Deerfield Beach and refused to come outside.</p><p>Deerfield Beach District deputies, SWAT and crisis negotiators responded to the apartment complex. After several hours, negotiators established a rapport with Sylvain and convinced her and the other person to safely exit the residence, investigators said.</p><p>Video from a neighbor showed Sylvain emerging from an apartment with her hands raised as deputies stood nearby.</p><p>A second person, identified by BSO as Deja Boynton, was also taken into custody. BSO later confirmed Boynton was released.</p><p>Investigators said they were pursuing Sylvain over allegations that she repeatedly preyed on elderly victims by posing as a caregiver or other trusted professional.</p><figure><img src="https://www.local10.com/resizer/v2/YWKJH74RPNCTVAJVWOJNGTPAIA.jpg?auth=9473deb27de5be5e1ea1b949da780cd3d86e81378952294d9cb573dc4de67336&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>BSO said its investigation began in October 2025, after detectives received a report involving an elderly man who was allegedly being exploited by an unknown woman.</p><p>According to investigators, the woman posed as a caregiver at the B’nai B’rith apartments in Deerfield Beach. Authorities said she was allowed into the elderly man’s apartment, where she allegedly accessed his bank card and withdrew a total of $1,600 from his account.</p><p>Detectives then learned of several other incidents in which Sylvain allegedly used a similar ruse, investigators said. In some cases, she pretended to be a professional caregiver or claimed to be a new caregiver assigned through the victim’s health insurance company, they say. </p><p>Deputies said once inside the victims’ apartments, Sylvain allegedly stole debit cards and requested personal banking information.</p><p>Investigators from several BSO units worked together to obtain an arrest warrant for Sylvain.</p><p>She was located and booked into the BSO Main Jail on Dec. 19, 2025, on charges including occupied burglary, elderly exploitation, criminal use of personal identification information, theft of a credit card and grand theft of a person 65 or older, according to BSO.</p><p>Sylvain was released from jail in May 2026.</p><p>After her release, however, BSO detectives identified at least two new cases in which investigators say she used a similar scheme to gain the trust of elderly victims.</p><p>In one case, deputies said Sylvain targeted a resident at The Pointe at Deerfield Beach Senior Living. Investigators allege she pretended to be the building manager and stole a debit card, credit cards and cash.</p><p>Authorities are urging seniors and their families to verify the identity, credentials and references of caregivers and aides before allowing them access to a home or financial information.</p><p>BSO also recommends regularly checking bank accounts and credit reports, consulting a trusted friend or family member before providing financial information and reporting suspicious activity as soon as possible.</p><p>Anyone in a BSO jurisdiction who believes they or someone they know may have been victimized in a similar scam is urged to call BSO’s non-emergency number at 954-764-4357.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Prince Harry and Meghan move children to new school over security concerns]]></title><link>https://www.local10.com/entertainment/2026/09/15/prince-harry-and-meghan-move-children-to-new-school-over-security-concerns/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/15/prince-harry-and-meghan-move-children-to-new-school-over-security-concerns/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry and his wife, Meghan, have moved their two children to a new school over security concerns, a spokesperson said Tuesday, just weeks after the family returned to the U.K. to make a fresh start.]]></description><pubDate>Tue, 15 Sep 2026 19:48:48 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry and his wife, Meghan, have moved their two children to a new school over security concerns, a spokesperson said Tuesday, just weeks after the family returned to the U.K. to make a fresh start.</p><p>“The decision for the children to move school was taken following a discussion with the family’s security team about the practicalities of their current arrangements," the spokesperson said in a statement.</p><p>Prince Archie, 7, and Princess Lilibet, 5, had only just started the new school year in England after the family relocated from California in late August.</p><p>British media reported that the distance of the school run and the heavy traffic on the route were among the concerns raised by the couple and their security team. The family is living at a private, non-royal residence outside of London.</p><p>“This decision should in no way be interpreted as a reflection on the school or the exceptional care the children have received there," the statement added.</p><p>The news followed reports that Harry and Meghan were awaiting a new risk assessment from the government committee that reviews protection of VIPs, including a decision on whether the family should be entitled to publicly funded security now that they live in the U.K.</p><p>Harry and Meghan gave up their royal duties and moved to California more than six years ago, saying they wanted to earn their own living. They later signed lucrative contracts with Netflix and Spotify.</p><p>Although relations with the rest of the royal family have soured since then, Harry has recently expressed an interest in reconciliation so he could spend more time with his father, King Charles III.</p><p>Harry has fought a long-running battle with Britain's government for the restoration of publicly funded police protection, which was canceled when the couple gave up their royal roles.</p><p>He had previously said he couldn’t “see a world in which I would be bringing my wife and children back to the U.K.” without a security guarantee.</p><p>Earlier this month, the king reiterated that Harry and Meghan remain non-working members of the royal family and would continue to refrain from using formal royal titles, such as his royal highness and her royal highness, as they have done since 2020. The couple said they were surprised by the way the monarch issued that statement because they were given little time to review it.</p><p>____</p><p>Find more of AP’s coverage at https://apnews.com/hub/royalty</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VBCANLP4Y2MSU4QY7MTGNLVHFI.jpg?auth=c3e03ad412c60972e8aef20409fe270d1d0d73416ddb6de7551b8b781a821398&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prince Harry, and Meghan, the Duke and Duchess of Sussex, arrive for an event, during a visit to Bondi Beach, Australia, April 17, 2026. (Jonathan Brady/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content></item><item><title><![CDATA[Capitals say Alex Ovechkin was asked to film United Russia ad while home this summer]]></title><link>https://www.local10.com/sports/2026/09/15/capitals-say-alex-ovechkin-was-asked-to-film-united-russia-ad-while-home-this-summer/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/capitals-say-alex-ovechkin-was-asked-to-film-united-russia-ad-while-home-this-summer/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — After NHL career goal-scoring leader Alex Ovechkin appeared in an ad for Vladimir Putin’s United Russia party that came to light this week, the Washington Capitals said their long-time captain was asked to participate in the video campaign while back in his home country this summer.]]></description><pubDate>Tue, 15 Sep 2026 17:50:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — After NHL career goal-scoring leader Alex Ovechkin appeared in an ad for Vladimir Putin’s United Russia party that came to light this week, the Washington Capitals said their long-time captain was asked to participate in the video campaign while back in his home country this summer.</p><p>“Alex Ovechkin is a Russian citizen who lives in Moscow with his family during the offseason and will live there following his retirement," team spokesperson Sergey Kocharov said Tuesday in a statement sent to The Associated Press. “As the longest-tenured athlete in Washington, D.C., and a pillar of the community, his focus and ours is on the season ahead and the continued impact he makes on the ice and in our city.”</p><p>Ovechkin is seen in the commercial standing behind Russian Foreign Minister Sergey Lavrov. Viacheslav “Slava” Fetisov also participated, leading to backlash on social media from fellow Hall of Famer Dominik Hasek, who called it support for Russia’s war against Ukraine.</p><p>The NHL deferred to the Capitals when asked for comment. Ovechkin is expected to be made available to reporters on Thursday when training camp opens ahead of his 22nd NHL season.</p><p>Ovechkin, who turns 41 on Thursday, previously voiced support for the Russian president in 2017 when he started a social movement called the “Putin Team.” At the time, he told reporters from the AP and The Washington Post, “I just support my country.”</p><p>When Russia invaded Ukraine in February 2022, Ovechkin said, “Please, no more war,” when asked about the situation. Asked then about his relationship with Putin, Ovechkin said: “He’s my president, but I’m not in politics. I’m an athlete.”</p><p>Putin has cracked down on dissent in the years since launching what he calls a special military operation in Ukraine, including punishment for referring to it as a war.</p><p>Ovechkin broke Wayne Gretzky's goals record in April 2024 with his 895th. He has scored 929 in his career, which began in 2005 after the Capitals took him with the first pick in the 2004 draft.</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VR6WDNITC2OZI25NZJXGPOJRA.jpg?auth=3b9cd926647f4e579b0f108891cfe49ca402aa029662eda0bbaa6e58f8f6ae98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Capitals left wing Alex Ovechkin reacts after he was named the first star after an NHL hockey game against the Pittsburgh Penguins, April 12, 2026, in Washington. (AP Photo/Nick Wass, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Refrigerator catches fire at Hollywood home, spreads to attic]]></title><link>https://www.local10.com/news/local/2026/09/15/refrigerator-catches-fire-at-hollywood-home-spreads-to-attic/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/refrigerator-catches-fire-at-hollywood-home-spreads-to-attic/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A refrigerator sparked a house fire in Hollywood on Tuesday.]]></description><pubDate>Tue, 15 Sep 2026 17:42:03 +0000</pubDate><content:encoded><![CDATA[<p>A refrigerator sparked a house fire in Hollywood on Tuesday.</p><p>It happened just before 10:30 a.m. in the 2800 block of Funston Street.</p><p>According to Hollywood Fire Rescue, arriving crews found a fire in the rear of the home that extended from the refrigerator “into the attic.”</p><p>Firefighters “quickly” put down the blaze, according to HFR. Nobody was hurt.</p><p>“Firefighters conducted ventilation and overhaul operations to ensure the fire was fully extinguished and to check for any remaining hot spots,” HFR spokesperson Chai Kauffman said in an email. “A Hollywood Fire Inspector and the State Fire Marshal were requested to determine the cause and origin of the fire. The investigation remains ongoing.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Videos show piling rig’s collapse, flames shooting out of crushed BMW in Miami’s Brickell area ]]></title><link>https://www.local10.com/news/local/2026/09/15/videos-show-piling-rigs-collapse-flames-shooting-out-of-crushed-bmw-in-miamis-brickell-area/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/videos-show-piling-rigs-collapse-flames-shooting-out-of-crushed-bmw-in-miamis-brickell-area/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[A woman and three men were recovering on Tuesday after surviving the collapse of an 85-foot piling rig on Monday morning in Miami’s Brickell neighborhood. ]]></description><pubDate>Tue, 15 Sep 2026 16:57:02 +0000</pubDate><content:encoded><![CDATA[<p>A woman and three men were recovering on Tuesday after surviving the collapse of an 85-foot piling rig on Monday morning in Miami’s Brickell neighborhood. </p><p>Miami Fire Chief Robert Hevia said the three men were working shortly after 8 a.m. on Monday at the construction site of Citadel’s 58-story building at 1201 Brickell Bay Drive. </p><p>“It’s a remarkable day for them,” Hevia said about the four survivors injured. </p><p>A 47-year-old man was injured while working as an operator in the cabin of the piling rig, used for heavy drilling. Hevia said he managed to jump out of the cabin as the rig was tipping over. </p><figure><img src="https://www.local10.com/resizer/v2/BKGVRYAYVVCS3PVLJSPP5NDPTA.jpg?auth=8b68be3fd7c55eea08bd5fcf546c760343d140d82bf5e4ce034ed1511f895a4b&smart=true&width=1200&height=900" alt="A rig collapsed crushing a temporary office in a container on Monday morning at 1201 Brickell Bay Drive." height="900" width="1200"/><figcaption>A rig collapsed crushing a temporary office in a container on Monday morning at 1201 Brickell Bay Drive.</figcaption></figure><p>The two other men were injured and trapped after the rig’s lower mast and drill pipe crushed a temporary container office set up at the site by Related Companies, the developer. </p><p>Hevia said fire rescue personnel cut through the steel conex box to free the two men, aged 27 and 29. One of the men hugged a firefighter before walking away. </p><p>The woman was driving a white BMW sports utility vehicle southbound on Brickell Bay Drive when she saw the rig coming down between Southeast 12th and 13th streets. </p><p>Hevia said she “was able to pull her car in reverse,” so the rig landed on the hood, the engine caught on fire, and she escaped with minor injuries through the back of the BMW.</p><figure><img src="https://www.local10.com/resizer/v2/CAHG3PQMURCFNNBE5WJR2GWM3Y.jpg?auth=5166d80174306a58d0ef4768ad7a0128815571ede08d265f65e292e05a5bde47&smart=true&width=1200&height=900" alt="A rig collapsed and fell on the hood of a white BWM SUV on Monday morning on Brickell Bay Drive." height="900" width="1200"/><figcaption>A rig collapsed and fell on the hood of a white BWM SUV on Monday morning on Brickell Bay Drive.</figcaption></figure><p>“The flames were shooting up 30 feet in the air,” Christina Lardon, a witness, said. </p><p>Fire rescue personnel took the woman to HCA Florida Mercy Hospital and the three men to Jackson Memorial Hospital’s Ryder Trauma Center.</p><p>“It was shock and awe and fear ... I am shaken because it could have been me,” Lardon said. </p><p>The rig also damaged two cars that were parked on opposite sides of Brickell Bay Drive just outside of The Dade Heritage Trust’s historic 1905 wood-frame cottage. </p><p>“We are working in full cooperation with City and County building departments to secure the site and conduct a full investigation,” Kathleen Anne Corless, a spokeswoman for Related Companies, wrote in a statement.</p><p>A mitigation crew worked on a fuel spill. Teams with the Occupational Safety and Health Administration and Miami-Dade County Unsafe Structures responded to the construction site. </p><p><b>Watch aerial video of the site</b></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FWPLGLocal10%2Fvideos%2F4152440728225699%2F&show_text=false&width=560&t=0" width="100%" height="414" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1030.105613899959!2d-80.19002065627384!3d25.7611316622224!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b681a1c704df%3A0x2bae36578bb7d198!2sDade%20Heritage%20Trust!5e1!3m2!1sen!2sus!4v1789492909649!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[Ed Sheeran's tour in trouble after opening acts drop out in solidarity with rapper Macklemore]]></title><link>https://www.local10.com/news/2026/09/15/ed-sheerans-tour-in-trouble-after-opening-acts-drop-out-in-solidarity-with-rapper-macklemore/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/15/ed-sheerans-tour-in-trouble-after-opening-acts-drop-out-in-solidarity-with-rapper-macklemore/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Ed Sheeran’s tour of North and South America was plunged into chaos Tuesday when four of his supporting acts abruptly quit in solidarity with the rapper Macklemore, who was dropped for making pro-Palestinian comments onstage.]]></description><pubDate>Tue, 15 Sep 2026 22:33:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Ed Sheeran’s tour of North and South America was plunged into chaos Tuesday when four of his supporting acts abruptly quit in solidarity with the rapper Macklemore, who was dropped for making pro-Palestinian comments onstage.</p><p>Hours after Sheeran posted on social media about Macklemore's ouster and attributed the decision to the tour's promoters, Irish acts Aaron Rowe and Beoga, the Danish band Lukas Graham, and Finneas posted on Instagram that they were leaving the tour.</p><p>Rowe and Lukas Graham would have been replacements for Macklemore on Sheeran’s remaining U.S. dates, while Beoga had been performing several songs — including some the Irish folk band co-wrote — with Sheeran around the middle of each set. Finneas, who is Billie Eilish’s brother and musical collaborator, was due to tour with Sheeran in South America later this year.</p><p>“Artists must not be silenced when they speak up for the oppressed,” Finneas said on Instagram. “I have decided to withdraw from my upcoming tour dates with Ed Sheeran. I stand with Palestine and its people.”</p><p>Pressure mounts on Sheeran</p><p>The moves by his fellow artists put enormous pressure on Sheeran, who has tried to avoid politics and taking a side in the Gaza conflict, arguing that his fans don't come to his shows to hear politics.</p><p>Rowe and Beoga each cited their country’s history in their statements explaining their decision. “We are Irish people who understand colonialism. As founding members of the Irish Artists for Palestine movement, we are committed activists for justice and will continue to be,” Beoga said.</p><p>Rowe called Sheeran a friend and said the British singer-songwriter changed his life. “But as Irish people we know all too well about genocide, forced famine and violent occupation,” he said, adding that he couldn't “stand by and allow billionaires to use their position of power to silence the rightful voices of those who speak up.”</p><p>Meanwhile, Lukas Graham, the band that had hits with "Mama Said” and “7 Years,” expressed gratitude to Sheeran and called it “a difficult decision.”</p><p>“Money doesn’t give you the right to own the conversation. Nobody’s bank balance should decide who gets to speak or which suffering we’re allowed to acknowledge,” the band posted, seemingly referring to billionaire Robert Kraft’s role in Macklemore’s removal from the tour.</p><p>Emails seeking comment were sent to Sheeran and the tour’s promoter, the Messina Touring Group.</p><p>The crisis started with Macklemore being dropped</p><p>Sheeran weighed in on Macklemore being dropped after the rapper made pro-Palestinian comments onstage during their tour, saying the decision was made by the promoters alone. The British singer also said he refused to be drawn into a public discussion about the war in Gaza.</p><p>“Macklemore coming off tour was the promoter’s decision, it was not mine,” Sheeran wrote on Instagram on Tuesday. “I would never let down the fans who had made plans, nor would I abandon the touring crew and the other support acts and musicians who rely on me for work and to make a living."</p><p>Sheeran's statement came a day after Macklemore said he was kicked off the Loop Tour after exclaiming “Free Palestine!” during the Sept. 5 date at New Jersey’s MetLife Stadium while introducing his protest song “Hind’s Hall.”</p><p>“To all of my Jewish brothers and sisters, criticism of Israel, criticism of apartheid, being against genocide, it in no way is criticism of you,” he said during the concert.</p><p>Macklemore said Monday on Instagram that several U.S. venues told the promoter they would prohibit him from performing as Sheeran’s opening act, rallied by Kraft, owner of NFL’s New England Patriots. His Kraft Group also owns Gillette Stadium, where the Patriots play.</p><p>In a statement Monday, Kraft said the decision to cancel Macklemore was a result of his recent comments “and a broader history of antisemitic rhetoric and imagery that we believe has been deeply offensive and hurtful to the Jewish community.”</p><p>Kraft's representatives didn't immediately respond to a Tuesday email seeking comment about the other musical artists' actions.</p><p>Sheeran says 'I am not complicit’</p><p>A growing chorus of organizations and experts say Israel’s wartime actions in Gaza amount to genocide — an accusation Israel vehemently rejects.</p><p>Macklemore was scheduled to perform at eight of the 10 shows Sheeran has remaining on his stadium tour, which is scheduled to resume Saturday in Philadelphia. Ahead are stops at Gillette Stadium, Atlanta's Mercedes-Benz Stadium and Indianapolis' Lucas Oil Stadium.</p><p>In his social media post, Sheeran said he “spoke with the venues at length all week to try to build a bridge,” but that “the venue’s and promoter’s decision was final.”</p><p>He wrote that he tries to use his music to “bring people from all backgrounds and cultures together” and that while he has personal views about “this devastating conflict,” he chooses not to speak publicly because people who come to his shows “do not expect a political forum.” He added: “I am not complicit.”</p><p>“I respect Macklemore’s strength of purpose to stand up and shout for what he believes," Sheeran added. "However, there is room for multiple approaches to the same end: peace. I choose to use my fame and platform to be a place of safety and sanctuary, to maintain diplomacy and keep conversations open, not closed.”</p><p>___</p><p>Elise Russo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3R7KT76K4K63WME4YDJ66E5JLA.jpg?auth=b856dab484ef95bcf43b29059eab8f04ed98fd0c0bd5d99cf7b5401934a39b72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Recording artist Macklemore appears on ABC's "Good Morning America" Summer Concert Series in Central Park in New York on July 22, 2022, left, and Ed Sheeran appears at the premiere of the film "F1 The Movie" in London on June 23, 2025. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/55J5J3PGBR6JZFUVLRMDEZSHHE.jpg?auth=8795a53f9351de6ce1941642ac247ff8d7a70416d31bbc978bce0cc068f74c7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Aaron Rowe performs during the Glastonbury Festival in Worthy Farm, Somerset, England, on June 26, 2025. (Scott A Garfitt/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BB6DW76TBJWULJAPROBSKQJOWY.jpg?auth=6576abb89acb86303128d4c8ae46c5b16635d8e7b3cbcef215db2f973121858b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Finneas arrives at the second season premiere of "Beef" in Los Angeles on April 8, 2026. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHU2W2KCKSQZGJ74GIIPCYQMZI.jpg?auth=3eec10f31435b103cdc69bee44a47703c3e189c492aa4a2695d906c3c965e695&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lukas Forchhammer of the band Lukas Graham appears at th World Mental Health Day Gala in New York on Oct. 9, 2025. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CPEI5DHO4FR6DQTTGRIKNUZ4ZY.jpg?auth=b58b7f4ff7d9786d9115a9e94be2b50b5b6eb1a8496bbb7a8abe3a36c2a03bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Macklemore performs at Austin City Limits Live during the South by Southwest Music Festival in Austin, Texas on March 17, 2023. (Photo by Jack Plunkett/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Plunkett</media:credit></media:content></item><item><title><![CDATA[5 major sports leagues and players associations ask for protections from sports bettors' threats]]></title><link>https://www.local10.com/sports/2026/09/15/5-major-sports-leagues-and-players-associations-ask-for-protections-from-sports-bettors-threats/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/5-major-sports-leagues-and-players-associations-ask-for-protections-from-sports-bettors-threats/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Five professional sports leagues and their players associations have aligned forces to ask for protections for players and staff who face threats and harassment from sports bettors.]]></description><pubDate>Tue, 15 Sep 2026 17:14:39 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Five professional sports leagues and their players associations have aligned forces to ask for protections for players and staff who face threats and harassment from sports bettors.</p><p>The Associated Press obtained a copy of the letter sent Tuesday to gambling regulators in 35 states and the District of Columbia. In the letter, the NFL, Major League Baseball, NBA, Major League Soccer and the NHL and the leagues' players associations asked that rules be established to permanently revoke betting privileges for anyone found to have threatened or “abusively harassed” any professional or amateur athlete, coach, official or team personnel."</p><p>The letter to state gambling regulators cited “the escalating threat facing professional players, coaches, and officials, the continued harassment and violent threats from sports bettors.”</p><p>“While the expansion of legal, state-regulated sports betting has brought new ways for fans to engage with their favorite sports, it has also introduced some negative consequences for players and other personnel involved with professional sporting events,” the leagues and players associations wrote. "Too often, individuals who lose sports bets direct threatening and harassing messages toward players coaches and their families via social media and in-person interactions.</p><p>“Threatening the safety of an athlete or their family members over a sports bet crosses a bright ethical and criminal line and it is entirely unacceptable. It is critical that state and local leaders safeguard the participants of sports at all levels.”</p><p>The letter noted that Ohio, West Virginia, Louisiana and Wyoming already exclude “bad actors” from licensed sportsbooks and mobile applications. The letter asks for broader protections from the other 35 states and District of Columbia, which do not have similar laws or protections in place since the Supreme Court paved the way for gambling legalization in 2018.</p><p>“We call on all state gaming commissions and state policymakers to promptly adopt uniform rules and legislative guardrails to help address this behavior,” the leagues and players associations wrote, asking state-regulated sportsbooks and mobile betting operators “to permanently revoke wagering privileges for any individual verified to have abusively harassed or issued threats of violence against any professional or amateur athlete, coach, official, team personnel or their respective families.”</p><p>___</p><p>See AP’s full sports coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YZPYDLHEBCQZMIM5AFGNONYUM.jpg?auth=5a36a9a9b19896dda7f401c59ad252343dd487a92759d13b765472a1371c275b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baseball Commissioner Rob Manfred attends the Little League Classic baseball game between the Milwaukee Brewers and the Atlanta Braves in Williamsport, Pa., Sunday, Aug. 23, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJ5LHJO5IJ5Z36WONQ5KSJOHHM.jpg?auth=1ec33123b20040a2d1b4a35977e4270f7e3de4e0e7c6eb1f2acb958b9f400f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks owner's The Khosla family, and NFL commissioner Roger Goodell, Nina Khosla, left, Vinod Khosla, Neeru Khosla, and Neal Khosla pose for a portrait during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Federal authorities allege more than $10M in childcare payment fraud in California]]></title><link>https://www.local10.com/news/national/2026/09/15/federal-authorities-allege-more-than-10m-in-childcare-payment-fraud-in-california/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/15/federal-authorities-allege-more-than-10m-in-childcare-payment-fraud-in-california/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Federal authorities charged a dozen people Tuesday for fraudulently collecting more than $10 million in government childcare payments in Southern California, when the operators had few or even no actual children attending their facilities.]]></description><pubDate>Tue, 15 Sep 2026 19:07:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Federal authorities charged a dozen people Tuesday for fraudulently collecting more than $10 million in government childcare payments in Southern California, when the operators had few or even no actual children attending their facilities.</p><p>The charges, jointly announced in San Diego by the Justice Department and the criminal investigations division of the IRS, are the latest effort by the Trump administration to investigate and charge alleged cases of fraud and waste in government programs.</p><p>The 12 defendants said they were operating licensed, at-home childcare facilities in the San Diego area, submitting attendance records and documenting when each child attended and for what times, in order to collect payments from government childcare subsidy programs. However, federal prosecutors say these at-home facilities rarely, if ever, had children. Defendants fraudulently collected from government programs for months or, in some cases, years, prosecutors said.</p><p>The federally funded childcare assistance programs are intended to help low-income families afford childcare so parents can work or go to school. After parents are accepted in the program, they select a childcare provider and the government reimburses the provider directly. But they don’t get enough money to cover all eligible families, forcing many eligible parents on growing waitlists.</p><p>It is this federally funded program that led to these defendants to operate these “ghost” daycares, prosecutors said.</p><p>“There were no children," Colin McDonald, head of the Justice Department's fraud enforcement division, told a news conference. “There were no daycares. But the taxpayers were paying for all of it.”</p><p>The department's fraud division was created in April and this was the first indictment of its type since.</p><p>All 12 defendants were arrested Thursday and the charges against them were unsealed Tuesday. Prosecutors said the investigation continues.</p><p>Federal prosecutors say some of the defendants were not even in the country when they were submitting claims for childcare payments. One defendant, Turkiya Alawad, 63, was found to be outside the U.S. between Jan. 1, 2024, and Jan. 30, 2024, but at the same time, submitted and collected for childcare payments for the dates they were away, prosecutors say.</p><p>Another defendant, Abdulrahman Alawad, 25, claimed to provide childcare to children in March and April but surveillance footage allegedly shows children entered Alawad’s facility only once, on the day a state inspector showed up. Alawad is alleged to have received more than $300,000 in payments from childcare programs in 2025.</p><p>Other defendants collected more than $1 million in childcare subsidy payments, prosecutors said. Jared Koopman, head of the IRS criminal investigations division, told reporters the defendants then used the proceeds to purchase luxury homes, send money overseas through wire transfers, and make large cash withdrawals.</p><p>“These are taxpayer-funded programs designed to help working families, children and vulnerable communities," Koopman said. “When those funds are diverted for personal profit, families lose, honest providers lose, taxpayers lose and the public trust in these programs is damaged."</p><p>While several of the defendants have similar last names, the Justice Department's McDonald told reporters each investigation and indictment was reached independently.</p><p>The indictments in California have similarities to what happened with Minnesota-based Feeding Our Future. Federal prosecutors charged Feeding Our Future with scamming Minnesota and federal taxpayers out of millions of dollars of childcare and meal subsidies.</p><p>The alleged daycare fraud case in California is larger than the one with Feeding Our Future, which submitted roughly $4.6 million in claims to the childcare assistance program. However, the Feeding Our Future case was much more focused on fraud in meal subsidy programs than childcare.</p><p>The operator of the Feeding Our Future’s childcare facility, Fahima Mahamud, 50, pleaded guilty to conspiracy and wire fraud charges in July. The facility's leader, Aimee Bock, was convicted and sentenced to nearly 42 years in prison in May for fraud and conspiracy charges. She has appealed her conviction. Nearly 80 people have been charged and dozens have been convicted since federal authorities announced their first indictments related to the fraud happening at Feeding Our Future in 2022.</p><p>The Internal Revenue Service’s Criminal Investigations Division had been investigating these childcare facilities going back to at least February. While the IRS is mostly known for the enforcement of tax law, the investigations division is one of the arms of the federal government that often focuses on white-collar crimes.</p><p>The Trump administration has put a heavy emphasis on investigating and charging alleged fraud and abuse of government benefit programs. Vice President JD Vance chairs the administration’s task force on the effort. McDonald said the public should expect more investigations and indictments in the coming months.</p><p>But some of their efforts have faced criticism and legal challenges. In December, Vance amplified a YouTube video of a popular right-wing influencer accusing childcare providers of running scams. State authorities visited the centers and found nearly all of them operating normally. Nonetheless, the administration used the specter of fraud to launch an unprecedented immigration crackdown in Minnesota. Officials later attempted to freeze federal funds for childcare in five Democratic-led states, but were halted by a lawsuit.</p><p>____</p><p>Associated Press writer Moriah Balingit contributed to this report from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CXRGQA4BXRW4WEEA33GLUTWSZU.jpg?auth=b4aaaa4e50066e7dca2ffd3a233af93a02f1e0aedbe7f998810d9d8a5204e8a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney Adam Gordon announces charges against a dozen individuals for fraudulently collecting childcare payments during a press event, Tuesday, Sept. 15, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Mistrial declared in New Hampshire youth detention center sex abuse case]]></title><link>https://www.local10.com/news/national/2026/09/15/mistrial-declared-in-new-hampshire-youth-detention-center-sex-abuse-case/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/15/mistrial-declared-in-new-hampshire-youth-detention-center-sex-abuse-case/</guid><dc:creator><![CDATA[By HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, N.H. (AP) — A New Hampshire judge declared a mistrial Tuesday in the case of a former youth detention center worker charged with repeatedly raping a teenage boy after his accuser briefly testified about allegations involving other staff.]]></description><pubDate>Tue, 15 Sep 2026 17:11:10 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, N.H. (AP) — A New Hampshire judge declared a mistrial Tuesday in the case of a former youth detention center worker charged with repeatedly raping a teenage boy after his accuser briefly testified about allegations involving other staff.</p><p>Jeffrey Buskey, 60, of Litchfield, is charged with 21 counts of aggravated felonious sexual assault against David Meehan, who was 14 when he arrived at the Youth Development Center in Manchester in 1995.</p><p>Testifying for a second day Tuesday, Meehan said Buskey wasn’t the only staffer who sexually assaulted him. That prompted Buskey’s defense to ask for a mistrial, which Judge Will Delker denied. He instead instructed jurors to disregard that testimony, but when it happened again a few minutes later, Delker said he had no choice but to declare a mistrial.</p><p>“Jury trials are very particular in regards to the type of evidence that is admissible. In this instance, the judge found that some of the evidence that came in should not be heard by the jury,” said the prosecutor, Associate Attorney General Thomas Velardi. “When the judge believes such evidence does come in, and there is not an adequate way to instruct the jury to disregard it, the judge believes he must declare a mistrial.”</p><p>Velardi said the state will consider its options, including retrying the case. Meehan, Buskey and the defense attorneys left the court without comment. A phone message was left for the attorneys.</p><p>In addition to the allegations involving Meehan, Buskey also faces separate charges involving three other former residents of the state-run facility now known as the Sununu Youth Services Center. His arrest along with another former staffer in 2019 thrust one of the nation’s largest youth detention scandals into public view.</p><p>Since then, the state has conducted an unprecedented criminal investigation and made nine additional arrests. It also established a settlement fund to compensate victims and began defending itself against more than 1,100 lawsuits alleging physical, sexual or emotional abuse spanning six decades.</p><p>Meehan’s suit was the first to be filed and the only one to go to trial so far. A jury awarded him $38 million in May 2024, though that verdict remains in dispute as the state seeks to reduce the amount to $475,000. The Associated Press generally does not identify those who say they were victims of sexual assault unless they have come forward publicly, as Meehan has done.</p><p>As testimony got underway Monday, prosecutor Audriana Mekula asked Meehan, “What is YDC to you?”</p><p>“Hell,” he answered.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2XA46LTK3AKAXGMWLFXNEIZI3I.jpg?auth=10578b12adf4e88aa84eee2cc5de513da099571d792f539ad8a92e31384b41c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone shows defense attorney Delia McCarthy, left, and Jeffrey Buskey, center, charged with multiple counts of aggravated felonious sexual assault, leaving a courtroom during a break in Buskey's trial in Manchester, N.H., Monday, Sept. 14, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JOFSBZXVSOZVQ7CR7C66FKQCYE.jpg?auth=e27cba0689d449ce3927c58682254593d57a9d324c39783b4fa643fbf44de171&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone shows David Meehan testifying during Jeffrey Buskey's trial in Manchester, N.H., Monday, Sept. 14, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content></item><item><title><![CDATA[Federal corruption trial opens for DC Council member Trayon White]]></title><link>https://www.local10.com/news/politics/2026/09/15/federal-corruption-trial-opens-for-dc-council-member-trayon-white/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/federal-corruption-trial-opens-for-dc-council-member-trayon-white/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A bribery trial starts this week for a Washington, D.C., Council member accused of accepting cash from an associate in exchange for using his elected position to help extend city contracts for the associate's businesses.]]></description><pubDate>Tue, 15 Sep 2026 17:02:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A bribery trial starts this week for a Washington, D.C., Council member accused of accepting cash from an associate in exchange for using his elected position to help extend city contracts for the associate's businesses.</p><p>A federal jury in the nation's capital was scheduled to hear attorneys' opening statements on Tuesday for Trayon White's trial on one count of bribery. White has pleaded not guilty to the charge and denies breaking the law.</p><p>White was arrested in 2024 on a charge that he accepted over $150,000 in bribes in exchange for pressuring D.C. employees to extend city contracts for violence intervention services. Authorities say they secretly recorded conversations between White and an FBI informant who gave White $35,000 in cash on four occasions.</p><p>Other D.C. Council members voted unanimously to oust White from the council after his arrest. But he won a special election last year to retake the Ward 8 council seat vacated by his expulsion.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TR76LPVGFOI6U73IUG7XGN4WFE.jpg?auth=917c20a99862c94e902c8516e628c4402f82d77f33f5800f305313b66bb98ac2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This courtroom sketch depicts Trayon White, Sr., second from right, with defense attorneys Bruce Serby, right, and Warren Kohlman, third from right, before U.S. District Judge Rudolph Contrera, Friday, Sept. 11, 2026, at Federal Court in Washington. (Dana Verkouteren via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content></item><item><title><![CDATA[$1.1 billion from Nike co-founder will build Oregon’s first women’s hospital]]></title><link>https://www.local10.com/business/2026/09/15/11-billion-from-nike-co-founder-will-build-oregons-first-womens-hospital/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/11-billion-from-nike-co-founder-will-build-oregons-first-womens-hospital/</guid><dc:creator><![CDATA[By MARIA DI MENTO of The Chronicle of Philanthropy, Associated Press]]></dc:creator><description><![CDATA[Oregon billionaires Phil and Penny Knight committed $1.1 billion to the Providence St. Vincent Medical Center and the Providence Heart Institute to build Oregon’s first hospital dedicated to women’s health, the medical center announced Tuesday.]]></description><pubDate>Tue, 15 Sep 2026 16:57:20 +0000</pubDate><content:encoded><![CDATA[<p>Oregon billionaires Phil and Penny Knight committed $1.1 billion to the Providence St. Vincent Medical Center and the Providence Heart Institute to build Oregon’s first hospital dedicated to women’s health, the medical center announced Tuesday.</p><p>Phil Knight, co-founder of Nike, and his wife, have supported the institute for more than a decade, previously giving it more than $200 million, including a $75 million gift earlier this year. Along with creating the new women’s hospital, their new donation will help the medical center expand cardiovascular care and clinical research and training programs for the heart institute’s medical personnel. It will also make it easier to integrate patient care across the medical center.</p><p>“Women’s health needs change throughout life, and too often patients are asked to navigate multiple specialties and care settings on their own,” Ray Moreno, the medical center’s CEO, said in a statement. “The Knights’ gift is an opportunity to bring these resources together, expanding access for women across Oregon and creating a strong foundation to bridge care gaps in women’s health.”</p><p>Philanthropy to fill the gaps</p><p>The donation is particularly significant because it comes at a moment when U.S. hospitals are seeing far more pregnant patients who are also managing chronic health conditions like diabetes, hypertension, addiction, and behavioral and mental health issues. It also lands at the same time healthcare organizations are struggling with the impact of government funding cuts.</p><p>“Resources are scarce, and healthcare is increasingly looking to philanthropy to fill in the gaps,” Dan Oseran, the heart institute’s executive medical director, told the Chronicle. “A gift like this reduces that friction a little bit and provides the ability to do things we wouldn’t otherwise be able to do.”</p><p>Medicine and medical research have been among the top causes capable of attracting mega-philanthropy ever since the birth of modern philanthropy in the late 19th century, said Benjamin Soskis, a historian whose work focuses on philanthropy and the nonprofit sector.</p><p>“They are some of the few institutions that can reliably absorb big-dollar donations,” Soskis said. “At a moment when there is more and more talk about the wealthy warehousing fortunes, the Knights have updated a standby of the traditional philanthropic playbook to provide a model of getting a lot of money out the door now.”</p><p>Billions in giving based on relationships</p><p>Counting pledges and direct gifts, the Knights’ latest commitment pushes their total charitable giving to more than $9 billion over the past two decades, with about $2.5 billion of that going to their family foundation and donor-advised funds. They have appeared on the Chronicle’s annual Philanthropy 50 list of the biggest donors 12 times since 2006.</p><p>The Knights’ charitable giving is often the result of long-term relationships they have built with nonprofit leaders they have come to trust over time.</p><p>“These are very personal decisions based on their trust and belief in the institutions and the people that they work with,” said Oseran of Providence Heart Institute. “Each step along the way, when you can point to those achievements and successes, it engenders greater confidence that they have in your being good stewards of their philanthropy. That’s the dynamic of how we got to this ($1.1 billion) gift.”</p><p>The couple, whose net worth stands at about $25 billion, according to Forbes, have given huge sums to a range of Oregon nonprofits. They have given more than $2.7 billion to Oregon Health & Science University over the years, including a $2 billion donation for its Knight Cancer Institute last year. They launched the institute with a $100 million gift in 2008.</p><p>They have donated more than $2 billion to the University of Oregon, Phil Knight’s alma mater, to support scientific and related programs, including $500 million in 2016 to launch the Phil and Penny Knight Campus for Accelerating Scientific Impact. They gave another $500 million in 2021 to expand research programs, build new facilities, and support students and faculty at the Knight Campus.</p><p>The couple also gave $400 million in 2023 to the 1803 Fund, a Portland, Oregon, nonprofit, for its Rebuild Albina project, an effort to revive the economic and cultural prosperity of a once-thriving Black neighborhood that fell into neglect in the 1970s.</p><p>The Knights have given at least $580 million to Stanford University, where Phil Knight earned an MBA. That includes $400 million in 2016 to establish Knight-Hennessy Scholars, a graduate program, and $105 million to Stanford’s business school to create the Knight Management Center. They also gave Stanford $75 million in 2022 to launch the Phil and Penny Knight Initiative for Brain Resilience, an effort to learn what causes cognitive decline and diseases such as Alzheimer’s and Parkinson’s and how to delay and treat degenerative brain conditions.</p><p>Educating donors can lead to surprising support</p><p>The Knights have also supported college athletics, environmental programs, and sports and recreation activities for youth, among other causes.</p><p>Gifts like the Knights’ latest one prove that spending time with donors and educating them about an organization’s work is extremely important and can lead to surprising windfalls, said Erin Hall, a development consultant and former nonprofit CEO.</p><p>“I don’t think we can ever do enough of that because that is how donors find out everything about your organization and that is how donors feel good about where their investment is going,” Hall said. “What a great way to leave a legacy and to be able to watch your investment come to life. That’s a pretty cool thing for a donor, and that’s going to also keep the donor engaged for the next need that that organization has.”</p><p>_____</p><p>Maria Di Mento is a senior editor at the Chronicle of Philanthropy, where you can read the full article. This article was provided to The Associated Press by the Chronicle of Philanthropy as part of a partnership to cover philanthropy and nonprofits supported by the Lilly Endowment. The Chronicle is solely responsible for the content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DDKMT5WZPJGDITR7CZ7FEM3BZU.jpg?auth=aaba9fe8fb4794f0784a9247b78e6ea48bbff8990e34209120614995a2a88ec3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phil Knight, right, and Penny Knight, watch the first half of an NCAA college basketball game in the Phil Knight Invitational tournament in Portland, Ore., on Nov. 26, 2017. (AP Photo/Craig Mitchelldyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Craig Mitchelldyer</media:credit></media:content></item><item><title><![CDATA[New video shows dramatic rescue after pilot landed small plane in Boca Raton ocean]]></title><link>https://www.local10.com/news/local/2026/09/15/new-video-shows-dramatic-rescue-after-pilot-landed-small-plane-in-boca-raton-ocean/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/new-video-shows-dramatic-rescue-after-pilot-landed-small-plane-in-boca-raton-ocean/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[New video obtained by Local 10 News on Tuesday shows the Boca Raton police and rescue response after a pilot made an emergency landing in the ocean off Boca Raton last month. ]]></description><pubDate>Tue, 15 Sep 2026 16:51:47 +0000</pubDate><content:encoded><![CDATA[<p>New video obtained by Local 10 News on Tuesday shows Boca Raton police and fire rescue crews responding after they said a pilot made an <a href="https://www.local10.com/news/local/2026/08/22/brfr-no-injuries-reported-after-pilot-crashes-small-plane-offshore-in-boca-raton/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/22/brfr-no-injuries-reported-after-pilot-crashes-small-plane-offshore-in-boca-raton/">emergency landing in the ocean off Boca Raton last month</a>.</p><p>Authorities said the 23-year-old pilot, Faith Tenkley, was the only person aboard the Piper PA-30 series twin-engine propeller plane when she landed on Aug. 22. </p><p>They said despite the dramatic landing, Tenkley escaped with only minor scratches and was no other injuries were reported. </p><p>Video shows a Boca Raton police officer helping Tenkley onto a stretcher and into an EMS vehicle.</p><p>“You are the only one on the plane, right?” the officer asks.</p><p>Additional video also captures the moments after the emergency landing, as the plane floats in the shallow water just offshore.</p><p>Responding officers quickly moved beachgoers away from the area because of concerns about fuel leaking from the aircraft.</p><p>“There’s going to be jet fuel leaking into the water,” an officer can be heard telling people on the beach.</p><p>Earlier cellphone video from the crash shows the small plane descending into the ocean near South Beach Park as stunned beachgoers watch.</p><p>Authorities initially feared the incident could have ended much worse. But the pilot survived, and no one on the beach was injured.</p><p>Tenkley later told <a href="https://www.local10.com/news/local/2026/08/23/crews-remove-plane-wreckage-after-pilot-crashes-in-ocean-off-boca-raton-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/crews-remove-plane-wreckage-after-pilot-crashes-in-ocean-off-boca-raton-beach/">Gulf Coast News</a> that she was flying from Page Field in Fort Myers to South Bimini Airport in the Bahamas when she began experiencing mechanical problems about 15 miles west of Boca Raton.</p><p>Tenkley said the plane’s right engine failed and the landing gear broke. She had been cleared to land at Boca Raton Airport but was concerned that attempting a hard landing with a significant amount of fuel still aboard could cause a fire.</p><p>Instead, she chose to land in the water.</p><p>Tenkley said she maneuvered around buildings and paddleboarders along the coast before finding an open area where she could make what she hoped would be a smooth landing.</p><p>The decision ultimately kept the crash from injuring anyone else.</p><p>The Boca Raton Ocean Rescue, Boca Raton Police Department and Boca Raton Fire Rescue responded to the scene. The aircraft was <a href="https://www.local10.com/news/local/2026/08/23/crews-remove-plane-wreckage-after-pilot-crashes-in-ocean-off-boca-raton-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/crews-remove-plane-wreckage-after-pilot-crashes-in-ocean-off-boca-raton-beach/">removed from the water the following morning</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Judge blocks Kennedy Center board from putting Trump's name on the building or grounds in any way]]></title><link>https://www.local10.com/news/politics/2026/09/15/judge-blocks-kennedy-center-board-from-putting-trumps-name-on-the-building-or-grounds-in-any-way/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/judge-blocks-kennedy-center-board-from-putting-trumps-name-on-the-building-or-grounds-in-any-way/</guid><dc:creator><![CDATA[By ASHRAF KHALIL and STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge blocked the Kennedy Center on Tuesday from returning President Donald Trump ’s name to the iconic performing arts venue in a move meant to recognize his renovation efforts, saying it would violate an earlier ruling that his name was illegally added to the building.]]></description><pubDate>Tue, 15 Sep 2026 17:38:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge blocked the Kennedy Center on Tuesday from returning President Donald Trump ’s name to the iconic performing arts venue in a move meant to recognize his renovation efforts, saying it would violate an earlier ruling that his name was illegally added to the building.</p><p>Judge Christopher Cooper ruled that, “Simply put, Defendants cannot install memorials for President Trump or anyone or anything else at the Kennedy Center without Congress’s blessing.”</p><p>The Trump-aligned board at the Kennedy Center voted in August to inscribe the president’s name on the venue’s facade so it would read “The John F. Kennedy Center for the Performing Arts Restored and Renovated By President Donald J. Trump.”</p><p>If the Trump Kennedy Center Fund reached $100 million, another inscription would be added reading: “Endowed by the Trump Kennedy Center Fund.”</p><p>The plaza in front of the Kennedy Center would have also been renamed in Trump’s honor, as part of the board’s vote.</p><p>Cooper ruled in May that only Congress can approve changes to the Kennedy Center’s name. In an emergency hearing on the matter in August, the administration argued it was no longer attempting to rename the building and that the vote was simply a recognition of Trump’s effort to secure money for much needed renovations.</p><p>Commerce Secretary Howard Lutnick, whose wife sits on the Kennedy Center board, compared the move to the way hospitals and colleges recognize high dollar donors.</p><p>But a lawyer for U.S. Rep. Joyce Beatty, an Ohio Democrat and ex officio member of the Kennedy Center board, argued the changes amounted to “deja vu” and violated Cooper’s earlier ruling.</p><p>“The law is extremely clear: The John F. Kennedy Center is named for President Kennedy — and no one else," Beatty said in a statement Tuesday. "But President Trump is holding the Kennedy Center hostage unless he can put his name on this sacred memorial. The Court just rejected this proposal for the second time. This unlawfulness is as breathtaking as it is wrong, and it needs to stop.”</p><p>Tuesday's ruling is the latest twist in a months-old naming saga that first saw the board installing Trump's name above Kennedy's. After Cooper shot down that move, an elevated tarp was erected which obscures Trump's name and most of Kennedy's.</p><p>A more recent board proposal floated multiple options for getting Trump's name on the grounds, including inscriptions like “Renovation and endowment overseen by President Donald J. Trump and the Trump Kennedy Center Fund.” Another option: “With Gratitude for Support from President Donald J. Trump and the Trump Kennedy Center Fund.”</p><p>The proposed board resolution was submitted to the court by Beatty as part of her effort to prevent the board from proceeding with the planned closure. It flatly states that “without such appropriate recognition” it's unlikely that Trump will financially support what the board says are desperately needed renovations.</p><p>Cooper, in his Tuesday ruling, tartly notes “the government plays word games.”</p><p>In a scheduling hearing Tuesday morning, prior to the release of his ruling, Cooper appealed to lawyers for both sides to find a mediated solution to the fate of the performing arts center. The center's board has claimed the building is in desperate physical shape and the institution is desperately close to insolvency.</p><p>“Is it possible to turn down the temperature a little bit?" Cooper asked. “I'm not ordering you to do it, but there is a larger public interest here.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A6XN6JTF57DSG6AD4IYL5NLS4Y.jpg?auth=28b0f95660d47437faab2042b864abab568ea3c3ee62e9f2b55856cb8e40a279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The exterior of the Kennedy Center is seen, Thursday, Aug. 27, 2026 in Washington. (Photo/Pablo Martinez Monsivais)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PU2HLRFN2LGTSBEKUTXKEOQLDA.jpg?auth=2b445bf7ba7e1cb8b60d520fbe44cbf3af00abe73416062ff0021dcf8bdd4611&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An sculpture of President John F. Kennedy is seen at The John F. Kennedy Center for the Performing Arts, Sunday, Sept. 6, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G5622DHFKQTVQZUJAJBTUDYPC4.jpg?auth=73b29338b14c2d857d54d2b418748db1823011ebca7f0dfb931c57738e71a898&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors walk at The John F. Kennedy Center for the Performing Arts, Sunday, Sept. 6, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[US military says it destroyed 2 small Iranian boats trying to steal a sea drone]]></title><link>https://www.local10.com/news/politics/2026/09/15/us-military-says-it-destroyed-2-small-iranian-boats-trying-to-steal-a-drone/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/us-military-says-it-destroyed-2-small-iranian-boats-trying-to-steal-a-drone/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military said Tuesday that it opened fire and destroyed two small Iranian boats this week that were trying to steal a drone ship in the waters off Iran, the latest back-and-forth fire in the stalemated war.]]></description><pubDate>Tue, 15 Sep 2026 19:33:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military said Tuesday that it opened fire and destroyed two small Iranian boats this week that were trying to steal a drone ship in the waters off Iran, the latest back-and-forth fire in the stalemated war.</p><p>Capt. Tim Hawkins, U.S. Central Command spokesman, said the Iranian boats “recently attempted to take possession of a U.S. unmanned surface vessel" but failed after the military "forcefully responded."</p><p>Iranian state media reported Monday that a pair of fishing boats came under attack in Hormozgan province on Iran’s southern coast and that several fishermen were reported missing, citing a provincial official.</p><p>It is the latest volley of fire in the more than 6-month-old war as both sides seek control over the Strait of Hormuz, where the U.S. has succeeded in recent weeks in loosening Iran’s grip over the critical energy shipping corridor. But the impact of the unpopular conflict has driven up the cost of oil and gasoline prices, posing political problems for President Donald Trump and his Republican Party ahead of November's congressional midterm elections.</p><p>“Oil will drop like a rock as soon as the Military Conflict with Iran is over, and that will not be long,” Trump asserted in a social media post Monday.</p><p>Secretary of State Marco Rubio on Tuesday called the foreign minister of Oman to discuss the Gulf Arab country’s efforts to deescalate tensions and reopen the Strait of Hormuz, the State Department said.</p><p>Escalating Houthi-Saudi conflict puts more pressure on oil prices</p><p>Global oil markets have been further roiled by increased attacks from Iranian-backed Houthi rebels in Yemen against Saudi Arabia's shipping and infrastructure.</p><p>The new front in the Middle East conflict has cut off or hindered alternate routes for Saudi Arabia to get its oil to the world, including an attack days ago that damaged its biggest pipeline and advances that strengthened the Houthis' ability to choke off Saudi oil exports out of the Red Sea.</p><p>Besides the hit to the global economy, new reports out of Washington have detailed the U.S. costs for the war against Iran, the reduction to stockpiles of advanced missile interceptors, and the damage that has been inflicted on American aircraft, bases and diplomatic outposts.</p><p>The nonpartisan Congressional Budget Office said Tuesday that the war has cost the Pentagon more than $38 billion through Aug. 1 and will cost up to $3 billion a month or more depending on the intensity of the conflict. That figure largely aligns with what Defense Secretary Pete Hegseth has told Congress that the fighting has cost so far.</p><p>The CBO said the war is expected to contribute to inflation into the first quarter of next year.</p><p>Iranian strikes also have damaged and destroyed hundreds of buildings and other structures at U.S. bases in the Middle East as well as dozens of American aircraft and drones, according to a report from the Pentagon inspector general released Monday.</p><p>Iran and the US have clashed over sea drones</p><p>Hawkins said Tuesday the sea drone involved in the latest clash is a “Saildrone” — a small, roughly 25-foot (8-meter) craft — which can operate by itself. U.S. Central Command has been using them in the region for several years to surveil maritime traffic.</p><p>Hawkins said all of the command’s surface drones “remain fully accounted for.” The military has long asserted that the technology on the Saildrones is commercially available and not sensitive in nature.</p><p>Ahmad Nafisi, Hormozgan’s deputy governor, told the Islamic Republic News Agency that the two boats came under attack Monday evening from what he described as an “enemy drone” in the Persian Gulf. The IRNA report did not mention an attempt by Iranian forces to seize a U.S. drone.</p><p>The latest incident, which was reported earlier by Axios, comes a week after Iranian state television reported that the country's navy captured one of the U.S. military’s underwater drones at the entrance to the Strait of Hormuz.</p><p>Hawkins said then that an Anduril Dive-LD drone had malfunctioned while it was surveying the waters in the region and the U.S. military no longer had possession of it. He stressed that the drone was defective and noted that it was also an “older model that neither collected sensitive data nor carried any classified sonar or radar equipment.”</p><p>___</p><p>Associated Press writers Sally Abou AlJoud in Beirut and Lisa Mascaro and Matthew Lee in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BHFS2KMHMGI4KMDRI4VJV4LESE.jpg?auth=d425ffe2752f74ca9f9c22acb66d2775f7a241c054d3b571a2b51aee2fb96d20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is seen from the air, Tuesday, Sept. 8, 2026, in Washington (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Miami Lakes bank teller accused of stealing customers’ money orders, $18K cash]]></title><link>https://www.local10.com/news/local/2026/09/15/miami-lakes-bank-teller-accused-of-stealing-customers-money-orders-18k-cash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/miami-lakes-bank-teller-accused-of-stealing-customers-money-orders-18k-cash/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 36-year-old man from Miami-Dade County is accused of stealing thousands of dollars through altered money orders and taking cash from a local bank where he works as a teller, according to arrest reports obtained by Local 10 News on Tuesday. ]]></description><pubDate>Tue, 15 Sep 2026 16:00:17 +0000</pubDate><content:encoded><![CDATA[<p>A 36-year-old man stole thousands of dollars through altered money orders and taking cash from a Miami Lakes bank where he worked as a teller, according to arrest reports obtained by Local 10 News on Tuesday. </p><p><a href="https://www.local10.com/espanol/2026/09/15/arrestan-a-cajero-bancario-por-robar-18000-en-miami-lakes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/arrestan-a-cajero-bancario-por-robar-18000-en-miami-lakes/"><b>Leer en español</b></a></p><p>Miami-Dade Sheriff’s Office deputies said Jonathan Escobar was arrested Monday in connection with two cases stemming from reported thefts at the First Horizon bank branch at 5901 Miami Lakes Drive.</p><p>In the first case, deputies said Escobar, who resides in the county’s unincorporated West Little River area, stole four Amscot money orders totaling $4,000 from a victim’s account on Sept. 8. They said he later cashed the money orders and kept the proceeds.</p><p>Deputies said the entire transaction was captured on surveillance video. </p><p>A second arrest report states that Escobar, who had worked as a teller since June 22, took more than $18,000 through a series of transactions.</p><p>Bank personnel conducted an audit of Escobar’s cash drawer on Friday and found a shortage of $7,657.80, according to the report.</p><p>Investigators said another audit found that Escobar cashed 11 Western Union money orders for $1,000 each against an account holder’s account, despite the orders having a face value of $10 each. </p><p>They said the transactions resulted in an additional $11,000 loss, bringing the bank’s reported total loss to $18,657.80.</p><p>On Monday, Escobar returned to the bank with a folder and was asked to meet with human resources and a bank investigator, according to the report.</p><p>Before the interview, investigators discovered six additional money orders with a face value of $10 each, the report states. </p><p>During the interview with bank representatives, Escobar admitted to “cashing the altered money orders against unsuspecting victim accounts and removing money from his cash drawer for personal gain,” according to the report. Investigators said he later reported his drawer as balanced so the theft would not be detected.</p><p>Jail records show Escobar is facing one count each of third-degree grand theft and organized fraud of $20,000 or less in each case.</p><p>As of Tuesday morning, he was being held in a $10,000 bond at the 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><media:content url="https://www.local10.com/resizer/v2/OR3SJST3RVC4ZEWYNM25GROJZY.jpg?auth=7c46468308657b561f4b3c3243183db621077fd339c07acc398a7dc79bac56f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a cajero bancario por robar $18,000 en Miami Lakes]]></title><link>https://www.local10.com/espanol/2026/09/15/arrestan-a-cajero-bancario-por-robar-18000-en-miami-lakes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/arrestan-a-cajero-bancario-por-robar-18000-en-miami-lakes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Jonathan Escobar, de 36 años, llevaba menos de tres meses trabajando en la sucursal. Una auditoría detectó faltantes en su caja y, durante una entrevista con el banco, admitió los hechos, según el informe de arresto.]]></description><pubDate>Tue, 15 Sep 2026 16:31:33 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 36 años robó miles de dólares con giros (money orders) alterados y sacando efectivo del banco de Miami Lakes donde trabajaba como cajero, según informes de arresto obtenidos el martes por Local 10 News.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade informaron que Jonathan Escobar fue arrestado el lunes en relación con dos casos. Ambos surgieron a raíz de robos denunciados en la sucursal de First Horizon ubicada en el 5901 de Miami Lakes Drive.</p><p>En el primer caso, Escobar, residente de la zona no incorporada de West Little River, robó el 8 de septiembre cuatro giros de Amscot por un total de $4,000 de la cuenta de una víctima, según los agentes. Luego cobró los giros y se quedó con el dinero.</p><p>Los agentes indicaron que toda la transacción quedó grabada por las cámaras de seguridad.</p><p>Un segundo informe de arresto indica que Escobar, quien trabajaba como cajero desde el 22 de junio, se apropió de más de $18,000 mediante una serie de transacciones.</p><p>De acuerdo con el informe, el personal del banco hizo una auditoría de la caja de Escobar el viernes y encontró un faltante de $7,657.80.</p><p>Según los investigadores, otra auditoría reveló que Escobar cobró 11 giros de Western Union por $1,000 cada uno contra la cuenta de un cliente, aunque el valor real de cada giro era de $10.</p><p>Esas transacciones causaron una pérdida adicional de $11,000, lo que elevó el total reportado por el banco a $18,657.80.</p><p>El lunes, Escobar regresó al banco con una carpeta y le pidieron reunirse con recursos humanos y con un investigador del banco, según el informe.</p><p>Antes de la entrevista, los investigadores encontraron otros seis giros con un valor real de $10 cada uno.</p><p>Durante la reunión con representantes del banco, Escobar admitió que había cobrado “los giros alterados contra cuentas de víctimas desprevenidas y sacado dinero de su caja para beneficio propio”, según el informe. Los investigadores señalaron que, después, reportaba su caja como cuadrada para que no se descubriera el robo.</p><p>Según los registros de la cárcel, Escobar enfrenta en cada caso un cargo de hurto mayor en tercer grado y uno de fraude organizado por $20,000 o menos.</p><p>Hasta la mañana del martes, permanecía en el Turner Guilford Knight Correctional Center con una fianza de $10,000.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OR3SJST3RVC4ZEWYNM25GROJZY.jpg?auth=7c46468308657b561f4b3c3243183db621077fd339c07acc398a7dc79bac56f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Investigan posible incendio provocado en casa de Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/09/15/investigan-posible-incendio-provocado-en-casa-de-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/investigan-posible-incendio-provocado-en-casa-de-fort-lauderdale/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[
Los bomberos acudieron después de que un vecino viera las llamas en Lauderdale Manors. Durante la emergencia, uno de los rescatistas también resultó con quemaduras leves.]]></description><pubDate>Tue, 15 Sep 2026 16:29:11 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre seguía hospitalizado el martes mientras detectives investigan si el incendio que lo dejó atrapado en su casa de Fort Lauderdale fue provocado, informó la policía.</p><p>Personal de Fort Lauderdale Fire Rescue acudió a la vivienda de una sola planta poco después de las 12:30 p.m. del lunes, luego de que un vecino viera las llamas en el vecindario Lauderdale Manors.</p><p>Los bomberos encontraron al hombre atrapado en el baño de la casa, de cinco habitaciones y construida en 1958, cerca de Northwest 18th Avenue y 16th Court.</p><p>El hombre fue trasladado al Broward Health Medical Center con heridas que ponen en riesgo su vida. Un bombero sufrió quemaduras leves mientras trabajaba en la vivienda.</p><p>Los detectives pidieron a cualquier persona con información sobre este u otros casos llamar a Broward County Crime Stoppers al 954-493-8477. Quienes llamen pueden permanecer en el anonimato.</p><p>Nota relacionada: <a href="https://www.local10.com/news/local/2026/09/14/man-rescued-from-fort-lauderdale-house-fire-rushed-to-hospital-with-life-threatening-injuries/" rel="">Rescatan a hombre de incendio en una casa de Fort Lauderdale y lo trasladan de urgencia al hospital en estado grave</a></p>]]></content:encoded></item><item><title><![CDATA[NHL teams rush to sign players to eight-year contracts before the new CBA deadline]]></title><link>https://www.local10.com/sports/2026/09/15/nhl-teams-rush-to-sign-players-to-eight-year-contracts-before-the-new-cba-deadline/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/nhl-teams-rush-to-sign-players-to-eight-year-contracts-before-the-new-cba-deadline/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[The clock is ticking toward an unusual deadline in the NHL, and teams with players relevant to it are rushing to beat the final horn.]]></description><pubDate>Tue, 15 Sep 2026 16:27:12 +0000</pubDate><content:encoded><![CDATA[<p>The clock is ticking toward an unusual deadline in the NHL, and teams with players relevant to it are rushing to beat the final horn.</p><p>The new collective bargaining agreement goes into effect at midnight, at which time a seven-year contract will be the longest a player can re-sign with his own team — and six years in free agency. The final eight-year deals are getting done Tuesday.</p><p>Ryan Leonard will tie Alex Tuch as the Capitals' highest-paid player</p><p>Washington locked up Ryan Leonard for $84 million starting with the 2027-28 season. Making an average of $10.5 million a year through 2035, he will match new Capitals teammate Alex Tuch, who also got eight years in a sign-and-trade with Buffalo, for the highest-paid player on the team when Leonard's new deal kicks in.</p><p>“Ryan is a young and talented player who is still years away from entering his prime, and we believe he has tremendous potential to continue growing into an important player for our organization," general manager Chris Patrick said in announcing Leonard's contract. "While reaching his full potential will take time, we have been impressed with his work ethic and the way he continues to develop his game. We are confident in Ryan’s ability to continue improving as a hockey player, and we believe this agreement provides him with the opportunity to grow and develop within our organization, while giving us the ability to keep a talented young player in our lineup for years to come.”</p><p>Leonard, a 21-year-old winger, is going into just his second full NHL season after breaking in during the spring of 2025. This contract cements his place as part of the Capitals' young, post-Alex Ovechkin core, which is expected to also include brothers Ilya and Aliaksei Protas.</p><p>Drake Batherson signs the richest deal in Senators history</p><p>Ottawa signed Drake Batherson for $86 million, which is the most lucrative contract in Senators history. The previous record was Tim Stützle's eight-year, $66.8 million extension from September 2022.</p><p>Batherson will count $10.75 million against the salary cap starting in 2027, surpassing Stützle’s $8.35 million. He'll be 29 at that point.</p><p>“He was drafted and developed by our organization and has shown a commitment to wanting to be in Ottawa long term,” GM Steve Staios said of Batherson. "We view him as a key part of our core group.”</p><p>Batherson has set career highs in scoring each of the past seven seasons, topping out at 71 last year. He is just the second player in league history to do that seven times in a row, joining Vic Stasiuk from 1953-54 to '59-60 with Detroit.</p><p>Even with the cap going up, players want long-term security</p><p>Since the NHL and the NHL Players' Association came to an agreement on this CBA in late June 2025, 33 players have signed an eight-year contract. Twelve of those have come in the past three months, including Colorado's Cale Makar setting the record for the most money at $163.2 million.</p><p>After being flat or nearly flat coming out of the pandemic, the salary cap is the middle of a series of record increases, now that revenues have caught up and are skyrocketing. The cap went from $95.5 million last season to $104 million this season and will be $113.5 million in 2027-28, when most of these new contracts will go into effect.</p><p>Philadelphia signing Anaheim’s Leo Carlsson to an offer sheet in July that made him the highest-paid player in the sport at $18 million a year — which the Ducks matched to keep him — led to a spike in salaries this summer.</p><p>Vegas center Jack Eichel, who is now making $13.5 million on his long-term contract signed last October, said agent Pat Brisson told him about what was coming and they had talks with NHLPA executive director Marty Walsh and others at the union and decided to go the full eight years anyway.</p><p>“It’s an incredible deal for me and my family, and we’re super grateful for the organization and the city believing in us,” Eichel said last week. “There’s no signer's remorse. Yeah, I'm a happy guy.”</p><p>Eichel led the Golden Knights to the Stanley Cup in 2023. He and fellow standouts such as Makar, Minnesota's Kirill Kaprizov, and Florida teammates Sam Bennett and Aaron Ekblad are proven commodities.</p><p>Many of the young players getting eight-year deals this offseason are team gambles of varying degrees.</p><p>As recently as Monday, Buffalo signed 22-year-old center Noah Ostlund for $52.8 million, banking on his potential. Ostlund has played in just 71 games in the league thus far.</p><p>Pittsburgh signed Ville Koivunen for $32 million over eight years in August. He has 14 points in 42 career games.</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DVP5IIZEZCM6MG2NY4QKWPR3RI.jpg?auth=adb1bf7c025636cf01c756c223896538a3fb9d30d3d7f96576130e355d4068ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Capitals right wing Ryan Leonard (9) in action during the third period of an NHL hockey game against the Utah Mammoth, March 3, 2026, in Washington. (AP Photo/Nick Wass, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[A Paris court awards Kim Kardashian 1 euro after her 2016 robbery]]></title><link>https://www.local10.com/entertainment/2026/09/15/a-paris-court-awards-kim-kardashian-1-euro-after-her-2016-robbery/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/15/a-paris-court-awards-kim-kardashian-1-euro-after-her-2016-robbery/</guid><dc:creator><![CDATA[By NICOLAS VAUX-MONTAGNY, Associated Press]]></dc:creator><description><![CDATA[SAINT-ETIENNE, France (AP) — A Paris court on Tuesday awarded 1 euro ($1.15) to Kim Kardashian for having been the victim of an armed robbery in the French capital in 2016, the amount of compensation she had asked for, according to a lawyer involved in the case.]]></description><pubDate>Tue, 15 Sep 2026 19:31:35 +0000</pubDate><content:encoded><![CDATA[<p>SAINT-ETIENNE, France (AP) — A Paris court on Tuesday awarded 1 euro ($1.15) to Kim Kardashian for having been the victim of an armed robbery in the French capital in 2016, the amount of compensation she had asked for, according to a lawyer involved in the case.</p><p>Kardashian has sought to move on since the court last year found eight people guilty for their roles in what the celebrity described as “the most terrifying experience of my life.” In Tuesday's joint statement with stylist Simone Harouche, Kardashian expressed gratitude to the French justice system.</p><p>“The experience was deeply traumatic, and its impact has stayed with us. Today’s decision is not about the compensation, but about accountability and recognition,” the statement to The Associated Press from the two Americans read. “We are thankful to the Court and everyone who supported us throughout this process, and we hope to now move forward and continue to heal.”</p><p>The court awarded a former receptionist at the Hôtel de Pourtalès 109,516 euros ($126,472), according to his lawyer. Kardashian had been staying at the hotel when the robbery gang targeted her.</p><p>The receptionist said he had been traumatized by the Oct. 2, 2016, jewel heist during Fashion Week. He had sought 550,000 euros ($634,868) in damages and interest. His lawyer, Mohand Ouidja, welcomed the decision as a victory.</p><p>The lawyer read the court’s written decisions pertaining to Kardashian and the others aloud to the AP.</p><p>The court awarded the hotel 50,000 euros ($57,741). It awarded 1 euro — the amount she had requested — to Harouche, Kardashian’s stylist who was present during the robbery.</p><p>French lawyers who acted for Kardashian during the trial didn't respond to text messages and phone calls this week from the AP.</p><p>Two of the robbers, dressed as police, forced their way into her suite, bound Kardashian with zip ties and tape and made off with more than $6 million in jewelry, including a diamond ring she’d worn that night to a Givenchy show.</p><p>Because of their ages, the robbers became known in France as “les papys braqueurs,” or the grandpa robbers. Six of them were in their 60s and 70s when they were tried for armed robbery, kidnapping, gang association and other charges.</p><p>With time already served in pretrial detention, none of those found guilty went back to prison. None of them appealed the verdict.</p><p>Kardashian said in a statement issued after their conviction that she was “deeply grateful to the French authorities for pursuing justice in this case.”</p><p>“The crime was the most terrifying experience of my life, leaving a lasting impact on me and my family,” the celebrity said. “While I’ll never forget what happened, I believe in the power of growth and accountability and pray for healing for all. I remain committed to advocating for justice and promoting a fair legal system.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T2TB4OGBIEF4ZQLIO5YZZJCRIU.jpg?auth=2cb42d008302bb5c54b1d72f66a7ca6469768ecb4661926454efeea2d9ac17f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kim Kardashian, center, arrives to testify regarding a robbery of millions of dollars in jewels from her Paris hotel room in 2016, in Paris on May 13, 2025. (AP Photo/Aurelien Morissard, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[American incomes finally top pre-pandemic levels, fighting against inflation all the way]]></title><link>https://www.local10.com/business/2026/09/15/american-incomes-finally-top-pre-pandemic-levels-fighting-against-inflation-all-the-way/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/american-incomes-finally-top-pre-pandemic-levels-fighting-against-inflation-all-the-way/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. household income finally topped pre- pandemic levels last year, a stark sign of how the past five years of rising prices have limited Americans’ earnings and purchasing power.]]></description><pubDate>Tue, 15 Sep 2026 16:52:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. household income finally topped pre- pandemic levels last year, a stark sign of how the past five years of rising prices have limited Americans’ earnings and purchasing power.</p><p>Median U.S. household income rose a healthy 2.6% in 2025 from the previous year, after adjusting for inflation, to $87,460, the Census Bureau said Tuesday. That is a record high, topping 2019 household income of $85,320. The median is the level at which half of households had higher earnings and half had less.</p><p>The figures show that even after taking into account higher prices, the typical household now earns more than it did before the pandemic. But it's a small gain over a six-year period, which helps explain the generally sour mood Americans have had about the economy since COVID-19 struck in early 2020. Concerns about affordability have taken a leading role in the fast-approaching midterm elections.</p><p>Household income has risen 2.5% since 2019, according to Census data. Yet over the previous six-year period, from 2013 to 2019, a period of very low inflation and declining unemployment, it jumped 19%.</p><p>The Census report also showed that women's paychecks rose 3.2% last year, while men's declined slightly. The solid gain for women narrowed the gender wage gap, though it remains large, with women earning nearly 84 cents for every dollar earned by men, up from less than 81 cents in 2024.</p><p>The Census report also showed that income inequality in the U.S. remained high last year, even as Americans at most levels saw their inflation-adjusted incomes grow.</p><p>Americans at the top 10% of incomes reported growth of 1.7% last year to $261,300, the report said, while the poorest one-tenth reported a slight decline to just over $20,000. As a result, the top one-tenth earn a bit more than 13 times the poorest households, up from 12.7 times in 2024. The record was 13.5 in 2021.</p><p>A household is defined by Census as a family unit or an individual living alone or living with people who aren’t relatives.</p><p>The agency includes all sources of cash income, including wages, investment income, and payments from government programs such as Social Security and unemployment insurance. It doesn’t include non-cash benefits, such as food aid — formerly known as food stamps — or Medicaid.</p><p>By demographic group, Asians reported the highest median incomes, at $126,300, a 1.6% increase from 2024. White households saw their incomes rise 2.9% to $96,710 while Hispanic households reported a 1.1% rise to $73,260. Black households saw the biggest increase, of 4.8%, to $59,980.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEM457HMV46BOW5EHX4MZBNRII.jpg?auth=ddaff2cc635bf3d9df486796834e98a144afb9f8609445e4bfb28af68fab2dfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People stand in Times Square in New York, Friday, Aug. 9, 2024. (AP Photo/Pamela Smith, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description></description><pubDate>Tue, 01 Sep 2026 21:36:54 +0000</pubDate><content:encoded><![CDATA[<p><b>Sept. 15: Cuba becomes a betting market for U.S. prediction markets </b></p><p>Cuba has become a betting market in the USA.</p><p>The betting site Polymarket shows how people in the U.S. are betting on everything from the removal of Cuba’s President Miguel Díaz-Canel from power to when and if the U.S. will invade Cuba or make an economic agreement with Cuba.</p><p>The last prediction is whether the U.S. will go and get indicted Cuban leader Raúl Castro.</p><p><b>Sept. 10: Russia denies Cuba full membership in BRICS</b></p><p>BRICS is an organization of 11 emerging economies around the world. The organization works to influence their global importance and reshape economic governance.</p><p><a href="https://www.local10.com/espanol/2026/09/10/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/10/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>The membership includes Brazil, China, Egypt, Ethiopia, India, Indonesia, Iran, Russia, Saudi Arabia, South Africa and the United Arab Emirates.</p><p>Partner nations include Belarus, Cuba, Nigeria and Thailand.</p><p>The Russians turned down Cuba for full membership into the organization because of Cuba’s poor economic conditions and poor predictions by economists moving forward.</p><p><b>Sept. 9: Cuba and the U.S. stuck in diplomatic rhetoric</b></p><p>Cuba’s Brigadier General Emir Mesa Corona, who is in charge of personal security at the Ministry of Interior, sent a strong message to the U.S. not to even think of trying to kidnap Raul Castro or anyone in Cuba’s government or they will face serious consequences.</p><p>At the same time, Cuba’s Foreign Minister Bruno Rodriguez Parilla admitted that backroom negotiations with the U.S. continue but the U.S. will not soften their positions. Cuba wants the economic embargo lifted while the U.S. wants regime change.</p><p><b>Sept. 8:</b> <b>Blind passion for Cuban politics leads to a political circus between Miami, Havana and DC </b></p><p>As a little boy growing up in Miami, I remember when every presidential candidate from both political parties would come to campaign in Miami and promised that if elected, they would work to see a “Free Cuba.” They would end their speeches with “Viva Cuba Libre.” Local politicians representing different municipalities in Miami-Dade would talk about U.S. foreign policy towards Cuba like they controlled it, and yet, they had nothing to do with it within their scope of responsibilities. But it got them the votes they needed to be elected and remain in power, while political leaders in Cuba continued to blame everything wrong on the island on the U.S. economic embargo, or as they call it, “the blockade.”</p><p>On Jan. 3, the U.S. military captured Nicolas Maduro in Venezuela with the assistance of their current Interim President Delcy Rodriguez and brought him to the U.S. to face justice. Shortly thereafter, President Donald Trump announced that Cuba would be next.</p><p>The Trump administration began to sanction Cuban organizations and individuals of the government in an attempt to squeeze them out of power. So far, they are still in power. The Cuban government began to prepare for a U.S. invasion. To this date, it has not happened and probably never will.</p><p>On May 20, the U.S. Justice Department indicted Raul Castro for the downing of the Brothers to the Rescue planes in 1996 in a theater-like political rally at the Freedom Tower in downtown Miami. So far nothing has happened and nothing is going to happen. There is no Delcy Rodriguez in Cuba. A week ago, many media outlets across Miami reported, based on sources from inside the island, that Raul Castro was gravely ill. This past weekend, Raul reappeared surrounded by Cuba’s military elite.</p><p>Trump, Secretary of State Marco Rubio and the three Cuban-American members of Congress from South Florida had announced that by the end of 2026, Cuba would fall. Now it has been pushed back to 2029. Furthermore, Rubio recently said that the problem in dealing with Cuba is the Helms-Burton Law (Senator Jesse Helms and Richard Burton, both Republicans) that was enacted by Congress in 1996, also with the hard work of the late Congressman Lincoln Diaz-Balart and signed into law by Democratic President Bill Clinton.</p><p>The three Cuban-American members of Congress made it clear that the goal was to return Cuba to democracy. What democracy? Cuba did not have a democratic government before Fidel Castro took power. How much do they really know about Cuban history? Or is it just a play on words and empty promises?</p><p>So as time passes each day, the Cuban-American community is beginning to ask itself, what is really going on in D.C.? </p><p>It would not surprise me that in the near future the Trump organizations would negotiate to buy the empty Melia Hotels in Cuba and put the Trump name on them. After all, we now own a big chunk of Venezuelan oil and there was no regime change as promised.</p><p>Will we ever learn? How much longer are we going to be blind by our passion?</p><p><b>Sept 6: Raul Castro makes public appearance</b></p><p>After much speculation about Cuba’s Raul Castro being close to death, the Cuban leader showed up at a military event yesterday accompanied by his grandson, Raulito, and Cuba’s President Miguel Diaz-Canel.</p><p><b>Sept 3: Raul Castro stable, according to sources </b></p><p>Sources in Cuba say Raul Castro, 95, is stable despite reports about his declining health. According to sources, retired General Abelardo Colome Ibarra, known as “ El Fury,” is currently in worse condition. Colome Ibarra was head of the Ministry of the Interior and highly respected by the Castro brothers and the Cuban military.</p><p><b>Sept 3: President Trump’s hands are tied with regard to Cuba, Rubio says </b></p><p>After months of saying Cuba would be next, Secretary of State Marco Rubio said today that the president’s hands are tied because of the Helms Burton Law which requires no normalization between the U.S. and Cuba unless there is regime change and a move towards a democratic government.</p><p>Even if Raul Castro was to die in the near future, I do not expect regime change.</p><p>Only the U.S. can change the Helms-Burton Law and I don’t expect that to happen anytime in the near future or after the mid-term elections.</p><p><b>Sept. 2: Children in Cuba start new school year amid more challenges than any other year before </b></p><p>Children in Cuba started the new school year Tuesday facing a lack of supplies, books, uniforms and teachers, and buildings that are falling apart, along with a lack of food to feed the children.</p><p>According to the Cuban minister of education, this will be a very challenging year unlike any others.</p><p>Cuban education was once one of the big accomplishments of the revolution. However, it was also used to indoctrinate the students in an ideology that no one on the island nation believes anymore.</p><p><b>Sept. 1: Raul Castro hospitalized, sources say</b></p><p>Reliable sources inside Cuba have informed me this afternoon that Raul Castro has been hospitalized. We need to be careful and not to over speculate what might happen until further notice.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/67TXBZHAVABL5DNKD6SYWKWCBM.jpg?auth=fb71dee93d84c30850e22c3a808d247db26def95d6f148dc77859418b13febce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man sleeps in the doorway of his home while others pass the time trying to cool off in the street in Havana, Cuba, Tuesday, Aug. 4, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[US strips millions in military aid from Europe and Mideast to back Trump-aligned nations in Americas]]></title><link>https://www.local10.com/news/world/2026/09/15/us-strips-millions-in-military-aid-from-europe-and-mideast-to-back-trump-aligned-nations-in-americas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/15/us-strips-millions-in-military-aid-from-europe-and-mideast-to-back-trump-aligned-nations-in-americas/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is stripping tens of millions of dollars in U.S. military assistance from countries in Europe and the Middle East to support conservative-leaning governments in Central and South America.]]></description><pubDate>Tue, 15 Sep 2026 16:56:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is stripping tens of millions of dollars in U.S. military assistance from countries in Europe and the Middle East to support conservative-leaning governments in Central and South America.</p><p>The State Department on Tuesday notified Congress that it will reprogram $52 million in foreign military financing from Slovakia, North Macedonia, Tunisia and Iraq to Panama, Peru, Ecuador and Colombia.</p><p>Secretary of State Marco Rubio visited Colombia, Ecuador and Peru last week and pledged to them additional support as the Trump administration has prioritized the Western Hemisphere in its foreign policy with an emphasis on combating drug trafficking and illegal immigration.</p><p>It is just the latest in a series of moves that have reduced either money or troop deployments to Europe in response to President Donald Trump's complaints about NATO allies not spending enough on their defense budgets and other matters. Both North Macedonia and Slovakia are NATO members.</p><p>But it also comes as the administration has put particular attention on the Western Hemisphere, aligning deeply with right-wing governments as Trump celebrates a renewal of the 19th century Monroe Doctrine establishing Washington's dominance in the Americas.</p><p>Foreign military financing provides recipient countries with U.S. taxpayer dollars to allow them to purchase military equipment from American defense contractors.</p><p>The State Department said the funds would be used to “combat narcoterrorism in our backyard and help continue to secure the Panama Canal,” adding that the Western Hemisphere has been historically neglected in U.S. military assistance.</p><p>“These funds will prevent adversaries from establishing strategic footholds in our hemisphere,” the department said in a veiled jab at China, which has increasingly sought to boost its presence in Latin America.</p><p>The shift of money does not eliminate foreign military financing for Tunisia, Iraq, North Macedonia or Slovakia, although the exact amount remaining for those countries was not immediately clear.</p><p>The State Department said, though, that the current distribution of financing does “not align with the administration’s prioritization of” the Western Hemisphere.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BWWHAXC4LQYCFEIG6I4NWUJZJU.jpg?auth=2b21d384e450af5dd50d537ac7fb8df133dd67c08c587aa4385f0f945c0e5c79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio gives a joint news conference with Peruvian President Keiko Fujimori at the presidential palace in Lima, Peru, Thursday, Sept. 10, 2026. (AP Photo/Martin Mejia, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Nick Reiner avoids death penalty over his parents' killings but still faces life in prison]]></title><link>https://www.local10.com/news/2026/09/15/nick-reiner-avoids-death-penalty-over-his-parents-killings-but-still-faces-life-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/15/nick-reiner-avoids-death-penalty-over-his-parents-killings-but-still-faces-life-in-prison/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Hollywood filmmaker Rob Reiner 's son will not face the death penalty on charges he fatally stabbed his parents after lying in wait at their home in Los Angeles late last year, prosecutors said Tuesday.]]></description><pubDate>Tue, 15 Sep 2026 19:03:26 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Hollywood filmmaker Rob Reiner 's son will not face the death penalty on charges he fatally stabbed his parents after lying in wait at their home in Los Angeles late last year, prosecutors said Tuesday.</p><p>If convicted, the maximum sentence 33-year-old Nick Reiner could get is life without the possibility of parole, Los Angeles County District Attorney Nathan Hochman said at a news conference. Before reaching its decision, Hochman said his office did a thorough review, including speaking to Rob and Michele Singer Reiner’s families and evaluating mitigating factors in Nick Reiner’s favor.</p><p>Nick Reiner, who briefly appeared at a court hearing Tuesday morning, has twice pleaded not guilty. The death penalty had been on the table because of the lying-in-wait allegation, the fact that multiple people were killed, and the use of a knife, which is considered a dangerous weapon. However, it's been two decades since California's last execution, and Democratic Gov. Gavin Newsom declared a moratorium on the practice in 2019.</p><p>Nick Reiner's public defender highlights his mental illness</p><p>Reiner's attorney, Deputy Public Defender Kimberly Greene, said prosecutors made the right decision.</p><p>“Nick has a serious mental illness and a long history of struggling with self-medication. His circumstances are a tragic example of how difficult it can be for people experiencing significant mental health challenges to access and navigate the treatment and support they need,” Greene said in a statement. “Nothing can undo the profound loss experienced by the Reiner family and those who loved them. Our hearts remain with the family.”</p><p>Nick Reiner was charged with first-degree murder on Dec. 16, two days after the stunning killings. Reiner’s former defense attorney, Alan Jackson, adamantly insisted that “pursuant to the laws of California, Nick Reiner is not guilty of murder.”</p><p>Jackson had to withdraw for undisclosed reasons that he said were beyond his and the client’s control, and a public defender took over for him.</p><p>A grand jury indicted Reiner in July. The judge in the case was deciding whether to make public the transcripts of those secret grand jury proceedings, a move that would likely reveal many key details about the killings.</p><p>Hochman said his office will not oppose the transcripts' release, but Nick Reiner's siblings Jake and Romi Reiner were adamantly opposed, saying it would add to their trauma and harm.</p><p>At Tuesday's hearing, Judge Sam Ohta said he will hear arguments on the issue next month.</p><p>Nick Reiner wants access to his trust fund</p><p>Reiner has asked a different judge to force the release of money from a trust his parents set up for him when he was a child, so that he can rehire Jackson, a high-profile defense attorney whose clients have included Kevin Spacey and Karen Read.</p><p>The trustees overseeing the funds argue Reiner shouldn't get them, but his lawyers argue that he is still innocent under the law and that the money would legally be his regardless of his parents' deaths. Reiner is awaiting a ruling on the money. Jackson has said he wants to return to the case.</p><p>Hochman said he does not expect a trial until next year.</p><p>Hours earlier, Rob Reiner was honored at the Emmys</p><p>Rob Reiner received an emotional tribute at the Emmy Awards on Monday night. He won a posthumous Emmy for best guest actor in a comedy series for his role on “The Bear,” and was honored by his friend and “Bear” co-star Jamie Lee Curtis.</p><p>“He was generous, kind and funny as hell, and a friend to all,” Curtis said. “And we all miss Rob and Michele and all those we lost this year.”</p><p>Nick Reiner was the second of Rob and Michele Reiner's three children. He and his father co-wrote the script for the 2015 film “Being Charlie,” which was partly based on the son’s teenage struggles with addiction and homelessness.</p><p>Rob Reiner began as an actor, starring in the TV sitcom “All in the Family” as Michael “Meathead” Stivic, the liberal son-in-law to a much more conservative and bigoted Archie Bunker, played by Carroll O’Connor. Reiner won two Emmy Awards for the role.</p><p>He became a prolific director whose work included some of the most memorable and endlessly watchable movies of the 1980s and ’90s. His credits included “This is Spinal Tap,” “Stand By Me,” “A Few Good Men,” and “When Harry Met Sally…” during the production of which he met photographer Michele Singer. They wed soon after and were married for 36 years.</p><p>__</p><p>This story has been updated to correct that Nick Reiner has twice pleaded not guilty in the case, rather than not entering a plea, and that he is 33 years old, not 32.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDUGEQKMOVH43QHBNAY4ZC7EIE.jpg?auth=4853a982590c455fdf6b009bf16ea023f613ae0fdc99fae5bc7ea3690d809a6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamie Lee Curtis pays tribute to Rob Reiner during the 78th Emmy Awards on Monday, Sept. 14, 2026, at the Peacock Theater in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SIMJZPKLN5YELSVVBDLGUAJZ4.jpg?auth=db89c41a6f42ab16f3f81576faf87db490ecda5d02deebe2acc8e286635e0655&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nick Reiner appears during his arraignment on murder charges for the deaths of his parents, Feb. 23, 2026, in Los Angeles. (Chris Torres/Pool Photo via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Torres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P63T4BSM35RVH4MLO57SNN3H24.jpg?auth=5f9652cc35db0d31d696f8ee2f994dc025784b79b9b14931e53074ace7924985&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nick Reiner appears at the premiere of "Spinal Tap II: The End Continues" in Los Angeles on Sept. 9, 2025. (Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[Sophie Cunningham expresses thoughts on next WNBA commissioner, has discussed them with Adam Silver]]></title><link>https://www.local10.com/sports/2026/09/15/sophie-cunningham-expresses-thoughts-on-next-wnba-commissioner-has-discussed-them-with-adam-silver/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/sophie-cunningham-expresses-thoughts-on-next-wnba-commissioner-has-discussed-them-with-adam-silver/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Indiana Fever guard Sophie Cunningham has discussed the soon-to-be vacant WNBA commissioner's job with Adam Silver after the NBA commissioner reached out to her.]]></description><pubDate>Tue, 15 Sep 2026 15:35:43 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Indiana Fever guard Sophie Cunningham has discussed the soon-to-be vacant WNBA commissioner's job with Adam Silver after the NBA commissioner reached out to her.</p><p>“I have talked to Adam Silver a couple times, and I think he’s a great guy,” Cunningham said Monday after a Fever practice during the women’s FIBA World Cup break. “He was very knowledgeable and full of wisdom and so getting to talk to him and hear his perspective of how he approaches the NBA is huge, who he’s kind of looking for. I think if you want to know the real answers, you go to him.</p><p>“But I think he’s going to put someone in place who really wants to take our league to another level than it’s already at,” Cunningham added. “Our league is booming, so why would we not (want) someone who’s going to make it even more booming?”</p><p>Current commissioner Cathy Engelbert recently announced she would retire at the end of the year. Silver has a long history of speaking with players about various topics in the NBA or the WNBA, though the NBA declined to specifically address what Silver and Cunningham discussed.</p><p>Cunningham, however, was more outspoken about the traits and characteristics she wants to see in the WNBA's next leader, though she didn't share names of any possible candidates she might have in mind.</p><p>Cunningham has emerged as a polarizing player this season because of her position on transgender athletes competing in women's and girls sports. She has not backed down from her opinion despite a backlash that has included fans of Cunningham and her stance being confronted at games.</p><p>Yet Cunningham believes the league needs a unifier.</p><p>“I think the WNBA has always been a place for people to feel safe and comfortable. I think there's all types of walks in this organization, or in this league, which I think is absolutely awesome,” Cunningham said. “But I do think with that you need someone who's going to unite everybody because it can be so different. But that doesn't mean it's a bad thing. I think it makes it a lot of fun.”</p><p>She also wants someone committed to helping the league continue to grow.</p><p>The WNBA has seen ticket and merchandising sales, television ratings and interest in the league soar since the Fever drafted Caitlin Clark with the No. 1 selection in 2024 even amid the many controversies about everything from whether the hard fouls that Clark has taken this season are too hard to questions about Englebert's leadership.</p><p>Engelbert's accomplishments include signing a new, richer television contract, a new collective bargaining agreement and added charter flights for teams.</p><p>Cunningham said it may be time for the league to discuss if playing games on back-to-back nights creates a better product on the court or if they could be eliminated with shorter in-season breaks — though she noted that's part of the reason for higher salaries.</p><p>But the biggest thing Cunningham is looking for is someone who values the players.</p><p>“I really do think that you need a commissioner who is players’ first, who wants a relationship with their players," Cunningham said. "I think that’s so important. That doesn’t mean we’re always going to get along, and we’re always going to agree. Like they have a job, they work for the owners, and so they’re going to have to make hard decisions. But if you have that open line of communication and that respect level, I think that it just feels different. I think that is a very important piece for our new commissioner.”</p><p>And regardless of the fans or the critics, Cunningham insists she wants the WNBA to continue its overall mission.</p><p>“You continue to have a growth mindset and see other people's walks of life and really get to know why they are the way they are, and I think that's truly fun," she said. "Like you are playing the best basketball, you're in the best league in the entire world and you're getting to learn so much about who you are as a human, how other people are as a human. But with all that, with all the diversity you do need someone who's going to unite our league and have a common goal and get us all on the same page. I think that's super important.”</p><p>Indiana is waiting for All-Stars Clark and Aliyah Boston and coach Stephanie White to rejoin the team. The trio was part of the United States’ gold-medal winning team in Berlin. The Fever resume play on Friday at Toronto.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3QL5QLVOAONRVMMATK2PMKZRSU.jpg?auth=a856a023ecc9383b31b36fbb2f32d4a48b0f85a961d016af4d0cd138695c7d93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Sophie Cunningham smiles while warming up before a WNBA basketball game against the Connecticut Sun, Friday, Aug. 28, 2026, in Indianapolis. (AP Photo/Marc Lebryk)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Lebryk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RVDQTYFUQYANM6ESWKLPIWZAHQ.jpg?auth=2fb93b82b31a7e204401075f0cc89e7d1c19d08135e80f4f97c32a634e79d59a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Sophie Cunningham and Connecticut Sun forward Nell Angloma (33) go after a loose ball during the second half of a WNBA basketball game, Friday, Aug. 28, 2026, in Indianapolis. (AP Photo/Marc Lebryk)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Lebryk</media:credit></media:content><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[PGA Tour not contemplating path back for LIV players similar to Brooks Koepka]]></title><link>https://www.local10.com/sports/2026/09/15/pga-tour-not-contemplating-path-back-for-liv-players-similar-to-brooks-koepka/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/pga-tour-not-contemplating-path-back-for-liv-players-similar-to-brooks-koepka/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CEO Brian Rolapp said Tuesday the PGA Tour is not considering a path back for LIV Golf players like the program it offered Brooks Koepka and three other top players at the start of the year.]]></description><pubDate>Tue, 15 Sep 2026 15:30:52 +0000</pubDate><content:encoded><![CDATA[<p>CEO Brian Rolapp said Tuesday the PGA Tour is not considering a path back for LIV Golf players like the program it offered Brooks Koepka and three other top players at the start of the year.</p><p>LIV's future has never been more murky after the rival circuit filed for Chapter 11 bankruptcy last week as it plots a new model no longer bankrolled by the Saudi Arabia sovereign wealth fund. Still to be determined is how many players stick around for the less lucrative “LIV 2.0.”</p><p>The other part of the equation is where else they would go.</p><p>Koepka got out of the last year of his LIV contract and was offered a path back to the PGA Tour through the “returning member program.” Rolapp then offered that to Jon Rahm, Bryson DeChambeau and Cameron Smith — all major champions since 2022 when LIV launched — and gave them a three-week deadline to accept with no guarantee it would be offered again.</p><p>“In terms of where we are today, we are not currently contemplating a returning member program like the one you saw in January,” Rolapp said on a conference call to discuss the eligibility for the new competition model on the PGA Tour that starts in 2028.</p><p>“Everyone at the PGA Tour, myself included, has been focused on what is best for the organization.”</p><p>Rolapp has leaned into meritocracy in the new model, making players earn their place. Koepka, along with the other players offered a return, had five-year exemptions from winning majors.</p><p>Koepka was required to pay $5 million to charity, and he had no access to player equity grants for five years. He also was not eligible for any of the $20 million signature events unless he qualified for them through his play. Koepka failed to get into any of those tournaments, and he did not qualify for the PGA Tour's postseason.</p><p>Rahm has been elusive when it comes to his plans. He has one year left on the contract he signed ahead of the 2024 LIV season and now that contract is in doubt because of the Chapter 11 filing.</p><p>“There's a long legal process they have to go through before a lot of things fall into place,” Rahm said Tuesday at the BMW PGA Championship on the European tour. “I really can't give you an answer right now. ... Until this current season is done, I really won't be able to give you an answer.”</p><p>Rolapp has been guided by making the PGA Tour the ultimate destination in golf, and the two-tier system that includes a Championship Series with stronger fields and higher purses makes it the most attractive place to be.</p><p>The likes of Rahm and DeChambeau are two of the biggest pieces missing if golf wants to patch itself together after such a disruptive time brought on by LIV. Rolapp also has to respect his players who watched their peers chase Saudi riches that caused the disruption.</p><p>Rolapp said in June when he revealed the bones of the new model, "We do have to account for whatever lingering discipline is left, or rules that have been broken. There’s scar tissue, and that has to be accounted for. That’s not to say we’re going to be punitive, it’s just that we’re a membership organization of rules.”</p><p>At least two players who were with LIV are in position to return by earning 10 tour cards available through the European tour — Patrick Reed, who leads the Race to Dubai, and Eugenio Chacarra, who is No. 3 on the list. Both have been out of LIV for more than a year, so the tour's one-year ban has expired. Bernd Wiesberger of Austria also is in position to get a card.</p><p>The PGA Tour has not said how many cards it would offer the European tour going forward. They are still negotiating an alliance that provided those cards, and that could be a path back for European tour members like Rahm and Tyrrell Hatton.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/44KJ2ZJZCLILYHCL4PYZU3DO3U.jpg?auth=c416dc21db6ecdd945b47a8d13ff233cce09cc661ed675ad71d379abc84a4eb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - PGA Tour CEO Brian Rolapp speaks before a practice round of the Tour Championship golf tournament, Wednesday, Aug. 20, 2025, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ICAIKUQGQHXKOL2ZKX5XYQ2FME.jpg?auth=5303eaf794523332d1162c2a40d63456741ae19c0e400cbabb1ddafb9b4f0646&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jon Rahm of Spain tees off the 2nd on day two of the Irish Open at Trump International Golf Links in Doonbeg, Ireland, Friday Sept. 11, 2026. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUGEAQHK46OHXADNZCTZ4BJKNE.jpg?auth=58dd0d6fa02effe2fc4c4b41fe5dfc4f7f868b5b8d89f6e55e065bf14b9bb570&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golfers, from left, Shane Lowry, of Ireland, Brooks Koepka, of the United States, and Rory McIlroy of Northern Ireland, laugh during the first round of the Irish Open golf tournament, Thursday, Sept. 10, 2026, in Doonbeg, Ireland. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content></item><item><title><![CDATA[Pompano Beach dog trainer witnesses how woman kept dog safe during crash  ]]></title><link>https://www.local10.com/pets/2026/09/14/pompano-beach-dog-trainer-witnesses-how-woman-kept-dog-safe-during-crash/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/09/14/pompano-beach-dog-trainer-witnesses-how-woman-kept-dog-safe-during-crash/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Liam Robertson is among the dog trainers who know first-hand the importance of using seatbelts to protect pets in the car. ]]></description><pubDate>Mon, 14 Sep 2026 20:59:18 +0000</pubDate><content:encoded><![CDATA[<p>Liam Robertson is among the dog trainers who know first-hand the importance of using seatbelts to protect pets in the car. </p><p>Robertson, of Dogi-Fi Dog Trainer in Pompano Beach, witnessed a crash while traveling southbound on Interstate 95. </p><p>“The car spun out and just crashed right into the wall,” Robertson said. “From there, I immediately pulled my truck over, and I jumped over the wall in the Express Lane.”</p><p>The woman who was driving was injured, but a seatbelt kept her 120-pound Alaskan Malamute safe. </p><p>“The whole car was smashed in, the windshield cracked,” Robertson said. “Like everything, all the airbags deployed. To see this dog come out of the car completely untouched is really unbelievable.”</p><p>Without the seatbelt, Robertson said it was likely the dog would have flown straight through the windshield. He recommends buying a piece of equipment that costs less than $10 and clips to a harness that goes into the car’s buckle. </p><p>“It’s super durable and it also has this bungee cord, kind of like a shock absorber,” Robertson said. </p><p>He also recommends a crash-tested crate with doors on both sides, so that emergency crews can reach it. </p>]]></content:encoded></item><item><title><![CDATA[Popular buffet with rodent and roach issues! Midtown restaurant and lounge still has rodent issues ]]></title><link>https://www.local10.com/food/dirty-dining/2026/09/15/popular-buffet-with-rodent-and-roach-issues-midtown-restaurant-and-lounge-still-has-rodent-issues/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/09/15/popular-buffet-with-rodent-and-roach-issues-midtown-restaurant-and-lounge-still-has-rodent-issues/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[This week, three more kitchens were closed after inspectors recently found a host of problems. ]]></description><pubDate>Tue, 15 Sep 2026 14:20:54 +0000</pubDate><content:encoded><![CDATA[<p>This week, three more kitchens were closed after inspectors recently found a host of problems. </p><p><a href="https://www.local10.com/espanol/2026/09/15/cierran-tres-cocinas-en-miami-dade-incluido-un-golden-corral/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/cierran-tres-cocinas-en-miami-dade-incluido-un-golden-corral/"><b>Leer en español</b></a></p><p>Victory restaurant and lounge in Miami’s Midtown area was ordered shut for the second time with inspectors finding a dead rodent and dozens of rodent droppings. </p><p>A well-known name, Golden Corral in Hialeah, was also closed after inspectors found live and dead roaches, rodent droppings and food being held at unsafe temperatures. </p><p>And for the first time on dirty dining, a rehabilitation facility, Club Fellowship in South Miami-Dade was ordered shut after inspectors found rodent droppings, dozens of live roaches and other violations. </p><p>All three will be allowed to reopen following a re-inspection that finds the problems have been corrected and the kitchens meet state standards.</p><p>Below is a list of the specific violations. </p><p><b>**VICTORY RESTAURANT &amp; LOUNGE</b></p><p><b>MIDTOWN MIAMI</b></p><p><b>3252 NE 1ST AVE</b></p><p><b>MIAMI</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 9/14</b></p><p><b>17 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 7/7 (RODENT ISSUE)</b></p><p>“Dead rodent present. Observed a dead rodent at second floor storage next to freezer upstairs.”</p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 25+ droppings at second floor storage near stairs. Observed approximately 10+ droppings at second floor by AC unit pipes. Next to freezer upstairs storage. Repeat Violation.”</p><p>“Dead roaches on premises. Observed one dead roach at storage by stairs.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed can opener soiled at prep table.’</p><p>“Floor soiled/has accumulation of debris. Observed floor under counter soiled by bar area hookah.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed reach in cooler across cook line soiled.”</p><p>“Carbon dioxide/helium tanks not adequately secured. Observed second floor storage by alcohol storage. Repeat Violation.”</p><p>“Employee beverage container on a food preparation table or over/next to clean equipment/utensils. Observed employee drink container stored by dishwasher.”</p><p>“Employee with no hair restraint while engaging in food preparation.”</p><p>“Equipment in poor repair. Observed reach in cooler gaskets torn at drawers by cook line.”</p><p>“Floor area(s) covered with standing water. Observed standing water at floor by bar area. Repeat Violation.”</p><p>“Straws provided for customer self-service not individually wrapped or in an approved dispenser. Observed straws provided for customer self-service not individually wrapped at bar area. Employee stored properly. Repeat Violation.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken container stored over raw lamb container at walk in cooler.”</p><p>“Handwash sink used for purposes other than handwashing. Observed hand sink at hookah bar area used as a dump sink. Repeat Violation.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p>“No measuring device available for measuring utensil surface temperature when using hot water as sanitizer in a dish machine.”</p><p>“Ready-to-eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. Observed cooked white rice stored inside walk in cooler not dated.”</p><p><b>**CLUB FELLOWSHIP</b></p><p><b>(REHABITITATION CENTER)</b></p><p><b>9827 EAST HIBISCUS STREET</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 9/14</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed more than 30 rodent droppings on the floor of the kitchen area, close to the reach in cooler by the kitchen entrance.”</p><p>“Roach activity present as evidenced by live roaches found. Observed approximately 18 live roaches crawling on the kitchen floor under the rubber matt. Observed another 6 live roaches crawling on the floor of the kitchen by the oven.”</p><p>“Dead roaches on premises. Observed 6 dead roaches on the floor of the kitchen area.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed can opener soiled.”</p><p>“Employee wearing jewelry other than a plain ring on their hands/arms while preparing food. Observed employee wearing a watch while engaged in food preparation.”</p><p>“No handwashing sign provided at a hand sink used by food employees. Observed at the kitchen area.”</p><p>“Water draining onto floor surface. Observed the water of the dishwasher machine dumped onto the floor of the kitchen area due to improper sewage disposal.”</p><p>“Non-pitting surface rust on food-contact equipment. Observed a rust shelf by the 3 compartment sink.”</p><p><b>**GOLDEN CORRAL</b></p><p><b>1734 WEST 49TH ST.</b></p><p><b>HIALEAH</b></p><p><b>ORDERED SHUT 9/14</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 6 rodent droppings under hot holding units at buffet.”</p><p>““Roach activity present as evidenced by live roaches found. Observed 2 live roach crawling on hot food dispenser at buffet line. Also observed 2 live roaches crawling under rack by dishwashing area. Observed 2 live roaches at kitchen/preparation area.”</p><p>“Dead roaches on premises. Observed 1 dead roach on dishwasher drain board. Observed 1 dead roach on floor at meat room. Observed approximately 3 dead roaches under equipment at kitchen/ preparation area.</p><p>“Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. Observed approximately 10 dead roaches on device inside hot holding unit at buffet line. Observed approximately 8 dead roaches on device on cold holding unit at buffet line.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed soiled with food debris and grease waffles maker at buffet line.”</p><p>“Accumulation of debris on exterior of ware washing machine.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed soiled with food debris gasket on unit at pizza assembly. Observed soiled with food debris and grease cans rack at kitchen area.”</p><p>“Reach-in cooler interior/shelves have accumulation of soil residues. Observed soiled with food debris shelves at walk in cooler.”</p><p>“Dented/rusted cans present. See stop sale. Observed 2 rusted tomatillo sauce cans and five dented and rusted creamy mushroom sauce cans on rack at kitchen area, operator discarded during inspection.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed hush puppies mix (58F - Cold Holding) in reach in cooler across fryer, as per operator less than 1 hour due preparation, operator moved to walk in cooler for rapid cooling. Also observed Buffet line: potato salad(46F - Cold Holding); chicken salad (45F - Cold Holding); coleslaw (45F - Cold Holding); cut melon (46F - Cold Holding) as per opera less than 2 hours, operator moved to walk in cooler and add ice for rapid cooling.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed baked potatoes (128F - Hot Holding) on standing unit at kitchen area, as per operator less than 1 hour, operator proceed to reheated.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NSZHSXCICFDCZCBIPMHUNGVF7M.jpg?auth=6f0d871b8bcd86347f98acd6e3ec7644aa72a04e5738a4323b35026b4068bc3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cierran tres cocinas en Miami-Dade, incluido un Golden Corral]]></title><link>https://www.local10.com/espanol/2026/09/15/cierran-tres-cocinas-en-miami-dade-incluido-un-golden-corral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/cierran-tres-cocinas-en-miami-dade-incluido-un-golden-corral/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Por primera vez aparece en Dirty Dining un centro de rehabilitación: Club Fellowship, en el sur de Miami-Dade, donde los inspectores contaron decenas de cucarachas vivas en la cocina.]]></description><pubDate>Tue, 15 Sep 2026 15:21:24 +0000</pubDate><content:encoded><![CDATA[<p>Por primera vez aparece en Dirty Dining un centro de rehabilitación: Club Fellowship, en el sur de Miami-Dade, donde los inspectores contaron decenas de cucarachas vivas en la cocina.</p><p>Esta semana cerraron otras tres cocinas después de que los inspectores encontraran múltiples problemas.</p><p>Victory Restaurant &amp; Lounge, en la zona de Midtown en Miami, recibió orden de cierre por segunda vez. Los inspectores hallaron un roedor muerto y decenas de excrementos de roedor.</p><p>También cerró el Golden Corral de Hialeah, un nombre muy conocido, donde se encontraron cucarachas vivas y muertas, excrementos de roedor y alimentos guardados a temperaturas inseguras.</p><p>Además, por primera vez en Dirty Dining, un centro de rehabilitación, Club Fellowship, en el sur de Miami-Dade, recibió orden de cierre. Allí los inspectores encontraron excrementos de roedor, decenas de cucarachas vivas y otras infracciones.</p><p>Los tres podrán reabrir cuando una nueva inspección confirme que corrigieron los problemas y que sus cocinas cumplen con las normas estatales.</p><p>A continuación, un resumen de cada caso:</p><p><!-- Dirty Dining: fichas de cierres (bloque autocontenido) -->
<div class="dd26-box" role="complementary" aria-label="Dirty Dining: cierres de la semana">
  <style>
    .dd26-box, .dd26-box * { box-sizing: border-box; }
    .dd26-box {
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
      width: 100%;
      max-width: 860px;
      margin: 1.5rem auto;
      border: 1px solid #e3e5e8;
      border-radius: 12px;
      overflow: hidden;
      background: #f6f7f9;
      box-shadow: 0 4px 14px rgba(0,0,0,.10);
      isolation: isolate;
      contain: layout paint;
      color: #1a1a1a;
      line-height: 1.35;
      text-align: left;
    }
    .dd26-head {
      background: linear-gradient(90deg, #8c1414, #d62b1f);
      color: #fff;
      padding: 12px 16px;
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: .02em;
      text-transform: uppercase;
    }
    .dd26-head span { display: block; font-size: .78rem; font-weight: 600; opacity: .9; text-transform: none; letter-spacing: 0; margin-top: 2px; }
    .dd26-grid {
      display: grid;
      gap: 14px;
      padding: 14px;
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    }
    .dd26-card {
      display: flex;
      flex-direction: column;
      min-width: 0;
      background: #fff;
      border: 1px solid #e3e5e8;
      border-radius: 10px;
      overflow: hidden;
    }
    .dd26-body { padding: 12px 14px; flex: 1 1 auto; min-width: 0; }
    .dd26-name { font-size: 1.05rem; font-weight: 800; margin: 0 0 2px; color: #111; word-wrap: break-word; }
    .dd26-type { font-size: .78rem; color: #666; margin: 0 0 8px; }
    .dd26-addr { font-size: .85rem; color: #333; margin: 0 0 10px; word-wrap: break-word; }
    .dd26-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 10px; }
    .dd26-tag {
      display: inline-block;
      font-size: .72rem;
      font-weight: 700;
      padding: 3px 8px;
      border-radius: 999px;
      background: #fde8e6;
      color: #a3190f;
      white-space: nowrap;
    }
    .dd26-tag--dark { background: #1a1a1a; color: #fff; }
    .dd26-list { margin: 0; padding: 0; list-style: none; }
    .dd26-list li {
      position: relative;
      margin: 0 0 6px;
      padding: 0 0 0 14px;
      font-size: .85rem;
      color: #222;
    }
    .dd26-list li::before {
      content: "";
      position: absolute;
      left: 0; top: .5em;
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #d62b1f;
    }
    .dd26-map { display: block; width: 100%; height: 170px; border: 0; margin: 0; background: #e9ecef; }
    .dd26-btn {
      display: block;
      text-align: center;
      padding: 10px;
      font-size: .85rem;
      font-weight: 700;
      text-decoration: none;
      background: #1f57c4;
      color: #fff;
    }
    .dd26-btn:link, .dd26-btn:visited { color: #fff; text-decoration: none; }
    .dd26-btn:hover, .dd26-btn:focus-visible { background: #0d2c73; outline: none; }
  </style>

  <div class="dd26-head">
    Dirty Dining: cierres de la semana
    <span>Todos podrán reabrir tras aprobar una nueva inspección</span>
  </div>

  <div class="dd26-grid">

    <!-- Victory -->
    <div class="dd26-card">
      <div class="dd26-body">
        <div class="dd26-name">Victory Restaurant &amp; Lounge</div>
        <div class="dd26-type">Restaurante y lounge · Midtown</div>
        <div class="dd26-addr">📍 3252 NE 1st Ave, Miami</div>
        <div class="dd26-tags">
          <span class="dd26-tag">Cierre: 14/9</span>
          <span class="dd26-tag">17 infracciones</span>
          <span class="dd26-tag dd26-tag--dark">2.º cierre</span>
        </div>
        <ul class="dd26-list">
          <li>Roedor muerto en el almacén del segundo piso</li>
          <li>Más de 35 excrementos de roedor</li>
          <li>Lavamanos usado para desechar líquidos</li>
        </ul>
      </div>
      <iframe class="dd26-map" title="Mapa: Victory Restaurant &amp; Lounge" loading="lazy" referrerpolicy="no-referrer-when-downgrade"
        src="https://maps.google.com/maps?q=3252+NE+1st+Ave,+Miami,+FL&amp;z=16&amp;output=embed"></iframe>
      <a class="dd26-btn" href="https://www.google.com/maps/search/?api=1&amp;query=3252+NE+1st+Ave%2C+Miami%2C+FL" target="_blank" rel="noopener noreferrer">Ver en Google Maps</a>
    </div>

    <!-- Golden Corral -->
    <div class="dd26-card">
      <div class="dd26-body">
        <div class="dd26-name">Golden Corral</div>
        <div class="dd26-type">Bufé · Hialeah</div>
        <div class="dd26-addr">📍 1734 W 49th St, Hialeah</div>
        <div class="dd26-tags">
          <span class="dd26-tag">Cierre: 14/9</span>
          <span class="dd26-tag">11 infracciones</span>
        </div>
        <ul class="dd26-list">
          <li>Cucarachas vivas sobre un dispensador del bufé</li>
          <li>Excrementos de roedor bajo las mesas calientes</li>
          <li>Ensaladas y melón a temperaturas inseguras</li>
        </ul>
      </div>
      <iframe class="dd26-map" title="Mapa: Golden Corral Hialeah" loading="lazy" referrerpolicy="no-referrer-when-downgrade"
        src="https://maps.google.com/maps?q=Golden+Corral,+1734+W+49th+St,+Hialeah,+FL&amp;z=16&amp;output=embed"></iframe>
      <a class="dd26-btn" href="https://www.google.com/maps/search/?api=1&amp;query=Golden+Corral+1734+W+49th+St%2C+Hialeah%2C+FL" target="_blank" rel="noopener noreferrer">Ver en Google Maps</a>
    </div>

    <!-- Club Fellowship -->
    <div class="dd26-card">
      <div class="dd26-body">
        <div class="dd26-name">Club Fellowship</div>
        <div class="dd26-type">Centro de rehabilitación · Sur de Miami-Dade</div>
        <div class="dd26-addr">📍 9827 E Hibiscus St, Miami</div>
        <div class="dd26-tags">
          <span class="dd26-tag">Cierre: 14/9</span>
          <span class="dd26-tag">8 infracciones</span>
        </div>
        <ul class="dd26-list">
          <li>Unas 24 cucarachas vivas en el piso de la cocina</li>
          <li>Más de 30 excrementos de roedor</li>
          <li>Agua del lavaplatos drenando al piso</li>
        </ul>
      </div>
      <iframe class="dd26-map" title="Mapa: Club Fellowship" loading="lazy" referrerpolicy="no-referrer-when-downgrade"
        src="https://maps.google.com/maps?q=9827+E+Hibiscus+St,+Miami,+FL&amp;z=16&amp;output=embed"></iframe>
      <a class="dd26-btn" href="https://www.google.com/maps/search/?api=1&amp;query=9827+E+Hibiscus+St%2C+Miami%2C+FL" target="_blank" rel="noopener noreferrer">Ver en Google Maps</a>
    </div>

  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NSZHSXCICFDCZCBIPMHUNGVF7M.jpg?auth=6f0d871b8bcd86347f98acd6e3ec7644aa72a04e5738a4323b35026b4068bc3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[El máximo tribunal de Brasil pospone decisión sobre el juez que encarceló a Bolsonaro]]></title><link>https://www.local10.com/espanol/2026/09/15/el-maximo-tribunal-de-brasil-evalua-investigar-al-juez-que-encarcelo-a-bolsonaro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/el-maximo-tribunal-de-brasil-evalua-investigar-al-juez-que-encarcelo-a-bolsonaro/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE y ERALDO PERES, Associated Press]]></dc:creator><description><![CDATA[BRASILIA, Brasil (AP) — El Supremo Tribunal Federal de Brasil comenzó a deliberar el martes sobre si el juez Alexandre de Moraes, el hombre que encabezó el juicio contra el expresidente Jair Bolsonaro, debería enfrentar una investigación en un caso de corrupción, una medida que también está sacudiendo la carrera hacia las elecciones presidenciales en octubre.]]></description><pubDate>Tue, 15 Sep 2026 22:38:57 +0000</pubDate><content:encoded><![CDATA[<p>BRASILIA, Brasil (AP) — El Supremo Tribunal Federal de Brasil comenzó a deliberar el martes sobre si el juez Alexandre de Moraes, el hombre que encabezó el juicio contra el expresidente Jair Bolsonaro, debería enfrentar una investigación en un caso de corrupción, una medida que también está sacudiendo la carrera hacia las elecciones presidenciales en octubre.</p><p>De Moraes enfrenta acusaciones planteadas por el juez André Mendonca, quien fue designado por Bolsonaro. Fuera del tribunal el martes, varias decenas de simpatizantes de Bolsonaro protestaban y exigían que De Moraes abandone el tribunal o sea sometido a un juicio político por el Senado.</p><p>Los dos jueces en el centro de una crisis sin precedentes en el máximo tribunal son percibidos como extremos opuestos del polarizado espectro político de Brasil. En octubre, se espera que el presidente Luiz Inácio Lula da Silva se enfrente al senador Flávio Bolsonaro, hijo de Bolsonaro, en lo que probablemente será una elección reñida, como lo fue hace cuatro años.</p><p>Muchos brasileños pasarán la mañana pegados a sus televisores mientras el tribunal decide si De Moraes debe ser incluido en la investigación sobre el clausurado Banco Master, un caso que ha atrapado a políticos de alto rango y a miembros del Poder Judicial.</p><p>De Moraes negó haber cometido irregularidades en escritos que envió al tribunal más temprano el martes. También acusó a Mendonca de emprender una vendetta en su contra.</p><p>Mendonca hizo públicos la semana pasada documentos que mostraban que el jefe de Banco Master, Daniel Vorcaro, quien ahora está en prisión, buscó asesoría legal con De Moraes cuando estaba a punto de ser arrestado. Los documentos también mostraban que el banco tenía un contrato por 130 millones de reales (23 millones de dólares) con el bufete de abogados de la esposa de De Moraes.</p><p>La sesión del martes comenzó tras un retraso de 40 minutos, con el presidente del tribunal, Luiz Edson Fachin, leyendo el informe de la policía federal que Mendonca hizo público la semana pasada. El informe contenía documentos que mostraban que Vorcaro utilizó asesoría legal de De Moraes. Fachin indicó que programó la sesión del martes para abordar “un momento difícil” para el tribunal.</p><p>“Los desacuerdos son legítimos. Los enfrentamientos personales no lo son”, expresó Fachin en sus declaraciones iniciales. “La decisión corresponde al pleno, no a un solo juez. No podemos entregar a las futuras generaciones un Supremo Tribunal más pequeño que el que recibimos. Pero eso no puede significar la ausencia de desacuerdos”.</p><p>El tribunal no considerará el martes si Mendonca se excedió e investigó ilegalmente a De Moraes, una afirmación que el propio de Moraes y expertos legales han planteado recientemente.</p><p>En cuanto Fachin terminó sus palabras de apertura, dos de los 10 jueces del tribunal solicitaron no votar sobre la decisión de investigar a De Moraes.</p><p>Kassio Nunes, quien preside el tribunal electoral de Brasil, señaló que su cargo no le permite participar en la decisión, porque su resultado podría tener algún impacto en la campaña electoral.</p><p>José Dias Toffoli, quien anteriormente se apartó de la supervisión del caso Banco Master debido a sus vínculos con Vorcaro, también se negó a votar. Toffoli volvió a negar cualquier irregularidad en su relación con el banquero.</p><p>______</p><p>Savarese informó desde Sao Paulo.</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/IVFS2Q7DWGZFAVAB6AQQQP2W7E.jpg?auth=eeda0e0fca602967ffe3a249d092729e17ae73b7cbead9d738bb2e661082ed65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexandre de Moraes, magistrado de la Corte Suprema, hace un gesto de aprobación con el pulgar durante una sesión plenaria del tribunal, el miércoles 2 de septiembre de 2026, en Brasilia, Brasil. (AP Foto/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[English soccer star Raheem Sterling admits dangerous driving after highway collision]]></title><link>https://www.local10.com/sports/2026/09/15/english-soccer-star-raheem-sterling-admits-dangerous-driving-after-highway-collision/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/english-soccer-star-raheem-sterling-admits-dangerous-driving-after-highway-collision/</guid><dc:creator><![CDATA[LONDON, Associated Press]]></dc:creator><description><![CDATA[Former England forward Raheem Sterling admitted dangerous driving on Tuesday after being involved in a collision on a highway.]]></description><pubDate>Tue, 15 Sep 2026 15:08:19 +0000</pubDate><content:encoded><![CDATA[<p>Former England forward Raheem Sterling admitted dangerous driving on Tuesday after being involved in a collision on a highway.</p><p>Sterling pleaded guilty at Basingstoke Magistrates’ Court to driving his Lamborghini Urus dangerously before he crashed on the M3 in southern England on May 28.</p><p>No other vehicles were involved and no injuries were reported, officials previously said.</p><p>The 31-year-old also admitted possession of six nitrous oxide canisters for wrongful inhalation, a class C drug, and failing to provide a specimen.</p><p>Sterling, who scored 20 goals in 82 appearances for England, is currently without a club. He has played for a number of England’s top teams — Liverpool, Manchester City, Chelsea and Arsenal — and was at Dutch club Feyenoord on a short-term deal last season.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DSNPQUTDVZEMIR22FMIDOMN4IU.jpg?auth=f42959850e0b23bce547004bf32d36c1b8361d0f4de82b793f6fb87d763c61fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former England soccer player Raheem Sterling, second left, arrives at Basingstoke Magistrates' Court ahead of his first appearance accused of dangerous driving in Hampshire, England, Tuesday, Sept. 15, 2026. (Andrew Matthews/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content></item><item><title><![CDATA[Autoridades colombianas rescatan a ocho secuestrados por guerrilla ELN en la frontera con Venezuela]]></title><link>https://www.local10.com/espanol/2026/09/15/autoridades-colombianas-rescatan-a-ocho-secuestrados-por-guerrilla-eln-en-la-frontera-con-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/autoridades-colombianas-rescatan-a-ocho-secuestrados-por-guerrilla-eln-en-la-frontera-con-venezuela/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Ocho personas que permanecían secuestradas por la guerrilla colombiana Ejército de Liberación Nacional fueron rescatadas en una operación militar en la convulsa región de Catatumbo, fronteriza con Venezuela, informó el martes el presidente Abelardo de la Espriella.]]></description><pubDate>Tue, 15 Sep 2026 22:39:11 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Ocho personas que permanecían secuestradas por la guerrilla colombiana Ejército de Liberación Nacional fueron rescatadas en una operación militar en la convulsa región de Catatumbo, fronteriza con Venezuela, informó el martes el presidente Abelardo de la Espriella.</p><p>De la Espriella sostuvo que se trató de una “operación ofensiva de precisión quirúrgica” que incluyó el apoyo de la inteligencia, unidades élite antisecuestro, la Fuerza Aeroespacial Colombiana y la policía.</p><p>“Hombres del GAULA (Grupos de Acción Unificada por la Libertad Personal) fueron insertados sobre el punto objetivo y ejecutaron una acción rápida y contundente que permitió devolverles la libertad a estas ocho personas”, informó el mandatario en la red social X.</p><p>Ni De la Espriella ni el Ejército identificaron por sus nombres a los secuestrados rescatados. La policía divulgó imágenes de los ocho hombres sentados en sillas con chalecos de la policía marcados con la palabra “rescatado”.</p><p>En un video publicado por el Ejército, uno de los rescatados fue comunicado con su madre. “Me hacía mucha falta mamá, el ejército me rescató”, le dijo con el teléfono en altavoz mientras su madre lloraba al otro lado de la línea.</p><p>Las operaciones militares de rescate de secuestrados son menos comunes que las entregas de secuestrados a misiones humanitarias, en las que suele participar la estatal Defensoría del Pueblo.</p><p>El Comando Sur de Estados Unidos felicitó a las autoridades colombianas por el rescate de los secuestrados en un mensaje en X en el que subrayó que la Coalición de las Américas Contra los Cárteles, a la que recién se unió Colombia, sigue comprometida con “interrumpir las redes narco-terroristas”.</p><p>La operación se realizó en una zona rural del municipio de Convención, perteneciente a Catatumbo, donde opera tanto el ELN como facciones disidentes de la antigua guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC) que no se acogieron al acuerdo de paz firmado hace una década.</p><p>“Al ELN se lo digo con absoluta claridad: el secuestro no tiene ninguna justificación. Vamos a perseguir a quienes secuestran, extorsionan y aterrorizan a los colombianos hasta llevarlos ante la justicia”, advirtió el mandatario conservador.</p><p>De la Espriella también informó el martes que un militar resultó herido y cinco integrantes del ELN murieron en un combate con el ejército en Bolívar, en el norte del país, incluido alias “Niche”, a quien señaló de “planear y ejecutar ataques terroristas mediante drones cargados con explosivos, francotiradores y áreas preparadas”.</p><p>Cambio en la política de seguridad</p><p>El mandatario puso fin a los diálogos de paz con grupos armados ilegales que había propiciado su predecesor, el progresista Gustavo Petro (2022-2026), por considerar que no dieron muestras reales de voluntad de paz y que aprovecharon las negociaciones para fortalecerse militarmente.</p><p>El ministro del Interior, Rodrigo Lara, dio el martes un balance ante el Congreso sobre el crecimiento de los grupos ilegales, retomando cifras recavadas por la Fundación Ideas para la Paz, un centro de investigación sobre el conflicto.</p><p>Lara detalló que al inicio del gobierno de Petro, en diciembre de 2022, había 15.120 hombres en armas, mientras que en julio de 2026 la cifra ascendió a 28.802 integrantes. Reprochó un crecimiento del 152% del Clan del Golfo, el cartel activo más grande del país; un aumento de más del 100% en las disidencias de las FARC y del 22% del ELN.</p><p>El ELN, en armas desde 1964, ha perpetrado varios ataques con explosivos en lo que va del gobierno de De la Espriella —quien se posesionó el 7 de agosto— en rechazo al cierre del diálogo.</p><p>Esa guerrilla mantiene en su poder a varias personas secuestradas, cuya cifra exacta se desconoce. El fin de semana el ELN detalló en un comunicado que tiene en su poder al conductor de una ambulancia de un hospital del Catatumbo, a quien señalan de supuestamente transportar a heridos de las disidencias FARC, dinero y armas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NA7M7VVLBNRXS5YEO5OVSNPXNA.jpg?auth=477d0283e5681aa0c9afa59f7019462ddde4dbc1b234c1ddd2d98642003798f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo De la Espriella, anuncia un esfuerzo conjunto con el alcalde de Bogotá, Carlos Fernando Galán, para fortalecer la seguridad en la capital colombiana mediante una mayor presencia policial, inteligencia, tecnología y capacidades urbanas en Bogotá, el martes 25 de agosto de 2026. (Foto AP/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Detectives investigate Fort Lauderdale house fire after 2 injured, arson suspected]]></title><link>https://www.local10.com/news/local/2026/09/15/detectives-investigate-fort-lauderdale-house-fire-after-2-injured-arson-suspected/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/detectives-investigate-fort-lauderdale-house-fire-after-2-injured-arson-suspected/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[A man remained hospitalized on Tuesday, as detectives investigated suspicions that the fire that trapped him in his home in Fort Lauderdale was set on purpose.]]></description><pubDate>Tue, 15 Sep 2026 14:49:45 +0000</pubDate><content:encoded><![CDATA[<p>A man remained hospitalized on Tuesday, as detectives investigated suspicions that the fire that trapped him in his home in Fort Lauderdale was set on purpose, police said. </p><p>Fort Lauderdale Fire Rescue personnel responded to the one-story house shortly after 12:30 p.m. on Monday after a neighbor saw the flames in the Lauderdale Manors neighborhood.</p><figure><img src="https://www.local10.com/resizer/v2/BSZIEHO3BFGOBHZM4SBSDNW6CM.jpg?auth=e2d3fe40ee3d22c24d2e5a1aef668be9560a7ff4b713742fda7456773626a57c&smart=true&width=1200&height=900" alt="Firefighters shared images of a house after a fire on Monday in Fort Lauderdale." height="900" width="1200"/><figcaption>Firefighters shared images of a house after a fire on Monday in Fort Lauderdale.</figcaption></figure><p>Firefighters reported finding the man trapped inside the bathroom in the five-bedroom house, built in 1958, near Northwest 18th Avenue and 16th Court. </p><p>Fire rescue personnel reported taking the man, who suffered life-threatening injuries, to the Broward Health Medical Center. A firefighter suffered minor burns while working at the house. </p><p>Detectives asked anyone with information about this or other cases who wants to remain anonymous to call Broward County Crime Stoppers at 954-493-8477. </p><p><b>Related report</b>: <a href="https://www.local10.com/news/local/2026/09/14/man-rescued-from-fort-lauderdale-house-fire-rushed-to-hospital-with-life-threatening-injuries/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/14/man-rescued-from-fort-lauderdale-house-fire-rushed-to-hospital-with-life-threatening-injuries/">Man rescued from Fort Lauderdale house fire, rushed to hospital with life-threatening injuries</a></p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1447.2925398769162!2d-80.16759833005752!3d26.148194032780005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9013e73f30363%3A0xde3044813c39f71f!2s1804%20NW%2016th%20Ct%2C%20Fort%20Lauderdale%2C%20FL%2033311!5e1!3m2!1sen!2sus!4v1789483684007!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[Olympic speedskating star Jutta Leerdam says she won't race this season]]></title><link>https://www.local10.com/sports/2026/09/15/olympic-speedskating-star-jutta-leerdam-says-she-wont-race-this-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/olympic-speedskating-star-jutta-leerdam-says-she-wont-race-this-season/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Olympic champion speedskater Jutta Leerdam, a global star at the Milan Cortina Winter Games watched by her fiance Jake Paul, is taking a season away from the ice.]]></description><pubDate>Tue, 15 Sep 2026 14:51:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Olympic champion speedskater Jutta Leerdam, a global star at the Milan Cortina Winter Games watched by her fiance Jake Paul, is taking a season away from the ice.</p><p>“One thing is for sure, you will not see me skate this season,” Leerdam said in a video message on her YouTube channel that had more than 160,000 views Tuesday.</p><p>“I’m 27, life changes, feelings change, and I wouldn’t feel comfortable saying I’m fully retiring,” the Dutch skater said.</p><p>Leerdam won Olympic gold in February in the 1,000 meters at Milan cheered on by YouTuber-turned-boxer Paul, her partner since 2023. She also took silver in the 500.</p><p>“I’ve had an obsession with skating,” she said in the YouTube post, adding “I’ve always been more than a skater. I am so multifaceted.”</p><p>Leerdam was in New York at the weekend attending the U.S. Open women’s singles final with Paul, and hinted Monday she would create more videos for social media channels. She has 6.3 million followers on Instagram.</p><p>By skipping this winter season, Leerdam will miss a home European Championships at Heerenveen and the world championships in February in Beijing, where she took silver in the 1,000 at the 2022 Olympics.</p><p>Heerenveen also will stage the next Olympic speedskating events for the French Alps hosts of the 2030 Winter Games, when Leerdam will be 31.</p><p>___</p><p>See full AP coverage of European sports here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5G3CUIUPRS4AUBNMFJ6HDYWGE4.jpg?auth=2b494110ff43bafce2a19a58ca89bb4846edcfc19e1d75f1ad0652dfeea7dfdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jutta Leerdam, of the Netherlands, shows her gold medal after the women's 1,000 meters speedskating race at the 2026 Winter Olympics in Milan, Italy, Feb. 9, 2026. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TQTCHFSRD4WMM3ZLCI64BCM56M.jpg?auth=e362cbe343723075dcfc9d4c6612e2ab021df398996cf2906ac02138dc755768&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paris Hilton, second row right, Jutta Leerdam, from left, and Jake Paul, front right, attend a match between Aryna Sabalenka, of Belarus, and Elena Rybakina, of Kazakhstan, during the women's singles final of the U.S. Open tennis championships Saturday, Sept. 12, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Blackhawks center Connor Bedard becomes second-youngest captain in franchise history]]></title><link>https://www.local10.com/sports/2026/09/15/blackhawks-center-connor-bedard-becomes-second-youngest-captain-in-franchise-history/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/15/blackhawks-center-connor-bedard-becomes-second-youngest-captain-in-franchise-history/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Connor Bedard has been named the 37th captain of the Chicago Blackhawks, capping a busy offseason for the young center.]]></description><pubDate>Tue, 15 Sep 2026 14:38:56 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Connor Bedard has been named the 37th captain of the Chicago Blackhawks, capping a busy offseason for the young center.</p><p>The 21-year-old Bedard is the second-youngest captain in the history of the storied franchise, behind Jonathan Toews. The Blackhawks had gone without a captain since trading Nick Foligno to Minnesota in March.</p><p>“Being named captain of the Blackhawks is an unbelievable honor and something I’m truly humbled by,” Bedard said Tuesday in a news release. “The captains who have come before me have left an incredible legacy. To now have the opportunity to carry that tradition forward is something I don’t take lightly."</p><p>The long-expected move comes after Bedard agreed to a $75 million, five-year contract in July. It occurs as Bedard ramps up his rehab in his recovery from an operation on his left shoulder. The No. 1 pick in the 2023 draft is expected to miss the start of the coming season after getting hurt while skating with a group of NHL players in western Canada.</p><p>Bedard has been Chicago’s most important player since he made his much-anticipated NHL debut in October 2023. He continued his steady improvement in his third season, setting career highs of 30 goals and 45 assists in 69 games.</p><p>“Connor perfectly embodies what it means to be a Blackhawk,” general manager Kyle Davidson said. “From the moment he entered the league, Connor has led by example and has set a remarkable standard for himself while demonstrating his ability to make the players around him better."</p><p>But Bedard hasn’t experienced much winning since arriving in Chicago. The Blackhawks went 29-39-14 last season, an 11-point improvement from the previous season and still nowhere near playoff contention. The Original Six franchise has finished No. 31 in the NHL each of the past three years.</p><p>Chicago is looking for its first postseason appearance since the NHL used an expanded playoff format after the 2020 season was affected by the coronavirus pandemic.</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HNRJAWTUTZORBODSPEY3X3UX5Y.jpg?auth=e6492be0e11d9a6622442f23812777a67b1644d67c65d8169c6de49b53aef688&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Blackhawks' Connor Bedard plays during an NHL hockey game Thursday, March 26, 2026, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Police detain dozens at an Istanbul courthouse protest over LGBTQ+ crackdown]]></title><link>https://www.local10.com/news/world/2026/09/15/police-detain-dozens-at-an-istanbul-courthouse-protest-over-lgbtq-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/15/police-detain-dozens-at-an-istanbul-courthouse-protest-over-lgbtq-crackdown/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ISTANBUL (AP) — Police on Tuesday detained dozens of demonstrators who staged a protest outside a courthouse in Istanbul to demand the release of LGBTQ+ activists taken into custody during a sweeping crackdown days earlier.]]></description><pubDate>Tue, 15 Sep 2026 14:12:42 +0000</pubDate><content:encoded><![CDATA[<p>ISTANBUL (AP) — Police on Tuesday detained dozens of demonstrators who staged a protest outside a courthouse in Istanbul to demand the release of LGBTQ+ activists taken into custody during a sweeping crackdown days earlier.</p><p>Police surrounded the demonstrators outside the Caglayan courthouse before detaining them.</p><p>On Sunday, Turkish authorities cracked down on multiple LGBTQ+ groups and individuals, detaining dozens of members, breaking into association offices and raiding popular hangouts. The organizations’ websites were also blocked.</p><p>The crackdown aimed to “protect children, the institution of the family, and public order,” Justice Minister Akin Gurlek said. He said the operation, dubbed “My Family is Safe,” targeted 162 suspects, nine associations and 13 businesses.</p><p>On Tuesday, Michael O’Flaherty, the Strasbourg, France-based Council of Europe’s Commissioner for Human Rights, expressed concerns over the raids and detentions, saying “mere references to ‘family values’ or ‘protection of children’ cannot serve as legal justification for human rights restrictions.”</p><p>“I call on the Turkish authorities to release anyone detained for engaging in human rights or civil society work,” he said in a statement, adding that he would continue to monitor the situation.</p><p>Outside the courthouse, demonstrators carried banners reading: “Being LGBT+ and organizing is not a crime” and chanted slogans in support of LGBTQ+ rights before police intervened.</p><p>“We are going through a period where there is an attempt by the ruling power to portray LGBT+ people as the cause of every problem in this society,” 36-year old Banu Aslan, one of the protesters, told The Associated Press.</p><p>Turkish President Recep Tayyip Erdogan’s ruling party, which has roots in Turkey’s Islamic movement, has been increasingly vocal against LGBTQ+ groups in a bid to consolidate the more conservative elements of its base. In 2015, it banned Istanbul Pride, which had tens of thousands of attendees in previous years. Since then, authorities have violently dispersed any attempted gatherings for Pride.</p><p>This summer, an LGBTQ+ cruise ship that tours the Mediterranean and has docked in Turkey multiple times in the past was refused permission to dock there.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6FZS3TALYCPOK5PFPTE5SJ2WI4.jpg?auth=fc4a5f398f732b265b24cc4ee5d846138697f122d7de00a8891344fef47b71d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turkish police stand guard outside a courthouse after preventing LGBTQ+ rights supporters from holding a news conference in Istanbul, Turkey, Tuesday, Sept. 15, 2026. (AP Photo/Dilara Acikgoz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dilara Acikgoz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KH6AQMMWI2COMXR35OU7NVXNKU.jpg?auth=6afc542539450b438b39f4abd9a340515b1150f1a3083a47a27c8fb1fe3f14e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turkish police detains an LGBTQ+ rights supporter outside a courthouse in Istanbul, Turkey, Tuesday, Sept. 15, 2026. (AP Photo/Dilara Acikgoz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dilara Acikgoz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYTIWDAMFO3CNSSRAANPRRXFSU.jpg?auth=56f516d55e53279e9741277b013b83a0266798aba5b66d691a8eca66a1997664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[LGBTQ+ rights supporters hold banners and flags outside a courthouse after police prevented them from holding a news conference in Istanbul, Turkey, Tuesday, Sept. 15, 2026.(AP Photo/Dilara Acikgoz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dilara Acikgoz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6G2FLJ4YPUA7O5NV32GRKEGQA.jpg?auth=483a1bc71dfb795b1c0abc9c84df453079f9b143c4910dd03ed7f701543f1382&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turkish police stand guard outside a courthouse after preventing LGBTQ+ rights supporters from holding a news conference in Istanbul, Turkey, Tuesday, Sept. 15, 2026. (AP Photo/Dilara Acikgoz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dilara Acikgoz</media:credit></media:content></item><item><title><![CDATA[Sept. 15: Only a few daytime storms with a surge of downpours expected overnight]]></title><link>https://www.local10.com/weather/2026/09/15/sept-15-only-a-few-daytime-storms-today-with-a-surge-of-downpours-expected-overnight/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/15/sept-15-only-a-few-daytime-storms-today-with-a-surge-of-downpours-expected-overnight/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Unlike the pattern we’ve been in recently, the highest chance of rain will be after sunset. Only a few storms will develop during the heating of the day with highs in the low 90s. ]]></description><pubDate>Tue, 15 Sep 2026 13:50:00 +0000</pubDate><content:encoded><![CDATA[<p>Unlike the pattern we’ve been in recently, the highest chance of rain will be after sunset on Tuesday. Only a few storms will develop during the heating of the day with highs in the low 90s. A surge of moisture will move in after 9 p.m. thunderstorms are expected to blossom over the Atlantic before moving onshore. Some storms could have frequent lightning and loud thunder. These will continue into Wednesday morning.</p><p>A storm system will move in from the Atlantic Thursday and Friday with an even higher chance for thunderstorms. Depending on how much heating we get to add fuel to the storms, some could be severe with strong wind gusts. This stormy pattern is expected to last into the weekend.</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[Trump slams the Supreme Court for rejecting his push to restrict mail ballots]]></title><link>https://www.local10.com/news/politics/2026/09/15/trump-slams-the-supreme-court-for-rejecting-his-push-to-restrict-mail-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/15/trump-slams-the-supreme-court-for-rejecting-his-push-to-restrict-mail-ballots/</guid><dc:creator><![CDATA[By SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Tuesday went after the Supreme Court after it rejected his push to restrict mail-in voting in this year’s midterms, saying justices who opposed him were “not the people I interviewed.”]]></description><pubDate>Tue, 15 Sep 2026 20:56:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Tuesday went after the Supreme Court after it rejected his push to restrict mail-in voting in this year’s midterms, saying justices who opposed him were “not the people I interviewed.”</p><p>His social media missive was just the latest in a long history of Trump assailing justices, particularly those he had nominated, who ruled against him on his administration's most prominent initiatives. The president has been publicly furious with the Supreme Court over its decisions against restricting birthright citizenship and his ability to issue tariffs unilaterally.</p><p>On mail-in voting, the Trump administration had made a last-minute push to have the U.S. Postal Service play a central role in deciding who would be able to receive a ballot. But state election officials argued there was not enough time to make the changes for the Nov. 3 midterm elections — and said their systems were already secure and accurate.</p><p>The court ruled late Monday in an emergency order that the restrictions would most likely lose in court, at least for this year’s election.</p><p>“The Court’s inability and unwillingness to do the right thing for our Country will go down, in a very negative way, in the annals of History,” Trump wrote in a lengthy social media post Tuesday. “This Supreme Court is bullied and cajoled by the Radical Left into making decisions that have set America back at least a hundred years.”</p><p>Justices Samuel Alito and Clarence Thomas publicly dissented from the order, and Trump on Tuesday called them “legends both.” Trump has nominated three of the justices on the Supreme Court — Neil Gorsuch, Amy Coney Barrett and Brett Kavanaugh.</p><p>“These are not the people I interviewed to serve on the United States Supreme Court, they are merely a shell of their original selves,” Trump said. He asserted that the court "is costing the United States Trillions of Dollars with shockingly bad rulings that are of such magnitude that it won’t be easily possible for our Country to recover or heal.”</p><p>It won't be the last time Trump criticizes the court, his attorney general says</p><p>Attorney General Todd Blanche said later Tuesday that the administration was going to comply with the decision but “that doesn’t mean that we’re not going to do everything in this administration that we can to make sure that there are free and fair elections.”</p><p>Blanche also defended Trump's commentary about the court, dismissing the idea that it was undermining the court's independence and saying it was part of the democratic process for the president to be critical of another branch of government.</p><p>“He has every right and indeed, he should communicate his concerns with the Supreme Court whenever he has them," Blanche said at the White House. “This isn’t the first time that he’s done it, and it won’t be the last.”</p><p>The president has a lengthy track record of attacking judges, often very personally, who issue decisions that go against his wishes, and Trump has long viewed his legal appointments as owing loyalty to the person who nominated them to the bench.</p><p>So as Barrett, Kavanaugh and Gorsuch ruled against Trump at varying points over the years, the president has not hesitated to go after them publicly, while praising them if they sided with him in a case.</p><p>Yet this court, led by Chief Justice John Roberts, has ruled in favor of Trump on several of his priorities, most notably the 2024 decision from the court's conservative majority that said former presidents are presumptively entitled to immunity for all official acts. That paved the way for Trump to run for reelection without threat of a criminal trial that year.</p><p>Trump has opposed mail voting and falsely blamed fraud associated with mail voting for his 2020 election loss. A report by the Brookings Institution published in 2025 found that mail voting fraud occurred in only about four cases out of every 10 million mail ballots cast.</p><p>Roughly a third of voters use mail ballots, and mail voting has already begun in some states. The decision allows states to continue sending out mail ballots under the same processes they’ve used for years.</p><p>On Tuesday, Trump also complained that the decision took too long to issue.</p><p>“It is not easy for me to write this criticism of the United States Supreme Court — it will likely cost me dearly for years to come — but I feel it my obligation and duty, as President, to do so for the America we love!” Trump said.</p><p>___</p><p>Associated Press writer Michelle L. Price contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ST7KQ3A5ZD2Q77YC453JQQPT74.jpg?auth=3c7fe084f15d1b930000d82dcdd9729e25b4ca6d86fa0175d26704e393208cf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks from Marine One to his limousine upon his arrival at the Ellipse just outside of the White House, Sunday, Sept. 13, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGOLPBERPTZ2EDCPNUDFFK2OHQ.jpg?auth=fdf8551c43d913a059c85a36275e47c16c85c09d3ed69f8bc69657192e713244&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An election worker reaches for an unopened ballot during sorting at the Clackamas County Elections office, Nov. 7, 2024, in Oregon City, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBSUH5ID4SQBYHO75YWHSIKDKY.jpg?auth=ef3cc81ef664a5c812ad94ab703e7ecfba2aae725983eb791644046bbcbb24ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - 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, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6AOQ4TKJRZSYTH3PSJ6I6NXA4.jpg?auth=9f0757646249ddeaa05760630c233688284e928964269e814bd589f437363f40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Attorney General Todd Blanche takes questions during a news briefing in the Rose Garden of the White House, Tuesday, Sept. 15, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Motorcyclist dies after crash involving cement truck on Don Shula Expressway]]></title><link>https://www.local10.com/news/local/2026/09/15/motorcyclist-dies-after-crash-involving-cement-truck-on-don-shula-expressway/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/motorcyclist-dies-after-crash-involving-cement-truck-on-don-shula-expressway/</guid><dc:creator><![CDATA[Ryan Mackey, Annaliese Garcia]]></dc:creator><description><![CDATA[A motorcyclist was killed early Tuesday morning after colliding with a cement truck on the Don Shula Expressway in Miami-Dade County, according to the Florida Highway Patrol.]]></description><pubDate>Tue, 15 Sep 2026 10:45:40 +0000</pubDate><content:encoded><![CDATA[<p>A motorcyclist was killed early Tuesday morning after colliding with a cement truck on the Don Shula Expressway in Miami-Dade County, according to the Florida Highway Patrol.</p><p><a href="https://www.local10.com/espanol/2026/09/15/motociclista-se-mato-al-estrellarse-contra-camion-de-cemento-en-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/motociclista-se-mato-al-estrellarse-contra-camion-de-cemento-en-miami-dade/"><b>Leer en español</b></a></p><p>Troopers said the crash occurred at approximately 3:33 a.m. on the southbound Don Shula Expressway near Southwest 104th Street and Killian Parkway. </p><p>According to FHP officials, the motorcyclist collided with the cement truck, causing a fire to ignite on the motorcycle. </p><p>Officials said the motorcyclist, who has only been identified as a man at this time, died at the scene from his injuries.</p><p>They said the southbound lanes of the Don Shula Expressway were temporarily closed but have since reopened.</p><p>No other details about the crash 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[Man dies after being struck by Brightline train in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/09/15/man-dies-after-being-struck-by-brightline-train-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/man-dies-after-being-struck-by-brightline-train-in-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man was killed early Tuesday morning after being struck by a Brightline train in Fort Lauderdale, police confirmed. ]]></description><pubDate>Tue, 15 Sep 2026 10:33:16 +0000</pubDate><content:encoded><![CDATA[<p>A man was killed early Tuesday morning after being struck by a Brightline train in Fort Lauderdale, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/09/15/hombre-muere-atropellado-por-tren-de-brightline-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/hombre-muere-atropellado-por-tren-de-brightline-en-fort-lauderdale/"><b>Leer en español</b></a></p><p>Officers with the Fort Lauderdale Police Department said they responded to a report of a Brightline train striking a pedestrian just north of the Broward Boulevard crossing, near the Brightline station just before 1:30 a.m. </p><p>Police said they arrived at the scene and found man who had been struck by the train. They said Fort Lauderdale Fire Rescue medics pronounced him dead at the scene.</p><p>Authorities said an investigation is underway into the man’s death. No other information about his age or identity was immediately released.</p><p>Police said traffic along Broward Boulevard and Southwest Second Street was impacted following the incident but had reopened by about 3:30 a.m. </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[Hollywood hit-and-run rollover crash leaves 1 hurt, driver at large, cops say ]]></title><link>https://www.local10.com/news/local/2026/09/15/hollywood-hit-and-run-rollover-crash-leaves-1-hurt-driver-at-large-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/15/hollywood-hit-and-run-rollover-crash-leaves-1-hurt-driver-at-large-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[At least one driver was hurt early Tuesday after a two-vehicle crash in Hollywood that left one vehicle overturned, authorities confirmed. ]]></description><pubDate>Tue, 15 Sep 2026 12:32:07 +0000</pubDate><content:encoded><![CDATA[<p>At least one driver was hurt early Tuesday after a two-vehicle hit-and-run crash in Hollywood left one vehicle overturned, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/09/15/choque-y-fuga-en-hollywood-deja-a-un-herido-y-auto-volcado/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/15/choque-y-fuga-en-hollywood-deja-a-un-herido-y-auto-volcado/"><b>Leer en español</b></a></p><p>Hollywood Fire Rescue medics said they responded at about 5 a.m. to the crash near Taft Street and North 64th Avenue. They said a driver vehicle struck a concrete utility pole and streetlight before overturning.</p><p>The driver of the other vehicle fled the scene, Hollywood police confirmed. </p><p>Authorities said the driver of the overturned vehicle sustained minor injuries and was evaluated by Hollywood Fire Rescue medics. They said that individual was transported to a nearby hospital for further treatment. </p><p>Investigators said the crash also damaged a traffic signal post and other traffic-control devices. The roadway remained impacted while crews worked to make repairs.</p><p>No other details about the crash or a possible suspect 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/KWCQSXJ2NBXOJFS3G3QGWYQJDU.jpg?auth=7c40079af0604dc9113f4d128458df8d885d5c8cf9a3e149512e3056f376e1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hollywood police cruiser]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Temporada de huracanes podría romper dos semanas de silencio]]></title><link>https://www.local10.com/espanol/2026/09/15/temporada-de-huracanes-podria-romper-dos-semanas-de-silencio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/temporada-de-huracanes-podria-romper-dos-semanas-de-silencio/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Una zona de baja presión sobre el Atlántico central tiene probabilidad media de desarrollarse a finales de esta semana.]]></description><pubDate>Tue, 15 Sep 2026 13:35:05 +0000</pubDate><content:encoded><![CDATA[<p>Los modelos tradicionales y los de inteligencia artificial no coinciden en el pronóstico. Aunque el sistema no representa una amenaza para Estados Unidos, Bermudas deberá seguir de cerca su evolución durante los próximos días.</p><p>Han pasado 13 días sin sistemas activos en la cuenca del Atlántico, que incluye el Golfo, el Caribe y el resto del océano. Es una racha de calma notable y sin precedentes, porque coincide con lo que suelen ser las semanas más activas de la temporada de huracanes.</p><figure><img src="https://www.local10.com/resizer/v2/B72EIVR44RERXESNVP73E4R5HQ.png?auth=6781e0b6a77388714c71edc06d56a2bdf4fbbb6dc97cb272459d61fa6e4c25a3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Una amplia zona de baja presión gira a unas 1,000 millas al sureste de Bermudas, en mar abierto sobre el Atlántico central. Es el único sistema a vigilar durante la próxima semana, pero podría poner fin a esta racha de tranquilidad para este fin de semana.</p><p>Hasta la mañana del martes, el Centro Nacional de Huracanes (NHC) le daba al sistema una probabilidad media de desarrollo. Esa posibilidad se abriría solo a finales de esta semana, cuando los vientos en los niveles altos de la atmósfera sean más favorables para su organización.</p><p>Como explicamos en el <a href="https://www.local10.com/weather/hurricane/2026/09/14/new-area-to-watch-over-the-middle-atlantic-this-week/" rel="">boletín del lunes</a>, los modelos de pronóstico no se ponen de acuerdo con este sistema. Los modelos tradicionales, basados en la física, prácticamente no le dan posibilidades de desarrollo. En cambio, los modelos más recientes de inteligencia artificial le asignan probabilidades más altas, aunque estas han variado de una actualización a otra.</p><figure><img src="https://www.local10.com/resizer/v2/ZXXWQO6HPFAB7IWKSARX2GMS6A.jpg?auth=8ac6e1b9795b740d356f99b78a675cd0ec25beaa0d6a43c232d8baa24b909cba&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Tanto el sistema de ensamble Euro AI como el sistema de ensamble de 1,000 miembros de Google DeepMind, basado en aprendizaje automático, apuntan a una probabilidad media de desarrollo. Según ambos, el sistema permanecería casi estacionario sobre el Atlántico central hasta la próxima semana.</p><p>En un principio, la baja presión se desplazará hacia el noroeste. Sin embargo, para el fin de semana, una zona de alta presión que se fortalece al norte podría empujarla de regreso hacia el sur y hacerla describir un giro rápido sobre sí misma. Luego viraría nuevamente hacia el noreste, por delante de una vaguada de la corriente en chorro que avanzará la próxima semana.</p><p>La incertidumbre es alta, tanto sobre su posible desarrollo como sobre su trayectoria. El sistema no representa una preocupación para Estados Unidos, pero en Bermudas conviene estar pendientes de los pronósticos, ya que se mantendrá en las inmediaciones durante aproximadamente una semana.</p><figure><img src="https://www.local10.com/resizer/v2/ITEK324DWFDXDBZIETFWQM7WU4.jpg?auth=378113256bf5724d75ebe2e5bdf628eb35cad704d07e88d0499dce9b8ddd0bed&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Si el sistema se organiza mejor en los próximos días y es designado como “invest” (zona bajo investigación), contaremos con modelos de intensidad más especializados para estimar mejor su evolución. Aun así, los modelos sugieren que, de formarse, encontraría un entorno que podría favorecer su fortalecimiento.</p><p>Por ahora no representa una amenaza inmediata, pero seguiremos atentos a su evolución y a lo que pueda significar para Bermudas en los próximos días.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3FQWWEXHIRDQXIWB4DJAEBGVSI.jpg?auth=b40ec98102a318280f2e6228040717672293d2beceef184e0c9ec711d1a518d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Motociclista se mató al estrellarse contra camión de cemento en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/15/motociclista-se-mato-al-estrellarse-contra-camion-de-cemento-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/motociclista-se-mato-al-estrellarse-contra-camion-de-cemento-en-miami-dade/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[Las autoridades aún no han revelado la identidad de la víctima, un hombre que murió en el lugar. El accidente obligó a cerrar temporalmente parte de la autopista durante la madrugada.]]></description><pubDate>Tue, 15 Sep 2026 13:31:21 +0000</pubDate><content:encoded><![CDATA[<p>Un motociclista murió en la madrugada del martes tras chocar contra un camión de cemento en la Don Shula Expressway, en el condado Miami-Dade, informó la Patrulla de Carreteras de Florida (FHP).</p><p>Según los agentes, el accidente ocurrió alrededor de las 3:33 a.m. en los carriles en dirección sur de la autopista, cerca de Southwest 104th Street y Killian Parkway.</p><p>De acuerdo con la FHP, el motociclista impactó contra el camión de cemento y la motocicleta se prendió en llamas.</p><p>Las autoridades indicaron que la víctima, identificada por ahora solo como un hombre, murió en el lugar a causa de sus heridas.</p><p>Los carriles en dirección sur de la Don Shula Expressway permanecieron cerrados durante un tiempo, pero ya fueron reabiertos.</p><p>Por el momento no se han dado a conocer más detalles sobre el accidente.</p>]]></content:encoded></item><item><title><![CDATA[Hombre muere atropellado por tren de Brightline en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/09/15/hombre-muere-atropellado-por-tren-de-brightline-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/hombre-muere-atropellado-por-tren-de-brightline-en-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía cerró temporalmente varias calles del área mientras investigadores trabajaban en la escena tras el incidente.]]></description><pubDate>Tue, 15 Sep 2026 13:27:11 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió la madrugada del martes después de ser atropellado por un tren de Brightline en Fort Lauderdale, confirmó la policía.</p><p>Oficiales del Departamento de Policía de Fort Lauderdale dijeron que respondieron a un reporte de un tren de Brightline que había atropellado a un peatón, justo al norte del cruce de Broward Boulevard, cerca de la estación de Brightline, poco antes de la 1:30 a.m.</p><p>La policía indicó que, al llegar a la escena, encontraron al hombre que había sido atropellado por el tren. Señalaron que paramédicos de Fort Lauderdale Fire Rescue lo declararon muerto en el lugar.</p><p>Las autoridades dijeron que se abrió una investigación sobre la muerte del hombre. Por el momento no se dio a conocer más información sobre su edad o identidad.</p><p>La policía informó que el tráfico en Broward Boulevard y Southwest Second Street se vio afectado tras el incidente, pero las vías reabrieron alrededor de las 3:30 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Choque y fuga en Hollywood deja a un herido y auto volcado]]></title><link>https://www.local10.com/espanol/2026/09/15/choque-y-fuga-en-hollywood-deja-a-un-herido-y-auto-volcado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/15/choque-y-fuga-en-hollywood-deja-a-un-herido-y-auto-volcado/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un vehículo terminó volteado luego de chocar contra un poste tras el impacto inicial, mientras equipos de emergencia atendían a la persona herida.]]></description><pubDate>Tue, 15 Sep 2026 13:24:43 +0000</pubDate><content:encoded><![CDATA[<p>Al menos un conductor resultó herido la madrugada del martes tras un choque con fuga entre dos vehículos en Hollywood, que dejó uno de los autos volcado, confirmaron las autoridades.</p><p>Paramédicos de Hollywood Fire Rescue dijeron que respondieron alrededor de las 5 a.m. al lugar del accidente, cerca de Taft Street y North 64th Avenue. Indicaron que uno de los vehículos impactó contra un poste de servicios públicos de concreto y un farol antes de voltearse.</p><p>El conductor del otro vehículo huyó de la escena, confirmó la policía de Hollywood.</p><p>Las autoridades señalaron que el conductor del vehículo volcado sufrió heridas leves y fue evaluado por paramédicos de Hollywood Fire Rescue, quienes lo trasladaron a un hospital cercano para recibir más atención médica.</p><p>Los investigadores indicaron que el choque también dañó un poste de semáforo y otros dispositivos de control de tráfico. La vía permaneció afectada mientras las cuadrillas trabajaban en las reparaciones.</p><p>Por el momento no se dieron a conocer más detalles sobre el accidente ni sobre un posible sospechoso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWCQSXJ2NBXOJFS3G3QGWYQJDU.jpg?auth=7c40079af0604dc9113f4d128458df8d885d5c8cf9a3e149512e3056f376e1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hollywood police cruiser]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Senate blocks cryptocurrency regulation as Democrats push back on Trump investments]]></title><link>https://www.local10.com/business/2026/09/15/senate-blocks-cryptocurrency-regulation-as-democrats-push-back-on-trump-investments/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/senate-blocks-cryptocurrency-regulation-as-democrats-push-back-on-trump-investments/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senate Democrats on Tuesday blocked legislation to create a new regulatory framework for cryptocurrency, stalling an industry-backed effort to place new guardrails around digital assets after demanding more limits on President Donald Trump's investments.]]></description><pubDate>Tue, 15 Sep 2026 21:00:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senate Democrats on Tuesday blocked legislation to create a new regulatory framework for cryptocurrency, stalling an industry-backed effort to place new guardrails around digital assets after demanding more limits on President Donald Trump's investments.</p><p>The 49-50 vote on whether to move forward with the legislation was a pivotal election-year test for the $2.3 trillion cryptocurrency market as the industry has pushed aggressively for a uniform set of rules. The Senate debate came as cryptocurrency companies have become a major political force, and as Trump has amassed significant wealth in crypto while in office.</p><p>While some Democrats are friendly toward the industry and support the idea of regulation, they have been adamant that the bill include strong ethics safeguards to prevent the president and his family from enriching themselves while he's in office. The opposition appears to have only solidified two months before the midterm elections, despite significant donations that crypto groups have given to some Democrats in recent years. In the end, no Democrats supported it.</p><p>“Let’s make sure that we do not pass a crypto bill that will let Donald Trump continue to rake in billions of dollars in crypto profits while working families across this country struggle to deal with higher prices and an economy that gets worse by the day,” said Massachusetts Sen. Elizabeth Warren, the top Democrat on the Senate Banking Committee.</p><p>Several Democrats who have been supportive of the bill aside from the ethics concerns said they were still open to negotiating.</p><p>Virginia Sen. Mark Warner said he still wants regulation of the crypto industry, but “we cannot pass landmark legislation governing this industry while allowing the president of the United States to personally profit from it.”</p><p>The White House indicated Tuesday that it would now turn to agencies to implement parts of their crypto agenda and warned that the failed vote would continue to stifle financial innovation domestically while it flourishes abroad.</p><p>“The full cost of today’s result may not be known for years to come, but this much is clear: It increases the risk that the standards that global financial markets adhere to in the future will be those of Brussels or Beijing, rather than Washington and New York,” Patrick Witt, the White House's crypto adviser, said.</p><p>Trump agrees to some changes as Democrats push back</p><p>As Democrats made clear they would block the bill, Trump agreed to some concessions on ethics, including new restrictions on federal elected officials from issuing digital assets like the presidential meme coins he and his wife Melania launched before he took office for his second term. He agreed to new concessions Sunday, such as additional powers for state attorneys general that Democrats had sought to enforce the crypto measures.</p><p>Those concessions were not enough for Democrats, who sent a counteroffer late Monday to expand the ethics provision but were not able to strike a final deal. Among other issues, they said the bill still needed stricter enforcement and a requirement for Trump or any future president to divest if holdings reach a certain value.</p><p>"Instead of spending their time twisting themselves into knots to appease President Trump, Republicans should have worked more closely with Senate Democrats to craft a bill that could pass with strong ethics provisions,” said Arizona Sen. Ruben Gallego, who was involved in last-minute talks with GOP senators on the bill.</p><p>Republicans needed Democratic support to win the 60 votes necessary to move forward on the bill in the 53-47 Senate.</p><p>North Carolina Sen. Thom Tillis, a Republican who worked with Gallego to strengthen the ethics provision, said before the vote that he was pleased with Trump’s latest concessions.</p><p>“We’re so close,” Tillis said. “It’s just a shame to not take this opportunity.”</p><p>Trump has amassed big crypto profits</p><p>Trump’s family has raked in big profits in the crypto sector since he was reelected, including the meme coin, announced the day before Trump took office. Top investors were invited to a private reception with the president.</p><p>Trump’s family also has a controlling stake in World Liberty Financial, a crypto firm co-founded with the president’s special envoy Steve Witkoff. Trump reported more than $500 million in revenue from World Liberty Financial sales of crypto products, including “governance tokens,” in his annual disclosure report filed with the Office of Government Ethics. That is a significant share of the more than $1.4 billion that the president reported from crypto businesses last year.</p><p>A measure enacted into law last year regulating stablecoins, a type of cryptocurrency, barred members of Congress and their families from profiting off them, but it did not extend to Trump or his family.</p><p>Legislation aims to give crypto firms legal certainty</p><p>Republicans who have been working on the legislation for more than a year say it could now stall indefinitely. The House and Senate will be out of session during October and before the elections, and the dynamics could significantly shift if Democrats win back the majorities of the House or Senate, or both, in November.</p><p>Republican Sen. Cynthia Lummis of Wyoming, a lead sponsor of the bill, said beforehand that a no vote means ”opposing real ethics reforms on politicians’ personal investments, handing American leadership in digital assets to our foreign competitors, and leaving Americans with zero protections in the digital asset markets.”</p><p>Supporters say the legislation aims to give the industry more legal certainty and protect consumers by creating a broad set of guardrails and regulatory requirements, including better enforcement to prevent bad actors and protections to prevent a market collapse.</p><p>As talks continued Tuesday morning, Lummis posted on X that it was “now or never for the Clarity Act,” referring to the bill’s name.</p><p>“The time for negotiating is over,” she wrote.</p><p>Crypto cash has flooded campaigns</p><p>Opponents, mostly Democrats, say the bill is a giveaway to the industry as crypto companies have become generous donors to candidates in both parties around the country.</p><p>“It’s no secret that they are seeking to ram a bill through Congress based upon not the merits of the bill, but the threat that they will spend even more money in elections against people who vote against it,” said Democratic Sen. Chris Murphy of Connecticut.</p><p>In 2024, the crypto industry spent more than $130 million in congressional races, including $40 million in Ohio and $10 million each in Arizona and Michigan.</p><p>“DC received a clear message that being anti-crypto is a good way to end your career, as it doesn’t represent the will of the voters,” Brian Armstrong, the CEO of Coinbase, the nation’s largest crypto exchange, wrote in a social media post the day after the 2024 election.</p><p>___</p><p>Associated Press writers Seung Min Kim and Joey Cappelletti contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3TTMIVWUYHCNCF5H5L7KXE3NFU.jpg?auth=d5d77aa309e547ae40ac38d75dfa3c309daaea2d4780e4ed96077f3e1379942e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kraken co-CEO Arjun Sethi speaks as President Donald Trump listens during a meeting with technology leaders in the Roosevelt Room of the White House, Aug. 19, 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/ZWAXSJOC6ITGHGF3SUQJ4AYBU4.jpg?auth=a69f854d98f8ae75f9a60b6b40fbb3cfb7e704c1b7e185626955fae8ed575648&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Eric Trump, Executive vice president of The Trump Organization, from right, speaks as co-founder of World Liberty Financial Zach Witkoff and founder of TRON Justin Sun look on during Token 2049, a Crypto event, in Dubai, United Arab Emirates, May 1, 2025. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OQGP6JWGXIPEA5K43PHA3E3O4U.jpg?auth=fdf63881863d41a9df11907755de5b02f46df1e13144ed4f7b3d90b624ba1b2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Finance Committee member Sen. Elizabeth Warren, D-Mass., speaks to nominees, during a confirmation hearing on Capitol Hill, Tuesday, Sept. 15, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Homestead police safely locate elderly woman reported missing, endangered]]></title><link>https://www.local10.com/news/local/2026/09/14/homestead-police-searching-for-missing-endangered-elderly-woman/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/14/homestead-police-searching-for-missing-endangered-elderly-woman/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Homestead are asking for the public’s help in locating a missing endangered woman. ]]></description><pubDate>Tue, 15 Sep 2026 03:25:21 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Homestead have safely located a 74-year-old woman who they say was reported missing and endangered on Monday. </p><p>According to the Homestead Police Department, Marie Rose Guerrier has since been reunited with family. </p><p>Police have not said what led to her disappearance. </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/3CGGYFJZDZENBCC3YL22H6GPUQ.jpg?auth=22a15b999e425c6594b7257a6f3561c9bab44d6de8f0eb9dd58388ddd1e8c823&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Belarus' authoritarian leader meets US envoy to push for lifting sanctions]]></title><link>https://www.local10.com/business/2026/09/15/belarus-authoritarian-leader-meets-us-envoy-to-push-for-lifting-sanctions/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/15/belarus-authoritarian-leader-meets-us-envoy-to-push-for-lifting-sanctions/</guid><dc:creator><![CDATA[By YURAS KARMANAU, Associated Press]]></dc:creator><description><![CDATA[TALLINN, Estonia (AP) — Belarus’ authoritarian President Alexander Lukashenko met with a U.S. envoy on Tuesday to push for the lifting of the remaining U.S. sanctions against his country.]]></description><pubDate>Tue, 15 Sep 2026 13:25:11 +0000</pubDate><content:encoded><![CDATA[<p>TALLINN, Estonia (AP) — Belarus’ authoritarian President Alexander Lukashenko met with a U.S. envoy on Tuesday to push for the lifting of the remaining U.S. sanctions against his country.</p><p>Speaking at a meeting with John Coale, the U.S. special envoy for Belarus, Lukashenko said that “we have reached quite a few agreements related to our economic ties.” He urged Washington to help unblock some Belarusian assets he said were “stuck in Citibank.”</p><p>Since U.S. President Donald Trump returned to the White House, Lukashenko has released hundreds of political prisoners in a series of U.S.-mediated deals that also lifted some U.S. sanctions.</p><p>Speaking before the meeting with Coale, Lukashenko said that he's open for discussing “a deal big or small.” Lukashenko also said that he would like to discuss the prospects for lifting more U.S. sanctions, exporting Belarusian fertilizers to the U.S.</p><p>As part of a deal in March that Washington helped broker, Lukashenko ordered the release of 250 political prisoners, while the U.S. agreed to lift sanctions from two Belarusian state banks and the country’s Finance Ministry, and to remove the top Belarusian potash producers from a sanctions list.</p><p>Another deal in April released prominent journalist Andrzej Poczobut in a swap with Poland that saw a total of 10 people freed.</p><p>Lukashenko has governed the nation of 9.5 million with an iron fist for more than three decades, and the country has been sanctioned repeatedly by Western countries — both for its crackdown on human rights and for allowing Moscow to use its territory in the full-scale invasion of Ukraine in 2022.</p><p>Lukashenko’s rule was challenged after a 2020 presidential election, when hundreds of thousands of people took to the streets to protest a vote they viewed as rigged. In an ensuing crackdown, tens of thousands were detained, with many beaten by police. Prominent opposition figures fled the country or were imprisoned.</p><p>Five years after the mass demonstrations, Lukashenko won a seventh term last year in an election that the opposition called a farce.</p><p>The Belarusian opposition has welcomed Coale's efforts as an important humanitarian mission, but emphasized that Lukashenko's government has jailed more political prisoners.</p><p>Belarusian opposition leader-in-exile Sviatlana Tsikhanouskaya said she was deeply grateful to Trump, Coale and the U.S. administration for “making political prisoners a priority,” adding that “their engagement has already brought real results.”</p><p>At the same time, she emphasized that “repression continues” and Lukashenko “continues supporting Russia’s war.”</p><p>“The purpose should be to empty the prisons, not to rehabilitate the dictatorship,” Tsikhanouskaya said.</p><p>Belarus still has 912 political prisoners, including 20 journalists, according to the Viasna human rights center.</p><p>“Harsh political repressions continue in the country, and the regime employs a ‘revolving door’ policy, with new political prisoners constantly put behind bars,” Pavel Sapelka, a lawyer with Viasna, told The Associated Press. “Lukashenko treats political prisoners like commodities to be traded for the lifting of sanctions, yet the repressive nature of the regime remains unchanged.”</p><p>Speaking at a meeting with Coale, Lukashenko denied that Belarus has any political prisoners.</p><p>“There is no need for us to persecute anyone for political reasons today,” Lukashenko said. “The fugitives are spreading a narrative in the West ... that while we are releasing some people, we are continuing repressions and detaining twice as many in their place. That is absolutely untrue!”</p><p>Observers say that contacts with the U.S. has given Lukashenko an opportunity to ease international isolation.</p><p>“Lukashenko is a very experienced politician, and contacts with the U.S. will allow him not only to reduce his total dependence on the Kremlin, but also to return to the international stage and seek an easing of the European Union sanctions, which are hitting the Belarusian economy much harder,” political analyst Valery Karbalevich told the AP.</p><p>A U.N. group of experts on the situation in Belarus said in a report released Tuesday that Belarusian authorities were using the country’s criminal justice system as an instrument of repression, systematically targeting and persecuting government opponents.</p><p>“The international community must not look away,” expert Susan Bazilli said. “Those responsible for serious human rights violations must know that impunity is not a permanent shield, and victims must know that their rights have not been forgotten.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BC7AROWHGOADDZTS53Y74A5EQI.jpg?auth=be3a6f136d734e1ae0c1b0ff52e9ec8b139f71f792b0f79d34d2e0f5915e20e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belarusian President Alexander Lukashenko gestures while speaking at the Shanghai Cooperation Organization (SCO) summit, in Bishkek, Kyrgyzstan, on Tuesday, Sept. 1, 2026. (Vyacheslav Prokofyev, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Vyacheslav Prokofyev</media:credit></media:content></item></channel></rss>